Trace number 3251076

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.48 1202

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m47-q742.5-n45-p15-s28972035.cnf
MD5SUMbfa662ff57088c54e0febd091ce11e5c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.39763
Satisfiable
(Un)Satisfiability was proved
Number of variables1985
Number of clauses409171
Sum of the clauses size820237
Maximum clause length47
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2409126
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

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-3251076-1304116284/watcher-3251076-1304116284 -o /tmp/evaluation-result-3251076-1304116284/solver-3251076-1304116284 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3251076-1304116284.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: 8.14 8.10 7.97 6/181 16233
/proc/meminfo: memFree=22711688/32951124 swapFree=67111448/67111528
[pid=16233] ppid=16231 vsize=9664 CPUtime=0 cores=1,3,5,7
/proc/16233/stat : 16233 (plingeling) R 16231 16233 15661 0 -1 4202496 509 1254 0 0 0 0 0 0 25 0 1 0 504044514 9895936 438 33554432000 4194304 4417332 140737385341456 18446744073709551615 255106768640 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/16233/statm: 2416 438 146 55 0 302 0

[startup+0.103543 s]
/proc/loadavg: 8.14 8.10 7.97 6/181 16233
/proc/meminfo: memFree=22711688/32951124 swapFree=67111448/67111528
[pid=16233] ppid=16231 vsize=25872 CPUtime=0.09 cores=1,3,5,7
/proc/16233/stat : 16233 (plingeling) R 16231 16233 15661 0 -1 4202496 4610 1254 0 0 9 0 0 0 25 0 1 0 504044514 26492928 4491 33554432000 4194304 4417332 140737385341456 18446744073709551615 255106768640 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/16233/statm: 6468 4491 147 55 0 4354 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25872

[startup+0.200528 s]
/proc/loadavg: 8.14 8.10 7.97 6/181 16233
/proc/meminfo: memFree=22711688/32951124 swapFree=67111448/67111528
[pid=16233] ppid=16231 vsize=42256 CPUtime=0.18 cores=1,3,5,7
/proc/16233/stat : 16233 (plingeling) R 16231 16233 15661 0 -1 4202496 8706 1254 0 0 18 0 0 0 25 0 1 0 504044514 43270144 8587 33554432000 4194304 4417332 140737385341456 18446744073709551615 255106768640 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/16233/statm: 10564 8587 147 55 0 8450 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 42256

[startup+0.300463 s]
/proc/loadavg: 8.14 8.10 7.97 6/181 16233
/proc/meminfo: memFree=22711688/32951124 swapFree=67111448/67111528
[pid=16233] ppid=16231 vsize=84192 CPUtime=0.42 cores=1,3,5,7
/proc/16233/stat : 16233 (plingeling) S 16231 16233 15661 0 -1 4202496 8982 1254 0 0 41 1 0 0 25 0 5 0 504044514 86212608 8859 33554432000 4194304 4417332 140737385341456 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/16233/statm: 21048 8859 171 55 0 18934 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 84192

[startup+0.70039 s]
/proc/loadavg: 8.14 8.10 7.97 6/181 16233
/proc/meminfo: memFree=22711688/32951124 swapFree=67111448/67111528
[pid=16233] ppid=16231 vsize=89432 CPUtime=2.01 cores=1,3,5,7
/proc/16233/stat : 16233 (plingeling) S 16231 16233 15661 0 -1 4202496 23822 1254 0 0 199 2 0 0 25 0 5 0 504044514 91578368 10175 33554432000 4194304 4417332 140737385341456 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/16233/statm: 22358 10175 177 55 0 20244 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 89432

[startup+1.50025 s]
/proc/loadavg: 8.13 8.10 7.97 9/186 16243
/proc/meminfo: memFree=22663308/32951124 swapFree=67111448/67111528
[pid=16233] ppid=16231 vsize=113732 CPUtime=5.21 cores=1,3,5,7
/proc/16233/stat : 16233 (plingeling) S 16231 16233 15661 0 -1 4202496 31494 1254 0 0 517 4 0 0 25 0 5 0 504044514 116461568 16221 33554432000 4194304 4417332 140737385341456 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/16233/statm: 28433 16221 180 55 0 26319 0
[pid=16233/tid=16240] ppid=16231 vsize=113732 CPUtime=1.23 cores=1,3,5,7
/proc/16233/task/16240/stat : 16240 (plingeling) R 16231 16233 15661 0 -1 4202560 4371 1254 0 0 123 0 0 0 25 0 5 0 504044539 116461568 16221 33554432000 4194304 4417332 140737385341456 18446744073709551615 4248225 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16233/tid=16241] ppid=16231 vsize=113732 CPUtime=1.23 cores=1,3,5,7
/proc/16233/task/16241/stat : 16241 (plingeling) R 16231 16233 15661 0 -1 4202560 5097 1254 0 0 123 0 0 0 25 0 5 0 504044539 116461568 16221 33554432000 4194304 4417332 140737385341456 18446744073709551615 4249216 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16233/tid=16242] ppid=16231 vsize=113732 CPUtime=1.22 cores=1,3,5,7
/proc/16233/task/16242/stat : 16242 (plingeling) R 16231 16233 15661 0 -1 4202560 5359 1254 0 0 122 0 0 0 25 0 5 0 504044539 116461568 16221 33554432000 4194304 4417332 140737385341456 18446744073709551615 4258161 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16233/tid=16243] ppid=16231 vsize=113732 CPUtime=1.23 cores=1,3,5,7
/proc/16233/task/16243/stat : 16243 (plingeling) R 16231 16233 15661 0 -1 4202560 7949 1254 0 0 122 1 0 0 25 0 5 0 504044539 116461568 16221 33554432000 4194304 4417332 140737385341456 18446744073709551615 4364680 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.21
Current children cumulated vsize (KiB) 113732

[startup+3.10097 s]
/proc/loadavg: 8.13 8.10 7.97 9/186 16244
/proc/meminfo: memFree=22648180/32951124 swapFree=67111448/67111528
[pid=16233] ppid=16231 vsize=117192 CPUtime=11.6 cores=1,3,5,7
/proc/16233/stat : 16233 (plingeling) S 16231 16233 15661 0 -1 4202496 40791 1254 0 0 1155 5 0 0 25 0 5 0 504044514 120004608 17086 33554432000 4194304 4417332 140737385341456 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/16233/statm: 29298 17086 180 55 0 27184 0
[pid=16233/tid=16240] ppid=16231 vsize=117192 CPUtime=2.83 cores=1,3,5,7
/proc/16233/task/16240/stat : 16240 (plingeling) R 16231 16233 15661 0 -1 4202560 5210 1254 0 0 283 0 0 0 25 0 5 0 504044539 120004608 17086 33554432000 4194304 4417332 140737385341456 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16233/tid=16241] ppid=16231 vsize=117192 CPUtime=2.83 cores=1,3,5,7
/proc/16233/task/16241/stat : 16241 (plingeling) R 16231 16233 15661 0 -1 4202560 6112 1254 0 0 283 0 0 0 25 0 5 0 504044539 120004608 17086 33554432000 4194304 4417332 140737385341456 18446744073709551615 4249110 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16233/tid=16242] ppid=16231 vsize=117192 CPUtime=2.82 cores=1,3,5,7
/proc/16233/task/16242/stat : 16242 (plingeling) R 16231 16233 15661 0 -1 4202560 5359 1254 0 0 282 0 0 0 25 0 5 0 504044539 120004608 17086 33554432000 4194304 4417332 140737385341456 18446744073709551615 4248242 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16233/tid=16243] ppid=16231 vsize=117192 CPUtime=2.83 cores=1,3,5,7
/proc/16233/task/16243/stat : 16243 (plingeling) R 16231 16233 15661 0 -1 4202560 15392 1254 0 0 281 2 0 0 25 0 5 0 504044539 120004608 17086 33554432000 4194304 4417332 140737385341456 18446744073709551615 4320867 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.6
Current children cumulated vsize (KiB) 117192

[startup+6.30041 s]
/proc/loadavg: 8.12 8.10 7.97 9/186 16244
/proc/meminfo: memFree=22694580/32951124 swapFree=67111448/67111528
[pid=16233] ppid=16231 vsize=143872 CPUtime=24.39 cores=1,3,5,7
/proc/16233/stat : 16233 (plingeling) S 16231 16233 15661 0 -1 4202496 53570 1254 0 0 2431 8 0 0 25 0 5 0 504044514 147324928 23757 33554432000 4194304 4417332 140737385341456 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/16233/statm: 35968 23757 181 55 0 33854 0
[pid=16233/tid=16240] ppid=16231 vsize=143872 CPUtime=6.03 cores=1,3,5,7
/proc/16233/task/16240/stat : 16240 (plingeling) R 16231 16233 15661 0 -1 4202560 5210 1254 0 0 603 0 0 0 25 0 5 0 504044539 147324928 23757 33554432000 4194304 4417332 140737385341456 18446744073709551615 4249976 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16233/tid=16241] ppid=16231 vsize=143872 CPUtime=6.03 cores=1,3,5,7
/proc/16233/task/16241/stat : 16241 (plingeling) R 16231 16233 15661 0 -1 4202560 6112 1254 0 0 603 0 0 0 25 0 5 0 504044539 147324928 23757 33554432000 4194304 4417332 140737385341456 18446744073709551615 4249130 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16233/tid=16242] ppid=16231 vsize=143872 CPUtime=6 cores=1,3,5,7
/proc/16233/task/16242/stat : 16242 (plingeling) R 16231 16233 15661 0 -1 4202560 5360 1254 0 0 600 0 0 0 25 0 5 0 504044539 147324928 23757 33554432000 4194304 4417332 140737385341456 18446744073709551615 4378104 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16233/tid=16243] ppid=16231 vsize=143872 CPUtime=6.03 cores=1,3,5,7
/proc/16233/task/16243/stat : 16243 (plingeling) R 16231 16233 15661 0 -1 4202560 28170 1254 0 0 598 5 0 0 25 0 5 0 504044539 147324928 23757 33554432000 4194304 4417332 140737385341456 18446744073709551615 4250464 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.39
Current children cumulated vsize (KiB) 143872

[startup+12.7003 s]
/proc/loadavg: 7.79 8.03 7.95 9/186 16281
/proc/meminfo: memFree=25173948/32951124 swapFree=67111448/67111528
[pid=16233] ppid=16231 vsize=159676 CPUtime=49.94 cores=1,3,5,7
/proc/16233/stat : 16233 (plingeling) S 16231 16233 15661 0 -1 4202496 73113 1254 0 0 4984 10 0 0 25 0 5 0 504044514 163508224 27239 33554432000 4194304 4417332 140737385341456 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/16233/statm: 39919 27239 181 55 0 37805 0
[pid=16233/tid=16240] ppid=16231 vsize=159676 CPUtime=12.43 cores=1,3,5,7
/proc/16233/task/16240/stat : 16240 (plingeling) R 16231 16233 15661 0 -1 4202560 5210 1254 0 0 1243 0 0 0 25 0 5 0 504044539 163508224 27239 33554432000 4194304 4417332 140737385341456 18446744073709551615 4248845 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16233/tid=16241] ppid=16231 vsize=159676 CPUtime=12.43 cores=1,3,5,7
/proc/16233/task/16241/stat : 16241 (plingeling) R 16231 16233 15661 0 -1 4202560 6112 1254 0 0 1243 0 0 0 25 0 5 0 504044539 163508224 27239 33554432000 4194304 4417332 140737385341456 18446744073709551615 4250074 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16233/tid=16242] ppid=16231 vsize=159676 CPUtime=12.36 cores=1,3,5,7
/proc/16233/task/16242/stat : 16242 (plingeling) R 16231 16233 15661 0 -1 4202560 7409 1254 0 0 1236 0 0 0 25 0 5 0 504044539 163508224 27239 33554432000 4194304 4417332 140737385341456 18446744073709551615 4249171 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16233/tid=16243] ppid=16231 vsize=159676 CPUtime=12.43 cores=1,3,5,7
/proc/16233/task/16243/stat : 16243 (plingeling) R 16231 16233 15661 0 -1 4202560 45664 1254 0 0 1236 7 0 0 25 0 5 0 504044539 163508224 27239 33554432000 4194304 4417332 140737385341456 18446744073709551615 4365999 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 49.94
Current children cumulated vsize (KiB) 159676

[startup+25.501 s]
/proc/loadavg: 7.82 8.03 7.95 7/184 16281
/proc/meminfo: memFree=25048472/32951124 swapFree=67111448/67111528
[pid=16233] ppid=16231 vsize=246760 CPUtime=101.08 cores=1,3,5,7
/proc/16233/stat : 16233 (plingeling) S 16231 16233 15661 0 -1 4202496 95704 1254 0 0 10095 13 0 0 25 0 5 0 504044514 252682240 33128 33554432000 4194304 4417332 140737385341456 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/16233/statm: 61690 33128 181 55 0 59576 0
[pid=16233/tid=16240] ppid=16231 vsize=246760 CPUtime=25.24 cores=1,3,5,7
/proc/16233/task/16240/stat : 16240 (plingeling) R 16231 16233 15661 0 -1 4202560 9470 1254 0 0 2523 1 0 0 25 0 5 0 504044539 252682240 33128 33554432000 4194304 4417332 140737385341456 18446744073709551615 4263067 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16233/tid=16241] ppid=16231 vsize=246760 CPUtime=25.23 cores=1,3,5,7
/proc/16233/task/16241/stat : 16241 (plingeling) R 16231 16233 15661 0 -1 4202560 8201 1254 0 0 2523 0 0 0 25 0 5 0 504044539 252682240 33128 33554432000 4194304 4417332 140737385341456 18446744073709551615 4232791 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16233/tid=16242] ppid=16231 vsize=246760 CPUtime=25.1 cores=1,3,5,7
/proc/16233/task/16242/stat : 16242 (plingeling) R 16231 16233 15661 0 -1 4202560 9426 1254 0 0 2509 1 0 0 25 0 5 0 504044539 252682240 33128 33554432000 4194304 4417332 140737385341456 18446744073709551615 4335906 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16233/tid=16243] ppid=16231 vsize=246760 CPUtime=25.23 cores=1,3,5,7
/proc/16233/task/16243/stat : 16243 (plingeling) R 16231 16233 15661 0 -1 4202560 59889 1254 0 0 2514 9 0 0 25 0 5 0 504044539 252682240 33128 33554432000 4194304 4417332 140737385341456 18446744073709551615 4364656 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.08
Current children cumulated vsize (KiB) 246760

[startup+51.1005 s]
/proc/loadavg: 7.89 8.02 7.95 10/186 16318
/proc/meminfo: memFree=24882972/32951124 swapFree=67111448/67111528
[pid=16233] ppid=16231 vsize=365228 CPUtime=203.34 cores=1,3,5,7
/proc/16233/stat : 16233 (plingeling) S 16231 16233 15661 0 -1 4202496 144426 1254 0 0 20314 20 0 0 25 0 5 0 504044514 373993472 61722 33554432000 4194304 4417332 140737385341456 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/16233/statm: 91307 61722 181 55 0 89193 0
[pid=16233/tid=16240] ppid=16231 vsize=365228 CPUtime=50.83 cores=1,3,5,7
/proc/16233/task/16240/stat : 16240 (plingeling) R 16231 16233 15661 0 -1 4202560 12623 1254 0 0 5082 1 0 0 25 0 5 0 504044539 373993472 61722 33554432000 4194304 4417332 140737385341456 18446744073709551615 4259865 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16233/tid=16241] ppid=16231 vsize=365228 CPUtime=50.83 cores=1,3,5,7
/proc/16233/task/16241/stat : 16241 (plingeling) R 16231 16233 15661 0 -1 4202560 9805 1254 0 0 5083 0 0 0 25 0 5 0 504044539 373993472 61722 33554432000 4194304 4417332 140737385341456 18446744073709551615 4234249 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16233/tid=16242] ppid=16231 vsize=365228 CPUtime=50.56 cores=1,3,5,7
/proc/16233/task/16242/stat : 16242 (plingeling) R 16231 16233 15661 0 -1 4202560 12861 1254 0 0 5055 1 0 0 25 0 5 0 504044539 373993472 61722 33554432000 4194304 4417332 140737385341456 18446744073709551615 4249110 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16233/tid=16243] ppid=16231 vsize=365228 CPUtime=50.84 cores=1,3,5,7
/proc/16233/task/16243/stat : 16243 (plingeling) R 16231 16233 15661 0 -1 4202560 100419 1254 0 0 5069 15 0 0 25 0 5 0 504044539 373993472 61722 33554432000 4194304 4417332 140737385341456 18446744073709551615 4364753 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 203.34
Current children cumulated vsize (KiB) 365228

[startup+102.301 s]
/proc/loadavg: 8.07 8.05 7.96 10/186 16319
/proc/meminfo: memFree=24605764/32951124 swapFree=67111448/67111528
[pid=16233] ppid=16231 vsize=523932 CPUtime=407.89 cores=1,3,5,7
/proc/16233/stat : 16233 (plingeling) S 16231 16233 15661 0 -1 4202496 234804 1254 0 0 40755 34 0 0 25 0 5 0 504044514 536506368 102421 33554432000 4194304 4417332 140737385341456 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/16233/statm: 130983 102421 181 55 0 128869 0
[pid=16233/tid=16240] ppid=16231 vsize=523932 CPUtime=102.04 cores=1,3,5,7
/proc/16233/task/16240/stat : 16240 (plingeling) R 16231 16233 15661 0 -1 4202560 22103 1254 0 0 10201 3 0 0 25 0 5 0 504044539 536506368 102421 33554432000 4194304 4417332 140737385341456 18446744073709551615 4364942 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16233/tid=16241] ppid=16231 vsize=523932 CPUtime=102.03 cores=1,3,5,7
/proc/16233/task/16241/stat : 16241 (plingeling) R 16231 16233 15661 0 -1 4202560 17256 1254 0 0 10202 1 0 0 25 0 5 0 504044539 536506368 102421 33554432000 4194304 4417332 140737385341456 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16233/tid=16242] ppid=16231 vsize=523932 CPUtime=101.49 cores=1,3,5,7
/proc/16233/task/16242/stat : 16242 (plingeling) R 16231 16233 15661 0 -1 4202560 16158 1254 0 0 10148 1 0 0 25 0 5 0 504044539 536506368 102421 33554432000 4194304 4417332 140737385341456 18446744073709551615 4366303 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16233/tid=16243] ppid=16231 vsize=523932 CPUtime=102.04 cores=1,3,5,7
/proc/16233/task/16243/stat : 16243 (plingeling) R 16231 16233 15661 0 -1 4202560 170569 1254 0 0 10178 26 0 0 25 0 5 0 504044539 536506368 102421 33554432000 4194304 4417332 140737385341456 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 407.89
Current children cumulated vsize (KiB) 523932

[startup+162.301 s]
/proc/loadavg: 8.13 8.07 7.97 9/186 16321
/proc/meminfo: memFree=24378208/32951124 swapFree=67111448/67111528
[pid=16233] ppid=16231 vsize=596204 CPUtime=647.56 cores=1,3,5,7
/proc/16233/stat : 16233 (plingeling) S 16231 16233 15661 0 -1 4202496 300518 1254 0 0 64710 46 0 0 25 0 5 0 504044514 610512896 120489 33554432000 4194304 4417332 140737385341456 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/16233/statm: 149051 120489 181 55 0 146937 0
[pid=16233/tid=16240] ppid=16231 vsize=596204 CPUtime=162.03 cores=1,3,5,7
/proc/16233/task/16240/stat : 16240 (plingeling) R 16231 16233 15661 0 -1 4202560 26912 1254 0 0 16200 3 0 0 25 0 5 0 504044539 610512896 120489 33554432000 4194304 4417332 140737385341456 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16233/tid=16241] ppid=16231 vsize=596204 CPUtime=162.03 cores=1,3,5,7
/proc/16233/task/16241/stat : 16241 (plingeling) R 16231 16233 15661 0 -1 4202560 23403 1254 0 0 16201 2 0 0 25 0 5 0 504044539 610512896 120489 33554432000 4194304 4417332 140737385341456 18446744073709551615 4364509 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16233/tid=16242] ppid=16231 vsize=596204 CPUtime=161.17 cores=1,3,5,7
/proc/16233/task/16242/stat : 16242 (plingeling) R 16231 16233 15661 0 -1 4202560 18429 1254 0 0 16115 2 0 0 25 0 5 0 504044539 610512896 120489 33554432000 4194304 4417332 140737385341456 18446744073709551615 4249186 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16233/tid=16243] ppid=16231 vsize=596204 CPUtime=162.04 cores=1,3,5,7
/proc/16233/task/16243/stat : 16243 (plingeling) R 16231 16233 15661 0 -1 4202560 223056 1254 0 0 16168 36 0 0 25 0 5 0 504044539 610512896 120489 33554432000 4194304 4417332 140737385341456 18446744073709551615 4364547 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 647.56
Current children cumulated vsize (KiB) 596204


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

[pid=16233/tid=16241] ppid=16231 vsize=1486392 CPUtime=702.02 cores=1,3,5,7
/proc/16233/task/16241/stat : 16241 (plingeling) R 16231 16233 15661 0 -1 4202560 179906 1254 0 0 70177 25 0 0 25 0 5 0 504044539 1522065408 343036 33554432000 4194304 4417332 140737385341456 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16233/tid=16242] ppid=16231 vsize=1486392 CPUtime=698.23 cores=1,3,5,7
/proc/16233/task/16242/stat : 16242 (plingeling) R 16231 16233 15661 0 -1 4202560 204762 1254 0 0 69798 25 0 0 25 0 5 0 504044539 1522065408 343036 33554432000 4194304 4417332 140737385341456 18446744073709551615 4275960 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16233/tid=16243] ppid=16231 vsize=1486392 CPUtime=702.05 cores=1,3,5,7
/proc/16233/task/16243/stat : 16243 (plingeling) R 16231 16233 15661 0 -1 4202560 415222 1254 0 0 70133 72 0 0 25 0 5 0 504044539 1522065408 343036 33554432000 4194304 4417332 140737385341456 18446744073709551615 4364487 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2804.64
Current children cumulated vsize (KiB) 1486392

[startup+762.3 s]
/proc/loadavg: 8.11 8.06 8.00 10/186 16337
/proc/meminfo: memFree=21940952/32951124 swapFree=67111448/67111528
[pid=16233] ppid=16231 vsize=1639892 CPUtime=3044.32 cores=1,3,5,7
/proc/16233/stat : 16233 (plingeling) S 16231 16233 15661 0 -1 4202496 1044238 1254 0 0 304275 157 0 0 25 0 5 0 504044514 1679249408 381411 33554432000 4194304 4417332 140737385341456 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/16233/statm: 409973 381411 181 55 0 407859 0
[pid=16233/tid=16240] ppid=16231 vsize=1639892 CPUtime=762.04 cores=1,3,5,7
/proc/16233/task/16240/stat : 16240 (plingeling) R 16231 16233 15661 0 -1 4202560 156232 1254 0 0 76182 22 0 0 25 0 5 0 504044539 1679249408 381411 33554432000 4194304 4417332 140737385341456 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16233/tid=16241] ppid=16231 vsize=1639892 CPUtime=762.03 cores=1,3,5,7
/proc/16233/task/16241/stat : 16241 (plingeling) R 16231 16233 15661 0 -1 4202560 196290 1254 0 0 76175 28 0 0 25 0 5 0 504044539 1679249408 381411 33554432000 4194304 4417332 140737385341456 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16233/tid=16242] ppid=16231 vsize=1639892 CPUtime=757.92 cores=1,3,5,7
/proc/16233/task/16242/stat : 16242 (plingeling) R 16231 16233 15661 0 -1 4202560 254455 1254 0 0 75761 31 0 0 25 0 5 0 504044539 1679249408 381411 33554432000 4194304 4417332 140737385341456 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16233/tid=16243] ppid=16231 vsize=1639892 CPUtime=762.05 cores=1,3,5,7
/proc/16233/task/16243/stat : 16243 (plingeling) R 16231 16233 15661 0 -1 4202560 428543 1254 0 0 76131 74 0 0 25 0 5 0 504044539 1679249408 381411 33554432000 4194304 4417332 140737385341456 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3044.32
Current children cumulated vsize (KiB) 1639892

[startup+822.301 s]
/proc/loadavg: 8.10 8.07 8.00 9/186 16338
/proc/meminfo: memFree=21694052/32951124 swapFree=67111448/67111528
[pid=16233] ppid=16231 vsize=1673096 CPUtime=3283.98 cores=1,3,5,7
/proc/16233/stat : 16233 (plingeling) S 16231 16233 15661 0 -1 4202496 1112487 1254 0 0 328230 168 0 0 25 0 5 0 504044514 1713250304 389712 33554432000 4194304 4417332 140737385341456 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/16233/statm: 418274 389712 181 55 0 416160 0
[pid=16233/tid=16240] ppid=16231 vsize=1673096 CPUtime=822.04 cores=1,3,5,7
/proc/16233/task/16240/stat : 16240 (plingeling) R 16231 16233 15661 0 -1 4202560 192374 1254 0 0 82176 28 0 0 25 0 5 0 504044539 1713250304 389712 33554432000 4194304 4417332 140737385341456 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16233/tid=16241] ppid=16231 vsize=1673096 CPUtime=822.02 cores=1,3,5,7
/proc/16233/task/16241/stat : 16241 (plingeling) R 16231 16233 15661 0 -1 4202560 212674 1254 0 0 82172 30 0 0 25 0 5 0 504044539 1713250304 389712 33554432000 4194304 4417332 140737385341456 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16233/tid=16242] ppid=16231 vsize=1673096 CPUtime=817.59 cores=1,3,5,7
/proc/16233/task/16242/stat : 16242 (plingeling) R 16231 16233 15661 0 -1 4202560 254455 1254 0 0 81728 31 0 0 25 0 5 0 504044539 1713250304 389712 33554432000 4194304 4417332 140737385341456 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16233/tid=16243] ppid=16231 vsize=1673096 CPUtime=822.06 cores=1,3,5,7
/proc/16233/task/16243/stat : 16243 (plingeling) R 16231 16233 15661 0 -1 4202560 444266 1254 0 0 82128 78 0 0 25 0 5 0 504044539 1713250304 389712 33554432000 4194304 4417332 140737385341456 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3283.98
Current children cumulated vsize (KiB) 1673096

[startup+882.306 s]
/proc/loadavg: 8.15 8.08 8.01 10/186 16340
/proc/meminfo: memFree=21373496/32951124 swapFree=67111448/67111528
[pid=16233] ppid=16231 vsize=1771156 CPUtime=3523.68 cores=1,3,5,7
/proc/16233/stat : 16233 (plingeling) S 16231 16233 15661 0 -1 4202496 1145194 1254 0 0 352194 174 0 0 25 0 5 0 504044514 1813663744 414227 33554432000 4194304 4417332 140737385341456 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/16233/statm: 442789 414227 181 55 0 440675 0
[pid=16233/tid=16240] ppid=16231 vsize=1771156 CPUtime=882.05 cores=1,3,5,7
/proc/16233/task/16240/stat : 16240 (plingeling) R 16231 16233 15661 0 -1 4202560 192374 1254 0 0 88177 28 0 0 25 0 5 0 504044539 1813663744 414227 33554432000 4194304 4417332 140737385341456 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16233/tid=16241] ppid=16231 vsize=1771156 CPUtime=882.02 cores=1,3,5,7
/proc/16233/task/16241/stat : 16241 (plingeling) R 16231 16233 15661 0 -1 4202560 212674 1254 0 0 88172 30 0 0 25 0 5 0 504044539 1813663744 414227 33554432000 4194304 4417332 140737385341456 18446744073709551615 4364547 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16233/tid=16242] ppid=16231 vsize=1771156 CPUtime=877.26 cores=1,3,5,7
/proc/16233/task/16242/stat : 16242 (plingeling) R 16231 16233 15661 0 -1 4202560 270839 1254 0 0 87694 32 0 0 25 0 5 0 504044539 1813663744 414227 33554432000 4194304 4417332 140737385341456 18446744073709551615 4343913 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16233/tid=16243] ppid=16231 vsize=1771156 CPUtime=882.06 cores=1,3,5,7
/proc/16233/task/16243/stat : 16243 (plingeling) R 16231 16233 15661 0 -1 4202560 460589 1254 0 0 88125 81 0 0 25 0 5 0 504044539 1813663744 414227 33554432000 4194304 4417332 140737385341456 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3523.68
Current children cumulated vsize (KiB) 1771156

[startup+942.301 s]
/proc/loadavg: 8.06 8.06 8.00 9/186 16342
/proc/meminfo: memFree=21258276/32951124 swapFree=67111448/67111528
[pid=16233] ppid=16231 vsize=1738388 CPUtime=3763.33 cores=1,3,5,7
/proc/16233/stat : 16233 (plingeling) S 16231 16233 15661 0 -1 4202496 1186154 1254 0 0 376154 179 0 0 25 0 5 0 504044514 1780109312 406035 33554432000 4194304 4417332 140737385341456 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/16233/statm: 434597 406035 181 55 0 432483 0
[pid=16233/tid=16240] ppid=16231 vsize=1738388 CPUtime=942.05 cores=1,3,5,7
/proc/16233/task/16240/stat : 16240 (plingeling) R 16231 16233 15661 0 -1 4202560 200566 1254 0 0 94176 29 0 0 25 0 5 0 504044539 1780109312 406035 33554432000 4194304 4417332 140737385341456 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16233/tid=16241] ppid=16231 vsize=1738388 CPUtime=942.02 cores=1,3,5,7
/proc/16233/task/16241/stat : 16241 (plingeling) R 16231 16233 15661 0 -1 4202560 212674 1254 0 0 94172 30 0 0 25 0 5 0 504044539 1780109312 406035 33554432000 4194304 4417332 140737385341456 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16233/tid=16242] ppid=16231 vsize=1738388 CPUtime=936.94 cores=1,3,5,7
/proc/16233/task/16242/stat : 16242 (plingeling) R 16231 16233 15661 0 -1 4202560 303607 1254 0 0 93657 37 0 0 25 0 5 0 504044539 1780109312 406035 33554432000 4194304 4417332 140737385341456 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16233/tid=16243] ppid=16231 vsize=1738388 CPUtime=942.05 cores=1,3,5,7
/proc/16233/task/16243/stat : 16243 (plingeling) R 16231 16233 15661 0 -1 4202560 460589 1254 0 0 94124 81 0 0 25 0 5 0 504044539 1780109312 406035 33554432000 4194304 4417332 140737385341456 18446744073709551615 4366017 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3763.33
Current children cumulated vsize (KiB) 1738388

[startup+1002.3 s]
/proc/loadavg: 8.02 8.05 8.00 10/186 16343
/proc/meminfo: memFree=21152980/32951124 swapFree=67111448/67111528
[pid=16233] ppid=16231 vsize=1760748 CPUtime=4003.02 cores=1,3,5,7
/proc/16233/stat : 16233 (plingeling) S 16231 16233 15661 0 -1 4202496 1302783 1254 0 0 400106 196 0 0 25 0 5 0 504044514 1803005952 411657 33554432000 4194304 4417332 140737385341456 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/16233/statm: 440187 411657 181 55 0 438073 0
[pid=16233/tid=16240] ppid=16231 vsize=1760748 CPUtime=1002.04 cores=1,3,5,7
/proc/16233/task/16240/stat : 16240 (plingeling) R 16231 16233 15661 0 -1 4202560 239860 1254 0 0 100170 34 0 0 25 0 5 0 504044539 1803005952 411657 33554432000 4194304 4417332 140737385341456 18446744073709551615 4364734 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16233/tid=16241] ppid=16231 vsize=1760748 CPUtime=1002.02 cores=1,3,5,7
/proc/16233/task/16241/stat : 16241 (plingeling) R 16231 16233 15661 0 -1 4202560 265432 1254 0 0 100164 38 0 0 25 0 5 0 504044539 1803005952 411657 33554432000 4194304 4417332 140737385341456 18446744073709551615 4305891 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16233/tid=16242] ppid=16231 vsize=1760748 CPUtime=996.61 cores=1,3,5,7
/proc/16233/task/16242/stat : 16242 (plingeling) R 16231 16233 15661 0 -1 4202560 311799 1254 0 0 99623 38 0 0 25 0 5 0 504044539 1803005952 411657 33554432000 4194304 4417332 140737385341456 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16233/tid=16243] ppid=16231 vsize=1760748 CPUtime=1002.06 cores=1,3,5,7
/proc/16233/task/16243/stat : 16243 (plingeling) R 16231 16233 15661 0 -1 4202560 476974 1254 0 0 100123 83 0 0 25 0 5 0 504044539 1803005952 411657 33554432000 4194304 4417332 140737385341456 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4003.02
Current children cumulated vsize (KiB) 1760748

[startup+1062.3 s]
/proc/loadavg: 8.06 8.06 8.00 9/186 16345
/proc/meminfo: memFree=20938196/32951124 swapFree=67111448/67111528
[pid=16233] ppid=16231 vsize=1918904 CPUtime=4242.69 cores=1,3,5,7
/proc/16233/stat : 16233 (plingeling) S 16231 16233 15661 0 -1 4202496 1372188 1254 0 0 424063 206 0 0 25 0 5 0 504044514 1964957696 451196 33554432000 4194304 4417332 140737385341456 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/16233/statm: 479726 451196 181 55 0 477612 0
[pid=16233/tid=16240] ppid=16231 vsize=1918904 CPUtime=1062.04 cores=1,3,5,7
/proc/16233/task/16240/stat : 16240 (plingeling) R 16231 16233 15661 0 -1 4202560 264436 1254 0 0 106167 37 0 0 25 0 5 0 504044539 1964957696 451196 33554432000 4194304 4417332 140737385341456 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16233/tid=16241] ppid=16231 vsize=1918904 CPUtime=1062.02 cores=1,3,5,7
/proc/16233/task/16241/stat : 16241 (plingeling) R 16231 16233 15661 0 -1 4202560 281429 1254 0 0 106162 40 0 0 25 0 5 0 504044539 1964957696 451196 33554432000 4194304 4417332 140737385341456 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16233/tid=16242] ppid=16231 vsize=1918904 CPUtime=1056.28 cores=1,3,5,7
/proc/16233/task/16242/stat : 16242 (plingeling) R 16231 16233 15661 0 -1 4202560 319991 1254 0 0 105589 39 0 0 25 0 5 0 504044539 1964957696 451196 33554432000 4194304 4417332 140737385341456 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16233/tid=16243] ppid=16231 vsize=1918904 CPUtime=1062.06 cores=1,3,5,7
/proc/16233/task/16243/stat : 16243 (plingeling) R 16231 16233 15661 0 -1 4202560 497614 1254 0 0 106119 87 0 0 25 0 5 0 504044539 1964957696 451196 33554432000 4194304 4417332 140737385341456 18446744073709551615 4357851 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4242.69
Current children cumulated vsize (KiB) 1918904

[startup+1122.3 s]
/proc/loadavg: 8.12 8.07 8.01 9/186 16346
/proc/meminfo: memFree=21262308/32951124 swapFree=67111448/67111528
[pid=16233] ppid=16231 vsize=1960752 CPUtime=4482.36 cores=1,3,5,7
/proc/16233/stat : 16233 (plingeling) S 16231 16233 15661 0 -1 4202496 1415418 1254 0 0 448026 210 0 0 25 0 5 0 504044514 2007810048 461658 33554432000 4194304 4417332 140737385341456 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/16233/statm: 490188 461658 181 55 0 488074 0
[pid=16233/tid=16240] ppid=16231 vsize=1960752 CPUtime=1122.05 cores=1,3,5,7
/proc/16233/task/16240/stat : 16240 (plingeling) R 16231 16233 15661 0 -1 4202560 264436 1254 0 0 112168 37 0 0 25 0 5 0 504044539 2007810048 461658 33554432000 4194304 4417332 140737385341456 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16233/tid=16241] ppid=16231 vsize=1960752 CPUtime=1122.02 cores=1,3,5,7
/proc/16233/task/16241/stat : 16241 (plingeling) R 16231 16233 15661 0 -1 4202560 316467 1254 0 0 112158 44 0 0 25 0 5 0 504044539 2007810048 461658 33554432000 4194304 4417332 140737385341456 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16233/tid=16242] ppid=16231 vsize=1960752 CPUtime=1115.95 cores=1,3,5,7
/proc/16233/task/16242/stat : 16242 (plingeling) R 16231 16233 15661 0 -1 4202560 328183 1254 0 0 111555 40 0 0 25 0 5 0 504044539 2007810048 461658 33554432000 4194304 4417332 140737385341456 18446744073709551615 4364671 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16233/tid=16243] ppid=16231 vsize=1960752 CPUtime=1122.06 cores=1,3,5,7
/proc/16233/task/16243/stat : 16243 (plingeling) R 16231 16233 15661 0 -1 4202560 497614 1254 0 0 112119 87 0 0 25 0 5 0 504044539 2007810048 461658 33554432000 4194304 4417332 140737385341456 18446744073709551615 4364526 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4482.36
Current children cumulated vsize (KiB) 1960752

[startup+1182.3 s]
/proc/loadavg: 8.09 8.07 8.01 9/186 16348
/proc/meminfo: memFree=21020728/32951124 swapFree=67111448/67111528
[pid=16233] ppid=16231 vsize=1988668 CPUtime=4722.04 cores=1,3,5,7
/proc/16233/stat : 16233 (plingeling) S 16231 16233 15661 0 -1 4202496 1463717 1254 0 0 471988 216 0 0 25 0 5 0 504044514 2036396032 468637 33554432000 4194304 4417332 140737385341456 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/16233/statm: 497167 468637 181 55 0 495053 0
[pid=16233/tid=16240] ppid=16231 vsize=1988668 CPUtime=1182.05 cores=1,3,5,7
/proc/16233/task/16240/stat : 16240 (plingeling) R 16231 16233 15661 0 -1 4202560 264436 1254 0 0 118168 37 0 0 25 0 5 0 504044539 2036396032 468637 33554432000 4194304 4417332 140737385341456 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16233/tid=16241] ppid=16231 vsize=1988668 CPUtime=1182.02 cores=1,3,5,7
/proc/16233/task/16241/stat : 16241 (plingeling) R 16231 16233 15661 0 -1 4202560 356574 1254 0 0 118153 49 0 0 25 0 5 0 504044539 2036396032 468637 33554432000 4194304 4417332 140737385341456 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16233/tid=16242] ppid=16231 vsize=1988668 CPUtime=1175.63 cores=1,3,5,7
/proc/16233/task/16242/stat : 16242 (plingeling) R 16231 16233 15661 0 -1 4202560 336375 1254 0 0 117522 41 0 0 25 0 5 0 504044539 2036396032 468637 33554432000 4194304 4417332 140737385341456 18446744073709551615 4346410 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16233/tid=16243] ppid=16231 vsize=1988668 CPUtime=1182.06 cores=1,3,5,7
/proc/16233/task/16243/stat : 16243 (plingeling) R 16231 16233 15661 0 -1 4202560 497614 1254 0 0 118119 87 0 0 25 0 5 0 504044539 2036396032 468637 33554432000 4194304 4417332 140737385341456 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4722.04
Current children cumulated vsize (KiB) 1988668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 8.14 8.08 8.01 9/186 16349
/proc/meminfo: memFree=20918800/32951124 swapFree=67111448/67111528
[pid=16233] ppid=16231 vsize=2090624 CPUtime=4800.36 cores=1,3,5,7
/proc/16233/stat : 16233 (plingeling) S 16231 16233 15661 0 -1 4202496 1505590 1254 0 0 479815 221 0 0 25 0 5 0 504044514 2140798976 494126 33554432000 4194304 4417332 140737385341456 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/16233/statm: 522656 494126 181 55 0 520542 0
[pid=16233/tid=16240] ppid=16231 vsize=2090624 CPUtime=1201.65 cores=1,3,5,7
/proc/16233/task/16240/stat : 16240 (plingeling) R 16231 16233 15661 0 -1 4202560 264436 1254 0 0 120128 37 0 0 25 0 5 0 504044539 2140798976 494126 33554432000 4194304 4417332 140737385341456 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16233/tid=16241] ppid=16231 vsize=2090624 CPUtime=1201.63 cores=1,3,5,7
/proc/16233/task/16241/stat : 16241 (plingeling) R 16231 16233 15661 0 -1 4202560 356574 1254 0 0 120114 49 0 0 25 0 5 0 504044539 2140798976 494126 33554432000 4194304 4417332 140737385341456 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16233/tid=16242] ppid=16231 vsize=2090624 CPUtime=1195.13 cores=1,3,5,7
/proc/16233/task/16242/stat : 16242 (plingeling) R 16231 16233 15661 0 -1 4202560 378248 1254 0 0 119467 46 0 0 25 0 5 0 504044539 2140798976 494126 33554432000 4194304 4417332 140737385341456 18446744073709551615 4364990 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16233/tid=16243] ppid=16231 vsize=2090624 CPUtime=1201.67 cores=1,3,5,7
/proc/16233/task/16243/stat : 16243 (plingeling) R 16231 16233 15661 0 -1 4202560 497614 1254 0 0 120080 87 0 0 25 0 5 0 504044539 2140798976 494126 33554432000 4194304 4417332 140737385341456 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.36
Current children cumulated vsize (KiB) 2090624

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
CPU time (s): 4800.48
CPU user time (s): 4798.18
CPU system time (s): 2.30265
CPU usage (%): 399.374
Max. virtual memory (cumulated for all children) (KiB): 2123392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.18
system time used= 2.30265
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1506844
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= 76
involuntary context switches= 23283

runsolver used 1.9637 second user time and 4.5843 second system time

The end

Launcher Data

Begin job on node144 at 2011-04-30 00:31:24
IDJOB=3251076
IDBENCH=88209
IDSOLVER=1605
FILE ID=node144/3251076-1304116284
RUNJOBID= node144-1304115079-16097
PBS_JOBID= 13170685
Free space on /tmp= 72392 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m47-q742.5-n45-p15-s28972035.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3251076-1304116284/watcher-3251076-1304116284 -o /tmp/evaluation-result-3251076-1304116284/solver-3251076-1304116284 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3251076-1304116284.cnf

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

MD5SUM BENCH= bfa662ff57088c54e0febd091ce11e5c
RANDOM SEED=273020879

node144.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.850
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.70
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.850
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.16
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.850
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.850
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.850
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.75
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.850
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.82
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.850
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.850
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22711836 kB
Buffers:       2108360 kB
Cached:        4950408 kB
SwapCached:         80 kB
Active:        2726292 kB
Inactive:      6964496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22711836 kB
SwapTotal:    67111528 kB
SwapFree:     67111448 kB
Dirty:            5076 kB
Writeback:           0 kB
AnonPages:     2631732 kB
Mapped:          15284 kB
Slab:           480476 kB
PageTables:       9452 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2841108 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= 72400 MiB
End job on node144 at 2011-04-30 00:51:28