Trace number 3371129

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.43 1204.28

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_80_28_70_8-dir.shuffled-as.sat03-215.cnf
MD5SUM731331ace9dcb7404987f98927f5c914
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 variables840
Number of clauses72688
Sum of the clauses size146160
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 272660
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 528

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-3371129-1305429715/watcher-3371129-1305429715 -o /tmp/evaluation-result-3371129-1305429715/solver-3371129-1305429715 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3371129-1305429715.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: 0.94 1.27 1.65 2/380 21033
/proc/meminfo: memFree=14821752/32951124 swapFree=65586204/67111528
[pid=21033] ppid=21031 vsize=10072 CPUtime=0.01 cores=0,2,4,6
/proc/21033/stat : 21033 (plingeling) R 21031 21033 14218 0 -1 4202496 618 1251 0 0 1 0 0 0 22 0 1 0 733202200 10313728 541 33554432000 4194304 4417452 140736886066192 18446744073709551615 216735178496 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/21033/statm: 2518 541 148 55 0 404 0

[startup+0.16343 s]
/proc/loadavg: 0.94 1.27 1.65 2/380 21033
/proc/meminfo: memFree=14821752/32951124 swapFree=65586204/67111528
[pid=21033] ppid=21031 vsize=127536 CPUtime=0.36 cores=0,2,4,6
/proc/21033/stat : 21033 (plingeling) S 21031 21033 14218 0 -1 4202496 3873 1251 0 0 36 0 0 0 22 0 5 0 733202200 130596864 3297 33554432000 4194304 4417452 140736886066192 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/21033/statm: 31884 3297 176 55 0 29770 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 127536

[startup+0.200433 s]
/proc/loadavg: 0.94 1.27 1.65 2/380 21033
/proc/meminfo: memFree=14821752/32951124 swapFree=65586204/67111528
[pid=21033] ppid=21031 vsize=128088 CPUtime=0.5 cores=0,2,4,6
/proc/21033/stat : 21033 (plingeling) S 21031 21033 14218 0 -1 4202496 4011 1251 0 0 50 0 0 0 22 0 5 0 733202200 131162112 3435 33554432000 4194304 4417452 140736886066192 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/21033/statm: 32022 3435 176 55 0 29908 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 128088

[startup+0.300356 s]
/proc/loadavg: 0.94 1.27 1.65 2/380 21033
/proc/meminfo: memFree=14821752/32951124 swapFree=65586204/67111528
[pid=21033] ppid=21031 vsize=128512 CPUtime=0.89 cores=0,2,4,6
/proc/21033/stat : 21033 (plingeling) S 21031 21033 14218 0 -1 4202496 4679 1251 0 0 89 0 0 0 22 0 5 0 733202200 131596288 3544 33554432000 4194304 4417452 140736886066192 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/21033/statm: 32128 3544 179 55 0 30014 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 128512

[startup+0.700285 s]
/proc/loadavg: 0.94 1.27 1.65 2/380 21033
/proc/meminfo: memFree=14821752/32951124 swapFree=65586204/67111528
[pid=21033] ppid=21031 vsize=133180 CPUtime=2.49 cores=0,2,4,6
/proc/21033/stat : 21033 (plingeling) S 21031 21033 14218 0 -1 4202496 7068 1251 0 0 249 0 0 0 22 0 5 0 733202200 136376320 4711 33554432000 4194304 4417452 140736886066192 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/21033/statm: 33295 4711 179 55 0 31181 0
Current children cumulated CPU time (s) 2.49
Current children cumulated vsize (KiB) 133180

[startup+1.50115 s]
/proc/loadavg: 0.94 1.27 1.65 10/392 21058
/proc/meminfo: memFree=14768968/32951124 swapFree=65586204/67111528
[pid=21033] ppid=21031 vsize=142584 CPUtime=5.69 cores=0,2,4,6
/proc/21033/stat : 21033 (plingeling) S 21031 21033 14218 0 -1 4202496 11143 1251 0 0 568 1 0 0 22 0 5 0 733202200 146006016 7062 33554432000 4194304 4417452 140736886066192 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/21033/statm: 35646 7062 179 55 0 33532 0
[pid=21033/tid=21040] ppid=21031 vsize=142584 CPUtime=1.43 cores=0,2,4,6
/proc/21033/task/21040/stat : 21040 (plingeling) R 21031 21033 14218 0 -1 4202560 214 1251 0 0 143 0 0 0 25 0 5 0 733202206 146006016 7062 33554432000 4194304 4417452 140736886066192 18446744073709551615 4249143 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21033/tid=21041] ppid=21031 vsize=142584 CPUtime=1.33 cores=0,2,4,6
/proc/21033/task/21041/stat : 21041 (plingeling) R 21031 21033 14218 0 -1 4202560 391 1251 0 0 133 0 0 0 25 0 5 0 733202206 146006016 7062 33554432000 4194304 4417452 140736886066192 18446744073709551615 4258247 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=21033/tid=21042] ppid=21031 vsize=142584 CPUtime=1.43 cores=0,2,4,6
/proc/21033/task/21042/stat : 21042 (plingeling) R 21031 21033 14218 0 -1 4202560 871 1251 0 0 143 0 0 0 25 0 5 0 733202206 146006016 7062 33554432000 4194304 4417452 140736886066192 18446744073709551615 4366079 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21033/tid=21043] ppid=21031 vsize=142584 CPUtime=1.43 cores=0,2,4,6
/proc/21033/task/21043/stat : 21043 (plingeling) R 21031 21033 14218 0 -1 4202560 7180 1251 0 0 143 0 0 0 25 0 5 0 733202206 146006016 7062 33554432000 4194304 4417452 140736886066192 18446744073709551615 4357818 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.69
Current children cumulated vsize (KiB) 142584

[startup+3.10087 s]
/proc/loadavg: 1.50 1.38 1.68 10/392 21058
/proc/meminfo: memFree=14756692/32951124 swapFree=65586204/67111528
[pid=21033] ppid=21031 vsize=159016 CPUtime=12.08 cores=0,2,4,6
/proc/21033/stat : 21033 (plingeling) S 21031 21033 14218 0 -1 4202496 18042 1251 0 0 1206 2 0 0 22 0 5 0 733202200 162832384 11170 33554432000 4194304 4417452 140736886066192 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/21033/statm: 39754 11170 179 55 0 37640 0
[pid=21033/tid=21040] ppid=21031 vsize=159016 CPUtime=3.03 cores=0,2,4,6
/proc/21033/task/21040/stat : 21040 (plingeling) R 21031 21033 14218 0 -1 4202560 214 1251 0 0 303 0 0 0 25 0 5 0 733202206 162832384 11170 33554432000 4194304 4417452 140736886066192 18446744073709551615 4249186 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21033/tid=21041] ppid=21031 vsize=159016 CPUtime=2.93 cores=0,2,4,6
/proc/21033/task/21041/stat : 21041 (plingeling) R 21031 21033 14218 0 -1 4202560 391 1251 0 0 293 0 0 0 25 0 5 0 733202206 162832384 11170 33554432000 4194304 4417452 140736886066192 18446744073709551615 4250000 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=21033/tid=21042] ppid=21031 vsize=159016 CPUtime=3.01 cores=0,2,4,6
/proc/21033/task/21042/stat : 21042 (plingeling) R 21031 21033 14218 0 -1 4202560 2320 1251 0 0 301 0 0 0 25 0 5 0 733202206 162832384 11170 33554432000 4194304 4417452 140736886066192 18446744073709551615 4254055 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21033/tid=21043] ppid=21031 vsize=159016 CPUtime=3.03 cores=0,2,4,6
/proc/21033/task/21043/stat : 21043 (plingeling) R 21031 21033 14218 0 -1 4202560 12630 1251 0 0 302 1 0 0 25 0 5 0 733202206 162832384 11170 33554432000 4194304 4417452 140736886066192 18446744073709551615 4364572 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.08
Current children cumulated vsize (KiB) 159016

[startup+6.30031 s]
/proc/loadavg: 1.50 1.38 1.68 10/392 21058
/proc/meminfo: memFree=14732440/32951124 swapFree=65586204/67111528
[pid=21033] ppid=21031 vsize=176992 CPUtime=24.83 cores=0,2,4,6
/proc/21033/stat : 21033 (plingeling) S 21031 21033 14218 0 -1 4202496 28484 1251 0 0 2480 3 0 0 22 0 5 0 733202200 181239808 15664 33554432000 4194304 4417452 140736886066192 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/21033/statm: 44248 15664 179 55 0 42134 0
[pid=21033/tid=21040] ppid=21031 vsize=176992 CPUtime=6.23 cores=0,2,4,6
/proc/21033/task/21040/stat : 21040 (plingeling) R 21031 21033 14218 0 -1 4202560 775 1251 0 0 623 0 0 0 25 0 5 0 733202206 181239808 15664 33554432000 4194304 4417452 140736886066192 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21033/tid=21041] ppid=21031 vsize=176992 CPUtime=6.13 cores=0,2,4,6
/proc/21033/task/21041/stat : 21041 (plingeling) R 21031 21033 14218 0 -1 4202560 1135 1251 0 0 613 0 0 0 25 0 5 0 733202206 181239808 15664 33554432000 4194304 4417452 140736886066192 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=21033/tid=21042] ppid=21031 vsize=176992 CPUtime=6.17 cores=0,2,4,6
/proc/21033/task/21042/stat : 21042 (plingeling) R 21031 21033 14218 0 -1 4202560 4782 1251 0 0 617 0 0 0 25 0 5 0 733202206 181239808 15664 33554432000 4194304 4417452 140736886066192 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21033/tid=21043] ppid=21031 vsize=176992 CPUtime=6.23 cores=0,2,4,6
/proc/21033/task/21043/stat : 21043 (plingeling) R 21031 21033 14218 0 -1 4202560 19305 1251 0 0 621 2 0 0 25 0 5 0 733202206 181239808 15664 33554432000 4194304 4417452 140736886066192 18446744073709551615 4364807 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 24.83
Current children cumulated vsize (KiB) 176992

[startup+12.7012 s]
/proc/loadavg: 2.50 1.60 1.75 10/392 21058
/proc/meminfo: memFree=14702632/32951124 swapFree=65586204/67111528
[pid=21033] ppid=21031 vsize=198176 CPUtime=50.36 cores=0,2,4,6
/proc/21033/stat : 21033 (plingeling) S 21031 21033 14218 0 -1 4202496 56720 1251 0 0 5028 8 0 0 22 0 5 0 733202200 202932224 20960 33554432000 4194304 4417452 140736886066192 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/21033/statm: 49544 20960 179 55 0 47430 0
[pid=21033/tid=21040] ppid=21031 vsize=198176 CPUtime=12.62 cores=0,2,4,6
/proc/21033/task/21040/stat : 21040 (plingeling) R 21031 21033 14218 0 -1 4202560 5161 1251 0 0 1262 0 0 0 25 0 5 0 733202206 202932224 20960 33554432000 4194304 4417452 140736886066192 18446744073709551615 4364653 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21033/tid=21041] ppid=21031 vsize=198176 CPUtime=12.53 cores=0,2,4,6
/proc/21033/task/21041/stat : 21041 (plingeling) R 21031 21033 14218 0 -1 4202560 3284 1251 0 0 1253 0 0 0 25 0 5 0 733202206 202932224 20960 33554432000 4194304 4417452 140736886066192 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=21033/tid=21042] ppid=21031 vsize=198176 CPUtime=12.49 cores=0,2,4,6
/proc/21033/task/21042/stat : 21042 (plingeling) R 21031 21033 14218 0 -1 4202560 9994 1251 0 0 1248 1 0 0 25 0 5 0 733202206 202932224 20960 33554432000 4194304 4417452 140736886066192 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21033/tid=21043] ppid=21031 vsize=198176 CPUtime=12.63 cores=0,2,4,6
/proc/21033/task/21043/stat : 21043 (plingeling) R 21031 21033 14218 0 -1 4202560 35794 1251 0 0 1258 5 0 0 25 0 5 0 733202206 202932224 20960 33554432000 4194304 4417452 140736886066192 18446744073709551615 4357544 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.36
Current children cumulated vsize (KiB) 198176

[startup+25.5009 s]
/proc/loadavg: 3.35 1.81 1.81 10/392 21059
/proc/meminfo: memFree=14590912/32951124 swapFree=65586204/67111528
[pid=21033] ppid=21031 vsize=291800 CPUtime=101.39 cores=0,2,4,6
/proc/21033/stat : 21033 (plingeling) S 21031 21033 14218 0 -1 4202496 112262 1251 0 0 10122 17 0 0 22 0 5 0 733202200 298803200 44367 33554432000 4194304 4417452 140736886066192 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/21033/statm: 72950 44367 180 55 0 70836 0
[pid=21033/tid=21040] ppid=21031 vsize=291800 CPUtime=25.41 cores=0,2,4,6
/proc/21033/task/21040/stat : 21040 (plingeling) R 21031 21033 14218 0 -1 4202560 16502 1251 0 0 2540 1 0 0 25 0 5 0 733202206 298803200 44367 33554432000 4194304 4417452 140736886066192 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21033/tid=21041] ppid=21031 vsize=291800 CPUtime=25.33 cores=0,2,4,6
/proc/21033/task/21041/stat : 21041 (plingeling) R 21031 21033 14218 0 -1 4202560 18612 1251 0 0 2531 2 0 0 25 0 5 0 733202206 298803200 44367 33554432000 4194304 4417452 140736886066192 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=21033/tid=21042] ppid=21031 vsize=291800 CPUtime=25.13 cores=0,2,4,6
/proc/21033/task/21042/stat : 21042 (plingeling) R 21031 21033 14218 0 -1 4202560 20001 1251 0 0 2510 3 0 0 25 0 5 0 733202206 298803200 44367 33554432000 4194304 4417452 140736886066192 18446744073709551615 4249110 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21033/tid=21043] ppid=21031 vsize=291800 CPUtime=25.44 cores=0,2,4,6
/proc/21033/task/21043/stat : 21043 (plingeling) R 21031 21033 14218 0 -1 4202560 54660 1251 0 0 2535 9 0 0 25 0 5 0 733202206 298803200 44367 33554432000 4194304 4417452 140736886066192 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.39
Current children cumulated vsize (KiB) 291800

[startup+51.1005 s]
/proc/loadavg: 5.08 2.33 1.99 10/392 21059
/proc/meminfo: memFree=14529836/32951124 swapFree=65586204/67111528
[pid=21033] ppid=21031 vsize=341624 CPUtime=203.48 cores=0,2,4,6
/proc/21033/stat : 21033 (plingeling) S 21031 21033 14218 0 -1 4202496 213046 1251 0 0 20314 34 0 0 22 0 5 0 733202200 349822976 56823 33554432000 4194304 4417452 140736886066192 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/21033/statm: 85406 56823 180 55 0 83292 0
[pid=21033/tid=21040] ppid=21031 vsize=341624 CPUtime=51.02 cores=0,2,4,6
/proc/21033/task/21040/stat : 21040 (plingeling) R 21031 21033 14218 0 -1 4202560 37206 1251 0 0 5097 5 0 0 25 0 5 0 733202206 349822976 56823 33554432000 4194304 4417452 140736886066192 18446744073709551615 4277563 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21033/tid=21041] ppid=21031 vsize=341624 CPUtime=50.93 cores=0,2,4,6
/proc/21033/task/21041/stat : 21041 (plingeling) R 21031 21033 14218 0 -1 4202560 45891 1251 0 0 5087 6 0 0 25 0 5 0 733202206 349822976 56823 33554432000 4194304 4417452 140736886066192 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=21033/tid=21042] ppid=21031 vsize=341624 CPUtime=50.42 cores=0,2,4,6
/proc/21033/task/21042/stat : 21042 (plingeling) R 21031 21033 14218 0 -1 4202560 40424 1251 0 0 5036 6 0 0 25 0 5 0 733202206 349822976 56823 33554432000 4194304 4417452 140736886066192 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21033/tid=21043] ppid=21031 vsize=341624 CPUtime=51.03 cores=0,2,4,6
/proc/21033/task/21043/stat : 21043 (plingeling) R 21031 21033 14218 0 -1 4202560 87038 1251 0 0 5088 15 0 0 25 0 5 0 733202206 349822976 56823 33554432000 4194304 4417452 140736886066192 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.48
Current children cumulated vsize (KiB) 341624

[startup+102.3 s]
/proc/loadavg: 6.98 3.32 2.34 10/392 21061
/proc/meminfo: memFree=14355600/32951124 swapFree=65586204/67111528
[pid=21033] ppid=21031 vsize=492864 CPUtime=407.67 cores=0,2,4,6
/proc/21033/stat : 21033 (plingeling) S 21031 21033 14218 0 -1 4202496 398258 1251 0 0 40704 63 0 0 22 0 5 0 733202200 504692736 94633 33554432000 4194304 4417452 140736886066192 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/21033/statm: 123216 94633 180 55 0 121102 0
[pid=21033/tid=21040] ppid=21031 vsize=492864 CPUtime=102.22 cores=0,2,4,6
/proc/21033/task/21040/stat : 21040 (plingeling) R 21031 21033 14218 0 -1 4202560 81796 1251 0 0 10210 12 0 0 25 0 5 0 733202206 504692736 94633 33554432000 4194304 4417452 140736886066192 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21033/tid=21041] ppid=21031 vsize=492864 CPUtime=102.14 cores=0,2,4,6
/proc/21033/task/21041/stat : 21041 (plingeling) R 21031 21033 14218 0 -1 4202560 97876 1251 0 0 10200 14 0 0 25 0 5 0 733202206 504692736 94633 33554432000 4194304 4417452 140736886066192 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=21033/tid=21042] ppid=21031 vsize=492864 CPUtime=100.98 cores=0,2,4,6
/proc/21033/task/21042/stat : 21042 (plingeling) R 21031 21033 14218 0 -1 4202560 78921 1251 0 0 10087 11 0 0 25 0 5 0 733202206 504692736 94633 33554432000 4194304 4417452 140736886066192 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21033/tid=21043] ppid=21031 vsize=492864 CPUtime=102.25 cores=0,2,4,6
/proc/21033/task/21043/stat : 21043 (plingeling) R 21031 21033 14218 0 -1 4202560 137178 1251 0 0 10201 24 0 0 25 0 5 0 733202206 504692736 94633 33554432000 4194304 4417452 140736886066192 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 407.67
Current children cumulated vsize (KiB) 492864

[startup+162.301 s]
/proc/loadavg: 7.74 4.14 2.67 10/392 21062
/proc/meminfo: memFree=14113396/32951124 swapFree=65586204/67111528
[pid=21033] ppid=21031 vsize=733656 CPUtime=646.85 cores=0,2,4,6
/proc/21033/stat : 21033 (plingeling) S 21031 21033 14218 0 -1 4202496 553268 1251 0 0 64597 88 0 0 22 0 5 0 733202200 751263744 154831 33554432000 4194304 4417452 140736886066192 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/21033/statm: 183414 154831 180 55 0 181300 0
[pid=21033/tid=21040] ppid=21031 vsize=733656 CPUtime=162.18 cores=0,2,4,6
/proc/21033/task/21040/stat : 21040 (plingeling) R 21031 21033 14218 0 -1 4202560 114001 1251 0 0 16201 17 0 0 25 0 5 0 733202206 751263744 154831 33554432000 4194304 4417452 140736886066192 18446744073709551615 4364548 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21033/tid=21041] ppid=21031 vsize=733656 CPUtime=162.13 cores=0,2,4,6
/proc/21033/task/21041/stat : 21041 (plingeling) R 21031 21033 14218 0 -1 4202560 153974 1251 0 0 16191 22 0 0 25 0 5 0 733202206 751263744 154831 33554432000 4194304 4417452 140736886066192 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=21033/tid=21042] ppid=21031 vsize=733656 CPUtime=160.23 cores=0,2,4,6
/proc/21033/task/21042/stat : 21042 (plingeling) R 21031 21033 14218 0 -1 4202560 114828 1251 0 0 16005 18 0 0 25 0 5 0 733202206 751263744 154831 33554432000 4194304 4417452 140736886066192 18446744073709551615 4365004 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21033/tid=21043] ppid=21031 vsize=733656 CPUtime=162.24 cores=0,2,4,6
/proc/21033/task/21043/stat : 21043 (plingeling) R 21031 21033 14218 0 -1 4202560 167978 1251 0 0 16195 29 0 0 25 0 5 0 733202206 751263744 154831 33554432000 4194304 4417452 140736886066192 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 646.85
Current children cumulated vsize (KiB) 733656


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

[pid=21033/tid=21041] ppid=21031 vsize=1186676 CPUtime=762.16 cores=0,2,4,6
/proc/21033/task/21041/stat : 21041 (plingeling) R 21031 21033 14218 0 -1 4202560 442761 1251 0 0 76152 64 0 0 25 0 5 0 733202206 1215156224 268086 33554432000 4194304 4417452 140736886066192 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=21033/tid=21042] ppid=21031 vsize=1186676 CPUtime=752.67 cores=0,2,4,6
/proc/21033/task/21042/stat : 21042 (plingeling) R 21031 21033 14218 0 -1 4202560 315551 1251 0 0 75223 44 0 0 25 0 5 0 733202206 1215156224 268086 33554432000 4194304 4417452 140736886066192 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21033/tid=21043] ppid=21031 vsize=1186676 CPUtime=762.26 cores=0,2,4,6
/proc/21033/task/21043/stat : 21043 (plingeling) R 21031 21033 14218 0 -1 4202560 348302 1251 0 0 76167 59 0 0 25 0 5 0 733202206 1215156224 268086 33554432000 4194304 4417452 140736886066192 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3039.23
Current children cumulated vsize (KiB) 1186676

[startup+822.3 s]
/proc/loadavg: 8.13 7.71 5.44 10/392 21080
/proc/meminfo: memFree=13460840/32951124 swapFree=65586204/67111528
[pid=21033] ppid=21031 vsize=1347120 CPUtime=3278.41 cores=0,2,4,6
/proc/21033/stat : 21033 (plingeling) S 21031 21033 14218 0 -1 4202496 1502040 1251 0 0 327611 230 0 0 22 0 5 0 733202200 1379450880 308197 33554432000 4194304 4417452 140736886066192 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/21033/statm: 336780 308197 180 55 0 334666 0
[pid=21033/tid=21040] ppid=21031 vsize=1347120 CPUtime=822.03 cores=0,2,4,6
/proc/21033/task/21040/stat : 21040 (plingeling) R 21031 21033 14218 0 -1 4202560 344636 1251 0 0 82149 54 0 0 25 0 5 0 733202206 1379450880 308197 33554432000 4194304 4417452 140736886066192 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21033/tid=21041] ppid=21031 vsize=1347120 CPUtime=822.14 cores=0,2,4,6
/proc/21033/task/21041/stat : 21041 (plingeling) R 21031 21033 14218 0 -1 4202560 456901 1251 0 0 82148 66 0 0 25 0 5 0 733202206 1379450880 308197 33554432000 4194304 4417452 140736886066192 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=21033/tid=21042] ppid=21031 vsize=1347120 CPUtime=811.9 cores=0,2,4,6
/proc/21033/task/21042/stat : 21042 (plingeling) R 21031 21033 14218 0 -1 4202560 342031 1251 0 0 81143 47 0 0 25 0 5 0 733202206 1379450880 308197 33554432000 4194304 4417452 140736886066192 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21033/tid=21043] ppid=21031 vsize=1347120 CPUtime=822.25 cores=0,2,4,6
/proc/21033/task/21043/stat : 21043 (plingeling) R 21031 21033 14218 0 -1 4202560 355985 1251 0 0 82164 61 0 0 25 0 5 0 733202206 1379450880 308197 33554432000 4194304 4417452 140736886066192 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3278.41
Current children cumulated vsize (KiB) 1347120

[startup+882.315 s]
/proc/loadavg: 7.98 7.74 5.59 9/392 21117
/proc/meminfo: memFree=13376724/32951124 swapFree=65586204/67111528
[pid=21033] ppid=21031 vsize=1501408 CPUtime=3517.68 cores=0,2,4,6
/proc/21033/stat : 21033 (plingeling) S 21031 21033 14218 0 -1 4202496 1604588 1251 0 0 351522 246 0 0 22 0 5 0 733202200 1537441792 346769 33554432000 4194304 4417452 140736886066192 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/21033/statm: 375352 346769 180 55 0 373238 0
[pid=21033/tid=21040] ppid=21031 vsize=1501408 CPUtime=882.02 cores=0,2,4,6
/proc/21033/task/21040/stat : 21040 (plingeling) R 21031 21033 14218 0 -1 4202560 352828 1251 0 0 88147 55 0 0 25 0 5 0 733202206 1537441792 346769 33554432000 4194304 4417452 140736886066192 18446744073709551615 4263096 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21033/tid=21041] ppid=21031 vsize=1501408 CPUtime=882.16 cores=0,2,4,6
/proc/21033/task/21041/stat : 21041 (plingeling) R 21031 21033 14218 0 -1 4202560 514099 1251 0 0 88139 77 0 0 25 0 5 0 733202206 1537441792 346769 33554432000 4194304 4417452 140736886066192 18446744073709551615 4365036 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=21033/tid=21042] ppid=21031 vsize=1501408 CPUtime=871.16 cores=0,2,4,6
/proc/21033/task/21042/stat : 21042 (plingeling) R 21031 21033 14218 0 -1 4202560 362805 1251 0 0 87066 50 0 0 25 0 5 0 733202206 1537441792 346769 33554432000 4194304 4417452 140736886066192 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21033/tid=21043] ppid=21031 vsize=1501408 CPUtime=882.27 cores=0,2,4,6
/proc/21033/task/21043/stat : 21043 (plingeling) R 21031 21033 14218 0 -1 4202560 372369 1251 0 0 88164 63 0 0 25 0 5 0 733202206 1537441792 346769 33554432000 4194304 4417452 140736886066192 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3517.68
Current children cumulated vsize (KiB) 1501408

[startup+942.3 s]
/proc/loadavg: 8.07 7.81 5.74 9/392 21119
/proc/meminfo: memFree=13444404/32951124 swapFree=65586204/67111528
[pid=21033] ppid=21031 vsize=1404848 CPUtime=3756.87 cores=0,2,4,6
/proc/21033/stat : 21033 (plingeling) S 21031 21033 14218 0 -1 4202496 1751609 1251 0 0 375418 269 0 0 22 0 5 0 733202200 1438564352 322629 33554432000 4194304 4417452 140736886066192 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/21033/statm: 351212 322629 180 55 0 349098 0
[pid=21033/tid=21040] ppid=21031 vsize=1404848 CPUtime=942 cores=0,2,4,6
/proc/21033/task/21040/stat : 21040 (plingeling) R 21031 21033 14218 0 -1 4202560 443866 1251 0 0 94130 70 0 0 25 0 5 0 733202206 1438564352 322629 33554432000 4194304 4417452 140736886066192 18446744073709551615 4364838 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21033/tid=21041] ppid=21031 vsize=1404848 CPUtime=942.14 cores=0,2,4,6
/proc/21033/task/21041/stat : 21041 (plingeling) R 21031 21033 14218 0 -1 4202560 544460 1251 0 0 94133 81 0 0 25 0 5 0 733202206 1438564352 322629 33554432000 4194304 4417452 140736886066192 18446744073709551615 4251100 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=21033/tid=21042] ppid=21031 vsize=1404848 CPUtime=930.39 cores=0,2,4,6
/proc/21033/task/21042/stat : 21042 (plingeling) R 21031 21033 14218 0 -1 4202560 381767 1251 0 0 92987 52 0 0 25 0 5 0 733202206 1438564352 322629 33554432000 4194304 4417452 140736886066192 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21033/tid=21043] ppid=21031 vsize=1404848 CPUtime=942.25 cores=0,2,4,6
/proc/21033/task/21043/stat : 21043 (plingeling) R 21031 21033 14218 0 -1 4202560 379029 1251 0 0 94161 64 0 0 25 0 5 0 733202206 1438564352 322629 33554432000 4194304 4417452 140736886066192 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3756.87
Current children cumulated vsize (KiB) 1404848

[startup+1002.3 s]
/proc/loadavg: 8.09 7.87 5.90 9/392 21121
/proc/meminfo: memFree=13405320/32951124 swapFree=65586204/67111528
[pid=21033] ppid=21031 vsize=1442744 CPUtime=3996.12 cores=0,2,4,6
/proc/21033/stat : 21033 (plingeling) S 21031 21033 14218 0 -1 4202496 1781563 1251 0 0 399338 274 0 0 22 0 5 0 733202200 1477369856 332103 33554432000 4194304 4417452 140736886066192 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/21033/statm: 360686 332103 180 55 0 358572 0
[pid=21033/tid=21040] ppid=21031 vsize=1442744 CPUtime=1001.98 cores=0,2,4,6
/proc/21033/task/21040/stat : 21040 (plingeling) R 21031 21033 14218 0 -1 4202560 443866 1251 0 0 100128 70 0 0 25 0 5 0 733202206 1477369856 332103 33554432000 4194304 4417452 140736886066192 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21033/tid=21041] ppid=21031 vsize=1442744 CPUtime=1002.15 cores=0,2,4,6
/proc/21033/task/21041/stat : 21041 (plingeling) R 21031 21033 14218 0 -1 4202560 548926 1251 0 0 100133 82 0 0 25 0 5 0 733202206 1477369856 332103 33554432000 4194304 4417452 140736886066192 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=21033/tid=21042] ppid=21031 vsize=1442744 CPUtime=989.65 cores=0,2,4,6
/proc/21033/task/21042/stat : 21042 (plingeling) R 21031 21033 14218 0 -1 4202560 394896 1251 0 0 98911 54 0 0 25 0 5 0 733202206 1477369856 332103 33554432000 4194304 4417452 140736886066192 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21033/tid=21043] ppid=21031 vsize=1442744 CPUtime=1002.26 cores=0,2,4,6
/proc/21033/task/21043/stat : 21043 (plingeling) R 21031 21033 14218 0 -1 4202560 391388 1251 0 0 100159 67 0 0 25 0 5 0 733202206 1477369856 332103 33554432000 4194304 4417452 140736886066192 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3996.12
Current children cumulated vsize (KiB) 1442744

[startup+1062.3 s]
/proc/loadavg: 8.42 8.01 6.06 9/392 21125
/proc/meminfo: memFree=13157360/32951124 swapFree=65586204/67111528
[pid=21033] ppid=21031 vsize=1680248 CPUtime=4234.52 cores=0,2,4,6
/proc/21033/stat : 21033 (plingeling) S 21031 21033 14218 0 -1 4202496 1853227 1251 0 0 423166 286 0 0 22 0 5 0 733202200 1720573952 391479 33554432000 4194304 4417452 140736886066192 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/21033/statm: 420062 391479 180 55 0 417948 0
[pid=21033/tid=21040] ppid=21031 vsize=1680248 CPUtime=1061.95 cores=0,2,4,6
/proc/21033/task/21040/stat : 21040 (plingeling) R 21031 21033 14218 0 -1 4202560 443866 1251 0 0 106125 70 0 0 25 0 5 0 733202206 1720573952 391479 33554432000 4194304 4417452 140736886066192 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21033/tid=21041] ppid=21031 vsize=1680248 CPUtime=1062.15 cores=0,2,4,6
/proc/21033/task/21041/stat : 21041 (plingeling) R 21031 21033 14218 0 -1 4202560 572095 1251 0 0 106130 85 0 0 25 0 5 0 733202206 1720573952 391479 33554432000 4194304 4417452 140736886066192 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=21033/tid=21042] ppid=21031 vsize=1680248 CPUtime=1048.09 cores=0,2,4,6
/proc/21033/task/21042/stat : 21042 (plingeling) R 21031 21033 14218 0 -1 4202560 412686 1251 0 0 104753 56 0 0 25 0 5 0 733202206 1720573952 391479 33554432000 4194304 4417452 140736886066192 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21033/tid=21043] ppid=21031 vsize=1680248 CPUtime=1062.26 cores=0,2,4,6
/proc/21033/task/21043/stat : 21043 (plingeling) R 21031 21033 14218 0 -1 4202560 422093 1251 0 0 106153 73 0 0 25 0 5 0 733202206 1720573952 391479 33554432000 4194304 4417452 140736886066192 18446744073709551615 4364807 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4234.52
Current children cumulated vsize (KiB) 1680248

[startup+1122.3 s]
/proc/loadavg: 8.31 8.05 6.20 9/392 21127
/proc/meminfo: memFree=13325576/32951124 swapFree=65586204/67111528
[pid=21033] ppid=21031 vsize=1473888 CPUtime=4473.75 cores=0,2,4,6
/proc/21033/stat : 21033 (plingeling) S 21031 21033 14218 0 -1 4202496 1923855 1251 0 0 447078 297 0 0 22 0 5 0 733202200 1509261312 339889 33554432000 4194304 4417452 140736886066192 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/21033/statm: 368472 339889 180 55 0 366358 0
[pid=21033/tid=21040] ppid=21031 vsize=1473888 CPUtime=1121.93 cores=0,2,4,6
/proc/21033/task/21040/stat : 21040 (plingeling) R 21031 21033 14218 0 -1 4202560 473562 1251 0 0 112119 74 0 0 25 0 5 0 733202206 1509261312 339889 33554432000 4194304 4417452 140736886066192 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21033/tid=21041] ppid=21031 vsize=1473888 CPUtime=1122.16 cores=0,2,4,6
/proc/21033/task/21041/stat : 21041 (plingeling) R 21031 21033 14218 0 -1 4202560 603967 1251 0 0 112126 90 0 0 25 0 5 0 733202206 1509261312 339889 33554432000 4194304 4417452 140736886066192 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=21033/tid=21042] ppid=21031 vsize=1473888 CPUtime=1107.32 cores=0,2,4,6
/proc/21033/task/21042/stat : 21042 (plingeling) R 21031 21033 14218 0 -1 4202560 421746 1251 0 0 110675 57 0 0 25 0 5 0 733202206 1509261312 339889 33554432000 4194304 4417452 140736886066192 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21033/tid=21043] ppid=21031 vsize=1473888 CPUtime=1122.26 cores=0,2,4,6
/proc/21033/task/21043/stat : 21043 (plingeling) R 21031 21033 14218 0 -1 4202560 422093 1251 0 0 112153 73 0 0 25 0 5 0 733202206 1509261312 339889 33554432000 4194304 4417452 140736886066192 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4473.75
Current children cumulated vsize (KiB) 1473888

[startup+1182.3 s]
/proc/loadavg: 8.25 8.07 6.31 9/392 21128
/proc/meminfo: memFree=13228712/32951124 swapFree=65586204/67111528
[pid=21033] ppid=21031 vsize=1572300 CPUtime=4712.98 cores=0,2,4,6
/proc/21033/stat : 21033 (plingeling) S 21031 21033 14218 0 -1 4202496 1956650 1251 0 0 470998 300 0 0 22 0 5 0 733202200 1610035200 364492 33554432000 4194304 4417452 140736886066192 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/21033/statm: 393075 364492 180 55 0 390961 0
[pid=21033/tid=21040] ppid=21031 vsize=1572300 CPUtime=1181.92 cores=0,2,4,6
/proc/21033/task/21040/stat : 21040 (plingeling) R 21031 21033 14218 0 -1 4202560 476680 1251 0 0 118117 75 0 0 25 0 5 0 733202206 1610035200 364492 33554432000 4194304 4417452 140736886066192 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21033/tid=21041] ppid=21031 vsize=1572300 CPUtime=1182.15 cores=0,2,4,6
/proc/21033/task/21041/stat : 21041 (plingeling) R 21031 21033 14218 0 -1 4202560 620351 1251 0 0 118124 91 0 0 25 0 5 0 733202206 1610035200 364492 33554432000 4194304 4417452 140736886066192 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=21033/tid=21042] ppid=21031 vsize=1572300 CPUtime=1166.56 cores=0,2,4,6
/proc/21033/task/21042/stat : 21042 (plingeling) R 21031 21033 14218 0 -1 4202560 435039 1251 0 0 116597 59 0 0 25 0 5 0 733202206 1610035200 364492 33554432000 4194304 4417452 140736886066192 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21033/tid=21043] ppid=21031 vsize=1572300 CPUtime=1182.26 cores=0,2,4,6
/proc/21033/task/21043/stat : 21043 (plingeling) R 21031 21033 14218 0 -1 4202560 422093 1251 0 0 118153 73 0 0 25 0 5 0 733202206 1610035200 364492 33554432000 4194304 4417452 140736886066192 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4712.98
Current children cumulated vsize (KiB) 1572300



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204.2 s]
/proc/loadavg: 8.16 8.07 6.36 10/392 21129
/proc/meminfo: memFree=13194116/32951124 swapFree=65586204/67111528
[pid=21033] ppid=21031 vsize=1585572 CPUtime=4800.33 cores=0,2,4,6
/proc/21033/stat : 21033 (plingeling) S 21031 21033 14218 0 -1 4202496 1976352 1251 0 0 479731 302 0 0 22 0 5 0 733202200 1623625728 367810 33554432000 4194304 4417452 140736886066192 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/21033/statm: 396393 367810 180 55 0 394279 0
[pid=21033/tid=21040] ppid=21031 vsize=1585572 CPUtime=1203.83 cores=0,2,4,6
/proc/21033/task/21040/stat : 21040 (plingeling) R 21031 21033 14218 0 -1 4202560 479998 1251 0 0 120308 75 0 0 25 0 5 0 733202206 1623625728 367810 33554432000 4194304 4417452 140736886066192 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21033/tid=21041] ppid=21031 vsize=1585572 CPUtime=1204.07 cores=0,2,4,6
/proc/21033/task/21041/stat : 21041 (plingeling) R 21031 21033 14218 0 -1 4202560 628543 1251 0 0 120315 92 0 0 25 0 5 0 733202206 1623625728 367810 33554432000 4194304 4417452 140736886066192 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=21033/tid=21042] ppid=21031 vsize=1585572 CPUtime=1188.18 cores=0,2,4,6
/proc/21033/task/21042/stat : 21042 (plingeling) R 21031 21033 14218 0 -1 4202560 443231 1251 0 0 118758 60 0 0 25 0 5 0 733202206 1623625728 367810 33554432000 4194304 4417452 140736886066192 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21033/tid=21043] ppid=21031 vsize=1585572 CPUtime=1204.17 cores=0,2,4,6
/proc/21033/task/21043/stat : 21043 (plingeling) R 21031 21033 14218 0 -1 4202560 422093 1251 0 0 120344 73 0 0 25 0 5 0 733202206 1623625728 367810 33554432000 4194304 4417452 140736886066192 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 1585572

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

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

[startup+1204.2 s]
/proc/loadavg: 8.16 8.07 6.36 10/392 21129
/proc/meminfo: memFree=13194116/32951124 swapFree=65586204/67111528
[pid=21033] ppid=21031 vsize=1585572 CPUtime=4800.33 cores=0,2,4,6
/proc/21033/stat : 21033 (plingeling) S 21031 21033 14218 0 -1 4202496 1976352 1251 0 0 479731 302 0 0 22 0 5 0 733202200 1623625728 367810 33554432000 4194304 4417452 140736886066192 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/21033/statm: 396393 367810 180 55 0 394279 0
[pid=21033/tid=21040] ppid=21031 vsize=1585572 CPUtime=1203.83 cores=0,2,4,6
/proc/21033/task/21040/stat : 21040 (plingeling) R 21031 21033 14218 0 -1 4202560 479998 1251 0 0 120308 75 0 0 25 0 5 0 733202206 1623625728 367810 33554432000 4194304 4417452 140736886066192 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21033/tid=21041] ppid=21031 vsize=1585572 CPUtime=1204.07 cores=0,2,4,6
/proc/21033/task/21041/stat : 21041 (plingeling) R 21031 21033 14218 0 -1 4202560 628543 1251 0 0 120315 92 0 0 25 0 5 0 733202206 1623625728 367810 33554432000 4194304 4417452 140736886066192 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=21033/tid=21042] ppid=21031 vsize=1585572 CPUtime=1188.18 cores=0,2,4,6
/proc/21033/task/21042/stat : 21042 (plingeling) R 21031 21033 14218 0 -1 4202560 443231 1251 0 0 118758 60 0 0 25 0 5 0 733202206 1623625728 367810 33554432000 4194304 4417452 140736886066192 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21033/tid=21043] ppid=21031 vsize=1585572 CPUtime=1204.17 cores=0,2,4,6
/proc/21033/task/21043/stat : 21043 (plingeling) R 21031 21033 14218 0 -1 4202560 422093 1251 0 0 120344 73 0 0 25 0 5 0 733202206 1623625728 367810 33554432000 4194304 4417452 140736886066192 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 1585572

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1204.28
CPU time (s): 4800.43
CPU user time (s): 4797.34
CPU system time (s): 3.08653
CPU usage (%): 398.615
Max. virtual memory (cumulated for all children) (KiB): 1693808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.34
system time used= 3.08653
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1977603
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= 55
involuntary context switches= 26031

runsolver used 4.48832 second user time and 10.7054 second system time

The end

Launcher Data

Begin job on node119 at 2011-05-15 05:21:55
IDJOB=3371129
IDBENCH=83907
IDSOLVER=1848
FILE ID=node119/3371129-1305429715
RUNJOBID= node119-1305429715-21019
PBS_JOBID= 13324599
Free space on /tmp= 73332 MiB

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

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

MD5SUM BENCH= 731331ace9dcb7404987f98927f5c914
RANDOM SEED=439341679

node119.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.815
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.63
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.815
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.815
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.815
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.815
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.67
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.815
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.815
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.815
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:      14822040 kB
Buffers:        290100 kB
Cached:        4625820 kB
SwapCached:       4756 kB
Active:       14693732 kB
Inactive:      3106008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14822040 kB
SwapTotal:    67111528 kB
SwapFree:     65586204 kB
Dirty:            1560 kB
Writeback:           0 kB
AnonPages:    12881856 kB
Mapped:          29620 kB
Slab:           208340 kB
PageTables:      56652 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 102459588 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= 73332 MiB
End job on node119 at 2011-05-15 05:42:02