Trace number 3371273

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.4 1204.03

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/dated-5-13-u.cnf
MD5SUM45ee13b66821e6c36f3e38be418fa121
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3586.1
Satisfiable
(Un)Satisfiability was proved
Number of variables138808
Number of clauses626501
Sum of the clauses size1431026
Maximum clause length10
Minimum clause length1
Number of clauses of size 111712
Number of clauses of size 2503953
Number of clauses of size 384536
Number of clauses of size 42920
Number of clauses of size 511680
Number of clauses of size over 511700

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-3371273-1305415515/watcher-3371273-1305415515 -o /tmp/evaluation-result-3371273-1305415515/solver-3371273-1305415515 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3371273-1305415515.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: 3.44 6.26 7.36 3/347 22351
/proc/meminfo: memFree=24110304/32950928 swapFree=45937192/67111528
[pid=22351] ppid=22349 vsize=8728 CPUtime=0 cores=1,3,5,7
/proc/22351/stat : 22351 (plingeling) S 22349 22351 22319 0 -1 4202496 215 0 0 0 0 0 0 0 22 0 1 0 653148234 8937472 146 33554432000 4194304 4417452 140733359278752 18446744073709551615 254500691712 0 0 4096 0 18446744071562362840 0 0 17 1 0 0 0
/proc/22351/statm: 2182 146 122 55 0 68 0

[startup+0.02022 s]
/proc/loadavg: 3.44 6.26 7.36 3/347 22351
/proc/meminfo: memFree=24110304/32950928 swapFree=45937192/67111528
[pid=22351] ppid=22349 vsize=8728 CPUtime=0 cores=1,3,5,7
/proc/22351/stat : 22351 (plingeling) S 22349 22351 22319 0 -1 4202496 215 0 0 0 0 0 0 0 22 0 1 0 653148234 8937472 146 33554432000 4194304 4417452 140733359278752 18446744073709551615 254500691712 0 0 4096 0 18446744071562362840 0 0 17 1 0 0 0
/proc/22351/statm: 2182 146 122 55 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8728

[startup+0.101193 s]
/proc/loadavg: 3.44 6.26 7.36 3/347 22351
/proc/meminfo: memFree=24110304/32950928 swapFree=45937192/67111528
[pid=22351] ppid=22349 vsize=34224 CPUtime=0.07 cores=1,3,5,7
/proc/22351/stat : 22351 (plingeling) R 22349 22351 22319 0 -1 4202496 6649 1248 0 1 7 0 0 0 22 0 1 0 653148234 35045376 6579 33554432000 4194304 4417452 140733359278752 18446744073709551615 254500310559 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/22351/statm: 8556 6579 148 55 0 6442 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 34224

[startup+0.301163 s]
/proc/loadavg: 3.44 6.26 7.36 3/347 22351
/proc/meminfo: memFree=24110304/32950928 swapFree=45937192/67111528
[pid=22351] ppid=22349 vsize=65204 CPUtime=0.27 cores=1,3,5,7
/proc/22351/stat : 22351 (plingeling) R 22349 22351 22319 0 -1 4202496 14394 1248 0 1 26 1 0 0 23 0 1 0 653148234 66768896 14324 33554432000 4194304 4417452 140733359278752 18446744073709551615 254500052742 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/22351/statm: 16301 14324 148 55 0 14187 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 65204

[startup+0.701081 s]
/proc/loadavg: 3.44 6.26 7.36 3/347 22351
/proc/meminfo: memFree=24110304/32950928 swapFree=45937192/67111528
[pid=22351] ppid=22349 vsize=155980 CPUtime=0.67 cores=1,3,5,7
/proc/22351/stat : 22351 (plingeling) R 22349 22351 22319 0 -1 4202496 35682 1248 0 1 63 4 0 0 25 0 1 0 653148234 159723520 35612 33554432000 4194304 4417452 140733359278752 18446744073709551615 254500385885 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/22351/statm: 38995 35642 149 55 0 36881 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 155980

[startup+1.50085 s]
/proc/loadavg: 3.44 6.26 7.36 6/355 22372
/proc/meminfo: memFree=23824796/32950928 swapFree=45937192/67111528
[pid=22351] ppid=22349 vsize=290992 CPUtime=3.6 cores=1,3,5,7
/proc/22351/stat : 22351 (plingeling) S 22349 22351 22319 0 -1 4202496 51943 1248 0 1 354 6 0 0 25 0 5 0 653148234 297975808 29163 33554432000 4194304 4417452 140733359278752 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/22351/statm: 72748 29163 174 55 0 70634 0
[pid=22351/tid=22369] ppid=22349 vsize=290992 CPUtime=0.71 cores=1,3,5,7
/proc/22351/task/22369/stat : 22369 (plingeling) R 22349 22351 22319 0 -1 4202560 3407 1248 0 1 71 0 0 0 18 0 5 0 653148312 297975808 29163 33554432000 4194304 4417452 140733359278752 18446744073709551615 4281863 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22351/tid=22370] ppid=22349 vsize=290992 CPUtime=0.7 cores=1,3,5,7
/proc/22351/task/22370/stat : 22370 (plingeling) R 22349 22351 22319 0 -1 4202560 5186 1248 0 1 70 0 0 0 18 0 5 0 653148312 297975808 29163 33554432000 4194304 4417452 140733359278752 18446744073709551615 4284784 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22351/tid=22371] ppid=22349 vsize=290992 CPUtime=0.7 cores=1,3,5,7
/proc/22351/task/22371/stat : 22371 (plingeling) R 22349 22351 22319 0 -1 4202560 3815 1248 0 1 70 0 0 0 18 0 5 0 653148312 297975808 29163 33554432000 4194304 4417452 140733359278752 18446744073709551615 4290678 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22351/tid=22372] ppid=22349 vsize=290992 CPUtime=0.69 cores=1,3,5,7
/proc/22351/task/22372/stat : 22372 (plingeling) R 22349 22351 22319 0 -1 4202560 2434 1248 0 1 69 0 0 0 25 0 5 0 653148312 297975808 29163 33554432000 4194304 4417452 140733359278752 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.6
Current children cumulated vsize (KiB) 290992

[startup+3.10053 s]
/proc/loadavg: 3.44 6.26 7.36 9/359 22376
/proc/meminfo: memFree=23849692/32950928 swapFree=45937192/67111528
[pid=22351] ppid=22349 vsize=289420 CPUtime=9.99 cores=1,3,5,7
/proc/22351/stat : 22351 (plingeling) S 22349 22351 22319 0 -1 4202496 55167 1248 0 1 992 7 0 0 25 0 5 0 653148234 296366080 27751 33554432000 4194304 4417452 140733359278752 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/22351/statm: 72355 27751 179 55 0 70241 0
[pid=22351/tid=22369] ppid=22349 vsize=289420 CPUtime=2.31 cores=1,3,5,7
/proc/22351/task/22369/stat : 22369 (plingeling) R 22349 22351 22319 0 -1 4202560 3407 1248 0 1 231 0 0 0 21 0 5 0 653148312 296366080 27751 33554432000 4194304 4417452 140733359278752 18446744073709551615 4346484 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22351/tid=22370] ppid=22349 vsize=289420 CPUtime=2.31 cores=1,3,5,7
/proc/22351/task/22370/stat : 22370 (plingeling) R 22349 22351 22319 0 -1 4202560 8159 1248 0 1 230 1 0 0 22 0 5 0 653148312 296366080 27751 33554432000 4194304 4417452 140733359278752 18446744073709551615 4346468 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22351/tid=22371] ppid=22349 vsize=289420 CPUtime=2.3 cores=1,3,5,7
/proc/22351/task/22371/stat : 22371 (plingeling) R 22349 22351 22319 0 -1 4202560 4066 1248 0 1 230 0 0 0 21 0 5 0 653148312 296366080 27751 33554432000 4194304 4417452 140733359278752 18446744073709551615 4253861 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22351/tid=22372] ppid=22349 vsize=289420 CPUtime=2.28 cores=1,3,5,7
/proc/22351/task/22372/stat : 22372 (plingeling) R 22349 22351 22319 0 -1 4202560 2434 1248 0 1 228 0 0 0 25 0 5 0 653148312 296366080 27751 33554432000 4194304 4417452 140733359278752 18446744073709551615 4250967 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (KiB) 289420

[startup+6.30089 s]
/proc/loadavg: 3.81 6.29 7.36 9/359 22376
/proc/meminfo: memFree=23877320/32950928 swapFree=45937192/67111528
[pid=22351] ppid=22349 vsize=256772 CPUtime=22.75 cores=1,3,5,7
/proc/22351/stat : 22351 (plingeling) S 22349 22351 22319 0 -1 4202496 56360 1248 0 1 2268 7 0 0 25 0 5 0 653148234 262934528 20349 33554432000 4194304 4417452 140733359278752 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/22351/statm: 64193 20349 180 55 0 62079 0
[pid=22351/tid=22369] ppid=22349 vsize=256772 CPUtime=5.51 cores=1,3,5,7
/proc/22351/task/22369/stat : 22369 (plingeling) R 22349 22351 22319 0 -1 4202560 3486 1248 0 1 551 0 0 0 25 0 5 0 653148312 262934528 20349 33554432000 4194304 4417452 140733359278752 18446744073709551615 4275748 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22351/tid=22370] ppid=22349 vsize=256772 CPUtime=5.51 cores=1,3,5,7
/proc/22351/task/22370/stat : 22370 (plingeling) R 22349 22351 22319 0 -1 4202560 8552 1248 0 1 550 1 0 0 25 0 5 0 653148312 262934528 20349 33554432000 4194304 4417452 140733359278752 18446744073709551615 4264528 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22351/tid=22371] ppid=22349 vsize=256772 CPUtime=5.5 cores=1,3,5,7
/proc/22351/task/22371/stat : 22371 (plingeling) R 22349 22351 22319 0 -1 4202560 4787 1248 0 1 550 0 0 0 25 0 5 0 653148312 262934528 20349 33554432000 4194304 4417452 140733359278752 18446744073709551615 18446744073699065939 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22351/tid=22372] ppid=22349 vsize=256772 CPUtime=5.44 cores=1,3,5,7
/proc/22351/task/22372/stat : 22372 (plingeling) R 22349 22351 22319 0 -1 4202560 2434 1248 0 1 544 0 0 0 25 0 5 0 653148312 262934528 20349 33554432000 4194304 4417452 140733359278752 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 22.75
Current children cumulated vsize (KiB) 256772

[startup+12.7006 s]
/proc/loadavg: 4.14 6.32 7.36 9/359 22376
/proc/meminfo: memFree=23899092/32950928 swapFree=45937192/67111528
[pid=22351] ppid=22349 vsize=243768 CPUtime=48.28 cores=1,3,5,7
/proc/22351/stat : 22351 (plingeling) S 22349 22351 22319 0 -1 4202496 60753 1248 0 1 4819 9 0 0 25 0 5 0 653148234 249618432 17396 33554432000 4194304 4417452 140733359278752 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/22351/statm: 60942 17396 180 55 0 58828 0
[pid=22351/tid=22369] ppid=22349 vsize=243768 CPUtime=11.91 cores=1,3,5,7
/proc/22351/task/22369/stat : 22369 (plingeling) R 22349 22351 22319 0 -1 4202560 4255 1248 0 1 1190 1 0 0 25 0 5 0 653148312 249618432 17396 33554432000 4194304 4417452 140733359278752 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22351/tid=22370] ppid=22349 vsize=243768 CPUtime=11.9 cores=1,3,5,7
/proc/22351/task/22370/stat : 22370 (plingeling) R 22349 22351 22319 0 -1 4202560 9508 1248 0 1 1189 1 0 0 25 0 5 0 653148312 249618432 17396 33554432000 4194304 4417452 140733359278752 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22351/tid=22371] ppid=22349 vsize=243768 CPUtime=11.91 cores=1,3,5,7
/proc/22351/task/22371/stat : 22371 (plingeling) R 22349 22351 22319 0 -1 4202560 7455 1248 0 1 1190 1 0 0 25 0 5 0 653148312 249618432 17396 33554432000 4194304 4417452 140733359278752 18446744073709551615 4366065 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22351/tid=22372] ppid=22349 vsize=243768 CPUtime=11.77 cores=1,3,5,7
/proc/22351/task/22372/stat : 22372 (plingeling) R 22349 22351 22319 0 -1 4202560 2434 1248 0 1 1177 0 0 0 25 0 5 0 653148312 249618432 17396 33554432000 4194304 4417452 140733359278752 18446744073709551615 4357003 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 48.28
Current children cumulated vsize (KiB) 243768

[startup+25.5011 s]
/proc/loadavg: 5.06 6.41 7.38 9/359 22376
/proc/meminfo: memFree=23872092/32950928 swapFree=45937192/67111528
[pid=22351] ppid=22349 vsize=254036 CPUtime=99.34 cores=1,3,5,7
/proc/22351/stat : 22351 (plingeling) S 22349 22351 22319 0 -1 4202496 72194 1248 0 1 9923 11 0 0 25 0 5 0 653148234 260132864 20004 33554432000 4194304 4417452 140733359278752 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/22351/statm: 63509 20004 180 55 0 61395 0
[pid=22351/tid=22369] ppid=22349 vsize=254036 CPUtime=24.71 cores=1,3,5,7
/proc/22351/task/22369/stat : 22369 (plingeling) R 22349 22351 22319 0 -1 4202560 7588 1248 0 1 2470 1 0 0 25 0 5 0 653148312 260132864 20004 33554432000 4194304 4417452 140733359278752 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22351/tid=22370] ppid=22349 vsize=254036 CPUtime=24.7 cores=1,3,5,7
/proc/22351/task/22370/stat : 22370 (plingeling) R 22349 22351 22319 0 -1 4202560 12340 1248 0 1 2469 1 0 0 25 0 5 0 653148312 260132864 20004 33554432000 4194304 4417452 140733359278752 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22351/tid=22371] ppid=22349 vsize=254036 CPUtime=24.71 cores=1,3,5,7
/proc/22351/task/22371/stat : 22371 (plingeling) R 22349 22351 22319 0 -1 4202560 12731 1248 0 1 2468 3 0 0 25 0 5 0 653148312 260132864 20004 33554432000 4194304 4417452 140733359278752 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22351/tid=22372] ppid=22349 vsize=254036 CPUtime=24.43 cores=1,3,5,7
/proc/22351/task/22372/stat : 22372 (plingeling) R 22349 22351 22319 0 -1 4202560 2434 1248 0 1 2443 0 0 0 25 0 5 0 653148312 260132864 20004 33554432000 4194304 4417452 140733359278752 18446744073709551615 4364466 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 99.34
Current children cumulated vsize (KiB) 254036

[startup+51.101 s]
/proc/loadavg: 6.06 6.54 7.39 9/359 22377
/proc/meminfo: memFree=23819416/32950928 swapFree=45937192/67111528
[pid=22351] ppid=22349 vsize=279804 CPUtime=201.47 cores=1,3,5,7
/proc/22351/stat : 22351 (plingeling) S 22349 22351 22319 0 -1 4202496 95183 1248 0 1 20133 14 0 0 25 0 5 0 653148234 286519296 26946 33554432000 4194304 4417452 140733359278752 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/22351/statm: 69951 26946 180 55 0 67837 0
[pid=22351/tid=22369] ppid=22349 vsize=279804 CPUtime=50.32 cores=1,3,5,7
/proc/22351/task/22369/stat : 22369 (plingeling) R 22349 22351 22319 0 -1 4202560 11012 1248 0 1 5030 2 0 0 25 0 5 0 653148312 286519296 26946 33554432000 4194304 4417452 140733359278752 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22351/tid=22370] ppid=22349 vsize=279804 CPUtime=50.31 cores=1,3,5,7
/proc/22351/task/22370/stat : 22370 (plingeling) R 22349 22351 22319 0 -1 4202560 18953 1248 0 1 5029 2 0 0 25 0 5 0 653148312 286519296 26946 33554432000 4194304 4417452 140733359278752 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22351/tid=22371] ppid=22349 vsize=279804 CPUtime=50.31 cores=1,3,5,7
/proc/22351/task/22371/stat : 22371 (plingeling) R 22349 22351 22319 0 -1 4202560 25683 1248 0 1 5027 4 0 0 25 0 5 0 653148312 286519296 26946 33554432000 4194304 4417452 140733359278752 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22351/tid=22372] ppid=22349 vsize=279804 CPUtime=49.75 cores=1,3,5,7
/proc/22351/task/22372/stat : 22372 (plingeling) R 22349 22351 22319 0 -1 4202560 2434 1248 0 1 4975 0 0 0 25 0 5 0 653148312 286519296 26946 33554432000 4194304 4417452 140733359278752 18446744073709551615 4236995 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 201.47
Current children cumulated vsize (KiB) 279804

[startup+102.314 s]
/proc/loadavg: 7.21 6.78 7.43 9/359 22378
/proc/meminfo: memFree=23763968/32950928 swapFree=45937192/67111528
[pid=22351] ppid=22349 vsize=299360 CPUtime=405.75 cores=1,3,5,7
/proc/22351/stat : 22351 (plingeling) S 22349 22351 22319 0 -1 4202496 134040 1248 0 1 40554 21 0 0 25 0 5 0 653148234 306544640 31264 33554432000 4194304 4417452 140733359278752 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/22351/statm: 74840 31264 180 55 0 72726 0
[pid=22351/tid=22369] ppid=22349 vsize=299360 CPUtime=101.52 cores=1,3,5,7
/proc/22351/task/22369/stat : 22369 (plingeling) R 22349 22351 22319 0 -1 4202560 20366 1248 0 1 10149 3 0 0 25 0 5 0 653148312 306544640 31264 33554432000 4194304 4417452 140733359278752 18446744073709551615 4364903 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22351/tid=22370] ppid=22349 vsize=299360 CPUtime=101.52 cores=1,3,5,7
/proc/22351/task/22370/stat : 22370 (plingeling) R 22349 22351 22319 0 -1 4202560 25984 1248 0 1 10149 3 0 0 25 0 5 0 653148312 306544640 31264 33554432000 4194304 4417452 140733359278752 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22351/tid=22371] ppid=22349 vsize=299360 CPUtime=101.53 cores=1,3,5,7
/proc/22351/task/22371/stat : 22371 (plingeling) R 22349 22351 22319 0 -1 4202560 48155 1248 0 1 10144 9 0 0 25 0 5 0 653148312 306544640 31264 33554432000 4194304 4417452 140733359278752 18446744073709551615 4364442 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22351/tid=22372] ppid=22349 vsize=299360 CPUtime=100.39 cores=1,3,5,7
/proc/22351/task/22372/stat : 22372 (plingeling) R 22349 22351 22319 0 -1 4202560 2434 1248 0 1 10039 0 0 0 25 0 5 0 653148312 306544640 31264 33554432000 4194304 4417452 140733359278752 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 405.75
Current children cumulated vsize (KiB) 299360

[startup+162.301 s]
/proc/loadavg: 7.80 7.03 7.47 9/359 22380
/proc/meminfo: memFree=23729952/32950928 swapFree=45937192/67111528
[pid=22351] ppid=22349 vsize=316692 CPUtime=645.06 cores=1,3,5,7
/proc/22351/stat : 22351 (plingeling) S 22349 22351 22319 0 -1 4202496 183739 1248 0 1 64478 28 0 0 25 0 5 0 653148234 324292608 35101 33554432000 4194304 4417452 140733359278752 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/22351/statm: 79173 35101 180 55 0 77059 0
[pid=22351/tid=22369] ppid=22349 vsize=316692 CPUtime=161.51 cores=1,3,5,7
/proc/22351/task/22369/stat : 22369 (plingeling) R 22349 22351 22319 0 -1 4202560 31029 1248 0 1 16147 4 0 0 25 0 5 0 653148312 324292608 35101 33554432000 4194304 4417452 140733359278752 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22351/tid=22370] ppid=22349 vsize=316692 CPUtime=161.51 cores=1,3,5,7
/proc/22351/task/22370/stat : 22370 (plingeling) R 22349 22351 22319 0 -1 4202560 39657 1248 0 1 16146 5 0 0 25 0 5 0 653148312 324292608 35101 33554432000 4194304 4417452 140733359278752 18446744073709551615 4364572 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22351/tid=22371] ppid=22349 vsize=316692 CPUtime=161.52 cores=1,3,5,7
/proc/22351/task/22371/stat : 22371 (plingeling) R 22349 22351 22319 0 -1 4202560 71470 1248 0 1 16139 13 0 0 25 0 5 0 653148312 324292608 35101 33554432000 4194304 4417452 140733359278752 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22351/tid=22372] ppid=22349 vsize=316692 CPUtime=159.73 cores=1,3,5,7
/proc/22351/task/22372/stat : 22372 (plingeling) R 22349 22351 22319 0 -1 4202560 4482 1248 0 1 15973 0 0 0 25 0 5 0 653148312 324292608 35101 33554432000 4194304 4417452 140733359278752 18446744073709551615 4364558 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 645.06
Current children cumulated vsize (KiB) 316692


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

[pid=22351/tid=22370] ppid=22349 vsize=392536 CPUtime=701.54 cores=1,3,5,7
/proc/22351/task/22370/stat : 22370 (plingeling) R 22349 22351 22319 0 -1 4202560 169327 1248 0 1 70128 26 0 0 25 0 5 0 653148312 401956864 54517 33554432000 4194304 4417452 140733359278752 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22351/tid=22371] ppid=22349 vsize=392536 CPUtime=701.54 cores=1,3,5,7
/proc/22351/task/22371/stat : 22371 (plingeling) R 22349 22351 22319 0 -1 4202560 261356 1248 0 1 70112 42 0 0 25 0 5 0 653148312 401956864 54517 33554432000 4194304 4417452 140733359278752 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22351/tid=22372] ppid=22349 vsize=392536 CPUtime=693.7 cores=1,3,5,7
/proc/22351/task/22372/stat : 22372 (plingeling) R 22349 22351 22319 0 -1 4202560 86455 1248 0 1 69358 12 0 0 25 0 5 0 653148312 401956864 54517 33554432000 4194304 4417452 140733359278752 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2799.1
Current children cumulated vsize (KiB) 392536

[startup+762.313 s]
/proc/loadavg: 8.14 7.97 7.77 9/359 22396
/proc/meminfo: memFree=23348236/32950928 swapFree=45937192/67111528
[pid=22351] ppid=22349 vsize=382088 CPUtime=3038.49 cores=1,3,5,7
/proc/22351/stat : 22351 (plingeling) S 22349 22351 22319 0 -1 4202496 773629 1248 0 1 303728 121 0 0 25 0 5 0 653148234 391258112 51912 33554432000 4194304 4417452 140733359278752 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/22351/statm: 95522 51912 180 55 0 93408 0
[pid=22351/tid=22369] ppid=22349 vsize=382088 CPUtime=761.55 cores=1,3,5,7
/proc/22351/task/22369/stat : 22369 (plingeling) R 22349 22351 22319 0 -1 4202560 175267 1248 0 1 76128 27 0 0 25 0 5 0 653148312 391258112 51912 33554432000 4194304 4417452 140733359278752 18446744073709551615 4365949 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22351/tid=22370] ppid=22349 vsize=382088 CPUtime=761.56 cores=1,3,5,7
/proc/22351/task/22370/stat : 22370 (plingeling) R 22349 22351 22319 0 -1 4202560 184633 1248 0 1 76127 29 0 0 25 0 5 0 653148312 391258112 51912 33554432000 4194304 4417452 140733359278752 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22351/tid=22371] ppid=22349 vsize=382088 CPUtime=761.55 cores=1,3,5,7
/proc/22351/task/22371/stat : 22371 (plingeling) R 22349 22351 22319 0 -1 4202560 280844 1248 0 1 76110 45 0 0 25 0 5 0 653148312 391258112 51912 33554432000 4194304 4417452 140733359278752 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22351/tid=22372] ppid=22349 vsize=382088 CPUtime=753.03 cores=1,3,5,7
/proc/22351/task/22372/stat : 22372 (plingeling) R 22349 22351 22319 0 -1 4202560 95784 1248 0 1 75289 14 0 0 25 0 5 0 653148312 391258112 51912 33554432000 4194304 4417452 140733359278752 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3038.49
Current children cumulated vsize (KiB) 382088

[startup+822.301 s]
/proc/loadavg: 8.16 8.00 7.79 9/359 22397
/proc/meminfo: memFree=23333584/32950928 swapFree=45937192/67111528
[pid=22351] ppid=22349 vsize=414408 CPUtime=3277.78 cores=1,3,5,7
/proc/22351/stat : 22351 (plingeling) S 22349 22351 22319 0 -1 4202496 837912 1248 0 1 327647 131 0 0 25 0 5 0 653148234 424353792 60000 33554432000 4194304 4417452 140733359278752 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/22351/statm: 103602 60000 180 55 0 101488 0
[pid=22351/tid=22369] ppid=22349 vsize=414408 CPUtime=821.54 cores=1,3,5,7
/proc/22351/task/22369/stat : 22369 (plingeling) R 22349 22351 22319 0 -1 4202560 190683 1248 0 1 82124 30 0 0 25 0 5 0 653148312 424353792 60000 33554432000 4194304 4417452 140733359278752 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22351/tid=22370] ppid=22349 vsize=414408 CPUtime=821.54 cores=1,3,5,7
/proc/22351/task/22370/stat : 22370 (plingeling) R 22349 22351 22319 0 -1 4202560 199431 1248 0 1 82123 31 0 0 25 0 5 0 653148312 424353792 60000 33554432000 4194304 4417452 140733359278752 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22351/tid=22371] ppid=22349 vsize=414408 CPUtime=821.55 cores=1,3,5,7
/proc/22351/task/22371/stat : 22371 (plingeling) R 22349 22351 22319 0 -1 4202560 301883 1248 0 1 82107 48 0 0 25 0 5 0 653148312 424353792 60000 33554432000 4194304 4417452 140733359278752 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22351/tid=22372] ppid=22349 vsize=414408 CPUtime=812.36 cores=1,3,5,7
/proc/22351/task/22372/stat : 22372 (plingeling) R 22349 22351 22319 0 -1 4202560 108814 1248 0 1 81220 16 0 0 25 0 5 0 653148312 424353792 60000 33554432000 4194304 4417452 140733359278752 18446744073709551615 4353620 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3277.78
Current children cumulated vsize (KiB) 414408

[startup+882.301 s]
/proc/loadavg: 8.15 8.03 7.81 9/359 22399
/proc/meminfo: memFree=23361664/32950928 swapFree=45937192/67111528
[pid=22351] ppid=22349 vsize=379188 CPUtime=3517.11 cores=1,3,5,7
/proc/22351/stat : 22351 (plingeling) S 22349 22351 22319 0 -1 4202496 889366 1248 0 1 351570 141 0 0 25 0 5 0 653148234 388288512 51204 33554432000 4194304 4417452 140733359278752 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/22351/statm: 94797 51204 180 55 0 92683 0
[pid=22351/tid=22369] ppid=22349 vsize=379188 CPUtime=881.55 cores=1,3,5,7
/proc/22351/task/22369/stat : 22369 (plingeling) R 22349 22351 22319 0 -1 4202560 201043 1248 0 1 88123 32 0 0 25 0 5 0 653148312 388288512 51204 33554432000 4194304 4417452 140733359278752 18446744073709551615 4277684 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22351/tid=22370] ppid=22349 vsize=379188 CPUtime=881.54 cores=1,3,5,7
/proc/22351/task/22370/stat : 22370 (plingeling) R 22349 22351 22319 0 -1 4202560 214171 1248 0 1 88121 33 0 0 25 0 5 0 653148312 388288512 51204 33554432000 4194304 4417452 140733359278752 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22351/tid=22371] ppid=22349 vsize=379188 CPUtime=881.55 cores=1,3,5,7
/proc/22351/task/22371/stat : 22371 (plingeling) R 22349 22351 22319 0 -1 4202560 317009 1248 0 1 88104 51 0 0 25 0 5 0 653148312 388288512 51204 33554432000 4194304 4417452 140733359278752 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22351/tid=22372] ppid=22349 vsize=379188 CPUtime=871.67 cores=1,3,5,7
/proc/22351/task/22372/stat : 22372 (plingeling) R 22349 22351 22319 0 -1 4202560 120042 1248 0 1 87149 18 0 0 25 0 5 0 653148312 388288512 51204 33554432000 4194304 4417452 140733359278752 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3517.11
Current children cumulated vsize (KiB) 379188

[startup+942.301 s]
/proc/loadavg: 8.14 8.05 7.83 9/359 22401
/proc/meminfo: memFree=23311152/32950928 swapFree=45937192/67111528
[pid=22351] ppid=22349 vsize=432368 CPUtime=3756.44 cores=1,3,5,7
/proc/22351/stat : 22351 (plingeling) S 22349 22351 22319 0 -1 4202496 935328 1248 0 1 375497 147 0 0 25 0 5 0 653148234 442744832 64502 33554432000 4194304 4417452 140733359278752 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/22351/statm: 108092 64502 180 55 0 105978 0
[pid=22351/tid=22369] ppid=22349 vsize=432368 CPUtime=941.56 cores=1,3,5,7
/proc/22351/task/22369/stat : 22369 (plingeling) R 22349 22351 22319 0 -1 4202560 211368 1248 0 1 94122 34 0 0 25 0 5 0 653148312 442744832 64502 33554432000 4194304 4417452 140733359278752 18446744073709551615 4364850 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22351/tid=22370] ppid=22349 vsize=432368 CPUtime=941.55 cores=1,3,5,7
/proc/22351/task/22370/stat : 22370 (plingeling) R 22349 22351 22319 0 -1 4202560 228024 1248 0 1 94119 36 0 0 25 0 5 0 653148312 442744832 64502 33554432000 4194304 4417452 140733359278752 18446744073709551615 4365058 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22351/tid=22371] ppid=22349 vsize=432368 CPUtime=941.55 cores=1,3,5,7
/proc/22351/task/22371/stat : 22371 (plingeling) R 22349 22351 22319 0 -1 4202560 329353 1248 0 1 94103 52 0 0 25 0 5 0 653148312 442744832 64502 33554432000 4194304 4417452 140733359278752 18446744073709551615 4308533 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22351/tid=22372] ppid=22349 vsize=432368 CPUtime=931.01 cores=1,3,5,7
/proc/22351/task/22372/stat : 22372 (plingeling) R 22349 22351 22319 0 -1 4202560 129482 1248 0 1 93081 20 0 0 25 0 5 0 653148312 442744832 64502 33554432000 4194304 4417452 140733359278752 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3756.44
Current children cumulated vsize (KiB) 432368

[startup+1002.3 s]
/proc/loadavg: 8.13 8.07 7.85 9/359 22402
/proc/meminfo: memFree=23328232/32950928 swapFree=45937192/67111528
[pid=22351] ppid=22349 vsize=443212 CPUtime=3995.77 cores=1,3,5,7
/proc/22351/stat : 22351 (plingeling) S 22349 22351 22319 0 -1 4202496 987056 1248 0 1 399422 155 0 0 25 0 5 0 653148234 453849088 67218 33554432000 4194304 4417452 140733359278752 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/22351/statm: 110803 67218 180 55 0 108689 0
[pid=22351/tid=22369] ppid=22349 vsize=443212 CPUtime=1001.56 cores=1,3,5,7
/proc/22351/task/22369/stat : 22369 (plingeling) R 22349 22351 22319 0 -1 4202560 222605 1248 0 1 100120 36 0 0 25 0 5 0 653148312 453849088 67218 33554432000 4194304 4417452 140733359278752 18446744073709551615 4237189 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22351/tid=22370] ppid=22349 vsize=443212 CPUtime=1001.55 cores=1,3,5,7
/proc/22351/task/22370/stat : 22370 (plingeling) R 22349 22351 22319 0 -1 4202560 236256 1248 0 1 100118 37 0 0 25 0 5 0 653148312 453849088 67218 33554432000 4194304 4417452 140733359278752 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22351/tid=22371] ppid=22349 vsize=443212 CPUtime=1001.55 cores=1,3,5,7
/proc/22351/task/22371/stat : 22371 (plingeling) R 22349 22351 22319 0 -1 4202560 351190 1248 0 1 100100 55 0 0 25 0 5 0 653148312 453849088 67218 33554432000 4194304 4417452 140733359278752 18446744073709551615 4277864 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22351/tid=22372] ppid=22349 vsize=443212 CPUtime=990.32 cores=1,3,5,7
/proc/22351/task/22372/stat : 22372 (plingeling) R 22349 22351 22319 0 -1 4202560 139904 1248 0 1 99011 21 0 0 25 0 5 0 653148312 453849088 67218 33554432000 4194304 4417452 140733359278752 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3995.77
Current children cumulated vsize (KiB) 443212

[startup+1062.3 s]
/proc/loadavg: 8.12 8.08 7.86 9/359 22404
/proc/meminfo: memFree=23303644/32950928 swapFree=45937192/67111528
[pid=22351] ppid=22349 vsize=443100 CPUtime=4235.11 cores=1,3,5,7
/proc/22351/stat : 22351 (plingeling) S 22349 22351 22319 0 -1 4202496 1047341 1248 0 1 423346 165 0 0 25 0 5 0 653148234 453734400 67196 33554432000 4194304 4417452 140733359278752 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/22351/statm: 110775 67196 180 55 0 108661 0
[pid=22351/tid=22369] ppid=22349 vsize=443100 CPUtime=1061.56 cores=1,3,5,7
/proc/22351/task/22369/stat : 22369 (plingeling) R 22349 22351 22319 0 -1 4202560 238007 1248 0 1 106118 38 0 0 25 0 5 0 653148312 453734400 67196 33554432000 4194304 4417452 140733359278752 18446744073709551615 4358008 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22351/tid=22370] ppid=22349 vsize=443100 CPUtime=1061.55 cores=1,3,5,7
/proc/22351/task/22370/stat : 22370 (plingeling) R 22349 22351 22319 0 -1 4202560 251182 1248 0 1 106116 39 0 0 25 0 5 0 653148312 453734400 67196 33554432000 4194304 4417452 140733359278752 18446744073709551615 4251107 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22351/tid=22371] ppid=22349 vsize=443100 CPUtime=1061.56 cores=1,3,5,7
/proc/22351/task/22371/stat : 22371 (plingeling) R 22349 22351 22319 0 -1 4202560 371214 1248 0 1 106097 59 0 0 25 0 5 0 653148312 453734400 67196 33554432000 4194304 4417452 140733359278752 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22351/tid=22372] ppid=22349 vsize=443100 CPUtime=1049.65 cores=1,3,5,7
/proc/22351/task/22372/stat : 22372 (plingeling) R 22349 22351 22319 0 -1 4202560 149837 1248 0 1 104942 23 0 0 25 0 5 0 653148312 453734400 67196 33554432000 4194304 4417452 140733359278752 18446744073709551615 4237136 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4235.11
Current children cumulated vsize (KiB) 443100

[startup+1122.3 s]
/proc/loadavg: 8.08 8.08 7.87 9/359 22406
/proc/meminfo: memFree=23300760/32950928 swapFree=45937192/67111528
[pid=22351] ppid=22349 vsize=411356 CPUtime=4474.44 cores=1,3,5,7
/proc/22351/stat : 22351 (plingeling) S 22349 22351 22319 0 -1 4202496 1094470 1248 0 1 447271 173 0 0 25 0 5 0 653148234 421228544 59274 33554432000 4194304 4417452 140733359278752 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/22351/statm: 102839 59274 180 55 0 100725 0
[pid=22351/tid=22369] ppid=22349 vsize=411356 CPUtime=1121.57 cores=1,3,5,7
/proc/22351/task/22369/stat : 22369 (plingeling) R 22349 22351 22319 0 -1 4202560 249206 1248 0 1 112117 40 0 0 25 0 5 0 653148312 421228544 59274 33554432000 4194304 4417452 140733359278752 18446744073709551615 4366117 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22351/tid=22370] ppid=22349 vsize=411356 CPUtime=1121.55 cores=1,3,5,7
/proc/22351/task/22370/stat : 22370 (plingeling) R 22349 22351 22319 0 -1 4202560 266530 1248 0 1 112113 42 0 0 25 0 5 0 653148312 421228544 59274 33554432000 4194304 4417452 140733359278752 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22351/tid=22371] ppid=22349 vsize=411356 CPUtime=1121.55 cores=1,3,5,7
/proc/22351/task/22371/stat : 22371 (plingeling) R 22349 22351 22319 0 -1 4202560 383545 1248 0 1 112095 60 0 0 25 0 5 0 653148312 421228544 59274 33554432000 4194304 4417452 140733359278752 18446744073709551615 4364548 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22351/tid=22372] ppid=22349 vsize=411356 CPUtime=1108.98 cores=1,3,5,7
/proc/22351/task/22372/stat : 22372 (plingeling) R 22349 22351 22319 0 -1 4202560 158088 1248 0 1 110873 25 0 0 25 0 5 0 653148312 421228544 59274 33554432000 4194304 4417452 140733359278752 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4474.44
Current children cumulated vsize (KiB) 411356

[startup+1182.3 s]
/proc/loadavg: 8.11 8.08 7.88 9/359 22407
/proc/meminfo: memFree=23335168/32950928 swapFree=45937192/67111528
[pid=22351] ppid=22349 vsize=377020 CPUtime=4713.76 cores=1,3,5,7
/proc/22351/stat : 22351 (plingeling) S 22349 22351 22319 0 -1 4202496 1143526 1248 0 1 471196 180 0 0 25 0 5 0 653148234 386068480 50682 33554432000 4194304 4417452 140733359278752 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/22351/statm: 94255 50682 180 55 0 92141 0
[pid=22351/tid=22369] ppid=22349 vsize=377020 CPUtime=1181.57 cores=1,3,5,7
/proc/22351/task/22369/stat : 22369 (plingeling) R 22349 22351 22319 0 -1 4202560 260640 1248 0 1 118115 42 0 0 25 0 5 0 653148312 386068480 50682 33554432000 4194304 4417452 140733359278752 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22351/tid=22370] ppid=22349 vsize=377020 CPUtime=1181.56 cores=1,3,5,7
/proc/22351/task/22370/stat : 22370 (plingeling) R 22349 22351 22319 0 -1 4202560 279120 1248 0 1 118112 44 0 0 25 0 5 0 653148312 386068480 50682 33554432000 4194304 4417452 140733359278752 18446744073709551615 4250476 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22351/tid=22371] ppid=22349 vsize=377020 CPUtime=1181.56 cores=1,3,5,7
/proc/22351/task/22371/stat : 22371 (plingeling) R 22349 22351 22319 0 -1 4202560 401496 1248 0 1 118093 63 0 0 25 0 5 0 653148312 386068480 50682 33554432000 4194304 4417452 140733359278752 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22351/tid=22372] ppid=22349 vsize=377020 CPUtime=1168.29 cores=1,3,5,7
/proc/22351/task/22372/stat : 22372 (plingeling) R 22349 22351 22319 0 -1 4202560 165169 1248 0 1 116803 26 0 0 25 0 5 0 653148312 386068480 50682 33554432000 4194304 4417452 140733359278752 18446744073709551615 4237211 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4713.76
Current children cumulated vsize (KiB) 377020



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204 s]
/proc/loadavg: 8.07 8.07 7.89 9/359 22408
/proc/meminfo: memFree=23243516/32950928 swapFree=45937192/67111528
[pid=22351] ppid=22349 vsize=418684 CPUtime=4800.34 cores=1,3,5,7
/proc/22351/stat : 22351 (plingeling) S 22349 22351 22319 0 -1 4202496 1157123 1248 0 1 479852 182 0 0 25 0 5 0 653148234 428732416 61098 33554432000 4194304 4417452 140733359278752 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/22351/statm: 104671 61098 180 55 0 102557 0
[pid=22351/tid=22369] ppid=22349 vsize=418684 CPUtime=1203.28 cores=1,3,5,7
/proc/22351/task/22369/stat : 22369 (plingeling) R 22349 22351 22319 0 -1 4202560 265590 1248 0 1 120286 42 0 0 25 0 5 0 653148312 428732416 61098 33554432000 4194304 4417452 140733359278752 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22351/tid=22370] ppid=22349 vsize=418684 CPUtime=1203.28 cores=1,3,5,7
/proc/22351/task/22370/stat : 22370 (plingeling) R 22349 22351 22319 0 -1 4202560 284383 1248 0 1 120283 45 0 0 25 0 5 0 653148312 428732416 61098 33554432000 4194304 4417452 140733359278752 18446744073709551615 4364809 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22351/tid=22371] ppid=22349 vsize=418684 CPUtime=1203.27 cores=1,3,5,7
/proc/22351/task/22371/stat : 22371 (plingeling) R 22349 22351 22319 0 -1 4202560 403212 1248 0 1 120264 63 0 0 25 0 5 0 653148312 428732416 61098 33554432000 4194304 4417452 140733359278752 18446744073709551615 4364542 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22351/tid=22372] ppid=22349 vsize=418684 CPUtime=1189.74 cores=1,3,5,7
/proc/22351/task/22372/stat : 22372 (plingeling) R 22349 22351 22319 0 -1 4202560 166837 1248 0 1 118948 26 0 0 25 0 5 0 653148312 428732416 61098 33554432000 4194304 4417452 140733359278752 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 418684

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.4
CPU user time (s): 4798.56
CPU system time (s): 1.84572
CPU usage (%): 398.694
Max. virtual memory (cumulated for all children) (KiB): 472272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.56
system time used= 1.84572
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1158371
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 193
involuntary context switches= 21655

runsolver used 3.9174 second user time and 9.63354 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-15 01:25:15
IDJOB=3371273
IDBENCH=20387
IDSOLVER=1848
FILE ID=node149/3371273-1305415515
RUNJOBID= node149-1305415515-22338
PBS_JOBID= 13324565
Free space on /tmp= 73552 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/dated-5-13-u.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371273-1305415515/watcher-3371273-1305415515 -o /tmp/evaluation-result-3371273-1305415515/solver-3371273-1305415515 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371273-1305415515.cnf

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

MD5SUM BENCH= 45ee13b66821e6c36f3e38be418fa121
RANDOM SEED=1521510749

node149.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.806
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.61
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.806
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.806
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.83
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.806
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.73
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.806
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.806
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.75
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.806
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.82
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.806
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      24110584 kB
Buffers:        312388 kB
Cached:        3890340 kB
SwapCached:      19984 kB
Active:        6321476 kB
Inactive:      2222160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24110584 kB
SwapTotal:    67111528 kB
SwapFree:     45937192 kB
Dirty:           21868 kB
Writeback:          12 kB
AnonPages:     4333816 kB
Mapped:          12940 kB
Slab:           158144 kB
PageTables:      71940 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 80192304 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= 73548 MiB
End job on node149 at 2011-05-15 01:45:22