Trace number 3371463

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.33 1203.05

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top24.cnf
MD5SUM1f485d737caaaca49e2c467c83cbdcec
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark520.047
Satisfiable
(Un)Satisfiability was proved
Number of variables65983
Number of clauses209942
Sum of the clauses size513194
Maximum clause length2578
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2127592
Number of clauses of size 380970
Number of clauses of size 4299
Number of clauses of size 522
Number of clauses of size over 51058

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-3371463-1305423211/watcher-3371463-1305423211 -o /tmp/evaluation-result-3371463-1305423211/solver-3371463-1305423211 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3371463-1305423211.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.42 5.43 6.90 6/295 29276
/proc/meminfo: memFree=24355056/32951124 swapFree=63485424/67111528
[pid=29276] ppid=29274 vsize=18800 CPUtime=0 cores=0,2,4,6
/proc/29276/stat : 29276 (plingeling) R 29274 29276 28842 0 -1 4202496 2769 1251 0 0 0 0 0 0 21 0 1 0 634737027 19251200 2699 33554432000 4194304 4417452 140735420182752 18446744073709551615 220816236288 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/29276/statm: 4700 2699 144 55 0 2586 0

[startup+0.0624119 s]
/proc/loadavg: 3.42 5.43 6.90 6/295 29276
/proc/meminfo: memFree=24355056/32951124 swapFree=63485424/67111528
[pid=29276] ppid=29274 vsize=29816 CPUtime=0.05 cores=0,2,4,6
/proc/29276/stat : 29276 (plingeling) R 29274 29276 28842 0 -1 4202496 5564 1251 0 0 5 0 0 0 21 0 1 0 634737027 30531584 5478 33554432000 4194304 4417452 140735420182752 18446744073709551615 4231470 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/29276/statm: 7454 5478 149 55 0 5340 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 29816

[startup+0.10042 s]
/proc/loadavg: 3.42 5.43 6.90 6/295 29276
/proc/meminfo: memFree=24355056/32951124 swapFree=63485424/67111528
[pid=29276] ppid=29274 vsize=33912 CPUtime=0.08 cores=0,2,4,6
/proc/29276/stat : 29276 (plingeling) R 29274 29276 28842 0 -1 4202496 6588 1251 0 0 8 0 0 0 21 0 1 0 634737027 34725888 6502 33554432000 4194304 4417452 140735420182752 18446744073709551615 220816236288 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/29276/statm: 8478 6502 149 55 0 6364 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 33912

[startup+1.06119 s]
/proc/loadavg: 3.42 5.43 6.90 6/295 29276
/proc/meminfo: memFree=24355056/32951124 swapFree=63485424/67111528
[pid=29276] ppid=29274 vsize=164296 CPUtime=3.46 cores=0,2,4,6
/proc/29276/stat : 29276 (plingeling) S 29274 29276 28842 0 -1 4202496 35820 1251 0 0 343 3 0 0 22 0 5 0 634737027 168239104 14218 33554432000 4194304 4417452 140735420182752 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/29276/statm: 41074 14218 175 55 0 38960 0
Current children cumulated CPU time (s) 3.46
Current children cumulated vsize (KiB) 164296

[startup+1.10018 s]
/proc/loadavg: 3.42 5.43 6.90 6/295 29276
/proc/meminfo: memFree=24355056/32951124 swapFree=63485424/67111528
[pid=29276] ppid=29274 vsize=164296 CPUtime=3.61 cores=0,2,4,6
/proc/29276/stat : 29276 (plingeling) S 29274 29276 28842 0 -1 4202496 35820 1251 0 0 358 3 0 0 22 0 5 0 634737027 168239104 13879 33554432000 4194304 4417452 140735420182752 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/29276/statm: 41074 13879 175 55 0 38960 0
Current children cumulated CPU time (s) 3.61
Current children cumulated vsize (KiB) 164296

[startup+1.50111 s]
/proc/loadavg: 3.42 5.43 6.90 6/295 29276
/proc/meminfo: memFree=24355056/32951124 swapFree=63485424/67111528
[pid=29276] ppid=29274 vsize=161576 CPUtime=5.21 cores=0,2,4,6
/proc/29276/stat : 29276 (plingeling) S 29274 29276 28842 0 -1 4202496 44119 1251 0 0 517 4 0 0 22 0 5 0 634737027 165453824 13538 33554432000 4194304 4417452 140735420182752 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/29276/statm: 40394 13538 175 55 0 38280 0
Current children cumulated CPU time (s) 5.21
Current children cumulated vsize (KiB) 161576

[startup+3.10081 s]
/proc/loadavg: 3.42 5.43 6.90 9/300 29286
/proc/meminfo: memFree=24280228/32951124 swapFree=63485424/67111528
[pid=29276] ppid=29274 vsize=190936 CPUtime=11.59 cores=0,2,4,6
/proc/29276/stat : 29276 (plingeling) S 29274 29276 28842 0 -1 4202496 53936 1251 0 0 1153 6 0 0 22 0 5 0 634737027 195518464 19790 33554432000 4194304 4417452 140735420182752 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/29276/statm: 47734 19790 180 55 0 45620 0
[pid=29276/tid=29283] ppid=29274 vsize=190936 CPUtime=2.84 cores=0,2,4,6
/proc/29276/task/29283/stat : 29283 (plingeling) R 29274 29276 28842 0 -1 4202560 11368 1251 0 0 283 1 0 0 25 0 5 0 634737053 195518464 19790 33554432000 4194304 4417452 140735420182752 18446744073709551615 4257122 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29276/tid=29284] ppid=29274 vsize=190936 CPUtime=2.83 cores=0,2,4,6
/proc/29276/task/29284/stat : 29284 (plingeling) R 29274 29276 28842 0 -1 4202560 14156 1251 0 0 282 1 0 0 25 0 5 0 634737053 195518464 19790 33554432000 4194304 4417452 140735420182752 18446744073709551615 4252365 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29276/tid=29285] ppid=29274 vsize=190936 CPUtime=2.84 cores=0,2,4,6
/proc/29276/task/29285/stat : 29285 (plingeling) R 29274 29276 28842 0 -1 4202560 11995 1251 0 0 283 1 0 0 25 0 5 0 634737053 195518464 19790 33554432000 4194304 4417452 140735420182752 18446744073709551615 4378077 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29276/tid=29286] ppid=29274 vsize=190936 CPUtime=2.81 cores=0,2,4,6
/proc/29276/task/29286/stat : 29286 (plingeling) R 29274 29276 28842 0 -1 4202560 2114 1251 0 0 281 0 0 0 23 0 5 0 634737053 195518464 19790 33554432000 4194304 4417452 140735420182752 18446744073709551615 4236845 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.59
Current children cumulated vsize (KiB) 190936

[startup+6.30122 s]
/proc/loadavg: 3.78 5.47 6.91 9/300 29286
/proc/meminfo: memFree=24244972/32951124 swapFree=63485424/67111528
[pid=29276] ppid=29274 vsize=203024 CPUtime=24.36 cores=0,2,4,6
/proc/29276/stat : 29276 (plingeling) S 29274 29276 28842 0 -1 4202496 57278 1251 0 0 2430 6 0 0 22 0 5 0 634737027 207896576 22553 33554432000 4194304 4417452 140735420182752 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/29276/statm: 50756 22553 180 55 0 48642 0
[pid=29276/tid=29283] ppid=29274 vsize=203024 CPUtime=6.03 cores=0,2,4,6
/proc/29276/task/29283/stat : 29283 (plingeling) R 29274 29276 28842 0 -1 4202560 12623 1251 0 0 602 1 0 0 25 0 5 0 634737053 207896576 22553 33554432000 4194304 4417452 140735420182752 18446744073709551615 4258267 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29276/tid=29284] ppid=29274 vsize=203024 CPUtime=6.03 cores=0,2,4,6
/proc/29276/task/29284/stat : 29284 (plingeling) R 29274 29276 28842 0 -1 4202560 16243 1251 0 0 602 1 0 0 25 0 5 0 634737053 207896576 22553 33554432000 4194304 4417452 140735420182752 18446744073709551615 4336675 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29276/tid=29285] ppid=29274 vsize=203024 CPUtime=6.04 cores=0,2,4,6
/proc/29276/task/29285/stat : 29285 (plingeling) R 29274 29276 28842 0 -1 4202560 11995 1251 0 0 603 1 0 0 25 0 5 0 634737053 207896576 22553 33554432000 4194304 4417452 140735420182752 18446744073709551615 4249991 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29276/tid=29286] ppid=29274 vsize=203024 CPUtime=5.98 cores=0,2,4,6
/proc/29276/task/29286/stat : 29286 (plingeling) R 29274 29276 28842 0 -1 4202560 2114 1251 0 0 598 0 0 0 25 0 5 0 634737053 207896576 22553 33554432000 4194304 4417452 140735420182752 18446744073709551615 4353557 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.36
Current children cumulated vsize (KiB) 203024

[startup+12.701 s]
/proc/loadavg: 4.12 5.51 6.91 9/300 29286
/proc/meminfo: memFree=24236824/32951124 swapFree=63485424/67111528
[pid=29276] ppid=29274 vsize=200420 CPUtime=49.94 cores=0,2,4,6
/proc/29276/stat : 29276 (plingeling) S 29274 29276 28842 0 -1 4202496 58065 1251 0 0 4987 7 0 0 22 0 5 0 634737027 205230080 22286 33554432000 4194304 4417452 140735420182752 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/29276/statm: 50105 22286 180 55 0 47991 0
[pid=29276/tid=29283] ppid=29274 vsize=200420 CPUtime=12.44 cores=0,2,4,6
/proc/29276/task/29283/stat : 29283 (plingeling) R 29274 29276 28842 0 -1 4202560 12623 1251 0 0 1243 1 0 0 25 0 5 0 634737053 205230080 22286 33554432000 4194304 4417452 140735420182752 18446744073709551615 4250003 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29276/tid=29284] ppid=29274 vsize=200420 CPUtime=12.45 cores=0,2,4,6
/proc/29276/task/29284/stat : 29284 (plingeling) R 29274 29276 28842 0 -1 4202560 16627 1251 0 0 1243 2 0 0 25 0 5 0 634737053 205230080 22286 33554432000 4194304 4417452 140735420182752 18446744073709551615 4248888 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29276/tid=29285] ppid=29274 vsize=200420 CPUtime=12.45 cores=0,2,4,6
/proc/29276/task/29285/stat : 29285 (plingeling) R 29274 29276 28842 0 -1 4202560 11995 1251 0 0 1244 1 0 0 25 0 5 0 634737053 205230080 22286 33554432000 4194304 4417452 140735420182752 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29276/tid=29286] ppid=29274 vsize=200420 CPUtime=12.33 cores=0,2,4,6
/proc/29276/task/29286/stat : 29286 (plingeling) R 29274 29276 28842 0 -1 4202560 2517 1251 0 0 1233 0 0 0 25 0 5 0 634737053 205230080 22286 33554432000 4194304 4417452 140735420182752 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 49.94
Current children cumulated vsize (KiB) 200420

[startup+25.5007 s]
/proc/loadavg: 4.98 5.63 6.93 9/300 29286
/proc/meminfo: memFree=24232236/32951124 swapFree=63485424/67111528
[pid=29276] ppid=29274 vsize=191904 CPUtime=100.99 cores=0,2,4,6
/proc/29276/stat : 29276 (plingeling) S 29274 29276 28842 0 -1 4202496 60507 1251 0 0 10092 7 0 0 22 0 5 0 634737027 196509696 20400 33554432000 4194304 4417452 140735420182752 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/29276/statm: 47976 20400 180 55 0 45862 0
[pid=29276/tid=29283] ppid=29274 vsize=191904 CPUtime=25.23 cores=0,2,4,6
/proc/29276/task/29283/stat : 29283 (plingeling) R 29274 29276 28842 0 -1 4202560 12646 1251 0 0 2522 1 0 0 25 0 5 0 634737053 196509696 20400 33554432000 4194304 4417452 140735420182752 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29276/tid=29284] ppid=29274 vsize=191904 CPUtime=25.23 cores=0,2,4,6
/proc/29276/task/29284/stat : 29284 (plingeling) R 29274 29276 28842 0 -1 4202560 19002 1251 0 0 2521 2 0 0 25 0 5 0 634737053 196509696 20400 33554432000 4194304 4417452 140735420182752 18446744073709551615 4320992 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29276/tid=29285] ppid=29274 vsize=191904 CPUtime=25.24 cores=0,2,4,6
/proc/29276/task/29285/stat : 29285 (plingeling) R 29274 29276 28842 0 -1 4202560 12039 1251 0 0 2523 1 0 0 25 0 5 0 634737053 196509696 20400 33554432000 4194304 4417452 140735420182752 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29276/tid=29286] ppid=29274 vsize=191904 CPUtime=25.01 cores=0,2,4,6
/proc/29276/task/29286/stat : 29286 (plingeling) R 29274 29276 28842 0 -1 4202560 2517 1251 0 0 2501 0 0 0 25 0 5 0 634737053 196509696 20400 33554432000 4194304 4417452 140735420182752 18446744073709551615 4237262 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 100.99
Current children cumulated vsize (KiB) 191904

[startup+51.101 s]
/proc/loadavg: 6.01 5.82 6.95 9/300 29287
/proc/meminfo: memFree=24196604/32951124 swapFree=63485424/67111528
[pid=29276] ppid=29274 vsize=202708 CPUtime=203.15 cores=0,2,4,6
/proc/29276/stat : 29276 (plingeling) S 29274 29276 28842 0 -1 4202496 75300 1251 0 0 20306 9 0 0 22 0 5 0 634737027 207572992 24497 33554432000 4194304 4417452 140735420182752 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/29276/statm: 50677 24497 180 55 0 48563 0
[pid=29276/tid=29283] ppid=29274 vsize=202708 CPUtime=50.84 cores=0,2,4,6
/proc/29276/task/29283/stat : 29283 (plingeling) R 29274 29276 28842 0 -1 4202560 16324 1251 0 0 5082 2 0 0 25 0 5 0 634737053 207572992 24497 33554432000 4194304 4417452 140735420182752 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29276/tid=29284] ppid=29274 vsize=202708 CPUtime=50.83 cores=0,2,4,6
/proc/29276/task/29284/stat : 29284 (plingeling) R 29274 29276 28842 0 -1 4202560 27965 1251 0 0 5079 4 0 0 25 0 5 0 634737053 207572992 24497 33554432000 4194304 4417452 140735420182752 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29276/tid=29285] ppid=29274 vsize=202708 CPUtime=50.83 cores=0,2,4,6
/proc/29276/task/29285/stat : 29285 (plingeling) R 29274 29276 28842 0 -1 4202560 14112 1251 0 0 5082 1 0 0 25 0 5 0 634737053 207572992 24497 33554432000 4194304 4417452 140735420182752 18446744073709551615 4364756 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29276/tid=29286] ppid=29274 vsize=202708 CPUtime=50.37 cores=0,2,4,6
/proc/29276/task/29286/stat : 29286 (plingeling) R 29274 29276 28842 0 -1 4202560 2596 1251 0 0 5037 0 0 0 25 0 5 0 634737053 207572992 24497 33554432000 4194304 4417452 140735420182752 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.15
Current children cumulated vsize (KiB) 202708

[startup+102.301 s]
/proc/loadavg: 7.13 6.16 7.01 9/300 29288
/proc/meminfo: memFree=24122060/32951124 swapFree=63485424/67111528
[pid=29276] ppid=29274 vsize=246944 CPUtime=407.48 cores=0,2,4,6
/proc/29276/stat : 29276 (plingeling) S 29274 29276 28842 0 -1 4202496 109397 1251 0 0 40734 14 0 0 22 0 5 0 634737027 252870656 35542 33554432000 4194304 4417452 140735420182752 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/29276/statm: 61736 35542 180 55 0 59622 0
[pid=29276/tid=29283] ppid=29274 vsize=246944 CPUtime=102.04 cores=0,2,4,6
/proc/29276/task/29283/stat : 29283 (plingeling) R 29274 29276 28842 0 -1 4202560 22127 1251 0 0 10201 3 0 0 25 0 5 0 634737053 252870656 35542 33554432000 4194304 4417452 140735420182752 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29276/tid=29284] ppid=29274 vsize=246944 CPUtime=102.03 cores=0,2,4,6
/proc/29276/task/29284/stat : 29284 (plingeling) R 29274 29276 28842 0 -1 4202560 49195 1251 0 0 10196 7 0 0 25 0 5 0 634737053 252870656 35542 33554432000 4194304 4417452 140735420182752 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29276/tid=29285] ppid=29274 vsize=246944 CPUtime=102.04 cores=0,2,4,6
/proc/29276/task/29285/stat : 29285 (plingeling) R 29274 29276 28842 0 -1 4202560 19740 1251 0 0 10202 2 0 0 25 0 5 0 634737053 252870656 35542 33554432000 4194304 4417452 140735420182752 18446744073709551615 4353598 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29276/tid=29286] ppid=29274 vsize=246944 CPUtime=101.1 cores=0,2,4,6
/proc/29276/task/29286/stat : 29286 (plingeling) R 29274 29276 28842 0 -1 4202560 4032 1251 0 0 10110 0 0 0 25 0 5 0 634737053 252870656 35542 33554432000 4194304 4417452 140735420182752 18446744073709551615 4365118 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 407.48
Current children cumulated vsize (KiB) 246944

[startup+162.3 s]
/proc/loadavg: 7.72 6.50 7.07 9/300 29290
/proc/meminfo: memFree=24096616/32951124 swapFree=63485424/67111528
[pid=29276] ppid=29274 vsize=268528 CPUtime=646.97 cores=0,2,4,6
/proc/29276/stat : 29276 (plingeling) S 29274 29276 28842 0 -1 4202496 155828 1251 0 0 64676 21 0 0 22 0 5 0 634737027 274972672 40202 33554432000 4194304 4417452 140735420182752 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/29276/statm: 67132 40202 180 55 0 65018 0
[pid=29276/tid=29283] ppid=29274 vsize=268528 CPUtime=162.05 cores=0,2,4,6
/proc/29276/task/29283/stat : 29283 (plingeling) R 29274 29276 28842 0 -1 4202560 31284 1251 0 0 16201 4 0 0 25 0 5 0 634737053 274972672 40202 33554432000 4194304 4417452 140735420182752 18446744073709551615 4366400 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29276/tid=29284] ppid=29274 vsize=268528 CPUtime=162.04 cores=0,2,4,6
/proc/29276/task/29284/stat : 29284 (plingeling) R 29274 29276 28842 0 -1 4202560 72836 1251 0 0 16193 11 0 0 25 0 5 0 634737053 274972672 40202 33554432000 4194304 4417452 140735420182752 18446744073709551615 4364765 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29276/tid=29285] ppid=29274 vsize=268528 CPUtime=162.04 cores=0,2,4,6
/proc/29276/task/29285/stat : 29285 (plingeling) R 29274 29276 28842 0 -1 4202560 25695 1251 0 0 16202 2 0 0 25 0 5 0 634737053 274972672 40202 33554432000 4194304 4417452 140735420182752 18446744073709551615 4237284 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29276/tid=29286] ppid=29274 vsize=268528 CPUtime=160.55 cores=0,2,4,6
/proc/29276/task/29286/stat : 29286 (plingeling) R 29274 29276 28842 0 -1 4202560 11710 1251 0 0 16054 1 0 0 25 0 5 0 634737053 274972672 40202 33554432000 4194304 4417452 140735420182752 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 646.97
Current children cumulated vsize (KiB) 268528

[startup+222.3 s]
/proc/loadavg: 7.93 6.79 7.13 9/300 29292
/proc/meminfo: memFree=24065468/32951124 swapFree=63485424/67111528
[pid=29276] ppid=29274 vsize=271100 CPUtime=886.39 cores=0,2,4,6
/proc/29276/stat : 29276 (plingeling) S 29274 29276 28842 0 -1 4202496 213066 1251 0 0 88609 30 0 0 22 0 5 0 634737027 277606400 40648 33554432000 4194304 4417452 140735420182752 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/29276/statm: 67775 40648 180 55 0 65661 0
[pid=29276/tid=29283] ppid=29274 vsize=271100 CPUtime=222.04 cores=0,2,4,6
/proc/29276/task/29283/stat : 29283 (plingeling) R 29274 29276 28842 0 -1 4202560 41446 1251 0 0 22199 5 0 0 25 0 5 0 634737053 277606400 40648 33554432000 4194304 4417452 140735420182752 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 4 0 0 0

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

[pid=29276/tid=29284] ppid=29274 vsize=548880 CPUtime=762.04 cores=0,2,4,6
/proc/29276/task/29284/stat : 29284 (plingeling) R 29274 29276 28842 0 -1 4202560 306987 1251 0 0 76158 46 0 0 25 0 5 0 634737053 562053120 110850 33554432000 4194304 4417452 140735420182752 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29276/tid=29285] ppid=29274 vsize=548880 CPUtime=762.05 cores=0,2,4,6
/proc/29276/task/29285/stat : 29285 (plingeling) R 29274 29276 28842 0 -1 4202560 168322 1251 0 0 76181 24 0 0 25 0 5 0 634737053 562053120 110850 33554432000 4194304 4417452 140735420182752 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29276/tid=29286] ppid=29274 vsize=548880 CPUtime=755.01 cores=0,2,4,6
/proc/29276/task/29286/stat : 29286 (plingeling) R 29274 29276 28842 0 -1 4202560 125996 1251 0 0 75482 19 0 0 25 0 5 0 634737053 562053120 110850 33554432000 4194304 4417452 140735420182752 18446744073709551615 4365984 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3041.44
Current children cumulated vsize (KiB) 548880

[startup+822.301 s]
/proc/loadavg: 8.15 7.94 7.59 9/300 29422
/proc/meminfo: memFree=23917596/32951124 swapFree=63485424/67111528
[pid=29276] ppid=29274 vsize=502844 CPUtime=3280.93 cores=0,2,4,6
/proc/29276/stat : 29276 (plingeling) S 29274 29276 28842 0 -1 4202496 876730 1251 0 0 327961 132 0 0 22 0 5 0 634737027 514912256 99341 33554432000 4194304 4417452 140735420182752 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/29276/statm: 125711 99341 180 55 0 123597 0
[pid=29276/tid=29283] ppid=29274 vsize=502844 CPUtime=822.07 cores=0,2,4,6
/proc/29276/task/29283/stat : 29283 (plingeling) R 29274 29276 28842 0 -1 4202560 229492 1251 0 0 82173 34 0 0 25 0 5 0 634737053 514912256 99341 33554432000 4194304 4417452 140735420182752 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29276/tid=29284] ppid=29274 vsize=502844 CPUtime=822.04 cores=0,2,4,6
/proc/29276/task/29284/stat : 29284 (plingeling) R 29274 29276 28842 0 -1 4202560 312624 1251 0 0 82157 47 0 0 25 0 5 0 634737053 514912256 99341 33554432000 4194304 4417452 140735420182752 18446744073709551615 4366079 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29276/tid=29285] ppid=29274 vsize=502844 CPUtime=822.06 cores=0,2,4,6
/proc/29276/task/29285/stat : 29285 (plingeling) R 29274 29276 28842 0 -1 4202560 183238 1251 0 0 82180 26 0 0 25 0 5 0 634737053 514912256 99341 33554432000 4194304 4417452 140735420182752 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29276/tid=29286] ppid=29274 vsize=502844 CPUtime=814.46 cores=0,2,4,6
/proc/29276/task/29286/stat : 29286 (plingeling) R 29274 29276 28842 0 -1 4202560 137073 1251 0 0 81425 21 0 0 25 0 5 0 634737053 514912256 99341 33554432000 4194304 4417452 140735420182752 18446744073709551615 4364653 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3280.93
Current children cumulated vsize (KiB) 502844

[startup+882.301 s]
/proc/loadavg: 8.09 7.96 7.61 9/300 29423
/proc/meminfo: memFree=23842268/32951124 swapFree=63485424/67111528
[pid=29276] ppid=29274 vsize=575292 CPUtime=3520.35 cores=0,2,4,6
/proc/29276/stat : 29276 (plingeling) S 29274 29276 28842 0 -1 4202496 940228 1251 0 0 351893 142 0 0 22 0 5 0 634737027 589099008 116067 33554432000 4194304 4417452 140735420182752 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/29276/statm: 143823 116067 180 55 0 141709 0
[pid=29276/tid=29283] ppid=29274 vsize=575292 CPUtime=882.07 cores=0,2,4,6
/proc/29276/task/29283/stat : 29283 (plingeling) R 29274 29276 28842 0 -1 4202560 241747 1251 0 0 88171 36 0 0 25 0 5 0 634737053 589099008 116067 33554432000 4194304 4417452 140735420182752 18446744073709551615 4364542 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29276/tid=29284] ppid=29274 vsize=575292 CPUtime=882.04 cores=0,2,4,6
/proc/29276/task/29284/stat : 29284 (plingeling) R 29274 29276 28842 0 -1 4202560 337759 1251 0 0 88152 52 0 0 25 0 5 0 634737053 589099008 116067 33554432000 4194304 4417452 140735420182752 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29276/tid=29285] ppid=29274 vsize=575292 CPUtime=882.06 cores=0,2,4,6
/proc/29276/task/29285/stat : 29285 (plingeling) R 29274 29276 28842 0 -1 4202560 196837 1251 0 0 88178 28 0 0 25 0 5 0 634737053 589099008 116067 33554432000 4194304 4417452 140735420182752 18446744073709551615 4364984 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29276/tid=29286] ppid=29274 vsize=575292 CPUtime=873.91 cores=0,2,4,6
/proc/29276/task/29286/stat : 29286 (plingeling) R 29274 29276 28842 0 -1 4202560 149582 1251 0 0 87368 23 0 0 25 0 5 0 634737053 589099008 116067 33554432000 4194304 4417452 140735420182752 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3520.35
Current children cumulated vsize (KiB) 575292

[startup+942.311 s]
/proc/loadavg: 8.14 7.99 7.65 9/300 29425
/proc/meminfo: memFree=23813936/32951124 swapFree=63485424/67111528
[pid=29276] ppid=29274 vsize=580556 CPUtime=3759.84 cores=0,2,4,6
/proc/29276/stat : 29276 (plingeling) S 29274 29276 28842 0 -1 4202496 973403 1251 0 0 375837 147 0 0 22 0 5 0 634737027 594489344 117415 33554432000 4194304 4417452 140735420182752 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/29276/statm: 145139 117415 180 55 0 143025 0
[pid=29276/tid=29283] ppid=29274 vsize=580556 CPUtime=942.07 cores=0,2,4,6
/proc/29276/task/29283/stat : 29283 (plingeling) R 29274 29276 28842 0 -1 4202560 244075 1251 0 0 94171 36 0 0 25 0 5 0 634737053 594489344 117415 33554432000 4194304 4417452 140735420182752 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29276/tid=29284] ppid=29274 vsize=580556 CPUtime=942.05 cores=0,2,4,6
/proc/29276/task/29284/stat : 29284 (plingeling) R 29274 29276 28842 0 -1 4202560 346122 1251 0 0 94152 53 0 0 25 0 5 0 634737053 594489344 117415 33554432000 4194304 4417452 140735420182752 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29276/tid=29285] ppid=29274 vsize=580556 CPUtime=942.07 cores=0,2,4,6
/proc/29276/task/29285/stat : 29285 (plingeling) R 29274 29276 28842 0 -1 4202560 206984 1251 0 0 94178 29 0 0 25 0 5 0 634737053 594489344 117415 33554432000 4194304 4417452 140735420182752 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29276/tid=29286] ppid=29274 vsize=580556 CPUtime=933.36 cores=0,2,4,6
/proc/29276/task/29286/stat : 29286 (plingeling) R 29274 29276 28842 0 -1 4202560 161919 1251 0 0 93311 25 0 0 25 0 5 0 634737053 594489344 117415 33554432000 4194304 4417452 140735420182752 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3759.84
Current children cumulated vsize (KiB) 580556

[startup+1002.3 s]
/proc/loadavg: 8.19 8.03 7.68 9/300 29426
/proc/meminfo: memFree=23724232/32951124 swapFree=63485424/67111528
[pid=29276] ppid=29274 vsize=667636 CPUtime=3999.24 cores=0,2,4,6
/proc/29276/stat : 29276 (plingeling) S 29274 29276 28842 0 -1 4202496 1056368 1251 0 0 399764 160 0 0 22 0 5 0 634737027 683659264 139496 33554432000 4194304 4417452 140735420182752 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/29276/statm: 166909 139496 180 55 0 164795 0
[pid=29276/tid=29283] ppid=29274 vsize=667636 CPUtime=1002.07 cores=0,2,4,6
/proc/29276/task/29283/stat : 29283 (plingeling) R 29274 29276 28842 0 -1 4202560 289388 1251 0 0 100163 44 0 0 25 0 5 0 634737053 683659264 139496 33554432000 4194304 4417452 140735420182752 18446744073709551615 4263096 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29276/tid=29284] ppid=29274 vsize=667636 CPUtime=1002.03 cores=0,2,4,6
/proc/29276/task/29284/stat : 29284 (plingeling) R 29274 29276 28842 0 -1 4202560 354626 1251 0 0 100149 54 0 0 25 0 5 0 634737053 683659264 139496 33554432000 4194304 4417452 140735420182752 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29276/tid=29285] ppid=29274 vsize=667636 CPUtime=1002.06 cores=0,2,4,6
/proc/29276/task/29285/stat : 29285 (plingeling) R 29274 29276 28842 0 -1 4202560 223148 1251 0 0 100174 32 0 0 25 0 5 0 634737053 683659264 139496 33554432000 4194304 4417452 140735420182752 18446744073709551615 4364572 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29276/tid=29286] ppid=29274 vsize=667636 CPUtime=992.8 cores=0,2,4,6
/proc/29276/task/29286/stat : 29286 (plingeling) R 29274 29276 28842 0 -1 4202560 174903 1251 0 0 99253 27 0 0 25 0 5 0 634737053 683659264 139496 33554432000 4194304 4417452 140735420182752 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3999.24
Current children cumulated vsize (KiB) 667636

[startup+1062.3 s]
/proc/loadavg: 8.19 8.05 7.70 9/300 29428
/proc/meminfo: memFree=23752812/32951124 swapFree=63485424/67111528
[pid=29276] ppid=29274 vsize=623380 CPUtime=4238.69 cores=0,2,4,6
/proc/29276/stat : 29276 (plingeling) S 29274 29276 28842 0 -1 4202496 1106155 1251 0 0 423701 168 0 0 22 0 5 0 634737027 638341120 127871 33554432000 4194304 4417452 140735420182752 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/29276/statm: 155845 127871 180 55 0 153731 0
[pid=29276/tid=29283] ppid=29274 vsize=623380 CPUtime=1062.07 cores=0,2,4,6
/proc/29276/task/29283/stat : 29283 (plingeling) R 29274 29276 28842 0 -1 4202560 297580 1251 0 0 106162 45 0 0 25 0 5 0 634737053 638341120 127871 33554432000 4194304 4417452 140735420182752 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29276/tid=29284] ppid=29274 vsize=623380 CPUtime=1062.03 cores=0,2,4,6
/proc/29276/task/29284/stat : 29284 (plingeling) R 29274 29276 28842 0 -1 4202560 365545 1251 0 0 106147 56 0 0 25 0 5 0 634737053 638341120 127871 33554432000 4194304 4417452 140735420182752 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29276/tid=29285] ppid=29274 vsize=623380 CPUtime=1062.06 cores=0,2,4,6
/proc/29276/task/29285/stat : 29285 (plingeling) R 29274 29276 28842 0 -1 4202560 242870 1251 0 0 106171 35 0 0 25 0 5 0 634737053 638341120 127871 33554432000 4194304 4417452 140735420182752 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29276/tid=29286] ppid=29274 vsize=623380 CPUtime=1052.24 cores=0,2,4,6
/proc/29276/task/29286/stat : 29286 (plingeling) R 29274 29276 28842 0 -1 4202560 185857 1251 0 0 105196 28 0 0 25 0 5 0 634737053 638341120 127871 33554432000 4194304 4417452 140735420182752 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4238.69
Current children cumulated vsize (KiB) 623380

[startup+1122.3 s]
/proc/loadavg: 8.12 8.05 7.73 9/300 29430
/proc/meminfo: memFree=23811912/32951124 swapFree=63485424/67111528
[pid=29276] ppid=29274 vsize=561744 CPUtime=4478.15 cores=0,2,4,6
/proc/29276/stat : 29276 (plingeling) S 29274 29276 28842 0 -1 4202496 1130616 1251 0 0 447643 172 0 0 22 0 5 0 634737027 575225856 112587 33554432000 4194304 4417452 140735420182752 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/29276/statm: 140436 112587 180 55 0 138322 0
[pid=29276/tid=29283] ppid=29274 vsize=561744 CPUtime=1122.07 cores=0,2,4,6
/proc/29276/task/29283/stat : 29283 (plingeling) R 29274 29276 28842 0 -1 4202560 304017 1251 0 0 112160 47 0 0 25 0 5 0 634737053 575225856 112587 33554432000 4194304 4417452 140735420182752 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29276/tid=29284] ppid=29274 vsize=561744 CPUtime=1122.03 cores=0,2,4,6
/proc/29276/task/29284/stat : 29284 (plingeling) R 29274 29276 28842 0 -1 4202560 368914 1251 0 0 112147 56 0 0 25 0 5 0 634737053 575225856 112587 33554432000 4194304 4417452 140735420182752 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29276/tid=29285] ppid=29274 vsize=561744 CPUtime=1122.07 cores=0,2,4,6
/proc/29276/task/29285/stat : 29285 (plingeling) R 29274 29276 28842 0 -1 4202560 245103 1251 0 0 112171 36 0 0 25 0 5 0 634737053 575225856 112587 33554432000 4194304 4417452 140735420182752 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29276/tid=29286] ppid=29274 vsize=561744 CPUtime=1111.69 cores=0,2,4,6
/proc/29276/task/29286/stat : 29286 (plingeling) R 29274 29276 28842 0 -1 4202560 198279 1251 0 0 111140 29 0 0 25 0 5 0 634737053 575225856 112587 33554432000 4194304 4417452 140735420182752 18446744073709551615 4353557 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4478.15
Current children cumulated vsize (KiB) 561744

[startup+1182.3 s]
/proc/loadavg: 8.09 8.06 7.74 9/300 29431
/proc/meminfo: memFree=23715028/32951124 swapFree=63485424/67111528
[pid=29276] ppid=29274 vsize=651780 CPUtime=4717.58 cores=0,2,4,6
/proc/29276/stat : 29276 (plingeling) S 29274 29276 28842 0 -1 4202496 1191961 1251 0 0 471578 180 0 0 22 0 5 0 634737027 667422720 135212 33554432000 4194304 4417452 140735420182752 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/29276/statm: 162945 135212 180 55 0 160831 0
[pid=29276/tid=29283] ppid=29274 vsize=651780 CPUtime=1182.07 cores=0,2,4,6
/proc/29276/task/29283/stat : 29283 (plingeling) R 29274 29276 28842 0 -1 4202560 315000 1251 0 0 118159 48 0 0 25 0 5 0 634737053 667422720 135212 33554432000 4194304 4417452 140735420182752 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29276/tid=29284] ppid=29274 vsize=651780 CPUtime=1182.04 cores=0,2,4,6
/proc/29276/task/29284/stat : 29284 (plingeling) R 29274 29276 28842 0 -1 4202560 392008 1251 0 0 118144 60 0 0 25 0 5 0 634737053 667422720 135212 33554432000 4194304 4417452 140735420182752 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29276/tid=29285] ppid=29274 vsize=651780 CPUtime=1182.07 cores=0,2,4,6
/proc/29276/task/29285/stat : 29285 (plingeling) R 29274 29276 28842 0 -1 4202560 260997 1251 0 0 118169 38 0 0 25 0 5 0 634737053 667422720 135212 33554432000 4194304 4417452 140735420182752 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29276/tid=29286] ppid=29274 vsize=651780 CPUtime=1171.13 cores=0,2,4,6
/proc/29276/task/29286/stat : 29286 (plingeling) R 29274 29276 28842 0 -1 4202560 209653 1251 0 0 117082 31 0 0 25 0 5 0 634737053 667422720 135212 33554432000 4194304 4417452 140735420182752 18446744073709551615 4353557 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4717.58
Current children cumulated vsize (KiB) 651780



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.01 s]
/proc/loadavg: 8.06 8.05 7.75 9/300 29432
/proc/meminfo: memFree=23695296/32951124 swapFree=63485424/67111528
[pid=29276] ppid=29274 vsize=697724 CPUtime=4800.26 cores=0,2,4,6
/proc/29276/stat : 29276 (plingeling) S 29274 29276 28842 0 -1 4202496 1203447 1251 0 0 479845 181 0 0 22 0 5 0 634737027 714469376 146698 33554432000 4194304 4417452 140735420182752 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/29276/statm: 174431 146698 180 55 0 172317 0
[pid=29276/tid=29283] ppid=29274 vsize=697724 CPUtime=1202.8 cores=0,2,4,6
/proc/29276/task/29283/stat : 29283 (plingeling) R 29274 29276 28842 0 -1 4202560 315008 1251 0 0 120232 48 0 0 25 0 5 0 634737053 714469376 146698 33554432000 4194304 4417452 140735420182752 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29276/tid=29284] ppid=29274 vsize=697724 CPUtime=1202.76 cores=0,2,4,6
/proc/29276/task/29284/stat : 29284 (plingeling) R 29274 29276 28842 0 -1 4202560 392008 1251 0 0 120216 60 0 0 25 0 5 0 634737053 714469376 146698 33554432000 4194304 4417452 140735420182752 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29276/tid=29285] ppid=29274 vsize=697724 CPUtime=1202.79 cores=0,2,4,6
/proc/29276/task/29285/stat : 29285 (plingeling) R 29274 29276 28842 0 -1 4202560 269189 1251 0 0 120240 39 0 0 25 0 5 0 634737053 714469376 146698 33554432000 4194304 4417452 140735420182752 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29276/tid=29286] ppid=29274 vsize=697724 CPUtime=1191.65 cores=0,2,4,6
/proc/29276/task/29286/stat : 29286 (plingeling) R 29274 29276 28842 0 -1 4202560 212939 1251 0 0 119133 32 0 0 25 0 5 0 634737053 714469376 146698 33554432000 4194304 4417452 140735420182752 18446744073709551615 4364984 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 697724

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

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

[startup+1203.01 s]
/proc/loadavg: 8.06 8.05 7.75 9/300 29432
/proc/meminfo: memFree=23695296/32951124 swapFree=63485424/67111528
[pid=29276] ppid=29274 vsize=697724 CPUtime=4800.26 cores=0,2,4,6
/proc/29276/stat : 29276 (plingeling) S 29274 29276 28842 0 -1 4202496 1203447 1251 0 0 479845 181 0 0 22 0 5 0 634737027 714469376 146698 33554432000 4194304 4417452 140735420182752 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/29276/statm: 174431 146698 180 55 0 172317 0
[pid=29276/tid=29283] ppid=29274 vsize=697724 CPUtime=1202.8 cores=0,2,4,6
/proc/29276/task/29283/stat : 29283 (plingeling) R 29274 29276 28842 0 -1 4202560 315008 1251 0 0 120232 48 0 0 25 0 5 0 634737053 714469376 146698 33554432000 4194304 4417452 140735420182752 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29276/tid=29284] ppid=29274 vsize=697724 CPUtime=1202.76 cores=0,2,4,6
/proc/29276/task/29284/stat : 29284 (plingeling) R 29274 29276 28842 0 -1 4202560 392008 1251 0 0 120216 60 0 0 25 0 5 0 634737053 714469376 146698 33554432000 4194304 4417452 140735420182752 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29276/tid=29285] ppid=29274 vsize=697724 CPUtime=1202.79 cores=0,2,4,6
/proc/29276/task/29285/stat : 29285 (plingeling) R 29274 29276 28842 0 -1 4202560 269189 1251 0 0 120240 39 0 0 25 0 5 0 634737053 714469376 146698 33554432000 4194304 4417452 140735420182752 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29276/tid=29286] ppid=29274 vsize=697724 CPUtime=1191.65 cores=0,2,4,6
/proc/29276/task/29286/stat : 29286 (plingeling) R 29274 29276 28842 0 -1 4202560 212939 1251 0 0 119133 32 0 0 25 0 5 0 634737053 714469376 146698 33554432000 4194304 4417452 140735420182752 18446744073709551615 4364984 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 697724

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.05
CPU time (s): 4800.33
CPU user time (s): 4798.48
CPU system time (s): 1.84372
CPU usage (%): 399.013
Max. virtual memory (cumulated for all children) (KiB): 697724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.48
system time used= 1.84372
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1204698
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= 146
involuntary context switches= 24300

runsolver used 3.06853 second user time and 7.8838 second system time

The end

Launcher Data

Begin job on node147 at 2011-05-15 03:33:31
IDJOB=3371463
IDBENCH=83116
IDSOLVER=1848
FILE ID=node147/3371463-1305423211
RUNJOBID= node147-1305423211-29247
PBS_JOBID= 13324574
Free space on /tmp= 73104 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-top24.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371463-1305423211/watcher-3371463-1305423211 -o /tmp/evaluation-result-3371463-1305423211/solver-3371463-1305423211 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371463-1305423211.cnf

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

MD5SUM BENCH= 1f485d737caaaca49e2c467c83cbdcec
RANDOM SEED=1720926163

node147.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.836
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.67
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.836
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.836
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.836
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.836
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.82
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.836
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.76
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.836
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.82
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.836
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:      24355220 kB
Buffers:        294304 kB
Cached:        5019992 kB
SwapCached:      13132 kB
Active:        1661880 kB
Inactive:      6701064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24355220 kB
SwapTotal:    67111528 kB
SwapFree:     63485424 kB
Dirty:            5092 kB
Writeback:           8 kB
AnonPages:     3043868 kB
Mapped:          14952 kB
Slab:           140836 kB
PageTables:      28984 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 44907900 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= 73104 MiB
End job on node147 at 2011-05-15 03:53:36