Trace number 3394580

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 587f (fixed)SAT 330.97 41.7364

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-21_399.cnf
MD5SUM693b5fe291cecff45feff3be98a908cf
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark8.19075
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of clauses21294
Sum of the clauses size93307
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2265
Number of clauses of size 319364
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51665

Solver Data

330.92/41.73	s SATISFIABLE
330.92/41.73	v 1 2 3 4 5 6 -7
330.92/41.73	v 8 9 10 11 12 13 14 15
330.92/41.73	v -16 17 18 19 20 21 22 23
330.92/41.73	v 24 25 26 27 28 -29 30 31
330.92/41.73	v 32 33 34 35 36 37 -38 39
330.92/41.73	v 40 -41 42 43 44 -45 46 47
330.92/41.73	v 48 49 50 51 52 53 54 55
330.92/41.73	v -56 57 58 59 60 61 62 63
330.92/41.73	v 64 65 66 67 68 69 70 71
330.92/41.73	v 72 73 74 75 -76 77 78 79
330.92/41.73	v 80 81 82 83 -84 85 86 -87
330.92/41.73	v 88 89 90 -91 92 93 94 95
330.92/41.73	v 96 97 98 99 100 101 -102 103
330.92/41.73	v 104 105 106 107 108 -109 -110 111
330.92/41.73	v 112 113 114 -115 116 117 118 119
330.92/41.73	v 120 121 -122 123 124 -125 126 127
330.92/41.73	v 128 129 130 131 132 133 134 135
330.92/41.73	v 136 137 -138 139 140 141 142 143
330.92/41.73	v 144 145 146 147 148 149 150 151
330.92/41.73	v 152 153 154 -155 -156 157 158 159
330.92/41.73	v 160 161 162 163 164 165 166 167
330.92/41.73	v 168 169 170 171 172 173 174 175
330.92/41.73	v -176 177 -178 179 180 181 182 183
330.92/41.73	v -184 185 186 187 188 189 190 191
330.92/41.73	v 192 -193 194 195 196 197 198 199
330.92/41.73	v 200
330.92/41.73	v 0

Verifier Data

OK

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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-3394580-1306100025/watcher-3394580-1306100025 -o /tmp/evaluation-result-3394580-1306100025/solver-3394580-1306100025 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3394580-1306100025.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: 8.10 8.07 8.00 1/519 21671
/proc/meminfo: memFree=13969152/32951124 swapFree=67023164/67111528
[pid=21671] ppid=21669 vsize=12012 CPUtime=0 cores=0-7
/proc/21671/stat : 21671 (plingeling) R 21669 21671 21461 0 -1 4202496 1130 1257 0 0 0 0 0 0 25 0 1 0 702418381 12300288 982 33554432000 4194304 4417452 140737036730096 18446744073709551615 233509991405 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/21671/statm: 3003 998 149 55 0 889 0

[startup+0.159776 s]
/proc/loadavg: 8.10 8.07 8.00 1/519 21671
/proc/meminfo: memFree=13969152/32951124 swapFree=67023164/67111528
[pid=21671] ppid=21669 vsize=180000 CPUtime=0.83 cores=0-7
/proc/21671/stat : 21671 (plingeling) S 21669 21671 21461 0 -1 4202496 6798 1257 0 0 83 0 0 0 25 0 9 0 702418381 184320000 6186 33554432000 4194304 4417452 140737036730096 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/21671/statm: 45000 6186 179 55 0 42886 0
Current children cumulated CPU time (s) 0.83
Current children cumulated vsize (KiB) 180000

[startup+0.200768 s]
/proc/loadavg: 8.10 8.07 8.00 1/519 21671
/proc/meminfo: memFree=13969152/32951124 swapFree=67023164/67111528
[pid=21671] ppid=21669 vsize=180000 CPUtime=1.15 cores=0-7
/proc/21671/stat : 21671 (plingeling) S 21669 21671 21461 0 -1 4202496 6813 1257 0 0 115 0 0 0 25 0 9 0 702418381 184320000 6201 33554432000 4194304 4417452 140737036730096 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/21671/statm: 45000 6201 179 55 0 42886 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 180000

[startup+0.300753 s]
/proc/loadavg: 8.10 8.07 8.00 1/519 21671
/proc/meminfo: memFree=13969152/32951124 swapFree=67023164/67111528
[pid=21671] ppid=21669 vsize=176288 CPUtime=1.95 cores=0-7
/proc/21671/stat : 21671 (plingeling) S 21669 21671 21461 0 -1 4202496 7423 1257 0 0 195 0 0 0 25 0 9 0 702418381 180518912 5196 33554432000 4194304 4417452 140737036730096 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/21671/statm: 44072 5196 180 55 0 41958 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 176288

[startup+0.70068 s]
/proc/loadavg: 8.10 8.07 8.00 1/519 21671
/proc/meminfo: memFree=13969152/32951124 swapFree=67023164/67111528
[pid=21671] ppid=21669 vsize=178708 CPUtime=5.15 cores=0-7
/proc/21671/stat : 21671 (plingeling) S 21669 21671 21461 0 -1 4202496 8091 1257 0 0 515 0 0 0 25 0 9 0 702418381 182996992 5864 33554432000 4194304 4417452 140737036730096 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/21671/statm: 44677 5864 180 55 0 42563 0
Current children cumulated CPU time (s) 5.15
Current children cumulated vsize (KiB) 178708

[startup+1.50054 s]
/proc/loadavg: 8.10 8.07 8.00 9/528 21685
/proc/meminfo: memFree=13941808/32951124 swapFree=67023164/67111528
[pid=21671] ppid=21669 vsize=185708 CPUtime=11.53 cores=0-7
/proc/21671/stat : 21671 (plingeling) S 21669 21671 21461 0 -1 4202496 9854 1257 0 0 1153 0 0 0 25 0 9 0 702418381 190164992 7627 33554432000 4194304 4417452 140737036730096 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/21671/statm: 46427 7627 180 55 0 44313 0
[pid=21671/tid=21678] ppid=21669 vsize=185708 CPUtime=1.44 cores=0-7
/proc/21671/task/21678/stat : 21678 (plingeling) R 21669 21671 21461 0 -1 4202560 601 1257 0 0 144 0 0 0 20 0 9 0 702418387 190164992 7627 33554432000 4194304 4417452 140737036730096 18446744073709551615 4199406 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21671/tid=21679] ppid=21669 vsize=185708 CPUtime=1.44 cores=0-7
/proc/21671/task/21679/stat : 21679 (plingeling) R 21669 21671 21461 0 -1 4202560 704 1257 0 0 144 0 0 0 25 0 9 0 702418387 190164992 7627 33554432000 4194304 4417452 140737036730096 18446744073709551615 4366090 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21671/tid=21680] ppid=21669 vsize=185708 CPUtime=1.44 cores=0-7
/proc/21671/task/21680/stat : 21680 (plingeling) R 21669 21671 21461 0 -1 4202560 509 1257 0 0 144 0 0 0 25 0 9 0 702418387 190164992 7627 33554432000 4194304 4417452 140737036730096 18446744073709551615 4365058 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21671/tid=21681] ppid=21669 vsize=185708 CPUtime=1.44 cores=0-7
/proc/21671/task/21681/stat : 21681 (plingeling) R 21669 21671 21461 0 -1 4202560 1400 1257 0 0 144 0 0 0 25 0 9 0 702418387 190164992 7627 33554432000 4194304 4417452 140737036730096 18446744073709551615 4250464 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=21671/tid=21682] ppid=21669 vsize=185708 CPUtime=1.43 cores=0-7
/proc/21671/task/21682/stat : 21682 (plingeling) R 21669 21671 21461 0 -1 4202560 415 1257 0 0 143 0 0 0 25 0 9 0 702418387 190164992 7627 33554432000 4194304 4417452 140737036730096 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21671/tid=21683] ppid=21669 vsize=185708 CPUtime=1.42 cores=0-7
/proc/21671/task/21683/stat : 21683 (plingeling) R 21669 21671 21461 0 -1 4202560 265 1257 0 0 142 0 0 0 25 0 9 0 702418387 190164992 7627 33554432000 4194304 4417452 140737036730096 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21671/tid=21684] ppid=21669 vsize=185708 CPUtime=1.43 cores=0-7
/proc/21671/task/21684/stat : 21684 (plingeling) R 21669 21671 21461 0 -1 4202560 512 1257 0 0 143 0 0 0 25 0 9 0 702418387 190164992 7627 33554432000 4194304 4417452 140737036730096 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=21671/tid=21685] ppid=21669 vsize=185708 CPUtime=1.42 cores=0-7
/proc/21671/task/21685/stat : 21685 (plingeling) R 21669 21671 21461 0 -1 4202560 379 1257 0 0 142 0 0 0 25 0 9 0 702418387 190164992 7627 33554432000 4194304 4417452 140737036730096 18446744073709551615 4364604 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 11.53
Current children cumulated vsize (KiB) 185708

[startup+3.10125 s]
/proc/loadavg: 8.10 8.07 8.00 9/528 21685
/proc/meminfo: memFree=13935624/32951124 swapFree=67023164/67111528
[pid=21671] ppid=21669 vsize=190668 CPUtime=24.33 cores=0-7
/proc/21671/stat : 21671 (plingeling) S 21669 21671 21461 0 -1 4202496 12526 1257 0 0 2432 1 0 0 25 0 9 0 702418381 195244032 8893 33554432000 4194304 4417452 140737036730096 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/21671/statm: 47667 8893 180 55 0 45553 0
[pid=21671/tid=21678] ppid=21669 vsize=190668 CPUtime=3.04 cores=0-7
/proc/21671/task/21678/stat : 21678 (plingeling) R 21669 21671 21461 0 -1 4202560 925 1257 0 0 304 0 0 0 25 0 9 0 702418387 195244032 8893 33554432000 4194304 4417452 140737036730096 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21671/tid=21679] ppid=21669 vsize=190668 CPUtime=3.04 cores=0-7
/proc/21671/task/21679/stat : 21679 (plingeling) R 21669 21671 21461 0 -1 4202560 1116 1257 0 0 304 0 0 0 25 0 9 0 702418387 195244032 8893 33554432000 4194304 4417452 140737036730096 18446744073709551615 4364542 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21671/tid=21680] ppid=21669 vsize=190668 CPUtime=3.04 cores=0-7
/proc/21671/task/21680/stat : 21680 (plingeling) R 21669 21671 21461 0 -1 4202560 566 1257 0 0 304 0 0 0 25 0 9 0 702418387 195244032 8893 33554432000 4194304 4417452 140737036730096 18446744073709551615 4366079 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21671/tid=21681] ppid=21669 vsize=190668 CPUtime=3.04 cores=0-7
/proc/21671/task/21681/stat : 21681 (plingeling) R 21669 21671 21461 0 -1 4202560 2089 1257 0 0 304 0 0 0 25 0 9 0 702418387 195244032 8893 33554432000 4194304 4417452 140737036730096 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=21671/tid=21682] ppid=21669 vsize=190668 CPUtime=3.03 cores=0-7
/proc/21671/task/21682/stat : 21682 (plingeling) R 21669 21671 21461 0 -1 4202560 790 1257 0 0 303 0 0 0 25 0 9 0 702418387 195244032 8893 33554432000 4194304 4417452 140737036730096 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21671/tid=21683] ppid=21669 vsize=190668 CPUtime=3 cores=0-7
/proc/21671/task/21683/stat : 21683 (plingeling) R 21669 21671 21461 0 -1 4202560 398 1257 0 0 300 0 0 0 25 0 9 0 702418387 195244032 8893 33554432000 4194304 4417452 140737036730096 18446744073709551615 18446744073699066034 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21671/tid=21684] ppid=21669 vsize=190668 CPUtime=3.04 cores=0-7
/proc/21671/task/21684/stat : 21684 (plingeling) R 21669 21671 21461 0 -1 4202560 739 1257 0 0 304 0 0 0 25 0 9 0 702418387 195244032 8893 33554432000 4194304 4417452 140737036730096 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=21671/tid=21685] ppid=21669 vsize=190668 CPUtime=3.02 cores=0-7
/proc/21671/task/21685/stat : 21685 (plingeling) R 21669 21671 21461 0 -1 4202560 834 1257 0 0 302 0 0 0 25 0 9 0 702418387 195244032 8893 33554432000 4194304 4417452 140737036730096 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.33
Current children cumulated vsize (KiB) 190668

[startup+6.30068 s]
/proc/loadavg: 8.09 8.07 8.00 9/528 21685
/proc/meminfo: memFree=13925008/32951124 swapFree=67023164/67111528
[pid=21671] ppid=21669 vsize=198248 CPUtime=49.86 cores=0-7
/proc/21671/stat : 21671 (plingeling) S 21669 21671 21461 0 -1 4202496 15842 1257 0 0 4985 1 0 0 25 0 9 0 702418381 203005952 10846 33554432000 4194304 4417452 140737036730096 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/21671/statm: 49562 10846 180 55 0 47448 0
[pid=21671/tid=21678] ppid=21669 vsize=198248 CPUtime=6.24 cores=0-7
/proc/21671/task/21678/stat : 21678 (plingeling) R 21669 21671 21461 0 -1 4202560 1502 1257 0 0 624 0 0 0 25 0 9 0 702418387 203005952 10846 33554432000 4194304 4417452 140737036730096 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21671/tid=21679] ppid=21669 vsize=198248 CPUtime=6.24 cores=0-7
/proc/21671/task/21679/stat : 21679 (plingeling) R 21669 21671 21461 0 -1 4202560 1116 1257 0 0 624 0 0 0 25 0 9 0 702418387 203005952 10846 33554432000 4194304 4417452 140737036730096 18446744073709551615 4366099 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21671/tid=21680] ppid=21669 vsize=198248 CPUtime=6.24 cores=0-7
/proc/21671/task/21680/stat : 21680 (plingeling) R 21669 21671 21461 0 -1 4202560 566 1257 0 0 624 0 0 0 25 0 9 0 702418387 203005952 10846 33554432000 4194304 4417452 140737036730096 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21671/tid=21681] ppid=21669 vsize=198248 CPUtime=6.24 cores=0-7
/proc/21671/task/21681/stat : 21681 (plingeling) R 21669 21671 21461 0 -1 4202560 3535 1257 0 0 624 0 0 0 25 0 9 0 702418387 203005952 10846 33554432000 4194304 4417452 140737036730096 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=21671/tid=21682] ppid=21669 vsize=198248 CPUtime=6.23 cores=0-7
/proc/21671/task/21682/stat : 21682 (plingeling) R 21669 21671 21461 0 -1 4202560 1036 1257 0 0 623 0 0 0 25 0 9 0 702418387 203005952 10846 33554432000 4194304 4417452 140737036730096 18446744073709551615 4366407 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21671/tid=21683] ppid=21669 vsize=198248 CPUtime=6.14 cores=0-7
/proc/21671/task/21683/stat : 21683 (plingeling) R 21669 21671 21461 0 -1 4202560 783 1257 0 0 614 0 0 0 25 0 9 0 702418387 203005952 10846 33554432000 4194304 4417452 140737036730096 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21671/tid=21684] ppid=21669 vsize=198248 CPUtime=6.24 cores=0-7
/proc/21671/task/21684/stat : 21684 (plingeling) R 21669 21671 21461 0 -1 4202560 1300 1257 0 0 624 0 0 0 25 0 9 0 702418387 203005952 10846 33554432000 4194304 4417452 140737036730096 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=21671/tid=21685] ppid=21669 vsize=198248 CPUtime=6.22 cores=0-7
/proc/21671/task/21685/stat : 21685 (plingeling) R 21669 21671 21461 0 -1 4202560 935 1257 0 0 622 0 0 0 25 0 9 0 702418387 203005952 10846 33554432000 4194304 4417452 140737036730096 18446744073709551615 4364542 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 49.86
Current children cumulated vsize (KiB) 198248

[startup+12.7005 s]
/proc/loadavg: 8.08 8.07 8.00 9/528 21685
/proc/meminfo: memFree=13915780/32951124 swapFree=67023164/67111528
[pid=21671] ppid=21669 vsize=210240 CPUtime=100.93 cores=0-7
/proc/21671/stat : 21671 (plingeling) S 21669 21671 21461 0 -1 4202496 32671 1257 0 0 10088 5 0 0 25 0 9 0 702418381 215285760 13908 33554432000 4194304 4417452 140737036730096 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/21671/statm: 52560 13908 180 55 0 50446 0
[pid=21671/tid=21678] ppid=21669 vsize=210240 CPUtime=12.63 cores=0-7
/proc/21671/task/21678/stat : 21678 (plingeling) R 21669 21671 21461 0 -1 4202560 3072 1257 0 0 1263 0 0 0 25 0 9 0 702418387 215285760 13908 33554432000 4194304 4417452 140737036730096 18446744073709551615 4353568 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21671/tid=21679] ppid=21669 vsize=210240 CPUtime=12.63 cores=0-7
/proc/21671/task/21679/stat : 21679 (plingeling) R 21669 21671 21461 0 -1 4202560 4493 1257 0 0 1263 0 0 0 25 0 9 0 702418387 215285760 13908 33554432000 4194304 4417452 140737036730096 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21671/tid=21680] ppid=21669 vsize=210240 CPUtime=12.63 cores=0-7
/proc/21671/task/21680/stat : 21680 (plingeling) R 21669 21671 21461 0 -1 4202560 3745 1257 0 0 1263 0 0 0 25 0 9 0 702418387 215285760 13908 33554432000 4194304 4417452 140737036730096 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21671/tid=21681] ppid=21669 vsize=210240 CPUtime=12.64 cores=0-7
/proc/21671/task/21681/stat : 21681 (plingeling) R 21669 21671 21461 0 -1 4202560 6958 1257 0 0 1263 1 0 0 25 0 9 0 702418387 215285760 13908 33554432000 4194304 4417452 140737036730096 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=21671/tid=21682] ppid=21669 vsize=210240 CPUtime=12.63 cores=0-7
/proc/21671/task/21682/stat : 21682 (plingeling) R 21669 21671 21461 0 -1 4202560 1789 1257 0 0 1263 0 0 0 25 0 9 0 702418387 215285760 13908 33554432000 4194304 4417452 140737036730096 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21671/tid=21683] ppid=21669 vsize=210240 CPUtime=12.42 cores=0-7
/proc/21671/task/21683/stat : 21683 (plingeling) R 21669 21671 21461 0 -1 4202560 2476 1257 0 0 1242 0 0 0 25 0 9 0 702418387 215285760 13908 33554432000 4194304 4417452 140737036730096 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21671/tid=21684] ppid=21669 vsize=210240 CPUtime=12.62 cores=0-7
/proc/21671/task/21684/stat : 21684 (plingeling) R 21669 21671 21461 0 -1 4202560 4134 1257 0 0 1262 0 0 0 25 0 9 0 702418387 215285760 13908 33554432000 4194304 4417452 140737036730096 18446744073709551615 4232464 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=21671/tid=21685] ppid=21669 vsize=210240 CPUtime=12.62 cores=0-7
/proc/21671/task/21685/stat : 21685 (plingeling) R 21669 21671 21461 0 -1 4202560 935 1257 0 0 1262 0 0 0 25 0 9 0 702418387 215285760 13908 33554432000 4194304 4417452 140737036730096 18446744073709551615 4364896 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 100.93
Current children cumulated vsize (KiB) 210240

[startup+25.5012 s]
/proc/loadavg: 8.07 8.07 8.00 9/528 21686
/proc/meminfo: memFree=13891984/32951124 swapFree=67023164/67111528
[pid=21671] ppid=21669 vsize=234024 CPUtime=203.09 cores=0-7
/proc/21671/stat : 21671 (plingeling) S 21669 21671 21461 0 -1 4202496 89487 1257 0 0 20292 17 0 0 25 0 9 0 702418381 239640576 19706 33554432000 4194304 4417452 140737036730096 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/21671/statm: 58506 19706 180 55 0 56392 0
[pid=21671/tid=21678] ppid=21669 vsize=234024 CPUtime=25.43 cores=0-7
/proc/21671/task/21678/stat : 21678 (plingeling) R 21669 21671 21461 0 -1 4202560 13490 1257 0 0 2541 2 0 0 25 0 9 0 702418387 239640576 19706 33554432000 4194304 4417452 140737036730096 18446744073709551615 4366698 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21671/tid=21679] ppid=21669 vsize=234024 CPUtime=25.43 cores=0-7
/proc/21671/task/21679/stat : 21679 (plingeling) R 21669 21671 21461 0 -1 4202560 10722 1257 0 0 2542 1 0 0 25 0 9 0 702418387 239640576 19706 33554432000 4194304 4417452 140737036730096 18446744073709551615 4366400 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21671/tid=21680] ppid=21669 vsize=234024 CPUtime=25.43 cores=0-7
/proc/21671/task/21680/stat : 21680 (plingeling) R 21669 21671 21461 0 -1 4202560 11775 1257 0 0 2541 2 0 0 25 0 9 0 702418387 239640576 19706 33554432000 4194304 4417452 140737036730096 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21671/tid=21681] ppid=21669 vsize=234024 CPUtime=25.44 cores=0-7
/proc/21671/task/21681/stat : 21681 (plingeling) R 21669 21671 21461 0 -1 4202560 17514 1257 0 0 2540 4 0 0 25 0 9 0 702418387 239640576 19706 33554432000 4194304 4417452 140737036730096 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=21671/tid=21682] ppid=21669 vsize=234024 CPUtime=25.43 cores=0-7
/proc/21671/task/21682/stat : 21682 (plingeling) R 21669 21671 21461 0 -1 4202560 8708 1257 0 0 2542 1 0 0 25 0 9 0 702418387 239640576 19706 33554432000 4194304 4417452 140737036730096 18446744073709551615 4364583 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21671/tid=21683] ppid=21669 vsize=234024 CPUtime=24.98 cores=0-7
/proc/21671/task/21683/stat : 21683 (plingeling) R 21669 21671 21461 0 -1 4202560 8115 1257 0 0 2496 2 0 0 25 0 9 0 702418387 239640576 19706 33554432000 4194304 4417452 140737036730096 18446744073709551615 4364756 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21671/tid=21684] ppid=21669 vsize=234024 CPUtime=25.42 cores=0-7
/proc/21671/task/21684/stat : 21684 (plingeling) R 21669 21671 21461 0 -1 4202560 11546 1257 0 0 2541 1 0 0 25 0 9 0 702418387 239640576 19706 33554432000 4194304 4417452 140737036730096 18446744073709551615 4364809 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=21671/tid=21685] ppid=21669 vsize=234024 CPUtime=25.41 cores=0-7
/proc/21671/task/21685/stat : 21685 (plingeling) R 21669 21671 21461 0 -1 4202560 2548 1257 0 0 2541 0 0 0 25 0 9 0 702418387 239640576 19706 33554432000 4194304 4417452 140737036730096 18446744073709551615 4364958 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.09
Current children cumulated vsize (KiB) 234024

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

[startup+25.6012 s]
/proc/loadavg: 8.07 8.07 8.00 9/528 21686
/proc/meminfo: memFree=13891984/32951124 swapFree=67023164/67111528
[pid=21671] ppid=21669 vsize=234024 CPUtime=203.89 cores=0-7
/proc/21671/stat : 21671 (plingeling) S 21669 21671 21461 0 -1 4202496 89487 1257 0 0 20372 17 0 0 25 0 9 0 702418381 239640576 19706 33554432000 4194304 4417452 140737036730096 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/21671/statm: 58506 19706 180 55 0 56392 0
[pid=21671/tid=21678] ppid=21669 vsize=234024 CPUtime=25.53 cores=0-7
/proc/21671/task/21678/stat : 21678 (plingeling) R 21669 21671 21461 0 -1 4202560 13490 1257 0 0 2551 2 0 0 25 0 9 0 702418387 239640576 19706 33554432000 4194304 4417452 140737036730096 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21671/tid=21679] ppid=21669 vsize=234024 CPUtime=25.53 cores=0-7
/proc/21671/task/21679/stat : 21679 (plingeling) R 21669 21671 21461 0 -1 4202560 10722 1257 0 0 2552 1 0 0 25 0 9 0 702418387 239640576 19706 33554432000 4194304 4417452 140737036730096 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21671/tid=21680] ppid=21669 vsize=234024 CPUtime=25.53 cores=0-7
/proc/21671/task/21680/stat : 21680 (plingeling) R 21669 21671 21461 0 -1 4202560 11775 1257 0 0 2551 2 0 0 25 0 9 0 702418387 239640576 19706 33554432000 4194304 4417452 140737036730096 18446744073709551615 4364896 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21671/tid=21681] ppid=21669 vsize=234024 CPUtime=25.54 cores=0-7
/proc/21671/task/21681/stat : 21681 (plingeling) R 21669 21671 21461 0 -1 4202560 17514 1257 0 0 2550 4 0 0 25 0 9 0 702418387 239640576 19706 33554432000 4194304 4417452 140737036730096 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=21671/tid=21682] ppid=21669 vsize=234024 CPUtime=25.53 cores=0-7
/proc/21671/task/21682/stat : 21682 (plingeling) R 21669 21671 21461 0 -1 4202560 8708 1257 0 0 2552 1 0 0 25 0 9 0 702418387 239640576 19706 33554432000 4194304 4417452 140737036730096 18446744073709551615 4250505 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21671/tid=21683] ppid=21669 vsize=234024 CPUtime=25.08 cores=0-7
/proc/21671/task/21683/stat : 21683 (plingeling) R 21669 21671 21461 0 -1 4202560 8115 1257 0 0 2506 2 0 0 25 0 9 0 702418387 239640576 19706 33554432000 4194304 4417452 140737036730096 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21671/tid=21684] ppid=21669 vsize=234024 CPUtime=25.52 cores=0-7
/proc/21671/task/21684/stat : 21684 (plingeling) R 21669 21671 21461 0 -1 4202560 11546 1257 0 0 2551 1 0 0 25 0 9 0 702418387 239640576 19706 33554432000 4194304 4417452 140737036730096 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=21671/tid=21685] ppid=21669 vsize=234024 CPUtime=25.51 cores=0-7
/proc/21671/task/21685/stat : 21685 (plingeling) R 21669 21671 21461 0 -1 4202560 2548 1257 0 0 2551 0 0 0 25 0 9 0 702418387 239640576 19706 33554432000 4194304 4417452 140737036730096 18446744073709551615 4365949 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.89
Current children cumulated vsize (KiB) 234024

[startup+32.0201 s]
/proc/loadavg: 8.06 8.06 8.00 9/528 21686
/proc/meminfo: memFree=13885832/32951124 swapFree=67023164/67111528
[pid=21671] ppid=21669 vsize=241644 CPUtime=255.13 cores=0-7
/proc/21671/stat : 21671 (plingeling) S 21669 21671 21461 0 -1 4202496 114544 1257 0 0 25492 21 0 0 25 0 9 0 702418381 247443456 21611 33554432000 4194304 4417452 140737036730096 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/21671/statm: 60411 21611 180 55 0 58297 0
[pid=21671/tid=21678] ppid=21669 vsize=241644 CPUtime=31.96 cores=0-7
/proc/21671/task/21678/stat : 21678 (plingeling) R 21669 21671 21461 0 -1 4202560 16658 1257 0 0 3193 3 0 0 25 0 9 0 702418387 247443456 21611 33554432000 4194304 4417452 140737036730096 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21671/tid=21679] ppid=21669 vsize=241644 CPUtime=31.96 cores=0-7
/proc/21671/task/21679/stat : 21679 (plingeling) R 21669 21671 21461 0 -1 4202560 13185 1257 0 0 3194 2 0 0 25 0 9 0 702418387 247443456 21611 33554432000 4194304 4417452 140737036730096 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21671/tid=21680] ppid=21669 vsize=241644 CPUtime=31.95 cores=0-7
/proc/21671/task/21680/stat : 21680 (plingeling) R 21669 21671 21461 0 -1 4202560 14899 1257 0 0 3193 2 0 0 25 0 9 0 702418387 247443456 21611 33554432000 4194304 4417452 140737036730096 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21671/tid=21681] ppid=21669 vsize=241644 CPUtime=31.95 cores=0-7
/proc/21671/task/21681/stat : 21681 (plingeling) R 21669 21671 21461 0 -1 4202560 22611 1257 0 0 3191 4 0 0 25 0 9 0 702418387 247443456 21611 33554432000 4194304 4417452 140737036730096 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=21671/tid=21682] ppid=21669 vsize=241644 CPUtime=31.95 cores=0-7
/proc/21671/task/21682/stat : 21682 (plingeling) R 21669 21671 21461 0 -1 4202560 11025 1257 0 0 3193 2 0 0 25 0 9 0 702418387 247443456 21611 33554432000 4194304 4417452 140737036730096 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21671/tid=21683] ppid=21669 vsize=241644 CPUtime=31.38 cores=0-7
/proc/21671/task/21683/stat : 21683 (plingeling) R 21669 21671 21461 0 -1 4202560 10576 1257 0 0 3136 2 0 0 25 0 9 0 702418387 247443456 21611 33554432000 4194304 4417452 140737036730096 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21671/tid=21684] ppid=21669 vsize=241644 CPUtime=31.93 cores=0-7
/proc/21671/task/21684/stat : 21684 (plingeling) R 21669 21671 21461 0 -1 4202560 15100 1257 0 0 3192 1 0 0 25 0 9 0 702418387 247443456 21611 33554432000 4194304 4417452 140737036730096 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=21671/tid=21685] ppid=21669 vsize=241644 CPUtime=31.93 cores=0-7
/proc/21671/task/21685/stat : 21685 (plingeling) R 21669 21671 21461 0 -1 4202560 5421 1257 0 0 3193 0 0 0 25 0 9 0 702418387 247443456 21611 33554432000 4194304 4417452 140737036730096 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 255.13
Current children cumulated vsize (KiB) 241644

[startup+38.4009 s]
/proc/loadavg: 8.05 8.06 8.00 9/528 21686
/proc/meminfo: memFree=13880760/32951124 swapFree=67023164/67111528
[pid=21671] ppid=21669 vsize=245532 CPUtime=306.08 cores=0-7
/proc/21671/stat : 21671 (plingeling) S 21669 21671 21461 0 -1 4202496 144087 1257 0 0 30581 27 0 0 25 0 9 0 702418381 251424768 22583 33554432000 4194304 4417452 140737036730096 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/21671/statm: 61383 22583 180 55 0 59269 0
[pid=21671/tid=21678] ppid=21669 vsize=245532 CPUtime=38.34 cores=0-7
/proc/21671/task/21678/stat : 21678 (plingeling) R 21669 21671 21461 0 -1 4202560 20729 1257 0 0 3830 4 0 0 25 0 9 0 702418387 251424768 22583 33554432000 4194304 4417452 140737036730096 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21671/tid=21679] ppid=21669 vsize=245532 CPUtime=38.33 cores=0-7
/proc/21671/task/21679/stat : 21679 (plingeling) R 21669 21671 21461 0 -1 4202560 17796 1257 0 0 3831 2 0 0 25 0 9 0 702418387 251424768 22583 33554432000 4194304 4417452 140737036730096 18446744073709551615 4365092 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21671/tid=21680] ppid=21669 vsize=245532 CPUtime=38.33 cores=0-7
/proc/21671/task/21680/stat : 21680 (plingeling) R 21669 21671 21461 0 -1 4202560 17139 1257 0 0 3830 3 0 0 25 0 9 0 702418387 251424768 22583 33554432000 4194304 4417452 140737036730096 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21671/tid=21681] ppid=21669 vsize=245532 CPUtime=38.34 cores=0-7
/proc/21671/task/21681/stat : 21681 (plingeling) R 21669 21671 21461 0 -1 4202560 28786 1257 0 0 3828 6 0 0 25 0 9 0 702418387 251424768 22583 33554432000 4194304 4417452 140737036730096 18446744073709551615 4366412 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=21671/tid=21682] ppid=21669 vsize=245532 CPUtime=38.33 cores=0-7
/proc/21671/task/21682/stat : 21682 (plingeling) R 21669 21671 21461 0 -1 4202560 15305 1257 0 0 3831 2 0 0 25 0 9 0 702418387 251424768 22583 33554432000 4194304 4417452 140737036730096 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21671/tid=21683] ppid=21669 vsize=245532 CPUtime=37.67 cores=0-7
/proc/21671/task/21683/stat : 21683 (plingeling) R 21669 21671 21461 0 -1 4202560 12680 1257 0 0 3764 3 0 0 25 0 9 0 702418387 251424768 22583 33554432000 4194304 4417452 140737036730096 18446744073709551615 4251148 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21671/tid=21684] ppid=21669 vsize=245532 CPUtime=38.32 cores=0-7
/proc/21671/task/21684/stat : 21684 (plingeling) R 21669 21671 21461 0 -1 4202560 19020 1257 0 0 3830 2 0 0 25 0 9 0 702418387 251424768 22583 33554432000 4194304 4417452 140737036730096 18446744073709551615 4344176 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=21671/tid=21685] ppid=21669 vsize=245532 CPUtime=38.31 cores=0-7
/proc/21671/task/21685/stat : 21685 (plingeling) R 21669 21671 21461 0 -1 4202560 7563 1257 0 0 3830 1 0 0 25 0 9 0 702418387 251424768 22583 33554432000 4194304 4417452 140737036730096 18446744073709551615 4364741 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 306.08
Current children cumulated vsize (KiB) 245532

[startup+40.0006 s]
/proc/loadavg: 8.05 8.06 8.00 9/528 21686
/proc/meminfo: memFree=13884240/32951124 swapFree=67023164/67111528
[pid=21671] ppid=21669 vsize=244740 CPUtime=318.84 cores=0-7
/proc/21671/stat : 21671 (plingeling) S 21669 21671 21461 0 -1 4202496 149385 1257 0 0 31856 28 0 0 25 0 9 0 702418381 250613760 22385 33554432000 4194304 4417452 140737036730096 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/21671/statm: 61185 22385 180 55 0 59071 0
[pid=21671/tid=21678] ppid=21669 vsize=244740 CPUtime=39.94 cores=0-7
/proc/21671/task/21678/stat : 21678 (plingeling) R 21669 21671 21461 0 -1 4202560 20978 1257 0 0 3990 4 0 0 25 0 9 0 702418387 250613760 22385 33554432000 4194304 4417452 140737036730096 18446744073709551615 4364958 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21671/tid=21679] ppid=21669 vsize=244740 CPUtime=39.93 cores=0-7
/proc/21671/task/21679/stat : 21679 (plingeling) R 21669 21671 21461 0 -1 4202560 18372 1257 0 0 3991 2 0 0 25 0 9 0 702418387 250613760 22385 33554432000 4194304 4417452 140737036730096 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21671/tid=21680] ppid=21669 vsize=244740 CPUtime=39.93 cores=0-7
/proc/21671/task/21680/stat : 21680 (plingeling) R 21669 21671 21461 0 -1 4202560 17302 1257 0 0 3990 3 0 0 25 0 9 0 702418387 250613760 22385 33554432000 4194304 4417452 140737036730096 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21671/tid=21681] ppid=21669 vsize=244740 CPUtime=39.93 cores=0-7
/proc/21671/task/21681/stat : 21681 (plingeling) R 21669 21671 21461 0 -1 4202560 30390 1257 0 0 3987 6 0 0 25 0 9 0 702418387 250613760 22385 33554432000 4194304 4417452 140737036730096 18446744073709551615 4365936 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=21671/tid=21682] ppid=21669 vsize=244740 CPUtime=39.92 cores=0-7
/proc/21671/task/21682/stat : 21682 (plingeling) R 21669 21671 21461 0 -1 4202560 15889 1257 0 0 3990 2 0 0 25 0 9 0 702418387 250613760 22385 33554432000 4194304 4417452 140737036730096 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21671/tid=21683] ppid=21669 vsize=244740 CPUtime=39.23 cores=0-7
/proc/21671/task/21683/stat : 21683 (plingeling) R 21669 21671 21461 0 -1 4202560 13711 1257 0 0 3920 3 0 0 25 0 9 0 702418387 250613760 22385 33554432000 4194304 4417452 140737036730096 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21671/tid=21684] ppid=21669 vsize=244740 CPUtime=39.91 cores=0-7
/proc/21671/task/21684/stat : 21684 (plingeling) R 21669 21671 21461 0 -1 4202560 19573 1257 0 0 3989 2 0 0 25 0 9 0 702418387 250613760 22385 33554432000 4194304 4417452 140737036730096 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=21671/tid=21685] ppid=21669 vsize=244740 CPUtime=39.91 cores=0-7
/proc/21671/task/21685/stat : 21685 (plingeling) R 21669 21671 21461 0 -1 4202560 8101 1257 0 0 3990 1 0 0 25 0 9 0 702418387 250613760 22385 33554432000 4194304 4417452 140737036730096 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 318.84
Current children cumulated vsize (KiB) 244740

[startup+40.8195 s]
/proc/loadavg: 8.05 8.06 8.00 9/528 21686
/proc/meminfo: memFree=13869608/32951124 swapFree=67023164/67111528
[pid=21671] ppid=21669 vsize=245696 CPUtime=325.37 cores=0-7
/proc/21671/stat : 21671 (plingeling) S 21669 21671 21461 0 -1 4202496 154074 1257 0 0 32508 29 0 0 25 0 9 0 702418381 251592704 22624 33554432000 4194304 4417452 140737036730096 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/21671/statm: 61424 22624 180 55 0 59310 0
[pid=21671/tid=21678] ppid=21669 vsize=245696 CPUtime=40.75 cores=0-7
/proc/21671/task/21678/stat : 21678 (plingeling) R 21669 21671 21461 0 -1 4202560 22312 1257 0 0 4071 4 0 0 25 0 9 0 702418387 251592704 22624 33554432000 4194304 4417452 140737036730096 18446744073709551615 4364765 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21671/tid=21679] ppid=21669 vsize=245696 CPUtime=40.75 cores=0-7
/proc/21671/task/21679/stat : 21679 (plingeling) R 21669 21671 21461 0 -1 4202560 18989 1257 0 0 4073 2 0 0 25 0 9 0 702418387 251592704 22624 33554432000 4194304 4417452 140737036730096 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21671/tid=21680] ppid=21669 vsize=245696 CPUtime=40.75 cores=0-7
/proc/21671/task/21680/stat : 21680 (plingeling) R 21669 21671 21461 0 -1 4202560 18351 1257 0 0 4072 3 0 0 25 0 9 0 702418387 251592704 22624 33554432000 4194304 4417452 140737036730096 18446744073709551615 4232680 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21671/tid=21681] ppid=21669 vsize=245696 CPUtime=40.75 cores=0-7
/proc/21671/task/21681/stat : 21681 (plingeling) R 21669 21671 21461 0 -1 4202560 30691 1257 0 0 4069 6 0 0 25 0 9 0 702418387 251592704 22624 33554432000 4194304 4417452 140737036730096 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=21671/tid=21682] ppid=21669 vsize=245696 CPUtime=40.75 cores=0-7
/proc/21671/task/21682/stat : 21682 (plingeling) R 21669 21671 21461 0 -1 4202560 16281 1257 0 0 4072 3 0 0 25 0 9 0 702418387 251592704 22624 33554432000 4194304 4417452 140737036730096 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21671/tid=21683] ppid=21669 vsize=245696 CPUtime=40.03 cores=0-7
/proc/21671/task/21683/stat : 21683 (plingeling) R 21669 21671 21461 0 -1 4202560 13893 1257 0 0 4000 3 0 0 25 0 9 0 702418387 251592704 22624 33554432000 4194304 4417452 140737036730096 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21671/tid=21684] ppid=21669 vsize=245696 CPUtime=40.73 cores=0-7
/proc/21671/task/21684/stat : 21684 (plingeling) R 21669 21671 21461 0 -1 4202560 19848 1257 0 0 4071 2 0 0 25 0 9 0 702418387 251592704 22624 33554432000 4194304 4417452 140737036730096 18446744073709551615 4246343 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=21671/tid=21685] ppid=21669 vsize=245696 CPUtime=40.73 cores=0-7
/proc/21671/task/21685/stat : 21685 (plingeling) R 21669 21671 21461 0 -1 4202560 8640 1257 0 0 4072 1 0 0 25 0 9 0 702418387 251592704 22624 33554432000 4194304 4417452 140737036730096 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 325.37
Current children cumulated vsize (KiB) 245696

[startup+41.2004 s]
/proc/loadavg: 8.05 8.06 8.00 9/528 21686
/proc/meminfo: memFree=13869608/32951124 swapFree=67023164/67111528
[pid=21671] ppid=21669 vsize=247868 CPUtime=328.42 cores=0-7
/proc/21671/stat : 21671 (plingeling) S 21669 21671 21461 0 -1 4202496 155233 1257 0 0 32813 29 0 0 25 0 9 0 702418381 253816832 23167 33554432000 4194304 4417452 140737036730096 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/21671/statm: 61967 23167 180 55 0 59853 0
[pid=21671/tid=21678] ppid=21669 vsize=247868 CPUtime=41.13 cores=0-7
/proc/21671/task/21678/stat : 21678 (plingeling) R 21669 21671 21461 0 -1 4202560 22334 1257 0 0 4109 4 0 0 25 0 9 0 702418387 253816832 23167 33554432000 4194304 4417452 140737036730096 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21671/tid=21679] ppid=21669 vsize=247868 CPUtime=41.13 cores=0-7
/proc/21671/task/21679/stat : 21679 (plingeling) R 21669 21671 21461 0 -1 4202560 18989 1257 0 0 4111 2 0 0 25 0 9 0 702418387 253816832 23167 33554432000 4194304 4417452 140737036730096 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21671/tid=21680] ppid=21669 vsize=247868 CPUtime=41.13 cores=0-7
/proc/21671/task/21680/stat : 21680 (plingeling) R 21669 21671 21461 0 -1 4202560 18351 1257 0 0 4110 3 0 0 25 0 9 0 702418387 253816832 23167 33554432000 4194304 4417452 140737036730096 18446744073709551615 4366458 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21671/tid=21681] ppid=21669 vsize=247868 CPUtime=41.13 cores=0-7
/proc/21671/task/21681/stat : 21681 (plingeling) R 21669 21671 21461 0 -1 4202560 30691 1257 0 0 4107 6 0 0 25 0 9 0 702418387 253816832 23167 33554432000 4194304 4417452 140737036730096 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=21671/tid=21682] ppid=21669 vsize=247868 CPUtime=41.13 cores=0-7
/proc/21671/task/21682/stat : 21682 (plingeling) R 21669 21671 21461 0 -1 4202560 16529 1257 0 0 4110 3 0 0 25 0 9 0 702418387 253816832 23167 33554432000 4194304 4417452 140737036730096 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21671/tid=21683] ppid=21669 vsize=247868 CPUtime=40.41 cores=0-7
/proc/21671/task/21683/stat : 21683 (plingeling) R 21669 21671 21461 0 -1 4202560 14303 1257 0 0 4038 3 0 0 25 0 9 0 702418387 253816832 23167 33554432000 4194304 4417452 140737036730096 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21671/tid=21684] ppid=21669 vsize=247868 CPUtime=41.11 cores=0-7
/proc/21671/task/21684/stat : 21684 (plingeling) R 21669 21671 21461 0 -1 4202560 20327 1257 0 0 4109 2 0 0 25 0 9 0 702418387 253816832 23167 33554432000 4194304 4417452 140737036730096 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=21671/tid=21685] ppid=21669 vsize=247868 CPUtime=41.11 cores=0-7
/proc/21671/task/21685/stat : 21685 (plingeling) R 21669 21671 21461 0 -1 4202560 8640 1257 0 0 4110 1 0 0 25 0 9 0 702418387 253816832 23167 33554432000 4194304 4417452 140737036730096 18446744073709551615 4353632 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 328.42
Current children cumulated vsize (KiB) 247868

[startup+41.6003 s]
/proc/loadavg: 8.05 8.06 8.00 9/528 21686
/proc/meminfo: memFree=13869608/32951124 swapFree=67023164/67111528
[pid=21671] ppid=21669 vsize=246320 CPUtime=330.8 cores=0-7
/proc/21671/stat : 21671 (plingeling) S 21669 21671 21461 0 -1 4202496 157233 1257 0 0 33051 29 0 0 17 0 3 0 702418381 252231680 22781 33554432000 4194304 4417452 140737036730096 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/21671/statm: 61580 22781 181 55 0 59466 0
[pid=21671/tid=21680] ppid=21669 vsize=246320 CPUtime=41.53 cores=0-7
/proc/21671/task/21680/stat : 21680 (plingeling) R 21669 21671 21461 0 -1 4202560 18523 1257 0 0 4150 3 0 0 25 0 3 0 702418387 252231680 22781 33554432000 4194304 4417452 140737036730096 18446744073709551615 4364845 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21671/tid=21683] ppid=21669 vsize=246320 CPUtime=40.81 cores=0-7
/proc/21671/task/21683/stat : 21683 (plingeling) R 21669 21671 21461 0 -1 4202560 14303 1257 0 0 4078 3 0 0 25 0 3 0 702418387 252231680 22781 33554432000 4194304 4417452 140737036730096 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 330.8
Current children cumulated vsize (KiB) 246320

[startup+41.7003 s]
/proc/loadavg: 8.05 8.06 8.00 9/528 21686
/proc/meminfo: memFree=13869608/32951124 swapFree=67023164/67111528
[pid=21671] ppid=21669 vsize=225832 CPUtime=330.92 cores=0-7
/proc/21671/stat : 21671 (plingeling) S 21669 21671 21461 0 -1 4202496 157233 1257 0 0 33063 29 0 0 15 0 2 0 702418381 231251968 22777 33554432000 4194304 4417452 140737036730096 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/21671/statm: 56458 22777 181 55 0 54344 0
[pid=21671/tid=21683] ppid=21669 vsize=225832 CPUtime=40.91 cores=0-7
/proc/21671/task/21683/stat : 21683 (plingeling) R 21669 21671 21461 0 -1 4202560 14303 1257 0 0 4088 3 0 0 25 0 2 0 702418387 231251968 22777 33554432000 4194304 4417452 140737036730096 18446744073709551615 4366065 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 330.92
Current children cumulated vsize (KiB) 225832

Child status: 10
Real time (s): 41.7364
CPU time (s): 330.97
CPU user time (s): 330.668
CPU system time (s): 0.301954
CPU usage (%): 793
Max. virtual memory (cumulated for all children) (KiB): 256328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 330.668
system time used= 0.301954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 158504
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= 162
involuntary context switches= 1411

runsolver used 0.221966 second user time and 0.51992 second system time

The end

Launcher Data

Begin job on node145 at 2011-05-22 23:33:45
IDJOB=3394580
IDBENCH=83264
IDSOLVER=1851
FILE ID=node145/3394580-1306100025
RUNJOBID= node145-1306095011-21475
PBS_JOBID= 13387969
Free space on /tmp= 73368 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-21_399.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3394580-1306100025/watcher-3394580-1306100025 -o /tmp/evaluation-result-3394580-1306100025/solver-3394580-1306100025 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3394580-1306100025.cnf

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

MD5SUM BENCH= 693b5fe291cecff45feff3be98a908cf
RANDOM SEED=2075194744

node145.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.786
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.57
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.786
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.76
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.786
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.74
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.786
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.83
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.786
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.82
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.786
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13969052 kB
Buffers:        236968 kB
Cached:        6749620 kB
SwapCached:       4796 kB
Active:       10949176 kB
Inactive:      7744652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13969052 kB
SwapTotal:    67111528 kB
SwapFree:     67023164 kB
Dirty:             404 kB
Writeback:          28 kB
AnonPages:    11702580 kB
Mapped:          38164 kB
Slab:           152056 kB
PageTables:      65652 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 153199232 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= 73368 MiB
End job on node145 at 2011-05-22 23:34:27