Trace number 3258206

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Plingeling 587? (TO) 4800.36 1201.74

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v1375c111739g6.cnf
MD5SUMc7c04151ac14a13eb4a03259d055e119
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1375
Number of clauses111739
Sum of the clauses size224743
Maximum clause length25
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2111684
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 555

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3258206-1304049350/watcher-3258206-1304049350 -o /tmp/evaluation-result-3258206-1304049350/solver-3258206-1304049350 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3258206-1304049350.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.82 5.51 6.35 4/174 3760
/proc/meminfo: memFree=31789836/32951124 swapFree=67111356/67111528
[pid=3760] ppid=3758 vsize=9132 CPUtime=0 cores=0,2,4,6
/proc/3760/stat : 3760 (plingeling) R 3758 3760 3183 0 -1 4202496 362 1250 0 0 0 0 0 0 22 0 1 0 497350631 9351168 292 33554432000 4194304 4417332 140736097345360 18446744073709551615 270338383616 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/3760/statm: 2283 292 146 55 0 169 0

[startup+0.082149 s]
/proc/loadavg: 3.82 5.51 6.35 4/174 3760
/proc/meminfo: memFree=31789836/32951124 swapFree=67111356/67111528
[pid=3760] ppid=3758 vsize=66960 CPUtime=0.08 cores=0,2,4,6
/proc/3760/stat : 3760 (plingeling) S 3758 3760 3183 0 -1 4202496 4595 1250 0 0 8 0 0 0 22 0 5 0 497350631 68567040 4521 33554432000 4194304 4417332 140736097345360 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/3760/statm: 16740 4521 166 55 0 14626 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 66960

[startup+0.101144 s]
/proc/loadavg: 3.82 5.51 6.35 4/174 3760
/proc/meminfo: memFree=31789836/32951124 swapFree=67111356/67111528
[pid=3760] ppid=3758 vsize=132972 CPUtime=0.16 cores=0,2,4,6
/proc/3760/stat : 3760 (plingeling) S 3758 3760 3183 0 -1 4202496 4730 1250 0 0 16 0 0 0 22 0 5 0 497350631 136163328 4656 33554432000 4194304 4417332 140736097345360 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/3760/statm: 33243 4656 170 55 0 31129 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 132972

[startup+0.301077 s]
/proc/loadavg: 3.82 5.51 6.35 4/174 3760
/proc/meminfo: memFree=31789836/32951124 swapFree=67111356/67111528
[pid=3760] ppid=3758 vsize=135804 CPUtime=0.96 cores=0,2,4,6
/proc/3760/stat : 3760 (plingeling) S 3758 3760 3183 0 -1 4202496 9337 1250 0 0 95 1 0 0 22 0 5 0 497350631 139063296 5376 33554432000 4194304 4417332 140736097345360 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/3760/statm: 33951 5376 179 55 0 31837 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 135804

[startup+0.700995 s]
/proc/loadavg: 3.82 5.51 6.35 4/174 3760
/proc/meminfo: memFree=31789836/32951124 swapFree=67111356/67111528
[pid=3760] ppid=3758 vsize=143760 CPUtime=2.56 cores=0,2,4,6
/proc/3760/stat : 3760 (plingeling) S 3758 3760 3183 0 -1 4202496 11956 1250 0 0 255 1 0 0 22 0 5 0 497350631 147210240 7367 33554432000 4194304 4417332 140736097345360 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/3760/statm: 35940 7367 181 55 0 33826 0
Current children cumulated CPU time (s) 2.56
Current children cumulated vsize (KiB) 143760

[startup+1.50084 s]
/proc/loadavg: 3.82 5.51 6.35 9/186 3785
/proc/meminfo: memFree=31722044/32951124 swapFree=67111356/67111528
[pid=3760] ppid=3758 vsize=150360 CPUtime=5.75 cores=0,2,4,6
/proc/3760/stat : 3760 (plingeling) S 3758 3760 3183 0 -1 4202496 13677 1250 0 0 574 1 0 0 22 0 5 0 497350631 153968640 9017 33554432000 4194304 4417332 140736097345360 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/3760/statm: 37590 9017 181 55 0 35476 0
[pid=3760/tid=3778] ppid=3758 vsize=150360 CPUtime=1.42 cores=0,2,4,6
/proc/3760/task/3778/stat : 3778 (plingeling) R 3758 3760 3183 0 -1 4202560 1840 1250 0 0 142 0 0 0 25 0 5 0 497350638 153968640 9017 33554432000 4194304 4417332 140736097345360 18446744073709551615 4235411 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=3760/tid=3779] ppid=3758 vsize=150360 CPUtime=1.41 cores=0,2,4,6
/proc/3760/task/3779/stat : 3779 (plingeling) R 3758 3760 3183 0 -1 4202560 1683 1250 0 0 141 0 0 0 25 0 5 0 497350638 153968640 9017 33554432000 4194304 4417332 140736097345360 18446744073709551615 4258389 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=3760/tid=3780] ppid=3758 vsize=150360 CPUtime=1.42 cores=0,2,4,6
/proc/3760/task/3780/stat : 3780 (plingeling) R 3758 3760 3183 0 -1 4202560 1615 1250 0 0 142 0 0 0 25 0 5 0 497350638 153968640 9017 33554432000 4194304 4417332 140736097345360 18446744073709551615 4365065 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3760/tid=3781] ppid=3758 vsize=150360 CPUtime=1.42 cores=0,2,4,6
/proc/3760/task/3781/stat : 3781 (plingeling) R 3758 3760 3183 0 -1 4202560 3962 1250 0 0 142 0 0 0 25 0 5 0 497350638 153968640 9017 33554432000 4194304 4417332 140736097345360 18446744073709551615 4237189 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.75
Current children cumulated vsize (KiB) 150360

[startup+3.10052 s]
/proc/loadavg: 4.24 5.57 6.37 9/186 3785
/proc/meminfo: memFree=31710388/32951124 swapFree=67111356/67111528
[pid=3760] ppid=3758 vsize=161752 CPUtime=12.15 cores=0,2,4,6
/proc/3760/stat : 3760 (plingeling) S 3758 3760 3183 0 -1 4202496 18301 1250 0 0 1213 2 0 0 22 0 5 0 497350631 165634048 11865 33554432000 4194304 4417332 140736097345360 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/3760/statm: 40438 11865 181 55 0 38324 0
[pid=3760/tid=3778] ppid=3758 vsize=161752 CPUtime=3.02 cores=0,2,4,6
/proc/3760/task/3778/stat : 3778 (plingeling) R 3758 3760 3183 0 -1 4202560 1840 1250 0 0 302 0 0 0 25 0 5 0 497350638 165634048 11865 33554432000 4194304 4417332 140736097345360 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=3760/tid=3779] ppid=3758 vsize=161752 CPUtime=3 cores=0,2,4,6
/proc/3760/task/3779/stat : 3779 (plingeling) R 3758 3760 3183 0 -1 4202560 2399 1250 0 0 300 0 0 0 25 0 5 0 497350638 165634048 11865 33554432000 4194304 4417332 140736097345360 18446744073709551615 4249130 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=3760/tid=3780] ppid=3758 vsize=161752 CPUtime=3.02 cores=0,2,4,6
/proc/3760/task/3780/stat : 3780 (plingeling) R 3758 3760 3183 0 -1 4202560 1615 1250 0 0 302 0 0 0 25 0 5 0 497350638 165634048 11865 33554432000 4194304 4417332 140736097345360 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3760/tid=3781] ppid=3758 vsize=161752 CPUtime=3.01 cores=0,2,4,6
/proc/3760/task/3781/stat : 3781 (plingeling) R 3758 3760 3183 0 -1 4202560 7870 1250 0 0 301 0 0 0 25 0 5 0 497350638 165634048 11865 33554432000 4194304 4417332 140736097345360 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.15
Current children cumulated vsize (KiB) 161752

[startup+6.30089 s]
/proc/loadavg: 4.24 5.57 6.37 9/186 3786
/proc/meminfo: memFree=31701004/32951124 swapFree=67111356/67111528
[pid=3760] ppid=3758 vsize=166124 CPUtime=24.94 cores=0,2,4,6
/proc/3760/stat : 3760 (plingeling) S 3758 3760 3183 0 -1 4202496 25888 1250 0 0 2491 3 0 0 22 0 5 0 497350631 170110976 12958 33554432000 4194304 4417332 140736097345360 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/3760/statm: 41531 12958 181 55 0 39417 0
[pid=3760/tid=3778] ppid=3758 vsize=166124 CPUtime=6.22 cores=0,2,4,6
/proc/3760/task/3778/stat : 3778 (plingeling) R 3758 3760 3183 0 -1 4202560 1840 1250 0 0 622 0 0 0 25 0 5 0 497350638 170110976 12958 33554432000 4194304 4417332 140736097345360 18446744073709551615 4249130 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=3760/tid=3779] ppid=3758 vsize=166124 CPUtime=6.19 cores=0,2,4,6
/proc/3760/task/3779/stat : 3779 (plingeling) R 3758 3760 3183 0 -1 4202560 2399 1250 0 0 619 0 0 0 25 0 5 0 497350638 170110976 12958 33554432000 4194304 4417332 140736097345360 18446744073709551615 4258575 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=3760/tid=3780] ppid=3758 vsize=166124 CPUtime=6.22 cores=0,2,4,6
/proc/3760/task/3780/stat : 3780 (plingeling) R 3758 3760 3183 0 -1 4202560 2550 1250 0 0 622 0 0 0 25 0 5 0 497350638 170110976 12958 33554432000 4194304 4417332 140736097345360 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3760/tid=3781] ppid=3758 vsize=166124 CPUtime=6.21 cores=0,2,4,6
/proc/3760/task/3781/stat : 3781 (plingeling) R 3758 3760 3183 0 -1 4202560 14522 1250 0 0 620 1 0 0 25 0 5 0 497350638 170110976 12958 33554432000 4194304 4417332 140736097345360 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.94
Current children cumulated vsize (KiB) 166124

[startup+12.7006 s]
/proc/loadavg: 4.81 5.65 6.39 9/186 3786
/proc/meminfo: memFree=31625404/32951124 swapFree=67111356/67111528
[pid=3760] ppid=3758 vsize=182872 CPUtime=50.5 cores=0,2,4,6
/proc/3760/stat : 3760 (plingeling) S 3758 3760 3183 0 -1 4202496 46429 1250 0 0 5044 6 0 0 22 0 5 0 497350631 187260928 17152 33554432000 4194304 4417332 140736097345360 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/3760/statm: 45718 17152 181 55 0 43604 0
[pid=3760/tid=3778] ppid=3758 vsize=182872 CPUtime=12.62 cores=0,2,4,6
/proc/3760/task/3778/stat : 3778 (plingeling) R 3758 3760 3183 0 -1 4202560 3271 1250 0 0 1262 0 0 0 25 0 5 0 497350638 187260928 17152 33554432000 4194304 4417332 140736097345360 18446744073709551615 4336643 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=3760/tid=3779] ppid=3758 vsize=182872 CPUtime=12.55 cores=0,2,4,6
/proc/3760/task/3779/stat : 3779 (plingeling) R 3758 3760 3183 0 -1 4202560 3114 1250 0 0 1255 0 0 0 25 0 5 0 497350638 187260928 17152 33554432000 4194304 4417332 140736097345360 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=3760/tid=3780] ppid=3758 vsize=182872 CPUtime=12.62 cores=0,2,4,6
/proc/3760/task/3780/stat : 3780 (plingeling) R 3758 3760 3183 0 -1 4202560 2557 1250 0 0 1262 0 0 0 25 0 5 0 497350638 187260928 17152 33554432000 4194304 4417332 140736097345360 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3760/tid=3781] ppid=3758 vsize=182872 CPUtime=12.62 cores=0,2,4,6
/proc/3760/task/3781/stat : 3781 (plingeling) R 3758 3760 3183 0 -1 4202560 32910 1250 0 0 1257 5 0 0 25 0 5 0 497350638 187260928 17152 33554432000 4194304 4417332 140736097345360 18446744073709551615 4364536 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 182872

[startup+25.5011 s]
/proc/loadavg: 5.30 5.73 6.40 9/186 3786
/proc/meminfo: memFree=31572304/32951124 swapFree=67111356/67111528
[pid=3760] ppid=3758 vsize=225656 CPUtime=101.63 cores=0,2,4,6
/proc/3760/stat : 3760 (plingeling) S 3758 3760 3183 0 -1 4202496 80489 1250 0 0 10151 12 0 0 22 0 5 0 497350631 231071744 27841 33554432000 4194304 4417332 140736097345360 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/3760/statm: 56414 27841 181 55 0 54300 0
[pid=3760/tid=3778] ppid=3758 vsize=225656 CPUtime=25.42 cores=0,2,4,6
/proc/3760/task/3778/stat : 3778 (plingeling) R 3758 3760 3183 0 -1 4202560 3564 1250 0 0 2542 0 0 0 25 0 5 0 497350638 231071744 27841 33554432000 4194304 4417332 140736097345360 18446744073709551615 4281513 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=3760/tid=3779] ppid=3758 vsize=225656 CPUtime=25.29 cores=0,2,4,6
/proc/3760/task/3779/stat : 3779 (plingeling) R 3758 3760 3183 0 -1 4202560 3395 1250 0 0 2529 0 0 0 25 0 5 0 497350638 231071744 27841 33554432000 4194304 4417332 140736097345360 18446744073709551615 4309183 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=3760/tid=3780] ppid=3758 vsize=225656 CPUtime=25.41 cores=0,2,4,6
/proc/3760/task/3780/stat : 3780 (plingeling) R 3758 3760 3183 0 -1 4202560 6897 1250 0 0 2541 0 0 0 25 0 5 0 497350638 231071744 27841 33554432000 4194304 4417332 140736097345360 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3760/tid=3781] ppid=3758 vsize=225656 CPUtime=25.42 cores=0,2,4,6
/proc/3760/task/3781/stat : 3781 (plingeling) R 3758 3760 3183 0 -1 4202560 62056 1250 0 0 2532 10 0 0 25 0 5 0 497350638 231071744 27841 33554432000 4194304 4417332 140736097345360 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.63
Current children cumulated vsize (KiB) 225656

[startup+51.101 s]
/proc/loadavg: 6.22 5.91 6.44 9/186 3787
/proc/meminfo: memFree=31422720/32951124 swapFree=67111356/67111528
[pid=3760] ppid=3758 vsize=297000 CPUtime=203.92 cores=0,2,4,6
/proc/3760/stat : 3760 (plingeling) S 3758 3760 3183 0 -1 4202496 145226 1250 0 0 20369 23 0 0 22 0 5 0 497350631 304128000 45677 33554432000 4194304 4417332 140736097345360 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/3760/statm: 74250 45677 181 55 0 72136 0
[pid=3760/tid=3778] ppid=3758 vsize=297000 CPUtime=51.01 cores=0,2,4,6
/proc/3760/task/3778/stat : 3778 (plingeling) R 3758 3760 3183 0 -1 4202560 7819 1250 0 0 5101 0 0 0 25 0 5 0 497350638 304128000 45677 33554432000 4194304 4417332 140736097345360 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=3760/tid=3779] ppid=3758 vsize=297000 CPUtime=50.76 cores=0,2,4,6
/proc/3760/task/3779/stat : 3779 (plingeling) R 3758 3760 3183 0 -1 4202560 4835 1250 0 0 5076 0 0 0 25 0 5 0 497350638 304128000 45677 33554432000 4194304 4417332 140736097345360 18446744073709551615 4364572 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=3760/tid=3780] ppid=3758 vsize=297000 CPUtime=51.02 cores=0,2,4,6
/proc/3760/task/3780/stat : 3780 (plingeling) R 3758 3760 3183 0 -1 4202560 16409 1250 0 0 5100 2 0 0 25 0 5 0 497350638 304128000 45677 33554432000 4194304 4417332 140736097345360 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3760/tid=3781] ppid=3758 vsize=297000 CPUtime=51.02 cores=0,2,4,6
/proc/3760/task/3781/stat : 3781 (plingeling) R 3758 3760 3183 0 -1 4202560 111586 1250 0 0 5084 18 0 0 25 0 5 0 497350638 304128000 45677 33554432000 4194304 4417332 140736097345360 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.92
Current children cumulated vsize (KiB) 297000

[startup+102.307 s]
/proc/loadavg: 7.42 6.30 6.55 9/186 3788
/proc/meminfo: memFree=31282456/32951124 swapFree=67111356/67111528
[pid=3760] ppid=3758 vsize=374384 CPUtime=408.47 cores=0,2,4,6
/proc/3760/stat : 3760 (plingeling) S 3758 3760 3183 0 -1 4202496 249845 1250 0 0 40809 38 0 0 22 0 5 0 497350631 383369216 65023 33554432000 4194304 4417332 140736097345360 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/3760/statm: 93596 65023 181 55 0 91482 0
[pid=3760/tid=3778] ppid=3758 vsize=374384 CPUtime=102.21 cores=0,2,4,6
/proc/3760/task/3778/stat : 3778 (plingeling) R 3758 3760 3183 0 -1 4202560 19114 1250 0 0 10220 1 0 0 25 0 5 0 497350638 383369216 65023 33554432000 4194304 4417332 140736097345360 18446744073709551615 4364750 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=3760/tid=3779] ppid=3758 vsize=374384 CPUtime=101.7 cores=0,2,4,6
/proc/3760/task/3779/stat : 3779 (plingeling) R 3758 3760 3183 0 -1 4202560 8637 1250 0 0 10169 1 0 0 25 0 5 0 497350638 383369216 65023 33554432000 4194304 4417332 140736097345360 18446744073709551615 4308792 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=3760/tid=3780] ppid=3758 vsize=374384 CPUtime=102.23 cores=0,2,4,6
/proc/3760/task/3780/stat : 3780 (plingeling) R 3758 3760 3183 0 -1 4202560 35529 1250 0 0 10218 5 0 0 25 0 5 0 497350638 383369216 65023 33554432000 4194304 4417332 140736097345360 18446744073709551615 4259858 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3760/tid=3781] ppid=3758 vsize=374384 CPUtime=102.23 cores=0,2,4,6
/proc/3760/task/3781/stat : 3781 (plingeling) R 3758 3760 3183 0 -1 4202560 181988 1250 0 0 10194 29 0 0 25 0 5 0 497350638 383369216 65023 33554432000 4194304 4417332 140736097345360 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.47
Current children cumulated vsize (KiB) 374384

[startup+162.301 s]
/proc/loadavg: 7.82 6.62 6.64 9/186 3790
/proc/meminfo: memFree=30886500/32951124 swapFree=67111356/67111528
[pid=3760] ppid=3758 vsize=563408 CPUtime=648.13 cores=0,2,4,6
/proc/3760/stat : 3760 (plingeling) S 3758 3760 3183 0 -1 4202496 322922 1250 0 0 64763 50 0 0 22 0 5 0 497350631 576929792 112279 33554432000 4194304 4417332 140736097345360 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/3760/statm: 140852 112279 181 55 0 138738 0
[pid=3760/tid=3778] ppid=3758 vsize=563408 CPUtime=162.21 cores=0,2,4,6
/proc/3760/task/3778/stat : 3778 (plingeling) R 3758 3760 3183 0 -1 4202560 31686 1250 0 0 16217 4 0 0 25 0 5 0 497350638 576929792 112279 33554432000 4194304 4417332 140736097345360 18446744073709551615 4321690 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=3760/tid=3779] ppid=3758 vsize=563408 CPUtime=161.38 cores=0,2,4,6
/proc/3760/task/3779/stat : 3779 (plingeling) R 3758 3760 3183 0 -1 4202560 16320 1250 0 0 16136 2 0 0 25 0 5 0 497350638 576929792 112279 33554432000 4194304 4417332 140736097345360 18446744073709551615 4355716 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=3760/tid=3780] ppid=3758 vsize=563408 CPUtime=162.22 cores=0,2,4,6
/proc/3760/task/3780/stat : 3780 (plingeling) R 3758 3760 3183 0 -1 4202560 49519 1250 0 0 16215 7 0 0 25 0 5 0 497350638 576929792 112279 33554432000 4194304 4417332 140736097345360 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3760/tid=3781] ppid=3758 vsize=563408 CPUtime=162.22 cores=0,2,4,6
/proc/3760/task/3781/stat : 3781 (plingeling) R 3758 3760 3183 0 -1 4202560 220820 1250 0 0 16187 35 0 0 25 0 5 0 497350638 576929792 112279 33554432000 4194304 4417332 140736097345360 18446744073709551615 4364990 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 648.13
Current children cumulated vsize (KiB) 563408


################
# More data... #
################

[pid=3760/tid=3779] ppid=3758 vsize=816356 CPUtime=758.23 cores=0,2,4,6
/proc/3760/task/3779/stat : 3779 (plingeling) R 3758 3760 3183 0 -1 4202560 94664 1250 0 0 75810 13 0 0 25 0 5 0 497350638 835948544 175516 33554432000 4194304 4417332 140736097345360 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=3760/tid=3780] ppid=3758 vsize=816356 CPUtime=762.25 cores=0,2,4,6
/proc/3760/task/3780/stat : 3780 (plingeling) R 3758 3760 3183 0 -1 4202560 145394 1250 0 0 76205 20 0 0 25 0 5 0 497350638 835948544 175516 33554432000 4194304 4417332 140736097345360 18446744073709551615 4366303 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3760/tid=3781] ppid=3758 vsize=816356 CPUtime=762.24 cores=0,2,4,6
/proc/3760/task/3781/stat : 3781 (plingeling) R 3758 3760 3183 0 -1 4202560 442781 1250 0 0 76154 70 0 0 25 0 5 0 497350638 835948544 175516 33554432000 4194304 4417332 140736097345360 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3045.01
Current children cumulated vsize (KiB) 816356

[startup+822.301 s]
/proc/loadavg: 8.13 7.95 7.37 9/186 3816
/proc/meminfo: memFree=30130244/32951124 swapFree=67111356/67111528
[pid=3760] ppid=3758 vsize=969192 CPUtime=3284.67 cores=0,2,4,6
/proc/3760/stat : 3760 (plingeling) S 3758 3760 3183 0 -1 4202496 846048 1250 0 0 328339 128 0 0 22 0 5 0 497350631 992452608 213725 33554432000 4194304 4417332 140736097345360 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/3760/statm: 242298 213725 181 55 0 240184 0
[pid=3760/tid=3778] ppid=3758 vsize=969192 CPUtime=822.16 cores=0,2,4,6
/proc/3760/task/3778/stat : 3778 (plingeling) R 3758 3760 3183 0 -1 4202560 115052 1250 0 0 82200 16 0 0 25 0 5 0 497350638 992452608 213725 33554432000 4194304 4417332 140736097345360 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=3760/tid=3779] ppid=3758 vsize=969192 CPUtime=817.92 cores=0,2,4,6
/proc/3760/task/3779/stat : 3779 (plingeling) R 3758 3760 3183 0 -1 4202560 110576 1250 0 0 81777 15 0 0 25 0 5 0 497350638 992452608 213725 33554432000 4194304 4417332 140736097345360 18446744073709551615 4250476 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=3760/tid=3780] ppid=3758 vsize=969192 CPUtime=822.25 cores=0,2,4,6
/proc/3760/task/3780/stat : 3780 (plingeling) R 3758 3760 3183 0 -1 4202560 156677 1250 0 0 82203 22 0 0 25 0 5 0 497350638 992452608 213725 33554432000 4194304 4417332 140736097345360 18446744073709551615 4352289 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3760/tid=3781] ppid=3758 vsize=969192 CPUtime=822.24 cores=0,2,4,6
/proc/3760/task/3781/stat : 3781 (plingeling) R 3758 3760 3183 0 -1 4202560 459166 1250 0 0 82152 72 0 0 25 0 5 0 497350638 992452608 213725 33554432000 4194304 4417332 140736097345360 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3284.67
Current children cumulated vsize (KiB) 969192

[startup+882.301 s]
/proc/loadavg: 8.13 7.99 7.42 9/186 3818
/proc/meminfo: memFree=30173360/32951124 swapFree=67111356/67111528
[pid=3760] ppid=3758 vsize=937704 CPUtime=3524.36 cores=0,2,4,6
/proc/3760/stat : 3760 (plingeling) S 3758 3760 3183 0 -1 4202496 874907 1250 0 0 352303 133 0 0 22 0 5 0 497350631 960208896 205853 33554432000 4194304 4417332 140736097345360 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/3760/statm: 234426 205853 181 55 0 232312 0
[pid=3760/tid=3778] ppid=3758 vsize=937704 CPUtime=882.15 cores=0,2,4,6
/proc/3760/task/3778/stat : 3778 (plingeling) R 3758 3760 3183 0 -1 4202560 119779 1250 0 0 88198 17 0 0 25 0 5 0 497350638 960208896 205853 33554432000 4194304 4417332 140736097345360 18446744073709551615 4364750 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=3760/tid=3779] ppid=3758 vsize=937704 CPUtime=877.59 cores=0,2,4,6
/proc/3760/task/3779/stat : 3779 (plingeling) R 3758 3760 3183 0 -1 4202560 118585 1250 0 0 87743 16 0 0 25 0 5 0 497350638 960208896 205853 33554432000 4194304 4417332 140736097345360 18446744073709551615 4251028 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=3760/tid=3780] ppid=3758 vsize=937704 CPUtime=882.26 cores=0,2,4,6
/proc/3760/task/3780/stat : 3780 (plingeling) R 3758 3760 3183 0 -1 4202560 172800 1250 0 0 88201 25 0 0 25 0 5 0 497350638 960208896 205853 33554432000 4194304 4417332 140736097345360 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3760/tid=3781] ppid=3758 vsize=937704 CPUtime=882.24 cores=0,2,4,6
/proc/3760/task/3781/stat : 3781 (plingeling) R 3758 3760 3183 0 -1 4202560 459166 1250 0 0 88152 72 0 0 25 0 5 0 497350638 960208896 205853 33554432000 4194304 4417332 140736097345360 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3524.36
Current children cumulated vsize (KiB) 937704

[startup+942.301 s]
/proc/loadavg: 8.13 8.01 7.46 9/186 3819
/proc/meminfo: memFree=29837668/32951124 swapFree=67111356/67111528
[pid=3760] ppid=3758 vsize=1149452 CPUtime=3764.06 cores=0,2,4,6
/proc/3760/stat : 3760 (plingeling) S 3758 3760 3183 0 -1 4202496 954205 1250 0 0 376261 145 0 0 22 0 5 0 497350631 1177038848 258790 33554432000 4194304 4417332 140736097345360 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/3760/statm: 287363 258790 181 55 0 285249 0
[pid=3760/tid=3778] ppid=3758 vsize=1149452 CPUtime=942.15 cores=0,2,4,6
/proc/3760/task/3778/stat : 3778 (plingeling) R 3758 3760 3183 0 -1 4202560 127557 1250 0 0 94197 18 0 0 25 0 5 0 497350638 1177038848 258790 33554432000 4194304 4417332 140736097345360 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=3760/tid=3779] ppid=3758 vsize=1149452 CPUtime=937.3 cores=0,2,4,6
/proc/3760/task/3779/stat : 3779 (plingeling) R 3758 3760 3183 0 -1 4202560 125729 1250 0 0 93712 18 0 0 25 0 5 0 497350638 1177038848 258790 33554432000 4194304 4417332 140736097345360 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=3760/tid=3780] ppid=3758 vsize=1149452 CPUtime=942.25 cores=0,2,4,6
/proc/3760/task/3780/stat : 3780 (plingeling) R 3758 3760 3183 0 -1 4202560 188840 1250 0 0 94198 27 0 0 25 0 5 0 497350638 1177038848 258790 33554432000 4194304 4417332 140736097345360 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3760/tid=3781] ppid=3758 vsize=1149452 CPUtime=942.24 cores=0,2,4,6
/proc/3760/task/3781/stat : 3781 (plingeling) R 3758 3760 3183 0 -1 4202560 507502 1250 0 0 94145 79 0 0 25 0 5 0 497350638 1177038848 258790 33554432000 4194304 4417332 140736097345360 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3764.06
Current children cumulated vsize (KiB) 1149452

[startup+1002.3 s]
/proc/loadavg: 8.08 8.02 7.50 9/186 3821
/proc/meminfo: memFree=29780604/32951124 swapFree=67111356/67111528
[pid=3760] ppid=3758 vsize=1157676 CPUtime=4003.73 cores=0,2,4,6
/proc/3760/stat : 3760 (plingeling) S 3758 3760 3183 0 -1 4202496 988898 1250 0 0 400222 151 0 0 22 0 5 0 497350631 1185460224 260846 33554432000 4194304 4417332 140736097345360 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/3760/statm: 289419 260846 181 55 0 287305 0
[pid=3760/tid=3778] ppid=3758 vsize=1157676 CPUtime=1002.15 cores=0,2,4,6
/proc/3760/task/3778/stat : 3778 (plingeling) R 3758 3760 3183 0 -1 4202560 131773 1250 0 0 100196 19 0 0 25 0 5 0 497350638 1185460224 260846 33554432000 4194304 4417332 140736097345360 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=3760/tid=3779] ppid=3758 vsize=1157676 CPUtime=996.97 cores=0,2,4,6
/proc/3760/task/3779/stat : 3779 (plingeling) R 3758 3760 3183 0 -1 4202560 127725 1250 0 0 99679 18 0 0 25 0 5 0 497350638 1185460224 260846 33554432000 4194304 4417332 140736097345360 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=3760/tid=3780] ppid=3758 vsize=1157676 CPUtime=1002.25 cores=0,2,4,6
/proc/3760/task/3780/stat : 3780 (plingeling) R 3758 3760 3183 0 -1 4202560 204393 1250 0 0 100196 29 0 0 25 0 5 0 497350638 1185460224 260846 33554432000 4194304 4417332 140736097345360 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3760/tid=3781] ppid=3758 vsize=1157676 CPUtime=1002.25 cores=0,2,4,6
/proc/3760/task/3781/stat : 3781 (plingeling) R 3758 3760 3183 0 -1 4202560 520430 1250 0 0 100142 83 0 0 25 0 5 0 497350638 1185460224 260846 33554432000 4194304 4417332 140736097345360 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.73
Current children cumulated vsize (KiB) 1157676

[startup+1062.3 s]
/proc/loadavg: 8.13 8.05 7.54 9/186 3823
/proc/meminfo: memFree=29645160/32951124 swapFree=67111356/67111528
[pid=3760] ppid=3758 vsize=1281496 CPUtime=4243.41 cores=0,2,4,6
/proc/3760/stat : 3760 (plingeling) S 3758 3760 3183 0 -1 4202496 1031829 1250 0 0 424185 156 0 0 22 0 5 0 497350631 1312251904 291801 33554432000 4194304 4417332 140736097345360 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/3760/statm: 320374 291801 181 55 0 318260 0
[pid=3760/tid=3778] ppid=3758 vsize=1281496 CPUtime=1062.14 cores=0,2,4,6
/proc/3760/task/3778/stat : 3778 (plingeling) R 3758 3760 3183 0 -1 4202560 141374 1250 0 0 106194 20 0 0 25 0 5 0 497350638 1312251904 291801 33554432000 4194304 4417332 140736097345360 18446744073709551615 4364776 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=3760/tid=3779] ppid=3758 vsize=1281496 CPUtime=1056.66 cores=0,2,4,6
/proc/3760/task/3779/stat : 3779 (plingeling) R 3758 3760 3183 0 -1 4202560 133243 1250 0 0 105647 19 0 0 25 0 5 0 497350638 1312251904 291801 33554432000 4194304 4417332 140736097345360 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=3760/tid=3780] ppid=3758 vsize=1281496 CPUtime=1062.26 cores=0,2,4,6
/proc/3760/task/3780/stat : 3780 (plingeling) R 3758 3760 3183 0 -1 4202560 215820 1250 0 0 106195 31 0 0 25 0 5 0 497350638 1312251904 291801 33554432000 4194304 4417332 140736097345360 18446744073709551615 4364544 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3760/tid=3781] ppid=3758 vsize=1281496 CPUtime=1062.25 cores=0,2,4,6
/proc/3760/task/3781/stat : 3781 (plingeling) R 3758 3760 3183 0 -1 4202560 536815 1250 0 0 106141 84 0 0 25 0 5 0 497350638 1312251904 291801 33554432000 4194304 4417332 140736097345360 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4243.41
Current children cumulated vsize (KiB) 1281496

[startup+1122.3 s]
/proc/loadavg: 8.08 8.05 7.57 9/186 3824
/proc/meminfo: memFree=29945456/32951124 swapFree=67111356/67111528
[pid=3760] ppid=3758 vsize=807812 CPUtime=4483.1 cores=0,2,4,6
/proc/3760/stat : 3760 (plingeling) S 3758 3760 3183 0 -1 4202496 1062113 1250 0 0 448148 162 0 0 22 0 5 0 497350631 827199488 173380 33554432000 4194304 4417332 140736097345360 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/3760/statm: 201953 173380 181 55 0 199839 0
[pid=3760/tid=3778] ppid=3758 vsize=807812 CPUtime=1122.14 cores=0,2,4,6
/proc/3760/task/3778/stat : 3778 (plingeling) R 3758 3760 3183 0 -1 4202560 148435 1250 0 0 112193 21 0 0 25 0 5 0 497350638 827199488 173380 33554432000 4194304 4417332 140736097345360 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=3760/tid=3779] ppid=3758 vsize=807812 CPUtime=1116.34 cores=0,2,4,6
/proc/3760/task/3779/stat : 3779 (plingeling) R 3758 3760 3183 0 -1 4202560 145274 1250 0 0 111614 20 0 0 25 0 5 0 497350638 827199488 173380 33554432000 4194304 4417332 140736097345360 18446744073709551615 4364750 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=3760/tid=3780] ppid=3758 vsize=807812 CPUtime=1122.27 cores=0,2,4,6
/proc/3760/task/3780/stat : 3780 (plingeling) R 3758 3760 3183 0 -1 4202560 219916 1250 0 0 112195 32 0 0 25 0 5 0 497350638 827199488 173380 33554432000 4194304 4417332 140736097345360 18446744073709551615 4354942 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3760/tid=3781] ppid=3758 vsize=807812 CPUtime=1122.25 cores=0,2,4,6
/proc/3760/task/3781/stat : 3781 (plingeling) R 3758 3760 3183 0 -1 4202560 543911 1250 0 0 112138 87 0 0 25 0 5 0 497350638 827199488 173380 33554432000 4194304 4417332 140736097345360 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4483.1
Current children cumulated vsize (KiB) 807812

[startup+1182.3 s]
/proc/loadavg: 8.03 8.04 7.59 9/186 3826
/proc/meminfo: memFree=29865692/32951124 swapFree=67111356/67111528
[pid=3760] ppid=3758 vsize=906796 CPUtime=4722.79 cores=0,2,4,6
/proc/3760/stat : 3760 (plingeling) S 3758 3760 3183 0 -1 4202496 1132348 1250 0 0 472105 174 0 0 22 0 5 0 497350631 928559104 198126 33554432000 4194304 4417332 140736097345360 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/3760/statm: 226699 198126 181 55 0 224585 0
[pid=3760/tid=3778] ppid=3758 vsize=906796 CPUtime=1182.14 cores=0,2,4,6
/proc/3760/task/3778/stat : 3778 (plingeling) R 3758 3760 3183 0 -1 4202560 160199 1250 0 0 118191 23 0 0 25 0 5 0 497350638 928559104 198126 33554432000 4194304 4417332 140736097345360 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=3760/tid=3779] ppid=3758 vsize=906796 CPUtime=1176.02 cores=0,2,4,6
/proc/3760/task/3779/stat : 3779 (plingeling) R 3758 3760 3183 0 -1 4202560 149892 1250 0 0 117581 21 0 0 25 0 5 0 497350638 928559104 198126 33554432000 4194304 4417332 140736097345360 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=3760/tid=3780] ppid=3758 vsize=906796 CPUtime=1182.27 cores=0,2,4,6
/proc/3760/task/3780/stat : 3780 (plingeling) R 3758 3760 3183 0 -1 4202560 264798 1250 0 0 118188 39 0 0 25 0 5 0 497350638 928559104 198126 33554432000 4194304 4417332 140736097345360 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3760/tid=3781] ppid=3758 vsize=906796 CPUtime=1182.25 cores=0,2,4,6
/proc/3760/task/3781/stat : 3781 (plingeling) R 3758 3760 3183 0 -1 4202560 552882 1250 0 0 118137 88 0 0 25 0 5 0 497350638 928559104 198126 33554432000 4194304 4417332 140736097345360 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4722.79
Current children cumulated vsize (KiB) 906796



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.02 8.04 7.60 9/186 3826
/proc/meminfo: memFree=29961036/32951124 swapFree=67111356/67111528
[pid=3760] ppid=3758 vsize=773296 CPUtime=4800.3 cores=0,2,4,6
/proc/3760/stat : 3760 (plingeling) S 3758 3760 3183 0 -1 4202496 1154175 1250 0 0 479852 178 0 0 22 0 5 0 497350631 791855104 164751 33554432000 4194304 4417332 140736097345360 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/3760/statm: 193324 164751 181 55 0 191210 0
[pid=3760/tid=3778] ppid=3758 vsize=773296 CPUtime=1201.55 cores=0,2,4,6
/proc/3760/task/3778/stat : 3778 (plingeling) R 3758 3760 3183 0 -1 4202560 160963 1250 0 0 120132 23 0 0 25 0 5 0 497350638 791855104 164751 33554432000 4194304 4417332 140736097345360 18446744073709551615 4364329 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=3760/tid=3779] ppid=3758 vsize=773296 CPUtime=1195.31 cores=0,2,4,6
/proc/3760/task/3779/stat : 3779 (plingeling) R 3758 3760 3183 0 -1 4202560 150477 1250 0 0 119510 21 0 0 25 0 5 0 497350638 791855104 164751 33554432000 4194304 4417332 140736097345360 18446744073709551615 4354401 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=3760/tid=3780] ppid=3758 vsize=773296 CPUtime=1201.67 cores=0,2,4,6
/proc/3760/task/3780/stat : 3780 (plingeling) R 3758 3760 3183 0 -1 4202560 275099 1250 0 0 120125 42 0 0 25 0 5 0 497350638 791855104 164751 33554432000 4194304 4417332 140736097345360 18446744073709551615 4309175 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3760/tid=3781] ppid=3758 vsize=773296 CPUtime=1201.66 cores=0,2,4,6
/proc/3760/task/3781/stat : 3781 (plingeling) R 3758 3760 3183 0 -1 4202560 563059 1250 0 0 120077 89 0 0 25 0 5 0 497350638 791855104 164751 33554432000 4194304 4417332 140736097345360 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.3
Current children cumulated vsize (KiB) 773296

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1201.7 s]
/proc/loadavg: 8.02 8.04 7.60 9/186 3826
/proc/meminfo: memFree=29961036/32951124 swapFree=67111356/67111528
[pid=3760] ppid=3758 vsize=773296 CPUtime=4800.3 cores=0,2,4,6
/proc/3760/stat : 3760 (plingeling) S 3758 3760 3183 0 -1 4202496 1154175 1250 0 0 479852 178 0 0 22 0 5 0 497350631 791855104 164751 33554432000 4194304 4417332 140736097345360 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/3760/statm: 193324 164751 181 55 0 191210 0
[pid=3760/tid=3778] ppid=3758 vsize=773296 CPUtime=1201.55 cores=0,2,4,6
/proc/3760/task/3778/stat : 3778 (plingeling) R 3758 3760 3183 0 -1 4202560 160963 1250 0 0 120132 23 0 0 25 0 5 0 497350638 791855104 164751 33554432000 4194304 4417332 140736097345360 18446744073709551615 4364329 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=3760/tid=3779] ppid=3758 vsize=773296 CPUtime=1195.31 cores=0,2,4,6
/proc/3760/task/3779/stat : 3779 (plingeling) R 3758 3760 3183 0 -1 4202560 150477 1250 0 0 119510 21 0 0 25 0 5 0 497350638 791855104 164751 33554432000 4194304 4417332 140736097345360 18446744073709551615 4354401 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=3760/tid=3780] ppid=3758 vsize=773296 CPUtime=1201.67 cores=0,2,4,6
/proc/3760/task/3780/stat : 3780 (plingeling) R 3758 3760 3183 0 -1 4202560 275099 1250 0 0 120125 42 0 0 25 0 5 0 497350638 791855104 164751 33554432000 4194304 4417332 140736097345360 18446744073709551615 4309175 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3760/tid=3781] ppid=3758 vsize=773296 CPUtime=1201.66 cores=0,2,4,6
/proc/3760/task/3781/stat : 3781 (plingeling) R 3758 3760 3183 0 -1 4202560 563059 1250 0 0 120077 89 0 0 25 0 5 0 497350638 791855104 164751 33554432000 4194304 4417332 140736097345360 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.3
Current children cumulated vsize (KiB) 773296

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.74
CPU time (s): 4800.36
CPU user time (s): 4798.55
CPU system time (s): 1.81272
CPU usage (%): 399.45
Max. virtual memory (cumulated for all children) (KiB): 1300112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.55
system time used= 1.81272
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1155425
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 134
involuntary context switches= 22919

runsolver used 1.90771 second user time and 4.45032 second system time

The end

Launcher Data

Begin job on node143 at 2011-04-29 05:55:50
IDJOB=3258206
IDBENCH=71315
IDSOLVER=1605
FILE ID=node143/3258206-1304049350
RUNJOBID= node143-1304049350-3746
PBS_JOBID= 13170399
Free space on /tmp= 72924 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT09/CRAFTED/rbsat/random/unforced/rbsat-v1375c111739g6.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3258206-1304049350/watcher-3258206-1304049350 -o /tmp/evaluation-result-3258206-1304049350/solver-3258206-1304049350 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3258206-1304049350.cnf

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= c7c04151ac14a13eb4a03259d055e119
RANDOM SEED=1924078049

node143.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31790364 kB
Buffers:        181564 kB
Cached:         636144 kB
SwapCached:        168 kB
Active:         246144 kB
Inactive:       638880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31790364 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            2008 kB
Writeback:           0 kB
AnonPages:       67392 kB
Mapped:          14692 kB
Slab:           211840 kB
PageTables:       4760 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   189704 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72924 MiB
End job on node143 at 2011-04-29 06:15:54