Trace number 3372674

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Plingeling 587f (fixed)? (TO) 40000.5 5008.14

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom20.cnf
MD5SUM9851f8e63efc4505343bf50c1cf30646
Bench CategoryAPPLICATION (applications 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 variables44362
Number of clauses148436
Sum of the clauses size378642
Maximum clause length1419
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 276003
Number of clauses of size 371663
Number of clauses of size 4209
Number of clauses of size 518
Number of clauses of size over 5542

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3372674-1305439920/watcher-3372674-1305439920 -o /tmp/evaluation-result-3372674-1305439920/solver-3372674-1305439920 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3372674-1305439920.cnf 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.14 8.06 7.89 2/357 12657
/proc/meminfo: memFree=25549724/32951124 swapFree=63083164/67111528
[pid=12657] ppid=12655 vsize=18640 CPUtime=0 cores=0-7
/proc/12657/stat : 12657 (plingeling) R 12655 12657 12128 0 -1 4202496 2716 1251 0 0 0 0 0 0 25 0 1 0 636407580 19087360 2647 33554432000 4194304 4417452 140736198194976 18446744073709551615 264726404864 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/12657/statm: 4660 2647 144 55 0 2546 0

[startup+0.0234049 s]
/proc/loadavg: 8.14 8.06 7.89 2/357 12657
/proc/meminfo: memFree=25549724/32951124 swapFree=63083164/67111528
[pid=12657] ppid=12655 vsize=21100 CPUtime=0.01 cores=0-7
/proc/12657/stat : 12657 (plingeling) R 12655 12657 12128 0 -1 4202496 3367 1251 0 0 1 0 0 0 25 0 1 0 636407580 21606400 3298 33554432000 4194304 4417452 140736198194976 18446744073709551615 4259993 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/12657/statm: 5275 3298 148 55 0 3161 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 21100

[startup+0.100413 s]
/proc/loadavg: 8.14 8.06 7.89 2/357 12657
/proc/meminfo: memFree=25549724/32951124 swapFree=63083164/67111528
[pid=12657] ppid=12655 vsize=34400 CPUtime=0.09 cores=0-7
/proc/12657/stat : 12657 (plingeling) R 12655 12657 12128 0 -1 4202496 6574 1251 0 0 9 0 0 0 25 0 1 0 636407580 35225600 6506 33554432000 4194304 4417452 140736198194976 18446744073709551615 264726102224 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/12657/statm: 8600 6531 149 55 0 6486 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34400

[startup+0.300355 s]
/proc/loadavg: 8.14 8.06 7.89 2/357 12657
/proc/meminfo: memFree=25549724/32951124 swapFree=63083164/67111528
[pid=12657] ppid=12655 vsize=81112 CPUtime=0.29 cores=0-7
/proc/12657/stat : 12657 (plingeling) R 12655 12657 12128 0 -1 4202496 18339 1251 0 0 27 2 0 0 25 0 1 0 636407580 83058688 18270 33554432000 4194304 4417452 140736198194976 18446744073709551615 4274337 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/12657/statm: 20278 18270 149 55 0 18164 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 81112

[startup+1.18215 s]
/proc/loadavg: 8.14 8.06 7.89 2/357 12657
/proc/meminfo: memFree=25549724/32951124 swapFree=63083164/67111528
[pid=12657] ppid=12655 vsize=293872 CPUtime=6.89 cores=0-7
/proc/12657/stat : 12657 (plingeling) S 12655 12657 12128 0 -1 4202496 42008 1251 0 0 684 5 0 0 18 0 9 0 636407580 300924928 20843 33554432000 4194304 4417452 140736198194976 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/12657/statm: 73468 20843 175 55 0 71354 0
Current children cumulated CPU time (s) 6.89
Current children cumulated vsize (KiB) 293872

[startup+1.5011 s]
/proc/loadavg: 8.14 8.06 7.89 2/357 12657
/proc/meminfo: memFree=25549724/32951124 swapFree=63083164/67111528
[pid=12657] ppid=12655 vsize=294416 CPUtime=9.44 cores=0-7
/proc/12657/stat : 12657 (plingeling) S 12655 12657 12128 0 -1 4202496 45899 1251 0 0 938 6 0 0 18 0 9 0 636407580 301481984 21011 33554432000 4194304 4417452 140736198194976 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/12657/statm: 73604 21011 175 55 0 71490 0
Current children cumulated CPU time (s) 9.44
Current children cumulated vsize (KiB) 294416

[startup+3.10079 s]
/proc/loadavg: 8.21 8.08 7.89 9/366 12671
/proc/meminfo: memFree=25453188/32951124 swapFree=63083164/67111528
[pid=12657] ppid=12655 vsize=298724 CPUtime=22.21 cores=0-7
/proc/12657/stat : 12657 (plingeling) S 12655 12657 12128 0 -1 4202496 56705 1251 0 0 2213 8 0 0 18 0 9 0 636407580 305893376 21868 33554432000 4194304 4417452 140736198194976 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/12657/statm: 74681 21868 180 55 0 72567 0
[pid=12657/tid=12664] ppid=12655 vsize=298724 CPUtime=2.7 cores=0-7
/proc/12657/task/12664/stat : 12664 (plingeling) R 12655 12657 12128 0 -1 4202560 9155 1251 0 0 269 1 0 0 23 0 9 0 636407615 305893376 21868 33554432000 4194304 4417452 140736198194976 18446744073709551615 4346473 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12657/tid=12665] ppid=12655 vsize=298724 CPUtime=2.7 cores=0-7
/proc/12657/task/12665/stat : 12665 (plingeling) R 12655 12657 12128 0 -1 4202560 5416 1251 0 0 270 0 0 0 25 0 9 0 636407615 305893376 21868 33554432000 4194304 4417452 140736198194976 18446744073709551615 4233201 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12657/tid=12666] ppid=12655 vsize=298724 CPUtime=2.74 cores=0-7
/proc/12657/task/12666/stat : 12666 (plingeling) R 12655 12657 12128 0 -1 4202560 1875 1251 0 0 274 0 0 0 25 0 9 0 636407615 305893376 21868 33554432000 4194304 4417452 140736198194976 18446744073709551615 4270927 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12657/tid=12667] ppid=12655 vsize=298724 CPUtime=2.74 cores=0-7
/proc/12657/task/12667/stat : 12667 (plingeling) R 12655 12657 12128 0 -1 4202560 848 1251 0 0 274 0 0 0 23 0 9 0 636407615 305893376 21868 33554432000 4194304 4417452 140736198194976 18446744073709551615 4236689 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=12657/tid=12668] ppid=12655 vsize=298724 CPUtime=2.73 cores=0-7
/proc/12657/task/12668/stat : 12668 (plingeling) R 12655 12657 12128 0 -1 4202560 7446 1251 0 0 272 1 0 0 23 0 9 0 636407615 305893376 21868 33554432000 4194304 4417452 140736198194976 18446744073709551615 4233255 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12657/tid=12669] ppid=12655 vsize=298724 CPUtime=2.72 cores=0-7
/proc/12657/task/12669/stat : 12669 (plingeling) R 12655 12657 12128 0 -1 4202560 2503 1251 0 0 272 0 0 0 23 0 9 0 636407615 305893376 21868 33554432000 4194304 4417452 140736198194976 18446744073709551615 4233201 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=12657/tid=12670] ppid=12655 vsize=298724 CPUtime=2.73 cores=0-7
/proc/12657/task/12670/stat : 12670 (plingeling) R 12655 12657 12128 0 -1 4202560 8796 1251 0 0 272 1 0 0 25 0 9 0 636407615 305893376 21868 33554432000 4194304 4417452 140736198194976 18446744073709551615 4365984 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12657/tid=12671] ppid=12655 vsize=298724 CPUtime=2.73 cores=0-7
/proc/12657/task/12671/stat : 12671 (plingeling) R 12655 12657 12128 0 -1 4202560 2310 1251 0 0 273 0 0 0 25 0 9 0 636407615 305893376 21868 33554432000 4194304 4417452 140736198194976 18446744073709551615 4252121 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 22.21
Current children cumulated vsize (KiB) 298724

[startup+6.30119 s]
/proc/loadavg: 8.19 8.08 7.89 9/366 12671
/proc/meminfo: memFree=25435592/32951124 swapFree=63083164/67111528
[pid=12657] ppid=12655 vsize=320904 CPUtime=47.78 cores=0-7
/proc/12657/stat : 12657 (plingeling) S 12655 12657 12128 0 -1 4202496 67537 1251 0 0 4768 10 0 0 18 0 9 0 636407580 328605696 27431 33554432000 4194304 4417452 140736198194976 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/12657/statm: 80226 27431 180 55 0 78112 0
[pid=12657/tid=12664] ppid=12655 vsize=320904 CPUtime=5.87 cores=0-7
/proc/12657/task/12664/stat : 12664 (plingeling) R 12655 12657 12128 0 -1 4202560 11271 1251 0 0 585 2 0 0 25 0 9 0 636407615 328605696 27431 33554432000 4194304 4417452 140736198194976 18446744073709551615 4365092 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12657/tid=12665] ppid=12655 vsize=320904 CPUtime=5.91 cores=0-7
/proc/12657/task/12665/stat : 12665 (plingeling) R 12655 12657 12128 0 -1 4202560 7513 1251 0 0 590 1 0 0 25 0 9 0 636407615 328605696 27431 33554432000 4194304 4417452 140736198194976 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12657/tid=12666] ppid=12655 vsize=320904 CPUtime=5.94 cores=0-7
/proc/12657/task/12666/stat : 12666 (plingeling) R 12655 12657 12128 0 -1 4202560 1893 1251 0 0 594 0 0 0 25 0 9 0 636407615 328605696 27431 33554432000 4194304 4417452 140736198194976 18446744073709551615 4199406 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12657/tid=12667] ppid=12655 vsize=320904 CPUtime=5.94 cores=0-7
/proc/12657/task/12667/stat : 12667 (plingeling) R 12655 12657 12128 0 -1 4202560 2198 1251 0 0 594 0 0 0 25 0 9 0 636407615 328605696 27431 33554432000 4194304 4417452 140736198194976 18446744073709551615 4365949 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=12657/tid=12668] ppid=12655 vsize=320904 CPUtime=5.93 cores=0-7
/proc/12657/task/12668/stat : 12668 (plingeling) R 12655 12657 12128 0 -1 4202560 8993 1251 0 0 592 1 0 0 25 0 9 0 636407615 328605696 27431 33554432000 4194304 4417452 140736198194976 18446744073709551615 4366038 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12657/tid=12669] ppid=12655 vsize=320904 CPUtime=5.92 cores=0-7
/proc/12657/task/12669/stat : 12669 (plingeling) R 12655 12657 12128 0 -1 4202560 4356 1251 0 0 592 0 0 0 25 0 9 0 636407615 328605696 27431 33554432000 4194304 4417452 140736198194976 18446744073709551615 4264627 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=12657/tid=12670] ppid=12655 vsize=320904 CPUtime=5.94 cores=0-7
/proc/12657/task/12670/stat : 12670 (plingeling) R 12655 12657 12128 0 -1 4202560 8812 1251 0 0 593 1 0 0 25 0 9 0 636407615 328605696 27431 33554432000 4194304 4417452 140736198194976 18446744073709551615 4364456 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12657/tid=12671] ppid=12655 vsize=320904 CPUtime=5.93 cores=0-7
/proc/12657/task/12671/stat : 12671 (plingeling) R 12655 12657 12128 0 -1 4202560 4145 1251 0 0 593 0 0 0 25 0 9 0 636407615 328605696 27431 33554432000 4194304 4417452 140736198194976 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 47.78
Current children cumulated vsize (KiB) 320904

[startup+12.701 s]
/proc/loadavg: 8.17 8.07 7.89 9/366 12671
/proc/meminfo: memFree=25429936/32951124 swapFree=63083164/67111528
[pid=12657] ppid=12655 vsize=328920 CPUtime=98.97 cores=0-7
/proc/12657/stat : 12657 (plingeling) S 12655 12657 12128 0 -1 4202496 70080 1251 0 0 9887 10 0 0 18 0 9 0 636407580 336814080 29435 33554432000 4194304 4417452 140736198194976 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/12657/statm: 82230 29435 180 55 0 80116 0
[pid=12657/tid=12664] ppid=12655 vsize=328920 CPUtime=12.2 cores=0-7
/proc/12657/task/12664/stat : 12664 (plingeling) R 12655 12657 12128 0 -1 4202560 11293 1251 0 0 1218 2 0 0 25 0 9 0 636407615 336814080 29435 33554432000 4194304 4417452 140736198194976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12657/tid=12665] ppid=12655 vsize=328920 CPUtime=12.32 cores=0-7
/proc/12657/task/12665/stat : 12665 (plingeling) R 12655 12657 12128 0 -1 4202560 7534 1251 0 0 1231 1 0 0 25 0 9 0 636407615 336814080 29435 33554432000 4194304 4417452 140736198194976 18446744073709551615 4250731 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12657/tid=12666] ppid=12655 vsize=328920 CPUtime=12.35 cores=0-7
/proc/12657/task/12666/stat : 12666 (plingeling) R 12655 12657 12128 0 -1 4202560 2319 1251 0 0 1235 0 0 0 25 0 9 0 636407615 336814080 29435 33554432000 4194304 4417452 140736198194976 18446744073709551615 4364589 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12657/tid=12667] ppid=12655 vsize=328920 CPUtime=12.35 cores=0-7
/proc/12657/task/12667/stat : 12667 (plingeling) R 12655 12657 12128 0 -1 4202560 3054 1251 0 0 1235 0 0 0 25 0 9 0 636407615 336814080 29435 33554432000 4194304 4417452 140736198194976 18446744073709551615 4357207 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=12657/tid=12668] ppid=12655 vsize=328920 CPUtime=12.34 cores=0-7
/proc/12657/task/12668/stat : 12668 (plingeling) R 12655 12657 12128 0 -1 4202560 9498 1251 0 0 1233 1 0 0 25 0 9 0 636407615 336814080 29435 33554432000 4194304 4417452 140736198194976 18446744073709551615 4365150 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12657/tid=12669] ppid=12655 vsize=328920 CPUtime=12.33 cores=0-7
/proc/12657/task/12669/stat : 12669 (plingeling) R 12655 12657 12128 0 -1 4202560 4367 1251 0 0 1233 0 0 0 25 0 9 0 636407615 336814080 29435 33554432000 4194304 4417452 140736198194976 18446744073709551615 4353543 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=12657/tid=12670] ppid=12655 vsize=328920 CPUtime=12.35 cores=0-7
/proc/12657/task/12670/stat : 12670 (plingeling) R 12655 12657 12128 0 -1 4202560 9214 1251 0 0 1234 1 0 0 25 0 9 0 636407615 336814080 29435 33554432000 4194304 4417452 140736198194976 18446744073709551615 4366074 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12657/tid=12671] ppid=12655 vsize=328920 CPUtime=12.34 cores=0-7
/proc/12657/task/12671/stat : 12671 (plingeling) R 12655 12657 12128 0 -1 4202560 4445 1251 0 0 1234 0 0 0 25 0 9 0 636407615 336814080 29435 33554432000 4194304 4417452 140736198194976 18446744073709551615 4264940 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 98.97
Current children cumulated vsize (KiB) 328920

[startup+25.5006 s]
/proc/loadavg: 8.23 8.09 7.90 9/366 12671
/proc/meminfo: memFree=25407612/32951124 swapFree=63083164/67111528
[pid=12657] ppid=12655 vsize=358064 CPUtime=201.16 cores=0-7
/proc/12657/stat : 12657 (plingeling) S 12655 12657 12128 0 -1 4202496 80234 1251 0 0 20104 12 0 0 18 0 9 0 636407580 366657536 36209 33554432000 4194304 4417452 140736198194976 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/12657/statm: 89516 36209 180 55 0 87402 0
[pid=12657/tid=12664] ppid=12655 vsize=358064 CPUtime=24.85 cores=0-7
/proc/12657/task/12664/stat : 12664 (plingeling) R 12655 12657 12128 0 -1 4202560 11803 1251 0 0 2483 2 0 0 25 0 9 0 636407615 366657536 36209 33554432000 4194304 4417452 140736198194976 18446744073709551615 264726099037 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12657/tid=12665] ppid=12655 vsize=358064 CPUtime=25.11 cores=0-7
/proc/12657/task/12665/stat : 12665 (plingeling) R 12655 12657 12128 0 -1 4202560 7924 1251 0 0 2510 1 0 0 25 0 9 0 636407615 366657536 36209 33554432000 4194304 4417452 140736198194976 18446744073709551615 18446744073699065887 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12657/tid=12666] ppid=12655 vsize=358064 CPUtime=25.13 cores=0-7
/proc/12657/task/12666/stat : 12666 (plingeling) R 12655 12657 12128 0 -1 4202560 2540 1251 0 0 2513 0 0 0 25 0 9 0 636407615 366657536 36209 33554432000 4194304 4417452 140736198194976 18446744073709551615 4364488 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12657/tid=12667] ppid=12655 vsize=358064 CPUtime=25.13 cores=0-7
/proc/12657/task/12667/stat : 12667 (plingeling) R 12655 12657 12128 0 -1 4202560 7896 1251 0 0 2513 0 0 0 25 0 9 0 636407615 366657536 36209 33554432000 4194304 4417452 140736198194976 18446744073709551615 4357869 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=12657/tid=12668] ppid=12655 vsize=358064 CPUtime=25.13 cores=0-7
/proc/12657/task/12668/stat : 12668 (plingeling) R 12655 12657 12128 0 -1 4202560 10533 1251 0 0 2512 1 0 0 25 0 9 0 636407615 366657536 36209 33554432000 4194304 4417452 140736198194976 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12657/tid=12669] ppid=12655 vsize=358064 CPUtime=25.12 cores=0-7
/proc/12657/task/12669/stat : 12669 (plingeling) R 12655 12657 12128 0 -1 4202560 5066 1251 0 0 2512 0 0 0 25 0 9 0 636407615 366657536 36209 33554432000 4194304 4417452 140736198194976 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=12657/tid=12670] ppid=12655 vsize=358064 CPUtime=25.13 cores=0-7
/proc/12657/task/12670/stat : 12670 (plingeling) R 12655 12657 12128 0 -1 4202560 11440 1251 0 0 2512 1 0 0 25 0 9 0 636407615 366657536 36209 33554432000 4194304 4417452 140736198194976 18446744073709551615 4265411 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12657/tid=12671] ppid=12655 vsize=358064 CPUtime=25.13 cores=0-7
/proc/12657/task/12671/stat : 12671 (plingeling) R 12655 12657 12128 0 -1 4202560 4676 1251 0 0 2513 0 0 0 25 0 9 0 636407615 366657536 36209 33554432000 4194304 4417452 140736198194976 18446744073709551615 4364958 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 201.16
Current children cumulated vsize (KiB) 358064

[startup+51.1007 s]
/proc/loadavg: 8.15 8.08 7.90 9/366 12672
/proc/meminfo: memFree=25350056/32951124 swapFree=63083164/67111528
[pid=12657] ppid=12655 vsize=408640 CPUtime=405.65 cores=0-7
/proc/12657/stat : 12657 (plingeling) S 12655 12657 12128 0 -1 4202496 109911 1251 0 0 40549 16 0 0 18 0 9 0 636407580 418447360 49377 33554432000 4194304 4417452 140736198194976 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/12657/statm: 102160 49377 180 55 0 100046 0
[pid=12657/tid=12664] ppid=12655 vsize=408640 CPUtime=50.14 cores=0-7
/proc/12657/task/12664/stat : 12664 (plingeling) R 12655 12657 12128 0 -1 4202560 15226 1251 0 0 5012 2 0 0 25 0 9 0 636407615 418447360 49377 33554432000 4194304 4417452 140736198194976 18446744073709551615 4277945 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12657/tid=12665] ppid=12655 vsize=408640 CPUtime=50.7 cores=0-7
/proc/12657/task/12665/stat : 12665 (plingeling) R 12655 12657 12128 0 -1 4202560 10636 1251 0 0 5069 1 0 0 25 0 9 0 636407615 418447360 49377 33554432000 4194304 4417452 140736198194976 18446744073709551615 4275978 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12657/tid=12666] ppid=12655 vsize=408640 CPUtime=50.72 cores=0-7
/proc/12657/task/12666/stat : 12666 (plingeling) R 12655 12657 12128 0 -1 4202560 5606 1251 0 0 5072 0 0 0 25 0 9 0 636407615 418447360 49377 33554432000 4194304 4417452 140736198194976 18446744073709551615 4236784 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12657/tid=12667] ppid=12655 vsize=408640 CPUtime=50.73 cores=0-7
/proc/12657/task/12667/stat : 12667 (plingeling) R 12655 12657 12128 0 -1 4202560 11115 1251 0 0 5073 0 0 0 25 0 9 0 636407615 418447360 49377 33554432000 4194304 4417452 140736198194976 18446744073709551615 4237189 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=12657/tid=12668] ppid=12655 vsize=408640 CPUtime=50.73 cores=0-7
/proc/12657/task/12668/stat : 12668 (plingeling) R 12655 12657 12128 0 -1 4202560 15045 1251 0 0 5071 2 0 0 25 0 9 0 636407615 418447360 49377 33554432000 4194304 4417452 140736198194976 18446744073709551615 4236920 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12657/tid=12669] ppid=12655 vsize=408640 CPUtime=50.72 cores=0-7
/proc/12657/task/12669/stat : 12669 (plingeling) R 12655 12657 12128 0 -1 4202560 9869 1251 0 0 5071 1 0 0 25 0 9 0 636407615 418447360 49377 33554432000 4194304 4417452 140736198194976 18446744073709551615 4277864 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=12657/tid=12670] ppid=12655 vsize=408640 CPUtime=50.73 cores=0-7
/proc/12657/task/12670/stat : 12670 (plingeling) R 12655 12657 12128 0 -1 4202560 13510 1251 0 0 5072 1 0 0 25 0 9 0 636407615 418447360 49377 33554432000 4194304 4417452 140736198194976 18446744073709551615 4346677 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12657/tid=12671] ppid=12655 vsize=408640 CPUtime=50.73 cores=0-7
/proc/12657/task/12671/stat : 12671 (plingeling) R 12655 12657 12128 0 -1 4202560 10548 1251 0 0 5072 1 0 0 25 0 9 0 636407615 418447360 49377 33554432000 4194304 4417452 140736198194976 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 405.65
Current children cumulated vsize (KiB) 408640

[startup+102.301 s]
/proc/loadavg: 8.06 8.06 7.91 9/366 12673

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


[startup+4722.3 s]
/proc/loadavg: 8.02 8.07 8.02 9/366 12812
/proc/meminfo: memFree=22033752/32951124 swapFree=63083164/67111528
[pid=12657] ppid=12655 vsize=3719484 CPUtime=37718.6 cores=0-7
/proc/12657/stat : 12657 (plingeling) S 12655 12657 12128 0 -1 4202496 4544309 1251 0 0 3771032 829 0 0 18 0 9 0 636407580 3808751616 877088 33554432000 4194304 4417452 140736198194976 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/12657/statm: 929871 877088 180 55 0 927757 0
[pid=12657/tid=12664] ppid=12655 vsize=3719484 CPUtime=4666.27 cores=0-7
/proc/12657/task/12664/stat : 12664 (plingeling) R 12655 12657 12128 0 -1 4202560 576893 1251 0 0 466516 111 0 0 25 0 9 0 636407615 3808751616 877088 33554432000 4194304 4417452 140736198194976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12657/tid=12665] ppid=12655 vsize=3719484 CPUtime=4722.06 cores=0-7
/proc/12657/task/12665/stat : 12665 (plingeling) R 12655 12657 12128 0 -1 4202560 585671 1251 0 0 472100 106 0 0 25 0 9 0 636407615 3808751616 877088 33554432000 4194304 4417452 140736198194976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12657/tid=12666] ppid=12655 vsize=3719484 CPUtime=4720.91 cores=0-7
/proc/12657/task/12666/stat : 12666 (plingeling) R 12655 12657 12128 0 -1 4202560 587357 1251 0 0 471983 108 0 0 25 0 9 0 636407615 3808751616 877088 33554432000 4194304 4417452 140736198194976 18446744073709551615 4236706 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12657/tid=12667] ppid=12655 vsize=3719484 CPUtime=4722.1 cores=0-7
/proc/12657/task/12667/stat : 12667 (plingeling) R 12655 12657 12128 0 -1 4202560 475892 1251 0 0 472132 78 0 0 25 0 9 0 636407615 3808751616 877088 33554432000 4194304 4417452 140736198194976 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=12657/tid=12668] ppid=12655 vsize=3719484 CPUtime=4721.28 cores=0-7
/proc/12657/task/12668/stat : 12668 (plingeling) R 12655 12657 12128 0 -1 4202560 583471 1251 0 0 472024 104 0 0 25 0 9 0 636407615 3808751616 877088 33554432000 4194304 4417452 140736198194976 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12657/tid=12669] ppid=12655 vsize=3719484 CPUtime=4722.05 cores=0-7
/proc/12657/task/12669/stat : 12669 (plingeling) R 12655 12657 12128 0 -1 4202560 642715 1251 0 0 472083 122 0 0 25 0 9 0 636407615 3808751616 877088 33554432000 4194304 4417452 140736198194976 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=12657/tid=12670] ppid=12655 vsize=3719484 CPUtime=4721.44 cores=0-7
/proc/12657/task/12670/stat : 12670 (plingeling) R 12655 12657 12128 0 -1 4202560 560049 1251 0 0 472036 108 0 0 25 0 9 0 636407615 3808751616 877088 33554432000 4194304 4417452 140736198194976 18446744073709551615 4346490 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12657/tid=12671] ppid=12655 vsize=3719484 CPUtime=4722.06 cores=0-7
/proc/12657/task/12671/stat : 12671 (plingeling) R 12655 12657 12128 0 -1 4202560 513905 1251 0 0 472121 85 0 0 25 0 9 0 636407615 3808751616 877088 33554432000 4194304 4417452 140736198194976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 37718.6
Current children cumulated vsize (KiB) 3719484

[startup+4782.3 s]
/proc/loadavg: 8.01 8.06 8.02 9/366 12813
/proc/meminfo: memFree=21894464/32951124 swapFree=63083164/67111528
[pid=12657] ppid=12655 vsize=3859192 CPUtime=38198 cores=0-7
/proc/12657/stat : 12657 (plingeling) S 12655 12657 12128 0 -1 4202496 4718445 1251 0 0 3818931 865 0 0 18 0 9 0 636407580 3951812608 912015 33554432000 4194304 4417452 140736198194976 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/12657/statm: 964798 912015 180 55 0 962684 0
[pid=12657/tid=12664] ppid=12655 vsize=3859192 CPUtime=4725.57 cores=0-7
/proc/12657/task/12664/stat : 12664 (plingeling) R 12655 12657 12128 0 -1 4202560 576893 1251 0 0 472446 111 0 0 25 0 9 0 636407615 3951812608 912015 33554432000 4194304 4417452 140736198194976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12657/tid=12665] ppid=12655 vsize=3859192 CPUtime=4782.08 cores=0-7
/proc/12657/task/12665/stat : 12665 (plingeling) R 12655 12657 12128 0 -1 4202560 640663 1251 0 0 478084 124 0 0 25 0 9 0 636407615 3951812608 912015 33554432000 4194304 4417452 140736198194976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12657/tid=12666] ppid=12655 vsize=3859192 CPUtime=4780.9 cores=0-7
/proc/12657/task/12666/stat : 12666 (plingeling) R 12655 12657 12128 0 -1 4202560 636760 1251 0 0 477975 115 0 0 25 0 9 0 636407615 3951812608 912015 33554432000 4194304 4417452 140736198194976 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12657/tid=12667] ppid=12655 vsize=3859192 CPUtime=4782.12 cores=0-7
/proc/12657/task/12667/stat : 12667 (plingeling) R 12655 12657 12128 0 -1 4202560 477322 1251 0 0 478133 79 0 0 25 0 9 0 636407615 3951812608 912015 33554432000 4194304 4417452 140736198194976 18446744073709551615 4357314 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=12657/tid=12668] ppid=12655 vsize=3859192 CPUtime=4781.3 cores=0-7
/proc/12657/task/12668/stat : 12668 (plingeling) R 12655 12657 12128 0 -1 4202560 593626 1251 0 0 478024 106 0 0 25 0 9 0 636407615 3951812608 912015 33554432000 4194304 4417452 140736198194976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12657/tid=12669] ppid=12655 vsize=3859192 CPUtime=4782.07 cores=0-7
/proc/12657/task/12669/stat : 12669 (plingeling) R 12655 12657 12128 0 -1 4202560 685115 1251 0 0 478080 127 0 0 25 0 9 0 636407615 3951812608 912015 33554432000 4194304 4417452 140736198194976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=12657/tid=12670] ppid=12655 vsize=3859192 CPUtime=4781.45 cores=0-7
/proc/12657/task/12670/stat : 12670 (plingeling) R 12655 12657 12128 0 -1 4202560 575805 1251 0 0 478033 112 0 0 25 0 9 0 636407615 3951812608 912015 33554432000 4194304 4417452 140736198194976 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12657/tid=12671] ppid=12655 vsize=3859192 CPUtime=4782.07 cores=0-7
/proc/12657/task/12671/stat : 12671 (plingeling) R 12655 12657 12128 0 -1 4202560 513905 1251 0 0 478122 85 0 0 25 0 9 0 636407615 3951812608 912015 33554432000 4194304 4417452 140736198194976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 38198
Current children cumulated vsize (KiB) 3859192

[startup+4842.3 s]
/proc/loadavg: 8.08 8.06 8.02 9/366 12815
/proc/meminfo: memFree=21558132/32951124 swapFree=63083164/67111528
[pid=12657] ppid=12655 vsize=4196000 CPUtime=38677.2 cores=0-7
/proc/12657/stat : 12657 (plingeling) S 12655 12657 12128 0 -1 4202496 4858425 1251 0 0 3866828 892 0 0 18 0 9 0 636407580 4296704000 996217 33554432000 4194304 4417452 140736198194976 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/12657/statm: 1049000 996217 180 55 0 1046886 0
[pid=12657/tid=12664] ppid=12655 vsize=4196000 CPUtime=4784.87 cores=0-7
/proc/12657/task/12664/stat : 12664 (plingeling) R 12655 12657 12128 0 -1 4202560 622002 1251 0 0 478371 116 0 0 25 0 9 0 636407615 4296704000 996217 33554432000 4194304 4417452 140736198194976 18446744073709551615 4263118 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12657/tid=12665] ppid=12655 vsize=4196000 CPUtime=4842.07 cores=0-7
/proc/12657/task/12665/stat : 12665 (plingeling) R 12655 12657 12128 0 -1 4202560 640663 1251 0 0 484083 124 0 0 25 0 9 0 636407615 4296704000 996217 33554432000 4194304 4417452 140736198194976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12657/tid=12666] ppid=12655 vsize=4196000 CPUtime=4840.88 cores=0-7
/proc/12657/task/12666/stat : 12666 (plingeling) R 12655 12657 12128 0 -1 4202560 636760 1251 0 0 483973 115 0 0 25 0 9 0 636407615 4296704000 996217 33554432000 4194304 4417452 140736198194976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12657/tid=12667] ppid=12655 vsize=4196000 CPUtime=4842.11 cores=0-7
/proc/12657/task/12667/stat : 12667 (plingeling) R 12655 12657 12128 0 -1 4202560 487332 1251 0 0 484130 81 0 0 25 0 9 0 636407615 4296704000 996217 33554432000 4194304 4417452 140736198194976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=12657/tid=12668] ppid=12655 vsize=4196000 CPUtime=4841.29 cores=0-7
/proc/12657/task/12668/stat : 12668 (plingeling) R 12655 12657 12128 0 -1 4202560 603028 1251 0 0 484021 108 0 0 25 0 9 0 636407615 4296704000 996217 33554432000 4194304 4417452 140736198194976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12657/tid=12669] ppid=12655 vsize=4196000 CPUtime=4842.06 cores=0-7
/proc/12657/task/12669/stat : 12669 (plingeling) R 12655 12657 12128 0 -1 4202560 701499 1251 0 0 484074 132 0 0 25 0 9 0 636407615 4296704000 996217 33554432000 4194304 4417452 140736198194976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=12657/tid=12670] ppid=12655 vsize=4196000 CPUtime=4841.44 cores=0-7
/proc/12657/task/12670/stat : 12670 (plingeling) R 12655 12657 12128 0 -1 4202560 575805 1251 0 0 484032 112 0 0 25 0 9 0 636407615 4296704000 996217 33554432000 4194304 4417452 140736198194976 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12657/tid=12671] ppid=12655 vsize=4196000 CPUtime=4842.06 cores=0-7
/proc/12657/task/12671/stat : 12671 (plingeling) R 12655 12657 12128 0 -1 4202560 572980 1251 0 0 484108 98 0 0 25 0 9 0 636407615 4296704000 996217 33554432000 4194304 4417452 140736198194976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 38677.2
Current children cumulated vsize (KiB) 4196000

[startup+4902.31 s]
/proc/loadavg: 8.03 8.05 8.01 9/366 12816
/proc/meminfo: memFree=21565156/32951124 swapFree=63083164/67111528
[pid=12657] ppid=12655 vsize=4188748 CPUtime=39156.6 cores=0-7
/proc/12657/stat : 12657 (plingeling) S 12655 12657 12128 0 -1 4202496 4921382 1251 0 0 3914758 901 0 0 18 0 9 0 636407580 4289277952 994404 33554432000 4194304 4417452 140736198194976 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/12657/statm: 1047187 994404 180 55 0 1045073 0
[pid=12657/tid=12664] ppid=12655 vsize=4188748 CPUtime=4844.17 cores=0-7
/proc/12657/task/12664/stat : 12664 (plingeling) R 12655 12657 12128 0 -1 4202560 622002 1251 0 0 484301 116 0 0 25 0 9 0 636407615 4289277952 994404 33554432000 4194304 4417452 140736198194976 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12657/tid=12665] ppid=12655 vsize=4188748 CPUtime=4902.09 cores=0-7
/proc/12657/task/12665/stat : 12665 (plingeling) R 12655 12657 12128 0 -1 4202560 640663 1251 0 0 490085 124 0 0 25 0 9 0 636407615 4289277952 994404 33554432000 4194304 4417452 140736198194976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12657/tid=12666] ppid=12655 vsize=4188748 CPUtime=4900.89 cores=0-7
/proc/12657/task/12666/stat : 12666 (plingeling) R 12655 12657 12128 0 -1 4202560 687181 1251 0 0 489967 122 0 0 25 0 9 0 636407615 4289277952 994404 33554432000 4194304 4417452 140736198194976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12657/tid=12667] ppid=12655 vsize=4188748 CPUtime=4902.12 cores=0-7
/proc/12657/task/12667/stat : 12667 (plingeling) R 12655 12657 12128 0 -1 4202560 496933 1251 0 0 490130 82 0 0 25 0 9 0 636407615 4289277952 994404 33554432000 4194304 4417452 140736198194976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=12657/tid=12668] ppid=12655 vsize=4188748 CPUtime=4901.3 cores=0-7
/proc/12657/task/12668/stat : 12668 (plingeling) R 12655 12657 12128 0 -1 4202560 605963 1251 0 0 490021 109 0 0 25 0 9 0 636407615 4289277952 994404 33554432000 4194304 4417452 140736198194976 18446744073709551615 4364896 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12657/tid=12669] ppid=12655 vsize=4188748 CPUtime=4902.08 cores=0-7
/proc/12657/task/12669/stat : 12669 (plingeling) R 12655 12657 12128 0 -1 4202560 701499 1251 0 0 490076 132 0 0 25 0 9 0 636407615 4289277952 994404 33554432000 4194304 4417452 140736198194976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=12657/tid=12670] ppid=12655 vsize=4188748 CPUtime=4901.45 cores=0-7
/proc/12657/task/12670/stat : 12670 (plingeling) R 12655 12657 12128 0 -1 4202560 575805 1251 0 0 490033 112 0 0 25 0 9 0 636407615 4289277952 994404 33554432000 4194304 4417452 140736198194976 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12657/tid=12671] ppid=12655 vsize=4188748 CPUtime=4902.07 cores=0-7
/proc/12657/task/12671/stat : 12671 (plingeling) R 12655 12657 12128 0 -1 4202560 572980 1251 0 0 490109 98 0 0 25 0 9 0 636407615 4289277952 994404 33554432000 4194304 4417452 140736198194976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 39156.6
Current children cumulated vsize (KiB) 4188748

[startup+4962.3 s]
/proc/loadavg: 8.08 8.05 8.01 9/366 12818
/proc/meminfo: memFree=21340052/32951124 swapFree=63083164/67111528
[pid=12657] ppid=12655 vsize=4413272 CPUtime=39635.8 cores=0-7
/proc/12657/stat : 12657 (plingeling) S 12655 12657 12128 0 -1 4202496 5018187 1251 0 0 3962660 919 0 0 18 0 9 0 636407580 4519190528 1050535 33554432000 4194304 4417452 140736198194976 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/12657/statm: 1103318 1050535 180 55 0 1101204 0
[pid=12657/tid=12664] ppid=12655 vsize=4413272 CPUtime=4903.45 cores=0-7
/proc/12657/task/12664/stat : 12664 (plingeling) R 12655 12657 12128 0 -1 4202560 638386 1251 0 0 490224 121 0 0 25 0 9 0 636407615 4519190528 1050535 33554432000 4194304 4417452 140736198194976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12657/tid=12665] ppid=12655 vsize=4413272 CPUtime=4962.07 cores=0-7
/proc/12657/task/12665/stat : 12665 (plingeling) R 12655 12657 12128 0 -1 4202560 640673 1251 0 0 496083 124 0 0 25 0 9 0 636407615 4519190528 1050535 33554432000 4194304 4417452 140736198194976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12657/tid=12666] ppid=12655 vsize=4413272 CPUtime=4960.87 cores=0-7
/proc/12657/task/12666/stat : 12666 (plingeling) R 12655 12657 12128 0 -1 4202560 703565 1251 0 0 495963 124 0 0 25 0 9 0 636407615 4519190528 1050535 33554432000 4194304 4417452 140736198194976 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12657/tid=12667] ppid=12655 vsize=4413272 CPUtime=4962.11 cores=0-7
/proc/12657/task/12667/stat : 12667 (plingeling) R 12655 12657 12128 0 -1 4202560 534062 1251 0 0 496121 90 0 0 25 0 9 0 636407615 4519190528 1050535 33554432000 4194304 4417452 140736198194976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=12657/tid=12668] ppid=12655 vsize=4413272 CPUtime=4961.28 cores=0-7
/proc/12657/task/12668/stat : 12668 (plingeling) R 12655 12657 12128 0 -1 4202560 612059 1251 0 0 496019 109 0 0 25 0 9 0 636407615 4519190528 1050535 33554432000 4194304 4417452 140736198194976 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12657/tid=12669] ppid=12655 vsize=4413272 CPUtime=4962.06 cores=0-7
/proc/12657/task/12669/stat : 12669 (plingeling) R 12655 12657 12128 0 -1 4202560 701499 1251 0 0 496074 132 0 0 25 0 9 0 636407615 4519190528 1050535 33554432000 4194304 4417452 140736198194976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=12657/tid=12670] ppid=12655 vsize=4413272 CPUtime=4961.44 cores=0-7
/proc/12657/task/12670/stat : 12670 (plingeling) R 12655 12657 12128 0 -1 4202560 596607 1251 0 0 496029 115 0 0 25 0 9 0 636407615 4519190528 1050535 33554432000 4194304 4417452 140736198194976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12657/tid=12671] ppid=12655 vsize=4413272 CPUtime=4962.06 cores=0-7
/proc/12657/task/12671/stat : 12671 (plingeling) R 12655 12657 12128 0 -1 4202560 572980 1251 0 0 496108 98 0 0 25 0 9 0 636407615 4519190528 1050535 33554432000 4194304 4417452 140736198194976 18446744073709551615 4365027 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 39635.8
Current children cumulated vsize (KiB) 4413272



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5007.91 s]
/proc/loadavg: 8.03 8.05 8.00 9/366 12819
/proc/meminfo: memFree=21217144/32951124 swapFree=63083164/67111528
[pid=12657] ppid=12655 vsize=4535960 CPUtime=40000.2 cores=0-7
/proc/12657/stat : 12657 (plingeling) S 12655 12657 12128 0 -1 4202496 5048859 1251 0 0 3999098 923 0 0 18 0 9 0 636407580 4644823040 1081207 33554432000 4194304 4417452 140736198194976 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/12657/statm: 1133990 1081207 180 55 0 1131876 0
[pid=12657/tid=12664] ppid=12655 vsize=4535960 CPUtime=4948.52 cores=0-7
/proc/12657/task/12664/stat : 12664 (plingeling) R 12655 12657 12128 0 -1 4202560 638386 1251 0 0 494731 121 0 0 25 0 9 0 636407615 4644823040 1081207 33554432000 4194304 4417452 140736198194976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12657/tid=12665] ppid=12655 vsize=4535960 CPUtime=5007.7 cores=0-7
/proc/12657/task/12665/stat : 12665 (plingeling) R 12655 12657 12128 0 -1 4202560 640673 1251 0 0 500646 124 0 0 25 0 9 0 636407615 4644823040 1081207 33554432000 4194304 4417452 140736198194976 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12657/tid=12666] ppid=12655 vsize=4535960 CPUtime=5006.49 cores=0-7
/proc/12657/task/12666/stat : 12666 (plingeling) R 12655 12657 12128 0 -1 4202560 703565 1251 0 0 500525 124 0 0 25 0 9 0 636407615 4644823040 1081207 33554432000 4194304 4417452 140736198194976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12657/tid=12667] ppid=12655 vsize=4535960 CPUtime=5007.74 cores=0-7
/proc/12657/task/12667/stat : 12667 (plingeling) R 12655 12657 12128 0 -1 4202560 543366 1251 0 0 500683 91 0 0 25 0 9 0 636407615 4644823040 1081207 33554432000 4194304 4417452 140736198194976 18446744073709551615 4251148 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=12657/tid=12668] ppid=12655 vsize=4535960 CPUtime=5006.92 cores=0-7
/proc/12657/task/12668/stat : 12668 (plingeling) R 12655 12657 12128 0 -1 4202560 629046 1251 0 0 500580 112 0 0 25 0 9 0 636407615 4644823040 1081207 33554432000 4194304 4417452 140736198194976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12657/tid=12669] ppid=12655 vsize=4535960 CPUtime=5007.69 cores=0-7
/proc/12657/task/12669/stat : 12669 (plingeling) R 12655 12657 12128 0 -1 4202560 701499 1251 0 0 500637 132 0 0 25 0 9 0 636407615 4644823040 1081207 33554432000 4194304 4417452 140736198194976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=12657/tid=12670] ppid=12655 vsize=4535960 CPUtime=5007.08 cores=0-7
/proc/12657/task/12670/stat : 12670 (plingeling) R 12655 12657 12128 0 -1 4202560 600988 1251 0 0 500591 117 0 0 25 0 9 0 636407615 4644823040 1081207 33554432000 4194304 4417452 140736198194976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12657/tid=12671] ppid=12655 vsize=4535960 CPUtime=5007.69 cores=0-7
/proc/12657/task/12671/stat : 12671 (plingeling) R 12655 12657 12128 0 -1 4202560 572980 1251 0 0 500671 98 0 0 25 0 9 0 636407615 4644823040 1081207 33554432000 4194304 4417452 140736198194976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 40000.2
Current children cumulated vsize (KiB) 4535960

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+5008.1 s]
/proc/loadavg: 8.03 8.05 8.00 9/366 12819
/proc/meminfo: memFree=21217144/32951124 swapFree=63083164/67111528
[pid=12657] ppid=12655 vsize=0 CPUtime=40000.4 cores=0-7
/proc/12657/stat : 12657 (plingeling) Z 12655 12657 12128 0 -1 4203548 5048860 1251 0 0 3999105 940 0 0 18 0 2 0 636407580 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/12657/statm: 0 0 0 0 0 0 0
[pid=12657/tid=12664] ppid=12655 vsize=0 CPUtime=4948.69 cores=0-7
/proc/12657/task/12664/stat : 12664 (plingeling) R 12655 12657 12128 0 -1 4203588 638386 1251 0 0 494732 137 0 0 25 0 2 0 636407615 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 40000.4
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5008.14
CPU time (s): 40000.5
CPU user time (s): 39991.1
CPU system time (s): 9.44556
CPU usage (%): 798.71
Max. virtual memory (cumulated for all children) (KiB): 4535960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39991.1
system time used= 9.44556
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5050111
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= 515
involuntary context switches= 143750

runsolver used 16.4355 second user time and 42.7615 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-15 08:12:00
IDJOB=3372674
IDBENCH=83110
IDSOLVER=1851
FILE ID=node141/3372674-1305439920
RUNJOBID= node141-1305435369-12142
PBS_JOBID= 13324736
Free space on /tmp= 73356 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom20.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3372674-1305439920/watcher-3372674-1305439920 -o /tmp/evaluation-result-3372674-1305439920/solver-3372674-1305439920 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3372674-1305439920.cnf

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 9851f8e63efc4505343bf50c1cf30646
RANDOM SEED=672230454

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25550128 kB
Buffers:        252036 kB
Cached:        4936988 kB
SwapCached:      15708 kB
Active:        2096524 kB
Inactive:      5062544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25550128 kB
SwapTotal:    67111528 kB
SwapFree:     63083164 kB
Dirty:            2728 kB
Writeback:           0 kB
AnonPages:     1961064 kB
Mapped:          12452 kB
Slab:           136856 kB
PageTables:      37724 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 86228292 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= 73356 MiB
End job on node141 at 2011-05-15 09:35:30