Trace number 3258294

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

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v1150c84314g7.cnf
MD5SUMf39e50b5cd7b50d1971722973512a1b8
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark6.09707
Satisfiable
(Un)Satisfiability was proved
Number of variables1150
Number of clauses84314
Sum of the clauses size169678
Maximum clause length23
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 284264
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

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-3258294-1304049821/watcher-3258294-1304049821 -o /tmp/evaluation-result-3258294-1304049821/solver-3258294-1304049821 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3258294-1304049821.cnf 

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

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


[startup+0 s]
/proc/loadavg: 4.71 5.00 6.22 2/174 30949
/proc/meminfo: memFree=21416764/32951124 swapFree=67111528/67111528
[pid=30949] ppid=30947 vsize=9196 CPUtime=0 cores=1,3,5,7
/proc/30949/stat : 30949 (plingeling) R 30947 30949 30178 0 -1 4202496 363 1253 0 0 0 0 0 0 21 0 1 0 249173347 9416704 292 33554432000 4194304 4417332 140736531258112 18446744073709551615 268660662016 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/30949/statm: 2299 292 146 55 0 185 0

[startup+0.0622959 s]
/proc/loadavg: 4.71 5.00 6.22 2/174 30949
/proc/meminfo: memFree=21416764/32951124 swapFree=67111528/67111528
[pid=30949] ppid=30947 vsize=58680 CPUtime=0.05 cores=1,3,5,7
/proc/30949/stat : 30949 (plingeling) S 30947 30949 30178 0 -1 4202496 2516 1253 0 0 5 0 0 0 21 0 5 0 249173347 60088320 2441 33554432000 4194304 4417332 140736531258112 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/30949/statm: 14670 2441 166 55 0 12556 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 58680

[startup+0.100288 s]
/proc/loadavg: 4.71 5.00 6.22 2/174 30949
/proc/meminfo: memFree=21416764/32951124 swapFree=67111528/67111528
[pid=30949] ppid=30947 vsize=59476 CPUtime=0.13 cores=1,3,5,7
/proc/30949/stat : 30949 (plingeling) S 30947 30949 30178 0 -1 4202496 2746 1253 0 0 13 0 0 0 21 0 5 0 249173347 60903424 2671 33554432000 4194304 4417332 140736531258112 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/30949/statm: 14869 2671 170 55 0 12755 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 59476

[startup+0.300256 s]
/proc/loadavg: 4.71 5.00 6.22 2/174 30949
/proc/meminfo: memFree=21416764/32951124 swapFree=67111528/67111528
[pid=30949] ppid=30947 vsize=128960 CPUtime=0.88 cores=1,3,5,7
/proc/30949/stat : 30949 (plingeling) S 30947 30949 30178 0 -1 4202496 4500 1253 0 0 88 0 0 0 21 0 5 0 249173347 132055040 3667 33554432000 4194304 4417332 140736531258112 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/30949/statm: 32240 3667 179 55 0 30126 0
Current children cumulated CPU time (s) 0.88
Current children cumulated vsize (KiB) 128960

[startup+0.700184 s]
/proc/loadavg: 4.71 5.00 6.22 2/174 30949
/proc/meminfo: memFree=21416764/32951124 swapFree=67111528/67111528
[pid=30949] ppid=30947 vsize=137888 CPUtime=2.49 cores=1,3,5,7
/proc/30949/stat : 30949 (plingeling) S 30947 30949 30178 0 -1 4202496 7474 1253 0 0 248 1 0 0 21 0 5 0 249173347 141197312 5892 33554432000 4194304 4417332 140736531258112 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/30949/statm: 34472 5892 180 55 0 32358 0
Current children cumulated CPU time (s) 2.49
Current children cumulated vsize (KiB) 137888

[startup+1.50104 s]
/proc/loadavg: 4.71 5.00 6.22 9/186 30974
/proc/meminfo: memFree=21343808/32951124 swapFree=67111528/67111528
[pid=30949] ppid=30947 vsize=139380 CPUtime=5.68 cores=1,3,5,7
/proc/30949/stat : 30949 (plingeling) S 30947 30949 30178 0 -1 4202496 11176 1253 0 0 567 1 0 0 21 0 5 0 249173347 142725120 6265 33554432000 4194304 4417332 140736531258112 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/30949/statm: 34845 6265 180 55 0 32731 0
[pid=30949/tid=30956] ppid=30947 vsize=139380 CPUtime=1.42 cores=1,3,5,7
/proc/30949/task/30956/stat : 30956 (plingeling) R 30947 30949 30178 0 -1 4202560 844 1253 0 0 142 0 0 0 25 0 5 0 249173353 142725120 6265 33554432000 4194304 4417332 140736531258112 18446744073709551615 4258244 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30949/tid=30957] ppid=30947 vsize=139380 CPUtime=1.41 cores=1,3,5,7
/proc/30949/task/30957/stat : 30957 (plingeling) R 30947 30949 30178 0 -1 4202560 426 1253 0 0 141 0 0 0 25 0 5 0 249173353 142725120 6265 33554432000 4194304 4417332 140736531258112 18446744073709551615 4249347 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30949/tid=30958] ppid=30947 vsize=139380 CPUtime=1.35 cores=1,3,5,7
/proc/30949/task/30958/stat : 30958 (plingeling) R 30947 30949 30178 0 -1 4202560 253 1253 0 0 135 0 0 0 25 0 5 0 249173353 142725120 6265 33554432000 4194304 4417332 140736531258112 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30949/tid=30959] ppid=30947 vsize=139380 CPUtime=1.43 cores=1,3,5,7
/proc/30949/task/30959/stat : 30959 (plingeling) R 30947 30949 30178 0 -1 4202560 7162 1253 0 0 142 1 0 0 25 0 5 0 249173353 142725120 6265 33554432000 4194304 4417332 140736531258112 18446744073709551615 4364990 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.68
Current children cumulated vsize (KiB) 139380

[startup+3.10076 s]
/proc/loadavg: 4.71 5.00 6.22 9/186 30974
/proc/meminfo: memFree=21304668/32951124 swapFree=67111528/67111528
[pid=30949] ppid=30947 vsize=143372 CPUtime=12.07 cores=1,3,5,7
/proc/30949/stat : 30949 (plingeling) S 30947 30949 30178 0 -1 4202496 17084 1253 0 0 1205 2 0 0 21 0 5 0 249173347 146812928 7263 33554432000 4194304 4417332 140736531258112 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/30949/statm: 35843 7263 180 55 0 33729 0
[pid=30949/tid=30956] ppid=30947 vsize=143372 CPUtime=3.02 cores=1,3,5,7
/proc/30949/task/30956/stat : 30956 (plingeling) R 30947 30949 30178 0 -1 4202560 1144 1253 0 0 302 0 0 0 25 0 5 0 249173353 146812928 7263 33554432000 4194304 4417332 140736531258112 18446744073709551615 4249186 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30949/tid=30957] ppid=30947 vsize=143372 CPUtime=3.01 cores=1,3,5,7
/proc/30949/task/30957/stat : 30957 (plingeling) R 30947 30949 30178 0 -1 4202560 726 1253 0 0 301 0 0 0 25 0 5 0 249173353 146812928 7263 33554432000 4194304 4417332 140736531258112 18446744073709551615 4249130 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30949/tid=30958] ppid=30947 vsize=143372 CPUtime=2.95 cores=1,3,5,7
/proc/30949/task/30958/stat : 30958 (plingeling) R 30947 30949 30178 0 -1 4202560 777 1253 0 0 295 0 0 0 25 0 5 0 249173353 146812928 7263 33554432000 4194304 4417332 140736531258112 18446744073709551615 4250074 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30949/tid=30959] ppid=30947 vsize=143372 CPUtime=3.02 cores=1,3,5,7
/proc/30949/task/30959/stat : 30959 (plingeling) R 30947 30949 30178 0 -1 4202560 11946 1253 0 0 300 2 0 0 25 0 5 0 249173353 146812928 7263 33554432000 4194304 4417332 140736531258112 18446744073709551615 4356782 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.07
Current children cumulated vsize (KiB) 143372

[startup+6.3012 s]
/proc/loadavg: 4.98 5.05 6.23 9/186 30975
/proc/meminfo: memFree=21302252/32951124 swapFree=67111528/67111528
[pid=30949] ppid=30947 vsize=159628 CPUtime=24.86 cores=1,3,5,7
/proc/30949/stat : 30949 (plingeling) S 30947 30949 30178 0 -1 4202496 27604 1253 0 0 2482 4 0 0 21 0 5 0 249173347 163459072 11327 33554432000 4194304 4417332 140736531258112 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/30949/statm: 39907 11327 180 55 0 37793 0
[pid=30949/tid=30956] ppid=30947 vsize=159628 CPUtime=6.22 cores=1,3,5,7
/proc/30949/task/30956/stat : 30956 (plingeling) R 30947 30949 30178 0 -1 4202560 1744 1253 0 0 622 0 0 0 25 0 5 0 249173353 163459072 11327 33554432000 4194304 4417332 140736531258112 18446744073709551615 4249122 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30949/tid=30957] ppid=30947 vsize=159628 CPUtime=6.21 cores=1,3,5,7
/proc/30949/task/30957/stat : 30957 (plingeling) R 30947 30949 30178 0 -1 4202560 1326 1253 0 0 621 0 0 0 25 0 5 0 249173353 163459072 11327 33554432000 4194304 4417332 140736531258112 18446744073709551615 4236331 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30949/tid=30958] ppid=30947 vsize=159628 CPUtime=6.15 cores=1,3,5,7
/proc/30949/task/30958/stat : 30958 (plingeling) R 30947 30949 30178 0 -1 4202560 3122 1253 0 0 615 0 0 0 25 0 5 0 249173353 163459072 11327 33554432000 4194304 4417332 140736531258112 18446744073709551615 4364899 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30949/tid=30959] ppid=30947 vsize=159628 CPUtime=6.21 cores=1,3,5,7
/proc/30949/task/30959/stat : 30959 (plingeling) R 30947 30949 30178 0 -1 4202560 18921 1253 0 0 618 3 0 0 25 0 5 0 249173353 163459072 11327 33554432000 4194304 4417332 140736531258112 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.86
Current children cumulated vsize (KiB) 159628

[startup+12.7011 s]
/proc/loadavg: 5.22 5.10 6.24 9/186 30975
/proc/meminfo: memFree=21244508/32951124 swapFree=67111528/67111528
[pid=30949] ppid=30947 vsize=189488 CPUtime=50.42 cores=1,3,5,7
/proc/30949/stat : 30949 (plingeling) S 30947 30949 30178 0 -1 4202496 40296 1253 0 0 5036 6 0 0 21 0 5 0 249173347 194035712 18792 33554432000 4194304 4417332 140736531258112 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/30949/statm: 47372 18792 180 55 0 45258 0
[pid=30949/tid=30956] ppid=30947 vsize=189488 CPUtime=12.62 cores=1,3,5,7
/proc/30949/task/30956/stat : 30956 (plingeling) R 30947 30949 30178 0 -1 4202560 1744 1253 0 0 1262 0 0 0 25 0 5 0 249173353 194035712 18792 33554432000 4194304 4417332 140736531258112 18446744073709551615 4248923 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30949/tid=30957] ppid=30947 vsize=189488 CPUtime=12.61 cores=1,3,5,7
/proc/30949/task/30957/stat : 30957 (plingeling) R 30947 30949 30178 0 -1 4202560 1326 1253 0 0 1261 0 0 0 25 0 5 0 249173353 194035712 18792 33554432000 4194304 4417332 140736531258112 18446744073709551615 4249584 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30949/tid=30958] ppid=30947 vsize=189488 CPUtime=12.55 cores=1,3,5,7
/proc/30949/task/30958/stat : 30958 (plingeling) R 30947 30949 30178 0 -1 4202560 4461 1253 0 0 1255 0 0 0 25 0 5 0 249173353 194035712 18792 33554432000 4194304 4417332 140736531258112 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30949/tid=30959] ppid=30947 vsize=189488 CPUtime=12.57 cores=1,3,5,7
/proc/30949/task/30959/stat : 30959 (plingeling) R 30947 30949 30178 0 -1 4202560 30274 1253 0 0 1252 5 0 0 25 0 5 0 249173353 194035712 18792 33554432000 4194304 4417332 140736531258112 18446744073709551615 4354385 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.42
Current children cumulated vsize (KiB) 189488

[startup+25.5008 s]
/proc/loadavg: 5.83 5.24 6.27 9/186 30975
/proc/meminfo: memFree=21053552/32951124 swapFree=67111528/67111528
[pid=30949] ppid=30947 vsize=235800 CPUtime=101.54 cores=1,3,5,7
/proc/30949/stat : 30949 (plingeling) S 30947 30949 30178 0 -1 4202496 68541 1253 0 0 10144 10 0 0 21 0 5 0 249173347 241459200 30371 33554432000 4194304 4417332 140736531258112 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/30949/statm: 58950 30371 181 55 0 56836 0
[pid=30949/tid=30956] ppid=30947 vsize=235800 CPUtime=25.42 cores=1,3,5,7
/proc/30949/task/30956/stat : 30956 (plingeling) R 30947 30949 30178 0 -1 4202560 4942 1253 0 0 2541 1 0 0 25 0 5 0 249173353 241459200 30371 33554432000 4194304 4417332 140736531258112 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30949/tid=30957] ppid=30947 vsize=235800 CPUtime=25.41 cores=1,3,5,7
/proc/30949/task/30957/stat : 30957 (plingeling) R 30947 30949 30178 0 -1 4202560 2750 1253 0 0 2541 0 0 0 25 0 5 0 249173353 241459200 30371 33554432000 4194304 4417332 140736531258112 18446744073709551615 4364599 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30949/tid=30958] ppid=30947 vsize=235800 CPUtime=25.34 cores=1,3,5,7
/proc/30949/task/30958/stat : 30958 (plingeling) R 30947 30949 30178 0 -1 4202560 8185 1253 0 0 2534 0 0 0 25 0 5 0 249173353 241459200 30371 33554432000 4194304 4417332 140736531258112 18446744073709551615 4249538 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30949/tid=30959] ppid=30947 vsize=235800 CPUtime=25.3 cores=1,3,5,7
/proc/30949/task/30959/stat : 30959 (plingeling) R 30947 30949 30178 0 -1 4202560 50173 1253 0 0 2522 8 0 0 25 0 5 0 249173353 241459200 30371 33554432000 4194304 4417332 140736531258112 18446744073709551615 4366002 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.54
Current children cumulated vsize (KiB) 235800

[startup+51.1004 s]
/proc/loadavg: 6.57 5.46 6.31 9/186 30976
/proc/meminfo: memFree=21035832/32951124 swapFree=67111528/67111528
[pid=30949] ppid=30947 vsize=282548 CPUtime=203.81 cores=1,3,5,7
/proc/30949/stat : 30949 (plingeling) S 30947 30949 30178 0 -1 4202496 97955 1253 0 0 20366 15 0 0 21 0 5 0 249173347 289329152 42058 33554432000 4194304 4417332 140736531258112 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/30949/statm: 70637 42058 181 55 0 68523 0
[pid=30949/tid=30956] ppid=30947 vsize=282548 CPUtime=51.01 cores=1,3,5,7
/proc/30949/task/30956/stat : 30956 (plingeling) R 30947 30949 30178 0 -1 4202560 7257 1253 0 0 5100 1 0 0 25 0 5 0 249173353 289329152 42058 33554432000 4194304 4417332 140736531258112 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30949/tid=30957] ppid=30947 vsize=282548 CPUtime=51.01 cores=1,3,5,7
/proc/30949/task/30957/stat : 30957 (plingeling) R 30947 30949 30178 0 -1 4202560 3182 1253 0 0 5101 0 0 0 25 0 5 0 249173353 289329152 42058 33554432000 4194304 4417332 140736531258112 18446744073709551615 4366381 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30949/tid=30958] ppid=30947 vsize=282548 CPUtime=50.95 cores=1,3,5,7
/proc/30949/task/30958/stat : 30958 (plingeling) R 30947 30949 30178 0 -1 4202560 11869 1253 0 0 5094 1 0 0 25 0 5 0 249173353 289329152 42058 33554432000 4194304 4417332 140736531258112 18446744073709551615 4366558 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30949/tid=30959] ppid=30947 vsize=282548 CPUtime=50.75 cores=1,3,5,7
/proc/30949/task/30959/stat : 30959 (plingeling) R 30947 30949 30178 0 -1 4202560 73156 1253 0 0 5064 11 0 0 25 0 5 0 249173353 289329152 42058 33554432000 4194304 4417332 140736531258112 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.81
Current children cumulated vsize (KiB) 282548

[startup+102.306 s]
/proc/loadavg: 7.38 5.85 6.40 9/186 30977
/proc/meminfo: memFree=20756828/32951124 swapFree=67111528/67111528
[pid=30949] ppid=30947 vsize=365928 CPUtime=408.35 cores=1,3,5,7
/proc/30949/stat : 30949 (plingeling) S 30947 30949 30178 0 -1 4202496 155065 1253 0 0 40813 22 0 0 21 0 5 0 249173347 374710272 62903 33554432000 4194304 4417332 140736531258112 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/30949/statm: 91482 62903 181 55 0 89368 0
[pid=30949/tid=30956] ppid=30947 vsize=365928 CPUtime=102.21 cores=1,3,5,7
/proc/30949/task/30956/stat : 30956 (plingeling) R 30947 30949 30178 0 -1 4202560 10402 1253 0 0 10220 1 0 0 25 0 5 0 249173353 374710272 62903 33554432000 4194304 4417332 140736531258112 18446744073709551615 4354414 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30949/tid=30957] ppid=30947 vsize=365928 CPUtime=102.22 cores=1,3,5,7
/proc/30949/task/30957/stat : 30957 (plingeling) R 30947 30949 30178 0 -1 4202560 3182 1253 0 0 10222 0 0 0 25 0 5 0 249173353 374710272 62903 33554432000 4194304 4417332 140736531258112 18446744073709551615 4364473 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30949/tid=30958] ppid=30947 vsize=365928 CPUtime=102.15 cores=1,3,5,7
/proc/30949/task/30958/stat : 30958 (plingeling) R 30947 30949 30178 0 -1 4202560 20038 1253 0 0 10213 2 0 0 25 0 5 0 249173353 374710272 62903 33554432000 4194304 4417332 140736531258112 18446744073709551615 4364750 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30949/tid=30959] ppid=30947 vsize=365928 CPUtime=101.68 cores=1,3,5,7
/proc/30949/task/30959/stat : 30959 (plingeling) R 30947 30949 30178 0 -1 4202560 118952 1253 0 0 10151 17 0 0 25 0 5 0 249173353 374710272 62903 33554432000 4194304 4417332 140736531258112 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.35
Current children cumulated vsize (KiB) 365928

[startup+162.301 s]
/proc/loadavg: 7.88 6.27 6.51 9/186 30979
/proc/meminfo: memFree=20811252/32951124 swapFree=67111528/67111528
[pid=30949] ppid=30947 vsize=387672 CPUtime=647.99 cores=1,3,5,7
/proc/30949/stat : 30949 (plingeling) S 30947 30949 30178 0 -1 4202496 213135 1253 0 0 64768 31 0 0 21 0 5 0 249173347 396976128 68339 33554432000 4194304 4417332 140736531258112 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/30949/statm: 96918 68339 181 55 0 94804 0
[pid=30949/tid=30956] ppid=30947 vsize=387672 CPUtime=162.2 cores=1,3,5,7
/proc/30949/task/30956/stat : 30956 (plingeling) R 30947 30949 30178 0 -1 4202560 15243 1253 0 0 16218 2 0 0 25 0 5 0 249173353 396976128 68339 33554432000 4194304 4417332 140736531258112 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30949/tid=30957] ppid=30947 vsize=387672 CPUtime=162.21 cores=1,3,5,7
/proc/30949/task/30957/stat : 30957 (plingeling) R 30947 30949 30178 0 -1 4202560 7999 1253 0 0 16221 0 0 0 25 0 5 0 249173353 396976128 68339 33554432000 4194304 4417332 140736531258112 18446744073709551615 4366146 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30949/tid=30958] ppid=30947 vsize=387672 CPUtime=162.15 cores=1,3,5,7
/proc/30949/task/30958/stat : 30958 (plingeling) R 30947 30949 30178 0 -1 4202560 30187 1253 0 0 16211 4 0 0 25 0 5 0 249173353 396976128 68339 33554432000 4194304 4417332 140736531258112 18446744073709551615 4364473 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30949/tid=30959] ppid=30947 vsize=387672 CPUtime=161.36 cores=1,3,5,7
/proc/30949/task/30959/stat : 30959 (plingeling) R 30947 30949 30178 0 -1 4202560 157215 1253 0 0 16112 24 0 0 25 0 5 0 249173353 396976128 68339 33554432000 4194304 4417332 140736531258112 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 647.99
Current children cumulated vsize (KiB) 387672


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

[pid=30949/tid=30957] ppid=30947 vsize=808044 CPUtime=702.22 cores=1,3,5,7
/proc/30949/task/30957/stat : 30957 (plingeling) R 30947 30949 30178 0 -1 4202560 69138 1253 0 0 70213 9 0 0 25 0 5 0 249173353 827437056 173464 33554432000 4194304 4417332 140736531258112 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30949/tid=30958] ppid=30947 vsize=808044 CPUtime=702.16 cores=1,3,5,7
/proc/30949/task/30958/stat : 30958 (plingeling) R 30947 30949 30178 0 -1 4202560 102630 1253 0 0 70203 13 0 0 25 0 5 0 249173353 827437056 173464 33554432000 4194304 4417332 140736531258112 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30949/tid=30959] ppid=30947 vsize=808044 CPUtime=698.41 cores=1,3,5,7
/proc/30949/task/30959/stat : 30959 (plingeling) R 30947 30949 30178 0 -1 4202560 342223 1253 0 0 69787 54 0 0 25 0 5 0 249173353 827437056 173464 33554432000 4194304 4417332 140736531258112 18446744073709551615 4364656 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2805.03
Current children cumulated vsize (KiB) 808044

[startup+762.307 s]
/proc/loadavg: 8.04 7.81 7.23 9/186 30995
/proc/meminfo: memFree=19491208/32951124 swapFree=67111528/67111528
[pid=30949] ppid=30947 vsize=902804 CPUtime=3044.72 cores=1,3,5,7
/proc/30949/stat : 30949 (plingeling) S 30947 30949 30178 0 -1 4202496 657903 1253 0 0 304375 97 0 0 21 0 5 0 249173347 924471296 197154 33554432000 4194304 4417332 140736531258112 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/30949/statm: 225701 197154 181 55 0 223587 0
[pid=30949/tid=30956] ppid=30947 vsize=902804 CPUtime=762.15 cores=1,3,5,7
/proc/30949/task/30956/stat : 30956 (plingeling) R 30947 30949 30178 0 -1 4202560 91765 1253 0 0 76203 12 0 0 25 0 5 0 249173353 924471296 197154 33554432000 4194304 4417332 140736531258112 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30949/tid=30957] ppid=30947 vsize=902804 CPUtime=762.23 cores=1,3,5,7
/proc/30949/task/30957/stat : 30957 (plingeling) R 30947 30949 30178 0 -1 4202560 76521 1253 0 0 76213 10 0 0 25 0 5 0 249173353 924471296 197154 33554432000 4194304 4417332 140736531258112 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30949/tid=30958] ppid=30947 vsize=902804 CPUtime=762.17 cores=1,3,5,7
/proc/30949/task/30958/stat : 30958 (plingeling) R 30947 30949 30178 0 -1 4202560 126464 1253 0 0 76201 16 0 0 25 0 5 0 249173353 924471296 197154 33554432000 4194304 4417332 140736531258112 18446744073709551615 4364734 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30949/tid=30959] ppid=30947 vsize=902804 CPUtime=758.09 cores=1,3,5,7
/proc/30949/task/30959/stat : 30959 (plingeling) R 30947 30949 30178 0 -1 4202560 360662 1253 0 0 75753 56 0 0 25 0 5 0 249173353 924471296 197154 33554432000 4194304 4417332 140736531258112 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3044.72
Current children cumulated vsize (KiB) 902804

[startup+822.301 s]
/proc/loadavg: 8.16 7.88 7.29 9/186 30996
/proc/meminfo: memFree=19460680/32951124 swapFree=67111528/67111528
[pid=30949] ppid=30947 vsize=922344 CPUtime=3284.37 cores=1,3,5,7
/proc/30949/stat : 30949 (plingeling) S 30947 30949 30178 0 -1 4202496 683255 1253 0 0 328337 100 0 0 21 0 5 0 249173347 944480256 202039 33554432000 4194304 4417332 140736531258112 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/30949/statm: 230586 202039 181 55 0 228472 0
[pid=30949/tid=30956] ppid=30947 vsize=922344 CPUtime=822.14 cores=1,3,5,7
/proc/30949/task/30956/stat : 30956 (plingeling) R 30947 30949 30178 0 -1 4202560 95914 1253 0 0 82201 13 0 0 25 0 5 0 249173353 944480256 202039 33554432000 4194304 4417332 140736531258112 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30949/tid=30957] ppid=30947 vsize=922344 CPUtime=822.22 cores=1,3,5,7
/proc/30949/task/30957/stat : 30957 (plingeling) R 30947 30949 30178 0 -1 4202560 89356 1253 0 0 82211 11 0 0 25 0 5 0 249173353 944480256 202039 33554432000 4194304 4417332 140736531258112 18446744073709551615 4344081 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30949/tid=30958] ppid=30947 vsize=922344 CPUtime=822.16 cores=1,3,5,7
/proc/30949/task/30958/stat : 30958 (plingeling) R 30947 30949 30178 0 -1 4202560 126464 1253 0 0 82200 16 0 0 25 0 5 0 249173353 944480256 202039 33554432000 4194304 4417332 140736531258112 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30949/tid=30959] ppid=30947 vsize=922344 CPUtime=817.75 cores=1,3,5,7
/proc/30949/task/30959/stat : 30959 (plingeling) R 30947 30949 30178 0 -1 4202560 369030 1253 0 0 81718 57 0 0 25 0 5 0 249173353 944480256 202039 33554432000 4194304 4417332 140736531258112 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.37
Current children cumulated vsize (KiB) 922344

[startup+882.301 s]
/proc/loadavg: 8.17 7.93 7.34 9/186 30998
/proc/meminfo: memFree=19138636/32951124 swapFree=67111528/67111528
[pid=30949] ppid=30947 vsize=957900 CPUtime=3524.03 cores=1,3,5,7
/proc/30949/stat : 30949 (plingeling) S 30947 30949 30178 0 -1 4202496 705942 1253 0 0 352300 103 0 0 21 0 5 0 249173347 980889600 210928 33554432000 4194304 4417332 140736531258112 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/30949/statm: 239475 210928 181 55 0 237361 0
[pid=30949/tid=30956] ppid=30947 vsize=957900 CPUtime=882.14 cores=1,3,5,7
/proc/30949/task/30956/stat : 30956 (plingeling) R 30947 30949 30178 0 -1 4202560 105178 1253 0 0 88199 15 0 0 25 0 5 0 249173353 980889600 210928 33554432000 4194304 4417332 140736531258112 18446744073709551615 4364463 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30949/tid=30957] ppid=30947 vsize=957900 CPUtime=882.22 cores=1,3,5,7
/proc/30949/task/30957/stat : 30957 (plingeling) R 30947 30949 30178 0 -1 4202560 92049 1253 0 0 88210 12 0 0 25 0 5 0 249173353 980889600 210928 33554432000 4194304 4417332 140736531258112 18446744073709551615 4353472 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30949/tid=30958] ppid=30947 vsize=957900 CPUtime=882.16 cores=1,3,5,7
/proc/30949/task/30958/stat : 30958 (plingeling) R 30947 30949 30178 0 -1 4202560 137194 1253 0 0 88199 17 0 0 25 0 5 0 249173353 980889600 210928 33554432000 4194304 4417332 140736531258112 18446744073709551615 4364509 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30949/tid=30959] ppid=30947 vsize=957900 CPUtime=877.42 cores=1,3,5,7
/proc/30949/task/30959/stat : 30959 (plingeling) R 30947 30949 30178 0 -1 4202560 369030 1253 0 0 87685 57 0 0 25 0 5 0 249173353 980889600 210928 33554432000 4194304 4417332 140736531258112 18446744073709551615 4366011 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.03
Current children cumulated vsize (KiB) 957900

[startup+942.301 s]
/proc/loadavg: 8.24 7.99 7.39 9/186 31000
/proc/meminfo: memFree=19095956/32951124 swapFree=67111528/67111528
[pid=30949] ppid=30947 vsize=927148 CPUtime=3763.71 cores=1,3,5,7
/proc/30949/stat : 30949 (plingeling) S 30947 30949 30178 0 -1 4202496 754295 1253 0 0 376260 111 0 0 21 0 5 0 249173347 949399552 203240 33554432000 4194304 4417332 140736531258112 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/30949/statm: 231787 203240 181 55 0 229673 0
[pid=30949/tid=30956] ppid=30947 vsize=927148 CPUtime=942.13 cores=1,3,5,7
/proc/30949/task/30956/stat : 30956 (plingeling) R 30947 30949 30178 0 -1 4202560 109948 1253 0 0 94198 15 0 0 25 0 5 0 249173353 949399552 203240 33554432000 4194304 4417332 140736531258112 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30949/tid=30957] ppid=30947 vsize=927148 CPUtime=942.22 cores=1,3,5,7
/proc/30949/task/30957/stat : 30957 (plingeling) R 30947 30949 30178 0 -1 4202560 98201 1253 0 0 94209 13 0 0 25 0 5 0 249173353 949399552 203240 33554432000 4194304 4417332 140736531258112 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30949/tid=30958] ppid=30947 vsize=927148 CPUtime=942.17 cores=1,3,5,7
/proc/30949/task/30958/stat : 30958 (plingeling) R 30947 30949 30178 0 -1 4202560 174625 1253 0 0 94193 24 0 0 25 0 5 0 249173353 949399552 203240 33554432000 4194304 4417332 140736531258112 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30949/tid=30959] ppid=30947 vsize=927148 CPUtime=937.09 cores=1,3,5,7
/proc/30949/task/30959/stat : 30959 (plingeling) R 30947 30949 30178 0 -1 4202560 369030 1253 0 0 93652 57 0 0 25 0 5 0 249173353 949399552 203240 33554432000 4194304 4417332 140736531258112 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3763.71
Current children cumulated vsize (KiB) 927148

[startup+1002.3 s]
/proc/loadavg: 8.09 7.99 7.43 9/186 31001
/proc/meminfo: memFree=18680912/32951124 swapFree=67111528/67111528
[pid=30949] ppid=30947 vsize=1112296 CPUtime=4003.37 cores=1,3,5,7
/proc/30949/stat : 30949 (plingeling) S 30947 30949 30178 0 -1 4202496 813203 1253 0 0 400216 121 0 0 21 0 5 0 249173347 1138991104 249527 33554432000 4194304 4417332 140736531258112 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/30949/statm: 278074 249527 181 55 0 275960 0
[pid=30949/tid=30956] ppid=30947 vsize=1112296 CPUtime=1002.13 cores=1,3,5,7
/proc/30949/task/30956/stat : 30956 (plingeling) R 30947 30949 30178 0 -1 4202560 116204 1253 0 0 100197 16 0 0 25 0 5 0 249173353 1138991104 249527 33554432000 4194304 4417332 140736531258112 18446744073709551615 4358085 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30949/tid=30957] ppid=30947 vsize=1112296 CPUtime=1002.23 cores=1,3,5,7
/proc/30949/task/30957/stat : 30957 (plingeling) R 30947 30949 30178 0 -1 4202560 106010 1253 0 0 100209 14 0 0 25 0 5 0 249173353 1138991104 249527 33554432000 4194304 4417332 140736531258112 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30949/tid=30958] ppid=30947 vsize=1112296 CPUtime=1002.17 cores=1,3,5,7
/proc/30949/task/30958/stat : 30958 (plingeling) R 30947 30949 30178 0 -1 4202560 190784 1253 0 0 100191 26 0 0 25 0 5 0 249173353 1138991104 249527 33554432000 4194304 4417332 140736531258112 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30949/tid=30959] ppid=30947 vsize=1112296 CPUtime=996.76 cores=1,3,5,7
/proc/30949/task/30959/stat : 30959 (plingeling) R 30947 30949 30178 0 -1 4202560 397714 1253 0 0 99613 63 0 0 25 0 5 0 249173353 1138991104 249527 33554432000 4194304 4417332 140736531258112 18446744073709551615 4364683 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.37
Current children cumulated vsize (KiB) 1112296

[startup+1062.3 s]
/proc/loadavg: 8.14 8.02 7.47 9/186 31003
/proc/meminfo: memFree=18626332/32951124 swapFree=67111528/67111528
[pid=30949] ppid=30947 vsize=1166872 CPUtime=4243.05 cores=1,3,5,7
/proc/30949/stat : 30949 (plingeling) S 30947 30949 30178 0 -1 4202496 843368 1253 0 0 424179 126 0 0 21 0 5 0 249173347 1194876928 263171 33554432000 4194304 4417332 140736531258112 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/30949/statm: 291718 263171 181 55 0 289604 0
[pid=30949/tid=30956] ppid=30947 vsize=1166872 CPUtime=1062.12 cores=1,3,5,7
/proc/30949/task/30956/stat : 30956 (plingeling) R 30947 30949 30178 0 -1 4202560 124737 1253 0 0 106195 17 0 0 25 0 5 0 249173353 1194876928 263171 33554432000 4194304 4417332 140736531258112 18446744073709551615 4364811 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30949/tid=30957] ppid=30947 vsize=1166872 CPUtime=1062.23 cores=1,3,5,7
/proc/30949/task/30957/stat : 30957 (plingeling) R 30947 30949 30178 0 -1 4202560 106010 1253 0 0 106209 14 0 0 25 0 5 0 249173353 1194876928 263171 33554432000 4194304 4417332 140736531258112 18446744073709551615 4343680 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30949/tid=30958] ppid=30947 vsize=1166872 CPUtime=1062.17 cores=1,3,5,7
/proc/30949/task/30958/stat : 30958 (plingeling) R 30947 30949 30178 0 -1 4202560 194880 1253 0 0 106191 26 0 0 25 0 5 0 249173353 1194876928 263171 33554432000 4194304 4417332 140736531258112 18446744073709551615 4364544 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30949/tid=30959] ppid=30947 vsize=1166872 CPUtime=1056.45 cores=1,3,5,7
/proc/30949/task/30959/stat : 30959 (plingeling) R 30947 30949 30178 0 -1 4202560 415250 1253 0 0 105578 67 0 0 25 0 5 0 249173353 1194876928 263171 33554432000 4194304 4417332 140736531258112 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.05
Current children cumulated vsize (KiB) 1166872

[startup+1122.3 s]
/proc/loadavg: 8.19 8.04 7.51 9/186 31004
/proc/meminfo: memFree=18547080/32951124 swapFree=67111528/67111528
[pid=30949] ppid=30947 vsize=1185392 CPUtime=4482.71 cores=1,3,5,7
/proc/30949/stat : 30949 (plingeling) S 30947 30949 30178 0 -1 4202496 917352 1253 0 0 448134 137 0 0 21 0 5 0 249173347 1213841408 267833 33554432000 4194304 4417332 140736531258112 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/30949/statm: 296348 267833 181 55 0 294234 0
[pid=30949/tid=30956] ppid=30947 vsize=1185392 CPUtime=1122.12 cores=1,3,5,7
/proc/30949/task/30956/stat : 30956 (plingeling) R 30947 30949 30178 0 -1 4202560 130793 1253 0 0 112194 18 0 0 25 0 5 0 249173353 1213841408 267833 33554432000 4194304 4417332 140736531258112 18446744073709551615 4366558 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30949/tid=30957] ppid=30947 vsize=1185392 CPUtime=1122.23 cores=1,3,5,7
/proc/30949/task/30957/stat : 30957 (plingeling) R 30947 30949 30178 0 -1 4202560 150392 1253 0 0 112203 20 0 0 25 0 5 0 249173353 1213841408 267833 33554432000 4194304 4417332 140736531258112 18446744073709551615 4364509 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30949/tid=30958] ppid=30947 vsize=1185392 CPUtime=1122.17 cores=1,3,5,7
/proc/30949/task/30958/stat : 30958 (plingeling) R 30947 30949 30178 0 -1 4202560 218426 1253 0 0 112186 31 0 0 25 0 5 0 249173353 1213841408 267833 33554432000 4194304 4417332 140736531258112 18446744073709551615 4364452 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30949/tid=30959] ppid=30947 vsize=1185392 CPUtime=1116.11 cores=1,3,5,7
/proc/30949/task/30959/stat : 30959 (plingeling) R 30947 30949 30178 0 -1 4202560 415250 1253 0 0 111544 67 0 0 25 0 5 0 249173353 1213841408 267833 33554432000 4194304 4417332 140736531258112 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4482.71
Current children cumulated vsize (KiB) 1185392

[startup+1182.3 s]
/proc/loadavg: 8.19 8.06 7.55 9/186 31006
/proc/meminfo: memFree=18712100/32951124 swapFree=67111528/67111528
[pid=30949] ppid=30947 vsize=921800 CPUtime=4722.39 cores=1,3,5,7
/proc/30949/stat : 30949 (plingeling) S 30947 30949 30178 0 -1 4202496 940942 1253 0 0 472097 142 0 0 21 0 5 0 249173347 943923200 201935 33554432000 4194304 4417332 140736531258112 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/30949/statm: 230450 201935 181 55 0 228336 0
[pid=30949/tid=30956] ppid=30947 vsize=921800 CPUtime=1182.11 cores=1,3,5,7
/proc/30949/task/30956/stat : 30956 (plingeling) R 30947 30949 30178 0 -1 4202560 139946 1253 0 0 118192 19 0 0 25 0 5 0 249173353 943923200 201935 33554432000 4194304 4417332 140736531258112 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30949/tid=30957] ppid=30947 vsize=921800 CPUtime=1182.23 cores=1,3,5,7
/proc/30949/task/30957/stat : 30957 (plingeling) R 30947 30949 30178 0 -1 4202560 157238 1253 0 0 118202 21 0 0 25 0 5 0 249173353 943923200 201935 33554432000 4194304 4417332 140736531258112 18446744073709551615 4236750 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30949/tid=30958] ppid=30947 vsize=921800 CPUtime=1182.18 cores=1,3,5,7
/proc/30949/task/30958/stat : 30958 (plingeling) R 30947 30949 30178 0 -1 4202560 218426 1253 0 0 118187 31 0 0 25 0 5 0 249173353 943923200 201935 33554432000 4194304 4417332 140736531258112 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30949/tid=30959] ppid=30947 vsize=921800 CPUtime=1175.79 cores=1,3,5,7
/proc/30949/task/30959/stat : 30959 (plingeling) R 30947 30949 30178 0 -1 4202560 422841 1253 0 0 117510 69 0 0 25 0 5 0 249173353 943923200 201935 33554432000 4194304 4417332 140736531258112 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.39
Current children cumulated vsize (KiB) 921800



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.14 8.06 7.56 9/186 31006
/proc/meminfo: memFree=18625420/32951124 swapFree=67111528/67111528
[pid=30949] ppid=30947 vsize=971988 CPUtime=4800.3 cores=1,3,5,7
/proc/30949/stat : 30949 (plingeling) S 30947 30949 30178 0 -1 4202496 961681 1253 0 0 479884 146 0 0 21 0 5 0 249173347 995315712 214482 33554432000 4194304 4417332 140736531258112 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/30949/statm: 242997 214482 181 55 0 240883 0
[pid=30949/tid=30956] ppid=30947 vsize=971988 CPUtime=1201.62 cores=1,3,5,7
/proc/30949/task/30956/stat : 30956 (plingeling) R 30947 30949 30178 0 -1 4202560 145389 1253 0 0 120141 21 0 0 25 0 5 0 249173353 995315712 214482 33554432000 4194304 4417332 140736531258112 18446744073709551615 4366297 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30949/tid=30957] ppid=30947 vsize=971988 CPUtime=1201.73 cores=1,3,5,7
/proc/30949/task/30957/stat : 30957 (plingeling) R 30947 30949 30178 0 -1 4202560 164342 1253 0 0 120152 21 0 0 25 0 5 0 249173353 995315712 214482 33554432000 4194304 4417332 140736531258112 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30949/tid=30958] ppid=30947 vsize=971988 CPUtime=1201.68 cores=1,3,5,7
/proc/30949/task/30958/stat : 30958 (plingeling) R 30947 30949 30178 0 -1 4202560 218426 1253 0 0 120137 31 0 0 25 0 5 0 249173353 995315712 214482 33554432000 4194304 4417332 140736531258112 18446744073709551615 4364519 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30949/tid=30959] ppid=30947 vsize=971988 CPUtime=1195.18 cores=1,3,5,7
/proc/30949/task/30959/stat : 30959 (plingeling) R 30947 30949 30178 0 -1 4202560 431033 1253 0 0 119447 71 0 0 25 0 5 0 249173353 995315712 214482 33554432000 4194304 4417332 140736531258112 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.3
Current children cumulated vsize (KiB) 971988

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.85
CPU time (s): 4800.36
CPU user time (s): 4798.87
CPU system time (s): 1.49877
CPU usage (%): 399.415
Max. virtual memory (cumulated for all children) (KiB): 1219416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.87
system time used= 1.49877
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 962934
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= 115
involuntary context switches= 36259

runsolver used 1.9587 second user time and 4.6053 second system time

The end

Launcher Data

Begin job on node107 at 2011-04-29 06:03:41
IDJOB=3258294
IDBENCH=71337
IDSOLVER=1605
FILE ID=node107/3258294-1304049821
RUNJOBID= node107-1304049821-30936
PBS_JOBID= 13170385
Free space on /tmp= 71800 MiB

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

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

MD5SUM BENCH= f39e50b5cd7b50d1971722973512a1b8
RANDOM SEED=1487979655

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:      21416920 kB
Buffers:       2019388 kB
Cached:        8968720 kB
SwapCached:          0 kB
Active:        3008180 kB
Inactive:      8046944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21416920 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1564 kB
Writeback:           0 kB
AnonPages:       66364 kB
Mapped:          14540 kB
Slab:           415908 kB
PageTables:       3960 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187436 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:23:45