Trace number 3309993

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 6802.93 857.634

General information on the benchmark

NameSAT04/industrial/velev/vliw_unsat_2.0/
9dlx_vliw_at_b_iq6.used-as.sat04-347.cnf
MD5SUM580dc3969c4e46e50013253fd4ac9139
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark326.479
Satisfiable
(Un)Satisfiability was proved
Number of variables209724
Number of clauses3634677
Sum of the clauses size10547961
Maximum clause length169
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 23415202
Number of clauses of size 349840
Number of clauses of size 46998
Number of clauses of size 514973
Number of clauses of size over 5147663

Solver Data

6802.88/857.60	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-3309993-1304019069/watcher-3309993-1304019069 -o /tmp/evaluation-result-3309993-1304019069/solver-3309993-1304019069 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3309993-1304019069.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: 0.09 1.23 4.35 2/174 26019
/proc/meminfo: memFree=31363140/32951124 swapFree=67111344/67111528
[pid=26019] ppid=26017 vsize=11724 CPUtime=0 cores=0-7
/proc/26019/stat : 26019 (plingeling) R 26017 26019 25993 0 -1 4202496 998 1251 0 0 0 0 0 0 23 0 1 0 513505030 12005376 926 33554432000 4194304 4417332 140735266276416 18446744073709551615 271550234379 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/26019/statm: 2931 926 146 55 0 817 0

[startup+0.0236361 s]
/proc/loadavg: 0.09 1.23 4.35 2/174 26019
/proc/meminfo: memFree=31363140/32951124 swapFree=67111344/67111528
[pid=26019] ppid=26017 vsize=15408 CPUtime=0.01 cores=0-7
/proc/26019/stat : 26019 (plingeling) R 26017 26019 25993 0 -1 4202496 1931 1251 0 0 1 0 0 0 23 0 1 0 513505030 15777792 1859 33554432000 4194304 4417332 140735266276416 18446744073709551615 4231434 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/26019/statm: 3852 1859 148 55 0 1738 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 15408

[startup+0.100614 s]
/proc/loadavg: 0.09 1.23 4.35 2/174 26019
/proc/meminfo: memFree=31363140/32951124 swapFree=67111344/67111528
[pid=26019] ppid=26017 vsize=26696 CPUtime=0.09 cores=0-7
/proc/26019/stat : 26019 (plingeling) R 26017 26019 25993 0 -1 4202496 4769 1251 0 0 9 0 0 0 23 0 1 0 513505030 27336704 4697 33554432000 4194304 4417332 140735266276416 18446744073709551615 4231490 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/26019/statm: 6674 4697 148 55 0 4560 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26696

[startup+0.300598 s]
/proc/loadavg: 0.09 1.23 4.35 2/174 26019
/proc/meminfo: memFree=31363140/32951124 swapFree=67111344/67111528
[pid=26019] ppid=26017 vsize=45928 CPUtime=0.29 cores=0-7
/proc/26019/stat : 26019 (plingeling) R 26017 26019 25993 0 -1 4202496 9577 1251 0 0 28 1 0 0 24 0 1 0 513505030 47030272 9505 33554432000 4194304 4417332 140735266276416 18446744073709551615 4231392 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/26019/statm: 11482 9505 148 55 0 9368 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45928

[startup+0.700509 s]
/proc/loadavg: 0.09 1.23 4.35 2/174 26019
/proc/meminfo: memFree=31363140/32951124 swapFree=67111344/67111528
[pid=26019] ppid=26017 vsize=112376 CPUtime=0.69 cores=0-7
/proc/26019/stat : 26019 (plingeling) R 26017 26019 25993 0 -1 4202496 26189 1251 0 0 66 3 0 0 25 0 1 0 513505030 115073024 26117 33554432000 4194304 4417332 140735266276416 18446744073709551615 4321577 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/26019/statm: 28094 26117 148 55 0 25980 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 112376

[startup+1.50036 s]
/proc/loadavg: 0.16 1.23 4.33 2/175 26025
/proc/meminfo: memFree=31223632/32951124 swapFree=67111344/67111528
[pid=26019] ppid=26017 vsize=213360 CPUtime=1.49 cores=0-7
/proc/26019/stat : 26019 (plingeling) R 26017 26019 25993 0 -1 4202496 51447 1251 0 0 142 7 0 0 25 0 1 0 513505030 218480640 51363 33554432000 4194304 4417332 140735266276416 18446744073709551615 4259651 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/26019/statm: 53340 51363 148 55 0 51226 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 213360

[startup+3.10109 s]
/proc/loadavg: 0.16 1.23 4.33 2/175 26025
/proc/meminfo: memFree=31086740/32951124 swapFree=67111344/67111528
[pid=26019] ppid=26017 vsize=415364 CPUtime=3.09 cores=0-7
/proc/26019/stat : 26019 (plingeling) R 26017 26019 25993 0 -1 4202496 101948 1251 0 0 296 13 0 0 25 0 1 0 513505030 425332736 101864 33554432000 4194304 4417332 140735266276416 18446744073709551615 271550537472 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/26019/statm: 103841 101864 148 55 0 101727 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 415364

[startup+6.30049 s]
/proc/loadavg: 0.23 1.22 4.31 2/175 26025
/proc/meminfo: memFree=30817288/32951124 swapFree=67111344/67111528
[pid=26019] ppid=26017 vsize=816952 CPUtime=6.29 cores=0-7
/proc/26019/stat : 26019 (plingeling) R 26017 26019 25993 0 -1 4202496 202365 1251 0 0 606 23 0 0 25 0 1 0 513505030 836558848 202261 33554432000 4194304 4417332 140735266276416 18446744073709551615 4262065 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/26019/statm: 204238 202261 148 55 0 202124 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 816952

[startup+12.7013 s]
/proc/loadavg: 0.85 1.34 4.33 9/183 26034
/proc/meminfo: memFree=30507036/32951124 swapFree=67111344/67111528
[pid=26019] ppid=26017 vsize=1129144 CPUtime=49.75 cores=0-7
/proc/26019/stat : 26019 (plingeling) S 26017 26019 25993 0 -1 4202496 321693 1251 0 0 4931 44 0 0 25 0 9 0 513505030 1156243456 246961 33554432000 4194304 4417332 140735266276416 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26019/statm: 282286 246961 177 55 0 280172 0
[pid=26019/tid=26026] ppid=26017 vsize=1129144 CPUtime=5.3 cores=0-7
/proc/26019/task/26026/stat : 26026 (plingeling) R 26017 26019 25993 0 -1 4202560 5739 1251 0 0 530 0 0 0 25 0 9 0 513505768 1156243456 246961 33554432000 4194304 4417332 140735266276416 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26019/tid=26027] ppid=26017 vsize=1129144 CPUtime=5.31 cores=0-7
/proc/26019/task/26027/stat : 26027 (plingeling) R 26017 26019 25993 0 -1 4202560 7373 1251 0 0 530 1 0 0 25 0 9 0 513505768 1156243456 246961 33554432000 4194304 4417332 140735266276416 18446744073709551615 4277864 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26019/tid=26028] ppid=26017 vsize=1129144 CPUtime=5.3 cores=0-7
/proc/26019/task/26028/stat : 26028 (plingeling) R 26017 26019 25993 0 -1 4202560 40507 1251 0 0 523 7 0 0 25 0 9 0 513505768 1156243456 246961 33554432000 4194304 4417332 140735266276416 18446744073709551615 4274913 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26019/tid=26029] ppid=26017 vsize=1129144 CPUtime=5.29 cores=0-7
/proc/26019/task/26029/stat : 26029 (plingeling) R 26017 26019 25993 0 -1 4202560 4737 1251 0 0 529 0 0 0 25 0 9 0 513505768 1156243456 246961 33554432000 4194304 4417332 140735266276416 18446744073709551615 4264940 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26019/tid=26030] ppid=26017 vsize=1129144 CPUtime=5.3 cores=0-7
/proc/26019/task/26030/stat : 26030 (plingeling) R 26017 26019 25993 0 -1 4202560 5771 1251 0 0 529 1 0 0 25 0 9 0 513505768 1156243456 246961 33554432000 4194304 4417332 140735266276416 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26019/tid=26031] ppid=26017 vsize=1129144 CPUtime=5.28 cores=0-7
/proc/26019/task/26031/stat : 26031 (plingeling) R 26017 26019 25993 0 -1 4202560 5769 1251 0 0 528 0 0 0 25 0 9 0 513505769 1156243456 246961 33554432000 4194304 4417332 140735266276416 18446744073709551615 4265465 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26019/tid=26032] ppid=26017 vsize=1129144 CPUtime=5.27 cores=0-7
/proc/26019/task/26032/stat : 26032 (plingeling) R 26017 26019 25993 0 -1 4202560 42022 1251 0 0 521 6 0 0 25 0 9 0 513505769 1156243456 246961 33554432000 4194304 4417332 140735266276416 18446744073709551615 4255662 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26019/tid=26033] ppid=26017 vsize=1129144 CPUtime=5.25 cores=0-7
/proc/26019/task/26033/stat : 26033 (plingeling) R 26017 26019 25993 0 -1 4202560 7393 1251 0 0 524 1 0 0 25 0 9 0 513505769 1156243456 246961 33554432000 4194304 4417332 140735266276416 18446744073709551615 4295187 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 49.75
Current children cumulated vsize (KiB) 1129144

[startup+25.501 s]
/proc/loadavg: 2.43 1.66 4.39 9/183 26034
/proc/meminfo: memFree=30336792/32951124 swapFree=67111344/67111528
[pid=26019] ppid=26017 vsize=1170044 CPUtime=152.02 cores=0-7
/proc/26019/stat : 26019 (plingeling) S 26017 26019 25993 0 -1 4202496 546913 1251 0 0 15114 88 0 0 25 0 9 0 513505030 1198125056 256676 33554432000 4194304 4417332 140735266276416 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26019/statm: 292511 256676 181 55 0 290397 0
[pid=26019/tid=26026] ppid=26017 vsize=1170044 CPUtime=18.08 cores=0-7
/proc/26019/task/26026/stat : 26026 (plingeling) R 26017 26019 25993 0 -1 4202560 45096 1251 0 0 1799 9 0 0 25 0 9 0 513505768 1198125056 256676 33554432000 4194304 4417332 140735266276416 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26019/tid=26027] ppid=26017 vsize=1170044 CPUtime=18.1 cores=0-7
/proc/26019/task/26027/stat : 26027 (plingeling) R 26017 26019 25993 0 -1 4202560 45746 1251 0 0 1803 7 0 0 25 0 9 0 513505768 1198125056 256676 33554432000 4194304 4417332 140735266276416 18446744073709551615 4236544 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26019/tid=26028] ppid=26017 vsize=1170044 CPUtime=18.1 cores=0-7
/proc/26019/task/26028/stat : 26028 (plingeling) R 26017 26019 25993 0 -1 4202560 52644 1251 0 0 1800 10 0 0 25 0 9 0 513505768 1198125056 256676 33554432000 4194304 4417332 140735266276416 18446744073709551615 4364375 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26019/tid=26029] ppid=26017 vsize=1170044 CPUtime=18.09 cores=0-7
/proc/26019/task/26029/stat : 26029 (plingeling) R 26017 26019 25993 0 -1 4202560 4737 1251 0 0 1809 0 0 0 25 0 9 0 513505768 1198125056 256676 33554432000 4194304 4417332 140735266276416 18446744073709551615 4364502 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26019/tid=26030] ppid=26017 vsize=1170044 CPUtime=18.09 cores=0-7
/proc/26019/task/26030/stat : 26030 (plingeling) R 26017 26019 25993 0 -1 4202560 44205 1251 0 0 1803 6 0 0 25 0 9 0 513505768 1198125056 256676 33554432000 4194304 4417332 140735266276416 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26019/tid=26031] ppid=26017 vsize=1170044 CPUtime=18.05 cores=0-7
/proc/26019/task/26031/stat : 26031 (plingeling) R 26017 26019 25993 0 -1 4202560 51318 1251 0 0 1794 11 0 0 25 0 9 0 513505769 1198125056 256676 33554432000 4194304 4417332 140735266276416 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26019/tid=26032] ppid=26017 vsize=1170044 CPUtime=18.07 cores=0-7
/proc/26019/task/26032/stat : 26032 (plingeling) R 26017 26019 25993 0 -1 4202560 54681 1251 0 0 1798 9 0 0 25 0 9 0 513505769 1198125056 256676 33554432000 4194304 4417332 140735266276416 18446744073709551615 4265443 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26019/tid=26033] ppid=26017 vsize=1170044 CPUtime=17.97 cores=0-7
/proc/26019/task/26033/stat : 26033 (plingeling) R 26017 26019 25993 0 -1 4202560 46104 1251 0 0 1789 8 0 0 25 0 9 0 513505769 1198125056 256676 33554432000 4194304 4417332 140735266276416 18446744073709551615 4232801 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 152.02
Current children cumulated vsize (KiB) 1170044

[startup+51.1013 s]
/proc/loadavg: 4.41 2.19 4.49 9/183 26035
/proc/meminfo: memFree=30313880/32951124 swapFree=67111344/67111528
[pid=26019] ppid=26017 vsize=1226264 CPUtime=356.67 cores=0-7
/proc/26019/stat : 26019 (plingeling) S 26017 26019 25993 0 -1 4202496 586029 1251 0 0 35571 96 0 0 25 0 9 0 513505030 1255694336 270731 33554432000 4194304 4417332 140735266276416 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26019/statm: 306566 270731 181 55 0 304452 0
[pid=26019/tid=26026] ppid=26017 vsize=1226264 CPUtime=43.68 cores=0-7
/proc/26019/task/26026/stat : 26026 (plingeling) R 26017 26019 25993 0 -1 4202560 45096 1251 0 0 4359 9 0 0 25 0 9 0 513505768 1255694336 270731 33554432000 4194304 4417332 140735266276416 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26019/tid=26027] ppid=26017 vsize=1226264 CPUtime=43.7 cores=0-7
/proc/26019/task/26027/stat : 26027 (plingeling) R 26017 26019 25993 0 -1 4202560 45911 1251 0 0 4363 7 0 0 25 0 9 0 513505768 1255694336 270731 33554432000 4194304 4417332 140735266276416 18446744073709551615 4275892 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26019/tid=26028] ppid=26017 vsize=1226264 CPUtime=43.68 cores=0-7
/proc/26019/task/26028/stat : 26028 (plingeling) R 26017 26019 25993 0 -1 4202560 52644 1251 0 0 4358 10 0 0 25 0 9 0 513505768 1255694336 270731 33554432000 4194304 4417332 140735266276416 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26019/tid=26029] ppid=26017 vsize=1226264 CPUtime=43.7 cores=0-7
/proc/26019/task/26029/stat : 26029 (plingeling) R 26017 26019 25993 0 -1 4202560 35332 1251 0 0 4363 7 0 0 25 0 9 0 513505768 1255694336 270731 33554432000 4194304 4417332 140735266276416 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26019/tid=26030] ppid=26017 vsize=1226264 CPUtime=43.69 cores=0-7
/proc/26019/task/26030/stat : 26030 (plingeling) R 26017 26019 25993 0 -1 4202560 44205 1251 0 0 4363 6 0 0 25 0 9 0 513505768 1255694336 270731 33554432000 4194304 4417332 140735266276416 18446744073709551615 4235565 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26019/tid=26031] ppid=26017 vsize=1226264 CPUtime=43.65 cores=0-7
/proc/26019/task/26031/stat : 26031 (plingeling) R 26017 26019 25993 0 -1 4202560 51318 1251 0 0 4354 11 0 0 25 0 9 0 513505769 1255694336 270731 33554432000 4194304 4417332 140735266276416 18446744073709551615 4262236 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26019/tid=26032] ppid=26017 vsize=1226264 CPUtime=43.67 cores=0-7
/proc/26019/task/26032/stat : 26032 (plingeling) R 26017 26019 25993 0 -1 4202560 54681 1251 0 0 4358 9 0 0 25 0 9 0 513505769 1255694336 270731 33554432000 4194304 4417332 140735266276416 18446744073709551615 4281949 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26019/tid=26033] ppid=26017 vsize=1226264 CPUtime=43.44 cores=0-7
/proc/26019/task/26033/stat : 26033 (plingeling) R 26017 26019 25993 0 -1 4202560 54460 1251 0 0 4335 9 0 0 25 0 9 0 513505769 1255694336 270731 33554432000 4194304 4417332 140735266276416 18446744073709551615 4275001 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 356.67
Current children cumulated vsize (KiB) 1226264

[startup+102.307 s]
/proc/loadavg: 6.44 3.08 4.67 9/183 26036
/proc/meminfo: memFree=30393300/32951124 swapFree=67111344/67111528
[pid=26019] ppid=26017 vsize=1117260 CPUtime=766.02 cores=0-7
/proc/26019/stat : 26019 (plingeling) S 26017 26019 25993 0 -1 4202496 828350 1251 0 0 76458 144 0 0 25 0 9 0 513505030 1144074240 242101 33554432000 4194304 4417332 140735266276416 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26019/statm: 279315 242101 181 55 0 277201 0
[pid=26019/tid=26026] ppid=26017 vsize=1117260 CPUtime=94.9 cores=0-7
/proc/26019/task/26026/stat : 26026 (plingeling) R 26017 26019 25993 0 -1 4202560 82195 1251 0 0 9473 17 0 0 25 0 9 0 513505768 1144074240 242101 33554432000 4194304 4417332 140735266276416 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26019/tid=26027] ppid=26017 vsize=1117260 CPUtime=94.9 cores=0-7
/proc/26019/task/26027/stat : 26027 (plingeling) R 26017 26019 25993 0 -1 4202560 80854 1251 0 0 9476 14 0 0 25 0 9 0 513505768 1144074240 242101 33554432000 4194304 4417332 140735266276416 18446744073709551615 4264940 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26019/tid=26028] ppid=26017 vsize=1117260 CPUtime=94.87 cores=0-7
/proc/26019/task/26028/stat : 26028 (plingeling) R 26017 26019 25993 0 -1 4202560 89662 1251 0 0 9471 16 0 0 25 0 9 0 513505768 1144074240 242101 33554432000 4194304 4417332 140735266276416 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26019/tid=26029] ppid=26017 vsize=1117260 CPUtime=94.9 cores=0-7
/proc/26019/task/26029/stat : 26029 (plingeling) R 26017 26019 25993 0 -1 4202560 44831 1251 0 0 9481 9 0 0 25 0 9 0 513505768 1144074240 242101 33554432000 4194304 4417332 140735266276416 18446744073709551615 4250852 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26019/tid=26030] ppid=26017 vsize=1117260 CPUtime=94.9 cores=0-7
/proc/26019/task/26030/stat : 26030 (plingeling) R 26017 26019 25993 0 -1 4202560 79291 1251 0 0 9475 15 0 0 25 0 9 0 513505768 1144074240 242101 33554432000 4194304 4417332 140735266276416 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26019/tid=26031] ppid=26017 vsize=1117260 CPUtime=94.86 cores=0-7
/proc/26019/task/26031/stat : 26031 (plingeling) R 26017 26019 25993 0 -1 4202560 73635 1251 0 0 9471 15 0 0 25 0 9 0 513505769 1144074240 242101 33554432000 4194304 4417332 140735266276416 18446744073709551615 4236593 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26019/tid=26032] ppid=26017 vsize=1117260 CPUtime=94.87 cores=0-7
/proc/26019/task/26032/stat : 26032 (plingeling) R 26017 26019 25993 0 -1 4202560 92246 1251 0 0 9472 15 0 0 25 0 9 0 513505769 1144074240 242101 33554432000 4194304 4417332 140735266276416 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26019/tid=26033] ppid=26017 vsize=1117260 CPUtime=94.36 cores=0-7
/proc/26019/task/26033/stat : 26033 (plingeling) R 26017 26019 25993 0 -1 4202560 83254 1251 0 0 9421 15 0 0 25 0 9 0 513505769 1144074240 242101 33554432000 4194304 4417332 140735266276416 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 766.02
Current children cumulated vsize (KiB) 1117260

[startup+162.301 s]
/proc/loadavg: 7.46 3.99 4.88 9/183 26038
/proc/meminfo: memFree=30237776/32951124 swapFree=67111344/67111528
[pid=26019] ppid=26017 vsize=1262980 CPUtime=1245.64 cores=0-7
/proc/26019/stat : 26019 (plingeling) S 26017 26019 25993 0 -1 4202496 1014911 1251 0 0 124381 183 0 0 25 0 9 0 513505030 1293291520 278511 33554432000 4194304 4417332 140735266276416 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26019/statm: 315745 278511 181 55 0 313631 0
[pid=26019/tid=26026] ppid=26017 vsize=1262980 CPUtime=154.89 cores=0-7
/proc/26019/task/26026/stat : 26026 (plingeling) R 26017 26019 25993 0 -1 4202560 101565 1251 0 0 15468 21 0 0 25 0 9 0 513505768 1293291520 278511 33554432000 4194304 4417332 140735266276416 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26019/tid=26027] ppid=26017 vsize=1262980 CPUtime=154.9 cores=0-7

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


[startup+844.701 s]
/proc/loadavg: 8.18 7.69 6.54 9/183 26056
/proc/meminfo: memFree=29469140/32951124 swapFree=67111344/67111528
[pid=26019] ppid=26017 vsize=2019888 CPUtime=6701.13 cores=0-7
/proc/26019/stat : 26019 (plingeling) S 26017 26019 25993 0 -1 4202496 1865365 1251 0 0 669772 341 0 0 25 0 9 0 513505030 2068365312 473417 33554432000 4194304 4417332 140735266276416 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26019/statm: 504972 473417 181 55 0 502858 0
[pid=26019/tid=26026] ppid=26017 vsize=2019888 CPUtime=837.3 cores=0-7
/proc/26019/task/26026/stat : 26026 (plingeling) R 26017 26019 25993 0 -1 4202560 175599 1251 0 0 83698 32 0 0 25 0 9 0 513505768 2068365312 473417 33554432000 4194304 4417332 140735266276416 18446744073709551615 4366359 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26019/tid=26027] ppid=26017 vsize=2019888 CPUtime=837.32 cores=0-7
/proc/26019/task/26027/stat : 26027 (plingeling) R 26017 26019 25993 0 -1 4202560 173945 1251 0 0 83699 33 0 0 25 0 9 0 513505768 2068365312 473417 33554432000 4194304 4417332 140735266276416 18446744073709551615 4232654 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26019/tid=26028] ppid=26017 vsize=2019888 CPUtime=837.22 cores=0-7
/proc/26019/task/26028/stat : 26028 (plingeling) R 26017 26019 25993 0 -1 4202560 165761 1251 0 0 83690 32 0 0 25 0 9 0 513505768 2068365312 473417 33554432000 4194304 4417332 140735266276416 18446744073709551615 4275748 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26019/tid=26029] ppid=26017 vsize=2019888 CPUtime=837.32 cores=0-7
/proc/26019/task/26029/stat : 26029 (plingeling) R 26017 26019 25993 0 -1 4202560 393824 1251 0 0 83652 80 0 0 25 0 9 0 513505768 2068365312 473417 33554432000 4194304 4417332 140735266276416 18446744073709551615 4270279 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26019/tid=26030] ppid=26017 vsize=2019888 CPUtime=837.24 cores=0-7
/proc/26019/task/26030/stat : 26030 (plingeling) R 26017 26019 25993 0 -1 4202560 195866 1251 0 0 83690 34 0 0 25 0 9 0 513505768 2068365312 473417 33554432000 4194304 4417332 140735266276416 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26019/tid=26031] ppid=26017 vsize=2019888 CPUtime=837.27 cores=0-7
/proc/26019/task/26031/stat : 26031 (plingeling) R 26017 26019 25993 0 -1 4202560 195199 1251 0 0 83693 34 0 0 25 0 9 0 513505769 2068365312 473417 33554432000 4194304 4417332 140735266276416 18446744073709551615 4277864 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26019/tid=26032] ppid=26017 vsize=2019888 CPUtime=837.28 cores=0-7
/proc/26019/task/26032/stat : 26032 (plingeling) R 26017 26019 25993 0 -1 4202560 167408 1251 0 0 83696 32 0 0 25 0 9 0 513505769 2068365312 473417 33554432000 4194304 4417332 140735266276416 18446744073709551615 4232640 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26019/tid=26033] ppid=26017 vsize=2019888 CPUtime=832.72 cores=0-7
/proc/26019/task/26033/stat : 26033 (plingeling) R 26017 26019 25993 0 -1 4202560 195381 1251 0 0 83235 37 0 0 25 0 9 0 513505769 2068365312 473417 33554432000 4194304 4417332 140735266276416 18446744073709551615 4253504 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6701.13
Current children cumulated vsize (KiB) 2019888

[startup+851.101 s]
/proc/loadavg: 8.15 7.70 6.56 9/183 26056
/proc/meminfo: memFree=29638776/32951124 swapFree=67111344/67111528
[pid=26019] ppid=26017 vsize=1852380 CPUtime=6752.25 cores=0-7
/proc/26019/stat : 26019 (plingeling) S 26017 26019 25993 0 -1 4202496 1890918 1251 0 0 674880 345 0 0 25 0 9 0 513505030 1896837120 430859 33554432000 4194304 4417332 140735266276416 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26019/statm: 463095 430859 181 55 0 460981 0
[pid=26019/tid=26026] ppid=26017 vsize=1852380 CPUtime=843.7 cores=0-7
/proc/26019/task/26026/stat : 26026 (plingeling) R 26017 26019 25993 0 -1 4202560 175599 1251 0 0 84338 32 0 0 25 0 9 0 513505768 1896837120 430859 33554432000 4194304 4417332 140735266276416 18446744073709551615 4262487 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26019/tid=26027] ppid=26017 vsize=1852380 CPUtime=843.71 cores=0-7
/proc/26019/task/26027/stat : 26027 (plingeling) R 26017 26019 25993 0 -1 4202560 173945 1251 0 0 84338 33 0 0 25 0 9 0 513505768 1896837120 430859 33554432000 4194304 4417332 140735266276416 18446744073709551615 4365065 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26019/tid=26028] ppid=26017 vsize=1852380 CPUtime=843.62 cores=0-7
/proc/26019/task/26028/stat : 26028 (plingeling) R 26017 26019 25993 0 -1 4202560 165761 1251 0 0 84330 32 0 0 25 0 9 0 513505768 1896837120 430859 33554432000 4194304 4417332 140735266276416 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26019/tid=26029] ppid=26017 vsize=1852380 CPUtime=843.72 cores=0-7
/proc/26019/task/26029/stat : 26029 (plingeling) R 26017 26019 25993 0 -1 4202560 408250 1251 0 0 84289 83 0 0 25 0 9 0 513505768 1896837120 430859 33554432000 4194304 4417332 140735266276416 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26019/tid=26030] ppid=26017 vsize=1852380 CPUtime=843.64 cores=0-7
/proc/26019/task/26030/stat : 26030 (plingeling) R 26017 26019 25993 0 -1 4202560 195866 1251 0 0 84330 34 0 0 25 0 9 0 513505768 1896837120 430859 33554432000 4194304 4417332 140735266276416 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26019/tid=26031] ppid=26017 vsize=1852380 CPUtime=843.66 cores=0-7
/proc/26019/task/26031/stat : 26031 (plingeling) R 26017 26019 25993 0 -1 4202560 203962 1251 0 0 84331 35 0 0 25 0 9 0 513505769 1896837120 430859 33554432000 4194304 4417332 140735266276416 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26019/tid=26032] ppid=26017 vsize=1852380 CPUtime=843.67 cores=0-7
/proc/26019/task/26032/stat : 26032 (plingeling) R 26017 26019 25993 0 -1 4202560 167408 1251 0 0 84335 32 0 0 25 0 9 0 513505769 1896837120 430859 33554432000 4194304 4417332 140735266276416 18446744073709551615 4364713 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26019/tid=26033] ppid=26017 vsize=1852380 CPUtime=839.08 cores=0-7
/proc/26019/task/26033/stat : 26033 (plingeling) R 26017 26019 25993 0 -1 4202560 197745 1251 0 0 83871 37 0 0 25 0 9 0 513505769 1896837120 430859 33554432000 4194304 4417332 140735266276416 18446744073709551615 4343816 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6752.25
Current children cumulated vsize (KiB) 1852380

[startup+854.301 s]
/proc/loadavg: 8.15 7.70 6.56 9/183 26056
/proc/meminfo: memFree=29671148/32951124 swapFree=67111344/67111528
[pid=26019] ppid=26017 vsize=1819612 CPUtime=6777.83 cores=0-7
/proc/26019/stat : 26019 (plingeling) S 26017 26019 25993 0 -1 4202496 1890918 1251 0 0 677438 345 0 0 25 0 9 0 513505030 1863282688 422667 33554432000 4194304 4417332 140735266276416 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26019/statm: 454903 422667 181 55 0 452789 0
[pid=26019/tid=26026] ppid=26017 vsize=1819612 CPUtime=846.9 cores=0-7
/proc/26019/task/26026/stat : 26026 (plingeling) R 26017 26019 25993 0 -1 4202560 175599 1251 0 0 84658 32 0 0 25 0 9 0 513505768 1863282688 422667 33554432000 4194304 4417332 140735266276416 18446744073709551615 4263353 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26019/tid=26027] ppid=26017 vsize=1819612 CPUtime=846.91 cores=0-7
/proc/26019/task/26027/stat : 26027 (plingeling) R 26017 26019 25993 0 -1 4202560 173945 1251 0 0 84658 33 0 0 25 0 9 0 513505768 1863282688 422667 33554432000 4194304 4417332 140735266276416 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26019/tid=26028] ppid=26017 vsize=1819612 CPUtime=846.82 cores=0-7
/proc/26019/task/26028/stat : 26028 (plingeling) R 26017 26019 25993 0 -1 4202560 165761 1251 0 0 84650 32 0 0 25 0 9 0 513505768 1863282688 422667 33554432000 4194304 4417332 140735266276416 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26019/tid=26029] ppid=26017 vsize=1819612 CPUtime=846.92 cores=0-7
/proc/26019/task/26029/stat : 26029 (plingeling) R 26017 26019 25993 0 -1 4202560 408250 1251 0 0 84609 83 0 0 25 0 9 0 513505768 1863282688 422667 33554432000 4194304 4417332 140735266276416 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26019/tid=26030] ppid=26017 vsize=1819612 CPUtime=846.84 cores=0-7
/proc/26019/task/26030/stat : 26030 (plingeling) R 26017 26019 25993 0 -1 4202560 195866 1251 0 0 84650 34 0 0 25 0 9 0 513505768 1863282688 422667 33554432000 4194304 4417332 140735266276416 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26019/tid=26031] ppid=26017 vsize=1819612 CPUtime=846.86 cores=0-7
/proc/26019/task/26031/stat : 26031 (plingeling) R 26017 26019 25993 0 -1 4202560 203962 1251 0 0 84651 35 0 0 25 0 9 0 513505769 1863282688 422667 33554432000 4194304 4417332 140735266276416 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26019/tid=26032] ppid=26017 vsize=1819612 CPUtime=846.87 cores=0-7
/proc/26019/task/26032/stat : 26032 (plingeling) R 26017 26019 25993 0 -1 4202560 167408 1251 0 0 84655 32 0 0 25 0 9 0 513505769 1863282688 422667 33554432000 4194304 4417332 140735266276416 18446744073709551615 4232695 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26019/tid=26033] ppid=26017 vsize=1819612 CPUtime=842.26 cores=0-7
/proc/26019/task/26033/stat : 26033 (plingeling) R 26017 26019 25993 0 -1 4202560 197745 1251 0 0 84189 37 0 0 25 0 9 0 513505769 1863282688 422667 33554432000 4194304 4417332 140735266276416 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6777.83
Current children cumulated vsize (KiB) 1819612

[startup+855.901 s]
/proc/loadavg: 8.14 7.70 6.56 9/183 26056
/proc/meminfo: memFree=29671272/32951124 swapFree=67111344/67111528
[pid=26019] ppid=26017 vsize=1819612 CPUtime=6790.62 cores=0-7
/proc/26019/stat : 26019 (plingeling) S 26017 26019 25993 0 -1 4202496 1890918 1251 0 0 678717 345 0 0 25 0 9 0 513505030 1863282688 422667 33554432000 4194304 4417332 140735266276416 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26019/statm: 454903 422667 181 55 0 452789 0
[pid=26019/tid=26026] ppid=26017 vsize=1819612 CPUtime=848.5 cores=0-7
/proc/26019/task/26026/stat : 26026 (plingeling) R 26017 26019 25993 0 -1 4202560 175599 1251 0 0 84818 32 0 0 25 0 9 0 513505768 1863282688 422667 33554432000 4194304 4417332 140735266276416 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26019/tid=26027] ppid=26017 vsize=1819612 CPUtime=848.51 cores=0-7
/proc/26019/task/26027/stat : 26027 (plingeling) R 26017 26019 25993 0 -1 4202560 173945 1251 0 0 84818 33 0 0 25 0 9 0 513505768 1863282688 422667 33554432000 4194304 4417332 140735266276416 18446744073709551615 4366498 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26019/tid=26028] ppid=26017 vsize=1819612 CPUtime=848.42 cores=0-7
/proc/26019/task/26028/stat : 26028 (plingeling) R 26017 26019 25993 0 -1 4202560 165761 1251 0 0 84810 32 0 0 25 0 9 0 513505768 1863282688 422667 33554432000 4194304 4417332 140735266276416 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26019/tid=26029] ppid=26017 vsize=1819612 CPUtime=848.52 cores=0-7
/proc/26019/task/26029/stat : 26029 (plingeling) R 26017 26019 25993 0 -1 4202560 408250 1251 0 0 84769 83 0 0 25 0 9 0 513505768 1863282688 422667 33554432000 4194304 4417332 140735266276416 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26019/tid=26030] ppid=26017 vsize=1819612 CPUtime=848.44 cores=0-7
/proc/26019/task/26030/stat : 26030 (plingeling) R 26017 26019 25993 0 -1 4202560 195866 1251 0 0 84810 34 0 0 25 0 9 0 513505768 1863282688 422667 33554432000 4194304 4417332 140735266276416 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26019/tid=26031] ppid=26017 vsize=1819612 CPUtime=848.46 cores=0-7
/proc/26019/task/26031/stat : 26031 (plingeling) R 26017 26019 25993 0 -1 4202560 203962 1251 0 0 84811 35 0 0 25 0 9 0 513505769 1863282688 422667 33554432000 4194304 4417332 140735266276416 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26019/tid=26032] ppid=26017 vsize=1819612 CPUtime=848.48 cores=0-7
/proc/26019/task/26032/stat : 26032 (plingeling) R 26017 26019 25993 0 -1 4202560 167408 1251 0 0 84816 32 0 0 25 0 9 0 513505769 1863282688 422667 33554432000 4194304 4417332 140735266276416 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26019/tid=26033] ppid=26017 vsize=1819612 CPUtime=843.85 cores=0-7
/proc/26019/task/26033/stat : 26033 (plingeling) R 26017 26019 25993 0 -1 4202560 197745 1251 0 0 84348 37 0 0 25 0 9 0 513505769 1863282688 422667 33554432000 4194304 4417332 140735266276416 18446744073709551615 4232801 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6790.62
Current children cumulated vsize (KiB) 1819612

[startup+856.701 s]
/proc/loadavg: 8.14 7.70 6.56 9/183 26056
/proc/meminfo: memFree=29671272/32951124 swapFree=67111344/67111528
[pid=26019] ppid=26017 vsize=1819612 CPUtime=6797.02 cores=0-7
/proc/26019/stat : 26019 (plingeling) S 26017 26019 25993 0 -1 4202496 1890918 1251 0 0 679357 345 0 0 25 0 9 0 513505030 1863282688 422667 33554432000 4194304 4417332 140735266276416 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26019/statm: 454903 422667 181 55 0 452789 0
[pid=26019/tid=26026] ppid=26017 vsize=1819612 CPUtime=849.3 cores=0-7
/proc/26019/task/26026/stat : 26026 (plingeling) R 26017 26019 25993 0 -1 4202560 175599 1251 0 0 84898 32 0 0 25 0 9 0 513505768 1863282688 422667 33554432000 4194304 4417332 140735266276416 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26019/tid=26027] ppid=26017 vsize=1819612 CPUtime=849.31 cores=0-7
/proc/26019/task/26027/stat : 26027 (plingeling) R 26017 26019 25993 0 -1 4202560 173945 1251 0 0 84898 33 0 0 25 0 9 0 513505768 1863282688 422667 33554432000 4194304 4417332 140735266276416 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26019/tid=26028] ppid=26017 vsize=1819612 CPUtime=849.22 cores=0-7
/proc/26019/task/26028/stat : 26028 (plingeling) R 26017 26019 25993 0 -1 4202560 165761 1251 0 0 84890 32 0 0 25 0 9 0 513505768 1863282688 422667 33554432000 4194304 4417332 140735266276416 18446744073709551615 4232664 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26019/tid=26029] ppid=26017 vsize=1819612 CPUtime=849.32 cores=0-7
/proc/26019/task/26029/stat : 26029 (plingeling) R 26017 26019 25993 0 -1 4202560 408250 1251 0 0 84849 83 0 0 25 0 9 0 513505768 1863282688 422667 33554432000 4194304 4417332 140735266276416 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26019/tid=26030] ppid=26017 vsize=1819612 CPUtime=849.24 cores=0-7
/proc/26019/task/26030/stat : 26030 (plingeling) R 26017 26019 25993 0 -1 4202560 195866 1251 0 0 84890 34 0 0 25 0 9 0 513505768 1863282688 422667 33554432000 4194304 4417332 140735266276416 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26019/tid=26031] ppid=26017 vsize=1819612 CPUtime=849.26 cores=0-7
/proc/26019/task/26031/stat : 26031 (plingeling) R 26017 26019 25993 0 -1 4202560 203962 1251 0 0 84891 35 0 0 25 0 9 0 513505769 1863282688 422667 33554432000 4194304 4417332 140735266276416 18446744073709551615 4366573 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26019/tid=26032] ppid=26017 vsize=1819612 CPUtime=849.27 cores=0-7
/proc/26019/task/26032/stat : 26032 (plingeling) R 26017 26019 25993 0 -1 4202560 167408 1251 0 0 84895 32 0 0 25 0 9 0 513505769 1863282688 422667 33554432000 4194304 4417332 140735266276416 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26019/tid=26033] ppid=26017 vsize=1819612 CPUtime=844.65 cores=0-7
/proc/26019/task/26033/stat : 26033 (plingeling) R 26017 26019 25993 0 -1 4202560 197745 1251 0 0 84428 37 0 0 25 0 9 0 513505769 1863282688 422667 33554432000 4194304 4417332 140735266276416 18446744073709551615 4265418 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6797.02
Current children cumulated vsize (KiB) 1819612

[startup+857.101 s]
/proc/loadavg: 8.14 7.70 6.56 9/183 26056
/proc/meminfo: memFree=29668916/32951124 swapFree=67111344/67111528
[pid=26019] ppid=26017 vsize=1819612 CPUtime=6800.21 cores=0-7
/proc/26019/stat : 26019 (plingeling) S 26017 26019 25993 0 -1 4202496 1891681 1251 0 0 679676 345 0 0 25 0 9 0 513505030 1863282688 423430 33554432000 4194304 4417332 140735266276416 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26019/statm: 454903 423430 181 55 0 452789 0
[pid=26019/tid=26026] ppid=26017 vsize=1819612 CPUtime=849.7 cores=0-7
/proc/26019/task/26026/stat : 26026 (plingeling) R 26017 26019 25993 0 -1 4202560 175599 1251 0 0 84938 32 0 0 25 0 9 0 513505768 1863282688 423430 33554432000 4194304 4417332 140735266276416 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26019/tid=26027] ppid=26017 vsize=1819612 CPUtime=849.71 cores=0-7
/proc/26019/task/26027/stat : 26027 (plingeling) R 26017 26019 25993 0 -1 4202560 173945 1251 0 0 84938 33 0 0 25 0 9 0 513505768 1863282688 423430 33554432000 4194304 4417332 140735266276416 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26019/tid=26028] ppid=26017 vsize=1819612 CPUtime=849.62 cores=0-7
/proc/26019/task/26028/stat : 26028 (plingeling) R 26017 26019 25993 0 -1 4202560 165761 1251 0 0 84930 32 0 0 25 0 9 0 513505768 1863282688 423430 33554432000 4194304 4417332 140735266276416 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26019/tid=26029] ppid=26017 vsize=1819612 CPUtime=849.72 cores=0-7
/proc/26019/task/26029/stat : 26029 (plingeling) R 26017 26019 25993 0 -1 4202560 408250 1251 0 0 84889 83 0 0 25 0 9 0 513505768 1863282688 423430 33554432000 4194304 4417332 140735266276416 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26019/tid=26030] ppid=26017 vsize=1819612 CPUtime=849.64 cores=0-7
/proc/26019/task/26030/stat : 26030 (plingeling) R 26017 26019 25993 0 -1 4202560 195866 1251 0 0 84930 34 0 0 25 0 9 0 513505768 1863282688 423430 33554432000 4194304 4417332 140735266276416 18446744073709551615 4364519 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26019/tid=26031] ppid=26017 vsize=1819612 CPUtime=849.66 cores=0-7
/proc/26019/task/26031/stat : 26031 (plingeling) R 26017 26019 25993 0 -1 4202560 204725 1251 0 0 84931 35 0 0 25 0 9 0 513505769 1863282688 423430 33554432000 4194304 4417332 140735266276416 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26019/tid=26032] ppid=26017 vsize=1819612 CPUtime=849.67 cores=0-7
/proc/26019/task/26032/stat : 26032 (plingeling) R 26017 26019 25993 0 -1 4202560 167408 1251 0 0 84935 32 0 0 25 0 9 0 513505769 1863282688 423430 33554432000 4194304 4417332 140735266276416 18446744073709551615 4236675 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26019/tid=26033] ppid=26017 vsize=1819612 CPUtime=845.05 cores=0-7
/proc/26019/task/26033/stat : 26033 (plingeling) R 26017 26019 25993 0 -1 4202560 197745 1251 0 0 84468 37 0 0 25 0 9 0 513505769 1863282688 423430 33554432000 4194304 4417332 140735266276416 18446744073709551615 4356899 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6800.21
Current children cumulated vsize (KiB) 1819612

[startup+857.501 s]
/proc/loadavg: 8.14 7.70 6.56 9/183 26056
/proc/meminfo: memFree=29668916/32951124 swapFree=67111344/67111528
[pid=26019] ppid=26017 vsize=1819612 CPUtime=6802.78 cores=0-7
/proc/26019/stat : 26019 (plingeling) S 26017 26019 25993 0 -1 4202496 1891682 1251 0 0 679933 345 0 0 25 0 2 0 513505030 1863282688 423431 33554432000 4194304 4417332 140735266276416 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26019/statm: 454903 423431 182 55 0 452789 0
[pid=26019/tid=26026] ppid=26017 vsize=1819612 CPUtime=850.1 cores=0-7
/proc/26019/task/26026/stat : 26026 (plingeling) R 26017 26019 25993 0 -1 4202560 175599 1251 0 0 84978 32 0 0 25 0 2 0 513505768 1863282688 423431 33554432000 4194304 4417332 140735266276416 18446744073709551615 4232374 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 6802.78
Current children cumulated vsize (KiB) 1819612

[startup+857.601 s]
/proc/loadavg: 8.14 7.70 6.56 9/183 26056
/proc/meminfo: memFree=29668916/32951124 swapFree=67111344/67111528
[pid=26019] ppid=26017 vsize=776688 CPUtime=6802.88 cores=0-7
/proc/26019/stat : 26019 (plingeling) R 26017 26019 25993 0 -1 4202496 1891682 1251 0 0 679938 350 0 0 18 0 1 0 513505030 795328512 166282 33554432000 4194304 4417332 140735266276416 18446744073709551615 271550580871 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/26019/statm: 194172 166282 182 55 0 192058 0
Current children cumulated CPU time (s) 6802.88
Current children cumulated vsize (KiB) 776688

Child status: 20
Real time (s): 857.634
CPU time (s): 6802.93
CPU user time (s): 6799.39
CPU system time (s): 3.54146
CPU usage (%): 793.221
Max. virtual memory (cumulated for all children) (KiB): 2030052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6799.39
system time used= 3.54146
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1892936
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= 352
involuntary context switches= 67344

runsolver used 1.42478 second user time and 3.24951 second system time

The end

Launcher Data

Begin job on node133 at 2011-04-28 21:31:12
IDJOB=3309993
IDBENCH=85007
IDSOLVER=1695
FILE ID=node133/3309993-1304019069
RUNJOBID= node133-1304019069-26007
PBS_JOBID= 13170282
Free space on /tmp= 71820 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT04/industrial/velev/vliw_unsat_2.0/9dlx_vliw_at_b_iq6.used-as.sat04-347.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309993-1304019069/watcher-3309993-1304019069 -o /tmp/evaluation-result-3309993-1304019069/solver-3309993-1304019069 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3309993-1304019069.cnf

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

MD5SUM BENCH= 580dc3969c4e46e50013253fd4ac9139
RANDOM SEED=1711100910

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31363552 kB
Buffers:        651732 kB
Cached:         524568 kB
SwapCached:        124 kB
Active:         575708 kB
Inactive:       663996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31363552 kB
SwapTotal:    67111528 kB
SwapFree:     67111344 kB
Dirty:           76952 kB
Writeback:           0 kB
AnonPages:       63196 kB
Mapped:          14500 kB
Slab:           281824 kB
PageTables:       4416 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187436 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71820 MiB
End job on node133 at 2011-04-28 21:45:29