Trace number 3371060

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Plingeling 587f (fixed)? (TO) 4800.1 1203.03

General information on the benchmark

NameSAT02/handmade/simon/satex-challenges/
par32-3.shuffled.cnf
MD5SUM0115a0e26236f3f01aa829c2004452c1
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.6469
Satisfiable
(Un)Satisfiability was proved
Number of variables3176
Number of clauses10297
Sum of the clauses size27581
Maximum clause length3
Minimum clause length1
Number of clauses of size 1141
Number of clauses of size 23028
Number of clauses of size 37128
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3371060-1305432308/watcher-3371060-1305432308 -o /tmp/evaluation-result-3371060-1305432308/solver-3371060-1305432308 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3371060-1305432308.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: 5.12 7.27 7.32 5/320 16631
/proc/meminfo: memFree=27250164/32951124 swapFree=46575252/67111528
[pid=16631] ppid=16625 vsize=10368 CPUtime=0 cores=1,3,5,7
/proc/16631/stat : 16631 (plingeling) R 16625 16631 9395 0 -1 4202496 653 1252 0 0 0 0 0 0 22 0 1 0 387422051 10616832 584 33554432000 4194304 4417452 140736060563376 18446744073709551615 268660356067 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/16631/statm: 2592 584 148 55 0 478 0

[startup+0.104783 s]
/proc/loadavg: 5.12 7.27 7.32 5/320 16631
/proc/meminfo: memFree=27250164/32951124 swapFree=46575252/67111528
[pid=16631] ppid=16625 vsize=118944 CPUtime=0.35 cores=1,3,5,7
/proc/16631/stat : 16631 (plingeling) S 16625 16631 9395 0 -1 4202496 1605 1252 0 0 35 0 0 0 22 0 5 0 387422051 121798656 1218 33554432000 4194304 4417452 140736060563376 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/16631/statm: 29736 1218 179 55 0 27622 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 118944

[startup+0.200766 s]
/proc/loadavg: 5.12 7.27 7.32 5/320 16631
/proc/meminfo: memFree=27250164/32951124 swapFree=46575252/67111528
[pid=16631] ppid=16625 vsize=118944 CPUtime=0.74 cores=1,3,5,7
/proc/16631/stat : 16631 (plingeling) S 16625 16631 9395 0 -1 4202496 1627 1252 0 0 74 0 0 0 22 0 5 0 387422051 121798656 1240 33554432000 4194304 4417452 140736060563376 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/16631/statm: 29736 1240 179 55 0 27622 0
Current children cumulated CPU time (s) 0.74
Current children cumulated vsize (KiB) 118944

[startup+0.300748 s]
/proc/loadavg: 5.12 7.27 7.32 5/320 16631
/proc/meminfo: memFree=27250164/32951124 swapFree=46575252/67111528
[pid=16631] ppid=16625 vsize=119636 CPUtime=1.14 cores=1,3,5,7
/proc/16631/stat : 16631 (plingeling) S 16625 16631 9395 0 -1 4202496 1778 1252 0 0 114 0 0 0 22 0 5 0 387422051 122507264 1391 33554432000 4194304 4417452 140736060563376 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/16631/statm: 29909 1391 179 55 0 27795 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 119636

[startup+0.700678 s]
/proc/loadavg: 5.12 7.27 7.32 5/320 16631
/proc/meminfo: memFree=27250164/32951124 swapFree=46575252/67111528
[pid=16631] ppid=16625 vsize=120808 CPUtime=2.74 cores=1,3,5,7
/proc/16631/stat : 16631 (plingeling) S 16625 16631 9395 0 -1 4202496 2825 1252 0 0 274 0 0 0 22 0 5 0 387422051 123707392 1716 33554432000 4194304 4417452 140736060563376 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/16631/statm: 30202 1716 179 55 0 28088 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 120808

[startup+1.50054 s]
/proc/loadavg: 5.12 7.27 7.32 9/325 16641
/proc/meminfo: memFree=27235624/32951124 swapFree=46575252/67111528
[pid=16631] ppid=16625 vsize=124172 CPUtime=5.92 cores=1,3,5,7
/proc/16631/stat : 16631 (plingeling) S 16625 16631 9395 0 -1 4202496 6092 1252 0 0 592 0 0 0 22 0 5 0 387422051 127152128 2549 33554432000 4194304 4417452 140736060563376 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/16631/statm: 31043 2549 180 55 0 28929 0
[pid=16631/tid=16638] ppid=16625 vsize=124172 CPUtime=1.48 cores=1,3,5,7
/proc/16631/task/16638/stat : 16638 (plingeling) R 16625 16631 9395 0 -1 4202560 1383 1252 0 0 148 0 0 0 25 0 5 0 387422053 127152128 2549 33554432000 4194304 4417452 140736060563376 18446744073709551615 4333513 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16631/tid=16639] ppid=16625 vsize=124172 CPUtime=1.46 cores=1,3,5,7
/proc/16631/task/16639/stat : 16639 (plingeling) R 16625 16631 9395 0 -1 4202560 1320 1252 0 0 146 0 0 0 25 0 5 0 387422053 127152128 2549 33554432000 4194304 4417452 140736060563376 18446744073709551615 4366599 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16631/tid=16640] ppid=16625 vsize=124172 CPUtime=1.47 cores=1,3,5,7
/proc/16631/task/16640/stat : 16640 (plingeling) R 16625 16631 9395 0 -1 4202560 1071 1252 0 0 147 0 0 0 20 0 5 0 387422053 127152128 2549 33554432000 4194304 4417452 140736060563376 18446744073709551615 4236549 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16631/tid=16641] ppid=16625 vsize=124172 CPUtime=1.48 cores=1,3,5,7
/proc/16631/task/16641/stat : 16641 (plingeling) R 16625 16631 9395 0 -1 4202560 1104 1252 0 0 148 0 0 0 25 0 5 0 387422053 127152128 2549 33554432000 4194304 4417452 140736060563376 18446744073709551615 4353568 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 124172

[startup+3.10026 s]
/proc/loadavg: 5.35 7.28 7.32 9/325 16641
/proc/meminfo: memFree=27228432/32951124 swapFree=46575252/67111528
[pid=16631] ppid=16625 vsize=128188 CPUtime=12.31 cores=1,3,5,7
/proc/16631/stat : 16631 (plingeling) S 16625 16631 9395 0 -1 4202496 11171 1252 0 0 1230 1 0 0 22 0 5 0 387422051 131264512 3544 33554432000 4194304 4417452 140736060563376 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/16631/statm: 32047 3544 180 55 0 29933 0
[pid=16631/tid=16638] ppid=16625 vsize=128188 CPUtime=3.08 cores=1,3,5,7
/proc/16631/task/16638/stat : 16638 (plingeling) R 16625 16631 9395 0 -1 4202560 2581 1252 0 0 308 0 0 0 25 0 5 0 387422053 131264512 3544 33554432000 4194304 4417452 140736060563376 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16631/tid=16639] ppid=16625 vsize=128188 CPUtime=3.05 cores=1,3,5,7
/proc/16631/task/16639/stat : 16639 (plingeling) R 16625 16631 9395 0 -1 4202560 2256 1252 0 0 305 0 0 0 25 0 5 0 387422053 131264512 3544 33554432000 4194304 4417452 140736060563376 18446744073709551615 4364548 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16631/tid=16640] ppid=16625 vsize=128188 CPUtime=3.07 cores=1,3,5,7
/proc/16631/task/16640/stat : 16640 (plingeling) R 16625 16631 9395 0 -1 4202560 2437 1252 0 0 307 0 0 0 25 0 5 0 387422053 131264512 3544 33554432000 4194304 4417452 140736060563376 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16631/tid=16641] ppid=16625 vsize=128188 CPUtime=3.07 cores=1,3,5,7
/proc/16631/task/16641/stat : 16641 (plingeling) R 16625 16631 9395 0 -1 4202560 2683 1252 0 0 307 0 0 0 25 0 5 0 387422053 131264512 3544 33554432000 4194304 4417452 140736060563376 18446744073709551615 4251008 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 128188

[startup+6.30069 s]
/proc/loadavg: 5.35 7.28 7.32 9/325 16641
/proc/meminfo: memFree=27220260/32951124 swapFree=46575252/67111528
[pid=16631] ppid=16625 vsize=133576 CPUtime=25.08 cores=1,3,5,7
/proc/16631/stat : 16631 (plingeling) S 16625 16631 9395 0 -1 4202496 19842 1252 0 0 2506 2 0 0 22 0 5 0 387422051 136781824 4886 33554432000 4194304 4417452 140736060563376 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/16631/statm: 33394 4886 180 55 0 31280 0
[pid=16631/tid=16638] ppid=16625 vsize=133576 CPUtime=6.27 cores=1,3,5,7
/proc/16631/task/16638/stat : 16638 (plingeling) R 16625 16631 9395 0 -1 4202560 4955 1252 0 0 627 0 0 0 25 0 5 0 387422053 136781824 4886 33554432000 4194304 4417452 140736060563376 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16631/tid=16639] ppid=16625 vsize=133576 CPUtime=6.22 cores=1,3,5,7
/proc/16631/task/16639/stat : 16639 (plingeling) R 16625 16631 9395 0 -1 4202560 4544 1252 0 0 622 0 0 0 25 0 5 0 387422053 136781824 4886 33554432000 4194304 4417452 140736060563376 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16631/tid=16640] ppid=16625 vsize=133576 CPUtime=6.27 cores=1,3,5,7
/proc/16631/task/16640/stat : 16640 (plingeling) R 16625 16631 9395 0 -1 4202560 4096 1252 0 0 627 0 0 0 25 0 5 0 387422053 136781824 4886 33554432000 4194304 4417452 140736060563376 18446744073709551615 4237349 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16631/tid=16641] ppid=16625 vsize=133576 CPUtime=6.27 cores=1,3,5,7
/proc/16631/task/16641/stat : 16641 (plingeling) R 16625 16631 9395 0 -1 4202560 5033 1252 0 0 627 0 0 0 25 0 5 0 387422053 136781824 4886 33554432000 4194304 4417452 140736060563376 18446744073709551615 4365962 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 133576

[startup+12.7006 s]
/proc/loadavg: 5.76 7.31 7.33 9/325 16641
/proc/meminfo: memFree=27202316/32951124 swapFree=46575252/67111528
[pid=16631] ppid=16625 vsize=135512 CPUtime=50.61 cores=1,3,5,7
/proc/16631/stat : 16631 (plingeling) S 16625 16631 9395 0 -1 4202496 34005 1252 0 0 5058 3 0 0 22 0 5 0 387422051 138764288 5407 33554432000 4194304 4417452 140736060563376 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/16631/statm: 33878 5407 180 55 0 31764 0
[pid=16631/tid=16638] ppid=16625 vsize=135512 CPUtime=12.68 cores=1,3,5,7
/proc/16631/task/16638/stat : 16638 (plingeling) R 16625 16631 9395 0 -1 4202560 9354 1252 0 0 1267 1 0 0 25 0 5 0 387422053 138764288 5407 33554432000 4194304 4417452 140736060563376 18446744073709551615 4353680 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16631/tid=16639] ppid=16625 vsize=135512 CPUtime=12.55 cores=1,3,5,7
/proc/16631/task/16639/stat : 16639 (plingeling) R 16625 16631 9395 0 -1 4202560 8488 1252 0 0 1255 0 0 0 25 0 5 0 387422053 138764288 5407 33554432000 4194304 4417452 140736060563376 18446744073709551615 4364984 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16631/tid=16640] ppid=16625 vsize=135512 CPUtime=12.67 cores=1,3,5,7
/proc/16631/task/16640/stat : 16640 (plingeling) R 16625 16631 9395 0 -1 4202560 7646 1252 0 0 1267 0 0 0 25 0 5 0 387422053 138764288 5407 33554432000 4194304 4417452 140736060563376 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16631/tid=16641] ppid=16625 vsize=135512 CPUtime=12.67 cores=1,3,5,7
/proc/16631/task/16641/stat : 16641 (plingeling) R 16625 16631 9395 0 -1 4202560 7303 1252 0 0 1267 0 0 0 25 0 5 0 387422053 138764288 5407 33554432000 4194304 4417452 140736060563376 18446744073709551615 4365984 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 135512

[startup+25.5003 s]
/proc/loadavg: 6.10 7.33 7.33 9/325 16641
/proc/meminfo: memFree=27194640/32951124 swapFree=46575252/67111528
[pid=16631] ppid=16625 vsize=146552 CPUtime=101.68 cores=1,3,5,7
/proc/16631/stat : 16631 (plingeling) S 16625 16631 9395 0 -1 4202496 60005 1252 0 0 10161 7 0 0 22 0 5 0 387422051 150069248 8139 33554432000 4194304 4417452 140736060563376 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/16631/statm: 36638 8139 180 55 0 34524 0
[pid=16631/tid=16638] ppid=16625 vsize=146552 CPUtime=25.48 cores=1,3,5,7
/proc/16631/task/16638/stat : 16638 (plingeling) R 16625 16631 9395 0 -1 4202560 17000 1252 0 0 2545 3 0 0 25 0 5 0 387422053 150069248 8139 33554432000 4194304 4417452 140736060563376 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16631/tid=16639] ppid=16625 vsize=146552 CPUtime=25.22 cores=1,3,5,7
/proc/16631/task/16639/stat : 16639 (plingeling) R 16625 16631 9395 0 -1 4202560 15501 1252 0 0 2521 1 0 0 25 0 5 0 387422053 150069248 8139 33554432000 4194304 4417452 140736060563376 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16631/tid=16640] ppid=16625 vsize=146552 CPUtime=25.47 cores=1,3,5,7
/proc/16631/task/16640/stat : 16640 (plingeling) R 16625 16631 9395 0 -1 4202560 14010 1252 0 0 2546 1 0 0 25 0 5 0 387422053 150069248 8139 33554432000 4194304 4417452 140736060563376 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16631/tid=16641] ppid=16625 vsize=146552 CPUtime=25.48 cores=1,3,5,7
/proc/16631/task/16641/stat : 16641 (plingeling) R 16625 16631 9395 0 -1 4202560 12280 1252 0 0 2547 1 0 0 25 0 5 0 387422053 150069248 8139 33554432000 4194304 4417452 140736060563376 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.68
Current children cumulated vsize (KiB) 146552

[startup+51.1008 s]
/proc/loadavg: 6.75 7.38 7.35 9/325 16642
/proc/meminfo: memFree=27167944/32951124 swapFree=46575252/67111528
[pid=16631] ppid=16625 vsize=163080 CPUtime=203.83 cores=1,3,5,7
/proc/16631/stat : 16631 (plingeling) S 16625 16631 9395 0 -1 4202496 102962 1252 0 0 20371 12 0 0 22 0 5 0 387422051 166993920 12300 33554432000 4194304 4417452 140736060563376 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/16631/statm: 40770 12300 180 55 0 38656 0
[pid=16631/tid=16638] ppid=16625 vsize=163080 CPUtime=51.07 cores=1,3,5,7
/proc/16631/task/16638/stat : 16638 (plingeling) R 16625 16631 9395 0 -1 4202560 29784 1252 0 0 5103 4 0 0 25 0 5 0 387422053 166993920 12300 33554432000 4194304 4417452 140736060563376 18446744073709551615 4353648 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16631/tid=16639] ppid=16625 vsize=163080 CPUtime=50.57 cores=1,3,5,7
/proc/16631/task/16639/stat : 16639 (plingeling) R 16625 16631 9395 0 -1 4202560 27064 1252 0 0 5054 3 0 0 25 0 5 0 387422053 166993920 12300 33554432000 4194304 4417452 140736060563376 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16631/tid=16640] ppid=16625 vsize=163080 CPUtime=51.08 cores=1,3,5,7
/proc/16631/task/16640/stat : 16640 (plingeling) R 16625 16631 9395 0 -1 4202560 24978 1252 0 0 5105 3 0 0 25 0 5 0 387422053 166993920 12300 33554432000 4194304 4417452 140736060563376 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16631/tid=16641] ppid=16625 vsize=163080 CPUtime=51.07 cores=1,3,5,7
/proc/16631/task/16641/stat : 16641 (plingeling) R 16625 16631 9395 0 -1 4202560 19922 1252 0 0 5106 1 0 0 25 0 5 0 387422053 166993920 12300 33554432000 4194304 4417452 140736060563376 18446744073709551615 4364812 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.83
Current children cumulated vsize (KiB) 163080

[startup+102.301 s]
/proc/loadavg: 7.57 7.50 7.39 9/325 16643
/proc/meminfo: memFree=27136916/32951124 swapFree=46575252/67111528
[pid=16631] ppid=16625 vsize=170024 CPUtime=408.15 cores=1,3,5,7
/proc/16631/stat : 16631 (plingeling) S 16625 16631 9395 0 -1 4202496 178111 1252 0 0 40791 24 0 0 22 0 5 0 387422051 174104576 14016 33554432000 4194304 4417452 140736060563376 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/16631/statm: 42506 14016 180 55 0 40392 0
[pid=16631/tid=16638] ppid=16625 vsize=170024 CPUtime=102.29 cores=1,3,5,7
/proc/16631/task/16638/stat : 16638 (plingeling) R 16625 16631 9395 0 -1 4202560 50203 1252 0 0 10222 7 0 0 25 0 5 0 387422053 174104576 14016 33554432000 4194304 4417452 140736060563376 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16631/tid=16639] ppid=16625 vsize=170024 CPUtime=101.26 cores=1,3,5,7
/proc/16631/task/16639/stat : 16639 (plingeling) R 16625 16631 9395 0 -1 4202560 49075 1252 0 0 10120 6 0 0 25 0 5 0 387422053 174104576 14016 33554432000 4194304 4417452 140736060563376 18446744073709551615 4237332 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16631/tid=16640] ppid=16625 vsize=170024 CPUtime=102.29 cores=1,3,5,7
/proc/16631/task/16640/stat : 16640 (plingeling) R 16625 16631 9395 0 -1 4202560 44483 1252 0 0 10223 6 0 0 25 0 5 0 387422053 174104576 14016 33554432000 4194304 4417452 140736060563376 18446744073709551615 4365023 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16631/tid=16641] ppid=16625 vsize=170024 CPUtime=102.28 cores=1,3,5,7
/proc/16631/task/16641/stat : 16641 (plingeling) R 16625 16631 9395 0 -1 4202560 33136 1252 0 0 10225 3 0 0 25 0 5 0 387422053 174104576 14016 33554432000 4194304 4417452 140736060563376 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.15
Current children cumulated vsize (KiB) 170024

[startup+162.3 s]
/proc/loadavg: 7.86 7.60 7.43 9/325 16645
/proc/meminfo: memFree=27109704/32951124 swapFree=46575252/67111528
[pid=16631] ppid=16625 vsize=180276 CPUtime=647.53 cores=1,3,5,7
/proc/16631/stat : 16631 (plingeling) S 16625 16631 9395 0 -1 4202496 250695 1252 0 0 64719 34 0 0 22 0 5 0 387422051 184602624 16606 33554432000 4194304 4417452 140736060563376 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/16631/statm: 45069 16606 180 55 0 42955 0
[pid=16631/tid=16638] ppid=16625 vsize=180276 CPUtime=162.28 cores=1,3,5,7
/proc/16631/task/16638/stat : 16638 (plingeling) R 16625 16631 9395 0 -1 4202560 73960 1252 0 0 16218 10 0 0 25 0 5 0 387422053 184602624 16606 33554432000 4194304 4417452 140736060563376 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16631/tid=16639] ppid=16625 vsize=180276 CPUtime=160.66 cores=1,3,5,7
/proc/16631/task/16639/stat : 16639 (plingeling) R 16625 16631 9395 0 -1 4202560 69356 1252 0 0 16057 9 0 0 25 0 5 0 387422053 184602624 16606 33554432000 4194304 4417452 140736060563376 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16631/tid=16640] ppid=16625 vsize=180276 CPUtime=162.27 cores=1,3,5,7
/proc/16631/task/16640/stat : 16640 (plingeling) R 16625 16631 9395 0 -1 4202560 59858 1252 0 0 16219 8 0 0 25 0 5 0 387422053 184602624 16606 33554432000 4194304 4417452 140736060563376 18446744073709551615 4199406 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16631/tid=16641] ppid=16625 vsize=180276 CPUtime=162.27 cores=1,3,5,7
/proc/16631/task/16641/stat : 16641 (plingeling) R 16625 16631 9395 0 -1 4202560 46307 1252 0 0 16222 5 0 0 25 0 5 0 387422053 184602624 16606 33554432000 4194304 4417452 140736060563376 18446744073709551615 4250757 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 647.53
Current children cumulated vsize (KiB) 180276


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

[pid=16631/tid=16639] ppid=16625 vsize=258676 CPUtime=754.68 cores=1,3,5,7
/proc/16631/task/16639/stat : 16639 (plingeling) R 16625 16631 9395 0 -1 4202560 219697 1252 0 0 75437 31 0 0 25 0 5 0 387422053 264884224 36262 33554432000 4194304 4417452 140736060563376 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16631/tid=16640] ppid=16625 vsize=258676 CPUtime=762.3 cores=1,3,5,7
/proc/16631/task/16640/stat : 16640 (plingeling) R 16625 16631 9395 0 -1 4202560 217258 1252 0 0 76198 32 0 0 25 0 5 0 387422053 264884224 36262 33554432000 4194304 4417452 140736060563376 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16631/tid=16641] ppid=16625 vsize=258676 CPUtime=762.3 cores=1,3,5,7
/proc/16631/task/16641/stat : 16641 (plingeling) R 16625 16631 9395 0 -1 4202560 159677 1252 0 0 76208 22 0 0 25 0 5 0 387422053 264884224 36262 33554432000 4194304 4417452 140736060563376 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3041.62
Current children cumulated vsize (KiB) 258676

[startup+822.301 s]
/proc/loadavg: 8.10 8.07 7.77 9/325 16662
/proc/meminfo: memFree=26957396/32951124 swapFree=46575252/67111528
[pid=16631] ppid=16625 vsize=251216 CPUtime=3281 cores=1,3,5,7
/proc/16631/stat : 16631 (plingeling) S 16625 16631 9395 0 -1 4202496 912230 1252 0 0 327968 132 0 0 22 0 5 0 387422051 257245184 34398 33554432000 4194304 4417452 140736060563376 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/16631/statm: 62804 34398 180 55 0 60690 0
[pid=16631/tid=16638] ppid=16625 vsize=251216 CPUtime=822.29 cores=1,3,5,7
/proc/16631/task/16638/stat : 16638 (plingeling) R 16625 16631 9395 0 -1 4202560 273773 1252 0 0 82190 39 0 0 25 0 5 0 387422053 257245184 34398 33554432000 4194304 4417452 140736060563376 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16631/tid=16639] ppid=16625 vsize=251216 CPUtime=814.07 cores=1,3,5,7
/proc/16631/task/16639/stat : 16639 (plingeling) R 16625 16631 9395 0 -1 4202560 235628 1252 0 0 81374 33 0 0 25 0 5 0 387422053 257245184 34398 33554432000 4194304 4417452 140736060563376 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16631/tid=16640] ppid=16625 vsize=251216 CPUtime=822.29 cores=1,3,5,7
/proc/16631/task/16640/stat : 16640 (plingeling) R 16625 16631 9395 0 -1 4202560 232585 1252 0 0 82195 34 0 0 25 0 5 0 387422053 257245184 34398 33554432000 4194304 4417452 140736060563376 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16631/tid=16641] ppid=16625 vsize=251216 CPUtime=822.29 cores=1,3,5,7
/proc/16631/task/16641/stat : 16641 (plingeling) R 16625 16631 9395 0 -1 4202560 169030 1252 0 0 82205 24 0 0 25 0 5 0 387422053 257245184 34398 33554432000 4194304 4417452 140736060563376 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3281
Current children cumulated vsize (KiB) 251216

[startup+882.312 s]
/proc/loadavg: 8.14 8.09 7.79 9/325 16664
/proc/meminfo: memFree=26931540/32951124 swapFree=46575252/67111528
[pid=16631] ppid=16625 vsize=264616 CPUtime=3520.44 cores=1,3,5,7
/proc/16631/stat : 16631 (plingeling) S 16625 16631 9395 0 -1 4202496 959385 1252 0 0 351906 138 0 0 22 0 5 0 387422051 270966784 37750 33554432000 4194304 4417452 140736060563376 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/16631/statm: 66154 37750 180 55 0 64040 0
[pid=16631/tid=16638] ppid=16625 vsize=264616 CPUtime=882.31 cores=1,3,5,7
/proc/16631/task/16638/stat : 16638 (plingeling) R 16625 16631 9395 0 -1 4202560 288426 1252 0 0 88190 41 0 0 25 0 5 0 387422053 270966784 37750 33554432000 4194304 4417452 140736060563376 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16631/tid=16639] ppid=16625 vsize=264616 CPUtime=873.49 cores=1,3,5,7
/proc/16631/task/16639/stat : 16639 (plingeling) R 16625 16631 9395 0 -1 4202560 246839 1252 0 0 87314 35 0 0 25 0 5 0 387422053 270966784 37750 33554432000 4194304 4417452 140736060563376 18446744073709551615 4364711 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16631/tid=16640] ppid=16625 vsize=264616 CPUtime=882.3 cores=1,3,5,7
/proc/16631/task/16640/stat : 16640 (plingeling) R 16625 16631 9395 0 -1 4202560 244628 1252 0 0 88194 36 0 0 25 0 5 0 387422053 270966784 37750 33554432000 4194304 4417452 140736060563376 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16631/tid=16641] ppid=16625 vsize=264616 CPUtime=882.3 cores=1,3,5,7
/proc/16631/task/16641/stat : 16641 (plingeling) R 16625 16631 9395 0 -1 4202560 178278 1252 0 0 88205 25 0 0 25 0 5 0 387422053 270966784 37750 33554432000 4194304 4417452 140736060563376 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3520.44
Current children cumulated vsize (KiB) 264616

[startup+942.301 s]
/proc/loadavg: 8.09 8.08 7.81 9/325 16666
/proc/meminfo: memFree=26872704/32951124 swapFree=46575252/67111528
[pid=16631] ppid=16625 vsize=264748 CPUtime=3759.81 cores=1,3,5,7
/proc/16631/stat : 16631 (plingeling) S 16625 16631 9395 0 -1 4202496 1009918 1252 0 0 375835 146 0 0 22 0 5 0 387422051 271101952 37787 33554432000 4194304 4417452 140736060563376 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/16631/statm: 66187 37787 180 55 0 64073 0
[pid=16631/tid=16638] ppid=16625 vsize=264748 CPUtime=942.3 cores=1,3,5,7
/proc/16631/task/16638/stat : 16638 (plingeling) R 16625 16631 9395 0 -1 4202560 300610 1252 0 0 94187 43 0 0 25 0 5 0 387422053 271101952 37787 33554432000 4194304 4417452 140736060563376 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16631/tid=16639] ppid=16625 vsize=264748 CPUtime=932.88 cores=1,3,5,7
/proc/16631/task/16639/stat : 16639 (plingeling) R 16625 16631 9395 0 -1 4202560 261096 1252 0 0 93251 37 0 0 25 0 5 0 387422053 271101952 37787 33554432000 4194304 4417452 140736060563376 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16631/tid=16640] ppid=16625 vsize=264748 CPUtime=942.29 cores=1,3,5,7
/proc/16631/task/16640/stat : 16640 (plingeling) R 16625 16631 9395 0 -1 4202560 257784 1252 0 0 94191 38 0 0 25 0 5 0 387422053 271101952 37787 33554432000 4194304 4417452 140736060563376 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16631/tid=16641] ppid=16625 vsize=264748 CPUtime=942.29 cores=1,3,5,7
/proc/16631/task/16641/stat : 16641 (plingeling) R 16625 16631 9395 0 -1 4202560 189214 1252 0 0 94203 26 0 0 25 0 5 0 387422053 271101952 37787 33554432000 4194304 4417452 140736060563376 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3759.81
Current children cumulated vsize (KiB) 264748

[startup+1002.3 s]
/proc/loadavg: 8.12 8.09 7.83 9/325 16667
/proc/meminfo: memFree=26848960/32951124 swapFree=46575252/67111528
[pid=16631] ppid=16625 vsize=258104 CPUtime=3999.2 cores=1,3,5,7
/proc/16631/stat : 16631 (plingeling) S 16625 16631 9395 0 -1 4202496 1058221 1252 0 0 399768 152 0 0 22 0 5 0 387422051 264298496 36129 33554432000 4194304 4417452 140736060563376 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/16631/statm: 64526 36129 180 55 0 62412 0
[pid=16631/tid=16638] ppid=16625 vsize=258104 CPUtime=1002.3 cores=1,3,5,7
/proc/16631/task/16638/stat : 16638 (plingeling) R 16625 16631 9395 0 -1 4202560 308411 1252 0 0 100186 44 0 0 25 0 5 0 387422053 264298496 36129 33554432000 4194304 4417452 140736060563376 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16631/tid=16639] ppid=16625 vsize=258104 CPUtime=992.27 cores=1,3,5,7
/proc/16631/task/16639/stat : 16639 (plingeling) R 16625 16631 9395 0 -1 4202560 277667 1252 0 0 99187 40 0 0 25 0 5 0 387422053 264298496 36129 33554432000 4194304 4417452 140736060563376 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16631/tid=16640] ppid=16625 vsize=258104 CPUtime=1002.29 cores=1,3,5,7
/proc/16631/task/16640/stat : 16640 (plingeling) R 16625 16631 9395 0 -1 4202560 271795 1252 0 0 100190 39 0 0 25 0 5 0 387422053 264298496 36129 33554432000 4194304 4417452 140736060563376 18446744073709551615 4365258 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16631/tid=16641] ppid=16625 vsize=258104 CPUtime=1002.29 cores=1,3,5,7
/proc/16631/task/16641/stat : 16641 (plingeling) R 16625 16631 9395 0 -1 4202560 199134 1252 0 0 100202 27 0 0 25 0 5 0 387422053 264298496 36129 33554432000 4194304 4417452 140736060563376 18446744073709551615 4364461 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3999.2
Current children cumulated vsize (KiB) 258104

[startup+1062.3 s]
/proc/loadavg: 8.17 8.11 7.84 9/325 16669
/proc/meminfo: memFree=26834136/32951124 swapFree=46575252/67111528
[pid=16631] ppid=16625 vsize=272464 CPUtime=4238.62 cores=1,3,5,7
/proc/16631/stat : 16631 (plingeling) S 16625 16631 9395 0 -1 4202496 1110115 1252 0 0 423702 160 0 0 22 0 5 0 387422051 279003136 39720 33554432000 4194304 4417452 140736060563376 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/16631/statm: 68116 39720 180 55 0 66002 0
[pid=16631/tid=16638] ppid=16625 vsize=272464 CPUtime=1062.29 cores=1,3,5,7
/proc/16631/task/16638/stat : 16638 (plingeling) R 16625 16631 9395 0 -1 4202560 322302 1252 0 0 106184 45 0 0 25 0 5 0 387422053 279003136 39720 33554432000 4194304 4417452 140736060563376 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16631/tid=16639] ppid=16625 vsize=272464 CPUtime=1051.69 cores=1,3,5,7
/proc/16631/task/16639/stat : 16639 (plingeling) R 16625 16631 9395 0 -1 4202560 294341 1252 0 0 105126 43 0 0 25 0 5 0 387422053 279003136 39720 33554432000 4194304 4417452 140736060563376 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16631/tid=16640] ppid=16625 vsize=272464 CPUtime=1062.3 cores=1,3,5,7
/proc/16631/task/16640/stat : 16640 (plingeling) R 16625 16631 9395 0 -1 4202560 281664 1252 0 0 106189 41 0 0 25 0 5 0 387422053 279003136 39720 33554432000 4194304 4417452 140736060563376 18446744073709551615 4366385 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16631/tid=16641] ppid=16625 vsize=272464 CPUtime=1062.3 cores=1,3,5,7
/proc/16631/task/16641/stat : 16641 (plingeling) R 16625 16631 9395 0 -1 4202560 210594 1252 0 0 106200 30 0 0 25 0 5 0 387422053 279003136 39720 33554432000 4194304 4417452 140736060563376 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4238.62
Current children cumulated vsize (KiB) 272464

[startup+1122.3 s]
/proc/loadavg: 8.13 8.10 7.86 9/325 16670
/proc/meminfo: memFree=26843748/32951124 swapFree=46575252/67111528
[pid=16631] ppid=16625 vsize=273656 CPUtime=4478.02 cores=1,3,5,7
/proc/16631/stat : 16631 (plingeling) S 16625 16631 9395 0 -1 4202496 1154927 1252 0 0 447635 167 0 0 22 0 5 0 387422051 280223744 40034 33554432000 4194304 4417452 140736060563376 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/16631/statm: 68414 40034 180 55 0 66300 0
[pid=16631/tid=16638] ppid=16625 vsize=273656 CPUtime=1122.29 cores=1,3,5,7
/proc/16631/task/16638/stat : 16638 (plingeling) R 16625 16631 9395 0 -1 4202560 332364 1252 0 0 112183 46 0 0 25 0 5 0 387422053 280223744 40034 33554432000 4194304 4417452 140736060563376 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16631/tid=16639] ppid=16625 vsize=273656 CPUtime=1111.07 cores=1,3,5,7
/proc/16631/task/16639/stat : 16639 (plingeling) R 16625 16631 9395 0 -1 4202560 305175 1252 0 0 111063 44 0 0 25 0 5 0 387422053 280223744 40034 33554432000 4194304 4417452 140736060563376 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16631/tid=16640] ppid=16625 vsize=273656 CPUtime=1122.29 cores=1,3,5,7
/proc/16631/task/16640/stat : 16640 (plingeling) R 16625 16631 9395 0 -1 4202560 298452 1252 0 0 112185 44 0 0 25 0 5 0 387422053 280223744 40034 33554432000 4194304 4417452 140736060563376 18446744073709551615 4364653 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16631/tid=16641] ppid=16625 vsize=273656 CPUtime=1122.29 cores=1,3,5,7
/proc/16631/task/16641/stat : 16641 (plingeling) R 16625 16631 9395 0 -1 4202560 217722 1252 0 0 112199 30 0 0 25 0 5 0 387422053 280223744 40034 33554432000 4194304 4417452 140736060563376 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4478.02
Current children cumulated vsize (KiB) 273656

[startup+1182.3 s]
/proc/loadavg: 8.05 8.08 7.86 9/325 16672
/proc/meminfo: memFree=26804636/32951124 swapFree=46575252/67111528
[pid=16631] ppid=16625 vsize=289464 CPUtime=4717.43 cores=1,3,5,7
/proc/16631/stat : 16631 (plingeling) S 16625 16631 9395 0 -1 4202496 1201581 1252 0 0 471568 175 0 0 22 0 5 0 387422051 296411136 43999 33554432000 4194304 4417452 140736060563376 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/16631/statm: 72366 43999 180 55 0 70252 0
[pid=16631/tid=16638] ppid=16625 vsize=289464 CPUtime=1182.3 cores=1,3,5,7
/proc/16631/task/16638/stat : 16638 (plingeling) R 16625 16631 9395 0 -1 4202560 345827 1252 0 0 118181 49 0 0 25 0 5 0 387422053 296411136 43999 33554432000 4194304 4417452 140736060563376 18446744073709551615 4366480 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16631/tid=16639] ppid=16625 vsize=289464 CPUtime=1170.49 cores=1,3,5,7
/proc/16631/task/16639/stat : 16639 (plingeling) R 16625 16631 9395 0 -1 4202560 318631 1252 0 0 117002 47 0 0 25 0 5 0 387422053 296411136 43999 33554432000 4194304 4417452 140736060563376 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16631/tid=16640] ppid=16625 vsize=289464 CPUtime=1182.3 cores=1,3,5,7
/proc/16631/task/16640/stat : 16640 (plingeling) R 16625 16631 9395 0 -1 4202560 308920 1252 0 0 118184 46 0 0 25 0 5 0 387422053 296411136 43999 33554432000 4194304 4417452 140736060563376 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16631/tid=16641] ppid=16625 vsize=289464 CPUtime=1182.3 cores=1,3,5,7
/proc/16631/task/16641/stat : 16641 (plingeling) R 16625 16631 9395 0 -1 4202560 226989 1252 0 0 118198 32 0 0 25 0 5 0 387422053 296411136 43999 33554432000 4194304 4417452 140736060563376 18446744073709551615 4321404 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4717.43
Current children cumulated vsize (KiB) 289464



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203 s]
/proc/loadavg: 8.03 8.07 7.86 9/325 16673
/proc/meminfo: memFree=26762192/32951124 swapFree=46575252/67111528
[pid=16631] ppid=16625 vsize=282396 CPUtime=4800.05 cores=1,3,5,7
/proc/16631/stat : 16631 (plingeling) S 16625 16631 9395 0 -1 4202496 1218141 1252 0 0 479827 178 0 0 22 0 5 0 387422051 289173504 42204 33554432000 4194304 4417452 140736060563376 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/16631/statm: 70599 42204 180 55 0 68485 0
[pid=16631/tid=16638] ppid=16625 vsize=282396 CPUtime=1203.02 cores=1,3,5,7
/proc/16631/task/16638/stat : 16638 (plingeling) R 16625 16631 9395 0 -1 4202560 352439 1252 0 0 120252 50 0 0 25 0 5 0 387422053 289173504 42204 33554432000 4194304 4417452 140736060563376 18446744073709551615 4236891 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16631/tid=16639] ppid=16625 vsize=282396 CPUtime=1190.98 cores=1,3,5,7
/proc/16631/task/16639/stat : 16639 (plingeling) R 16625 16631 9395 0 -1 4202560 322073 1252 0 0 119050 48 0 0 25 0 5 0 387422053 289173504 42204 33554432000 4194304 4417452 140736060563376 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16631/tid=16640] ppid=16625 vsize=282396 CPUtime=1203.01 cores=1,3,5,7
/proc/16631/task/16640/stat : 16640 (plingeling) R 16625 16631 9395 0 -1 4202560 312787 1252 0 0 120255 46 0 0 25 0 5 0 387422053 289173504 42204 33554432000 4194304 4417452 140736060563376 18446744073709551615 4364809 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16631/tid=16641] ppid=16625 vsize=282396 CPUtime=1203.02 cores=1,3,5,7
/proc/16631/task/16641/stat : 16641 (plingeling) R 16625 16631 9395 0 -1 4202560 229628 1252 0 0 120269 33 0 0 25 0 5 0 387422053 289173504 42204 33554432000 4194304 4417452 140736060563376 18446744073709551615 4364653 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.05
Current children cumulated vsize (KiB) 282396

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

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

[startup+1203 s]
/proc/loadavg: 8.03 8.07 7.86 9/325 16673
/proc/meminfo: memFree=26762192/32951124 swapFree=46575252/67111528
[pid=16631] ppid=16625 vsize=282396 CPUtime=4800.05 cores=1,3,5,7
/proc/16631/stat : 16631 (plingeling) S 16625 16631 9395 0 -1 4202496 1218141 1252 0 0 479827 178 0 0 22 0 5 0 387422051 289173504 42204 33554432000 4194304 4417452 140736060563376 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/16631/statm: 70599 42204 180 55 0 68485 0
[pid=16631/tid=16638] ppid=16625 vsize=282396 CPUtime=1203.02 cores=1,3,5,7
/proc/16631/task/16638/stat : 16638 (plingeling) R 16625 16631 9395 0 -1 4202560 352439 1252 0 0 120252 50 0 0 25 0 5 0 387422053 289173504 42204 33554432000 4194304 4417452 140736060563376 18446744073709551615 4236891 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16631/tid=16639] ppid=16625 vsize=282396 CPUtime=1190.98 cores=1,3,5,7
/proc/16631/task/16639/stat : 16639 (plingeling) R 16625 16631 9395 0 -1 4202560 322073 1252 0 0 119050 48 0 0 25 0 5 0 387422053 289173504 42204 33554432000 4194304 4417452 140736060563376 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16631/tid=16640] ppid=16625 vsize=282396 CPUtime=1203.01 cores=1,3,5,7
/proc/16631/task/16640/stat : 16640 (plingeling) R 16625 16631 9395 0 -1 4202560 312787 1252 0 0 120255 46 0 0 25 0 5 0 387422053 289173504 42204 33554432000 4194304 4417452 140736060563376 18446744073709551615 4364809 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16631/tid=16641] ppid=16625 vsize=282396 CPUtime=1203.02 cores=1,3,5,7
/proc/16631/task/16641/stat : 16641 (plingeling) R 16625 16631 9395 0 -1 4202560 229628 1252 0 0 120269 33 0 0 25 0 5 0 387422053 289173504 42204 33554432000 4194304 4417452 140736060563376 18446744073709551615 4364653 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.05
Current children cumulated vsize (KiB) 282396

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.03
CPU time (s): 4800.1
CPU user time (s): 4798.31
CPU system time (s): 1.79173
CPU usage (%): 399.002
Max. virtual memory (cumulated for all children) (KiB): 298052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.31
system time used= 1.79173
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1219393
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= 73
involuntary context switches= 33692

runsolver used 3.44348 second user time and 8.60069 second system time

The end

Launcher Data

Begin job on node107 at 2011-05-15 06:05:08
IDJOB=3371060
IDBENCH=87739
IDSOLVER=1848
FILE ID=node107/3371060-1305432308
RUNJOBID= node107-1305432308-16603
PBS_JOBID= 13324575
Free space on /tmp= 73492 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT02/handmade/simon/satex-challenges/par32-3.shuffled.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371060-1305432308/watcher-3371060-1305432308 -o /tmp/evaluation-result-3371060-1305432308/solver-3371060-1305432308 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371060-1305432308.cnf

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

MD5SUM BENCH= 0115a0e26236f3f01aa829c2004452c1
RANDOM SEED=2105738125

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:      27251220 kB
Buffers:        148052 kB
Cached:         984228 kB
SwapCached:       9832 kB
Active:        5243204 kB
Inactive:       176636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27251220 kB
SwapTotal:    67111528 kB
SwapFree:     46575252 kB
Dirty:             456 kB
Writeback:           0 kB
AnonPages:     4285300 kB
Mapped:          19512 kB
Slab:           146376 kB
PageTables:      69224 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 64938368 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= 73492 MiB
End job on node107 at 2011-05-15 06:25:13