Trace number 3263574

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.13 1201.77

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_60_29_30_6-dir.shuffled-as.sat03-130.cnf
MD5SUMe826117d87949a5b285e72732bfa395b
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables870
Number of clauses69964
Sum of the clauses size140740
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 269935
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 529

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-3263574-1304099943/watcher-3263574-1304099943 -o /tmp/evaluation-result-3263574-1304099943/solver-3263574-1304099943 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3263574-1304099943.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: 7.82 8.09 8.02 5/181 20081
/proc/meminfo: memFree=17660048/32951124 swapFree=67111528/67111528
[pid=20081] ppid=20079 vsize=9328 CPUtime=0 cores=0,2,4,6
/proc/20081/stat : 20081 (plingeling) R 20079 20081 19929 0 -1 4202496 424 1254 0 0 0 0 0 0 25 0 1 0 521596912 9551872 353 33554432000 4194304 4417332 140735132821440 18446744073709551615 216634515200 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/20081/statm: 2332 353 146 55 0 218 0

[startup+0.125097 s]
/proc/loadavg: 7.82 8.09 8.02 5/181 20081
/proc/meminfo: memFree=17660048/32951124 swapFree=67111528/67111528
[pid=20081] ppid=20079 vsize=127552 CPUtime=0.32 cores=0,2,4,6
/proc/20081/stat : 20081 (plingeling) S 20079 20081 19929 0 -1 4202496 3568 1254 0 0 32 0 0 0 25 0 5 0 521596912 130613248 3310 33554432000 4194304 4417332 140735132821440 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/20081/statm: 31888 3310 176 55 0 29774 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 127552

[startup+0.200446 s]
/proc/loadavg: 7.82 8.09 8.02 5/181 20081
/proc/meminfo: memFree=17660048/32951124 swapFree=67111528/67111528
[pid=20081] ppid=20079 vsize=129644 CPUtime=0.62 cores=0,2,4,6
/proc/20081/stat : 20081 (plingeling) S 20079 20081 19929 0 -1 4202496 4727 1254 0 0 62 0 0 0 25 0 5 0 521596912 132755456 3698 33554432000 4194304 4417332 140735132821440 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/20081/statm: 32411 3698 177 55 0 30297 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 129644

[startup+0.300427 s]
/proc/loadavg: 7.82 8.09 8.02 5/181 20081
/proc/meminfo: memFree=17660048/32951124 swapFree=67111528/67111528
[pid=20081] ppid=20079 vsize=129956 CPUtime=1.02 cores=0,2,4,6
/proc/20081/stat : 20081 (plingeling) S 20079 20081 19929 0 -1 4202496 5352 1254 0 0 102 0 0 0 25 0 5 0 521596912 133074944 3820 33554432000 4194304 4417332 140735132821440 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/20081/statm: 32489 3820 181 55 0 30375 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 129956

[startup+0.700355 s]
/proc/loadavg: 7.82 8.09 8.02 5/181 20081
/proc/meminfo: memFree=17660048/32951124 swapFree=67111528/67111528
[pid=20081] ppid=20079 vsize=132724 CPUtime=2.62 cores=0,2,4,6
/proc/20081/stat : 20081 (plingeling) S 20079 20081 19929 0 -1 4202496 7248 1254 0 0 262 0 0 0 25 0 5 0 521596912 135909376 4599 33554432000 4194304 4417332 140735132821440 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/20081/statm: 33181 4599 181 55 0 31067 0
Current children cumulated CPU time (s) 2.62
Current children cumulated vsize (KiB) 132724

[startup+1.50022 s]
/proc/loadavg: 7.82 8.09 8.02 9/186 20091
/proc/meminfo: memFree=17637200/32951124 swapFree=67111528/67111528
[pid=20081] ppid=20079 vsize=143452 CPUtime=5.82 cores=0,2,4,6
/proc/20081/stat : 20081 (plingeling) S 20079 20081 19929 0 -1 4202496 11583 1254 0 0 581 1 0 0 25 0 5 0 521596912 146894848 7298 33554432000 4194304 4417332 140735132821440 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/20081/statm: 35863 7298 181 55 0 33749 0
[pid=20081/tid=20088] ppid=20079 vsize=143452 CPUtime=1.44 cores=0,2,4,6
/proc/20081/task/20088/stat : 20088 (plingeling) R 20079 20081 19929 0 -1 4202560 539 1254 0 0 144 0 0 0 25 0 5 0 521596917 146894848 7298 33554432000 4194304 4417332 140735132821440 18446744073709551615 4236008 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=20081/tid=20089] ppid=20079 vsize=143452 CPUtime=1.44 cores=0,2,4,6
/proc/20081/task/20089/stat : 20089 (plingeling) R 20079 20081 19929 0 -1 4202560 753 1254 0 0 144 0 0 0 25 0 5 0 521596917 146894848 7298 33554432000 4194304 4417332 140735132821440 18446744073709551615 4249209 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=20081/tid=20090] ppid=20079 vsize=143452 CPUtime=1.43 cores=0,2,4,6
/proc/20081/task/20090/stat : 20090 (plingeling) R 20079 20081 19929 0 -1 4202560 1277 1254 0 0 143 0 0 0 25 0 5 0 521596917 146894848 7298 33554432000 4194304 4417332 140735132821440 18446744073709551615 4357108 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=20081/tid=20091] ppid=20079 vsize=143452 CPUtime=1.43 cores=0,2,4,6
/proc/20081/task/20091/stat : 20091 (plingeling) R 20079 20081 19929 0 -1 4202560 6525 1254 0 0 143 0 0 0 25 0 5 0 521596917 146894848 7298 33554432000 4194304 4417332 140735132821440 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.82
Current children cumulated vsize (KiB) 143452

[startup+3.10094 s]
/proc/loadavg: 7.82 8.09 8.02 9/186 20091
/proc/meminfo: memFree=17632860/32951124 swapFree=67111528/67111528
[pid=20081] ppid=20079 vsize=150240 CPUtime=12.21 cores=0,2,4,6
/proc/20081/stat : 20081 (plingeling) S 20079 20081 19929 0 -1 4202496 19047 1254 0 0 1219 2 0 0 25 0 5 0 521596912 153845760 8978 33554432000 4194304 4417332 140735132821440 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/20081/statm: 37560 8978 181 55 0 35446 0
[pid=20081/tid=20088] ppid=20079 vsize=150240 CPUtime=3.04 cores=0,2,4,6
/proc/20081/task/20088/stat : 20088 (plingeling) R 20079 20081 19929 0 -1 4202560 989 1254 0 0 304 0 0 0 25 0 5 0 521596917 153845760 8978 33554432000 4194304 4417332 140735132821440 18446744073709551615 4249489 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=20081/tid=20089] ppid=20079 vsize=150240 CPUtime=3.04 cores=0,2,4,6
/proc/20081/task/20089/stat : 20089 (plingeling) R 20079 20081 19929 0 -1 4202560 1203 1254 0 0 304 0 0 0 25 0 5 0 521596917 153845760 8978 33554432000 4194304 4417332 140735132821440 18446744073709551615 4249976 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=20081/tid=20090] ppid=20079 vsize=150240 CPUtime=3.03 cores=0,2,4,6
/proc/20081/task/20090/stat : 20090 (plingeling) R 20079 20081 19929 0 -1 4202560 2857 1254 0 0 303 0 0 0 25 0 5 0 521596917 153845760 8978 33554432000 4194304 4417332 140735132821440 18446744073709551615 4310184 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=20081/tid=20091] ppid=20079 vsize=150240 CPUtime=3.03 cores=0,2,4,6
/proc/20081/task/20091/stat : 20091 (plingeling) R 20079 20081 19929 0 -1 4202560 11509 1254 0 0 302 1 0 0 25 0 5 0 521596917 153845760 8978 33554432000 4194304 4417332 140735132821440 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.21
Current children cumulated vsize (KiB) 150240

[startup+6.30037 s]
/proc/loadavg: 7.83 8.09 8.02 9/186 20091
/proc/meminfo: memFree=17595252/32951124 swapFree=67111528/67111528
[pid=20081] ppid=20079 vsize=165136 CPUtime=24.99 cores=0,2,4,6
/proc/20081/stat : 20081 (plingeling) S 20079 20081 19929 0 -1 4202496 29288 1254 0 0 2495 4 0 0 25 0 5 0 521596912 169099264 12702 33554432000 4194304 4417332 140735132821440 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/20081/statm: 41284 12702 181 55 0 39170 0
[pid=20081/tid=20088] ppid=20079 vsize=165136 CPUtime=6.24 cores=0,2,4,6
/proc/20081/task/20088/stat : 20088 (plingeling) R 20079 20081 19929 0 -1 4202560 1358 1254 0 0 624 0 0 0 25 0 5 0 521596917 169099264 12702 33554432000 4194304 4417332 140735132821440 18446744073709551615 4364713 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=20081/tid=20089] ppid=20079 vsize=165136 CPUtime=6.24 cores=0,2,4,6
/proc/20081/task/20089/stat : 20089 (plingeling) R 20079 20081 19929 0 -1 4202560 1426 1254 0 0 624 0 0 0 25 0 5 0 521596917 169099264 12702 33554432000 4194304 4417332 140735132821440 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=20081/tid=20090] ppid=20079 vsize=165136 CPUtime=6.23 cores=0,2,4,6
/proc/20081/task/20090/stat : 20090 (plingeling) R 20079 20081 19929 0 -1 4202560 6234 1254 0 0 623 0 0 0 25 0 5 0 521596917 169099264 12702 33554432000 4194304 4417332 140735132821440 18446744073709551615 4364502 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=20081/tid=20091] ppid=20079 vsize=165136 CPUtime=6.2 cores=0,2,4,6
/proc/20081/task/20091/stat : 20091 (plingeling) R 20079 20081 19929 0 -1 4202560 17781 1254 0 0 618 2 0 0 25 0 5 0 521596917 169099264 12702 33554432000 4194304 4417332 140735132821440 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.99
Current children cumulated vsize (KiB) 165136

[startup+12.7002 s]
/proc/loadavg: 7.85 8.08 8.02 9/186 20091
/proc/meminfo: memFree=17516636/32951124 swapFree=67111528/67111528
[pid=20081] ppid=20079 vsize=186496 CPUtime=50.55 cores=0,2,4,6
/proc/20081/stat : 20081 (plingeling) S 20079 20081 19929 0 -1 4202496 45255 1254 0 0 5049 6 0 0 25 0 5 0 521596912 190971904 18074 33554432000 4194304 4417332 140735132821440 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/20081/statm: 46624 18074 181 55 0 44510 0
[pid=20081/tid=20088] ppid=20079 vsize=186496 CPUtime=12.64 cores=0,2,4,6
/proc/20081/task/20088/stat : 20088 (plingeling) R 20079 20081 19929 0 -1 4202560 2992 1254 0 0 1264 0 0 0 25 0 5 0 521596917 190971904 18074 33554432000 4194304 4417332 140735132821440 18446744073709551615 4250771 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=20081/tid=20089] ppid=20079 vsize=186496 CPUtime=12.63 cores=0,2,4,6
/proc/20081/task/20089/stat : 20089 (plingeling) R 20079 20081 19929 0 -1 4202560 3206 1254 0 0 1263 0 0 0 25 0 5 0 521596917 190971904 18074 33554432000 4194304 4417332 140735132821440 18446744073709551615 4364498 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=20081/tid=20090] ppid=20079 vsize=186496 CPUtime=12.64 cores=0,2,4,6
/proc/20081/task/20090/stat : 20090 (plingeling) R 20079 20081 19929 0 -1 4202560 12300 1254 0 0 1262 2 0 0 25 0 5 0 521596917 190971904 18074 33554432000 4194304 4417332 140735132821440 18446744073709551615 4309920 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=20081/tid=20091] ppid=20079 vsize=186496 CPUtime=12.57 cores=0,2,4,6
/proc/20081/task/20091/stat : 20091 (plingeling) R 20079 20081 19929 0 -1 4202560 24268 1254 0 0 1254 3 0 0 25 0 5 0 521596917 190971904 18074 33554432000 4194304 4417332 140735132821440 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 186496

[startup+25.501 s]
/proc/loadavg: 7.95 8.10 8.02 9/186 20092
/proc/meminfo: memFree=17428472/32951124 swapFree=67111528/67111528
[pid=20081] ppid=20079 vsize=237800 CPUtime=101.68 cores=0,2,4,6
/proc/20081/stat : 20081 (plingeling) S 20079 20081 19929 0 -1 4202496 86783 1254 0 0 10155 13 0 0 25 0 5 0 521596912 243507200 30938 33554432000 4194304 4417332 140735132821440 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/20081/statm: 59450 30938 181 55 0 57336 0
[pid=20081/tid=20088] ppid=20079 vsize=237800 CPUtime=25.44 cores=0,2,4,6
/proc/20081/task/20088/stat : 20088 (plingeling) R 20079 20081 19929 0 -1 4202560 6073 1254 0 0 2544 0 0 0 25 0 5 0 521596917 243507200 30938 33554432000 4194304 4417332 140735132821440 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=20081/tid=20089] ppid=20079 vsize=237800 CPUtime=25.44 cores=0,2,4,6
/proc/20081/task/20089/stat : 20089 (plingeling) R 20079 20081 19929 0 -1 4202560 13673 1254 0 0 2542 2 0 0 25 0 5 0 521596917 243507200 30938 33554432000 4194304 4417332 140735132821440 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=20081/tid=20090] ppid=20079 vsize=237800 CPUtime=25.43 cores=0,2,4,6
/proc/20081/task/20090/stat : 20090 (plingeling) R 20079 20081 19929 0 -1 4202560 26044 1254 0 0 2539 4 0 0 25 0 5 0 521596917 243507200 30938 33554432000 4194304 4417332 140735132821440 18446744073709551615 4343668 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=20081/tid=20091] ppid=20079 vsize=237800 CPUtime=25.29 cores=0,2,4,6
/proc/20081/task/20091/stat : 20091 (plingeling) R 20079 20081 19929 0 -1 4202560 38504 1254 0 0 2524 5 0 0 25 0 5 0 521596917 243507200 30938 33554432000 4194304 4417332 140735132821440 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.68
Current children cumulated vsize (KiB) 237800

[startup+51.1005 s]
/proc/loadavg: 8.04 8.10 8.03 9/186 20092
/proc/meminfo: memFree=17407360/32951124 swapFree=67111528/67111528
[pid=20081] ppid=20079 vsize=318528 CPUtime=203.95 cores=0,2,4,6
/proc/20081/stat : 20081 (plingeling) S 20079 20081 19929 0 -1 4202496 140448 1254 0 0 20373 22 0 0 25 0 5 0 521596912 326172672 51082 33554432000 4194304 4417332 140735132821440 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/20081/statm: 79632 51082 181 55 0 77518 0
[pid=20081/tid=20088] ppid=20079 vsize=318528 CPUtime=51.04 cores=0,2,4,6
/proc/20081/task/20088/stat : 20088 (plingeling) R 20079 20081 19929 0 -1 4202560 14637 1254 0 0 5102 2 0 0 25 0 5 0 521596917 326172672 51082 33554432000 4194304 4417332 140735132821440 18446744073709551615 4260697 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=20081/tid=20089] ppid=20079 vsize=318528 CPUtime=51.04 cores=0,2,4,6
/proc/20081/task/20089/stat : 20089 (plingeling) R 20079 20081 19929 0 -1 4202560 29259 1254 0 0 5100 4 0 0 25 0 5 0 521596917 326172672 51082 33554432000 4194304 4417332 140735132821440 18446744073709551615 4306923 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=20081/tid=20090] ppid=20079 vsize=318528 CPUtime=51.03 cores=0,2,4,6
/proc/20081/task/20090/stat : 20090 (plingeling) R 20079 20081 19929 0 -1 4202560 38787 1254 0 0 5097 6 0 0 25 0 5 0 521596917 326172672 51082 33554432000 4194304 4417332 140735132821440 18446744073709551615 4364873 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=20081/tid=20091] ppid=20079 vsize=318528 CPUtime=50.75 cores=0,2,4,6
/proc/20081/task/20091/stat : 20091 (plingeling) R 20079 20081 19929 0 -1 4202560 55276 1254 0 0 5067 8 0 0 25 0 5 0 521596917 326172672 51082 33554432000 4194304 4417332 140735132821440 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.95
Current children cumulated vsize (KiB) 318528

[startup+102.3 s]
/proc/loadavg: 8.15 8.12 8.03 9/186 20094
/proc/meminfo: memFree=17110236/32951124 swapFree=67111528/67111528
[pid=20081] ppid=20079 vsize=450052 CPUtime=408.48 cores=0,2,4,6
/proc/20081/stat : 20081 (plingeling) S 20079 20081 19929 0 -1 4202496 251318 1254 0 0 40810 38 0 0 25 0 5 0 521596912 460853248 83963 33554432000 4194304 4417332 140735132821440 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/20081/statm: 112513 83963 181 55 0 110399 0
[pid=20081/tid=20088] ppid=20079 vsize=450052 CPUtime=102.25 cores=0,2,4,6
/proc/20081/task/20088/stat : 20088 (plingeling) R 20079 20081 19929 0 -1 4202560 39526 1254 0 0 10219 6 0 0 25 0 5 0 521596917 460853248 83963 33554432000 4194304 4417332 140735132821440 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=20081/tid=20089] ppid=20079 vsize=450052 CPUtime=102.24 cores=0,2,4,6
/proc/20081/task/20089/stat : 20089 (plingeling) R 20079 20081 19929 0 -1 4202560 57308 1254 0 0 10216 8 0 0 25 0 5 0 521596917 460853248 83963 33554432000 4194304 4417332 140735132821440 18446744073709551615 4364713 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=20081/tid=20090] ppid=20079 vsize=450052 CPUtime=102.24 cores=0,2,4,6
/proc/20081/task/20090/stat : 20090 (plingeling) R 20079 20081 19929 0 -1 4202560 64946 1254 0 0 10214 10 0 0 25 0 5 0 521596917 460853248 83963 33554432000 4194304 4417332 140735132821440 18446744073709551615 4364750 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=20081/tid=20091] ppid=20079 vsize=450052 CPUtime=101.67 cores=0,2,4,6
/proc/20081/task/20091/stat : 20091 (plingeling) R 20079 20081 19929 0 -1 4202560 87049 1254 0 0 10155 12 0 0 25 0 5 0 521596917 460853248 83963 33554432000 4194304 4417332 140735132821440 18446744073709551615 4364547 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.48
Current children cumulated vsize (KiB) 450052

[startup+162.301 s]
/proc/loadavg: 8.18 8.12 8.04 9/186 20104
/proc/meminfo: memFree=17003352/32951124 swapFree=67111528/67111528
[pid=20081] ppid=20079 vsize=475388 CPUtime=648.13 cores=0,2,4,6
/proc/20081/stat : 20081 (plingeling) S 20079 20081 19929 0 -1 4202496 455308 1254 0 0 64744 69 0 0 25 0 5 0 521596912 486797312 90297 33554432000 4194304 4417332 140735132821440 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/20081/statm: 118847 90297 181 55 0 116733 0
[pid=20081/tid=20088] ppid=20079 vsize=475388 CPUtime=162.23 cores=0,2,4,6
/proc/20081/task/20088/stat : 20088 (plingeling) R 20079 20081 19929 0 -1 4202560 63603 1254 0 0 16213 10 0 0 25 0 5 0 521596917 486797312 90297 33554432000 4194304 4417332 140735132821440 18446744073709551615 4364683 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=20081/tid=20089] ppid=20079 vsize=475388 CPUtime=162.23 cores=0,2,4,6
/proc/20081/task/20089/stat : 20089 (plingeling) R 20079 20081 19929 0 -1 4202560 122674 1254 0 0 16206 17 0 0 25 0 5 0 521596917 486797312 90297 33554432000 4194304 4417332 140735132821440 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=20081/tid=20090] ppid=20079 vsize=475388 CPUtime=162.23 cores=0,2,4,6
/proc/20081/task/20090/stat : 20090 (plingeling) R 20079 20081 19929 0 -1 4202560 157413 1254 0 0 16200 23 0 0 25 0 5 0 521596917 486797312 90297 33554432000 4194304 4417332 140735132821440 18446744073709551615 4343906 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=20081/tid=20091] ppid=20079 vsize=475388 CPUtime=161.34 cores=0,2,4,6
/proc/20081/task/20091/stat : 20091 (plingeling) R 20079 20081 19929 0 -1 4202560 109129 1254 0 0 16118 16 0 0 25 0 5 0 521596917 486797312 90297 33554432000 4194304 4417332 140735132821440 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 648.13
Current children cumulated vsize (KiB) 475388


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

[pid=20081/tid=20089] ppid=20079 vsize=1060788 CPUtime=702.25 cores=0,2,4,6
/proc/20081/task/20089/stat : 20089 (plingeling) R 20079 20081 19929 0 -1 4202560 809214 1254 0 0 70113 112 0 0 25 0 5 0 521596917 1086246912 236647 33554432000 4194304 4417332 140735132821440 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=20081/tid=20090] ppid=20079 vsize=1060788 CPUtime=702.25 cores=0,2,4,6
/proc/20081/task/20090/stat : 20090 (plingeling) R 20079 20081 19929 0 -1 4202560 854833 1254 0 0 70109 116 0 0 25 0 5 0 521596917 1086246912 236647 33554432000 4194304 4417332 140735132821440 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=20081/tid=20091] ppid=20079 vsize=1060788 CPUtime=698.33 cores=0,2,4,6
/proc/20081/task/20091/stat : 20091 (plingeling) R 20079 20081 19929 0 -1 4202560 256567 1254 0 0 69793 40 0 0 25 0 5 0 521596917 1086246912 236647 33554432000 4194304 4417332 140735132821440 18446744073709551615 4364502 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2805.15
Current children cumulated vsize (KiB) 1060788

[startup+762.3 s]
/proc/loadavg: 8.15 8.15 8.09 9/186 20123
/proc/meminfo: memFree=15766704/32951124 swapFree=67111528/67111528
[pid=20081] ppid=20079 vsize=1107476 CPUtime=3044.84 cores=0,2,4,6
/proc/20081/stat : 20081 (plingeling) S 20079 20081 19929 0 -1 4202496 2397976 1254 0 0 304145 339 0 0 25 0 5 0 521596912 1134055424 248319 33554432000 4194304 4417332 140735132821440 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/20081/statm: 276869 248319 181 55 0 274755 0
[pid=20081/tid=20088] ppid=20079 vsize=1107476 CPUtime=762.24 cores=0,2,4,6
/proc/20081/task/20088/stat : 20088 (plingeling) R 20079 20081 19929 0 -1 4202560 270701 1254 0 0 76181 43 0 0 25 0 5 0 521596917 1134055424 248319 33554432000 4194304 4417332 140735132821440 18446744073709551615 4364796 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=20081/tid=20089] ppid=20079 vsize=1107476 CPUtime=762.25 cores=0,2,4,6
/proc/20081/task/20089/stat : 20089 (plingeling) R 20079 20081 19929 0 -1 4202560 833162 1254 0 0 76109 116 0 0 25 0 5 0 521596917 1134055424 248319 33554432000 4194304 4417332 140735132821440 18446744073709551615 4364536 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=20081/tid=20090] ppid=20079 vsize=1107476 CPUtime=762.25 cores=0,2,4,6
/proc/20081/task/20090/stat : 20090 (plingeling) R 20079 20081 19929 0 -1 4202560 1026865 1254 0 0 76088 137 0 0 25 0 5 0 521596917 1134055424 248319 33554432000 4194304 4417332 140735132821440 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=20081/tid=20091] ppid=20079 vsize=1107476 CPUtime=758.01 cores=0,2,4,6
/proc/20081/task/20091/stat : 20091 (plingeling) R 20079 20081 19929 0 -1 4202560 264759 1254 0 0 75760 41 0 0 25 0 5 0 521596917 1134055424 248319 33554432000 4194304 4417332 140735132821440 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3044.84
Current children cumulated vsize (KiB) 1107476

[startup+822.301 s]
/proc/loadavg: 8.09 8.13 8.09 9/186 20125
/proc/meminfo: memFree=15733904/32951124 swapFree=67111528/67111528
[pid=20081] ppid=20079 vsize=1067832 CPUtime=3284.49 cores=0,2,4,6
/proc/20081/stat : 20081 (plingeling) S 20079 20081 19929 0 -1 4202496 2653252 1254 0 0 328076 373 0 0 25 0 5 0 521596912 1093459968 238408 33554432000 4194304 4417332 140735132821440 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/20081/statm: 266958 238408 181 55 0 264844 0
[pid=20081/tid=20088] ppid=20079 vsize=1067832 CPUtime=822.24 cores=0,2,4,6
/proc/20081/task/20088/stat : 20088 (plingeling) R 20079 20081 19929 0 -1 4202560 271981 1254 0 0 82179 45 0 0 25 0 5 0 521596917 1093459968 238408 33554432000 4194304 4417332 140735132821440 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=20081/tid=20089] ppid=20079 vsize=1067832 CPUtime=822.24 cores=0,2,4,6
/proc/20081/task/20089/stat : 20089 (plingeling) R 20079 20081 19929 0 -1 4202560 937730 1254 0 0 82096 128 0 0 25 0 5 0 521596917 1093459968 238408 33554432000 4194304 4417332 140735132821440 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=20081/tid=20090] ppid=20079 vsize=1067832 CPUtime=822.25 cores=0,2,4,6
/proc/20081/task/20090/stat : 20090 (plingeling) R 20079 20081 19929 0 -1 4202560 1168101 1254 0 0 82069 156 0 0 25 0 5 0 521596917 1093459968 238408 33554432000 4194304 4417332 140735132821440 18446744073709551615 4364796 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=20081/tid=20091] ppid=20079 vsize=1067832 CPUtime=817.67 cores=0,2,4,6
/proc/20081/task/20091/stat : 20091 (plingeling) R 20079 20081 19929 0 -1 4202560 272951 1254 0 0 81725 42 0 0 25 0 5 0 521596917 1093459968 238408 33554432000 4194304 4417332 140735132821440 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3284.49
Current children cumulated vsize (KiB) 1067832

[startup+882.306 s]
/proc/loadavg: 8.06 8.12 8.09 9/186 20126
/proc/meminfo: memFree=15815332/32951124 swapFree=67111528/67111528
[pid=20081] ppid=20079 vsize=958448 CPUtime=3524.18 cores=0,2,4,6
/proc/20081/stat : 20081 (plingeling) S 20079 20081 19929 0 -1 4202496 2938999 1254 0 0 352005 413 0 0 25 0 5 0 521596912 981450752 211062 33554432000 4194304 4417332 140735132821440 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/20081/statm: 239612 211062 181 55 0 237498 0
[pid=20081/tid=20088] ppid=20079 vsize=958448 CPUtime=882.24 cores=0,2,4,6
/proc/20081/task/20088/stat : 20088 (plingeling) R 20079 20081 19929 0 -1 4202560 274932 1254 0 0 88179 45 0 0 25 0 5 0 521596917 981450752 211062 33554432000 4194304 4417332 140735132821440 18446744073709551615 4237237 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=20081/tid=20089] ppid=20079 vsize=958448 CPUtime=882.25 cores=0,2,4,6
/proc/20081/task/20089/stat : 20089 (plingeling) R 20079 20081 19929 0 -1 4202560 1072898 1254 0 0 88078 147 0 0 25 0 5 0 521596917 981450752 211062 33554432000 4194304 4417332 140735132821440 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=20081/tid=20090] ppid=20079 vsize=958448 CPUtime=882.26 cores=0,2,4,6
/proc/20081/task/20090/stat : 20090 (plingeling) R 20079 20081 19929 0 -1 4202560 1299173 1254 0 0 88052 174 0 0 25 0 5 0 521596917 981450752 211062 33554432000 4194304 4417332 140735132821440 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=20081/tid=20091] ppid=20079 vsize=958448 CPUtime=877.34 cores=0,2,4,6
/proc/20081/task/20091/stat : 20091 (plingeling) R 20079 20081 19929 0 -1 4202560 289507 1254 0 0 87689 45 0 0 25 0 5 0 521596917 981450752 211062 33554432000 4194304 4417332 140735132821440 18446744073709551615 4364765 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3524.18
Current children cumulated vsize (KiB) 958448

[startup+942.301 s]
/proc/loadavg: 8.02 8.10 8.08 9/186 20128
/proc/meminfo: memFree=15662772/32951124 swapFree=67111528/67111528
[pid=20081] ppid=20079 vsize=1003324 CPUtime=3763.84 cores=0,2,4,6
/proc/20081/stat : 20081 (plingeling) S 20079 20081 19929 0 -1 4202496 3028042 1254 0 0 375961 423 0 0 25 0 5 0 521596912 1027403776 222281 33554432000 4194304 4417332 140735132821440 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/20081/statm: 250831 222281 181 55 0 248717 0
[pid=20081/tid=20088] ppid=20079 vsize=1003324 CPUtime=942.25 cores=0,2,4,6
/proc/20081/task/20088/stat : 20088 (plingeling) R 20079 20081 19929 0 -1 4202560 305172 1254 0 0 94176 49 0 0 25 0 5 0 521596917 1027403776 222281 33554432000 4194304 4417332 140735132821440 18446744073709551615 4364734 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=20081/tid=20089] ppid=20079 vsize=1003324 CPUtime=942.25 cores=0,2,4,6
/proc/20081/task/20089/stat : 20089 (plingeling) R 20079 20081 19929 0 -1 4202560 1089282 1254 0 0 94076 149 0 0 25 0 5 0 521596917 1027403776 222281 33554432000 4194304 4417332 140735132821440 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=20081/tid=20090] ppid=20079 vsize=1003324 CPUtime=942.25 cores=0,2,4,6
/proc/20081/task/20090/stat : 20090 (plingeling) R 20079 20081 19929 0 -1 4202560 1331941 1254 0 0 94047 178 0 0 25 0 5 0 521596917 1027403776 222281 33554432000 4194304 4417332 140735132821440 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=20081/tid=20091] ppid=20079 vsize=1003324 CPUtime=937.01 cores=0,2,4,6
/proc/20081/task/20091/stat : 20091 (plingeling) R 20079 20081 19929 0 -1 4202560 299158 1254 0 0 93655 46 0 0 25 0 5 0 521596917 1027403776 222281 33554432000 4194304 4417332 140735132821440 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3763.84
Current children cumulated vsize (KiB) 1003324

[startup+1002.3 s]
/proc/loadavg: 8.12 8.11 8.09 9/186 20130
/proc/meminfo: memFree=15747532/32951124 swapFree=67111528/67111528
[pid=20081] ppid=20079 vsize=1112912 CPUtime=4003.5 cores=0,2,4,6
/proc/20081/stat : 20081 (plingeling) S 20079 20081 19929 0 -1 4202496 3100495 1254 0 0 399918 432 0 0 25 0 5 0 521596912 1139621888 249678 33554432000 4194304 4417332 140735132821440 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/20081/statm: 278228 249678 181 55 0 276114 0
[pid=20081/tid=20088] ppid=20079 vsize=1112912 CPUtime=1002.25 cores=0,2,4,6
/proc/20081/task/20088/stat : 20088 (plingeling) R 20079 20081 19929 0 -1 4202560 308723 1254 0 0 100176 49 0 0 25 0 5 0 521596917 1139621888 249678 33554432000 4194304 4417332 140735132821440 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=20081/tid=20089] ppid=20079 vsize=1112912 CPUtime=1002.25 cores=0,2,4,6
/proc/20081/task/20089/stat : 20089 (plingeling) R 20079 20081 19929 0 -1 4202560 1142570 1254 0 0 100069 156 0 0 25 0 5 0 521596917 1139621888 249678 33554432000 4194304 4417332 140735132821440 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=20081/tid=20090] ppid=20079 vsize=1112912 CPUtime=1002.26 cores=0,2,4,6
/proc/20081/task/20090/stat : 20090 (plingeling) R 20079 20081 19929 0 -1 4202560 1331941 1254 0 0 100048 178 0 0 25 0 5 0 521596917 1139621888 249678 33554432000 4194304 4417332 140735132821440 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=20081/tid=20091] ppid=20079 vsize=1112912 CPUtime=996.67 cores=0,2,4,6
/proc/20081/task/20091/stat : 20091 (plingeling) R 20079 20081 19929 0 -1 4202560 314772 1254 0 0 99620 47 0 0 25 0 5 0 521596917 1139621888 249678 33554432000 4194304 4417332 140735132821440 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4003.5
Current children cumulated vsize (KiB) 1112912

[startup+1062.3 s]
/proc/loadavg: 8.12 8.10 8.08 9/186 20131
/proc/meminfo: memFree=15532968/32951124 swapFree=67111528/67111528
[pid=20081] ppid=20079 vsize=1208060 CPUtime=4243.18 cores=0,2,4,6
/proc/20081/stat : 20081 (plingeling) S 20079 20081 19929 0 -1 4202496 3141727 1254 0 0 423880 438 0 0 25 0 5 0 521596912 1237053440 273465 33554432000 4194304 4417332 140735132821440 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/20081/statm: 302015 273465 181 55 0 299901 0
[pid=20081/tid=20088] ppid=20079 vsize=1208060 CPUtime=1062.25 cores=0,2,4,6
/proc/20081/task/20088/stat : 20088 (plingeling) R 20079 20081 19929 0 -1 4202560 308723 1254 0 0 106176 49 0 0 25 0 5 0 521596917 1237053440 273465 33554432000 4194304 4417332 140735132821440 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=20081/tid=20089] ppid=20079 vsize=1208060 CPUtime=1062.26 cores=0,2,4,6
/proc/20081/task/20089/stat : 20089 (plingeling) R 20079 20081 19929 0 -1 4202560 1175230 1254 0 0 106065 161 0 0 25 0 5 0 521596917 1237053440 273465 33554432000 4194304 4417332 140735132821440 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=20081/tid=20090] ppid=20079 vsize=1208060 CPUtime=1062.26 cores=0,2,4,6
/proc/20081/task/20090/stat : 20090 (plingeling) R 20079 20081 19929 0 -1 4202560 1331941 1254 0 0 106048 178 0 0 25 0 5 0 521596917 1237053440 273465 33554432000 4194304 4417332 140735132821440 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=20081/tid=20091] ppid=20079 vsize=1208060 CPUtime=1056.34 cores=0,2,4,6
/proc/20081/task/20091/stat : 20091 (plingeling) R 20079 20081 19929 0 -1 4202560 323344 1254 0 0 105586 48 0 0 25 0 5 0 521596917 1237053440 273465 33554432000 4194304 4417332 140735132821440 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4243.18
Current children cumulated vsize (KiB) 1208060

[startup+1122.3 s]
/proc/loadavg: 8.11 8.09 8.08 9/186 20133
/proc/meminfo: memFree=15229244/32951124 swapFree=67111528/67111528
[pid=20081] ppid=20079 vsize=1346204 CPUtime=4482.85 cores=0,2,4,6
/proc/20081/stat : 20081 (plingeling) S 20079 20081 19929 0 -1 4202496 3176263 1254 0 0 447842 443 0 0 25 0 5 0 521596912 1378512896 308001 33554432000 4194304 4417332 140735132821440 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/20081/statm: 336551 308001 181 55 0 334437 0
[pid=20081/tid=20088] ppid=20079 vsize=1346204 CPUtime=1122.25 cores=0,2,4,6
/proc/20081/task/20088/stat : 20088 (plingeling) R 20079 20081 19929 0 -1 4202560 327154 1254 0 0 112173 52 0 0 25 0 5 0 521596917 1378512896 308001 33554432000 4194304 4417332 140735132821440 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=20081/tid=20089] ppid=20079 vsize=1346204 CPUtime=1122.26 cores=0,2,4,6
/proc/20081/task/20089/stat : 20089 (plingeling) R 20079 20081 19929 0 -1 4202560 1175230 1254 0 0 112065 161 0 0 25 0 5 0 521596917 1378512896 308001 33554432000 4194304 4417332 140735132821440 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=20081/tid=20090] ppid=20079 vsize=1346204 CPUtime=1122.26 cores=0,2,4,6
/proc/20081/task/20090/stat : 20090 (plingeling) R 20079 20081 19929 0 -1 4202560 1331941 1254 0 0 112048 178 0 0 25 0 5 0 521596917 1378512896 308001 33554432000 4194304 4417332 140735132821440 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=20081/tid=20091] ppid=20079 vsize=1346204 CPUtime=1116.01 cores=0,2,4,6
/proc/20081/task/20091/stat : 20091 (plingeling) R 20079 20081 19929 0 -1 4202560 339449 1254 0 0 111550 51 0 0 25 0 5 0 521596917 1378512896 308001 33554432000 4194304 4417332 140735132821440 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4482.85
Current children cumulated vsize (KiB) 1346204

[startup+1182.3 s]
/proc/loadavg: 8.00 8.05 8.07 9/186 20171
/proc/meminfo: memFree=16517996/32951124 swapFree=67111528/67111528
[pid=20081] ppid=20079 vsize=1452788 CPUtime=4722.53 cores=0,2,4,6
/proc/20081/stat : 20081 (plingeling) S 20079 20081 19929 0 -1 4202496 3233977 1254 0 0 471798 455 0 0 25 0 5 0 521596912 1487654912 334646 33554432000 4194304 4417332 140735132821440 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/20081/statm: 363197 334646 181 55 0 361083 0
[pid=20081/tid=20088] ppid=20079 vsize=1452788 CPUtime=1182.25 cores=0,2,4,6
/proc/20081/task/20088/stat : 20088 (plingeling) R 20079 20081 19929 0 -1 4202560 327154 1254 0 0 118173 52 0 0 25 0 5 0 521596917 1487654912 334646 33554432000 4194304 4417332 140735132821440 18446744073709551615 4311324 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=20081/tid=20089] ppid=20079 vsize=1452788 CPUtime=1182.26 cores=0,2,4,6
/proc/20081/task/20089/stat : 20089 (plingeling) R 20079 20081 19929 0 -1 4202560 1175230 1254 0 0 118065 161 0 0 25 0 5 0 521596917 1487654912 334646 33554432000 4194304 4417332 140735132821440 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=20081/tid=20090] ppid=20079 vsize=1452788 CPUtime=1182.26 cores=0,2,4,6
/proc/20081/task/20090/stat : 20090 (plingeling) R 20079 20081 19929 0 -1 4202560 1378544 1254 0 0 118038 188 0 0 25 0 5 0 521596917 1487654912 334646 33554432000 4194304 4417332 140735132821440 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=20081/tid=20091] ppid=20079 vsize=1452788 CPUtime=1175.68 cores=0,2,4,6
/proc/20081/task/20091/stat : 20091 (plingeling) R 20079 20081 19929 0 -1 4202560 350560 1254 0 0 117516 52 0 0 25 0 5 0 521596917 1487654912 334646 33554432000 4194304 4417332 140735132821440 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4722.53
Current children cumulated vsize (KiB) 1452788



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.08 8.06 8.07 9/186 20172
/proc/meminfo: memFree=16511300/32951124 swapFree=67111528/67111528
[pid=20081] ppid=20079 vsize=1451180 CPUtime=4800.04 cores=0,2,4,6
/proc/20081/stat : 20081 (plingeling) S 20079 20081 19929 0 -1 4202496 3250461 1254 0 0 479547 457 0 0 25 0 5 0 521596912 1486008320 334244 33554432000 4194304 4417332 140735132821440 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/20081/statm: 362795 334244 181 55 0 360681 0
[pid=20081/tid=20088] ppid=20079 vsize=1451180 CPUtime=1201.65 cores=0,2,4,6
/proc/20081/task/20088/stat : 20088 (plingeling) R 20079 20081 19929 0 -1 4202560 327154 1254 0 0 120113 52 0 0 25 0 5 0 521596917 1486008320 334244 33554432000 4194304 4417332 140735132821440 18446744073709551615 4302954 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=20081/tid=20089] ppid=20079 vsize=1451180 CPUtime=1201.67 cores=0,2,4,6
/proc/20081/task/20089/stat : 20089 (plingeling) R 20079 20081 19929 0 -1 4202560 1175230 1254 0 0 120006 161 0 0 25 0 5 0 521596917 1486008320 334244 33554432000 4194304 4417332 140735132821440 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=20081/tid=20090] ppid=20079 vsize=1451180 CPUtime=1201.67 cores=0,2,4,6
/proc/20081/task/20090/stat : 20090 (plingeling) R 20079 20081 19929 0 -1 4202560 1378544 1254 0 0 119979 188 0 0 25 0 5 0 521596917 1486008320 334244 33554432000 4194304 4417332 140735132821440 18446744073709551615 4364656 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=20081/tid=20091] ppid=20079 vsize=1451180 CPUtime=1194.98 cores=0,2,4,6
/proc/20081/task/20091/stat : 20091 (plingeling) R 20079 20081 19929 0 -1 4202560 367044 1254 0 0 119444 54 0 0 25 0 5 0 521596917 1486008320 334244 33554432000 4194304 4417332 140735132821440 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.04
Current children cumulated vsize (KiB) 1451180

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.77
CPU time (s): 4800.13
CPU user time (s): 4795.5
CPU system time (s): 4.63329
CPU usage (%): 399.422
Max. virtual memory (cumulated for all children) (KiB): 1518572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4795.5
system time used= 4.6333
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3251716
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= 65
involuntary context switches= 24038

runsolver used 2.0027 second user time and 4.54431 second system time

The end

Launcher Data

Begin job on node103 at 2011-04-29 19:59:03
IDJOB=3263574
IDBENCH=83986
IDSOLVER=1605
FILE ID=node103/3263574-1304099943
RUNJOBID= node103-1304098739-19947
PBS_JOBID= 13170621
Free space on /tmp= 71516 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_60_29_30_6-dir.shuffled-as.sat03-130.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3263574-1304099943/watcher-3263574-1304099943 -o /tmp/evaluation-result-3263574-1304099943/solver-3263574-1304099943 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3263574-1304099943.cnf

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

MD5SUM BENCH= e826117d87949a5b285e72732bfa395b
RANDOM SEED=2081046203

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17660328 kB
Buffers:       2148896 kB
Cached:       12248448 kB
SwapCached:          0 kB
Active:        5829760 kB
Inactive:      8878224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17660328 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             824 kB
Writeback:           0 kB
AnonPages:      309820 kB
Mapped:          15284 kB
Slab:           519648 kB
PageTables:       5252 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   492744 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= 71516 MiB
End job on node103 at 2011-04-29 20:19:07