Trace number 3281341

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 4731.39 1189.3

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq7.cnf
MD5SUM0fbc00fde383cec371bb97d621c5e7e5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark485.526
Satisfiable
(Un)Satisfiability was proved
Number of variables306095
Number of clauses6069108
Sum of the clauses size17675754
Maximum clause length163
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 25745111
Number of clauses of size 366910
Number of clauses of size 44878
Number of clauses of size 518476
Number of clauses of size over 5233732

Solver Data

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

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

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


[startup+0 s]
/proc/loadavg: 4.70 4.95 5.11 6/181 18158
/proc/meminfo: memFree=12548564/32950928 swapFree=67111524/67111528
[pid=18158] ppid=18156 vsize=12584 CPUtime=0 cores=1,3,5,7
/proc/18158/stat : 18158 (plingeling) R 18156 18158 16932 0 -1 4202496 1212 1251 0 0 0 0 0 0 23 0 1 0 594180642 12886016 1142 33554432000 4194304 4417332 140734246842304 18446744073709551615 256415391488 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/18158/statm: 3146 1142 146 55 0 1032 0

[startup+0.0583949 s]
/proc/loadavg: 4.70 4.95 5.11 6/181 18158
/proc/meminfo: memFree=12548564/32950928 swapFree=67111524/67111528
[pid=18158] ppid=18156 vsize=20088 CPUtime=0.05 cores=1,3,5,7
/proc/18158/stat : 18158 (plingeling) R 18156 18158 16932 0 -1 4202496 3116 1251 0 0 5 0 0 0 23 0 1 0 594180642 20570112 3046 33554432000 4194304 4417332 140734246842304 18446744073709551615 256415391488 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/18158/statm: 5022 3046 148 55 0 2908 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 20088

[startup+0.100386 s]
/proc/loadavg: 4.70 4.95 5.11 6/181 18158
/proc/meminfo: memFree=12548564/32950928 swapFree=67111524/67111528
[pid=18158] ppid=18156 vsize=27756 CPUtime=0.09 cores=1,3,5,7
/proc/18158/stat : 18158 (plingeling) R 18156 18158 16932 0 -1 4202496 5041 1251 0 0 9 0 0 0 23 0 1 0 594180642 28422144 4963 33554432000 4194304 4417332 140734246842304 18446744073709551615 256415391488 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/18158/statm: 6939 4963 148 55 0 4825 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27756

[startup+0.300355 s]
/proc/loadavg: 4.70 4.95 5.11 6/181 18158
/proc/meminfo: memFree=12548564/32950928 swapFree=67111524/67111528
[pid=18158] ppid=18156 vsize=46580 CPUtime=0.29 cores=1,3,5,7
/proc/18158/stat : 18158 (plingeling) R 18156 18158 16932 0 -1 4202496 9747 1251 0 0 28 1 0 0 24 0 1 0 594180642 47697920 9669 33554432000 4194304 4417332 140734246842304 18446744073709551615 256415391488 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/18158/statm: 11645 9669 148 55 0 9531 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 46580

[startup+0.700278 s]
/proc/loadavg: 4.70 4.95 5.11 6/181 18158
/proc/meminfo: memFree=12548564/32950928 swapFree=67111524/67111528
[pid=18158] ppid=18156 vsize=113280 CPUtime=0.69 cores=1,3,5,7
/proc/18158/stat : 18158 (plingeling) R 18156 18158 16932 0 -1 4202496 26488 1251 0 0 66 3 0 0 25 0 1 0 594180642 115998720 26344 33554432000 4194304 4417332 140734246842304 18446744073709551615 256415391488 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/18158/statm: 28320 26344 148 55 0 26206 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 113280

[startup+1.50112 s]
/proc/loadavg: 4.81 4.97 5.11 6/182 18164
/proc/meminfo: memFree=12418984/32950928 swapFree=67111524/67111528
[pid=18158] ppid=18156 vsize=213788 CPUtime=1.49 cores=1,3,5,7
/proc/18158/stat : 18158 (plingeling) R 18156 18158 16932 0 -1 4202496 51739 1251 0 0 142 7 0 0 25 0 1 0 594180642 218918912 51471 33554432000 4194304 4417332 140734246842304 18446744073709551615 256415391488 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/18158/statm: 53447 51471 148 55 0 51333 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 213788

[startup+3.10082 s]
/proc/loadavg: 4.81 4.97 5.11 6/182 18164
/proc/meminfo: memFree=12294984/32950928 swapFree=67111524/67111528
[pid=18158] ppid=18156 vsize=415140 CPUtime=3.09 cores=1,3,5,7
/proc/18158/stat : 18158 (plingeling) R 18156 18158 16932 0 -1 4202496 102077 1251 0 0 296 13 0 0 25 0 1 0 594180642 425103360 101809 33554432000 4194304 4417332 140734246842304 18446744073709551615 256415391488 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/18158/statm: 103785 101809 148 55 0 101671 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 415140

[startup+6.30021 s]
/proc/loadavg: 4.81 4.97 5.11 6/182 18164
/proc/meminfo: memFree=11982156/32950928 swapFree=67111524/67111528
[pid=18158] ppid=18156 vsize=817612 CPUtime=6.29 cores=1,3,5,7
/proc/18158/stat : 18158 (plingeling) R 18156 18158 16932 0 -1 4202496 202750 1251 0 0 601 28 0 0 25 0 1 0 594180642 837234688 202427 33554432000 4194304 4417332 140734246842304 18446744073709551615 256415391488 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/18158/statm: 204403 202427 148 55 0 202289 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 817612

[startup+12.7009 s]
/proc/loadavg: 5.08 5.02 5.13 9/186 18168
/proc/meminfo: memFree=11733764/32950928 swapFree=67111524/67111528
[pid=18158] ppid=18156 vsize=1082920 CPUtime=31.46 cores=1,3,5,7
/proc/18158/stat : 18158 (plingeling) S 18156 18158 16932 0 -1 4202496 304034 1251 0 0 3103 43 0 0 25 0 5 0 594180642 1108910080 258514 33554432000 4194304 4417332 140734246842304 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/18158/statm: 270730 258514 176 55 0 268616 0
[pid=18158/tid=18165] ppid=18156 vsize=1082920 CPUtime=6.29 cores=1,3,5,7
/proc/18158/task/18165/stat : 18165 (plingeling) R 18156 18158 16932 0 -1 4202560 8586 1251 0 0 628 1 0 0 25 0 5 0 594181282 1108910080 258514 33554432000 4194304 4417332 140734246842304 18446744073709551615 4270927 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18158/tid=18166] ppid=18156 vsize=1082920 CPUtime=6.28 cores=1,3,5,7
/proc/18158/task/18166/stat : 18166 (plingeling) R 18156 18158 16932 0 -1 4202560 41382 1251 0 0 623 5 0 0 25 0 5 0 594181282 1108910080 258514 33554432000 4194304 4417332 140734246842304 18446744073709551615 4255559 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18158/tid=18167] ppid=18156 vsize=1082920 CPUtime=6.23 cores=1,3,5,7
/proc/18158/task/18167/stat : 18167 (plingeling) R 18156 18158 16932 0 -1 4202560 43729 1251 0 0 616 7 0 0 25 0 5 0 594181282 1108910080 258514 33554432000 4194304 4417332 140734246842304 18446744073709551615 4255662 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=18158/tid=18168] ppid=18156 vsize=1082920 CPUtime=6.24 cores=1,3,5,7
/proc/18158/task/18168/stat : 18168 (plingeling) R 18156 18158 16932 0 -1 4202560 7575 1251 0 0 623 1 0 0 25 0 5 0 594181282 1108910080 258514 33554432000 4194304 4417332 140734246842304 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 31.46
Current children cumulated vsize (KiB) 1082920

[startup+25.5005 s]
/proc/loadavg: 5.61 5.13 5.16 9/186 18169
/proc/meminfo: memFree=11637044/32950928 swapFree=67111524/67111528
[pid=18158] ppid=18156 vsize=929952 CPUtime=82.58 cores=1,3,5,7
/proc/18158/stat : 18158 (plingeling) S 18156 18158 16932 0 -1 4202496 462442 1251 0 0 8189 69 0 0 25 0 5 0 594180642 952270848 220288 33554432000 4194304 4417332 140734246842304 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/18158/statm: 232488 220288 180 55 0 230374 0
[pid=18158/tid=18165] ppid=18156 vsize=929952 CPUtime=19.09 cores=1,3,5,7
/proc/18158/task/18165/stat : 18165 (plingeling) R 18156 18158 16932 0 -1 4202560 84249 1251 0 0 1898 11 0 0 25 0 5 0 594181282 952270848 220288 33554432000 4194304 4417332 140734246842304 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18158/tid=18166] ppid=18156 vsize=929952 CPUtime=19.08 cores=1,3,5,7
/proc/18158/task/18166/stat : 18166 (plingeling) R 18156 18158 16932 0 -1 4202560 80559 1251 0 0 1895 13 0 0 25 0 5 0 594181282 952270848 220288 33554432000 4194304 4417332 140734246842304 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18158/tid=18167] ppid=18156 vsize=929952 CPUtime=18.95 cores=1,3,5,7
/proc/18158/task/18167/stat : 18167 (plingeling) R 18156 18158 16932 0 -1 4202560 87297 1251 0 0 1881 14 0 0 25 0 5 0 594181282 952270848 220288 33554432000 4194304 4417332 140734246842304 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=18158/tid=18168] ppid=18156 vsize=929952 CPUtime=19.04 cores=1,3,5,7
/proc/18158/task/18168/stat : 18168 (plingeling) R 18156 18158 16932 0 -1 4202560 7575 1251 0 0 1903 1 0 0 25 0 5 0 594181282 952270848 220288 33554432000 4194304 4417332 140734246842304 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 82.58
Current children cumulated vsize (KiB) 929952

[startup+51.1007 s]
/proc/loadavg: 6.42 5.36 5.24 9/186 18169
/proc/meminfo: memFree=11592772/32950928 swapFree=67111524/67111528
[pid=18158] ppid=18156 vsize=956928 CPUtime=184.83 cores=1,3,5,7
/proc/18158/stat : 18158 (plingeling) S 18156 18158 16932 0 -1 4202496 469191 1251 0 0 18414 69 0 0 25 0 5 0 594180642 979894272 227032 33554432000 4194304 4417332 140734246842304 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/18158/statm: 239232 227032 180 55 0 237118 0
[pid=18158/tid=18165] ppid=18156 vsize=956928 CPUtime=44.69 cores=1,3,5,7
/proc/18158/task/18165/stat : 18165 (plingeling) R 18156 18158 16932 0 -1 4202560 85388 1251 0 0 4458 11 0 0 25 0 5 0 594181282 979894272 227032 33554432000 4194304 4417332 140734246842304 18446744073709551615 4232374 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18158/tid=18166] ppid=18156 vsize=956928 CPUtime=44.68 cores=1,3,5,7
/proc/18158/task/18166/stat : 18166 (plingeling) R 18156 18158 16932 0 -1 4202560 83059 1251 0 0 4455 13 0 0 25 0 5 0 594181282 979894272 227032 33554432000 4194304 4417332 140734246842304 18446744073709551615 4237214 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18158/tid=18167] ppid=18156 vsize=956928 CPUtime=44.4 cores=1,3,5,7
/proc/18158/task/18167/stat : 18167 (plingeling) R 18156 18158 16932 0 -1 4202560 87297 1251 0 0 4426 14 0 0 25 0 5 0 594181282 979894272 227032 33554432000 4194304 4417332 140734246842304 18446744073709551615 4236735 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=18158/tid=18168] ppid=18156 vsize=956928 CPUtime=44.63 cores=1,3,5,7
/proc/18158/task/18168/stat : 18168 (plingeling) R 18156 18158 16932 0 -1 4202560 10685 1251 0 0 4462 1 0 0 25 0 5 0 594181282 979894272 227032 33554432000 4194304 4417332 140734246842304 18446744073709551615 4236895 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 184.83
Current children cumulated vsize (KiB) 956928

[startup+102.307 s]
/proc/loadavg: 7.46 5.83 5.40 9/186 18171
/proc/meminfo: memFree=11494648/32950928 swapFree=67111524/67111528
[pid=18158] ppid=18156 vsize=1011240 CPUtime=389.39 cores=1,3,5,7
/proc/18158/stat : 18158 (plingeling) S 18156 18158 16932 0 -1 4202496 597144 1251 0 0 38852 87 0 0 25 0 5 0 594180642 1035509760 240611 33554432000 4194304 4417332 140734246842304 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/18158/statm: 252810 240611 181 55 0 250696 0
[pid=18158/tid=18165] ppid=18156 vsize=1011240 CPUtime=95.9 cores=1,3,5,7
/proc/18158/task/18165/stat : 18165 (plingeling) R 18156 18158 16932 0 -1 4202560 128803 1251 0 0 9574 16 0 0 25 0 5 0 594181282 1035509760 240611 33554432000 4194304 4417332 140734246842304 18446744073709551615 4341325 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18158/tid=18166] ppid=18156 vsize=1011240 CPUtime=95.89 cores=1,3,5,7
/proc/18158/task/18166/stat : 18166 (plingeling) R 18156 18158 16932 0 -1 4202560 127700 1251 0 0 9569 20 0 0 25 0 5 0 594181282 1035509760 240611 33554432000 4194304 4417332 140734246842304 18446744073709551615 4236945 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18158/tid=18167] ppid=18156 vsize=1011240 CPUtime=95.33 cores=1,3,5,7
/proc/18158/task/18167/stat : 18167 (plingeling) R 18156 18158 16932 0 -1 4202560 120284 1251 0 0 9514 19 0 0 25 0 5 0 594181282 1035509760 240611 33554432000 4194304 4417332 140734246842304 18446744073709551615 4290729 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=18158/tid=18168] ppid=18156 vsize=1011240 CPUtime=95.84 cores=1,3,5,7
/proc/18158/task/18168/stat : 18168 (plingeling) R 18156 18158 16932 0 -1 4202560 17595 1251 0 0 9582 2 0 0 25 0 5 0 594181282 1035509760 240611 33554432000 4194304 4417332 140734246842304 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 389.39
Current children cumulated vsize (KiB) 1011240

[startup+162.301 s]
/proc/loadavg: 7.88 6.25 5.57 9/186 18172
/proc/meminfo: memFree=11503544/32950928 swapFree=67111524/67111528
[pid=18158] ppid=18156 vsize=1014468 CPUtime=629.04 cores=1,3,5,7
/proc/18158/stat : 18158 (plingeling) S 18156 18158 16932 0 -1 4202496 678053 1251 0 0 62805 99 0 0 25 0 5 0 594180642 1038815232 241418 33554432000 4194304 4417332 140734246842304 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/18158/statm: 253617 241418 181 55 0 251503 0
[pid=18158/tid=18165] ppid=18156 vsize=1014468 CPUtime=155.89 cores=1,3,5,7
/proc/18158/task/18165/stat : 18165 (plingeling) R 18156 18158 16932 0 -1 4202560 145359 1251 0 0 15570 19 0 0 25 0 5 0 594181282 1038815232 241418 33554432000 4194304 4417332 140734246842304 18446744073709551615 4287412 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18158/tid=18166] ppid=18156 vsize=1014468 CPUtime=155.89 cores=1,3,5,7
/proc/18158/task/18166/stat : 18166 (plingeling) R 18156 18158 16932 0 -1 4202560 144266 1251 0 0 15566 23 0 0 25 0 5 0 594181282 1038815232 241418 33554432000 4194304 4417332 140734246842304 18446744073709551615 4210411 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18158/tid=18167] ppid=18156 vsize=1014468 CPUtime=155 cores=1,3,5,7
/proc/18158/task/18167/stat : 18167 (plingeling) R 18156 18158 16932 0 -1 4202560 145045 1251 0 0 15477 23 0 0 25 0 5 0 594181282 1038815232 241418 33554432000 4194304 4417332 140734246842304 18446744073709551615 4365045 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=18158/tid=18168] ppid=18156 vsize=1014468 CPUtime=155.84 cores=1,3,5,7
/proc/18158/task/18168/stat : 18168 (plingeling) R 18156 18158 16932 0 -1 4202560 40621 1251 0 0 15579 5 0 0 25 0 5 0 594181282 1038815232 241418 33554432000 4194304 4417332 140734246842304 18446744073709551615 4236803 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 629.04
Current children cumulated vsize (KiB) 1014468

[startup+222.3 s]
/proc/loadavg: 8.00 6.58 5.73 9/186 18174
/proc/meminfo: memFree=11396636/32950928 swapFree=67111524/67111528
[pid=18158] ppid=18156 vsize=1100448 CPUtime=868.72 cores=1,3,5,7
/proc/18158/stat : 18158 (plingeling) S 18156 18158 16932 0 -1 4202496 738573 1251 0 0 86763 109 0 0 25 0 5 0 594180642 1126858752 262919 33554432000 4194304 4417332 140734246842304 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/18158/statm: 275112 262919 181 55 0 272998 0
[pid=18158/tid=18165] ppid=18156 vsize=1100448 CPUtime=215.9 cores=1,3,5,7
/proc/18158/task/18165/stat : 18165 (plingeling) R 18156 18158 16932 0 -1 4202560 161886 1251 0 0 21568 22 0 0 25 0 5 0 594181282 1126858752 262919 33554432000 4194304 4417332 140734246842304 18446744073709551615 4259140 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18158/tid=18166] ppid=18156 vsize=1100448 CPUtime=215.89 cores=1,3,5,7
/proc/18158/task/18166/stat : 18166 (plingeling) R 18156 18158 16932 0 -1 4202560 160816 1251 0 0 21564 25 0 0 25 0 5 0 594181282 1126858752 262919 33554432000 4194304 4417332 140734246842304 18446744073709551615 4343211 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18158/tid=18167] ppid=18156 vsize=1100448 CPUtime=214.66 cores=1,3,5,7
/proc/18158/task/18167/stat : 18167 (plingeling) R 18156 18158 16932 0 -1 4202560 145051 1251 0 0 21443 23 0 0 25 0 5 0 594181282 1126858752 262919 33554432000 4194304 4417332 140734246842304 18446744073709551615 4364383 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=18158/tid=18168] ppid=18156 vsize=1100448 CPUtime=215.84 cores=1,3,5,7
/proc/18158/task/18168/stat : 18168 (plingeling) R 18156 18158 16932 0 -1 4202560 68058 1251 0 0 21576 8 0 0 25 0 5 0 594181282 1126858752 262919 33554432000 4194304 4417332 140734246842304 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 868.72
Current children cumulated vsize (KiB) 1100448

[startup+282.301 s]
/proc/loadavg: 8.04 6.85 5.87 9/186 18176
/proc/meminfo: memFree=11405532/32950928 swapFree=67111524/67111528
[pid=18158] ppid=18156 vsize=1014612 CPUtime=1108.4 cores=1,3,5,7
/proc/18158/stat : 18158 (plingeling) S 18156 18158 16932 0 -1 4202496 792021 1251 0 0 110722 118 0 0 25 0 5 0 594180642 1038962688 241492 33554432000 4194304 4417332 140734246842304 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/18158/statm: 253653 241492 181 55 0 251539 0
[pid=18158/tid=18165] ppid=18156 vsize=1014612 CPUtime=275.9 cores=1,3,5,7

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

/proc/loadavg: 8.00 7.90 7.01 9/186 18303
/proc/meminfo: memFree=10762916/32950928 swapFree=67111524/67111528
[pid=18158] ppid=18156 vsize=1568736 CPUtime=3984.57 cores=1,3,5,7
/proc/18158/stat : 18158 (plingeling) S 18156 18158 16932 0 -1 4202496 1535500 1251 0 0 398227 230 0 0 25 0 5 0 594180642 1606385664 363640 33554432000 4194304 4417332 140734246842304 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/18158/statm: 392184 363640 181 55 0 390070 0
[pid=18158/tid=18165] ppid=18156 vsize=1568736 CPUtime=995.92 cores=1,3,5,7
/proc/18158/task/18165/stat : 18165 (plingeling) R 18156 18158 16932 0 -1 4202560 280597 1251 0 0 99554 38 0 0 25 0 5 0 594181282 1606385664 363640 33554432000 4194304 4417332 140734246842304 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18158/tid=18166] ppid=18156 vsize=1568736 CPUtime=995.91 cores=1,3,5,7
/proc/18158/task/18166/stat : 18166 (plingeling) R 18156 18158 16932 0 -1 4202560 303935 1251 0 0 99548 43 0 0 25 0 5 0 594181282 1606385664 363640 33554432000 4194304 4417332 140734246842304 18446744073709551615 4255666 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18158/tid=18167] ppid=18156 vsize=1568736 CPUtime=990.43 cores=1,3,5,7
/proc/18158/task/18167/stat : 18167 (plingeling) R 18156 18158 16932 0 -1 4202560 245296 1251 0 0 99006 37 0 0 25 0 5 0 594181282 1606385664 363640 33554432000 4194304 4417332 140734246842304 18446744073709551615 4354613 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=18158/tid=18168] ppid=18156 vsize=1568736 CPUtime=995.87 cores=1,3,5,7
/proc/18158/task/18168/stat : 18168 (plingeling) R 18156 18158 16932 0 -1 4202560 502910 1251 0 0 99505 82 0 0 25 0 5 0 594181282 1606385664 363640 33554432000 4194304 4417332 140734246842304 18446744073709551615 4357201 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3984.57
Current children cumulated vsize (KiB) 1568736

[startup+1062.3 s]
/proc/loadavg: 8.05 7.93 7.07 9/186 18304
/proc/meminfo: memFree=10515636/32950928 swapFree=67111524/67111528
[pid=18158] ppid=18156 vsize=1639892 CPUtime=4224.25 cores=1,3,5,7
/proc/18158/stat : 18158 (plingeling) S 18156 18158 16932 0 -1 4202496 1600949 1251 0 0 422185 240 0 0 25 0 5 0 594180642 1679249408 381429 33554432000 4194304 4417332 140734246842304 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/18158/statm: 409973 381429 181 55 0 407859 0
[pid=18158/tid=18165] ppid=18156 vsize=1639892 CPUtime=1055.92 cores=1,3,5,7
/proc/18158/task/18165/stat : 18165 (plingeling) R 18156 18158 16932 0 -1 4202560 299955 1251 0 0 105552 40 0 0 25 0 5 0 594181282 1679249408 381429 33554432000 4194304 4417332 140734246842304 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18158/tid=18166] ppid=18156 vsize=1639892 CPUtime=1055.91 cores=1,3,5,7
/proc/18158/task/18166/stat : 18166 (plingeling) R 18156 18158 16932 0 -1 4202560 324234 1251 0 0 105545 46 0 0 25 0 5 0 594181282 1679249408 381429 33554432000 4194304 4417332 140734246842304 18446744073709551615 4366440 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18158/tid=18167] ppid=18156 vsize=1639892 CPUtime=1050.11 cores=1,3,5,7
/proc/18158/task/18167/stat : 18167 (plingeling) R 18156 18158 16932 0 -1 4202560 245296 1251 0 0 104974 37 0 0 25 0 5 0 594181282 1679249408 381429 33554432000 4194304 4417332 140734246842304 18446744073709551615 4236544 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=18158/tid=18168] ppid=18156 vsize=1639892 CPUtime=1055.87 cores=1,3,5,7
/proc/18158/task/18168/stat : 18168 (plingeling) R 18156 18158 16932 0 -1 4202560 528702 1251 0 0 105500 87 0 0 25 0 5 0 594181282 1679249408 381429 33554432000 4194304 4417332 140734246842304 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4224.25
Current children cumulated vsize (KiB) 1639892

[startup+1122.3 s]
/proc/loadavg: 8.06 7.96 7.13 9/186 18306
/proc/meminfo: memFree=10242688/32950928 swapFree=67111524/67111528
[pid=18158] ppid=18156 vsize=1855784 CPUtime=4463.93 cores=1,3,5,7
/proc/18158/stat : 18158 (plingeling) S 18156 18158 16932 0 -1 4202496 1672190 1251 0 0 446142 251 0 0 25 0 5 0 594180642 1900322816 435402 33554432000 4194304 4417332 140734246842304 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/18158/statm: 463946 435402 181 55 0 461832 0
[pid=18158/tid=18165] ppid=18156 vsize=1855784 CPUtime=1115.93 cores=1,3,5,7
/proc/18158/task/18165/stat : 18165 (plingeling) R 18156 18158 16932 0 -1 4202560 299955 1251 0 0 111553 40 0 0 25 0 5 0 594181282 1900322816 435402 33554432000 4194304 4417332 140734246842304 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18158/tid=18166] ppid=18156 vsize=1855784 CPUtime=1115.92 cores=1,3,5,7
/proc/18158/task/18166/stat : 18166 (plingeling) R 18156 18158 16932 0 -1 4202560 346238 1251 0 0 111543 49 0 0 25 0 5 0 594181282 1900322816 435402 33554432000 4194304 4417332 140734246842304 18446744073709551615 4264660 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18158/tid=18167] ppid=18156 vsize=1855784 CPUtime=1109.78 cores=1,3,5,7
/proc/18158/task/18167/stat : 18167 (plingeling) R 18156 18158 16932 0 -1 4202560 264729 1251 0 0 110939 39 0 0 25 0 5 0 594181282 1900322816 435402 33554432000 4194304 4417332 140734246842304 18446744073709551615 4237202 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=18158/tid=18168] ppid=18156 vsize=1855784 CPUtime=1115.87 cores=1,3,5,7
/proc/18158/task/18168/stat : 18168 (plingeling) R 18156 18158 16932 0 -1 4202560 558506 1251 0 0 111494 93 0 0 25 0 5 0 594181282 1900322816 435402 33554432000 4194304 4417332 140734246842304 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4463.93
Current children cumulated vsize (KiB) 1855784

[startup+1182.3 s]
/proc/loadavg: 8.10 7.99 7.19 9/186 18308
/proc/meminfo: memFree=10738532/32950928 swapFree=67111524/67111528
[pid=18158] ppid=18156 vsize=1273196 CPUtime=4703.61 cores=1,3,5,7
/proc/18158/stat : 18158 (plingeling) S 18156 18158 16932 0 -1 4202496 1763164 1251 0 0 470092 269 0 0 25 0 5 0 594180642 1303752704 289754 33554432000 4194304 4417332 140734246842304 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/18158/statm: 318299 289754 181 55 0 316185 0
[pid=18158/tid=18165] ppid=18156 vsize=1273196 CPUtime=1175.93 cores=1,3,5,7
/proc/18158/task/18165/stat : 18165 (plingeling) R 18156 18158 16932 0 -1 4202560 308147 1251 0 0 117551 42 0 0 25 0 5 0 594181282 1303752704 289754 33554432000 4194304 4417332 140734246842304 18446744073709551615 4235359 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18158/tid=18166] ppid=18156 vsize=1273196 CPUtime=1175.92 cores=1,3,5,7
/proc/18158/task/18166/stat : 18166 (plingeling) R 18156 18158 16932 0 -1 4202560 370942 1251 0 0 117540 52 0 0 25 0 5 0 594181282 1303752704 289754 33554432000 4194304 4417332 140734246842304 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18158/tid=18167] ppid=18156 vsize=1273196 CPUtime=1169.46 cores=1,3,5,7
/proc/18158/task/18167/stat : 18167 (plingeling) R 18156 18158 16932 0 -1 4202560 264798 1251 0 0 116907 39 0 0 25 0 5 0 594181282 1303752704 289754 33554432000 4194304 4417332 140734246842304 18446744073709551615 4364796 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=18158/tid=18168] ppid=18156 vsize=1273196 CPUtime=1175.87 cores=1,3,5,7
/proc/18158/task/18168/stat : 18168 (plingeling) R 18156 18158 16932 0 -1 4202560 616515 1251 0 0 117481 106 0 0 25 0 5 0 594181282 1303752704 289754 33554432000 4194304 4417332 140734246842304 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4703.61
Current children cumulated vsize (KiB) 1273196

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

[startup+1183.9 s]
/proc/loadavg: 8.10 7.99 7.19 9/186 18308
/proc/meminfo: memFree=10770772/32950928 swapFree=67111524/67111528
[pid=18158] ppid=18156 vsize=1240364 CPUtime=4710 cores=1,3,5,7
/proc/18158/stat : 18158 (plingeling) S 18156 18158 16932 0 -1 4202496 1763164 1251 0 0 470731 269 0 0 25 0 5 0 594180642 1270132736 281546 33554432000 4194304 4417332 140734246842304 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/18158/statm: 310091 281546 181 55 0 307977 0
[pid=18158/tid=18165] ppid=18156 vsize=1240364 CPUtime=1177.53 cores=1,3,5,7
/proc/18158/task/18165/stat : 18165 (plingeling) R 18156 18158 16932 0 -1 4202560 308147 1251 0 0 117711 42 0 0 25 0 5 0 594181282 1270132736 281546 33554432000 4194304 4417332 140734246842304 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18158/tid=18166] ppid=18156 vsize=1240364 CPUtime=1177.52 cores=1,3,5,7
/proc/18158/task/18166/stat : 18166 (plingeling) R 18156 18158 16932 0 -1 4202560 370942 1251 0 0 117700 52 0 0 25 0 5 0 594181282 1270132736 281546 33554432000 4194304 4417332 140734246842304 18446744073709551615 4364308 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18158/tid=18167] ppid=18156 vsize=1240364 CPUtime=1171.05 cores=1,3,5,7
/proc/18158/task/18167/stat : 18167 (plingeling) R 18156 18158 16932 0 -1 4202560 264798 1251 0 0 117066 39 0 0 25 0 5 0 594181282 1270132736 281546 33554432000 4194304 4417332 140734246842304 18446744073709551615 4364568 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=18158/tid=18168] ppid=18156 vsize=1240364 CPUtime=1177.47 cores=1,3,5,7
/proc/18158/task/18168/stat : 18168 (plingeling) R 18156 18158 16932 0 -1 4202560 616515 1251 0 0 117641 106 0 0 25 0 5 0 594181282 1270132736 281546 33554432000 4194304 4417332 140734246842304 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4710
Current children cumulated vsize (KiB) 1240364

[startup+1187.1 s]
/proc/loadavg: 8.17 8.01 7.20 10/186 18308
/proc/meminfo: memFree=10766308/32950928 swapFree=67111524/67111528
[pid=18158] ppid=18156 vsize=1244828 CPUtime=4722.78 cores=1,3,5,7
/proc/18158/stat : 18158 (plingeling) S 18156 18158 16932 0 -1 4202496 1764280 1251 0 0 472009 269 0 0 25 0 5 0 594180642 1274703872 282662 33554432000 4194304 4417332 140734246842304 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/18158/statm: 311207 282662 181 55 0 309093 0
[pid=18158/tid=18165] ppid=18156 vsize=1244828 CPUtime=1180.73 cores=1,3,5,7
/proc/18158/task/18165/stat : 18165 (plingeling) R 18156 18158 16932 0 -1 4202560 308147 1251 0 0 118031 42 0 0 25 0 5 0 594181282 1274703872 282662 33554432000 4194304 4417332 140734246842304 18446744073709551615 4236803 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18158/tid=18166] ppid=18156 vsize=1244828 CPUtime=1180.72 cores=1,3,5,7
/proc/18158/task/18166/stat : 18166 (plingeling) R 18156 18158 16932 0 -1 4202560 370942 1251 0 0 118020 52 0 0 25 0 5 0 594181282 1274703872 282662 33554432000 4194304 4417332 140734246842304 18446744073709551615 4364724 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18158/tid=18167] ppid=18156 vsize=1244828 CPUtime=1174.23 cores=1,3,5,7
/proc/18158/task/18167/stat : 18167 (plingeling) R 18156 18158 16932 0 -1 4202560 264798 1251 0 0 117384 39 0 0 25 0 5 0 594181282 1274703872 282662 33554432000 4194304 4417332 140734246842304 18446744073709551615 4356700 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=18158/tid=18168] ppid=18156 vsize=1244828 CPUtime=1180.67 cores=1,3,5,7
/proc/18158/task/18168/stat : 18168 (plingeling) R 18156 18158 16932 0 -1 4202560 617631 1251 0 0 117961 106 0 0 25 0 5 0 594181282 1274703872 282662 33554432000 4194304 4417332 140734246842304 18446744073709551615 4365094 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.78
Current children cumulated vsize (KiB) 1244828

[startup+1187.9 s]
/proc/loadavg: 8.17 8.01 7.20 10/186 18308
/proc/meminfo: memFree=10754776/32950928 swapFree=67111524/67111528
[pid=18158] ppid=18156 vsize=1256272 CPUtime=4725.99 cores=1,3,5,7
/proc/18158/stat : 18158 (plingeling) S 18156 18158 16932 0 -1 4202496 1767141 1251 0 0 472330 269 0 0 25 0 5 0 594180642 1286422528 285523 33554432000 4194304 4417332 140734246842304 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/18158/statm: 314068 285523 181 55 0 311954 0
[pid=18158/tid=18165] ppid=18156 vsize=1256272 CPUtime=1181.54 cores=1,3,5,7
/proc/18158/task/18165/stat : 18165 (plingeling) R 18156 18158 16932 0 -1 4202560 308147 1251 0 0 118112 42 0 0 25 0 5 0 594181282 1286422528 285523 33554432000 4194304 4417332 140734246842304 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18158/tid=18166] ppid=18156 vsize=1256272 CPUtime=1181.53 cores=1,3,5,7
/proc/18158/task/18166/stat : 18166 (plingeling) R 18156 18158 16932 0 -1 4202560 370942 1251 0 0 118101 52 0 0 25 0 5 0 594181282 1286422528 285523 33554432000 4194304 4417332 140734246842304 18446744073709551615 4232664 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18158/tid=18167] ppid=18156 vsize=1256272 CPUtime=1175.03 cores=1,3,5,7
/proc/18158/task/18167/stat : 18167 (plingeling) R 18156 18158 16932 0 -1 4202560 264798 1251 0 0 117464 39 0 0 25 0 5 0 594181282 1286422528 285523 33554432000 4194304 4417332 140734246842304 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=18158/tid=18168] ppid=18156 vsize=1256272 CPUtime=1181.48 cores=1,3,5,7
/proc/18158/task/18168/stat : 18168 (plingeling) R 18156 18158 16932 0 -1 4202560 620492 1251 0 0 118041 107 0 0 25 0 5 0 594181282 1286422528 285523 33554432000 4194304 4417332 140734246842304 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4725.99
Current children cumulated vsize (KiB) 1256272

[startup+1188.7 s]
/proc/loadavg: 8.17 8.01 7.20 10/186 18308
/proc/meminfo: memFree=10754776/32950928 swapFree=67111524/67111528
[pid=18158] ppid=18156 vsize=1256472 CPUtime=4729.17 cores=1,3,5,7
/proc/18158/stat : 18158 (plingeling) S 18156 18158 16932 0 -1 4202496 1767193 1251 0 0 472648 269 0 0 25 0 5 0 594180642 1286627328 285573 33554432000 4194304 4417332 140734246842304 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/18158/statm: 314118 285573 181 55 0 312004 0
[pid=18158/tid=18165] ppid=18156 vsize=1256472 CPUtime=1182.33 cores=1,3,5,7
/proc/18158/task/18165/stat : 18165 (plingeling) R 18156 18158 16932 0 -1 4202560 308199 1251 0 0 118191 42 0 0 25 0 5 0 594181282 1286627328 285573 33554432000 4194304 4417332 140734246842304 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18158/tid=18166] ppid=18156 vsize=1256472 CPUtime=1182.32 cores=1,3,5,7
/proc/18158/task/18166/stat : 18166 (plingeling) R 18156 18158 16932 0 -1 4202560 370942 1251 0 0 118180 52 0 0 25 0 5 0 594181282 1286627328 285573 33554432000 4194304 4417332 140734246842304 18446744073709551615 4265465 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18158/tid=18167] ppid=18156 vsize=1256472 CPUtime=1175.82 cores=1,3,5,7
/proc/18158/task/18167/stat : 18167 (plingeling) R 18156 18158 16932 0 -1 4202560 264798 1251 0 0 117543 39 0 0 25 0 5 0 594181282 1286627328 285573 33554432000 4194304 4417332 140734246842304 18446744073709551615 4275892 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=18158/tid=18168] ppid=18156 vsize=1256472 CPUtime=1182.28 cores=1,3,5,7
/proc/18158/task/18168/stat : 18168 (plingeling) R 18156 18158 16932 0 -1 4202560 620492 1251 0 0 118121 107 0 0 25 0 5 0 594181282 1286627328 285573 33554432000 4194304 4417332 140734246842304 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4729.17
Current children cumulated vsize (KiB) 1256472

[startup+1189.11 s]
/proc/loadavg: 8.17 8.01 7.20 9/186 18308
/proc/meminfo: memFree=10818264/32950928 swapFree=67111524/67111528
[pid=18158] ppid=18156 vsize=1256472 CPUtime=4730.79 cores=1,3,5,7
/proc/18158/stat : 18158 (plingeling) S 18156 18158 16932 0 -1 4202496 1767193 1251 0 0 472810 269 0 0 25 0 5 0 594180642 1286627328 285573 33554432000 4194304 4417332 140734246842304 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/18158/statm: 314118 285573 181 55 0 312004 0
[pid=18158/tid=18165] ppid=18156 vsize=1256472 CPUtime=1182.74 cores=1,3,5,7
/proc/18158/task/18165/stat : 18165 (plingeling) R 18156 18158 16932 0 -1 4202560 308199 1251 0 0 118232 42 0 0 25 0 5 0 594181282 1286627328 285573 33554432000 4194304 4417332 140734246842304 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18158/tid=18166] ppid=18156 vsize=1256472 CPUtime=1182.73 cores=1,3,5,7
/proc/18158/task/18166/stat : 18166 (plingeling) R 18156 18158 16932 0 -1 4202560 370942 1251 0 0 118221 52 0 0 25 0 5 0 594181282 1286627328 285573 33554432000 4194304 4417332 140734246842304 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18158/tid=18167] ppid=18156 vsize=1256472 CPUtime=1176.22 cores=1,3,5,7
/proc/18158/task/18167/stat : 18167 (plingeling) R 18156 18158 16932 0 -1 4202560 264798 1251 0 0 117583 39 0 0 25 0 5 0 594181282 1286627328 285573 33554432000 4194304 4417332 140734246842304 18446744073709551615 4275947 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=18158/tid=18168] ppid=18156 vsize=1256472 CPUtime=1182.68 cores=1,3,5,7
/proc/18158/task/18168/stat : 18168 (plingeling) R 18156 18158 16932 0 -1 4202560 620492 1251 0 0 118161 107 0 0 25 0 5 0 594181282 1286627328 285573 33554432000 4194304 4417332 140734246842304 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4730.79
Current children cumulated vsize (KiB) 1256472

[startup+1189.2 s]
/proc/loadavg: 8.17 8.01 7.20 9/186 18308
/proc/meminfo: memFree=10818264/32950928 swapFree=67111524/67111528
[pid=18158] ppid=18156 vsize=1256472 CPUtime=4731.17 cores=1,3,5,7
/proc/18158/stat : 18158 (plingeling) S 18156 18158 16932 0 -1 4202496 1767193 1251 0 0 472848 269 0 0 25 0 5 0 594180642 1286627328 285573 33554432000 4194304 4417332 140734246842304 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/18158/statm: 314118 285573 181 55 0 312004 0
[pid=18158/tid=18165] ppid=18156 vsize=1256472 CPUtime=1182.83 cores=1,3,5,7
/proc/18158/task/18165/stat : 18165 (plingeling) R 18156 18158 16932 0 -1 4202560 308199 1251 0 0 118241 42 0 0 25 0 5 0 594181282 1286627328 285573 33554432000 4194304 4417332 140734246842304 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18158/tid=18166] ppid=18156 vsize=1256472 CPUtime=1182.82 cores=1,3,5,7
/proc/18158/task/18166/stat : 18166 (plingeling) R 18156 18158 16932 0 -1 4202560 370942 1251 0 0 118230 52 0 0 25 0 5 0 594181282 1286627328 285573 33554432000 4194304 4417332 140734246842304 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18158/tid=18167] ppid=18156 vsize=1256472 CPUtime=1176.32 cores=1,3,5,7
/proc/18158/task/18167/stat : 18167 (plingeling) R 18156 18158 16932 0 -1 4202560 264798 1251 0 0 117593 39 0 0 25 0 5 0 594181282 1286627328 285573 33554432000 4194304 4417332 140734246842304 18446744073709551615 4277864 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=18158/tid=18168] ppid=18156 vsize=1256472 CPUtime=1182.78 cores=1,3,5,7
/proc/18158/task/18168/stat : 18168 (plingeling) R 18156 18158 16932 0 -1 4202560 620492 1251 0 0 118171 107 0 0 25 0 5 0 594181282 1286627328 285573 33554432000 4194304 4417332 140734246842304 18446744073709551615 4364796 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4731.17
Current children cumulated vsize (KiB) 1256472

Child status: 20
Real time (s): 1189.3
CPU time (s): 4731.39
CPU user time (s): 4728.63
CPU system time (s): 2.75458
CPU usage (%): 397.83
Max. virtual memory (cumulated for all children) (KiB): 2007952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4728.63
system time used= 2.75458
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1768448
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= 130
involuntary context switches= 33630

runsolver used 1.89671 second user time and 4.5953 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-29 03:11:40
IDJOB=3281341
IDBENCH=20580
IDSOLVER=1605
FILE ID=node115/3281341-1304039496
RUNJOBID= node115-1304039496-18130
PBS_JOBID= 13170337
Free space on /tmp= 72592 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq7.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3281341-1304039496/watcher-3281341-1304039496 -o /tmp/evaluation-result-3281341-1304039496/solver-3281341-1304039496 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3281341-1304039496.cnf

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

MD5SUM BENCH= 0fbc00fde383cec371bb97d621c5e7e5
RANDOM SEED=892127182

node115.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.811
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.62
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.811
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	: 5226.15
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.811
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.811
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.75
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.811
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.77
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.811
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.74
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.811
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.811
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      12548720 kB
Buffers:       2315372 kB
Cached:       17350016 kB
SwapCached:          4 kB
Active:        7850056 kB
Inactive:     11992172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12548720 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:          142616 kB
Writeback:           0 kB
AnonPages:      175824 kB
Mapped:          15320 kB
Slab:           494256 kB
PageTables:       5052 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   381256 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= 72596 MiB
End job on node115 at 2011-04-29 03:31:29