Trace number 3309738

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 587UNSAT 1019.66 128.542

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-pdtvissoap1-tseitin.cnf
MD5SUMa4c7dbdc89378b1335eea4904f9f5cb5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark104.513
Satisfiable
(Un)Satisfiability was proved
Number of variables156058
Number of clauses466691
Sum of the clauses size1088943
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2311126
Number of clauses of size 3155563
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

1019.56/128.54	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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-3309738-1304008132/watcher-3309738-1304008132 -o /tmp/evaluation-result-3309738-1304008132/solver-3309738-1304008132 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3309738-1304008132.cnf 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.52 7.95 7.95 2/170 26278
/proc/meminfo: memFree=16755824/32951124 swapFree=67111528/67111528
[pid=26278] ppid=26276 vsize=11252 CPUtime=0 cores=0-7
/proc/26278/stat : 26278 (plingeling) R 26276 26278 26251 0 -1 4202496 889 1250 0 0 0 0 0 0 24 0 1 0 512411716 11522048 819 33554432000 4194304 4417332 140733604823040 18446744073709551615 210204647168 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/26278/statm: 2813 819 147 55 0 699 0

[startup+0.084661 s]
/proc/loadavg: 7.52 7.95 7.95 2/170 26278
/proc/meminfo: memFree=16755824/32951124 swapFree=67111528/67111528
[pid=26278] ppid=26276 vsize=28648 CPUtime=0.07 cores=0-7
/proc/26278/stat : 26278 (plingeling) R 26276 26278 26251 0 -1 4202496 5281 1250 0 0 7 0 0 0 24 0 1 0 512411716 29335552 5185 33554432000 4194304 4417332 140733604823040 18446744073709551615 4231248 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/26278/statm: 7162 5185 148 55 0 5048 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 28648

[startup+0.100641 s]
/proc/loadavg: 7.52 7.95 7.95 2/170 26278
/proc/meminfo: memFree=16755824/32951124 swapFree=67111528/67111528
[pid=26278] ppid=26276 vsize=28648 CPUtime=0.09 cores=0-7
/proc/26278/stat : 26278 (plingeling) R 26276 26278 26251 0 -1 4202496 5281 1250 0 0 9 0 0 0 24 0 1 0 512411716 29335552 5185 33554432000 4194304 4417332 140733604823040 18446744073709551615 4264950 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/26278/statm: 7162 5185 148 55 0 5048 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28648

[startup+0.300608 s]
/proc/loadavg: 7.52 7.95 7.95 2/170 26278
/proc/meminfo: memFree=16755824/32951124 swapFree=67111528/67111528
[pid=26278] ppid=26276 vsize=81460 CPUtime=0.28 cores=0-7
/proc/26278/stat : 26278 (plingeling) R 26276 26278 26251 0 -1 4202496 18544 1250 0 0 27 1 0 0 25 0 1 0 512411716 83415040 18388 33554432000 4194304 4417332 140733604823040 18446744073709551615 4262008 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/26278/statm: 20365 18388 148 55 0 18251 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 81460

[startup+0.700542 s]
/proc/loadavg: 7.52 7.95 7.95 2/170 26278
/proc/meminfo: memFree=16755824/32951124 swapFree=67111528/67111528
[pid=26278] ppid=26276 vsize=151456 CPUtime=0.69 cores=0-7
/proc/26278/stat : 26278 (plingeling) R 26276 26278 26251 0 -1 4202496 36181 1250 0 0 65 4 0 0 25 0 1 0 512411716 155090944 35887 33554432000 4194304 4417332 140733604823040 18446744073709551615 4260027 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/26278/statm: 37864 35887 148 55 0 35750 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 151456

[startup+1.50037 s]
/proc/loadavg: 7.00 7.83 7.91 2/171 26284
/proc/meminfo: memFree=16537340/32951124 swapFree=67111528/67111528
[pid=26278] ppid=26276 vsize=372124 CPUtime=4.26 cores=0-7
/proc/26278/stat : 26278 (plingeling) S 26276 26278 26251 0 -1 4202496 87630 1250 0 0 413 13 0 0 18 0 9 0 512411716 381054976 54253 33554432000 4194304 4417332 140733604823040 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/26278/statm: 93031 54253 169 55 0 90917 0
Current children cumulated CPU time (s) 4.26
Current children cumulated vsize (KiB) 372124

[startup+3.10111 s]
/proc/loadavg: 7.00 7.83 7.91 9/179 26292
/proc/meminfo: memFree=16508888/32951124 swapFree=67111528/67111528
[pid=26278] ppid=26276 vsize=443072 CPUtime=17.06 cores=0-7
/proc/26278/stat : 26278 (plingeling) S 26276 26278 26251 0 -1 4202496 149535 1250 0 0 1682 24 0 0 18 0 9 0 512411716 453705728 75693 33554432000 4194304 4417332 140733604823040 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/26278/statm: 110768 75693 174 55 0 108654 0
[pid=26278/tid=26285] ppid=26276 vsize=443072 CPUtime=2 cores=0-7
/proc/26278/task/26285/stat : 26285 (plingeling) R 26276 26278 26251 0 -1 4202560 10586 1250 0 0 198 2 0 0 25 0 9 0 512411826 453705728 75693 33554432000 4194304 4417332 140733604823040 18446744073709551615 4277567 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26278/tid=26286] ppid=26276 vsize=443072 CPUtime=1.98 cores=0-7
/proc/26278/task/26286/stat : 26286 (plingeling) R 26276 26278 26251 0 -1 4202560 15587 1250 0 0 196 2 0 0 25 0 9 0 512411826 453705728 75693 33554432000 4194304 4417332 140733604823040 18446744073709551615 4301955 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26278/tid=26287] ppid=26276 vsize=443072 CPUtime=1.99 cores=0-7
/proc/26278/task/26287/stat : 26287 (plingeling) R 26276 26278 26251 0 -1 4202560 15937 1250 0 0 197 2 0 0 25 0 9 0 512411826 453705728 75693 33554432000 4194304 4417332 140733604823040 18446744073709551615 4274691 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26278/tid=26288] ppid=26276 vsize=443072 CPUtime=1.99 cores=0-7
/proc/26278/task/26288/stat : 26288 (plingeling) R 26276 26278 26251 0 -1 4202560 2752 1250 0 0 199 0 0 0 21 0 9 0 512411826 453705728 75693 33554432000 4194304 4417332 140733604823040 18446744073709551615 4232654 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26278/tid=26289] ppid=26276 vsize=443072 CPUtime=1.99 cores=0-7
/proc/26278/task/26289/stat : 26289 (plingeling) R 26276 26278 26251 0 -1 4202560 11444 1250 0 0 197 2 0 0 25 0 9 0 512411826 453705728 75693 33554432000 4194304 4417332 140733604823040 18446744073709551615 4275960 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26278/tid=26290] ppid=26276 vsize=443072 CPUtime=1.99 cores=0-7
/proc/26278/task/26290/stat : 26290 (plingeling) R 26276 26278 26251 0 -1 4202560 13495 1250 0 0 197 2 0 0 20 0 9 0 512411826 453705728 75693 33554432000 4194304 4417332 140733604823040 18446744073709551615 4275944 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26278/tid=26291] ppid=26276 vsize=443072 CPUtime=1.98 cores=0-7
/proc/26278/task/26291/stat : 26291 (plingeling) R 26276 26278 26251 0 -1 4202560 14631 1250 0 0 196 2 0 0 25 0 9 0 512411826 453705728 75693 33554432000 4194304 4417332 140733604823040 18446744073709551615 4276039 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26278/tid=26292] ppid=26276 vsize=443072 CPUtime=1.97 cores=0-7
/proc/26278/task/26292/stat : 26292 (plingeling) R 26276 26278 26251 0 -1 4202560 10247 1250 0 0 196 1 0 0 25 0 9 0 512411826 453705728 75693 33554432000 4194304 4417332 140733604823040 18446744073709551615 4280284 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 17.06
Current children cumulated vsize (KiB) 443072

[startup+6.30057 s]
/proc/loadavg: 7.08 7.83 7.91 9/179 26292
/proc/meminfo: memFree=16461148/32951124 swapFree=67111528/67111528
[pid=26278] ppid=26276 vsize=449632 CPUtime=42.63 cores=0-7
/proc/26278/stat : 26278 (plingeling) S 26276 26278 26251 0 -1 4202496 188896 1250 0 0 4234 29 0 0 18 0 9 0 512411716 460423168 80914 33554432000 4194304 4417332 140733604823040 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/26278/statm: 112408 80914 180 55 0 110294 0
[pid=26278/tid=26285] ppid=26276 vsize=449632 CPUtime=5.19 cores=0-7
/proc/26278/task/26285/stat : 26285 (plingeling) R 26276 26278 26251 0 -1 4202560 16390 1250 0 0 517 2 0 0 25 0 9 0 512411826 460423168 80914 33554432000 4194304 4417332 140733604823040 18446744073709551615 4252349 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26278/tid=26286] ppid=26276 vsize=449632 CPUtime=5.19 cores=0-7
/proc/26278/task/26286/stat : 26286 (plingeling) R 26276 26278 26251 0 -1 4202560 17609 1250 0 0 516 3 0 0 25 0 9 0 512411826 460423168 80914 33554432000 4194304 4417332 140733604823040 18446744073709551615 4252601 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26278/tid=26287] ppid=26276 vsize=449632 CPUtime=5.18 cores=0-7
/proc/26278/task/26287/stat : 26287 (plingeling) R 26276 26278 26251 0 -1 4202560 24656 1250 0 0 515 3 0 0 25 0 9 0 512411826 460423168 80914 33554432000 4194304 4417332 140733604823040 18446744073709551615 4258449 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26278/tid=26288] ppid=26276 vsize=449632 CPUtime=5.19 cores=0-7
/proc/26278/task/26288/stat : 26288 (plingeling) R 26276 26278 26251 0 -1 4202560 2754 1250 0 0 519 0 0 0 25 0 9 0 512411826 460423168 80914 33554432000 4194304 4417332 140733604823040 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26278/tid=26289] ppid=26276 vsize=449632 CPUtime=5.18 cores=0-7
/proc/26278/task/26289/stat : 26289 (plingeling) R 26276 26278 26251 0 -1 4202560 19575 1250 0 0 516 2 0 0 25 0 9 0 512411826 460423168 80914 33554432000 4194304 4417332 140733604823040 18446744073709551615 4253176 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26278/tid=26290] ppid=26276 vsize=449632 CPUtime=5.19 cores=0-7
/proc/26278/task/26290/stat : 26290 (plingeling) R 26276 26278 26251 0 -1 4202560 19705 1250 0 0 516 3 0 0 25 0 9 0 512411826 460423168 80914 33554432000 4194304 4417332 140733604823040 18446744073709551615 4257686 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26278/tid=26291] ppid=26276 vsize=449632 CPUtime=5.16 cores=0-7
/proc/26278/task/26291/stat : 26291 (plingeling) R 26276 26278 26251 0 -1 4202560 21562 1250 0 0 513 3 0 0 25 0 9 0 512411826 460423168 80914 33554432000 4194304 4417332 140733604823040 18446744073709551615 4377268 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26278/tid=26292] ppid=26276 vsize=449632 CPUtime=5.18 cores=0-7
/proc/26278/task/26292/stat : 26292 (plingeling) R 26276 26278 26251 0 -1 4202560 11789 1250 0 0 516 2 0 0 25 0 9 0 512411826 460423168 80914 33554432000 4194304 4417332 140733604823040 18446744073709551615 4274287 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 42.63
Current children cumulated vsize (KiB) 449632

[startup+12.7005 s]
/proc/loadavg: 7.15 7.84 7.91 9/179 26292
/proc/meminfo: memFree=16378220/32951124 swapFree=67111528/67111528
[pid=26278] ppid=26276 vsize=440388 CPUtime=93.78 cores=0-7
/proc/26278/stat : 26278 (plingeling) S 26276 26278 26251 0 -1 4202496 208361 1250 0 0 9347 31 0 0 18 0 9 0 512411716 450957312 76726 33554432000 4194304 4417332 140733604823040 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/26278/statm: 110097 76726 181 55 0 107983 0
[pid=26278/tid=26285] ppid=26276 vsize=440388 CPUtime=11.59 cores=0-7
/proc/26278/task/26285/stat : 26285 (plingeling) R 26276 26278 26251 0 -1 4202560 18439 1250 0 0 1157 2 0 0 25 0 9 0 512411826 450957312 76726 33554432000 4194304 4417332 140733604823040 18446744073709551615 4365869 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26278/tid=26286] ppid=26276 vsize=440388 CPUtime=11.58 cores=0-7
/proc/26278/task/26286/stat : 26286 (plingeling) R 26276 26278 26251 0 -1 4202560 19658 1250 0 0 1155 3 0 0 25 0 9 0 512411826 450957312 76726 33554432000 4194304 4417332 140733604823040 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26278/tid=26287] ppid=26276 vsize=440388 CPUtime=11.58 cores=0-7
/proc/26278/task/26287/stat : 26287 (plingeling) R 26276 26278 26251 0 -1 4202560 24656 1250 0 0 1155 3 0 0 25 0 9 0 512411826 450957312 76726 33554432000 4194304 4417332 140733604823040 18446744073709551615 4236672 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26278/tid=26288] ppid=26276 vsize=440388 CPUtime=11.6 cores=0-7
/proc/26278/task/26288/stat : 26288 (plingeling) R 26276 26278 26251 0 -1 4202560 4802 1250 0 0 1159 1 0 0 25 0 9 0 512411826 450957312 76726 33554432000 4194304 4417332 140733604823040 18446744073709551615 4232664 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26278/tid=26289] ppid=26276 vsize=440388 CPUtime=11.59 cores=0-7
/proc/26278/task/26289/stat : 26289 (plingeling) R 26276 26278 26251 0 -1 4202560 23673 1250 0 0 1156 3 0 0 25 0 9 0 512411826 450957312 76726 33554432000 4194304 4417332 140733604823040 18446744073709551615 4320831 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26278/tid=26290] ppid=26276 vsize=440388 CPUtime=11.59 cores=0-7
/proc/26278/task/26290/stat : 26290 (plingeling) R 26276 26278 26251 0 -1 4202560 23804 1250 0 0 1155 4 0 0 25 0 9 0 512411826 450957312 76726 33554432000 4194304 4417332 140733604823040 18446744073709551615 4265443 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26278/tid=26291] ppid=26276 vsize=440388 CPUtime=11.52 cores=0-7
/proc/26278/task/26291/stat : 26291 (plingeling) R 26276 26278 26251 0 -1 4202560 22586 1250 0 0 1149 3 0 0 25 0 9 0 512411826 450957312 76726 33554432000 4194304 4417332 140733604823040 18446744073709551615 4365525 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26278/tid=26292] ppid=26276 vsize=440388 CPUtime=11.57 cores=0-7
/proc/26278/task/26292/stat : 26292 (plingeling) R 26276 26278 26251 0 -1 4202560 15887 1250 0 0 1155 2 0 0 25 0 9 0 512411826 450957312 76726 33554432000 4194304 4417332 140733604823040 18446744073709551615 4237273 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 93.78
Current children cumulated vsize (KiB) 440388

[startup+25.5004 s]
/proc/loadavg: 7.35 7.86 7.92 9/179 26292
/proc/meminfo: memFree=16449172/32951124 swapFree=67111528/67111528
[pid=26278] ppid=26276 vsize=439340 CPUtime=196.12 cores=0-7
/proc/26278/stat : 26278 (plingeling) S 26276 26278 26251 0 -1 4202496 210060 1250 0 0 19580 32 0 0 18 0 9 0 512411716 449884160 76090 33554432000 4194304 4417332 140733604823040 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/26278/statm: 109835 76090 181 55 0 107721 0
[pid=26278/tid=26285] ppid=26276 vsize=439340 CPUtime=24.39 cores=0-7
/proc/26278/task/26285/stat : 26285 (plingeling) R 26276 26278 26251 0 -1 4202560 18745 1250 0 0 2437 2 0 0 25 0 9 0 512411826 449884160 76090 33554432000 4194304 4417332 140733604823040 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26278/tid=26286] ppid=26276 vsize=439340 CPUtime=24.38 cores=0-7
/proc/26278/task/26286/stat : 26286 (plingeling) R 26276 26278 26251 0 -1 4202560 19969 1250 0 0 2435 3 0 0 25 0 9 0 512411826 449884160 76090 33554432000 4194304 4417332 140733604823040 18446744073709551615 4357187 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26278/tid=26287] ppid=26276 vsize=439340 CPUtime=24.38 cores=0-7
/proc/26278/task/26287/stat : 26287 (plingeling) R 26276 26278 26251 0 -1 4202560 24733 1250 0 0 2435 3 0 0 25 0 9 0 512411826 449884160 76090 33554432000 4194304 4417332 140733604823040 18446744073709551615 4364370 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26278/tid=26288] ppid=26276 vsize=439340 CPUtime=24.4 cores=0-7
/proc/26278/task/26288/stat : 26288 (plingeling) R 26276 26278 26251 0 -1 4202560 4802 1250 0 0 2439 1 0 0 25 0 9 0 512411826 449884160 76090 33554432000 4194304 4417332 140733604823040 18446744073709551615 4364487 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26278/tid=26289] ppid=26276 vsize=439340 CPUtime=24.39 cores=0-7
/proc/26278/task/26289/stat : 26289 (plingeling) R 26276 26278 26251 0 -1 4202560 23981 1250 0 0 2436 3 0 0 25 0 9 0 512411826 449884160 76090 33554432000 4194304 4417332 140733604823040 18446744073709551615 4354608 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26278/tid=26290] ppid=26276 vsize=439340 CPUtime=24.39 cores=0-7
/proc/26278/task/26290/stat : 26290 (plingeling) R 26276 26278 26251 0 -1 4202560 24113 1250 0 0 2435 4 0 0 25 0 9 0 512411826 449884160 76090 33554432000 4194304 4417332 140733604823040 18446744073709551615 4330453 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26278/tid=26291] ppid=26276 vsize=439340 CPUtime=24.25 cores=0-7
/proc/26278/task/26291/stat : 26291 (plingeling) R 26276 26278 26251 0 -1 4202560 22664 1250 0 0 2422 3 0 0 25 0 9 0 512411826 449884160 76090 33554432000 4194304 4417332 140733604823040 18446744073709551615 4232108 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26278/tid=26292] ppid=26276 vsize=439340 CPUtime=24.37 cores=0-7
/proc/26278/task/26292/stat : 26292 (plingeling) R 26276 26278 26251 0 -1 4202560 16197 1250 0 0 2435 2 0 0 25 0 9 0 512411826 449884160 76090 33554432000 4194304 4417332 140733604823040 18446744073709551615 4236593 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 196.12
Current children cumulated vsize (KiB) 439340

[startup+51.1011 s]
/proc/loadavg: 7.61 7.87 7.92 9/179 26293
/proc/meminfo: memFree=16451492/32951124 swapFree=67111528/67111528
[pid=26278] ppid=26276 vsize=438732 CPUtime=400.79 cores=0-7
/proc/26278/stat : 26278 (plingeling) S 26276 26278 26251 0 -1 4202496 211472 1250 0 0 40047 32 0 0 18 0 9 0 512411716 449261568 75938 33554432000 4194304 4417332 140733604823040 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/26278/statm: 109683 75938 181 55 0 107569 0
[pid=26278/tid=26285] ppid=26276 vsize=438732 CPUtime=49.99 cores=0-7
/proc/26278/task/26285/stat : 26285 (plingeling) R 26276 26278 26251 0 -1 4202560 18999 1250 0 0 4997 2 0 0 25 0 9 0 512411826 449261568 75938 33554432000 4194304 4417332 140733604823040 18446744073709551615 4364722 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26278/tid=26286] ppid=26276 vsize=438732 CPUtime=49.98 cores=0-7
/proc/26278/task/26286/stat : 26286 (plingeling) R 26276 26278 26251 0 -1 4202560 20222 1250 0 0 4995 3 0 0 25 0 9 0 512411826 449261568 75938 33554432000 4194304 4417332 140733604823040 18446744073709551615 4364572 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26278/tid=26287] ppid=26276 vsize=438732 CPUtime=49.98 cores=0-7
/proc/26278/task/26287/stat : 26287 (plingeling) R 26276 26278 26251 0 -1 4202560 24801 1250 0 0 4995 3 0 0 25 0 9 0 512411826 449261568 75938 33554432000 4194304 4417332 140733604823040 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26278/tid=26288] ppid=26276 vsize=438732 CPUtime=50 cores=0-7
/proc/26278/task/26288/stat : 26288 (plingeling) R 26276 26278 26251 0 -1 4202560 4802 1250 0 0 4999 1 0 0 25 0 9 0 512411826 449261568 75938 33554432000 4194304 4417332 140733604823040 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26278/tid=26289] ppid=26276 vsize=438732 CPUtime=49.99 cores=0-7
/proc/26278/task/26289/stat : 26289 (plingeling) R 26276 26278 26251 0 -1 4202560 24237 1250 0 0 4996 3 0 0 25 0 9 0 512411826 449261568 75938 33554432000 4194304 4417332 140733604823040 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26278/tid=26290] ppid=26276 vsize=438732 CPUtime=49.99 cores=0-7
/proc/26278/task/26290/stat : 26290 (plingeling) R 26276 26278 26251 0 -1 4202560 24368 1250 0 0 4995 4 0 0 25 0 9 0 512411826 449261568 75938 33554432000 4194304 4417332 140733604823040 18446744073709551615 4357187 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26278/tid=26291] ppid=26276 vsize=438732 CPUtime=49.72 cores=0-7
/proc/26278/task/26291/stat : 26291 (plingeling) R 26276 26278 26251 0 -1 4202560 22734 1250 0 0 4969 3 0 0 25 0 9 0 512411826 449261568 75938 33554432000 4194304 4417332 140733604823040 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26278/tid=26292] ppid=26276 vsize=438732 CPUtime=49.97 cores=0-7
/proc/26278/task/26292/stat : 26292 (plingeling) R 26276 26278 26251 0 -1 4202560 16453 1250 0 0 4995 2 0 0 25 0 9 0 512411826 449261568 75938 33554432000 4194304 4417332 140733604823040 18446744073709551615 4365026 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 400.79
Current children cumulated vsize (KiB) 438732

[startup+102.307 s]
/proc/loadavg: 7.88 7.90 7.92 9/179 26294

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

[startup+115.1 s]
/proc/loadavg: 7.89 7.91 7.92 9/179 26294
/proc/meminfo: memFree=16421684/32951124 swapFree=67111528/67111528
[pid=26278] ppid=26276 vsize=489376 CPUtime=912.43 cores=0-7
/proc/26278/stat : 26278 (plingeling) S 26276 26278 26251 0 -1 4202496 230187 1250 0 0 91208 35 0 0 18 0 9 0 512411716 501121024 88611 33554432000 4194304 4417332 140733604823040 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/26278/statm: 122344 88611 181 55 0 120230 0
[pid=26278/tid=26285] ppid=26276 vsize=489376 CPUtime=113.99 cores=0-7
/proc/26278/task/26285/stat : 26285 (plingeling) R 26276 26278 26251 0 -1 4202560 21786 1250 0 0 11396 3 0 0 25 0 9 0 512411826 501121024 88611 33554432000 4194304 4417332 140733604823040 18446744073709551615 4365033 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26278/tid=26286] ppid=26276 vsize=489376 CPUtime=113.98 cores=0-7
/proc/26278/task/26286/stat : 26286 (plingeling) R 26276 26278 26251 0 -1 4202560 22505 1250 0 0 11395 3 0 0 25 0 9 0 512411826 501121024 88611 33554432000 4194304 4417332 140733604823040 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26278/tid=26287] ppid=26276 vsize=489376 CPUtime=113.98 cores=0-7
/proc/26278/task/26287/stat : 26287 (plingeling) R 26276 26278 26251 0 -1 4202560 26891 1250 0 0 11395 3 0 0 25 0 9 0 512411826 501121024 88611 33554432000 4194304 4417332 140733604823040 18446744073709551615 4357458 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26278/tid=26288] ppid=26276 vsize=489376 CPUtime=114 cores=0-7
/proc/26278/task/26288/stat : 26288 (plingeling) R 26276 26278 26251 0 -1 4202560 4802 1250 0 0 11399 1 0 0 25 0 9 0 512411826 501121024 88611 33554432000 4194304 4417332 140733604823040 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26278/tid=26289] ppid=26276 vsize=489376 CPUtime=113.98 cores=0-7
/proc/26278/task/26289/stat : 26289 (plingeling) R 26276 26278 26251 0 -1 4202560 27088 1250 0 0 11395 3 0 0 25 0 9 0 512411826 501121024 88611 33554432000 4194304 4417332 140733604823040 18446744073709551615 4364713 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26278/tid=26290] ppid=26276 vsize=489376 CPUtime=113.98 cores=0-7
/proc/26278/task/26290/stat : 26290 (plingeling) R 26276 26278 26251 0 -1 4202560 28439 1250 0 0 11394 4 0 0 25 0 9 0 512411826 501121024 88611 33554432000 4194304 4417332 140733604823040 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26278/tid=26291] ppid=26276 vsize=489376 CPUtime=113.38 cores=0-7
/proc/26278/task/26291/stat : 26291 (plingeling) R 26276 26278 26251 0 -1 4202560 23991 1250 0 0 11335 3 0 0 25 0 9 0 512411826 501121024 88611 33554432000 4194304 4417332 140733604823040 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26278/tid=26292] ppid=26276 vsize=489376 CPUtime=113.96 cores=0-7
/proc/26278/task/26292/stat : 26292 (plingeling) R 26276 26278 26251 0 -1 4202560 19829 1250 0 0 11393 3 0 0 25 0 9 0 512411826 501121024 88611 33554432000 4194304 4417332 140733604823040 18446744073709551615 4364590 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 912.43
Current children cumulated vsize (KiB) 489376

[startup+121.501 s]
/proc/loadavg: 7.91 7.91 7.92 9/179 26294
/proc/meminfo: memFree=16411024/32951124 swapFree=67111528/67111528
[pid=26278] ppid=26276 vsize=480028 CPUtime=963.6 cores=0-7
/proc/26278/stat : 26278 (plingeling) S 26276 26278 26251 0 -1 4202496 232278 1250 0 0 96325 35 0 0 18 0 9 0 512411716 491548672 86274 33554432000 4194304 4417332 140733604823040 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/26278/statm: 120007 86274 181 55 0 117893 0
[pid=26278/tid=26285] ppid=26276 vsize=480028 CPUtime=120.39 cores=0-7
/proc/26278/task/26285/stat : 26285 (plingeling) R 26276 26278 26251 0 -1 4202560 21795 1250 0 0 12036 3 0 0 25 0 9 0 512411826 491548672 86274 33554432000 4194304 4417332 140733604823040 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26278/tid=26286] ppid=26276 vsize=480028 CPUtime=120.38 cores=0-7
/proc/26278/task/26286/stat : 26286 (plingeling) R 26276 26278 26251 0 -1 4202560 22513 1250 0 0 12035 3 0 0 25 0 9 0 512411826 491548672 86274 33554432000 4194304 4417332 140733604823040 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26278/tid=26287] ppid=26276 vsize=480028 CPUtime=120.38 cores=0-7
/proc/26278/task/26287/stat : 26287 (plingeling) R 26276 26278 26251 0 -1 4202560 26899 1250 0 0 12035 3 0 0 25 0 9 0 512411826 491548672 86274 33554432000 4194304 4417332 140733604823040 18446744073709551615 4364482 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26278/tid=26288] ppid=26276 vsize=480028 CPUtime=120.4 cores=0-7
/proc/26278/task/26288/stat : 26288 (plingeling) R 26276 26278 26251 0 -1 4202560 4802 1250 0 0 12039 1 0 0 25 0 9 0 512411826 491548672 86274 33554432000 4194304 4417332 140733604823040 18446744073709551615 4364375 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26278/tid=26289] ppid=26276 vsize=480028 CPUtime=120.39 cores=0-7
/proc/26278/task/26289/stat : 26289 (plingeling) R 26276 26278 26251 0 -1 4202560 29136 1250 0 0 12035 4 0 0 25 0 9 0 512411826 491548672 86274 33554432000 4194304 4417332 140733604823040 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26278/tid=26290] ppid=26276 vsize=480028 CPUtime=120.39 cores=0-7
/proc/26278/task/26290/stat : 26290 (plingeling) R 26276 26278 26251 0 -1 4202560 28439 1250 0 0 12034 5 0 0 25 0 9 0 512411826 491548672 86274 33554432000 4194304 4417332 140733604823040 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26278/tid=26291] ppid=26276 vsize=480028 CPUtime=119.75 cores=0-7
/proc/26278/task/26291/stat : 26291 (plingeling) R 26276 26278 26251 0 -1 4202560 24001 1250 0 0 11971 4 0 0 25 0 9 0 512411826 491548672 86274 33554432000 4194304 4417332 140733604823040 18446744073709551615 4275877 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26278/tid=26292] ppid=26276 vsize=480028 CPUtime=120.36 cores=0-7
/proc/26278/task/26292/stat : 26292 (plingeling) R 26276 26278 26251 0 -1 4202560 19837 1250 0 0 12033 3 0 0 25 0 9 0 512411826 491548672 86274 33554432000 4194304 4417332 140733604823040 18446744073709551615 4275735 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 963.6
Current children cumulated vsize (KiB) 480028

[startup+124.701 s]
/proc/loadavg: 7.91 7.91 7.92 9/179 26295
/proc/meminfo: memFree=16411148/32951124 swapFree=67111528/67111528
[pid=26278] ppid=26276 vsize=479996 CPUtime=989.18 cores=0-7
/proc/26278/stat : 26278 (plingeling) S 26276 26278 26251 0 -1 4202496 232278 1250 0 0 98883 35 0 0 18 0 9 0 512411716 491515904 86266 33554432000 4194304 4417332 140733604823040 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/26278/statm: 119999 86266 181 55 0 117885 0
[pid=26278/tid=26285] ppid=26276 vsize=479996 CPUtime=123.59 cores=0-7
/proc/26278/task/26285/stat : 26285 (plingeling) R 26276 26278 26251 0 -1 4202560 21795 1250 0 0 12356 3 0 0 25 0 9 0 512411826 491515904 86266 33554432000 4194304 4417332 140733604823040 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26278/tid=26286] ppid=26276 vsize=479996 CPUtime=123.58 cores=0-7
/proc/26278/task/26286/stat : 26286 (plingeling) R 26276 26278 26251 0 -1 4202560 22513 1250 0 0 12355 3 0 0 25 0 9 0 512411826 491515904 86266 33554432000 4194304 4417332 140733604823040 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26278/tid=26287] ppid=26276 vsize=479996 CPUtime=123.58 cores=0-7
/proc/26278/task/26287/stat : 26287 (plingeling) R 26276 26278 26251 0 -1 4202560 26899 1250 0 0 12355 3 0 0 25 0 9 0 512411826 491515904 86266 33554432000 4194304 4417332 140733604823040 18446744073709551615 4311500 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26278/tid=26288] ppid=26276 vsize=479996 CPUtime=123.6 cores=0-7
/proc/26278/task/26288/stat : 26288 (plingeling) R 26276 26278 26251 0 -1 4202560 4802 1250 0 0 12359 1 0 0 25 0 9 0 512411826 491515904 86266 33554432000 4194304 4417332 140733604823040 18446744073709551615 4232654 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26278/tid=26289] ppid=26276 vsize=479996 CPUtime=123.59 cores=0-7
/proc/26278/task/26289/stat : 26289 (plingeling) R 26276 26278 26251 0 -1 4202560 29136 1250 0 0 12355 4 0 0 25 0 9 0 512411826 491515904 86266 33554432000 4194304 4417332 140733604823040 18446744073709551615 4316206 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26278/tid=26290] ppid=26276 vsize=479996 CPUtime=123.59 cores=0-7
/proc/26278/task/26290/stat : 26290 (plingeling) R 26276 26278 26251 0 -1 4202560 28439 1250 0 0 12354 5 0 0 25 0 9 0 512411826 491515904 86266 33554432000 4194304 4417332 140733604823040 18446744073709551615 4346401 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26278/tid=26291] ppid=26276 vsize=479996 CPUtime=122.93 cores=0-7
/proc/26278/task/26291/stat : 26291 (plingeling) R 26276 26278 26251 0 -1 4202560 24001 1250 0 0 12289 4 0 0 25 0 9 0 512411826 491515904 86266 33554432000 4194304 4417332 140733604823040 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26278/tid=26292] ppid=26276 vsize=479996 CPUtime=123.56 cores=0-7
/proc/26278/task/26292/stat : 26292 (plingeling) R 26276 26278 26251 0 -1 4202560 19837 1250 0 0 12353 3 0 0 25 0 9 0 512411826 491515904 86266 33554432000 4194304 4417332 140733604823040 18446744073709551615 4236574 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 989.18
Current children cumulated vsize (KiB) 479996

[startup+126.3 s]
/proc/loadavg: 7.91 7.91 7.92 9/179 26295
/proc/meminfo: memFree=16411148/32951124 swapFree=67111528/67111528
[pid=26278] ppid=26276 vsize=487344 CPUtime=1001.97 cores=0-7
/proc/26278/stat : 26278 (plingeling) S 26276 26278 26251 0 -1 4202496 234326 1250 0 0 100162 35 0 0 18 0 9 0 512411716 499040256 88103 33554432000 4194304 4417332 140733604823040 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/26278/statm: 121836 88103 181 55 0 119722 0
[pid=26278/tid=26285] ppid=26276 vsize=487344 CPUtime=125.19 cores=0-7
/proc/26278/task/26285/stat : 26285 (plingeling) R 26276 26278 26251 0 -1 4202560 21795 1250 0 0 12516 3 0 0 25 0 9 0 512411826 499040256 88103 33554432000 4194304 4417332 140733604823040 18446744073709551615 4305705 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26278/tid=26286] ppid=26276 vsize=487344 CPUtime=125.18 cores=0-7
/proc/26278/task/26286/stat : 26286 (plingeling) R 26276 26278 26251 0 -1 4202560 22513 1250 0 0 12515 3 0 0 25 0 9 0 512411826 499040256 88103 33554432000 4194304 4417332 140733604823040 18446744073709551615 4366011 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26278/tid=26287] ppid=26276 vsize=487344 CPUtime=125.18 cores=0-7
/proc/26278/task/26287/stat : 26287 (plingeling) R 26276 26278 26251 0 -1 4202560 26899 1250 0 0 12515 3 0 0 25 0 9 0 512411826 499040256 88103 33554432000 4194304 4417332 140733604823040 18446744073709551615 4234299 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26278/tid=26288] ppid=26276 vsize=487344 CPUtime=125.2 cores=0-7
/proc/26278/task/26288/stat : 26288 (plingeling) R 26276 26278 26251 0 -1 4202560 4802 1250 0 0 12519 1 0 0 25 0 9 0 512411826 499040256 88103 33554432000 4194304 4417332 140733604823040 18446744073709551615 4364482 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26278/tid=26289] ppid=26276 vsize=487344 CPUtime=125.19 cores=0-7
/proc/26278/task/26289/stat : 26289 (plingeling) R 26276 26278 26251 0 -1 4202560 29136 1250 0 0 12515 4 0 0 25 0 9 0 512411826 499040256 88103 33554432000 4194304 4417332 140733604823040 18446744073709551615 4364796 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26278/tid=26290] ppid=26276 vsize=487344 CPUtime=125.19 cores=0-7
/proc/26278/task/26290/stat : 26290 (plingeling) R 26276 26278 26251 0 -1 4202560 30487 1250 0 0 12514 5 0 0 25 0 9 0 512411826 499040256 88103 33554432000 4194304 4417332 140733604823040 18446744073709551615 4364536 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26278/tid=26291] ppid=26276 vsize=487344 CPUtime=124.53 cores=0-7
/proc/26278/task/26291/stat : 26291 (plingeling) R 26276 26278 26251 0 -1 4202560 24001 1250 0 0 12449 4 0 0 25 0 9 0 512411826 499040256 88103 33554432000 4194304 4417332 140733604823040 18446744073709551615 4364734 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26278/tid=26292] ppid=26276 vsize=487344 CPUtime=125.16 cores=0-7
/proc/26278/task/26292/stat : 26292 (plingeling) R 26276 26278 26251 0 -1 4202560 19837 1250 0 0 12513 3 0 0 25 0 9 0 512411826 499040256 88103 33554432000 4194304 4417332 140733604823040 18446744073709551615 4364452 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 487344

[startup+127.901 s]
/proc/loadavg: 8.00 7.93 7.93 9/179 26295
/proc/meminfo: memFree=16403708/32951124 swapFree=67111528/67111528
[pid=26278] ppid=26276 vsize=495532 CPUtime=1014.77 cores=0-7
/proc/26278/stat : 26278 (plingeling) S 26276 26278 26251 0 -1 4202496 236374 1250 0 0 101441 36 0 0 18 0 9 0 512411716 507424768 90150 33554432000 4194304 4417332 140733604823040 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/26278/statm: 123883 90150 181 55 0 121769 0
[pid=26278/tid=26285] ppid=26276 vsize=495532 CPUtime=126.79 cores=0-7
/proc/26278/task/26285/stat : 26285 (plingeling) R 26276 26278 26251 0 -1 4202560 21795 1250 0 0 12676 3 0 0 25 0 9 0 512411826 507424768 90150 33554432000 4194304 4417332 140733604823040 18446744073709551615 4309972 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26278/tid=26286] ppid=26276 vsize=495532 CPUtime=126.78 cores=0-7
/proc/26278/task/26286/stat : 26286 (plingeling) R 26276 26278 26251 0 -1 4202560 22513 1250 0 0 12675 3 0 0 25 0 9 0 512411826 507424768 90150 33554432000 4194304 4417332 140733604823040 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26278/tid=26287] ppid=26276 vsize=495532 CPUtime=126.78 cores=0-7
/proc/26278/task/26287/stat : 26287 (plingeling) R 26276 26278 26251 0 -1 4202560 26899 1250 0 0 12675 3 0 0 25 0 9 0 512411826 507424768 90150 33554432000 4194304 4417332 140733604823040 18446744073709551615 4232730 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26278/tid=26288] ppid=26276 vsize=495532 CPUtime=126.8 cores=0-7
/proc/26278/task/26288/stat : 26288 (plingeling) R 26276 26278 26251 0 -1 4202560 4802 1250 0 0 12679 1 0 0 25 0 9 0 512411826 507424768 90150 33554432000 4194304 4417332 140733604823040 18446744073709551615 4365846 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26278/tid=26289] ppid=26276 vsize=495532 CPUtime=126.79 cores=0-7
/proc/26278/task/26289/stat : 26289 (plingeling) R 26276 26278 26251 0 -1 4202560 31184 1250 0 0 12675 4 0 0 25 0 9 0 512411826 507424768 90150 33554432000 4194304 4417332 140733604823040 18446744073709551615 4237332 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26278/tid=26290] ppid=26276 vsize=495532 CPUtime=126.79 cores=0-7
/proc/26278/task/26290/stat : 26290 (plingeling) R 26276 26278 26251 0 -1 4202560 30487 1250 0 0 12674 5 0 0 25 0 9 0 512411826 507424768 90150 33554432000 4194304 4417332 140733604823040 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26278/tid=26291] ppid=26276 vsize=495532 CPUtime=126.12 cores=0-7
/proc/26278/task/26291/stat : 26291 (plingeling) R 26276 26278 26251 0 -1 4202560 24001 1250 0 0 12608 4 0 0 25 0 9 0 512411826 507424768 90150 33554432000 4194304 4417332 140733604823040 18446744073709551615 4310429 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26278/tid=26292] ppid=26276 vsize=495532 CPUtime=126.76 cores=0-7
/proc/26278/task/26292/stat : 26292 (plingeling) R 26276 26278 26251 0 -1 4202560 19837 1250 0 0 12673 3 0 0 25 0 9 0 512411826 507424768 90150 33554432000 4194304 4417332 140733604823040 18446744073709551615 4307267 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1014.77
Current children cumulated vsize (KiB) 495532

[startup+128.301 s]
/proc/loadavg: 8.00 7.93 7.93 9/179 26295
/proc/meminfo: memFree=16403708/32951124 swapFree=67111528/67111528
[pid=26278] ppid=26276 vsize=495532 CPUtime=1017.97 cores=0-7
/proc/26278/stat : 26278 (plingeling) S 26276 26278 26251 0 -1 4202496 236374 1250 0 0 101761 36 0 0 18 0 9 0 512411716 507424768 90150 33554432000 4194304 4417332 140733604823040 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/26278/statm: 123883 90150 181 55 0 121769 0
[pid=26278/tid=26285] ppid=26276 vsize=495532 CPUtime=127.19 cores=0-7
/proc/26278/task/26285/stat : 26285 (plingeling) R 26276 26278 26251 0 -1 4202560 21795 1250 0 0 12716 3 0 0 25 0 9 0 512411826 507424768 90150 33554432000 4194304 4417332 140733604823040 18446744073709551615 4346418 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26278/tid=26286] ppid=26276 vsize=495532 CPUtime=127.18 cores=0-7
/proc/26278/task/26286/stat : 26286 (plingeling) R 26276 26278 26251 0 -1 4202560 22513 1250 0 0 12715 3 0 0 25 0 9 0 512411826 507424768 90150 33554432000 4194304 4417332 140733604823040 18446744073709551615 4366424 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26278/tid=26287] ppid=26276 vsize=495532 CPUtime=127.18 cores=0-7
/proc/26278/task/26287/stat : 26287 (plingeling) R 26276 26278 26251 0 -1 4202560 26899 1250 0 0 12715 3 0 0 25 0 9 0 512411826 507424768 90150 33554432000 4194304 4417332 140733604823040 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26278/tid=26288] ppid=26276 vsize=495532 CPUtime=127.2 cores=0-7
/proc/26278/task/26288/stat : 26288 (plingeling) R 26276 26278 26251 0 -1 4202560 4802 1250 0 0 12719 1 0 0 25 0 9 0 512411826 507424768 90150 33554432000 4194304 4417332 140733604823040 18446744073709551615 4366573 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26278/tid=26289] ppid=26276 vsize=495532 CPUtime=127.19 cores=0-7
/proc/26278/task/26289/stat : 26289 (plingeling) R 26276 26278 26251 0 -1 4202560 31184 1250 0 0 12715 4 0 0 25 0 9 0 512411826 507424768 90150 33554432000 4194304 4417332 140733604823040 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26278/tid=26290] ppid=26276 vsize=495532 CPUtime=127.19 cores=0-7
/proc/26278/task/26290/stat : 26290 (plingeling) R 26276 26278 26251 0 -1 4202560 30487 1250 0 0 12714 5 0 0 25 0 9 0 512411826 507424768 90150 33554432000 4194304 4417332 140733604823040 18446744073709551615 4364734 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26278/tid=26291] ppid=26276 vsize=495532 CPUtime=126.51 cores=0-7
/proc/26278/task/26291/stat : 26291 (plingeling) R 26276 26278 26251 0 -1 4202560 24001 1250 0 0 12647 4 0 0 25 0 9 0 512411826 507424768 90150 33554432000 4194304 4417332 140733604823040 18446744073709551615 4309880 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26278/tid=26292] ppid=26276 vsize=495532 CPUtime=127.16 cores=0-7
/proc/26278/task/26292/stat : 26292 (plingeling) R 26276 26278 26251 0 -1 4202560 19837 1250 0 0 12713 3 0 0 25 0 9 0 512411826 507424768 90150 33554432000 4194304 4417332 140733604823040 18446744073709551615 4357111 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1017.97
Current children cumulated vsize (KiB) 495532

[startup+128.501 s]
/proc/loadavg: 8.00 7.93 7.93 9/179 26295
/proc/meminfo: memFree=16403708/32951124 swapFree=67111528/67111528
[pid=26278] ppid=26276 vsize=495532 CPUtime=1019.56 cores=0-7
/proc/26278/stat : 26278 (plingeling) S 26276 26278 26251 0 -1 4202496 236375 1250 0 0 101920 36 0 0 18 0 7 0 512411716 507424768 90151 33554432000 4194304 4417332 140733604823040 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/26278/statm: 123883 90151 182 55 0 121769 0
[pid=26278/tid=26285] ppid=26276 vsize=495532 CPUtime=127.39 cores=0-7
/proc/26278/task/26285/stat : 26285 (plingeling) R 26276 26278 26251 0 -1 4202560 21795 1250 0 0 12736 3 0 0 25 0 7 0 512411826 507424768 90151 33554432000 4194304 4417332 140733604823040 18446744073709551615 4364531 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26278/tid=26286] ppid=26276 vsize=495532 CPUtime=127.38 cores=0-7
/proc/26278/task/26286/stat : 26286 (plingeling) R 26276 26278 26251 0 -1 4202560 22513 1250 0 0 12735 3 0 0 25 0 7 0 512411826 507424768 90151 33554432000 4194304 4417332 140733604823040 18446744073709551615 4199406 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26278/tid=26287] ppid=26276 vsize=495532 CPUtime=127.38 cores=0-7
/proc/26278/task/26287/stat : 26287 (plingeling) R 26276 26278 26251 0 -1 4202560 26899 1250 0 0 12735 3 0 0 25 0 7 0 512411826 507424768 90151 33554432000 4194304 4417332 140733604823040 18446744073709551615 4365897 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26278/tid=26288] ppid=26276 vsize=495532 CPUtime=127.4 cores=0-7
/proc/26278/task/26288/stat : 26288 (plingeling) R 26276 26278 26251 0 -1 4202560 4802 1250 0 0 12739 1 0 0 25 0 7 0 512411826 507424768 90151 33554432000 4194304 4417332 140733604823040 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26278/tid=26290] ppid=26276 vsize=495532 CPUtime=127.39 cores=0-7
/proc/26278/task/26290/stat : 26290 (plingeling) R 26276 26278 26251 0 -1 4202560 30487 1250 0 0 12734 5 0 0 25 0 7 0 512411826 507424768 90151 33554432000 4194304 4417332 140733604823040 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26278/tid=26291] ppid=26276 vsize=495532 CPUtime=126.71 cores=0-7
/proc/26278/task/26291/stat : 26291 (plingeling) R 26276 26278 26251 0 -1 4202560 24001 1250 0 0 12667 4 0 0 25 0 7 0 512411826 507424768 90151 33554432000 4194304 4417332 140733604823040 18446744073709551615 4306871 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1019.56
Current children cumulated vsize (KiB) 495532

Child status: 20
Real time (s): 128.542
CPU time (s): 1019.66
CPU user time (s): 1019.28
CPU system time (s): 0.380942
CPU usage (%): 793.25
Max. virtual memory (cumulated for all children) (KiB): 527012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1019.28
system time used= 0.380942
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 237628
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= 424
involuntary context switches= 4932

runsolver used 0.201969 second user time and 0.489925 second system time

The end

Launcher Data

Begin job on node130 at 2011-04-28 18:28:52
IDJOB=3309738
IDBENCH=82488
IDSOLVER=1695
FILE ID=node130/3309738-1304008132
RUNJOBID= node130-1304008132-26265
PBS_JOBID= 13168841
Free space on /tmp= 71988 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtvissoap1-tseitin.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309738-1304008132/watcher-3309738-1304008132 -o /tmp/evaluation-result-3309738-1304008132/solver-3309738-1304008132 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3309738-1304008132.cnf

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= a4c7dbdc89378b1335eea4904f9f5cb5
RANDOM SEED=1505081486

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16755856 kB
Buffers:       2125368 kB
Cached:       13450536 kB
SwapCached:          0 kB
Active:        7417396 kB
Inactive:      8222192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16755856 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            8204 kB
Writeback:           0 kB
AnonPages:       63020 kB
Mapped:          14536 kB
Slab:           489272 kB
PageTables:       4224 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187096 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= 71988 MiB
End job on node130 at 2011-04-28 18:31:01