Trace number 3423003

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.1 5000.02

General information on the benchmark

NameCRAFTED/rbsat/crafted/forced/
rbsat-v945c61409gyes1.cnf
MD5SUM26b9098de258b0434de90e744962df46
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark10.76
Satisfiable
(Un)Satisfiability was proved
Number of variables945
Number of clauses61409
Sum of the clauses size123673
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 261364
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...684328/instance-3423003-1306684328.cnf
0.09/0.17	c Solving...
5000.08/5000.01	
5000.08/5000.01	*** INTERRUPTED! ***
5000.08/5000.01	s UNKNOWN
5000.08/5000.01	
5000.08/5000.01	c INTERRUPTED   : 1
5000.08/5000.01	c Models        : 0+    
5000.08/5000.01	c Time          : 5000.017s (Solving: 4999.84s 1st Model: 0.00s Unsat: 0.00s)
5000.08/5000.01	c CPU Time      : 5000.090s

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: 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-3423003-1306684328/watcher-3423003-1306684328 -o /tmp/evaluation-result-3423003-1306684328/solver-3423003-1306684328 -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-3423003-1306684328.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: 0.92 0.99 1.12 2/486 25234
/proc/meminfo: memFree=19494452/32951124 swapFree=63649292/67111528
[pid=25234] ppid=25232 vsize=14796 CPUtime=0.01 cores=1,3,5,7
/proc/25234/stat : 25234 (clasp) R 25232 25234 23862 0 -1 4202496 1238 0 0 0 1 0 0 0 22 0 1 0 780031331 15151104 1002 33554432000 4194304 4929204 140733555033664 18446744073709551615 4574143 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/25234/statm: 3699 1003 327 180 0 709 0

[startup+0.0448601 s]
/proc/loadavg: 0.92 0.99 1.12 2/486 25234
/proc/meminfo: memFree=19494452/32951124 swapFree=63649292/67111528
[pid=25234] ppid=25232 vsize=16208 CPUtime=0.04 cores=1,3,5,7
/proc/25234/stat : 25234 (clasp) R 25232 25234 23862 0 -1 4202496 1597 0 0 0 4 0 0 0 22 0 1 0 780031331 16596992 1353 33554432000 4194304 4929204 140733555033664 18446744073709551615 4582057 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/25234/statm: 4052 1353 337 180 0 1062 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 16208

[startup+0.100852 s]
/proc/loadavg: 0.92 0.99 1.12 2/486 25234
/proc/meminfo: memFree=19494452/32951124 swapFree=63649292/67111528
[pid=25234] ppid=25232 vsize=16340 CPUtime=0.09 cores=1,3,5,7
/proc/25234/stat : 25234 (clasp) R 25232 25234 23862 0 -1 4202496 1641 0 0 0 9 0 0 0 22 0 1 0 780031331 16732160 1397 33554432000 4194304 4929204 140733555033664 18446744073709551615 4574924 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/25234/statm: 4085 1397 339 180 0 1095 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16340

[startup+0.300816 s]
/proc/loadavg: 0.92 0.99 1.12 2/486 25234
/proc/meminfo: memFree=19494452/32951124 swapFree=63649292/67111528
[pid=25234] ppid=25232 vsize=16516 CPUtime=0.29 cores=1,3,5,7
/proc/25234/stat : 25234 (clasp) R 25232 25234 23862 0 -1 4202496 1852 0 0 0 29 0 0 0 23 0 1 0 780031331 16912384 1488 33554432000 4194304 4929204 140733555033664 18446744073709551615 4633958 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/25234/statm: 4129 1488 367 180 0 1139 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16516

[startup+0.700749 s]
/proc/loadavg: 0.92 0.99 1.12 2/486 25234
/proc/meminfo: memFree=19494452/32951124 swapFree=63649292/67111528
[pid=25234] ppid=25232 vsize=17176 CPUtime=0.69 cores=1,3,5,7
/proc/25234/stat : 25234 (clasp) R 25232 25234 23862 0 -1 4202496 2011 0 0 0 69 0 0 0 25 0 1 0 780031331 17588224 1647 33554432000 4194304 4929204 140733555033664 18446744073709551615 4634069 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/25234/statm: 4294 1647 367 180 0 1304 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17176

[startup+1.50061 s]
/proc/loadavg: 0.92 0.99 1.12 3/490 25241
/proc/meminfo: memFree=19479532/32951124 swapFree=63649292/67111528
[pid=25234] ppid=25232 vsize=17836 CPUtime=1.49 cores=1,3,5,7
/proc/25234/stat : 25234 (clasp) R 25232 25234 23862 0 -1 4202496 2155 0 0 0 149 0 0 0 25 0 1 0 780031331 18264064 1791 33554432000 4194304 4929204 140733555033664 18446744073709551615 4316200 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/25234/statm: 4459 1791 367 180 0 1469 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17836

[startup+3.10035 s]
/proc/loadavg: 0.92 0.99 1.12 3/490 25241
/proc/meminfo: memFree=19476472/32951124 swapFree=63649292/67111528
[pid=25234] ppid=25232 vsize=18772 CPUtime=3.09 cores=1,3,5,7
/proc/25234/stat : 25234 (clasp) R 25232 25234 23862 0 -1 4202496 2383 0 0 0 309 0 0 0 25 0 1 0 780031331 19222528 2019 33554432000 4194304 4929204 140733555033664 18446744073709551615 4316286 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/25234/statm: 4693 2019 367 180 0 1703 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 18772

[startup+6.30081 s]
/proc/loadavg: 1.01 1.00 1.13 3/490 25241
/proc/meminfo: memFree=19475168/32951124 swapFree=63649292/67111528
[pid=25234] ppid=25232 vsize=20108 CPUtime=6.29 cores=1,3,5,7
/proc/25234/stat : 25234 (clasp) R 25232 25234 23862 0 -1 4202496 2723 0 0 0 629 0 0 0 25 0 1 0 780031331 20590592 2359 33554432000 4194304 4929204 140733555033664 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/25234/statm: 5027 2359 367 180 0 2037 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 20108

[startup+12.7007 s]
/proc/loadavg: 1.09 1.02 1.13 3/490 25241
/proc/meminfo: memFree=19466900/32951124 swapFree=63649292/67111528
[pid=25234] ppid=25232 vsize=23524 CPUtime=12.69 cores=1,3,5,7
/proc/25234/stat : 25234 (clasp) R 25232 25234 23862 0 -1 4202496 3577 0 0 0 1269 0 0 0 25 0 1 0 780031331 24088576 3213 33554432000 4194304 4929204 140733555033664 18446744073709551615 4627864 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/25234/statm: 5881 3213 367 180 0 2891 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 23524

[startup+25.5006 s]
/proc/loadavg: 1.29 1.07 1.15 3/490 25242
/proc/meminfo: memFree=19462676/32951124 swapFree=63649292/67111528
[pid=25234] ppid=25232 vsize=24924 CPUtime=25.49 cores=1,3,5,7
/proc/25234/stat : 25234 (clasp) R 25232 25234 23862 0 -1 4202496 3924 0 0 0 2549 0 0 0 25 0 1 0 780031331 25522176 3560 33554432000 4194304 4929204 140733555033664 18446744073709551615 4316272 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/25234/statm: 6231 3560 367 180 0 3241 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 24924

[startup+51.1003 s]
/proc/loadavg: 1.53 1.14 1.17 3/490 25242
/proc/meminfo: memFree=19456076/32951124 swapFree=63649292/67111528
[pid=25234] ppid=25232 vsize=28828 CPUtime=51.1 cores=1,3,5,7
/proc/25234/stat : 25234 (clasp) R 25232 25234 23862 0 -1 4202496 4889 0 0 0 5109 1 0 0 25 0 1 0 780031331 29519872 4525 33554432000 4194304 4929204 140733555033664 18446744073709551615 4316089 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/25234/statm: 7207 4525 367 180 0 4217 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 28828

[startup+102.319 s]
/proc/loadavg: 1.79 1.27 1.21 3/490 25244
/proc/meminfo: memFree=19445524/32951124 swapFree=63649292/67111528
[pid=25234] ppid=25232 vsize=31488 CPUtime=102.31 cores=1,3,5,7
/proc/25234/stat : 25234 (clasp) R 25232 25234 23862 0 -1 4202496 5517 0 0 0 10230 1 0 0 25 0 1 0 780031331 32243712 5153 33554432000 4194304 4929204 140733555033664 18446744073709551615 4633723 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/25234/statm: 7872 5153 369 180 0 4882 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 31488

[startup+162.301 s]
/proc/loadavg: 1.92 1.40 1.26 3/490 25245
/proc/meminfo: memFree=19439148/32951124 swapFree=63649292/67111528
[pid=25234] ppid=25232 vsize=34568 CPUtime=162.29 cores=1,3,5,7
/proc/25234/stat : 25234 (clasp) R 25232 25234 23862 0 -1 4202496 6274 0 0 0 16228 1 0 0 25 0 1 0 780031331 35397632 5910 33554432000 4194304 4929204 140733555033664 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/25234/statm: 8642 5910 369 180 0 5652 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 34568

[startup+222.301 s]
/proc/loadavg: 2.03 1.52 1.30 3/490 25247
/proc/meminfo: memFree=19435748/32951124 swapFree=63649292/67111528
[pid=25234] ppid=25232 vsize=36904 CPUtime=222.29 cores=1,3,5,7
/proc/25234/stat : 25234 (clasp) R 25232 25234 23862 0 -1 4202496 6844 0 0 0 22228 1 0 0 25 0 1 0 780031331 37789696 6480 33554432000 4194304 4929204 140733555033664 18446744073709551615 4316135 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/25234/statm: 9226 6480 369 180 0 6236 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 36904

[startup+282.3 s]
/proc/loadavg: 2.12 1.64 1.36 3/490 25248
/proc/meminfo: memFree=19430372/32951124 swapFree=63649292/67111528
[pid=25234] ppid=25232 vsize=40588 CPUtime=282.29 cores=1,3,5,7
/proc/25234/stat : 25234 (clasp) R 25232 25234 23862 0 -1 4202496 7766 0 0 0 28228 1 0 0 25 0 1 0 780031331 41562112 7402 33554432000 4194304 4929204 140733555033664 18446744073709551615 4316135 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/25234/statm: 10147 7402 369 180 0 7157 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 40588

[startup+342.3 s]
/proc/loadavg: 2.04 1.70 1.39 3/490 25250
/proc/meminfo: memFree=19426976/32951124 swapFree=63649292/67111528
[pid=25234] ppid=25232 vsize=40588 CPUtime=342.29 cores=1,3,5,7
/proc/25234/stat : 25234 (clasp) R 25232 25234 23862 0 -1 4202496 7770 0 0 0 34228 1 0 0 25 0 1 0 780031331 41562112 7406 33554432000 4194304 4929204 140733555033664 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/25234/statm: 10147 7406 369 180 0 7157 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 40588

[startup+402.3 s]
/proc/loadavg: 2.11 1.78 1.44 3/490 25252
/proc/meminfo: memFree=19422208/32951124 swapFree=63649292/67111528
[pid=25234] ppid=25232 vsize=43120 CPUtime=402.29 cores=1,3,5,7
/proc/25234/stat : 25234 (clasp) R 25232 25234 23862 0 -1 4202496 8337 0 0 0 40228 1 0 0 25 0 1 0 780031331 44154880 7973 33554432000 4194304 4929204 140733555033664 18446744073709551615 4337388 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/25234/statm: 10780 7973 369 180 0 7790 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 43120

[startup+462.3 s]
/proc/loadavg: 2.08 1.83 1.48 3/490 25253
/proc/meminfo: memFree=19419304/32951124 swapFree=63649292/67111528
[pid=25234] ppid=25232 vsize=44732 CPUtime=462.29 cores=1,3,5,7
/proc/25234/stat : 25234 (clasp) R 25232 25234 23862 0 -1 4202496 8722 0 0 0 46228 1 0 0 25 0 1 0 780031331 45805568 8358 33554432000 4194304 4929204 140733555033664 18446744073709551615 4633752 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/25234/statm: 11183 8358 369 180 0 8193 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 44732

[startup+522.301 s]
/proc/loadavg: 2.03 1.86 1.51 3/490 25255
/proc/meminfo: memFree=19415792/32951124 swapFree=63649292/67111528
[pid=25234] ppid=25232 vsize=46288 CPUtime=522.29 cores=1,3,5,7
/proc/25234/stat : 25234 (clasp) R 25232 25234 23862 0 -1 4202496 9094 0 0 0 52228 1 0 0 25 0 1 0 780031331 47398912 8730 33554432000 4194304 4929204 140733555033664 18446744073709551615 4633795 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/25234/statm: 11572 8730 369 180 0 8582 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 46288

[startup+582.301 s]
/proc/loadavg: 2.01 1.88 1.53 3/490 25265
/proc/meminfo: memFree=19412460/32951124 swapFree=63649292/67111528
[pid=25234] ppid=25232 vsize=47588 CPUtime=582.3 cores=1,3,5,7
/proc/25234/stat : 25234 (clasp) R 25232 25234 23862 0 -1 4202496 9404 0 0 0 58229 1 0 0 25 0 1 0 780031331 48730112 9040 33554432000 4194304 4929204 140733555033664 18446744073709551615 4633723 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/25234/statm: 11897 9040 369 180 0 8907 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 47588

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.08 2.05 2.00 3/490 25360
/proc/meminfo: memFree=19334948/32951124 swapFree=63649292/67111528
[pid=25234] ppid=25232 vsize=82636 CPUtime=4002.36 cores=1,3,5,7
/proc/25234/stat : 25234 (clasp) R 25232 25234 23862 0 -1 4202496 17773 0 0 0 400232 4 0 0 25 0 1 0 780031331 84619264 17409 33554432000 4194304 4929204 140733555033664 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/25234/statm: 20659 17409 369 180 0 17669 0
Current children cumulated CPU time (s) 4002.36
Current children cumulated vsize (KiB) 82636

[startup+4062.32 s]
/proc/loadavg: 2.06 2.05 2.00 3/490 25361
/proc/meminfo: memFree=19333788/32951124 swapFree=63649292/67111528
[pid=25234] ppid=25232 vsize=83068 CPUtime=4062.38 cores=1,3,5,7
/proc/25234/stat : 25234 (clasp) R 25232 25234 23862 0 -1 4202496 17883 0 0 0 406234 4 0 0 25 0 1 0 780031331 85061632 17519 33554432000 4194304 4929204 140733555033664 18446744073709551615 4633752 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/25234/statm: 20767 17519 369 180 0 17777 0
Current children cumulated CPU time (s) 4062.38
Current children cumulated vsize (KiB) 83068

[startup+4122.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/490 25363
/proc/meminfo: memFree=19332880/32951124 swapFree=63649292/67111528
[pid=25234] ppid=25232 vsize=83068 CPUtime=4122.36 cores=1,3,5,7
/proc/25234/stat : 25234 (clasp) R 25232 25234 23862 0 -1 4202496 17886 0 0 0 412232 4 0 0 25 0 1 0 780031331 85061632 17522 33554432000 4194304 4929204 140733555033664 18446744073709551615 4316263 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/25234/statm: 20767 17522 369 180 0 17777 0
Current children cumulated CPU time (s) 4122.36
Current children cumulated vsize (KiB) 83068

[startup+4182.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/490 25373
/proc/meminfo: memFree=19332688/32951124 swapFree=63649292/67111528
[pid=25234] ppid=25232 vsize=83320 CPUtime=4182.36 cores=1,3,5,7
/proc/25234/stat : 25234 (clasp) R 25232 25234 23862 0 -1 4202496 17950 0 0 0 418232 4 0 0 25 0 1 0 780031331 85319680 17586 33554432000 4194304 4929204 140733555033664 18446744073709551615 4633697 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/25234/statm: 20830 17586 369 180 0 17840 0
Current children cumulated CPU time (s) 4182.36
Current children cumulated vsize (KiB) 83320

[startup+4242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/490 25375
/proc/meminfo: memFree=19330528/32951124 swapFree=63649292/67111528
[pid=25234] ppid=25232 vsize=84024 CPUtime=4242.36 cores=1,3,5,7
/proc/25234/stat : 25234 (clasp) R 25232 25234 23862 0 -1 4202496 18150 0 0 0 424232 4 0 0 25 0 1 0 780031331 86040576 17786 33554432000 4194304 4929204 140733555033664 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/25234/statm: 21006 17786 369 180 0 18016 0
Current children cumulated CPU time (s) 4242.36
Current children cumulated vsize (KiB) 84024

[startup+4302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/490 25377
/proc/meminfo: memFree=19330236/32951124 swapFree=63649292/67111528
[pid=25234] ppid=25232 vsize=84276 CPUtime=4302.36 cores=1,3,5,7
/proc/25234/stat : 25234 (clasp) R 25232 25234 23862 0 -1 4202496 18172 0 0 0 430232 4 0 0 25 0 1 0 780031331 86298624 17808 33554432000 4194304 4929204 140733555033664 18446744073709551615 4316272 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/25234/statm: 21069 17808 369 180 0 18079 0
Current children cumulated CPU time (s) 4302.36
Current children cumulated vsize (KiB) 84276

[startup+4362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/490 25381
/proc/meminfo: memFree=19328380/32951124 swapFree=63649292/67111528
[pid=25234] ppid=25232 vsize=86128 CPUtime=4362.36 cores=1,3,5,7
/proc/25234/stat : 25234 (clasp) R 25232 25234 23862 0 -1 4202496 18630 0 0 0 436232 4 0 0 25 0 1 0 780031331 88195072 18266 33554432000 4194304 4929204 140733555033664 18446744073709551615 4357473 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/25234/statm: 21532 18266 369 180 0 18542 0
Current children cumulated CPU time (s) 4362.36
Current children cumulated vsize (KiB) 86128

[startup+4422.3 s]
/proc/loadavg: 2.11 2.04 2.01 3/490 25383
/proc/meminfo: memFree=19327224/32951124 swapFree=63649292/67111528
[pid=25234] ppid=25232 vsize=86128 CPUtime=4422.36 cores=1,3,5,7
/proc/25234/stat : 25234 (clasp) R 25232 25234 23862 0 -1 4202496 18630 0 0 0 442232 4 0 0 25 0 1 0 780031331 88195072 18266 33554432000 4194304 4929204 140733555033664 18446744073709551615 4316093 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/25234/statm: 21532 18266 369 180 0 18542 0
Current children cumulated CPU time (s) 4422.36
Current children cumulated vsize (KiB) 86128

[startup+4482.3 s]
/proc/loadavg: 2.09 2.04 2.01 3/490 25384
/proc/meminfo: memFree=19326436/32951124 swapFree=63649292/67111528
[pid=25234] ppid=25232 vsize=86128 CPUtime=4482.36 cores=1,3,5,7
/proc/25234/stat : 25234 (clasp) R 25232 25234 23862 0 -1 4202496 18633 0 0 0 448232 4 0 0 25 0 1 0 780031331 88195072 18269 33554432000 4194304 4929204 140733555033664 18446744073709551615 4633697 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/25234/statm: 21532 18269 369 180 0 18542 0
Current children cumulated CPU time (s) 4482.36
Current children cumulated vsize (KiB) 86128

[startup+4542.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/490 25386
/proc/meminfo: memFree=19325772/32951124 swapFree=63649292/67111528
[pid=25234] ppid=25232 vsize=86128 CPUtime=4542.36 cores=1,3,5,7
/proc/25234/stat : 25234 (clasp) R 25232 25234 23862 0 -1 4202496 18642 0 0 0 454232 4 0 0 25 0 1 0 780031331 88195072 18278 33554432000 4194304 4929204 140733555033664 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/25234/statm: 21532 18278 369 180 0 18542 0
Current children cumulated CPU time (s) 4542.36
Current children cumulated vsize (KiB) 86128

[startup+4602.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/490 25388
/proc/meminfo: memFree=19325100/32951124 swapFree=63649292/67111528
[pid=25234] ppid=25232 vsize=86128 CPUtime=4602.38 cores=1,3,5,7
/proc/25234/stat : 25234 (clasp) R 25232 25234 23862 0 -1 4202496 18642 0 0 0 460234 4 0 0 25 0 1 0 780031331 88195072 18278 33554432000 4194304 4929204 140733555033664 18446744073709551615 4316200 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/25234/statm: 21532 18278 369 180 0 18542 0
Current children cumulated CPU time (s) 4602.38
Current children cumulated vsize (KiB) 86128

[startup+4662.3 s]
/proc/loadavg: 2.08 2.06 2.01 3/490 25389
/proc/meminfo: memFree=19323560/32951124 swapFree=63649292/67111528
[pid=25234] ppid=25232 vsize=86128 CPUtime=4662.37 cores=1,3,5,7
/proc/25234/stat : 25234 (clasp) R 25232 25234 23862 0 -1 4202496 18642 0 0 0 466233 4 0 0 25 0 1 0 780031331 88195072 18278 33554432000 4194304 4929204 140733555033664 18446744073709551615 4316286 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/25234/statm: 21532 18278 369 180 0 18542 0
Current children cumulated CPU time (s) 4662.37
Current children cumulated vsize (KiB) 86128

[startup+4722.32 s]
/proc/loadavg: 2.03 2.04 2.00 3/490 25391
/proc/meminfo: memFree=19322900/32951124 swapFree=63649292/67111528
[pid=25234] ppid=25232 vsize=86128 CPUtime=4722.39 cores=1,3,5,7
/proc/25234/stat : 25234 (clasp) R 25232 25234 23862 0 -1 4202496 18643 0 0 0 472235 4 0 0 25 0 1 0 780031331 88195072 18279 33554432000 4194304 4929204 140733555033664 18446744073709551615 4316213 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/25234/statm: 21532 18279 369 180 0 18542 0
Current children cumulated CPU time (s) 4722.39
Current children cumulated vsize (KiB) 86128

[startup+4782.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/490 25392
/proc/meminfo: memFree=19323228/32951124 swapFree=63649292/67111528
[pid=25234] ppid=25232 vsize=86128 CPUtime=4782.37 cores=1,3,5,7
/proc/25234/stat : 25234 (clasp) R 25232 25234 23862 0 -1 4202496 18644 0 0 0 478233 4 0 0 25 0 1 0 780031331 88195072 18280 33554432000 4194304 4929204 140733555033664 18446744073709551615 4633752 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/25234/statm: 21532 18280 369 180 0 18542 0
Current children cumulated CPU time (s) 4782.37
Current children cumulated vsize (KiB) 86128

[startup+4842.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/490 25394
/proc/meminfo: memFree=19321940/32951124 swapFree=63649292/67111528
[pid=25234] ppid=25232 vsize=86536 CPUtime=4842.37 cores=1,3,5,7
/proc/25234/stat : 25234 (clasp) R 25232 25234 23862 0 -1 4202496 18759 0 0 0 484233 4 0 0 25 0 1 0 780031331 88612864 18395 33554432000 4194304 4929204 140733555033664 18446744073709551615 4316165 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/25234/statm: 21634 18395 369 180 0 18644 0
Current children cumulated CPU time (s) 4842.37
Current children cumulated vsize (KiB) 86536

[startup+4902.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/490 25396
/proc/meminfo: memFree=19322140/32951124 swapFree=63649292/67111528
[pid=25234] ppid=25232 vsize=86760 CPUtime=4902.37 cores=1,3,5,7
/proc/25234/stat : 25234 (clasp) R 25232 25234 23862 0 -1 4202496 18788 0 0 0 490233 4 0 0 25 0 1 0 780031331 88842240 18424 33554432000 4194304 4929204 140733555033664 18446744073709551615 4633792 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/25234/statm: 21690 18424 369 180 0 18700 0
Current children cumulated CPU time (s) 4902.37
Current children cumulated vsize (KiB) 86760

[startup+4962.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/490 25397
/proc/meminfo: memFree=19321580/32951124 swapFree=63649292/67111528
[pid=25234] ppid=25232 vsize=86760 CPUtime=4962.37 cores=1,3,5,7
/proc/25234/stat : 25234 (clasp) R 25232 25234 23862 0 -1 4202496 18791 0 0 0 496233 4 0 0 25 0 1 0 780031331 88842240 18427 33554432000 4194304 4929204 140733555033664 18446744073709551615 4633737 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/25234/statm: 21690 18427 369 180 0 18700 0
Current children cumulated CPU time (s) 4962.37
Current children cumulated vsize (KiB) 86760



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.00 2.01 2.00 3/490 25398
/proc/meminfo: memFree=19321032/32951124 swapFree=63649292/67111528
[pid=25234] ppid=25232 vsize=87160 CPUtime=5000.08 cores=1,3,5,7
/proc/25234/stat : 25234 (clasp) R 25232 25234 23862 0 -1 4202496 18879 0 0 0 500004 4 0 0 25 0 1 0 780031331 89251840 18515 33554432000 4194304 4929204 140733555033664 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/25234/statm: 21790 18515 369 180 0 18800 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 87160

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): 5000.02
CPU time (s): 5000.1
CPU user time (s): 5000.05
CPU system time (s): 0.049992
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 87160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5000.05
system time used= 0.049992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18891
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= 7824

runsolver used 22.6016 second user time and 55.5955 second system time

The end

Launcher Data

Begin job on node130 at 2011-05-29 17:52:08
IDJOB=3423003
IDBENCH=71583
IDSOLVER=1917
FILE ID=node130/3423003-1306684328
RUNJOBID= node130-1306684328-25221
PBS_JOBID= 13471767
Free space on /tmp= 73376 MiB

SOLVER NAME= clasp 2.0-R4092-crafted
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v945c61409gyes1.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-3423003-1306684328/watcher-3423003-1306684328 -o /tmp/evaluation-result-3423003-1306684328/solver-3423003-1306684328 -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-3423003-1306684328.cnf

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

MD5SUM BENCH= 26b9098de258b0434de90e744962df46
RANDOM SEED=107379802

node130.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	: 5332.83
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.81
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.75
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.83
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.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.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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19494600 kB
Buffers:        369188 kB
Cached:        7984836 kB
SwapCached:      10260 kB
Active:        7544216 kB
Inactive:      5593928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19494600 kB
SwapTotal:    67111528 kB
SwapFree:     63649292 kB
Dirty:            2368 kB
Writeback:           0 kB
AnonPages:     4782168 kB
Mapped:          29916 kB
Slab:           195504 kB
PageTables:      53376 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 145075332 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= 73376 MiB
End job on node130 at 2011-05-29 19:15:30