Trace number 3258602

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.28 1201.65

General information on the benchmark

NameCRAFTED/rbsat/random/forced/
rbsat-v1375c111739gyes10.cnf
MD5SUMc904604702db7cfabf92e607e197d409
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark8.17476
Satisfiable
(Un)Satisfiability was proved
Number of variables1375
Number of clauses111739
Sum of the clauses size224743
Maximum clause length25
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2111684
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 555

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-3258602-1304051025/watcher-3258602-1304051025 -o /tmp/evaluation-result-3258602-1304051025/solver-3258602-1304051025 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3258602-1304051025.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.48 7.92 7.52 3/177 31067
/proc/meminfo: memFree=21405584/32951124 swapFree=67111528/67111528
[pid=31067] ppid=31065 vsize=9132 CPUtime=0 cores=0,2,4,6
/proc/31067/stat : 31067 (plingeling) R 31065 31067 30178 0 -1 4202496 364 1252 0 0 0 0 0 0 25 0 1 0 249293756 9351168 292 33554432000 4194304 4417332 140736093406192 18446744073709551615 268660356043 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/31067/statm: 2283 292 146 55 0 169 0

[startup+0.0477021 s]
/proc/loadavg: 7.48 7.92 7.52 3/177 31067
/proc/meminfo: memFree=21405584/32951124 swapFree=67111528/67111528
[pid=31067] ppid=31065 vsize=17796 CPUtime=0.04 cores=0,2,4,6
/proc/31067/stat : 31067 (plingeling) R 31065 31067 30178 0 -1 4202496 2519 1252 0 0 4 0 0 0 25 0 1 0 249293756 18223104 2447 33554432000 4194304 4417332 140736093406192 18446744073709551615 268660280959 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/31067/statm: 4449 2447 147 55 0 2335 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 17796

[startup+0.183599 s]
/proc/loadavg: 7.48 7.92 7.52 3/177 31067
/proc/meminfo: memFree=21405584/32951124 swapFree=67111528/67111528
[pid=31067] ppid=31065 vsize=140184 CPUtime=0.47 cores=0,2,4,6
/proc/31067/stat : 31067 (plingeling) S 31065 31067 30178 0 -1 4202496 6772 1252 0 0 46 1 0 0 25 0 5 0 249293756 143548416 6517 33554432000 4194304 4417332 140736093406192 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/31067/statm: 35046 6517 176 55 0 32932 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 140184

[startup+0.300579 s]
/proc/loadavg: 7.48 7.92 7.52 3/177 31067
/proc/meminfo: memFree=21405584/32951124 swapFree=67111528/67111528
[pid=31067] ppid=31065 vsize=141404 CPUtime=0.94 cores=0,2,4,6
/proc/31067/stat : 31067 (plingeling) S 31065 31067 30178 0 -1 4202496 8857 1252 0 0 93 1 0 0 25 0 5 0 249293756 144797696 6793 33554432000 4194304 4417332 140736093406192 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/31067/statm: 35351 6793 179 55 0 33237 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 141404

[startup+0.700507 s]
/proc/loadavg: 7.48 7.92 7.52 3/177 31067
/proc/meminfo: memFree=21405584/32951124 swapFree=67111528/67111528
[pid=31067] ppid=31065 vsize=145328 CPUtime=2.54 cores=0,2,4,6
/proc/31067/stat : 31067 (plingeling) S 31065 31067 30178 0 -1 4202496 10872 1252 0 0 253 1 0 0 25 0 5 0 249293756 148815872 7776 33554432000 4194304 4417332 140736093406192 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/31067/statm: 36332 7776 181 55 0 34218 0
Current children cumulated CPU time (s) 2.54
Current children cumulated vsize (KiB) 145328

[startup+1.50037 s]
/proc/loadavg: 7.48 7.92 7.52 10/186 31081
/proc/meminfo: memFree=21326532/32951124 swapFree=67111528/67111528
[pid=31067] ppid=31065 vsize=151280 CPUtime=5.74 cores=0,2,4,6
/proc/31067/stat : 31067 (plingeling) S 31065 31067 30178 0 -1 4202496 13746 1252 0 0 572 2 0 0 25 0 5 0 249293756 154910720 9264 33554432000 4194304 4417332 140736093406192 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/31067/statm: 37820 9264 181 55 0 35706 0
[pid=31067/tid=31074] ppid=31065 vsize=151280 CPUtime=1.41 cores=0,2,4,6
/proc/31067/task/31074/stat : 31074 (plingeling) R 31065 31067 30178 0 -1 4202560 1165 1252 0 0 141 0 0 0 25 0 5 0 249293764 154910720 9264 33554432000 4194304 4417332 140736093406192 18446744073709551615 4258211 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=31067/tid=31075] ppid=31065 vsize=151280 CPUtime=1.41 cores=0,2,4,6
/proc/31067/task/31075/stat : 31075 (plingeling) R 31065 31067 30178 0 -1 4202560 1515 1252 0 0 141 0 0 0 25 0 5 0 249293764 154910720 9264 33554432000 4194304 4417332 140736093406192 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=31067/tid=31076] ppid=31065 vsize=151280 CPUtime=1.41 cores=0,2,4,6
/proc/31067/task/31076/stat : 31076 (plingeling) R 31065 31067 30178 0 -1 4202560 1013 1252 0 0 141 0 0 0 25 0 5 0 249293764 154910720 9264 33554432000 4194304 4417332 140736093406192 18446744073709551615 4250967 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=31067/tid=31077] ppid=31065 vsize=151280 CPUtime=1.4 cores=0,2,4,6
/proc/31067/task/31077/stat : 31077 (plingeling) R 31065 31067 30178 0 -1 4202560 5474 1252 0 0 140 0 0 0 25 0 5 0 249293764 154910720 9264 33554432000 4194304 4417332 140736093406192 18446744073709551615 4364502 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.74
Current children cumulated vsize (KiB) 151280

[startup+3.10109 s]
/proc/loadavg: 7.48 7.92 7.52 10/186 31081
/proc/meminfo: memFree=21299376/32951124 swapFree=67111528/67111528
[pid=31067] ppid=31065 vsize=155904 CPUtime=12.13 cores=0,2,4,6
/proc/31067/stat : 31067 (plingeling) S 31065 31067 30178 0 -1 4202496 19708 1252 0 0 1211 2 0 0 25 0 5 0 249293756 159645696 10420 33554432000 4194304 4417332 140736093406192 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/31067/statm: 38976 10420 181 55 0 36862 0
[pid=31067/tid=31074] ppid=31065 vsize=155904 CPUtime=3.01 cores=0,2,4,6
/proc/31067/task/31074/stat : 31074 (plingeling) R 31065 31067 30178 0 -1 4202560 1881 1252 0 0 301 0 0 0 25 0 5 0 249293764 159645696 10420 33554432000 4194304 4417332 140736093406192 18446744073709551615 4258565 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=31067/tid=31075] ppid=31065 vsize=155904 CPUtime=3.01 cores=0,2,4,6
/proc/31067/task/31075/stat : 31075 (plingeling) R 31065 31067 30178 0 -1 4202560 1515 1252 0 0 301 0 0 0 25 0 5 0 249293764 159645696 10420 33554432000 4194304 4417332 140736093406192 18446744073709551615 4258604 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=31067/tid=31076] ppid=31065 vsize=155904 CPUtime=3.01 cores=0,2,4,6
/proc/31067/task/31076/stat : 31076 (plingeling) R 31065 31067 30178 0 -1 4202560 1113 1252 0 0 301 0 0 0 25 0 5 0 249293764 159645696 10420 33554432000 4194304 4417332 140736093406192 18446744073709551615 4364734 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=31067/tid=31077] ppid=31065 vsize=155904 CPUtime=3 cores=0,2,4,6
/proc/31067/task/31077/stat : 31077 (plingeling) R 31065 31067 30178 0 -1 4202560 10620 1252 0 0 299 1 0 0 25 0 5 0 249293764 159645696 10420 33554432000 4194304 4417332 140736093406192 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.13
Current children cumulated vsize (KiB) 155904

[startup+6.30053 s]
/proc/loadavg: 7.53 7.93 7.52 9/186 31081
/proc/meminfo: memFree=21273264/32951124 swapFree=67111528/67111528
[pid=31067] ppid=31065 vsize=182420 CPUtime=24.92 cores=0,2,4,6
/proc/31067/stat : 31067 (plingeling) S 31065 31067 30178 0 -1 4202496 30289 1252 0 0 2488 4 0 0 25 0 5 0 249293756 186798080 17049 33554432000 4194304 4417332 140736093406192 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/31067/statm: 45605 17049 181 55 0 43491 0
[pid=31067/tid=31074] ppid=31065 vsize=182420 CPUtime=6.21 cores=0,2,4,6
/proc/31067/task/31074/stat : 31074 (plingeling) R 31065 31067 30178 0 -1 4202560 1881 1252 0 0 621 0 0 0 25 0 5 0 249293764 186798080 17049 33554432000 4194304 4417332 140736093406192 18446744073709551615 4249130 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=31067/tid=31075] ppid=31065 vsize=182420 CPUtime=6.21 cores=0,2,4,6
/proc/31067/task/31075/stat : 31075 (plingeling) R 31065 31067 30178 0 -1 4202560 1515 1252 0 0 621 0 0 0 25 0 5 0 249293764 186798080 17049 33554432000 4194304 4417332 140736093406192 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=31067/tid=31076] ppid=31065 vsize=182420 CPUtime=6.21 cores=0,2,4,6
/proc/31067/task/31076/stat : 31076 (plingeling) R 31065 31067 30178 0 -1 4202560 1826 1252 0 0 621 0 0 0 25 0 5 0 249293764 186798080 17049 33554432000 4194304 4417332 140736093406192 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=31067/tid=31077] ppid=31065 vsize=182420 CPUtime=6.19 cores=0,2,4,6
/proc/31067/task/31077/stat : 31077 (plingeling) R 31065 31067 30178 0 -1 4202560 20488 1252 0 0 616 3 0 0 25 0 5 0 249293764 186798080 17049 33554432000 4194304 4417332 140736093406192 18446744073709551615 4364792 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.92
Current children cumulated vsize (KiB) 182420

[startup+12.7004 s]
/proc/loadavg: 7.56 7.93 7.52 9/186 31081
/proc/meminfo: memFree=21245828/32951124 swapFree=67111528/67111528
[pid=31067] ppid=31065 vsize=190744 CPUtime=50.48 cores=0,2,4,6
/proc/31067/stat : 31067 (plingeling) S 31065 31067 30178 0 -1 4202496 44658 1252 0 0 5041 7 0 0 25 0 5 0 249293756 195321856 19130 33554432000 4194304 4417332 140736093406192 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/31067/statm: 47686 19130 181 55 0 45572 0
[pid=31067/tid=31074] ppid=31065 vsize=190744 CPUtime=12.61 cores=0,2,4,6
/proc/31067/task/31074/stat : 31074 (plingeling) R 31065 31067 30178 0 -1 4202560 2596 1252 0 0 1261 0 0 0 25 0 5 0 249293764 195321856 19130 33554432000 4194304 4417332 140736093406192 18446744073709551615 4336643 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=31067/tid=31075] ppid=31065 vsize=190744 CPUtime=12.61 cores=0,2,4,6
/proc/31067/task/31075/stat : 31075 (plingeling) R 31065 31067 30178 0 -1 4202560 2946 1252 0 0 1261 0 0 0 25 0 5 0 249293764 195321856 19130 33554432000 4194304 4417332 140736093406192 18446744073709551615 4249143 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=31067/tid=31076] ppid=31065 vsize=190744 CPUtime=12.61 cores=0,2,4,6
/proc/31067/task/31076/stat : 31076 (plingeling) R 31065 31067 30178 0 -1 4202560 2210 1252 0 0 1261 0 0 0 25 0 5 0 249293764 195321856 19130 33554432000 4194304 4417332 140736093406192 18446744073709551615 4236224 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=31067/tid=31077] ppid=31065 vsize=190744 CPUtime=12.55 cores=0,2,4,6
/proc/31067/task/31077/stat : 31077 (plingeling) R 31065 31067 30178 0 -1 4202560 32327 1252 0 0 1250 5 0 0 25 0 5 0 249293764 195321856 19130 33554432000 4194304 4417332 140736093406192 18446744073709551615 4364734 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 190744

[startup+25.5012 s]
/proc/loadavg: 7.81 7.96 7.54 9/186 31081
/proc/meminfo: memFree=21161016/32951124 swapFree=67111528/67111528
[pid=31067] ppid=31065 vsize=213548 CPUtime=101.63 cores=0,2,4,6
/proc/31067/stat : 31067 (plingeling) S 31065 31067 30178 0 -1 4202496 71043 1252 0 0 10150 13 0 0 25 0 5 0 249293756 218673152 26571 33554432000 4194304 4417332 140736093406192 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/31067/statm: 53387 26571 181 55 0 51273 0
[pid=31067/tid=31074] ppid=31065 vsize=213548 CPUtime=25.41 cores=0,2,4,6
/proc/31067/task/31074/stat : 31074 (plingeling) R 31065 31067 30178 0 -1 4202560 2711 1252 0 0 2541 0 0 0 25 0 5 0 249293764 218673152 26571 33554432000 4194304 4417332 140736093406192 18446744073709551615 4258550 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=31067/tid=31075] ppid=31065 vsize=213548 CPUtime=25.41 cores=0,2,4,6
/proc/31067/task/31075/stat : 31075 (plingeling) R 31065 31067 30178 0 -1 4202560 3061 1252 0 0 2541 0 0 0 25 0 5 0 249293764 218673152 26571 33554432000 4194304 4417332 140736093406192 18446744073709551615 4336595 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=31067/tid=31076] ppid=31065 vsize=213548 CPUtime=25.4 cores=0,2,4,6
/proc/31067/task/31076/stat : 31076 (plingeling) R 31065 31067 30178 0 -1 4202560 5232 1252 0 0 2540 0 0 0 25 0 5 0 249293764 218673152 26571 33554432000 4194304 4417332 140736093406192 18446744073709551615 18446744073699066094 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=31067/tid=31077] ppid=31065 vsize=213548 CPUtime=25.29 cores=0,2,4,6
/proc/31067/task/31077/stat : 31077 (plingeling) R 31065 31067 30178 0 -1 4202560 55460 1252 0 0 2519 10 0 0 25 0 5 0 249293764 218673152 26571 33554432000 4194304 4417332 140736093406192 18446744073709551615 4364750 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.63
Current children cumulated vsize (KiB) 213548

[startup+51.1007 s]
/proc/loadavg: 7.87 7.96 7.55 9/186 31082
/proc/meminfo: memFree=20947132/32951124 swapFree=67111528/67111528
[pid=31067] ppid=31065 vsize=252652 CPUtime=203.9 cores=0,2,4,6
/proc/31067/stat : 31067 (plingeling) S 31065 31067 30178 0 -1 4202496 107290 1252 0 0 20372 18 0 0 25 0 5 0 249293756 258715648 34619 33554432000 4194304 4417332 140736093406192 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/31067/statm: 63163 34619 181 55 0 61049 0
[pid=31067/tid=31074] ppid=31065 vsize=252652 CPUtime=51.01 cores=0,2,4,6
/proc/31067/task/31074/stat : 31074 (plingeling) R 31065 31067 30178 0 -1 4202560 4887 1252 0 0 5101 0 0 0 25 0 5 0 249293764 258715648 34619 33554432000 4194304 4417332 140736093406192 18446744073709551615 4364383 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=31067/tid=31075] ppid=31065 vsize=252652 CPUtime=51.01 cores=0,2,4,6
/proc/31067/task/31075/stat : 31075 (plingeling) R 31065 31067 30178 0 -1 4202560 4004 1252 0 0 5101 0 0 0 25 0 5 0 249293764 258715648 34619 33554432000 4194304 4417332 140736093406192 18446744073709551615 4310641 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=31067/tid=31076] ppid=31065 vsize=252652 CPUtime=51.01 cores=0,2,4,6
/proc/31067/task/31076/stat : 31076 (plingeling) R 31065 31067 30178 0 -1 4202560 7301 1252 0 0 5100 1 0 0 25 0 5 0 249293764 258715648 34619 33554432000 4194304 4417332 140736093406192 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=31067/tid=31077] ppid=31065 vsize=252652 CPUtime=50.77 cores=0,2,4,6
/proc/31067/task/31077/stat : 31077 (plingeling) R 31065 31067 30178 0 -1 4202560 86519 1252 0 0 5062 15 0 0 25 0 5 0 249293764 258715648 34619 33554432000 4194304 4417332 140736093406192 18446744073709551615 4365977 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.9
Current children cumulated vsize (KiB) 252652

[startup+102.307 s]
/proc/loadavg: 7.99 7.98 7.58 9/186 31083
/proc/meminfo: memFree=20732448/32951124 swapFree=67111528/67111528
[pid=31067] ppid=31065 vsize=325608 CPUtime=408.47 cores=0,2,4,6
/proc/31067/stat : 31067 (plingeling) S 31065 31067 30178 0 -1 4202496 162364 1252 0 0 40821 26 0 0 25 0 5 0 249293756 333422592 52858 33554432000 4194304 4417332 140736093406192 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/31067/statm: 81402 52858 181 55 0 79288 0
[pid=31067/tid=31074] ppid=31065 vsize=325608 CPUtime=102.22 cores=0,2,4,6
/proc/31067/task/31074/stat : 31074 (plingeling) R 31065 31067 30178 0 -1 4202560 6807 1252 0 0 10222 0 0 0 25 0 5 0 249293764 333422592 52858 33554432000 4194304 4417332 140736093406192 18446744073709551615 4366303 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=31067/tid=31075] ppid=31065 vsize=325608 CPUtime=102.22 cores=0,2,4,6
/proc/31067/task/31075/stat : 31075 (plingeling) R 31065 31067 30178 0 -1 4202560 7174 1252 0 0 10221 1 0 0 25 0 5 0 249293764 333422592 52858 33554432000 4194304 4417332 140736093406192 18446744073709551615 4249110 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=31067/tid=31076] ppid=31065 vsize=325608 CPUtime=102.21 cores=0,2,4,6
/proc/31067/task/31076/stat : 31076 (plingeling) R 31065 31067 30178 0 -1 4202560 13728 1252 0 0 10220 1 0 0 25 0 5 0 249293764 333422592 52858 33554432000 4194304 4417332 140736093406192 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=31067/tid=31077] ppid=31065 vsize=325608 CPUtime=101.72 cores=0,2,4,6
/proc/31067/task/31077/stat : 31077 (plingeling) R 31065 31067 30178 0 -1 4202560 130076 1252 0 0 10150 22 0 0 25 0 5 0 249293764 333422592 52858 33554432000 4194304 4417332 140736093406192 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.47
Current children cumulated vsize (KiB) 325608

[startup+162.301 s]
/proc/loadavg: 8.04 8.00 7.61 9/186 31085
/proc/meminfo: memFree=20450932/32951124 swapFree=67111528/67111528
[pid=31067] ppid=31065 vsize=473464 CPUtime=648.16 cores=0,2,4,6
/proc/31067/stat : 31067 (plingeling) S 31065 31067 30178 0 -1 4202496 211616 1252 0 0 64782 34 0 0 25 0 5 0 249293756 484827136 89822 33554432000 4194304 4417332 140736093406192 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/31067/statm: 118366 89822 181 55 0 116252 0
[pid=31067/tid=31074] ppid=31065 vsize=473464 CPUtime=162.21 cores=0,2,4,6
/proc/31067/task/31074/stat : 31074 (plingeling) R 31065 31067 30178 0 -1 4202560 10210 1252 0 0 16221 0 0 0 25 0 5 0 249293764 484827136 89822 33554432000 4194304 4417332 140736093406192 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=31067/tid=31075] ppid=31065 vsize=473464 CPUtime=162.21 cores=0,2,4,6
/proc/31067/task/31075/stat : 31075 (plingeling) R 31065 31067 30178 0 -1 4202560 13312 1252 0 0 16220 1 0 0 25 0 5 0 249293764 484827136 89822 33554432000 4194304 4417332 140736093406192 18446744073709551615 4366509 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=31067/tid=31076] ppid=31065 vsize=473464 CPUtime=162.21 cores=0,2,4,6
/proc/31067/task/31076/stat : 31076 (plingeling) R 31065 31067 30178 0 -1 4202560 22441 1252 0 0 16218 3 0 0 25 0 5 0 249293764 484827136 89822 33554432000 4194304 4417332 140736093406192 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=31067/tid=31077] ppid=31065 vsize=473464 CPUtime=161.41 cores=0,2,4,6
/proc/31067/task/31077/stat : 31077 (plingeling) R 31065 31067 30178 0 -1 4202560 161074 1252 0 0 16114 27 0 0 25 0 5 0 249293764 484827136 89822 33554432000 4194304 4417332 140736093406192 18446744073709551615 4364498 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 648.16
Current children cumulated vsize (KiB) 473464


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

[pid=31067/tid=31075] ppid=31065 vsize=692760 CPUtime=702.22 cores=0,2,4,6
/proc/31067/task/31075/stat : 31075 (plingeling) R 31065 31067 30178 0 -1 4202560 36325 1252 0 0 70219 3 0 0 25 0 5 0 249293764 709386240 144646 33554432000 4194304 4417332 140736093406192 18446744073709551615 4364796 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=31067/tid=31076] ppid=31065 vsize=692760 CPUtime=702.22 cores=0,2,4,6
/proc/31067/task/31076/stat : 31076 (plingeling) R 31065 31067 30178 0 -1 4202560 55466 1252 0 0 70216 6 0 0 25 0 5 0 249293764 709386240 144646 33554432000 4194304 4417332 140736093406192 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=31067/tid=31077] ppid=31065 vsize=692760 CPUtime=698.76 cores=0,2,4,6
/proc/31067/task/31077/stat : 31077 (plingeling) R 31065 31067 30178 0 -1 4202560 402540 1252 0 0 69809 67 0 0 25 0 5 0 249293764 709386240 144646 33554432000 4194304 4417332 140736093406192 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2805.54
Current children cumulated vsize (KiB) 692760

[startup+762.307 s]
/proc/loadavg: 8.13 8.08 7.82 9/186 31101
/proc/meminfo: memFree=19394784/32951124 swapFree=67111528/67111528
[pid=31067] ppid=31065 vsize=772752 CPUtime=3045.25 cores=0,2,4,6
/proc/31067/stat : 31067 (plingeling) S 31065 31067 30178 0 -1 4202496 631765 1252 0 0 304429 96 0 0 25 0 5 0 249293756 791298048 164644 33554432000 4194304 4417332 140736093406192 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/31067/statm: 193188 164644 181 55 0 191074 0
[pid=31067/tid=31074] ppid=31065 vsize=772752 CPUtime=762.23 cores=0,2,4,6
/proc/31067/task/31074/stat : 31074 (plingeling) R 31065 31067 30178 0 -1 4202560 108764 1252 0 0 76210 13 0 0 25 0 5 0 249293764 791298048 164644 33554432000 4194304 4417332 140736093406192 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=31067/tid=31075] ppid=31065 vsize=772752 CPUtime=762.23 cores=0,2,4,6
/proc/31067/task/31075/stat : 31075 (plingeling) R 31065 31067 30178 0 -1 4202560 38373 1252 0 0 76219 4 0 0 25 0 5 0 249293764 791298048 164644 33554432000 4194304 4417332 140736093406192 18446744073709551615 4352309 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=31067/tid=31076] ppid=31065 vsize=772752 CPUtime=762.23 cores=0,2,4,6
/proc/31067/task/31076/stat : 31076 (plingeling) R 31065 31067 30178 0 -1 4202560 57514 1252 0 0 76216 7 0 0 25 0 5 0 249293764 791298048 164644 33554432000 4194304 4417332 140736093406192 18446744073709551615 4357458 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=31067/tid=31077] ppid=31065 vsize=772752 CPUtime=758.45 cores=0,2,4,6
/proc/31067/task/31077/stat : 31077 (plingeling) R 31065 31067 30178 0 -1 4202560 422535 1252 0 0 75775 70 0 0 25 0 5 0 249293764 791298048 164644 33554432000 4194304 4417332 140736093406192 18446744073709551615 4357111 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3045.25
Current children cumulated vsize (KiB) 772752

[startup+822.3 s]
/proc/loadavg: 8.11 8.08 7.83 10/186 31102
/proc/meminfo: memFree=19215556/32951124 swapFree=67111528/67111528
[pid=31067] ppid=31065 vsize=773868 CPUtime=3284.93 cores=0,2,4,6
/proc/31067/stat : 31067 (plingeling) S 31065 31067 30178 0 -1 4202496 640914 1252 0 0 328395 98 0 0 25 0 5 0 249293756 792440832 164922 33554432000 4194304 4417332 140736093406192 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/31067/statm: 193467 164922 181 55 0 191353 0
[pid=31067/tid=31074] ppid=31065 vsize=773868 CPUtime=822.23 cores=0,2,4,6
/proc/31067/task/31074/stat : 31074 (plingeling) R 31065 31067 30178 0 -1 4202560 115865 1252 0 0 82208 15 0 0 25 0 5 0 249293764 792440832 164922 33554432000 4194304 4417332 140736093406192 18446744073709551615 4364800 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=31067/tid=31075] ppid=31065 vsize=773868 CPUtime=822.23 cores=0,2,4,6
/proc/31067/task/31075/stat : 31075 (plingeling) R 31065 31067 30178 0 -1 4202560 38373 1252 0 0 82219 4 0 0 25 0 5 0 249293764 792440832 164922 33554432000 4194304 4417332 140736093406192 18446744073709551615 4364788 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=31067/tid=31076] ppid=31065 vsize=773868 CPUtime=822.22 cores=0,2,4,6
/proc/31067/task/31076/stat : 31076 (plingeling) R 31065 31067 30178 0 -1 4202560 59562 1252 0 0 82215 7 0 0 25 0 5 0 249293764 792440832 164922 33554432000 4194304 4417332 140736093406192 18446744073709551615 4365021 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=31067/tid=31077] ppid=31065 vsize=773868 CPUtime=818.14 cores=0,2,4,6
/proc/31067/task/31077/stat : 31077 (plingeling) R 31065 31067 30178 0 -1 4202560 422535 1252 0 0 81744 70 0 0 25 0 5 0 249293764 792440832 164922 33554432000 4194304 4417332 140736093406192 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3284.93
Current children cumulated vsize (KiB) 773868

[startup+882.301 s]
/proc/loadavg: 8.10 8.08 7.85 10/186 31104
/proc/meminfo: memFree=19193824/32951124 swapFree=67111528/67111528
[pid=31067] ppid=31065 vsize=795740 CPUtime=3524.63 cores=0,2,4,6
/proc/31067/stat : 31067 (plingeling) S 31065 31067 30178 0 -1 4202496 662870 1252 0 0 352362 101 0 0 25 0 5 0 249293756 814837760 170391 33554432000 4194304 4417332 140736093406192 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/31067/statm: 198935 170391 181 55 0 196821 0
[pid=31067/tid=31074] ppid=31065 vsize=795740 CPUtime=882.23 cores=0,2,4,6
/proc/31067/task/31074/stat : 31074 (plingeling) R 31065 31067 30178 0 -1 4202560 121337 1252 0 0 88208 15 0 0 25 0 5 0 249293764 814837760 170391 33554432000 4194304 4417332 140736093406192 18446744073709551615 4366381 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=31067/tid=31075] ppid=31065 vsize=795740 CPUtime=882.23 cores=0,2,4,6
/proc/31067/task/31075/stat : 31075 (plingeling) R 31065 31067 30178 0 -1 4202560 40421 1252 0 0 88219 4 0 0 25 0 5 0 249293764 814837760 170391 33554432000 4194304 4417332 140736093406192 18446744073709551615 4364509 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=31067/tid=31076] ppid=31065 vsize=795740 CPUtime=882.22 cores=0,2,4,6
/proc/31067/task/31076/stat : 31076 (plingeling) R 31065 31067 30178 0 -1 4202560 59562 1252 0 0 88215 7 0 0 25 0 5 0 249293764 814837760 170391 33554432000 4194304 4417332 140736093406192 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=31067/tid=31077] ppid=31065 vsize=795740 CPUtime=877.83 cores=0,2,4,6
/proc/31067/task/31077/stat : 31077 (plingeling) R 31065 31067 30178 0 -1 4202560 436971 1252 0 0 87711 72 0 0 25 0 5 0 249293764 814837760 170391 33554432000 4194304 4417332 140736093406192 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3524.63
Current children cumulated vsize (KiB) 795740

[startup+942.3 s]
/proc/loadavg: 8.09 8.08 7.86 10/186 31106
/proc/meminfo: memFree=18987440/32951124 swapFree=67111528/67111528
[pid=31067] ppid=31065 vsize=932296 CPUtime=3764.33 cores=0,2,4,6
/proc/31067/stat : 31067 (plingeling) S 31065 31067 30178 0 -1 4202496 703964 1252 0 0 376327 106 0 0 25 0 5 0 249293756 954671104 204530 33554432000 4194304 4417332 140736093406192 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/31067/statm: 233074 204530 181 55 0 230960 0
[pid=31067/tid=31074] ppid=31065 vsize=932296 CPUtime=942.23 cores=0,2,4,6
/proc/31067/task/31074/stat : 31074 (plingeling) R 31065 31067 30178 0 -1 4202560 123005 1252 0 0 94207 16 0 0 25 0 5 0 249293764 954671104 204530 33554432000 4194304 4417332 140736093406192 18446744073709551615 4364667 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=31067/tid=31075] ppid=31065 vsize=932296 CPUtime=942.23 cores=0,2,4,6
/proc/31067/task/31075/stat : 31075 (plingeling) R 31065 31067 30178 0 -1 4202560 42469 1252 0 0 94219 4 0 0 25 0 5 0 249293764 954671104 204530 33554432000 4194304 4417332 140736093406192 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=31067/tid=31076] ppid=31065 vsize=932296 CPUtime=942.22 cores=0,2,4,6
/proc/31067/task/31076/stat : 31076 (plingeling) R 31065 31067 30178 0 -1 4202560 61610 1252 0 0 94215 7 0 0 25 0 5 0 249293764 954671104 204530 33554432000 4194304 4417332 140736093406192 18446744073709551615 4364734 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=31067/tid=31077] ppid=31065 vsize=932296 CPUtime=937.53 cores=0,2,4,6
/proc/31067/task/31077/stat : 31077 (plingeling) R 31065 31067 30178 0 -1 4202560 472301 1252 0 0 93677 76 0 0 25 0 5 0 249293764 954671104 204530 33554432000 4194304 4417332 140736093406192 18446744073709551615 4199435 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3764.33
Current children cumulated vsize (KiB) 932296

[startup+1002.3 s]
/proc/loadavg: 8.08 8.08 7.87 9/186 31107
/proc/meminfo: memFree=18719196/32951124 swapFree=67111528/67111528
[pid=31067] ppid=31065 vsize=1049556 CPUtime=4004.01 cores=0,2,4,6
/proc/31067/stat : 31067 (plingeling) S 31065 31067 30178 0 -1 4202496 744016 1252 0 0 400289 112 0 0 25 0 5 0 249293756 1074745344 233845 33554432000 4194304 4417332 140736093406192 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/31067/statm: 262389 233845 181 55 0 260275 0
[pid=31067/tid=31074] ppid=31065 vsize=1049556 CPUtime=1002.24 cores=0,2,4,6
/proc/31067/task/31074/stat : 31074 (plingeling) R 31065 31067 30178 0 -1 4202560 136009 1252 0 0 100206 18 0 0 25 0 5 0 249293764 1074745344 233845 33554432000 4194304 4417332 140736093406192 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=31067/tid=31075] ppid=31065 vsize=1049556 CPUtime=1002.23 cores=0,2,4,6
/proc/31067/task/31075/stat : 31075 (plingeling) R 31065 31067 30178 0 -1 4202560 50834 1252 0 0 100218 5 0 0 25 0 5 0 249293764 1074745344 233845 33554432000 4194304 4417332 140736093406192 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=31067/tid=31076] ppid=31065 vsize=1049556 CPUtime=1002.22 cores=0,2,4,6
/proc/31067/task/31076/stat : 31076 (plingeling) R 31065 31067 30178 0 -1 4202560 61610 1252 0 0 100215 7 0 0 25 0 5 0 249293764 1074745344 233845 33554432000 4194304 4417332 140736093406192 18446744073709551615 4364750 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=31067/tid=31077] ppid=31065 vsize=1049556 CPUtime=997.22 cores=0,2,4,6
/proc/31067/task/31077/stat : 31077 (plingeling) R 31065 31067 30178 0 -1 4202560 490984 1252 0 0 99642 80 0 0 25 0 5 0 249293764 1074745344 233845 33554432000 4194304 4417332 140736093406192 18446744073709551615 4364463 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4004.01
Current children cumulated vsize (KiB) 1049556

[startup+1062.3 s]
/proc/loadavg: 8.03 8.06 7.87 9/186 31109
/proc/meminfo: memFree=18365132/32951124 swapFree=67111528/67111528
[pid=31067] ppid=31065 vsize=994844 CPUtime=4243.71 cores=0,2,4,6
/proc/31067/stat : 31067 (plingeling) S 31065 31067 30178 0 -1 4202496 756654 1252 0 0 424257 114 0 0 25 0 5 0 249293756 1018720256 220167 33554432000 4194304 4417332 140736093406192 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/31067/statm: 248711 220167 181 55 0 246597 0
[pid=31067/tid=31074] ppid=31065 vsize=994844 CPUtime=1062.23 cores=0,2,4,6
/proc/31067/task/31074/stat : 31074 (plingeling) R 31065 31067 30178 0 -1 4202560 137519 1252 0 0 106205 18 0 0 25 0 5 0 249293764 1018720256 220167 33554432000 4194304 4417332 140736093406192 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=31067/tid=31075] ppid=31065 vsize=994844 CPUtime=1062.23 cores=0,2,4,6
/proc/31067/task/31075/stat : 31075 (plingeling) R 31065 31067 30178 0 -1 4202560 59914 1252 0 0 106217 6 0 0 25 0 5 0 249293764 1018720256 220167 33554432000 4194304 4417332 140736093406192 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=31067/tid=31076] ppid=31065 vsize=994844 CPUtime=1062.23 cores=0,2,4,6
/proc/31067/task/31076/stat : 31076 (plingeling) R 31065 31067 30178 0 -1 4202560 63658 1252 0 0 106215 8 0 0 25 0 5 0 249293764 1018720256 220167 33554432000 4194304 4417332 140736093406192 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=31067/tid=31077] ppid=31065 vsize=994844 CPUtime=1056.91 cores=0,2,4,6
/proc/31067/task/31077/stat : 31077 (plingeling) R 31065 31067 30178 0 -1 4202560 490984 1252 0 0 105611 80 0 0 25 0 5 0 249293764 1018720256 220167 33554432000 4194304 4417332 140736093406192 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4243.71
Current children cumulated vsize (KiB) 994844

[startup+1122.3 s]
/proc/loadavg: 8.01 8.05 7.88 9/186 31110
/proc/meminfo: memFree=19517924/32951124 swapFree=67111528/67111528
[pid=31067] ppid=31065 vsize=1091588 CPUtime=4483.39 cores=0,2,4,6
/proc/31067/stat : 31067 (plingeling) S 31065 31067 30178 0 -1 4202496 798431 1252 0 0 448220 119 0 0 25 0 5 0 249293756 1117786112 244353 33554432000 4194304 4417332 140736093406192 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/31067/statm: 272897 244353 181 55 0 270783 0
[pid=31067/tid=31074] ppid=31065 vsize=1091588 CPUtime=1122.23 cores=0,2,4,6
/proc/31067/task/31074/stat : 31074 (plingeling) R 31065 31067 30178 0 -1 4202560 156926 1252 0 0 112203 20 0 0 25 0 5 0 249293764 1117786112 244353 33554432000 4194304 4417332 140736093406192 18446744073709551615 4346401 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=31067/tid=31075] ppid=31065 vsize=1091588 CPUtime=1122.23 cores=0,2,4,6
/proc/31067/task/31075/stat : 31075 (plingeling) R 31065 31067 30178 0 -1 4202560 69996 1252 0 0 112216 7 0 0 25 0 5 0 249293764 1117786112 244353 33554432000 4194304 4417332 140736093406192 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=31067/tid=31076] ppid=31065 vsize=1091588 CPUtime=1122.23 cores=0,2,4,6
/proc/31067/task/31076/stat : 31076 (plingeling) R 31065 31067 30178 0 -1 4202560 67754 1252 0 0 112215 8 0 0 25 0 5 0 249293764 1117786112 244353 33554432000 4194304 4417332 140736093406192 18446744073709551615 4366319 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=31067/tid=31077] ppid=31065 vsize=1091588 CPUtime=1116.59 cores=0,2,4,6
/proc/31067/task/31077/stat : 31077 (plingeling) R 31065 31067 30178 0 -1 4202560 499176 1252 0 0 111578 81 0 0 25 0 5 0 249293764 1117786112 244353 33554432000 4194304 4417332 140736093406192 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4483.39
Current children cumulated vsize (KiB) 1091588

[startup+1182.3 s]
/proc/loadavg: 8.04 8.05 7.89 10/186 31112
/proc/meminfo: memFree=19332984/32951124 swapFree=67111528/67111528
[pid=31067] ppid=31065 vsize=1067776 CPUtime=4723.1 cores=0,2,4,6
/proc/31067/stat : 31067 (plingeling) S 31065 31067 30178 0 -1 4202496 835794 1252 0 0 472185 125 0 0 25 0 5 0 249293756 1093402624 238400 33554432000 4194304 4417332 140736093406192 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/31067/statm: 266944 238400 181 55 0 264830 0
[pid=31067/tid=31074] ppid=31065 vsize=1067776 CPUtime=1182.23 cores=0,2,4,6
/proc/31067/task/31074/stat : 31074 (plingeling) R 31065 31067 30178 0 -1 4202560 182140 1252 0 0 118199 24 0 0 25 0 5 0 249293764 1093402624 238400 33554432000 4194304 4417332 140736093406192 18446744073709551615 4364722 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=31067/tid=31075] ppid=31065 vsize=1067776 CPUtime=1182.23 cores=0,2,4,6
/proc/31067/task/31075/stat : 31075 (plingeling) R 31065 31067 30178 0 -1 4202560 72044 1252 0 0 118215 8 0 0 25 0 5 0 249293764 1093402624 238400 33554432000 4194304 4417332 140736093406192 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=31067/tid=31076] ppid=31065 vsize=1067776 CPUtime=1182.23 cores=0,2,4,6
/proc/31067/task/31076/stat : 31076 (plingeling) R 31065 31067 30178 0 -1 4202560 77855 1252 0 0 118214 9 0 0 25 0 5 0 249293764 1093402624 238400 33554432000 4194304 4417332 140736093406192 18446744073709551615 4277864 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=31067/tid=31077] ppid=31065 vsize=1067776 CPUtime=1176.28 cores=0,2,4,6
/proc/31067/task/31077/stat : 31077 (plingeling) R 31065 31067 30178 0 -1 4202560 499176 1252 0 0 117547 81 0 0 25 0 5 0 249293764 1093402624 238400 33554432000 4194304 4417332 140736093406192 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4723.1
Current children cumulated vsize (KiB) 1067776



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.6 s]
/proc/loadavg: 8.10 8.06 7.90 9/186 31113
/proc/meminfo: memFree=19279156/32951124 swapFree=67111528/67111528
[pid=31067] ppid=31065 vsize=1073196 CPUtime=4800.21 cores=0,2,4,6
/proc/31067/stat : 31067 (plingeling) S 31065 31067 30178 0 -1 4202496 841840 1252 0 0 479896 125 0 0 25 0 5 0 249293756 1098952704 239755 33554432000 4194304 4417332 140736093406192 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/31067/statm: 268299 239755 181 55 0 266185 0
[pid=31067/tid=31074] ppid=31065 vsize=1073196 CPUtime=1201.54 cores=0,2,4,6
/proc/31067/task/31074/stat : 31074 (plingeling) R 31065 31067 30178 0 -1 4202560 182140 1252 0 0 120130 24 0 0 25 0 5 0 249293764 1098952704 239755 33554432000 4194304 4417332 140736093406192 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=31067/tid=31075] ppid=31065 vsize=1073196 CPUtime=1201.54 cores=0,2,4,6
/proc/31067/task/31075/stat : 31075 (plingeling) R 31065 31067 30178 0 -1 4202560 72044 1252 0 0 120146 8 0 0 25 0 5 0 249293764 1098952704 239755 33554432000 4194304 4417332 140736093406192 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=31067/tid=31076] ppid=31065 vsize=1073196 CPUtime=1201.53 cores=0,2,4,6
/proc/31067/task/31076/stat : 31076 (plingeling) R 31065 31067 30178 0 -1 4202560 83901 1252 0 0 120144 9 0 0 25 0 5 0 249293764 1098952704 239755 33554432000 4194304 4417332 140736093406192 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=31067/tid=31077] ppid=31065 vsize=1073196 CPUtime=1195.48 cores=0,2,4,6
/proc/31067/task/31077/stat : 31077 (plingeling) R 31065 31067 30178 0 -1 4202560 499176 1252 0 0 119467 81 0 0 25 0 5 0 249293764 1098952704 239755 33554432000 4194304 4417332 140736093406192 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.21
Current children cumulated vsize (KiB) 1073196

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.65
CPU time (s): 4800.28
CPU user time (s): 4798.98
CPU system time (s): 1.2988
CPU usage (%): 399.473
Max. virtual memory (cumulated for all children) (KiB): 1147064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.98
system time used= 1.2988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 843092
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= 86
involuntary context switches= 22590

runsolver used 1.93271 second user time and 4.13837 second system time

The end

Launcher Data

Begin job on node107 at 2011-04-29 06:23:45
IDJOB=3258602
IDBENCH=71397
IDSOLVER=1605
FILE ID=node107/3258602-1304051025
RUNJOBID= node107-1304049821-30935
PBS_JOBID= 13170385
Free space on /tmp= 71796 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT09/CRAFTED/rbsat/random/forced/rbsat-v1375c111739gyes10.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3258602-1304051025/watcher-3258602-1304051025 -o /tmp/evaluation-result-3258602-1304051025/solver-3258602-1304051025 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3258602-1304051025.cnf

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

MD5SUM BENCH= c904604702db7cfabf92e607e197d409
RANDOM SEED=286050646

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21405740 kB
Buffers:       2019440 kB
Cached:        8972724 kB
SwapCached:          0 kB
Active:        3019988 kB
Inactive:      8045580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21405740 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5112 kB
Writeback:           0 kB
AnonPages:       73044 kB
Mapped:          15092 kB
Slab:           415860 kB
PageTables:       5160 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   214100 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= 71796 MiB
End job on node107 at 2011-04-29 06:43:49