Trace number 3423122

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
clasp 2.0-R4092-craftedSAT 2297.89 2297.92

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-22_462.cnf
MD5SUM4975f32607352c0a4d9db1abea12627a
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.43033
Satisfiable
(Un)Satisfiability was proved
Number of variables231
Number of clauses28738
Sum of the clauses size129678
Maximum clause length22
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 277
Number of clauses of size 326363
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52298

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...689831/instance-3423122-1306689831.cnf
0.09/0.19	c Solving...
2297.77/2297.91	c Answer: 1
2297.77/2297.91	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
2297.77/2297.91	v 28 29 30 31 32 33 34 35 36 -37 38 39 40 41 42 43 -44 45 46 47 48 -49 50
2297.77/2297.91	v 51 52 53 54 55 56 -57 58 -59 -60 61 62 63 64 65 -66 67 68 69 70 71 72 73
2297.77/2297.91	v 74 75 76 77 78 79 80 81 -82 83 84 85 -86 87 88 89 90 91 92 -93 94 95 96
2297.77/2297.91	v 97 98 99 100 101 102 103 104 105 106 107 -108 -109 110 -111 112 113 114
2297.77/2297.91	v 115 116 117 -118 -119 120 121 -122 123 124 125 126 127 128 129 130 -131
2297.77/2297.91	v 132 133 134 135 136 137 138 139 140 141 142 143 144 145 -146 -147 148 149
2297.77/2297.91	v 150 151 152 153 154 -155 156 157 158 159 -160 161 162 163 164 165 166 167
2297.77/2297.91	v 168 169 170 -171 172 173 174 175 176 177 178 179 180 181 182 183 184 185
2297.77/2297.91	v 186 187 188 189 190 191 192 -193 194 195 196 197 198 199 200 201 202 203
2297.77/2297.91	v -204 205 206 207 208 209 210 211 212 213 214 215 -216 217 218 219 220 -221
2297.77/2297.91	v -222 223 224 225 226 227 228 229 230 231 0
2297.77/2297.91	s SATISFIABLE
2297.77/2297.91	
2297.77/2297.91	c Models        : 1+    
2297.77/2297.91	c Time          : 2297.910s (Solving: 2297.72s 1st Model: 2297.72s Unsat: 0.00s)
2297.77/2297.91	c CPU Time      : 2297.880s

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-3423122-1306689831/watcher-3423122-1306689831 -o /tmp/evaluation-result-3423122-1306689831/solver-3423122-1306689831 -C 5000 -W 5100 -M 15500 HOME/clasp --sat-p=20,25,120,-1,0 --berk-max=512 --berk-once --otfs=1 --recursive-str --dinit=800,10000 --dsched=20000,1.1 --reverse-arcs=2 HOME/instance-3423122-1306689831.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 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: 2.01 2.91 5.23 3/464 5736
/proc/meminfo: memFree=14861900/32950928 swapFree=56743108/67111528
[pid=5736] ppid=5734 vsize=13420 CPUtime=0 cores=1,3,5,7
/proc/5736/stat : 5736 (clasp) R 5734 5736 5567 0 -1 4202496 726 0 0 0 0 0 0 0 25 0 1 0 780582916 13742080 632 33554432000 4194304 4929204 140736267611872 18446744073709551615 248089359045 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/5736/statm: 3355 633 327 180 0 365 0

[startup+0.0349389 s]
/proc/loadavg: 2.01 2.91 5.23 3/464 5736
/proc/meminfo: memFree=14861900/32950928 swapFree=56743108/67111528
[pid=5736] ppid=5734 vsize=15208 CPUtime=0.03 cores=1,3,5,7
/proc/5736/stat : 5736 (clasp) R 5734 5736 5567 0 -1 4202496 1235 0 0 0 3 0 0 0 25 0 1 0 780582916 15572992 1086 33554432000 4194304 4929204 140736267611872 18446744073709551615 4582106 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/5736/statm: 3802 1086 337 180 0 812 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 15208

[startup+0.10093 s]
/proc/loadavg: 2.01 2.91 5.23 3/464 5736
/proc/meminfo: memFree=14861900/32950928 swapFree=56743108/67111528
[pid=5736] ppid=5734 vsize=15208 CPUtime=0.09 cores=1,3,5,7
/proc/5736/stat : 5736 (clasp) R 5734 5736 5567 0 -1 4202496 1235 0 0 0 9 0 0 0 25 0 1 0 780582916 15572992 1086 33554432000 4194304 4929204 140736267611872 18446744073709551615 4582318 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/5736/statm: 3802 1086 337 180 0 812 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15208

[startup+0.300896 s]
/proc/loadavg: 2.01 2.91 5.23 3/464 5736
/proc/meminfo: memFree=14861900/32950928 swapFree=56743108/67111528
[pid=5736] ppid=5734 vsize=15016 CPUtime=0.29 cores=1,3,5,7
/proc/5736/stat : 5736 (clasp) R 5734 5736 5567 0 -1 4202496 1272 0 0 0 29 0 0 0 25 0 1 0 780582916 15376384 1066 33554432000 4194304 4929204 140736267611872 18446744073709551615 4632982 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/5736/statm: 3754 1066 367 180 0 764 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15016

[startup+0.700763 s]
/proc/loadavg: 2.01 2.91 5.23 3/464 5736
/proc/meminfo: memFree=14861900/32950928 swapFree=56743108/67111528
[pid=5736] ppid=5734 vsize=15452 CPUtime=0.69 cores=1,3,5,7
/proc/5736/stat : 5736 (clasp) R 5734 5736 5567 0 -1 4202496 1404 0 0 0 69 0 0 0 25 0 1 0 780582916 15822848 1198 33554432000 4194304 4929204 140736267611872 18446744073709551615 4316056 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/5736/statm: 3863 1198 367 180 0 873 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15452

[startup+1.50062 s]
/proc/loadavg: 2.01 2.91 5.23 3/465 5737
/proc/meminfo: memFree=14857436/32950928 swapFree=56743108/67111528
[pid=5736] ppid=5734 vsize=15848 CPUtime=1.49 cores=1,3,5,7
/proc/5736/stat : 5736 (clasp) R 5734 5736 5567 0 -1 4202496 1516 0 0 0 149 0 0 0 25 0 1 0 780582916 16228352 1310 33554432000 4194304 4929204 140736267611872 18446744073709551615 248089365405 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/5736/statm: 3962 1310 367 180 0 972 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 15848

[startup+3.10034 s]
/proc/loadavg: 2.01 2.89 5.21 3/465 5737
/proc/meminfo: memFree=14855820/32950928 swapFree=56743108/67111528
[pid=5736] ppid=5734 vsize=16672 CPUtime=3.09 cores=1,3,5,7
/proc/5736/stat : 5736 (clasp) R 5734 5736 5567 0 -1 4202496 1694 0 0 0 309 0 0 0 25 0 1 0 780582916 17072128 1488 33554432000 4194304 4929204 140736267611872 18446744073709551615 4638397 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/5736/statm: 4168 1488 367 180 0 1178 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 16672

[startup+6.30084 s]
/proc/loadavg: 2.01 2.89 5.21 3/465 5737
/proc/meminfo: memFree=14854600/32950928 swapFree=56743108/67111528
[pid=5736] ppid=5734 vsize=17484 CPUtime=6.29 cores=1,3,5,7
/proc/5736/stat : 5736 (clasp) R 5734 5736 5567 0 -1 4202496 1910 0 0 0 629 0 0 0 25 0 1 0 780582916 17903616 1704 33554432000 4194304 4929204 140736267611872 18446744073709551615 4633752 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/5736/statm: 4371 1704 367 180 0 1381 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 17484

[startup+12.7007 s]
/proc/loadavg: 2.01 2.86 5.18 3/465 5737
/proc/meminfo: memFree=14852460/32950928 swapFree=56743108/67111528
[pid=5736] ppid=5734 vsize=18592 CPUtime=12.69 cores=1,3,5,7
/proc/5736/stat : 5736 (clasp) R 5734 5736 5567 0 -1 4202496 2154 0 0 0 1269 0 0 0 25 0 1 0 780582916 19038208 1948 33554432000 4194304 4929204 140736267611872 18446744073709551615 4616937 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/5736/statm: 4648 1948 367 180 0 1658 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 18592

[startup+25.5005 s]
/proc/loadavg: 2.00 2.83 5.14 3/465 5738
/proc/meminfo: memFree=14851732/32950928 swapFree=56743108/67111528
[pid=5736] ppid=5734 vsize=19724 CPUtime=25.49 cores=1,3,5,7
/proc/5736/stat : 5736 (clasp) R 5734 5736 5567 0 -1 4202496 2442 0 0 0 2549 0 0 0 25 0 1 0 780582916 20197376 2236 33554432000 4194304 4929204 140736267611872 18446744073709551615 4633920 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/5736/statm: 4931 2236 367 180 0 1941 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 19724

[startup+51.1009 s]
/proc/loadavg: 2.00 2.77 5.06 3/465 5738
/proc/meminfo: memFree=14849444/32950928 swapFree=56743108/67111528
[pid=5736] ppid=5734 vsize=21888 CPUtime=51.09 cores=1,3,5,7
/proc/5736/stat : 5736 (clasp) R 5734 5736 5567 0 -1 4202496 2916 0 0 0 5109 0 0 0 25 0 1 0 780582916 22413312 2710 33554432000 4194304 4929204 140736267611872 18446744073709551615 4632982 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/5736/statm: 5472 2710 367 180 0 2482 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 21888

[startup+102.317 s]
/proc/loadavg: 2.00 2.63 4.88 3/465 5740
/proc/meminfo: memFree=14845944/32950928 swapFree=56743108/67111528
[pid=5736] ppid=5734 vsize=24416 CPUtime=102.31 cores=1,3,5,7
/proc/5736/stat : 5736 (clasp) R 5734 5736 5567 0 -1 4202496 3498 0 0 0 10231 0 0 0 25 0 1 0 780582916 25001984 3292 33554432000 4194304 4929204 140736267611872 18446744073709551615 4316263 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/5736/statm: 6104 3292 367 180 0 3114 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 24416

[startup+162.3 s]
/proc/loadavg: 2.00 2.52 4.70 3/465 5741
/proc/meminfo: memFree=14843548/32950928 swapFree=56743108/67111528
[pid=5736] ppid=5734 vsize=25676 CPUtime=162.29 cores=1,3,5,7
/proc/5736/stat : 5736 (clasp) R 5734 5736 5567 0 -1 4202496 3837 0 0 0 16229 0 0 0 25 0 1 0 780582916 26292224 3631 33554432000 4194304 4929204 140736267611872 18446744073709551615 4632937 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/5736/statm: 6419 3631 369 180 0 3429 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 25676

[startup+222.301 s]
/proc/loadavg: 2.00 2.42 4.53 3/465 5743
/proc/meminfo: memFree=14841996/32950928 swapFree=56743108/67111528
[pid=5736] ppid=5734 vsize=26980 CPUtime=222.29 cores=1,3,5,7
/proc/5736/stat : 5736 (clasp) R 5734 5736 5567 0 -1 4202496 4123 0 0 0 22229 0 0 0 25 0 1 0 780582916 27627520 3917 33554432000 4194304 4929204 140736267611872 18446744073709551615 4316286 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/5736/statm: 6745 3917 369 180 0 3755 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 26980

[startup+282.3 s]
/proc/loadavg: 2.00 2.34 4.36 3/465 5744
/proc/meminfo: memFree=14840580/32950928 swapFree=56743108/67111528
[pid=5736] ppid=5734 vsize=27960 CPUtime=282.29 cores=1,3,5,7
/proc/5736/stat : 5736 (clasp) R 5734 5736 5567 0 -1 4202496 4388 0 0 0 28229 0 0 0 25 0 1 0 780582916 28631040 4182 33554432000 4194304 4929204 140736267611872 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/5736/statm: 6990 4182 369 180 0 4000 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 27960

[startup+342.3 s]
/proc/loadavg: 2.15 2.31 4.22 3/465 5746
/proc/meminfo: memFree=14839804/32950928 swapFree=56743108/67111528
[pid=5736] ppid=5734 vsize=28784 CPUtime=342.29 cores=1,3,5,7
/proc/5736/stat : 5736 (clasp) R 5734 5736 5567 0 -1 4202496 4584 0 0 0 34229 0 0 0 25 0 1 0 780582916 29474816 4378 33554432000 4194304 4929204 140736267611872 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/5736/statm: 7196 4378 369 180 0 4206 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 28784

[startup+402.301 s]
/proc/loadavg: 2.05 2.25 4.08 3/465 5775
/proc/meminfo: memFree=14848460/32950928 swapFree=56743108/67111528
[pid=5736] ppid=5734 vsize=29964 CPUtime=402.29 cores=1,3,5,7
/proc/5736/stat : 5736 (clasp) R 5734 5736 5567 0 -1 4202496 4812 0 0 0 40229 0 0 0 25 0 1 0 780582916 30683136 4606 33554432000 4194304 4929204 140736267611872 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/5736/statm: 7491 4606 369 180 0 4501 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 29964

[startup+462.3 s]
/proc/loadavg: 2.13 2.23 3.96 3/465 5776
/proc/meminfo: memFree=14841828/32950928 swapFree=56743108/67111528
[pid=5736] ppid=5734 vsize=30972 CPUtime=462.29 cores=1,3,5,7
/proc/5736/stat : 5736 (clasp) R 5734 5736 5567 0 -1 4202496 5023 0 0 0 46229 0 0 0 25 0 1 0 780582916 31715328 4817 33554432000 4194304 4929204 140736267611872 18446744073709551615 4316100 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/5736/statm: 7743 4817 369 180 0 4753 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 30972

[startup+522.301 s]
/proc/loadavg: 2.04 2.19 3.83 3/465 5778
/proc/meminfo: memFree=14837176/32950928 swapFree=56743108/67111528
[pid=5736] ppid=5734 vsize=31880 CPUtime=522.29 cores=1,3,5,7
/proc/5736/stat : 5736 (clasp) R 5734 5736 5567 0 -1 4202496 5221 0 0 0 52229 0 0 0 25 0 1 0 780582916 32645120 5015 33554432000 4194304 4929204 140736267611872 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/5736/statm: 7970 5015 369 180 0 4980 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 31880

[startup+582.3 s]
/proc/loadavg: 2.01 2.15 3.72 3/465 5779
/proc/meminfo: memFree=14835240/32950928 swapFree=56743108/67111528
[pid=5736] ppid=5734 vsize=32384 CPUtime=582.29 cores=1,3,5,7
/proc/5736/stat : 5736 (clasp) R 5734 5736 5567 0 -1 4202496 5369 0 0 0 58229 0 0 0 25 0 1 0 780582916 33161216 5163 33554432000 4194304 4929204 140736267611872 18446744073709551615 4316165 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/5736/statm: 8096 5163 369 180 0 5106 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 32384

[startup+642.301 s]

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

/proc/meminfo: memFree=14813136/32950928 swapFree=56743108/67111528
[pid=5736] ppid=5734 vsize=39152 CPUtime=1602.25 cores=1,3,5,7
/proc/5736/stat : 5736 (clasp) R 5734 5736 5567 0 -1 4202496 6959 0 0 0 160224 1 0 0 25 0 1 0 780582916 40091648 6753 33554432000 4194304 4929204 140736267611872 18446744073709551615 4632587 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/5736/statm: 9788 6753 369 180 0 6798 0
Current children cumulated CPU time (s) 1602.25
Current children cumulated vsize (KiB) 39152

[startup+1662.3 s]
/proc/loadavg: 2.09 2.07 2.55 3/465 5809
/proc/meminfo: memFree=14812708/32950928 swapFree=56743108/67111528
[pid=5736] ppid=5734 vsize=39152 CPUtime=1662.25 cores=1,3,5,7
/proc/5736/stat : 5736 (clasp) R 5734 5736 5567 0 -1 4202496 6959 0 0 0 166224 1 0 0 25 0 1 0 780582916 40091648 6753 33554432000 4194304 4929204 140736267611872 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/5736/statm: 9788 6753 369 180 0 6798 0
Current children cumulated CPU time (s) 1662.25
Current children cumulated vsize (KiB) 39152

[startup+1722.3 s]
/proc/loadavg: 2.03 2.05 2.51 3/465 5811
/proc/meminfo: memFree=14810788/32950928 swapFree=56743108/67111528
[pid=5736] ppid=5734 vsize=39532 CPUtime=1722.25 cores=1,3,5,7
/proc/5736/stat : 5736 (clasp) R 5734 5736 5567 0 -1 4202496 7061 0 0 0 172224 1 0 0 25 0 1 0 780582916 40480768 6855 33554432000 4194304 4929204 140736267611872 18446744073709551615 4633754 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/5736/statm: 9883 6855 369 180 0 6893 0
Current children cumulated CPU time (s) 1722.25
Current children cumulated vsize (KiB) 39532

[startup+1782.3 s]
/proc/loadavg: 2.01 2.04 2.48 3/465 5812
/proc/meminfo: memFree=14810092/32950928 swapFree=56743108/67111528
[pid=5736] ppid=5734 vsize=39532 CPUtime=1782.25 cores=1,3,5,7
/proc/5736/stat : 5736 (clasp) R 5734 5736 5567 0 -1 4202496 7081 0 0 0 178224 1 0 0 25 0 1 0 780582916 40480768 6875 33554432000 4194304 4929204 140736267611872 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/5736/statm: 9883 6875 369 180 0 6893 0
Current children cumulated CPU time (s) 1782.25
Current children cumulated vsize (KiB) 39532

[startup+1842.3 s]
/proc/loadavg: 2.00 2.03 2.44 3/465 5814
/proc/meminfo: memFree=14808532/32950928 swapFree=56743108/67111528
[pid=5736] ppid=5734 vsize=39912 CPUtime=1842.25 cores=1,3,5,7
/proc/5736/stat : 5736 (clasp) R 5734 5736 5567 0 -1 4202496 7171 0 0 0 184224 1 0 0 25 0 1 0 780582916 40869888 6965 33554432000 4194304 4929204 140736267611872 18446744073709551615 4316286 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/5736/statm: 9978 6965 369 180 0 6988 0
Current children cumulated CPU time (s) 1842.25
Current children cumulated vsize (KiB) 39912

[startup+1902.3 s]
/proc/loadavg: 2.00 2.02 2.41 3/465 5816
/proc/meminfo: memFree=14810092/32950928 swapFree=56743108/67111528
[pid=5736] ppid=5734 vsize=39912 CPUtime=1902.25 cores=1,3,5,7
/proc/5736/stat : 5736 (clasp) R 5734 5736 5567 0 -1 4202496 7180 0 0 0 190224 1 0 0 25 0 1 0 780582916 40869888 6974 33554432000 4194304 4929204 140736267611872 18446744073709551615 4633745 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/5736/statm: 9978 6974 369 180 0 6988 0
Current children cumulated CPU time (s) 1902.25
Current children cumulated vsize (KiB) 39912

[startup+1962.3 s]
/proc/loadavg: 2.00 2.02 2.38 3/465 5817
/proc/meminfo: memFree=14809556/32950928 swapFree=56743108/67111528
[pid=5736] ppid=5734 vsize=39912 CPUtime=1962.26 cores=1,3,5,7
/proc/5736/stat : 5736 (clasp) R 5734 5736 5567 0 -1 4202496 7180 0 0 0 196225 1 0 0 25 0 1 0 780582916 40869888 6974 33554432000 4194304 4929204 140736267611872 18446744073709551615 4633958 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/5736/statm: 9978 6974 369 180 0 6988 0
Current children cumulated CPU time (s) 1962.26
Current children cumulated vsize (KiB) 39912

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.36 3/465 5819
/proc/meminfo: memFree=14808864/32950928 swapFree=56743108/67111528
[pid=5736] ppid=5734 vsize=40196 CPUtime=2022.26 cores=1,3,5,7
/proc/5736/stat : 5736 (clasp) R 5734 5736 5567 0 -1 4202496 7245 0 0 0 202225 1 0 0 25 0 1 0 780582916 41160704 7039 33554432000 4194304 4929204 140736267611872 18446744073709551615 4316154 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/5736/statm: 10049 7039 369 180 0 7059 0
Current children cumulated CPU time (s) 2022.26
Current children cumulated vsize (KiB) 40196

[startup+2082.32 s]
/proc/loadavg: 2.00 2.01 2.33 3/465 5821
/proc/meminfo: memFree=14808560/32950928 swapFree=56743108/67111528
[pid=5736] ppid=5734 vsize=40480 CPUtime=2082.28 cores=1,3,5,7
/proc/5736/stat : 5736 (clasp) R 5734 5736 5567 0 -1 4202496 7300 0 0 0 208227 1 0 0 25 0 1 0 780582916 41451520 7094 33554432000 4194304 4929204 140736267611872 18446744073709551615 4329450 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/5736/statm: 10120 7094 369 180 0 7130 0
Current children cumulated CPU time (s) 2082.28
Current children cumulated vsize (KiB) 40480

[startup+2142.3 s]
/proc/loadavg: 2.17 2.05 2.33 3/465 5822
/proc/meminfo: memFree=14807768/32950928 swapFree=56743108/67111528
[pid=5736] ppid=5734 vsize=40480 CPUtime=2142.26 cores=1,3,5,7
/proc/5736/stat : 5736 (clasp) R 5734 5736 5567 0 -1 4202496 7305 0 0 0 214225 1 0 0 25 0 1 0 780582916 41451520 7099 33554432000 4194304 4929204 140736267611872 18446744073709551615 4632985 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/5736/statm: 10120 7099 369 180 0 7130 0
Current children cumulated CPU time (s) 2142.26
Current children cumulated vsize (KiB) 40480

[startup+2202.3 s]
/proc/loadavg: 2.11 2.05 2.31 3/465 5824
/proc/meminfo: memFree=14806964/32950928 swapFree=56743108/67111528
[pid=5736] ppid=5734 vsize=40720 CPUtime=2202.26 cores=1,3,5,7
/proc/5736/stat : 5736 (clasp) R 5734 5736 5567 0 -1 4202496 7452 0 0 0 220225 1 0 0 25 0 1 0 780582916 41697280 7125 33554432000 4194304 4929204 140736267611872 18446744073709551615 4359888 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/5736/statm: 10180 7125 369 180 0 7190 0
Current children cumulated CPU time (s) 2202.26
Current children cumulated vsize (KiB) 40720

[startup+2262.3 s]
/proc/loadavg: 2.04 2.04 2.28 3/465 5834
/proc/meminfo: memFree=14805380/32950928 swapFree=56743108/67111528
[pid=5736] ppid=5734 vsize=40720 CPUtime=2262.26 cores=1,3,5,7
/proc/5736/stat : 5736 (clasp) R 5734 5736 5567 0 -1 4202496 7485 0 0 0 226225 1 0 0 25 0 1 0 780582916 41697280 7158 33554432000 4194304 4929204 140736267611872 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/5736/statm: 10180 7158 369 180 0 7190 0
Current children cumulated CPU time (s) 2262.26
Current children cumulated vsize (KiB) 40720

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

[startup+2278.3 s]
/proc/loadavg: 2.03 2.04 2.28 3/465 5835
/proc/meminfo: memFree=14804864/32950928 swapFree=56743108/67111528
[pid=5736] ppid=5734 vsize=40720 CPUtime=2278.26 cores=1,3,5,7
/proc/5736/stat : 5736 (clasp) R 5734 5736 5567 0 -1 4202496 7497 0 0 0 227825 1 0 0 25 0 1 0 780582916 41697280 7170 33554432000 4194304 4929204 140736267611872 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/5736/statm: 10180 7170 369 180 0 7190 0
Current children cumulated CPU time (s) 2278.26
Current children cumulated vsize (KiB) 40720

[startup+2291.1 s]
/proc/loadavg: 2.02 2.04 2.27 3/465 5835
/proc/meminfo: memFree=14803860/32950928 swapFree=56743108/67111528
[pid=5736] ppid=5734 vsize=40720 CPUtime=2291.06 cores=1,3,5,7
/proc/5736/stat : 5736 (clasp) R 5734 5736 5567 0 -1 4202496 7497 0 0 0 229105 1 0 0 25 0 1 0 780582916 41697280 7170 33554432000 4194304 4929204 140736267611872 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/5736/statm: 10180 7170 369 180 0 7190 0
Current children cumulated CPU time (s) 2291.06
Current children cumulated vsize (KiB) 40720

[startup+2294.3 s]
/proc/loadavg: 2.02 2.03 2.27 3/465 5835
/proc/meminfo: memFree=14803860/32950928 swapFree=56743108/67111528
[pid=5736] ppid=5734 vsize=40720 CPUtime=2294.27 cores=1,3,5,7
/proc/5736/stat : 5736 (clasp) R 5734 5736 5567 0 -1 4202496 7497 0 0 0 229426 1 0 0 25 0 1 0 780582916 41697280 7170 33554432000 4194304 4929204 140736267611872 18446744073709551615 4316093 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/5736/statm: 10180 7170 369 180 0 7190 0
Current children cumulated CPU time (s) 2294.27
Current children cumulated vsize (KiB) 40720

[startup+2295.9 s]
/proc/loadavg: 2.02 2.03 2.27 3/465 5835
/proc/meminfo: memFree=14804228/32950928 swapFree=56743108/67111528
[pid=5736] ppid=5734 vsize=40720 CPUtime=2295.86 cores=1,3,5,7
/proc/5736/stat : 5736 (clasp) R 5734 5736 5567 0 -1 4202496 7497 0 0 0 229585 1 0 0 25 0 1 0 780582916 41697280 7170 33554432000 4194304 4929204 140736267611872 18446744073709551615 4632982 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/5736/statm: 10180 7170 369 180 0 7190 0
Current children cumulated CPU time (s) 2295.86
Current children cumulated vsize (KiB) 40720

[startup+2296.7 s]
/proc/loadavg: 2.02 2.03 2.27 3/465 5835
/proc/meminfo: memFree=14803980/32950928 swapFree=56743108/67111528
[pid=5736] ppid=5734 vsize=40720 CPUtime=2296.67 cores=1,3,5,7
/proc/5736/stat : 5736 (clasp) R 5734 5736 5567 0 -1 4202496 7497 0 0 0 229666 1 0 0 25 0 1 0 780582916 41697280 7170 33554432000 4194304 4929204 140736267611872 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/5736/statm: 10180 7170 369 180 0 7190 0
Current children cumulated CPU time (s) 2296.67
Current children cumulated vsize (KiB) 40720

[startup+2297.5 s]
/proc/loadavg: 2.02 2.03 2.27 3/465 5835
/proc/meminfo: memFree=14803980/32950928 swapFree=56743108/67111528
[pid=5736] ppid=5734 vsize=40720 CPUtime=2297.46 cores=1,3,5,7
/proc/5736/stat : 5736 (clasp) R 5734 5736 5567 0 -1 4202496 7497 0 0 0 229745 1 0 0 25 0 1 0 780582916 41697280 7170 33554432000 4194304 4929204 140736267611872 18446744073709551615 4633770 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/5736/statm: 10180 7170 369 180 0 7190 0
Current children cumulated CPU time (s) 2297.46
Current children cumulated vsize (KiB) 40720

[startup+2297.92 s]
/proc/loadavg: 2.02 2.03 2.27 3/465 5835
/proc/meminfo: memFree=14803732/32950928 swapFree=56743108/67111528
[pid=5736] ppid=5734 vsize=0 CPUtime=2297.88 cores=1,3,5,7
/proc/5736/stat : 5736 (clasp) R 5734 5736 5567 0 -1 4202500 7513 0 0 0 229787 1 0 0 25 0 1 0 780582916 0 0 33554432000 0 0 0 0 0 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/5736/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2297.88
Current children cumulated vsize (KiB) 0

Child status: 10
Real time (s): 2297.92
CPU time (s): 2297.89
CPU user time (s): 2297.87
CPU system time (s): 0.015997
CPU usage (%): 99.9987
Max. virtual memory (cumulated for all children) (KiB): 40720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2297.87
system time used= 0.015997
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7513
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= 11
involuntary context switches= 19817

runsolver used 10.1835 second user time and 23.3884 second system time

The end

Launcher Data

Begin job on node123 at 2011-05-29 19:23:51
IDJOB=3423122
IDBENCH=83318
IDSOLVER=1917
FILE ID=node123/3423122-1306689831
RUNJOBID= node123-1306689260-5586
PBS_JOBID= 13471842
Free space on /tmp= 73444 MiB

SOLVER NAME= clasp 2.0-R4092-crafted
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-22_462.cnf
COMMAND LINE= HOME/clasp --sat-p=20,25,120,-1,0 --berk-max=512 --berk-once --otfs=1 --recursive-str --dinit=800,10000 --dsched=20000,1.1 --reverse-arcs=2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3423122-1306689831/watcher-3423122-1306689831 -o /tmp/evaluation-result-3423122-1306689831/solver-3423122-1306689831 -C 5000 -W 5100 -M 15500  HOME/clasp --sat-p=20,25,120,-1,0 --berk-max=512 --berk-once --otfs=1 --recursive-str --dinit=800,10000 --dsched=20000,1.1 --reverse-arcs=2 HOME/instance-3423122-1306689831.cnf

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

MD5SUM BENCH= 4975f32607352c0a4d9db1abea12627a
RANDOM SEED=305551061

node123.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.838
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.67
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.838
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.838
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.838
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.82
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.838
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.74
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.838
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.80
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.838
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.74
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.838
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      14862180 kB
Buffers:        273140 kB
Cached:        4446584 kB
SwapCached:      18840 kB
Active:        3288232 kB
Inactive:     14529440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14862180 kB
SwapTotal:    67111528 kB
SwapFree:     56743108 kB
Dirty:            1192 kB
Writeback:           0 kB
AnonPages:    13086684 kB
Mapped:          31984 kB
Slab:           124864 kB
PageTables:      78316 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 133388476 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= 73444 MiB
End job on node123 at 2011-05-29 20:02:09