Trace number 3300075

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-indust? (TO) 1300.05 1300.02

General information on the benchmark

NameSAT04/industrial/vangelder/
cnf-color/abb313GPIA-9-c.used-as.sat04-317.cnf
MD5SUM65c5a1442ec07e466934f093e50229c2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark17.8123
Satisfiable
(Un)Satisfiability was proved
Number of variables6228
Number of clauses484871
Sum of the clauses size3850952
Maximum clause length8
Minimum clause length1
Number of clauses of size 115
Number of clauses of size 24651
Number of clauses of size 31
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5480204

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...828502/instance-3300075-1303828502.cnf
4.39/4.46	c Solving...
1300.02/1300.00	
1300.02/1300.00	*** INTERRUPTED! ***
1300.02/1300.00	s UNKNOWN
1300.02/1300.00	
1300.02/1300.00	c INTERRUPTED   : 1
1300.02/1300.00	c Models        : 0+    
1300.02/1300.00	c Time          : 1300.000s (Solving: 1295.54s 1st Model: 0.00s Unsat: 0.00s)
1300.02/1300.00	c CPU Time      : 1300.020s

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

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-3300075-1303828502/watcher-3300075-1303828502 -o /tmp/evaluation-result-3300075-1303828502/solver-3300075-1303828502 -C 2400 -W 1300 -M 7680 HOME/clasp --berk-max=512 --berk-once --restarts=256 --reverse-arcs=2 --recursive-str --dinit=800,10000 --dsched=10000,1.1 --dscore=2 --update-lbd --dalgo=2 HOME/instance-3300075-1303828502.cnf 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 1.63 2.53 5/183 21354
/proc/meminfo: memFree=12124740/32951124 swapFree=67111528/67111528
[pid=21354] ppid=21352 vsize=13084 CPUtime=0 cores=4,6
/proc/21354/stat : 21354 (clasp) R 21352 21354 20592 0 -1 4202496 567 0 0 0 0 0 0 0 21 0 1 0 494450717 13398016 507 33554432000 4194304 4929204 140734788040704 18446744073709551615 4664652 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/21354/statm: 3271 516 319 180 0 281 0

[startup+0.034883 s]
/proc/loadavg: 0.92 1.63 2.53 5/183 21354
/proc/meminfo: memFree=12124740/32951124 swapFree=67111528/67111528
[pid=21354] ppid=21352 vsize=17508 CPUtime=0.02 cores=4,6
/proc/21354/stat : 21354 (clasp) R 21352 21354 20592 0 -1 4202496 1922 0 0 0 2 0 0 0 21 0 1 0 494450717 17928192 1643 33554432000 4194304 4929204 140734788040704 18446744073709551615 230809165568 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/21354/statm: 4377 1644 330 180 0 1387 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 17508

[startup+0.100873 s]
/proc/loadavg: 0.92 1.63 2.53 5/183 21354
/proc/meminfo: memFree=12124740/32951124 swapFree=67111528/67111528
[pid=21354] ppid=21352 vsize=26568 CPUtime=0.08 cores=4,6
/proc/21354/stat : 21354 (clasp) R 21352 21354 20592 0 -1 4202496 4720 0 0 0 8 0 0 0 21 0 1 0 494450717 27205632 3868 33554432000 4194304 4929204 140734788040704 18446744073709551615 230808826913 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/21354/statm: 6642 3869 330 180 0 3652 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 26568

[startup+0.300873 s]
/proc/loadavg: 0.92 1.63 2.53 5/183 21354
/proc/meminfo: memFree=12124740/32951124 swapFree=67111528/67111528
[pid=21354] ppid=21352 vsize=56920 CPUtime=0.28 cores=4,6
/proc/21354/stat : 21354 (clasp) R 21352 21354 20592 0 -1 4202496 13865 0 0 0 27 1 0 0 22 0 1 0 494450717 58286080 11027 33554432000 4194304 4929204 140734788040704 18446744073709551615 4593011 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/21354/statm: 14230 11027 338 180 0 11240 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 56920

[startup+0.700783 s]
/proc/loadavg: 0.92 1.63 2.53 5/183 21354
/proc/meminfo: memFree=12124740/32951124 swapFree=67111528/67111528
[pid=21354] ppid=21352 vsize=74800 CPUtime=0.69 cores=4,6
/proc/21354/stat : 21354 (clasp) R 21352 21354 20592 0 -1 4202496 18234 0 0 0 67 2 0 0 23 0 1 0 494450717 76595200 15396 33554432000 4194304 4929204 140734788040704 18446744073709551615 4582106 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/21354/statm: 18700 15396 342 180 0 15710 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 74800

[startup+1.50065 s]
/proc/loadavg: 1.17 1.67 2.54 5/185 21361
/proc/meminfo: memFree=11914784/32951124 swapFree=67111528/67111528
[pid=21354] ppid=21352 vsize=74800 CPUtime=1.49 cores=4,6
/proc/21354/stat : 21354 (clasp) R 21352 21354 20592 0 -1 4202496 18373 0 0 0 147 2 0 0 25 0 1 0 494450717 76595200 15535 33554432000 4194304 4929204 140734788040704 18446744073709551615 4582188 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/21354/statm: 18700 15535 342 180 0 15710 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 74800

[startup+3.10035 s]
/proc/loadavg: 1.17 1.67 2.54 5/187 21370
/proc/meminfo: memFree=11742424/32951124 swapFree=67111528/67111528
[pid=21354] ppid=21352 vsize=78904 CPUtime=3.08 cores=4,6
/proc/21354/stat : 21354 (clasp) R 21352 21354 20592 0 -1 4202496 19266 0 0 0 306 2 0 0 25 0 1 0 494450717 80797696 16428 33554432000 4194304 4929204 140734788040704 18446744073709551615 4582021 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/21354/statm: 19726 16428 342 180 0 16736 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 78904

[startup+6.30077 s]
/proc/loadavg: 1.17 1.67 2.54 5/190 21394
/proc/meminfo: memFree=11707100/32951124 swapFree=67111528/67111528
[pid=21354] ppid=21352 vsize=76412 CPUtime=6.29 cores=4,6
/proc/21354/stat : 21354 (clasp) R 21352 21354 20592 0 -1 4202496 20996 0 0 0 626 3 0 0 25 0 1 0 494450717 78245888 16343 33554432000 4194304 4929204 140734788040704 18446744073709551615 4359771 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/21354/statm: 19103 16343 372 180 0 16113 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 76412

[startup+12.7006 s]
/proc/loadavg: 1.60 1.75 2.56 5/190 21394
/proc/meminfo: memFree=11704392/32951124 swapFree=67111528/67111528
[pid=21354] ppid=21352 vsize=76412 CPUtime=12.69 cores=4,6
/proc/21354/stat : 21354 (clasp) R 21352 21354 20592 0 -1 4202496 20998 0 0 0 1266 3 0 0 25 0 1 0 494450717 78245888 16345 33554432000 4194304 4929204 140734788040704 18446744073709551615 4658486 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/21354/statm: 19103 16345 373 180 0 16113 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 76412

[startup+25.5002 s]
/proc/loadavg: 1.97 1.82 2.57 5/190 21394
/proc/meminfo: memFree=11704168/32951124 swapFree=67111528/67111528
[pid=21354] ppid=21352 vsize=76412 CPUtime=25.49 cores=4,6
/proc/21354/stat : 21354 (clasp) R 21352 21354 20592 0 -1 4202496 20998 0 0 0 2546 3 0 0 25 0 1 0 494450717 78245888 16345 33554432000 4194304 4929204 140734788040704 18446744073709551615 4359771 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/21354/statm: 19103 16345 373 180 0 16113 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 76412

[startup+51.1006 s]
/proc/loadavg: 2.66 1.99 2.61 5/190 21395
/proc/meminfo: memFree=11701608/32951124 swapFree=67111528/67111528
[pid=21354] ppid=21352 vsize=78212 CPUtime=51.09 cores=4,6
/proc/21354/stat : 21354 (clasp) R 21352 21354 20592 0 -1 4202496 21367 0 0 0 5106 3 0 0 25 0 1 0 494450717 80089088 16714 33554432000 4194304 4929204 140734788040704 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/21354/statm: 19553 16714 373 180 0 16563 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 78212

[startup+102.307 s]
/proc/loadavg: 3.46 2.33 2.69 5/190 21396
/proc/meminfo: memFree=11686304/32951124 swapFree=67111528/67111528
[pid=21354] ppid=21352 vsize=92108 CPUtime=102.3 cores=4,6
/proc/21354/stat : 21354 (clasp) R 21352 21354 20592 0 -1 4202496 24782 0 0 0 10226 4 0 0 25 0 1 0 494450717 94318592 20129 33554432000 4194304 4929204 140734788040704 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/21354/statm: 23027 20129 373 180 0 20037 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 92108

[startup+162.3 s]
/proc/loadavg: 3.80 2.63 2.77 5/190 21398
/proc/meminfo: memFree=11674380/32951124 swapFree=67111528/67111528
[pid=21354] ppid=21352 vsize=103712 CPUtime=162.29 cores=4,6
/proc/21354/stat : 21354 (clasp) R 21352 21354 20592 0 -1 4202496 27552 0 0 0 16225 4 0 0 25 0 1 0 494450717 106201088 22899 33554432000 4194304 4929204 140734788040704 18446744073709551615 4316093 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/21354/statm: 25928 22899 373 180 0 22938 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 103712

[startup+222.3 s]
/proc/loadavg: 3.92 2.88 2.84 5/190 21400
/proc/meminfo: memFree=11651524/32951124 swapFree=67111528/67111528
[pid=21354] ppid=21352 vsize=112096 CPUtime=222.29 cores=4,6
/proc/21354/stat : 21354 (clasp) R 21352 21354 20592 0 -1 4202496 29732 0 0 0 22224 5 0 0 25 0 1 0 494450717 114786304 25079 33554432000 4194304 4929204 140734788040704 18446744073709551615 4633920 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/21354/statm: 28024 25079 373 180 0 25034 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 112096

[startup+282.3 s]
/proc/loadavg: 3.97 3.08 2.91 5/190 21401
/proc/meminfo: memFree=11632656/32951124 swapFree=67111528/67111528
[pid=21354] ppid=21352 vsize=131544 CPUtime=282.3 cores=4,6
/proc/21354/stat : 21354 (clasp) R 21352 21354 20592 0 -1 4202496 34340 0 0 0 28224 6 0 0 25 0 1 0 494450717 134701056 29687 33554432000 4194304 4929204 140734788040704 18446744073709551615 4328370 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/21354/statm: 32886 29687 373 180 0 29896 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 131544

[startup+342.3 s]
/proc/loadavg: 3.99 3.24 2.97 5/190 21403
/proc/meminfo: memFree=11625808/32951124 swapFree=67111528/67111528
[pid=21354] ppid=21352 vsize=137736 CPUtime=342.3 cores=4,6
/proc/21354/stat : 21354 (clasp) R 21352 21354 20592 0 -1 4202496 35894 0 0 0 34224 6 0 0 25 0 1 0 494450717 141041664 31241 33554432000 4194304 4929204 140734788040704 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/21354/statm: 34434 31241 373 180 0 31444 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 137736

[startup+402.3 s]
/proc/loadavg: 4.05 3.39 3.04 5/190 21539
/proc/meminfo: memFree=11127152/32951124 swapFree=67111528/67111528
[pid=21354] ppid=21352 vsize=154740 CPUtime=402.29 cores=4,6
/proc/21354/stat : 21354 (clasp) R 21352 21354 20592 0 -1 4202496 39664 0 0 0 40222 7 0 0 25 0 1 0 494450717 158453760 35011 33554432000 4194304 4929204 140734788040704 18446744073709551615 4359771 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/21354/statm: 38685 35011 373 180 0 35695 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 154740

[startup+462.3 s]
/proc/loadavg: 4.02 3.50 3.10 5/190 21541
/proc/meminfo: memFree=11121608/32951124 swapFree=67111528/67111528
[pid=21354] ppid=21352 vsize=161840 CPUtime=462.3 cores=4,6
/proc/21354/stat : 21354 (clasp) R 21352 21354 20592 0 -1 4202496 41447 0 0 0 46222 8 0 0 25 0 1 0 494450717 165724160 36794 33554432000 4194304 4929204 140734788040704 18446744073709551615 4633734 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/21354/statm: 40460 36794 373 180 0 37470 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 161840

[startup+522.3 s]
/proc/loadavg: 4.00 3.59 3.15 5/190 21543
/proc/meminfo: memFree=11105772/32951124 swapFree=67111528/67111528
[pid=21354] ppid=21352 vsize=167292 CPUtime=522.29 cores=4,6
/proc/21354/stat : 21354 (clasp) R 21352 21354 20592 0 -1 4202496 42822 0 0 0 52221 8 0 0 25 0 1 0 494450717 171307008 38169 33554432000 4194304 4929204 140734788040704 18446744073709551615 4365448 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/21354/statm: 41823 38169 373 180 0 38833 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 167292

[startup+582.301 s]
/proc/loadavg: 4.00 3.66 3.20 5/190 21544
/proc/meminfo: memFree=11067808/32951124 swapFree=67111528/67111528
[pid=21354] ppid=21352 vsize=176056 CPUtime=582.3 cores=4,6
/proc/21354/stat : 21354 (clasp) R 21352 21354 20592 0 -1 4202496 44986 0 0 0 58221 9 0 0 25 0 1 0 494450717 180281344 40333 33554432000 4194304 4929204 140734788040704 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/21354/statm: 44014 40333 373 180 0 41024 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 176056

[startup+642.301 s]
/proc/loadavg: 4.04 3.73 3.25 5/190 21546
/proc/meminfo: memFree=11055892/32951124 swapFree=67111528/67111528
[pid=21354] ppid=21352 vsize=186800 CPUtime=642.31 cores=4,6
/proc/21354/stat : 21354 (clasp) R 21352 21354 20592 0 -1 4202496 47761 0 0 0 64221 10 0 0 25 0 1 0 494450717 191283200 43108 33554432000 4194304 4929204 140734788040704 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/21354/statm: 46700 43108 373 180 0 43710 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 186800

[startup+702.301 s]
/proc/loadavg: 4.01 3.78 3.30 5/190 21547
/proc/meminfo: memFree=11025508/32951124 swapFree=67111528/67111528
[pid=21354] ppid=21352 vsize=211588 CPUtime=702.31 cores=4,6
/proc/21354/stat : 21354 (clasp) R 21352 21354 20592 0 -1 4202496 53769 0 0 0 70219 12 0 0 25 0 1 0 494450717 216666112 49116 33554432000 4194304 4929204 140734788040704 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/21354/statm: 52897 49116 373 180 0 49907 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 211588

[startup+762.307 s]
/proc/loadavg: 4.00 3.82 3.34 5/190 21549
/proc/meminfo: memFree=11006644/32951124 swapFree=67111528/67111528
[pid=21354] ppid=21352 vsize=222668 CPUtime=762.31 cores=4,6
/proc/21354/stat : 21354 (clasp) R 21352 21354 20592 0 -1 4202496 55900 0 0 0 76219 12 0 0 25 0 1 0 494450717 228012032 51247 33554432000 4194304 4929204 140734788040704 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/21354/statm: 55667 51247 373 180 0 52677 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 222668

[startup+822.301 s]
/proc/loadavg: 4.07 3.86 3.38 5/190 21551
/proc/meminfo: memFree=10993480/32951124 swapFree=67111528/67111528
[pid=21354] ppid=21352 vsize=227960 CPUtime=822.31 cores=4,6
/proc/21354/stat : 21354 (clasp) R 21352 21354 20592 0 -1 4202496 57165 0 0 0 82218 13 0 0 25 0 1 0 494450717 233431040 52512 33554432000 4194304 4929204 140734788040704 18446744073709551615 4633767 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/21354/statm: 56990 52512 373 180 0 54000 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 227960

[startup+882.301 s]
/proc/loadavg: 4.02 3.89 3.42 5/190 21552
/proc/meminfo: memFree=10980928/32951124 swapFree=67111528/67111528
[pid=21354] ppid=21352 vsize=240152 CPUtime=882.31 cores=4,6
/proc/21354/stat : 21354 (clasp) R 21352 21354 20592 0 -1 4202496 60214 0 0 0 88217 14 0 0 25 0 1 0 494450717 245915648 55561 33554432000 4194304 4929204 140734788040704 18446744073709551615 4316286 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/21354/statm: 60038 55561 373 180 0 57048 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 240152

[startup+942.301 s]
/proc/loadavg: 3.85 3.87 3.44 4/184 21571
/proc/meminfo: memFree=11468040/32951124 swapFree=67111528/67111528
[pid=21354] ppid=21352 vsize=241204 CPUtime=942.31 cores=4,6
/proc/21354/stat : 21354 (clasp) R 21352 21354 20592 0 -1 4202496 60469 0 0 0 94217 14 0 0 25 0 1 0 494450717 246992896 55816 33554432000 4194304 4929204 140734788040704 18446744073709551615 4633773 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/21354/statm: 60301 55816 373 180 0 57311 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 241204

[startup+1002.3 s]
/proc/loadavg: 3.31 3.71 3.41 4/184 21572
/proc/meminfo: memFree=11465132/32951124 swapFree=67111528/67111528
[pid=21354] ppid=21352 vsize=245896 CPUtime=1002.31 cores=4,6
/proc/21354/stat : 21354 (clasp) R 21352 21354 20592 0 -1 4202496 61571 0 0 0 100217 14 0 0 25 0 1 0 494450717 251797504 56918 33554432000 4194304 4929204 140734788040704 18446744073709551615 4633770 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/21354/statm: 61474 56918 373 180 0 58484 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 245896

[startup+1062.3 s]
/proc/loadavg: 3.11 3.58 3.38 4/184 21574
/proc/meminfo: memFree=11453708/32951124 swapFree=67111528/67111528
[pid=21354] ppid=21352 vsize=250272 CPUtime=1062.31 cores=4,6
/proc/21354/stat : 21354 (clasp) R 21352 21354 20592 0 -1 4202496 62760 0 0 0 106217 14 0 0 25 0 1 0 494450717 256278528 58107 33554432000 4194304 4929204 140734788040704 18446744073709551615 4359771 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/21354/statm: 62568 58107 373 180 0 59578 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 250272

[startup+1122.3 s]
/proc/loadavg: 3.04 3.47 3.36 4/184 21576
/proc/meminfo: memFree=11449600/32951124 swapFree=67111528/67111528
[pid=21354] ppid=21352 vsize=250272 CPUtime=1122.31 cores=4,6
/proc/21354/stat : 21354 (clasp) R 21352 21354 20592 0 -1 4202496 62773 0 0 0 112217 14 0 0 25 0 1 0 494450717 256278528 58120 33554432000 4194304 4929204 140734788040704 18446744073709551615 4633752 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/21354/statm: 62568 58120 373 180 0 59578 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 250272

[startup+1182.3 s]
/proc/loadavg: 3.05 3.40 3.34 4/184 21577
/proc/meminfo: memFree=11413128/32951124 swapFree=67111528/67111528
[pid=21354] ppid=21352 vsize=268468 CPUtime=1182.32 cores=4,6
/proc/21354/stat : 21354 (clasp) R 21352 21354 20592 0 -1 4202496 67286 0 0 0 118216 16 0 0 25 0 1 0 494450717 274911232 62633 33554432000 4194304 4929204 140734788040704 18446744073709551615 4658473 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/21354/statm: 67117 62633 373 180 0 64127 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 268468

[startup+1242.3 s]
/proc/loadavg: 3.02 3.32 3.31 4/184 21579
/proc/meminfo: memFree=11394396/32951124 swapFree=67111528/67111528
[pid=21354] ppid=21352 vsize=268468 CPUtime=1242.32 cores=4,6
/proc/21354/stat : 21354 (clasp) R 21352 21354 20592 0 -1 4202496 67301 0 0 0 124216 16 0 0 25 0 1 0 494450717 274911232 62648 33554432000 4194304 4929204 140734788040704 18446744073709551615 4316173 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/21354/statm: 67117 62648 373 180 0 64127 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 268468



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.04 3.28 3.30 4/184 21580
/proc/meminfo: memFree=11375156/32951124 swapFree=67111528/67111528
[pid=21354] ppid=21352 vsize=270764 CPUtime=1300.02 cores=4,6
/proc/21354/stat : 21354 (clasp) R 21352 21354 20592 0 -1 4202496 67801 0 0 0 129986 16 0 0 25 0 1 0 494450717 277262336 63148 33554432000 4194304 4929204 140734788040704 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/21354/statm: 67691 63148 373 180 0 64701 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 270764

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): 1300.02
CPU time (s): 1300.05
CPU user time (s): 1299.87
CPU system time (s): 0.178972
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 270764

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

runsolver used 2.27265 second user time and 4.83127 second system time

The end

Launcher Data

Begin job on node104 at 2011-04-26 16:35:03
IDJOB=3300075
IDBENCH=84806
IDSOLVER=1684
FILE ID=node104/3300075-1303828502
RUNJOBID= node104-1303828502-21325
PBS_JOBID= 13160792
Free space on /tmp= 71716 MiB

SOLVER NAME= clasp 2.0-R4092-indust
BENCH NAME= SAT04/industrial/vangelder/cnf-color/abb313GPIA-9-c.used-as.sat04-317.cnf
COMMAND LINE= HOME/clasp --berk-max=512 --berk-once --restarts=256 --reverse-arcs=2 --recursive-str --dinit=800,10000 --dsched=10000,1.1 --dscore=2 --update-lbd --dalgo=2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3300075-1303828502/watcher-3300075-1303828502 -o /tmp/evaluation-result-3300075-1303828502/solver-3300075-1303828502 -C 2400 -W 1300 -M 7680  HOME/clasp --berk-max=512 --berk-once --restarts=256 --reverse-arcs=2 --recursive-str --dinit=800,10000 --dsched=10000,1.1 --dscore=2 --update-lbd --dalgo=2 HOME/instance-3300075-1303828502.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 65c5a1442ec07e466934f093e50229c2
RANDOM SEED=2052419449

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.855
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.67
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.855
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.80
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.855
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	: 5293.18
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.855
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.855
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.855
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12125624 kB
Buffers:       2304604 kB
Cached:       17828512 kB
SwapCached:          0 kB
Active:       11176408 kB
Inactive:      9060292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12125624 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           48964 kB
Writeback:           0 kB
AnonPages:      102216 kB
Mapped:          15268 kB
Slab:           526092 kB
PageTables:       5380 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   251672 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= 71700 MiB
End job on node104 at 2011-04-26 16:56:45