Trace number 3300291

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.03 1300.01

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m62-q1327.5-n60-p15-s1351253.cnf
MD5SUMb23c52475e3d098cb9d5a92c025d6982
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark7.18991
Satisfiable
(Un)Satisfiability was proved
Number of variables3420
Number of clauses1120760
Sum of the clauses size2244820
Maximum clause length62
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21120700
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 560

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...829759/instance-3300291-1303829759.cnf
15.89/15.90	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.002s (Solving: 1284.10s 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-3300291-1303829759/watcher-3300291-1303829759 -o /tmp/evaluation-result-3300291-1303829759/solver-3300291-1303829759 -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-3300291-1303829759.cnf 

running on 2 cores: 5,7

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.44 2.67 5/189 4363
/proc/meminfo: memFree=12648132/32951124 swapFree=67111528/67111528
[pid=4363] ppid=4361 vsize=13176 CPUtime=0 cores=5,7
/proc/4363/stat : 4363 (clasp) R 4361 4363 3942 0 -1 4202496 673 0 0 0 0 0 0 0 21 0 1 0 475392223 13492224 587 33554432000 4194304 4929204 140736785995504 18446744073709551615 212039316165 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/4363/statm: 3294 588 327 180 0 304 0

[startup+0.037757 s]
/proc/loadavg: 0.92 1.44 2.67 5/189 4363
/proc/meminfo: memFree=12648132/32951124 swapFree=67111528/67111528
[pid=4363] ppid=4361 vsize=19308 CPUtime=0.03 cores=5,7
/proc/4363/stat : 4363 (clasp) R 4361 4363 3942 0 -1 4202496 2841 0 0 0 3 0 0 0 21 0 1 0 475392223 19771392 2011 33554432000 4194304 4929204 140736785995504 18446744073709551615 212039316165 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/4363/statm: 4827 2012 327 180 0 1837 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 19308

[startup+0.100748 s]
/proc/loadavg: 0.92 1.44 2.67 5/189 4363
/proc/meminfo: memFree=12648132/32951124 swapFree=67111528/67111528
[pid=4363] ppid=4361 vsize=30704 CPUtime=0.09 cores=5,7
/proc/4363/stat : 4363 (clasp) R 4361 4363 3942 0 -1 4202496 6779 0 0 0 9 0 0 0 21 0 1 0 475392223 31440896 4935 33554432000 4194304 4929204 140736785995504 18446744073709551615 212039316165 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/4363/statm: 7676 4936 327 180 0 4686 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30704

[startup+0.300717 s]
/proc/loadavg: 0.92 1.44 2.67 5/189 4363
/proc/meminfo: memFree=12648132/32951124 swapFree=67111528/67111528
[pid=4363] ppid=4361 vsize=73060 CPUtime=0.29 cores=5,7
/proc/4363/stat : 4363 (clasp) R 4361 4363 3942 0 -1 4202496 20674 0 0 0 27 2 0 0 22 0 1 0 475392223 74813440 14467 33554432000 4194304 4929204 140736785995504 18446744073709551615 4593011 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/4363/statm: 18265 14467 336 180 0 15275 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 73060

[startup+0.700645 s]
/proc/loadavg: 0.92 1.44 2.67 5/189 4363
/proc/meminfo: memFree=12648132/32951124 swapFree=67111528/67111528
[pid=4363] ppid=4361 vsize=87648 CPUtime=0.69 cores=5,7
/proc/4363/stat : 4363 (clasp) R 4361 4363 3942 0 -1 4202496 24075 0 0 0 67 2 0 0 23 0 1 0 475392223 89751552 17868 33554432000 4194304 4929204 140736785995504 18446744073709551615 4582080 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/4363/statm: 21912 17868 337 180 0 18922 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 87648

[startup+1.5005 s]
/proc/loadavg: 0.92 1.44 2.67 6/190 4364
/proc/meminfo: memFree=12573472/32951124 swapFree=67111528/67111528
[pid=4363] ppid=4361 vsize=87648 CPUtime=1.49 cores=5,7
/proc/4363/stat : 4363 (clasp) R 4361 4363 3942 0 -1 4202496 24075 0 0 0 147 2 0 0 25 0 1 0 475392223 89751552 17868 33554432000 4194304 4929204 140736785995504 18446744073709551615 4582134 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/4363/statm: 21912 17868 337 180 0 18922 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 87648

[startup+3.10021 s]
/proc/loadavg: 0.92 1.44 2.67 5/190 4365
/proc/meminfo: memFree=12570744/32951124 swapFree=67111528/67111528
[pid=4363] ppid=4361 vsize=87648 CPUtime=3.09 cores=5,7
/proc/4363/stat : 4363 (clasp) R 4361 4363 3942 0 -1 4202496 24075 0 0 0 307 2 0 0 25 0 1 0 475392223 89751552 17868 33554432000 4194304 4929204 140736785995504 18446744073709551615 4582016 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/4363/statm: 21912 17868 337 180 0 18922 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 87648

[startup+6.30064 s]
/proc/loadavg: 1.17 1.48 2.68 5/190 4365
/proc/meminfo: memFree=12565416/32951124 swapFree=67111528/67111528
[pid=4363] ppid=4361 vsize=87648 CPUtime=6.29 cores=5,7
/proc/4363/stat : 4363 (clasp) R 4361 4363 3942 0 -1 4202496 24075 0 0 0 627 2 0 0 25 0 1 0 475392223 89751552 17868 33554432000 4194304 4929204 140736785995504 18446744073709551615 4582188 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/4363/statm: 21912 17868 337 180 0 18922 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 87648

[startup+12.7005 s]
/proc/loadavg: 1.39 1.53 2.68 5/190 4365
/proc/meminfo: memFree=12547092/32951124 swapFree=67111528/67111528
[pid=4363] ppid=4361 vsize=90972 CPUtime=12.69 cores=5,7
/proc/4363/stat : 4363 (clasp) R 4361 4363 3942 0 -1 4202496 24937 0 0 0 1267 2 0 0 25 0 1 0 475392223 93155328 18730 33554432000 4194304 4929204 140736785995504 18446744073709551615 4574975 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/4363/statm: 22743 18730 339 180 0 19753 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 90972

[startup+25.5002 s]
/proc/loadavg: 1.97 1.65 2.70 5/190 4365
/proc/meminfo: memFree=12529372/32951124 swapFree=67111528/67111528
[pid=4363] ppid=4361 vsize=81600 CPUtime=25.49 cores=5,7
/proc/4363/stat : 4363 (clasp) R 4361 4363 3942 0 -1 4202496 25712 0 0 0 2546 3 0 0 25 0 1 0 475392223 83558400 17316 33554432000 4194304 4929204 140736785995504 18446744073709551615 4327698 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/4363/statm: 20400 17316 367 180 0 17410 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 81600

[startup+51.1006 s]
/proc/loadavg: 2.66 1.83 2.74 5/190 4366
/proc/meminfo: memFree=12508720/32951124 swapFree=67111528/67111528
[pid=4363] ppid=4361 vsize=81600 CPUtime=51.08 cores=5,7
/proc/4363/stat : 4363 (clasp) R 4361 4363 3942 0 -1 4202496 25712 0 0 0 5105 3 0 0 25 0 1 0 475392223 83558400 17316 33554432000 4194304 4929204 140736785995504 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/4363/statm: 20400 17316 367 180 0 17410 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 81600

[startup+102.306 s]
/proc/loadavg: 3.47 2.18 2.81 5/190 4367
/proc/meminfo: memFree=12492380/32951124 swapFree=67111528/67111528
[pid=4363] ppid=4361 vsize=81600 CPUtime=102.29 cores=5,7
/proc/4363/stat : 4363 (clasp) R 4361 4363 3942 0 -1 4202496 25712 0 0 0 10226 3 0 0 25 0 1 0 475392223 83558400 17316 33554432000 4194304 4929204 140736785995504 18446744073709551615 4316209 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/4363/statm: 20400 17316 367 180 0 17410 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 81600

[startup+162.301 s]
/proc/loadavg: 3.80 2.51 2.88 5/190 4369
/proc/meminfo: memFree=12465572/32951124 swapFree=67111528/67111528
[pid=4363] ppid=4361 vsize=81600 CPUtime=162.28 cores=5,7
/proc/4363/stat : 4363 (clasp) R 4361 4363 3942 0 -1 4202496 26150 0 0 0 16225 3 0 0 25 0 1 0 475392223 83558400 17754 33554432000 4194304 4929204 140736785995504 18446744073709551615 4316135 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/4363/statm: 20400 17754 367 180 0 17410 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 81600

[startup+222.301 s]
/proc/loadavg: 3.93 2.78 2.94 5/190 4370
/proc/meminfo: memFree=12448304/32951124 swapFree=67111528/67111528
[pid=4363] ppid=4361 vsize=83716 CPUtime=222.28 cores=5,7
/proc/4363/stat : 4363 (clasp) R 4361 4363 3942 0 -1 4202496 26674 0 0 0 22225 3 0 0 25 0 1 0 475392223 85725184 18278 33554432000 4194304 4929204 140736785995504 18446744073709551615 4316128 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/4363/statm: 20929 18278 367 180 0 17939 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 83716

[startup+282.3 s]
/proc/loadavg: 4.01 3.01 3.01 5/190 4372
/proc/meminfo: memFree=12434760/32951124 swapFree=67111528/67111528
[pid=4363] ppid=4361 vsize=87204 CPUtime=282.28 cores=5,7
/proc/4363/stat : 4363 (clasp) R 4361 4363 3942 0 -1 4202496 27521 0 0 0 28225 3 0 0 25 0 1 0 475392223 89296896 19125 33554432000 4194304 4929204 140736785995504 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/4363/statm: 21801 19125 369 180 0 18811 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 87204

[startup+342.301 s]
/proc/loadavg: 4.00 3.19 3.07 5/190 4383
/proc/meminfo: memFree=12392260/32951124 swapFree=67111528/67111528
[pid=4363] ppid=4361 vsize=102752 CPUtime=342.28 cores=5,7
/proc/4363/stat : 4363 (clasp) R 4361 4363 3942 0 -1 4202496 31396 0 0 0 34224 4 0 0 25 0 1 0 475392223 105218048 23000 33554432000 4194304 4929204 140736785995504 18446744073709551615 4632587 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/4363/statm: 25688 23000 369 180 0 22698 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 102752

[startup+402.301 s]
/proc/loadavg: 4.00 3.33 3.13 5/190 4384
/proc/meminfo: memFree=12390496/32951124 swapFree=67111528/67111528
[pid=4363] ppid=4361 vsize=102752 CPUtime=402.28 cores=5,7
/proc/4363/stat : 4363 (clasp) R 4361 4363 3942 0 -1 4202496 31397 0 0 0 40224 4 0 0 25 0 1 0 475392223 105218048 23001 33554432000 4194304 4929204 140736785995504 18446744073709551615 4316173 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/4363/statm: 25688 23001 369 180 0 22698 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 102752

[startup+462.301 s]
/proc/loadavg: 4.00 3.45 3.18 5/190 4386
/proc/meminfo: memFree=12379664/32951124 swapFree=67111528/67111528
[pid=4363] ppid=4361 vsize=108672 CPUtime=462.29 cores=5,7
/proc/4363/stat : 4363 (clasp) R 4361 4363 3942 0 -1 4202496 32865 0 0 0 46224 5 0 0 25 0 1 0 475392223 111280128 24469 33554432000 4194304 4929204 140736785995504 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/4363/statm: 27168 24469 369 180 0 24178 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 108672

[startup+522.3 s]
/proc/loadavg: 4.00 3.55 3.23 5/190 4387
/proc/meminfo: memFree=12351988/32951124 swapFree=67111528/67111528
[pid=4363] ppid=4361 vsize=112516 CPUtime=522.29 cores=5,7
/proc/4363/stat : 4363 (clasp) R 4361 4363 3942 0 -1 4202496 33818 0 0 0 52224 5 0 0 25 0 1 0 475392223 115216384 25422 33554432000 4194304 4929204 140736785995504 18446744073709551615 4316150 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/4363/statm: 28129 25422 369 180 0 25139 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 112516

[startup+582.301 s]
/proc/loadavg: 4.00 3.63 3.27 5/190 4389
/proc/meminfo: memFree=12348232/32951124 swapFree=67111528/67111528
[pid=4363] ppid=4361 vsize=112516 CPUtime=582.29 cores=5,7
/proc/4363/stat : 4363 (clasp) R 4361 4363 3942 0 -1 4202496 33820 0 0 0 58224 5 0 0 25 0 1 0 475392223 115216384 25424 33554432000 4194304 4929204 140736785995504 18446744073709551615 4327675 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/4363/statm: 28129 25424 369 180 0 25139 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 112516

[startup+642.301 s]
/proc/loadavg: 4.08 3.71 3.32 5/190 4391
/proc/meminfo: memFree=12342376/32951124 swapFree=67111528/67111528
[pid=4363] ppid=4361 vsize=113968 CPUtime=642.3 cores=5,7
/proc/4363/stat : 4363 (clasp) R 4361 4363 3942 0 -1 4202496 34159 0 0 0 64225 5 0 0 25 0 1 0 475392223 116703232 25763 33554432000 4194304 4929204 140736785995504 18446744073709551615 4357375 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/4363/statm: 28492 25763 369 180 0 25502 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 113968

[startup+702.3 s]
/proc/loadavg: 4.03 3.76 3.36 5/190 4392
/proc/meminfo: memFree=12338860/32951124 swapFree=67111528/67111528
[pid=4363] ppid=4361 vsize=115424 CPUtime=702.29 cores=5,7
/proc/4363/stat : 4363 (clasp) R 4361 4363 3942 0 -1 4202496 34537 0 0 0 70224 5 0 0 25 0 1 0 475392223 118194176 26141 33554432000 4194304 4929204 140736785995504 18446744073709551615 4316100 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/4363/statm: 28856 26141 369 180 0 25866 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 115424

[startup+762.307 s]
/proc/loadavg: 4.01 3.80 3.40 5/190 4394
/proc/meminfo: memFree=12326812/32951124 swapFree=67111528/67111528
[pid=4363] ppid=4361 vsize=115424 CPUtime=762.3 cores=5,7
/proc/4363/stat : 4363 (clasp) R 4361 4363 3942 0 -1 4202496 34538 0 0 0 76225 5 0 0 25 0 1 0 475392223 118194176 26142 33554432000 4194304 4929204 140736785995504 18446744073709551615 4337328 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/4363/statm: 28856 26142 369 180 0 25866 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 115424

[startup+822.301 s]
/proc/loadavg: 4.06 3.85 3.44 5/190 4395
/proc/meminfo: memFree=12321696/32951124 swapFree=67111528/67111528
[pid=4363] ppid=4361 vsize=115424 CPUtime=822.29 cores=5,7
/proc/4363/stat : 4363 (clasp) R 4361 4363 3942 0 -1 4202496 34539 0 0 0 82224 5 0 0 25 0 1 0 475392223 118194176 26143 33554432000 4194304 4929204 140736785995504 18446744073709551615 4327703 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/4363/statm: 28856 26143 369 180 0 25866 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 115424

[startup+882.301 s]
/proc/loadavg: 4.02 3.87 3.47 5/190 4397
/proc/meminfo: memFree=12319660/32951124 swapFree=67111528/67111528
[pid=4363] ppid=4361 vsize=115424 CPUtime=882.3 cores=5,7
/proc/4363/stat : 4363 (clasp) R 4361 4363 3942 0 -1 4202496 34542 0 0 0 88225 5 0 0 25 0 1 0 475392223 118194176 26146 33554432000 4194304 4929204 140736785995504 18446744073709551615 4316093 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/4363/statm: 28856 26146 369 180 0 25866 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 115424

[startup+942.3 s]
/proc/loadavg: 4.01 3.89 3.50 5/190 4399
/proc/meminfo: memFree=12319632/32951124 swapFree=67111528/67111528
[pid=4363] ppid=4361 vsize=115424 CPUtime=942.3 cores=5,7
/proc/4363/stat : 4363 (clasp) R 4361 4363 3942 0 -1 4202496 34542 0 0 0 94225 5 0 0 25 0 1 0 475392223 118194176 26146 33554432000 4194304 4929204 140736785995504 18446744073709551615 4316245 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/4363/statm: 28856 26146 369 180 0 25866 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 115424

[startup+1002.3 s]
/proc/loadavg: 4.00 3.91 3.53 5/190 4400
/proc/meminfo: memFree=12302976/32951124 swapFree=67111528/67111528
[pid=4363] ppid=4361 vsize=115424 CPUtime=1002.3 cores=5,7
/proc/4363/stat : 4363 (clasp) R 4361 4363 3942 0 -1 4202496 34542 0 0 0 100225 5 0 0 25 0 1 0 475392223 118194176 26146 33554432000 4194304 4929204 140736785995504 18446744073709551615 4316154 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/4363/statm: 28856 26146 369 180 0 25866 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 115424

[startup+1062.3 s]
/proc/loadavg: 4.00 3.92 3.56 5/190 4402
/proc/meminfo: memFree=12295984/32951124 swapFree=67111528/67111528
[pid=4363] ppid=4361 vsize=119488 CPUtime=1062.31 cores=5,7
/proc/4363/stat : 4363 (clasp) R 4361 4363 3942 0 -1 4202496 35511 0 0 0 106225 6 0 0 25 0 1 0 475392223 122355712 27115 33554432000 4194304 4929204 140736785995504 18446744073709551615 4633795 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/4363/statm: 29872 27115 369 180 0 26882 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 119488

[startup+1122.3 s]
/proc/loadavg: 4.00 3.94 3.58 5/190 4403
/proc/meminfo: memFree=12295944/32951124 swapFree=67111528/67111528
[pid=4363] ppid=4361 vsize=119488 CPUtime=1122.31 cores=5,7
/proc/4363/stat : 4363 (clasp) R 4361 4363 3942 0 -1 4202496 35513 0 0 0 112225 6 0 0 25 0 1 0 475392223 122355712 27117 33554432000 4194304 4929204 140736785995504 18446744073709551615 4316204 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/4363/statm: 29872 27117 369 180 0 26882 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 119488

[startup+1182.3 s]
/proc/loadavg: 4.00 3.94 3.60 5/190 4405
/proc/meminfo: memFree=12295800/32951124 swapFree=67111528/67111528
[pid=4363] ppid=4361 vsize=119488 CPUtime=1182.31 cores=5,7
/proc/4363/stat : 4363 (clasp) R 4361 4363 3942 0 -1 4202496 35513 0 0 0 118225 6 0 0 25 0 1 0 475392223 122355712 27117 33554432000 4194304 4929204 140736785995504 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/4363/statm: 29872 27117 369 180 0 26882 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 119488

[startup+1242.3 s]
/proc/loadavg: 4.04 3.97 3.63 5/190 4407
/proc/meminfo: memFree=12291572/32951124 swapFree=67111528/67111528
[pid=4363] ppid=4361 vsize=121036 CPUtime=1242.31 cores=5,7
/proc/4363/stat : 4363 (clasp) R 4361 4363 3942 0 -1 4202496 35811 0 0 0 124225 6 0 0 25 0 1 0 475392223 123940864 27415 33554432000 4194304 4929204 140736785995504 18446744073709551615 4639400 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/4363/statm: 30259 27415 369 180 0 27269 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 121036



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 3.97 3.65 2/184 4411
/proc/meminfo: memFree=12571468/32951124 swapFree=67111528/67111528
[pid=4363] ppid=4361 vsize=121500 CPUtime=1300.02 cores=5,7
/proc/4363/stat : 4363 (clasp) R 4361 4363 3942 0 -1 4202496 35918 0 0 0 129996 6 0 0 25 0 1 0 475392223 124416000 27522 33554432000 4194304 4929204 140736785995504 18446744073709551615 4633719 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/4363/statm: 30375 27522 369 180 0 27385 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 121500

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.03
CPU user time (s): 1299.96
CPU system time (s): 0.067989
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 121500

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

runsolver used 2.09068 second user time and 5.01524 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-26 16:56:00
IDJOB=3300291
IDBENCH=88217
IDSOLVER=1685
FILE ID=node146/3300291-1303829759
RUNJOBID= node146-1303829759-4324
PBS_JOBID= 13160796
Free space on /tmp= 73008 MiB

SOLVER NAME= clasp 2.0-R4092-crafted
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m62-q1327.5-n60-p15-s1351253.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-3300291-1303829759/watcher-3300291-1303829759 -o /tmp/evaluation-result-3300291-1303829759/solver-3300291-1303829759 -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-3300291-1303829759.cnf

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

MD5SUM BENCH= b23c52475e3d098cb9d5a92c025d6982
RANDOM SEED=942681019

node146.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.830
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.66
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.830
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.75
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.830
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.75
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.830
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.830
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.830
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.830
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.830
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:     32951124 kB
MemFree:      12648412 kB
Buffers:       2084792 kB
Cached:       17582000 kB
SwapCached:          0 kB
Active:       10014028 kB
Inactive:      9756000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12648412 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           24108 kB
Writeback:           0 kB
AnonPages:      102300 kB
Mapped:          16044 kB
Slab:           470512 kB
PageTables:       5108 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   291056 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= 73016 MiB
End job on node146 at 2011-04-26 17:17:42