Trace number 3300142

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

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k80.cnf
MD5SUM337e301d7c1a4748ec4a1ced7e688c38
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark223.666
Satisfiable
(Un)Satisfiability was proved
Number of variables45937
Number of clauses166840
Sum of the clauses size445312
Maximum clause length37
Minimum clause length1
Number of clauses of size 11058
Number of clauses of size 285826
Number of clauses of size 373620
Number of clauses of size 4406
Number of clauses of size 5785
Number of clauses of size over 55145

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...823726/instance-3300142-1303823726.cnf
0.29/0.36	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.006s (Solving: 1299.64s 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-3300142-1303823726/watcher-3300142-1303823726 -o /tmp/evaluation-result-3300142-1303823726/solver-3300142-1303823726 -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-3300142-1303823726.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.00 0.00 0.02 3/179 17866
/proc/meminfo: memFree=15310012/32950928 swapFree=67111528/67111528
[pid=17866] ppid=17864 vsize=18048 CPUtime=0 cores=4,6
/proc/17866/stat : 17866 (clasp) R 17864 17866 17822 0 -1 4202496 914 0 0 0 0 0 0 0 21 0 1 0 493972252 18481152 854 33554432000 4194304 4929204 140736497990592 18446744073709551615 4664652 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/17866/statm: 4512 863 319 180 0 1522 0

[startup+0.0389659 s]
/proc/loadavg: 0.00 0.00 0.02 3/179 17866
/proc/meminfo: memFree=15310012/32950928 swapFree=67111528/67111528
[pid=17866] ppid=17864 vsize=25780 CPUtime=0.03 cores=4,6
/proc/17866/stat : 17866 (clasp) R 17864 17866 17822 0 -1 4202496 4385 0 0 0 3 0 0 0 21 0 1 0 493972252 26398720 3674 33554432000 4194304 4929204 140736497990592 18446744073709551615 274473628357 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/17866/statm: 6445 3675 327 180 0 3455 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 25780

[startup+0.100998 s]
/proc/loadavg: 0.00 0.00 0.02 3/179 17866
/proc/meminfo: memFree=15310012/32950928 swapFree=67111528/67111528
[pid=17866] ppid=17864 vsize=37060 CPUtime=0.09 cores=4,6
/proc/17866/stat : 17866 (clasp) R 17864 17866 17822 0 -1 4202496 7951 0 0 0 9 0 0 0 21 0 1 0 493972252 37949440 6340 33554432000 4194304 4929204 140736497990592 18446744073709551615 4593011 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/17866/statm: 9265 6340 340 180 0 6275 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37060

[startup+0.300875 s]
/proc/loadavg: 0.00 0.00 0.02 3/179 17866
/proc/meminfo: memFree=15310012/32950928 swapFree=67111528/67111528
[pid=17866] ppid=17864 vsize=40712 CPUtime=0.29 cores=4,6
/proc/17866/stat : 17866 (clasp) R 17864 17866 17822 0 -1 4202496 8882 0 0 0 29 0 0 0 22 0 1 0 493972252 41689088 7271 33554432000 4194304 4929204 140736497990592 18446744073709551615 4582080 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/17866/statm: 10178 7271 342 180 0 7188 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 40712

[startup+0.700805 s]
/proc/loadavg: 0.00 0.00 0.02 3/179 17866
/proc/meminfo: memFree=15310012/32950928 swapFree=67111528/67111528
[pid=17866] ppid=17864 vsize=39420 CPUtime=0.69 cores=4,6
/proc/17866/stat : 17866 (clasp) R 17864 17866 17822 0 -1 4202496 9437 0 0 0 69 0 0 0 24 0 1 0 493972252 40366080 7053 33554432000 4194304 4929204 140736497990592 18446744073709551615 4365426 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/17866/statm: 9855 7053 367 180 0 6865 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 39420

[startup+1.50072 s]
/proc/loadavg: 0.00 0.00 0.02 3/180 17890
/proc/meminfo: memFree=15193908/32950928 swapFree=67111528/67111528
[pid=17866] ppid=17864 vsize=39420 CPUtime=1.49 cores=4,6
/proc/17866/stat : 17866 (clasp) R 17864 17866 17822 0 -1 4202496 9439 0 0 0 149 0 0 0 25 0 1 0 493972252 40366080 7055 33554432000 4194304 4929204 140736497990592 18446744073709551615 4627746 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/17866/statm: 9855 7055 367 180 0 6865 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 39420

[startup+3.10045 s]
/proc/loadavg: 0.00 0.00 0.02 4/182 17894
/proc/meminfo: memFree=15144904/32950928 swapFree=67111528/67111528
[pid=17866] ppid=17864 vsize=39420 CPUtime=3.09 cores=4,6
/proc/17866/stat : 17866 (clasp) R 17864 17866 17822 0 -1 4202496 9440 0 0 0 309 0 0 0 25 0 1 0 493972252 40366080 7056 33554432000 4194304 4929204 140736497990592 18446744073709551615 4633723 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/17866/statm: 9855 7056 367 180 0 6865 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 39420

[startup+6.30082 s]
/proc/loadavg: 0.24 0.05 0.04 5/184 17898
/proc/meminfo: memFree=14923556/32950928 swapFree=67111528/67111528
[pid=17866] ppid=17864 vsize=39420 CPUtime=6.29 cores=4,6
/proc/17866/stat : 17866 (clasp) R 17864 17866 17822 0 -1 4202496 9467 0 0 0 628 1 0 0 25 0 1 0 493972252 40366080 7083 33554432000 4194304 4929204 140736497990592 18446744073709551615 4365479 0 0 4096 18946 0 0 0 17 6 0 0 0
/proc/17866/statm: 9855 7083 367 180 0 6865 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 39420

[startup+12.7008 s]
/proc/loadavg: 0.62 0.13 0.07 5/190 17910
/proc/meminfo: memFree=14305516/32950928 swapFree=67111528/67111528
[pid=17866] ppid=17864 vsize=39564 CPUtime=12.69 cores=4,6
/proc/17866/stat : 17866 (clasp) R 17864 17866 17822 0 -1 4202496 9515 0 0 0 1268 1 0 0 25 0 1 0 493972252 40513536 7131 33554432000 4194304 4929204 140736497990592 18446744073709551615 4365448 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/17866/statm: 9891 7131 372 180 0 6901 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 39564

[startup+25.5004 s]
/proc/loadavg: 1.37 0.32 0.13 5/187 17913
/proc/meminfo: memFree=14475876/32950928 swapFree=67111528/67111528
[pid=17866] ppid=17864 vsize=43880 CPUtime=25.49 cores=4,6
/proc/17866/stat : 17866 (clasp) R 17864 17866 17822 0 -1 4202496 10613 0 0 0 2548 1 0 0 25 0 1 0 493972252 44933120 8229 33554432000 4194304 4929204 140736497990592 18446744073709551615 4633861 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/17866/statm: 10970 8229 373 180 0 7980 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 43880

[startup+51.1009 s]
/proc/loadavg: 2.33 0.63 0.24 5/190 17938
/proc/meminfo: memFree=14662708/32950928 swapFree=67111528/67111528
[pid=17866] ppid=17864 vsize=51300 CPUtime=51.08 cores=4,6
/proc/17866/stat : 17866 (clasp) R 17864 17866 17822 0 -1 4202496 12444 0 0 0 5106 2 0 0 25 0 1 0 493972252 52531200 10060 33554432000 4194304 4929204 140736497990592 18446744073709551615 4327330 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/17866/statm: 12825 10060 373 180 0 9835 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 51300

[startup+102.307 s]
/proc/loadavg: 3.27 1.15 0.43 5/190 17939
/proc/meminfo: memFree=14650800/32950928 swapFree=67111528/67111528
[pid=17866] ppid=17864 vsize=62504 CPUtime=102.29 cores=4,6
/proc/17866/stat : 17866 (clasp) R 17864 17866 17822 0 -1 4202496 15237 0 0 0 10226 3 0 0 25 0 1 0 493972252 64004096 12853 33554432000 4194304 4929204 140736497990592 18446744073709551615 4633723 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/17866/statm: 15626 12853 373 180 0 12636 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 62504

[startup+162.3 s]
/proc/loadavg: 3.73 1.66 0.65 5/190 17941
/proc/meminfo: memFree=14641220/32950928 swapFree=67111528/67111528
[pid=17866] ppid=17864 vsize=72056 CPUtime=162.29 cores=4,6
/proc/17866/stat : 17866 (clasp) R 17864 17866 17822 0 -1 4202496 17605 0 0 0 16225 4 0 0 25 0 1 0 493972252 73785344 15221 33554432000 4194304 4929204 140736497990592 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/17866/statm: 18014 15221 373 180 0 15024 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 72056

[startup+222.301 s]
/proc/loadavg: 3.98 2.10 0.86 5/190 17943
/proc/meminfo: memFree=14637140/32950928 swapFree=67111528/67111528
[pid=17866] ppid=17864 vsize=75980 CPUtime=222.3 cores=4,6
/proc/17866/stat : 17866 (clasp) R 17864 17866 17822 0 -1 4202496 18527 0 0 0 22225 5 0 0 25 0 1 0 493972252 77803520 16143 33554432000 4194304 4929204 140736497990592 18446744073709551615 4633752 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/17866/statm: 18995 16143 373 180 0 16005 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 75980

[startup+282.3 s]
/proc/loadavg: 3.99 2.45 1.06 5/190 17944
/proc/meminfo: memFree=14627436/32950928 swapFree=67111528/67111528
[pid=17866] ppid=17864 vsize=86032 CPUtime=282.29 cores=4,6
/proc/17866/stat : 17866 (clasp) R 17864 17866 17822 0 -1 4202496 21084 0 0 0 28224 5 0 0 25 0 1 0 493972252 88096768 18700 33554432000 4194304 4929204 140736497990592 18446744073709551615 4365426 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/17866/statm: 21508 18700 373 180 0 18518 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 86032

[startup+342.301 s]
/proc/loadavg: 3.99 2.73 1.24 5/190 17946
/proc/meminfo: memFree=14611332/32950928 swapFree=67111528/67111528
[pid=17866] ppid=17864 vsize=102040 CPUtime=342.29 cores=4,6
/proc/17866/stat : 17866 (clasp) R 17864 17866 17822 0 -1 4202496 24991 0 0 0 34223 6 0 0 25 0 1 0 493972252 104488960 22607 33554432000 4194304 4929204 140736497990592 18446744073709551615 4365408 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/17866/statm: 25510 22607 373 180 0 22520 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 102040

[startup+402.301 s]
/proc/loadavg: 4.03 2.97 1.41 5/185 17968
/proc/meminfo: memFree=14855480/32950928 swapFree=67111528/67111528
[pid=17866] ppid=17864 vsize=137892 CPUtime=402.29 cores=4,6
/proc/17866/stat : 17866 (clasp) R 17864 17866 17822 0 -1 4202496 33987 0 0 0 40219 10 0 0 25 0 1 0 493972252 141201408 31603 33554432000 4194304 4929204 140736497990592 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/17866/statm: 34473 31603 373 180 0 31483 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 137892

[startup+462.301 s]
/proc/loadavg: 4.01 3.15 1.57 5/190 17976
/proc/meminfo: memFree=14730344/32950928 swapFree=67111528/67111528
[pid=17866] ppid=17864 vsize=139896 CPUtime=462.29 cores=4,6
/proc/17866/stat : 17866 (clasp) R 17864 17866 17822 0 -1 4202496 34474 0 0 0 46219 10 0 0 25 0 1 0 493972252 143253504 32090 33554432000 4194304 4929204 140736497990592 18446744073709551615 4633400 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/17866/statm: 34974 32090 373 180 0 31984 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 139896

[startup+522.301 s]
/proc/loadavg: 4.00 3.31 1.72 5/190 17978
/proc/meminfo: memFree=14698852/32950928 swapFree=67111528/67111528
[pid=17866] ppid=17864 vsize=166204 CPUtime=522.3 cores=4,6
/proc/17866/stat : 17866 (clasp) R 17864 17866 17822 0 -1 4202496 40807 0 0 0 52218 12 0 0 25 0 1 0 493972252 170192896 38423 33554432000 4194304 4929204 140736497990592 18446744073709551615 4633719 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/17866/statm: 41551 38423 373 180 0 38561 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 166204

[startup+582.3 s]
/proc/loadavg: 4.00 3.43 1.86 5/190 17979
/proc/meminfo: memFree=14686296/32950928 swapFree=67111528/67111528
[pid=17866] ppid=17864 vsize=166204 CPUtime=582.3 cores=4,6
/proc/17866/stat : 17866 (clasp) R 17864 17866 17822 0 -1 4202496 40826 0 0 0 58218 12 0 0 25 0 1 0 493972252 170192896 38442 33554432000 4194304 4929204 140736497990592 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/17866/statm: 41551 38442 373 180 0 38561 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 166204

[startup+642.301 s]
/proc/loadavg: 4.00 3.53 1.99 5/190 17981
/proc/meminfo: memFree=14683268/32950928 swapFree=67111528/67111528
[pid=17866] ppid=17864 vsize=166204 CPUtime=642.31 cores=4,6
/proc/17866/stat : 17866 (clasp) R 17864 17866 17822 0 -1 4202496 40852 0 0 0 64219 12 0 0 25 0 1 0 493972252 170192896 38468 33554432000 4194304 4929204 140736497990592 18446744073709551615 4632587 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/17866/statm: 41551 38468 373 180 0 38561 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 166204

[startup+702.3 s]
/proc/loadavg: 4.04 3.63 2.12 5/190 17982
/proc/meminfo: memFree=14682756/32950928 swapFree=67111528/67111528
[pid=17866] ppid=17864 vsize=166204 CPUtime=702.31 cores=4,6
/proc/17866/stat : 17866 (clasp) R 17864 17866 17822 0 -1 4202496 40889 0 0 0 70219 12 0 0 25 0 1 0 493972252 170192896 38505 33554432000 4194304 4929204 140736497990592 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/17866/statm: 41551 38505 373 180 0 38561 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 166204

[startup+762.307 s]
/proc/loadavg: 4.07 3.71 2.24 5/190 17984
/proc/meminfo: memFree=14668364/32950928 swapFree=67111528/67111528
[pid=17866] ppid=17864 vsize=173160 CPUtime=762.31 cores=4,6
/proc/17866/stat : 17866 (clasp) R 17864 17866 17822 0 -1 4202496 42448 0 0 0 76219 12 0 0 25 0 1 0 493972252 177315840 40064 33554432000 4194304 4929204 140736497990592 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/17866/statm: 43290 40064 373 180 0 40300 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 173160

[startup+822.3 s]
/proc/loadavg: 4.07 3.77 2.35 5/190 17986
/proc/meminfo: memFree=14662020/32950928 swapFree=67111528/67111528
[pid=17866] ppid=17864 vsize=179096 CPUtime=822.31 cores=4,6
/proc/17866/stat : 17866 (clasp) R 17864 17866 17822 0 -1 4202496 43937 0 0 0 82218 13 0 0 25 0 1 0 493972252 183394304 41553 33554432000 4194304 4929204 140736497990592 18446744073709551615 4633723 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/17866/statm: 44774 41553 373 180 0 41784 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 179096

[startup+882.301 s]
/proc/loadavg: 4.02 3.81 2.45 5/190 17987
/proc/meminfo: memFree=14651584/32950928 swapFree=67111528/67111528
[pid=17866] ppid=17864 vsize=185552 CPUtime=882.31 cores=4,6
/proc/17866/stat : 17866 (clasp) R 17864 17866 17822 0 -1 4202496 45588 0 0 0 88217 14 0 0 25 0 1 0 493972252 190005248 43204 33554432000 4194304 4929204 140736497990592 18446744073709551615 4359771 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/17866/statm: 46388 43204 373 180 0 43398 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 185552

[startup+942.301 s]
/proc/loadavg: 4.06 3.86 2.55 5/190 17989
/proc/meminfo: memFree=14651308/32950928 swapFree=67111528/67111528
[pid=17866] ppid=17864 vsize=185552 CPUtime=942.31 cores=4,6
/proc/17866/stat : 17866 (clasp) R 17864 17866 17822 0 -1 4202496 45588 0 0 0 94217 14 0 0 25 0 1 0 493972252 190005248 43204 33554432000 4194304 4929204 140736497990592 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/17866/statm: 46388 43204 373 180 0 43398 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 185552

[startup+1002.3 s]
/proc/loadavg: 4.02 3.88 2.64 5/190 17990
/proc/meminfo: memFree=14636152/32950928 swapFree=67111528/67111528
[pid=17866] ppid=17864 vsize=195136 CPUtime=1002.31 cores=4,6
/proc/17866/stat : 17866 (clasp) R 17864 17866 17822 0 -1 4202496 48016 0 0 0 100216 15 0 0 25 0 1 0 493972252 199819264 45632 33554432000 4194304 4929204 140736497990592 18446744073709551615 4633785 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/17866/statm: 48784 45632 373 180 0 45794 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 195136

[startup+1062.3 s]
/proc/loadavg: 4.00 3.90 2.72 5/190 17992
/proc/meminfo: memFree=14634868/32950928 swapFree=67111528/67111528
[pid=17866] ppid=17864 vsize=195136 CPUtime=1062.31 cores=4,6
/proc/17866/stat : 17866 (clasp) R 17864 17866 17822 0 -1 4202496 48017 0 0 0 106216 15 0 0 25 0 1 0 493972252 199819264 45633 33554432000 4194304 4929204 140736497990592 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/17866/statm: 48784 45633 373 180 0 45794 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 195136

[startup+1122.3 s]
/proc/loadavg: 4.00 3.92 2.80 5/190 18021
/proc/meminfo: memFree=14236048/32950928 swapFree=67111528/67111528
[pid=17866] ppid=17864 vsize=216220 CPUtime=1122.3 cores=4,6
/proc/17866/stat : 17866 (clasp) R 17864 17866 17822 0 -1 4202496 53333 0 0 0 112208 22 0 0 25 0 1 0 493972252 221409280 50949 33554432000 4194304 4929204 140736497990592 18446744073709551615 4633723 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/17866/statm: 54055 50949 373 180 0 51065 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 216220

[startup+1182.3 s]
/proc/loadavg: 4.00 3.93 2.87 5/190 18022
/proc/meminfo: memFree=14234924/32950928 swapFree=67111528/67111528
[pid=17866] ppid=17864 vsize=216220 CPUtime=1182.31 cores=4,6
/proc/17866/stat : 17866 (clasp) R 17864 17866 17822 0 -1 4202496 53333 0 0 0 118209 22 0 0 25 0 1 0 493972252 221409280 50949 33554432000 4194304 4929204 140736497990592 18446744073709551615 4632957 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/17866/statm: 54055 50949 373 180 0 51065 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 216220

[startup+1242.3 s]
/proc/loadavg: 4.00 3.94 2.94 5/190 18051
/proc/meminfo: memFree=14216908/32950928 swapFree=67111528/67111528
[pid=17866] ppid=17864 vsize=218840 CPUtime=1242.31 cores=4,6
/proc/17866/stat : 17866 (clasp) R 17864 17866 17822 0 -1 4202496 53975 0 0 0 124208 23 0 0 25 0 1 0 493972252 224092160 51591 33554432000 4194304 4929204 140736497990592 18446744073709551615 4627746 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/17866/statm: 54710 51591 373 180 0 51720 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 218840



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.95 3.00 5/190 18052
/proc/meminfo: memFree=14165080/32950928 swapFree=67111528/67111528
[pid=17866] ppid=17864 vsize=258880 CPUtime=1300.02 cores=4,6
/proc/17866/stat : 17866 (clasp) R 17864 17866 17822 0 -1 4202496 63782 0 0 0 129974 28 0 0 25 0 1 0 493972252 265093120 61398 33554432000 4194304 4929204 140736497990592 18446744073709551615 4633604 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/17866/statm: 64720 61398 373 180 0 61730 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 258880

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.04
CPU user time (s): 1299.75
CPU system time (s): 0.292955
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 258880

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

runsolver used 2.10668 second user time and 4.99724 second system time

The end

Launcher Data

Begin job on node125 at 2011-04-26 15:15:26
IDJOB=3300142
IDBENCH=20521
IDSOLVER=1684
FILE ID=node125/3300142-1303823726
RUNJOBID= node125-1303823722-17841
PBS_JOBID= 13160770
Free space on /tmp= 72744 MiB

SOLVER NAME= clasp 2.0-R4092-indust
BENCH NAME= SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k80.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-3300142-1303823726/watcher-3300142-1303823726 -o /tmp/evaluation-result-3300142-1303823726/solver-3300142-1303823726 -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-3300142-1303823726.cnf

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

MD5SUM BENCH= 337e301d7c1a4748ec4a1ced7e688c38
RANDOM SEED=2088141445

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15310540 kB
Buffers:       2209304 kB
Cached:       14692324 kB
SwapCached:          0 kB
Active:        8766832 kB
Inactive:      8340596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15310540 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           44084 kB
Writeback:           0 kB
AnonPages:      205132 kB
Mapped:          15588 kB
Slab:           469264 kB
PageTables:       5536 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   353936 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= 72564 MiB
End job on node125 at 2011-04-26 15:37:08