Trace number 3285389

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Plingeling 587? (TO) 4800.19 1202.11

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.025-NOTKNOWN.cnf
MD5SUM3c5c73741ba21d5f39c7f436ba834743
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables95456
Number of clauses483561
Sum of the clauses size1149911
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2477300
Number of clauses of size 31500
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 54550

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3285389-1304059493/watcher-3285389-1304059493 -o /tmp/evaluation-result-3285389-1304059493/solver-3285389-1304059493 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3285389-1304059493.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: 7.47 8.00 7.83 3/174 17982
/proc/meminfo: memFree=16576500/32951124 swapFree=67111528/67111528
[pid=17982] ppid=17980 vsize=10472 CPUtime=0 cores=1,3,5,7
/proc/17982/stat : 17982 (plingeling) R 17980 17982 15086 0 -1 4202496 679 1260 0 0 0 0 0 0 18 0 1 0 596179883 10723328 608 33554432000 4194304 4417332 140734567614992 18446744073709551615 260020395776 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/17982/statm: 2618 608 143 55 0 504 0

[startup+0.0661489 s]
/proc/loadavg: 7.47 8.00 7.83 3/174 17982
/proc/meminfo: memFree=16576500/32951124 swapFree=67111528/67111528
[pid=17982] ppid=17980 vsize=22100 CPUtime=0.05 cores=1,3,5,7
/proc/17982/stat : 17982 (plingeling) R 17980 17982 15086 0 -1 4202496 3619 1260 0 0 5 0 0 0 18 0 1 0 596179883 22630400 3548 33554432000 4194304 4417332 140734567614992 18446744073709551615 260020014640 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/17982/statm: 5525 3548 148 55 0 3411 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 22100

[startup+0.101142 s]
/proc/loadavg: 7.47 8.00 7.83 3/174 17982
/proc/meminfo: memFree=16576500/32951124 swapFree=67111528/67111528
[pid=17982] ppid=17980 vsize=23124 CPUtime=0.09 cores=1,3,5,7
/proc/17982/stat : 17982 (plingeling) R 17980 17982 15086 0 -1 4202496 3875 1260 0 0 9 0 0 0 18 0 1 0 596179883 23678976 3804 33554432000 4194304 4417332 140734567614992 18446744073709551615 4210214 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/17982/statm: 5781 3804 148 55 0 3667 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23124

[startup+0.301106 s]
/proc/loadavg: 7.47 8.00 7.83 3/174 17982
/proc/meminfo: memFree=16576500/32951124 swapFree=67111528/67111528
[pid=17982] ppid=17980 vsize=59508 CPUtime=0.29 cores=1,3,5,7
/proc/17982/stat : 17982 (plingeling) R 17980 17982 15086 0 -1 4202496 12971 1260 0 0 27 2 0 0 19 0 1 0 596179883 60936192 12900 33554432000 4194304 4417332 140734567614992 18446744073709551615 260020395776 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/17982/statm: 14877 12900 148 55 0 12763 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 59508

[startup+0.701002 s]
/proc/loadavg: 7.47 8.00 7.83 3/174 17982
/proc/meminfo: memFree=16576500/32951124 swapFree=67111528/67111528
[pid=17982] ppid=17980 vsize=167124 CPUtime=1.56 cores=1,3,5,7
/proc/17982/stat : 17982 (plingeling) S 17980 17982 15086 0 -1 4202496 27441 1260 0 0 152 4 0 0 19 0 5 0 596179883 171134976 14982 33554432000 4194304 4417332 140734567614992 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/17982/statm: 41781 14982 174 55 0 39667 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 167124

[startup+1.50085 s]
/proc/loadavg: 7.47 8.00 7.83 7/182 18003
/proc/meminfo: memFree=16472276/32951124 swapFree=67111528/67111528
[pid=17982] ppid=17980 vsize=162144 CPUtime=4.75 cores=1,3,5,7
/proc/17982/stat : 17982 (plingeling) S 17980 17982 15086 0 -1 4202496 38358 1260 0 0 470 5 0 0 19 0 5 0 596179883 166035456 15119 33554432000 4194304 4417332 140734567614992 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/17982/statm: 40536 15119 176 55 0 38422 0
[pid=17982/tid=17989] ppid=17980 vsize=162144 CPUtime=1.08 cores=1,3,5,7
/proc/17982/task/17989/stat : 17989 (plingeling) R 17980 17982 15086 0 -1 4202560 6200 1260 0 0 108 0 0 0 24 0 5 0 596179924 166035456 15119 33554432000 4194304 4417332 140734567614992 18446744073709551615 4275953 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17982/tid=17990] ppid=17980 vsize=162144 CPUtime=1.07 cores=1,3,5,7
/proc/17982/task/17990/stat : 17990 (plingeling) R 17980 17982 15086 0 -1 4202560 7867 1260 0 0 107 0 0 0 24 0 5 0 596179924 166035456 15119 33554432000 4194304 4417332 140734567614992 18446744073709551615 4277545 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17982/tid=17991] ppid=17980 vsize=162144 CPUtime=1.08 cores=1,3,5,7
/proc/17982/task/17991/stat : 17991 (plingeling) R 17980 17982 15086 0 -1 4202560 7603 1260 0 0 107 1 0 0 24 0 5 0 596179924 166035456 15119 33554432000 4194304 4417332 140734567614992 18446744073709551615 4236603 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17982/tid=17992] ppid=17980 vsize=162144 CPUtime=1.08 cores=1,3,5,7
/proc/17982/task/17992/stat : 17992 (plingeling) R 17980 17982 15086 0 -1 4202560 1401 1260 0 0 108 0 0 0 24 0 5 0 596179924 166035456 15119 33554432000 4194304 4417332 140734567614992 18446744073709551615 4364519 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.75
Current children cumulated vsize (KiB) 162144

[startup+3.10056 s]
/proc/loadavg: 7.47 8.00 7.83 6/182 18003
/proc/meminfo: memFree=16301780/32951124 swapFree=67111528/67111528
[pid=17982] ppid=17980 vsize=179264 CPUtime=11.14 cores=1,3,5,7
/proc/17982/stat : 17982 (plingeling) S 17980 17982 15086 0 -1 4202496 43760 1260 0 0 1108 6 0 0 19 0 5 0 596179883 183566336 18844 33554432000 4194304 4417332 140734567614992 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/17982/statm: 44816 18844 181 55 0 42702 0
[pid=17982/tid=17989] ppid=17980 vsize=179264 CPUtime=2.67 cores=1,3,5,7
/proc/17982/task/17989/stat : 17989 (plingeling) R 17980 17982 15086 0 -1 4202560 6206 1260 0 0 267 0 0 0 25 0 5 0 596179924 183566336 18844 33554432000 4194304 4417332 140734567614992 18446744073709551615 4249570 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17982/tid=17990] ppid=17980 vsize=179264 CPUtime=2.68 cores=1,3,5,7
/proc/17982/task/17990/stat : 17990 (plingeling) R 17980 17982 15086 0 -1 4202560 8897 1260 0 0 267 1 0 0 25 0 5 0 596179924 183566336 18844 33554432000 4194304 4417332 140734567614992 18446744073709551615 4236319 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17982/tid=17991] ppid=17980 vsize=179264 CPUtime=2.68 cores=1,3,5,7
/proc/17982/task/17991/stat : 17991 (plingeling) R 17980 17982 15086 0 -1 4202560 11197 1260 0 0 267 1 0 0 25 0 5 0 596179924 183566336 18844 33554432000 4194304 4417332 140734567614992 18446744073709551615 4364504 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17982/tid=17992] ppid=17980 vsize=179264 CPUtime=2.67 cores=1,3,5,7
/proc/17982/task/17992/stat : 17992 (plingeling) R 17980 17982 15086 0 -1 4202560 2173 1260 0 0 267 0 0 0 25 0 5 0 596179924 183566336 18844 33554432000 4194304 4417332 140734567614992 18446744073709551615 4357618 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.14
Current children cumulated vsize (KiB) 179264

[startup+6.30097 s]
/proc/loadavg: 7.51 8.00 7.83 9/186 18007
/proc/meminfo: memFree=16268756/32951124 swapFree=67111528/67111528
[pid=17982] ppid=17980 vsize=195140 CPUtime=23.91 cores=1,3,5,7
/proc/17982/stat : 17982 (plingeling) S 17980 17982 15086 0 -1 4202496 51911 1260 0 0 2385 6 0 0 19 0 5 0 596179883 199823360 23671 33554432000 4194304 4417332 140734567614992 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/17982/statm: 48785 23671 181 55 0 46671 0
[pid=17982/tid=17989] ppid=17980 vsize=195140 CPUtime=5.88 cores=1,3,5,7
/proc/17982/task/17989/stat : 17989 (plingeling) R 17980 17982 15086 0 -1 4202560 8464 1260 0 0 587 1 0 0 25 0 5 0 596179924 199823360 23671 33554432000 4194304 4417332 140734567614992 18446744073709551615 4356756 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17982/tid=17990] ppid=17980 vsize=195140 CPUtime=5.88 cores=1,3,5,7
/proc/17982/task/17990/stat : 17990 (plingeling) R 17980 17982 15086 0 -1 4202560 8976 1260 0 0 587 1 0 0 25 0 5 0 596179924 199823360 23671 33554432000 4194304 4417332 140734567614992 18446744073709551615 4353461 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17982/tid=17991] ppid=17980 vsize=195140 CPUtime=5.88 cores=1,3,5,7
/proc/17982/task/17991/stat : 17991 (plingeling) R 17980 17982 15086 0 -1 4202560 12003 1260 0 0 587 1 0 0 25 0 5 0 596179924 199823360 23671 33554432000 4194304 4417332 140734567614992 18446744073709551615 4366558 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17982/tid=17992] ppid=17980 vsize=195140 CPUtime=5.85 cores=1,3,5,7
/proc/17982/task/17992/stat : 17992 (plingeling) R 17980 17982 15086 0 -1 4202560 7181 1260 0 0 585 0 0 0 25 0 5 0 596179924 199823360 23671 33554432000 4194304 4417332 140734567614992 18446744073709551615 4357806 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 23.91
Current children cumulated vsize (KiB) 195140

[startup+12.7008 s]
/proc/loadavg: 7.55 8.00 7.83 9/186 18007
/proc/meminfo: memFree=16214396/32951124 swapFree=67111528/67111528
[pid=17982] ppid=17980 vsize=243544 CPUtime=49.49 cores=1,3,5,7
/proc/17982/stat : 17982 (plingeling) S 17980 17982 15086 0 -1 4202496 76024 1260 0 0 4939 10 0 0 19 0 5 0 596179883 249389056 38240 33554432000 4194304 4417332 140734567614992 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/17982/statm: 60886 38240 181 55 0 58772 0
[pid=17982/tid=17989] ppid=17980 vsize=243544 CPUtime=12.28 cores=1,3,5,7
/proc/17982/task/17989/stat : 17989 (plingeling) R 17980 17982 15086 0 -1 4202560 16763 1260 0 0 1226 2 0 0 25 0 5 0 596179924 249389056 38240 33554432000 4194304 4417332 140734567614992 18446744073709551615 260020089929 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17982/tid=17990] ppid=17980 vsize=243544 CPUtime=12.28 cores=1,3,5,7
/proc/17982/task/17990/stat : 17990 (plingeling) R 17980 17982 15086 0 -1 4202560 9858 1260 0 0 1227 1 0 0 25 0 5 0 596179924 249389056 38240 33554432000 4194304 4417332 140734567614992 18446744073709551615 4237176 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17982/tid=17991] ppid=17980 vsize=243544 CPUtime=12.28 cores=1,3,5,7
/proc/17982/task/17991/stat : 17991 (plingeling) R 17980 17982 15086 0 -1 4202560 12683 1260 0 0 1227 1 0 0 25 0 5 0 596179924 249389056 38240 33554432000 4194304 4417332 140734567614992 18446744073709551615 4310585 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17982/tid=17992] ppid=17980 vsize=243544 CPUtime=12.22 cores=1,3,5,7
/proc/17982/task/17992/stat : 17992 (plingeling) R 17980 17982 15086 0 -1 4202560 21433 1260 0 0 1220 2 0 0 25 0 5 0 596179924 249389056 38240 33554432000 4194304 4417332 140734567614992 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 49.49
Current children cumulated vsize (KiB) 243544

[startup+25.5004 s]
/proc/loadavg: 7.65 8.00 7.83 9/186 18007
/proc/meminfo: memFree=16145448/32951124 swapFree=67111528/67111528
[pid=17982] ppid=17980 vsize=269344 CPUtime=100.61 cores=1,3,5,7
/proc/17982/stat : 17982 (plingeling) S 17980 17982 15086 0 -1 4202496 123038 1260 0 0 10046 15 0 0 19 0 5 0 596179883 275808256 46843 33554432000 4194304 4417332 140734567614992 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/17982/statm: 67336 46843 181 55 0 65222 0
[pid=17982/tid=17989] ppid=17980 vsize=269344 CPUtime=25.08 cores=1,3,5,7
/proc/17982/task/17989/stat : 17989 (plingeling) R 17980 17982 15086 0 -1 4202560 31973 1260 0 0 2504 4 0 0 25 0 5 0 596179924 275808256 46843 33554432000 4194304 4417332 140734567614992 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17982/tid=17990] ppid=17980 vsize=269344 CPUtime=25.08 cores=1,3,5,7
/proc/17982/task/17990/stat : 17990 (plingeling) R 17980 17982 15086 0 -1 4202560 15067 1260 0 0 2506 2 0 0 25 0 5 0 596179924 275808256 46843 33554432000 4194304 4417332 140734567614992 18446744073709551615 4275748 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17982/tid=17991] ppid=17980 vsize=269344 CPUtime=25.08 cores=1,3,5,7
/proc/17982/task/17991/stat : 17991 (plingeling) R 17980 17982 15086 0 -1 4202560 13217 1260 0 0 2507 1 0 0 25 0 5 0 596179924 275808256 46843 33554432000 4194304 4417332 140734567614992 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17982/tid=17992] ppid=17980 vsize=269344 CPUtime=24.95 cores=1,3,5,7
/proc/17982/task/17992/stat : 17992 (plingeling) R 17980 17982 15086 0 -1 4202560 47494 1260 0 0 2490 5 0 0 25 0 5 0 596179924 275808256 46843 33554432000 4194304 4417332 140734567614992 18446744073709551615 4353435 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 100.61
Current children cumulated vsize (KiB) 269344

[startup+51.1007 s]
/proc/loadavg: 7.90 8.03 7.84 9/186 18008
/proc/meminfo: memFree=16030252/32951124 swapFree=67111528/67111528
[pid=17982] ppid=17980 vsize=322880 CPUtime=202.86 cores=1,3,5,7
/proc/17982/stat : 17982 (plingeling) S 17980 17982 15086 0 -1 4202496 238149 1260 0 0 20253 33 0 0 19 0 5 0 596179883 330629120 65129 33554432000 4194304 4417332 140734567614992 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/17982/statm: 80720 65129 181 55 0 78606 0
[pid=17982/tid=17989] ppid=17980 vsize=322880 CPUtime=50.67 cores=1,3,5,7
/proc/17982/task/17989/stat : 17989 (plingeling) R 17980 17982 15086 0 -1 4202560 75007 1260 0 0 5057 10 0 0 25 0 5 0 596179924 330629120 65129 33554432000 4194304 4417332 140734567614992 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17982/tid=17990] ppid=17980 vsize=322880 CPUtime=50.68 cores=1,3,5,7
/proc/17982/task/17990/stat : 17990 (plingeling) R 17980 17982 15086 0 -1 4202560 22874 1260 0 0 5065 3 0 0 25 0 5 0 596179924 330629120 65129 33554432000 4194304 4417332 140734567614992 18446744073709551615 4354396 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17982/tid=17991] ppid=17980 vsize=322880 CPUtime=50.68 cores=1,3,5,7
/proc/17982/task/17991/stat : 17991 (plingeling) R 17980 17982 15086 0 -1 4202560 19263 1260 0 0 5066 2 0 0 25 0 5 0 596179924 330629120 65129 33554432000 4194304 4417332 140734567614992 18446744073709551615 4366600 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17982/tid=17992] ppid=17980 vsize=322880 CPUtime=50.4 cores=1,3,5,7
/proc/17982/task/17992/stat : 17992 (plingeling) R 17980 17982 15086 0 -1 4202560 105718 1260 0 0 5025 15 0 0 25 0 5 0 596179924 330629120 65129 33554432000 4194304 4417332 140734567614992 18446744073709551615 4354453 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 202.86
Current children cumulated vsize (KiB) 322880

[startup+102.306 s]
/proc/loadavg: 8.14 8.07 7.87 9/186 18009
/proc/meminfo: memFree=15678624/32951124 swapFree=67111528/67111528
[pid=17982] ppid=17980 vsize=630556 CPUtime=407.41 cores=1,3,5,7
/proc/17982/stat : 17982 (plingeling) S 17980 17982 15086 0 -1 4202496 435911 1260 0 0 40685 56 0 0 19 0 5 0 596179883 645689344 137931 33554432000 4194304 4417332 140734567614992 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/17982/statm: 157639 137931 181 55 0 155525 0
[pid=17982/tid=17989] ppid=17980 vsize=630556 CPUtime=101.87 cores=1,3,5,7
/proc/17982/task/17989/stat : 17989 (plingeling) R 17980 17982 15086 0 -1 4202560 148982 1260 0 0 10169 18 0 0 25 0 5 0 596179924 645689344 137931 33554432000 4194304 4417332 140734567614992 18446744073709551615 4364977 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17982/tid=17990] ppid=17980 vsize=630556 CPUtime=101.88 cores=1,3,5,7
/proc/17982/task/17990/stat : 17990 (plingeling) R 17980 17982 15086 0 -1 4202560 31722 1260 0 0 10184 4 0 0 25 0 5 0 596179924 645689344 137931 33554432000 4194304 4417332 140734567614992 18446744073709551615 4250678 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17982/tid=17991] ppid=17980 vsize=630556 CPUtime=101.88 cores=1,3,5,7
/proc/17982/task/17991/stat : 17991 (plingeling) R 17980 17982 15086 0 -1 4202560 38436 1260 0 0 10184 4 0 0 25 0 5 0 596179924 645689344 137931 33554432000 4194304 4417332 140734567614992 18446744073709551615 4364720 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17982/tid=17992] ppid=17980 vsize=630556 CPUtime=101.33 cores=1,3,5,7
/proc/17982/task/17992/stat : 17992 (plingeling) R 17980 17982 15086 0 -1 4202560 201484 1260 0 0 10107 26 0 0 25 0 5 0 596179924 645689344 137931 33554432000 4194304 4417332 140734567614992 18446744073709551615 4364656 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 407.41
Current children cumulated vsize (KiB) 630556

[startup+162.301 s]
/proc/loadavg: 8.11 8.07 7.88 9/186 18011
/proc/meminfo: memFree=15627024/32951124 swapFree=67111528/67111528
[pid=17982] ppid=17980 vsize=627612 CPUtime=647.06 cores=1,3,5,7
/proc/17982/stat : 17982 (plingeling) S 17980 17982 15086 0 -1 4202496 676935 1260 0 0 64618 88 0 0 19 0 5 0 596179883 642674688 135020 33554432000 4194304 4417332 140734567614992 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/17982/statm: 156903 135020 181 55 0 154789 0
[pid=17982/tid=17989] ppid=17980 vsize=627612 CPUtime=161.87 cores=1,3,5,7
/proc/17982/task/17989/stat : 17989 (plingeling) R 17980 17982 15086 0 -1 4202560 257362 1260 0 0 16154 33 0 0 25 0 5 0 596179924 642674688 135020 33554432000 4194304 4417332 140734567614992 18446744073709551615 4278283 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17982/tid=17990] ppid=17980 vsize=627612 CPUtime=161.88 cores=1,3,5,7
/proc/17982/task/17990/stat : 17990 (plingeling) R 17980 17982 15086 0 -1 4202560 54717 1260 0 0 16180 8 0 0 25 0 5 0 596179924 642674688 135020 33554432000 4194304 4417332 140734567614992 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17982/tid=17991] ppid=17980 vsize=627612 CPUtime=161.88 cores=1,3,5,7
/proc/17982/task/17991/stat : 17991 (plingeling) R 17980 17982 15086 0 -1 4202560 48222 1260 0 0 16183 5 0 0 25 0 5 0 596179924 642674688 135020 33554432000 4194304 4417332 140734567614992 18446744073709551615 4356771 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17982/tid=17992] ppid=17980 vsize=627612 CPUtime=161 cores=1,3,5,7
/proc/17982/task/17992/stat : 17992 (plingeling) R 17980 17982 15086 0 -1 4202560 301347 1260 0 0 16061 39 0 0 25 0 5 0 596179924 642674688 135020 33554432000 4194304 4417332 140734567614992 18446744073709551615 4364370 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 647.06
Current children cumulated vsize (KiB) 627612


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

[pid=17982/tid=17990] ppid=17980 vsize=1407076 CPUtime=701.86 cores=1,3,5,7
/proc/17982/task/17990/stat : 17990 (plingeling) R 17980 17982 15086 0 -1 4202560 322052 1260 0 0 70142 44 0 0 25 0 5 0 596179924 1440845824 325770 33554432000 4194304 4417332 140734567614992 18446744073709551615 4366025 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17982/tid=17991] ppid=17980 vsize=1407076 CPUtime=699.23 cores=1,3,5,7
/proc/17982/task/17991/stat : 17991 (plingeling) R 17980 17982 15086 0 -1 4202560 301319 1260 0 0 69885 38 0 0 25 0 5 0 596179924 1440845824 325770 33554432000 4194304 4417332 140734567614992 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17982/tid=17992] ppid=17980 vsize=1407076 CPUtime=700.68 cores=1,3,5,7
/proc/17982/task/17992/stat : 17992 (plingeling) R 17980 17982 15086 0 -1 4202560 1393158 1260 0 0 69848 220 0 0 25 0 5 0 596179924 1440845824 325770 33554432000 4194304 4417332 140734567614992 18446744073709551615 4357224 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2804.03
Current children cumulated vsize (KiB) 1407076

[startup+762.307 s]
/proc/loadavg: 8.12 8.09 7.96 9/186 18027
/proc/meminfo: memFree=14468564/32951124 swapFree=67111528/67111528
[pid=17982] ppid=17980 vsize=1382840 CPUtime=3043.72 cores=1,3,5,7
/proc/17982/stat : 17982 (plingeling) S 17980 17982 15086 0 -1 4202496 2871399 1260 0 0 303955 417 0 0 19 0 5 0 596179883 1416028160 319629 33554432000 4194304 4417332 140734567614992 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/17982/statm: 345710 319629 181 55 0 343596 0
[pid=17982/tid=17989] ppid=17980 vsize=1382840 CPUtime=761.81 cores=1,3,5,7
/proc/17982/task/17989/stat : 17989 (plingeling) R 17980 17982 15086 0 -1 4202560 688832 1260 0 0 76088 93 0 0 25 0 5 0 596179924 1416028160 319629 33554432000 4194304 4417332 140734567614992 18446744073709551615 4278298 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17982/tid=17990] ppid=17980 vsize=1382840 CPUtime=761.87 cores=1,3,5,7
/proc/17982/task/17990/stat : 17990 (plingeling) R 17980 17982 15086 0 -1 4202560 365663 1260 0 0 76138 49 0 0 25 0 5 0 596179924 1416028160 319629 33554432000 4194304 4417332 140734567614992 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17982/tid=17991] ppid=17980 vsize=1382840 CPUtime=758.91 cores=1,3,5,7
/proc/17982/task/17991/stat : 17991 (plingeling) R 17980 17982 15086 0 -1 4202560 321068 1260 0 0 75850 41 0 0 25 0 5 0 596179924 1416028160 319629 33554432000 4194304 4417332 140734567614992 18446744073709551615 4364736 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17982/tid=17992] ppid=17980 vsize=1382840 CPUtime=760.68 cores=1,3,5,7
/proc/17982/task/17992/stat : 17992 (plingeling) R 17980 17982 15086 0 -1 4202560 1480549 1260 0 0 75838 230 0 0 25 0 5 0 596179924 1416028160 319629 33554432000 4194304 4417332 140734567614992 18446744073709551615 4356771 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3043.72
Current children cumulated vsize (KiB) 1382840

[startup+822.3 s]
/proc/loadavg: 8.11 8.09 7.97 9/186 18029
/proc/meminfo: memFree=13882768/32951124 swapFree=67111528/67111528
[pid=17982] ppid=17980 vsize=1923844 CPUtime=3283.36 cores=1,3,5,7
/proc/17982/stat : 17982 (plingeling) S 17980 17982 15086 0 -1 4202496 3076663 1260 0 0 327891 445 0 0 19 0 5 0 596179883 1970016256 454880 33554432000 4194304 4417332 140734567614992 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/17982/statm: 480961 454880 181 55 0 478847 0
[pid=17982/tid=17989] ppid=17980 vsize=1923844 CPUtime=821.8 cores=1,3,5,7
/proc/17982/task/17989/stat : 17989 (plingeling) R 17980 17982 15086 0 -1 4202560 731345 1260 0 0 82079 101 0 0 25 0 5 0 596179924 1970016256 454880 33554432000 4194304 4417332 140734567614992 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17982/tid=17990] ppid=17980 vsize=1923844 CPUtime=821.86 cores=1,3,5,7
/proc/17982/task/17990/stat : 17990 (plingeling) R 17980 17982 15086 0 -1 4202560 409306 1260 0 0 82132 54 0 0 25 0 5 0 596179924 1970016256 454880 33554432000 4194304 4417332 140734567614992 18446744073709551615 4312884 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17982/tid=17991] ppid=17980 vsize=1923844 CPUtime=818.58 cores=1,3,5,7
/proc/17982/task/17991/stat : 17991 (plingeling) R 17980 17982 15086 0 -1 4202560 337707 1260 0 0 81814 44 0 0 25 0 5 0 596179924 1970016256 454880 33554432000 4194304 4417332 140734567614992 18446744073709551615 4364544 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17982/tid=17992] ppid=17980 vsize=1923844 CPUtime=820.68 cores=1,3,5,7
/proc/17982/task/17992/stat : 17992 (plingeling) R 17980 17982 15086 0 -1 4202560 1583018 1260 0 0 81826 242 0 0 25 0 5 0 596179924 1970016256 454880 33554432000 4194304 4417332 140734567614992 18446744073709551615 4236995 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3283.36
Current children cumulated vsize (KiB) 1923844

[startup+882.3 s]
/proc/loadavg: 8.14 8.10 7.98 9/186 18030
/proc/meminfo: memFree=14148212/32951124 swapFree=67111528/67111528
[pid=17982] ppid=17980 vsize=1679760 CPUtime=3523.01 cores=1,3,5,7
/proc/17982/stat : 17982 (plingeling) S 17980 17982 15086 0 -1 4202496 3281063 1260 0 0 351829 472 0 0 19 0 5 0 596179883 1720074240 393895 33554432000 4194304 4417332 140734567614992 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/17982/statm: 419940 393895 181 55 0 417826 0
[pid=17982/tid=17989] ppid=17980 vsize=1679760 CPUtime=881.8 cores=1,3,5,7
/proc/17982/task/17989/stat : 17989 (plingeling) R 17980 17982 15086 0 -1 4202560 821543 1260 0 0 88067 113 0 0 25 0 5 0 596179924 1720074240 393895 33554432000 4194304 4417332 140734567614992 18446744073709551615 4364568 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17982/tid=17990] ppid=17980 vsize=1679760 CPUtime=881.56 cores=1,3,5,7
/proc/17982/task/17990/stat : 17990 (plingeling) R 17980 17982 15086 0 -1 4202560 431159 1260 0 0 88099 57 0 0 25 0 5 0 596179924 1720074240 393895 33554432000 4194304 4417332 140734567614992 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17982/tid=17991] ppid=17980 vsize=1679760 CPUtime=878.53 cores=1,3,5,7
/proc/17982/task/17991/stat : 17991 (plingeling) R 17980 17982 15086 0 -1 4202560 351531 1260 0 0 87807 46 0 0 25 0 5 0 596179924 1720074240 393895 33554432000 4194304 4417332 140734567614992 18446744073709551615 4232654 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17982/tid=17992] ppid=17980 vsize=1679760 CPUtime=880.68 cores=1,3,5,7
/proc/17982/task/17992/stat : 17992 (plingeling) R 17980 17982 15086 0 -1 4202560 1661543 1260 0 0 87816 252 0 0 25 0 5 0 596179924 1720074240 393895 33554432000 4194304 4417332 140734567614992 18446744073709551615 4357869 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3523.01
Current children cumulated vsize (KiB) 1679760

[startup+942.3 s]
/proc/loadavg: 8.08 8.09 7.98 9/186 18032
/proc/meminfo: memFree=13339796/32951124 swapFree=67111528/67111528
[pid=17982] ppid=17980 vsize=2433076 CPUtime=3762.68 cores=1,3,5,7
/proc/17982/stat : 17982 (plingeling) S 17980 17982 15086 0 -1 4202496 3529269 1260 0 0 375762 506 0 0 19 0 5 0 596179883 2491469824 582250 33554432000 4194304 4417332 140734567614992 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/17982/statm: 608269 582250 181 55 0 606155 0
[pid=17982/tid=17989] ppid=17980 vsize=2433076 CPUtime=941.8 cores=1,3,5,7
/proc/17982/task/17989/stat : 17989 (plingeling) R 17980 17982 15086 0 -1 4202560 868640 1260 0 0 94062 118 0 0 25 0 5 0 596179924 2491469824 582250 33554432000 4194304 4417332 140734567614992 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17982/tid=17990] ppid=17980 vsize=2433076 CPUtime=941.24 cores=1,3,5,7
/proc/17982/task/17990/stat : 17990 (plingeling) R 17980 17982 15086 0 -1 4202560 486910 1260 0 0 94059 65 0 0 25 0 5 0 596179924 2491469824 582250 33554432000 4194304 4417332 140734567614992 18446744073709551615 4358652 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17982/tid=17991] ppid=17980 vsize=2433076 CPUtime=938.53 cores=1,3,5,7
/proc/17982/task/17991/stat : 17991 (plingeling) R 17980 17982 15086 0 -1 4202560 351557 1260 0 0 93807 46 0 0 25 0 5 0 596179924 2491469824 582250 33554432000 4194304 4417332 140734567614992 18446744073709551615 4309972 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17982/tid=17992] ppid=17980 vsize=2433076 CPUtime=940.68 cores=1,3,5,7
/proc/17982/task/17992/stat : 17992 (plingeling) R 17980 17982 15086 0 -1 4202560 1806875 1260 0 0 93795 273 0 0 25 0 5 0 596179924 2491469824 582250 33554432000 4194304 4417332 140734567614992 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3762.68
Current children cumulated vsize (KiB) 2433076

[startup+1002.3 s]
/proc/loadavg: 8.14 8.10 8.00 9/186 18042
/proc/meminfo: memFree=12304948/32951124 swapFree=67111528/67111528
[pid=17982] ppid=17980 vsize=3250296 CPUtime=4002.33 cores=1,3,5,7
/proc/17982/stat : 17982 (plingeling) S 17980 17982 15086 0 -1 4202496 3842274 1260 0 0 399670 563 0 0 19 0 5 0 596179883 3328303104 786570 33554432000 4194304 4417332 140734567614992 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/17982/statm: 812574 786570 181 55 0 810460 0
[pid=17982/tid=17989] ppid=17980 vsize=3250296 CPUtime=1001.77 cores=1,3,5,7
/proc/17982/task/17989/stat : 17989 (plingeling) R 17980 17982 15086 0 -1 4202560 999860 1260 0 0 100036 141 0 0 25 0 5 0 596179924 3328303104 786570 33554432000 4194304 4417332 140734567614992 18446744073709551615 4311347 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17982/tid=17990] ppid=17980 vsize=3250296 CPUtime=1000.91 cores=1,3,5,7
/proc/17982/task/17990/stat : 17990 (plingeling) R 17980 17982 15086 0 -1 4202560 539261 1260 0 0 100016 75 0 0 25 0 5 0 596179924 3328303104 786570 33554432000 4194304 4417332 140734567614992 18446744073709551615 4316268 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17982/tid=17991] ppid=17980 vsize=3250296 CPUtime=998.52 cores=1,3,5,7
/proc/17982/task/17991/stat : 17991 (plingeling) R 17980 17982 15086 0 -1 4202560 378127 1260 0 0 99804 48 0 0 25 0 5 0 596179924 3328303104 786570 33554432000 4194304 4417332 140734567614992 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17982/tid=17992] ppid=17980 vsize=3250296 CPUtime=1000.69 cores=1,3,5,7
/proc/17982/task/17992/stat : 17992 (plingeling) R 17980 17982 15086 0 -1 4202560 1909739 1260 0 0 99774 295 0 0 25 0 5 0 596179924 3328303104 786570 33554432000 4194304 4417332 140734567614992 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4002.33
Current children cumulated vsize (KiB) 3250296

[startup+1062.3 s]
/proc/loadavg: 8.12 8.10 8.00 9/186 18044
/proc/meminfo: memFree=13267140/32951124 swapFree=67111528/67111528
[pid=17982] ppid=17980 vsize=1987164 CPUtime=4242.01 cores=1,3,5,7
/proc/17982/stat : 17982 (plingeling) S 17980 17982 15086 0 -1 4202496 3935573 1260 0 0 423622 579 0 0 19 0 5 0 596179883 2034855936 470787 33554432000 4194304 4417332 140734567614992 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/17982/statm: 496791 470787 181 55 0 494677 0
[pid=17982/tid=17989] ppid=17980 vsize=1987164 CPUtime=1061.77 cores=1,3,5,7
/proc/17982/task/17989/stat : 17989 (plingeling) R 17980 17982 15086 0 -1 4202560 999860 1260 0 0 106034 143 0 0 25 0 5 0 596179924 2034855936 470787 33554432000 4194304 4417332 140734567614992 18446744073709551615 4309897 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17982/tid=17990] ppid=17980 vsize=1987164 CPUtime=1060.58 cores=1,3,5,7
/proc/17982/task/17990/stat : 17990 (plingeling) R 17980 17982 15086 0 -1 4202560 567362 1260 0 0 105980 78 0 0 25 0 5 0 596179924 2034855936 470787 33554432000 4194304 4417332 140734567614992 18446744073709551615 4364760 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17982/tid=17991] ppid=17980 vsize=1987164 CPUtime=1058.53 cores=1,3,5,7
/proc/17982/task/17991/stat : 17991 (plingeling) R 17980 17982 15086 0 -1 4202560 378127 1260 0 0 105805 48 0 0 25 0 5 0 596179924 2034855936 470787 33554432000 4194304 4417332 140734567614992 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17982/tid=17992] ppid=17980 vsize=1987164 CPUtime=1060.68 cores=1,3,5,7
/proc/17982/task/17992/stat : 17992 (plingeling) R 17980 17982 15086 0 -1 4202560 1974937 1260 0 0 105763 305 0 0 25 0 5 0 596179924 2034855936 470787 33554432000 4194304 4417332 140734567614992 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4242.01
Current children cumulated vsize (KiB) 1987164

[startup+1122.3 s]
/proc/loadavg: 8.11 8.09 8.00 9/186 18046
/proc/meminfo: memFree=12802608/32951124 swapFree=67111528/67111528
[pid=17982] ppid=17980 vsize=2890364 CPUtime=4481.68 cores=1,3,5,7
/proc/17982/stat : 17982 (plingeling) S 17980 17982 15086 0 -1 4202496 4202928 1260 0 0 447561 607 0 0 19 0 5 0 596179883 2959732736 696530 33554432000 4194304 4417332 140734567614992 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/17982/statm: 722591 696530 181 55 0 720477 0
[pid=17982/tid=17989] ppid=17980 vsize=2890364 CPUtime=1121.76 cores=1,3,5,7
/proc/17982/task/17989/stat : 17989 (plingeling) R 17980 17982 15086 0 -1 4202560 1103035 1260 0 0 112023 153 0 0 25 0 5 0 596179924 2959732736 696530 33554432000 4194304 4417332 140734567614992 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17982/tid=17990] ppid=17980 vsize=2890364 CPUtime=1120.25 cores=1,3,5,7
/proc/17982/task/17990/stat : 17990 (plingeling) R 17980 17982 15086 0 -1 4202560 605272 1260 0 0 111942 83 0 0 25 0 5 0 596179924 2959732736 696530 33554432000 4194304 4417332 140734567614992 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17982/tid=17991] ppid=17980 vsize=2890364 CPUtime=1118.54 cores=1,3,5,7
/proc/17982/task/17991/stat : 17991 (plingeling) R 17980 17982 15086 0 -1 4202560 474781 1260 0 0 111795 59 0 0 25 0 5 0 596179924 2959732736 696530 33554432000 4194304 4417332 140734567614992 18446744073709551615 4364973 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17982/tid=17992] ppid=17980 vsize=2890364 CPUtime=1120.69 cores=1,3,5,7
/proc/17982/task/17992/stat : 17992 (plingeling) R 17980 17982 15086 0 -1 4202560 2004553 1260 0 0 111761 308 0 0 25 0 5 0 596179924 2959732736 696530 33554432000 4194304 4417332 140734567614992 18446744073709551615 4364734 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4481.68
Current children cumulated vsize (KiB) 2890364

[startup+1182.3 s]
/proc/loadavg: 8.04 8.07 8.00 9/186 18047
/proc/meminfo: memFree=13095452/32951124 swapFree=67111528/67111528
[pid=17982] ppid=17980 vsize=2508476 CPUtime=4721.35 cores=1,3,5,7
/proc/17982/stat : 17982 (plingeling) S 17980 17982 15086 0 -1 4202496 4664384 1260 0 0 471453 682 0 0 19 0 5 0 596179883 2568679424 602050 33554432000 4194304 4417332 140734567614992 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/17982/statm: 627119 602050 181 55 0 625005 0
[pid=17982/tid=17989] ppid=17980 vsize=2508476 CPUtime=1181.76 cores=1,3,5,7
/proc/17982/task/17989/stat : 17989 (plingeling) R 17980 17982 15086 0 -1 4202560 1152961 1260 0 0 118013 163 0 0 25 0 5 0 596179924 2568679424 602050 33554432000 4194304 4417332 140734567614992 18446744073709551615 4237221 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17982/tid=17990] ppid=17980 vsize=2508476 CPUtime=1179.93 cores=1,3,5,7
/proc/17982/task/17990/stat : 17990 (plingeling) R 17980 17982 15086 0 -1 4202560 698454 1260 0 0 117894 99 0 0 25 0 5 0 596179924 2568679424 602050 33554432000 4194304 4417332 140734567614992 18446744073709551615 4364671 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17982/tid=17991] ppid=17980 vsize=2508476 CPUtime=1178.54 cores=1,3,5,7
/proc/17982/task/17991/stat : 17991 (plingeling) R 17980 17982 15086 0 -1 4202560 503967 1260 0 0 117791 63 0 0 25 0 5 0 596179924 2568679424 602050 33554432000 4194304 4417332 140734567614992 18446744073709551615 4309972 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17982/tid=17992] ppid=17980 vsize=2508476 CPUtime=1180.69 cores=1,3,5,7
/proc/17982/task/17992/stat : 17992 (plingeling) R 17980 17982 15086 0 -1 4202560 2293715 1260 0 0 117715 354 0 0 25 0 5 0 596179924 2568679424 602050 33554432000 4194304 4417332 140734567614992 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4721.35
Current children cumulated vsize (KiB) 2508476



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202 s]
/proc/loadavg: 8.03 8.07 8.00 9/186 18048
/proc/meminfo: memFree=12976400/32951124 swapFree=67111528/67111528
[pid=17982] ppid=17980 vsize=2485984 CPUtime=4800.06 cores=1,3,5,7
/proc/17982/stat : 17982 (plingeling) S 17980 17982 15086 0 -1 4202496 4760118 1260 0 0 479311 695 0 0 19 0 5 0 596179883 2545647616 598987 33554432000 4194304 4417332 140734567614992 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/17982/statm: 621496 598987 181 55 0 619382 0
[pid=17982/tid=17989] ppid=17980 vsize=2485984 CPUtime=1201.46 cores=1,3,5,7
/proc/17982/task/17989/stat : 17989 (plingeling) R 17980 17982 15086 0 -1 4202560 1179644 1260 0 0 119981 165 0 0 25 0 5 0 596179924 2545647616 598987 33554432000 4194304 4417332 140734567614992 18446744073709551615 4365986 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17982/tid=17990] ppid=17980 vsize=2485984 CPUtime=1199.52 cores=1,3,5,7
/proc/17982/task/17990/stat : 17990 (plingeling) R 17980 17982 15086 0 -1 4202560 698454 1260 0 0 119853 99 0 0 25 0 5 0 596179924 2545647616 598987 33554432000 4194304 4417332 140734567614992 18446744073709551615 4365065 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17982/tid=17991] ppid=17980 vsize=2485984 CPUtime=1198.24 cores=1,3,5,7
/proc/17982/task/17991/stat : 17991 (plingeling) R 17980 17982 15086 0 -1 4202560 571442 1260 0 0 119751 73 0 0 25 0 5 0 596179924 2545647616 598987 33554432000 4194304 4417332 140734567614992 18446744073709551615 4264843 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17982/tid=17992] ppid=17980 vsize=2485984 CPUtime=1200.39 cores=1,3,5,7
/proc/17982/task/17992/stat : 17992 (plingeling) R 17980 17982 15086 0 -1 4202560 2295291 1260 0 0 119685 354 0 0 25 0 5 0 596179924 2545647616 598987 33554432000 4194304 4417332 140734567614992 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.06
Current children cumulated vsize (KiB) 2485984

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.11
CPU time (s): 4800.19
CPU user time (s): 4793.14
CPU system time (s): 7.05193
CPU usage (%): 399.315
Max. virtual memory (cumulated for all children) (KiB): 3743776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4793.14
system time used= 7.05193
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4761378
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= 233
involuntary context switches= 36316

runsolver used 1.9447 second user time and 4.6193 second system time

The end

Launcher Data

Begin job on node110 at 2011-04-29 08:44:53
IDJOB=3285389
IDBENCH=82381
IDSOLVER=1605
FILE ID=node110/3285389-1304059493
RUNJOBID= node110-1304059493-17969
PBS_JOBID= 13170381
Free space on /tmp= 72824 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.025-NOTKNOWN.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3285389-1304059493/watcher-3285389-1304059493 -o /tmp/evaluation-result-3285389-1304059493/solver-3285389-1304059493 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3285389-1304059493.cnf

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

MD5SUM BENCH= 3c5c73741ba21d5f39c7f436ba834743
RANDOM SEED=946686025

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.76
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.830
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.83
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.830
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.74
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.830
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:      16576656 kB
Buffers:       2339808 kB
Cached:       13394040 kB
SwapCached:          0 kB
Active:        7931372 kB
Inactive:      7871064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16576656 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           16712 kB
Writeback:           0 kB
AnonPages:       67864 kB
Mapped:          14484 kB
Slab:           508804 kB
PageTables:       4340 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   189976 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= 72800 MiB
End job on node110 at 2011-04-29 09:04:57