Trace number 3371103

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.47 1203.88

General information on the benchmark

NameSAT02/handmade/zhang-lintao/
xor-chain/x1_80.shuffled.cnf
MD5SUM53a7d1541ad9c0dde902ec3a505ae8fc
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.001998
Satisfiable
(Un)Satisfiability was proved
Number of variables238
Number of clauses634
Sum of the clauses size1900
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22
Number of clauses of size 3632
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 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-3371103-1305432370/watcher-3371103-1305432370 -o /tmp/evaluation-result-3371103-1305432370/solver-3371103-1305432370 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3371103-1305432370.cnf 

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

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


[startup+0 s]
/proc/loadavg: 0.94 1.00 1.08 1/359 24261
/proc/meminfo: memFree=22999424/32950928 swapFree=65730864/67111528
[pid=24261] ppid=24259 vsize=8728 CPUtime=0 cores=0,2,4,6
/proc/24261/stat : 24261 (plingeling) S 24259 24261 23830 0 -1 4202496 215 0 0 0 0 0 0 0 23 0 1 0 733467685 8937472 146 33554432000 4194304 4417452 140735479241728 18446744073709551615 260905393920 0 0 4096 0 18446744071562362840 0 0 17 4 0 0 0
/proc/24261/statm: 2182 146 122 55 0 68 0

[startup+0.0165309 s]
/proc/loadavg: 0.94 1.00 1.08 1/359 24261
/proc/meminfo: memFree=22999424/32950928 swapFree=65730864/67111528
[pid=24261] ppid=24259 vsize=8728 CPUtime=0 cores=0,2,4,6
/proc/24261/stat : 24261 (plingeling) S 24259 24261 23830 0 -1 4202496 215 0 0 0 0 0 0 0 23 0 1 0 733467685 8937472 146 33554432000 4194304 4417452 140735479241728 18446744073709551615 260905393920 0 0 4096 0 18446744071562362840 0 0 17 4 0 0 0
/proc/24261/statm: 2182 146 122 55 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8728

[startup+0.169502 s]
/proc/loadavg: 0.94 1.00 1.08 1/359 24261
/proc/meminfo: memFree=22999424/32950928 swapFree=65730864/67111528
[pid=24261] ppid=24259 vsize=118192 CPUtime=0.31 cores=0,2,4,6
/proc/24261/stat : 24261 (plingeling) S 24259 24261 23830 0 -1 4202496 1467 1252 0 1 31 0 0 0 23 0 5 0 733467685 121028608 997 33554432000 4194304 4417452 140735479241728 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/24261/statm: 29548 997 179 55 0 27434 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 118192

[startup+0.300479 s]
/proc/loadavg: 0.94 1.00 1.08 1/359 24261
/proc/meminfo: memFree=22999424/32950928 swapFree=65730864/67111528
[pid=24261] ppid=24259 vsize=121380 CPUtime=0.82 cores=0,2,4,6
/proc/24261/stat : 24261 (plingeling) S 24259 24261 23830 0 -1 4202496 3869 1252 0 1 82 0 0 0 23 0 5 0 733467685 124293120 1794 33554432000 4194304 4417452 140735479241728 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/24261/statm: 30345 1794 179 55 0 28231 0
Current children cumulated CPU time (s) 0.82
Current children cumulated vsize (KiB) 121380

[startup+0.700408 s]
/proc/loadavg: 0.94 1.00 1.08 1/359 24261
/proc/meminfo: memFree=22999424/32950928 swapFree=65730864/67111528
[pid=24261] ppid=24259 vsize=130328 CPUtime=2.42 cores=0,2,4,6
/proc/24261/stat : 24261 (plingeling) S 24259 24261 23830 0 -1 4202496 11971 1252 0 1 240 2 0 0 23 0 5 0 733467685 133455872 3999 33554432000 4194304 4417452 140735479241728 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/24261/statm: 32582 3999 179 55 0 30468 0
Current children cumulated CPU time (s) 2.42
Current children cumulated vsize (KiB) 130328

[startup+1.50026 s]
/proc/loadavg: 0.94 1.00 1.08 9/373 24288
/proc/meminfo: memFree=22960184/32950928 swapFree=65730864/67111528
[pid=24261] ppid=24259 vsize=142784 CPUtime=5.61 cores=0,2,4,6
/proc/24261/stat : 24261 (plingeling) S 24259 24261 23830 0 -1 4202496 25498 1252 0 1 557 4 0 0 23 0 5 0 733467685 146210816 7113 33554432000 4194304 4417452 140735479241728 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/24261/statm: 35696 7113 179 55 0 33582 0
[pid=24261/tid=24285] ppid=24259 vsize=142784 CPUtime=1.36 cores=0,2,4,6
/proc/24261/task/24285/stat : 24285 (plingeling) R 24259 24261 23830 0 -1 4202560 6250 1252 0 1 136 0 0 0 25 0 5 0 733467691 146210816 7113 33554432000 4194304 4417452 140735479241728 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24261/tid=24286] ppid=24259 vsize=142784 CPUtime=1.38 cores=0,2,4,6
/proc/24261/task/24286/stat : 24286 (plingeling) R 24259 24261 23830 0 -1 4202560 6599 1252 0 1 137 1 0 0 25 0 5 0 733467691 146210816 7113 33554432000 4194304 4417452 140735479241728 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24261/tid=24287] ppid=24259 vsize=142784 CPUtime=1.42 cores=0,2,4,6
/proc/24261/task/24287/stat : 24287 (plingeling) R 24259 24261 23830 0 -1 4202560 7035 1252 0 1 142 0 0 0 25 0 5 0 733467691 146210816 7113 33554432000 4194304 4417452 140735479241728 18446744073709551615 4357229 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24261/tid=24288] ppid=24259 vsize=142784 CPUtime=1.41 cores=0,2,4,6
/proc/24261/task/24288/stat : 24288 (plingeling) R 24259 24261 23830 0 -1 4202560 5281 1252 0 1 141 0 0 0 25 0 5 0 733467691 146210816 7113 33554432000 4194304 4417452 140735479241728 18446744073709551615 4364737 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.61
Current children cumulated vsize (KiB) 142784

[startup+3.10097 s]
/proc/loadavg: 1.50 1.12 1.11 9/373 24289
/proc/meminfo: memFree=22931680/32950928 swapFree=65730864/67111528
[pid=24261] ppid=24259 vsize=163320 CPUtime=12 cores=0,2,4,6
/proc/24261/stat : 24261 (plingeling) S 24259 24261 23830 0 -1 4202496 47401 1252 0 1 1193 7 0 0 23 0 5 0 733467685 167239680 12247 33554432000 4194304 4417452 140735479241728 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/24261/statm: 40830 12247 179 55 0 38716 0
[pid=24261/tid=24285] ppid=24259 vsize=163320 CPUtime=2.96 cores=0,2,4,6
/proc/24261/task/24285/stat : 24285 (plingeling) R 24259 24261 23830 0 -1 4202560 10174 1252 0 1 295 1 0 0 25 0 5 0 733467691 167239680 12247 33554432000 4194304 4417452 140735479241728 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24261/tid=24286] ppid=24259 vsize=163320 CPUtime=2.98 cores=0,2,4,6
/proc/24261/task/24286/stat : 24286 (plingeling) R 24259 24261 23830 0 -1 4202560 13419 1252 0 1 295 3 0 0 25 0 5 0 733467691 167239680 12247 33554432000 4194304 4417452 140735479241728 18446744073709551615 4321683 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24261/tid=24287] ppid=24259 vsize=163320 CPUtime=3.02 cores=0,2,4,6
/proc/24261/task/24287/stat : 24287 (plingeling) R 24259 24261 23830 0 -1 4202560 13501 1252 0 1 301 1 0 0 25 0 5 0 733467691 167239680 12247 33554432000 4194304 4417452 140735479241728 18446744073709551615 4364542 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24261/tid=24288] ppid=24259 vsize=163320 CPUtime=3 cores=0,2,4,6
/proc/24261/task/24288/stat : 24288 (plingeling) R 24259 24261 23830 0 -1 4202560 9974 1252 0 1 300 0 0 0 25 0 5 0 733467691 167239680 12247 33554432000 4194304 4417452 140735479241728 18446744073709551615 4364812 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12
Current children cumulated vsize (KiB) 163320

[startup+6.30038 s]
/proc/loadavg: 1.50 1.12 1.11 9/373 24289
/proc/meminfo: memFree=22882208/32950928 swapFree=65730864/67111528
[pid=24261] ppid=24259 vsize=218588 CPUtime=24.76 cores=0,2,4,6
/proc/24261/stat : 24261 (plingeling) S 24259 24261 23830 0 -1 4202496 80427 1252 0 1 2464 12 0 0 23 0 5 0 733467685 223834112 26064 33554432000 4194304 4417452 140735479241728 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/24261/statm: 54647 26064 179 55 0 52533 0
[pid=24261/tid=24285] ppid=24259 vsize=218588 CPUtime=6.16 cores=0,2,4,6
/proc/24261/task/24285/stat : 24285 (plingeling) R 24259 24261 23830 0 -1 4202560 19091 1252 0 1 613 3 0 0 25 0 5 0 733467691 223834112 26064 33554432000 4194304 4417452 140735479241728 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24261/tid=24286] ppid=24259 vsize=218588 CPUtime=6.18 cores=0,2,4,6
/proc/24261/task/24286/stat : 24286 (plingeling) R 24259 24261 23830 0 -1 4202560 21427 1252 0 1 614 4 0 0 25 0 5 0 733467691 223834112 26064 33554432000 4194304 4417452 140735479241728 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24261/tid=24287] ppid=24259 vsize=218588 CPUtime=6.22 cores=0,2,4,6
/proc/24261/task/24287/stat : 24287 (plingeling) R 24259 24261 23830 0 -1 4202560 20797 1252 0 1 620 2 0 0 25 0 5 0 733467691 223834112 26064 33554432000 4194304 4417452 140735479241728 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24261/tid=24288] ppid=24259 vsize=218588 CPUtime=6.16 cores=0,2,4,6
/proc/24261/task/24288/stat : 24288 (plingeling) R 24259 24261 23830 0 -1 4202560 18779 1252 0 1 615 1 0 0 25 0 5 0 733467691 223834112 26064 33554432000 4194304 4417452 140735479241728 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.76
Current children cumulated vsize (KiB) 218588

[startup+12.7002 s]
/proc/loadavg: 2.50 1.34 1.19 9/373 24289
/proc/meminfo: memFree=22799536/32950928 swapFree=65730864/67111528
[pid=24261] ppid=24259 vsize=263452 CPUtime=50.28 cores=0,2,4,6
/proc/24261/stat : 24261 (plingeling) S 24259 24261 23830 0 -1 4202496 132696 1252 0 1 5008 20 0 0 23 0 5 0 733467685 269774848 37280 33554432000 4194304 4417452 140735479241728 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/24261/statm: 65863 37280 179 55 0 63749 0
[pid=24261/tid=24285] ppid=24259 vsize=263452 CPUtime=12.56 cores=0,2,4,6
/proc/24261/task/24285/stat : 24285 (plingeling) R 24259 24261 23830 0 -1 4202560 31270 1252 0 1 1251 5 0 0 25 0 5 0 733467691 269774848 37280 33554432000 4194304 4417452 140735479241728 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24261/tid=24286] ppid=24259 vsize=263452 CPUtime=12.58 cores=0,2,4,6
/proc/24261/task/24286/stat : 24286 (plingeling) R 24259 24261 23830 0 -1 4202560 33683 1252 0 1 1252 6 0 0 25 0 5 0 733467691 269774848 37280 33554432000 4194304 4417452 140735479241728 18446744073709551615 4364812 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24261/tid=24287] ppid=24259 vsize=263452 CPUtime=12.63 cores=0,2,4,6
/proc/24261/task/24287/stat : 24287 (plingeling) R 24259 24261 23830 0 -1 4202560 30796 1252 0 1 1259 4 0 0 25 0 5 0 733467691 269774848 37280 33554432000 4194304 4417452 140735479241728 18446744073709551615 4364756 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24261/tid=24288] ppid=24259 vsize=263452 CPUtime=12.48 cores=0,2,4,6
/proc/24261/task/24288/stat : 24288 (plingeling) R 24259 24261 23830 0 -1 4202560 36614 1252 0 1 1244 4 0 0 25 0 5 0 733467691 269774848 37280 33554432000 4194304 4417452 140735479241728 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.28
Current children cumulated vsize (KiB) 263452

[startup+25.5009 s]
/proc/loadavg: 3.35 1.56 1.26 9/373 24289
/proc/meminfo: memFree=22700208/32950928 swapFree=65730864/67111528
[pid=24261] ppid=24259 vsize=310036 CPUtime=101.31 cores=0,2,4,6
/proc/24261/stat : 24261 (plingeling) S 24259 24261 23830 0 -1 4202496 220816 1252 0 1 10099 32 0 0 23 0 5 0 733467685 317476864 48944 33554432000 4194304 4417452 140735479241728 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/24261/statm: 77509 48944 179 55 0 75395 0
[pid=24261/tid=24285] ppid=24259 vsize=310036 CPUtime=25.36 cores=0,2,4,6
/proc/24261/task/24285/stat : 24285 (plingeling) R 24259 24261 23830 0 -1 4202560 64597 1252 0 1 2526 10 0 0 25 0 5 0 733467691 317476864 48944 33554432000 4194304 4417452 140735479241728 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24261/tid=24286] ppid=24259 vsize=310036 CPUtime=25.38 cores=0,2,4,6
/proc/24261/task/24286/stat : 24286 (plingeling) R 24259 24261 23830 0 -1 4202560 45657 1252 0 1 2530 8 0 0 25 0 5 0 733467691 317476864 48944 33554432000 4194304 4417452 140735479241728 18446744073709551615 4250771 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24261/tid=24287] ppid=24259 vsize=310036 CPUtime=25.43 cores=0,2,4,6
/proc/24261/task/24287/stat : 24287 (plingeling) R 24259 24261 23830 0 -1 4202560 45636 1252 0 1 2537 6 0 0 25 0 5 0 733467691 317476864 48944 33554432000 4194304 4417452 140735479241728 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24261/tid=24288] ppid=24259 vsize=310036 CPUtime=25.12 cores=0,2,4,6
/proc/24261/task/24288/stat : 24288 (plingeling) R 24259 24261 23830 0 -1 4202560 64593 1252 0 1 2505 7 0 0 25 0 5 0 733467691 317476864 48944 33554432000 4194304 4417452 140735479241728 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.31
Current children cumulated vsize (KiB) 310036

[startup+51.1012 s]
/proc/loadavg: 5.01 2.10 1.44 9/373 24398
/proc/meminfo: memFree=22672384/32950928 swapFree=65730864/67111528
[pid=24261] ppid=24259 vsize=397096 CPUtime=203.42 cores=0,2,4,6
/proc/24261/stat : 24261 (plingeling) S 24259 24261 23830 0 -1 4202496 319271 1252 0 1 20293 49 0 0 23 0 5 0 733467685 406626304 70691 33554432000 4194304 4417452 140735479241728 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/24261/statm: 99274 70691 179 55 0 97160 0
[pid=24261/tid=24285] ppid=24259 vsize=397096 CPUtime=50.96 cores=0,2,4,6
/proc/24261/task/24285/stat : 24285 (plingeling) R 24259 24261 23830 0 -1 4202560 72554 1252 0 1 5085 11 0 0 25 0 5 0 733467691 406626304 70691 33554432000 4194304 4417452 140735479241728 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24261/tid=24286] ppid=24259 vsize=397096 CPUtime=50.97 cores=0,2,4,6
/proc/24261/task/24286/stat : 24286 (plingeling) R 24259 24261 23830 0 -1 4202560 65340 1252 0 1 5086 11 0 0 25 0 5 0 733467691 406626304 70691 33554432000 4194304 4417452 140735479241728 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24261/tid=24287] ppid=24259 vsize=397096 CPUtime=51.02 cores=0,2,4,6
/proc/24261/task/24287/stat : 24287 (plingeling) R 24259 24261 23830 0 -1 4202560 74933 1252 0 1 5092 10 0 0 25 0 5 0 733467691 406626304 70691 33554432000 4194304 4417452 140735479241728 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24261/tid=24288] ppid=24259 vsize=397096 CPUtime=50.42 cores=0,2,4,6
/proc/24261/task/24288/stat : 24288 (plingeling) R 24259 24261 23830 0 -1 4202560 106111 1252 0 1 5028 14 0 0 25 0 5 0 733467691 406626304 70691 33554432000 4194304 4417452 140735479241728 18446744073709551615 4235973 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.42
Current children cumulated vsize (KiB) 397096

[startup+102.314 s]
/proc/loadavg: 6.95 3.12 1.83 9/373 24399
/proc/meminfo: memFree=22423116/32950928 swapFree=65730864/67111528
[pid=24261] ppid=24259 vsize=512724 CPUtime=407.65 cores=0,2,4,6
/proc/24261/stat : 24261 (plingeling) S 24259 24261 23830 0 -1 4202496 470976 1252 0 1 40693 72 0 0 23 0 5 0 733467685 525029376 99598 33554432000 4194304 4417452 140735479241728 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/24261/statm: 128181 99598 179 55 0 126067 0
[pid=24261/tid=24285] ppid=24259 vsize=512724 CPUtime=102.18 cores=0,2,4,6
/proc/24261/task/24285/stat : 24285 (plingeling) R 24259 24261 23830 0 -1 4202560 90774 1252 0 1 10203 15 0 0 25 0 5 0 733467691 525029376 99598 33554432000 4194304 4417452 140735479241728 18446744073709551615 4364850 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24261/tid=24286] ppid=24259 vsize=512724 CPUtime=102.19 cores=0,2,4,6
/proc/24261/task/24286/stat : 24286 (plingeling) R 24259 24261 23830 0 -1 4202560 104551 1252 0 1 10202 17 0 0 25 0 5 0 733467691 525029376 99598 33554432000 4194304 4417452 140735479241728 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24261/tid=24287] ppid=24259 vsize=512724 CPUtime=102.24 cores=0,2,4,6
/proc/24261/task/24287/stat : 24287 (plingeling) R 24259 24261 23830 0 -1 4202560 106446 1252 0 1 10207 17 0 0 25 0 5 0 733467691 525029376 99598 33554432000 4194304 4417452 140735479241728 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24261/tid=24288] ppid=24259 vsize=512724 CPUtime=101.01 cores=0,2,4,6
/proc/24261/task/24288/stat : 24288 (plingeling) R 24259 24261 23830 0 -1 4202560 168872 1252 0 1 10079 22 0 0 25 0 5 0 733467691 525029376 99598 33554432000 4194304 4417452 140735479241728 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 407.65
Current children cumulated vsize (KiB) 512724

[startup+162.301 s]
/proc/loadavg: 7.68 4.02 2.22 9/373 24401
/proc/meminfo: memFree=22119396/32950928 swapFree=65730864/67111528
[pid=24261] ppid=24259 vsize=715136 CPUtime=646.88 cores=0,2,4,6
/proc/24261/stat : 24261 (plingeling) S 24259 24261 23830 0 -1 4202496 618806 1252 0 1 64592 96 0 0 23 0 5 0 733467685 732299264 150201 33554432000 4194304 4417452 140735479241728 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/24261/statm: 178784 150201 179 55 0 176670 0
[pid=24261/tid=24285] ppid=24259 vsize=715136 CPUtime=162.16 cores=0,2,4,6
/proc/24261/task/24285/stat : 24285 (plingeling) R 24259 24261 23830 0 -1 4202560 145457 1252 0 1 16193 23 0 0 25 0 5 0 733467691 732299264 150201 33554432000 4194304 4417452 140735479241728 18446744073709551615 4356867 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24261/tid=24286] ppid=24259 vsize=715136 CPUtime=162.18 cores=0,2,4,6
/proc/24261/task/24286/stat : 24286 (plingeling) R 24259 24261 23830 0 -1 4202560 122513 1252 0 1 16197 21 0 0 25 0 5 0 733467691 732299264 150201 33554432000 4194304 4417452 140735479241728 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24261/tid=24287] ppid=24259 vsize=715136 CPUtime=162.23 cores=0,2,4,6
/proc/24261/task/24287/stat : 24287 (plingeling) R 24259 24261 23830 0 -1 4202560 138887 1252 0 1 16201 22 0 0 25 0 5 0 733467691 732299264 150201 33554432000 4194304 4417452 140735479241728 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24261/tid=24288] ppid=24259 vsize=715136 CPUtime=160.28 cores=0,2,4,6
/proc/24261/task/24288/stat : 24288 (plingeling) R 24259 24261 23830 0 -1 4202560 211616 1252 0 1 15999 29 0 0 25 0 5 0 733467691 732299264 150201 33554432000 4194304 4417452 140735479241728 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 646.88
Current children cumulated vsize (KiB) 715136


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

[pid=24261/tid=24286] ppid=24259 vsize=1466152 CPUtime=702.11 cores=0,2,4,6
/proc/24261/task/24286/stat : 24286 (plingeling) R 24259 24261 23830 0 -1 4202560 279276 1252 0 1 70130 81 0 0 25 0 5 0 733467691 1501339648 337987 33554432000 4194304 4417452 140735479241728 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24261/tid=24287] ppid=24259 vsize=1466152 CPUtime=702.24 cores=0,2,4,6
/proc/24261/task/24287/stat : 24287 (plingeling) R 24259 24261 23830 0 -1 4202560 307516 1252 0 1 70176 48 0 0 25 0 5 0 733467691 1501339648 337987 33554432000 4194304 4417452 140735479241728 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24261/tid=24288] ppid=24259 vsize=1466152 CPUtime=693.8 cores=0,2,4,6
/proc/24261/task/24288/stat : 24288 (plingeling) R 24259 24261 23830 0 -1 4202560 357419 1252 0 1 69329 51 0 0 25 0 5 0 733467691 1501339648 337987 33554432000 4194304 4417452 140735479241728 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2800.32
Current children cumulated vsize (KiB) 1466152

[startup+762.314 s]
/proc/loadavg: 8.10 7.50 4.96 10/373 24452
/proc/meminfo: memFree=19607188/32950928 swapFree=65730864/67111528
[pid=24261] ppid=24259 vsize=1633616 CPUtime=3039.65 cores=0,2,4,6
/proc/24261/stat : 24261 (plingeling) S 24259 24261 23830 0 -1 4202496 1303794 1252 0 1 303723 242 0 0 23 0 5 0 733467685 1672822784 379853 33554432000 4194304 4417452 140735479241728 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/24261/statm: 408404 379853 179 55 0 406290 0
[pid=24261/tid=24285] ppid=24259 vsize=1633616 CPUtime=762.14 cores=0,2,4,6
/proc/24261/task/24285/stat : 24285 (plingeling) R 24259 24261 23830 0 -1 4202560 326713 1252 0 1 76159 55 0 0 25 0 5 0 733467691 1672822784 379853 33554432000 4194304 4417452 140735479241728 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24261/tid=24286] ppid=24259 vsize=1633616 CPUtime=762.13 cores=0,2,4,6
/proc/24261/task/24286/stat : 24286 (plingeling) R 24259 24261 23830 0 -1 4202560 279644 1252 0 1 76132 81 0 0 25 0 5 0 733467691 1672822784 379853 33554432000 4194304 4417452 140735479241728 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24261/tid=24287] ppid=24259 vsize=1633616 CPUtime=762.26 cores=0,2,4,6
/proc/24261/task/24287/stat : 24287 (plingeling) R 24259 24261 23830 0 -1 4202560 326121 1252 0 1 76174 52 0 0 25 0 5 0 733467691 1672822784 379853 33554432000 4194304 4417452 140735479241728 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24261/tid=24288] ppid=24259 vsize=1633616 CPUtime=753.09 cores=0,2,4,6
/proc/24261/task/24288/stat : 24288 (plingeling) R 24259 24261 23830 0 -1 4202560 370983 1252 0 1 75257 52 0 0 25 0 5 0 733467691 1672822784 379853 33554432000 4194304 4417452 140735479241728 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3039.65
Current children cumulated vsize (KiB) 1633616

[startup+822.301 s]
/proc/loadavg: 8.07 7.60 5.15 10/373 24453
/proc/meminfo: memFree=19706600/32950928 swapFree=65730864/67111528
[pid=24261] ppid=24259 vsize=1536420 CPUtime=3278.89 cores=0,2,4,6
/proc/24261/stat : 24261 (plingeling) S 24259 24261 23830 0 -1 4202496 1345309 1252 0 1 327641 248 0 0 23 0 5 0 733467685 1573294080 355522 33554432000 4194304 4417452 140735479241728 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/24261/statm: 384105 355522 179 55 0 381991 0
[pid=24261/tid=24285] ppid=24259 vsize=1536420 CPUtime=822.13 cores=0,2,4,6
/proc/24261/task/24285/stat : 24285 (plingeling) R 24259 24261 23830 0 -1 4202560 326713 1252 0 1 82158 55 0 0 25 0 5 0 733467691 1573294080 355522 33554432000 4194304 4417452 140735479241728 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24261/tid=24286] ppid=24259 vsize=1536420 CPUtime=822.12 cores=0,2,4,6
/proc/24261/task/24286/stat : 24286 (plingeling) R 24259 24261 23830 0 -1 4202560 315979 1252 0 1 82125 87 0 0 25 0 5 0 733467691 1573294080 355522 33554432000 4194304 4417452 140735479241728 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24261/tid=24287] ppid=24259 vsize=1536420 CPUtime=822.25 cores=0,2,4,6
/proc/24261/task/24287/stat : 24287 (plingeling) R 24259 24261 23830 0 -1 4202560 326121 1252 0 1 82173 52 0 0 25 0 5 0 733467691 1573294080 355522 33554432000 4194304 4417452 140735479241728 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24261/tid=24288] ppid=24259 vsize=1536420 CPUtime=812.37 cores=0,2,4,6
/proc/24261/task/24288/stat : 24288 (plingeling) R 24259 24261 23830 0 -1 4202560 376163 1252 0 1 81184 53 0 0 25 0 5 0 733467691 1573294080 355522 33554432000 4194304 4417452 140735479241728 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3278.89
Current children cumulated vsize (KiB) 1536420

[startup+882.301 s]
/proc/loadavg: 8.14 7.70 5.34 10/373 24455
/proc/meminfo: memFree=19500220/32950928 swapFree=65730864/67111528
[pid=24261] ppid=24259 vsize=1746136 CPUtime=3518.16 cores=0,2,4,6
/proc/24261/stat : 24261 (plingeling) S 24259 24261 23830 0 -1 4202496 1397738 1252 0 1 351561 255 0 0 23 0 5 0 733467685 1788043264 407951 33554432000 4194304 4417452 140735479241728 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/24261/statm: 436534 407951 179 55 0 434420 0
[pid=24261/tid=24285] ppid=24259 vsize=1746136 CPUtime=882.13 cores=0,2,4,6
/proc/24261/task/24285/stat : 24285 (plingeling) R 24259 24261 23830 0 -1 4202560 326713 1252 0 1 88158 55 0 0 25 0 5 0 733467691 1788043264 407951 33554432000 4194304 4417452 140735479241728 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24261/tid=24286] ppid=24259 vsize=1746136 CPUtime=882.11 cores=0,2,4,6
/proc/24261/task/24286/stat : 24286 (plingeling) R 24259 24261 23830 0 -1 4202560 352024 1252 0 1 88121 90 0 0 25 0 5 0 733467691 1788043264 407951 33554432000 4194304 4417452 140735479241728 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24261/tid=24287] ppid=24259 vsize=1746136 CPUtime=882.25 cores=0,2,4,6
/proc/24261/task/24287/stat : 24287 (plingeling) R 24259 24261 23830 0 -1 4202560 326121 1252 0 1 88173 52 0 0 25 0 5 0 733467691 1788043264 407951 33554432000 4194304 4417452 140735479241728 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24261/tid=24288] ppid=24259 vsize=1746136 CPUtime=871.63 cores=0,2,4,6
/proc/24261/task/24288/stat : 24288 (plingeling) R 24259 24261 23830 0 -1 4202560 392547 1252 0 1 87107 56 0 0 25 0 5 0 733467691 1788043264 407951 33554432000 4194304 4417452 140735479241728 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3518.16
Current children cumulated vsize (KiB) 1746136

[startup+942.301 s]
/proc/loadavg: 8.20 7.79 5.51 10/373 24457
/proc/meminfo: memFree=19466460/32950928 swapFree=65730864/67111528
[pid=24261] ppid=24259 vsize=1753328 CPUtime=3757.46 cores=0,2,4,6
/proc/24261/stat : 24261 (plingeling) S 24259 24261 23830 0 -1 4202496 1469513 1252 0 1 375480 266 0 0 23 0 5 0 733467685 1795407872 409749 33554432000 4194304 4417452 140735479241728 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/24261/statm: 438332 409749 179 55 0 436218 0
[pid=24261/tid=24285] ppid=24259 vsize=1753328 CPUtime=942.13 cores=0,2,4,6
/proc/24261/task/24285/stat : 24285 (plingeling) R 24259 24261 23830 0 -1 4202560 343097 1252 0 1 94156 57 0 0 25 0 5 0 733467691 1795407872 409749 33554432000 4194304 4417452 140735479241728 18446744073709551615 4354506 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24261/tid=24286] ppid=24259 vsize=1753328 CPUtime=942.11 cores=0,2,4,6
/proc/24261/task/24286/stat : 24286 (plingeling) R 24259 24261 23830 0 -1 4202560 352024 1252 0 1 94121 90 0 0 25 0 5 0 733467691 1795407872 409749 33554432000 4194304 4417452 140735479241728 18446744073709551615 4364780 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24261/tid=24287] ppid=24259 vsize=1753328 CPUtime=942.25 cores=0,2,4,6
/proc/24261/task/24287/stat : 24287 (plingeling) R 24259 24261 23830 0 -1 4202560 342505 1252 0 1 94170 55 0 0 25 0 5 0 733467691 1795407872 409749 33554432000 4194304 4417452 140735479241728 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24261/tid=24288] ppid=24259 vsize=1753328 CPUtime=930.93 cores=0,2,4,6
/proc/24261/task/24288/stat : 24288 (plingeling) R 24259 24261 23830 0 -1 4202560 431554 1252 0 1 93031 62 0 0 25 0 5 0 733467691 1795407872 409749 33554432000 4194304 4417452 140735479241728 18446744073709551615 4366804 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3757.46
Current children cumulated vsize (KiB) 1753328

[startup+1002.3 s]
/proc/loadavg: 8.07 7.82 5.66 10/373 24458
/proc/meminfo: memFree=19514416/32950928 swapFree=65730864/67111528
[pid=24261] ppid=24259 vsize=1733152 CPUtime=3996.74 cores=0,2,4,6
/proc/24261/stat : 24261 (plingeling) S 24259 24261 23830 0 -1 4202496 1570949 1252 0 1 399391 283 0 0 23 0 5 0 733467685 1774747648 404737 33554432000 4194304 4417452 140735479241728 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/24261/statm: 433288 404737 179 55 0 431174 0
[pid=24261/tid=24285] ppid=24259 vsize=1733152 CPUtime=1002.13 cores=0,2,4,6
/proc/24261/task/24285/stat : 24285 (plingeling) R 24259 24261 23830 0 -1 4202560 343097 1252 0 1 100156 57 0 0 25 0 5 0 733467691 1774747648 404737 33554432000 4194304 4417452 140735479241728 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24261/tid=24286] ppid=24259 vsize=1733152 CPUtime=1002.12 cores=0,2,4,6
/proc/24261/task/24286/stat : 24286 (plingeling) R 24259 24261 23830 0 -1 4202560 352024 1252 0 1 100122 90 0 0 25 0 5 0 733467691 1774747648 404737 33554432000 4194304 4417452 140735479241728 18446744073709551615 4364616 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24261/tid=24287] ppid=24259 vsize=1733152 CPUtime=1002.25 cores=0,2,4,6
/proc/24261/task/24287/stat : 24287 (plingeling) R 24259 24261 23830 0 -1 4202560 417086 1252 0 1 100156 69 0 0 25 0 5 0 733467691 1774747648 404737 33554432000 4194304 4417452 140735479241728 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24261/tid=24288] ppid=24259 vsize=1733152 CPUtime=990.21 cores=0,2,4,6
/proc/24261/task/24288/stat : 24288 (plingeling) R 24259 24261 23830 0 -1 4202560 458409 1252 0 1 98956 65 0 0 25 0 5 0 733467691 1774747648 404737 33554432000 4194304 4417452 140735479241728 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3996.74
Current children cumulated vsize (KiB) 1733152

[startup+1062.3 s]
/proc/loadavg: 8.09 7.87 5.81 10/373 24460
/proc/meminfo: memFree=19625860/32950928 swapFree=65730864/67111528
[pid=24261] ppid=24259 vsize=1622232 CPUtime=4236.03 cores=0,2,4,6
/proc/24261/stat : 24261 (plingeling) S 24259 24261 23830 0 -1 4202496 1575987 1252 0 1 423318 285 0 0 23 0 5 0 733467685 1661165568 377007 33554432000 4194304 4417452 140735479241728 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/24261/statm: 405558 377007 179 55 0 403444 0
[pid=24261/tid=24285] ppid=24259 vsize=1622232 CPUtime=1062.14 cores=0,2,4,6
/proc/24261/task/24285/stat : 24285 (plingeling) R 24259 24261 23830 0 -1 4202560 343097 1252 0 1 106156 58 0 0 25 0 5 0 733467691 1661165568 377007 33554432000 4194304 4417452 140735479241728 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24261/tid=24286] ppid=24259 vsize=1622232 CPUtime=1062.12 cores=0,2,4,6
/proc/24261/task/24286/stat : 24286 (plingeling) R 24259 24261 23830 0 -1 4202560 352024 1252 0 1 106122 90 0 0 25 0 5 0 733467691 1661165568 377007 33554432000 4194304 4417452 140735479241728 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24261/tid=24287] ppid=24259 vsize=1622232 CPUtime=1062.23 cores=0,2,4,6
/proc/24261/task/24287/stat : 24287 (plingeling) R 24259 24261 23830 0 -1 4202560 421312 1252 0 1 106153 70 0 0 25 0 5 0 733467691 1661165568 377007 33554432000 4194304 4417452 140735479241728 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24261/tid=24288] ppid=24259 vsize=1622232 CPUtime=1049.5 cores=0,2,4,6
/proc/24261/task/24288/stat : 24288 (plingeling) R 24259 24261 23830 0 -1 4202560 459221 1252 0 1 104885 65 0 0 25 0 5 0 733467691 1661165568 377007 33554432000 4194304 4417452 140735479241728 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4236.03
Current children cumulated vsize (KiB) 1622232

[startup+1122.3 s]
/proc/loadavg: 8.10 7.91 5.95 10/373 24461
/proc/meminfo: memFree=19617884/32950928 swapFree=65730864/67111528
[pid=24261] ppid=24259 vsize=1635912 CPUtime=4475.31 cores=0,2,4,6
/proc/24261/stat : 24261 (plingeling) S 24259 24261 23830 0 -1 4202496 1579407 1252 0 1 447245 286 0 0 23 0 5 0 733467685 1675173888 380427 33554432000 4194304 4417452 140735479241728 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/24261/statm: 408978 380427 179 55 0 406864 0
[pid=24261/tid=24285] ppid=24259 vsize=1635912 CPUtime=1122.14 cores=0,2,4,6
/proc/24261/task/24285/stat : 24285 (plingeling) R 24259 24261 23830 0 -1 4202560 343097 1252 0 1 112156 58 0 0 25 0 5 0 733467691 1675173888 380427 33554432000 4194304 4417452 140735479241728 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24261/tid=24286] ppid=24259 vsize=1635912 CPUtime=1122.12 cores=0,2,4,6
/proc/24261/task/24286/stat : 24286 (plingeling) R 24259 24261 23830 0 -1 4202560 352024 1252 0 1 112122 90 0 0 25 0 5 0 733467691 1675173888 380427 33554432000 4194304 4417452 140735479241728 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24261/tid=24287] ppid=24259 vsize=1635912 CPUtime=1122.23 cores=0,2,4,6
/proc/24261/task/24287/stat : 24287 (plingeling) R 24259 24261 23830 0 -1 4202560 421312 1252 0 1 112153 70 0 0 25 0 5 0 733467691 1675173888 380427 33554432000 4194304 4417452 140735479241728 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24261/tid=24288] ppid=24259 vsize=1635912 CPUtime=1108.79 cores=0,2,4,6
/proc/24261/task/24288/stat : 24288 (plingeling) R 24259 24261 23830 0 -1 4202560 462641 1252 0 1 110813 66 0 0 25 0 5 0 733467691 1675173888 380427 33554432000 4194304 4417452 140735479241728 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4475.31
Current children cumulated vsize (KiB) 1635912

[startup+1182.3 s]
/proc/loadavg: 8.09 7.94 6.08 10/373 24463
/proc/meminfo: memFree=19524356/32950928 swapFree=65730864/67111528
[pid=24261] ppid=24259 vsize=1729512 CPUtime=4714.61 cores=0,2,4,6
/proc/24261/stat : 24261 (plingeling) S 24259 24261 23830 0 -1 4202496 1723079 1252 0 1 471148 313 0 0 23 0 5 0 733467685 1771020288 403795 33554432000 4194304 4417452 140735479241728 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/24261/statm: 432378 403795 179 55 0 430264 0
[pid=24261/tid=24285] ppid=24259 vsize=1729512 CPUtime=1182.14 cores=0,2,4,6
/proc/24261/task/24285/stat : 24285 (plingeling) R 24259 24261 23830 0 -1 4202560 452115 1252 0 1 118136 78 0 0 25 0 5 0 733467691 1771020288 403795 33554432000 4194304 4417452 140735479241728 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24261/tid=24286] ppid=24259 vsize=1729512 CPUtime=1182.12 cores=0,2,4,6
/proc/24261/task/24286/stat : 24286 (plingeling) R 24259 24261 23830 0 -1 4202560 352024 1252 0 1 118122 90 0 0 25 0 5 0 733467691 1771020288 403795 33554432000 4194304 4417452 140735479241728 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24261/tid=24287] ppid=24259 vsize=1729512 CPUtime=1182.22 cores=0,2,4,6
/proc/24261/task/24287/stat : 24287 (plingeling) R 24259 24261 23830 0 -1 4202560 429764 1252 0 1 118151 71 0 0 25 0 5 0 733467691 1771020288 403795 33554432000 4194304 4417452 140735479241728 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24261/tid=24288] ppid=24259 vsize=1729512 CPUtime=1168.1 cores=0,2,4,6
/proc/24261/task/24288/stat : 24288 (plingeling) R 24259 24261 23830 0 -1 4202560 488843 1252 0 1 116738 72 0 0 25 0 5 0 733467691 1771020288 403795 33554432000 4194304 4417452 140735479241728 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4714.61
Current children cumulated vsize (KiB) 1729512



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.8 s]
/proc/loadavg: 8.06 7.94 6.12 9/373 24464
/proc/meminfo: memFree=19524340/32950928 swapFree=65730864/67111528
[pid=24261] ppid=24259 vsize=1729512 CPUtime=4800.37 cores=0,2,4,6
/proc/24261/stat : 24261 (plingeling) S 24259 24261 23830 0 -1 4202496 1723079 1252 0 1 479724 313 0 0 23 0 5 0 733467685 1771020288 403795 33554432000 4194304 4417452 140735479241728 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/24261/statm: 432378 403795 179 55 0 430264 0
[pid=24261/tid=24285] ppid=24259 vsize=1729512 CPUtime=1203.65 cores=0,2,4,6
/proc/24261/task/24285/stat : 24285 (plingeling) R 24259 24261 23830 0 -1 4202560 452115 1252 0 1 120287 78 0 0 25 0 5 0 733467691 1771020288 403795 33554432000 4194304 4417452 140735479241728 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24261/tid=24286] ppid=24259 vsize=1729512 CPUtime=1203.64 cores=0,2,4,6
/proc/24261/task/24286/stat : 24286 (plingeling) R 24259 24261 23830 0 -1 4202560 352024 1252 0 1 120274 90 0 0 25 0 5 0 733467691 1771020288 403795 33554432000 4194304 4417452 140735479241728 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24261/tid=24287] ppid=24259 vsize=1729512 CPUtime=1203.72 cores=0,2,4,6
/proc/24261/task/24287/stat : 24287 (plingeling) R 24259 24261 23830 0 -1 4202560 429764 1252 0 1 120301 71 0 0 25 0 5 0 733467691 1771020288 403795 33554432000 4194304 4417452 140735479241728 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24261/tid=24288] ppid=24259 vsize=1729512 CPUtime=1189.34 cores=0,2,4,6
/proc/24261/task/24288/stat : 24288 (plingeling) R 24259 24261 23830 0 -1 4202560 488843 1252 0 1 118862 72 0 0 25 0 5 0 733467691 1771020288 403795 33554432000 4194304 4417452 140735479241728 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.37
Current children cumulated vsize (KiB) 1729512

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): 1203.88
CPU time (s): 4800.47
CPU user time (s): 4797.28
CPU system time (s): 3.18851
CPU usage (%): 398.751
Max. virtual memory (cumulated for all children) (KiB): 2004860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.28
system time used= 3.18851
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1724331
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= 166
involuntary context switches= 44448

runsolver used 3.9694 second user time and 10.2764 second system time

The end

Launcher Data

Begin job on node116 at 2011-05-15 06:06:10
IDJOB=3371103
IDBENCH=87811
IDSOLVER=1848
FILE ID=node116/3371103-1305432370
RUNJOBID= node116-1305432370-24249
PBS_JOBID= 13324608
Free space on /tmp= 73172 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT02/handmade/zhang-lintao/xor-chain/x1_80.shuffled.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371103-1305432370/watcher-3371103-1305432370 -o /tmp/evaluation-result-3371103-1305432370/solver-3371103-1305432370 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371103-1305432370.cnf

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

MD5SUM BENCH= 53a7d1541ad9c0dde902ec3a505ae8fc
RANDOM SEED=435490816

node116.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.826
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.65
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.826
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
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.75
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.826
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.75
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.826
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.77
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.826
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.826
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.75
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.826
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:      22999968 kB
Buffers:         80496 kB
Cached:         368188 kB
SwapCached:      12356 kB
Active:        9438600 kB
Inactive:       301444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      22999968 kB
SwapTotal:    67111528 kB
SwapFree:     65730864 kB
Dirty:              20 kB
Writeback:           0 kB
AnonPages:     9289848 kB
Mapped:          15416 kB
Slab:           100972 kB
PageTables:      43944 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 82749076 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= 72952 MiB
End job on node116 at 2011-05-15 06:26:16