Trace number 3293669

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Plingeling 587? (TO) 4800.21 1205.16

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
velev/2dlx_ca_bp_f_liveness.cnf
MD5SUM99cd8de7f06ce8c087a5c7fb299dfb62
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables202253
Number of clauses4313014
Sum of the clauses size12562188
Maximum clause length651
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 23935640
Number of clauses of size 3199653
Number of clauses of size 410363
Number of clauses of size 55846
Number of clauses of size over 5161511

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3293669-1304111273/watcher-3293669-1304111273 -o /tmp/evaluation-result-3293669-1304111273/solver-3293669-1304111273 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3293669-1304111273.cnf 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 3.42 5.05 6.61 2/177 26934
/proc/meminfo: memFree=24937660/32951124 swapFree=67051468/67111528
[pid=26934] ppid=26932 vsize=11552 CPUtime=0 cores=1,3,5,7
/proc/26934/stat : 26934 (plingeling) R 26932 26934 26140 0 -1 4202496 981 1258 0 0 0 0 0 0 23 0 1 0 522730173 11829248 910 33554432000 4194304 4417332 140735347629376 18446744073709551615 218370651112 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/26934/statm: 2888 910 147 55 0 774 0

[startup+0.032678 s]
/proc/loadavg: 3.42 5.05 6.61 2/177 26934
/proc/meminfo: memFree=24937660/32951124 swapFree=67051468/67111528
[pid=26934] ppid=26932 vsize=16300 CPUtime=0.02 cores=1,3,5,7
/proc/26934/stat : 26934 (plingeling) R 26932 26934 26140 0 -1 4202496 2169 1258 0 0 2 0 0 0 23 0 1 0 522730173 16691200 2098 33554432000 4194304 4417332 140735347629376 18446744073709551615 218370651117 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/26934/statm: 4075 2098 148 55 0 1961 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 16300

[startup+0.100654 s]
/proc/loadavg: 3.42 5.05 6.61 2/177 26934
/proc/meminfo: memFree=24937660/32951124 swapFree=67051468/67111528
[pid=26934] ppid=26932 vsize=26388 CPUtime=0.08 cores=1,3,5,7
/proc/26934/stat : 26934 (plingeling) R 26932 26934 26140 0 -1 4202496 4701 1258 0 0 8 0 0 0 23 0 1 0 522730173 27021312 4620 33554432000 4194304 4417332 140735347629376 18446744073709551615 4259140 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/26934/statm: 6597 4620 148 55 0 4483 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 26388

[startup+0.300619 s]
/proc/loadavg: 3.42 5.05 6.61 2/177 26934
/proc/meminfo: memFree=24937660/32951124 swapFree=67051468/67111528
[pid=26934] ppid=26932 vsize=45344 CPUtime=0.29 cores=1,3,5,7
/proc/26934/stat : 26934 (plingeling) R 26932 26934 26140 0 -1 4202496 9440 1258 0 0 28 1 0 0 25 0 1 0 522730173 46432256 9359 33554432000 4194304 4417332 140735347629376 18446744073709551615 4262065 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/26934/statm: 11336 9359 148 55 0 9222 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45344

[startup+0.700553 s]
/proc/loadavg: 3.42 5.05 6.61 2/177 26934
/proc/meminfo: memFree=24937660/32951124 swapFree=67051468/67111528
[pid=26934] ppid=26932 vsize=112120 CPUtime=0.69 cores=1,3,5,7
/proc/26934/stat : 26934 (plingeling) R 26932 26934 26140 0 -1 4202496 26148 1258 0 0 66 3 0 0 25 0 1 0 522730173 114810880 26053 33554432000 4194304 4417332 140735347629376 18446744073709551615 4209566 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/26934/statm: 28030 26053 148 55 0 25916 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 112120

[startup+1.5004 s]
/proc/loadavg: 3.42 5.05 6.61 3/178 26940
/proc/meminfo: memFree=24722396/32951124 swapFree=67051468/67111528
[pid=26934] ppid=26932 vsize=213124 CPUtime=1.48 cores=1,3,5,7
/proc/26934/stat : 26934 (plingeling) R 26932 26934 26140 0 -1 4202496 51399 1258 0 0 142 6 0 0 25 0 1 0 522730173 218238976 51304 33554432000 4194304 4417332 140735347629376 18446744073709551615 218370957056 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/26934/statm: 53281 51304 148 55 0 51167 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 213124

[startup+3.10112 s]
/proc/loadavg: 3.42 5.05 6.61 3/178 26940
/proc/meminfo: memFree=24574216/32951124 swapFree=67051468/67111528
[pid=26934] ppid=26932 vsize=414044 CPUtime=3.09 cores=1,3,5,7
/proc/26934/stat : 26934 (plingeling) R 26932 26934 26140 0 -1 4202496 101672 1258 0 0 296 13 0 0 25 0 1 0 522730173 423981056 101534 33554432000 4194304 4417332 140735347629376 18446744073709551615 4236008 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/26934/statm: 103511 101534 148 55 0 101397 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 414044

[startup+6.30052 s]
/proc/loadavg: 3.31 5.00 6.59 9/186 26948
/proc/meminfo: memFree=24218500/32951124 swapFree=67051468/67111528
[pid=26934] ppid=26932 vsize=528360 CPUtime=11.56 cores=1,3,5,7
/proc/26934/stat : 26934 (plingeling) S 26932 26934 26140 0 -1 4202496 140938 1258 0 0 1136 20 0 0 25 0 5 0 522730173 541040640 107455 33554432000 4194304 4417332 140735347629376 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/26934/statm: 132090 107455 175 55 0 129976 0
[pid=26934/tid=26945] ppid=26932 vsize=528360 CPUtime=1.75 cores=1,3,5,7
/proc/26934/task/26945/stat : 26945 (plingeling) R 26932 26934 26140 0 -1 4202560 5551 1258 0 0 175 0 0 0 25 0 5 0 522730627 541040640 107455 33554432000 4194304 4417332 140735347629376 18446744073709551615 4315917 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26934/tid=26946] ppid=26932 vsize=528360 CPUtime=1.74 cores=1,3,5,7
/proc/26934/task/26946/stat : 26946 (plingeling) R 26932 26934 26140 0 -1 4202560 5584 1258 0 0 174 0 0 0 25 0 5 0 522730627 541040640 107455 33554432000 4194304 4417332 140735347629376 18446744073709551615 4310464 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26934/tid=26947] ppid=26932 vsize=528360 CPUtime=1.74 cores=1,3,5,7
/proc/26934/task/26947/stat : 26947 (plingeling) R 26932 26934 26140 0 -1 4202560 7180 1258 0 0 173 1 0 0 25 0 5 0 522730627 541040640 107455 33554432000 4194304 4417332 140735347629376 18446744073709551615 4269682 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26934/tid=26948] ppid=26932 vsize=528360 CPUtime=1.75 cores=1,3,5,7
/proc/26934/task/26948/stat : 26948 (plingeling) R 26932 26934 26140 0 -1 4202560 4555 1258 0 0 175 0 0 0 25 0 5 0 522730627 541040640 107455 33554432000 4194304 4417332 140735347629376 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 11.56
Current children cumulated vsize (KiB) 528360

[startup+12.7004 s]
/proc/loadavg: 3.68 5.05 6.59 9/186 26948
/proc/meminfo: memFree=23994196/32951124 swapFree=67051468/67111528
[pid=26934] ppid=26932 vsize=727936 CPUtime=37.1 cores=1,3,5,7
/proc/26934/stat : 26934 (plingeling) S 26932 26934 26140 0 -1 4202496 309182 1258 0 0 3662 48 0 0 25 0 5 0 522730173 745406464 158142 33554432000 4194304 4417332 140735347629376 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/26934/statm: 181984 158142 179 55 0 179870 0
[pid=26934/tid=26945] ppid=26932 vsize=727936 CPUtime=8.13 cores=1,3,5,7
/proc/26934/task/26945/stat : 26945 (plingeling) R 26932 26934 26140 0 -1 4202560 61869 1258 0 0 804 9 0 0 25 0 5 0 522730627 745406464 158142 33554432000 4194304 4417332 140735347629376 18446744073709551615 4320426 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26934/tid=26946] ppid=26932 vsize=727936 CPUtime=8.15 cores=1,3,5,7
/proc/26934/task/26946/stat : 26946 (plingeling) R 26932 26934 26140 0 -1 4202560 60866 1258 0 0 804 11 0 0 25 0 5 0 522730627 745406464 158142 33554432000 4194304 4417332 140735347629376 18446744073709551615 4259140 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26934/tid=26947] ppid=26932 vsize=727936 CPUtime=8.11 cores=1,3,5,7
/proc/26934/task/26947/stat : 26947 (plingeling) R 26932 26934 26140 0 -1 4202560 63824 1258 0 0 801 10 0 0 25 0 5 0 522730627 745406464 158142 33554432000 4194304 4417332 140735347629376 18446744073709551615 4253513 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26934/tid=26948] ppid=26932 vsize=727936 CPUtime=8.15 cores=1,3,5,7
/proc/26934/task/26948/stat : 26948 (plingeling) R 26932 26934 26140 0 -1 4202560 4555 1258 0 0 815 0 0 0 25 0 5 0 522730627 745406464 158142 33554432000 4194304 4417332 140735347629376 18446744073709551615 4236616 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 37.1
Current children cumulated vsize (KiB) 727936

[startup+25.5011 s]
/proc/loadavg: 4.64 5.19 6.62 9/186 26948
/proc/meminfo: memFree=23687224/32951124 swapFree=67051468/67111528
[pid=26934] ppid=26932 vsize=788060 CPUtime=88.23 cores=1,3,5,7
/proc/26934/stat : 26934 (plingeling) S 26932 26934 26140 0 -1 4202496 331699 1258 0 0 8772 51 0 0 25 0 5 0 522730173 806973440 174755 33554432000 4194304 4417332 140735347629376 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/26934/statm: 197015 174755 181 55 0 194901 0
[pid=26934/tid=26945] ppid=26932 vsize=788060 CPUtime=20.85 cores=1,3,5,7
/proc/26934/task/26945/stat : 26945 (plingeling) R 26932 26934 26140 0 -1 4202560 69102 1258 0 0 2075 10 0 0 25 0 5 0 522730627 806973440 174755 33554432000 4194304 4417332 140735347629376 18446744073709551615 4237639 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26934/tid=26946] ppid=26932 vsize=788060 CPUtime=20.95 cores=1,3,5,7
/proc/26934/task/26946/stat : 26946 (plingeling) R 26932 26934 26140 0 -1 4202560 66052 1258 0 0 2083 12 0 0 25 0 5 0 522730627 806973440 174755 33554432000 4194304 4417332 140735347629376 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26934/tid=26947] ppid=26932 vsize=788060 CPUtime=20.91 cores=1,3,5,7
/proc/26934/task/26947/stat : 26947 (plingeling) R 26932 26934 26140 0 -1 4202560 73144 1258 0 0 2080 11 0 0 25 0 5 0 522730627 806973440 174755 33554432000 4194304 4417332 140735347629376 18446744073709551615 4232654 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26934/tid=26948] ppid=26932 vsize=788060 CPUtime=20.95 cores=1,3,5,7
/proc/26934/task/26948/stat : 26948 (plingeling) R 26932 26934 26140 0 -1 4202560 5333 1258 0 0 2095 0 0 0 25 0 5 0 522730627 806973440 174755 33554432000 4194304 4417332 140735347629376 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 88.23
Current children cumulated vsize (KiB) 788060

[startup+51.1005 s]
/proc/loadavg: 5.85 5.43 6.66 9/186 26949
/proc/meminfo: memFree=23572824/32951124 swapFree=67051468/67111528
[pid=26934] ppid=26932 vsize=802924 CPUtime=190.45 cores=1,3,5,7
/proc/26934/stat : 26934 (plingeling) S 26932 26934 26140 0 -1 4202496 335617 1258 0 0 18993 52 0 0 25 0 5 0 522730173 822194176 178471 33554432000 4194304 4417332 140735347629376 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/26934/statm: 200731 178471 181 55 0 198617 0
[pid=26934/tid=26945] ppid=26932 vsize=802924 CPUtime=46.32 cores=1,3,5,7
/proc/26934/task/26945/stat : 26945 (plingeling) R 26932 26934 26140 0 -1 4202560 70644 1258 0 0 4621 11 0 0 25 0 5 0 522730627 822194176 178471 33554432000 4194304 4417332 140735347629376 18446744073709551615 4364375 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26934/tid=26946] ppid=26932 vsize=802924 CPUtime=46.55 cores=1,3,5,7
/proc/26934/task/26946/stat : 26946 (plingeling) R 26932 26934 26140 0 -1 4202560 66237 1258 0 0 4643 12 0 0 25 0 5 0 522730627 822194176 178471 33554432000 4194304 4417332 140735347629376 18446744073709551615 4275670 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26934/tid=26947] ppid=26932 vsize=802924 CPUtime=46.51 cores=1,3,5,7
/proc/26934/task/26947/stat : 26947 (plingeling) R 26932 26934 26140 0 -1 4202560 73333 1258 0 0 4640 11 0 0 25 0 5 0 522730627 822194176 178471 33554432000 4194304 4417332 140735347629376 18446744073709551615 4277864 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26934/tid=26948] ppid=26932 vsize=802924 CPUtime=46.51 cores=1,3,5,7
/proc/26934/task/26948/stat : 26948 (plingeling) R 26932 26934 26140 0 -1 4202560 7335 1258 0 0 4650 1 0 0 25 0 5 0 522730627 822194176 178471 33554432000 4194304 4417332 140735347629376 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 190.45
Current children cumulated vsize (KiB) 802924

[startup+102.306 s]
/proc/loadavg: 7.14 5.86 6.73 9/186 26950
/proc/meminfo: memFree=23548236/32951124 swapFree=67051468/67111528
[pid=26934] ppid=26932 vsize=857948 CPUtime=394.99 cores=1,3,5,7
/proc/26934/stat : 26934 (plingeling) S 26932 26934 26140 0 -1 4202496 462791 1258 0 0 39424 75 0 0 25 0 5 0 522730173 878538752 189805 33554432000 4194304 4417332 140735347629376 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/26934/statm: 214487 189805 181 55 0 212373 0
[pid=26934/tid=26945] ppid=26932 vsize=857948 CPUtime=97.24 cores=1,3,5,7
/proc/26934/task/26945/stat : 26945 (plingeling) R 26932 26934 26140 0 -1 4202560 106726 1258 0 0 9708 16 0 0 25 0 5 0 522730627 878538752 189805 33554432000 4194304 4417332 140735347629376 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26934/tid=26946] ppid=26932 vsize=857948 CPUtime=97.75 cores=1,3,5,7
/proc/26934/task/26946/stat : 26946 (plingeling) R 26932 26934 26140 0 -1 4202560 101269 1258 0 0 9757 18 0 0 25 0 5 0 522730627 878538752 189805 33554432000 4194304 4417332 140735347629376 18446744073709551615 4251261 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26934/tid=26947] ppid=26932 vsize=857948 CPUtime=97.72 cores=1,3,5,7
/proc/26934/task/26947/stat : 26947 (plingeling) R 26932 26934 26140 0 -1 4202560 113009 1258 0 0 9753 19 0 0 25 0 5 0 522730627 878538752 189805 33554432000 4194304 4417332 140735347629376 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26934/tid=26948] ppid=26932 vsize=857948 CPUtime=97.71 cores=1,3,5,7
/proc/26934/task/26948/stat : 26948 (plingeling) R 26932 26934 26140 0 -1 4202560 23719 1258 0 0 9767 4 0 0 25 0 5 0 522730627 878538752 189805 33554432000 4194304 4417332 140735347629376 18446744073709551615 4357458 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 394.99
Current children cumulated vsize (KiB) 857948

[startup+162.301 s]
/proc/loadavg: 7.69 6.23 6.81 9/186 26952
/proc/meminfo: memFree=23471452/32951124 swapFree=67051468/67111528
[pid=26934] ppid=26932 vsize=900744 CPUtime=634.64 cores=1,3,5,7
/proc/26934/stat : 26934 (plingeling) S 26932 26934 26140 0 -1 4202496 571481 1258 0 0 63369 95 0 0 25 0 5 0 522730173 922361856 198126 33554432000 4194304 4417332 140735347629376 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/26934/statm: 225186 198126 181 55 0 223072 0
[pid=26934/tid=26945] ppid=26932 vsize=900744 CPUtime=156.89 cores=1,3,5,7
/proc/26934/task/26945/stat : 26945 (plingeling) R 26932 26934 26140 0 -1 4202560 141976 1258 0 0 15667 22 0 0 25 0 5 0 522730627 922361856 198126 33554432000 4194304 4417332 140735347629376 18446744073709551615 4365018 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26934/tid=26946] ppid=26932 vsize=900744 CPUtime=157.76 cores=1,3,5,7
/proc/26934/task/26946/stat : 26946 (plingeling) R 26932 26934 26140 0 -1 4202560 135154 1258 0 0 15751 25 0 0 25 0 5 0 522730627 922361856 198126 33554432000 4194304 4417332 140735347629376 18446744073709551615 4286255 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26934/tid=26947] ppid=26932 vsize=900744 CPUtime=157.71 cores=1,3,5,7
/proc/26934/task/26947/stat : 26947 (plingeling) R 26932 26934 26140 0 -1 4202560 146207 1258 0 0 15746 25 0 0 25 0 5 0 522730627 922361856 198126 33554432000 4194304 4417332 140735347629376 18446744073709551615 4311334 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26934/tid=26948] ppid=26932 vsize=900744 CPUtime=157.71 cores=1,3,5,7
/proc/26934/task/26948/stat : 26948 (plingeling) R 26932 26934 26140 0 -1 4202560 30076 1258 0 0 15766 5 0 0 25 0 5 0 522730627 922361856 198126 33554432000 4194304 4417332 140735347629376 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 634.64
Current children cumulated vsize (KiB) 900744

[startup+222.301 s]
/proc/loadavg: 7.92 6.56 6.88 9/186 26953
/proc/meminfo: memFree=23423924/32951124 swapFree=67051468/67111528
[pid=26934] ppid=26932 vsize=921016 CPUtime=874.31 cores=1,3,5,7
/proc/26934/stat : 26934 (plingeling) S 26932 26934 26140 0 -1 4202496 648349 1258 0 0 87324 107 0 0 25 0 5 0 522730173 943120384 204022 33554432000 4194304 4417332 140735347629376 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/26934/statm: 230254 204022 181 55 0 228140 0
[pid=26934/tid=26945] ppid=26932 vsize=921016 CPUtime=216.56 cores=1,3,5,7
/proc/26934/task/26945/stat : 26945 (plingeling) R 26932 26934 26140 0 -1 4202560 142145 1258 0 0 21634 22 0 0 25 0 5 0 522730627 943120384 204022 33554432000 4194304 4417332 140735347629376 18446744073709551615 4277510 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26934/tid=26946] ppid=26932 vsize=921016 CPUtime=217.75 cores=1,3,5,7
/proc/26934/task/26946/stat : 26946 (plingeling) R 26932 26934 26140 0 -1 4202560 169348 1258 0 0 21745 30 0 0 25 0 5 0 522730627 943120384 204022 33554432000 4194304 4417332 140735347629376 18446744073709551615 4237015 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26934/tid=26947] ppid=26932 vsize=921016 CPUtime=217.71 cores=1,3,5,7
/proc/26934/task/26947/stat : 26947 (plingeling) R 26932 26934 26140 0 -1 4202560 183843 1258 0 0 21740 31 0 0 25 0 5 0 522730627 943120384 204022 33554432000 4194304 4417332 140735347629376 18446744073709551615 4364375 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26934/tid=26948] ppid=26932 vsize=921016 CPUtime=217.71 cores=1,3,5,7
/proc/26934/task/26948/stat : 26948 (plingeling) R 26932 26934 26140 0 -1 4202560 34945 1258 0 0 21766 5 0 0 25 0 5 0 522730627 943120384 204022 33554432000 4194304 4417332 140735347629376 18446744073709551615 4353461 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 874.31
Current children cumulated vsize (KiB) 921016

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

[pid=26934/tid=26946] ppid=26932 vsize=1101748 CPUtime=757.77 cores=1,3,5,7
/proc/26934/task/26946/stat : 26946 (plingeling) R 26932 26934 26140 0 -1 4202560 333872 1258 0 0 75725 52 0 0 25 0 5 0 522730627 1128189952 249278 33554432000 4194304 4417332 140735347629376 18446744073709551615 4277864 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26934/tid=26947] ppid=26932 vsize=1101748 CPUtime=757.73 cores=1,3,5,7
/proc/26934/task/26947/stat : 26947 (plingeling) R 26932 26934 26140 0 -1 4202560 367550 1258 0 0 75717 56 0 0 25 0 5 0 522730627 1128189952 249278 33554432000 4194304 4417332 140735347629376 18446744073709551615 4356756 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26934/tid=26948] ppid=26932 vsize=1101748 CPUtime=757.73 cores=1,3,5,7
/proc/26934/task/26948/stat : 26948 (plingeling) R 26932 26934 26140 0 -1 4202560 303034 1258 0 0 75727 46 0 0 25 0 5 0 522730627 1128189952 249278 33554432000 4194304 4417332 140735347629376 18446744073709551615 4236722 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3031.36
Current children cumulated vsize (KiB) 1101748

[startup+822.301 s]
/proc/loadavg: 8.11 7.89 7.44 9/186 26969
/proc/meminfo: memFree=22605944/32951124 swapFree=67051468/67111528
[pid=26934] ppid=26932 vsize=1126636 CPUtime=3271.02 cores=1,3,5,7
/proc/26934/stat : 26934 (plingeling) S 26932 26934 26140 0 -1 4202496 1458893 1258 0 0 326878 224 0 0 25 0 5 0 522730173 1153675264 255500 33554432000 4194304 4417332 140735347629376 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/26934/statm: 281659 255500 181 55 0 279545 0
[pid=26934/tid=26945] ppid=26932 vsize=1126636 CPUtime=813.23 cores=1,3,5,7
/proc/26934/task/26945/stat : 26945 (plingeling) R 26932 26934 26140 0 -1 4202560 306653 1258 0 0 81274 49 0 0 25 0 5 0 522730627 1153675264 255500 33554432000 4194304 4417332 140735347629376 18446744073709551615 4236544 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26934/tid=26946] ppid=26932 vsize=1126636 CPUtime=817.77 cores=1,3,5,7
/proc/26934/task/26946/stat : 26946 (plingeling) R 26932 26934 26140 0 -1 4202560 333872 1258 0 0 81725 52 0 0 25 0 5 0 522730627 1153675264 255500 33554432000 4194304 4417332 140735347629376 18446744073709551615 4237211 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26934/tid=26947] ppid=26932 vsize=1126636 CPUtime=817.73 cores=1,3,5,7
/proc/26934/task/26947/stat : 26947 (plingeling) R 26932 26934 26140 0 -1 4202560 374847 1258 0 0 81716 57 0 0 25 0 5 0 522730627 1153675264 255500 33554432000 4194304 4417332 140735347629376 18446744073709551615 4254990 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26934/tid=26948] ppid=26932 vsize=1126636 CPUtime=817.72 cores=1,3,5,7
/proc/26934/task/26948/stat : 26948 (plingeling) R 26932 26934 26140 0 -1 4202560 325453 1258 0 0 81724 48 0 0 25 0 5 0 522730627 1153675264 255500 33554432000 4194304 4417332 140735347629376 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3271.02
Current children cumulated vsize (KiB) 1126636

[startup+882.3 s]
/proc/loadavg: 8.22 7.97 7.50 9/186 26971
/proc/meminfo: memFree=22687388/32951124 swapFree=67051468/67111528
[pid=26934] ppid=26932 vsize=1091344 CPUtime=3510.68 cores=1,3,5,7
/proc/26934/stat : 26934 (plingeling) S 26932 26934 26140 0 -1 4202496 1502430 1258 0 0 350837 231 0 0 25 0 5 0 522730173 1117536256 246677 33554432000 4194304 4417332 140735347629376 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/26934/statm: 272836 246677 181 55 0 270722 0
[pid=26934/tid=26945] ppid=26932 vsize=1091344 CPUtime=872.89 cores=1,3,5,7
/proc/26934/task/26945/stat : 26945 (plingeling) R 26932 26934 26140 0 -1 4202560 306653 1258 0 0 87240 49 0 0 25 0 5 0 522730627 1117536256 246677 33554432000 4194304 4417332 140735347629376 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26934/tid=26946] ppid=26932 vsize=1091344 CPUtime=877.77 cores=1,3,5,7
/proc/26934/task/26946/stat : 26946 (plingeling) R 26932 26934 26140 0 -1 4202560 333872 1258 0 0 87725 52 0 0 25 0 5 0 522730627 1117536256 246677 33554432000 4194304 4417332 140735347629376 18446744073709551615 4265462 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26934/tid=26947] ppid=26932 vsize=1091344 CPUtime=877.72 cores=1,3,5,7
/proc/26934/task/26947/stat : 26947 (plingeling) R 26932 26934 26140 0 -1 4202560 378203 1258 0 0 87715 57 0 0 25 0 5 0 522730627 1117536256 246677 33554432000 4194304 4417332 140735347629376 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26934/tid=26948] ppid=26932 vsize=1091344 CPUtime=877.73 cores=1,3,5,7
/proc/26934/task/26948/stat : 26948 (plingeling) R 26932 26934 26140 0 -1 4202560 365634 1258 0 0 87718 55 0 0 25 0 5 0 522730627 1117536256 246677 33554432000 4194304 4417332 140735347629376 18446744073709551615 4199406 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3510.68
Current children cumulated vsize (KiB) 1091344

[startup+942.301 s]
/proc/loadavg: 8.20 8.00 7.54 9/186 26972
/proc/meminfo: memFree=22558148/32951124 swapFree=67051468/67111528
[pid=26934] ppid=26932 vsize=1137360 CPUtime=3750.35 cores=1,3,5,7
/proc/26934/stat : 26934 (plingeling) S 26932 26934 26140 0 -1 4202496 1576750 1258 0 0 374793 242 0 0 25 0 5 0 522730173 1164656640 258181 33554432000 4194304 4417332 140735347629376 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/26934/statm: 284340 258181 181 55 0 282226 0
[pid=26934/tid=26945] ppid=26932 vsize=1137360 CPUtime=932.57 cores=1,3,5,7
/proc/26934/task/26945/stat : 26945 (plingeling) R 26932 26934 26140 0 -1 4202560 306653 1258 0 0 93208 49 0 0 25 0 5 0 522730627 1164656640 258181 33554432000 4194304 4417332 140735347629376 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26934/tid=26946] ppid=26932 vsize=1137360 CPUtime=937.77 cores=1,3,5,7
/proc/26934/task/26946/stat : 26946 (plingeling) R 26932 26934 26140 0 -1 4202560 366810 1258 0 0 93719 58 0 0 25 0 5 0 522730627 1164656640 258181 33554432000 4194304 4417332 140735347629376 18446744073709551615 4364375 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26934/tid=26947] ppid=26932 vsize=1137360 CPUtime=937.73 cores=1,3,5,7
/proc/26934/task/26947/stat : 26947 (plingeling) R 26932 26934 26140 0 -1 4202560 383256 1258 0 0 93715 58 0 0 25 0 5 0 522730627 1164656640 258181 33554432000 4194304 4417332 140735347629376 18446744073709551615 4265411 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26934/tid=26948] ppid=26932 vsize=1137360 CPUtime=937.72 cores=1,3,5,7
/proc/26934/task/26948/stat : 26948 (plingeling) R 26932 26934 26140 0 -1 4202560 401963 1258 0 0 93713 59 0 0 25 0 5 0 522730627 1164656640 258181 33554432000 4194304 4417332 140735347629376 18446744073709551615 4236544 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3750.35
Current children cumulated vsize (KiB) 1137360

[startup+1002.3 s]
/proc/loadavg: 8.17 8.03 7.57 9/186 26974
/proc/meminfo: memFree=22733704/32951124 swapFree=67051468/67111528
[pid=26934] ppid=26932 vsize=1113204 CPUtime=3990.02 cores=1,3,5,7
/proc/26934/stat : 26934 (plingeling) S 26932 26934 26140 0 -1 4202496 1675006 1258 0 0 398748 254 0 0 25 0 5 0 522730173 1139920896 252142 33554432000 4194304 4417332 140735347629376 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/26934/statm: 278301 252142 181 55 0 276187 0
[pid=26934/tid=26945] ppid=26932 vsize=1113204 CPUtime=992.23 cores=1,3,5,7
/proc/26934/task/26945/stat : 26945 (plingeling) R 26932 26934 26140 0 -1 4202560 339596 1258 0 0 99170 53 0 0 25 0 5 0 522730627 1139920896 252142 33554432000 4194304 4417332 140735347629376 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26934/tid=26946] ppid=26932 vsize=1113204 CPUtime=997.77 cores=1,3,5,7
/proc/26934/task/26946/stat : 26946 (plingeling) R 26932 26934 26140 0 -1 4202560 366810 1258 0 0 99719 58 0 0 25 0 5 0 522730627 1139920896 252142 33554432000 4194304 4417332 140735347629376 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26934/tid=26947] ppid=26932 vsize=1113204 CPUtime=997.73 cores=1,3,5,7
/proc/26934/task/26947/stat : 26947 (plingeling) R 26932 26934 26140 0 -1 4202560 418046 1258 0 0 99711 62 0 0 25 0 5 0 522730627 1139920896 252142 33554432000 4194304 4417332 140735347629376 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26934/tid=26948] ppid=26932 vsize=1113204 CPUtime=997.73 cores=1,3,5,7
/proc/26934/task/26948/stat : 26948 (plingeling) R 26932 26934 26140 0 -1 4202560 432486 1258 0 0 99710 63 0 0 25 0 5 0 522730627 1139920896 252142 33554432000 4194304 4417332 140735347629376 18446744073709551615 4364544 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3990.02
Current children cumulated vsize (KiB) 1113204

[startup+1062.3 s]
/proc/loadavg: 8.16 8.05 7.61 9/186 26976
/proc/meminfo: memFree=22306988/32951124 swapFree=67051468/67111528
[pid=26934] ppid=26932 vsize=1190720 CPUtime=4229.69 cores=1,3,5,7
/proc/26934/stat : 26934 (plingeling) S 26932 26934 26140 0 -1 4202496 1723810 1258 0 0 422708 261 0 0 25 0 5 0 522730173 1219297280 271521 33554432000 4194304 4417332 140735347629376 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/26934/statm: 297680 271521 181 55 0 295566 0
[pid=26934/tid=26945] ppid=26932 vsize=1190720 CPUtime=1051.9 cores=1,3,5,7
/proc/26934/task/26945/stat : 26945 (plingeling) R 26932 26934 26140 0 -1 4202560 339596 1258 0 0 105137 53 0 0 25 0 5 0 522730627 1219297280 271521 33554432000 4194304 4417332 140735347629376 18446744073709551615 4237202 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26934/tid=26946] ppid=26932 vsize=1190720 CPUtime=1057.77 cores=1,3,5,7
/proc/26934/task/26946/stat : 26946 (plingeling) R 26932 26934 26140 0 -1 4202560 384946 1258 0 0 105717 60 0 0 25 0 5 0 522730627 1219297280 271521 33554432000 4194304 4417332 140735347629376 18446744073709551615 4259674 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26934/tid=26947] ppid=26932 vsize=1190720 CPUtime=1057.73 cores=1,3,5,7
/proc/26934/task/26947/stat : 26947 (plingeling) R 26932 26934 26140 0 -1 4202560 421702 1258 0 0 105710 63 0 0 25 0 5 0 522730627 1219297280 271521 33554432000 4194304 4417332 140735347629376 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26934/tid=26948] ppid=26932 vsize=1190720 CPUtime=1057.73 cores=1,3,5,7
/proc/26934/task/26948/stat : 26948 (plingeling) R 26932 26934 26140 0 -1 4202560 459498 1258 0 0 105706 67 0 0 25 0 5 0 522730627 1219297280 271521 33554432000 4194304 4417332 140735347629376 18446744073709551615 4357164 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4229.69
Current children cumulated vsize (KiB) 1190720

[startup+1122.3 s]
/proc/loadavg: 8.15 8.07 7.64 9/186 26977
/proc/meminfo: memFree=22490216/32951124 swapFree=67051468/67111528
[pid=26934] ppid=26932 vsize=1146188 CPUtime=4469.36 cores=1,3,5,7
/proc/26934/stat : 26934 (plingeling) S 26932 26934 26140 0 -1 4202496 1774664 1258 0 0 446666 270 0 0 25 0 5 0 522730173 1173696512 260388 33554432000 4194304 4417332 140735347629376 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/26934/statm: 286547 260388 181 55 0 284433 0
[pid=26934/tid=26945] ppid=26932 vsize=1146188 CPUtime=1111.56 cores=1,3,5,7
/proc/26934/task/26945/stat : 26945 (plingeling) R 26932 26934 26140 0 -1 4202560 339596 1258 0 0 111103 53 0 0 25 0 5 0 522730627 1173696512 260388 33554432000 4194304 4417332 140735347629376 18446744073709551615 4364796 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26934/tid=26946] ppid=26932 vsize=1146188 CPUtime=1117.77 cores=1,3,5,7
/proc/26934/task/26946/stat : 26946 (plingeling) R 26932 26934 26140 0 -1 4202560 388741 1258 0 0 111716 61 0 0 25 0 5 0 522730627 1173696512 260388 33554432000 4194304 4417332 140735347629376 18446744073709551615 4237194 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26934/tid=26947] ppid=26932 vsize=1146188 CPUtime=1117.73 cores=1,3,5,7
/proc/26934/task/26947/stat : 26947 (plingeling) R 26932 26934 26140 0 -1 4202560 423148 1258 0 0 111710 63 0 0 25 0 5 0 522730627 1173696512 260388 33554432000 4194304 4417332 140735347629376 18446744073709551615 4364389 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26934/tid=26948] ppid=26932 vsize=1146188 CPUtime=1117.73 cores=1,3,5,7
/proc/26934/task/26948/stat : 26948 (plingeling) R 26932 26934 26140 0 -1 4202560 505111 1258 0 0 111698 75 0 0 25 0 5 0 522730627 1173696512 260388 33554432000 4194304 4417332 140735347629376 18446744073709551615 4232808 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4469.36
Current children cumulated vsize (KiB) 1146188

[startup+1182.3 s]
/proc/loadavg: 8.22 8.10 7.67 9/186 26979
/proc/meminfo: memFree=22393340/32951124 swapFree=67051468/67111528
[pid=26934] ppid=26932 vsize=1197048 CPUtime=4709.04 cores=1,3,5,7
/proc/26934/stat : 26934 (plingeling) S 26932 26934 26140 0 -1 4202496 1888693 1258 0 0 470620 284 0 0 25 0 5 0 522730173 1225777152 273103 33554432000 4194304 4417332 140735347629376 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/26934/statm: 299262 273103 181 55 0 297148 0
[pid=26934/tid=26945] ppid=26932 vsize=1197048 CPUtime=1171.23 cores=1,3,5,7
/proc/26934/task/26945/stat : 26945 (plingeling) R 26932 26934 26140 0 -1 4202560 339766 1258 0 0 117070 53 0 0 25 0 5 0 522730627 1225777152 273103 33554432000 4194304 4417332 140735347629376 18446744073709551615 4364308 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26934/tid=26946] ppid=26932 vsize=1197048 CPUtime=1177.77 cores=1,3,5,7
/proc/26934/task/26946/stat : 26946 (plingeling) R 26932 26934 26140 0 -1 4202560 425475 1258 0 0 117711 66 0 0 25 0 5 0 522730627 1225777152 273103 33554432000 4194304 4417332 140735347629376 18446744073709551615 4364531 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26934/tid=26947] ppid=26932 vsize=1197048 CPUtime=1177.73 cores=1,3,5,7
/proc/26934/task/26947/stat : 26947 (plingeling) R 26932 26934 26140 0 -1 4202560 459533 1258 0 0 117706 67 0 0 25 0 5 0 522730627 1225777152 273103 33554432000 4194304 4417332 140735347629376 18446744073709551615 4356899 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26934/tid=26948] ppid=26932 vsize=1197048 CPUtime=1177.73 cores=1,3,5,7
/proc/26934/task/26948/stat : 26948 (plingeling) R 26932 26934 26140 0 -1 4202560 545851 1258 0 0 117694 79 0 0 25 0 5 0 522730627 1225777152 273103 33554432000 4194304 4417332 140735347629376 18446744073709551615 4250852 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4709.04
Current children cumulated vsize (KiB) 1197048



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1205.1 s]
/proc/loadavg: 8.14 8.09 7.68 5/180 26981
/proc/meminfo: memFree=23883612/32951124 swapFree=67051468/67111528
[pid=26934] ppid=26932 vsize=1253544 CPUtime=4800.13 cores=1,3,5,7
/proc/26934/stat : 26934 (plingeling) S 26932 26934 26140 0 -1 4202496 1941120 1258 0 0 479722 291 0 0 25 0 5 0 522730173 1283629056 287227 33554432000 4194304 4417332 140735347629376 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/26934/statm: 313386 287227 181 55 0 311272 0
[pid=26934/tid=26945] ppid=26932 vsize=1253544 CPUtime=1193.91 cores=1,3,5,7
/proc/26934/task/26945/stat : 26945 (plingeling) R 26932 26934 26140 0 -1 4202560 372536 1258 0 0 119333 58 0 0 25 0 5 0 522730627 1283629056 287227 33554432000 4194304 4417332 140735347629376 18446744073709551615 4364362 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26934/tid=26946] ppid=26932 vsize=1253544 CPUtime=1200.58 cores=1,3,5,7
/proc/26934/task/26946/stat : 26946 (plingeling) R 26932 26934 26140 0 -1 4202560 426060 1258 0 0 119992 66 0 0 25 0 5 0 522730627 1283629056 287227 33554432000 4194304 4417332 140735347629376 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26934/tid=26947] ppid=26932 vsize=1253544 CPUtime=1200.54 cores=1,3,5,7
/proc/26934/task/26947/stat : 26947 (plingeling) R 26932 26934 26140 0 -1 4202560 462907 1258 0 0 119986 68 0 0 25 0 5 0 522730627 1283629056 287227 33554432000 4194304 4417332 140735347629376 18446744073709551615 4357851 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26934/tid=26948] ppid=26932 vsize=1253544 CPUtime=1200.53 cores=1,3,5,7
/proc/26934/task/26948/stat : 26948 (plingeling) R 26932 26934 26140 0 -1 4202560 561549 1258 0 0 119972 81 0 0 25 0 5 0 522730627 1283629056 287227 33554432000 4194304 4417332 140735347629376 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.13
Current children cumulated vsize (KiB) 1253544

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

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

[startup+1205.1 s]
/proc/loadavg: 8.14 8.09 7.68 5/180 26981
/proc/meminfo: memFree=23883612/32951124 swapFree=67051468/67111528
[pid=26934] ppid=26932 vsize=1253544 CPUtime=4800.13 cores=1,3,5,7
/proc/26934/stat : 26934 (plingeling) S 26932 26934 26140 0 -1 4202496 1941120 1258 0 0 479722 291 0 0 25 0 5 0 522730173 1283629056 287227 33554432000 4194304 4417332 140735347629376 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/26934/statm: 313386 287227 181 55 0 311272 0
[pid=26934/tid=26945] ppid=26932 vsize=1253544 CPUtime=1193.91 cores=1,3,5,7
/proc/26934/task/26945/stat : 26945 (plingeling) R 26932 26934 26140 0 -1 4202560 372536 1258 0 0 119333 58 0 0 25 0 5 0 522730627 1283629056 287227 33554432000 4194304 4417332 140735347629376 18446744073709551615 4364362 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26934/tid=26946] ppid=26932 vsize=1253544 CPUtime=1200.58 cores=1,3,5,7
/proc/26934/task/26946/stat : 26946 (plingeling) R 26932 26934 26140 0 -1 4202560 426060 1258 0 0 119992 66 0 0 25 0 5 0 522730627 1283629056 287227 33554432000 4194304 4417332 140735347629376 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26934/tid=26947] ppid=26932 vsize=1253544 CPUtime=1200.54 cores=1,3,5,7
/proc/26934/task/26947/stat : 26947 (plingeling) R 26932 26934 26140 0 -1 4202560 462907 1258 0 0 119986 68 0 0 25 0 5 0 522730627 1283629056 287227 33554432000 4194304 4417332 140735347629376 18446744073709551615 4357851 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26934/tid=26948] ppid=26932 vsize=1253544 CPUtime=1200.53 cores=1,3,5,7
/proc/26934/task/26948/stat : 26948 (plingeling) R 26932 26934 26140 0 -1 4202560 561549 1258 0 0 119972 81 0 0 25 0 5 0 522730627 1283629056 287227 33554432000 4194304 4417332 140735347629376 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.13
Current children cumulated vsize (KiB) 1253544

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1205.16
CPU time (s): 4800.21
CPU user time (s): 4797.25
CPU system time (s): 2.95855
CPU usage (%): 398.306
Max. virtual memory (cumulated for all children) (KiB): 1272592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.25
system time used= 2.95855
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1942378
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= 128
involuntary context switches= 37792

runsolver used 1.74773 second user time and 4.83226 second system time

The end

Launcher Data

Begin job on node101 at 2011-04-29 23:07:54
IDJOB=3293669
IDBENCH=88165
IDSOLVER=1605
FILE ID=node101/3293669-1304111273
RUNJOBID= node101-1304111273-26912
PBS_JOBID= 13170653
Free space on /tmp= 71852 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/velev/2dlx_ca_bp_f_liveness.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3293669-1304111273/watcher-3293669-1304111273 -o /tmp/evaluation-result-3293669-1304111273/solver-3293669-1304111273 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3293669-1304111273.cnf

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

MD5SUM BENCH= 99cd8de7f06ce8c087a5c7fb299dfb62
RANDOM SEED=740692601

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
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:      24937692 kB
Buffers:       2030768 kB
Cached:        5405144 kB
SwapCached:      30452 kB
Active:        3446344 kB
Inactive:      4117240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24937692 kB
SwapTotal:    67111528 kB
SwapFree:     67051468 kB
Dirty:          174140 kB
Writeback:           0 kB
AnonPages:      118512 kB
Mapped:           8940 kB
Slab:           385860 kB
PageTables:       4748 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   302988 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= 71932 MiB
End job on node101 at 2011-04-29 23:28:01