Trace number 3261902

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 163.226 40.9839

General information on the benchmark

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

Solver Data

163.08/40.98	s SATISFIABLE
163.08/40.98	v 1 2 3 4 5 6 -7
163.08/40.98	v 8 9 10 11 12 13 14 15
163.08/40.98	v -16 17 18 19 20 21 22 23
163.08/40.98	v 24 25 26 27 28 -29 30 31
163.08/40.98	v 32 33 34 35 36 37 -38 39
163.08/40.98	v 40 -41 42 43 44 -45 46 47
163.08/40.98	v 48 49 50 51 52 53 54 55
163.08/40.98	v -56 57 58 59 60 61 62 63
163.08/40.98	v 64 65 66 67 68 69 70 71
163.08/40.98	v 72 73 74 75 -76 77 78 79
163.08/40.98	v 80 81 82 83 -84 85 86 -87
163.08/40.98	v 88 89 90 -91 92 93 94 95
163.08/40.98	v 96 97 98 99 100 101 -102 103
163.08/40.98	v 104 105 106 107 108 -109 -110 111
163.08/40.98	v 112 113 114 -115 116 117 118 119
163.08/40.98	v 120 121 -122 123 124 -125 126 127
163.08/40.98	v 128 129 130 131 132 133 134 135
163.08/40.98	v 136 137 -138 139 140 141 142 143
163.08/40.98	v 144 145 146 147 148 149 150 151
163.08/40.98	v 152 153 154 -155 -156 157 158 159
163.08/40.98	v 160 161 162 163 164 165 166 167
163.08/40.98	v 168 169 170 171 172 173 174 175
163.08/40.98	v -176 177 -178 179 180 181 182 183
163.08/40.98	v -184 185 186 187 188 189 190 191
163.08/40.98	v 192 -193 194 195 196 197 198 199
163.08/40.98	v 200
163.08/40.98	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-3261902-1304092396/watcher-3261902-1304092396 -o /tmp/evaluation-result-3261902-1304092396/solver-3261902-1304092396 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3261902-1304092396.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: 3.40 4.52 6.17 2/175 12418
/proc/meminfo: memFree=26626936/32951132 swapFree=67111364/67111528
[pid=12418] ppid=12415 vsize=9432 CPUtime=0 cores=1,3,5,7
/proc/12418/stat : 12418 (plingeling) R 12415 12418 12004 0 -1 4202496 452 1260 0 0 0 0 0 0 21 0 1 0 520838277 9658368 381 33554432000 4194304 4417332 140736298356304 18446744073709551615 4274358 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/12418/statm: 2358 381 147 55 0 244 0

[startup+0.0137669 s]
/proc/loadavg: 3.40 4.52 6.17 2/175 12418
/proc/meminfo: memFree=26626936/32951132 swapFree=67111364/67111528
[pid=12418] ppid=12415 vsize=13060 CPUtime=0 cores=1,3,5,7
/proc/12418/stat : 12418 (plingeling) R 12415 12418 12004 0 -1 4202496 1342 1260 0 0 0 0 0 0 21 0 1 0 520838277 13373440 1249 33554432000 4194304 4417332 140736298356304 18446744073709551615 242970244077 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/12418/statm: 3265 1274 148 55 0 1151 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13060

[startup+0.143695 s]
/proc/loadavg: 3.40 4.52 6.17 2/175 12418
/proc/meminfo: memFree=26626936/32951132 swapFree=67111364/67111528
[pid=12418] ppid=12415 vsize=61384 CPUtime=0.46 cores=1,3,5,7
/proc/12418/stat : 12418 (plingeling) S 12415 12418 12004 0 -1 4202496 3524 1260 0 0 46 0 0 0 21 0 5 0 520838277 62857216 3134 33554432000 4194304 4417332 140736298356304 18446744073709551615 242982352869 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/12418/statm: 15346 3134 180 55 0 13232 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 61384

[startup+0.300667 s]
/proc/loadavg: 3.40 4.52 6.17 2/175 12418
/proc/meminfo: memFree=26626936/32951132 swapFree=67111364/67111528
[pid=12418] ppid=12415 vsize=61040 CPUtime=1.09 cores=1,3,5,7
/proc/12418/stat : 12418 (plingeling) S 12415 12418 12004 0 -1 4202496 3829 1260 0 0 109 0 0 0 21 0 5 0 520838277 62504960 2985 33554432000 4194304 4417332 140736298356304 18446744073709551615 242982352869 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/12418/statm: 15260 2985 180 55 0 13146 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 61040

[startup+0.7006 s]
/proc/loadavg: 3.40 4.52 6.17 2/175 12418
/proc/meminfo: memFree=26626936/32951132 swapFree=67111364/67111528
[pid=12418] ppid=12415 vsize=61900 CPUtime=2.69 cores=1,3,5,7
/proc/12418/stat : 12418 (plingeling) S 12415 12418 12004 0 -1 4202496 4107 1260 0 0 269 0 0 0 21 0 5 0 520838277 63385600 3263 33554432000 4194304 4417332 140736298356304 18446744073709551615 242982352869 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/12418/statm: 15475 3263 180 55 0 13361 0
Current children cumulated CPU time (s) 2.69
Current children cumulated vsize (KiB) 61900

[startup+1.50046 s]
/proc/loadavg: 3.40 4.52 6.17 9/184 12432
/proc/meminfo: memFree=26603336/32951132 swapFree=67111364/67111528
[pid=12418] ppid=12415 vsize=65008 CPUtime=5.88 cores=1,3,5,7
/proc/12418/stat : 12418 (plingeling) S 12415 12418 12004 0 -1 4202496 4895 1260 0 0 588 0 0 0 21 0 5 0 520838277 66568192 4051 33554432000 4194304 4417332 140736298356304 18446744073709551615 242982352869 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/12418/statm: 16252 4051 180 55 0 14138 0
[pid=12418/tid=12425] ppid=12415 vsize=65008 CPUtime=1.46 cores=1,3,5,7
/proc/12418/task/12425/stat : 12425 (plingeling) R 12415 12418 12004 0 -1 4202560 411 1260 0 0 146 0 0 0 25 0 5 0 520838280 66568192 4051 33554432000 4194304 4417332 140736298356304 18446744073709551615 4278306 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=12418/tid=12426] ppid=12415 vsize=65008 CPUtime=1.46 cores=1,3,5,7
/proc/12418/task/12426/stat : 12426 (plingeling) R 12415 12418 12004 0 -1 4202560 367 1260 0 0 146 0 0 0 25 0 5 0 520838280 66568192 4051 33554432000 4194304 4417332 140736298356304 18446744073709551615 4364776 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12418/tid=12427] ppid=12415 vsize=65008 CPUtime=1.46 cores=1,3,5,7
/proc/12418/task/12427/stat : 12427 (plingeling) R 12415 12418 12004 0 -1 4202560 521 1260 0 0 146 0 0 0 25 0 5 0 520838280 66568192 4051 33554432000 4194304 4417332 140736298356304 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12418/tid=12428] ppid=12415 vsize=65008 CPUtime=1.46 cores=1,3,5,7
/proc/12418/task/12428/stat : 12428 (plingeling) R 12415 12418 12004 0 -1 4202560 870 1260 0 0 146 0 0 0 25 0 5 0 520838280 66568192 4051 33554432000 4194304 4417332 140736298356304 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.88
Current children cumulated vsize (KiB) 65008

[startup+3.10119 s]
/proc/loadavg: 3.40 4.52 6.17 9/184 12432
/proc/meminfo: memFree=26595400/32951132 swapFree=67111364/67111528
[pid=12418] ppid=12415 vsize=67864 CPUtime=12.28 cores=1,3,5,7
/proc/12418/stat : 12418 (plingeling) S 12415 12418 12004 0 -1 4202496 5821 1260 0 0 1228 0 0 0 21 0 5 0 520838277 69492736 4754 33554432000 4194304 4417332 140736298356304 18446744073709551615 242982352869 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/12418/statm: 16966 4754 180 55 0 14852 0
[pid=12418/tid=12425] ppid=12415 vsize=67864 CPUtime=3.06 cores=1,3,5,7
/proc/12418/task/12425/stat : 12425 (plingeling) R 12415 12418 12004 0 -1 4202560 468 1260 0 0 306 0 0 0 25 0 5 0 520838280 69492736 4754 33554432000 4194304 4417332 140736298356304 18446744073709551615 4364760 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=12418/tid=12426] ppid=12415 vsize=67864 CPUtime=3.06 cores=1,3,5,7
/proc/12418/task/12426/stat : 12426 (plingeling) R 12415 12418 12004 0 -1 4202560 716 1260 0 0 306 0 0 0 25 0 5 0 520838280 69492736 4754 33554432000 4194304 4417332 140736298356304 18446744073709551615 4365883 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12418/tid=12427] ppid=12415 vsize=67864 CPUtime=3.05 cores=1,3,5,7
/proc/12418/task/12427/stat : 12427 (plingeling) R 12415 12418 12004 0 -1 4202560 578 1260 0 0 305 0 0 0 25 0 5 0 520838280 69492736 4754 33554432000 4194304 4417332 140736298356304 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12418/tid=12428] ppid=12415 vsize=67864 CPUtime=3.06 cores=1,3,5,7
/proc/12418/task/12428/stat : 12428 (plingeling) R 12415 12418 12004 0 -1 4202560 1333 1260 0 0 306 0 0 0 25 0 5 0 520838280 69492736 4754 33554432000 4194304 4417332 140736298356304 18446744073709551615 4353570 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.28
Current children cumulated vsize (KiB) 67864

[startup+6.30064 s]
/proc/loadavg: 3.77 4.58 6.18 9/184 12432
/proc/meminfo: memFree=26583544/32951132 swapFree=67111364/67111528
[pid=12418] ppid=12415 vsize=74192 CPUtime=25.06 cores=1,3,5,7
/proc/12418/stat : 12418 (plingeling) S 12415 12418 12004 0 -1 4202496 8829 1260 0 0 2506 0 0 0 21 0 5 0 520838277 75972608 6364 33554432000 4194304 4417332 140736298356304 18446744073709551615 242982352869 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/12418/statm: 18548 6364 180 55 0 16434 0
[pid=12418/tid=12425] ppid=12415 vsize=74192 CPUtime=6.26 cores=1,3,5,7
/proc/12418/task/12425/stat : 12425 (plingeling) R 12415 12418 12004 0 -1 4202560 468 1260 0 0 626 0 0 0 25 0 5 0 520838280 75972608 6364 33554432000 4194304 4417332 140736298356304 18446744073709551615 4353655 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=12418/tid=12426] ppid=12415 vsize=74192 CPUtime=6.26 cores=1,3,5,7
/proc/12418/task/12426/stat : 12426 (plingeling) R 12415 12418 12004 0 -1 4202560 1367 1260 0 0 626 0 0 0 25 0 5 0 520838280 75972608 6364 33554432000 4194304 4417332 140736298356304 18446744073709551615 4355731 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12418/tid=12427] ppid=12415 vsize=74192 CPUtime=6.23 cores=1,3,5,7
/proc/12418/task/12427/stat : 12427 (plingeling) R 12415 12418 12004 0 -1 4202560 1028 1260 0 0 623 0 0 0 25 0 5 0 520838280 75972608 6364 33554432000 4194304 4417332 140736298356304 18446744073709551615 4364722 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12418/tid=12428] ppid=12415 vsize=74192 CPUtime=6.26 cores=1,3,5,7
/proc/12418/task/12428/stat : 12428 (plingeling) R 12415 12418 12004 0 -1 4202560 3240 1260 0 0 626 0 0 0 25 0 5 0 520838280 75972608 6364 33554432000 4194304 4417332 140736298356304 18446744073709551615 4364811 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.06
Current children cumulated vsize (KiB) 74192

[startup+12.7005 s]
/proc/loadavg: 4.11 4.64 6.19 9/184 12432
/proc/meminfo: memFree=26573504/32951132 swapFree=67111364/67111528
[pid=12418] ppid=12415 vsize=75288 CPUtime=50.63 cores=1,3,5,7
/proc/12418/stat : 12418 (plingeling) S 12415 12418 12004 0 -1 4202496 18464 1260 0 0 5061 2 0 0 21 0 5 0 520838277 77094912 6639 33554432000 4194304 4417332 140736298356304 18446744073709551615 242982352869 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/12418/statm: 18822 6639 180 55 0 16708 0
[pid=12418/tid=12425] ppid=12415 vsize=75288 CPUtime=12.66 cores=1,3,5,7
/proc/12418/task/12425/stat : 12425 (plingeling) R 12415 12418 12004 0 -1 4202560 1868 1260 0 0 1266 0 0 0 25 0 5 0 520838280 77094912 6639 33554432000 4194304 4417332 140736298356304 18446744073709551615 4364713 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=12418/tid=12426] ppid=12415 vsize=75288 CPUtime=12.65 cores=1,3,5,7
/proc/12418/task/12426/stat : 12426 (plingeling) R 12415 12418 12004 0 -1 4202560 4641 1260 0 0 1265 0 0 0 25 0 5 0 520838280 77094912 6639 33554432000 4194304 4417332 140736298356304 18446744073709551615 4364671 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12418/tid=12427] ppid=12415 vsize=75288 CPUtime=12.6 cores=1,3,5,7
/proc/12418/task/12427/stat : 12427 (plingeling) R 12415 12418 12004 0 -1 4202560 2882 1260 0 0 1260 0 0 0 25 0 5 0 520838280 77094912 6639 33554432000 4194304 4417332 140736298356304 18446744073709551615 4366370 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12418/tid=12428] ppid=12415 vsize=75288 CPUtime=12.65 cores=1,3,5,7
/proc/12418/task/12428/stat : 12428 (plingeling) R 12415 12418 12004 0 -1 4202560 6347 1260 0 0 1265 0 0 0 25 0 5 0 520838280 77094912 6639 33554432000 4194304 4417332 140736298356304 18446744073709551615 4364526 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 75288

[startup+25.5003 s]
/proc/loadavg: 4.97 4.80 6.22 9/184 12432
/proc/meminfo: memFree=26553292/32951132 swapFree=67111364/67111528
[pid=12418] ppid=12415 vsize=154628 CPUtime=101.76 cores=1,3,5,7
/proc/12418/stat : 12418 (plingeling) S 12415 12418 12004 0 -1 4202496 52547 1260 0 0 10168 8 0 0 21 0 5 0 520838277 158339072 10127 33554432000 4194304 4417332 140736298356304 18446744073709551615 242982352869 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/12418/statm: 38657 10127 181 55 0 36543 0
[pid=12418/tid=12425] ppid=12415 vsize=154628 CPUtime=25.46 cores=1,3,5,7
/proc/12418/task/12425/stat : 12425 (plingeling) R 12415 12418 12004 0 -1 4202560 11544 1260 0 0 2544 2 0 0 25 0 5 0 520838280 158339072 10127 33554432000 4194304 4417332 140736298356304 18446744073709551615 4364639 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=12418/tid=12426] ppid=12415 vsize=154628 CPUtime=25.45 cores=1,3,5,7
/proc/12418/task/12426/stat : 12426 (plingeling) R 12415 12418 12004 0 -1 4202560 10954 1260 0 0 2544 1 0 0 25 0 5 0 520838280 158339072 10127 33554432000 4194304 4417332 140736298356304 18446744073709551615 4366319 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12418/tid=12427] ppid=12415 vsize=154628 CPUtime=25.33 cores=1,3,5,7
/proc/12418/task/12427/stat : 12427 (plingeling) R 12415 12418 12004 0 -1 4202560 10491 1260 0 0 2532 1 0 0 25 0 5 0 520838280 158339072 10127 33554432000 4194304 4417332 140736298356304 18446744073709551615 4364734 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12418/tid=12428] ppid=12415 vsize=154628 CPUtime=25.46 cores=1,3,5,7
/proc/12418/task/12428/stat : 12428 (plingeling) R 12415 12418 12004 0 -1 4202560 16832 1260 0 0 2544 2 0 0 25 0 5 0 520838280 158339072 10127 33554432000 4194304 4417332 140736298356304 18446744073709551615 4365883 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.76
Current children cumulated vsize (KiB) 154628

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

[startup+31.9062 s]
/proc/loadavg: 5.21 4.85 6.23 9/184 12433
/proc/meminfo: memFree=26545840/32951132 swapFree=67111364/67111528
[pid=12418] ppid=12415 vsize=160492 CPUtime=127.36 cores=1,3,5,7
/proc/12418/stat : 12418 (plingeling) S 12415 12418 12004 0 -1 4202496 67137 1260 0 0 12725 11 0 0 21 0 5 0 520838277 164343808 11593 33554432000 4194304 4417332 140736298356304 18446744073709551615 242982352869 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/12418/statm: 40123 11593 181 55 0 38009 0
[pid=12418/tid=12425] ppid=12415 vsize=160492 CPUtime=31.86 cores=1,3,5,7
/proc/12418/task/12425/stat : 12425 (plingeling) R 12415 12418 12004 0 -1 4202560 14683 1260 0 0 3184 2 0 0 25 0 5 0 520838280 164343808 11593 33554432000 4194304 4417332 140736298356304 18446744073709551615 4352432 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=12418/tid=12426] ppid=12415 vsize=160492 CPUtime=31.86 cores=1,3,5,7
/proc/12418/task/12426/stat : 12426 (plingeling) R 12415 12418 12004 0 -1 4202560 13668 1260 0 0 3184 2 0 0 25 0 5 0 520838280 164343808 11593 33554432000 4194304 4417332 140736298356304 18446744073709551615 4364536 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12418/tid=12427] ppid=12415 vsize=160492 CPUtime=31.71 cores=1,3,5,7
/proc/12418/task/12427/stat : 12427 (plingeling) R 12415 12418 12004 0 -1 4202560 13615 1260 0 0 3169 2 0 0 25 0 5 0 520838280 164343808 11593 33554432000 4194304 4417332 140736298356304 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12418/tid=12428] ppid=12415 vsize=160492 CPUtime=31.87 cores=1,3,5,7
/proc/12418/task/12428/stat : 12428 (plingeling) R 12415 12418 12004 0 -1 4202560 22445 1260 0 0 3184 3 0 0 25 0 5 0 520838280 164343808 11593 33554432000 4194304 4417332 140736298356304 18446744073709551615 4365846 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 127.36
Current children cumulated vsize (KiB) 160492

[startup+35.1007 s]
/proc/loadavg: 5.43 4.91 6.24 9/184 12433
/proc/meminfo: memFree=26538152/32951132 swapFree=67111364/67111528
[pid=12418] ppid=12415 vsize=159604 CPUtime=140.15 cores=1,3,5,7
/proc/12418/stat : 12418 (plingeling) S 12415 12418 12004 0 -1 4202496 75985 1260 0 0 14003 12 0 0 21 0 5 0 520838277 163434496 11371 33554432000 4194304 4417332 140736298356304 18446744073709551615 242982352869 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/12418/statm: 39901 11371 181 55 0 37787 0
[pid=12418/tid=12425] ppid=12415 vsize=159604 CPUtime=35.06 cores=1,3,5,7
/proc/12418/task/12425/stat : 12425 (plingeling) R 12415 12418 12004 0 -1 4202560 17173 1260 0 0 3504 2 0 0 25 0 5 0 520838280 163434496 11371 33554432000 4194304 4417332 140736298356304 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=12418/tid=12426] ppid=12415 vsize=159604 CPUtime=35.06 cores=1,3,5,7
/proc/12418/task/12426/stat : 12426 (plingeling) R 12415 12418 12004 0 -1 4202560 15210 1260 0 0 3504 2 0 0 25 0 5 0 520838280 163434496 11371 33554432000 4194304 4417332 140736298356304 18446744073709551615 4344081 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12418/tid=12427] ppid=12415 vsize=159604 CPUtime=34.9 cores=1,3,5,7
/proc/12418/task/12427/stat : 12427 (plingeling) R 12415 12418 12004 0 -1 4202560 14708 1260 0 0 3488 2 0 0 25 0 5 0 520838280 163434496 11371 33554432000 4194304 4417332 140736298356304 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12418/tid=12428] ppid=12415 vsize=159604 CPUtime=35.06 cores=1,3,5,7
/proc/12418/task/12428/stat : 12428 (plingeling) R 12415 12418 12004 0 -1 4202560 26168 1260 0 0 3503 3 0 0 25 0 5 0 520838280 163434496 11371 33554432000 4194304 4417332 140736298356304 18446744073709551615 4364531 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 140.15
Current children cumulated vsize (KiB) 159604

[startup+38.3011 s]
/proc/loadavg: 5.43 4.91 6.24 9/184 12433
/proc/meminfo: memFree=26534308/32951132 swapFree=67111364/67111528
[pid=12418] ppid=12415 vsize=158544 CPUtime=152.91 cores=1,3,5,7
/proc/12418/stat : 12418 (plingeling) S 12415 12418 12004 0 -1 4202496 83362 1260 0 0 15279 12 0 0 21 0 5 0 520838277 162349056 11106 33554432000 4194304 4417332 140736298356304 18446744073709551615 242982352869 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/12418/statm: 39636 11106 181 55 0 37522 0
[pid=12418/tid=12425] ppid=12415 vsize=158544 CPUtime=38.25 cores=1,3,5,7
/proc/12418/task/12425/stat : 12425 (plingeling) R 12415 12418 12004 0 -1 4202560 18948 1260 0 0 3823 2 0 0 25 0 5 0 520838280 162349056 11106 33554432000 4194304 4417332 140736298356304 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=12418/tid=12426] ppid=12415 vsize=158544 CPUtime=38.25 cores=1,3,5,7
/proc/12418/task/12426/stat : 12426 (plingeling) R 12415 12418 12004 0 -1 4202560 17405 1260 0 0 3823 2 0 0 25 0 5 0 520838280 162349056 11106 33554432000 4194304 4417332 140736298356304 18446744073709551615 4364547 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12418/tid=12427] ppid=12415 vsize=158544 CPUtime=38.08 cores=1,3,5,7
/proc/12418/task/12427/stat : 12427 (plingeling) R 12415 12418 12004 0 -1 4202560 15855 1260 0 0 3806 2 0 0 25 0 5 0 520838280 162349056 11106 33554432000 4194304 4417332 140736298356304 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12418/tid=12428] ppid=12415 vsize=158544 CPUtime=38.26 cores=1,3,5,7
/proc/12418/task/12428/stat : 12428 (plingeling) R 12415 12418 12004 0 -1 4202560 28428 1260 0 0 3822 4 0 0 25 0 5 0 520838280 162349056 11106 33554432000 4194304 4417332 140736298356304 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 152.91
Current children cumulated vsize (KiB) 158544

[startup+39.9009 s]
/proc/loadavg: 5.43 4.91 6.24 9/184 12433
/proc/meminfo: memFree=26545088/32951132 swapFree=67111364/67111528
[pid=12418] ppid=12415 vsize=164292 CPUtime=159.3 cores=1,3,5,7
/proc/12418/stat : 12418 (plingeling) S 12415 12418 12004 0 -1 4202496 86845 1260 0 0 15917 13 0 0 21 0 5 0 520838277 168235008 12543 33554432000 4194304 4417332 140736298356304 18446744073709551615 242982352869 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/12418/statm: 41073 12543 181 55 0 38959 0
[pid=12418/tid=12425] ppid=12415 vsize=164292 CPUtime=39.86 cores=1,3,5,7
/proc/12418/task/12425/stat : 12425 (plingeling) R 12415 12418 12004 0 -1 4202560 19514 1260 0 0 3983 3 0 0 25 0 5 0 520838280 168235008 12543 33554432000 4194304 4417332 140736298356304 18446744073709551615 4364720 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=12418/tid=12426] ppid=12415 vsize=164292 CPUtime=39.86 cores=1,3,5,7
/proc/12418/task/12426/stat : 12426 (plingeling) R 12415 12418 12004 0 -1 4202560 18137 1260 0 0 3983 3 0 0 25 0 5 0 520838280 168235008 12543 33554432000 4194304 4417332 140736298356304 18446744073709551615 4364736 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12418/tid=12427] ppid=12415 vsize=164292 CPUtime=39.67 cores=1,3,5,7
/proc/12418/task/12427/stat : 12427 (plingeling) R 12415 12418 12004 0 -1 4202560 16436 1260 0 0 3965 2 0 0 25 0 5 0 520838280 168235008 12543 33554432000 4194304 4417332 140736298356304 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12418/tid=12428] ppid=12415 vsize=164292 CPUtime=39.86 cores=1,3,5,7
/proc/12418/task/12428/stat : 12428 (plingeling) R 12415 12418 12004 0 -1 4202560 30032 1260 0 0 3982 4 0 0 25 0 5 0 520838280 168235008 12543 33554432000 4194304 4417332 140736298356304 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 159.3
Current children cumulated vsize (KiB) 164292

[startup+40.7067 s]
/proc/loadavg: 5.64 4.96 6.24 9/184 12433
/proc/meminfo: memFree=26542856/32951132 swapFree=67111364/67111528
[pid=12418] ppid=12415 vsize=157668 CPUtime=162.53 cores=1,3,5,7
/proc/12418/stat : 12418 (plingeling) S 12415 12418 12004 0 -1 4202496 89099 1260 0 0 16239 14 0 0 21 0 5 0 520838277 161452032 10887 33554432000 4194304 4417332 140736298356304 18446744073709551615 242982352869 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/12418/statm: 39417 10887 181 55 0 37303 0
[pid=12418/tid=12425] ppid=12415 vsize=157668 CPUtime=40.67 cores=1,3,5,7
/proc/12418/task/12425/stat : 12425 (plingeling) R 12415 12418 12004 0 -1 4202560 20359 1260 0 0 4064 3 0 0 25 0 5 0 520838280 161452032 10887 33554432000 4194304 4417332 140736298356304 18446744073709551615 4364509 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=12418/tid=12426] ppid=12415 vsize=157668 CPUtime=40.66 cores=1,3,5,7
/proc/12418/task/12426/stat : 12426 (plingeling) R 12415 12418 12004 0 -1 4202560 18614 1260 0 0 4063 3 0 0 25 0 5 0 520838280 161452032 10887 33554432000 4194304 4417332 140736298356304 18446744073709551615 4343680 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12418/tid=12427] ppid=12415 vsize=157668 CPUtime=40.47 cores=1,3,5,7
/proc/12418/task/12427/stat : 12427 (plingeling) R 12415 12418 12004 0 -1 4202560 17067 1260 0 0 4045 2 0 0 25 0 5 0 520838280 161452032 10887 33554432000 4194304 4417332 140736298356304 18446744073709551615 4364544 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12418/tid=12428] ppid=12415 vsize=157668 CPUtime=40.66 cores=1,3,5,7
/proc/12418/task/12428/stat : 12428 (plingeling) R 12415 12418 12004 0 -1 4202560 30333 1260 0 0 4062 4 0 0 25 0 5 0 520838280 161452032 10887 33554432000 4194304 4417332 140736298356304 18446744073709551615 4354401 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 162.53
Current children cumulated vsize (KiB) 157668

[startup+40.9007 s]
/proc/loadavg: 5.64 4.96 6.24 9/184 12433
/proc/meminfo: memFree=26542856/32951132 swapFree=67111364/67111528
[pid=12418] ppid=12415 vsize=157668 CPUtime=163.08 cores=1,3,5,7
/proc/12418/stat : 12418 (plingeling) S 12415 12418 12004 0 -1 4202496 89100 1260 0 0 16294 14 0 0 18 0 3 0 520838277 161452032 10888 33554432000 4194304 4417332 140736298356304 18446744073709551615 242982352869 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/12418/statm: 39417 10888 182 55 0 37303 0
[pid=12418/tid=12426] ppid=12415 vsize=157668 CPUtime=40.86 cores=1,3,5,7
/proc/12418/task/12426/stat : 12426 (plingeling) R 12415 12418 12004 0 -1 4202560 18614 1260 0 0 4083 3 0 0 25 0 3 0 520838280 161452032 10888 33554432000 4194304 4417332 140736298356304 18446744073709551615 4364942 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12418/tid=12428] ppid=12415 vsize=157668 CPUtime=40.86 cores=1,3,5,7
/proc/12418/task/12428/stat : 12428 (plingeling) R 12415 12418 12004 0 -1 4202560 30333 1260 0 0 4082 4 0 0 25 0 3 0 520838280 161452032 10888 33554432000 4194304 4417332 140736298356304 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 163.08
Current children cumulated vsize (KiB) 157668

Child status: 10
Real time (s): 40.9839
CPU time (s): 163.226
CPU user time (s): 163.078
CPU system time (s): 0.147977
CPU usage (%): 398.269
Max. virtual memory (cumulated for all children) (KiB): 166432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 163.078
system time used= 0.147977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90374
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= 87
involuntary context switches= 1177

runsolver used 0.054991 second user time and 0.140978 second system time

The end

Launcher Data

Begin job on node128 at 2011-04-29 17:53:16
IDJOB=3261902
IDBENCH=83264
IDSOLVER=1605
FILE ID=node128/3261902-1304092396
RUNJOBID= node128-1304092396-12394
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-21_399.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3261902-1304092396/watcher-3261902-1304092396 -o /tmp/evaluation-result-3261902-1304092396/solver-3261902-1304092396 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3261902-1304092396.cnf

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

MD5SUM BENCH= 693b5fe291cecff45feff3be98a908cf
RANDOM SEED=457448768

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:      26627596 kB
Buffers:       1280620 kB
Cached:        4390824 kB
SwapCached:        160 kB
Active:         334168 kB
Inactive:      5403192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      26627596 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:             848 kB
Writeback:           0 kB
AnonPages:       65632 kB
Mapped:          15168 kB
Slab:           523956 kB
PageTables:       4520 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   198976 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 17:53:57