Trace number 3300381

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) 1300.01 1300.01

General information on the benchmark

NameSAT05/crafted/jarvisalo05/mod2c-rand3bip-sat/
mod2c-rand3bip-sat-250-3.shuffled-as.sat05-2535.cnf
MD5SUM22bc1843113c53c5f8a8f8cec42dcbe5
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark240.682
Satisfiable
(Un)Satisfiability was proved
Number of variables352
Number of clauses2492
Sum of the clauses size11032
Maximum clause length6
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 41592
Number of clauses of size 5736
Number of clauses of size over 5164

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...829246/instance-3300381-1303829246.cnf
0.00/0.00	c Solving...
1300.00/1300.00	
1300.00/1300.00	*** INTERRUPTED! ***
1300.00/1300.00	s UNKNOWN
1300.00/1300.00	
1300.00/1300.00	c INTERRUPTED   : 1
1300.00/1300.00	c Models        : 0+    
1300.00/1300.00	c Time          : 1300.004s (Solving: 1300.00s 1st Model: 0.00s Unsat: 0.00s)
1300.00/1300.00	c CPU Time      : 1300.000s

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-3300381-1303829246/watcher-3300381-1303829246 -o /tmp/evaluation-result-3300381-1303829246/solver-3300381-1303829246 -C 2400 -W 1300 -M 7680 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-3300381-1303829246.cnf 

running on 2 cores: 0,2

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: 3.68 3.93 3.88 3/175 32666
/proc/meminfo: memFree=26750052/32950928 swapFree=67111364/67111528
[pid=32666] ppid=32663 vsize=12568 CPUtime=0 cores=0,2
/proc/32666/stat : 32666 (clasp) R 32663 32666 31960 0 -1 4202496 529 0 0 0 0 0 0 0 20 0 1 0 494524267 12869632 466 33554432000 4194304 4929204 140735795105664 18446744073709551615 4576800 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/32666/statm: 3142 466 339 180 0 152 0

[startup+0.042024 s]
/proc/loadavg: 3.68 3.93 3.88 3/175 32666
/proc/meminfo: memFree=26750052/32950928 swapFree=67111364/67111528
[pid=32666] ppid=32663 vsize=12704 CPUtime=0.03 cores=0,2
/proc/32666/stat : 32666 (clasp) R 32663 32666 31960 0 -1 4202496 571 0 0 0 3 0 0 0 20 0 1 0 494524267 13008896 508 33554432000 4194304 4929204 140735795105664 18446744073709551615 4638630 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/32666/statm: 3176 508 367 180 0 186 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 12704

[startup+0.101012 s]
/proc/loadavg: 3.68 3.93 3.88 3/175 32666
/proc/meminfo: memFree=26750052/32950928 swapFree=67111364/67111528
[pid=32666] ppid=32663 vsize=12704 CPUtime=0.09 cores=0,2
/proc/32666/stat : 32666 (clasp) R 32663 32666 31960 0 -1 4202496 577 0 0 0 9 0 0 0 20 0 1 0 494524267 13008896 514 33554432000 4194304 4929204 140735795105664 18446744073709551615 4638344 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/32666/statm: 3176 514 367 180 0 186 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12704

[startup+0.301032 s]
/proc/loadavg: 3.68 3.93 3.88 3/175 32666
/proc/meminfo: memFree=26750052/32950928 swapFree=67111364/67111528
[pid=32666] ppid=32663 vsize=12836 CPUtime=0.29 cores=0,2
/proc/32666/stat : 32666 (clasp) R 32663 32666 31960 0 -1 4202496 616 0 0 0 29 0 0 0 21 0 1 0 494524267 13144064 553 33554432000 4194304 4929204 140735795105664 18446744073709551615 4633781 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/32666/statm: 3209 553 367 180 0 219 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12836

[startup+0.700955 s]
/proc/loadavg: 3.68 3.93 3.88 3/175 32666
/proc/meminfo: memFree=26750052/32950928 swapFree=67111364/67111528
[pid=32666] ppid=32663 vsize=12968 CPUtime=0.69 cores=0,2
/proc/32666/stat : 32666 (clasp) R 32663 32666 31960 0 -1 4202496 657 0 0 0 69 0 0 0 22 0 1 0 494524267 13279232 594 33554432000 4194304 4929204 140735795105664 18446744073709551615 4633042 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/32666/statm: 3242 594 367 180 0 252 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12968

[startup+1.5008 s]
/proc/loadavg: 3.68 3.93 3.88 5/190 32694
/proc/meminfo: memFree=26741688/32950928 swapFree=67111364/67111528
[pid=32666] ppid=32663 vsize=13232 CPUtime=1.49 cores=0,2
/proc/32666/stat : 32666 (clasp) R 32663 32666 31960 0 -1 4202496 719 0 0 0 149 0 0 0 25 0 1 0 494524267 13549568 656 33554432000 4194304 4929204 140735795105664 18446744073709551615 4633770 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/32666/statm: 3308 656 367 180 0 318 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 13232

[startup+3.10044 s]
/proc/loadavg: 3.68 3.93 3.88 5/190 32694
/proc/meminfo: memFree=26739208/32950928 swapFree=67111364/67111528
[pid=32666] ppid=32663 vsize=13644 CPUtime=3.09 cores=0,2
/proc/32666/stat : 32666 (clasp) R 32663 32666 31960 0 -1 4202496 810 0 0 0 309 0 0 0 25 0 1 0 494524267 13971456 747 33554432000 4194304 4929204 140735795105664 18446744073709551615 4636628 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/32666/statm: 3411 747 367 180 0 421 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 13644

[startup+6.30088 s]
/proc/loadavg: 3.70 3.93 3.88 5/190 32694
/proc/meminfo: memFree=26737220/32950928 swapFree=67111364/67111528
[pid=32666] ppid=32663 vsize=14048 CPUtime=6.29 cores=0,2
/proc/32666/stat : 32666 (clasp) R 32663 32666 31960 0 -1 4202496 920 0 0 0 629 0 0 0 25 0 1 0 494524267 14385152 857 33554432000 4194304 4929204 140735795105664 18446744073709551615 4316135 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/32666/statm: 3512 857 367 180 0 522 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 14048

[startup+12.7007 s]
/proc/loadavg: 3.73 3.94 3.88 5/190 32694
/proc/meminfo: memFree=26733156/32950928 swapFree=67111364/67111528
[pid=32666] ppid=32663 vsize=14888 CPUtime=12.69 cores=0,2
/proc/32666/stat : 32666 (clasp) R 32663 32666 31960 0 -1 4202496 1112 0 0 0 1269 0 0 0 25 0 1 0 494524267 15245312 1049 33554432000 4194304 4929204 140735795105664 18446744073709551615 4337328 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/32666/statm: 3722 1049 367 180 0 732 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 14888

[startup+25.5002 s]
/proc/loadavg: 3.79 3.94 3.88 5/190 32694
/proc/meminfo: memFree=26729840/32950928 swapFree=67111364/67111528
[pid=32666] ppid=32663 vsize=15704 CPUtime=25.49 cores=0,2
/proc/32666/stat : 32666 (clasp) R 32663 32666 31960 0 -1 4202496 1330 0 0 0 2549 0 0 0 25 0 1 0 494524267 16080896 1267 33554432000 4194304 4929204 140735795105664 18446744073709551615 4633958 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/32666/statm: 3926 1267 367 180 0 936 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 15704

[startup+51.1003 s]
/proc/loadavg: 3.86 3.94 3.89 5/190 32695
/proc/meminfo: memFree=26725056/32950928 swapFree=67111364/67111528
[pid=32666] ppid=32663 vsize=16820 CPUtime=51.09 cores=0,2
/proc/32666/stat : 32666 (clasp) R 32663 32666 31960 0 -1 4202496 1600 0 0 0 5109 0 0 0 25 0 1 0 494524267 17223680 1537 33554432000 4194304 4929204 140735795105664 18446744073709551615 4633962 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/32666/statm: 4205 1537 367 180 0 1215 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 16820

[startup+102.306 s]
/proc/loadavg: 3.94 3.95 3.89 5/190 32696
/proc/meminfo: memFree=26719212/32950928 swapFree=67111364/67111528
[pid=32666] ppid=32663 vsize=18156 CPUtime=102.3 cores=0,2
/proc/32666/stat : 32666 (clasp) R 32663 32666 31960 0 -1 4202496 1919 0 0 0 10230 0 0 0 25 0 1 0 494524267 18591744 1856 33554432000 4194304 4929204 140735795105664 18446744073709551615 4357708 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/32666/statm: 4539 1856 367 180 0 1549 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 18156

[startup+162.301 s]
/proc/loadavg: 3.98 3.95 3.90 5/190 32752
/proc/meminfo: memFree=26695492/32950928 swapFree=67111364/67111528
[pid=32666] ppid=32663 vsize=19036 CPUtime=162.29 cores=0,2
/proc/32666/stat : 32666 (clasp) R 32663 32666 31960 0 -1 4202496 2111 0 0 0 16229 0 0 0 25 0 1 0 494524267 19492864 2048 33554432000 4194304 4929204 140735795105664 18446744073709551615 4316300 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/32666/statm: 4759 2048 367 180 0 1769 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 19036

[startup+222.301 s]
/proc/loadavg: 3.99 3.96 3.90 5/190 32754
/proc/meminfo: memFree=26667528/32950928 swapFree=67111364/67111528
[pid=32666] ppid=32663 vsize=19608 CPUtime=222.29 cores=0,2
/proc/32666/stat : 32666 (clasp) R 32663 32666 31960 0 -1 4202496 2246 0 0 0 22229 0 0 0 25 0 1 0 494524267 20078592 2183 33554432000 4194304 4929204 140735795105664 18446744073709551615 4633785 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/32666/statm: 4902 2183 367 180 0 1912 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 19608

[startup+282.3 s]
/proc/loadavg: 3.99 3.96 3.91 5/190 32755
/proc/meminfo: memFree=26646416/32950928 swapFree=67111364/67111528
[pid=32666] ppid=32663 vsize=19908 CPUtime=282.29 cores=0,2
/proc/32666/stat : 32666 (clasp) R 32663 32666 31960 0 -1 4202496 2341 0 0 0 28229 0 0 0 25 0 1 0 494524267 20385792 2278 33554432000 4194304 4929204 140735795105664 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/32666/statm: 4977 2278 367 180 0 1987 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 19908

[startup+342.301 s]
/proc/loadavg: 4.04 3.98 3.91 5/190 32757
/proc/meminfo: memFree=26639808/32950928 swapFree=67111364/67111528
[pid=32666] ppid=32663 vsize=20208 CPUtime=342.3 cores=0,2
/proc/32666/stat : 32666 (clasp) R 32663 32666 31960 0 -1 4202496 2407 0 0 0 34229 1 0 0 25 0 1 0 494524267 20692992 2344 33554432000 4194304 4929204 140735795105664 18446744073709551615 4316135 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/32666/statm: 5052 2344 367 180 0 2062 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 20208

[startup+402.3 s]
/proc/loadavg: 4.06 4.00 3.92 5/190 326
/proc/meminfo: memFree=26639776/32950928 swapFree=67111364/67111528
[pid=32666] ppid=32663 vsize=20508 CPUtime=402.3 cores=0,2
/proc/32666/stat : 32666 (clasp) R 32663 32666 31960 0 -1 4202496 2466 0 0 0 40229 1 0 0 25 0 1 0 494524267 21000192 2403 33554432000 4194304 4929204 140735795105664 18446744073709551615 4633770 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/32666/statm: 5127 2403 367 180 0 2137 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 20508

[startup+462.301 s]
/proc/loadavg: 4.06 4.01 3.93 5/190 355
/proc/meminfo: memFree=26635344/32950928 swapFree=67111364/67111528
[pid=32666] ppid=32663 vsize=20656 CPUtime=462.3 cores=0,2
/proc/32666/stat : 32666 (clasp) R 32663 32666 31960 0 -1 4202496 2505 0 0 0 46229 1 0 0 25 0 1 0 494524267 21151744 2442 33554432000 4194304 4929204 140735795105664 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/32666/statm: 5164 2442 367 180 0 2174 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 20656

[startup+522.3 s]
/proc/loadavg: 4.02 4.01 3.93 5/190 357
/proc/meminfo: memFree=26632316/32950928 swapFree=67111364/67111528
[pid=32666] ppid=32663 vsize=20808 CPUtime=522.3 cores=0,2
/proc/32666/stat : 32666 (clasp) R 32663 32666 31960 0 -1 4202496 2536 0 0 0 52229 1 0 0 25 0 1 0 494524267 21307392 2473 33554432000 4194304 4929204 140735795105664 18446744073709551615 4316074 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/32666/statm: 5202 2473 367 180 0 2212 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 20808

[startup+582.301 s]
/proc/loadavg: 4.01 4.00 3.93 5/190 358
/proc/meminfo: memFree=26628312/32950928 swapFree=67111364/67111528
[pid=32666] ppid=32663 vsize=20948 CPUtime=582.3 cores=0,2
/proc/32666/stat : 32666 (clasp) R 32663 32666 31960 0 -1 4202496 2571 0 0 0 58229 1 0 0 25 0 1 0 494524267 21450752 2508 33554432000 4194304 4929204 140735795105664 18446744073709551615 4370053 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/32666/statm: 5237 2508 367 180 0 2247 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 20948

[startup+642.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 360
/proc/meminfo: memFree=26619356/32950928 swapFree=67111364/67111528
[pid=32666] ppid=32663 vsize=20948 CPUtime=642.3 cores=0,2
/proc/32666/stat : 32666 (clasp) R 32663 32666 31960 0 -1 4202496 2595 0 0 0 64229 1 0 0 25 0 1 0 494524267 21450752 2532 33554432000 4194304 4929204 140735795105664 18446744073709551615 4316100 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/32666/statm: 5237 2532 367 180 0 2247 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 20948

[startup+702.301 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 361
/proc/meminfo: memFree=26618060/32950928 swapFree=67111364/67111528
[pid=32666] ppid=32663 vsize=21100 CPUtime=702.3 cores=0,2
/proc/32666/stat : 32666 (clasp) R 32663 32666 31960 0 -1 4202496 2627 0 0 0 70229 1 0 0 25 0 1 0 494524267 21606400 2564 33554432000 4194304 4929204 140735795105664 18446744073709551615 4316300 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/32666/statm: 5275 2564 367 180 0 2285 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 21100

[startup+762.307 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 363
/proc/meminfo: memFree=26614172/32950928 swapFree=67111364/67111528
[pid=32666] ppid=32663 vsize=21248 CPUtime=762.31 cores=0,2
/proc/32666/stat : 32666 (clasp) R 32663 32666 31960 0 -1 4202496 2662 0 0 0 76230 1 0 0 25 0 1 0 494524267 21757952 2599 33554432000 4194304 4929204 140735795105664 18446744073709551615 4359771 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/32666/statm: 5312 2599 367 180 0 2322 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 21248

[startup+822.301 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 374
/proc/meminfo: memFree=26608980/32950928 swapFree=67111364/67111528
[pid=32666] ppid=32663 vsize=21536 CPUtime=822.3 cores=0,2
/proc/32666/stat : 32666 (clasp) R 32663 32666 31960 0 -1 4202496 2724 0 0 0 82229 1 0 0 25 0 1 0 494524267 22052864 2661 33554432000 4194304 4929204 140735795105664 18446744073709551615 4633723 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/32666/statm: 5384 2661 367 180 0 2394 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 21536

[startup+882.301 s]
/proc/loadavg: 4.07 4.03 3.94 5/190 375
/proc/meminfo: memFree=26588376/32950928 swapFree=67111364/67111528
[pid=32666] ppid=32663 vsize=21684 CPUtime=882.3 cores=0,2
/proc/32666/stat : 32666 (clasp) R 32663 32666 31960 0 -1 4202496 2771 0 0 0 88229 1 0 0 25 0 1 0 494524267 22204416 2708 33554432000 4194304 4929204 140735795105664 18446744073709551615 4316160 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/32666/statm: 5421 2708 367 180 0 2431 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 21684

[startup+942.3 s]
/proc/loadavg: 4.02 4.02 3.94 5/190 377
/proc/meminfo: memFree=26584492/32950928 swapFree=67111364/67111528
[pid=32666] ppid=32663 vsize=21972 CPUtime=942.3 cores=0,2
/proc/32666/stat : 32666 (clasp) R 32663 32666 31960 0 -1 4202496 2817 0 0 0 94229 1 0 0 25 0 1 0 494524267 22499328 2754 33554432000 4194304 4929204 140735795105664 18446744073709551615 4636934 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/32666/statm: 5493 2754 367 180 0 2503 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 21972

[startup+1002.3 s]
/proc/loadavg: 4.01 4.02 3.94 5/190 381
/proc/meminfo: memFree=26584712/32950928 swapFree=67111364/67111528
[pid=32666] ppid=32663 vsize=21972 CPUtime=1002.3 cores=0,2
/proc/32666/stat : 32666 (clasp) R 32663 32666 31960 0 -1 4202496 2828 0 0 0 100229 1 0 0 25 0 1 0 494524267 22499328 2765 33554432000 4194304 4929204 140735795105664 18446744073709551615 4638648 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/32666/statm: 5493 2765 367 180 0 2503 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 21972

[startup+1062.3 s]
/proc/loadavg: 4.00 4.01 3.94 5/190 383
/proc/meminfo: memFree=26584280/32950928 swapFree=67111364/67111528
[pid=32666] ppid=32663 vsize=22556 CPUtime=1062.29 cores=0,2
/proc/32666/stat : 32666 (clasp) R 32663 32666 31960 0 -1 4202496 2965 0 0 0 106228 1 0 0 25 0 1 0 494524267 23097344 2902 33554432000 4194304 4929204 140735795105664 18446744073709551615 4633752 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/32666/statm: 5639 2902 367 180 0 2649 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 22556

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/190 385
/proc/meminfo: memFree=26583968/32950928 swapFree=67111364/67111528
[pid=32666] ppid=32663 vsize=22720 CPUtime=1122.29 cores=0,2
/proc/32666/stat : 32666 (clasp) R 32663 32666 31960 0 -1 4202496 3014 0 0 0 112228 1 0 0 25 0 1 0 494524267 23265280 2951 33554432000 4194304 4929204 140735795105664 18446744073709551615 4633785 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/32666/statm: 5680 2951 367 180 0 2690 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 22720

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/190 386
/proc/meminfo: memFree=26582196/32950928 swapFree=67111364/67111528
[pid=32666] ppid=32663 vsize=22856 CPUtime=1182.29 cores=0,2
/proc/32666/stat : 32666 (clasp) R 32663 32666 31960 0 -1 4202496 3060 0 0 0 118228 1 0 0 25 0 1 0 494524267 23404544 2997 33554432000 4194304 4929204 140735795105664 18446744073709551615 4357424 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/32666/statm: 5714 2997 367 180 0 2724 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 22856

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/190 388
/proc/meminfo: memFree=26581656/32950928 swapFree=67111364/67111528
[pid=32666] ppid=32663 vsize=23008 CPUtime=1242.29 cores=0,2
/proc/32666/stat : 32666 (clasp) R 32663 32666 31960 0 -1 4202496 3097 0 0 0 124228 1 0 0 25 0 1 0 494524267 23560192 3034 33554432000 4194304 4929204 140735795105664 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/32666/statm: 5752 3034 367 180 0 2762 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 23008



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.94 5/190 389
/proc/meminfo: memFree=26559788/32950928 swapFree=67111364/67111528
[pid=32666] ppid=32663 vsize=23156 CPUtime=1300 cores=0,2
/proc/32666/stat : 32666 (clasp) R 32663 32666 31960 0 -1 4202496 3116 0 0 0 129999 1 0 0 25 0 1 0 494524267 23711744 3053 33554432000 4194304 4929204 140735795105664 18446744073709551615 4316222 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/32666/statm: 5789 3053 367 180 0 2799 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 23156

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.01
CPU time (s): 1300.01
CPU user time (s): 1299.99
CPU system time (s): 0.018997
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 23156

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

runsolver used 2.01469 second user time and 4.35334 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-26 16:47:26
IDJOB=3300381
IDBENCH=85355
IDSOLVER=1685
FILE ID=node127/3300381-1303829246
RUNJOBID= node127-1303829246-32651
PBS_JOBID= 13160768
Free space on /tmp= 71908 MiB

SOLVER NAME= clasp 2.0-R4092-crafted
BENCH NAME= SAT05/crafted/jarvisalo05/mod2c-rand3bip-sat/mod2c-rand3bip-sat-250-3.shuffled-as.sat05-2535.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-3300381-1303829246/watcher-3300381-1303829246 -o /tmp/evaluation-result-3300381-1303829246/solver-3300381-1303829246 -C 2400 -W 1300 -M 7680  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-3300381-1303829246.cnf

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

MD5SUM BENCH= 22bc1843113c53c5f8a8f8cec42dcbe5
RANDOM SEED=182932771

node127.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.823
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.64
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.823
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.823
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.823
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.86
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.823
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.823
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.75
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.823
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.60
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.823
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:     32950928 kB
MemFree:      26750340 kB
Buffers:       1317708 kB
Cached:        4344316 kB
SwapCached:          0 kB
Active:        1376208 kB
Inactive:      4349224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26750340 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:             792 kB
Writeback:           0 kB
AnonPages:       63664 kB
Mapped:          14484 kB
Slab:           409320 kB
PageTables:       4780 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   193260 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= 71904 MiB
End job on node127 at 2011-04-26 17:09:08