Trace number 3300308

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-crafted? (TO) 1300.05 1300.01

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-23_508.cnf
MD5SUMb891f70c80006fb02dca40f266c0cec1
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables254
Number of clauses34661
Sum of the clauses size157137
Maximum clause length23
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 285
Number of clauses of size 331908
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52668

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...828017/instance-3300308-1303828017.cnf
0.19/0.26	c Solving...
1300.03/1300.00	
1300.03/1300.00	*** INTERRUPTED! ***
1300.03/1300.00	s UNKNOWN
1300.03/1300.00	
1300.03/1300.00	c INTERRUPTED   : 1
1300.03/1300.00	c Models        : 0+    
1300.03/1300.00	c Time          : 1300.004s (Solving: 1299.74s 1st Model: 0.00s Unsat: 0.00s)
1300.03/1300.00	c CPU Time      : 1300.030s

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

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-3300308-1303828017/watcher-3300308-1303828017 -o /tmp/evaluation-result-3300308-1303828017/solver-3300308-1303828017 -C 2400 -W 1300 -M 7680 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-3300308-1303828017.cnf 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.68 3.90 3.47 4/184 30462
/proc/meminfo: memFree=16097856/32951124 swapFree=67111528/67111528
[pid=30462] ppid=30460 vsize=12964 CPUtime=0 cores=1,3
/proc/30462/stat : 30462 (clasp) R 30460 30462 29873 0 -1 4202496 597 0 0 0 0 0 0 0 22 0 1 0 494402155 13275136 538 33554432000 4194304 4929204 140735603346448 18446744073709551615 244446606021 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/30462/statm: 3241 539 327 180 0 251 0

[startup+0.0765071 s]
/proc/loadavg: 3.68 3.90 3.47 4/184 30462
/proc/meminfo: memFree=16097856/32951124 swapFree=67111528/67111528
[pid=30462] ppid=30460 vsize=15812 CPUtime=0.07 cores=1,3
/proc/30462/stat : 30462 (clasp) R 30460 30462 29873 0 -1 4202496 1396 0 0 0 7 0 0 0 22 0 1 0 494402155 16191488 1246 33554432000 4194304 4929204 140735603346448 18446744073709551615 4582106 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/30462/statm: 3953 1246 337 180 0 963 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 15812

[startup+0.100503 s]
/proc/loadavg: 3.68 3.90 3.47 4/184 30462
/proc/meminfo: memFree=16097856/32951124 swapFree=67111528/67111528
[pid=30462] ppid=30460 vsize=15812 CPUtime=0.09 cores=1,3
/proc/30462/stat : 30462 (clasp) R 30460 30462 29873 0 -1 4202496 1396 0 0 0 9 0 0 0 22 0 1 0 494402155 16191488 1246 33554432000 4194304 4929204 140735603346448 18446744073709551615 4582093 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/30462/statm: 3953 1246 337 180 0 963 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15812

[startup+0.300466 s]
/proc/loadavg: 3.68 3.90 3.47 4/184 30462
/proc/meminfo: memFree=16097856/32951124 swapFree=67111528/67111528
[pid=30462] ppid=30460 vsize=15488 CPUtime=0.29 cores=1,3
/proc/30462/stat : 30462 (clasp) R 30460 30462 29873 0 -1 4202496 1430 0 0 0 29 0 0 0 23 0 1 0 494402155 15859712 1212 33554432000 4194304 4929204 140735603346448 18446744073709551615 4632929 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/30462/statm: 3872 1212 366 180 0 882 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15488

[startup+0.700389 s]
/proc/loadavg: 3.68 3.90 3.47 4/184 30462
/proc/meminfo: memFree=16097856/32951124 swapFree=67111528/67111528
[pid=30462] ppid=30460 vsize=15488 CPUtime=0.69 cores=1,3
/proc/30462/stat : 30462 (clasp) R 30460 30462 29873 0 -1 4202496 1436 0 0 0 69 0 0 0 25 0 1 0 494402155 15859712 1218 33554432000 4194304 4929204 140735603346448 18446744073709551615 4316272 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/30462/statm: 3872 1218 367 180 0 882 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15488

[startup+1.50024 s]
/proc/loadavg: 3.68 3.90 3.47 5/190 30473
/proc/meminfo: memFree=16086780/32951124 swapFree=67111528/67111528
[pid=30462] ppid=30460 vsize=16148 CPUtime=1.49 cores=1,3
/proc/30462/stat : 30462 (clasp) R 30460 30462 29873 0 -1 4202496 1608 0 0 0 149 0 0 0 25 0 1 0 494402155 16535552 1390 33554432000 4194304 4929204 140735603346448 18446744073709551615 4632976 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/30462/statm: 4037 1390 367 180 0 1047 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16148

[startup+3.10096 s]
/proc/loadavg: 3.68 3.90 3.47 5/190 30473
/proc/meminfo: memFree=16083312/32951124 swapFree=67111528/67111528
[pid=30462] ppid=30460 vsize=17012 CPUtime=3.09 cores=1,3
/proc/30462/stat : 30462 (clasp) R 30460 30462 29873 0 -1 4202496 1809 0 0 0 309 0 0 0 25 0 1 0 494402155 17420288 1591 33554432000 4194304 4929204 140735603346448 18446744073709551615 4632982 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/30462/statm: 4253 1591 367 180 0 1263 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 17012

[startup+6.30035 s]
/proc/loadavg: 3.71 3.91 3.48 5/190 30473
/proc/meminfo: memFree=16078840/32951124 swapFree=67111528/67111528
[pid=30462] ppid=30460 vsize=17964 CPUtime=6.29 cores=1,3
/proc/30462/stat : 30462 (clasp) R 30460 30462 29873 0 -1 4202496 2043 0 0 0 629 0 0 0 25 0 1 0 494402155 18395136 1825 33554432000 4194304 4929204 140735603346448 18446744073709551615 4316081 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/30462/statm: 4491 1825 367 180 0 1501 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 17964

[startup+12.7002 s]
/proc/loadavg: 3.73 3.91 3.48 5/190 30474
/proc/meminfo: memFree=16073140/32951124 swapFree=67111528/67111528
[pid=30462] ppid=30460 vsize=19184 CPUtime=12.69 cores=1,3
/proc/30462/stat : 30462 (clasp) R 30460 30462 29873 0 -1 4202496 2308 0 0 0 1269 0 0 0 25 0 1 0 494402155 19644416 2090 33554432000 4194304 4929204 140735603346448 18446744073709551615 4632847 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/30462/statm: 4796 2090 367 180 0 1806 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 19184

[startup+25.5008 s]
/proc/loadavg: 3.79 3.91 3.49 5/190 30474
/proc/meminfo: memFree=16068216/32951124 swapFree=67111528/67111528
[pid=30462] ppid=30460 vsize=20544 CPUtime=25.49 cores=1,3
/proc/30462/stat : 30462 (clasp) R 30460 30462 29873 0 -1 4202496 2633 0 0 0 2549 0 0 0 25 0 1 0 494402155 21037056 2415 33554432000 4194304 4929204 140735603346448 18446744073709551615 4316286 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/30462/statm: 5136 2415 367 180 0 2146 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 20544

[startup+51.101 s]
/proc/loadavg: 3.93 3.93 3.50 5/190 30502
/proc/meminfo: memFree=16064344/32951124 swapFree=67111528/67111528
[pid=30462] ppid=30460 vsize=22948 CPUtime=51.09 cores=1,3
/proc/30462/stat : 30462 (clasp) R 30460 30462 29873 0 -1 4202496 3193 0 0 0 5109 0 0 0 25 0 1 0 494402155 23498752 2975 33554432000 4194304 4929204 140735603346448 18446744073709551615 4633004 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/30462/statm: 5737 2975 367 180 0 2747 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 22948

[startup+102.307 s]
/proc/loadavg: 3.97 3.94 3.53 5/190 30530
/proc/meminfo: memFree=16056180/32951124 swapFree=67111528/67111528
[pid=30462] ppid=30460 vsize=25348 CPUtime=102.3 cores=1,3
/proc/30462/stat : 30462 (clasp) R 30460 30462 29873 0 -1 4202496 3756 0 0 0 10230 0 0 0 25 0 1 0 494402155 25956352 3538 33554432000 4194304 4929204 140735603346448 18446744073709551615 4619452 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/30462/statm: 6337 3538 369 180 0 3347 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 25348

[startup+162.3 s]
/proc/loadavg: 3.99 3.95 3.56 5/190 30559
/proc/meminfo: memFree=16048224/32951124 swapFree=67111528/67111528
[pid=30462] ppid=30460 vsize=27348 CPUtime=162.29 cores=1,3
/proc/30462/stat : 30462 (clasp) R 30460 30462 29873 0 -1 4202496 4208 0 0 0 16229 0 0 0 25 0 1 0 494402155 28004352 3990 33554432000 4194304 4929204 140735603346448 18446744073709551615 4633958 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/30462/statm: 6837 3990 369 180 0 3847 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 27348

[startup+222.3 s]
/proc/loadavg: 3.99 3.95 3.58 5/190 30560
/proc/meminfo: memFree=16039764/32951124 swapFree=67111528/67111528
[pid=30462] ppid=30460 vsize=29188 CPUtime=222.29 cores=1,3
/proc/30462/stat : 30462 (clasp) R 30460 30462 29873 0 -1 4202496 4650 0 0 0 22229 0 0 0 25 0 1 0 494402155 29888512 4432 33554432000 4194304 4929204 140735603346448 18446744073709551615 4316112 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/30462/statm: 7297 4432 369 180 0 4307 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 29188

[startup+282.301 s]
/proc/loadavg: 4.04 3.97 3.61 5/190 30589
/proc/meminfo: memFree=16031992/32951124 swapFree=67111528/67111528
[pid=30462] ppid=30460 vsize=30776 CPUtime=282.3 cores=1,3
/proc/30462/stat : 30462 (clasp) R 30460 30462 29873 0 -1 4202496 4976 0 0 0 28230 0 0 0 25 0 1 0 494402155 31514624 4758 33554432000 4194304 4929204 140735603346448 18446744073709551615 4633770 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/30462/statm: 7694 4758 369 180 0 4704 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 30776

[startup+342.301 s]
/proc/loadavg: 4.01 3.97 3.63 5/190 30591
/proc/meminfo: memFree=16025636/32951124 swapFree=67111528/67111528
[pid=30462] ppid=30460 vsize=31980 CPUtime=342.3 cores=1,3
/proc/30462/stat : 30462 (clasp) R 30460 30462 29873 0 -1 4202496 5259 0 0 0 34230 0 0 0 25 0 1 0 494402155 32747520 5041 33554432000 4194304 4929204 140735603346448 18446744073709551615 4337358 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/30462/statm: 7995 5041 369 180 0 5005 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 31980

[startup+402.301 s]
/proc/loadavg: 4.00 3.97 3.65 5/190 30592
/proc/meminfo: memFree=16020044/32951124 swapFree=67111528/67111528
[pid=30462] ppid=30460 vsize=32672 CPUtime=402.3 cores=1,3
/proc/30462/stat : 30462 (clasp) R 30460 30462 29873 0 -1 4202496 5389 0 0 0 40230 0 0 0 25 0 1 0 494402155 33456128 5171 33554432000 4194304 4929204 140735603346448 18446744073709551615 4633861 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/30462/statm: 8168 5171 369 180 0 5178 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 32672

[startup+462.301 s]
/proc/loadavg: 4.00 3.97 3.67 5/190 30594
/proc/meminfo: memFree=16014680/32951124 swapFree=67111528/67111528
[pid=30462] ppid=30460 vsize=33380 CPUtime=462.3 cores=1,3
/proc/30462/stat : 30462 (clasp) R 30460 30462 29873 0 -1 4202496 5599 0 0 0 46230 0 0 0 25 0 1 0 494402155 34181120 5381 33554432000 4194304 4929204 140735603346448 18446744073709551615 4633745 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/30462/statm: 8345 5381 369 180 0 5355 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 33380

[startup+522.3 s]
/proc/loadavg: 4.00 3.97 3.68 5/190 30595
/proc/meminfo: memFree=16010428/32951124 swapFree=67111528/67111528
[pid=30462] ppid=30460 vsize=34656 CPUtime=522.3 cores=1,3
/proc/30462/stat : 30462 (clasp) R 30460 30462 29873 0 -1 4202496 5869 0 0 0 52230 0 0 0 25 0 1 0 494402155 35487744 5651 33554432000 4194304 4929204 140735603346448 18446744073709551615 4316135 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/30462/statm: 8664 5651 369 180 0 5674 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 34656

[startup+582.3 s]
/proc/loadavg: 4.00 3.97 3.70 5/190 30597
/proc/meminfo: memFree=16006924/32951124 swapFree=67111528/67111528
[pid=30462] ppid=30460 vsize=35100 CPUtime=582.3 cores=1,3
/proc/30462/stat : 30462 (clasp) R 30460 30462 29873 0 -1 4202496 5991 0 0 0 58230 0 0 0 25 0 1 0 494402155 35942400 5773 33554432000 4194304 4929204 140735603346448 18446744073709551615 4633792 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/30462/statm: 8775 5773 369 180 0 5785 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 35100

[startup+642.3 s]
/proc/loadavg: 4.06 3.99 3.73 5/190 30599
/proc/meminfo: memFree=16003544/32951124 swapFree=67111528/67111528
[pid=30462] ppid=30460 vsize=35880 CPUtime=642.31 cores=1,3
/proc/30462/stat : 30462 (clasp) R 30460 30462 29873 0 -1 4202496 6175 0 0 0 64231 0 0 0 25 0 1 0 494402155 36741120 5957 33554432000 4194304 4929204 140735603346448 18446744073709551615 4633723 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/30462/statm: 8970 5957 369 180 0 5980 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 35880

[startup+702.301 s]
/proc/loadavg: 4.02 3.99 3.74 5/190 30600
/proc/meminfo: memFree=16001912/32951124 swapFree=67111528/67111528
[pid=30462] ppid=30460 vsize=36132 CPUtime=702.31 cores=1,3
/proc/30462/stat : 30462 (clasp) R 30460 30462 29873 0 -1 4202496 6219 0 0 0 70231 0 0 0 25 0 1 0 494402155 36999168 6001 33554432000 4194304 4929204 140735603346448 18446744073709551615 4633021 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/30462/statm: 9033 6001 369 180 0 6043 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 36132

[startup+762.307 s]
/proc/loadavg: 4.01 3.99 3.75 5/190 30602
/proc/meminfo: memFree=15998524/32951124 swapFree=67111528/67111528
[pid=30462] ppid=30460 vsize=36976 CPUtime=762.32 cores=1,3
/proc/30462/stat : 30462 (clasp) R 30460 30462 29873 0 -1 4202496 6403 0 0 0 76232 0 0 0 25 0 1 0 494402155 37863424 6185 33554432000 4194304 4929204 140735603346448 18446744073709551615 4633021 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/30462/statm: 9244 6185 369 180 0 6254 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 36976

[startup+822.301 s]
/proc/loadavg: 4.07 4.01 3.77 5/190 30603
/proc/meminfo: memFree=15995260/32951124 swapFree=67111528/67111528
[pid=30462] ppid=30460 vsize=37756 CPUtime=822.31 cores=1,3
/proc/30462/stat : 30462 (clasp) R 30460 30462 29873 0 -1 4202496 6565 0 0 0 82231 0 0 0 25 0 1 0 494402155 38662144 6347 33554432000 4194304 4929204 140735603346448 18446744073709551615 4658027 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/30462/statm: 9439 6347 369 180 0 6449 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 37756

[startup+882.301 s]
/proc/loadavg: 4.02 4.00 3.78 5/190 30605
/proc/meminfo: memFree=15993248/32951124 swapFree=67111528/67111528
[pid=30462] ppid=30460 vsize=38260 CPUtime=882.31 cores=1,3
/proc/30462/stat : 30462 (clasp) R 30460 30462 29873 0 -1 4202496 6680 0 0 0 88231 0 0 0 25 0 1 0 494402155 39178240 6462 33554432000 4194304 4929204 140735603346448 18446744073709551615 4633723 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/30462/statm: 9565 6462 369 180 0 6575 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 38260

[startup+942.3 s]
/proc/loadavg: 4.06 4.01 3.80 5/190 30607
/proc/meminfo: memFree=15992104/32951124 swapFree=67111528/67111528
[pid=30462] ppid=30460 vsize=38452 CPUtime=942.32 cores=1,3
/proc/30462/stat : 30462 (clasp) R 30460 30462 29873 0 -1 4202496 6726 0 0 0 94232 0 0 0 25 0 1 0 494402155 39374848 6508 33554432000 4194304 4929204 140735603346448 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/30462/statm: 9613 6508 369 180 0 6623 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 38452

[startup+1002.3 s]
/proc/loadavg: 4.02 4.01 3.81 5/190 30608
/proc/meminfo: memFree=15990720/32951124 swapFree=67111528/67111528
[pid=30462] ppid=30460 vsize=38832 CPUtime=1002.32 cores=1,3
/proc/30462/stat : 30462 (clasp) R 30460 30462 29873 0 -1 4202496 6844 0 0 0 100232 0 0 0 25 0 1 0 494402155 39763968 6626 33554432000 4194304 4929204 140735603346448 18446744073709551615 4316286 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/30462/statm: 9708 6626 369 180 0 6718 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 38832

[startup+1062.3 s]
/proc/loadavg: 4.01 4.00 3.82 5/190 30610
/proc/meminfo: memFree=15987960/32951124 swapFree=67111528/67111528
[pid=30462] ppid=30460 vsize=39496 CPUtime=1062.32 cores=1,3
/proc/30462/stat : 30462 (clasp) R 30460 30462 29873 0 -1 4202496 6998 0 0 0 106232 0 0 0 25 0 1 0 494402155 40443904 6780 33554432000 4194304 4929204 140735603346448 18446744073709551615 4316165 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/30462/statm: 9874 6780 369 180 0 6884 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 39496

[startup+1122.3 s]
/proc/loadavg: 4.07 4.02 3.83 5/190 30611
/proc/meminfo: memFree=15984456/32951124 swapFree=67111528/67111528
[pid=30462] ppid=30460 vsize=39872 CPUtime=1122.32 cores=1,3
/proc/30462/stat : 30462 (clasp) R 30460 30462 29873 0 -1 4202496 7090 0 0 0 112232 0 0 0 25 0 1 0 494402155 40828928 6872 33554432000 4194304 4929204 140735603346448 18446744073709551615 4633770 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/30462/statm: 9968 6872 369 180 0 6978 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 39872

[startup+1182.3 s]
/proc/loadavg: 4.02 4.01 3.84 5/190 30613
/proc/meminfo: memFree=15982684/32951124 swapFree=67111528/67111528
[pid=30462] ppid=30460 vsize=40444 CPUtime=1182.32 cores=1,3
/proc/30462/stat : 30462 (clasp) R 30460 30462 29873 0 -1 4202496 7237 0 0 0 118232 0 0 0 25 0 1 0 494402155 41414656 7019 33554432000 4194304 4929204 140735603346448 18446744073709551615 4633734 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/30462/statm: 10111 7019 369 180 0 7121 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 40444

[startup+1242.3 s]
/proc/loadavg: 4.01 4.00 3.84 5/190 30615
/proc/meminfo: memFree=15979800/32951124 swapFree=67111528/67111528
[pid=30462] ppid=30460 vsize=41296 CPUtime=1242.33 cores=1,3
/proc/30462/stat : 30462 (clasp) R 30460 30462 29873 0 -1 4202496 7425 0 0 0 124233 0 0 0 25 0 1 0 494402155 42287104 7207 33554432000 4194304 4929204 140735603346448 18446744073709551615 4316103 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/30462/statm: 10324 7207 369 180 0 7334 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 41296



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.85 5/190 30616
/proc/meminfo: memFree=15978164/32951124 swapFree=67111528/67111528
[pid=30462] ppid=30460 vsize=41484 CPUtime=1300.03 cores=1,3
/proc/30462/stat : 30462 (clasp) R 30460 30462 29873 0 -1 4202496 7474 0 0 0 130003 0 0 0 25 0 1 0 494402155 42479616 7256 33554432000 4194304 4929204 140735603346448 18446744073709551615 4632982 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/30462/statm: 10371 7256 369 180 0 7381 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 41484

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 0
Real time (s): 1300.01
CPU time (s): 1300.05
CPU user time (s): 1300.04
CPU system time (s): 0.010998
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 41484

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

runsolver used 2.07168 second user time and 4.99824 second system time

The end

Launcher Data

Begin job on node105 at 2011-04-26 16:26:57
IDJOB=3300308
IDBENCH=83275
IDSOLVER=1685
FILE ID=node105/3300308-1303828017
RUNJOBID= node105-1303828017-30432
PBS_JOBID= 13160791
Free space on /tmp= 72172 MiB

SOLVER NAME= clasp 2.0-R4092-crafted
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-23_508.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-3300308-1303828017/watcher-3300308-1303828017 -o /tmp/evaluation-result-3300308-1303828017/solver-3300308-1303828017 -C 2400 -W 1300 -M 7680  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-3300308-1303828017.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= b891f70c80006fb02dca40f266c0cec1
RANDOM SEED=295547492

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16097888 kB
Buffers:       2293300 kB
Cached:       13922104 kB
SwapCached:          0 kB
Active:        8553260 kB
Inactive:      7730904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16097888 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4048 kB
Writeback:           0 kB
AnonPages:       67904 kB
Mapped:          15656 kB
Slab:           506184 kB
PageTables:       4872 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   234708 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= 72168 MiB
End job on node105 at 2011-04-26 16:48:39