Trace number 3250548

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.27 1201.72

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-17_279.cnf
MD5SUMd2562f4e152a54a992ab300a2bacfba9
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables279
Number of clauses21616
Sum of the clauses size96978
Maximum clause length17
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 319321
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52295

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-3250548-1304093904/watcher-3250548-1304093904 -o /tmp/evaluation-result-3250548-1304093904/solver-3250548-1304093904 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3250548-1304093904.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: 6.30 7.69 7.95 5/181 3470
/proc/meminfo: memFree=30650744/32951124 swapFree=67111524/67111528
[pid=3470] ppid=3468 vsize=9432 CPUtime=0 cores=1,3,5,7
/proc/3470/stat : 3470 (plingeling) R 3468 3470 2974 0 -1 4202496 452 1253 0 0 0 0 0 0 22 0 1 0 253581689 9658368 380 33554432000 4194304 4417332 140736030635168 18446744073709551615 268660662016 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/3470/statm: 2358 380 147 55 0 244 0

[startup+0.137157 s]
/proc/loadavg: 6.30 7.69 7.95 5/181 3470
/proc/meminfo: memFree=30650744/32951124 swapFree=67111524/67111528
[pid=3470] ppid=3468 vsize=57328 CPUtime=0.44 cores=1,3,5,7
/proc/3470/stat : 3470 (plingeling) S 3468 3470 2974 0 -1 4202496 2418 1253 0 0 44 0 0 0 22 0 5 0 253581689 58703872 2117 33554432000 4194304 4417332 140736030635168 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/3470/statm: 14332 2117 178 55 0 12218 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 57328

[startup+0.200146 s]
/proc/loadavg: 6.30 7.69 7.95 5/181 3470
/proc/meminfo: memFree=30650744/32951124 swapFree=67111524/67111528
[pid=3470] ppid=3468 vsize=57060 CPUtime=0.69 cores=1,3,5,7
/proc/3470/stat : 3470 (plingeling) S 3468 3470 2974 0 -1 4202496 2805 1253 0 0 69 0 0 0 22 0 5 0 253581689 58429440 2050 33554432000 4194304 4417332 140736030635168 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/3470/statm: 14265 2050 178 55 0 12151 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 57060

[startup+0.300128 s]
/proc/loadavg: 6.30 7.69 7.95 5/181 3470
/proc/meminfo: memFree=30650744/32951124 swapFree=67111524/67111528
[pid=3470] ppid=3468 vsize=58084 CPUtime=1.09 cores=1,3,5,7
/proc/3470/stat : 3470 (plingeling) S 3468 3470 2974 0 -1 4202496 3061 1253 0 0 109 0 0 0 22 0 5 0 253581689 59478016 2306 33554432000 4194304 4417332 140736030635168 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/3470/statm: 14521 2306 178 55 0 12407 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 58084

[startup+0.701062 s]
/proc/loadavg: 6.30 7.69 7.95 5/181 3470
/proc/meminfo: memFree=30650744/32951124 swapFree=67111524/67111528
[pid=3470] ppid=3468 vsize=128764 CPUtime=2.69 cores=1,3,5,7
/proc/3470/stat : 3470 (plingeling) S 3468 3470 2974 0 -1 4202496 4348 1253 0 0 269 0 0 0 22 0 5 0 253581689 131854336 3593 33554432000 4194304 4417332 140736030635168 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/3470/statm: 32191 3593 178 55 0 30077 0
Current children cumulated CPU time (s) 2.69
Current children cumulated vsize (KiB) 128764

[startup+1.50092 s]
/proc/loadavg: 6.30 7.69 7.95 9/186 3480
/proc/meminfo: memFree=30632236/32951124 swapFree=67111524/67111528
[pid=3470] ppid=3468 vsize=132672 CPUtime=5.88 cores=1,3,5,7
/proc/3470/stat : 3470 (plingeling) S 3468 3470 2974 0 -1 4202496 5325 1253 0 0 588 0 0 0 22 0 5 0 253581689 135856128 4570 33554432000 4194304 4417332 140736030635168 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/3470/statm: 33168 4570 178 55 0 31054 0
[pid=3470/tid=3477] ppid=3468 vsize=132672 CPUtime=1.47 cores=1,3,5,7
/proc/3470/task/3477/stat : 3477 (plingeling) R 3468 3470 2974 0 -1 4202560 755 1253 0 0 147 0 0 0 20 0 5 0 253581692 135856128 4570 33554432000 4194304 4417332 140736030635168 18446744073709551615 4364750 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3470/tid=3478] ppid=3468 vsize=132672 CPUtime=1.46 cores=1,3,5,7
/proc/3470/task/3478/stat : 3478 (plingeling) R 3468 3470 2974 0 -1 4202560 612 1253 0 0 146 0 0 0 25 0 5 0 253581692 135856128 4570 33554432000 4194304 4417332 140736030635168 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=3470/tid=3479] ppid=3468 vsize=132672 CPUtime=1.46 cores=1,3,5,7
/proc/3470/task/3479/stat : 3479 (plingeling) R 3468 3470 2974 0 -1 4202560 680 1253 0 0 146 0 0 0 25 0 5 0 253581692 135856128 4570 33554432000 4194304 4417332 140736030635168 18446744073709551615 4253473 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3470/tid=3480] ppid=3468 vsize=132672 CPUtime=1.45 cores=1,3,5,7
/proc/3470/task/3480/stat : 3480 (plingeling) R 3468 3470 2974 0 -1 4202560 1614 1253 0 0 145 0 0 0 25 0 5 0 253581692 135856128 4570 33554432000 4194304 4417332 140736030635168 18446744073709551615 4364652 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.88
Current children cumulated vsize (KiB) 132672

[startup+3.10064 s]
/proc/loadavg: 6.44 7.70 7.95 9/186 3480
/proc/meminfo: memFree=30618100/32951124 swapFree=67111524/67111528
[pid=3470] ppid=3468 vsize=134744 CPUtime=12.28 cores=1,3,5,7
/proc/3470/stat : 3470 (plingeling) S 3468 3470 2974 0 -1 4202496 6457 1253 0 0 1228 0 0 0 22 0 5 0 253581689 137977856 5116 33554432000 4194304 4417332 140736030635168 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/3470/statm: 33686 5116 179 55 0 31572 0
[pid=3470/tid=3477] ppid=3468 vsize=134744 CPUtime=3.07 cores=1,3,5,7
/proc/3470/task/3477/stat : 3477 (plingeling) R 3468 3470 2974 0 -1 4202560 922 1253 0 0 307 0 0 0 25 0 5 0 253581692 137977856 5116 33554432000 4194304 4417332 140736030635168 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3470/tid=3478] ppid=3468 vsize=134744 CPUtime=3.06 cores=1,3,5,7
/proc/3470/task/3478/stat : 3478 (plingeling) R 3468 3470 2974 0 -1 4202560 807 1253 0 0 306 0 0 0 25 0 5 0 253581692 137977856 5116 33554432000 4194304 4417332 140736030635168 18446744073709551615 4364463 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=3470/tid=3479] ppid=3468 vsize=134744 CPUtime=3.06 cores=1,3,5,7
/proc/3470/task/3479/stat : 3479 (plingeling) R 3468 3470 2974 0 -1 4202560 722 1253 0 0 306 0 0 0 25 0 5 0 253581692 137977856 5116 33554432000 4194304 4417332 140736030635168 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3470/tid=3480] ppid=3468 vsize=134744 CPUtime=3.05 cores=1,3,5,7
/proc/3470/task/3480/stat : 3480 (plingeling) R 3468 3470 2974 0 -1 4202560 2342 1253 0 0 305 0 0 0 25 0 5 0 253581692 137977856 5116 33554432000 4194304 4417332 140736030635168 18446744073709551615 4251066 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.28
Current children cumulated vsize (KiB) 134744

[startup+6.30108 s]
/proc/loadavg: 6.44 7.70 7.95 9/186 3480
/proc/meminfo: memFree=30606568/32951124 swapFree=67111524/67111528
[pid=3470] ppid=3468 vsize=145428 CPUtime=25.06 cores=1,3,5,7
/proc/3470/stat : 3470 (plingeling) S 3468 3470 2974 0 -1 4202496 11885 1253 0 0 2505 1 0 0 22 0 5 0 253581689 148918272 7774 33554432000 4194304 4417332 140736030635168 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/3470/statm: 36357 7774 179 55 0 34243 0
[pid=3470/tid=3477] ppid=3468 vsize=145428 CPUtime=6.27 cores=1,3,5,7
/proc/3470/task/3477/stat : 3477 (plingeling) R 3468 3470 2974 0 -1 4202560 1653 1253 0 0 627 0 0 0 25 0 5 0 253581692 148918272 7774 33554432000 4194304 4417332 140736030635168 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3470/tid=3478] ppid=3468 vsize=145428 CPUtime=6.26 cores=1,3,5,7
/proc/3470/task/3478/stat : 3478 (plingeling) R 3468 3470 2974 0 -1 4202560 1599 1253 0 0 626 0 0 0 25 0 5 0 253581692 148918272 7774 33554432000 4194304 4417332 140736030635168 18446744073709551615 4365886 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=3470/tid=3479] ppid=3468 vsize=145428 CPUtime=6.26 cores=1,3,5,7
/proc/3470/task/3479/stat : 3479 (plingeling) R 3468 3470 2974 0 -1 4202560 1662 1253 0 0 626 0 0 0 25 0 5 0 253581692 148918272 7774 33554432000 4194304 4417332 140736030635168 18446744073709551615 4365869 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3470/tid=3480] ppid=3468 vsize=145428 CPUtime=6.23 cores=1,3,5,7
/proc/3470/task/3480/stat : 3480 (plingeling) R 3468 3470 2974 0 -1 4202560 5307 1253 0 0 623 0 0 0 25 0 5 0 253581692 148918272 7774 33554432000 4194304 4417332 140736030635168 18446744073709551615 4364706 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.06
Current children cumulated vsize (KiB) 145428

[startup+12.701 s]
/proc/loadavg: 6.68 7.71 7.95 9/186 3480
/proc/meminfo: memFree=30592180/32951124 swapFree=67111524/67111528
[pid=3470] ppid=3468 vsize=147400 CPUtime=50.63 cores=1,3,5,7
/proc/3470/stat : 3470 (plingeling) S 3468 3470 2974 0 -1 4202496 29296 1253 0 0 5059 4 0 0 22 0 5 0 253581689 150937600 8285 33554432000 4194304 4417332 140736030635168 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/3470/statm: 36850 8285 179 55 0 34736 0
[pid=3470/tid=3477] ppid=3468 vsize=147400 CPUtime=12.66 cores=1,3,5,7
/proc/3470/task/3477/stat : 3477 (plingeling) R 3468 3470 2974 0 -1 4202560 6778 1253 0 0 1266 0 0 0 25 0 5 0 253581692 150937600 8285 33554432000 4194304 4417332 140736030635168 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3470/tid=3478] ppid=3468 vsize=147400 CPUtime=12.66 cores=1,3,5,7
/proc/3470/task/3478/stat : 3478 (plingeling) R 3468 3470 2974 0 -1 4202560 4635 1253 0 0 1266 0 0 0 25 0 5 0 253581692 150937600 8285 33554432000 4194304 4417332 140736030635168 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=3470/tid=3479] ppid=3468 vsize=147400 CPUtime=12.65 cores=1,3,5,7
/proc/3470/task/3479/stat : 3479 (plingeling) R 3468 3470 2974 0 -1 4202560 5512 1253 0 0 1265 0 0 0 25 0 5 0 253581692 150937600 8285 33554432000 4194304 4417332 140736030635168 18446744073709551615 4364581 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3470/tid=3480] ppid=3468 vsize=147400 CPUtime=12.59 cores=1,3,5,7
/proc/3470/task/3480/stat : 3480 (plingeling) R 3468 3470 2974 0 -1 4202560 10707 1253 0 0 1258 1 0 0 25 0 5 0 253581692 150937600 8285 33554432000 4194304 4417332 140736030635168 18446744073709551615 4364656 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 147400

[startup+25.5007 s]
/proc/loadavg: 6.96 7.73 7.95 9/186 3481
/proc/meminfo: memFree=30573332/32951124 swapFree=67111524/67111528
[pid=3470] ppid=3468 vsize=162984 CPUtime=101.76 cores=1,3,5,7
/proc/3470/stat : 3470 (plingeling) S 3468 3470 2974 0 -1 4202496 69221 1253 0 0 10165 11 0 0 22 0 5 0 253581689 166895616 12181 33554432000 4194304 4417332 140736030635168 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/3470/statm: 40746 12181 179 55 0 38632 0
[pid=3470/tid=3477] ppid=3468 vsize=162984 CPUtime=25.46 cores=1,3,5,7
/proc/3470/task/3477/stat : 3477 (plingeling) R 3468 3470 2974 0 -1 4202560 15919 1253 0 0 2545 1 0 0 25 0 5 0 253581692 166895616 12181 33554432000 4194304 4417332 140736030635168 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3470/tid=3478] ppid=3468 vsize=162984 CPUtime=25.46 cores=1,3,5,7
/proc/3470/task/3478/stat : 3478 (plingeling) R 3468 3470 2974 0 -1 4202560 15383 1253 0 0 2544 2 0 0 25 0 5 0 253581692 166895616 12181 33554432000 4194304 4417332 140736030635168 18446744073709551615 18446744073699065894 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=3470/tid=3479] ppid=3468 vsize=162984 CPUtime=25.46 cores=1,3,5,7
/proc/3470/task/3479/stat : 3479 (plingeling) R 3468 3470 2974 0 -1 4202560 18139 1253 0 0 2543 3 0 0 25 0 5 0 253581692 166895616 12181 33554432000 4194304 4417332 140736030635168 18446744073709551615 18446744073699065939 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3470/tid=3480] ppid=3468 vsize=162984 CPUtime=25.32 cores=1,3,5,7
/proc/3470/task/3480/stat : 3480 (plingeling) R 3468 3470 2974 0 -1 4202560 18116 1253 0 0 2530 2 0 0 25 0 5 0 253581692 166895616 12181 33554432000 4194304 4417332 140736030635168 18446744073709551615 4364724 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.76
Current children cumulated vsize (KiB) 162984

[startup+51.1012 s]
/proc/loadavg: 7.40 7.77 7.96 9/186 3481
/proc/meminfo: memFree=30556916/32951124 swapFree=67111524/67111528
[pid=3470] ppid=3468 vsize=169444 CPUtime=204.02 cores=1,3,5,7
/proc/3470/stat : 3470 (plingeling) S 3468 3470 2974 0 -1 4202496 149467 1253 0 0 20377 25 0 0 22 0 5 0 253581689 173510656 13796 33554432000 4194304 4417332 140736030635168 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/3470/statm: 42361 13796 179 55 0 40247 0
[pid=3470/tid=3477] ppid=3468 vsize=169444 CPUtime=51.07 cores=1,3,5,7
/proc/3470/task/3477/stat : 3477 (plingeling) R 3468 3470 2974 0 -1 4202560 37907 1253 0 0 5102 5 0 0 25 0 5 0 253581692 173510656 13796 33554432000 4194304 4417332 140736030635168 18446744073709551615 4364452 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3470/tid=3478] ppid=3468 vsize=169444 CPUtime=51.06 cores=1,3,5,7
/proc/3470/task/3478/stat : 3478 (plingeling) R 3468 3470 2974 0 -1 4202560 36421 1253 0 0 5100 6 0 0 25 0 5 0 253581692 173510656 13796 33554432000 4194304 4417332 140736030635168 18446744073709551615 4364599 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=3470/tid=3479] ppid=3468 vsize=169444 CPUtime=51.06 cores=1,3,5,7
/proc/3470/task/3479/stat : 3479 (plingeling) R 3468 3470 2974 0 -1 4202560 37806 1253 0 0 5099 7 0 0 25 0 5 0 253581692 173510656 13796 33554432000 4194304 4417332 140736030635168 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3470/tid=3480] ppid=3468 vsize=169444 CPUtime=50.78 cores=1,3,5,7
/proc/3470/task/3480/stat : 3480 (plingeling) R 3468 3470 2974 0 -1 4202560 35669 1253 0 0 5072 6 0 0 25 0 5 0 253581692 173510656 13796 33554432000 4194304 4417332 140736030635168 18446744073709551615 18446744073699065939 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.02
Current children cumulated vsize (KiB) 169444

[startup+102.301 s]
/proc/loadavg: 7.89 7.84 7.97 9/186 3485
/proc/meminfo: memFree=30534920/32951124 swapFree=67111524/67111528
[pid=3470] ppid=3468 vsize=179148 CPUtime=408.56 cores=1,3,5,7
/proc/3470/stat : 3470 (plingeling) S 3468 3470 2974 0 -1 4202496 289727 1253 0 0 40808 48 0 0 22 0 5 0 253581689 183447552 16222 33554432000 4194304 4417332 140736030635168 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/3470/statm: 44787 16222 179 55 0 42673 0
[pid=3470/tid=3477] ppid=3468 vsize=179148 CPUtime=102.27 cores=1,3,5,7
/proc/3470/task/3477/stat : 3477 (plingeling) R 3468 3470 2974 0 -1 4202560 74206 1253 0 0 10217 10 0 0 25 0 5 0 253581692 183447552 16222 33554432000 4194304 4417332 140736030635168 18446744073709551615 4364509 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3470/tid=3478] ppid=3468 vsize=179148 CPUtime=102.26 cores=1,3,5,7
/proc/3470/task/3478/stat : 3478 (plingeling) R 3468 3470 2974 0 -1 4202560 70215 1253 0 0 10215 11 0 0 25 0 5 0 253581692 183447552 16222 33554432000 4194304 4417332 140736030635168 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=3470/tid=3479] ppid=3468 vsize=179148 CPUtime=102.27 cores=1,3,5,7
/proc/3470/task/3479/stat : 3479 (plingeling) R 3468 3470 2974 0 -1 4202560 70772 1253 0 0 10214 13 0 0 25 0 5 0 253581692 183447552 16222 33554432000 4194304 4417332 140736030635168 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3470/tid=3480] ppid=3468 vsize=179148 CPUtime=101.71 cores=1,3,5,7
/proc/3470/task/3480/stat : 3480 (plingeling) R 3468 3470 2974 0 -1 4202560 72870 1253 0 0 10159 12 0 0 25 0 5 0 253581692 183447552 16222 33554432000 4194304 4417332 140736030635168 18446744073709551615 4364568 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.56
Current children cumulated vsize (KiB) 179148

[startup+162.301 s]
/proc/loadavg: 8.01 7.88 7.98 9/186 3486
/proc/meminfo: memFree=30505592/32951124 swapFree=67111524/67111528
[pid=3470] ppid=3468 vsize=194640 CPUtime=648.22 cores=1,3,5,7
/proc/3470/stat : 3470 (plingeling) S 3468 3470 2974 0 -1 4202496 431899 1253 0 0 64750 72 0 0 22 0 5 0 253581689 199311360 20095 33554432000 4194304 4417332 140736030635168 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/3470/statm: 48660 20095 179 55 0 46546 0
[pid=3470/tid=3477] ppid=3468 vsize=194640 CPUtime=162.26 cores=1,3,5,7
/proc/3470/task/3477/stat : 3477 (plingeling) R 3468 3470 2974 0 -1 4202560 108458 1253 0 0 16210 16 0 0 25 0 5 0 253581692 199311360 20095 33554432000 4194304 4417332 140736030635168 18446744073709551615 4364776 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3470/tid=3478] ppid=3468 vsize=194640 CPUtime=162.25 cores=1,3,5,7
/proc/3470/task/3478/stat : 3478 (plingeling) R 3468 3470 2974 0 -1 4202560 104248 1253 0 0 16209 16 0 0 25 0 5 0 253581692 199311360 20095 33554432000 4194304 4417332 140736030635168 18446744073709551615 4321577 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=3470/tid=3479] ppid=3468 vsize=194640 CPUtime=162.25 cores=1,3,5,7
/proc/3470/task/3479/stat : 3479 (plingeling) R 3468 3470 2974 0 -1 4202560 108230 1253 0 0 16206 19 0 0 25 0 5 0 253581692 199311360 20095 33554432000 4194304 4417332 140736030635168 18446744073709551615 4364750 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3470/tid=3480] ppid=3468 vsize=194640 CPUtime=161.38 cores=1,3,5,7
/proc/3470/task/3480/stat : 3480 (plingeling) R 3468 3470 2974 0 -1 4202560 109299 1253 0 0 16120 18 0 0 25 0 5 0 253581692 199311360 20095 33554432000 4194304 4417332 140736030635168 18446744073709551615 4365883 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 648.22
Current children cumulated vsize (KiB) 194640


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

[pid=3470/tid=3478] ppid=3468 vsize=251672 CPUtime=702.27 cores=1,3,5,7
/proc/3470/task/3478/stat : 3478 (plingeling) R 3468 3470 2974 0 -1 4202560 360137 1253 0 0 70169 58 0 0 25 0 5 0 253581692 257712128 34321 33554432000 4194304 4417332 140736030635168 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=3470/tid=3479] ppid=3468 vsize=251672 CPUtime=702.26 cores=1,3,5,7
/proc/3470/task/3479/stat : 3479 (plingeling) R 3468 3470 2974 0 -1 4202560 363279 1253 0 0 70165 61 0 0 25 0 5 0 253581692 257712128 34321 33554432000 4194304 4417332 140736030635168 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3470/tid=3480] ppid=3468 vsize=251672 CPUtime=698.45 cores=1,3,5,7
/proc/3470/task/3480/stat : 3480 (plingeling) R 3468 3470 2974 0 -1 4202560 354904 1253 0 0 69789 56 0 0 25 0 5 0 253581692 257712128 34321 33554432000 4194304 4417332 140736030635168 18446744073709551615 4364639 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2805.31
Current children cumulated vsize (KiB) 251672

[startup+762.3 s]
/proc/loadavg: 8.06 8.06 8.01 9/186 3503
/proc/meminfo: memFree=30372908/32951124 swapFree=67111524/67111528
[pid=3470] ppid=3468 vsize=252504 CPUtime=3045.01 cores=1,3,5,7
/proc/3470/stat : 3470 (plingeling) S 3468 3470 2974 0 -1 4202496 1529295 1253 0 0 304254 247 0 0 22 0 5 0 253581689 258564096 34529 33554432000 4194304 4417332 140736030635168 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/3470/statm: 63126 34529 179 55 0 61012 0
[pid=3470/tid=3477] ppid=3468 vsize=252504 CPUtime=762.28 cores=1,3,5,7
/proc/3470/task/3477/stat : 3477 (plingeling) R 3468 3470 2974 0 -1 4202560 380483 1253 0 0 76169 59 0 0 25 0 5 0 253581692 258564096 34529 33554432000 4194304 4417332 140736030635168 18446744073709551615 4250953 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3470/tid=3478] ppid=3468 vsize=252504 CPUtime=762.27 cores=1,3,5,7
/proc/3470/task/3478/stat : 3478 (plingeling) R 3468 3470 2974 0 -1 4202560 382354 1253 0 0 76165 62 0 0 25 0 5 0 253581692 258564096 34529 33554432000 4194304 4417332 140736030635168 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=3470/tid=3479] ppid=3468 vsize=252504 CPUtime=762.26 cores=1,3,5,7
/proc/3470/task/3479/stat : 3479 (plingeling) R 3468 3470 2974 0 -1 4202560 382710 1253 0 0 76162 64 0 0 25 0 5 0 253581692 258564096 34529 33554432000 4194304 4417332 140736030635168 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3470/tid=3480] ppid=3468 vsize=252504 CPUtime=758.13 cores=1,3,5,7
/proc/3470/task/3480/stat : 3480 (plingeling) R 3468 3470 2974 0 -1 4202560 382084 1253 0 0 75753 60 0 0 25 0 5 0 253581692 258564096 34529 33554432000 4194304 4417332 140736030635168 18446744073709551615 4364526 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3045.01
Current children cumulated vsize (KiB) 252504

[startup+822.301 s]
/proc/loadavg: 8.08 8.06 8.01 9/186 3505
/proc/meminfo: memFree=30325128/32951124 swapFree=67111524/67111528
[pid=3470] ppid=3468 vsize=285892 CPUtime=3284.67 cores=1,3,5,7
/proc/3470/stat : 3470 (plingeling) S 3468 3470 2974 0 -1 4202496 1632252 1253 0 0 328204 263 0 0 22 0 5 0 253581689 292753408 42876 33554432000 4194304 4417332 140736030635168 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/3470/statm: 71473 42876 179 55 0 69359 0
[pid=3470/tid=3477] ppid=3468 vsize=285892 CPUtime=822.28 cores=1,3,5,7
/proc/3470/task/3477/stat : 3477 (plingeling) R 3468 3470 2974 0 -1 4202560 404688 1253 0 0 82166 62 0 0 25 0 5 0 253581692 292753408 42876 33554432000 4194304 4417332 140736030635168 18446744073709551615 4231988 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3470/tid=3478] ppid=3468 vsize=285892 CPUtime=822.27 cores=1,3,5,7
/proc/3470/task/3478/stat : 3478 (plingeling) R 3468 3470 2974 0 -1 4202560 403806 1253 0 0 82162 65 0 0 25 0 5 0 253581692 292753408 42876 33554432000 4194304 4417332 140736030635168 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=3470/tid=3479] ppid=3468 vsize=285892 CPUtime=822.26 cores=1,3,5,7
/proc/3470/task/3479/stat : 3479 (plingeling) R 3468 3470 2974 0 -1 4202560 410277 1253 0 0 82157 69 0 0 25 0 5 0 253581692 292753408 42876 33554432000 4194304 4417332 140736030635168 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3470/tid=3480] ppid=3468 vsize=285892 CPUtime=817.79 cores=1,3,5,7
/proc/3470/task/3480/stat : 3480 (plingeling) R 3468 3470 2974 0 -1 4202560 411817 1253 0 0 81715 64 0 0 25 0 5 0 253581692 292753408 42876 33554432000 4194304 4417332 140736030635168 18446744073709551615 4364736 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.67
Current children cumulated vsize (KiB) 285892

[startup+882.306 s]
/proc/loadavg: 8.08 8.06 8.01 9/186 3507
/proc/meminfo: memFree=30320716/32951124 swapFree=67111524/67111528
[pid=3470] ppid=3468 vsize=284440 CPUtime=3524.36 cores=1,3,5,7
/proc/3470/stat : 3470 (plingeling) S 3468 3470 2974 0 -1 4202496 1735633 1253 0 0 352154 282 0 0 22 0 5 0 253581689 291266560 42512 33554432000 4194304 4417332 140736030635168 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/3470/statm: 71110 42512 179 55 0 68996 0
[pid=3470/tid=3477] ppid=3468 vsize=284440 CPUtime=882.29 cores=1,3,5,7
/proc/3470/task/3477/stat : 3477 (plingeling) R 3468 3470 2974 0 -1 4202560 433587 1253 0 0 88160 69 0 0 25 0 5 0 253581692 291266560 42512 33554432000 4194304 4417332 140736030635168 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3470/tid=3478] ppid=3468 vsize=284440 CPUtime=882.28 cores=1,3,5,7
/proc/3470/task/3478/stat : 3478 (plingeling) R 3468 3470 2974 0 -1 4202560 424602 1253 0 0 88158 70 0 0 25 0 5 0 253581692 291266560 42512 33554432000 4194304 4417332 140736030635168 18446744073709551615 4344081 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=3470/tid=3479] ppid=3468 vsize=284440 CPUtime=882.26 cores=1,3,5,7
/proc/3470/task/3479/stat : 3479 (plingeling) R 3468 3470 2974 0 -1 4202560 435120 1253 0 0 88153 73 0 0 25 0 5 0 253581692 291266560 42512 33554432000 4194304 4417332 140736030635168 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3470/tid=3480] ppid=3468 vsize=284440 CPUtime=877.47 cores=1,3,5,7
/proc/3470/task/3480/stat : 3480 (plingeling) R 3468 3470 2974 0 -1 4202560 440660 1253 0 0 87679 68 0 0 25 0 5 0 253581692 291266560 42512 33554432000 4194304 4417332 140736030635168 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.36
Current children cumulated vsize (KiB) 284440

[startup+942.301 s]
/proc/loadavg: 8.08 8.06 8.01 9/186 3508
/proc/meminfo: memFree=30372736/32951124 swapFree=67111524/67111528
[pid=3470] ppid=3468 vsize=262400 CPUtime=3764.02 cores=1,3,5,7
/proc/3470/stat : 3470 (plingeling) S 3468 3470 2974 0 -1 4202496 1810417 1253 0 0 376107 295 0 0 22 0 5 0 253581689 268697600 37003 33554432000 4194304 4417332 140736030635168 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/3470/statm: 65600 37003 179 55 0 63486 0
[pid=3470/tid=3477] ppid=3468 vsize=262400 CPUtime=942.28 cores=1,3,5,7
/proc/3470/task/3477/stat : 3477 (plingeling) R 3468 3470 2974 0 -1 4202560 450162 1253 0 0 94157 71 0 0 25 0 5 0 253581692 268697600 37003 33554432000 4194304 4417332 140736030635168 18446744073709551615 4364887 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3470/tid=3478] ppid=3468 vsize=262400 CPUtime=942.28 cores=1,3,5,7
/proc/3470/task/3478/stat : 3478 (plingeling) R 3468 3470 2974 0 -1 4202560 444567 1253 0 0 94154 74 0 0 25 0 5 0 253581692 268697600 37003 33554432000 4194304 4417332 140736030635168 18446744073709551615 4365986 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=3470/tid=3479] ppid=3468 vsize=262400 CPUtime=942.26 cores=1,3,5,7
/proc/3470/task/3479/stat : 3479 (plingeling) R 3468 3470 2974 0 -1 4202560 453098 1253 0 0 94149 77 0 0 25 0 5 0 253581692 268697600 37003 33554432000 4194304 4417332 140736030635168 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3470/tid=3480] ppid=3468 vsize=262400 CPUtime=937.14 cores=1,3,5,7
/proc/3470/task/3480/stat : 3480 (plingeling) R 3468 3470 2974 0 -1 4202560 460926 1253 0 0 93642 72 0 0 25 0 5 0 253581692 268697600 37003 33554432000 4194304 4417332 140736030635168 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3764.02
Current children cumulated vsize (KiB) 262400

[startup+1002.3 s]
/proc/loadavg: 8.07 8.06 8.01 9/186 3510
/proc/meminfo: memFree=30334864/32951124 swapFree=67111524/67111528
[pid=3470] ppid=3468 vsize=285508 CPUtime=4003.68 cores=1,3,5,7
/proc/3470/stat : 3470 (plingeling) S 3468 3470 2974 0 -1 4202496 1899863 1253 0 0 400060 308 0 0 22 0 5 0 253581689 292360192 42780 33554432000 4194304 4417332 140736030635168 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/3470/statm: 71377 42780 179 55 0 69263 0
[pid=3470/tid=3477] ppid=3468 vsize=285508 CPUtime=1002.29 cores=1,3,5,7
/proc/3470/task/3477/stat : 3477 (plingeling) R 3468 3470 2974 0 -1 4202560 471749 1253 0 0 100154 75 0 0 25 0 5 0 253581692 292360192 42780 33554432000 4194304 4417332 140736030635168 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3470/tid=3478] ppid=3468 vsize=285508 CPUtime=1002.28 cores=1,3,5,7
/proc/3470/task/3478/stat : 3478 (plingeling) R 3468 3470 2974 0 -1 4202560 469526 1253 0 0 100150 78 0 0 25 0 5 0 253581692 292360192 42780 33554432000 4194304 4417332 140736030635168 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=3470/tid=3479] ppid=3468 vsize=285508 CPUtime=1002.26 cores=1,3,5,7
/proc/3470/task/3479/stat : 3479 (plingeling) R 3468 3470 2974 0 -1 4202560 472933 1253 0 0 100146 80 0 0 25 0 5 0 253581692 292360192 42780 33554432000 4194304 4417332 140736030635168 18446744073709551615 4364938 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3470/tid=3480] ppid=3468 vsize=285508 CPUtime=996.81 cores=1,3,5,7
/proc/3470/task/3480/stat : 3480 (plingeling) R 3468 3470 2974 0 -1 4202560 483991 1253 0 0 99607 74 0 0 25 0 5 0 253581692 292360192 42780 33554432000 4194304 4417332 140736030635168 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.68
Current children cumulated vsize (KiB) 285508

[startup+1062.3 s]
/proc/loadavg: 8.07 8.06 8.01 9/186 3511
/proc/meminfo: memFree=30331332/32951124 swapFree=67111524/67111528
[pid=3470] ppid=3468 vsize=302412 CPUtime=4243.37 cores=1,3,5,7
/proc/3470/stat : 3470 (plingeling) S 3468 3470 2974 0 -1 4202496 1977740 1253 0 0 424018 319 0 0 22 0 5 0 253581689 309669888 47006 33554432000 4194304 4417332 140736030635168 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/3470/statm: 75603 47006 179 55 0 73489 0
[pid=3470/tid=3477] ppid=3468 vsize=302412 CPUtime=1062.28 cores=1,3,5,7
/proc/3470/task/3477/stat : 3477 (plingeling) R 3468 3470 2974 0 -1 4202560 487352 1253 0 0 106152 76 0 0 25 0 5 0 253581692 309669888 47006 33554432000 4194304 4417332 140736030635168 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3470/tid=3478] ppid=3468 vsize=302412 CPUtime=1062.28 cores=1,3,5,7
/proc/3470/task/3478/stat : 3478 (plingeling) R 3468 3470 2974 0 -1 4202560 489942 1253 0 0 106147 81 0 0 25 0 5 0 253581692 309669888 47006 33554432000 4194304 4417332 140736030635168 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=3470/tid=3479] ppid=3468 vsize=302412 CPUtime=1062.25 cores=1,3,5,7
/proc/3470/task/3479/stat : 3479 (plingeling) R 3468 3470 2974 0 -1 4202560 491279 1253 0 0 106143 82 0 0 25 0 5 0 253581692 309669888 47006 33554432000 4194304 4417332 140736030635168 18446744073709551615 4354396 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3470/tid=3480] ppid=3468 vsize=302412 CPUtime=1056.49 cores=1,3,5,7
/proc/3470/task/3480/stat : 3480 (plingeling) R 3468 3470 2974 0 -1 4202560 507503 1253 0 0 105571 78 0 0 25 0 5 0 253581692 309669888 47006 33554432000 4194304 4417332 140736030635168 18446744073709551615 4364713 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.37
Current children cumulated vsize (KiB) 302412

[startup+1122.3 s]
/proc/loadavg: 8.09 8.06 8.01 9/186 3513
/proc/meminfo: memFree=30279184/32951124 swapFree=67111524/67111528
[pid=3470] ppid=3468 vsize=286868 CPUtime=4483.04 cores=1,3,5,7
/proc/3470/stat : 3470 (plingeling) S 3468 3470 2974 0 -1 4202496 2060192 1253 0 0 447973 331 0 0 22 0 5 0 253581689 293752832 43119 33554432000 4194304 4417332 140736030635168 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/3470/statm: 71717 43119 179 55 0 69603 0
[pid=3470/tid=3477] ppid=3468 vsize=286868 CPUtime=1122.29 cores=1,3,5,7
/proc/3470/task/3477/stat : 3477 (plingeling) R 3468 3470 2974 0 -1 4202560 510331 1253 0 0 112149 80 0 0 25 0 5 0 253581692 293752832 43119 33554432000 4194304 4417332 140736030635168 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3470/tid=3478] ppid=3468 vsize=286868 CPUtime=1122.28 cores=1,3,5,7
/proc/3470/task/3478/stat : 3478 (plingeling) R 3468 3470 2974 0 -1 4202560 510603 1253 0 0 112144 84 0 0 25 0 5 0 253581692 293752832 43119 33554432000 4194304 4417332 140736030635168 18446744073709551615 4344081 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=3470/tid=3479] ppid=3468 vsize=286868 CPUtime=1122.25 cores=1,3,5,7
/proc/3470/task/3479/stat : 3479 (plingeling) R 3468 3470 2974 0 -1 4202560 510930 1253 0 0 112139 86 0 0 25 0 5 0 253581692 293752832 43119 33554432000 4194304 4417332 140736030635168 18446744073709551615 4364509 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3470/tid=3480] ppid=3468 vsize=286868 CPUtime=1116.16 cores=1,3,5,7
/proc/3470/task/3480/stat : 3480 (plingeling) R 3468 3470 2974 0 -1 4202560 526664 1253 0 0 111536 80 0 0 25 0 5 0 253581692 293752832 43119 33554432000 4194304 4417332 140736030635168 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4483.04
Current children cumulated vsize (KiB) 286868

[startup+1182.3 s]
/proc/loadavg: 8.09 8.07 8.01 9/186 3521
/proc/meminfo: memFree=30293640/32951124 swapFree=67111524/67111528
[pid=3470] ppid=3468 vsize=302888 CPUtime=4722.71 cores=1,3,5,7
/proc/3470/stat : 3470 (plingeling) S 3468 3470 2974 0 -1 4202496 2144331 1253 0 0 471927 344 0 0 22 0 5 0 253581689 310157312 47124 33554432000 4194304 4417332 140736030635168 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/3470/statm: 75722 47124 179 55 0 73608 0
[pid=3470/tid=3477] ppid=3468 vsize=302888 CPUtime=1182.29 cores=1,3,5,7
/proc/3470/task/3477/stat : 3477 (plingeling) R 3468 3470 2974 0 -1 4202560 536395 1253 0 0 118145 84 0 0 25 0 5 0 253581692 310157312 47124 33554432000 4194304 4417332 140736030635168 18446744073709551615 4364519 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3470/tid=3478] ppid=3468 vsize=302888 CPUtime=1182.28 cores=1,3,5,7
/proc/3470/task/3478/stat : 3478 (plingeling) R 3468 3470 2974 0 -1 4202560 531840 1253 0 0 118141 87 0 0 25 0 5 0 253581692 310157312 47124 33554432000 4194304 4417332 140736030635168 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=3470/tid=3479] ppid=3468 vsize=302888 CPUtime=1182.25 cores=1,3,5,7
/proc/3470/task/3479/stat : 3479 (plingeling) R 3468 3470 2974 0 -1 4202560 530618 1253 0 0 118136 89 0 0 25 0 5 0 253581692 310157312 47124 33554432000 4194304 4417332 140736030635168 18446744073709551615 4259609 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3470/tid=3480] ppid=3468 vsize=302888 CPUtime=1175.84 cores=1,3,5,7
/proc/3470/task/3480/stat : 3480 (plingeling) R 3468 3470 2974 0 -1 4202560 543814 1253 0 0 117501 83 0 0 25 0 5 0 253581692 310157312 47124 33554432000 4194304 4417332 140736030635168 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.71
Current children cumulated vsize (KiB) 302888



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 7.75 7.99 7.98 5/180 3522
/proc/meminfo: memFree=30483012/32951124 swapFree=67111524/67111528
[pid=3470] ppid=3468 vsize=291664 CPUtime=4800.22 cores=1,3,5,7
/proc/3470/stat : 3470 (plingeling) S 3468 3470 2974 0 -1 4202496 2170847 1253 0 0 479674 348 0 0 22 0 5 0 253581689 298663936 44318 33554432000 4194304 4417332 140736030635168 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/3470/statm: 72916 44318 179 55 0 70802 0
[pid=3470/tid=3477] ppid=3468 vsize=291664 CPUtime=1201.7 cores=1,3,5,7
/proc/3470/task/3477/stat : 3477 (plingeling) R 3468 3470 2974 0 -1 4202560 541490 1253 0 0 120085 85 0 0 25 0 5 0 253581692 298663936 44318 33554432000 4194304 4417332 140736030635168 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3470/tid=3478] ppid=3468 vsize=291664 CPUtime=1201.69 cores=1,3,5,7
/proc/3470/task/3478/stat : 3478 (plingeling) R 3468 3470 2974 0 -1 4202560 534997 1253 0 0 120082 87 0 0 25 0 5 0 253581692 298663936 44318 33554432000 4194304 4417332 140736030635168 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=3470/tid=3479] ppid=3468 vsize=291664 CPUtime=1201.65 cores=1,3,5,7
/proc/3470/task/3479/stat : 3479 (plingeling) R 3468 3470 2974 0 -1 4202560 539153 1253 0 0 120075 90 0 0 25 0 5 0 253581692 298663936 44318 33554432000 4194304 4417332 140736030635168 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3470/tid=3480] ppid=3468 vsize=291664 CPUtime=1195.14 cores=1,3,5,7
/proc/3470/task/3480/stat : 3480 (plingeling) R 3468 3470 2974 0 -1 4202560 553543 1253 0 0 119429 85 0 0 25 0 5 0 253581692 298663936 44318 33554432000 4194304 4417332 140736030635168 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.22
Current children cumulated vsize (KiB) 291664

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): 1201.72
CPU time (s): 4800.27
CPU user time (s): 4796.77
CPU system time (s): 3.50047
CPU usage (%): 399.45
Max. virtual memory (cumulated for all children) (KiB): 321324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.77
system time used= 3.50047
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2172100
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= 97
involuntary context switches= 31729

runsolver used 1.9507 second user time and 4.6123 second system time

The end

Launcher Data

Begin job on node107 at 2011-04-29 18:18:24
IDJOB=3250548
IDBENCH=83320
IDSOLVER=1605
FILE ID=node107/3250548-1304093904
RUNJOBID= node107-1304093900-3440
PBS_JOBID= 13170575
Free space on /tmp= 71800 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden3k/VanDerWaerden_2-3-17_279.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3250548-1304093904/watcher-3250548-1304093904 -o /tmp/evaluation-result-3250548-1304093904/solver-3250548-1304093904 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3250548-1304093904.cnf

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

MD5SUM BENCH= d2562f4e152a54a992ab300a2bacfba9
RANDOM SEED=1533313961

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
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.75
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.829
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.67
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.829
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.82
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.829
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.74
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.829
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	: 5359.47
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.829
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.829
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:      30650776 kB
Buffers:        645204 kB
Cached:        1216628 kB
SwapCached:          4 kB
Active:         150236 kB
Inactive:      1787080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30650776 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            1188 kB
Writeback:           0 kB
AnonPages:       75312 kB
Mapped:          15204 kB
Slab:           300696 kB
PageTables:       4468 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   254608 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 node107 at 2011-04-29 18:38:28