Trace number 3373181

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
claspmt 2.0-R4095-patched (fixed)SAT 499.668 125.923

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

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

Verifier Data

OK

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3373181-1305426562/watcher-3373181-1305426562 -o /tmp/evaluation-result-3373181-1305426562/solver-3373181-1305426562 -C 4800 -W 1300 -M 15500 HOME/claspmt -t4 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3373181-1305426562.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: 9.21 8.86 8.54 7/361 4011
/proc/meminfo: memFree=17556804/32950928 swapFree=67111200/67111528
[pid=4011] ppid=4007 vsize=21508 CPUtime=0 cores=1,3,5,7
/proc/4011/stat : 4011 (claspmt) R 4007 4011 10053 0 -1 4202496 655 0 0 0 0 0 0 0 25 0 1 0 732886914 22024192 586 33554432000 4194304 4964800 140737348413120 18446744073709551615 256415052485 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/4011/statm: 5377 587 385 189 0 251 0

[startup+0.0897309 s]
/proc/loadavg: 9.21 8.86 8.54 7/361 4011
/proc/meminfo: memFree=17556804/32950928 swapFree=67111200/67111528
[pid=4011] ppid=4007 vsize=23044 CPUtime=0.08 cores=1,3,5,7
/proc/4011/stat : 4011 (claspmt) R 4007 4011 10053 0 -1 4202496 1099 0 0 0 8 0 0 0 25 0 1 0 732886914 23597056 993 33554432000 4194304 4964800 140737348413120 18446744073709551615 4607562 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/4011/statm: 5761 993 398 189 0 635 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 23044

[startup+0.101411 s]
/proc/loadavg: 9.21 8.86 8.54 7/361 4011
/proc/meminfo: memFree=17556804/32950928 swapFree=67111200/67111528
[pid=4011] ppid=4007 vsize=23044 CPUtime=0.09 cores=1,3,5,7
/proc/4011/stat : 4011 (claspmt) R 4007 4011 10053 0 -1 4202496 1099 0 0 0 9 0 0 0 25 0 1 0 732886914 23597056 993 33554432000 4194304 4964800 140737348413120 18446744073709551615 4607641 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/4011/statm: 5761 993 398 189 0 635 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23044

[startup+0.300689 s]
/proc/loadavg: 9.21 8.86 8.54 7/361 4011
/proc/meminfo: memFree=17556804/32950928 swapFree=67111200/67111528
[pid=4011] ppid=4007 vsize=170044 CPUtime=0.8 cores=1,3,5,7
/proc/4011/stat : 4011 (claspmt) R 4007 4011 10053 0 -1 4202496 1918 0 0 0 80 0 0 0 18 0 4 0 732886914 174125056 1759 33554432000 4194304 4964800 140737348413120 18446744073709551615 4670499 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/4011/statm: 42511 1759 458 189 0 36860 0
Current children cumulated CPU time (s) 0.8
Current children cumulated vsize (KiB) 170044

[startup+0.700613 s]
/proc/loadavg: 9.21 8.86 8.54 7/361 4011
/proc/meminfo: memFree=17556804/32950928 swapFree=67111200/67111528
[pid=4011] ppid=4007 vsize=171236 CPUtime=2.4 cores=1,3,5,7
/proc/4011/stat : 4011 (claspmt) R 4007 4011 10053 0 -1 4202496 2714 0 0 0 239 1 0 0 18 0 4 0 732886914 175345664 2555 33554432000 4194304 4964800 140737348413120 18446744073709551615 4668748 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/4011/statm: 42809 2555 458 189 0 37158 0
Current children cumulated CPU time (s) 2.4
Current children cumulated vsize (KiB) 171236

[startup+1.50047 s]
/proc/loadavg: 9.21 8.86 8.54 10/365 4175
/proc/meminfo: memFree=17546044/32950928 swapFree=67111200/67111528
[pid=4011] ppid=4007 vsize=172168 CPUtime=5.57 cores=1,3,5,7
/proc/4011/stat : 4011 (claspmt) R 4007 4011 10053 0 -1 4202496 3367 0 0 0 556 1 0 0 19 0 4 0 732886914 176300032 3208 33554432000 4194304 4964800 140737348413120 18446744073709551615 4670328 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/4011/statm: 43042 3208 458 189 0 37391 0
[pid=4011/tid=4158] ppid=4007 vsize=172168 CPUtime=1.35 cores=1,3,5,7
/proc/4011/task/4158/stat : 4158 (claspmt) R 4007 4011 10053 0 -1 4202560 500 0 0 0 135 0 0 0 25 0 4 0 732886927 176300032 3208 33554432000 4194304 4964800 140737348413120 18446744073709551615 4684754 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=4011/tid=4159] ppid=4007 vsize=172168 CPUtime=1.36 cores=1,3,5,7
/proc/4011/task/4159/stat : 4159 (claspmt) R 4007 4011 10053 0 -1 4202560 694 0 0 0 136 0 0 0 25 0 4 0 732886927 176300032 3208 33554432000 4194304 4964800 140737348413120 18446744073709551615 4627254 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=4011/tid=4160] ppid=4007 vsize=172168 CPUtime=1.35 cores=1,3,5,7
/proc/4011/task/4160/stat : 4160 (claspmt) R 4007 4011 10053 0 -1 4202560 544 0 0 0 135 0 0 0 25 0 4 0 732886927 176300032 3208 33554432000 4194304 4964800 140737348413120 18446744073709551615 4670340 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.57
Current children cumulated vsize (KiB) 172168

[startup+3.10116 s]
/proc/loadavg: 9.21 8.86 8.54 10/366 4205
/proc/meminfo: memFree=17540356/32950928 swapFree=67111200/67111528
[pid=4011] ppid=4007 vsize=174416 CPUtime=11.95 cores=1,3,5,7
/proc/4011/stat : 4011 (claspmt) R 4007 4011 10053 0 -1 4202496 4823 0 0 0 1193 2 0 0 24 0 4 0 732886914 178601984 4664 33554432000 4194304 4964800 140737348413120 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/4011/statm: 43604 4664 460 189 0 37953 0
[pid=4011/tid=4158] ppid=4007 vsize=174416 CPUtime=2.93 cores=1,3,5,7
/proc/4011/task/4158/stat : 4158 (claspmt) R 4007 4011 10053 0 -1 4202560 882 0 0 0 293 0 0 0 25 0 4 0 732886927 178601984 4664 33554432000 4194304 4964800 140737348413120 18446744073709551615 4627860 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=4011/tid=4159] ppid=4007 vsize=174416 CPUtime=2.96 cores=1,3,5,7
/proc/4011/task/4159/stat : 4159 (claspmt) R 4007 4011 10053 0 -1 4202560 1220 0 0 0 296 0 0 0 25 0 4 0 732886927 178601984 4664 33554432000 4194304 4964800 140737348413120 18446744073709551615 4670310 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=4011/tid=4160] ppid=4007 vsize=174416 CPUtime=2.93 cores=1,3,5,7
/proc/4011/task/4160/stat : 4160 (claspmt) R 4007 4011 10053 0 -1 4202560 789 0 0 0 293 0 0 0 25 0 4 0 732886927 178601984 4664 33554432000 4194304 4964800 140737348413120 18446744073709551615 4670534 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.95
Current children cumulated vsize (KiB) 174416

[startup+6.30056 s]
/proc/loadavg: 9.19 8.87 8.54 12/365 4311
/proc/meminfo: memFree=17532716/32950928 swapFree=67111200/67111528
[pid=4011] ppid=4007 vsize=176204 CPUtime=24.65 cores=1,3,5,7
/proc/4011/stat : 4011 (claspmt) R 4007 4011 10053 0 -1 4202496 6382 0 0 0 2462 3 0 0 25 0 4 0 732886914 180432896 6142 33554432000 4194304 4964800 140737348413120 18446744073709551615 4627269 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/4011/statm: 44051 6142 460 189 0 38400 0
[pid=4011/tid=4158] ppid=4007 vsize=176204 CPUtime=6.09 cores=1,3,5,7
/proc/4011/task/4158/stat : 4158 (claspmt) R 4007 4011 10053 0 -1 4202560 1217 0 0 0 609 0 0 0 25 0 4 0 732886927 180432896 6142 33554432000 4194304 4964800 140737348413120 18446744073709551615 4627211 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=4011/tid=4159] ppid=4007 vsize=176204 CPUtime=6.15 cores=1,3,5,7
/proc/4011/task/4159/stat : 4159 (claspmt) R 4007 4011 10053 0 -1 4202560 1906 0 0 0 615 0 0 0 25 0 4 0 732886927 180432896 6142 33554432000 4194304 4964800 140737348413120 18446744073709551615 4668568 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=4011/tid=4160] ppid=4007 vsize=176204 CPUtime=6.08 cores=1,3,5,7
/proc/4011/task/4160/stat : 4160 (claspmt) R 4007 4011 10053 0 -1 4202560 1061 0 0 0 608 0 0 0 25 0 4 0 732886927 180432896 6142 33554432000 4194304 4964800 140737348413120 18446744073709551615 4670357 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.65
Current children cumulated vsize (KiB) 176204

[startup+12.7004 s]
/proc/loadavg: 9.18 8.87 8.55 11/365 4525
/proc/meminfo: memFree=17512952/32950928 swapFree=67111200/67111528
[pid=4011] ppid=4007 vsize=180200 CPUtime=50.05 cores=1,3,5,7
/proc/4011/stat : 4011 (claspmt) R 4007 4011 10053 0 -1 4202496 9029 0 0 0 5001 4 0 0 25 0 4 0 732886914 184524800 8668 33554432000 4194304 4964800 140737348413120 18446744073709551615 4670335 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/4011/statm: 45050 8668 460 189 0 39399 0
[pid=4011/tid=4158] ppid=4007 vsize=180200 CPUtime=12.42 cores=1,3,5,7
/proc/4011/task/4158/stat : 4158 (claspmt) R 4007 4011 10053 0 -1 4202560 1829 0 0 0 1241 1 0 0 25 0 4 0 732886927 184524800 8668 33554432000 4194304 4964800 140737348413120 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=4011/tid=4159] ppid=4007 vsize=180200 CPUtime=12.56 cores=1,3,5,7
/proc/4011/task/4159/stat : 4159 (claspmt) R 4007 4011 10053 0 -1 4202560 3065 0 0 0 1255 1 0 0 25 0 4 0 732886927 184524800 8668 33554432000 4194304 4964800 140737348413120 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=4011/tid=4160] ppid=4007 vsize=180200 CPUtime=12.37 cores=1,3,5,7
/proc/4011/task/4160/stat : 4160 (claspmt) R 4007 4011 10053 0 -1 4202560 1505 0 0 0 1237 0 0 0 25 0 4 0 732886927 184524800 8668 33554432000 4194304 4964800 140737348413120 18446744073709551615 4670295 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.05
Current children cumulated vsize (KiB) 180200

[startup+25.5009 s]
/proc/loadavg: 9.21 8.89 8.56 10/366 4931
/proc/meminfo: memFree=17493784/32950928 swapFree=67111200/67111528
[pid=4011] ppid=4007 vsize=184356 CPUtime=100.89 cores=1,3,5,7
/proc/4011/stat : 4011 (claspmt) R 4007 4011 10053 0 -1 4202496 11378 0 0 0 10084 5 0 0 25 0 4 0 732886914 188780544 10978 33554432000 4194304 4964800 140737348413120 18446744073709551615 4670313 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/4011/statm: 46089 10978 460 189 0 40438 0
[pid=4011/tid=4158] ppid=4007 vsize=184356 CPUtime=25.02 cores=1,3,5,7
/proc/4011/task/4158/stat : 4158 (claspmt) R 4007 4011 10053 0 -1 4202560 2465 0 0 0 2501 1 0 0 25 0 4 0 732886927 188780544 10978 33554432000 4194304 4964800 140737348413120 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=4011/tid=4159] ppid=4007 vsize=184356 CPUtime=25.29 cores=1,3,5,7
/proc/4011/task/4159/stat : 4159 (claspmt) R 4007 4011 10053 0 -1 4202560 4163 0 0 0 2528 1 0 0 25 0 4 0 732886927 188780544 10978 33554432000 4194304 4964800 140737348413120 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=4011/tid=4160] ppid=4007 vsize=184356 CPUtime=25.13 cores=1,3,5,7
/proc/4011/task/4160/stat : 4160 (claspmt) R 4007 4011 10053 0 -1 4202560 1808 0 0 0 2512 1 0 0 25 0 4 0 732886927 188780544 10978 33554432000 4194304 4964800 140737348413120 18446744073709551615 4668689 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 100.89
Current children cumulated vsize (KiB) 184356

[startup+51.1011 s]
/proc/loadavg: 9.14 8.90 8.57 10/366 5706
/proc/meminfo: memFree=17477192/32950928 swapFree=67111200/67111528
[pid=4011] ppid=4007 vsize=188756 CPUtime=202.57 cores=1,3,5,7
/proc/4011/stat : 4011 (claspmt) R 4007 4011 10053 0 -1 4202496 14407 0 0 0 20250 7 0 0 25 0 4 0 732886914 193286144 13925 33554432000 4194304 4964800 140737348413120 18446744073709551615 4627828 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/4011/statm: 47189 13925 460 189 0 41538 0
[pid=4011/tid=4158] ppid=4007 vsize=188756 CPUtime=50.26 cores=1,3,5,7
/proc/4011/task/4158/stat : 4158 (claspmt) R 4007 4011 10053 0 -1 4202560 3204 0 0 0 5025 1 0 0 25 0 4 0 732886927 193286144 13925 33554432000 4194304 4964800 140737348413120 18446744073709551615 4670417 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=4011/tid=4159] ppid=4007 vsize=188756 CPUtime=50.81 cores=1,3,5,7
/proc/4011/task/4159/stat : 4159 (claspmt) R 4007 4011 10053 0 -1 4202560 5874 0 0 0 5079 2 0 0 25 0 4 0 732886927 193286144 13925 33554432000 4194304 4964800 140737348413120 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=4011/tid=4160] ppid=4007 vsize=188756 CPUtime=50.53 cores=1,3,5,7
/proc/4011/task/4160/stat : 4160 (claspmt) R 4007 4011 10053 0 -1 4202560 2083 0 0 0 5052 1 0 0 25 0 4 0 732886927 193286144 13925 33554432000 4194304 4964800 140737348413120 18446744073709551615 4627338 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 202.57
Current children cumulated vsize (KiB) 188756

[startup+102.313 s]
/proc/loadavg: 9.16 8.94 8.60 12/365 7325
/proc/meminfo: memFree=17446968/32950928 swapFree=67111200/67111528
[pid=4011] ppid=4007 vsize=191816 CPUtime=405.94 cores=1,3,5,7
/proc/4011/stat : 4011 (claspmt) R 4007 4011 10053 0 -1 4202496 16985 0 0 0 40585 9 0 0 25 0 4 0 732886914 196419584 16314 33554432000 4194304 4964800 140737348413120 18446744073709551615 4320951 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/4011/statm: 47954 16314 460 189 0 42303 0
[pid=4011/tid=4158] ppid=4007 vsize=191816 CPUtime=100.75 cores=1,3,5,7
/proc/4011/task/4158/stat : 4158 (claspmt) R 4007 4011 10053 0 -1 4202560 4101 0 0 0 10073 2 0 0 25 0 4 0 732886927 196419584 16314 33554432000 4194304 4964800 140737348413120 18446744073709551615 4647546 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=4011/tid=4159] ppid=4007 vsize=191816 CPUtime=101.9 cores=1,3,5,7
/proc/4011/task/4159/stat : 4159 (claspmt) R 4007 4011 10053 0 -1 4202560 7000 0 0 0 10188 2 0 0 25 0 4 0 732886927 196419584 16314 33554432000 4194304 4964800 140737348413120 18446744073709551615 4320981 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=4011/tid=4160] ppid=4007 vsize=191816 CPUtime=101.33 cores=1,3,5,7
/proc/4011/task/4160/stat : 4160 (claspmt) R 4007 4011 10053 0 -1 4202560 2404 0 0 0 10132 1 0 0 25 0 4 0 732886927 196419584 16314 33554432000 4194304 4964800 140737348413120 18446744073709551615 4670437 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 405.94
Current children cumulated vsize (KiB) 191816

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

[startup+115.101 s]
/proc/loadavg: 9.13 8.94 8.60 10/366 7688
/proc/meminfo: memFree=17443800/32950928 swapFree=67111200/67111528
[pid=4011] ppid=4007 vsize=192736 CPUtime=456.75 cores=1,3,5,7
/proc/4011/stat : 4011 (claspmt) R 4007 4011 10053 0 -1 4202496 17451 0 0 0 45665 10 0 0 25 0 4 0 732886914 197361664 16738 33554432000 4194304 4964800 140737348413120 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/4011/statm: 48184 16738 460 189 0 42533 0
[pid=4011/tid=4158] ppid=4007 vsize=192736 CPUtime=113.38 cores=1,3,5,7
/proc/4011/task/4158/stat : 4158 (claspmt) R 4007 4011 10053 0 -1 4202560 4255 0 0 0 11336 2 0 0 25 0 4 0 732886927 197361664 16738 33554432000 4194304 4964800 140737348413120 18446744073709551615 4670155 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=4011/tid=4159] ppid=4007 vsize=192736 CPUtime=114.65 cores=1,3,5,7
/proc/4011/task/4159/stat : 4159 (claspmt) R 4007 4011 10053 0 -1 4202560 7164 0 0 0 11462 3 0 0 25 0 4 0 732886927 197361664 16738 33554432000 4194304 4964800 140737348413120 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=4011/tid=4160] ppid=4007 vsize=192736 CPUtime=114.11 cores=1,3,5,7
/proc/4011/task/4160/stat : 4160 (claspmt) R 4007 4011 10053 0 -1 4202560 2473 0 0 0 11409 2 0 0 25 0 4 0 732886927 197361664 16738 33554432000 4194304 4964800 140737348413120 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 456.75
Current children cumulated vsize (KiB) 192736

[startup+121.501 s]
/proc/loadavg: 9.27 8.98 8.62 10/365 7891
/proc/meminfo: memFree=17442520/32950928 swapFree=67111200/67111528
[pid=4011] ppid=4007 vsize=193012 CPUtime=482.17 cores=1,3,5,7
/proc/4011/stat : 4011 (claspmt) R 4007 4011 10053 0 -1 4202496 17747 0 0 0 48207 10 0 0 25 0 4 0 732886914 197644288 17013 33554432000 4194304 4964800 140737348413120 18446744073709551615 4627204 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/4011/statm: 48253 17013 460 189 0 42602 0
[pid=4011/tid=4158] ppid=4007 vsize=193012 CPUtime=119.71 cores=1,3,5,7
/proc/4011/task/4158/stat : 4158 (claspmt) R 4007 4011 10053 0 -1 4202560 4418 0 0 0 11969 2 0 0 25 0 4 0 732886927 197644288 17013 33554432000 4194304 4964800 140737348413120 18446744073709551615 4669532 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=4011/tid=4159] ppid=4007 vsize=193012 CPUtime=121.05 cores=1,3,5,7
/proc/4011/task/4159/stat : 4159 (claspmt) R 4007 4011 10053 0 -1 4202560 7289 0 0 0 12102 3 0 0 25 0 4 0 732886927 197644288 17013 33554432000 4194304 4964800 140737348413120 18446744073709551615 256415040600 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=4011/tid=4160] ppid=4007 vsize=193012 CPUtime=120.51 cores=1,3,5,7
/proc/4011/task/4160/stat : 4160 (claspmt) R 4007 4011 10053 0 -1 4202560 2476 0 0 0 12049 2 0 0 25 0 4 0 732886927 197644288 17013 33554432000 4194304 4964800 140737348413120 18446744073709551615 4670229 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 482.17
Current children cumulated vsize (KiB) 193012

[startup+123.101 s]
/proc/loadavg: 9.27 8.98 8.62 10/366 7958
/proc/meminfo: memFree=17442444/32950928 swapFree=67111200/67111528
[pid=4011] ppid=4007 vsize=193012 CPUtime=488.55 cores=1,3,5,7
/proc/4011/stat : 4011 (claspmt) R 4007 4011 10053 0 -1 4202496 17748 0 0 0 48845 10 0 0 25 0 4 0 732886914 197644288 17014 33554432000 4194304 4964800 140737348413120 18446744073709551615 4642509 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/4011/statm: 48253 17014 460 189 0 42602 0
[pid=4011/tid=4158] ppid=4007 vsize=193012 CPUtime=121.29 cores=1,3,5,7
/proc/4011/task/4158/stat : 4158 (claspmt) R 4007 4011 10053 0 -1 4202560 4419 0 0 0 12127 2 0 0 25 0 4 0 732886927 197644288 17014 33554432000 4194304 4964800 140737348413120 18446744073709551615 4627252 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=4011/tid=4159] ppid=4007 vsize=193012 CPUtime=122.66 cores=1,3,5,7
/proc/4011/task/4159/stat : 4159 (claspmt) R 4007 4011 10053 0 -1 4202560 7289 0 0 0 12263 3 0 0 25 0 4 0 732886927 197644288 17014 33554432000 4194304 4964800 140737348413120 18446744073709551615 4670534 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=4011/tid=4160] ppid=4007 vsize=193012 CPUtime=122.12 cores=1,3,5,7
/proc/4011/task/4160/stat : 4160 (claspmt) R 4007 4011 10053 0 -1 4202560 2476 0 0 0 12210 2 0 0 25 0 4 0 732886927 197644288 17014 33554432000 4194304 4964800 140737348413120 18446744073709551615 4660139 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 488.55
Current children cumulated vsize (KiB) 193012

[startup+124.7 s]
/proc/loadavg: 9.27 8.98 8.62 10/365 7999
/proc/meminfo: memFree=17441080/32950928 swapFree=67111200/67111528
[pid=4011] ppid=4007 vsize=193264 CPUtime=494.87 cores=1,3,5,7
/proc/4011/stat : 4011 (claspmt) R 4007 4011 10053 0 -1 4202496 17849 0 0 0 49477 10 0 0 25 0 4 0 732886914 197902336 17094 33554432000 4194304 4964800 140737348413120 18446744073709551615 4321102 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/4011/statm: 48316 17094 460 189 0 42665 0
[pid=4011/tid=4158] ppid=4007 vsize=193264 CPUtime=122.87 cores=1,3,5,7
/proc/4011/task/4158/stat : 4158 (claspmt) R 4007 4011 10053 0 -1 4202560 4472 0 0 0 12285 2 0 0 25 0 4 0 732886927 197902336 17094 33554432000 4194304 4964800 140737348413120 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=4011/tid=4159] ppid=4007 vsize=193264 CPUtime=124.23 cores=1,3,5,7
/proc/4011/task/4159/stat : 4159 (claspmt) R 4007 4011 10053 0 -1 4202560 7315 0 0 0 12420 3 0 0 25 0 4 0 732886927 197902336 17094 33554432000 4194304 4964800 140737348413120 18446744073709551615 4670357 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=4011/tid=4160] ppid=4007 vsize=193264 CPUtime=123.7 cores=1,3,5,7
/proc/4011/task/4160/stat : 4160 (claspmt) R 4007 4011 10053 0 -1 4202560 2498 0 0 0 12368 2 0 0 25 0 4 0 732886927 197902336 17094 33554432000 4194304 4964800 140737348413120 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 494.87
Current children cumulated vsize (KiB) 193264

[startup+125.501 s]
/proc/loadavg: 9.24 8.98 8.62 11/366 8030
/proc/meminfo: memFree=17440244/32950928 swapFree=67111200/67111528
[pid=4011] ppid=4007 vsize=193264 CPUtime=498.05 cores=1,3,5,7
/proc/4011/stat : 4011 (claspmt) R 4007 4011 10053 0 -1 4202496 17853 0 0 0 49795 10 0 0 25 0 4 0 732886914 197902336 17098 33554432000 4194304 4964800 140737348413120 18446744073709551615 4342206 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/4011/statm: 48316 17098 460 189 0 42665 0
[pid=4011/tid=4158] ppid=4007 vsize=193264 CPUtime=123.65 cores=1,3,5,7
/proc/4011/task/4158/stat : 4158 (claspmt) R 4007 4011 10053 0 -1 4202560 4472 0 0 0 12363 2 0 0 25 0 4 0 732886927 197902336 17098 33554432000 4194304 4964800 140737348413120 18446744073709551615 4627925 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=4011/tid=4159] ppid=4007 vsize=193264 CPUtime=125.03 cores=1,3,5,7
/proc/4011/task/4159/stat : 4159 (claspmt) R 4007 4011 10053 0 -1 4202560 7319 0 0 0 12500 3 0 0 25 0 4 0 732886927 197902336 17098 33554432000 4194304 4964800 140737348413120 18446744073709551615 4320981 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=4011/tid=4160] ppid=4007 vsize=193264 CPUtime=124.49 cores=1,3,5,7
/proc/4011/task/4160/stat : 4160 (claspmt) R 4007 4011 10053 0 -1 4202560 2498 0 0 0 12447 2 0 0 25 0 4 0 732886927 197902336 17098 33554432000 4194304 4964800 140737348413120 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 498.05
Current children cumulated vsize (KiB) 193264

[startup+125.901 s]
/proc/loadavg: 9.24 8.98 8.62 11/366 8030
/proc/meminfo: memFree=17440244/32950928 swapFree=67111200/67111528
[pid=4011] ppid=4007 vsize=193264 CPUtime=499.63 cores=1,3,5,7
/proc/4011/stat : 4011 (claspmt) R 4007 4011 10053 0 -1 4202496 17882 0 0 0 49953 10 0 0 25 0 1 0 732886914 197902336 17127 33554432000 4194304 4964800 140737348413120 18446744073709551615 256415040716 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/4011/statm: 48316 17127 470 189 0 42665 0
Current children cumulated CPU time (s) 499.63
Current children cumulated vsize (KiB) 193264

Child status: 10
Real time (s): 125.923
CPU time (s): 499.668
CPU user time (s): 499.556
CPU system time (s): 0.111982
CPU usage (%): 396.806
Max. virtual memory (cumulated for all children) (KiB): 193264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 499.556
system time used= 0.111982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17884
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= 3364
involuntary context switches= 7067

runsolver used 0.407937 second user time and 1.08783 second system time

The end

Launcher Data

Begin job on node115 at 2011-05-15 04:29:22
IDJOB=3373181
IDBENCH=83272
IDSOLVER=1853
FILE ID=node115/3373181-1305426562
RUNJOBID= node115-1305426413-29658
PBS_JOBID= 13324588
Free space on /tmp= 73292 MiB

SOLVER NAME= claspmt 2.0-R4095-patched (fixed)
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-21_404.cnf
COMMAND LINE= HOME/claspmt -tNBCORE -p HOME/sat11-port.txt --distribute=all,2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3373181-1305426562/watcher-3373181-1305426562 -o /tmp/evaluation-result-3373181-1305426562/solver-3373181-1305426562 -C 4800 -W 1300 -M 15500  HOME/claspmt -t4 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3373181-1305426562.cnf

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

MD5SUM BENCH= 213e4c0c58f043e67e86cf993698317a
RANDOM SEED=246702215

node115.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      17556960 kB
Buffers:        297132 kB
Cached:        4564924 kB
SwapCached:          0 kB
Active:       12161516 kB
Inactive:      2911144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17556960 kB
SwapTotal:    67111528 kB
SwapFree:     67111200 kB
Dirty:            1500 kB
Writeback:           0 kB
AnonPages:    10210216 kB
Mapped:          29300 kB
Slab:           211380 kB
PageTables:      42036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 69879684 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= 73292 MiB
End job on node115 at 2011-05-15 04:31:28