Trace number 3262342

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 1218.08 305.271

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-22_443.cnf
MD5SUM91ac0151536835225f21cbe5a3574a2d
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.435933
Satisfiable
(Un)Satisfiability was proved
Number of variables222
Number of clauses26201
Sum of the clauses size115467
Maximum clause length22
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2294
Number of clauses of size 323935
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51972

Solver Data

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

running on 4 cores: 0,2,4,6

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: 7.76 7.97 7.53 5/179 12539
/proc/meminfo: memFree=26465296/32951132 swapFree=67111364/67111528
[pid=12539] ppid=12537 vsize=9432 CPUtime=0 cores=0,2,4,6
/proc/12539/stat : 12539 (plingeling) R 12537 12539 12004 0 -1 4202496 451 1250 0 0 0 0 0 0 22 0 1 0 520958939 9658368 380 33554432000 4194304 4417332 140734227118448 18446744073709551615 242970550016 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/12539/statm: 2390 386 148 55 0 276 0

[startup+0.0430029 s]
/proc/loadavg: 7.76 7.97 7.53 5/179 12539
/proc/meminfo: memFree=26465296/32951132 swapFree=67111364/67111528
[pid=12539] ppid=12537 vsize=58916 CPUtime=0.04 cores=0,2,4,6
/proc/12539/stat : 12539 (plingeling) S 12537 12539 12004 0 -1 4202496 2745 1250 0 0 4 0 0 0 22 0 5 0 520958939 60329984 2537 33554432000 4194304 4417332 140734227118448 18446744073709551615 242982352869 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/12539/statm: 14729 2537 170 55 0 12615 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 58916

[startup+0.100995 s]
/proc/loadavg: 7.76 7.97 7.53 5/179 12539
/proc/meminfo: memFree=26465296/32951132 swapFree=67111364/67111528
[pid=12539] ppid=12537 vsize=61720 CPUtime=0.27 cores=0,2,4,6
/proc/12539/stat : 12539 (plingeling) S 12537 12539 12004 0 -1 4202496 3606 1250 0 0 27 0 0 0 22 0 5 0 520958939 63201280 3248 33554432000 4194304 4417332 140734227118448 18446744073709551615 242982352869 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/12539/statm: 15430 3248 179 55 0 13316 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 61720

[startup+0.300959 s]
/proc/loadavg: 7.76 7.97 7.53 5/179 12539
/proc/meminfo: memFree=26465296/32951132 swapFree=67111364/67111528
[pid=12539] ppid=12537 vsize=60536 CPUtime=1.07 cores=0,2,4,6
/proc/12539/stat : 12539 (plingeling) S 12537 12539 12004 0 -1 4202496 3842 1250 0 0 107 0 0 0 22 0 5 0 520958939 61988864 2922 33554432000 4194304 4417332 140734227118448 18446744073709551615 242982352869 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/12539/statm: 15134 2922 181 55 0 13020 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 60536

[startup+0.70089 s]
/proc/loadavg: 7.76 7.97 7.53 5/179 12539
/proc/meminfo: memFree=26465296/32951132 swapFree=67111364/67111528
[pid=12539] ppid=12537 vsize=61856 CPUtime=2.59 cores=0,2,4,6
/proc/12539/stat : 12539 (plingeling) S 12537 12539 12004 0 -1 4202496 4172 1250 0 0 259 0 0 0 22 0 5 0 520958939 63340544 3252 33554432000 4194304 4417332 140734227118448 18446744073709551615 242982352869 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/12539/statm: 15464 3252 181 55 0 13350 0
Current children cumulated CPU time (s) 2.59
Current children cumulated vsize (KiB) 61856

[startup+1.50075 s]
/proc/loadavg: 7.76 7.97 7.53 9/184 12549
/proc/meminfo: memFree=26445176/32951132 swapFree=67111364/67111528
[pid=12539] ppid=12537 vsize=64836 CPUtime=5.71 cores=0,2,4,6
/proc/12539/stat : 12539 (plingeling) S 12537 12539 12004 0 -1 4202496 4917 1250 0 0 570 1 0 0 22 0 5 0 520958939 66392064 3997 33554432000 4194304 4417332 140734227118448 18446744073709551615 242982352869 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/12539/statm: 16209 3997 181 55 0 14095 0
[pid=12539/tid=12546] ppid=12537 vsize=64836 CPUtime=1.46 cores=0,2,4,6
/proc/12539/task/12546/stat : 12546 (plingeling) R 12537 12539 12004 0 -1 4202560 462 1250 0 0 146 0 0 0 25 0 5 0 520958943 66392064 3997 33554432000 4194304 4417332 140734227118448 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12539/tid=12547] ppid=12537 vsize=64836 CPUtime=1.44 cores=0,2,4,6
/proc/12539/task/12547/stat : 12547 (plingeling) R 12537 12539 12004 0 -1 4202560 348 1250 0 0 144 0 0 0 25 0 5 0 520958943 66392064 3997 33554432000 4194304 4417332 140734227118448 18446744073709551615 4364590 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12539/tid=12548] ppid=12537 vsize=64836 CPUtime=1.31 cores=0,2,4,6
/proc/12539/task/12548/stat : 12548 (plingeling) R 12537 12539 12004 0 -1 4202560 281 1250 0 0 130 1 0 0 25 0 5 0 520958943 66392064 3997 33554432000 4194304 4417332 140734227118448 18446744073709551615 4364487 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12539/tid=12549] ppid=12537 vsize=64836 CPUtime=1.45 cores=0,2,4,6
/proc/12539/task/12549/stat : 12549 (plingeling) R 12537 12539 12004 0 -1 4202560 1101 1250 0 0 145 0 0 0 25 0 5 0 520958943 66392064 3997 33554432000 4194304 4417332 140734227118448 18446744073709551615 4364599 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.71
Current children cumulated vsize (KiB) 64836

[startup+3.10048 s]
/proc/loadavg: 7.76 7.97 7.53 9/184 12549
/proc/meminfo: memFree=26441092/32951132 swapFree=67111364/67111528
[pid=12539] ppid=12537 vsize=69192 CPUtime=12.08 cores=0,2,4,6
/proc/12539/stat : 12539 (plingeling) S 12537 12539 12004 0 -1 4202496 6448 1250 0 0 1207 1 0 0 22 0 5 0 520958939 70852608 5086 33554432000 4194304 4417332 140734227118448 18446744073709551615 242982352869 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/12539/statm: 17298 5086 181 55 0 15184 0
[pid=12539/tid=12546] ppid=12537 vsize=69192 CPUtime=3.06 cores=0,2,4,6
/proc/12539/task/12546/stat : 12546 (plingeling) R 12537 12539 12004 0 -1 4202560 968 1250 0 0 306 0 0 0 25 0 5 0 520958943 70852608 5086 33554432000 4194304 4417332 140734227118448 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12539/tid=12547] ppid=12537 vsize=69192 CPUtime=3.04 cores=0,2,4,6
/proc/12539/task/12547/stat : 12547 (plingeling) R 12537 12539 12004 0 -1 4202560 348 1250 0 0 304 0 0 0 25 0 5 0 520958943 70852608 5086 33554432000 4194304 4417332 140734227118448 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12539/tid=12548] ppid=12537 vsize=69192 CPUtime=2.89 cores=0,2,4,6
/proc/12539/task/12548/stat : 12548 (plingeling) R 12537 12539 12004 0 -1 4202560 281 1250 0 0 288 1 0 0 25 0 5 0 520958943 70852608 5086 33554432000 4194304 4417332 140734227118448 18446744073709551615 4364362 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12539/tid=12549] ppid=12537 vsize=69192 CPUtime=3.05 cores=0,2,4,6
/proc/12539/task/12549/stat : 12549 (plingeling) R 12537 12539 12004 0 -1 4202560 2126 1250 0 0 305 0 0 0 25 0 5 0 520958943 70852608 5086 33554432000 4194304 4417332 140734227118448 18446744073709551615 4353929 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.08
Current children cumulated vsize (KiB) 69192

[startup+6.30093 s]
/proc/loadavg: 7.78 7.97 7.53 9/184 12549
/proc/meminfo: memFree=26421968/32951132 swapFree=67111364/67111528
[pid=12539] ppid=12537 vsize=74500 CPUtime=24.86 cores=0,2,4,6
/proc/12539/stat : 12539 (plingeling) S 12537 12539 12004 0 -1 4202496 9233 1250 0 0 2485 1 0 0 22 0 5 0 520958939 76288000 6417 33554432000 4194304 4417332 140734227118448 18446744073709551615 242982352869 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/12539/statm: 18625 6417 181 55 0 16511 0
[pid=12539/tid=12546] ppid=12537 vsize=74500 CPUtime=6.26 cores=0,2,4,6
/proc/12539/task/12546/stat : 12546 (plingeling) R 12537 12539 12004 0 -1 4202560 1436 1250 0 0 626 0 0 0 25 0 5 0 520958943 76288000 6417 33554432000 4194304 4417332 140734227118448 18446744073709551615 4311298 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12539/tid=12547] ppid=12537 vsize=74500 CPUtime=6.22 cores=0,2,4,6
/proc/12539/task/12547/stat : 12547 (plingeling) R 12537 12539 12004 0 -1 4202560 513 1250 0 0 622 0 0 0 25 0 5 0 520958943 76288000 6417 33554432000 4194304 4417332 140734227118448 18446744073709551615 4258394 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12539/tid=12548] ppid=12537 vsize=74500 CPUtime=6.09 cores=0,2,4,6
/proc/12539/task/12548/stat : 12548 (plingeling) R 12537 12539 12004 0 -1 4202560 482 1250 0 0 608 1 0 0 25 0 5 0 520958943 76288000 6417 33554432000 4194304 4417332 140734227118448 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12539/tid=12549] ppid=12537 vsize=74500 CPUtime=6.24 cores=0,2,4,6
/proc/12539/task/12549/stat : 12549 (plingeling) R 12537 12539 12004 0 -1 4202560 4077 1250 0 0 624 0 0 0 25 0 5 0 520958943 76288000 6417 33554432000 4194304 4417332 140734227118448 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.86
Current children cumulated vsize (KiB) 74500

[startup+12.7008 s]
/proc/loadavg: 7.80 7.97 7.54 9/184 12549
/proc/meminfo: memFree=26424476/32951132 swapFree=67111364/67111528
[pid=12539] ppid=12537 vsize=85352 CPUtime=50.41 cores=0,2,4,6
/proc/12539/stat : 12539 (plingeling) S 12537 12539 12004 0 -1 4202496 16228 1250 0 0 5039 2 0 0 22 0 5 0 520958939 87400448 9150 33554432000 4194304 4417332 140734227118448 18446744073709551615 242982352869 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/12539/statm: 21338 9150 181 55 0 19224 0
[pid=12539/tid=12546] ppid=12537 vsize=85352 CPUtime=12.65 cores=0,2,4,6
/proc/12539/task/12546/stat : 12546 (plingeling) R 12537 12539 12004 0 -1 4202560 3134 1250 0 0 1265 0 0 0 25 0 5 0 520958943 87400448 9150 33554432000 4194304 4417332 140734227118448 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12539/tid=12547] ppid=12537 vsize=85352 CPUtime=12.59 cores=0,2,4,6
/proc/12539/task/12547/stat : 12547 (plingeling) R 12537 12539 12004 0 -1 4202560 1025 1250 0 0 1259 0 0 0 25 0 5 0 520958943 87400448 9150 33554432000 4194304 4417332 140734227118448 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12539/tid=12548] ppid=12537 vsize=85352 CPUtime=12.49 cores=0,2,4,6
/proc/12539/task/12548/stat : 12548 (plingeling) R 12537 12539 12004 0 -1 4202560 1583 1250 0 0 1248 1 0 0 25 0 5 0 520958943 87400448 9150 33554432000 4194304 4417332 140734227118448 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12539/tid=12549] ppid=12537 vsize=85352 CPUtime=12.63 cores=0,2,4,6
/proc/12539/task/12549/stat : 12549 (plingeling) R 12537 12539 12004 0 -1 4202560 7761 1250 0 0 1263 0 0 0 25 0 5 0 520958943 87400448 9150 33554432000 4194304 4417332 140734227118448 18446744073709551615 4357160 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.41
Current children cumulated vsize (KiB) 85352

[startup+25.5006 s]
/proc/loadavg: 7.84 7.97 7.54 9/184 12550
/proc/meminfo: memFree=26412428/32951132 swapFree=67111364/67111528
[pid=12539] ppid=12537 vsize=89184 CPUtime=101.53 cores=0,2,4,6
/proc/12539/stat : 12539 (plingeling) S 12537 12539 12004 0 -1 4202496 38215 1250 0 0 10144 9 0 0 22 0 5 0 520958939 91324416 10116 33554432000 4194304 4417332 140734227118448 18446744073709551615 242982352869 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/12539/statm: 22296 10116 181 55 0 20182 0
[pid=12539/tid=12546] ppid=12537 vsize=89184 CPUtime=25.46 cores=0,2,4,6
/proc/12539/task/12546/stat : 12546 (plingeling) R 12537 12539 12004 0 -1 4202560 6283 1250 0 0 2545 1 0 0 25 0 5 0 520958943 91324416 10116 33554432000 4194304 4417332 140734227118448 18446744073709551615 4365900 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12539/tid=12547] ppid=12537 vsize=89184 CPUtime=25.31 cores=0,2,4,6
/proc/12539/task/12547/stat : 12547 (plingeling) R 12537 12539 12004 0 -1 4202560 5865 1250 0 0 2531 0 0 0 25 0 5 0 520958943 91324416 10116 33554432000 4194304 4417332 140734227118448 18446744073709551615 4364590 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12539/tid=12548] ppid=12537 vsize=89184 CPUtime=25.27 cores=0,2,4,6
/proc/12539/task/12548/stat : 12548 (plingeling) R 12537 12539 12004 0 -1 4202560 6963 1250 0 0 2523 4 0 0 25 0 5 0 520958943 91324416 10116 33554432000 4194304 4417332 140734227118448 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12539/tid=12549] ppid=12537 vsize=89184 CPUtime=25.42 cores=0,2,4,6
/proc/12539/task/12549/stat : 12549 (plingeling) R 12537 12539 12004 0 -1 4202560 16379 1250 0 0 2541 1 0 0 25 0 5 0 520958943 91324416 10116 33554432000 4194304 4417332 140734227118448 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.53
Current children cumulated vsize (KiB) 89184

[startup+51.1012 s]
/proc/loadavg: 7.77 7.94 7.54 9/184 12587
/proc/meminfo: memFree=26547244/32951132 swapFree=67111364/67111528
[pid=12539] ppid=12537 vsize=103732 CPUtime=203.63 cores=0,2,4,6
/proc/12539/stat : 12539 (plingeling) S 12537 12539 12004 0 -1 4202496 93100 1250 0 0 20340 23 0 0 22 0 5 0 520958939 106221568 13753 33554432000 4194304 4417332 140734227118448 18446744073709551615 242982352869 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/12539/statm: 25933 13753 181 55 0 23819 0
[pid=12539/tid=12546] ppid=12537 vsize=103732 CPUtime=51.06 cores=0,2,4,6
/proc/12539/task/12546/stat : 12546 (plingeling) R 12537 12539 12004 0 -1 4202560 19705 1250 0 0 5103 3 0 0 25 0 5 0 520958943 106221568 13753 33554432000 4194304 4417332 140734227118448 18446744073709551615 4256276 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12539/tid=12547] ppid=12537 vsize=103732 CPUtime=50.79 cores=0,2,4,6
/proc/12539/task/12547/stat : 12547 (plingeling) R 12537 12539 12004 0 -1 4202560 19794 1250 0 0 5075 4 0 0 25 0 5 0 520958943 106221568 13753 33554432000 4194304 4417332 140734227118448 18446744073709551615 4364608 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12539/tid=12548] ppid=12537 vsize=103732 CPUtime=50.69 cores=0,2,4,6
/proc/12539/task/12548/stat : 12548 (plingeling) R 12537 12539 12004 0 -1 4202560 19027 1250 0 0 5058 11 0 0 25 0 5 0 520958943 106221568 13753 33554432000 4194304 4417332 140734227118448 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12539/tid=12549] ppid=12537 vsize=103732 CPUtime=51.02 cores=0,2,4,6
/proc/12539/task/12549/stat : 12549 (plingeling) R 12537 12539 12004 0 -1 4202560 31849 1250 0 0 5099 3 0 0 25 0 5 0 520958943 106221568 13753 33554432000 4194304 4417332 140734227118448 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.63
Current children cumulated vsize (KiB) 103732

[startup+102.306 s]
/proc/loadavg: 7.90 7.95 7.56 9/184 12589
/proc/meminfo: memFree=26503720/32951132 swapFree=67111364/67111528
[pid=12539] ppid=12537 vsize=111096 CPUtime=408.14 cores=0,2,4,6
/proc/12539/stat : 12539 (plingeling) S 12537 12539 12004 0 -1 4202496 197458 1250 0 0 40770 44 0 0 22 0 5 0 520958939 113762304 15562 33554432000 4194304 4417332 140734227118448 18446744073709551615 242982352869 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/12539/statm: 27774 15562 181 55 0 25660 0
[pid=12539/tid=12546] ppid=12537 vsize=111096 CPUtime=102.26 cores=0,2,4,6
/proc/12539/task/12546/stat : 12546 (plingeling) R 12537 12539 12004 0 -1 4202560 44605 1250 0 0 10220 6 0 0 25 0 5 0 520958943 113762304 15562 33554432000 4194304 4417332 140734227118448 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12539/tid=12547] ppid=12537 vsize=111096 CPUtime=101.74 cores=0,2,4,6
/proc/12539/task/12547/stat : 12547 (plingeling) R 12537 12539 12004 0 -1 4202560 43862 1250 0 0 10166 8 0 0 25 0 5 0 520958943 113762304 15562 33554432000 4194304 4417332 140734227118448 18446744073709551615 4364942 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12539/tid=12548] ppid=12537 vsize=111096 CPUtime=101.86 cores=0,2,4,6
/proc/12539/task/12548/stat : 12548 (plingeling) R 12537 12539 12004 0 -1 4202560 44633 1250 0 0 10166 20 0 0 25 0 5 0 520958943 113762304 15562 33554432000 4194304 4417332 140734227118448 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12539/tid=12549] ppid=12537 vsize=111096 CPUtime=102.22 cores=0,2,4,6
/proc/12539/task/12549/stat : 12549 (plingeling) R 12537 12539 12004 0 -1 4202560 61633 1250 0 0 10214 8 0 0 25 0 5 0 520958943 113762304 15562 33554432000 4194304 4417332 140734227118448 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408.14
Current children cumulated vsize (KiB) 111096

[startup+162.301 s]
/proc/loadavg: 8.03 7.98 7.60 9/184 12590
/proc/meminfo: memFree=26483372/32951132 swapFree=67111364/67111528
[pid=12539] ppid=12537 vsize=182736 CPUtime=647.78 cores=0,2,4,6
/proc/12539/stat : 12539 (plingeling) S 12537 12539 12004 0 -1 4202496 327177 1250 0 0 64713 65 0 0 22 0 5 0 520958939 187121664 17122 33554432000 4194304 4417332 140734227118448 18446744073709551615 242982352869 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/12539/statm: 45684 17122 181 55 0 43570 0
[pid=12539/tid=12546] ppid=12537 vsize=182736 CPUtime=162.25 cores=0,2,4,6
/proc/12539/task/12546/stat : 12546 (plingeling) R 12537 12539 12004 0 -1 4202560 78546 1250 0 0 16214 11 0 0 25 0 5 0 520958943 187121664 17122 33554432000 4194304 4417332 140734227118448 18446744073709551615 4364734 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12539/tid=12547] ppid=12537 vsize=182736 CPUtime=161.45 cores=0,2,4,6
/proc/12539/task/12547/stat : 12547 (plingeling) R 12537 12539 12004 0 -1 4202560 77223 1250 0 0 16132 13 0 0 25 0 5 0 520958943 187121664 17122 33554432000 4194304 4417332 140734227118448 18446744073709551615 4365977 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12539/tid=12548] ppid=12537 vsize=182736 CPUtime=161.8 cores=0,2,4,6
/proc/12539/task/12548/stat : 12548 (plingeling) R 12537 12539 12004 0 -1 4202560 76564 1250 0 0 16154 26 0 0 25 0 5 0 520958943 187121664 17122 33554432000 4194304 4417332 140734227118448 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12539/tid=12549] ppid=12537 vsize=182736 CPUtime=162.21 cores=0,2,4,6
/proc/12539/task/12549/stat : 12549 (plingeling) R 12537 12539 12004 0 -1 4202560 92119 1250 0 0 16208 13 0 0 25 0 5 0 520958943 187121664 17122 33554432000 4194304 4417332 140734227118448 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 647.78
Current children cumulated vsize (KiB) 182736

[startup+222.301 s]
/proc/loadavg: 8.20 8.04 7.64 9/184 12592
/proc/meminfo: memFree=26452492/32951132 swapFree=67111364/67111528
[pid=12539] ppid=12537 vsize=210880 CPUtime=887.42 cores=0,2,4,6
/proc/12539/stat : 12539 (plingeling) S 12537 12539 12004 0 -1 4202496 430924 1250 0 0 88660 82 0 0 22 0 5 0 520958939 215941120 24126 33554432000 4194304 4417332 140734227118448 18446744073709551615 242982352869 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/12539/statm: 52720 24126 181 55 0 50606 0
[pid=12539/tid=12546] ppid=12537 vsize=210880 CPUtime=222.26 cores=0,2,4,6
/proc/12539/task/12546/stat : 12546 (plingeling) R 12537 12539 12004 0 -1 4202560 104833 1250 0 0 22210 16 0 0 25 0 5 0 520958943 215941120 24126 33554432000 4194304 4417332 140734227118448 18446744073709551615 4364899 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12539/tid=12547] ppid=12537 vsize=210880 CPUtime=221.13 cores=0,2,4,6
/proc/12539/task/12547/stat : 12547 (plingeling) R 12537 12539 12004 0 -1 4202560 102711 1250 0 0 22097 16 0 0 25 0 5 0 520958943 215941120 24126 33554432000 4194304 4417332 140734227118448 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12539/tid=12548] ppid=12537 vsize=210880 CPUtime=221.77 cores=0,2,4,6
/proc/12539/task/12548/stat : 12548 (plingeling) R 12537 12539 12004 0 -1 4202560 104346 1250 0 0 22145 32 0 0 25 0 5 0 520958943 215941120 24126 33554432000 4194304 4417332 140734227118448 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12539/tid=12549] ppid=12537 vsize=210880 CPUtime=222.2 cores=0,2,4,6
/proc/12539/task/12549/stat : 12549 (plingeling) R 12537 12539 12004 0 -1 4202560 116309 1250 0 0 22204 16 0 0 25 0 5 0 520958943 215941120 24126 33554432000 4194304 4417332 140734227118448 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 887.42
Current children cumulated vsize (KiB) 210880

[startup+282.3 s]
/proc/loadavg: 8.07 8.03 7.66 9/184 12594
/proc/meminfo: memFree=26416516/32951132 swapFree=67111364/67111528
[pid=12539] ppid=12537 vsize=211064 CPUtime=1127.05 cores=0,2,4,6
/proc/12539/stat : 12539 (plingeling) S 12537 12539 12004 0 -1 4202496 518168 1250 0 0 112610 95 0 0 22 0 5 0 520958939 216129536 24193 33554432000 4194304 4417332 140734227118448 18446744073709551615 242982352869 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/12539/statm: 52766 24193 181 55 0 50652 0
[pid=12539/tid=12546] ppid=12537 vsize=211064 CPUtime=282.26 cores=0,2,4,6
/proc/12539/task/12546/stat : 12546 (plingeling) R 12537 12539 12004 0 -1 4202560 125740 1250 0 0 28207 19 0 0 25 0 5 0 520958943 216129536 24193 33554432000 4194304 4417332 140734227118448 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12539/tid=12547] ppid=12537 vsize=211064 CPUtime=280.81 cores=0,2,4,6
/proc/12539/task/12547/stat : 12547 (plingeling) R 12537 12539 12004 0 -1 4202560 121617 1250 0 0 28063 18 0 0 25 0 5 0 520958943 216129536 24193 33554432000 4194304 4417332 140734227118448 18446744073709551615 18446744073699065863 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12539/tid=12548] ppid=12537 vsize=211064 CPUtime=281.72 cores=0,2,4,6
/proc/12539/task/12548/stat : 12548 (plingeling) R 12537 12539 12004 0 -1 4202560 126846 1250 0 0 28136 36 0 0 25 0 5 0 520958943 216129536 24193 33554432000 4194304 4417332 140734227118448 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12539/tid=12549] ppid=12537 vsize=211064 CPUtime=282.2 cores=0,2,4,6
/proc/12539/task/12549/stat : 12549 (plingeling) R 12537 12539 12004 0 -1 4202560 141240 1250 0 0 28200 20 0 0 25 0 5 0 520958943 216129536 24193 33554432000 4194304 4417332 140734227118448 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1127.05
Current children cumulated vsize (KiB) 211064

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

[startup+294.3 s]
/proc/loadavg: 8.05 8.03 7.66 10/184 12594
/proc/meminfo: memFree=26435236/32951132 swapFree=67111364/67111528
[pid=12539] ppid=12537 vsize=206544 CPUtime=1174.98 cores=0,2,4,6
/proc/12539/stat : 12539 (plingeling) S 12537 12539 12004 0 -1 4202496 535787 1250 0 0 117400 98 0 0 22 0 5 0 520958939 211501056 23042 33554432000 4194304 4417332 140734227118448 18446744073709551615 242982352869 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/12539/statm: 51636 23042 181 55 0 49522 0
[pid=12539/tid=12546] ppid=12537 vsize=206544 CPUtime=294.25 cores=0,2,4,6
/proc/12539/task/12546/stat : 12546 (plingeling) R 12537 12539 12004 0 -1 4202560 129937 1250 0 0 29406 19 0 0 25 0 5 0 520958943 211501056 23042 33554432000 4194304 4417332 140734227118448 18446744073709551615 4364656 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12539/tid=12547] ppid=12537 vsize=206544 CPUtime=292.75 cores=0,2,4,6
/proc/12539/task/12547/stat : 12547 (plingeling) R 12537 12539 12004 0 -1 4202560 125885 1250 0 0 29256 19 0 0 25 0 5 0 520958943 211501056 23042 33554432000 4194304 4417332 140734227118448 18446744073709551615 4364639 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12539/tid=12548] ppid=12537 vsize=206544 CPUtime=293.71 cores=0,2,4,6
/proc/12539/task/12548/stat : 12548 (plingeling) R 12537 12539 12004 0 -1 4202560 131787 1250 0 0 29334 37 0 0 25 0 5 0 520958943 211501056 23042 33554432000 4194304 4417332 140734227118448 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12539/tid=12549] ppid=12537 vsize=206544 CPUtime=294.2 cores=0,2,4,6
/proc/12539/task/12549/stat : 12549 (plingeling) R 12537 12539 12004 0 -1 4202560 145453 1250 0 0 29399 21 0 0 25 0 5 0 520958943 211501056 23042 33554432000 4194304 4417332 140734227118448 18446744073709551615 4199406 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1174.98
Current children cumulated vsize (KiB) 206544

[startup+300.7 s]
/proc/loadavg: 8.05 8.03 7.67 9/184 12594
/proc/meminfo: memFree=26418868/32951132 swapFree=67111364/67111528
[pid=12539] ppid=12537 vsize=216624 CPUtime=1200.55 cores=0,2,4,6
/proc/12539/stat : 12539 (plingeling) S 12537 12539 12004 0 -1 4202496 546946 1250 0 0 119955 100 0 0 22 0 5 0 520958939 221822976 25562 33554432000 4194304 4417332 140734227118448 18446744073709551615 242982352869 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/12539/statm: 54156 25562 181 55 0 52042 0
[pid=12539/tid=12546] ppid=12537 vsize=216624 CPUtime=300.66 cores=0,2,4,6
/proc/12539/task/12546/stat : 12546 (plingeling) R 12537 12539 12004 0 -1 4202560 132838 1250 0 0 30046 20 0 0 25 0 5 0 520958943 221822976 25562 33554432000 4194304 4417332 140734227118448 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12539/tid=12547] ppid=12537 vsize=216624 CPUtime=299.12 cores=0,2,4,6
/proc/12539/task/12547/stat : 12547 (plingeling) R 12537 12539 12004 0 -1 4202560 128935 1250 0 0 29892 20 0 0 25 0 5 0 520958943 221822976 25562 33554432000 4194304 4417332 140734227118448 18446744073709551615 4236564 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12539/tid=12548] ppid=12537 vsize=216624 CPUtime=300.12 cores=0,2,4,6
/proc/12539/task/12548/stat : 12548 (plingeling) R 12537 12539 12004 0 -1 4202560 134542 1250 0 0 29974 38 0 0 25 0 5 0 520958943 221822976 25562 33554432000 4194304 4417332 140734227118448 18446744073709551615 4251164 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12539/tid=12549] ppid=12537 vsize=216624 CPUtime=300.6 cores=0,2,4,6
/proc/12539/task/12549/stat : 12549 (plingeling) R 12537 12539 12004 0 -1 4202560 147906 1250 0 0 30039 21 0 0 25 0 5 0 520958943 221822976 25562 33554432000 4194304 4417332 140734227118448 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1200.55
Current children cumulated vsize (KiB) 216624

[startup+302.301 s]
/proc/loadavg: 8.05 8.03 7.67 9/184 12594
/proc/meminfo: memFree=26421968/32951132 swapFree=67111364/67111528
[pid=12539] ppid=12537 vsize=225068 CPUtime=1206.94 cores=0,2,4,6
/proc/12539/stat : 12539 (plingeling) S 12537 12539 12004 0 -1 4202496 549057 1250 0 0 120594 100 0 0 22 0 5 0 520958939 230469632 27673 33554432000 4194304 4417332 140734227118448 18446744073709551615 242982352869 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/12539/statm: 56267 27673 181 55 0 54153 0
[pid=12539/tid=12546] ppid=12537 vsize=225068 CPUtime=302.26 cores=0,2,4,6
/proc/12539/task/12546/stat : 12546 (plingeling) R 12537 12539 12004 0 -1 4202560 133793 1250 0 0 30206 20 0 0 25 0 5 0 520958943 230469632 27673 33554432000 4194304 4417332 140734227118448 18446744073709551615 4366381 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12539/tid=12547] ppid=12537 vsize=225068 CPUtime=300.71 cores=0,2,4,6
/proc/12539/task/12547/stat : 12547 (plingeling) R 12537 12539 12004 0 -1 4202560 128935 1250 0 0 30051 20 0 0 25 0 5 0 520958943 230469632 27673 33554432000 4194304 4417332 140734227118448 18446744073709551615 4312134 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12539/tid=12548] ppid=12537 vsize=225068 CPUtime=301.72 cores=0,2,4,6
/proc/12539/task/12548/stat : 12548 (plingeling) R 12537 12539 12004 0 -1 4202560 135698 1250 0 0 30134 38 0 0 25 0 5 0 520958943 230469632 27673 33554432000 4194304 4417332 140734227118448 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12539/tid=12549] ppid=12537 vsize=225068 CPUtime=302.2 cores=0,2,4,6
/proc/12539/task/12549/stat : 12549 (plingeling) R 12537 12539 12004 0 -1 4202560 147906 1250 0 0 30199 21 0 0 25 0 5 0 520958943 230469632 27673 33554432000 4194304 4417332 140734227118448 18446744073709551615 4366303 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1206.94
Current children cumulated vsize (KiB) 225068

[startup+303.901 s]
/proc/loadavg: 8.05 8.03 7.67 9/184 12594
/proc/meminfo: memFree=26428412/32951132 swapFree=67111364/67111528
[pid=12539] ppid=12537 vsize=211480 CPUtime=1213.32 cores=0,2,4,6
/proc/12539/stat : 12539 (plingeling) S 12537 12539 12004 0 -1 4202496 556023 1250 0 0 121231 101 0 0 22 0 5 0 520958939 216555520 24276 33554432000 4194304 4417332 140734227118448 18446744073709551615 242982352869 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/12539/statm: 52870 24276 181 55 0 50756 0
[pid=12539/tid=12546] ppid=12537 vsize=211480 CPUtime=303.86 cores=0,2,4,6
/proc/12539/task/12546/stat : 12546 (plingeling) R 12537 12539 12004 0 -1 4202560 136939 1250 0 0 30365 21 0 0 25 0 5 0 520958943 216555520 24276 33554432000 4194304 4417332 140734227118448 18446744073709551615 4364463 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12539/tid=12547] ppid=12537 vsize=211480 CPUtime=302.3 cores=0,2,4,6
/proc/12539/task/12547/stat : 12547 (plingeling) R 12537 12539 12004 0 -1 4202560 130675 1250 0 0 30210 20 0 0 25 0 5 0 520958943 216555520 24276 33554432000 4194304 4417332 140734227118448 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12539/tid=12548] ppid=12537 vsize=211480 CPUtime=303.31 cores=0,2,4,6
/proc/12539/task/12548/stat : 12548 (plingeling) R 12537 12539 12004 0 -1 4202560 135698 1250 0 0 30293 38 0 0 25 0 5 0 520958943 216555520 24276 33554432000 4194304 4417332 140734227118448 18446744073709551615 4364463 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12539/tid=12549] ppid=12537 vsize=211480 CPUtime=303.79 cores=0,2,4,6
/proc/12539/task/12549/stat : 12549 (plingeling) R 12537 12539 12004 0 -1 4202560 149986 1250 0 0 30358 21 0 0 25 0 5 0 520958943 216555520 24276 33554432000 4194304 4417332 140734227118448 18446744073709551615 4364957 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1213.32
Current children cumulated vsize (KiB) 211480

[startup+304.707 s]
/proc/loadavg: 8.05 8.03 7.67 9/184 12594
/proc/meminfo: memFree=26424568/32951132 swapFree=67111364/67111528
[pid=12539] ppid=12537 vsize=213076 CPUtime=1216.55 cores=0,2,4,6
/proc/12539/stat : 12539 (plingeling) S 12537 12539 12004 0 -1 4202496 556422 1250 0 0 121553 102 0 0 22 0 5 0 520958939 218189824 24675 33554432000 4194304 4417332 140734227118448 18446744073709551615 242982352869 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/12539/statm: 53269 24675 181 55 0 51155 0
[pid=12539/tid=12546] ppid=12537 vsize=213076 CPUtime=304.67 cores=0,2,4,6
/proc/12539/task/12546/stat : 12546 (plingeling) R 12537 12539 12004 0 -1 4202560 137157 1250 0 0 30446 21 0 0 25 0 5 0 520958943 218189824 24675 33554432000 4194304 4417332 140734227118448 18446744073709551615 4364536 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12539/tid=12547] ppid=12537 vsize=213076 CPUtime=303.1 cores=0,2,4,6
/proc/12539/task/12547/stat : 12547 (plingeling) R 12537 12539 12004 0 -1 4202560 130675 1250 0 0 30290 20 0 0 25 0 5 0 520958943 218189824 24675 33554432000 4194304 4417332 140734227118448 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12539/tid=12548] ppid=12537 vsize=213076 CPUtime=304.12 cores=0,2,4,6
/proc/12539/task/12548/stat : 12548 (plingeling) R 12537 12539 12004 0 -1 4202560 135698 1250 0 0 30374 38 0 0 25 0 5 0 520958943 218189824 24675 33554432000 4194304 4417332 140734227118448 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12539/tid=12549] ppid=12537 vsize=213076 CPUtime=304.6 cores=0,2,4,6
/proc/12539/task/12549/stat : 12549 (plingeling) R 12537 12539 12004 0 -1 4202560 150167 1250 0 0 30439 21 0 0 25 0 5 0 520958943 218189824 24675 33554432000 4194304 4417332 140734227118448 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1216.55
Current children cumulated vsize (KiB) 213076

[startup+305.101 s]
/proc/loadavg: 8.05 8.03 7.67 9/184 12594
/proc/meminfo: memFree=26424568/32951132 swapFree=67111364/67111528
[pid=12539] ppid=12537 vsize=213076 CPUtime=1217.89 cores=0,2,4,6
/proc/12539/stat : 12539 (plingeling) S 12537 12539 12004 0 -1 4202496 556423 1250 0 0 121687 102 0 0 18 0 3 0 520958939 218189824 24676 33554432000 4194304 4417332 140734227118448 18446744073709551615 242982352869 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/12539/statm: 53269 24676 182 55 0 51155 0
[pid=12539/tid=12548] ppid=12537 vsize=213076 CPUtime=304.51 cores=0,2,4,6
/proc/12539/task/12548/stat : 12548 (plingeling) R 12537 12539 12004 0 -1 4202560 135698 1250 0 0 30413 38 0 0 25 0 3 0 520958943 218189824 24676 33554432000 4194304 4417332 140734227118448 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12539/tid=12549] ppid=12537 vsize=213076 CPUtime=304.99 cores=0,2,4,6
/proc/12539/task/12549/stat : 12549 (plingeling) R 12537 12539 12004 0 -1 4202560 150167 1250 0 0 30478 21 0 0 25 0 3 0 520958943 218189824 24676 33554432000 4194304 4417332 140734227118448 18446744073709551615 4364575 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1217.89
Current children cumulated vsize (KiB) 213076

[startup+305.201 s]
/proc/loadavg: 8.05 8.03 7.67 9/184 12594
/proc/meminfo: memFree=26424568/32951132 swapFree=67111364/67111528
[pid=12539] ppid=12537 vsize=213076 CPUtime=1218 cores=0,2,4,6
/proc/12539/stat : 12539 (plingeling) S 12537 12539 12004 0 -1 4202496 556423 1250 0 0 121698 102 0 0 18 0 2 0 520958939 218189824 24676 33554432000 4194304 4417332 140734227118448 18446744073709551615 242982352869 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/12539/statm: 53269 24676 182 55 0 51155 0
[pid=12539/tid=12548] ppid=12537 vsize=213076 CPUtime=304.61 cores=0,2,4,6
/proc/12539/task/12548/stat : 12548 (plingeling) R 12537 12539 12004 0 -1 4202560 135698 1250 0 0 30423 38 0 0 25 0 2 0 520958943 218189824 24676 33554432000 4194304 4417332 140734227118448 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1218
Current children cumulated vsize (KiB) 213076

Child status: 10
Real time (s): 305.271
CPU time (s): 1218.08
CPU user time (s): 1217.05
CPU system time (s): 1.03084
CPU usage (%): 399.017
Max. virtual memory (cumulated for all children) (KiB): 226952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1217.05
system time used= 1.03084
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 557687
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= 120
involuntary context switches= 5352

runsolver used 0.476927 second user time and 1.08683 second system time

The end

Launcher Data

Begin job on node128 at 2011-04-29 18:13:23
IDJOB=3262342
IDBENCH=83293
IDSOLVER=1605
FILE ID=node128/3262342-1304093603
RUNJOBID= node128-1304092396-12393
PBS_JOBID= 13170567
Free space on /tmp= 66972 MiB

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

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

MD5SUM BENCH= 91ac0151536835225f21cbe5a3574a2d
RANDOM SEED=726714739

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      26465708 kB
Buffers:       1280924 kB
Cached:        4392140 kB
SwapCached:        160 kB
Active:         496536 kB
Inactive:      5402936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      26465708 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:             792 kB
Writeback:           0 kB
AnonPages:      226096 kB
Mapped:          15584 kB
Slab:           524084 kB
PageTables:       5032 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   412112 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66972 MiB
End job on node128 at 2011-04-29 18:18:28