Trace number 3423113

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) 5000.09 4999.91

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 benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark29393.6
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 ...647145/instance-3423113-1307647145.cnf
0.19/0.26	c Solving...
5000.07/4999.90	
5000.07/4999.90	*** INTERRUPTED! ***
5000.07/4999.90	s UNKNOWN
5000.07/4999.90	
5000.07/4999.90	c INTERRUPTED   : 1
5000.07/4999.90	c Models        : 0+    
5000.07/4999.90	c Time          : 4999.903s (Solving: 4999.64s 1st Model: 0.00s Unsat: 0.00s)
5000.07/4999.90	c CPU Time      : 5000.070s

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: 977)

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-3423113-1307647145/watcher-3423113-1307647145 -o /tmp/evaluation-result-3423113-1307647145/solver-3423113-1307647145 -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-3423113-1307647145.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.07 2.02 2.00 2/174 4474
/proc/meminfo: memFree=31946976/32951124 swapFree=67064572/67111528
[pid=4474] ppid=4472 vsize=12832 CPUtime=0 cores=1,3,5,7
/proc/4474/stat : 4474 (clasp) R 4472 4474 4039 0 -1 4202496 569 0 0 0 0 0 0 0 25 0 1 0 857130111 13139968 509 33554432000 4194304 4929204 140733886124160 18446744073709551615 4574143 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/4474/statm: 3208 509 327 180 0 218 0

[startup+0.0330921 s]
/proc/loadavg: 2.07 2.02 2.00 2/174 4474
/proc/meminfo: memFree=31946976/32951124 swapFree=67064572/67111528
[pid=4474] ppid=4472 vsize=15812 CPUtime=0.02 cores=1,3,5,7
/proc/4474/stat : 4474 (clasp) R 4472 4474 4039 0 -1 4202496 1397 0 0 0 2 0 0 0 25 0 1 0 857130111 16191488 1246 33554432000 4194304 4929204 140733886124160 18446744073709551615 4582134 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/4474/statm: 3953 1246 337 180 0 963 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 15812

[startup+0.10108 s]
/proc/loadavg: 2.07 2.02 2.00 2/174 4474
/proc/meminfo: memFree=31946976/32951124 swapFree=67064572/67111528
[pid=4474] ppid=4472 vsize=15812 CPUtime=0.09 cores=1,3,5,7
/proc/4474/stat : 4474 (clasp) R 4472 4474 4039 0 -1 4202496 1397 0 0 0 9 0 0 0 25 0 1 0 857130111 16191488 1246 33554432000 4194304 4929204 140733886124160 18446744073709551615 4582134 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/4474/statm: 3953 1246 337 180 0 963 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15812

[startup+0.30104 s]
/proc/loadavg: 2.07 2.02 2.00 2/174 4474
/proc/meminfo: memFree=31946976/32951124 swapFree=67064572/67111528
[pid=4474] ppid=4472 vsize=15488 CPUtime=0.29 cores=1,3,5,7
/proc/4474/stat : 4474 (clasp) R 4472 4474 4039 0 -1 4202496 1431 0 0 0 29 0 0 0 25 0 1 0 857130111 15859712 1212 33554432000 4194304 4929204 140733886124160 18446744073709551615 4633053 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/4474/statm: 3872 1212 366 180 0 882 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15488

[startup+0.700965 s]
/proc/loadavg: 2.07 2.02 2.00 2/174 4474
/proc/meminfo: memFree=31946976/32951124 swapFree=67064572/67111528
[pid=4474] ppid=4472 vsize=15488 CPUtime=0.69 cores=1,3,5,7
/proc/4474/stat : 4474 (clasp) R 4472 4474 4039 0 -1 4202496 1437 0 0 0 69 0 0 0 25 0 1 0 857130111 15859712 1218 33554432000 4194304 4929204 140733886124160 18446744073709551615 4316263 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/4474/statm: 3872 1218 367 180 0 882 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15488

[startup+1.50082 s]
/proc/loadavg: 2.07 2.02 2.00 3/175 4475
/proc/meminfo: memFree=31943296/32951124 swapFree=67064572/67111528
[pid=4474] ppid=4472 vsize=16148 CPUtime=1.49 cores=1,3,5,7
/proc/4474/stat : 4474 (clasp) R 4472 4474 4039 0 -1 4202496 1609 0 0 0 149 0 0 0 25 0 1 0 857130111 16535552 1390 33554432000 4194304 4929204 140733886124160 18446744073709551615 4316243 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/4474/statm: 4037 1390 367 180 0 1047 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16148

[startup+3.10051 s]
/proc/loadavg: 2.07 2.02 2.00 3/175 4475
/proc/meminfo: memFree=31942180/32951124 swapFree=67064572/67111528
[pid=4474] ppid=4472 vsize=17012 CPUtime=3.09 cores=1,3,5,7
/proc/4474/stat : 4474 (clasp) R 4472 4474 4039 0 -1 4202496 1810 0 0 0 309 0 0 0 25 0 1 0 857130111 17420288 1591 33554432000 4194304 4929204 140733886124160 18446744073709551615 4633752 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/4474/statm: 4253 1591 367 180 0 1263 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 17012

[startup+6.30091 s]
/proc/loadavg: 2.07 2.02 2.00 3/175 4475
/proc/meminfo: memFree=31940936/32951124 swapFree=67064572/67111528
[pid=4474] ppid=4472 vsize=17964 CPUtime=6.29 cores=1,3,5,7
/proc/4474/stat : 4474 (clasp) R 4472 4474 4039 0 -1 4202496 2044 0 0 0 629 0 0 0 25 0 1 0 857130111 18395136 1825 33554432000 4194304 4929204 140733886124160 18446744073709551615 4633970 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/4474/statm: 4491 1825 367 180 0 1501 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 17964

[startup+12.7007 s]
/proc/loadavg: 2.06 2.02 2.00 3/175 4476
/proc/meminfo: memFree=31939172/32951124 swapFree=67064572/67111528
[pid=4474] ppid=4472 vsize=19184 CPUtime=12.69 cores=1,3,5,7
/proc/4474/stat : 4474 (clasp) R 4472 4474 4039 0 -1 4202496 2309 0 0 0 1269 0 0 0 25 0 1 0 857130111 19644416 2090 33554432000 4194304 4929204 140733886124160 18446744073709551615 4316286 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/4474/statm: 4796 2090 367 180 0 1806 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 19184

[startup+25.5003 s]
/proc/loadavg: 2.05 2.01 2.00 3/175 4476
/proc/meminfo: memFree=31937940/32951124 swapFree=67064572/67111528
[pid=4474] ppid=4472 vsize=20544 CPUtime=25.49 cores=1,3,5,7
/proc/4474/stat : 4474 (clasp) R 4472 4474 4039 0 -1 4202496 2634 0 0 0 2549 0 0 0 25 0 1 0 857130111 21037056 2415 33554432000 4194304 4929204 140733886124160 18446744073709551615 4316112 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/4474/statm: 5136 2415 367 180 0 2146 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 20544

[startup+51.1004 s]
/proc/loadavg: 2.03 2.01 2.00 3/175 4477
/proc/meminfo: memFree=31935920/32951124 swapFree=67064572/67111528
[pid=4474] ppid=4472 vsize=22948 CPUtime=51.09 cores=1,3,5,7
/proc/4474/stat : 4474 (clasp) R 4472 4474 4039 0 -1 4202496 3196 0 0 0 5109 0 0 0 25 0 1 0 857130111 23498752 2977 33554432000 4194304 4929204 140733886124160 18446744073709551615 4638476 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/4474/statm: 5737 2977 367 180 0 2747 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 22948

[startup+102.306 s]
/proc/loadavg: 2.01 2.01 2.00 3/175 4478
/proc/meminfo: memFree=31932892/32951124 swapFree=67064572/67111528
[pid=4474] ppid=4472 vsize=25348 CPUtime=102.29 cores=1,3,5,7
/proc/4474/stat : 4474 (clasp) R 4472 4474 4039 0 -1 4202496 3757 0 0 0 10229 0 0 0 25 0 1 0 857130111 25956352 3538 33554432000 4194304 4929204 140733886124160 18446744073709551615 4633737 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/4474/statm: 6337 3538 369 180 0 3347 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 25348

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 4480
/proc/meminfo: memFree=31931072/32951124 swapFree=67064572/67111528
[pid=4474] ppid=4472 vsize=27348 CPUtime=162.29 cores=1,3,5,7
/proc/4474/stat : 4474 (clasp) R 4472 4474 4039 0 -1 4202496 4210 0 0 0 16229 0 0 0 25 0 1 0 857130111 28004352 3991 33554432000 4194304 4929204 140733886124160 18446744073709551615 4316139 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/4474/statm: 6837 3991 369 180 0 3847 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 27348

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 4481
/proc/meminfo: memFree=31928792/32951124 swapFree=67064572/67111528
[pid=4474] ppid=4472 vsize=29188 CPUtime=222.29 cores=1,3,5,7
/proc/4474/stat : 4474 (clasp) R 4472 4474 4039 0 -1 4202496 4651 0 0 0 22229 0 0 0 25 0 1 0 857130111 29888512 4432 33554432000 4194304 4929204 140733886124160 18446744073709551615 4633623 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/4474/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: 2.00 2.00 2.00 3/175 4483
/proc/meminfo: memFree=31926756/32951124 swapFree=67064572/67111528
[pid=4474] ppid=4472 vsize=30944 CPUtime=282.3 cores=1,3,5,7
/proc/4474/stat : 4474 (clasp) R 4472 4474 4039 0 -1 4202496 4993 0 0 0 28230 0 0 0 25 0 1 0 857130111 31686656 4774 33554432000 4194304 4929204 140733886124160 18446744073709551615 4316260 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/4474/statm: 7736 4774 369 180 0 4746 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 30944

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 4484
/proc/meminfo: memFree=31925348/32951124 swapFree=67064572/67111528
[pid=4474] ppid=4472 vsize=31980 CPUtime=342.3 cores=1,3,5,7
/proc/4474/stat : 4474 (clasp) R 4472 4474 4039 0 -1 4202496 5260 0 0 0 34230 0 0 0 25 0 1 0 857130111 32747520 5041 33554432000 4194304 4929204 140733886124160 18446744073709551615 4658544 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/4474/statm: 7995 5041 369 180 0 5005 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 31980

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 4489
/proc/meminfo: memFree=31923944/32951124 swapFree=67064572/67111528
[pid=4474] ppid=4472 vsize=32672 CPUtime=402.3 cores=1,3,5,7
/proc/4474/stat : 4474 (clasp) R 4472 4474 4039 0 -1 4202496 5393 0 0 0 40230 0 0 0 25 0 1 0 857130111 33456128 5174 33554432000 4194304 4929204 140733886124160 18446744073709551615 4633752 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/4474/statm: 8168 5174 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: 2.06 2.01 2.00 3/175 4491
/proc/meminfo: memFree=31922392/32951124 swapFree=67064572/67111528
[pid=4474] ppid=4472 vsize=33380 CPUtime=462.3 cores=1,3,5,7
/proc/4474/stat : 4474 (clasp) R 4472 4474 4039 0 -1 4202496 5600 0 0 0 46230 0 0 0 25 0 1 0 857130111 34181120 5381 33554432000 4194304 4929204 140733886124160 18446744073709551615 4632976 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/4474/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: 2.02 2.01 2.00 3/175 4492
/proc/meminfo: memFree=31921344/32951124 swapFree=67064572/67111528
[pid=4474] ppid=4472 vsize=34656 CPUtime=522.3 cores=1,3,5,7
/proc/4474/stat : 4474 (clasp) R 4472 4474 4039 0 -1 4202496 5870 0 0 0 52230 0 0 0 25 0 1 0 857130111 35487744 5651 33554432000 4194304 4929204 140733886124160 18446744073709551615 4632946 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/4474/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: 2.00 2.00 2.00 3/175 4494
/proc/meminfo: memFree=31920304/32951124 swapFree=67064572/67111528
[pid=4474] ppid=4472 vsize=35376 CPUtime=582.3 cores=1,3,5,7
/proc/4474/stat : 4474 (clasp) R 4472 4474 4039 0 -1 4202496 6028 0 0 0 58230 0 0 0 25 0 1 0 857130111 36225024 5809 33554432000 4194304 4929204 140733886124160 18446744073709551615 4316154 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/4474/statm: 8844 5809 369 180 0 5854 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 35376

[startup+642.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 4638
/proc/meminfo: memFree=31932456/32951124 swapFree=67064572/67111528
[pid=4474] ppid=4472 vsize=52348 CPUtime=4062.44 cores=1,3,5,7
/proc/4474/stat : 4474 (clasp) R 4472 4474 4039 0 -1 4202496 10112 0 0 0 406243 1 0 0 25 0 1 0 857130111 53604352 9772 33554432000 4194304 4929204 140733886124160 18446744073709551615 4633004 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/4474/statm: 13087 9772 369 180 0 10097 0
Current children cumulated CPU time (s) 4062.44
Current children cumulated vsize (KiB) 52348

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 4639
/proc/meminfo: memFree=31932408/32951124 swapFree=67064572/67111528
[pid=4474] ppid=4472 vsize=52348 CPUtime=4122.44 cores=1,3,5,7
/proc/4474/stat : 4474 (clasp) R 4472 4474 4039 0 -1 4202496 10117 0 0 0 412243 1 0 0 25 0 1 0 857130111 53604352 9777 33554432000 4194304 4929204 140733886124160 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/4474/statm: 13087 9777 369 180 0 10097 0
Current children cumulated CPU time (s) 4122.44
Current children cumulated vsize (KiB) 52348

[startup+4182.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/175 4641
/proc/meminfo: memFree=31931740/32951124 swapFree=67064572/67111528
[pid=4474] ppid=4472 vsize=52348 CPUtime=4182.44 cores=1,3,5,7
/proc/4474/stat : 4474 (clasp) R 4472 4474 4039 0 -1 4202496 10126 0 0 0 418243 1 0 0 25 0 1 0 857130111 53604352 9786 33554432000 4194304 4929204 140733886124160 18446744073709551615 4633770 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/4474/statm: 13087 9786 369 180 0 10097 0
Current children cumulated CPU time (s) 4182.44
Current children cumulated vsize (KiB) 52348

[startup+4242.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/175 4642
/proc/meminfo: memFree=31931444/32951124 swapFree=67064572/67111528
[pid=4474] ppid=4472 vsize=52348 CPUtime=4242.44 cores=1,3,5,7
/proc/4474/stat : 4474 (clasp) R 4472 4474 4039 0 -1 4202496 10129 0 0 0 424243 1 0 0 25 0 1 0 857130111 53604352 9789 33554432000 4194304 4929204 140733886124160 18446744073709551615 4316286 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/4474/statm: 13087 9789 369 180 0 10097 0
Current children cumulated CPU time (s) 4242.44
Current children cumulated vsize (KiB) 52348

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 4644
/proc/meminfo: memFree=31931288/32951124 swapFree=67064572/67111528
[pid=4474] ppid=4472 vsize=52348 CPUtime=4302.44 cores=1,3,5,7
/proc/4474/stat : 4474 (clasp) R 4472 4474 4039 0 -1 4202496 10129 0 0 0 430243 1 0 0 25 0 1 0 857130111 53604352 9789 33554432000 4194304 4929204 140733886124160 18446744073709551615 4633025 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/4474/statm: 13087 9789 369 180 0 10097 0
Current children cumulated CPU time (s) 4302.44
Current children cumulated vsize (KiB) 52348

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 4646
/proc/meminfo: memFree=31930992/32951124 swapFree=67064572/67111528
[pid=4474] ppid=4472 vsize=52348 CPUtime=4362.45 cores=1,3,5,7
/proc/4474/stat : 4474 (clasp) R 4472 4474 4039 0 -1 4202496 10129 0 0 0 436244 1 0 0 25 0 1 0 857130111 53604352 9789 33554432000 4194304 4929204 140733886124160 18446744073709551615 4616933 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/4474/statm: 13087 9789 369 180 0 10097 0
Current children cumulated CPU time (s) 4362.45
Current children cumulated vsize (KiB) 52348

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 4647
/proc/meminfo: memFree=31930820/32951124 swapFree=67064572/67111528
[pid=4474] ppid=4472 vsize=52348 CPUtime=4422.45 cores=1,3,5,7
/proc/4474/stat : 4474 (clasp) R 4472 4474 4039 0 -1 4202496 10129 0 0 0 442244 1 0 0 25 0 1 0 857130111 53604352 9789 33554432000 4194304 4929204 140733886124160 18446744073709551615 4316286 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/4474/statm: 13087 9789 369 180 0 10097 0
Current children cumulated CPU time (s) 4422.45
Current children cumulated vsize (KiB) 52348

[startup+4482.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/175 4649
/proc/meminfo: memFree=31930404/32951124 swapFree=67064572/67111528
[pid=4474] ppid=4472 vsize=52348 CPUtime=4482.45 cores=1,3,5,7
/proc/4474/stat : 4474 (clasp) R 4472 4474 4039 0 -1 4202496 10129 0 0 0 448244 1 0 0 25 0 1 0 857130111 53604352 9789 33554432000 4194304 4929204 140733886124160 18446744073709551615 4316165 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/4474/statm: 13087 9789 369 180 0 10097 0
Current children cumulated CPU time (s) 4482.45
Current children cumulated vsize (KiB) 52348

[startup+4542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/175 4650
/proc/meminfo: memFree=31929852/32951124 swapFree=67064572/67111528
[pid=4474] ppid=4472 vsize=52536 CPUtime=4542.45 cores=1,3,5,7
/proc/4474/stat : 4474 (clasp) R 4472 4474 4039 0 -1 4202496 10166 0 0 0 454244 1 0 0 25 0 1 0 857130111 53796864 9826 33554432000 4194304 4929204 140733886124160 18446744073709551615 4633770 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/4474/statm: 13134 9826 369 180 0 10144 0
Current children cumulated CPU time (s) 4542.45
Current children cumulated vsize (KiB) 52536

[startup+4602.3 s]
/proc/loadavg: 1.37 1.82 1.94 2/169 4676
/proc/meminfo: memFree=31960896/32951124 swapFree=67064572/67111528
[pid=4474] ppid=4472 vsize=52536 CPUtime=4602.46 cores=1,3,5,7
/proc/4474/stat : 4474 (clasp) R 4472 4474 4039 0 -1 4202496 10175 0 0 0 460245 1 0 0 25 0 1 0 857130111 53796864 9835 33554432000 4194304 4929204 140733886124160 18446744073709551615 4316286 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/4474/statm: 13134 9835 369 180 0 10144 0
Current children cumulated CPU time (s) 4602.46
Current children cumulated vsize (KiB) 52536

[startup+4662.3 s]
/proc/loadavg: 1.15 1.68 1.88 2/169 4678
/proc/meminfo: memFree=31960848/32951124 swapFree=67064572/67111528
[pid=4474] ppid=4472 vsize=52728 CPUtime=4662.46 cores=1,3,5,7
/proc/4474/stat : 4474 (clasp) R 4472 4474 4039 0 -1 4202496 10219 0 0 0 466245 1 0 0 25 0 1 0 857130111 53993472 9879 33554432000 4194304 4929204 140733886124160 18446744073709551615 264726102658 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/4474/statm: 13182 9879 369 180 0 10192 0
Current children cumulated CPU time (s) 4662.46
Current children cumulated vsize (KiB) 52728

[startup+4722.31 s]
/proc/loadavg: 1.05 1.55 1.82 2/169 4679
/proc/meminfo: memFree=31960796/32951124 swapFree=67064572/67111528
[pid=4474] ppid=4472 vsize=52728 CPUtime=4722.47 cores=1,3,5,7
/proc/4474/stat : 4474 (clasp) R 4472 4474 4039 0 -1 4202496 10225 0 0 0 472246 1 0 0 25 0 1 0 857130111 53993472 9885 33554432000 4194304 4929204 140733886124160 18446744073709551615 4316204 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/4474/statm: 13182 9885 369 180 0 10192 0
Current children cumulated CPU time (s) 4722.47
Current children cumulated vsize (KiB) 52728

[startup+4782.3 s]
/proc/loadavg: 1.02 1.45 1.77 2/169 4681
/proc/meminfo: memFree=31960756/32951124 swapFree=67064572/67111528
[pid=4474] ppid=4472 vsize=52728 CPUtime=4782.46 cores=1,3,5,7
/proc/4474/stat : 4474 (clasp) R 4472 4474 4039 0 -1 4202496 10232 0 0 0 478245 1 0 0 25 0 1 0 857130111 53993472 9892 33554432000 4194304 4929204 140733886124160 18446744073709551615 4637463 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/4474/statm: 13182 9892 369 180 0 10192 0
Current children cumulated CPU time (s) 4782.46
Current children cumulated vsize (KiB) 52728

[startup+4842.3 s]
/proc/loadavg: 1.00 1.36 1.71 2/169 4682
/proc/meminfo: memFree=31960580/32951124 swapFree=67064572/67111528
[pid=4474] ppid=4472 vsize=53012 CPUtime=4842.46 cores=1,3,5,7
/proc/4474/stat : 4474 (clasp) R 4472 4474 4039 0 -1 4202496 10284 0 0 0 484245 1 0 0 25 0 1 0 857130111 54284288 9944 33554432000 4194304 4929204 140733886124160 18446744073709551615 4633697 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/4474/statm: 13253 9944 369 180 0 10263 0
Current children cumulated CPU time (s) 4842.46
Current children cumulated vsize (KiB) 53012

[startup+4902.3 s]
/proc/loadavg: 1.00 1.30 1.67 2/169 4684
/proc/meminfo: memFree=31960672/32951124 swapFree=67064572/67111528
[pid=4474] ppid=4472 vsize=53296 CPUtime=4902.47 cores=1,3,5,7
/proc/4474/stat : 4474 (clasp) R 4472 4474 4039 0 -1 4202496 10365 0 0 0 490246 1 0 0 25 0 1 0 857130111 54575104 10025 33554432000 4194304 4929204 140733886124160 18446744073709551615 4633770 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/4474/statm: 13324 10025 369 180 0 10334 0
Current children cumulated CPU time (s) 4902.47
Current children cumulated vsize (KiB) 53296

[startup+4962.3 s]
/proc/loadavg: 1.00 1.24 1.62 2/169 4686
/proc/meminfo: memFree=31960748/32951124 swapFree=67064572/67111528
[pid=4474] ppid=4472 vsize=53296 CPUtime=4962.47 cores=1,3,5,7
/proc/4474/stat : 4474 (clasp) R 4472 4474 4039 0 -1 4202496 10365 0 0 0 496246 1 0 0 25 0 1 0 857130111 54575104 10025 33554432000 4194304 4929204 140733886124160 18446744073709551615 4663696 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/4474/statm: 13324 10025 369 180 0 10334 0
Current children cumulated CPU time (s) 4962.47
Current children cumulated vsize (KiB) 53296



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.00 1.21 1.60 2/169 4687
/proc/meminfo: memFree=31960716/32951124 swapFree=67064572/67111528
[pid=4474] ppid=4472 vsize=53580 CPUtime=5000.07 cores=1,3,5,7
/proc/4474/stat : 4474 (clasp) R 4472 4474 4039 0 -1 4202496 10424 0 0 0 500006 1 0 0 25 0 1 0 857130111 54865920 10084 33554432000 4194304 4929204 140733886124160 18446744073709551615 4316128 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/4474/statm: 13395 10084 369 180 0 10405 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 53580

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

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

[startup+4999.9 s]
/proc/loadavg: 1.00 1.21 1.60 2/169 4687
/proc/meminfo: memFree=31960716/32951124 swapFree=67064572/67111528
[pid=4474] ppid=4472 vsize=53580 CPUtime=5000.07 cores=1,3,5,7
/proc/4474/stat : 4474 (clasp) R 4472 4474 4039 0 -1 4202496 10424 0 0 0 500006 1 0 0 25 0 1 0 857130111 54865920 10084 33554432000 4194304 4929204 140733886124160 18446744073709551615 4316128 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/4474/statm: 13395 10084 369 180 0 10405 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 53580

Child status: 0
Real time (s): 4999.91
CPU time (s): 5000.09
CPU user time (s): 5000.07
CPU system time (s): 0.019996
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 53580

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

runsolver used 6.69598 second user time and 16.0586 second system time

The end

Launcher Data

Begin job on node141 at 2011-06-09 21:19:05
IDJOB=3423113
IDBENCH=83275
IDSOLVER=1917
FILE ID=node141/3423113-1307647145
RUNJOBID= node141-1307642963-4058
PBS_JOBID= 13549402
Free space on /tmp= 74188 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-3423113-1307647145/watcher-3423113-1307647145 -o /tmp/evaluation-result-3423113-1307647145/solver-3423113-1307647145 -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-3423113-1307647145.cnf

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

MD5SUM BENCH= b891f70c80006fb02dca40f266c0cec1
RANDOM SEED=1653154186

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.806
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:      31947776 kB
Buffers:        198604 kB
Cached:         556132 kB
SwapCached:       8728 kB
Active:         370536 kB
Inactive:       456384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31947776 kB
SwapTotal:    67111528 kB
SwapFree:     67064572 kB
Dirty:            1564 kB
Writeback:           0 kB
AnonPages:       70564 kB
Mapped:          10504 kB
Slab:           113112 kB
PageTables:       4028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   234900 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= 74192 MiB
End job on node141 at 2011-06-09 22:42:27