Trace number 3264630

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.31 1201.72

General information on the benchmark

NameSAT04/handmade/marijn/equilarge-l/
equilarge_l2.used-as.sat04-894.cnf
MD5SUMb3ddb2ee2bb2b83e1c98b2a9018351fc
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark590.41
Satisfiable
(Un)Satisfiability was proved
Number of variables4487
Number of clauses18555
Sum of the clauses size54310
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21355
Number of clauses of size 317200
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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-3264630-1304104102/watcher-3264630-1304104102 -o /tmp/evaluation-result-3264630-1304104102/solver-3264630-1304104102 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3264630-1304104102.cnf 

running on 4 cores: 1,3,5,7

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: 4.44 6.86 7.58 4/176 29998
/proc/meminfo: memFree=19054420/32951124 swapFree=67111528/67111528
[pid=29998] ppid=29996 vsize=9652 CPUtime=0 cores=1,3,5,7
/proc/29998/stat : 29998 (plingeling) R 29996 29998 29626 0 -1 4202496 480 1251 0 0 0 0 0 0 20 0 1 0 502826071 9883648 410 33554432000 4194304 4417332 140733664123200 18446744073709551615 233510297344 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/29998/statm: 2413 410 146 55 0 299 0

[startup+0.134527 s]
/proc/loadavg: 4.44 6.86 7.58 4/176 29998
/proc/meminfo: memFree=19054420/32951124 swapFree=67111528/67111528
[pid=29998] ppid=29996 vsize=122340 CPUtime=0.43 cores=1,3,5,7
/proc/29998/stat : 29998 (plingeling) S 29996 29998 29626 0 -1 4202496 3388 1251 0 0 43 0 0 0 20 0 5 0 502826071 125276160 2038 33554432000 4194304 4417332 140733664123200 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29998/statm: 30585 2038 174 55 0 28471 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 122340

[startup+0.200515 s]
/proc/loadavg: 4.44 6.86 7.58 4/176 29998
/proc/meminfo: memFree=19054420/32951124 swapFree=67111528/67111528
[pid=29998] ppid=29996 vsize=123012 CPUtime=0.7 cores=1,3,5,7
/proc/29998/stat : 29998 (plingeling) S 29996 29998 29626 0 -1 4202496 3638 1251 0 0 70 0 0 0 20 0 5 0 502826071 125964288 2198 33554432000 4194304 4417332 140733664123200 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29998/statm: 30753 2198 179 55 0 28639 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 123012

[startup+0.300497 s]
/proc/loadavg: 4.44 6.86 7.58 4/176 29998
/proc/meminfo: memFree=19054420/32951124 swapFree=67111528/67111528
[pid=29998] ppid=29996 vsize=124292 CPUtime=1.1 cores=1,3,5,7
/proc/29998/stat : 29998 (plingeling) S 29996 29998 29626 0 -1 4202496 3960 1251 0 0 110 0 0 0 20 0 5 0 502826071 127275008 2520 33554432000 4194304 4417332 140733664123200 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29998/statm: 31073 2520 179 55 0 28959 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 124292

[startup+0.700426 s]
/proc/loadavg: 4.44 6.86 7.58 4/176 29998
/proc/meminfo: memFree=19054420/32951124 swapFree=67111528/67111528
[pid=29998] ppid=29996 vsize=124844 CPUtime=2.7 cores=1,3,5,7
/proc/29998/stat : 29998 (plingeling) S 29996 29998 29626 0 -1 4202496 4121 1251 0 0 270 0 0 0 20 0 5 0 502826071 127840256 2681 33554432000 4194304 4417332 140733664123200 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29998/statm: 31211 2681 180 55 0 29097 0
Current children cumulated CPU time (s) 2.7
Current children cumulated vsize (KiB) 124844

[startup+1.50028 s]
/proc/loadavg: 4.44 6.86 7.58 9/186 30013
/proc/meminfo: memFree=19036284/32951124 swapFree=67111528/67111528
[pid=29998] ppid=29996 vsize=127900 CPUtime=5.89 cores=1,3,5,7
/proc/29998/stat : 29998 (plingeling) S 29996 29998 29626 0 -1 4202496 5119 1251 0 0 589 0 0 0 20 0 5 0 502826071 130969600 3423 33554432000 4194304 4417332 140733664123200 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29998/statm: 31975 3423 180 55 0 29861 0
[pid=29998/tid=30010] ppid=29996 vsize=127900 CPUtime=1.47 cores=1,3,5,7
/proc/29998/task/30010/stat : 30010 (plingeling) R 29996 29998 29626 0 -1 4202560 1108 1251 0 0 147 0 0 0 25 0 5 0 502826074 130969600 3423 33554432000 4194304 4417332 140733664123200 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29998/tid=30011] ppid=29996 vsize=127900 CPUtime=1.46 cores=1,3,5,7
/proc/29998/task/30011/stat : 30011 (plingeling) R 29996 29998 29626 0 -1 4202560 628 1251 0 0 146 0 0 0 25 0 5 0 502826074 130969600 3423 33554432000 4194304 4417332 140733664123200 18446744073709551615 4365026 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29998/tid=30012] ppid=29996 vsize=127900 CPUtime=1.46 cores=1,3,5,7
/proc/29998/task/30012/stat : 30012 (plingeling) R 29996 29998 29626 0 -1 4202560 1028 1251 0 0 146 0 0 0 25 0 5 0 502826074 130969600 3423 33554432000 4194304 4417332 140733664123200 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29998/tid=30013] ppid=29996 vsize=127900 CPUtime=1.46 cores=1,3,5,7
/proc/29998/task/30013/stat : 30013 (plingeling) R 29996 29998 29626 0 -1 4202560 395 1251 0 0 146 0 0 0 25 0 5 0 502826074 130969600 3423 33554432000 4194304 4417332 140733664123200 18446744073709551615 4353447 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.89
Current children cumulated vsize (KiB) 127900

[startup+3.101 s]
/proc/loadavg: 4.73 6.88 7.58 10/186 30013
/proc/meminfo: memFree=19028712/32951124 swapFree=67111528/67111528
[pid=29998] ppid=29996 vsize=131744 CPUtime=12.29 cores=1,3,5,7
/proc/29998/stat : 29998 (plingeling) S 29996 29998 29626 0 -1 4202496 7992 1251 0 0 1228 1 0 0 20 0 5 0 502826071 134905856 4416 33554432000 4194304 4417332 140733664123200 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29998/statm: 32936 4416 180 55 0 30822 0
[pid=29998/tid=30010] ppid=29996 vsize=131744 CPUtime=3.07 cores=1,3,5,7
/proc/29998/task/30010/stat : 30010 (plingeling) R 29996 29998 29626 0 -1 4202560 2221 1251 0 0 307 0 0 0 25 0 5 0 502826074 134905856 4416 33554432000 4194304 4417332 140733664123200 18446744073709551615 4364765 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29998/tid=30011] ppid=29996 vsize=131744 CPUtime=3.06 cores=1,3,5,7
/proc/29998/task/30011/stat : 30011 (plingeling) R 29996 29998 29626 0 -1 4202560 1554 1251 0 0 306 0 0 0 25 0 5 0 502826074 134905856 4416 33554432000 4194304 4417332 140733664123200 18446744073709551615 4236816 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29998/tid=30012] ppid=29996 vsize=131744 CPUtime=3.06 cores=1,3,5,7
/proc/29998/task/30012/stat : 30012 (plingeling) R 29996 29998 29626 0 -1 4202560 1659 1251 0 0 306 0 0 0 25 0 5 0 502826074 134905856 4416 33554432000 4194304 4417332 140733664123200 18446744073709551615 4236870 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29998/tid=30013] ppid=29996 vsize=131744 CPUtime=3.06 cores=1,3,5,7
/proc/29998/task/30013/stat : 30013 (plingeling) R 29996 29998 29626 0 -1 4202560 598 1251 0 0 306 0 0 0 25 0 5 0 502826074 134905856 4416 33554432000 4194304 4417332 140733664123200 18446744073709551615 4364417 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.29
Current children cumulated vsize (KiB) 131744

[startup+6.30043 s]
/proc/loadavg: 4.73 6.88 7.58 9/186 30013
/proc/meminfo: memFree=19020036/32951124 swapFree=67111528/67111528
[pid=29998] ppid=29996 vsize=138448 CPUtime=25.07 cores=1,3,5,7
/proc/29998/stat : 29998 (plingeling) S 29996 29998 29626 0 -1 4202496 15646 1251 0 0 2505 2 0 0 20 0 5 0 502826071 141770752 6060 33554432000 4194304 4417332 140733664123200 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29998/statm: 34612 6060 180 55 0 32498 0
[pid=29998/tid=30010] ppid=29996 vsize=138448 CPUtime=6.26 cores=1,3,5,7
/proc/29998/task/30010/stat : 30010 (plingeling) R 29996 29998 29626 0 -1 4202560 4279 1251 0 0 626 0 0 0 25 0 5 0 502826074 141770752 6060 33554432000 4194304 4417332 140733664123200 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29998/tid=30011] ppid=29996 vsize=138448 CPUtime=6.26 cores=1,3,5,7
/proc/29998/task/30011/stat : 30011 (plingeling) R 29996 29998 29626 0 -1 4202560 4148 1251 0 0 626 0 0 0 25 0 5 0 502826074 141770752 6060 33554432000 4194304 4417332 140733664123200 18446744073709551615 4356771 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29998/tid=30012] ppid=29996 vsize=138448 CPUtime=6.26 cores=1,3,5,7
/proc/29998/task/30012/stat : 30012 (plingeling) R 29996 29998 29626 0 -1 4202560 2716 1251 0 0 626 0 0 0 25 0 5 0 502826074 141770752 6060 33554432000 4194304 4417332 140733664123200 18446744073709551615 4237189 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29998/tid=30013] ppid=29996 vsize=138448 CPUtime=6.24 cores=1,3,5,7
/proc/29998/task/30013/stat : 30013 (plingeling) R 29996 29998 29626 0 -1 4202560 2543 1251 0 0 624 0 0 0 25 0 5 0 502826074 141770752 6060 33554432000 4194304 4417332 140733664123200 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 138448

[startup+12.7003 s]
/proc/loadavg: 5.23 6.92 7.58 9/186 30049
/proc/meminfo: memFree=19011376/32951124 swapFree=67111528/67111528
[pid=29998] ppid=29996 vsize=142584 CPUtime=50.64 cores=1,3,5,7
/proc/29998/stat : 29998 (plingeling) S 29996 29998 29626 0 -1 4202496 30796 1251 0 0 5060 4 0 0 20 0 5 0 502826071 146006016 7100 33554432000 4194304 4417332 140733664123200 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29998/statm: 35646 7100 180 55 0 33532 0
[pid=29998/tid=30010] ppid=29996 vsize=142584 CPUtime=12.66 cores=1,3,5,7
/proc/29998/task/30010/stat : 30010 (plingeling) R 29996 29998 29626 0 -1 4202560 9686 1251 0 0 1265 1 0 0 25 0 5 0 502826074 146006016 7100 33554432000 4194304 4417332 140733664123200 18446744073709551615 4251148 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29998/tid=30011] ppid=29996 vsize=142584 CPUtime=12.66 cores=1,3,5,7
/proc/29998/task/30011/stat : 30011 (plingeling) R 29996 29998 29626 0 -1 4202560 8259 1251 0 0 1265 1 0 0 25 0 5 0 502826074 146006016 7100 33554432000 4194304 4417332 140733664123200 18446744073709551615 4365018 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29998/tid=30012] ppid=29996 vsize=142584 CPUtime=12.66 cores=1,3,5,7
/proc/29998/task/30012/stat : 30012 (plingeling) R 29996 29998 29626 0 -1 4202560 5699 1251 0 0 1265 1 0 0 25 0 5 0 502826074 146006016 7100 33554432000 4194304 4417332 140733664123200 18446744073709551615 4353908 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29998/tid=30013] ppid=29996 vsize=142584 CPUtime=12.6 cores=1,3,5,7
/proc/29998/task/30013/stat : 30013 (plingeling) R 29996 29998 29626 0 -1 4202560 5192 1251 0 0 1260 0 0 0 25 0 5 0 502826074 146006016 7100 33554432000 4194304 4417332 140733664123200 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 142584

[startup+25.501 s]
/proc/loadavg: 5.66 6.95 7.58 9/186 30049
/proc/meminfo: memFree=18988028/32951124 swapFree=67111528/67111528
[pid=29998] ppid=29996 vsize=152992 CPUtime=101.77 cores=1,3,5,7
/proc/29998/stat : 29998 (plingeling) S 29996 29998 29626 0 -1 4202496 61461 1251 0 0 10168 9 0 0 20 0 5 0 502826071 156663808 9732 33554432000 4194304 4417332 140733664123200 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29998/statm: 38248 9732 180 55 0 36134 0
[pid=29998/tid=30010] ppid=29996 vsize=152992 CPUtime=25.46 cores=1,3,5,7
/proc/29998/task/30010/stat : 30010 (plingeling) R 29996 29998 29626 0 -1 4202560 17072 1251 0 0 2544 2 0 0 25 0 5 0 502826074 156663808 9732 33554432000 4194304 4417332 140733664123200 18446744073709551615 4249222 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29998/tid=30011] ppid=29996 vsize=152992 CPUtime=25.46 cores=1,3,5,7
/proc/29998/task/30011/stat : 30011 (plingeling) R 29996 29998 29626 0 -1 4202560 17603 1251 0 0 2544 2 0 0 25 0 5 0 502826074 156663808 9732 33554432000 4194304 4417332 140733664123200 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29998/tid=30012] ppid=29996 vsize=152992 CPUtime=25.46 cores=1,3,5,7
/proc/29998/task/30012/stat : 30012 (plingeling) R 29996 29998 29626 0 -1 4202560 14631 1251 0 0 2544 2 0 0 25 0 5 0 502826074 156663808 9732 33554432000 4194304 4417332 140733664123200 18446744073709551615 4257425 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29998/tid=30013] ppid=29996 vsize=152992 CPUtime=25.33 cores=1,3,5,7
/proc/29998/task/30013/stat : 30013 (plingeling) R 29996 29998 29626 0 -1 4202560 10195 1251 0 0 2532 1 0 0 25 0 5 0 502826074 156663808 9732 33554432000 4194304 4417332 140733664123200 18446744073709551615 4364519 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.77
Current children cumulated vsize (KiB) 152992

[startup+51.1004 s]
/proc/loadavg: 6.52 7.05 7.60 9/186 30050
/proc/meminfo: memFree=18933204/32951124 swapFree=67111528/67111528
[pid=29998] ppid=29996 vsize=177080 CPUtime=204.04 cores=1,3,5,7
/proc/29998/stat : 29998 (plingeling) S 29996 29998 29626 0 -1 4202496 121287 1251 0 0 20385 19 0 0 20 0 5 0 502826071 181329920 15730 33554432000 4194304 4417332 140733664123200 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29998/statm: 44270 15730 180 55 0 42156 0
[pid=29998/tid=30010] ppid=29996 vsize=177080 CPUtime=51.07 cores=1,3,5,7
/proc/29998/task/30010/stat : 30010 (plingeling) R 29996 29998 29626 0 -1 4202560 33188 1251 0 0 5102 5 0 0 25 0 5 0 502826074 181329920 15730 33554432000 4194304 4417332 140733664123200 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29998/tid=30011] ppid=29996 vsize=177080 CPUtime=51.06 cores=1,3,5,7
/proc/29998/task/30011/stat : 30011 (plingeling) R 29996 29998 29626 0 -1 4202560 35921 1251 0 0 5101 5 0 0 25 0 5 0 502826074 181329920 15730 33554432000 4194304 4417332 140733664123200 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29998/tid=30012] ppid=29996 vsize=177080 CPUtime=51.06 cores=1,3,5,7
/proc/29998/task/30012/stat : 30012 (plingeling) R 29996 29998 29626 0 -1 4202560 29594 1251 0 0 5102 4 0 0 25 0 5 0 502826074 181329920 15730 33554432000 4194304 4417332 140733664123200 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29998/tid=30013] ppid=29996 vsize=177080 CPUtime=50.79 cores=1,3,5,7
/proc/29998/task/30013/stat : 30013 (plingeling) R 29996 29998 29626 0 -1 4202560 20624 1251 0 0 5076 3 0 0 25 0 5 0 502826074 181329920 15730 33554432000 4194304 4417332 140733664123200 18446744073709551615 4251008 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.04
Current children cumulated vsize (KiB) 177080

[startup+102.301 s]
/proc/loadavg: 7.51 7.24 7.63 9/186 30051
/proc/meminfo: memFree=18892756/32951124 swapFree=67111528/67111528
[pid=29998] ppid=29996 vsize=196988 CPUtime=408.59 cores=1,3,5,7
/proc/29998/stat : 29998 (plingeling) S 29996 29998 29626 0 -1 4202496 229287 1251 0 0 40824 35 0 0 20 0 5 0 502826071 201715712 20701 33554432000 4194304 4417332 140733664123200 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29998/statm: 49247 20701 180 55 0 47133 0
[pid=29998/tid=30010] ppid=29996 vsize=196988 CPUtime=102.27 cores=1,3,5,7
/proc/29998/task/30010/stat : 30010 (plingeling) R 29996 29998 29626 0 -1 4202560 58549 1251 0 0 10219 8 0 0 25 0 5 0 502826074 201715712 20701 33554432000 4194304 4417332 140733664123200 18446744073709551615 4364736 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29998/tid=30011] ppid=29996 vsize=196988 CPUtime=102.27 cores=1,3,5,7
/proc/29998/task/30011/stat : 30011 (plingeling) R 29996 29998 29626 0 -1 4202560 67364 1251 0 0 10218 9 0 0 25 0 5 0 502826074 201715712 20701 33554432000 4194304 4417332 140733664123200 18446744073709551615 4353993 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29998/tid=30012] ppid=29996 vsize=196988 CPUtime=102.26 cores=1,3,5,7
/proc/29998/task/30012/stat : 30012 (plingeling) R 29996 29998 29626 0 -1 4202560 60035 1251 0 0 10218 8 0 0 25 0 5 0 502826074 201715712 20701 33554432000 4194304 4417332 140733664123200 18446744073709551615 4364452 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29998/tid=30013] ppid=29996 vsize=196988 CPUtime=101.72 cores=1,3,5,7
/proc/29998/task/30013/stat : 30013 (plingeling) R 29996 29998 29626 0 -1 4202560 41379 1251 0 0 10165 7 0 0 25 0 5 0 502826074 201715712 20701 33554432000 4194304 4417332 140733664123200 18446744073709551615 4321688 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.59
Current children cumulated vsize (KiB) 196988

[startup+162.3 s]
/proc/loadavg: 7.90 7.39 7.66 9/186 30053
/proc/meminfo: memFree=18870172/32951124 swapFree=67111528/67111528
[pid=29998] ppid=29996 vsize=209468 CPUtime=648.24 cores=1,3,5,7
/proc/29998/stat : 29998 (plingeling) S 29996 29998 29626 0 -1 4202496 351695 1251 0 0 64771 53 0 0 20 0 5 0 502826071 214495232 23848 33554432000 4194304 4417332 140733664123200 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29998/statm: 52367 23848 180 55 0 50253 0
[pid=29998/tid=30010] ppid=29996 vsize=209468 CPUtime=162.26 cores=1,3,5,7
/proc/29998/task/30010/stat : 30010 (plingeling) R 29996 29998 29626 0 -1 4202560 93194 1251 0 0 16213 13 0 0 25 0 5 0 502826074 214495232 23848 33554432000 4194304 4417332 140733664123200 18446744073709551615 4357187 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29998/tid=30011] ppid=29996 vsize=209468 CPUtime=162.26 cores=1,3,5,7
/proc/29998/task/30011/stat : 30011 (plingeling) R 29996 29998 29626 0 -1 4202560 97949 1251 0 0 16212 14 0 0 25 0 5 0 502826074 214495232 23848 33554432000 4194304 4417332 140733664123200 18446744073709551615 4364519 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29998/tid=30012] ppid=29996 vsize=209468 CPUtime=162.26 cores=1,3,5,7
/proc/29998/task/30012/stat : 30012 (plingeling) R 29996 29998 29626 0 -1 4202560 97161 1251 0 0 16213 13 0 0 25 0 5 0 502826074 214495232 23848 33554432000 4194304 4417332 140733664123200 18446744073709551615 4277034 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29998/tid=30013] ppid=29996 vsize=209468 CPUtime=161.39 cores=1,3,5,7
/proc/29998/task/30013/stat : 30013 (plingeling) R 29996 29998 29626 0 -1 4202560 61431 1251 0 0 16129 10 0 0 25 0 5 0 502826074 214495232 23848 33554432000 4194304 4417332 140733664123200 18446744073709551615 4364544 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 648.24
Current children cumulated vsize (KiB) 209468


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

[pid=29998/tid=30011] ppid=29996 vsize=278976 CPUtime=702.27 cores=1,3,5,7
/proc/29998/task/30011/stat : 30011 (plingeling) R 29996 29998 29626 0 -1 4202560 333487 1251 0 0 70181 46 0 0 25 0 5 0 502826074 285671424 41198 33554432000 4194304 4417332 140733664123200 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29998/tid=30012] ppid=29996 vsize=278976 CPUtime=702.26 cores=1,3,5,7
/proc/29998/task/30012/stat : 30012 (plingeling) R 29996 29998 29626 0 -1 4202560 246416 1251 0 0 70191 35 0 0 25 0 5 0 502826074 285671424 41198 33554432000 4194304 4417332 140733664123200 18446744073709551615 4366398 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29998/tid=30013] ppid=29996 vsize=278976 CPUtime=698.46 cores=1,3,5,7
/proc/29998/task/30013/stat : 30013 (plingeling) R 29996 29998 29626 0 -1 4202560 195707 1251 0 0 69816 30 0 0 25 0 5 0 502826074 285671424 41198 33554432000 4194304 4417332 140733664123200 18446744073709551615 4364502 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2805.33
Current children cumulated vsize (KiB) 278976

[startup+762.301 s]
/proc/loadavg: 8.03 7.98 7.85 9/186 30069
/proc/meminfo: memFree=18655484/32951124 swapFree=67111528/67111528
[pid=29998] ppid=29996 vsize=298464 CPUtime=3045.04 cores=1,3,5,7
/proc/29998/stat : 29998 (plingeling) S 29996 29998 29626 0 -1 4202496 1134175 1251 0 0 304337 167 0 0 20 0 5 0 502826071 305627136 46070 33554432000 4194304 4417332 140733664123200 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29998/statm: 74616 46070 180 55 0 72502 0
[pid=29998/tid=30010] ppid=29996 vsize=298464 CPUtime=762.29 cores=1,3,5,7
/proc/29998/task/30010/stat : 30010 (plingeling) R 29996 29998 29626 0 -1 4202560 304877 1251 0 0 76183 46 0 0 25 0 5 0 502826074 305627136 46070 33554432000 4194304 4417332 140733664123200 18446744073709551615 4250648 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29998/tid=30011] ppid=29996 vsize=298464 CPUtime=762.28 cores=1,3,5,7
/proc/29998/task/30011/stat : 30011 (plingeling) R 29996 29998 29626 0 -1 4202560 359381 1251 0 0 76178 50 0 0 25 0 5 0 502826074 305627136 46070 33554432000 4194304 4417332 140733664123200 18446744073709551615 4250432 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29998/tid=30012] ppid=29996 vsize=298464 CPUtime=762.27 cores=1,3,5,7
/proc/29998/task/30012/stat : 30012 (plingeling) R 29996 29998 29626 0 -1 4202560 258260 1251 0 0 76190 37 0 0 25 0 5 0 502826074 305627136 46070 33554432000 4194304 4417332 140733664123200 18446744073709551615 4364404 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29998/tid=30013] ppid=29996 vsize=298464 CPUtime=758.15 cores=1,3,5,7
/proc/29998/task/30013/stat : 30013 (plingeling) R 29996 29998 29626 0 -1 4202560 209697 1251 0 0 75783 32 0 0 25 0 5 0 502826074 305627136 46070 33554432000 4194304 4417332 140733664123200 18446744073709551615 4364502 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3045.04
Current children cumulated vsize (KiB) 298464

[startup+822.3 s]
/proc/loadavg: 8.08 8.00 7.86 9/186 30070
/proc/meminfo: memFree=18674544/32951124 swapFree=67111528/67111528
[pid=29998] ppid=29996 vsize=295032 CPUtime=3284.7 cores=1,3,5,7
/proc/29998/stat : 29998 (plingeling) S 29996 29998 29626 0 -1 4202496 1205968 1251 0 0 328294 176 0 0 20 0 5 0 502826071 302112768 45211 33554432000 4194304 4417332 140733664123200 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29998/statm: 73758 45211 180 55 0 71644 0
[pid=29998/tid=30010] ppid=29996 vsize=295032 CPUtime=822.29 cores=1,3,5,7
/proc/29998/task/30010/stat : 30010 (plingeling) R 29996 29998 29626 0 -1 4202560 324767 1251 0 0 82180 49 0 0 25 0 5 0 502826074 302112768 45211 33554432000 4194304 4417332 140733664123200 18446744073709551615 4364544 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29998/tid=30011] ppid=29996 vsize=295032 CPUtime=822.27 cores=1,3,5,7
/proc/29998/task/30011/stat : 30011 (plingeling) R 29996 29998 29626 0 -1 4202560 380561 1251 0 0 82175 52 0 0 25 0 5 0 502826074 302112768 45211 33554432000 4194304 4417332 140733664123200 18446744073709551615 4250517 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29998/tid=30012] ppid=29996 vsize=295032 CPUtime=822.26 cores=1,3,5,7
/proc/29998/task/30012/stat : 30012 (plingeling) R 29996 29998 29626 0 -1 4202560 272962 1251 0 0 82188 38 0 0 25 0 5 0 502826074 302112768 45211 33554432000 4194304 4417332 140733664123200 18446744073709551615 4364526 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29998/tid=30013] ppid=29996 vsize=295032 CPUtime=817.81 cores=1,3,5,7
/proc/29998/task/30013/stat : 30013 (plingeling) R 29996 29998 29626 0 -1 4202560 225718 1251 0 0 81747 34 0 0 25 0 5 0 502826074 302112768 45211 33554432000 4194304 4417332 140733664123200 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.7
Current children cumulated vsize (KiB) 295032

[startup+882.307 s]
/proc/loadavg: 8.13 8.03 7.87 9/186 30072
/proc/meminfo: memFree=18680344/32951124 swapFree=67111528/67111528
[pid=29998] ppid=29996 vsize=317252 CPUtime=3524.39 cores=1,3,5,7
/proc/29998/stat : 29998 (plingeling) S 29996 29998 29626 0 -1 4202496 1268040 1251 0 0 352255 184 0 0 20 0 5 0 502826071 324866048 50767 33554432000 4194304 4417332 140733664123200 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29998/statm: 79313 50767 180 55 0 77199 0
[pid=29998/tid=30010] ppid=29996 vsize=317252 CPUtime=882.29 cores=1,3,5,7
/proc/29998/task/30010/stat : 30010 (plingeling) R 29996 29998 29626 0 -1 4202560 339376 1251 0 0 88178 51 0 0 25 0 5 0 502826074 324866048 50767 33554432000 4194304 4417332 140733664123200 18446744073709551615 4364736 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29998/tid=30011] ppid=29996 vsize=317252 CPUtime=882.28 cores=1,3,5,7
/proc/29998/task/30011/stat : 30011 (plingeling) R 29996 29998 29626 0 -1 4202560 399151 1251 0 0 88174 54 0 0 25 0 5 0 502826074 324866048 50767 33554432000 4194304 4417332 140733664123200 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29998/tid=30012] ppid=29996 vsize=317252 CPUtime=882.27 cores=1,3,5,7
/proc/29998/task/30012/stat : 30012 (plingeling) R 29996 29998 29626 0 -1 4202560 287527 1251 0 0 88186 41 0 0 25 0 5 0 502826074 324866048 50767 33554432000 4194304 4417332 140733664123200 18446744073709551615 18446744073699065863 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29998/tid=30013] ppid=29996 vsize=317252 CPUtime=877.49 cores=1,3,5,7
/proc/29998/task/30013/stat : 30013 (plingeling) R 29996 29998 29626 0 -1 4202560 240026 1251 0 0 87713 36 0 0 25 0 5 0 502826074 324866048 50767 33554432000 4194304 4417332 140733664123200 18446744073709551615 4364355 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.39
Current children cumulated vsize (KiB) 317252

[startup+942.301 s]
/proc/loadavg: 8.15 8.05 7.89 9/186 30074
/proc/meminfo: memFree=18659600/32951124 swapFree=67111528/67111528
[pid=29998] ppid=29996 vsize=333384 CPUtime=3764.05 cores=1,3,5,7
/proc/29998/stat : 29998 (plingeling) S 29996 29998 29626 0 -1 4202496 1330437 1251 0 0 376213 192 0 0 20 0 5 0 502826071 341385216 54800 33554432000 4194304 4417332 140733664123200 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29998/statm: 83346 54800 180 55 0 81232 0
[pid=29998/tid=30010] ppid=29996 vsize=333384 CPUtime=942.29 cores=1,3,5,7
/proc/29998/task/30010/stat : 30010 (plingeling) R 29996 29998 29626 0 -1 4202560 354582 1251 0 0 94177 52 0 0 25 0 5 0 502826074 341385216 54800 33554432000 4194304 4417332 140733664123200 18446744073709551615 4366303 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29998/tid=30011] ppid=29996 vsize=333384 CPUtime=942.29 cores=1,3,5,7
/proc/29998/task/30011/stat : 30011 (plingeling) R 29996 29998 29626 0 -1 4202560 422379 1251 0 0 94171 58 0 0 25 0 5 0 502826074 341385216 54800 33554432000 4194304 4417332 140733664123200 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29998/tid=30012] ppid=29996 vsize=333384 CPUtime=942.26 cores=1,3,5,7
/proc/29998/task/30012/stat : 30012 (plingeling) R 29996 29998 29626 0 -1 4202560 298213 1251 0 0 94184 42 0 0 25 0 5 0 502826074 341385216 54800 33554432000 4194304 4417332 140733664123200 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29998/tid=30013] ppid=29996 vsize=333384 CPUtime=937.16 cores=1,3,5,7
/proc/29998/task/30013/stat : 30013 (plingeling) R 29996 29998 29626 0 -1 4202560 253303 1251 0 0 93678 38 0 0 25 0 5 0 502826074 341385216 54800 33554432000 4194304 4417332 140733664123200 18446744073709551615 4364536 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3764.05
Current children cumulated vsize (KiB) 333384

[startup+1002.3 s]
/proc/loadavg: 8.26 8.09 7.91 10/187 30078
/proc/meminfo: memFree=18614556/32951124 swapFree=67111528/67111528
[pid=29998] ppid=29996 vsize=341456 CPUtime=4003.72 cores=1,3,5,7
/proc/29998/stat : 29998 (plingeling) S 29996 29998 29626 0 -1 4202496 1391292 1251 0 0 400172 200 0 0 20 0 5 0 502826071 349650944 56818 33554432000 4194304 4417332 140733664123200 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29998/statm: 85364 56818 180 55 0 83250 0
[pid=29998/tid=30010] ppid=29996 vsize=341456 CPUtime=1002.29 cores=1,3,5,7
/proc/29998/task/30010/stat : 30010 (plingeling) R 29996 29998 29626 0 -1 4202560 367963 1251 0 0 100175 54 0 0 25 0 5 0 502826074 349650944 56818 33554432000 4194304 4417332 140733664123200 18446744073709551615 4364671 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29998/tid=30011] ppid=29996 vsize=341456 CPUtime=1002.28 cores=1,3,5,7
/proc/29998/task/30011/stat : 30011 (plingeling) R 29996 29998 29626 0 -1 4202560 442423 1251 0 0 100168 60 0 0 25 0 5 0 502826074 349650944 56818 33554432000 4194304 4417332 140733664123200 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29998/tid=30012] ppid=29996 vsize=341456 CPUtime=1002.26 cores=1,3,5,7
/proc/29998/task/30012/stat : 30012 (plingeling) R 29996 29998 29626 0 -1 4202560 310517 1251 0 0 100183 43 0 0 25 0 5 0 502826074 349650944 56818 33554432000 4194304 4417332 140733664123200 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29998/tid=30013] ppid=29996 vsize=341456 CPUtime=996.84 cores=1,3,5,7
/proc/29998/task/30013/stat : 30013 (plingeling) R 29996 29998 29626 0 -1 4202560 268429 1251 0 0 99644 40 0 0 25 0 5 0 502826074 349650944 56818 33554432000 4194304 4417332 140733664123200 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.72
Current children cumulated vsize (KiB) 341456

[startup+1062.3 s]
/proc/loadavg: 8.22 8.11 7.93 9/186 30080
/proc/meminfo: memFree=18636652/32951124 swapFree=67111528/67111528
[pid=29998] ppid=29996 vsize=342428 CPUtime=4243.4 cores=1,3,5,7
/proc/29998/stat : 29998 (plingeling) S 29996 29998 29626 0 -1 4202496 1450760 1251 0 0 424131 209 0 0 20 0 5 0 502826071 350646272 57085 33554432000 4194304 4417332 140733664123200 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29998/statm: 85607 57085 180 55 0 83493 0
[pid=29998/tid=30010] ppid=29996 vsize=342428 CPUtime=1062.29 cores=1,3,5,7
/proc/29998/task/30010/stat : 30010 (plingeling) R 29996 29998 29626 0 -1 4202560 379658 1251 0 0 106173 56 0 0 25 0 5 0 502826074 350646272 57085 33554432000 4194304 4417332 140733664123200 18446744073709551615 4364722 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29998/tid=30011] ppid=29996 vsize=342428 CPUtime=1062.28 cores=1,3,5,7
/proc/29998/task/30011/stat : 30011 (plingeling) R 29996 29998 29626 0 -1 4202560 462920 1251 0 0 106165 63 0 0 25 0 5 0 502826074 350646272 57085 33554432000 4194304 4417332 140733664123200 18446744073709551615 4366025 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29998/tid=30012] ppid=29996 vsize=342428 CPUtime=1062.26 cores=1,3,5,7
/proc/29998/task/30012/stat : 30012 (plingeling) R 29996 29998 29626 0 -1 4202560 323782 1251 0 0 106180 46 0 0 25 0 5 0 502826074 350646272 57085 33554432000 4194304 4417332 140733664123200 18446744073709551615 4364509 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29998/tid=30013] ppid=29996 vsize=342428 CPUtime=1056.51 cores=1,3,5,7
/proc/29998/task/30013/stat : 30013 (plingeling) R 29996 29998 29626 0 -1 4202560 282440 1251 0 0 105609 42 0 0 25 0 5 0 502826074 350646272 57085 33554432000 4194304 4417332 140733664123200 18446744073709551615 4236544 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.4
Current children cumulated vsize (KiB) 342428

[startup+1122.3 s]
/proc/loadavg: 8.12 8.10 7.93 9/186 30081
/proc/meminfo: memFree=18669244/32951124 swapFree=67111528/67111528
[pid=29998] ppid=29996 vsize=306572 CPUtime=4483.07 cores=1,3,5,7
/proc/29998/stat : 29998 (plingeling) S 29996 29998 29626 0 -1 4202496 1513921 1251 0 0 448088 219 0 0 20 0 5 0 502826071 313929728 48097 33554432000 4194304 4417332 140733664123200 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29998/statm: 76643 48097 180 55 0 74529 0
[pid=29998/tid=30010] ppid=29996 vsize=306572 CPUtime=1122.29 cores=1,3,5,7
/proc/29998/task/30010/stat : 30010 (plingeling) R 29996 29998 29626 0 -1 4202560 400957 1251 0 0 112169 60 0 0 25 0 5 0 502826074 313929728 48097 33554432000 4194304 4417332 140733664123200 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29998/tid=30011] ppid=29996 vsize=306572 CPUtime=1122.28 cores=1,3,5,7
/proc/29998/task/30011/stat : 30011 (plingeling) R 29996 29998 29626 0 -1 4202560 480166 1251 0 0 112162 66 0 0 25 0 5 0 502826074 313929728 48097 33554432000 4194304 4417332 140733664123200 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29998/tid=30012] ppid=29996 vsize=306572 CPUtime=1122.26 cores=1,3,5,7
/proc/29998/task/30012/stat : 30012 (plingeling) R 29996 29998 29626 0 -1 4202560 334465 1251 0 0 112179 47 0 0 25 0 5 0 502826074 313929728 48097 33554432000 4194304 4417332 140733664123200 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29998/tid=30013] ppid=29996 vsize=306572 CPUtime=1116.18 cores=1,3,5,7
/proc/29998/task/30013/stat : 30013 (plingeling) R 29996 29998 29626 0 -1 4202560 296373 1251 0 0 111574 44 0 0 25 0 5 0 502826074 313929728 48097 33554432000 4194304 4417332 140733664123200 18446744073709551615 4364753 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4483.07
Current children cumulated vsize (KiB) 306572

[startup+1182.3 s]
/proc/loadavg: 8.18 8.12 7.94 9/186 30083
/proc/meminfo: memFree=18624068/32951124 swapFree=67111528/67111528
[pid=29998] ppid=29996 vsize=312064 CPUtime=4722.76 cores=1,3,5,7
/proc/29998/stat : 29998 (plingeling) S 29996 29998 29626 0 -1 4202496 1583837 1251 0 0 472047 229 0 0 20 0 5 0 502826071 319553536 49470 33554432000 4194304 4417332 140733664123200 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29998/statm: 78016 49470 180 55 0 75902 0
[pid=29998/tid=30010] ppid=29996 vsize=312064 CPUtime=1182.3 cores=1,3,5,7
/proc/29998/task/30010/stat : 30010 (plingeling) R 29996 29998 29626 0 -1 4202560 425654 1251 0 0 118166 64 0 0 25 0 5 0 502826074 319553536 49470 33554432000 4194304 4417332 140733664123200 18446744073709551615 4364526 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29998/tid=30011] ppid=29996 vsize=312064 CPUtime=1182.28 cores=1,3,5,7
/proc/29998/task/30011/stat : 30011 (plingeling) R 29996 29998 29626 0 -1 4202560 498730 1251 0 0 118160 68 0 0 25 0 5 0 502826074 319553536 49470 33554432000 4194304 4417332 140733664123200 18446744073709551615 4364509 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29998/tid=30012] ppid=29996 vsize=312064 CPUtime=1182.26 cores=1,3,5,7
/proc/29998/task/30012/stat : 30012 (plingeling) R 29996 29998 29626 0 -1 4202560 344311 1251 0 0 118177 49 0 0 25 0 5 0 502826074 319553536 49470 33554432000 4194304 4417332 140733664123200 18446744073709551615 4364547 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29998/tid=30013] ppid=29996 vsize=312064 CPUtime=1175.87 cores=1,3,5,7
/proc/29998/task/30013/stat : 30013 (plingeling) R 29996 29998 29626 0 -1 4202560 313182 1251 0 0 117540 47 0 0 25 0 5 0 502826074 319553536 49470 33554432000 4194304 4417332 140733664123200 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.76
Current children cumulated vsize (KiB) 312064



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.13 8.11 7.94 9/186 30084
/proc/meminfo: memFree=18586732/32951124 swapFree=67111528/67111528
[pid=29998] ppid=29996 vsize=323632 CPUtime=4800.27 cores=1,3,5,7
/proc/29998/stat : 29998 (plingeling) S 29996 29998 29626 0 -1 4202496 1607226 1251 0 0 479795 232 0 0 20 0 5 0 502826071 331399168 52362 33554432000 4194304 4417332 140733664123200 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29998/statm: 80908 52362 180 55 0 78794 0
[pid=29998/tid=30010] ppid=29996 vsize=323632 CPUtime=1201.7 cores=1,3,5,7
/proc/29998/task/30010/stat : 30010 (plingeling) R 29996 29998 29626 0 -1 4202560 434221 1251 0 0 120105 65 0 0 25 0 5 0 502826074 331399168 52362 33554432000 4194304 4417332 140733664123200 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29998/tid=30011] ppid=29996 vsize=323632 CPUtime=1201.69 cores=1,3,5,7
/proc/29998/task/30011/stat : 30011 (plingeling) R 29996 29998 29626 0 -1 4202560 505961 1251 0 0 120100 69 0 0 25 0 5 0 502826074 331399168 52362 33554432000 4194304 4417332 140733664123200 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29998/tid=30012] ppid=29996 vsize=323632 CPUtime=1201.67 cores=1,3,5,7
/proc/29998/task/30012/stat : 30012 (plingeling) R 29996 29998 29626 0 -1 4202560 347921 1251 0 0 120118 49 0 0 25 0 5 0 502826074 331399168 52362 33554432000 4194304 4417332 140733664123200 18446744073709551615 4366398 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29998/tid=30013] ppid=29996 vsize=323632 CPUtime=1195.15 cores=1,3,5,7
/proc/29998/task/30013/stat : 30013 (plingeling) R 29996 29998 29626 0 -1 4202560 317163 1251 0 0 119468 47 0 0 25 0 5 0 502826074 331399168 52362 33554432000 4194304 4417332 140733664123200 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.27
Current children cumulated vsize (KiB) 323632

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.72
CPU time (s): 4800.31
CPU user time (s): 4797.97
CPU system time (s): 2.34064
CPU usage (%): 399.453
Max. virtual memory (cumulated for all children) (KiB): 351472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.97
system time used= 2.34064
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1608477
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= 146
involuntary context switches= 20379

runsolver used 2.02669 second user time and 4.52431 second system time

The end

Launcher Data

Begin job on node145 at 2011-04-29 21:08:22
IDJOB=3264630
IDBENCH=84761
IDSOLVER=1605
FILE ID=node145/3264630-1304104102
RUNJOBID= node145-1304104102-29975
PBS_JOBID= 13170624
Free space on /tmp= 72208 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT04/handmade/marijn/equilarge-l/equilarge_l2.used-as.sat04-894.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3264630-1304104102/watcher-3264630-1304104102 -o /tmp/evaluation-result-3264630-1304104102/solver-3264630-1304104102 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3264630-1304104102.cnf

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

MD5SUM BENCH= b3ddb2ee2bb2b83e1c98b2a9018351fc
RANDOM SEED=1936908962

node145.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.786
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.57
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.786
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	: 5332.76
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.786
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.786
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.786
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.82
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.786
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.74
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19054700 kB
Buffers:       2052824 kB
Cached:       11207248 kB
SwapCached:          0 kB
Active:        2575148 kB
Inactive:     10749968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19054700 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             840 kB
Writeback:           0 kB
AnonPages:       64616 kB
Mapped:          14876 kB
Slab:           508016 kB
PageTables:       4688 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   195076 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= 72204 MiB
End job on node145 at 2011-04-29 21:28:26