Trace number 3422995

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.05 4999.82

General information on the benchmark

NameCRAFTED/rbsat/crafted/unforced/
rbsat-v760c43649g2.cnf
MD5SUM791cdb75c1a209efd7f7547f06e0fed9
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4697.32
Satisfiable
(Un)Satisfiability was proved
Number of variables760
Number of clauses43649
Sum of the clauses size87978
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 243609
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...683872/instance-3422995-1306683872.cnf
0.09/0.11	c Solving...
5000.02/4999.81	
5000.02/4999.81	*** INTERRUPTED! ***
5000.02/4999.81	s UNKNOWN
5000.02/4999.81	
5000.02/4999.81	c INTERRUPTED   : 1
5000.02/4999.81	c Models        : 0+    
5000.02/4999.81	c Time          : 4999.813s (Solving: 4999.70s 1st Model: 0.00s Unsat: 0.00s)
5000.02/4999.81	c CPU Time      : 5000.040s

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-3422995-1306683872/watcher-3422995-1306683872 -o /tmp/evaluation-result-3422995-1306683872/solver-3422995-1306683872 -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-3422995-1306683872.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: 1.00 1.01 1.13 3/433 1382
/proc/meminfo: memFree=15936780/32951124 swapFree=54329440/67111528
[pid=1382] ppid=1379 vsize=12464 CPUtime=0 cores=0,2,4,6
/proc/1382/stat : 1382 (clasp) R 1379 1382 32607 0 -1 4202496 484 0 0 0 0 0 0 0 18 0 1 0 760802829 12763136 420 33554432000 4194304 4929204 140736257272656 18446744073709551615 270338044613 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/1382/statm: 3116 425 327 180 0 126 0

[startup+0.071014 s]
/proc/loadavg: 1.00 1.01 1.13 3/433 1382
/proc/meminfo: memFree=15936780/32951124 swapFree=54329440/67111528
[pid=1382] ppid=1379 vsize=15484 CPUtime=0.06 cores=0,2,4,6
/proc/1382/stat : 1382 (clasp) R 1379 1382 32607 0 -1 4202496 1365 0 0 0 6 0 0 0 18 0 1 0 760802829 15855616 1124 33554432000 4194304 4929204 140736257272656 18446744073709551615 270338044613 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/1382/statm: 3871 1125 339 180 0 881 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 15484

[startup+0.101011 s]
/proc/loadavg: 1.00 1.01 1.13 3/433 1382
/proc/meminfo: memFree=15936780/32951124 swapFree=54329440/67111528
[pid=1382] ppid=1379 vsize=15880 CPUtime=0.09 cores=0,2,4,6
/proc/1382/stat : 1382 (clasp) R 1379 1382 32607 0 -1 4202496 1457 0 0 0 9 0 0 0 18 0 1 0 760802829 16261120 1216 33554432000 4194304 4929204 140736257272656 18446744073709551615 4574897 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/1382/statm: 3970 1216 339 180 0 980 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15880

[startup+0.300971 s]
/proc/loadavg: 1.00 1.01 1.13 3/433 1382
/proc/meminfo: memFree=15936780/32951124 swapFree=54329440/67111528
[pid=1382] ppid=1379 vsize=15396 CPUtime=0.29 cores=0,2,4,6
/proc/1382/stat : 1382 (clasp) R 1379 1382 32607 0 -1 4202496 1516 0 0 0 29 0 0 0 18 0 1 0 760802829 15765504 1189 33554432000 4194304 4929204 140736257272656 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/1382/statm: 3849 1189 367 180 0 859 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15396

[startup+0.700889 s]
/proc/loadavg: 1.00 1.01 1.13 3/433 1382
/proc/meminfo: memFree=15936780/32951124 swapFree=54329440/67111528
[pid=1382] ppid=1379 vsize=16452 CPUtime=0.69 cores=0,2,4,6
/proc/1382/stat : 1382 (clasp) R 1379 1382 32607 0 -1 4202496 1770 0 0 0 69 0 0 0 18 0 1 0 760802829 16846848 1443 33554432000 4194304 4929204 140736257272656 18446744073709551615 4316154 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/1382/statm: 4113 1443 367 180 0 1123 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16452

[startup+1.50071 s]
/proc/loadavg: 1.08 1.02 1.13 3/438 1387
/proc/meminfo: memFree=15925720/32951124 swapFree=54329440/67111528
[pid=1382] ppid=1379 vsize=16848 CPUtime=1.49 cores=0,2,4,6
/proc/1382/stat : 1382 (clasp) R 1379 1382 32607 0 -1 4202496 1891 0 0 0 149 0 0 0 20 0 1 0 760802829 17252352 1564 33554432000 4194304 4929204 140736257272656 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/1382/statm: 4212 1564 367 180 0 1222 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16848

[startup+3.10041 s]
/proc/loadavg: 1.08 1.02 1.13 3/438 1387
/proc/meminfo: memFree=15922492/32951124 swapFree=54329440/67111528
[pid=1382] ppid=1379 vsize=17792 CPUtime=3.09 cores=0,2,4,6
/proc/1382/stat : 1382 (clasp) R 1379 1382 32607 0 -1 4202496 2125 0 0 0 309 0 0 0 25 0 1 0 760802829 18219008 1798 33554432000 4194304 4929204 140736257272656 18446744073709551615 4316128 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/1382/statm: 4448 1798 367 180 0 1458 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 17792

[startup+6.30078 s]
/proc/loadavg: 1.08 1.02 1.13 3/438 1387
/proc/meminfo: memFree=15918640/32951124 swapFree=54329440/67111528
[pid=1382] ppid=1379 vsize=19244 CPUtime=6.29 cores=0,2,4,6
/proc/1382/stat : 1382 (clasp) R 1379 1382 32607 0 -1 4202496 2462 0 0 0 629 0 0 0 25 0 1 0 760802829 19705856 2135 33554432000 4194304 4929204 140736257272656 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/1382/statm: 4811 2135 367 180 0 1821 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 19244

[startup+12.7005 s]
/proc/loadavg: 1.22 1.06 1.14 3/438 1388
/proc/meminfo: memFree=15915192/32951124 swapFree=54329440/67111528
[pid=1382] ppid=1379 vsize=20108 CPUtime=12.69 cores=0,2,4,6
/proc/1382/stat : 1382 (clasp) R 1379 1382 32607 0 -1 4202496 2687 0 0 0 1269 0 0 0 25 0 1 0 760802829 20590592 2360 33554432000 4194304 4929204 140736257272656 18446744073709551615 4638408 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/1382/statm: 5027 2360 367 180 0 2037 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 20108

[startup+25.501 s]
/proc/loadavg: 1.34 1.09 1.15 3/438 1388
/proc/meminfo: memFree=15910356/32951124 swapFree=54329440/67111528
[pid=1382] ppid=1379 vsize=22668 CPUtime=25.49 cores=0,2,4,6
/proc/1382/stat : 1382 (clasp) R 1379 1382 32607 0 -1 4202496 3335 0 0 0 2549 0 0 0 25 0 1 0 760802829 23212032 3008 33554432000 4194304 4929204 140736257272656 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/1382/statm: 5667 3008 367 180 0 2677 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 22668

[startup+51.1009 s]
/proc/loadavg: 1.56 1.16 1.17 3/438 1389
/proc/meminfo: memFree=15904480/32951124 swapFree=54329440/67111528
[pid=1382] ppid=1379 vsize=25700 CPUtime=51.09 cores=0,2,4,6
/proc/1382/stat : 1382 (clasp) R 1379 1382 32607 0 -1 4202496 4042 0 0 0 5109 0 0 0 25 0 1 0 760802829 26316800 3715 33554432000 4194304 4929204 140736257272656 18446744073709551615 4316286 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/1382/statm: 6425 3715 367 180 0 3435 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 25700

[startup+102.317 s]
/proc/loadavg: 1.82 1.30 1.22 3/438 1390
/proc/meminfo: memFree=15896540/32951124 swapFree=54329440/67111528
[pid=1382] ppid=1379 vsize=29332 CPUtime=102.31 cores=0,2,4,6
/proc/1382/stat : 1382 (clasp) R 1379 1382 32607 0 -1 4202496 4939 0 0 0 10231 0 0 0 25 0 1 0 760802829 30035968 4612 33554432000 4194304 4929204 140736257272656 18446744073709551615 4316093 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/1382/statm: 7333 4612 369 180 0 4343 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 29332

[startup+162.301 s]
/proc/loadavg: 1.93 1.42 1.26 3/438 1392
/proc/meminfo: memFree=15889960/32951124 swapFree=54329440/67111528
[pid=1382] ppid=1379 vsize=31468 CPUtime=162.3 cores=0,2,4,6
/proc/1382/stat : 1382 (clasp) R 1379 1382 32607 0 -1 4202496 5477 0 0 0 16230 0 0 0 25 0 1 0 760802829 32223232 5150 33554432000 4194304 4929204 140736257272656 18446744073709551615 4633958 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/1382/statm: 7867 5150 369 180 0 4877 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 31468

[startup+222.301 s]
/proc/loadavg: 1.97 1.52 1.31 3/438 1393
/proc/meminfo: memFree=15887468/32951124 swapFree=54329440/67111528
[pid=1382] ppid=1379 vsize=33816 CPUtime=222.3 cores=0,2,4,6
/proc/1382/stat : 1382 (clasp) R 1379 1382 32607 0 -1 4202496 6044 0 0 0 22230 0 0 0 25 0 1 0 760802829 34627584 5717 33554432000 4194304 4929204 140736257272656 18446744073709551615 4316177 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/1382/statm: 8454 5717 369 180 0 5464 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 33816

[startup+282.301 s]
/proc/loadavg: 1.99 1.61 1.35 3/438 1395
/proc/meminfo: memFree=15883124/32951124 swapFree=54329440/67111528
[pid=1382] ppid=1379 vsize=35444 CPUtime=282.3 cores=0,2,4,6
/proc/1382/stat : 1382 (clasp) R 1379 1382 32607 0 -1 4202496 6425 0 0 0 28230 0 0 0 25 0 1 0 760802829 36294656 6098 33554432000 4194304 4929204 140736257272656 18446744073709551615 4638088 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/1382/statm: 8861 6098 369 180 0 5871 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 35444

[startup+342.301 s]
/proc/loadavg: 1.99 1.68 1.39 3/438 1396
/proc/meminfo: memFree=15878524/32951124 swapFree=54329440/67111528
[pid=1382] ppid=1379 vsize=38244 CPUtime=342.3 cores=0,2,4,6
/proc/1382/stat : 1382 (clasp) R 1379 1382 32607 0 -1 4202496 7074 0 0 0 34230 0 0 0 25 0 1 0 760802829 39161856 6747 33554432000 4194304 4929204 140736257272656 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/1382/statm: 9561 6747 369 180 0 6571 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 38244

[startup+402.301 s]
/proc/loadavg: 1.99 1.73 1.42 3/438 1398
/proc/meminfo: memFree=15876412/32951124 swapFree=54329440/67111528
[pid=1382] ppid=1379 vsize=39984 CPUtime=402.31 cores=0,2,4,6
/proc/1382/stat : 1382 (clasp) R 1379 1382 32607 0 -1 4202496 7460 0 0 0 40230 1 0 0 25 0 1 0 760802829 40943616 7133 33554432000 4194304 4929204 140736257272656 18446744073709551615 4633781 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/1382/statm: 9996 7133 369 180 0 7006 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 39984

[startup+462.3 s]
/proc/loadavg: 2.25 1.85 1.48 3/438 1400
/proc/meminfo: memFree=15874544/32951124 swapFree=54329440/67111528
[pid=1382] ppid=1379 vsize=40708 CPUtime=462.31 cores=0,2,4,6
/proc/1382/stat : 1382 (clasp) R 1379 1382 32607 0 -1 4202496 7631 0 0 0 46230 1 0 0 25 0 1 0 760802829 41684992 7304 33554432000 4194304 4929204 140736257272656 18446744073709551615 4633920 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/1382/statm: 10177 7304 369 180 0 7187 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 40708

[startup+522.3 s]
/proc/loadavg: 2.09 1.88 1.51 3/438 1401
/proc/meminfo: memFree=15869076/32951124 swapFree=54329440/67111528
[pid=1382] ppid=1379 vsize=43576 CPUtime=522.31 cores=0,2,4,6
/proc/1382/stat : 1382 (clasp) R 1379 1382 32607 0 -1 4202496 8337 0 0 0 52230 1 0 0 25 0 1 0 760802829 44621824 8010 33554432000 4194304 4929204 140736257272656 18446744073709551615 270338081418 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/1382/statm: 10894 8010 369 180 0 7904 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 43576

[startup+582.3 s]
/proc/loadavg: 2.03 1.90 1.54 3/438 1403
/proc/meminfo: memFree=15865344/32951124 swapFree=54329440/67111528
[pid=1382] ppid=1379 vsize=45832 CPUtime=582.31 cores=0,2,4,6
/proc/1382/stat : 1382 (clasp) R 1379 1382 32607 0 -1 4202496 8916 0 0 0 58230 1 0 0 25 0 1 0 760802829 46931968 8589 33554432000 4194304 4929204 140736257272656 18446744073709551615 4316093 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/1382/statm: 11458 8589 369 180 0 8468 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 45832

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.23 2.08 2.02 3/438 1506
/proc/meminfo: memFree=15809124/32951124 swapFree=54329440/67111528
[pid=1382] ppid=1379 vsize=72124 CPUtime=4002.48 cores=0,2,4,6
/proc/1382/stat : 1382 (clasp) R 1379 1382 32607 0 -1 4202496 15278 0 0 0 400245 3 0 0 25 0 1 0 760802829 73854976 14951 33554432000 4194304 4929204 140736257272656 18446744073709551615 4316249 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/1382/statm: 18031 14951 369 180 0 15041 0
Current children cumulated CPU time (s) 4002.48
Current children cumulated vsize (KiB) 72124

[startup+4062.32 s]
/proc/loadavg: 2.08 2.06 2.02 3/438 1508
/proc/meminfo: memFree=15807748/32951124 swapFree=54329440/67111528
[pid=1382] ppid=1379 vsize=72124 CPUtime=4062.49 cores=0,2,4,6
/proc/1382/stat : 1382 (clasp) R 1379 1382 32607 0 -1 4202496 15279 0 0 0 406246 3 0 0 25 0 1 0 760802829 73854976 14952 33554432000 4194304 4929204 140736257272656 18446744073709551615 4316200 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/1382/statm: 18031 14952 369 180 0 15041 0
Current children cumulated CPU time (s) 4062.49
Current children cumulated vsize (KiB) 72124

[startup+4122.3 s]
/proc/loadavg: 2.03 2.05 2.01 3/438 1509
/proc/meminfo: memFree=15807492/32951124 swapFree=54329440/67111528
[pid=1382] ppid=1379 vsize=72124 CPUtime=4122.48 cores=0,2,4,6
/proc/1382/stat : 1382 (clasp) R 1379 1382 32607 0 -1 4202496 15284 0 0 0 412245 3 0 0 25 0 1 0 760802829 73854976 14957 33554432000 4194304 4929204 140736257272656 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/1382/statm: 18031 14957 369 180 0 15041 0
Current children cumulated CPU time (s) 4122.48
Current children cumulated vsize (KiB) 72124

[startup+4182.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/438 1511
/proc/meminfo: memFree=15807476/32951124 swapFree=54329440/67111528
[pid=1382] ppid=1379 vsize=72124 CPUtime=4182.48 cores=0,2,4,6
/proc/1382/stat : 1382 (clasp) R 1379 1382 32607 0 -1 4202496 15286 0 0 0 418245 3 0 0 25 0 1 0 760802829 73854976 14959 33554432000 4194304 4929204 140736257272656 18446744073709551615 4633723 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/1382/statm: 18031 14959 369 180 0 15041 0
Current children cumulated CPU time (s) 4182.48
Current children cumulated vsize (KiB) 72124

[startup+4242.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/438 1512
/proc/meminfo: memFree=15807216/32951124 swapFree=54329440/67111528
[pid=1382] ppid=1379 vsize=72124 CPUtime=4242.49 cores=0,2,4,6
/proc/1382/stat : 1382 (clasp) R 1379 1382 32607 0 -1 4202496 15287 0 0 0 424246 3 0 0 25 0 1 0 760802829 73854976 14960 33554432000 4194304 4929204 140736257272656 18446744073709551615 4633723 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/1382/statm: 18031 14960 369 180 0 15041 0
Current children cumulated CPU time (s) 4242.49
Current children cumulated vsize (KiB) 72124

[startup+4302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/438 1514
/proc/meminfo: memFree=15806960/32951124 swapFree=54329440/67111528
[pid=1382] ppid=1379 vsize=72124 CPUtime=4302.49 cores=0,2,4,6
/proc/1382/stat : 1382 (clasp) R 1379 1382 32607 0 -1 4202496 15292 0 0 0 430246 3 0 0 25 0 1 0 760802829 73854976 14965 33554432000 4194304 4929204 140736257272656 18446744073709551615 4658027 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/1382/statm: 18031 14965 369 180 0 15041 0
Current children cumulated CPU time (s) 4302.49
Current children cumulated vsize (KiB) 72124

[startup+4362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/438 1516
/proc/meminfo: memFree=15808312/32951124 swapFree=54329440/67111528
[pid=1382] ppid=1379 vsize=72124 CPUtime=4362.49 cores=0,2,4,6
/proc/1382/stat : 1382 (clasp) R 1379 1382 32607 0 -1 4202496 15304 0 0 0 436246 3 0 0 25 0 1 0 760802829 73854976 14977 33554432000 4194304 4929204 140736257272656 18446744073709551615 4638659 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/1382/statm: 18031 14977 369 180 0 15041 0
Current children cumulated CPU time (s) 4362.49
Current children cumulated vsize (KiB) 72124

[startup+4422.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/438 1517
/proc/meminfo: memFree=15808296/32951124 swapFree=54329440/67111528
[pid=1382] ppid=1379 vsize=72124 CPUtime=4422.5 cores=0,2,4,6
/proc/1382/stat : 1382 (clasp) R 1379 1382 32607 0 -1 4202496 15304 0 0 0 442247 3 0 0 25 0 1 0 760802829 73854976 14977 33554432000 4194304 4929204 140736257272656 18446744073709551615 4633954 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/1382/statm: 18031 14977 369 180 0 15041 0
Current children cumulated CPU time (s) 4422.5
Current children cumulated vsize (KiB) 72124

[startup+4482.3 s]
/proc/loadavg: 2.13 2.05 2.01 3/438 1519
/proc/meminfo: memFree=15807668/32951124 swapFree=54329440/67111528
[pid=1382] ppid=1379 vsize=72124 CPUtime=4482.5 cores=0,2,4,6
/proc/1382/stat : 1382 (clasp) R 1379 1382 32607 0 -1 4202496 15306 0 0 0 448247 3 0 0 25 0 1 0 760802829 73854976 14979 33554432000 4194304 4929204 140736257272656 18446744073709551615 4337412 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/1382/statm: 18031 14979 369 180 0 15041 0
Current children cumulated CPU time (s) 4482.5
Current children cumulated vsize (KiB) 72124

[startup+4542.3 s]
/proc/loadavg: 2.13 2.07 2.02 3/438 1520
/proc/meminfo: memFree=15806792/32951124 swapFree=54329440/67111528
[pid=1382] ppid=1379 vsize=72124 CPUtime=4542.5 cores=0,2,4,6
/proc/1382/stat : 1382 (clasp) R 1379 1382 32607 0 -1 4202496 15306 0 0 0 454247 3 0 0 25 0 1 0 760802829 73854976 14979 33554432000 4194304 4929204 140736257272656 18446744073709551615 4316160 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/1382/statm: 18031 14979 369 180 0 15041 0
Current children cumulated CPU time (s) 4542.5
Current children cumulated vsize (KiB) 72124

[startup+4602.3 s]
/proc/loadavg: 2.05 2.05 2.01 3/438 1531
/proc/meminfo: memFree=15806468/32951124 swapFree=54329440/67111528
[pid=1382] ppid=1379 vsize=72124 CPUtime=4602.51 cores=0,2,4,6
/proc/1382/stat : 1382 (clasp) R 1379 1382 32607 0 -1 4202496 15308 0 0 0 460248 3 0 0 25 0 1 0 760802829 73854976 14981 33554432000 4194304 4929204 140736257272656 18446744073709551615 4633688 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/1382/statm: 18031 14981 369 180 0 15041 0
Current children cumulated CPU time (s) 4602.51
Current children cumulated vsize (KiB) 72124

[startup+4662.3 s]
/proc/loadavg: 2.02 2.04 2.01 3/438 1533
/proc/meminfo: memFree=15804600/32951124 swapFree=54329440/67111528
[pid=1382] ppid=1379 vsize=72124 CPUtime=4662.51 cores=0,2,4,6
/proc/1382/stat : 1382 (clasp) R 1379 1382 32607 0 -1 4202496 15309 0 0 0 466248 3 0 0 25 0 1 0 760802829 73854976 14982 33554432000 4194304 4929204 140736257272656 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/1382/statm: 18031 14982 369 180 0 15041 0
Current children cumulated CPU time (s) 4662.51
Current children cumulated vsize (KiB) 72124

[startup+4722.32 s]
/proc/loadavg: 2.00 2.03 2.00 3/438 1534
/proc/meminfo: memFree=15803972/32951124 swapFree=54329440/67111528
[pid=1382] ppid=1379 vsize=72124 CPUtime=4722.53 cores=0,2,4,6
/proc/1382/stat : 1382 (clasp) R 1379 1382 32607 0 -1 4202496 15309 0 0 0 472250 3 0 0 25 0 1 0 760802829 73854976 14982 33554432000 4194304 4929204 140736257272656 18446744073709551615 4316100 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/1382/statm: 18031 14982 369 180 0 15041 0
Current children cumulated CPU time (s) 4722.53
Current children cumulated vsize (KiB) 72124

[startup+4782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/438 1536
/proc/meminfo: memFree=15803220/32951124 swapFree=54329440/67111528
[pid=1382] ppid=1379 vsize=72124 CPUtime=4782.51 cores=0,2,4,6
/proc/1382/stat : 1382 (clasp) R 1379 1382 32607 0 -1 4202496 15310 0 0 0 478248 3 0 0 25 0 1 0 760802829 73854976 14983 33554432000 4194304 4929204 140736257272656 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/1382/statm: 18031 14983 369 180 0 15041 0
Current children cumulated CPU time (s) 4782.51
Current children cumulated vsize (KiB) 72124

[startup+4842.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/438 1537
/proc/meminfo: memFree=15801596/32951124 swapFree=54329440/67111528
[pid=1382] ppid=1379 vsize=72124 CPUtime=4842.51 cores=0,2,4,6
/proc/1382/stat : 1382 (clasp) R 1379 1382 32607 0 -1 4202496 15315 0 0 0 484248 3 0 0 25 0 1 0 760802829 73854976 14988 33554432000 4194304 4929204 140736257272656 18446744073709551615 4316160 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/1382/statm: 18031 14988 369 180 0 15041 0
Current children cumulated CPU time (s) 4842.51
Current children cumulated vsize (KiB) 72124

[startup+4902.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/438 1539
/proc/meminfo: memFree=15801948/32951124 swapFree=54329440/67111528
[pid=1382] ppid=1379 vsize=72124 CPUtime=4902.52 cores=0,2,4,6
/proc/1382/stat : 1382 (clasp) R 1379 1382 32607 0 -1 4202496 15315 0 0 0 490249 3 0 0 25 0 1 0 760802829 73854976 14988 33554432000 4194304 4929204 140736257272656 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/1382/statm: 18031 14988 369 180 0 15041 0
Current children cumulated CPU time (s) 4902.52
Current children cumulated vsize (KiB) 72124

[startup+4962.3 s]
/proc/loadavg: 2.13 2.04 2.01 3/438 1541
/proc/meminfo: memFree=15801940/32951124 swapFree=54329440/67111528
[pid=1382] ppid=1379 vsize=72124 CPUtime=4962.52 cores=0,2,4,6
/proc/1382/stat : 1382 (clasp) R 1379 1382 32607 0 -1 4202496 15329 0 0 0 496249 3 0 0 25 0 1 0 760802829 73854976 15002 33554432000 4194304 4929204 140736257272656 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/1382/statm: 18031 15002 369 180 0 15041 0
Current children cumulated CPU time (s) 4962.52
Current children cumulated vsize (KiB) 72124



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.8 s]
/proc/loadavg: 2.07 2.03 2.01 3/438 1542
/proc/meminfo: memFree=15802052/32951124 swapFree=54329440/67111528
[pid=1382] ppid=1379 vsize=72124 CPUtime=5000.02 cores=0,2,4,6
/proc/1382/stat : 1382 (clasp) R 1379 1382 32607 0 -1 4202496 15329 0 0 0 499999 3 0 0 25 0 1 0 760802829 73854976 15002 33554432000 4194304 4929204 140736257272656 18446744073709551615 4633926 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/1382/statm: 18031 15002 369 180 0 15041 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 72124

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.82
CPU time (s): 5000.05
CPU user time (s): 5000.01
CPU system time (s): 0.037994
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 72124

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

runsolver used 21.8297 second user time and 50.8273 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-29 17:44:32
IDJOB=3422995
IDBENCH=71514
IDSOLVER=1917
FILE ID=node143/3422995-1306683872
RUNJOBID= node143-1306683872-1366
PBS_JOBID= 13471754
Free space on /tmp= 73560 MiB

SOLVER NAME= clasp 2.0-R4092-crafted
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/unforced/rbsat-v760c43649g2.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-3422995-1306683872/watcher-3422995-1306683872 -o /tmp/evaluation-result-3422995-1306683872/solver-3422995-1306683872 -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-3422995-1306683872.cnf

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

MD5SUM BENCH= 791cdb75c1a209efd7f7547f06e0fed9
RANDOM SEED=1352752209

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15937076 kB
Buffers:        327256 kB
Cached:        5754668 kB
SwapCached:      29864 kB
Active:        7976040 kB
Inactive:      8741360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15937076 kB
SwapTotal:    67111528 kB
SwapFree:     54329440 kB
Dirty:            2332 kB
Writeback:           0 kB
AnonPages:    10605356 kB
Mapped:          30508 kB
Slab:           149296 kB
PageTables:      79652 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 115655216 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= 73560 MiB
End job on node143 at 2011-05-29 19:07:54