Trace number 3262078

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 587SAT 3036.81 760.866

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-21_404.cnf
MD5SUM213e4c0c58f043e67e86cf993698317a
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark8.22675
Satisfiable
(Un)Satisfiability was proved
Number of variables202
Number of clauses22023
Sum of the clauses size98860
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 267
Number of clauses of size 320125
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51831

Solver Data

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

Verifier Data

OK

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-3262078-1304092886/watcher-3262078-1304092886 -o /tmp/evaluation-result-3262078-1304092886/solver-3262078-1304092886 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3262078-1304092886.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: 6.33 7.71 7.78 2/179 18753
/proc/meminfo: memFree=30261348/32951124 swapFree=67111416/67111528
[pid=18753] ppid=18750 vsize=8728 CPUtime=0 cores=1,3,5,7
/proc/18753/stat : 18753 (plingeling) S 18750 18753 18710 0 -1 4202496 216 0 0 0 0 0 0 0 21 0 1 0 520890980 8937472 145 33554432000 4194304 4417332 140735805199248 18446744073709551615 212436016896 0 0 4096 0 18446744071562362840 0 0 17 1 0 0 0
/proc/18753/statm: 2182 145 122 55 0 68 0

[startup+0.0070899 s]
/proc/loadavg: 6.33 7.71 7.78 2/179 18753
/proc/meminfo: memFree=30261348/32951124 swapFree=67111416/67111528
[pid=18753] ppid=18750 vsize=8728 CPUtime=0 cores=1,3,5,7
/proc/18753/stat : 18753 (plingeling) S 18750 18753 18710 0 -1 4202496 216 0 0 0 0 0 0 0 21 0 1 0 520890980 8937472 145 33554432000 4194304 4417332 140735805199248 18446744073709551615 212436016896 0 0 4096 0 18446744071562362840 0 0 17 1 0 0 0
/proc/18753/statm: 2182 145 122 55 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8728

[startup+0.156021 s]
/proc/loadavg: 6.33 7.71 7.78 2/179 18753
/proc/meminfo: memFree=30261348/32951124 swapFree=67111416/67111528
[pid=18753] ppid=18750 vsize=61656 CPUtime=0.44 cores=1,3,5,7
/proc/18753/stat : 18753 (plingeling) S 18750 18753 18710 0 -1 4202496 3575 1251 0 1 44 0 0 0 21 0 5 0 520890980 63135744 3200 33554432000 4194304 4417332 140735805199248 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/18753/statm: 15414 3200 180 55 0 13300 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 61656

[startup+0.300992 s]
/proc/loadavg: 6.33 7.71 7.78 2/179 18753
/proc/meminfo: memFree=30261348/32951124 swapFree=67111416/67111528
[pid=18753] ppid=18750 vsize=61072 CPUtime=1.02 cores=1,3,5,7
/proc/18753/stat : 18753 (plingeling) S 18750 18753 18710 0 -1 4202496 3838 1251 0 1 102 0 0 0 21 0 5 0 520890980 62537728 2991 33554432000 4194304 4417332 140735805199248 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/18753/statm: 15268 2991 180 55 0 13154 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 61072

[startup+0.700919 s]
/proc/loadavg: 6.33 7.71 7.78 2/179 18753
/proc/meminfo: memFree=30261348/32951124 swapFree=67111416/67111528
[pid=18753] ppid=18750 vsize=62320 CPUtime=2.62 cores=1,3,5,7
/proc/18753/stat : 18753 (plingeling) S 18750 18753 18710 0 -1 4202496 4213 1251 0 1 262 0 0 0 21 0 5 0 520890980 63815680 3366 33554432000 4194304 4417332 140735805199248 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/18753/statm: 15580 3366 180 55 0 13466 0
Current children cumulated CPU time (s) 2.62
Current children cumulated vsize (KiB) 62320

[startup+1.50077 s]
/proc/loadavg: 6.33 7.71 7.78 9/186 18767
/proc/meminfo: memFree=30237400/32951124 swapFree=67111416/67111528
[pid=18753] ppid=18750 vsize=66508 CPUtime=5.81 cores=1,3,5,7
/proc/18753/stat : 18753 (plingeling) S 18750 18753 18710 0 -1 4202496 5260 1251 0 1 581 0 0 0 21 0 5 0 520890980 68104192 4413 33554432000 4194304 4417332 140735805199248 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/18753/statm: 16627 4413 180 55 0 14513 0
[pid=18753/tid=18764] ppid=18750 vsize=66508 CPUtime=1.45 cores=1,3,5,7
/proc/18753/task/18764/stat : 18764 (plingeling) R 18750 18753 18710 0 -1 4202560 380 1251 0 1 145 0 0 0 25 0 5 0 520890985 68104192 4413 33554432000 4194304 4417332 140735805199248 18446744073709551615 4364973 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18753/tid=18765] ppid=18750 vsize=66508 CPUtime=1.44 cores=1,3,5,7
/proc/18753/task/18765/stat : 18765 (plingeling) R 18750 18753 18710 0 -1 4202560 365 1251 0 1 144 0 0 0 25 0 5 0 520890985 68104192 4413 33554432000 4194304 4417332 140735805199248 18446744073709551615 4364792 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18753/tid=18766] ppid=18750 vsize=66508 CPUtime=1.44 cores=1,3,5,7
/proc/18753/task/18766/stat : 18766 (plingeling) R 18750 18753 18710 0 -1 4202560 347 1251 0 1 144 0 0 0 25 0 5 0 520890985 68104192 4413 33554432000 4194304 4417332 140735805199248 18446744073709551615 4274474 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18753/tid=18767] ppid=18750 vsize=66508 CPUtime=1.44 cores=1,3,5,7
/proc/18753/task/18767/stat : 18767 (plingeling) R 18750 18753 18710 0 -1 4202560 1443 1251 0 1 144 0 0 0 25 0 5 0 520890985 68104192 4413 33554432000 4194304 4417332 140735805199248 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.81
Current children cumulated vsize (KiB) 66508

[startup+3.10046 s]
/proc/loadavg: 6.46 7.72 7.78 9/186 18767
/proc/meminfo: memFree=30226376/32951124 swapFree=67111416/67111528
[pid=18753] ppid=18750 vsize=70488 CPUtime=12.21 cores=1,3,5,7
/proc/18753/stat : 18753 (plingeling) S 18750 18753 18710 0 -1 4202496 6256 1251 0 1 1221 0 0 0 21 0 5 0 520890980 72179712 5409 33554432000 4194304 4417332 140735805199248 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/18753/statm: 17622 5409 181 55 0 15508 0
[pid=18753/tid=18764] ppid=18750 vsize=70488 CPUtime=3.05 cores=1,3,5,7
/proc/18753/task/18764/stat : 18764 (plingeling) R 18750 18753 18710 0 -1 4202560 531 1251 0 1 305 0 0 0 25 0 5 0 520890985 72179712 5409 33554432000 4194304 4417332 140735805199248 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18753/tid=18765] ppid=18750 vsize=70488 CPUtime=3.04 cores=1,3,5,7
/proc/18753/task/18765/stat : 18765 (plingeling) R 18750 18753 18710 0 -1 4202560 452 1251 0 1 304 0 0 0 25 0 5 0 520890985 72179712 5409 33554432000 4194304 4417332 140735805199248 18446744073709551615 4364736 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18753/tid=18766] ppid=18750 vsize=70488 CPUtime=3.04 cores=1,3,5,7
/proc/18753/task/18766/stat : 18766 (plingeling) R 18750 18753 18710 0 -1 4202560 350 1251 0 1 304 0 0 0 25 0 5 0 520890985 72179712 5409 33554432000 4194304 4417332 140735805199248 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18753/tid=18767] ppid=18750 vsize=70488 CPUtime=3.03 cores=1,3,5,7
/proc/18753/task/18767/stat : 18767 (plingeling) R 18750 18753 18710 0 -1 4202560 2198 1251 0 1 303 0 0 0 25 0 5 0 520890985 72179712 5409 33554432000 4194304 4417332 140735805199248 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.21
Current children cumulated vsize (KiB) 70488

[startup+6.30085 s]
/proc/loadavg: 6.46 7.72 7.78 9/186 18767
/proc/meminfo: memFree=30215384/32951124 swapFree=67111416/67111528
[pid=18753] ppid=18750 vsize=140356 CPUtime=24.99 cores=1,3,5,7
/proc/18753/stat : 18753 (plingeling) S 18750 18753 18710 0 -1 4202496 9896 1251 0 1 2498 1 0 0 21 0 5 0 520890980 143724544 6537 33554432000 4194304 4417332 140735805199248 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/18753/statm: 35089 6537 181 55 0 32975 0
[pid=18753/tid=18764] ppid=18750 vsize=140356 CPUtime=6.25 cores=1,3,5,7
/proc/18753/task/18764/stat : 18764 (plingeling) R 18750 18753 18710 0 -1 4202560 1267 1251 0 1 625 0 0 0 25 0 5 0 520890985 143724544 6537 33554432000 4194304 4417332 140735805199248 18446744073709551615 4356907 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18753/tid=18765] ppid=18750 vsize=140356 CPUtime=6.25 cores=1,3,5,7
/proc/18753/task/18765/stat : 18765 (plingeling) R 18750 18753 18710 0 -1 4202560 775 1251 0 1 625 0 0 0 25 0 5 0 520890985 143724544 6537 33554432000 4194304 4417332 140735805199248 18446744073709551615 4364409 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18753/tid=18766] ppid=18750 vsize=140356 CPUtime=6.24 cores=1,3,5,7
/proc/18753/task/18766/stat : 18766 (plingeling) R 18750 18753 18710 0 -1 4202560 604 1251 0 1 624 0 0 0 25 0 5 0 520890985 143724544 6537 33554432000 4194304 4417332 140735805199248 18446744073709551615 4365986 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18753/tid=18767] ppid=18750 vsize=140356 CPUtime=6.21 cores=1,3,5,7
/proc/18753/task/18767/stat : 18767 (plingeling) R 18750 18753 18710 0 -1 4202560 4525 1251 0 1 621 0 0 0 25 0 5 0 520890985 143724544 6537 33554432000 4194304 4417332 140735805199248 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.99
Current children cumulated vsize (KiB) 140356

[startup+12.7006 s]
/proc/loadavg: 6.70 7.72 7.78 9/186 18767
/proc/meminfo: memFree=30209452/32951124 swapFree=67111416/67111528
[pid=18753] ppid=18750 vsize=147444 CPUtime=50.56 cores=1,3,5,7
/proc/18753/stat : 18753 (plingeling) S 18750 18753 18710 0 -1 4202496 20474 1251 0 1 5053 3 0 0 21 0 5 0 520890980 150982656 8319 33554432000 4194304 4417332 140735805199248 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/18753/statm: 36861 8319 181 55 0 34747 0
[pid=18753/tid=18764] ppid=18750 vsize=147444 CPUtime=12.64 cores=1,3,5,7
/proc/18753/task/18764/stat : 18764 (plingeling) R 18750 18753 18710 0 -1 4202560 3046 1251 0 1 1264 0 0 0 25 0 5 0 520890985 150982656 8319 33554432000 4194304 4417332 140735805199248 18446744073709551615 4262999 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18753/tid=18765] ppid=18750 vsize=147444 CPUtime=12.64 cores=1,3,5,7
/proc/18753/task/18765/stat : 18765 (plingeling) R 18750 18753 18710 0 -1 4202560 2892 1251 0 1 1264 0 0 0 25 0 5 0 520890985 150982656 8319 33554432000 4194304 4417332 140735805199248 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18753/tid=18766] ppid=18750 vsize=147444 CPUtime=12.64 cores=1,3,5,7
/proc/18753/task/18766/stat : 18766 (plingeling) R 18750 18753 18710 0 -1 4202560 2119 1251 0 1 1264 0 0 0 25 0 5 0 520890985 150982656 8319 33554432000 4194304 4417332 140735805199248 18446744073709551615 4364683 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18753/tid=18767] ppid=18750 vsize=147444 CPUtime=12.58 cores=1,3,5,7
/proc/18753/task/18767/stat : 18767 (plingeling) R 18750 18753 18710 0 -1 4202560 9692 1251 0 1 1257 1 0 0 25 0 5 0 520890985 150982656 8319 33554432000 4194304 4417332 140735805199248 18446744073709551615 4364713 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 147444

[startup+25.5012 s]
/proc/loadavg: 6.90 7.73 7.78 10/186 18768
/proc/meminfo: memFree=30177396/32951124 swapFree=67111416/67111528
[pid=18753] ppid=18750 vsize=157548 CPUtime=101.69 cores=1,3,5,7
/proc/18753/stat : 18753 (plingeling) S 18750 18753 18710 0 -1 4202496 50970 1251 0 1 10161 8 0 0 21 0 5 0 520890980 161329152 10845 33554432000 4194304 4417332 140735805199248 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/18753/statm: 39387 10845 181 55 0 37273 0
[pid=18753/tid=18764] ppid=18750 vsize=157548 CPUtime=25.44 cores=1,3,5,7
/proc/18753/task/18764/stat : 18764 (plingeling) R 18750 18753 18710 0 -1 4202560 9101 1251 0 1 2543 1 0 0 25 0 5 0 520890985 161329152 10845 33554432000 4194304 4417332 140735805199248 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18753/tid=18765] ppid=18750 vsize=157548 CPUtime=25.44 cores=1,3,5,7
/proc/18753/task/18765/stat : 18765 (plingeling) R 18750 18753 18710 0 -1 4202560 10493 1251 0 1 2543 1 0 0 25 0 5 0 520890985 161329152 10845 33554432000 4194304 4417332 140735805199248 18446744073709551615 4366053 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18753/tid=18766] ppid=18750 vsize=157548 CPUtime=25.44 cores=1,3,5,7
/proc/18753/task/18766/stat : 18766 (plingeling) R 18750 18753 18710 0 -1 4202560 7785 1251 0 1 2543 1 0 0 25 0 5 0 520890985 161329152 10845 33554432000 4194304 4417332 140735805199248 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18753/tid=18767] ppid=18750 vsize=157548 CPUtime=25.3 cores=1,3,5,7
/proc/18753/task/18767/stat : 18767 (plingeling) R 18750 18753 18710 0 -1 4202560 20866 1251 0 1 2528 2 0 0 25 0 5 0 520890985 161329152 10845 33554432000 4194304 4417332 140735805199248 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 157548

[startup+51.1003 s]
/proc/loadavg: 7.33 7.77 7.79 9/186 18768
/proc/meminfo: memFree=30150964/32951124 swapFree=67111416/67111528
[pid=18753] ppid=18750 vsize=165648 CPUtime=203.95 cores=1,3,5,7
/proc/18753/stat : 18753 (plingeling) S 18750 18753 18710 0 -1 4202496 104317 1251 0 1 20379 16 0 0 21 0 5 0 520890980 169623552 12870 33554432000 4194304 4417332 140735805199248 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/18753/statm: 41412 12870 181 55 0 39298 0
[pid=18753/tid=18764] ppid=18750 vsize=165648 CPUtime=51.04 cores=1,3,5,7
/proc/18753/task/18764/stat : 18764 (plingeling) R 18750 18753 18710 0 -1 4202560 19345 1251 0 1 5101 3 0 0 25 0 5 0 520890985 169623552 12870 33554432000 4194304 4417332 140735805199248 18446744073709551615 4365986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18753/tid=18765] ppid=18750 vsize=165648 CPUtime=51.04 cores=1,3,5,7
/proc/18753/task/18765/stat : 18765 (plingeling) R 18750 18753 18710 0 -1 4202560 22419 1251 0 1 5102 2 0 0 25 0 5 0 520890985 169623552 12870 33554432000 4194304 4417332 140735805199248 18446744073709551615 4258521 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18753/tid=18766] ppid=18750 vsize=165648 CPUtime=51.04 cores=1,3,5,7
/proc/18753/task/18766/stat : 18766 (plingeling) R 18750 18753 18710 0 -1 4202560 21489 1251 0 1 5101 3 0 0 25 0 5 0 520890985 169623552 12870 33554432000 4194304 4417332 140735805199248 18446744073709551615 4308199 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18753/tid=18767] ppid=18750 vsize=165648 CPUtime=50.77 cores=1,3,5,7
/proc/18753/task/18767/stat : 18767 (plingeling) R 18750 18753 18710 0 -1 4202560 38339 1251 0 1 5072 5 0 0 25 0 5 0 520890985 169623552 12870 33554432000 4194304 4417332 140735805199248 18446744073709551615 4364713 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.95
Current children cumulated vsize (KiB) 165648

[startup+102.307 s]
/proc/loadavg: 7.79 7.82 7.81 9/186 18770
/proc/meminfo: memFree=30136300/32951124 swapFree=67111416/67111528
[pid=18753] ppid=18750 vsize=181912 CPUtime=408.51 cores=1,3,5,7
/proc/18753/stat : 18753 (plingeling) S 18750 18753 18710 0 -1 4202496 204732 1251 0 1 40817 34 0 0 21 0 5 0 520890980 186277888 16936 33554432000 4194304 4417332 140735805199248 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/18753/statm: 45478 16936 181 55 0 43364 0
[pid=18753/tid=18764] ppid=18750 vsize=181912 CPUtime=102.25 cores=1,3,5,7
/proc/18753/task/18764/stat : 18764 (plingeling) R 18750 18753 18710 0 -1 4202560 39289 1251 0 1 10218 7 0 0 25 0 5 0 520890985 186277888 16936 33554432000 4194304 4417332 140735805199248 18446744073709551615 4249209 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18753/tid=18765] ppid=18750 vsize=181912 CPUtime=102.25 cores=1,3,5,7
/proc/18753/task/18765/stat : 18765 (plingeling) R 18750 18753 18710 0 -1 4202560 49160 1251 0 1 10219 6 0 0 25 0 5 0 520890985 186277888 16936 33554432000 4194304 4417332 140735805199248 18446744073709551615 4343913 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18753/tid=18766] ppid=18750 vsize=181912 CPUtime=102.25 cores=1,3,5,7
/proc/18753/task/18766/stat : 18766 (plingeling) R 18750 18753 18710 0 -1 4202560 46828 1251 0 1 10217 8 0 0 25 0 5 0 520890985 186277888 16936 33554432000 4194304 4417332 140735805199248 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18753/tid=18767] ppid=18750 vsize=181912 CPUtime=101.69 cores=1,3,5,7
/proc/18753/task/18767/stat : 18767 (plingeling) R 18750 18753 18710 0 -1 4202560 66730 1251 0 1 10159 10 0 0 25 0 5 0 520890985 186277888 16936 33554432000 4194304 4417332 140735805199248 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.51
Current children cumulated vsize (KiB) 181912

[startup+162.3 s]
/proc/loadavg: 8.21 7.93 7.84 9/186 18774
/proc/meminfo: memFree=30103756/32951124 swapFree=67111416/67111528
[pid=18753] ppid=18750 vsize=193880 CPUtime=648.16 cores=1,3,5,7
/proc/18753/stat : 18753 (plingeling) S 18750 18753 18710 0 -1 4202496 323913 1251 0 1 64764 52 0 0 21 0 5 0 520890980 198533120 19928 33554432000 4194304 4417332 140735805199248 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/18753/statm: 48470 19928 181 55 0 46356 0
[pid=18753/tid=18764] ppid=18750 vsize=193880 CPUtime=162.24 cores=1,3,5,7
/proc/18753/task/18764/stat : 18764 (plingeling) R 18750 18753 18710 0 -1 4202560 69792 1251 0 1 16212 12 0 0 25 0 5 0 520890985 198533120 19928 33554432000 4194304 4417332 140735805199248 18446744073709551615 4251045 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18753/tid=18765] ppid=18750 vsize=193880 CPUtime=162.24 cores=1,3,5,7
/proc/18753/task/18765/stat : 18765 (plingeling) R 18750 18753 18710 0 -1 4202560 78441 1251 0 1 16213 11 0 0 25 0 5 0 520890985 198533120 19928 33554432000 4194304 4417332 140735805199248 18446744073709551615 4366297 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18753/tid=18766] ppid=18750 vsize=193880 CPUtime=162.24 cores=1,3,5,7
/proc/18753/task/18766/stat : 18766 (plingeling) R 18750 18753 18710 0 -1 4202560 77151 1251 0 1 16212 12 0 0 25 0 5 0 520890985 198533120 19928 33554432000 4194304 4417332 140735805199248 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18753/tid=18767] ppid=18750 vsize=193880 CPUtime=161.37 cores=1,3,5,7
/proc/18753/task/18767/stat : 18767 (plingeling) R 18750 18753 18710 0 -1 4202560 95804 1251 0 1 16122 15 0 0 25 0 5 0 520890985 198533120 19928 33554432000 4194304 4417332 140735805199248 18446744073709551615 4364526 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 648.16
Current children cumulated vsize (KiB) 193880


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

Current children cumulated vsize (KiB) 242028

[startup+642.301 s]
/proc/loadavg: 8.12 8.02 7.91 9/186 18895
/proc/meminfo: memFree=30078340/32951124 swapFree=67111416/67111528
[pid=18753] ppid=18750 vsize=270080 CPUtime=2565.63 cores=1,3,5,7
/proc/18753/stat : 18753 (plingeling) S 18750 18753 18710 0 -1 4202496 1022366 1251 0 1 256409 154 0 0 21 0 5 0 520890980 276561920 38978 33554432000 4194304 4417332 140735805199248 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/18753/statm: 67520 38978 181 55 0 65406 0
[pid=18753/tid=18764] ppid=18750 vsize=270080 CPUtime=642.25 cores=1,3,5,7
/proc/18753/task/18764/stat : 18764 (plingeling) R 18750 18753 18710 0 -1 4202560 244770 1251 0 1 64189 36 0 0 25 0 5 0 520890985 276561920 38978 33554432000 4194304 4417332 140735805199248 18446744073709551615 4364536 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18753/tid=18765] ppid=18750 vsize=270080 CPUtime=642.27 cores=1,3,5,7
/proc/18753/task/18765/stat : 18765 (plingeling) R 18750 18753 18710 0 -1 4202560 259786 1251 0 1 64190 37 0 0 25 0 5 0 520890985 276561920 38978 33554432000 4194304 4417332 140735805199248 18446744073709551615 4342999 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18753/tid=18766] ppid=18750 vsize=270080 CPUtime=642.26 cores=1,3,5,7
/proc/18753/task/18766/stat : 18766 (plingeling) R 18750 18753 18710 0 -1 4202560 262744 1251 0 1 64186 40 0 0 25 0 5 0 520890985 276561920 38978 33554432000 4194304 4417332 140735805199248 18446744073709551615 4259629 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18753/tid=18767] ppid=18750 vsize=270080 CPUtime=638.77 cores=1,3,5,7
/proc/18753/task/18767/stat : 18767 (plingeling) R 18750 18753 18710 0 -1 4202560 252341 1251 0 1 63839 38 0 0 25 0 5 0 520890985 276561920 38978 33554432000 4194304 4417332 140735805199248 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2565.63
Current children cumulated vsize (KiB) 270080

[startup+702.301 s]
/proc/loadavg: 8.10 8.03 7.92 9/186 18897
/proc/meminfo: memFree=30065504/32951124 swapFree=67111416/67111528
[pid=18753] ppid=18750 vsize=240628 CPUtime=2805.28 cores=1,3,5,7
/proc/18753/stat : 18753 (plingeling) S 18750 18753 18710 0 -1 4202496 1093789 1251 0 1 280363 165 0 0 21 0 5 0 520890980 246403072 31593 33554432000 4194304 4417332 140735805199248 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/18753/statm: 60157 31593 181 55 0 58043 0
[pid=18753/tid=18764] ppid=18750 vsize=240628 CPUtime=702.24 cores=1,3,5,7
/proc/18753/task/18764/stat : 18764 (plingeling) R 18750 18753 18710 0 -1 4202560 258515 1251 0 1 70187 37 0 0 25 0 5 0 520890985 246403072 31593 33554432000 4194304 4417332 140735805199248 18446744073709551615 4364656 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18753/tid=18765] ppid=18750 vsize=240628 CPUtime=702.27 cores=1,3,5,7
/proc/18753/task/18765/stat : 18765 (plingeling) R 18750 18753 18710 0 -1 4202560 279145 1251 0 1 70187 40 0 0 25 0 5 0 520890985 246403072 31593 33554432000 4194304 4417332 140735805199248 18446744073709551615 4364722 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18753/tid=18766] ppid=18750 vsize=240628 CPUtime=702.26 cores=1,3,5,7
/proc/18753/task/18766/stat : 18766 (plingeling) R 18750 18753 18710 0 -1 4202560 280796 1251 0 1 70183 43 0 0 25 0 5 0 520890985 246403072 31593 33554432000 4194304 4417332 140735805199248 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18753/tid=18767] ppid=18750 vsize=240628 CPUtime=698.45 cores=1,3,5,7
/proc/18753/task/18767/stat : 18767 (plingeling) R 18750 18753 18710 0 -1 4202560 272608 1251 0 1 69803 42 0 0 25 0 5 0 520890985 246403072 31593 33554432000 4194304 4417332 140735805199248 18446744073709551615 4364713 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2805.28
Current children cumulated vsize (KiB) 240628

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

[startup+716.701 s]
/proc/loadavg: 8.09 8.03 7.92 9/186 18897
/proc/meminfo: memFree=30066480/32951124 swapFree=67111416/67111528
[pid=18753] ppid=18750 vsize=253208 CPUtime=2862.81 cores=1,3,5,7
/proc/18753/stat : 18753 (plingeling) S 18750 18753 18710 0 -1 4202496 1102132 1251 0 1 286115 166 0 0 21 0 5 0 520890980 259284992 34738 33554432000 4194304 4417332 140735805199248 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/18753/statm: 63302 34738 181 55 0 61188 0
[pid=18753/tid=18764] ppid=18750 vsize=253208 CPUtime=716.65 cores=1,3,5,7
/proc/18753/task/18764/stat : 18764 (plingeling) R 18750 18753 18710 0 -1 4202560 262929 1251 0 1 71627 38 0 0 25 0 5 0 520890985 259284992 34738 33554432000 4194304 4417332 140735805199248 18446744073709551615 4354538 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18753/tid=18765] ppid=18750 vsize=253208 CPUtime=716.67 cores=1,3,5,7
/proc/18753/task/18765/stat : 18765 (plingeling) R 18750 18753 18710 0 -1 4202560 280049 1251 0 1 71627 40 0 0 25 0 5 0 520890985 259284992 34738 33554432000 4194304 4417332 140735805199248 18446744073709551615 4236544 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18753/tid=18766] ppid=18750 vsize=253208 CPUtime=716.66 cores=1,3,5,7
/proc/18753/task/18766/stat : 18766 (plingeling) R 18750 18753 18710 0 -1 4202560 282052 1251 0 1 71623 43 0 0 25 0 5 0 520890985 259284992 34738 33554432000 4194304 4417332 140735805199248 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18753/tid=18767] ppid=18750 vsize=253208 CPUtime=712.77 cores=1,3,5,7
/proc/18753/task/18767/stat : 18767 (plingeling) R 18750 18753 18710 0 -1 4202560 274377 1251 0 1 71235 42 0 0 25 0 5 0 520890985 259284992 34738 33554432000 4194304 4417332 140735805199248 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2862.81
Current children cumulated vsize (KiB) 253208

[startup+742.301 s]
/proc/loadavg: 8.06 8.02 7.92 9/186 18898
/proc/meminfo: memFree=30056544/32951124 swapFree=67111416/67111528
[pid=18753] ppid=18750 vsize=246208 CPUtime=2965.07 cores=1,3,5,7
/proc/18753/stat : 18753 (plingeling) S 18750 18753 18710 0 -1 4202496 1139907 1251 0 1 296335 172 0 0 21 0 5 0 520890980 252116992 33011 33554432000 4194304 4417332 140735805199248 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/18753/statm: 61552 33011 181 55 0 59438 0
[pid=18753/tid=18764] ppid=18750 vsize=246208 CPUtime=742.25 cores=1,3,5,7
/proc/18753/task/18764/stat : 18764 (plingeling) R 18750 18753 18710 0 -1 4202560 273540 1251 0 1 74185 40 0 0 25 0 5 0 520890985 252116992 33011 33554432000 4194304 4417332 140735805199248 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18753/tid=18765] ppid=18750 vsize=246208 CPUtime=742.27 cores=1,3,5,7
/proc/18753/task/18765/stat : 18765 (plingeling) R 18750 18753 18710 0 -1 4202560 290089 1251 0 1 74185 42 0 0 25 0 5 0 520890985 252116992 33011 33554432000 4194304 4417332 140735805199248 18446744073709551615 4364753 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18753/tid=18766] ppid=18750 vsize=246208 CPUtime=742.26 cores=1,3,5,7
/proc/18753/task/18766/stat : 18766 (plingeling) R 18750 18753 18710 0 -1 4202560 291492 1251 0 1 74181 45 0 0 25 0 5 0 520890985 252116992 33011 33554432000 4194304 4417332 140735805199248 18446744073709551615 4364695 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18753/tid=18767] ppid=18750 vsize=246208 CPUtime=738.23 cores=1,3,5,7
/proc/18753/task/18767/stat : 18767 (plingeling) R 18750 18753 18710 0 -1 4202560 282061 1251 0 1 73780 43 0 0 25 0 5 0 520890985 252116992 33011 33554432000 4194304 4417332 140735805199248 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2965.07
Current children cumulated vsize (KiB) 246208

[startup+748.701 s]
/proc/loadavg: 8.12 8.04 7.92 9/186 18898
/proc/meminfo: memFree=30050712/32951124 swapFree=67111416/67111528
[pid=18753] ppid=18750 vsize=257756 CPUtime=2990.64 cores=1,3,5,7
/proc/18753/stat : 18753 (plingeling) S 18750 18753 18710 0 -1 4202496 1150594 1251 0 1 298890 174 0 0 21 0 5 0 520890980 263942144 35898 33554432000 4194304 4417332 140735805199248 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/18753/statm: 64439 35898 181 55 0 62325 0
[pid=18753/tid=18764] ppid=18750 vsize=257756 CPUtime=748.65 cores=1,3,5,7
/proc/18753/task/18764/stat : 18764 (plingeling) R 18750 18753 18710 0 -1 4202560 273540 1251 0 1 74825 40 0 0 25 0 5 0 520890985 263942144 35898 33554432000 4194304 4417332 140735805199248 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18753/tid=18765] ppid=18750 vsize=257756 CPUtime=748.67 cores=1,3,5,7
/proc/18753/task/18765/stat : 18765 (plingeling) R 18750 18753 18710 0 -1 4202560 292339 1251 0 1 74825 42 0 0 25 0 5 0 520890985 263942144 35898 33554432000 4194304 4417332 140735805199248 18446744073709551615 4310498 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18753/tid=18766] ppid=18750 vsize=257756 CPUtime=748.67 cores=1,3,5,7
/proc/18753/task/18766/stat : 18766 (plingeling) R 18750 18753 18710 0 -1 4202560 293963 1251 0 1 74821 46 0 0 25 0 5 0 520890985 263942144 35898 33554432000 4194304 4417332 140735805199248 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18753/tid=18767] ppid=18750 vsize=257756 CPUtime=744.6 cores=1,3,5,7
/proc/18753/task/18767/stat : 18767 (plingeling) R 18750 18753 18710 0 -1 4202560 288027 1251 0 1 74416 44 0 0 25 0 5 0 520890985 263942144 35898 33554432000 4194304 4417332 140735805199248 18446744073709551615 4364695 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2990.64
Current children cumulated vsize (KiB) 257756

[startup+755.101 s]
/proc/loadavg: 8.11 8.04 7.92 9/186 18898
/proc/meminfo: memFree=30039796/32951124 swapFree=67111416/67111528
[pid=18753] ppid=18750 vsize=254720 CPUtime=3016.2 cores=1,3,5,7
/proc/18753/stat : 18753 (plingeling) S 18750 18753 18710 0 -1 4202496 1162306 1251 0 1 301445 175 0 0 21 0 5 0 520890980 260833280 35139 33554432000 4194304 4417332 140735805199248 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/18753/statm: 63680 35139 181 55 0 61566 0
[pid=18753/tid=18764] ppid=18750 vsize=254720 CPUtime=755.05 cores=1,3,5,7
/proc/18753/task/18764/stat : 18764 (plingeling) R 18750 18753 18710 0 -1 4202560 278058 1251 0 1 75465 40 0 0 25 0 5 0 520890985 260833280 35139 33554432000 4194304 4417332 140735805199248 18446744073709551615 4364498 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18753/tid=18765] ppid=18750 vsize=254720 CPUtime=755.07 cores=1,3,5,7
/proc/18753/task/18765/stat : 18765 (plingeling) R 18750 18753 18710 0 -1 4202560 296076 1251 0 1 75464 43 0 0 25 0 5 0 520890985 260833280 35139 33554432000 4194304 4417332 140735805199248 18446744073709551615 4364544 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18753/tid=18766] ppid=18750 vsize=254720 CPUtime=755.06 cores=1,3,5,7
/proc/18753/task/18766/stat : 18766 (plingeling) R 18750 18753 18710 0 -1 4202560 296051 1251 0 1 75460 46 0 0 25 0 5 0 520890985 260833280 35139 33554432000 4194304 4417332 140735805199248 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18753/tid=18767] ppid=18750 vsize=254720 CPUtime=750.96 cores=1,3,5,7
/proc/18753/task/18767/stat : 18767 (plingeling) R 18750 18753 18710 0 -1 4202560 289396 1251 0 1 75052 44 0 0 25 0 5 0 520890985 260833280 35139 33554432000 4194304 4417332 140735805199248 18446744073709551615 4364713 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3016.2
Current children cumulated vsize (KiB) 254720

[startup+758.301 s]
/proc/loadavg: 8.10 8.04 7.92 9/186 18898
/proc/meminfo: memFree=30065960/32951124 swapFree=67111416/67111528
[pid=18753] ppid=18750 vsize=245464 CPUtime=3028.99 cores=1,3,5,7
/proc/18753/stat : 18753 (plingeling) S 18750 18753 18710 0 -1 4202496 1165415 1251 0 1 302723 176 0 0 21 0 5 0 520890980 251355136 32825 33554432000 4194304 4417332 140735805199248 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/18753/statm: 61366 32825 181 55 0 59252 0
[pid=18753/tid=18764] ppid=18750 vsize=245464 CPUtime=758.25 cores=1,3,5,7
/proc/18753/task/18764/stat : 18764 (plingeling) R 18750 18753 18710 0 -1 4202560 278058 1251 0 1 75785 40 0 0 25 0 5 0 520890985 251355136 32825 33554432000 4194304 4417332 140735805199248 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18753/tid=18765] ppid=18750 vsize=245464 CPUtime=758.27 cores=1,3,5,7
/proc/18753/task/18765/stat : 18765 (plingeling) R 18750 18753 18710 0 -1 4202560 298129 1251 0 1 75784 43 0 0 25 0 5 0 520890985 251355136 32825 33554432000 4194304 4417332 140735805199248 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18753/tid=18766] ppid=18750 vsize=245464 CPUtime=758.26 cores=1,3,5,7
/proc/18753/task/18766/stat : 18766 (plingeling) R 18750 18753 18710 0 -1 4202560 296576 1251 0 1 75780 46 0 0 25 0 5 0 520890985 251355136 32825 33554432000 4194304 4417332 140735805199248 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18753/tid=18767] ppid=18750 vsize=245464 CPUtime=754.14 cores=1,3,5,7
/proc/18753/task/18767/stat : 18767 (plingeling) R 18750 18753 18710 0 -1 4202560 289927 1251 0 1 75370 44 0 0 25 0 5 0 520890985 251355136 32825 33554432000 4194304 4417332 140735805199248 18446744073709551615 4364734 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3028.99
Current children cumulated vsize (KiB) 245464

[startup+759.901 s]
/proc/loadavg: 8.10 8.04 7.92 9/186 18898
/proc/meminfo: memFree=30067200/32951124 swapFree=67111416/67111528
[pid=18753] ppid=18750 vsize=247152 CPUtime=3035.24 cores=1,3,5,7
/proc/18753/stat : 18753 (plingeling) S 18750 18753 18710 0 -1 4202496 1165838 1251 0 1 303348 176 0 0 21 0 4 0 520890980 253083648 33248 33554432000 4194304 4417332 140735805199248 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/18753/statm: 61788 33248 182 55 0 59674 0
[pid=18753/tid=18764] ppid=18750 vsize=247152 CPUtime=759.85 cores=1,3,5,7
/proc/18753/task/18764/stat : 18764 (plingeling) R 18750 18753 18710 0 -1 4202560 278058 1251 0 1 75945 40 0 0 25 0 4 0 520890985 253083648 33248 33554432000 4194304 4417332 140735805199248 18446744073709551615 4364942 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18753/tid=18766] ppid=18750 vsize=247152 CPUtime=759.86 cores=1,3,5,7
/proc/18753/task/18766/stat : 18766 (plingeling) R 18750 18753 18710 0 -1 4202560 296576 1251 0 1 75940 46 0 0 25 0 4 0 520890985 253083648 33248 33554432000 4194304 4417332 140735805199248 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18753/tid=18767] ppid=18750 vsize=247152 CPUtime=755.74 cores=1,3,5,7
/proc/18753/task/18767/stat : 18767 (plingeling) R 18750 18753 18710 0 -1 4202560 290065 1251 0 1 75530 44 0 0 25 0 4 0 520890985 253083648 33248 33554432000 4194304 4417332 140735805199248 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3035.24
Current children cumulated vsize (KiB) 247152

[startup+760.301 s]
/proc/loadavg: 8.10 8.04 7.92 8/185 18898
/proc/meminfo: memFree=30061132/32951124 swapFree=67111416/67111528
[pid=18753] ppid=18750 vsize=247152 CPUtime=3036.23 cores=1,3,5,7
/proc/18753/stat : 18753 (plingeling) S 18750 18753 18710 0 -1 4202496 1165838 1251 0 1 303447 176 0 0 18 0 2 0 520890980 253083648 33248 33554432000 4194304 4417332 140735805199248 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/18753/statm: 61788 33248 182 55 0 59674 0
[pid=18753/tid=18767] ppid=18750 vsize=247152 CPUtime=756.13 cores=1,3,5,7
/proc/18753/task/18767/stat : 18767 (plingeling) R 18750 18753 18710 0 -1 4202560 290065 1251 0 1 75569 44 0 0 25 0 2 0 520890985 253083648 33248 33554432000 4194304 4417332 140735805199248 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3036.23
Current children cumulated vsize (KiB) 247152

[startup+760.701 s]
/proc/loadavg: 8.10 8.04 7.92 8/185 18898
/proc/meminfo: memFree=30061132/32951124 swapFree=67111416/67111528
[pid=18753] ppid=18750 vsize=247152 CPUtime=3036.63 cores=1,3,5,7
/proc/18753/stat : 18753 (plingeling) S 18750 18753 18710 0 -1 4202496 1165838 1251 0 1 303487 176 0 0 18 0 2 0 520890980 253083648 33248 33554432000 4194304 4417332 140735805199248 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/18753/statm: 61788 33248 182 55 0 59674 0
[pid=18753/tid=18767] ppid=18750 vsize=247152 CPUtime=756.53 cores=1,3,5,7
/proc/18753/task/18767/stat : 18767 (plingeling) R 18750 18753 18710 0 -1 4202560 290065 1251 0 1 75609 44 0 0 25 0 2 0 520890985 253083648 33248 33554432000 4194304 4417332 140735805199248 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3036.63
Current children cumulated vsize (KiB) 247152

[startup+760.801 s]
/proc/loadavg: 8.10 8.04 7.92 8/185 18898
/proc/meminfo: memFree=30061132/32951124 swapFree=67111416/67111528
[pid=18753] ppid=18750 vsize=247152 CPUtime=3036.73 cores=1,3,5,7
/proc/18753/stat : 18753 (plingeling) S 18750 18753 18710 0 -1 4202496 1165838 1251 0 1 303497 176 0 0 18 0 2 0 520890980 253083648 33248 33554432000 4194304 4417332 140735805199248 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/18753/statm: 61788 33248 182 55 0 59674 0
[pid=18753/tid=18767] ppid=18750 vsize=247152 CPUtime=756.63 cores=1,3,5,7
/proc/18753/task/18767/stat : 18767 (plingeling) R 18750 18753 18710 0 -1 4202560 290065 1251 0 1 75619 44 0 0 25 0 2 0 520890985 253083648 33248 33554432000 4194304 4417332 140735805199248 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3036.73
Current children cumulated vsize (KiB) 247152

Child status: 10
Real time (s): 760.866
CPU time (s): 3036.81
CPU user time (s): 3035.04
CPU system time (s): 1.77173
CPU usage (%): 399.125
Max. virtual memory (cumulated for all children) (KiB): 273732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3035.04
system time used= 1.77173
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1167103
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 105
involuntary context switches= 13826

runsolver used 1.25481 second user time and 2.88256 second system time

The end

Launcher Data

Begin job on node102 at 2011-04-29 18:01:26
IDJOB=3262078
IDBENCH=83272
IDSOLVER=1605
FILE ID=node102/3262078-1304092886
RUNJOBID= node102-1304092886-18729
PBS_JOBID= 13170584
Free space on /tmp= 71560 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-21_404.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3262078-1304092886/watcher-3262078-1304092886 -o /tmp/evaluation-result-3262078-1304092886/solver-3262078-1304092886 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3262078-1304092886.cnf

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

MD5SUM BENCH= 213e4c0c58f043e67e86cf993698317a
RANDOM SEED=679651078

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30261636 kB
Buffers:        652568 kB
Cached:        1545316 kB
SwapCached:          8 kB
Active:         258164 kB
Inactive:      2004360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30261636 kB
SwapTotal:    67111528 kB
SwapFree:     67111416 kB
Dirty:            1044 kB
Writeback:           0 kB
AnonPages:       65524 kB
Mapped:          14720 kB
Slab:           360232 kB
PageTables:       5412 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   200736 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= 71560 MiB
End job on node102 at 2011-04-29 18:14:07