Trace number 3371031

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.3 1203.87

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_26_40_6-dir.shuffled-as.sat03-163.cnf
MD5SUMc06088cac8521bfe72bbb4c9ad8d39fb
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables780
Number of clauses66810
Sum of the clauses size134348
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 266784
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 526

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-3371031-1305429668/watcher-3371031-1305429668 -o /tmp/evaluation-result-3371031-1305429668/solver-3371031-1305429668 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3371031-1305429668.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: 8.07 6.65 4.14 5/389 5184
/proc/meminfo: memFree=25744972/32950928 swapFree=44388876/67111528
[pid=5184] ppid=5182 vsize=9692 CPUtime=0 cores=0,2,4,6
/proc/5184/stat : 5184 (plingeling) R 5182 5184 29676 0 -1 4202496 523 1259 0 0 0 0 0 0 25 0 1 0 654565491 9924608 445 33554432000 4194304 4417452 140735146646080 18446744073709551615 251814240000 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/5184/statm: 2423 445 147 55 0 309 0

[startup+0.063851 s]
/proc/loadavg: 8.07 6.65 4.14 5/389 5184
/proc/meminfo: memFree=25744972/32950928 swapFree=44388876/67111528
[pid=5184] ppid=5182 vsize=124156 CPUtime=0.09 cores=0,2,4,6
/proc/5184/stat : 5184 (plingeling) S 5182 5184 29676 0 -1 4202496 2579 1259 0 0 9 0 0 0 25 0 5 0 654565491 127135744 2455 33554432000 4194304 4417452 140735146646080 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/5184/statm: 31039 2455 172 55 0 28925 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 124156

[startup+0.11269 s]
/proc/loadavg: 8.07 6.65 4.14 5/389 5184
/proc/meminfo: memFree=25744972/32950928 swapFree=44388876/67111528
[pid=5184] ppid=5182 vsize=125608 CPUtime=0.28 cores=0,2,4,6
/proc/5184/stat : 5184 (plingeling) S 5182 5184 29676 0 -1 4202496 3007 1259 0 0 28 0 0 0 25 0 5 0 654565491 128622592 2754 33554432000 4194304 4417452 140735146646080 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/5184/statm: 31402 2789 176 55 0 29288 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 125608

[startup+0.300813 s]
/proc/loadavg: 8.07 6.65 4.14 5/389 5184
/proc/meminfo: memFree=25744972/32950928 swapFree=44388876/67111528
[pid=5184] ppid=5182 vsize=129252 CPUtime=1.03 cores=0,2,4,6
/proc/5184/stat : 5184 (plingeling) S 5182 5184 29676 0 -1 4202496 5930 1259 0 0 103 0 0 0 25 0 5 0 654565491 132354048 3760 33554432000 4194304 4417452 140735146646080 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/5184/statm: 32313 3760 180 55 0 30199 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 129252

[startup+0.700743 s]
/proc/loadavg: 8.07 6.65 4.14 5/389 5184
/proc/meminfo: memFree=25744972/32950928 swapFree=44388876/67111528
[pid=5184] ppid=5182 vsize=134048 CPUtime=2.64 cores=0,2,4,6
/proc/5184/stat : 5184 (plingeling) S 5182 5184 29676 0 -1 4202496 7770 1259 0 0 263 1 0 0 25 0 5 0 654565491 137265152 4959 33554432000 4194304 4417452 140735146646080 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/5184/statm: 33512 4959 180 55 0 31398 0
Current children cumulated CPU time (s) 2.64
Current children cumulated vsize (KiB) 134048

[startup+1.50061 s]
/proc/loadavg: 8.07 6.65 4.14 9/394 5194
/proc/meminfo: memFree=25724108/32950928 swapFree=44388876/67111528
[pid=5184] ppid=5182 vsize=138700 CPUtime=5.83 cores=0,2,4,6
/proc/5184/stat : 5184 (plingeling) S 5182 5184 29676 0 -1 4202496 10056 1259 0 0 582 1 0 0 25 0 5 0 654565491 142028800 6122 33554432000 4194304 4417452 140735146646080 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/5184/statm: 34675 6122 180 55 0 32561 0
[pid=5184/tid=5191] ppid=5182 vsize=138700 CPUtime=1.45 cores=0,2,4,6
/proc/5184/task/5191/stat : 5191 (plingeling) R 5182 5184 29676 0 -1 4202560 924 1259 0 0 145 0 0 0 25 0 5 0 654565496 142028800 6122 33554432000 4194304 4417452 140735146646080 18446744073709551615 4249171 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=5184/tid=5192] ppid=5182 vsize=138700 CPUtime=1.43 cores=0,2,4,6
/proc/5184/task/5192/stat : 5192 (plingeling) R 5182 5184 29676 0 -1 4202560 608 1259 0 0 143 0 0 0 25 0 5 0 654565496 142028800 6122 33554432000 4194304 4417452 140735146646080 18446744073709551615 4249991 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5184/tid=5193] ppid=5182 vsize=138700 CPUtime=1.44 cores=0,2,4,6
/proc/5184/task/5193/stat : 5193 (plingeling) R 5182 5184 29676 0 -1 4202560 822 1259 0 0 144 0 0 0 25 0 5 0 654565496 142028800 6122 33554432000 4194304 4417452 140735146646080 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5184/tid=5194] ppid=5182 vsize=138700 CPUtime=1.44 cores=0,2,4,6
/proc/5184/task/5194/stat : 5194 (plingeling) R 5182 5184 29676 0 -1 4202560 5213 1259 0 0 144 0 0 0 25 0 5 0 654565496 142028800 6122 33554432000 4194304 4417452 140735146646080 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.83
Current children cumulated vsize (KiB) 138700

[startup+3.10034 s]
/proc/loadavg: 8.07 6.65 4.14 9/394 5194
/proc/meminfo: memFree=25713812/32950928 swapFree=44388876/67111528
[pid=5184] ppid=5182 vsize=147760 CPUtime=12.21 cores=0,2,4,6
/proc/5184/stat : 5184 (plingeling) S 5182 5184 29676 0 -1 4202496 16089 1259 0 0 1219 2 0 0 25 0 5 0 654565491 151306240 8419 33554432000 4194304 4417452 140735146646080 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/5184/statm: 36940 8419 180 55 0 34826 0
[pid=5184/tid=5191] ppid=5182 vsize=147760 CPUtime=3.04 cores=0,2,4,6
/proc/5184/task/5191/stat : 5191 (plingeling) R 5182 5184 29676 0 -1 4202560 1328 1259 0 0 304 0 0 0 25 0 5 0 654565496 151306240 8419 33554432000 4194304 4417452 140735146646080 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=5184/tid=5192] ppid=5182 vsize=147760 CPUtime=3.02 cores=0,2,4,6
/proc/5184/task/5192/stat : 5192 (plingeling) R 5182 5184 29676 0 -1 4202560 608 1259 0 0 302 0 0 0 25 0 5 0 654565496 151306240 8419 33554432000 4194304 4417452 140735146646080 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5184/tid=5193] ppid=5182 vsize=147760 CPUtime=3.04 cores=0,2,4,6
/proc/5184/task/5193/stat : 5193 (plingeling) R 5182 5184 29676 0 -1 4202560 1408 1259 0 0 304 0 0 0 25 0 5 0 654565496 151306240 8419 33554432000 4194304 4417452 140735146646080 18446744073709551615 4364716 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5184/tid=5194] ppid=5182 vsize=147760 CPUtime=3.04 cores=0,2,4,6
/proc/5184/task/5194/stat : 5194 (plingeling) R 5182 5184 29676 0 -1 4202560 10256 1259 0 0 303 1 0 0 25 0 5 0 654565496 151306240 8419 33554432000 4194304 4417452 140735146646080 18446744073709551615 4250505 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.21
Current children cumulated vsize (KiB) 147760

[startup+6.30081 s]
/proc/loadavg: 8.07 6.67 4.16 9/394 5194
/proc/meminfo: memFree=25711708/32950928 swapFree=44388876/67111528
[pid=5184] ppid=5182 vsize=158404 CPUtime=24.98 cores=0,2,4,6
/proc/5184/stat : 5184 (plingeling) S 5182 5184 29676 0 -1 4202496 28155 1259 0 0 2494 4 0 0 25 0 5 0 654565491 162205696 11048 33554432000 4194304 4417452 140735146646080 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/5184/statm: 39601 11048 180 55 0 37487 0
[pid=5184/tid=5191] ppid=5182 vsize=158404 CPUtime=6.25 cores=0,2,4,6
/proc/5184/task/5191/stat : 5191 (plingeling) R 5182 5184 29676 0 -1 4202560 1740 1259 0 0 625 0 0 0 25 0 5 0 654565496 162205696 11048 33554432000 4194304 4417452 140735146646080 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=5184/tid=5192] ppid=5182 vsize=158404 CPUtime=6.18 cores=0,2,4,6
/proc/5184/task/5192/stat : 5192 (plingeling) R 5182 5184 29676 0 -1 4202560 1027 1259 0 0 618 0 0 0 25 0 5 0 654565496 162205696 11048 33554432000 4194304 4417452 140735146646080 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5184/tid=5193] ppid=5182 vsize=158404 CPUtime=6.24 cores=0,2,4,6
/proc/5184/task/5193/stat : 5193 (plingeling) R 5182 5184 29676 0 -1 4202560 4570 1259 0 0 623 1 0 0 25 0 5 0 654565496 162205696 11048 33554432000 4194304 4417452 140735146646080 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5184/tid=5194] ppid=5182 vsize=158404 CPUtime=6.25 cores=0,2,4,6
/proc/5184/task/5194/stat : 5194 (plingeling) R 5182 5184 29676 0 -1 4202560 18329 1259 0 0 623 2 0 0 25 0 5 0 654565496 162205696 11048 33554432000 4194304 4417452 140735146646080 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.98
Current children cumulated vsize (KiB) 158404

[startup+12.7007 s]
/proc/loadavg: 8.06 6.70 4.19 9/394 5194
/proc/meminfo: memFree=25700488/32950928 swapFree=44388876/67111528
[pid=5184] ppid=5182 vsize=181672 CPUtime=50.5 cores=0,2,4,6
/proc/5184/stat : 5184 (plingeling) S 5182 5184 29676 0 -1 4202496 53623 1259 0 0 5043 7 0 0 25 0 5 0 654565491 186032128 16897 33554432000 4194304 4417452 140735146646080 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/5184/statm: 45418 16897 180 55 0 43304 0
[pid=5184/tid=5191] ppid=5182 vsize=181672 CPUtime=12.64 cores=0,2,4,6
/proc/5184/task/5191/stat : 5191 (plingeling) R 5182 5184 29676 0 -1 4202560 6373 1259 0 0 1264 0 0 0 25 0 5 0 654565496 186032128 16897 33554432000 4194304 4417452 140735146646080 18446744073709551615 4248238 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=5184/tid=5192] ppid=5182 vsize=181672 CPUtime=12.5 cores=0,2,4,6
/proc/5184/task/5192/stat : 5192 (plingeling) R 5182 5184 29676 0 -1 4202560 4516 1259 0 0 1250 0 0 0 25 0 5 0 654565496 186032128 16897 33554432000 4194304 4417452 140735146646080 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5184/tid=5193] ppid=5182 vsize=181672 CPUtime=12.64 cores=0,2,4,6
/proc/5184/task/5193/stat : 5193 (plingeling) R 5182 5184 29676 0 -1 4202560 9261 1259 0 0 1263 1 0 0 25 0 5 0 654565496 186032128 16897 33554432000 4194304 4417452 140735146646080 18446744073709551615 4248897 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5184/tid=5194] ppid=5182 vsize=181672 CPUtime=12.64 cores=0,2,4,6
/proc/5184/task/5194/stat : 5194 (plingeling) R 5182 5184 29676 0 -1 4202560 30984 1259 0 0 1261 3 0 0 25 0 5 0 654565496 186032128 16897 33554432000 4194304 4417452 140735146646080 18446744073709551615 4364466 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 181672

[startup+25.5006 s]
/proc/loadavg: 8.05 6.76 4.25 9/394 5195
/proc/meminfo: memFree=25625836/32950928 swapFree=44388876/67111528
[pid=5184] ppid=5182 vsize=239344 CPUtime=101.54 cores=0,2,4,6
/proc/5184/stat : 5184 (plingeling) S 5182 5184 29676 0 -1 4202496 96394 1259 0 0 10139 15 0 0 25 0 5 0 654565491 245088256 31283 33554432000 4194304 4417452 140735146646080 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/5184/statm: 59836 31283 180 55 0 57722 0
[pid=5184/tid=5191] ppid=5182 vsize=239344 CPUtime=25.44 cores=0,2,4,6
/proc/5184/task/5191/stat : 5191 (plingeling) R 5182 5184 29676 0 -1 4202560 13533 1259 0 0 2542 2 0 0 25 0 5 0 654565496 245088256 31283 33554432000 4194304 4417452 140735146646080 18446744073709551615 4336683 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=5184/tid=5192] ppid=5182 vsize=239344 CPUtime=25.14 cores=0,2,4,6
/proc/5184/task/5192/stat : 5192 (plingeling) R 5182 5184 29676 0 -1 4202560 12500 1259 0 0 2513 1 0 0 25 0 5 0 654565496 245088256 31283 33554432000 4194304 4417452 140735146646080 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5184/tid=5193] ppid=5182 vsize=239344 CPUtime=25.44 cores=0,2,4,6
/proc/5184/task/5193/stat : 5193 (plingeling) R 5182 5184 29676 0 -1 4202560 20560 1259 0 0 2541 3 0 0 25 0 5 0 654565496 245088256 31283 33554432000 4194304 4417452 140735146646080 18446744073709551615 4365023 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5184/tid=5194] ppid=5182 vsize=239344 CPUtime=25.44 cores=0,2,4,6
/proc/5184/task/5194/stat : 5194 (plingeling) R 5182 5184 29676 0 -1 4202560 47312 1259 0 0 2538 6 0 0 25 0 5 0 654565496 245088256 31283 33554432000 4194304 4417452 140735146646080 18446744073709551615 4364737 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.54
Current children cumulated vsize (KiB) 239344

[startup+51.1003 s]
/proc/loadavg: 8.11 6.87 4.35 9/394 5195
/proc/meminfo: memFree=25665440/32950928 swapFree=44388876/67111528
[pid=5184] ppid=5182 vsize=315808 CPUtime=203.63 cores=0,2,4,6
/proc/5184/stat : 5184 (plingeling) S 5182 5184 29676 0 -1 4202496 162988 1259 0 0 20339 24 0 0 25 0 5 0 654565491 323387392 50399 33554432000 4194304 4417452 140735146646080 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/5184/statm: 78952 50399 180 55 0 76838 0
[pid=5184/tid=5191] ppid=5182 vsize=315808 CPUtime=51.05 cores=0,2,4,6
/proc/5184/task/5191/stat : 5191 (plingeling) R 5182 5184 29676 0 -1 4202560 29237 1259 0 0 5101 4 0 0 25 0 5 0 654565496 323387392 50399 33554432000 4194304 4417452 140735146646080 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=5184/tid=5192] ppid=5182 vsize=315808 CPUtime=50.44 cores=0,2,4,6
/proc/5184/task/5192/stat : 5192 (plingeling) R 5182 5184 29676 0 -1 4202560 30893 1259 0 0 5040 4 0 0 25 0 5 0 654565496 323387392 50399 33554432000 4194304 4417452 140735146646080 18446744073709551615 4366065 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5184/tid=5193] ppid=5182 vsize=315808 CPUtime=51.03 cores=0,2,4,6
/proc/5184/task/5193/stat : 5193 (plingeling) R 5182 5184 29676 0 -1 4202560 34775 1259 0 0 5098 5 0 0 25 0 5 0 654565496 323387392 50399 33554432000 4194304 4417452 140735146646080 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5184/tid=5194] ppid=5182 vsize=315808 CPUtime=51.05 cores=0,2,4,6
/proc/5184/task/5194/stat : 5194 (plingeling) R 5182 5184 29676 0 -1 4202560 65594 1259 0 0 5096 9 0 0 25 0 5 0 654565496 323387392 50399 33554432000 4194304 4417452 140735146646080 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.63
Current children cumulated vsize (KiB) 315808

[startup+102.315 s]
/proc/loadavg: 8.05 7.05 4.54 9/394 5197
/proc/meminfo: memFree=25544968/32950928 swapFree=44388876/67111528
[pid=5184] ppid=5182 vsize=406544 CPUtime=407.85 cores=0,2,4,6
/proc/5184/stat : 5184 (plingeling) S 5182 5184 29676 0 -1 4202496 269162 1259 0 0 40745 40 0 0 25 0 5 0 654565491 416301056 73083 33554432000 4194304 4417452 140735146646080 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/5184/statm: 101636 73083 180 55 0 99522 0
[pid=5184/tid=5191] ppid=5182 vsize=406544 CPUtime=102.25 cores=0,2,4,6
/proc/5184/task/5191/stat : 5191 (plingeling) R 5182 5184 29676 0 -1 4202560 60681 1259 0 0 10217 8 0 0 25 0 5 0 654565496 416301056 73083 33554432000 4194304 4417452 140735146646080 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=5184/tid=5192] ppid=5182 vsize=406544 CPUtime=101.03 cores=0,2,4,6
/proc/5184/task/5192/stat : 5192 (plingeling) R 5182 5184 29676 0 -1 4202560 54714 1259 0 0 10096 7 0 0 25 0 5 0 654565496 416301056 73083 33554432000 4194304 4417452 140735146646080 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5184/tid=5193] ppid=5182 vsize=406544 CPUtime=102.23 cores=0,2,4,6
/proc/5184/task/5193/stat : 5193 (plingeling) R 5182 5184 29676 0 -1 4202560 59976 1259 0 0 10214 9 0 0 25 0 5 0 654565496 416301056 73083 33554432000 4194304 4417452 140735146646080 18446744073709551615 4346508 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5184/tid=5194] ppid=5182 vsize=406544 CPUtime=102.26 cores=0,2,4,6
/proc/5184/task/5194/stat : 5194 (plingeling) R 5182 5184 29676 0 -1 4202560 91302 1259 0 0 10213 13 0 0 25 0 5 0 654565496 416301056 73083 33554432000 4194304 4417452 140735146646080 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 407.85
Current children cumulated vsize (KiB) 406544

[startup+162.301 s]
/proc/loadavg: 8.05 7.23 4.76 9/394 5198
/proc/meminfo: memFree=25459272/32950928 swapFree=44388876/67111528
[pid=5184] ppid=5182 vsize=492068 CPUtime=647.06 cores=0,2,4,6
/proc/5184/stat : 5184 (plingeling) S 5182 5184 29676 0 -1 4202496 417471 1259 0 0 64644 62 0 0 25 0 5 0 654565491 503877632 94464 33554432000 4194304 4417452 140735146646080 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/5184/statm: 123017 94464 180 55 0 120903 0
[pid=5184/tid=5191] ppid=5182 vsize=492068 CPUtime=162.24 cores=0,2,4,6
/proc/5184/task/5191/stat : 5191 (plingeling) R 5182 5184 29676 0 -1 4202560 113805 1259 0 0 16208 16 0 0 25 0 5 0 654565496 503877632 94464 33554432000 4194304 4417452 140735146646080 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=5184/tid=5192] ppid=5182 vsize=492068 CPUtime=160.29 cores=0,2,4,6
/proc/5184/task/5192/stat : 5192 (plingeling) R 5182 5184 29676 0 -1 4202560 74706 1259 0 0 16018 11 0 0 25 0 5 0 654565496 503877632 94464 33554432000 4194304 4417452 140735146646080 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5184/tid=5193] ppid=5182 vsize=492068 CPUtime=162.21 cores=0,2,4,6
/proc/5184/task/5193/stat : 5193 (plingeling) R 5182 5184 29676 0 -1 4202560 108362 1259 0 0 16205 16 0 0 25 0 5 0 654565496 503877632 94464 33554432000 4194304 4417452 140735146646080 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5184/tid=5194] ppid=5182 vsize=492068 CPUtime=162.24 cores=0,2,4,6
/proc/5184/task/5194/stat : 5194 (plingeling) R 5182 5184 29676 0 -1 4202560 118109 1259 0 0 16207 17 0 0 25 0 5 0 654565496 503877632 94464 33554432000 4194304 4417452 140735146646080 18446744073709551615 4364724 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 647.06
Current children cumulated vsize (KiB) 492068


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

[pid=5184/tid=5192] ppid=5182 vsize=1012140 CPUtime=693.67 cores=0,2,4,6
/proc/5184/task/5192/stat : 5192 (plingeling) R 5182 5184 29676 0 -1 4202560 262082 1259 0 0 69329 38 0 0 25 0 5 0 654565496 1036431360 224482 33554432000 4194304 4417452 140735146646080 18446744073709551615 4307968 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5184/tid=5193] ppid=5182 vsize=1012140 CPUtime=702.1 cores=0,2,4,6
/proc/5184/task/5193/stat : 5193 (plingeling) R 5182 5184 29676 0 -1 4202560 353453 1259 0 0 70161 49 0 0 25 0 5 0 654565496 1036431360 224482 33554432000 4194304 4417452 140735146646080 18446744073709551615 4364838 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5184/tid=5194] ppid=5182 vsize=1012140 CPUtime=702.25 cores=0,2,4,6
/proc/5184/task/5194/stat : 5194 (plingeling) R 5182 5184 29676 0 -1 4202560 264609 1259 0 0 70190 35 0 0 25 0 5 0 654565496 1036431360 224482 33554432000 4194304 4417452 140735146646080 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2800.34
Current children cumulated vsize (KiB) 1012140

[startup+762.315 s]
/proc/loadavg: 8.16 8.03 6.35 9/394 5214
/proc/meminfo: memFree=24780360/32950928 swapFree=44388876/67111528
[pid=5184] ppid=5182 vsize=1081464 CPUtime=3039.63 cores=0,2,4,6
/proc/5184/stat : 5184 (plingeling) S 5182 5184 29676 0 -1 4202496 1354375 1259 0 0 303774 189 0 0 25 0 5 0 654565491 1107419136 241813 33554432000 4194304 4417452 140735146646080 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/5184/statm: 270366 241813 180 55 0 268252 0
[pid=5184/tid=5191] ppid=5182 vsize=1081464 CPUtime=762.27 cores=0,2,4,6
/proc/5184/task/5191/stat : 5191 (plingeling) R 5182 5184 29676 0 -1 4202560 399718 1259 0 0 76171 56 0 0 25 0 5 0 654565496 1107419136 241813 33554432000 4194304 4417452 140735146646080 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=5184/tid=5192] ppid=5182 vsize=1081464 CPUtime=752.94 cores=0,2,4,6
/proc/5184/task/5192/stat : 5192 (plingeling) R 5182 5184 29676 0 -1 4202560 321818 1259 0 0 75248 46 0 0 25 0 5 0 654565496 1107419136 241813 33554432000 4194304 4417452 140735146646080 18446744073709551615 4250464 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5184/tid=5193] ppid=5182 vsize=1081464 CPUtime=762.09 cores=0,2,4,6
/proc/5184/task/5193/stat : 5193 (plingeling) R 5182 5184 29676 0 -1 4202560 357549 1259 0 0 76160 49 0 0 25 0 5 0 654565496 1107419136 241813 33554432000 4194304 4417452 140735146646080 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5184/tid=5194] ppid=5182 vsize=1081464 CPUtime=762.26 cores=0,2,4,6
/proc/5184/task/5194/stat : 5194 (plingeling) R 5182 5184 29676 0 -1 4202560 272801 1259 0 0 76190 36 0 0 25 0 5 0 654565496 1107419136 241813 33554432000 4194304 4417452 140735146646080 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3039.63
Current children cumulated vsize (KiB) 1081464

[startup+822.301 s]
/proc/loadavg: 8.13 8.04 6.46 9/394 5216
/proc/meminfo: memFree=24841928/32950928 swapFree=44388876/67111528
[pid=5184] ppid=5182 vsize=1008204 CPUtime=3278.84 cores=0,2,4,6
/proc/5184/stat : 5184 (plingeling) S 5182 5184 29676 0 -1 4202496 1419108 1259 0 0 327685 199 0 0 25 0 5 0 654565491 1032400896 223530 33554432000 4194304 4417452 140735146646080 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/5184/statm: 252051 223530 180 55 0 249937 0
[pid=5184/tid=5191] ppid=5182 vsize=1008204 CPUtime=822.25 cores=0,2,4,6
/proc/5184/task/5191/stat : 5191 (plingeling) R 5182 5184 29676 0 -1 4202560 414698 1259 0 0 82168 57 0 0 25 0 5 0 654565496 1032400896 223530 33554432000 4194304 4417452 140735146646080 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=5184/tid=5192] ppid=5182 vsize=1008204 CPUtime=812.19 cores=0,2,4,6
/proc/5184/task/5192/stat : 5192 (plingeling) R 5182 5184 29676 0 -1 4202560 354586 1259 0 0 81169 50 0 0 25 0 5 0 654565496 1032400896 223530 33554432000 4194304 4417452 140735146646080 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5184/tid=5193] ppid=5182 vsize=1008204 CPUtime=822.07 cores=0,2,4,6
/proc/5184/task/5193/stat : 5193 (plingeling) R 5182 5184 29676 0 -1 4202560 362342 1259 0 0 82157 50 0 0 25 0 5 0 654565496 1032400896 223530 33554432000 4194304 4417452 140735146646080 18446744073709551615 4259140 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5184/tid=5194] ppid=5182 vsize=1008204 CPUtime=822.25 cores=0,2,4,6
/proc/5184/task/5194/stat : 5194 (plingeling) R 5182 5184 29676 0 -1 4202560 284993 1259 0 0 82186 39 0 0 25 0 5 0 654565496 1032400896 223530 33554432000 4194304 4417452 140735146646080 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3278.84
Current children cumulated vsize (KiB) 1008204

[startup+882.301 s]
/proc/loadavg: 5.82 7.43 6.35 5/384 5235
/proc/meminfo: memFree=25987648/32950928 swapFree=44388876/67111528
[pid=5184] ppid=5182 vsize=1056804 CPUtime=3518.08 cores=0,2,4,6
/proc/5184/stat : 5184 (plingeling) S 5182 5184 29676 0 -1 4202496 1439450 1259 0 0 351604 204 0 0 25 0 5 0 654565491 1082167296 235680 33554432000 4194304 4417452 140735146646080 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/5184/statm: 264201 235680 180 55 0 262087 0
[pid=5184/tid=5191] ppid=5182 vsize=1056804 CPUtime=882.25 cores=0,2,4,6
/proc/5184/task/5191/stat : 5191 (plingeling) R 5182 5184 29676 0 -1 4202560 414698 1259 0 0 88168 57 0 0 25 0 5 0 654565496 1082167296 235680 33554432000 4194304 4417452 140735146646080 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=5184/tid=5192] ppid=5182 vsize=1056804 CPUtime=871.44 cores=0,2,4,6
/proc/5184/task/5192/stat : 5192 (plingeling) R 5182 5184 29676 0 -1 4202560 354586 1259 0 0 87094 50 0 0 25 0 5 0 654565496 1082167296 235680 33554432000 4194304 4417452 140735146646080 18446744073709551615 4364807 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5184/tid=5193] ppid=5182 vsize=1056804 CPUtime=882.06 cores=0,2,4,6
/proc/5184/task/5193/stat : 5193 (plingeling) R 5182 5184 29676 0 -1 4202560 370534 1259 0 0 88154 52 0 0 25 0 5 0 654565496 1082167296 235680 33554432000 4194304 4417452 140735146646080 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5184/tid=5194] ppid=5182 vsize=1056804 CPUtime=882.26 cores=0,2,4,6
/proc/5184/task/5194/stat : 5194 (plingeling) R 5182 5184 29676 0 -1 4202560 297143 1259 0 0 88184 42 0 0 25 0 5 0 654565496 1082167296 235680 33554432000 4194304 4417452 140735146646080 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3518.08
Current children cumulated vsize (KiB) 1056804

[startup+942.301 s]
/proc/loadavg: 4.71 6.81 6.20 5/384 5237
/proc/meminfo: memFree=25852164/32950928 swapFree=44388876/67111528
[pid=5184] ppid=5182 vsize=1192768 CPUtime=3757.35 cores=0,2,4,6
/proc/5184/stat : 5184 (plingeling) S 5182 5184 29676 0 -1 4202496 1513727 1259 0 0 375521 214 0 0 25 0 5 0 654565491 1221394432 269671 33554432000 4194304 4417452 140735146646080 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/5184/statm: 298192 269671 180 55 0 296078 0
[pid=5184/tid=5191] ppid=5182 vsize=1192768 CPUtime=942.25 cores=0,2,4,6
/proc/5184/task/5191/stat : 5191 (plingeling) R 5182 5184 29676 0 -1 4202560 451917 1259 0 0 94162 63 0 0 25 0 5 0 654565496 1221394432 269671 33554432000 4194304 4417452 140735146646080 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=5184/tid=5192] ppid=5182 vsize=1192768 CPUtime=930.73 cores=0,2,4,6
/proc/5184/task/5192/stat : 5192 (plingeling) R 5182 5184 29676 0 -1 4202560 358532 1259 0 0 93022 51 0 0 25 0 5 0 654565496 1221394432 269671 33554432000 4194304 4417452 140735146646080 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5184/tid=5193] ppid=5182 vsize=1192768 CPUtime=942.04 cores=0,2,4,6
/proc/5184/task/5193/stat : 5193 (plingeling) R 5182 5184 29676 0 -1 4202560 395110 1259 0 0 94149 55 0 0 25 0 5 0 654565496 1221394432 269671 33554432000 4194304 4417452 140735146646080 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5184/tid=5194] ppid=5182 vsize=1192768 CPUtime=942.26 cores=0,2,4,6
/proc/5184/task/5194/stat : 5194 (plingeling) R 5182 5184 29676 0 -1 4202560 305679 1259 0 0 94183 43 0 0 25 0 5 0 654565496 1221394432 269671 33554432000 4194304 4417452 140735146646080 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3757.35
Current children cumulated vsize (KiB) 1192768

[startup+1002.3 s]
/proc/loadavg: 4.29 6.31 6.07 5/384 5239
/proc/meminfo: memFree=25781668/32950928 swapFree=44388876/67111528
[pid=5184] ppid=5182 vsize=1262012 CPUtime=3996.63 cores=0,2,4,6
/proc/5184/stat : 5184 (plingeling) S 5182 5184 29676 0 -1 4202496 1595284 1259 0 0 399436 227 0 0 25 0 5 0 654565491 1292300288 286982 33554432000 4194304 4417452 140735146646080 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/5184/statm: 315503 286982 180 55 0 313389 0
[pid=5184/tid=5191] ppid=5182 vsize=1262012 CPUtime=1002.25 cores=0,2,4,6
/proc/5184/task/5191/stat : 5191 (plingeling) R 5182 5184 29676 0 -1 4202560 495266 1259 0 0 100153 72 0 0 25 0 5 0 654565496 1292300288 286982 33554432000 4194304 4417452 140735146646080 18446744073709551615 4364809 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=5184/tid=5192] ppid=5182 vsize=1262012 CPUtime=990.01 cores=0,2,4,6
/proc/5184/task/5192/stat : 5192 (plingeling) R 5182 5184 29676 0 -1 4202560 366724 1259 0 0 98949 52 0 0 25 0 5 0 654565496 1292300288 286982 33554432000 4194304 4417452 140735146646080 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5184/tid=5193] ppid=5182 vsize=1262012 CPUtime=1002.04 cores=0,2,4,6
/proc/5184/task/5193/stat : 5193 (plingeling) R 5182 5184 29676 0 -1 4202560 411494 1259 0 0 100147 57 0 0 25 0 5 0 654565496 1292300288 286982 33554432000 4194304 4417452 140735146646080 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5184/tid=5194] ppid=5182 vsize=1262012 CPUtime=1002.25 cores=0,2,4,6
/proc/5184/task/5194/stat : 5194 (plingeling) R 5182 5184 29676 0 -1 4202560 319311 1259 0 0 100181 44 0 0 25 0 5 0 654565496 1292300288 286982 33554432000 4194304 4417452 140735146646080 18446744073709551615 4364784 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3996.63
Current children cumulated vsize (KiB) 1262012

[startup+1062.3 s]
/proc/loadavg: 4.22 5.92 5.95 5/384 5240
/proc/meminfo: memFree=25691312/32950928 swapFree=44388876/67111528
[pid=5184] ppid=5182 vsize=1352180 CPUtime=4235.91 cores=0,2,4,6
/proc/5184/stat : 5184 (plingeling) S 5182 5184 29676 0 -1 4202496 1650594 1259 0 0 423357 234 0 0 25 0 5 0 654565491 1384632320 309524 33554432000 4194304 4417452 140735146646080 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/5184/statm: 338045 309524 180 55 0 335931 0
[pid=5184/tid=5191] ppid=5182 vsize=1352180 CPUtime=1062.26 cores=0,2,4,6
/proc/5184/task/5191/stat : 5191 (plingeling) R 5182 5184 29676 0 -1 4202560 503458 1259 0 0 106153 73 0 0 25 0 5 0 654565496 1384632320 309524 33554432000 4194304 4417452 140735146646080 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=5184/tid=5192] ppid=5182 vsize=1352180 CPUtime=1049.3 cores=0,2,4,6
/proc/5184/task/5192/stat : 5192 (plingeling) R 5182 5184 29676 0 -1 4202560 388616 1259 0 0 104875 55 0 0 25 0 5 0 654565496 1384632320 309524 33554432000 4194304 4417452 140735146646080 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5184/tid=5193] ppid=5182 vsize=1352180 CPUtime=1062.03 cores=0,2,4,6
/proc/5184/task/5193/stat : 5193 (plingeling) R 5182 5184 29676 0 -1 4202560 419686 1259 0 0 106145 58 0 0 25 0 5 0 654565496 1384632320 309524 33554432000 4194304 4417452 140735146646080 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5184/tid=5194] ppid=5182 vsize=1352180 CPUtime=1062.26 cores=0,2,4,6
/proc/5184/task/5194/stat : 5194 (plingeling) R 5182 5184 29676 0 -1 4202560 336345 1259 0 0 106179 47 0 0 25 0 5 0 654565496 1384632320 309524 33554432000 4194304 4417452 140735146646080 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4235.91
Current children cumulated vsize (KiB) 1352180

[startup+1122.3 s]
/proc/loadavg: 4.15 5.58 5.83 5/384 5242
/proc/meminfo: memFree=25674116/32950928 swapFree=44388876/67111528
[pid=5184] ppid=5182 vsize=1369264 CPUtime=4475.17 cores=0,2,4,6
/proc/5184/stat : 5184 (plingeling) S 5182 5184 29676 0 -1 4202496 1663057 1259 0 0 447281 236 0 0 25 0 5 0 654565491 1402126336 313795 33554432000 4194304 4417452 140735146646080 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/5184/statm: 342316 313795 180 55 0 340202 0
[pid=5184/tid=5191] ppid=5182 vsize=1369264 CPUtime=1122.26 cores=0,2,4,6
/proc/5184/task/5191/stat : 5191 (plingeling) R 5182 5184 29676 0 -1 4202560 503458 1259 0 0 112153 73 0 0 25 0 5 0 654565496 1402126336 313795 33554432000 4194304 4417452 140735146646080 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=5184/tid=5192] ppid=5182 vsize=1369264 CPUtime=1108.57 cores=0,2,4,6
/proc/5184/task/5192/stat : 5192 (plingeling) R 5182 5184 29676 0 -1 4202560 396808 1259 0 0 110801 56 0 0 25 0 5 0 654565496 1402126336 313795 33554432000 4194304 4417452 140735146646080 18446744073709551615 4310626 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5184/tid=5193] ppid=5182 vsize=1369264 CPUtime=1122.01 cores=0,2,4,6
/proc/5184/task/5193/stat : 5193 (plingeling) R 5182 5184 29676 0 -1 4202560 423957 1259 0 0 112143 58 0 0 25 0 5 0 654565496 1402126336 313795 33554432000 4194304 4417452 140735146646080 18446744073709551615 4364548 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5184/tid=5194] ppid=5182 vsize=1369264 CPUtime=1122.26 cores=0,2,4,6
/proc/5184/task/5194/stat : 5194 (plingeling) R 5182 5184 29676 0 -1 4202560 336345 1259 0 0 112179 47 0 0 25 0 5 0 654565496 1402126336 313795 33554432000 4194304 4417452 140735146646080 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4475.17
Current children cumulated vsize (KiB) 1369264

[startup+1182.3 s]
/proc/loadavg: 4.12 5.31 5.72 5/384 5243
/proc/meminfo: memFree=25581404/32950928 swapFree=44388876/67111528
[pid=5184] ppid=5182 vsize=1461304 CPUtime=4714.44 cores=0,2,4,6
/proc/5184/stat : 5184 (plingeling) S 5182 5184 29676 0 -1 4202496 1738371 1259 0 0 471199 245 0 0 25 0 5 0 654565491 1496375296 336805 33554432000 4194304 4417452 140735146646080 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/5184/statm: 365326 336805 180 55 0 363212 0
[pid=5184/tid=5191] ppid=5182 vsize=1461304 CPUtime=1182.26 cores=0,2,4,6
/proc/5184/task/5191/stat : 5191 (plingeling) R 5182 5184 29676 0 -1 4202560 503458 1259 0 0 118153 73 0 0 25 0 5 0 654565496 1496375296 336805 33554432000 4194304 4417452 140735146646080 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=5184/tid=5192] ppid=5182 vsize=1461304 CPUtime=1167.85 cores=0,2,4,6
/proc/5184/task/5192/stat : 5192 (plingeling) R 5182 5184 29676 0 -1 4202560 455738 1259 0 0 116721 64 0 0 25 0 5 0 654565496 1496375296 336805 33554432000 4194304 4417452 140735146646080 18446744073709551615 4365075 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5184/tid=5193] ppid=5182 vsize=1461304 CPUtime=1182 cores=0,2,4,6
/proc/5184/task/5193/stat : 5193 (plingeling) R 5182 5184 29676 0 -1 4202560 432149 1259 0 0 118141 59 0 0 25 0 5 0 654565496 1496375296 336805 33554432000 4194304 4417452 140735146646080 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5184/tid=5194] ppid=5182 vsize=1461304 CPUtime=1182.26 cores=0,2,4,6
/proc/5184/task/5194/stat : 5194 (plingeling) R 5182 5184 29676 0 -1 4202560 344537 1259 0 0 118178 48 0 0 25 0 5 0 654565496 1496375296 336805 33554432000 4194304 4417452 140735146646080 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4714.44
Current children cumulated vsize (KiB) 1461304



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.8 s]
/proc/loadavg: 4.08 5.20 5.67 5/384 5244
/proc/meminfo: memFree=25549244/32950928 swapFree=44388876/67111528
[pid=5184] ppid=5182 vsize=1494072 CPUtime=4800.2 cores=0,2,4,6
/proc/5184/stat : 5184 (plingeling) S 5182 5184 29676 0 -1 4202496 1771139 1259 0 0 479770 250 0 0 25 0 5 0 654565491 1529929728 344997 33554432000 4194304 4417452 140735146646080 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/5184/statm: 373518 344997 180 55 0 371404 0
[pid=5184/tid=5191] ppid=5182 vsize=1494072 CPUtime=1203.77 cores=0,2,4,6
/proc/5184/task/5191/stat : 5191 (plingeling) R 5182 5184 29676 0 -1 4202560 511650 1259 0 0 120302 75 0 0 25 0 5 0 654565496 1529929728 344997 33554432000 4194304 4417452 140735146646080 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=5184/tid=5192] ppid=5182 vsize=1494072 CPUtime=1189.1 cores=0,2,4,6
/proc/5184/task/5192/stat : 5192 (plingeling) R 5182 5184 29676 0 -1 4202560 472122 1259 0 0 118844 66 0 0 25 0 5 0 654565496 1529929728 344997 33554432000 4194304 4417452 140735146646080 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5184/tid=5193] ppid=5182 vsize=1494072 CPUtime=1203.51 cores=0,2,4,6
/proc/5184/task/5193/stat : 5193 (plingeling) R 5182 5184 29676 0 -1 4202560 440341 1259 0 0 120291 60 0 0 25 0 5 0 654565496 1529929728 344997 33554432000 4194304 4417452 140735146646080 18446744073709551615 4307968 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5184/tid=5194] ppid=5182 vsize=1494072 CPUtime=1203.78 cores=0,2,4,6
/proc/5184/task/5194/stat : 5194 (plingeling) R 5182 5184 29676 0 -1 4202560 344537 1259 0 0 120330 48 0 0 25 0 5 0 654565496 1529929728 344997 33554432000 4194304 4417452 140735146646080 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.2
Current children cumulated vsize (KiB) 1494072

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): 1203.87
CPU time (s): 4800.3
CPU user time (s): 4797.74
CPU system time (s): 2.55861
CPU usage (%): 398.739
Max. virtual memory (cumulated for all children) (KiB): 1559608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.74
system time used= 2.55861
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1772398
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= 80
involuntary context switches= 21897

runsolver used 4.30234 second user time and 10.3954 second system time

The end

Launcher Data

Begin job on node126 at 2011-05-15 05:21:08
IDJOB=3371031
IDBENCH=83903
IDSOLVER=1848
FILE ID=node126/3371031-1305429668
RUNJOBID= node126-1305429191-4926
PBS_JOBID= 13324566
Free space on /tmp= 73252 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_26_40_6-dir.shuffled-as.sat03-163.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371031-1305429668/watcher-3371031-1305429668 -o /tmp/evaluation-result-3371031-1305429668/solver-3371031-1305429668 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371031-1305429668.cnf

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

MD5SUM BENCH= c06088cac8521bfe72bbb4c9ad8d39fb
RANDOM SEED=1109198371

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
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.783
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      25749104 kB
Buffers:        269632 kB
Cached:        2651500 kB
SwapCached:      92524 kB
Active:        1981696 kB
Inactive:      4962676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      25749104 kB
SwapTotal:    67111528 kB
SwapFree:     44388876 kB
Dirty:           61324 kB
Writeback:           0 kB
AnonPages:     3943496 kB
Mapped:          15672 kB
Slab:           113208 kB
PageTables:      78012 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 89214612 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= 73364 MiB
End job on node126 at 2011-05-15 05:41:14