Trace number 3422996

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

General information on the benchmark

NameCRAFTED/rbsat/crafted/forced/
rbsat-v760c43649gyes5.cnf
MD5SUMe7d4dc25f0d8e558fb091b1e566deab7
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.57976
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-3422996-1306683872.cnf
0.09/0.11	c Solving...
5000.09/4999.91	
5000.09/4999.91	*** INTERRUPTED! ***
5000.09/4999.91	s UNKNOWN
5000.09/4999.91	
5000.09/4999.91	c INTERRUPTED   : 1
5000.09/4999.91	c Models        : 0+    
5000.09/4999.91	c Time          : 4999.913s (Solving: 4999.80s 1st Model: 0.00s Unsat: 0.00s)
5000.09/4999.91	c CPU Time      : 5000.100s

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-3422996-1306683872/watcher-3422996-1306683872 -o /tmp/evaluation-result-3422996-1306683872/solver-3422996-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-3422996-1306683872.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: 1.00 1.01 1.13 4/436 1385
/proc/meminfo: memFree=15936756/32951124 swapFree=54329440/67111528
[pid=1385] ppid=1383 vsize=12784 CPUtime=0 cores=1,3,5,7
/proc/1385/stat : 1385 (clasp) R 1383 1385 32607 0 -1 4202496 544 0 0 0 0 0 0 0 18 0 1 0 760802829 13090816 481 33554432000 4194304 4929204 140733941896624 18446744073709551615 270338044613 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/1385/statm: 3196 482 327 180 0 206 0

[startup+0.0727409 s]
/proc/loadavg: 1.00 1.01 1.13 4/436 1385
/proc/meminfo: memFree=15936756/32951124 swapFree=54329440/67111528
[pid=1385] ppid=1383 vsize=15492 CPUtime=0.06 cores=1,3,5,7
/proc/1385/stat : 1385 (clasp) R 1383 1385 32607 0 -1 4202496 1374 0 0 0 6 0 0 0 18 0 1 0 760802829 15863808 1134 33554432000 4194304 4929204 140733941896624 18446744073709551615 270338044613 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/1385/statm: 3873 1134 339 180 0 883 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 15492

[startup+0.100725 s]
/proc/loadavg: 1.00 1.01 1.13 4/436 1385
/proc/meminfo: memFree=15936756/32951124 swapFree=54329440/67111528
[pid=1385] ppid=1383 vsize=15888 CPUtime=0.09 cores=1,3,5,7
/proc/1385/stat : 1385 (clasp) R 1383 1385 32607 0 -1 4202496 1451 0 0 0 9 0 0 0 18 0 1 0 760802829 16269312 1211 33554432000 4194304 4929204 140733941896624 18446744073709551615 4574897 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/1385/statm: 3972 1211 339 180 0 982 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15888

[startup+0.300682 s]
/proc/loadavg: 1.00 1.01 1.13 4/436 1385
/proc/meminfo: memFree=15936756/32951124 swapFree=54329440/67111528
[pid=1385] ppid=1383 vsize=15404 CPUtime=0.29 cores=1,3,5,7
/proc/1385/stat : 1385 (clasp) R 1383 1385 32607 0 -1 4202496 1516 0 0 0 29 0 0 0 18 0 1 0 760802829 15773696 1190 33554432000 4194304 4929204 140733941896624 18446744073709551615 4632656 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/1385/statm: 3851 1190 367 180 0 861 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15404

[startup+0.700605 s]
/proc/loadavg: 1.00 1.01 1.13 4/436 1385
/proc/meminfo: memFree=15936756/32951124 swapFree=54329440/67111528
[pid=1385] ppid=1383 vsize=16592 CPUtime=0.69 cores=1,3,5,7
/proc/1385/stat : 1385 (clasp) R 1383 1385 32607 0 -1 4202496 1797 0 0 0 69 0 0 0 18 0 1 0 760802829 16990208 1471 33554432000 4194304 4929204 140733941896624 18446744073709551615 270338051082 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/1385/statm: 4148 1471 367 180 0 1158 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16592

[startup+1.50045 s]
/proc/loadavg: 1.08 1.02 1.13 4/438 1387
/proc/meminfo: memFree=15925720/32951124 swapFree=54329440/67111528
[pid=1385] ppid=1383 vsize=17200 CPUtime=1.49 cores=1,3,5,7
/proc/1385/stat : 1385 (clasp) R 1383 1385 32607 0 -1 4202496 1955 0 0 0 149 0 0 0 20 0 1 0 760802829 17612800 1629 33554432000 4194304 4929204 140733941896624 18446744073709551615 4633805 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/1385/statm: 4300 1629 367 180 0 1310 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17200

[startup+3.10014 s]
/proc/loadavg: 1.08 1.02 1.13 4/438 1387
/proc/meminfo: memFree=15922492/32951124 swapFree=54329440/67111528
[pid=1385] ppid=1383 vsize=18520 CPUtime=3.09 cores=1,3,5,7
/proc/1385/stat : 1385 (clasp) R 1383 1385 32607 0 -1 4202496 2302 0 0 0 309 0 0 0 25 0 1 0 760802829 18964480 1976 33554432000 4194304 4929204 140733941896624 18446744073709551615 4316200 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/1385/statm: 4630 1976 367 180 0 1640 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 18520

[startup+6.30049 s]
/proc/loadavg: 1.08 1.02 1.13 4/438 1387
/proc/meminfo: memFree=15918640/32951124 swapFree=54329440/67111528
[pid=1385] ppid=1383 vsize=19452 CPUtime=6.29 cores=1,3,5,7
/proc/1385/stat : 1385 (clasp) R 1383 1385 32607 0 -1 4202496 2519 0 0 0 629 0 0 0 25 0 1 0 760802829 19918848 2193 33554432000 4194304 4929204 140733941896624 18446744073709551615 4316263 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/1385/statm: 4863 2193 367 180 0 1873 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 19452

[startup+12.7002 s]
/proc/loadavg: 1.22 1.06 1.14 4/438 1388
/proc/meminfo: memFree=15915192/32951124 swapFree=54329440/67111528
[pid=1385] ppid=1383 vsize=20908 CPUtime=12.69 cores=1,3,5,7
/proc/1385/stat : 1385 (clasp) R 1383 1385 32607 0 -1 4202496 2889 0 0 0 1269 0 0 0 25 0 1 0 760802829 21409792 2563 33554432000 4194304 4929204 140733941896624 18446744073709551615 4633754 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/1385/statm: 5227 2563 367 180 0 2237 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 20908

[startup+25.5007 s]
/proc/loadavg: 1.34 1.09 1.15 4/438 1388
/proc/meminfo: memFree=15910356/32951124 swapFree=54329440/67111528
[pid=1385] ppid=1383 vsize=23436 CPUtime=25.49 cores=1,3,5,7
/proc/1385/stat : 1385 (clasp) R 1383 1385 32607 0 -1 4202496 3498 0 0 0 2549 0 0 0 25 0 1 0 760802829 23998464 3172 33554432000 4194304 4929204 140733941896624 18446744073709551615 4629128 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/1385/statm: 5859 3172 367 180 0 2869 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 23436

[startup+51.1006 s]
/proc/loadavg: 1.56 1.16 1.17 4/438 1389
/proc/meminfo: memFree=15904480/32951124 swapFree=54329440/67111528
[pid=1385] ppid=1383 vsize=26508 CPUtime=51.09 cores=1,3,5,7
/proc/1385/stat : 1385 (clasp) R 1383 1385 32607 0 -1 4202496 4247 0 0 0 5109 0 0 0 25 0 1 0 760802829 27144192 3921 33554432000 4194304 4929204 140733941896624 18446744073709551615 4316112 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/1385/statm: 6627 3921 367 180 0 3637 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 26508

[startup+102.316 s]
/proc/loadavg: 1.82 1.30 1.22 4/438 1390
/proc/meminfo: memFree=15896540/32951124 swapFree=54329440/67111528
[pid=1385] ppid=1383 vsize=30020 CPUtime=102.31 cores=1,3,5,7
/proc/1385/stat : 1385 (clasp) R 1383 1385 32607 0 -1 4202496 5127 0 0 0 10231 0 0 0 25 0 1 0 760802829 30740480 4801 33554432000 4194304 4929204 140733941896624 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/1385/statm: 7505 4801 369 180 0 4515 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 30020

[startup+162.301 s]
/proc/loadavg: 1.93 1.42 1.26 4/438 1392
/proc/meminfo: memFree=15889960/32951124 swapFree=54329440/67111528
[pid=1385] ppid=1383 vsize=33664 CPUtime=162.3 cores=1,3,5,7
/proc/1385/stat : 1385 (clasp) R 1383 1385 32607 0 -1 4202496 6003 0 0 0 16229 1 0 0 25 0 1 0 760802829 34471936 5677 33554432000 4194304 4929204 140733941896624 18446744073709551615 4633770 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/1385/statm: 8416 5677 369 180 0 5426 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 33664

[startup+222.301 s]
/proc/loadavg: 1.97 1.52 1.31 4/438 1393
/proc/meminfo: memFree=15887468/32951124 swapFree=54329440/67111528
[pid=1385] ppid=1383 vsize=35208 CPUtime=222.3 cores=1,3,5,7
/proc/1385/stat : 1385 (clasp) R 1383 1385 32607 0 -1 4202496 6407 0 0 0 22229 1 0 0 25 0 1 0 760802829 36052992 6081 33554432000 4194304 4929204 140733941896624 18446744073709551615 4633781 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/1385/statm: 8802 6081 369 180 0 5812 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 35208

[startup+282.301 s]
/proc/loadavg: 1.99 1.61 1.35 4/438 1395
/proc/meminfo: memFree=15883124/32951124 swapFree=54329440/67111528
[pid=1385] ppid=1383 vsize=38584 CPUtime=282.3 cores=1,3,5,7
/proc/1385/stat : 1385 (clasp) R 1383 1385 32607 0 -1 4202496 7218 0 0 0 28229 1 0 0 25 0 1 0 760802829 39510016 6892 33554432000 4194304 4929204 140733941896624 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/1385/statm: 9646 6892 369 180 0 6656 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 38584

[startup+342.301 s]
/proc/loadavg: 1.99 1.68 1.39 4/438 1396
/proc/meminfo: memFree=15878524/32951124 swapFree=54329440/67111528
[pid=1385] ppid=1383 vsize=40572 CPUtime=342.3 cores=1,3,5,7
/proc/1385/stat : 1385 (clasp) R 1383 1385 32607 0 -1 4202496 7664 0 0 0 34229 1 0 0 25 0 1 0 760802829 41545728 7338 33554432000 4194304 4929204 140733941896624 18446744073709551615 4633697 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/1385/statm: 10143 7338 369 180 0 7153 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 40572

[startup+402.301 s]
/proc/loadavg: 1.99 1.73 1.42 4/438 1398
/proc/meminfo: memFree=15876412/32951124 swapFree=54329440/67111528
[pid=1385] ppid=1383 vsize=41328 CPUtime=402.3 cores=1,3,5,7
/proc/1385/stat : 1385 (clasp) R 1383 1385 32607 0 -1 4202496 7862 0 0 0 40229 1 0 0 25 0 1 0 760802829 42319872 7536 33554432000 4194304 4929204 140733941896624 18446744073709551615 4633923 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/1385/statm: 10332 7536 369 180 0 7342 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 41328

[startup+462.301 s]
/proc/loadavg: 2.25 1.85 1.48 4/438 1400
/proc/meminfo: memFree=15874544/32951124 swapFree=54329440/67111528
[pid=1385] ppid=1383 vsize=42356 CPUtime=462.3 cores=1,3,5,7
/proc/1385/stat : 1385 (clasp) R 1383 1385 32607 0 -1 4202496 8087 0 0 0 46229 1 0 0 25 0 1 0 760802829 43372544 7761 33554432000 4194304 4929204 140733941896624 18446744073709551615 4633752 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/1385/statm: 10589 7761 369 180 0 7599 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 42356

[startup+522.301 s]
/proc/loadavg: 2.09 1.88 1.51 4/438 1401
/proc/meminfo: memFree=15869076/32951124 swapFree=54329440/67111528
[pid=1385] ppid=1383 vsize=45328 CPUtime=522.31 cores=1,3,5,7
/proc/1385/stat : 1385 (clasp) R 1383 1385 32607 0 -1 4202496 8817 0 0 0 52230 1 0 0 25 0 1 0 760802829 46415872 8491 33554432000 4194304 4929204 140733941896624 18446744073709551615 4633781 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/1385/statm: 11332 8491 369 180 0 8342 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 45328

[startup+582.3 s]
/proc/loadavg: 2.03 1.90 1.54 4/438 1403
/proc/meminfo: memFree=15865344/32951124 swapFree=54329440/67111528
[pid=1385] ppid=1383 vsize=46740 CPUtime=582.31 cores=1,3,5,7
/proc/1385/stat : 1385 (clasp) R 1383 1385 32607 0 -1 4202496 9178 0 0 0 58230 1 0 0 25 0 1 0 760802829 47861760 8852 33554432000 4194304 4929204 140733941896624 18446744073709551615 4316147 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/1385/statm: 11685 8852 369 180 0 8695 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 46740

[startup+642.3 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.08 2.06 2.02 4/438 1508
/proc/meminfo: memFree=15807748/32951124 swapFree=54329440/67111528
[pid=1385] ppid=1383 vsize=79244 CPUtime=4062.47 cores=1,3,5,7
/proc/1385/stat : 1385 (clasp) R 1383 1385 32607 0 -1 4202496 16803 0 0 0 406244 3 0 0 25 0 1 0 760802829 81145856 16477 33554432000 4194304 4929204 140733941896624 18446744073709551615 4316154 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/1385/statm: 19811 16477 369 180 0 16821 0
Current children cumulated CPU time (s) 4062.47
Current children cumulated vsize (KiB) 79244

[startup+4122.3 s]
/proc/loadavg: 2.03 2.05 2.01 4/438 1509
/proc/meminfo: memFree=15807492/32951124 swapFree=54329440/67111528
[pid=1385] ppid=1383 vsize=79412 CPUtime=4122.46 cores=1,3,5,7
/proc/1385/stat : 1385 (clasp) R 1383 1385 32607 0 -1 4202496 16837 0 0 0 412243 3 0 0 25 0 1 0 760802829 81317888 16511 33554432000 4194304 4929204 140733941896624 18446744073709551615 4633790 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/1385/statm: 19853 16511 369 180 0 16863 0
Current children cumulated CPU time (s) 4122.46
Current children cumulated vsize (KiB) 79412

[startup+4182.3 s]
/proc/loadavg: 2.01 2.04 2.00 4/438 1511
/proc/meminfo: memFree=15807476/32951124 swapFree=54329440/67111528
[pid=1385] ppid=1383 vsize=79620 CPUtime=4182.46 cores=1,3,5,7
/proc/1385/stat : 1385 (clasp) R 1383 1385 32607 0 -1 4202496 16869 0 0 0 418243 3 0 0 25 0 1 0 760802829 81530880 16543 33554432000 4194304 4929204 140733941896624 18446744073709551615 4633770 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/1385/statm: 19905 16543 369 180 0 16915 0
Current children cumulated CPU time (s) 4182.46
Current children cumulated vsize (KiB) 79620

[startup+4242.3 s]
/proc/loadavg: 2.00 2.03 2.00 4/438 1512
/proc/meminfo: memFree=15807216/32951124 swapFree=54329440/67111528
[pid=1385] ppid=1383 vsize=79876 CPUtime=4242.46 cores=1,3,5,7
/proc/1385/stat : 1385 (clasp) R 1383 1385 32607 0 -1 4202496 16919 0 0 0 424243 3 0 0 25 0 1 0 760802829 81793024 16593 33554432000 4194304 4929204 140733941896624 18446744073709551615 4633734 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/1385/statm: 19969 16593 369 180 0 16979 0
Current children cumulated CPU time (s) 4242.46
Current children cumulated vsize (KiB) 79876

[startup+4302.3 s]
/proc/loadavg: 2.00 2.02 2.00 4/438 1514
/proc/meminfo: memFree=15806960/32951124 swapFree=54329440/67111528
[pid=1385] ppid=1383 vsize=80316 CPUtime=4302.47 cores=1,3,5,7
/proc/1385/stat : 1385 (clasp) R 1383 1385 32607 0 -1 4202496 17014 0 0 0 430244 3 0 0 25 0 1 0 760802829 82243584 16688 33554432000 4194304 4929204 140733941896624 18446744073709551615 4633764 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/1385/statm: 20079 16688 369 180 0 17089 0
Current children cumulated CPU time (s) 4302.47
Current children cumulated vsize (KiB) 80316

[startup+4362.3 s]
/proc/loadavg: 2.00 2.02 2.00 4/438 1516
/proc/meminfo: memFree=15808312/32951124 swapFree=54329440/67111528
[pid=1385] ppid=1383 vsize=80572 CPUtime=4362.47 cores=1,3,5,7
/proc/1385/stat : 1385 (clasp) R 1383 1385 32607 0 -1 4202496 17095 0 0 0 436244 3 0 0 25 0 1 0 760802829 82505728 16769 33554432000 4194304 4929204 140733941896624 18446744073709551615 4316286 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/1385/statm: 20143 16769 369 180 0 17153 0
Current children cumulated CPU time (s) 4362.47
Current children cumulated vsize (KiB) 80572

[startup+4422.3 s]
/proc/loadavg: 2.00 2.01 2.00 4/438 1517
/proc/meminfo: memFree=15808296/32951124 swapFree=54329440/67111528
[pid=1385] ppid=1383 vsize=80824 CPUtime=4422.47 cores=1,3,5,7
/proc/1385/stat : 1385 (clasp) R 1383 1385 32607 0 -1 4202496 17148 0 0 0 442244 3 0 0 25 0 1 0 760802829 82763776 16822 33554432000 4194304 4929204 140733941896624 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/1385/statm: 20206 16822 369 180 0 17216 0
Current children cumulated CPU time (s) 4422.47
Current children cumulated vsize (KiB) 80824

[startup+4482.3 s]
/proc/loadavg: 2.13 2.05 2.01 4/438 1519
/proc/meminfo: memFree=15807668/32951124 swapFree=54329440/67111528
[pid=1385] ppid=1383 vsize=80824 CPUtime=4482.47 cores=1,3,5,7
/proc/1385/stat : 1385 (clasp) R 1383 1385 32607 0 -1 4202496 17149 0 0 0 448244 3 0 0 25 0 1 0 760802829 82763776 16823 33554432000 4194304 4929204 140733941896624 18446744073709551615 4316093 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/1385/statm: 20206 16823 369 180 0 17216 0
Current children cumulated CPU time (s) 4482.47
Current children cumulated vsize (KiB) 80824

[startup+4542.3 s]
/proc/loadavg: 2.13 2.07 2.02 4/438 1520
/proc/meminfo: memFree=15806792/32951124 swapFree=54329440/67111528
[pid=1385] ppid=1383 vsize=81076 CPUtime=4542.47 cores=1,3,5,7
/proc/1385/stat : 1385 (clasp) R 1383 1385 32607 0 -1 4202496 17209 0 0 0 454244 3 0 0 25 0 1 0 760802829 83021824 16883 33554432000 4194304 4929204 140733941896624 18446744073709551615 4638684 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/1385/statm: 20269 16883 369 180 0 17279 0
Current children cumulated CPU time (s) 4542.47
Current children cumulated vsize (KiB) 81076

[startup+4602.3 s]
/proc/loadavg: 2.05 2.05 2.01 4/438 1531
/proc/meminfo: memFree=15806468/32951124 swapFree=54329440/67111528
[pid=1385] ppid=1383 vsize=81328 CPUtime=4602.48 cores=1,3,5,7
/proc/1385/stat : 1385 (clasp) R 1383 1385 32607 0 -1 4202496 17259 0 0 0 460245 3 0 0 25 0 1 0 760802829 83279872 16933 33554432000 4194304 4929204 140733941896624 18446744073709551615 4316150 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/1385/statm: 20332 16933 369 180 0 17342 0
Current children cumulated CPU time (s) 4602.48
Current children cumulated vsize (KiB) 81328

[startup+4662.3 s]
/proc/loadavg: 2.02 2.04 2.01 4/438 1533
/proc/meminfo: memFree=15804600/32951124 swapFree=54329440/67111528
[pid=1385] ppid=1383 vsize=81328 CPUtime=4662.48 cores=1,3,5,7
/proc/1385/stat : 1385 (clasp) R 1383 1385 32607 0 -1 4202496 17264 0 0 0 466245 3 0 0 25 0 1 0 760802829 83279872 16938 33554432000 4194304 4929204 140733941896624 18446744073709551615 4316222 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/1385/statm: 20332 16938 369 180 0 17342 0
Current children cumulated CPU time (s) 4662.48
Current children cumulated vsize (KiB) 81328

[startup+4722.32 s]
/proc/loadavg: 2.00 2.03 2.00 4/438 1534
/proc/meminfo: memFree=15803972/32951124 swapFree=54329440/67111528
[pid=1385] ppid=1383 vsize=84040 CPUtime=4722.49 cores=1,3,5,7
/proc/1385/stat : 1385 (clasp) R 1383 1385 32607 0 -1 4202496 17935 0 0 0 472246 3 0 0 25 0 1 0 760802829 86056960 17609 33554432000 4194304 4929204 140733941896624 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/1385/statm: 21010 17609 369 180 0 18020 0
Current children cumulated CPU time (s) 4722.49
Current children cumulated vsize (KiB) 84040

[startup+4782.3 s]
/proc/loadavg: 2.00 2.02 2.00 4/438 1536
/proc/meminfo: memFree=15803220/32951124 swapFree=54329440/67111528
[pid=1385] ppid=1383 vsize=85656 CPUtime=4782.48 cores=1,3,5,7
/proc/1385/stat : 1385 (clasp) R 1383 1385 32607 0 -1 4202496 18287 0 0 0 478245 3 0 0 25 0 1 0 760802829 87711744 17961 33554432000 4194304 4929204 140733941896624 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/1385/statm: 21414 17961 369 180 0 18424 0
Current children cumulated CPU time (s) 4782.48
Current children cumulated vsize (KiB) 85656

[startup+4842.3 s]
/proc/loadavg: 2.00 2.02 2.00 4/438 1537
/proc/meminfo: memFree=15801596/32951124 swapFree=54329440/67111528
[pid=1385] ppid=1383 vsize=85868 CPUtime=4842.48 cores=1,3,5,7
/proc/1385/stat : 1385 (clasp) R 1383 1385 32607 0 -1 4202496 18362 0 0 0 484245 3 0 0 25 0 1 0 760802829 87928832 18036 33554432000 4194304 4929204 140733941896624 18446744073709551615 4633737 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/1385/statm: 21467 18036 369 180 0 18477 0
Current children cumulated CPU time (s) 4842.48
Current children cumulated vsize (KiB) 85868

[startup+4902.3 s]
/proc/loadavg: 2.00 2.01 2.00 4/438 1539
/proc/meminfo: memFree=15801948/32951124 swapFree=54329440/67111528
[pid=1385] ppid=1383 vsize=85868 CPUtime=4902.48 cores=1,3,5,7
/proc/1385/stat : 1385 (clasp) R 1383 1385 32607 0 -1 4202496 18364 0 0 0 490245 3 0 0 25 0 1 0 760802829 87928832 18038 33554432000 4194304 4929204 140733941896624 18446744073709551615 4633288 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/1385/statm: 21467 18038 369 180 0 18477 0
Current children cumulated CPU time (s) 4902.48
Current children cumulated vsize (KiB) 85868

[startup+4962.3 s]
/proc/loadavg: 2.13 2.04 2.01 4/438 1541
/proc/meminfo: memFree=15801940/32951124 swapFree=54329440/67111528
[pid=1385] ppid=1383 vsize=85868 CPUtime=4962.49 cores=1,3,5,7
/proc/1385/stat : 1385 (clasp) R 1383 1385 32607 0 -1 4202496 18380 0 0 0 496246 3 0 0 25 0 1 0 760802829 87928832 18054 33554432000 4194304 4929204 140733941896624 18446744073709551615 4633958 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/1385/statm: 21467 18054 369 180 0 18477 0
Current children cumulated CPU time (s) 4962.49
Current children cumulated vsize (KiB) 85868



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.07 2.03 2.01 2/437 1543
/proc/meminfo: memFree=15860092/32951124 swapFree=54329440/67111528
[pid=1385] ppid=1383 vsize=85868 CPUtime=5000.09 cores=1,3,5,7
/proc/1385/stat : 1385 (clasp) R 1383 1385 32607 0 -1 4202496 18380 0 0 0 500006 3 0 0 25 0 1 0 760802829 87928832 18054 33554432000 4194304 4929204 140733941896624 18446744073709551615 4633745 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/1385/statm: 21467 18054 369 180 0 18477 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 85868

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

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

[startup+4999.9 s]
/proc/loadavg: 2.07 2.03 2.01 2/437 1543
/proc/meminfo: memFree=15860092/32951124 swapFree=54329440/67111528
[pid=1385] ppid=1383 vsize=85868 CPUtime=5000.09 cores=1,3,5,7
/proc/1385/stat : 1385 (clasp) R 1383 1385 32607 0 -1 4202496 18380 0 0 0 500006 3 0 0 25 0 1 0 760802829 87928832 18054 33554432000 4194304 4929204 140733941896624 18446744073709551615 4633745 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/1385/statm: 21467 18054 369 180 0 18477 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 85868

Child status: 0
Real time (s): 4999.92
CPU time (s): 5000.12
CPU user time (s): 5000.08
CPU system time (s): 0.043993
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 85868

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

runsolver used 20.1499 second user time and 52.297 second system time

The end

Launcher Data

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

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

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

MD5SUM BENCH= e7d4dc25f0d8e558fb091b1e566deab7
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:      15936812 kB
Buffers:        327256 kB
Cached:        5754668 kB
SwapCached:      29864 kB
Active:        7976656 kB
Inactive:      8740968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15936812 kB
SwapTotal:    67111528 kB
SwapFree:     54329440 kB
Dirty:            2332 kB
Writeback:           0 kB
AnonPages:    10605744 kB
Mapped:          30508 kB
Slab:           149296 kB
PageTables:      79264 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 115652876 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