Trace number 3371266

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 587f (fixed)? (TO) 4800.3 1204.03

General information on the benchmark

NameSAT03/industrial/goldberg/hard_eq_check/
x1mul.miter.shuffled-as.sat03-359.cnf
MD5SUM9edcffddbe07377cf6685697aafad673
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark16.6405
Satisfiable
(Un)Satisfiability was proved
Number of variables8756
Number of clauses55571
Sum of the clauses size187746
Maximum clause length70
Minimum clause length1
Number of clauses of size 128
Number of clauses of size 212786
Number of clauses of size 325852
Number of clauses of size 40
Number of clauses of size 516904
Number of clauses of size over 51

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: 961)

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-3371266-1305430569/watcher-3371266-1305430569 -o /tmp/evaluation-result-3371266-1305430569/solver-3371266-1305430569 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3371266-1305430569.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: 7.97 7.72 5.52 5/387 21107
/proc/meminfo: memFree=13476164/32951124 swapFree=65586204/67111528
[pid=21107] ppid=21105 vsize=12712 CPUtime=0 cores=1,3,5,7
/proc/21107/stat : 21107 (plingeling) R 21105 21107 14218 0 -1 4202496 1272 1252 0 0 0 0 0 0 25 0 1 0 733287532 13017088 1203 33554432000 4194304 4417452 140737135984000 18446744073709551615 216735178496 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/21107/statm: 3178 1203 149 55 0 1064 0

[startup+0.087147 s]
/proc/loadavg: 7.97 7.72 5.52 5/387 21107
/proc/meminfo: memFree=13476164/32951124 swapFree=65586204/67111528
[pid=21107] ppid=21105 vsize=24476 CPUtime=0.07 cores=1,3,5,7
/proc/21107/stat : 21107 (plingeling) R 21105 21107 14218 0 -1 4202496 4197 1252 0 0 7 0 0 0 25 0 1 0 733287532 25063424 4128 33554432000 4194304 4417452 140737135984000 18446744073709551615 4209644 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/21107/statm: 6119 4128 149 55 0 4005 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 24476

[startup+0.101107 s]
/proc/loadavg: 7.97 7.72 5.52 5/387 21107
/proc/meminfo: memFree=13476164/32951124 swapFree=65586204/67111528
[pid=21107] ppid=21105 vsize=63628 CPUtime=0.1 cores=1,3,5,7
/proc/21107/stat : 21107 (plingeling) S 21105 21107 14218 0 -1 4202496 4317 1252 0 0 10 0 0 0 25 0 5 0 733287532 65155072 3679 33554432000 4194304 4417452 140737135984000 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21107/statm: 15907 3679 165 55 0 13793 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 63628

[startup+0.301072 s]
/proc/loadavg: 7.97 7.72 5.52 5/387 21107
/proc/meminfo: memFree=13476164/32951124 swapFree=65586204/67111528
[pid=21107] ppid=21105 vsize=66260 CPUtime=0.7 cores=1,3,5,7
/proc/21107/stat : 21107 (plingeling) S 21105 21107 14218 0 -1 4202496 5519 1252 0 0 70 0 0 0 25 0 5 0 733287532 67850240 4348 33554432000 4194304 4417452 140737135984000 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21107/statm: 16565 4348 175 55 0 14451 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 66260

[startup+0.701007 s]
/proc/loadavg: 7.97 7.72 5.52 5/387 21107
/proc/meminfo: memFree=13476164/32951124 swapFree=65586204/67111528
[pid=21107] ppid=21105 vsize=72872 CPUtime=2.22 cores=1,3,5,7
/proc/21107/stat : 21107 (plingeling) S 21105 21107 14218 0 -1 4202496 7695 1252 0 0 221 1 0 0 25 0 5 0 733287532 74620928 6005 33554432000 4194304 4417452 140737135984000 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21107/statm: 18218 6005 179 55 0 16104 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 72872

[startup+1.50086 s]
/proc/loadavg: 7.97 7.72 5.52 9/392 21117
/proc/meminfo: memFree=13417092/32951124 swapFree=65586204/67111528
[pid=21107] ppid=21105 vsize=76480 CPUtime=5.4 cores=1,3,5,7
/proc/21107/stat : 21107 (plingeling) S 21105 21107 14218 0 -1 4202496 8609 1252 0 0 539 1 0 0 25 0 5 0 733287532 78315520 6919 33554432000 4194304 4417452 140737135984000 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21107/statm: 19120 6919 179 55 0 17006 0
[pid=21107/tid=21114] ppid=21105 vsize=76480 CPUtime=1.29 cores=1,3,5,7
/proc/21107/task/21114/stat : 21114 (plingeling) R 21105 21107 14218 0 -1 4202560 1247 1252 0 0 129 0 0 0 25 0 5 0 733287541 78315520 6919 33554432000 4194304 4417452 140737135984000 18446744073709551615 4320028 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21107/tid=21115] ppid=21105 vsize=76480 CPUtime=1.22 cores=1,3,5,7
/proc/21107/task/21115/stat : 21115 (plingeling) R 21105 21107 14218 0 -1 4202560 1279 1252 0 0 122 0 0 0 25 0 5 0 733287541 78315520 6919 33554432000 4194304 4417452 140737135984000 18446744073709551615 4253152 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21107/tid=21116] ppid=21105 vsize=76480 CPUtime=1.38 cores=1,3,5,7
/proc/21107/task/21116/stat : 21116 (plingeling) R 21105 21107 14218 0 -1 4202560 1216 1252 0 0 138 0 0 0 25 0 5 0 733287541 78315520 6919 33554432000 4194304 4417452 140737135984000 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21107/tid=21117] ppid=21105 vsize=76480 CPUtime=1.4 cores=1,3,5,7
/proc/21107/task/21117/stat : 21117 (plingeling) R 21105 21107 14218 0 -1 4202560 658 1252 0 0 140 0 0 0 25 0 5 0 733287541 78315520 6919 33554432000 4194304 4417452 140737135984000 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.4
Current children cumulated vsize (KiB) 76480

[startup+3.10059 s]
/proc/loadavg: 7.97 7.72 5.52 9/392 21117
/proc/meminfo: memFree=13415520/32951124 swapFree=65586204/67111528
[pid=21107] ppid=21105 vsize=78632 CPUtime=11.79 cores=1,3,5,7
/proc/21107/stat : 21107 (plingeling) S 21105 21107 14218 0 -1 4202496 9147 1252 0 0 1178 1 0 0 25 0 5 0 733287532 80519168 7457 33554432000 4194304 4417452 140737135984000 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21107/statm: 19658 7457 179 55 0 17544 0
[pid=21107/tid=21114] ppid=21105 vsize=78632 CPUtime=2.89 cores=1,3,5,7
/proc/21107/task/21114/stat : 21114 (plingeling) R 21105 21107 14218 0 -1 4202560 1310 1252 0 0 289 0 0 0 25 0 5 0 733287541 80519168 7457 33554432000 4194304 4417452 140737135984000 18446744073709551615 4364446 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21107/tid=21115] ppid=21105 vsize=78632 CPUtime=2.82 cores=1,3,5,7
/proc/21107/task/21115/stat : 21115 (plingeling) R 21105 21107 14218 0 -1 4202560 1346 1252 0 0 282 0 0 0 25 0 5 0 733287541 80519168 7457 33554432000 4194304 4417452 140737135984000 18446744073709551615 4364396 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21107/tid=21116] ppid=21105 vsize=78632 CPUtime=2.97 cores=1,3,5,7
/proc/21107/task/21116/stat : 21116 (plingeling) R 21105 21107 14218 0 -1 4202560 1261 1252 0 0 297 0 0 0 25 0 5 0 733287541 80519168 7457 33554432000 4194304 4417452 140737135984000 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21107/tid=21117] ppid=21105 vsize=78632 CPUtime=3 cores=1,3,5,7
/proc/21107/task/21117/stat : 21117 (plingeling) R 21105 21107 14218 0 -1 4202560 1021 1252 0 0 300 0 0 0 25 0 5 0 733287541 80519168 7457 33554432000 4194304 4417452 140737135984000 18446744073709551615 4259008 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 11.79
Current children cumulated vsize (KiB) 78632

[startup+6.30102 s]
/proc/loadavg: 7.97 7.72 5.53 9/392 21117
/proc/meminfo: memFree=13467876/32951124 swapFree=65586204/67111528
[pid=21107] ppid=21105 vsize=83736 CPUtime=24.54 cores=1,3,5,7
/proc/21107/stat : 21107 (plingeling) S 21105 21107 14218 0 -1 4202496 10523 1252 0 0 2453 1 0 0 25 0 5 0 733287532 85745664 8733 33554432000 4194304 4417452 140737135984000 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21107/statm: 20934 8733 179 55 0 18820 0
[pid=21107/tid=21114] ppid=21105 vsize=83736 CPUtime=6.09 cores=1,3,5,7
/proc/21107/task/21114/stat : 21114 (plingeling) R 21105 21107 14218 0 -1 4202560 1310 1252 0 0 609 0 0 0 25 0 5 0 733287541 85745664 8733 33554432000 4194304 4417452 140737135984000 18446744073709551615 4252379 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21107/tid=21115] ppid=21105 vsize=83736 CPUtime=6.02 cores=1,3,5,7
/proc/21107/task/21115/stat : 21115 (plingeling) R 21105 21107 14218 0 -1 4202560 1346 1252 0 0 602 0 0 0 25 0 5 0 733287541 85745664 8733 33554432000 4194304 4417452 140737135984000 18446744073709551615 4364861 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21107/tid=21116] ppid=21105 vsize=83736 CPUtime=6.13 cores=1,3,5,7
/proc/21107/task/21116/stat : 21116 (plingeling) R 21105 21107 14218 0 -1 4202560 1710 1252 0 0 613 0 0 0 25 0 5 0 733287541 85745664 8733 33554432000 4194304 4417452 140737135984000 18446744073709551615 4364915 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21107/tid=21117] ppid=21105 vsize=83736 CPUtime=6.2 cores=1,3,5,7
/proc/21107/task/21117/stat : 21117 (plingeling) R 21105 21107 14218 0 -1 4202560 1948 1252 0 0 620 0 0 0 25 0 5 0 733287541 85745664 8733 33554432000 4194304 4417452 140737135984000 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.54
Current children cumulated vsize (KiB) 83736

[startup+12.7009 s]
/proc/loadavg: 7.98 7.72 5.54 9/392 21117
/proc/meminfo: memFree=13457572/32951124 swapFree=65586204/67111528
[pid=21107] ppid=21105 vsize=89736 CPUtime=50.06 cores=1,3,5,7
/proc/21107/stat : 21107 (plingeling) S 21105 21107 14218 0 -1 4202496 15175 1252 0 0 5004 2 0 0 25 0 5 0 733287532 91889664 10233 33554432000 4194304 4417452 140737135984000 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21107/statm: 22434 10233 179 55 0 20320 0
[pid=21107/tid=21114] ppid=21105 vsize=89736 CPUtime=12.49 cores=1,3,5,7
/proc/21107/task/21114/stat : 21114 (plingeling) R 21105 21107 14218 0 -1 4202560 1600 1252 0 0 1249 0 0 0 25 0 5 0 733287541 91889664 10233 33554432000 4194304 4417452 140737135984000 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21107/tid=21115] ppid=21105 vsize=89736 CPUtime=12.42 cores=1,3,5,7
/proc/21107/task/21115/stat : 21115 (plingeling) R 21105 21107 14218 0 -1 4202560 1346 1252 0 0 1242 0 0 0 25 0 5 0 733287541 91889664 10233 33554432000 4194304 4417452 140737135984000 18446744073709551615 4366491 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21107/tid=21116] ppid=21105 vsize=89736 CPUtime=12.44 cores=1,3,5,7
/proc/21107/task/21116/stat : 21116 (plingeling) R 21105 21107 14218 0 -1 4202560 2092 1252 0 0 1244 0 0 0 25 0 5 0 733287541 91889664 10233 33554432000 4194304 4417452 140737135984000 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21107/tid=21117] ppid=21105 vsize=89736 CPUtime=12.59 cores=1,3,5,7
/proc/21107/task/21117/stat : 21117 (plingeling) R 21105 21107 14218 0 -1 4202560 5928 1252 0 0 1259 0 0 0 25 0 5 0 733287541 91889664 10233 33554432000 4194304 4417452 140737135984000 18446744073709551615 4366450 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.06
Current children cumulated vsize (KiB) 89736

[startup+25.5007 s]
/proc/loadavg: 7.98 7.74 5.58 9/392 21117
/proc/meminfo: memFree=13345360/32951124 swapFree=65586204/67111528
[pid=21107] ppid=21105 vsize=98516 CPUtime=101.1 cores=1,3,5,7
/proc/21107/stat : 21107 (plingeling) S 21105 21107 14218 0 -1 4202496 28069 1252 0 0 10106 4 0 0 25 0 5 0 733287532 100880384 12434 33554432000 4194304 4417452 140737135984000 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21107/statm: 24629 12434 179 55 0 22515 0
[pid=21107/tid=21114] ppid=21105 vsize=98516 CPUtime=25.29 cores=1,3,5,7
/proc/21107/task/21114/stat : 21114 (plingeling) R 21105 21107 14218 0 -1 4202560 2983 1252 0 0 2529 0 0 0 25 0 5 0 733287541 100880384 12434 33554432000 4194304 4417452 140737135984000 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21107/tid=21115] ppid=21105 vsize=98516 CPUtime=25.22 cores=1,3,5,7
/proc/21107/task/21115/stat : 21115 (plingeling) R 21105 21107 14218 0 -1 4202560 3999 1252 0 0 2522 0 0 0 25 0 5 0 733287541 100880384 12434 33554432000 4194304 4417452 140737135984000 18446744073709551615 4354515 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21107/tid=21116] ppid=21105 vsize=98516 CPUtime=25.07 cores=1,3,5,7
/proc/21107/task/21116/stat : 21116 (plingeling) R 21105 21107 14218 0 -1 4202560 4497 1252 0 0 2507 0 0 0 25 0 5 0 733287541 100880384 12434 33554432000 4194304 4417452 140737135984000 18446744073709551615 4353568 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21107/tid=21117] ppid=21105 vsize=98516 CPUtime=25.39 cores=1,3,5,7
/proc/21107/task/21117/stat : 21117 (plingeling) R 21105 21107 14218 0 -1 4202560 12381 1252 0 0 2538 1 0 0 25 0 5 0 733287541 100880384 12434 33554432000 4194304 4417452 140737135984000 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.1
Current children cumulated vsize (KiB) 98516

[startup+51.1012 s]
/proc/loadavg: 8.13 7.79 5.66 9/392 21118
/proc/meminfo: memFree=13285692/32951124 swapFree=65586204/67111528
[pid=21107] ppid=21105 vsize=120364 CPUtime=203.18 cores=1,3,5,7
/proc/21107/stat : 21107 (plingeling) S 21105 21107 14218 0 -1 4202496 68961 1252 0 0 20307 11 0 0 25 0 5 0 733287532 123252736 17896 33554432000 4194304 4417452 140737135984000 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21107/statm: 30091 17896 179 55 0 27977 0
[pid=21107/tid=21114] ppid=21105 vsize=120364 CPUtime=50.89 cores=1,3,5,7
/proc/21107/task/21114/stat : 21114 (plingeling) R 21105 21107 14218 0 -1 4202560 12057 1252 0 0 5087 2 0 0 25 0 5 0 733287541 123252736 17896 33554432000 4194304 4417452 140737135984000 18446744073709551615 4365984 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21107/tid=21115] ppid=21105 vsize=120364 CPUtime=50.81 cores=1,3,5,7
/proc/21107/task/21115/stat : 21115 (plingeling) R 21105 21107 14218 0 -1 4202560 13761 1252 0 0 5080 1 0 0 25 0 5 0 733287541 123252736 17896 33554432000 4194304 4417452 140737135984000 18446744073709551615 18446744073699065911 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21107/tid=21116] ppid=21105 vsize=120364 CPUtime=50.36 cores=1,3,5,7
/proc/21107/task/21116/stat : 21116 (plingeling) R 21105 21107 14218 0 -1 4202560 13999 1252 0 0 5033 3 0 0 25 0 5 0 733287541 123252736 17896 33554432000 4194304 4417452 140737135984000 18446744073709551615 4311130 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21107/tid=21117] ppid=21105 vsize=120364 CPUtime=51 cores=1,3,5,7
/proc/21107/task/21117/stat : 21117 (plingeling) R 21105 21107 14218 0 -1 4202560 24935 1252 0 0 5097 3 0 0 25 0 5 0 733287541 123252736 17896 33554432000 4194304 4417452 140737135984000 18446744073709551615 4357204 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.18
Current children cumulated vsize (KiB) 120364

[startup+102.315 s]
/proc/loadavg: 8.12 7.84 5.78 9/392 21119
/proc/meminfo: memFree=13417492/32951124 swapFree=65586204/67111528
[pid=21107] ppid=21105 vsize=137312 CPUtime=407.38 cores=1,3,5,7
/proc/21107/stat : 21107 (plingeling) S 21105 21107 14218 0 -1 4202496 151920 1252 0 0 40714 24 0 0 25 0 5 0 733287532 140607488 22166 33554432000 4194304 4417452 140737135984000 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21107/statm: 34328 22166 180 55 0 32214 0
[pid=21107/tid=21114] ppid=21105 vsize=137312 CPUtime=102.1 cores=1,3,5,7
/proc/21107/task/21114/stat : 21114 (plingeling) R 21105 21107 14218 0 -1 4202560 30871 1252 0 0 10205 5 0 0 25 0 5 0 733287541 140607488 22166 33554432000 4194304 4417452 140737135984000 18446744073709551615 4199406 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21107/tid=21115] ppid=21105 vsize=137312 CPUtime=102.04 cores=1,3,5,7
/proc/21107/task/21115/stat : 21115 (plingeling) R 21105 21107 14218 0 -1 4202560 33827 1252 0 0 10199 5 0 0 25 0 5 0 733287541 140607488 22166 33554432000 4194304 4417452 140737135984000 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21107/tid=21116] ppid=21105 vsize=137312 CPUtime=100.91 cores=1,3,5,7
/proc/21107/task/21116/stat : 21116 (plingeling) R 21105 21107 14218 0 -1 4202560 32482 1252 0 0 10086 5 0 0 25 0 5 0 733287541 140607488 22166 33554432000 4194304 4417452 140737135984000 18446744073709551615 4357773 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21107/tid=21117] ppid=21105 vsize=137312 CPUtime=102.22 cores=1,3,5,7
/proc/21107/task/21117/stat : 21117 (plingeling) R 21105 21107 14218 0 -1 4202560 50531 1252 0 0 10215 7 0 0 25 0 5 0 733287541 140607488 22166 33554432000 4194304 4417452 140737135984000 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 407.38
Current children cumulated vsize (KiB) 137312

[startup+162.301 s]
/proc/loadavg: 8.16 7.89 5.93 9/392 21123
/proc/meminfo: memFree=13328812/32951124 swapFree=65586204/67111528
[pid=21107] ppid=21105 vsize=141312 CPUtime=646.57 cores=1,3,5,7
/proc/21107/stat : 21107 (plingeling) S 21105 21107 14218 0 -1 4202496 242324 1252 0 0 64617 40 0 0 25 0 5 0 733287532 144703488 23166 33554432000 4194304 4417452 140737135984000 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21107/statm: 35328 23166 180 55 0 33214 0
[pid=21107/tid=21114] ppid=21105 vsize=141312 CPUtime=162.09 cores=1,3,5,7
/proc/21107/task/21114/stat : 21114 (plingeling) R 21105 21107 14218 0 -1 4202560 53462 1252 0 0 16200 9 0 0 25 0 5 0 733287541 144703488 23166 33554432000 4194304 4417452 140737135984000 18446744073709551615 4364548 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21107/tid=21115] ppid=21105 vsize=141312 CPUtime=162.02 cores=1,3,5,7
/proc/21107/task/21115/stat : 21115 (plingeling) R 21105 21107 14218 0 -1 4202560 56924 1252 0 0 16194 8 0 0 25 0 5 0 733287541 144703488 23166 33554432000 4194304 4417452 140737135984000 18446744073709551615 4277864 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21107/tid=21116] ppid=21105 vsize=141312 CPUtime=160.14 cores=1,3,5,7
/proc/21107/task/21116/stat : 21116 (plingeling) R 21105 21107 14218 0 -1 4202560 52895 1252 0 0 16005 9 0 0 25 0 5 0 733287541 144703488 23166 33554432000 4194304 4417452 140737135984000 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21107/tid=21117] ppid=21105 vsize=141312 CPUtime=162.2 cores=1,3,5,7
/proc/21107/task/21117/stat : 21117 (plingeling) R 21105 21107 14218 0 -1 4202560 74834 1252 0 0 16209 11 0 0 25 0 5 0 733287541 144703488 23166 33554432000 4194304 4417452 140737135984000 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 646.57
Current children cumulated vsize (KiB) 141312


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

[pid=21107/tid=21115] ppid=21105 vsize=229860 CPUtime=702.03 cores=1,3,5,7
/proc/21107/task/21115/stat : 21115 (plingeling) R 21105 21107 14218 0 -1 4202560 267071 1252 0 0 70158 45 0 0 25 0 5 0 733287541 235376640 45282 33554432000 4194304 4417452 140737135984000 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21107/tid=21116] ppid=21105 vsize=229860 CPUtime=693.28 cores=1,3,5,7
/proc/21107/task/21116/stat : 21116 (plingeling) R 21105 21107 14218 0 -1 4202560 257420 1252 0 0 69284 44 0 0 25 0 5 0 733287541 235376640 45282 33554432000 4194304 4417452 140737135984000 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21107/tid=21117] ppid=21105 vsize=229860 CPUtime=702.21 cores=1,3,5,7
/proc/21107/task/21117/stat : 21117 (plingeling) R 21105 21107 14218 0 -1 4202560 239529 1252 0 0 70181 40 0 0 25 0 5 0 733287541 235376640 45282 33554432000 4194304 4417452 140737135984000 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2799.75
Current children cumulated vsize (KiB) 229860

[startup+762.315 s]
/proc/loadavg: 8.00 8.03 6.94 9/392 21177
/proc/meminfo: memFree=14292520/32951124 swapFree=65586204/67111528
[pid=21107] ppid=21105 vsize=234244 CPUtime=3039.04 cores=1,3,5,7
/proc/21107/stat : 21107 (plingeling) S 21105 21107 14218 0 -1 4202496 1092258 1252 0 0 303721 183 0 0 25 0 5 0 733287532 239865856 46367 33554432000 4194304 4417452 140737135984000 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21107/statm: 58561 46367 180 55 0 56447 0
[pid=21107/tid=21114] ppid=21105 vsize=234244 CPUtime=762.12 cores=1,3,5,7
/proc/21107/task/21114/stat : 21114 (plingeling) R 21105 21107 14218 0 -1 4202560 280062 1252 0 0 76166 46 0 0 25 0 5 0 733287541 239865856 46367 33554432000 4194304 4417452 140737135984000 18446744073709551615 4364542 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21107/tid=21115] ppid=21105 vsize=234244 CPUtime=762.05 cores=1,3,5,7
/proc/21107/task/21115/stat : 21115 (plingeling) R 21105 21107 14218 0 -1 4202560 284686 1252 0 0 76157 48 0 0 25 0 5 0 733287541 239865856 46367 33554432000 4194304 4417452 140737135984000 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21107/tid=21116] ppid=21105 vsize=234244 CPUtime=752.52 cores=1,3,5,7
/proc/21107/task/21116/stat : 21116 (plingeling) R 21105 21107 14218 0 -1 4202560 271591 1252 0 0 75206 46 0 0 25 0 5 0 733287541 239865856 46367 33554432000 4194304 4417452 140737135984000 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21107/tid=21117] ppid=21105 vsize=234244 CPUtime=762.23 cores=1,3,5,7
/proc/21107/task/21117/stat : 21117 (plingeling) R 21105 21107 14218 0 -1 4202560 251710 1252 0 0 76182 41 0 0 25 0 5 0 733287541 239865856 46367 33554432000 4194304 4417452 140737135984000 18446744073709551615 4366804 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3039.04
Current children cumulated vsize (KiB) 234244

[startup+822.301 s]
/proc/loadavg: 8.18 8.08 7.03 9/392 21179
/proc/meminfo: memFree=14222684/32951124 swapFree=65586204/67111528
[pid=21107] ppid=21105 vsize=220408 CPUtime=3278.24 cores=1,3,5,7
/proc/21107/stat : 21107 (plingeling) S 21105 21107 14218 0 -1 4202496 1157719 1252 0 0 327630 194 0 0 25 0 5 0 733287532 225697792 42937 33554432000 4194304 4417452 140737135984000 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21107/statm: 55102 42937 180 55 0 52988 0
[pid=21107/tid=21114] ppid=21105 vsize=220408 CPUtime=822.1 cores=1,3,5,7
/proc/21107/task/21114/stat : 21114 (plingeling) R 21105 21107 14218 0 -1 4202560 293614 1252 0 0 82163 47 0 0 25 0 5 0 733287541 225697792 42937 33554432000 4194304 4417452 140737135984000 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21107/tid=21115] ppid=21105 vsize=220408 CPUtime=822.04 cores=1,3,5,7
/proc/21107/task/21115/stat : 21115 (plingeling) R 21105 21107 14218 0 -1 4202560 305823 1252 0 0 82153 51 0 0 25 0 5 0 733287541 225697792 42937 33554432000 4194304 4417452 140737135984000 18446744073709551615 4365027 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21107/tid=21116] ppid=21105 vsize=220408 CPUtime=811.75 cores=1,3,5,7
/proc/21107/task/21116/stat : 21116 (plingeling) R 21105 21107 14218 0 -1 4202560 289345 1252 0 0 81126 49 0 0 25 0 5 0 733287541 225697792 42937 33554432000 4194304 4417452 140737135984000 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21107/tid=21117] ppid=21105 vsize=220408 CPUtime=822.22 cores=1,3,5,7
/proc/21107/task/21117/stat : 21117 (plingeling) R 21105 21107 14218 0 -1 4202560 264728 1252 0 0 82178 44 0 0 25 0 5 0 733287541 225697792 42937 33554432000 4194304 4417452 140737135984000 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3278.24
Current children cumulated vsize (KiB) 220408

[startup+882.301 s]
/proc/loadavg: 8.14 8.09 7.10 9/392 21180
/proc/meminfo: memFree=14054388/32951124 swapFree=65586204/67111528
[pid=21107] ppid=21105 vsize=241292 CPUtime=3517.46 cores=1,3,5,7
/proc/21107/stat : 21107 (plingeling) S 21105 21107 14218 0 -1 4202496 1217661 1252 0 0 351544 202 0 0 25 0 5 0 733287532 247083008 48129 33554432000 4194304 4417452 140737135984000 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21107/statm: 60323 48129 180 55 0 58209 0
[pid=21107/tid=21114] ppid=21105 vsize=241292 CPUtime=882.1 cores=1,3,5,7
/proc/21107/task/21114/stat : 21114 (plingeling) R 21105 21107 14218 0 -1 4202560 306402 1252 0 0 88161 49 0 0 25 0 5 0 733287541 247083008 48129 33554432000 4194304 4417452 140737135984000 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21107/tid=21115] ppid=21105 vsize=241292 CPUtime=882.04 cores=1,3,5,7
/proc/21107/task/21115/stat : 21115 (plingeling) R 21105 21107 14218 0 -1 4202560 321790 1252 0 0 88150 54 0 0 25 0 5 0 733287541 247083008 48129 33554432000 4194304 4417452 140737135984000 18446744073709551615 4364474 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21107/tid=21116] ppid=21105 vsize=241292 CPUtime=870.99 cores=1,3,5,7
/proc/21107/task/21116/stat : 21116 (plingeling) R 21105 21107 14218 0 -1 4202560 306103 1252 0 0 87048 51 0 0 25 0 5 0 733287541 247083008 48129 33554432000 4194304 4417452 140737135984000 18446744073709551615 4309583 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21107/tid=21117] ppid=21105 vsize=241292 CPUtime=882.22 cores=1,3,5,7
/proc/21107/task/21117/stat : 21117 (plingeling) R 21105 21107 14218 0 -1 4202560 279157 1252 0 0 88176 46 0 0 25 0 5 0 733287541 247083008 48129 33554432000 4194304 4417452 140737135984000 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3517.46
Current children cumulated vsize (KiB) 241292

[startup+942.301 s]
/proc/loadavg: 8.12 8.10 7.16 9/392 21182
/proc/meminfo: memFree=13998932/32951124 swapFree=65586204/67111528
[pid=21107] ppid=21105 vsize=273852 CPUtime=3756.73 cores=1,3,5,7
/proc/21107/stat : 21107 (plingeling) S 21105 21107 14218 0 -1 4202496 1287736 1252 0 0 375459 214 0 0 25 0 5 0 733287532 280424448 56269 33554432000 4194304 4417452 140737135984000 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21107/statm: 68463 56269 180 55 0 66349 0
[pid=21107/tid=21114] ppid=21105 vsize=273852 CPUtime=942.11 cores=1,3,5,7
/proc/21107/task/21114/stat : 21114 (plingeling) R 21105 21107 14218 0 -1 4202560 325740 1252 0 0 94159 52 0 0 25 0 5 0 733287541 280424448 56269 33554432000 4194304 4417452 140737135984000 18446744073709551615 4364653 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21107/tid=21115] ppid=21105 vsize=273852 CPUtime=942.04 cores=1,3,5,7
/proc/21107/task/21115/stat : 21115 (plingeling) R 21105 21107 14218 0 -1 4202560 336242 1252 0 0 94148 56 0 0 25 0 5 0 733287541 280424448 56269 33554432000 4194304 4417452 140737135984000 18446744073709551615 4308497 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21107/tid=21116] ppid=21105 vsize=273852 CPUtime=930.24 cores=1,3,5,7
/proc/21107/task/21116/stat : 21116 (plingeling) R 21105 21107 14218 0 -1 4202560 323550 1252 0 0 92969 55 0 0 25 0 5 0 733287541 280424448 56269 33554432000 4194304 4417452 140737135984000 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21107/tid=21117] ppid=21105 vsize=273852 CPUtime=942.22 cores=1,3,5,7
/proc/21107/task/21117/stat : 21117 (plingeling) R 21105 21107 14218 0 -1 4202560 297995 1252 0 0 94173 49 0 0 25 0 5 0 733287541 280424448 56269 33554432000 4194304 4417452 140737135984000 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3756.73
Current children cumulated vsize (KiB) 273852

[startup+1002.3 s]
/proc/loadavg: 8.11 8.11 7.22 9/392 21183
/proc/meminfo: memFree=13899340/32951124 swapFree=65586204/67111528
[pid=21107] ppid=21105 vsize=281304 CPUtime=3995.95 cores=1,3,5,7
/proc/21107/stat : 21107 (plingeling) S 21105 21107 14218 0 -1 4202496 1358560 1252 0 0 399372 223 0 0 25 0 5 0 733287532 288055296 58144 33554432000 4194304 4417452 140737135984000 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21107/statm: 70326 58144 180 55 0 68212 0
[pid=21107/tid=21114] ppid=21105 vsize=281304 CPUtime=1002.11 cores=1,3,5,7
/proc/21107/task/21114/stat : 21114 (plingeling) R 21105 21107 14218 0 -1 4202560 341814 1252 0 0 100157 54 0 0 25 0 5 0 733287541 288055296 58144 33554432000 4194304 4417452 140737135984000 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21107/tid=21115] ppid=21105 vsize=281304 CPUtime=1002.04 cores=1,3,5,7
/proc/21107/task/21115/stat : 21115 (plingeling) R 21105 21107 14218 0 -1 4202560 360328 1252 0 0 100145 59 0 0 25 0 5 0 733287541 288055296 58144 33554432000 4194304 4417452 140737135984000 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21107/tid=21116] ppid=21105 vsize=281304 CPUtime=989.46 cores=1,3,5,7
/proc/21107/task/21116/stat : 21116 (plingeling) R 21105 21107 14218 0 -1 4202560 339865 1252 0 0 98889 57 0 0 25 0 5 0 733287541 288055296 58144 33554432000 4194304 4417452 140737135984000 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21107/tid=21117] ppid=21105 vsize=281304 CPUtime=1002.22 cores=1,3,5,7
/proc/21107/task/21117/stat : 21117 (plingeling) R 21105 21107 14218 0 -1 4202560 312344 1252 0 0 100172 50 0 0 25 0 5 0 733287541 288055296 58144 33554432000 4194304 4417452 140737135984000 18446744073709551615 4364756 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3995.95
Current children cumulated vsize (KiB) 281304

[startup+1062.3 s]
/proc/loadavg: 8.18 8.13 7.28 9/392 21185
/proc/meminfo: memFree=13893744/32951124 swapFree=65586204/67111528
[pid=21107] ppid=21105 vsize=246396 CPUtime=4235.21 cores=1,3,5,7
/proc/21107/stat : 21107 (plingeling) S 21105 21107 14218 0 -1 4202496 1432571 1252 0 0 423284 237 0 0 25 0 5 0 733287532 252309504 49405 33554432000 4194304 4417452 140737135984000 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21107/statm: 61599 49405 180 55 0 59485 0
[pid=21107/tid=21114] ppid=21105 vsize=246396 CPUtime=1062.11 cores=1,3,5,7
/proc/21107/task/21114/stat : 21114 (plingeling) R 21105 21107 14218 0 -1 4202560 370348 1252 0 0 106152 59 0 0 25 0 5 0 733287541 252309504 49405 33554432000 4194304 4417452 140737135984000 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21107/tid=21115] ppid=21105 vsize=246396 CPUtime=1062.04 cores=1,3,5,7
/proc/21107/task/21115/stat : 21115 (plingeling) R 21105 21107 14218 0 -1 4202560 377337 1252 0 0 106142 62 0 0 25 0 5 0 733287541 252309504 49405 33554432000 4194304 4417452 140737135984000 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21107/tid=21116] ppid=21105 vsize=246396 CPUtime=1048.71 cores=1,3,5,7
/proc/21107/task/21116/stat : 21116 (plingeling) R 21105 21107 14218 0 -1 4202560 358088 1252 0 0 104811 60 0 0 25 0 5 0 733287541 252309504 49405 33554432000 4194304 4417452 140737135984000 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21107/tid=21117] ppid=21105 vsize=246396 CPUtime=1062.23 cores=1,3,5,7
/proc/21107/task/21117/stat : 21117 (plingeling) R 21105 21107 14218 0 -1 4202560 322589 1252 0 0 106170 53 0 0 25 0 5 0 733287541 252309504 49405 33554432000 4194304 4417452 140737135984000 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4235.21
Current children cumulated vsize (KiB) 246396

[startup+1122.3 s]
/proc/loadavg: 8.14 8.12 7.33 9/392 21187
/proc/meminfo: memFree=13848328/32951124 swapFree=65586204/67111528
[pid=21107] ppid=21105 vsize=238844 CPUtime=4474.44 cores=1,3,5,7
/proc/21107/stat : 21107 (plingeling) S 21105 21107 14218 0 -1 4202496 1497258 1252 0 0 447197 247 0 0 25 0 5 0 733287532 244576256 47549 33554432000 4194304 4417452 140737135984000 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21107/statm: 59711 47549 180 55 0 57597 0
[pid=21107/tid=21114] ppid=21105 vsize=238844 CPUtime=1122.11 cores=1,3,5,7
/proc/21107/task/21114/stat : 21114 (plingeling) R 21105 21107 14218 0 -1 4202560 382829 1252 0 0 112150 61 0 0 25 0 5 0 733287541 244576256 47549 33554432000 4194304 4417452 140737135984000 18446744073709551615 4364756 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21107/tid=21115] ppid=21105 vsize=238844 CPUtime=1122.04 cores=1,3,5,7
/proc/21107/task/21115/stat : 21115 (plingeling) R 21105 21107 14218 0 -1 4202560 395485 1252 0 0 112139 65 0 0 25 0 5 0 733287541 244576256 47549 33554432000 4194304 4417452 140737135984000 18446744073709551615 4356995 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21107/tid=21116] ppid=21105 vsize=238844 CPUtime=1107.94 cores=1,3,5,7
/proc/21107/task/21116/stat : 21116 (plingeling) R 21105 21107 14218 0 -1 4202560 372637 1252 0 0 110732 62 0 0 25 0 5 0 733287541 244576256 47549 33554432000 4194304 4417452 140737135984000 18446744073709551615 4364807 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21107/tid=21117] ppid=21105 vsize=238844 CPUtime=1122.22 cores=1,3,5,7
/proc/21107/task/21117/stat : 21117 (plingeling) R 21105 21107 14218 0 -1 4202560 342098 1252 0 0 112166 56 0 0 25 0 5 0 733287541 244576256 47549 33554432000 4194304 4417452 140737135984000 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4474.44
Current children cumulated vsize (KiB) 238844

[startup+1182.3 s]
/proc/loadavg: 8.20 8.13 7.38 9/392 21188
/proc/meminfo: memFree=13937588/32951124 swapFree=65586204/67111528
[pid=21107] ppid=21105 vsize=283960 CPUtime=4713.69 cores=1,3,5,7
/proc/21107/stat : 21107 (plingeling) S 21105 21107 14218 0 -1 4202496 1564298 1252 0 0 471113 256 0 0 25 0 5 0 733287532 290775040 58170 33554432000 4194304 4417452 140737135984000 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21107/statm: 70990 58196 180 55 0 68876 0
[pid=21107/tid=21114] ppid=21105 vsize=283960 CPUtime=1182.11 cores=1,3,5,7
/proc/21107/task/21114/stat : 21114 (plingeling) R 21105 21107 14218 0 -1 4202560 399163 1252 0 0 118147 64 0 0 25 0 5 0 733287541 290775040 58209 33554432000 4194304 4417452 140737135984000 18446744073709551615 4364737 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21107/tid=21115] ppid=21105 vsize=283960 CPUtime=1182.04 cores=1,3,5,7
/proc/21107/task/21115/stat : 21115 (plingeling) R 21105 21107 14218 0 -1 4202560 410507 1252 0 0 118138 66 0 0 25 0 5 0 733287541 290775040 58224 33554432000 4194304 4417452 140737135984000 18446744073709551615 216734872649 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21107/tid=21116] ppid=21105 vsize=283960 CPUtime=1167.19 cores=1,3,5,7
/proc/21107/task/21116/stat : 21116 (plingeling) R 21105 21107 14218 0 -1 4202560 394306 1252 0 0 116653 66 0 0 25 0 5 0 733287541 290775040 58239 33554432000 4194304 4417452 140737135984000 18446744073709551615 4364616 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21107/tid=21117] ppid=21105 vsize=283960 CPUtime=1182.23 cores=1,3,5,7
/proc/21107/task/21117/stat : 21117 (plingeling) R 21105 21107 14218 0 -1 4202560 356167 1252 0 0 118165 58 0 0 25 0 5 0 733287541 290775040 58255 33554432000 4194304 4417452 140737135984000 18446744073709551615 4353830 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4713.69
Current children cumulated vsize (KiB) 283960



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204 s]
/proc/loadavg: 8.13 8.12 7.39 9/392 21189
/proc/meminfo: memFree=13892816/32951124 swapFree=65586204/67111528
[pid=21107] ppid=21105 vsize=316016 CPUtime=4800.25 cores=1,3,5,7
/proc/21107/stat : 21107 (plingeling) S 21105 21107 14218 0 -1 4202496 1586656 1252 0 0 479766 259 0 0 25 0 5 0 733287532 323600384 66810 33554432000 4194304 4417452 140737135984000 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21107/statm: 79004 66810 180 55 0 76890 0
[pid=21107/tid=21114] ppid=21105 vsize=316016 CPUtime=1203.83 cores=1,3,5,7
/proc/21107/task/21114/stat : 21114 (plingeling) R 21105 21107 14218 0 -1 4202560 408153 1252 0 0 120318 65 0 0 25 0 5 0 733287541 323600384 66810 33554432000 4194304 4417452 140737135984000 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21107/tid=21115] ppid=21105 vsize=316016 CPUtime=1203.76 cores=1,3,5,7
/proc/21107/task/21115/stat : 21115 (plingeling) R 21105 21107 14218 0 -1 4202560 417986 1252 0 0 120308 68 0 0 25 0 5 0 733287541 323600384 66810 33554432000 4194304 4417452 140737135984000 18446744073709551615 4365959 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21107/tid=21116] ppid=21105 vsize=316016 CPUtime=1188.61 cores=1,3,5,7
/proc/21107/task/21116/stat : 21116 (plingeling) R 21105 21107 14218 0 -1 4202560 398344 1252 0 0 118795 66 0 0 25 0 5 0 733287541 323600384 66810 33554432000 4194304 4417452 140737135984000 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21107/tid=21117] ppid=21105 vsize=316016 CPUtime=1203.94 cores=1,3,5,7
/proc/21107/task/21117/stat : 21117 (plingeling) R 21105 21107 14218 0 -1 4202560 357964 1252 0 0 120336 58 0 0 25 0 5 0 733287541 323600384 66810 33554432000 4194304 4417452 140737135984000 18446744073709551615 4352402 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.25
Current children cumulated vsize (KiB) 316016

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): 1204.03
CPU time (s): 4800.3
CPU user time (s): 4797.69
CPU system time (s): 2.6096
CPU usage (%): 398.685
Max. virtual memory (cumulated for all children) (KiB): 333068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.69
system time used= 2.6096
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1587908
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= 94
involuntary context switches= 32223

runsolver used 4.23635 second user time and 11.1073 second system time

The end

Launcher Data

Begin job on node119 at 2011-05-15 05:36:09
IDJOB=3371266
IDBENCH=84211
IDSOLVER=1848
FILE ID=node119/3371266-1305430569
RUNJOBID= node119-1305429715-21020
PBS_JOBID= 13324599
Free space on /tmp= 73332 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT03/industrial/goldberg/hard_eq_check/x1mul.miter.shuffled-as.sat03-359.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371266-1305430569/watcher-3371266-1305430569 -o /tmp/evaluation-result-3371266-1305430569/solver-3371266-1305430569 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371266-1305430569.cnf

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

MD5SUM BENCH= 9edcffddbe07377cf6685697aafad673
RANDOM SEED=1807934317

node119.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.815
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.63
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.815
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.83
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.815
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.815
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.815
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.67
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.815
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.815
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.815
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:      13476444 kB
Buffers:        290188 kB
Cached:        4626660 kB
SwapCached:       4756 kB
Active:       16037180 kB
Inactive:      3105688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13476444 kB
SwapTotal:    67111528 kB
SwapFree:     65586204 kB
Dirty:            1216 kB
Writeback:           0 kB
AnonPages:    14224004 kB
Mapped:          30600 kB
Slab:           208220 kB
PageTables:      59292 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 103867288 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= 73332 MiB
End job on node119 at 2011-05-15 05:56:15