Trace number 3422982

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.04 4999.92

General information on the benchmark

NameCRAFTED/rbsat/random/forced/
rbsat-v1375c111739gyes10.cnf
MD5SUMc904604702db7cfabf92e607e197d409
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark8.50471
Satisfiable
(Un)Satisfiability was proved
Number of variables1375
Number of clauses111739
Sum of the clauses size224743
Maximum clause length25
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2111684
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 555

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...683679/instance-3422982-1306683679.cnf
0.29/0.38	c Solving...
5000.03/4999.91	
5000.03/4999.91	*** INTERRUPTED! ***
5000.03/4999.91	s UNKNOWN
5000.03/4999.91	
5000.03/4999.91	c INTERRUPTED   : 1
5000.03/4999.91	c Models        : 0+    
5000.03/4999.91	c Time          : 4999.916s (Solving: 4999.54s 1st Model: 0.00s Unsat: 0.00s)
5000.03/4999.91	c CPU Time      : 5000.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: 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-3422982-1306683679/watcher-3422982-1306683679 -o /tmp/evaluation-result-3422982-1306683679/solver-3422982-1306683679 -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-3422982-1306683679.cnf 

running on 4 cores: 0,2,4,6

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.98 1.09 2/474 28410
/proc/meminfo: memFree=15901684/32951124 swapFree=67057928/67111528
[pid=28410] ppid=28408 vsize=14848 CPUtime=0.01 cores=0,2,4,6
/proc/28410/stat : 28410 (clasp) R 28408 28410 27183 0 -1 4202496 1256 0 0 0 1 0 0 0 22 0 1 0 760783259 15204352 1016 33554432000 4194304 4929204 140735300705232 18446744073709551615 254261277381 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/28410/statm: 3712 1017 327 180 0 722 0

[startup+0.106789 s]
/proc/loadavg: 0.92 0.98 1.09 2/474 28410
/proc/meminfo: memFree=15901684/32951124 swapFree=67057928/67111528
[pid=28410] ppid=28408 vsize=19696 CPUtime=0.1 cores=0,2,4,6
/proc/28410/stat : 28410 (clasp) R 28408 28410 27183 0 -1 4202496 2691 0 0 0 10 0 0 0 23 0 1 0 760783259 20168704 2137 33554432000 4194304 4929204 140735300705232 18446744073709551615 4582148 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/28410/statm: 4924 2137 339 180 0 1934 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 19696

[startup+0.200773 s]
/proc/loadavg: 0.92 0.98 1.09 2/474 28410
/proc/meminfo: memFree=15901684/32951124 swapFree=67057928/67111528
[pid=28410] ppid=28408 vsize=19696 CPUtime=0.19 cores=0,2,4,6
/proc/28410/stat : 28410 (clasp) R 28408 28410 27183 0 -1 4202496 2706 0 0 0 19 0 0 0 23 0 1 0 760783259 20168704 2152 33554432000 4194304 4929204 140735300705232 18446744073709551615 4574978 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/28410/statm: 4924 2153 339 180 0 1934 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 19696

[startup+0.300753 s]
/proc/loadavg: 0.92 0.98 1.09 2/474 28410
/proc/meminfo: memFree=15901684/32951124 swapFree=67057928/67111528
[pid=28410] ppid=28408 vsize=20488 CPUtime=0.29 cores=0,2,4,6
/proc/28410/stat : 28410 (clasp) R 28408 28410 27183 0 -1 4202496 2920 0 0 0 29 0 0 0 23 0 1 0 760783259 20979712 2366 33554432000 4194304 4929204 140735300705232 18446744073709551615 4574965 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/28410/statm: 5122 2366 339 180 0 2132 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20488

[startup+0.70068 s]
/proc/loadavg: 0.92 0.98 1.09 2/474 28410
/proc/meminfo: memFree=15901684/32951124 swapFree=67057928/67111528
[pid=28410] ppid=28408 vsize=19828 CPUtime=0.69 cores=0,2,4,6
/proc/28410/stat : 28410 (clasp) R 28408 28410 27183 0 -1 4202496 3053 0 0 0 69 0 0 0 25 0 1 0 760783259 20303872 2280 33554432000 4194304 4929204 140735300705232 18446744073709551615 254261275445 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/28410/statm: 4957 2280 367 180 0 1967 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19828

[startup+1.50055 s]
/proc/loadavg: 0.92 0.98 1.09 3/478 28417
/proc/meminfo: memFree=15872052/32951124 swapFree=67057928/67111528
[pid=28410] ppid=28408 vsize=19828 CPUtime=1.49 cores=0,2,4,6
/proc/28410/stat : 28410 (clasp) R 28408 28410 27183 0 -1 4202496 3053 0 0 0 149 0 0 0 25 0 1 0 760783259 20303872 2280 33554432000 4194304 4929204 140735300705232 18446744073709551615 4638665 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/28410/statm: 4957 2280 367 180 0 1967 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 19828

[startup+3.10026 s]
/proc/loadavg: 0.92 0.98 1.09 3/478 28417
/proc/meminfo: memFree=15870316/32951124 swapFree=67057928/67111528
[pid=28410] ppid=28408 vsize=19828 CPUtime=3.09 cores=0,2,4,6
/proc/28410/stat : 28410 (clasp) R 28408 28410 27183 0 -1 4202496 3078 0 0 0 309 0 0 0 25 0 1 0 760783259 20303872 2305 33554432000 4194304 4929204 140735300705232 18446744073709551615 4316286 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/28410/statm: 4957 2305 367 180 0 1967 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 19828

[startup+6.3007 s]
/proc/loadavg: 1.01 1.00 1.09 3/478 28417
/proc/meminfo: memFree=15869944/32951124 swapFree=67057928/67111528
[pid=28410] ppid=28408 vsize=20488 CPUtime=6.29 cores=0,2,4,6
/proc/28410/stat : 28410 (clasp) R 28408 28410 27183 0 -1 4202496 3247 0 0 0 629 0 0 0 25 0 1 0 760783259 20979712 2474 33554432000 4194304 4929204 140735300705232 18446744073709551615 4327287 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/28410/statm: 5122 2474 367 180 0 2132 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 20488

[startup+12.7006 s]
/proc/loadavg: 1.09 1.02 1.10 3/478 28417
/proc/meminfo: memFree=15867560/32951124 swapFree=67057928/67111528
[pid=28410] ppid=28408 vsize=22632 CPUtime=12.69 cores=0,2,4,6
/proc/28410/stat : 28410 (clasp) R 28408 28410 27183 0 -1 4202496 3762 0 0 0 1269 0 0 0 25 0 1 0 760783259 23175168 2989 33554432000 4194304 4929204 140735300705232 18446744073709551615 4633770 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/28410/statm: 5658 2989 367 180 0 2668 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 22632

[startup+25.5003 s]
/proc/loadavg: 1.29 1.06 1.11 3/478 28418
/proc/meminfo: memFree=15865356/32951124 swapFree=67057928/67111528
[pid=28410] ppid=28408 vsize=24352 CPUtime=25.49 cores=0,2,4,6
/proc/28410/stat : 28410 (clasp) R 28408 28410 27183 0 -1 4202496 4179 0 0 0 2549 0 0 0 25 0 1 0 760783259 24936448 3406 33554432000 4194304 4929204 140735300705232 18446744073709551615 4337392 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/28410/statm: 6088 3406 367 180 0 3098 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 24352

[startup+51.1008 s]
/proc/loadavg: 1.53 1.14 1.13 3/478 28418
/proc/meminfo: memFree=15857224/32951124 swapFree=67057928/67111528
[pid=28410] ppid=28408 vsize=28544 CPUtime=51.09 cores=0,2,4,6
/proc/28410/stat : 28410 (clasp) R 28408 28410 27183 0 -1 4202496 5236 0 0 0 5109 0 0 0 25 0 1 0 760783259 29229056 4463 33554432000 4194304 4929204 140735300705232 18446744073709551615 4316056 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/28410/statm: 7136 4463 367 180 0 4146 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 28544

[startup+102.301 s]
/proc/loadavg: 1.79 1.27 1.17 3/478 28420
/proc/meminfo: memFree=15850648/32951124 swapFree=67057928/67111528
[pid=28410] ppid=28408 vsize=30672 CPUtime=102.31 cores=0,2,4,6
/proc/28410/stat : 28410 (clasp) R 28408 28410 27183 0 -1 4202496 5719 0 0 0 10231 0 0 0 25 0 1 0 760783259 31408128 4946 33554432000 4194304 4929204 140735300705232 18446744073709551615 4633773 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/28410/statm: 7668 4946 367 180 0 4678 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 30672

[startup+162.301 s]
/proc/loadavg: 1.92 1.40 1.22 3/478 28421
/proc/meminfo: memFree=15841820/32951124 swapFree=67057928/67111528
[pid=28410] ppid=28408 vsize=34480 CPUtime=162.29 cores=0,2,4,6
/proc/28410/stat : 28410 (clasp) R 28408 28410 27183 0 -1 4202496 6670 0 0 0 16229 0 0 0 25 0 1 0 760783259 35307520 5897 33554432000 4194304 4929204 140735300705232 18446744073709551615 4633770 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/28410/statm: 8620 5897 369 180 0 5630 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 34480

[startup+222.319 s]
/proc/loadavg: 1.97 1.51 1.27 3/478 28423
/proc/meminfo: memFree=15837588/32951124 swapFree=67057928/67111528
[pid=28410] ppid=28408 vsize=36984 CPUtime=222.31 cores=0,2,4,6
/proc/28410/stat : 28410 (clasp) R 28408 28410 27183 0 -1 4202496 7282 0 0 0 22231 0 0 0 25 0 1 0 760783259 37871616 6509 33554432000 4194304 4929204 140735300705232 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/28410/statm: 9246 6509 369 180 0 6256 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 36984

[startup+282.301 s]
/proc/loadavg: 1.99 1.59 1.31 3/478 28424
/proc/meminfo: memFree=15831720/32951124 swapFree=67057928/67111528
[pid=28410] ppid=28408 vsize=40208 CPUtime=282.29 cores=0,2,4,6
/proc/28410/stat : 28410 (clasp) R 28408 28410 27183 0 -1 4202496 8057 0 0 0 28229 0 0 0 25 0 1 0 760783259 41172992 7284 33554432000 4194304 4929204 140735300705232 18446744073709551615 4316241 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/28410/statm: 10052 7284 369 180 0 7062 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 40208

[startup+342.3 s]
/proc/loadavg: 2.14 1.71 1.37 3/478 28426
/proc/meminfo: memFree=15825256/32951124 swapFree=67057928/67111528
[pid=28410] ppid=28408 vsize=42172 CPUtime=342.3 cores=0,2,4,6
/proc/28410/stat : 28410 (clasp) R 28408 28410 27183 0 -1 4202496 8534 0 0 0 34229 1 0 0 25 0 1 0 760783259 43184128 7761 33554432000 4194304 4929204 140735300705232 18446744073709551615 4633958 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/28410/statm: 10543 7761 369 180 0 7553 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 42172

[startup+402.301 s]
/proc/loadavg: 2.05 1.76 1.40 3/478 28428
/proc/meminfo: memFree=15823372/32951124 swapFree=67057928/67111528
[pid=28410] ppid=28408 vsize=42172 CPUtime=402.3 cores=0,2,4,6
/proc/28410/stat : 28410 (clasp) R 28408 28410 27183 0 -1 4202496 8535 0 0 0 40229 1 0 0 25 0 1 0 760783259 43184128 7762 33554432000 4194304 4929204 140735300705232 18446744073709551615 4633770 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/28410/statm: 10543 7762 369 180 0 7553 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 42172

[startup+462.301 s]
/proc/loadavg: 2.18 1.83 1.45 3/478 28429
/proc/meminfo: memFree=15818508/32951124 swapFree=67057928/67111528
[pid=28410] ppid=28408 vsize=44720 CPUtime=462.3 cores=0,2,4,6
/proc/28410/stat : 28410 (clasp) R 28408 28410 27183 0 -1 4202496 9136 0 0 0 46229 1 0 0 25 0 1 0 760783259 45793280 8363 33554432000 4194304 4929204 140735300705232 18446744073709551615 4316128 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/28410/statm: 11180 8363 369 180 0 8190 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 44720

[startup+522.301 s]
/proc/loadavg: 2.14 1.88 1.48 3/478 28431
/proc/meminfo: memFree=15815252/32951124 swapFree=67057928/67111528
[pid=28410] ppid=28408 vsize=45288 CPUtime=522.3 cores=0,2,4,6
/proc/28410/stat : 28410 (clasp) R 28408 28410 27183 0 -1 4202496 9273 0 0 0 52229 1 0 0 25 0 1 0 760783259 46374912 8500 33554432000 4194304 4929204 140735300705232 18446744073709551615 4316032 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/28410/statm: 11322 8500 369 180 0 8332 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 45288

[startup+582.301 s]
/proc/loadavg: 2.05 1.90 1.51 3/478 28432
/proc/meminfo: memFree=15812976/32951124 swapFree=67057928/67111528
[pid=28410] ppid=28408 vsize=46352 CPUtime=582.31 cores=0,2,4,6
/proc/28410/stat : 28410 (clasp) R 28408 28410 27183 0 -1 4202496 9536 0 0 0 58230 1 0 0 25 0 1 0 760783259 47464448 8763 33554432000 4194304 4929204 140735300705232 18446744073709551615 4633770 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/28410/statm: 11588 8763 369 180 0 8598 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 46352

[startup+642.3 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.04 2.03 1.98 3/478 28536
/proc/meminfo: memFree=15736412/32951124 swapFree=67057928/67111528
[pid=28410] ppid=28408 vsize=81272 CPUtime=4002.39 cores=0,2,4,6
/proc/28410/stat : 28410 (clasp) R 28408 28410 27183 0 -1 4202496 17891 0 0 0 400236 3 0 0 25 0 1 0 760783259 83222528 17118 33554432000 4194304 4929204 140735300705232 18446744073709551615 4638366 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/28410/statm: 20318 17118 369 180 0 17328 0
Current children cumulated CPU time (s) 4002.39
Current children cumulated vsize (KiB) 81272

[startup+4062.3 s]
/proc/loadavg: 2.01 2.02 1.98 3/478 28537
/proc/meminfo: memFree=15731432/32951124 swapFree=67057928/67111528
[pid=28410] ppid=28408 vsize=81524 CPUtime=4062.4 cores=0,2,4,6
/proc/28410/stat : 28410 (clasp) R 28408 28410 27183 0 -1 4202496 17948 0 0 0 406237 3 0 0 25 0 1 0 760783259 83480576 17175 33554432000 4194304 4929204 140735300705232 18446744073709551615 4316093 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/28410/statm: 20381 17175 369 180 0 17391 0
Current children cumulated CPU time (s) 4062.4
Current children cumulated vsize (KiB) 81524

[startup+4122.3 s]
/proc/loadavg: 2.00 2.02 1.98 3/478 28539
/proc/meminfo: memFree=15729040/32951124 swapFree=67057928/67111528
[pid=28410] ppid=28408 vsize=83072 CPUtime=4122.39 cores=0,2,4,6
/proc/28410/stat : 28410 (clasp) R 28408 28410 27183 0 -1 4202496 18332 0 0 0 412236 3 0 0 25 0 1 0 760783259 85065728 17559 33554432000 4194304 4929204 140735300705232 18446744073709551615 4633697 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/28410/statm: 20768 17559 369 180 0 17778 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 83072

[startup+4182.32 s]
/proc/loadavg: 2.00 2.01 1.98 3/478 28540
/proc/meminfo: memFree=15726528/32951124 swapFree=67057928/67111528
[pid=28410] ppid=28408 vsize=83072 CPUtime=4182.41 cores=0,2,4,6
/proc/28410/stat : 28410 (clasp) R 28408 28410 27183 0 -1 4202496 18337 0 0 0 418238 3 0 0 25 0 1 0 760783259 85065728 17564 33554432000 4194304 4929204 140735300705232 18446744073709551615 4316093 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/28410/statm: 20768 17564 369 180 0 17778 0
Current children cumulated CPU time (s) 4182.41
Current children cumulated vsize (KiB) 83072

[startup+4242.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/478 28542
/proc/meminfo: memFree=15726500/32951124 swapFree=67057928/67111528
[pid=28410] ppid=28408 vsize=83072 CPUtime=4242.39 cores=0,2,4,6
/proc/28410/stat : 28410 (clasp) R 28408 28410 27183 0 -1 4202496 18341 0 0 0 424236 3 0 0 25 0 1 0 760783259 85065728 17568 33554432000 4194304 4929204 140735300705232 18446744073709551615 4633752 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/28410/statm: 20768 17568 369 180 0 17778 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 83072

[startup+4302.3 s]
/proc/loadavg: 2.04 2.02 1.99 3/478 28544
/proc/meminfo: memFree=15725600/32951124 swapFree=67057928/67111528
[pid=28410] ppid=28408 vsize=83072 CPUtime=4302.39 cores=0,2,4,6
/proc/28410/stat : 28410 (clasp) R 28408 28410 27183 0 -1 4202496 18341 0 0 0 430236 3 0 0 25 0 1 0 760783259 85065728 17568 33554432000 4194304 4929204 140735300705232 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/28410/statm: 20768 17568 369 180 0 17778 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 83072

[startup+4362.3 s]
/proc/loadavg: 2.01 2.01 1.99 3/478 28545
/proc/meminfo: memFree=15724092/32951124 swapFree=67057928/67111528
[pid=28410] ppid=28408 vsize=83072 CPUtime=4362.39 cores=0,2,4,6
/proc/28410/stat : 28410 (clasp) R 28408 28410 27183 0 -1 4202496 18342 0 0 0 436236 3 0 0 25 0 1 0 760783259 85065728 17569 33554432000 4194304 4929204 140735300705232 18446744073709551615 4632560 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/28410/statm: 20768 17569 369 180 0 17778 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 83072

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/478 28547
/proc/meminfo: memFree=15723816/32951124 swapFree=67057928/67111528
[pid=28410] ppid=28408 vsize=83920 CPUtime=4422.4 cores=0,2,4,6
/proc/28410/stat : 28410 (clasp) R 28408 28410 27183 0 -1 4202496 18542 0 0 0 442236 4 0 0 25 0 1 0 760783259 85934080 17769 33554432000 4194304 4929204 140735300705232 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/28410/statm: 20980 17769 369 180 0 17990 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 83920

[startup+4482.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/478 28548
/proc/meminfo: memFree=15717688/32951124 swapFree=67057928/67111528
[pid=28410] ppid=28408 vsize=87104 CPUtime=4482.4 cores=0,2,4,6
/proc/28410/stat : 28410 (clasp) R 28408 28410 27183 0 -1 4202496 19353 0 0 0 448236 4 0 0 25 0 1 0 760783259 89194496 18580 33554432000 4194304 4929204 140735300705232 18446744073709551615 4357467 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/28410/statm: 21776 18580 369 180 0 18786 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 87104

[startup+4542.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/478 28550
/proc/meminfo: memFree=15717296/32951124 swapFree=67057928/67111528
[pid=28410] ppid=28408 vsize=87104 CPUtime=4542.4 cores=0,2,4,6
/proc/28410/stat : 28410 (clasp) R 28408 28410 27183 0 -1 4202496 19354 0 0 0 454236 4 0 0 25 0 1 0 760783259 89194496 18581 33554432000 4194304 4929204 140735300705232 18446744073709551615 4327593 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/28410/statm: 21776 18581 369 180 0 18786 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 87104

[startup+4602.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/478 28552
/proc/meminfo: memFree=15717528/32951124 swapFree=67057928/67111528
[pid=28410] ppid=28408 vsize=87104 CPUtime=4602.4 cores=0,2,4,6
/proc/28410/stat : 28410 (clasp) R 28408 28410 27183 0 -1 4202496 19354 0 0 0 460236 4 0 0 25 0 1 0 760783259 89194496 18581 33554432000 4194304 4929204 140735300705232 18446744073709551615 4633734 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/28410/statm: 21776 18581 369 180 0 18786 0
Current children cumulated CPU time (s) 4602.4
Current children cumulated vsize (KiB) 87104

[startup+4662.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/478 28553
/proc/meminfo: memFree=15714404/32951124 swapFree=67057928/67111528
[pid=28410] ppid=28408 vsize=87244 CPUtime=4662.41 cores=0,2,4,6
/proc/28410/stat : 28410 (clasp) R 28408 28410 27183 0 -1 4202496 19387 0 0 0 466237 4 0 0 25 0 1 0 760783259 89337856 18614 33554432000 4194304 4929204 140735300705232 18446744073709551615 4633759 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/28410/statm: 21811 18614 369 180 0 18821 0
Current children cumulated CPU time (s) 4662.41
Current children cumulated vsize (KiB) 87244

[startup+4722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/478 28555
/proc/meminfo: memFree=15714260/32951124 swapFree=67057928/67111528
[pid=28410] ppid=28408 vsize=87244 CPUtime=4722.42 cores=0,2,4,6
/proc/28410/stat : 28410 (clasp) R 28408 28410 27183 0 -1 4202496 19389 0 0 0 472238 4 0 0 25 0 1 0 760783259 89337856 18616 33554432000 4194304 4929204 140735300705232 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/28410/statm: 21811 18616 369 180 0 18821 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 87244

[startup+4782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/478 28565
/proc/meminfo: memFree=15713304/32951124 swapFree=67057928/67111528
[pid=28410] ppid=28408 vsize=87244 CPUtime=4782.41 cores=0,2,4,6
/proc/28410/stat : 28410 (clasp) R 28408 28410 27183 0 -1 4202496 19402 0 0 0 478237 4 0 0 25 0 1 0 760783259 89337856 18629 33554432000 4194304 4929204 140735300705232 18446744073709551615 4337412 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/28410/statm: 21811 18629 369 180 0 18821 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 87244

[startup+4842.32 s]
/proc/loadavg: 2.11 2.03 2.01 3/478 28567
/proc/meminfo: memFree=15713068/32951124 swapFree=67057928/67111528
[pid=28410] ppid=28408 vsize=87244 CPUtime=4842.43 cores=0,2,4,6
/proc/28410/stat : 28410 (clasp) R 28408 28410 27183 0 -1 4202496 19409 0 0 0 484239 4 0 0 25 0 1 0 760783259 89337856 18636 33554432000 4194304 4929204 140735300705232 18446744073709551615 4632840 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/28410/statm: 21811 18636 369 180 0 18821 0
Current children cumulated CPU time (s) 4842.43
Current children cumulated vsize (KiB) 87244

[startup+4902.3 s]
/proc/loadavg: 2.09 2.04 2.01 3/478 28569
/proc/meminfo: memFree=15713288/32951124 swapFree=67057928/67111528
[pid=28410] ppid=28408 vsize=87244 CPUtime=4902.41 cores=0,2,4,6
/proc/28410/stat : 28410 (clasp) R 28408 28410 27183 0 -1 4202496 19414 0 0 0 490237 4 0 0 25 0 1 0 760783259 89337856 18641 33554432000 4194304 4929204 140735300705232 18446744073709551615 4316334 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/28410/statm: 21811 18641 369 180 0 18821 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 87244

[startup+4962.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/478 28570
/proc/meminfo: memFree=15714508/32951124 swapFree=67057928/67111528
[pid=28410] ppid=28408 vsize=87244 CPUtime=4962.41 cores=0,2,4,6
/proc/28410/stat : 28410 (clasp) R 28408 28410 27183 0 -1 4202496 19416 0 0 0 496237 4 0 0 25 0 1 0 760783259 89337856 18643 33554432000 4194304 4929204 140735300705232 18446744073709551615 4633697 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/28410/statm: 21811 18643 369 180 0 18821 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 87244



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.16 2.06 2.01 3/478 28571
/proc/meminfo: memFree=15714360/32951124 swapFree=67057928/67111528
[pid=28410] ppid=28408 vsize=87244 CPUtime=5000.03 cores=0,2,4,6
/proc/28410/stat : 28410 (clasp) R 28408 28410 27183 0 -1 4202496 19416 0 0 0 499999 4 0 0 25 0 1 0 760783259 89337856 18643 33554432000 4194304 4929204 140735300705232 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/28410/statm: 21811 18643 369 180 0 18821 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 87244

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): 4999.92
CPU time (s): 5000.04
CPU user time (s): 5000
CPU system time (s): 0.046992
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 87244

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

runsolver used 24.7692 second user time and 52.517 second system time

The end

Launcher Data

Begin job on node140 at 2011-05-29 17:41:19
IDJOB=3422982
IDBENCH=71397
IDSOLVER=1917
FILE ID=node140/3422982-1306683679
RUNJOBID= node140-1306683679-28396
PBS_JOBID= 13471757
Free space on /tmp= 73408 MiB

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

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

MD5SUM BENCH= c904604702db7cfabf92e607e197d409
RANDOM SEED=2066585267

node140.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.833
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.66
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.833
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.14
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.833
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.833
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.77
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.833
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.833
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.833
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.833
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:      15902212 kB
Buffers:        372760 kB
Cached:        9398400 kB
SwapCached:       8168 kB
Active:       11189016 kB
Inactive:      5501668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15902212 kB
SwapTotal:    67111528 kB
SwapFree:     67057928 kB
Dirty:            5088 kB
Writeback:           0 kB
AnonPages:     6915428 kB
Mapped:          37628 kB
Slab:           238660 kB
PageTables:      52408 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 141381296 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= 73404 MiB
End job on node140 at 2011-05-29 19:04:41