Trace number 3251252

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Plingeling 587? (TO) 4800.24 1202.3

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m62-q1327.5-n60-p15-s1351253.cnf
MD5SUMb23c52475e3d098cb9d5a92c025d6982
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark7.18991
Satisfiable
(Un)Satisfiability was proved
Number of variables3420
Number of clauses1120760
Sum of the clauses size2244820
Maximum clause length62
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21120700
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 560

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3251252-1304117138/watcher-3251252-1304117138 -o /tmp/evaluation-result-3251252-1304117138/solver-3251252-1304117138 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3251252-1304117138.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.77 4.31 5.65 5/181 27259
/proc/meminfo: memFree=24354320/32951124 swapFree=67102140/67111528
[pid=27259] ppid=27257 vsize=10160 CPUtime=0 cores=1,3,5,7
/proc/27259/stat : 27259 (plingeling) R 27257 27259 26610 0 -1 4202496 617 1257 0 0 0 0 0 0 18 0 1 0 601944548 10403840 545 33554432000 4194304 4417332 140735846343632 18446744073709551615 216735178496 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/27259/statm: 2540 545 146 55 0 426 0

[startup+0.040105 s]
/proc/loadavg: 3.77 4.31 5.65 5/181 27259
/proc/meminfo: memFree=24354320/32951124 swapFree=67102140/67111528
[pid=27259] ppid=27257 vsize=14336 CPUtime=0.03 cores=1,3,5,7
/proc/27259/stat : 27259 (plingeling) R 27257 27259 26610 0 -1 4202496 1710 1257 0 0 3 0 0 0 18 0 1 0 601944548 14680064 1606 33554432000 4194304 4417332 140735846343632 18446744073709551615 216735178496 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/27259/statm: 3584 1606 147 55 0 1470 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 14336

[startup+0.101094 s]
/proc/loadavg: 3.77 4.31 5.65 5/181 27259
/proc/meminfo: memFree=24354320/32951124 swapFree=67102140/67111528
[pid=27259] ppid=27257 vsize=22528 CPUtime=0.09 cores=1,3,5,7
/proc/27259/stat : 27259 (plingeling) R 27257 27259 26610 0 -1 4202496 3725 1257 0 0 9 0 0 0 18 0 1 0 601944548 23068672 3621 33554432000 4194304 4417332 140735846343632 18446744073709551615 216734872669 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/27259/statm: 5632 3644 147 55 0 3518 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22528

[startup+0.30106 s]
/proc/loadavg: 3.77 4.31 5.65 5/181 27259
/proc/meminfo: memFree=24354320/32951124 swapFree=67102140/67111528
[pid=27259] ppid=27257 vsize=43008 CPUtime=0.29 cores=1,3,5,7
/proc/27259/stat : 27259 (plingeling) R 27257 27259 26610 0 -1 4202496 8878 1257 0 0 28 1 0 0 19 0 1 0 601944548 44040192 8774 33554432000 4194304 4417332 140735846343632 18446744073709551615 216734797401 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/27259/statm: 10752 8774 147 55 0 8638 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 43008

[startup+0.70099 s]
/proc/loadavg: 3.77 4.31 5.65 5/181 27259
/proc/meminfo: memFree=24354320/32951124 swapFree=67102140/67111528
[pid=27259] ppid=27257 vsize=141312 CPUtime=0.69 cores=1,3,5,7
/proc/27259/stat : 27259 (plingeling) R 27257 27259 26610 0 -1 4202496 33454 1257 0 0 65 4 0 0 19 0 1 0 601944548 144703488 33350 33554432000 4194304 4417332 140735846343632 18446744073709551615 4259868 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/27259/statm: 35328 33350 147 55 0 33214 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 141312

[startup+1.50082 s]
/proc/loadavg: 3.77 4.31 5.65 9/186 27269
/proc/meminfo: memFree=24200280/32951124 swapFree=67102140/67111528
[pid=27259] ppid=27257 vsize=194980 CPUtime=3.78 cores=1,3,5,7
/proc/27259/stat : 27259 (plingeling) S 27257 27259 26610 0 -1 4202496 39235 1257 0 0 373 5 0 0 20 0 5 0 601944548 199659520 36527 33554432000 4194304 4417332 140735846343632 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/27259/statm: 48745 36527 175 55 0 46631 0
[pid=27259/tid=27266] ppid=27257 vsize=194980 CPUtime=0.76 cores=1,3,5,7
/proc/27259/task/27266/stat : 27266 (plingeling) R 27257 27259 26610 0 -1 4202560 77 1257 0 0 76 0 0 0 25 0 5 0 601944622 199659520 36527 33554432000 4194304 4417332 140735846343632 18446744073709551615 4325690 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27259/tid=27267] ppid=27257 vsize=194980 CPUtime=0.76 cores=1,3,5,7
/proc/27259/task/27267/stat : 27267 (plingeling) R 27257 27259 26610 0 -1 4202560 185 1257 0 0 76 0 0 0 25 0 5 0 601944622 199659520 36527 33554432000 4194304 4417332 140735846343632 18446744073709551615 4265399 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27259/tid=27268] ppid=27257 vsize=194980 CPUtime=0.75 cores=1,3,5,7
/proc/27259/task/27268/stat : 27268 (plingeling) R 27257 27259 26610 0 -1 4202560 190 1257 0 0 75 0 0 0 25 0 5 0 601944622 199659520 36527 33554432000 4194304 4417332 140735846343632 18446744073709551615 4277531 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27259/tid=27269] ppid=27257 vsize=194980 CPUtime=0.75 cores=1,3,5,7
/proc/27259/task/27269/stat : 27269 (plingeling) R 27257 27259 26610 0 -1 4202560 5317 1257 0 0 75 0 0 0 25 0 5 0 601944622 199659520 36527 33554432000 4194304 4417332 140735846343632 18446744073709551615 4357145 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.78
Current children cumulated vsize (KiB) 194980

[startup+3.10054 s]
/proc/loadavg: 3.77 4.31 5.65 9/186 27269
/proc/meminfo: memFree=24175852/32951124 swapFree=67102140/67111528
[pid=27259] ppid=27257 vsize=238356 CPUtime=10.16 cores=1,3,5,7
/proc/27259/stat : 27259 (plingeling) S 27257 27259 26610 0 -1 4202496 84313 1257 0 0 1005 11 0 0 20 0 5 0 601944548 244076544 47375 33554432000 4194304 4417332 140735846343632 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/27259/statm: 59589 47375 179 55 0 57475 0
[pid=27259/tid=27266] ppid=27257 vsize=238356 CPUtime=2.36 cores=1,3,5,7
/proc/27259/task/27266/stat : 27266 (plingeling) R 27257 27259 26610 0 -1 4202560 13874 1257 0 0 234 2 0 0 25 0 5 0 601944622 244076544 47375 33554432000 4194304 4417332 140735846343632 18446744073709551615 4248926 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27259/tid=27267] ppid=27257 vsize=238356 CPUtime=2.35 cores=1,3,5,7
/proc/27259/task/27267/stat : 27267 (plingeling) R 27257 27259 26610 0 -1 4202560 13237 1257 0 0 233 2 0 0 25 0 5 0 601944622 244076544 47375 33554432000 4194304 4417332 140735846343632 18446744073709551615 4249130 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27259/tid=27268] ppid=27257 vsize=238356 CPUtime=2.33 cores=1,3,5,7
/proc/27259/task/27268/stat : 27268 (plingeling) R 27257 27259 26610 0 -1 4202560 9283 1257 0 0 233 0 0 0 25 0 5 0 601944622 244076544 47375 33554432000 4194304 4417332 140735846343632 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27259/tid=27269] ppid=27257 vsize=238356 CPUtime=2.36 cores=1,3,5,7
/proc/27259/task/27269/stat : 27269 (plingeling) R 27257 27259 26610 0 -1 4202560 14453 1257 0 0 234 2 0 0 25 0 5 0 601944622 244076544 47375 33554432000 4194304 4417332 140735846343632 18446744073709551615 4365977 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.16
Current children cumulated vsize (KiB) 238356

[startup+6.30098 s]
/proc/loadavg: 4.11 4.37 5.67 9/186 27269
/proc/meminfo: memFree=24091560/32951124 swapFree=67102140/67111528
[pid=27259] ppid=27257 vsize=247432 CPUtime=22.94 cores=1,3,5,7
/proc/27259/stat : 27259 (plingeling) S 27257 27259 26610 0 -1 4202496 101046 1257 0 0 2280 14 0 0 20 0 5 0 601944548 253370368 49644 33554432000 4194304 4417332 140735846343632 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/27259/statm: 61858 49644 179 55 0 59744 0
[pid=27259/tid=27266] ppid=27257 vsize=247432 CPUtime=5.56 cores=1,3,5,7
/proc/27259/task/27266/stat : 27266 (plingeling) R 27257 27259 26610 0 -1 4202560 13874 1257 0 0 554 2 0 0 25 0 5 0 601944622 253370368 49644 33554432000 4194304 4417332 140735846343632 18446744073709551615 4249171 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27259/tid=27267] ppid=27257 vsize=247432 CPUtime=5.55 cores=1,3,5,7
/proc/27259/task/27267/stat : 27267 (plingeling) R 27257 27259 26610 0 -1 4202560 13237 1257 0 0 553 2 0 0 25 0 5 0 601944622 253370368 49644 33554432000 4194304 4417332 140735846343632 18446744073709551615 4258627 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27259/tid=27268] ppid=27257 vsize=247432 CPUtime=5.52 cores=1,3,5,7
/proc/27259/task/27268/stat : 27268 (plingeling) R 27257 27259 26610 0 -1 4202560 9283 1257 0 0 552 0 0 0 25 0 5 0 601944622 253370368 49644 33554432000 4194304 4417332 140735846343632 18446744073709551615 4250017 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27259/tid=27269] ppid=27257 vsize=247432 CPUtime=5.56 cores=1,3,5,7
/proc/27259/task/27269/stat : 27269 (plingeling) R 27257 27259 26610 0 -1 4202560 31186 1257 0 0 551 5 0 0 25 0 5 0 601944622 253370368 49644 33554432000 4194304 4417332 140735846343632 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 22.94
Current children cumulated vsize (KiB) 247432

[startup+12.7009 s]
/proc/loadavg: 4.42 4.43 5.68 9/186 27269
/proc/meminfo: memFree=24037024/32951124 swapFree=67102140/67111528
[pid=27259] ppid=27257 vsize=333144 CPUtime=48.5 cores=1,3,5,7
/proc/27259/stat : 27259 (plingeling) S 27257 27259 26610 0 -1 4202496 135824 1257 0 0 4831 19 0 0 20 0 5 0 601944548 341139456 71072 33554432000 4194304 4417332 140735846343632 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/27259/statm: 83286 71072 179 55 0 81172 0
[pid=27259/tid=27266] ppid=27257 vsize=333144 CPUtime=11.96 cores=1,3,5,7
/proc/27259/task/27266/stat : 27266 (plingeling) R 27257 27259 26610 0 -1 4202560 13874 1257 0 0 1194 2 0 0 25 0 5 0 601944622 341139456 71072 33554432000 4194304 4417332 140735846343632 18446744073709551615 4236311 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27259/tid=27267] ppid=27257 vsize=333144 CPUtime=11.95 cores=1,3,5,7
/proc/27259/task/27267/stat : 27267 (plingeling) R 27257 27259 26610 0 -1 4202560 16716 1257 0 0 1193 2 0 0 25 0 5 0 601944622 341139456 71072 33554432000 4194304 4417332 140735846343632 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27259/tid=27268] ppid=27257 vsize=333144 CPUtime=11.88 cores=1,3,5,7
/proc/27259/task/27268/stat : 27268 (plingeling) R 27257 27259 26610 0 -1 4202560 9283 1257 0 0 1188 0 0 0 25 0 5 0 601944622 341139456 71072 33554432000 4194304 4417332 140735846343632 18446744073709551615 4249976 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27259/tid=27269] ppid=27257 vsize=333144 CPUtime=11.96 cores=1,3,5,7
/proc/27259/task/27269/stat : 27269 (plingeling) R 27257 27259 26610 0 -1 4202560 62485 1257 0 0 1186 10 0 0 25 0 5 0 601944622 341139456 71072 33554432000 4194304 4417332 140735846343632 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 48.5
Current children cumulated vsize (KiB) 333144

[startup+25.5006 s]
/proc/loadavg: 5.29 4.62 5.72 9/186 27270
/proc/meminfo: memFree=23857404/32951124 swapFree=67102140/67111528
[pid=27259] ppid=27257 vsize=490172 CPUtime=99.63 cores=1,3,5,7
/proc/27259/stat : 27259 (plingeling) S 27257 27259 26610 0 -1 4202496 208832 1257 0 0 9931 32 0 0 20 0 5 0 601944548 501936128 91914 33554432000 4194304 4417332 140735846343632 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/27259/statm: 122543 91914 179 55 0 120429 0
[pid=27259/tid=27266] ppid=27257 vsize=490172 CPUtime=24.76 cores=1,3,5,7
/proc/27259/task/27266/stat : 27266 (plingeling) R 27257 27259 26610 0 -1 4202560 13874 1257 0 0 2474 2 0 0 25 0 5 0 601944622 501936128 91914 33554432000 4194304 4417332 140735846343632 18446744073709551615 4291090 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27259/tid=27267] ppid=27257 vsize=490172 CPUtime=24.75 cores=1,3,5,7
/proc/27259/task/27267/stat : 27267 (plingeling) R 27257 27259 26610 0 -1 4202560 21965 1257 0 0 2472 3 0 0 25 0 5 0 601944622 501936128 91914 33554432000 4194304 4417332 140735846343632 18446744073709551615 4310225 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27259/tid=27268] ppid=27257 vsize=490172 CPUtime=24.62 cores=1,3,5,7
/proc/27259/task/27268/stat : 27268 (plingeling) R 27257 27259 26610 0 -1 4202560 11614 1257 0 0 2461 1 0 0 25 0 5 0 601944622 501936128 91914 33554432000 4194304 4417332 140735846343632 18446744073709551615 4249577 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27259/tid=27269] ppid=27257 vsize=490172 CPUtime=24.75 cores=1,3,5,7
/proc/27259/task/27269/stat : 27269 (plingeling) R 27257 27259 26610 0 -1 4202560 127913 1257 0 0 2454 21 0 0 25 0 5 0 601944622 501936128 91914 33554432000 4194304 4417332 140735846343632 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 99.63
Current children cumulated vsize (KiB) 490172

[startup+51.1012 s]
/proc/loadavg: 6.29 4.90 5.78 9/186 27270
/proc/meminfo: memFree=23660164/32951124 swapFree=67102140/67111528
[pid=27259] ppid=27257 vsize=576440 CPUtime=201.9 cores=1,3,5,7
/proc/27259/stat : 27259 (plingeling) S 27257 27259 26610 0 -1 4202496 256222 1257 0 0 20151 39 0 0 20 0 5 0 601944548 590274560 115529 33554432000 4194304 4417332 140735846343632 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/27259/statm: 144110 115529 180 55 0 141996 0
[pid=27259/tid=27266] ppid=27257 vsize=576440 CPUtime=50.36 cores=1,3,5,7
/proc/27259/task/27266/stat : 27266 (plingeling) R 27257 27259 26610 0 -1 4202560 13874 1257 0 0 5034 2 0 0 25 0 5 0 601944622 590274560 115529 33554432000 4194304 4417332 140735846343632 18446744073709551615 4254833 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27259/tid=27267] ppid=27257 vsize=576440 CPUtime=50.35 cores=1,3,5,7
/proc/27259/task/27267/stat : 27267 (plingeling) R 27257 27259 26610 0 -1 4202560 24538 1257 0 0 5032 3 0 0 25 0 5 0 601944622 590274560 115529 33554432000 4194304 4417332 140735846343632 18446744073709551615 4254843 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27259/tid=27268] ppid=27257 vsize=576440 CPUtime=50.07 cores=1,3,5,7
/proc/27259/task/27268/stat : 27268 (plingeling) R 27257 27259 26610 0 -1 4202560 18411 1257 0 0 5006 1 0 0 25 0 5 0 601944622 590274560 115529 33554432000 4194304 4417332 140735846343632 18446744073709551615 4249978 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27259/tid=27269] ppid=27257 vsize=576440 CPUtime=50.36 cores=1,3,5,7
/proc/27259/task/27269/stat : 27269 (plingeling) R 27257 27259 26610 0 -1 4202560 165933 1257 0 0 5009 27 0 0 25 0 5 0 601944622 590274560 115529 33554432000 4194304 4417332 140735846343632 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 201.9
Current children cumulated vsize (KiB) 576440

[startup+102.306 s]
/proc/loadavg: 7.31 5.39 5.90 9/186 27272
/proc/meminfo: memFree=23287756/32951124 swapFree=67102140/67111528
[pid=27259] ppid=27257 vsize=791604 CPUtime=406.43 cores=1,3,5,7
/proc/27259/stat : 27259 (plingeling) S 27257 27259 26610 0 -1 4202496 338842 1257 0 0 40595 48 0 0 20 0 5 0 601944548 810602496 169320 33554432000 4194304 4417332 140735846343632 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/27259/statm: 197901 169320 180 55 0 195787 0
[pid=27259/tid=27266] ppid=27257 vsize=791604 CPUtime=101.56 cores=1,3,5,7
/proc/27259/task/27266/stat : 27266 (plingeling) R 27257 27259 26610 0 -1 4202560 17970 1257 0 0 10154 2 0 0 25 0 5 0 601944622 810602496 169320 33554432000 4194304 4417332 140735846343632 18446744073709551615 4249209 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27259/tid=27267] ppid=27257 vsize=791604 CPUtime=101.55 cores=1,3,5,7
/proc/27259/task/27267/stat : 27267 (plingeling) R 27257 27259 26610 0 -1 4202560 24538 1257 0 0 10152 3 0 0 25 0 5 0 601944622 810602496 169320 33554432000 4194304 4417332 140735846343632 18446744073709551615 4249222 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27259/tid=27268] ppid=27257 vsize=791604 CPUtime=100.99 cores=1,3,5,7
/proc/27259/task/27268/stat : 27268 (plingeling) R 27257 27259 26610 0 -1 4202560 18411 1257 0 0 10098 1 0 0 25 0 5 0 601944622 810602496 169320 33554432000 4194304 4417332 140735846343632 18446744073709551615 4249584 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27259/tid=27269] ppid=27257 vsize=791604 CPUtime=101.56 cores=1,3,5,7
/proc/27259/task/27269/stat : 27269 (plingeling) R 27257 27259 26610 0 -1 4202560 244457 1257 0 0 10120 36 0 0 25 0 5 0 601944622 810602496 169320 33554432000 4194304 4417332 140735846343632 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 406.43
Current children cumulated vsize (KiB) 791604

[startup+162.301 s]
/proc/loadavg: 7.91 5.91 6.05 9/186 27273
/proc/meminfo: memFree=23143896/32951124 swapFree=67102140/67111528
[pid=27259] ppid=27257 vsize=801400 CPUtime=646.09 cores=1,3,5,7
/proc/27259/stat : 27259 (plingeling) S 27257 27259 26610 0 -1 4202496 418279 1257 0 0 64550 59 0 0 20 0 5 0 601944548 820633600 171769 33554432000 4194304 4417332 140735846343632 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/27259/statm: 200350 171769 180 55 0 198236 0
[pid=27259/tid=27266] ppid=27257 vsize=801400 CPUtime=161.55 cores=1,3,5,7
/proc/27259/task/27266/stat : 27266 (plingeling) R 27257 27259 26610 0 -1 4202560 17970 1257 0 0 16153 2 0 0 25 0 5 0 601944622 820633600 171769 33554432000 4194304 4417332 140735846343632 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27259/tid=27267] ppid=27257 vsize=801400 CPUtime=161.55 cores=1,3,5,7
/proc/27259/task/27267/stat : 27267 (plingeling) R 27257 27259 26610 0 -1 4202560 24538 1257 0 0 16152 3 0 0 25 0 5 0 601944622 820633600 171769 33554432000 4194304 4417332 140735846343632 18446744073709551615 4364671 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27259/tid=27268] ppid=27257 vsize=801400 CPUtime=160.67 cores=1,3,5,7
/proc/27259/task/27268/stat : 27268 (plingeling) R 27257 27259 26610 0 -1 4202560 18411 1257 0 0 16066 1 0 0 25 0 5 0 601944622 820633600 171769 33554432000 4194304 4417332 140735846343632 18446744073709551615 4248888 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27259/tid=27269] ppid=27257 vsize=801400 CPUtime=161.55 cores=1,3,5,7
/proc/27259/task/27269/stat : 27269 (plingeling) R 27257 27259 26610 0 -1 4202560 323894 1257 0 0 16109 46 0 0 25 0 5 0 601944622 820633600 171769 33554432000 4194304 4417332 140735846343632 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 646.09
Current children cumulated vsize (KiB) 801400


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

[pid=27259/tid=27267] ppid=27257 vsize=1806264 CPUtime=701.54 cores=1,3,5,7
/proc/27259/task/27267/stat : 27267 (plingeling) R 27257 27259 26610 0 -1 4202560 24538 1257 0 0 70151 3 0 0 25 0 5 0 601944622 1849614336 422985 33554432000 4194304 4417332 140735846343632 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27259/tid=27268] ppid=27257 vsize=1806264 CPUtime=697.73 cores=1,3,5,7
/proc/27259/task/27268/stat : 27268 (plingeling) R 27257 27259 26610 0 -1 4202560 18411 1257 0 0 69772 1 0 0 25 0 5 0 601944622 1849614336 422985 33554432000 4194304 4417332 140735846343632 18446744073709551615 4249110 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27259/tid=27269] ppid=27257 vsize=1806264 CPUtime=701.57 cores=1,3,5,7
/proc/27259/task/27269/stat : 27269 (plingeling) R 27257 27259 26610 0 -1 4202560 956203 1257 0 0 70011 146 0 0 25 0 5 0 601944622 1849614336 422985 33554432000 4194304 4417332 140735846343632 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2803.18
Current children cumulated vsize (KiB) 1806264

[startup+762.306 s]
/proc/loadavg: 8.08 7.82 7.02 9/186 27289
/proc/meminfo: memFree=21179200/32951124 swapFree=67102140/67111528
[pid=27259] ppid=27257 vsize=1904572 CPUtime=3042.87 cores=1,3,5,7
/proc/27259/stat : 27259 (plingeling) S 27257 27259 26610 0 -1 4202496 1075165 1257 0 0 304125 162 0 0 20 0 5 0 601944548 1950281728 447562 33554432000 4194304 4417332 140735846343632 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/27259/statm: 476143 447562 180 55 0 474029 0
[pid=27259/tid=27266] ppid=27257 vsize=1904572 CPUtime=761.57 cores=1,3,5,7
/proc/27259/task/27266/stat : 27266 (plingeling) R 27257 27259 26610 0 -1 4202560 17970 1257 0 0 76155 2 0 0 25 0 5 0 601944622 1950281728 447562 33554432000 4194304 4417332 140735846343632 18446744073709551615 4211469 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27259/tid=27267] ppid=27257 vsize=1904572 CPUtime=761.55 cores=1,3,5,7
/proc/27259/task/27267/stat : 27267 (plingeling) R 27257 27259 26610 0 -1 4202560 24538 1257 0 0 76152 3 0 0 25 0 5 0 601944622 1950281728 447562 33554432000 4194304 4417332 140735846343632 18446744073709551615 4235999 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27259/tid=27268] ppid=27257 vsize=1904572 CPUtime=757.41 cores=1,3,5,7
/proc/27259/task/27268/stat : 27268 (plingeling) R 27257 27259 26610 0 -1 4202560 18411 1257 0 0 75740 1 0 0 25 0 5 0 601944622 1950281728 447562 33554432000 4194304 4417332 140735846343632 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27259/tid=27269] ppid=27257 vsize=1904572 CPUtime=761.58 cores=1,3,5,7
/proc/27259/task/27269/stat : 27269 (plingeling) R 27257 27259 26610 0 -1 4202560 980780 1257 0 0 76008 150 0 0 25 0 5 0 601944622 1950281728 447562 33554432000 4194304 4417332 140735846343632 18446744073709551615 4321690 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3042.87
Current children cumulated vsize (KiB) 1904572

[startup+822.301 s]
/proc/loadavg: 8.07 7.86 7.08 9/186 27291
/proc/meminfo: memFree=20879452/32951124 swapFree=67102140/67111528
[pid=27259] ppid=27257 vsize=2166716 CPUtime=3282.54 cores=1,3,5,7
/proc/27259/stat : 27259 (plingeling) S 27257 27259 26610 0 -1 4202496 1140701 1257 0 0 328079 175 0 0 20 0 5 0 601944548 2218717184 513098 33554432000 4194304 4417332 140735846343632 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/27259/statm: 541679 513098 180 55 0 539565 0
[pid=27259/tid=27266] ppid=27257 vsize=2166716 CPUtime=821.57 cores=1,3,5,7
/proc/27259/task/27266/stat : 27266 (plingeling) R 27257 27259 26610 0 -1 4202560 17970 1257 0 0 82155 2 0 0 25 0 5 0 601944622 2218717184 513098 33554432000 4194304 4417332 140735846343632 18446744073709551615 4249130 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27259/tid=27267] ppid=27257 vsize=2166716 CPUtime=821.55 cores=1,3,5,7
/proc/27259/task/27267/stat : 27267 (plingeling) R 27257 27259 26610 0 -1 4202560 24538 1257 0 0 82152 3 0 0 25 0 5 0 601944622 2218717184 513098 33554432000 4194304 4417332 140735846343632 18446744073709551615 4249209 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27259/tid=27268] ppid=27257 vsize=2166716 CPUtime=817.08 cores=1,3,5,7
/proc/27259/task/27268/stat : 27268 (plingeling) R 27257 27259 26610 0 -1 4202560 18411 1257 0 0 81707 1 0 0 25 0 5 0 601944622 2218717184 513098 33554432000 4194304 4417332 140735846343632 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27259/tid=27269] ppid=27257 vsize=2166716 CPUtime=821.58 cores=1,3,5,7
/proc/27259/task/27269/stat : 27269 (plingeling) R 27257 27259 26610 0 -1 4202560 1046316 1257 0 0 81995 163 0 0 25 0 5 0 601944622 2218717184 513098 33554432000 4194304 4417332 140735846343632 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3282.54
Current children cumulated vsize (KiB) 2166716

[startup+882.3 s]
/proc/loadavg: 8.06 7.90 7.14 9/186 27292
/proc/meminfo: memFree=20574872/32951124 swapFree=67102140/67111528
[pid=27259] ppid=27257 vsize=2297788 CPUtime=3522.2 cores=1,3,5,7
/proc/27259/stat : 27259 (plingeling) S 27257 27259 26610 0 -1 4202496 1173469 1257 0 0 352043 177 0 0 20 0 5 0 601944548 2352934912 545866 33554432000 4194304 4417332 140735846343632 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/27259/statm: 574447 545866 180 55 0 572333 0
[pid=27259/tid=27266] ppid=27257 vsize=2297788 CPUtime=881.57 cores=1,3,5,7
/proc/27259/task/27266/stat : 27266 (plingeling) R 27257 27259 26610 0 -1 4202560 17970 1257 0 0 88155 2 0 0 25 0 5 0 601944622 2352934912 545866 33554432000 4194304 4417332 140735846343632 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27259/tid=27267] ppid=27257 vsize=2297788 CPUtime=881.55 cores=1,3,5,7
/proc/27259/task/27267/stat : 27267 (plingeling) R 27257 27259 26610 0 -1 4202560 24538 1257 0 0 88152 3 0 0 25 0 5 0 601944622 2352934912 545866 33554432000 4194304 4417332 140735846343632 18446744073709551615 4364452 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27259/tid=27268] ppid=27257 vsize=2297788 CPUtime=876.75 cores=1,3,5,7
/proc/27259/task/27268/stat : 27268 (plingeling) R 27257 27259 26610 0 -1 4202560 18411 1257 0 0 87674 1 0 0 25 0 5 0 601944622 2352934912 545866 33554432000 4194304 4417332 140735846343632 18446744073709551615 4236319 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27259/tid=27269] ppid=27257 vsize=2297788 CPUtime=881.57 cores=1,3,5,7
/proc/27259/task/27269/stat : 27269 (plingeling) R 27257 27259 26610 0 -1 4202560 1079084 1257 0 0 87992 165 0 0 25 0 5 0 601944622 2352934912 545866 33554432000 4194304 4417332 140735846343632 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3522.2
Current children cumulated vsize (KiB) 2297788

[startup+942.301 s]
/proc/loadavg: 8.13 7.94 7.20 9/186 27303
/proc/meminfo: memFree=21182780/32951124 swapFree=67102140/67111528
[pid=27259] ppid=27257 vsize=1523388 CPUtime=3761.88 cores=1,3,5,7
/proc/27259/stat : 27259 (plingeling) S 27257 27259 26610 0 -1 4202496 1212506 1257 0 0 376003 185 0 0 20 0 5 0 601944548 1559949312 352288 33554432000 4194304 4417332 140735846343632 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/27259/statm: 380847 352288 180 55 0 378733 0
[pid=27259/tid=27266] ppid=27257 vsize=1523388 CPUtime=941.57 cores=1,3,5,7
/proc/27259/task/27266/stat : 27266 (plingeling) R 27257 27259 26610 0 -1 4202560 17992 1257 0 0 94155 2 0 0 25 0 5 0 601944622 1559949312 352288 33554432000 4194304 4417332 140735846343632 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27259/tid=27267] ppid=27257 vsize=1523388 CPUtime=941.55 cores=1,3,5,7
/proc/27259/task/27267/stat : 27267 (plingeling) R 27257 27259 26610 0 -1 4202560 24538 1257 0 0 94152 3 0 0 25 0 5 0 601944622 1559949312 352288 33554432000 4194304 4417332 140735846343632 18446744073709551615 4311289 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27259/tid=27268] ppid=27257 vsize=1523388 CPUtime=936.43 cores=1,3,5,7
/proc/27259/task/27268/stat : 27268 (plingeling) R 27257 27259 26610 0 -1 4202560 18411 1257 0 0 93642 1 0 0 25 0 5 0 601944622 1559949312 352288 33554432000 4194304 4417332 140735846343632 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27259/tid=27269] ppid=27257 vsize=1523388 CPUtime=941.57 cores=1,3,5,7
/proc/27259/task/27269/stat : 27269 (plingeling) R 27257 27259 26610 0 -1 4202560 1118099 1257 0 0 93984 173 0 0 25 0 5 0 601944622 1559949312 352288 33554432000 4194304 4417332 140735846343632 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3761.88
Current children cumulated vsize (KiB) 1523388

[startup+1002.3 s]
/proc/loadavg: 8.10 7.97 7.25 9/186 27305
/proc/meminfo: memFree=21203572/32951124 swapFree=67102140/67111528
[pid=27259] ppid=27257 vsize=1678664 CPUtime=4001.56 cores=1,3,5,7
/proc/27259/stat : 27259 (plingeling) S 27257 27259 26610 0 -1 4202496 1251444 1257 0 0 399967 189 0 0 20 0 5 0 601944548 1718951936 391102 33554432000 4194304 4417332 140735846343632 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/27259/statm: 419666 391102 180 55 0 417552 0
[pid=27259/tid=27266] ppid=27257 vsize=1678664 CPUtime=1001.57 cores=1,3,5,7
/proc/27259/task/27266/stat : 27266 (plingeling) R 27257 27259 26610 0 -1 4202560 18111 1257 0 0 100155 2 0 0 25 0 5 0 601944622 1718951936 391102 33554432000 4194304 4417332 140735846343632 18446744073709551615 4249069 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27259/tid=27267] ppid=27257 vsize=1678664 CPUtime=1001.55 cores=1,3,5,7
/proc/27259/task/27267/stat : 27267 (plingeling) R 27257 27259 26610 0 -1 4202560 24538 1257 0 0 100152 3 0 0 25 0 5 0 601944622 1718951936 391102 33554432000 4194304 4417332 140735846343632 18446744073709551615 4249597 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27259/tid=27268] ppid=27257 vsize=1678664 CPUtime=996.1 cores=1,3,5,7
/proc/27259/task/27268/stat : 27268 (plingeling) R 27257 27259 26610 0 -1 4202560 18411 1257 0 0 99609 1 0 0 25 0 5 0 601944622 1718951936 391102 33554432000 4194304 4417332 140735846343632 18446744073709551615 4249110 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27259/tid=27269] ppid=27257 vsize=1678664 CPUtime=1001.58 cores=1,3,5,7
/proc/27259/task/27269/stat : 27269 (plingeling) R 27257 27259 26610 0 -1 4202560 1156918 1257 0 0 99981 177 0 0 25 0 5 0 601944622 1718951936 391102 33554432000 4194304 4417332 140735846343632 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4001.56
Current children cumulated vsize (KiB) 1678664

[startup+1062.3 s]
/proc/loadavg: 8.08 7.99 7.30 9/186 27306
/proc/meminfo: memFree=20830176/32951124 swapFree=67102140/67111528
[pid=27259] ppid=27257 vsize=1904900 CPUtime=4241.24 cores=1,3,5,7
/proc/27259/stat : 27259 (plingeling) S 27257 27259 26610 0 -1 4202496 1324325 1257 0 0 423927 197 0 0 20 0 5 0 601944548 1950617600 445006 33554432000 4194304 4417332 140735846343632 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/27259/statm: 476225 445006 180 55 0 474111 0
[pid=27259/tid=27266] ppid=27257 vsize=1904900 CPUtime=1061.57 cores=1,3,5,7
/proc/27259/task/27266/stat : 27266 (plingeling) R 27257 27259 26610 0 -1 4202560 18111 1257 0 0 106155 2 0 0 25 0 5 0 601944622 1950617600 445006 33554432000 4194304 4417332 140735846343632 18446744073709551615 4249181 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27259/tid=27267] ppid=27257 vsize=1904900 CPUtime=1061.55 cores=1,3,5,7
/proc/27259/task/27267/stat : 27267 (plingeling) R 27257 27259 26610 0 -1 4202560 24538 1257 0 0 106152 3 0 0 25 0 5 0 601944622 1950617600 445006 33554432000 4194304 4417332 140735846343632 18446744073709551615 4249130 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27259/tid=27268] ppid=27257 vsize=1904900 CPUtime=1055.78 cores=1,3,5,7
/proc/27259/task/27268/stat : 27268 (plingeling) R 27257 27259 26610 0 -1 4202560 86388 1257 0 0 105569 9 0 0 25 0 5 0 601944622 1950617600 445006 33554432000 4194304 4417332 140735846343632 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27259/tid=27269] ppid=27257 vsize=1904900 CPUtime=1061.57 cores=1,3,5,7
/proc/27259/task/27269/stat : 27269 (plingeling) R 27257 27259 26610 0 -1 4202560 1161822 1257 0 0 105980 177 0 0 25 0 5 0 601944622 1950617600 445006 33554432000 4194304 4417332 140735846343632 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4241.24
Current children cumulated vsize (KiB) 1904900

[startup+1122.3 s]
/proc/loadavg: 8.07 8.00 7.35 9/186 27308
/proc/meminfo: memFree=20742228/32951124 swapFree=67102140/67111528
[pid=27259] ppid=27257 vsize=2252184 CPUtime=4480.92 cores=1,3,5,7
/proc/27259/stat : 27259 (plingeling) S 27257 27259 26610 0 -1 4202496 1444132 1257 0 0 447882 210 0 0 20 0 5 0 601944548 2306236416 531827 33554432000 4194304 4417332 140735846343632 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/27259/statm: 563046 531827 180 55 0 560932 0
[pid=27259/tid=27266] ppid=27257 vsize=2252184 CPUtime=1121.57 cores=1,3,5,7
/proc/27259/task/27266/stat : 27266 (plingeling) R 27257 27259 26610 0 -1 4202560 18111 1257 0 0 112155 2 0 0 25 0 5 0 601944622 2306236416 531827 33554432000 4194304 4417332 140735846343632 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27259/tid=27267] ppid=27257 vsize=2252184 CPUtime=1121.55 cores=1,3,5,7
/proc/27259/task/27267/stat : 27267 (plingeling) R 27257 27259 26610 0 -1 4202560 24538 1257 0 0 112152 3 0 0 25 0 5 0 601944622 2306236416 531827 33554432000 4194304 4417332 140735846343632 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27259/tid=27268] ppid=27257 vsize=2252184 CPUtime=1115.45 cores=1,3,5,7
/proc/27259/task/27268/stat : 27268 (plingeling) R 27257 27259 26610 0 -1 4202560 113166 1257 0 0 111533 12 0 0 25 0 5 0 601944622 2306236416 531827 33554432000 4194304 4417332 140735846343632 18446744073709551615 4307846 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27259/tid=27269] ppid=27257 vsize=2252184 CPUtime=1121.58 cores=1,3,5,7
/proc/27259/task/27269/stat : 27269 (plingeling) R 27257 27259 26610 0 -1 4202560 1254851 1257 0 0 111971 187 0 0 25 0 5 0 601944622 2306236416 531827 33554432000 4194304 4417332 140735846343632 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4480.92
Current children cumulated vsize (KiB) 2252184

[startup+1182.3 s]
/proc/loadavg: 8.07 8.01 7.39 9/186 27309
/proc/meminfo: memFree=20769356/32951124 swapFree=67102140/67111528
[pid=27259] ppid=27257 vsize=2143036 CPUtime=4720.59 cores=1,3,5,7
/proc/27259/stat : 27259 (plingeling) S 27257 27259 26610 0 -1 4202496 1444557 1257 0 0 471849 210 0 0 20 0 5 0 601944548 2194468864 507227 33554432000 4194304 4417332 140735846343632 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/27259/statm: 535759 507227 180 55 0 533645 0
[pid=27259/tid=27266] ppid=27257 vsize=2143036 CPUtime=1181.57 cores=1,3,5,7
/proc/27259/task/27266/stat : 27266 (plingeling) R 27257 27259 26610 0 -1 4202560 18111 1257 0 0 118155 2 0 0 25 0 5 0 601944622 2194468864 507227 33554432000 4194304 4417332 140735846343632 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27259/tid=27267] ppid=27257 vsize=2143036 CPUtime=1181.55 cores=1,3,5,7
/proc/27259/task/27267/stat : 27267 (plingeling) R 27257 27259 26610 0 -1 4202560 24912 1257 0 0 118152 3 0 0 25 0 5 0 601944622 2194468864 507227 33554432000 4194304 4417332 140735846343632 18446744073709551615 4249143 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27259/tid=27268] ppid=27257 vsize=2143036 CPUtime=1175.14 cores=1,3,5,7
/proc/27259/task/27268/stat : 27268 (plingeling) R 27257 27259 26610 0 -1 4202560 113217 1257 0 0 117501 13 0 0 25 0 5 0 601944622 2194468864 507227 33554432000 4194304 4417332 140735846343632 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27259/tid=27269] ppid=27257 vsize=2143036 CPUtime=1181.58 cores=1,3,5,7
/proc/27259/task/27269/stat : 27269 (plingeling) R 27257 27259 26610 0 -1 4202560 1254851 1257 0 0 117971 187 0 0 25 0 5 0 601944622 2194468864 507227 33554432000 4194304 4417332 140735846343632 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4720.59
Current children cumulated vsize (KiB) 2143036



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.2 s]
/proc/loadavg: 8.12 8.03 7.41 5/180 27311
/proc/meminfo: memFree=22340476/32951124 swapFree=67102140/67111528
[pid=27259] ppid=27257 vsize=2143036 CPUtime=4800.12 cores=1,3,5,7
/proc/27259/stat : 27259 (plingeling) S 27257 27259 26610 0 -1 4202496 1444557 1257 0 0 479802 210 0 0 20 0 5 0 601944548 2194468864 507227 33554432000 4194304 4417332 140735846343632 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/27259/statm: 535759 507227 180 55 0 533645 0
[pid=27259/tid=27266] ppid=27257 vsize=2143036 CPUtime=1201.48 cores=1,3,5,7
/proc/27259/task/27266/stat : 27266 (plingeling) R 27257 27259 26610 0 -1 4202560 18111 1257 0 0 120146 2 0 0 25 0 5 0 601944622 2194468864 507227 33554432000 4194304 4417332 140735846343632 18446744073709551615 4254452 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27259/tid=27267] ppid=27257 vsize=2143036 CPUtime=1201.46 cores=1,3,5,7
/proc/27259/task/27267/stat : 27267 (plingeling) R 27257 27259 26610 0 -1 4202560 24912 1257 0 0 120143 3 0 0 25 0 5 0 601944622 2194468864 507227 33554432000 4194304 4417332 140735846343632 18446744073709551615 4248242 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27259/tid=27268] ppid=27257 vsize=2143036 CPUtime=1194.93 cores=1,3,5,7
/proc/27259/task/27268/stat : 27268 (plingeling) R 27257 27259 26610 0 -1 4202560 113217 1257 0 0 119480 13 0 0 25 0 5 0 601944622 2194468864 507227 33554432000 4194304 4417332 140735846343632 18446744073709551615 4249584 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27259/tid=27269] ppid=27257 vsize=2143036 CPUtime=1201.49 cores=1,3,5,7
/proc/27259/task/27269/stat : 27269 (plingeling) R 27257 27259 26610 0 -1 4202560 1254851 1257 0 0 119962 187 0 0 25 0 5 0 601944622 2194468864 507227 33554432000 4194304 4417332 140735846343632 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.12
Current children cumulated vsize (KiB) 2143036

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): 1202.3
CPU time (s): 4800.24
CPU user time (s): 4798.05
CPU system time (s): 2.19767
CPU usage (%): 399.254
Max. virtual memory (cumulated for all children) (KiB): 2297788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.05
system time used= 2.19766
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1445814
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 110
involuntary context switches= 34003

runsolver used 1.84672 second user time and 4.72128 second system time

The end

Launcher Data

Begin job on node119 at 2011-04-30 00:45:39
IDJOB=3251252
IDBENCH=88217
IDSOLVER=1605
FILE ID=node119/3251252-1304117138
RUNJOBID= node119-1304117138-27231
PBS_JOBID= 13170679
Free space on /tmp= 71800 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m62-q1327.5-n60-p15-s1351253.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3251252-1304117138/watcher-3251252-1304117138 -o /tmp/evaluation-result-3251252-1304117138/solver-3251252-1304117138 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3251252-1304117138.cnf

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

MD5SUM BENCH= b23c52475e3d098cb9d5a92c025d6982
RANDOM SEED=1587910969

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24354476 kB
Buffers:       1912980 kB
Cached:        6039996 kB
SwapCached:       3688 kB
Active:         200140 kB
Inactive:      7833728 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24354476 kB
SwapTotal:    67111528 kB
SwapFree:     67102140 kB
Dirty:           16748 kB
Writeback:           0 kB
AnonPages:       80056 kB
Mapped:          15116 kB
Slab:           499040 kB
PageTables:       4748 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   269552 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= 71800 MiB
End job on node119 at 2011-04-30 01:05:43