Trace number 3284055

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.44 1201.85

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_09_UNKNOWN.cnf
MD5SUM18ad1dee1e9d863458e75a20545ae68a
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 variables1430
Number of clauses79453
Sum of the clauses size236162
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22358
Number of clauses of size 377072
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

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-3284055-1304045843/watcher-3284055-1304045843 -o /tmp/evaluation-result-3284055-1304045843/solver-3284055-1304045843 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3284055-1304045843.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: 6.30 7.70 7.83 6/181 26895
/proc/meminfo: memFree=14391980/32950928 swapFree=67111528/67111528
[pid=26895] ppid=26893 vsize=9532 CPUtime=0 cores=0,2,4,6
/proc/26895/stat : 26895 (plingeling) R 26893 26895 26812 0 -1 4202496 461 1252 0 0 0 0 0 0 18 0 1 0 594814942 9760768 389 33554432000 4194304 4417332 140733382161792 18446744073709551615 218880564992 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/26895/statm: 2383 402 147 55 0 269 0

[startup+0.0502691 s]
/proc/loadavg: 6.30 7.70 7.83 6/181 26895
/proc/meminfo: memFree=14391980/32950928 swapFree=67111528/67111528
[pid=26895] ppid=26893 vsize=17740 CPUtime=0.04 cores=0,2,4,6
/proc/26895/stat : 26895 (plingeling) R 26893 26895 26812 0 -1 4202496 2578 1252 0 0 4 0 0 0 18 0 1 0 594814942 18165760 2458 33554432000 4194304 4417332 140733382161792 18446744073709551615 218880564992 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/26895/statm: 4435 2458 148 55 0 2321 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 17740

[startup+0.195174 s]
/proc/loadavg: 6.30 7.70 7.83 6/181 26895
/proc/meminfo: memFree=14391980/32950928 swapFree=67111528/67111528
[pid=26895] ppid=26893 vsize=67692 CPUtime=0.5 cores=0,2,4,6
/proc/26895/stat : 26895 (plingeling) S 26893 26895 26812 0 -1 4202496 4872 1252 0 0 50 0 0 0 18 0 5 0 594814942 69316608 4712 33554432000 4194304 4417332 140733382161792 18446744073709551615 218892367845 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26895/statm: 16923 4712 174 55 0 14809 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 67692

[startup+0.33214 s]
/proc/loadavg: 6.30 7.70 7.83 6/181 26895
/proc/meminfo: memFree=14391980/32950928 swapFree=67111528/67111528
[pid=26895] ppid=26893 vsize=78704 CPUtime=1.31 cores=0,2,4,6
/proc/26895/stat : 26895 (plingeling) S 26893 26895 26812 0 -1 4202496 8005 1252 0 0 130 1 0 0 18 0 5 0 594814942 80592896 7205 33554432000 4194304 4417332 140733382161792 18446744073709551615 218892367845 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26895/statm: 19676 7205 177 55 0 17562 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 78704

[startup+0.701084 s]
/proc/loadavg: 6.30 7.70 7.83 6/181 26895
/proc/meminfo: memFree=14391980/32950928 swapFree=67111528/67111528
[pid=26895] ppid=26893 vsize=140940 CPUtime=2.53 cores=0,2,4,6
/proc/26895/stat : 26895 (plingeling) S 26893 26895 26812 0 -1 4202496 9464 1252 0 0 252 1 0 0 18 0 5 0 594814942 144322560 6654 33554432000 4194304 4417332 140733382161792 18446744073709551615 218892367845 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26895/statm: 35235 6654 181 55 0 33121 0
Current children cumulated CPU time (s) 2.53
Current children cumulated vsize (KiB) 140940

[startup+1.50095 s]
/proc/loadavg: 6.30 7.70 7.83 9/186 26905
/proc/meminfo: memFree=14337792/32950928 swapFree=67111528/67111528
[pid=26895] ppid=26893 vsize=148592 CPUtime=5.72 cores=0,2,4,6
/proc/26895/stat : 26895 (plingeling) S 26893 26895 26812 0 -1 4202496 12097 1252 0 0 571 1 0 0 18 0 5 0 594814942 152158208 8567 33554432000 4194304 4417332 140733382161792 18446744073709551615 218892367845 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26895/statm: 37148 8567 181 55 0 35034 0
[pid=26895/tid=26902] ppid=26893 vsize=148592 CPUtime=1.41 cores=0,2,4,6
/proc/26895/task/26902/stat : 26902 (plingeling) R 26893 26895 26812 0 -1 4202560 1798 1252 0 0 141 0 0 0 23 0 5 0 594814951 152158208 8567 33554432000 4194304 4417332 140733382161792 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26895/tid=26903] ppid=26893 vsize=148592 CPUtime=1.4 cores=0,2,4,6
/proc/26895/task/26903/stat : 26903 (plingeling) R 26893 26895 26812 0 -1 4202560 1430 1252 0 0 140 0 0 0 23 0 5 0 594814951 152158208 8567 33554432000 4194304 4417332 140733382161792 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26895/tid=26904] ppid=26893 vsize=148592 CPUtime=1.41 cores=0,2,4,6
/proc/26895/task/26904/stat : 26904 (plingeling) R 26893 26895 26812 0 -1 4202560 2061 1252 0 0 141 0 0 0 23 0 5 0 594814951 152158208 8567 33554432000 4194304 4417332 140733382161792 18446744073709551615 4364736 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26895/tid=26905] ppid=26893 vsize=148592 CPUtime=1.41 cores=0,2,4,6
/proc/26895/task/26905/stat : 26905 (plingeling) R 26893 26895 26812 0 -1 4202560 2170 1252 0 0 141 0 0 0 23 0 5 0 594814951 152158208 8567 33554432000 4194304 4417332 140733382161792 18446744073709551615 4364526 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.72
Current children cumulated vsize (KiB) 148592

[startup+3.10067 s]
/proc/loadavg: 6.30 7.70 7.83 9/186 26905
/proc/meminfo: memFree=14323904/32950928 swapFree=67111528/67111528
[pid=26895] ppid=26893 vsize=166640 CPUtime=12.11 cores=0,2,4,6
/proc/26895/stat : 26895 (plingeling) S 26893 26895 26812 0 -1 4202496 18259 1252 0 0 1209 2 0 0 18 0 5 0 594814942 170639360 13079 33554432000 4194304 4417332 140733382161792 18446744073709551615 218892367845 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26895/statm: 41660 13079 181 55 0 39546 0
[pid=26895/tid=26902] ppid=26893 vsize=166640 CPUtime=3 cores=0,2,4,6
/proc/26895/task/26902/stat : 26902 (plingeling) R 26893 26895 26812 0 -1 4202560 3166 1252 0 0 300 0 0 0 25 0 5 0 594814951 170639360 13079 33554432000 4194304 4417332 140733382161792 18446744073709551615 4364699 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26895/tid=26903] ppid=26893 vsize=166640 CPUtime=2.99 cores=0,2,4,6
/proc/26895/task/26903/stat : 26903 (plingeling) R 26893 26895 26812 0 -1 4202560 1942 1252 0 0 299 0 0 0 25 0 5 0 594814951 170639360 13079 33554432000 4194304 4417332 140733382161792 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26895/tid=26904] ppid=26893 vsize=166640 CPUtime=3 cores=0,2,4,6
/proc/26895/task/26904/stat : 26904 (plingeling) R 26893 26895 26812 0 -1 4202560 3262 1252 0 0 300 0 0 0 25 0 5 0 594814951 170639360 13079 33554432000 4194304 4417332 140733382161792 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26895/tid=26905] ppid=26893 vsize=166640 CPUtime=3 cores=0,2,4,6
/proc/26895/task/26905/stat : 26905 (plingeling) R 26893 26895 26812 0 -1 4202560 5251 1252 0 0 300 0 0 0 25 0 5 0 594814951 170639360 13079 33554432000 4194304 4417332 140733382161792 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.11
Current children cumulated vsize (KiB) 166640

[startup+6.30111 s]
/proc/loadavg: 6.44 7.71 7.83 9/186 26905
/proc/meminfo: memFree=14292176/32950928 swapFree=67111528/67111528
[pid=26895] ppid=26893 vsize=185468 CPUtime=24.9 cores=0,2,4,6
/proc/26895/stat : 26895 (plingeling) S 26893 26895 26812 0 -1 4202496 25935 1252 0 0 2487 3 0 0 18 0 5 0 594814942 189919232 17786 33554432000 4194304 4417332 140733382161792 18446744073709551615 218892367845 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26895/statm: 46367 17786 181 55 0 44253 0
[pid=26895/tid=26902] ppid=26893 vsize=185468 CPUtime=6.2 cores=0,2,4,6
/proc/26895/task/26902/stat : 26902 (plingeling) R 26893 26895 26812 0 -1 4202560 4201 1252 0 0 620 0 0 0 25 0 5 0 594814951 189919232 17786 33554432000 4194304 4417332 140733382161792 18446744073709551615 4364734 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26895/tid=26903] ppid=26893 vsize=185468 CPUtime=6.18 cores=0,2,4,6
/proc/26895/task/26903/stat : 26903 (plingeling) R 26893 26895 26812 0 -1 4202560 3773 1252 0 0 618 0 0 0 25 0 5 0 594814951 189919232 17786 33554432000 4194304 4417332 140733382161792 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26895/tid=26904] ppid=26893 vsize=185468 CPUtime=6.2 cores=0,2,4,6
/proc/26895/task/26904/stat : 26904 (plingeling) R 26893 26895 26812 0 -1 4202560 4954 1252 0 0 620 0 0 0 25 0 5 0 594814951 189919232 17786 33554432000 4194304 4417332 140733382161792 18446744073709551615 4364736 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26895/tid=26905] ppid=26893 vsize=185468 CPUtime=6.21 cores=0,2,4,6
/proc/26895/task/26905/stat : 26905 (plingeling) R 26893 26895 26812 0 -1 4202560 8369 1252 0 0 620 1 0 0 25 0 5 0 594814951 189919232 17786 33554432000 4194304 4417332 140733382161792 18446744073709551615 4364652 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.9
Current children cumulated vsize (KiB) 185468

[startup+12.701 s]
/proc/loadavg: 6.64 7.73 7.84 9/186 26905
/proc/meminfo: memFree=14218584/32950928 swapFree=67111528/67111528
[pid=26895] ppid=26893 vsize=214036 CPUtime=50.46 cores=0,2,4,6
/proc/26895/stat : 26895 (plingeling) S 26893 26895 26812 0 -1 4202496 39049 1252 0 0 5041 5 0 0 18 0 5 0 594814942 219172864 24928 33554432000 4194304 4417332 140733382161792 18446744073709551615 218892367845 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26895/statm: 53509 24928 181 55 0 51395 0
[pid=26895/tid=26902] ppid=26893 vsize=214036 CPUtime=12.6 cores=0,2,4,6
/proc/26895/task/26902/stat : 26902 (plingeling) R 26893 26895 26812 0 -1 4202560 6249 1252 0 0 1259 1 0 0 25 0 5 0 594814951 219172864 24928 33554432000 4194304 4417332 140733382161792 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26895/tid=26903] ppid=26893 vsize=214036 CPUtime=12.54 cores=0,2,4,6
/proc/26895/task/26903/stat : 26903 (plingeling) R 26893 26895 26812 0 -1 4202560 4129 1252 0 0 1254 0 0 0 25 0 5 0 594814951 219172864 24928 33554432000 4194304 4417332 140733382161792 18446744073709551615 4364509 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26895/tid=26904] ppid=26893 vsize=214036 CPUtime=12.61 cores=0,2,4,6
/proc/26895/task/26904/stat : 26904 (plingeling) R 26893 26895 26812 0 -1 4202560 9531 1252 0 0 1260 1 0 0 25 0 5 0 594814951 219172864 24928 33554432000 4194304 4417332 140733382161792 18446744073709551615 4364680 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26895/tid=26905] ppid=26893 vsize=214036 CPUtime=12.61 cores=0,2,4,6
/proc/26895/task/26905/stat : 26905 (plingeling) R 26893 26895 26812 0 -1 4202560 14502 1252 0 0 1259 2 0 0 25 0 5 0 594814951 219172864 24928 33554432000 4194304 4417332 140733382161792 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.46
Current children cumulated vsize (KiB) 214036

[startup+25.5008 s]
/proc/loadavg: 6.94 7.74 7.84 9/186 26978
/proc/meminfo: memFree=14378260/32950928 swapFree=67111528/67111528
[pid=26895] ppid=26893 vsize=239292 CPUtime=101.59 cores=0,2,4,6
/proc/26895/stat : 26895 (plingeling) S 26893 26895 26812 0 -1 4202496 69174 1252 0 0 10149 10 0 0 18 0 5 0 594814942 245035008 31242 33554432000 4194304 4417332 140733382161792 18446744073709551615 218892367845 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26895/statm: 59823 31242 181 55 0 57709 0
[pid=26895/tid=26902] ppid=26893 vsize=239292 CPUtime=25.4 cores=0,2,4,6
/proc/26895/task/26902/stat : 26902 (plingeling) R 26893 26895 26812 0 -1 4202560 12118 1252 0 0 2538 2 0 0 25 0 5 0 594814951 245035008 31242 33554432000 4194304 4417332 140733382161792 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26895/tid=26903] ppid=26893 vsize=239292 CPUtime=25.27 cores=0,2,4,6
/proc/26895/task/26903/stat : 26903 (plingeling) R 26893 26895 26812 0 -1 4202560 10993 1252 0 0 2526 1 0 0 25 0 5 0 594814951 245035008 31242 33554432000 4194304 4417332 140733382161792 18446744073709551615 4366297 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26895/tid=26904] ppid=26893 vsize=239292 CPUtime=25.4 cores=0,2,4,6
/proc/26895/task/26904/stat : 26904 (plingeling) R 26893 26895 26812 0 -1 4202560 16487 1252 0 0 2538 2 0 0 25 0 5 0 594814951 245035008 31242 33554432000 4194304 4417332 140733382161792 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26895/tid=26905] ppid=26893 vsize=239292 CPUtime=25.4 cores=0,2,4,6
/proc/26895/task/26905/stat : 26905 (plingeling) R 26893 26895 26812 0 -1 4202560 24938 1252 0 0 2537 3 0 0 25 0 5 0 594814951 245035008 31242 33554432000 4194304 4417332 140733382161792 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.59
Current children cumulated vsize (KiB) 239292

[startup+51.1003 s]
/proc/loadavg: 7.37 7.77 7.85 9/186 26978
/proc/meminfo: memFree=14266084/32950928 swapFree=67111528/67111528
[pid=26895] ppid=26893 vsize=299812 CPUtime=203.85 cores=0,2,4,6
/proc/26895/stat : 26895 (plingeling) S 26893 26895 26812 0 -1 4202496 113927 1252 0 0 20367 18 0 0 18 0 5 0 594814942 307007488 46372 33554432000 4194304 4417332 140733382161792 18446744073709551615 218892367845 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26895/statm: 74953 46372 181 55 0 72839 0
[pid=26895/tid=26902] ppid=26893 vsize=299812 CPUtime=51 cores=0,2,4,6
/proc/26895/task/26902/stat : 26902 (plingeling) R 26893 26895 26812 0 -1 4202560 16584 1252 0 0 5097 3 0 0 25 0 5 0 594814951 307007488 46372 33554432000 4194304 4417332 140733382161792 18446744073709551615 4364547 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26895/tid=26903] ppid=26893 vsize=299812 CPUtime=50.74 cores=0,2,4,6
/proc/26895/task/26903/stat : 26903 (plingeling) R 26893 26895 26812 0 -1 4202560 25981 1252 0 0 5070 4 0 0 25 0 5 0 594814951 307007488 46372 33554432000 4194304 4417332 140733382161792 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26895/tid=26904] ppid=26893 vsize=299812 CPUtime=51 cores=0,2,4,6
/proc/26895/task/26904/stat : 26904 (plingeling) R 26893 26895 26812 0 -1 4202560 24096 1252 0 0 5097 3 0 0 25 0 5 0 594814951 307007488 46372 33554432000 4194304 4417332 140733382161792 18446744073709551615 4321656 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26895/tid=26905] ppid=26893 vsize=299812 CPUtime=51.01 cores=0,2,4,6
/proc/26895/task/26905/stat : 26905 (plingeling) R 26893 26895 26812 0 -1 4202560 42628 1252 0 0 5094 7 0 0 25 0 5 0 594814951 307007488 46372 33554432000 4194304 4417332 140733382161792 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.85
Current children cumulated vsize (KiB) 299812

[startup+102.306 s]
/proc/loadavg: 7.85 7.84 7.87 9/186 26980
/proc/meminfo: memFree=14122772/32950928 swapFree=67111528/67111528
[pid=26895] ppid=26893 vsize=370344 CPUtime=408.4 cores=0,2,4,6
/proc/26895/stat : 26895 (plingeling) S 26893 26895 26812 0 -1 4202496 181567 1252 0 0 40810 30 0 0 18 0 5 0 594814942 379232256 64005 33554432000 4194304 4417332 140733382161792 18446744073709551615 218892367845 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26895/statm: 92586 64005 181 55 0 90472 0
[pid=26895/tid=26902] ppid=26893 vsize=370344 CPUtime=102.21 cores=0,2,4,6
/proc/26895/task/26902/stat : 26902 (plingeling) R 26893 26895 26812 0 -1 4202560 38264 1252 0 0 10214 7 0 0 25 0 5 0 594814951 379232256 64005 33554432000 4194304 4417332 140733382161792 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26895/tid=26903] ppid=26893 vsize=370344 CPUtime=101.66 cores=0,2,4,6
/proc/26895/task/26903/stat : 26903 (plingeling) R 26893 26895 26812 0 -1 4202560 49020 1252 0 0 10159 7 0 0 25 0 5 0 594814951 379232256 64005 33554432000 4194304 4417332 140733382161792 18446744073709551615 4365007 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26895/tid=26904] ppid=26893 vsize=370344 CPUtime=102.2 cores=0,2,4,6
/proc/26895/task/26904/stat : 26904 (plingeling) R 26893 26895 26812 0 -1 4202560 36287 1252 0 0 10215 5 0 0 25 0 5 0 594814951 379232256 64005 33554432000 4194304 4417332 140733382161792 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26895/tid=26905] ppid=26893 vsize=370344 CPUtime=102.21 cores=0,2,4,6
/proc/26895/task/26905/stat : 26905 (plingeling) R 26893 26895 26812 0 -1 4202560 53358 1252 0 0 10212 9 0 0 25 0 5 0 594814951 379232256 64005 33554432000 4194304 4417332 140733382161792 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.4
Current children cumulated vsize (KiB) 370344

[startup+162.301 s]
/proc/loadavg: 7.94 7.87 7.87 9/186 26981
/proc/meminfo: memFree=13998140/32950928 swapFree=67111528/67111528
[pid=26895] ppid=26893 vsize=430104 CPUtime=648.05 cores=0,2,4,6
/proc/26895/stat : 26895 (plingeling) S 26893 26895 26812 0 -1 4202496 253330 1252 0 0 64762 43 0 0 18 0 5 0 594814942 440426496 78945 33554432000 4194304 4417332 140733382161792 18446744073709551615 218892367845 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26895/statm: 107526 78945 181 55 0 105412 0
[pid=26895/tid=26902] ppid=26893 vsize=430104 CPUtime=162.21 cores=0,2,4,6
/proc/26895/task/26902/stat : 26902 (plingeling) R 26893 26895 26812 0 -1 4202560 59519 1252 0 0 16210 11 0 0 25 0 5 0 594814951 440426496 78945 33554432000 4194304 4417332 140733382161792 18446744073709551615 4364683 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26895/tid=26903] ppid=26893 vsize=430104 CPUtime=161.33 cores=0,2,4,6
/proc/26895/task/26903/stat : 26903 (plingeling) R 26893 26895 26812 0 -1 4202560 69727 1252 0 0 16122 11 0 0 25 0 5 0 594814951 440426496 78945 33554432000 4194304 4417332 140733382161792 18446744073709551615 4364734 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26895/tid=26904] ppid=26893 vsize=430104 CPUtime=162.19 cores=0,2,4,6
/proc/26895/task/26904/stat : 26904 (plingeling) R 26893 26895 26812 0 -1 4202560 41623 1252 0 0 16213 6 0 0 25 0 5 0 594814951 440426496 78945 33554432000 4194304 4417332 140733382161792 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26895/tid=26905] ppid=26893 vsize=430104 CPUtime=162.2 cores=0,2,4,6
/proc/26895/task/26905/stat : 26905 (plingeling) R 26893 26895 26812 0 -1 4202560 77823 1252 0 0 16207 13 0 0 25 0 5 0 594814951 440426496 78945 33554432000 4194304 4417332 140733382161792 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 648.05
Current children cumulated vsize (KiB) 430104


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

[pid=26895/tid=26903] ppid=26893 vsize=738252 CPUtime=698.4 cores=0,2,4,6
/proc/26895/task/26903/stat : 26903 (plingeling) R 26893 26895 26812 0 -1 4202560 213062 1252 0 0 69808 32 0 0 25 0 5 0 594814951 755970048 155982 33554432000 4194304 4417332 140733382161792 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26895/tid=26904] ppid=26893 vsize=738252 CPUtime=702.14 cores=0,2,4,6
/proc/26895/task/26904/stat : 26904 (plingeling) R 26893 26895 26812 0 -1 4202560 102164 1252 0 0 70199 15 0 0 25 0 5 0 594814951 755970048 155982 33554432000 4194304 4417332 140733382161792 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26895/tid=26905] ppid=26893 vsize=738252 CPUtime=702.21 cores=0,2,4,6
/proc/26895/task/26905/stat : 26905 (plingeling) R 26893 26895 26812 0 -1 4202560 165318 1252 0 0 70192 29 0 0 25 0 5 0 594814951 755970048 155982 33554432000 4194304 4417332 140733382161792 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2805.08
Current children cumulated vsize (KiB) 738252

[startup+762.306 s]
/proc/loadavg: 8.10 8.07 7.96 9/186 27006
/proc/meminfo: memFree=13382356/32950928 swapFree=67111528/67111528
[pid=26895] ppid=26893 vsize=708408 CPUtime=3044.78 cores=0,2,4,6
/proc/26895/stat : 26895 (plingeling) S 26893 26895 26812 0 -1 4202496 736414 1252 0 0 304360 118 0 0 18 0 5 0 594814942 725409792 148521 33554432000 4194304 4417332 140733382161792 18446744073709551615 218892367845 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26895/statm: 177102 148521 181 55 0 174988 0
[pid=26895/tid=26902] ppid=26893 vsize=708408 CPUtime=762.22 cores=0,2,4,6
/proc/26895/task/26902/stat : 26902 (plingeling) R 26893 26895 26812 0 -1 4202560 211745 1252 0 0 76188 34 0 0 25 0 5 0 594814951 725409792 148521 33554432000 4194304 4417332 140733382161792 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26895/tid=26903] ppid=26893 vsize=708408 CPUtime=758.08 cores=0,2,4,6
/proc/26895/task/26903/stat : 26903 (plingeling) R 26893 26895 26812 0 -1 4202560 225835 1252 0 0 75774 34 0 0 25 0 5 0 594814951 725409792 148521 33554432000 4194304 4417332 140733382161792 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26895/tid=26904] ppid=26893 vsize=708408 CPUtime=762.14 cores=0,2,4,6
/proc/26895/task/26904/stat : 26904 (plingeling) R 26893 26895 26812 0 -1 4202560 106910 1252 0 0 76198 16 0 0 25 0 5 0 594814951 725409792 148521 33554432000 4194304 4417332 140733382161792 18446744073709551615 4364683 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26895/tid=26905] ppid=26893 vsize=708408 CPUtime=762.22 cores=0,2,4,6
/proc/26895/task/26905/stat : 26905 (plingeling) R 26893 26895 26812 0 -1 4202560 187286 1252 0 0 76190 32 0 0 25 0 5 0 594814951 725409792 148521 33554432000 4194304 4417332 140733382161792 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3044.78
Current children cumulated vsize (KiB) 708408

[startup+822.301 s]
/proc/loadavg: 8.04 8.05 7.96 9/186 27008
/proc/meminfo: memFree=13391508/32950928 swapFree=67111528/67111528
[pid=26895] ppid=26893 vsize=694488 CPUtime=3284.43 cores=0,2,4,6
/proc/26895/stat : 26895 (plingeling) S 26893 26895 26812 0 -1 4202496 741224 1252 0 0 328324 119 0 0 18 0 5 0 594814942 711155712 145041 33554432000 4194304 4417332 140733382161792 18446744073709551615 218892367845 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26895/statm: 173622 145041 181 55 0 171508 0
[pid=26895/tid=26902] ppid=26893 vsize=694488 CPUtime=822.21 cores=0,2,4,6
/proc/26895/task/26902/stat : 26902 (plingeling) R 26893 26895 26812 0 -1 4202560 211745 1252 0 0 82187 34 0 0 25 0 5 0 594814951 711155712 145041 33554432000 4194304 4417332 140733382161792 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26895/tid=26903] ppid=26893 vsize=694488 CPUtime=817.74 cores=0,2,4,6
/proc/26895/task/26903/stat : 26903 (plingeling) R 26893 26895 26812 0 -1 4202560 230206 1252 0 0 81740 34 0 0 25 0 5 0 594814951 711155712 145041 33554432000 4194304 4417332 140733382161792 18446744073709551615 4364899 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26895/tid=26904] ppid=26893 vsize=694488 CPUtime=822.14 cores=0,2,4,6
/proc/26895/task/26904/stat : 26904 (plingeling) R 26893 26895 26812 0 -1 4202560 106910 1252 0 0 82198 16 0 0 25 0 5 0 594814951 711155712 145041 33554432000 4194304 4417332 140733382161792 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26895/tid=26905] ppid=26893 vsize=694488 CPUtime=822.22 cores=0,2,4,6
/proc/26895/task/26905/stat : 26905 (plingeling) R 26893 26895 26812 0 -1 4202560 187725 1252 0 0 82190 32 0 0 25 0 5 0 594814951 711155712 145041 33554432000 4194304 4417332 140733382161792 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3284.43
Current children cumulated vsize (KiB) 694488

[startup+882.301 s]
/proc/loadavg: 8.01 8.04 7.96 9/186 27009
/proc/meminfo: memFree=13281620/32950928 swapFree=67111528/67111528
[pid=26895] ppid=26893 vsize=748616 CPUtime=3524.09 cores=0,2,4,6
/proc/26895/stat : 26895 (plingeling) S 26893 26895 26812 0 -1 4202496 764219 1252 0 0 352287 122 0 0 18 0 5 0 594814942 766582784 158573 33554432000 4194304 4417332 140733382161792 18446744073709551615 218892367845 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26895/statm: 187154 158573 181 55 0 185040 0
[pid=26895/tid=26902] ppid=26893 vsize=748616 CPUtime=882.21 cores=0,2,4,6
/proc/26895/task/26902/stat : 26902 (plingeling) R 26893 26895 26812 0 -1 4202560 217440 1252 0 0 88186 35 0 0 25 0 5 0 594814951 766582784 158573 33554432000 4194304 4417332 140733382161792 18446744073709551615 4364919 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26895/tid=26903] ppid=26893 vsize=748616 CPUtime=877.42 cores=0,2,4,6
/proc/26895/task/26903/stat : 26903 (plingeling) R 26893 26895 26812 0 -1 4202560 235886 1252 0 0 87707 35 0 0 25 0 5 0 594814951 766582784 158573 33554432000 4194304 4417332 140733382161792 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26895/tid=26904] ppid=26893 vsize=748616 CPUtime=882.13 cores=0,2,4,6
/proc/26895/task/26904/stat : 26904 (plingeling) R 26893 26895 26812 0 -1 4202560 113861 1252 0 0 88195 18 0 0 25 0 5 0 594814951 766582784 158573 33554432000 4194304 4417332 140733382161792 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26895/tid=26905] ppid=26893 vsize=748616 CPUtime=882.22 cores=0,2,4,6
/proc/26895/task/26905/stat : 26905 (plingeling) R 26893 26895 26812 0 -1 4202560 192394 1252 0 0 88189 33 0 0 25 0 5 0 594814951 766582784 158573 33554432000 4194304 4417332 140733382161792 18446744073709551615 4364919 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3524.09
Current children cumulated vsize (KiB) 748616

[startup+942.301 s]
/proc/loadavg: 8.00 8.03 7.96 9/186 27011
/proc/meminfo: memFree=13151644/32950928 swapFree=67111528/67111528
[pid=26895] ppid=26893 vsize=810104 CPUtime=3763.77 cores=0,2,4,6
/proc/26895/stat : 26895 (plingeling) S 26893 26895 26812 0 -1 4202496 799467 1252 0 0 376250 127 0 0 18 0 5 0 594814942 829546496 173945 33554432000 4194304 4417332 140733382161792 18446744073709551615 218892367845 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26895/statm: 202526 173945 181 55 0 200412 0
[pid=26895/tid=26902] ppid=26893 vsize=810104 CPUtime=942.22 cores=0,2,4,6
/proc/26895/task/26902/stat : 26902 (plingeling) R 26893 26895 26812 0 -1 4202560 217440 1252 0 0 94187 35 0 0 25 0 5 0 594814951 829546496 173945 33554432000 4194304 4417332 140733382161792 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26895/tid=26903] ppid=26893 vsize=810104 CPUtime=937.09 cores=0,2,4,6
/proc/26895/task/26903/stat : 26903 (plingeling) R 26893 26895 26812 0 -1 4202560 249116 1252 0 0 93672 37 0 0 25 0 5 0 594814951 829546496 173945 33554432000 4194304 4417332 140733382161792 18446744073709551615 4364652 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26895/tid=26904] ppid=26893 vsize=810104 CPUtime=942.13 cores=0,2,4,6
/proc/26895/task/26904/stat : 26904 (plingeling) R 26893 26895 26812 0 -1 4202560 135001 1252 0 0 94193 20 0 0 25 0 5 0 594814951 829546496 173945 33554432000 4194304 4417332 140733382161792 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26895/tid=26905] ppid=26893 vsize=810104 CPUtime=942.22 cores=0,2,4,6
/proc/26895/task/26905/stat : 26905 (plingeling) R 26893 26895 26812 0 -1 4202560 193272 1252 0 0 94189 33 0 0 25 0 5 0 594814951 829546496 173945 33554432000 4194304 4417332 140733382161792 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3763.77
Current children cumulated vsize (KiB) 810104

[startup+1002.3 s]
/proc/loadavg: 8.05 8.04 7.96 9/186 27013
/proc/meminfo: memFree=13137000/32950928 swapFree=67111528/67111528
[pid=26895] ppid=26893 vsize=849560 CPUtime=4003.44 cores=0,2,4,6
/proc/26895/stat : 26895 (plingeling) S 26893 26895 26812 0 -1 4202496 809331 1252 0 0 400215 129 0 0 18 0 5 0 594814942 869949440 183809 33554432000 4194304 4417332 140733382161792 18446744073709551615 218892367845 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26895/statm: 212390 183809 181 55 0 210276 0
[pid=26895/tid=26902] ppid=26893 vsize=849560 CPUtime=1002.21 cores=0,2,4,6
/proc/26895/task/26902/stat : 26902 (plingeling) R 26893 26895 26812 0 -1 4202560 224055 1252 0 0 100185 36 0 0 25 0 5 0 594814951 869949440 183809 33554432000 4194304 4417332 140733382161792 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26895/tid=26903] ppid=26893 vsize=849560 CPUtime=996.76 cores=0,2,4,6
/proc/26895/task/26903/stat : 26903 (plingeling) R 26893 26895 26812 0 -1 4202560 249116 1252 0 0 99639 37 0 0 25 0 5 0 594814951 869949440 183809 33554432000 4194304 4417332 140733382161792 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26895/tid=26904] ppid=26893 vsize=849560 CPUtime=1002.12 cores=0,2,4,6
/proc/26895/task/26904/stat : 26904 (plingeling) R 26893 26895 26812 0 -1 4202560 136493 1252 0 0 100192 20 0 0 25 0 5 0 594814951 869949440 183809 33554432000 4194304 4417332 140733382161792 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26895/tid=26905] ppid=26893 vsize=849560 CPUtime=1002.22 cores=0,2,4,6
/proc/26895/task/26905/stat : 26905 (plingeling) R 26893 26895 26812 0 -1 4202560 195029 1252 0 0 100189 33 0 0 25 0 5 0 594814951 869949440 183809 33554432000 4194304 4417332 140733382161792 18446744073709551615 4364709 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.44
Current children cumulated vsize (KiB) 849560

[startup+1062.3 s]
/proc/loadavg: 8.06 8.04 7.97 9/186 27014
/proc/meminfo: memFree=13038652/32950928 swapFree=67111528/67111528
[pid=26895] ppid=26893 vsize=949532 CPUtime=4243.12 cores=0,2,4,6
/proc/26895/stat : 26895 (plingeling) S 26893 26895 26812 0 -1 4202496 849757 1252 0 0 424175 137 0 0 18 0 5 0 594814942 972320768 208802 33554432000 4194304 4417332 140733382161792 18446744073709551615 218892367845 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26895/statm: 237383 208802 181 55 0 235269 0
[pid=26895/tid=26902] ppid=26893 vsize=949532 CPUtime=1062.22 cores=0,2,4,6
/proc/26895/task/26902/stat : 26902 (plingeling) R 26893 26895 26812 0 -1 4202560 232854 1252 0 0 106184 38 0 0 25 0 5 0 594814951 972320768 208802 33554432000 4194304 4417332 140733382161792 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26895/tid=26903] ppid=26893 vsize=949532 CPUtime=1056.44 cores=0,2,4,6
/proc/26895/task/26903/stat : 26903 (plingeling) R 26893 26895 26812 0 -1 4202560 255968 1252 0 0 105606 38 0 0 25 0 5 0 594814951 972320768 208802 33554432000 4194304 4417332 140733382161792 18446744073709551615 4364938 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26895/tid=26904] ppid=26893 vsize=949532 CPUtime=1062.12 cores=0,2,4,6
/proc/26895/task/26904/stat : 26904 (plingeling) R 26893 26895 26812 0 -1 4202560 136493 1252 0 0 106192 20 0 0 25 0 5 0 594814951 972320768 208802 33554432000 4194304 4417332 140733382161792 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26895/tid=26905] ppid=26893 vsize=949532 CPUtime=1062.22 cores=0,2,4,6
/proc/26895/task/26905/stat : 26905 (plingeling) R 26893 26895 26812 0 -1 4202560 219804 1252 0 0 106183 39 0 0 25 0 5 0 594814951 972320768 208802 33554432000 4194304 4417332 140733382161792 18446744073709551615 4250967 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4243.12
Current children cumulated vsize (KiB) 949532

[startup+1122.3 s]
/proc/loadavg: 8.12 8.06 7.98 9/186 27016
/proc/meminfo: memFree=12984200/32950928 swapFree=67111528/67111528
[pid=26895] ppid=26893 vsize=995536 CPUtime=4482.78 cores=0,2,4,6
/proc/26895/stat : 26895 (plingeling) S 26893 26895 26812 0 -1 4202496 873163 1252 0 0 448138 140 0 0 18 0 5 0 594814942 1019428864 220303 33554432000 4194304 4417332 140733382161792 18446744073709551615 218892367845 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26895/statm: 248884 220303 181 55 0 246770 0
[pid=26895/tid=26902] ppid=26893 vsize=995536 CPUtime=1122.22 cores=0,2,4,6
/proc/26895/task/26902/stat : 26902 (plingeling) R 26893 26895 26812 0 -1 4202560 232892 1252 0 0 112184 38 0 0 25 0 5 0 594814951 1019428864 220303 33554432000 4194304 4417332 140733382161792 18446744073709551615 4309461 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26895/tid=26903] ppid=26893 vsize=995536 CPUtime=1116.25 cores=0,2,4,6
/proc/26895/task/26903/stat : 26903 (plingeling) R 26893 26895 26812 0 -1 4202560 261687 1252 0 0 111586 39 0 0 25 0 5 0 594814951 1019428864 220303 33554432000 4194304 4417332 140733382161792 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26895/tid=26904] ppid=26893 vsize=995536 CPUtime=1122.11 cores=0,2,4,6
/proc/26895/task/26904/stat : 26904 (plingeling) R 26893 26895 26812 0 -1 4202560 144765 1252 0 0 112190 21 0 0 25 0 5 0 594814951 1019428864 220303 33554432000 4194304 4417332 140733382161792 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26895/tid=26905] ppid=26893 vsize=995536 CPUtime=1122.09 cores=0,2,4,6
/proc/26895/task/26905/stat : 26905 (plingeling) R 26893 26895 26812 0 -1 4202560 229181 1252 0 0 112169 40 0 0 25 0 5 0 594814951 1019428864 220303 33554432000 4194304 4417332 140733382161792 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4482.78
Current children cumulated vsize (KiB) 995536

[startup+1182.3 s]
/proc/loadavg: 8.14 8.08 7.99 9/186 27017
/proc/meminfo: memFree=12949344/32950928 swapFree=67111528/67111528
[pid=26895] ppid=26893 vsize=977216 CPUtime=4722.45 cores=0,2,4,6
/proc/26895/stat : 26895 (plingeling) S 26893 26895 26812 0 -1 4202496 904992 1252 0 0 472101 144 0 0 18 0 5 0 594814942 1000669184 215723 33554432000 4194304 4417332 140733382161792 18446744073709551615 218892367845 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26895/statm: 244304 215723 181 55 0 242190 0
[pid=26895/tid=26902] ppid=26893 vsize=977216 CPUtime=1182.22 cores=0,2,4,6
/proc/26895/task/26902/stat : 26902 (plingeling) R 26893 26895 26812 0 -1 4202560 243909 1252 0 0 118183 39 0 0 25 0 5 0 594814951 1000669184 215723 33554432000 4194304 4417332 140733382161792 18446744073709551615 4364614 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26895/tid=26903] ppid=26893 vsize=977216 CPUtime=1176.25 cores=0,2,4,6
/proc/26895/task/26903/stat : 26903 (plingeling) R 26893 26895 26812 0 -1 4202560 272626 1252 0 0 117584 41 0 0 25 0 5 0 594814951 1000669184 215723 33554432000 4194304 4417332 140733382161792 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26895/tid=26904] ppid=26893 vsize=977216 CPUtime=1182.11 cores=0,2,4,6
/proc/26895/task/26904/stat : 26904 (plingeling) R 26893 26895 26812 0 -1 4202560 151125 1252 0 0 118189 22 0 0 25 0 5 0 594814951 1000669184 215723 33554432000 4194304 4417332 140733382161792 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26895/tid=26905] ppid=26893 vsize=977216 CPUtime=1181.76 cores=0,2,4,6
/proc/26895/task/26905/stat : 26905 (plingeling) R 26893 26895 26812 0 -1 4202560 232694 1252 0 0 118136 40 0 0 25 0 5 0 594814951 1000669184 215723 33554432000 4194304 4417332 140733382161792 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4722.45
Current children cumulated vsize (KiB) 977216



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.17 8.09 8.00 9/186 27018
/proc/meminfo: memFree=13000308/32950928 swapFree=67111528/67111528
[pid=26895] ppid=26893 vsize=911680 CPUtime=4800.37 cores=0,2,4,6
/proc/26895/stat : 26895 (plingeling) S 26893 26895 26812 0 -1 4202496 904992 1252 0 0 479892 145 0 0 18 0 5 0 594814942 933560320 199339 33554432000 4194304 4417332 140733382161792 18446744073709551615 218892367845 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26895/statm: 227920 199339 181 55 0 225806 0
[pid=26895/tid=26902] ppid=26893 vsize=911680 CPUtime=1201.73 cores=0,2,4,6
/proc/26895/task/26902/stat : 26902 (plingeling) R 26893 26895 26812 0 -1 4202560 243909 1252 0 0 120134 39 0 0 25 0 5 0 594814951 933560320 199339 33554432000 4194304 4417332 140733382161792 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26895/tid=26903] ppid=26893 vsize=911680 CPUtime=1195.76 cores=0,2,4,6
/proc/26895/task/26903/stat : 26903 (plingeling) R 26893 26895 26812 0 -1 4202560 272626 1252 0 0 119535 41 0 0 25 0 5 0 594814951 933560320 199339 33554432000 4194304 4417332 140733382161792 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26895/tid=26904] ppid=26893 vsize=911680 CPUtime=1201.61 cores=0,2,4,6
/proc/26895/task/26904/stat : 26904 (plingeling) R 26893 26895 26812 0 -1 4202560 151125 1252 0 0 120139 22 0 0 25 0 5 0 594814951 933560320 199339 33554432000 4194304 4417332 140733382161792 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26895/tid=26905] ppid=26893 vsize=911680 CPUtime=1201.16 cores=0,2,4,6
/proc/26895/task/26905/stat : 26905 (plingeling) R 26893 26895 26812 0 -1 4202560 232694 1252 0 0 120075 41 0 0 25 0 5 0 594814951 933560320 199339 33554432000 4194304 4417332 140733382161792 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.37
Current children cumulated vsize (KiB) 911680

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.85
CPU time (s): 4800.44
CPU user time (s): 4798.94
CPU system time (s): 1.49477
CPU usage (%): 399.42
Max. virtual memory (cumulated for all children) (KiB): 995536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.94
system time used= 1.49477
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 906244
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= 102
involuntary context switches= 24511

runsolver used 1.9917 second user time and 4.56131 second system time

The end

Launcher Data

Begin job on node112 at 2011-04-29 04:57:23
IDJOB=3284055
IDBENCH=71098
IDSOLVER=1605
FILE ID=node112/3284055-1304045843
RUNJOBID= node112-1304045841-26830
PBS_JOBID= 13170402
Free space on /tmp= 72556 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rbcl_xits_09_UNKNOWN.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3284055-1304045843/watcher-3284055-1304045843 -o /tmp/evaluation-result-3284055-1304045843/solver-3284055-1304045843 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3284055-1304045843.cnf

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

MD5SUM BENCH= 18ad1dee1e9d863458e75a20545ae68a
RANDOM SEED=194601160

node112.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.828
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.65
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.828
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.828
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.67
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.828
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.82
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.828
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	: 5261.27
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.828
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.82
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.828
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.828
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.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      14392136 kB
Buffers:       1994692 kB
Cached:       15803460 kB
SwapCached:          0 kB
Active:        7231220 kB
Inactive:     10769228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14392136 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            9416 kB
Writeback:           0 kB
AnonPages:      201728 kB
Mapped:          15112 kB
Slab:           493040 kB
PageTables:       4964 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   385136 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= 72560 MiB
End job on node112 at 2011-04-29 05:17:27