Trace number 3423148

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
clasp 2.0-R4092-crafted? (TO) 5000.08 4999.92

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_60_28_40_7-log.shuffled-as.sat03-127.cnf
MD5SUMf1f35d90237c4ca07d41a6a9b08e6279
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2451.79
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of clauses58376
Sum of the clauses size583480
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 556
Number of clauses of size over 558320

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...691300/instance-3423148-1306691300.cnf
4.19/4.27	c Solving...
5000.06/4999.91	
5000.06/4999.91	*** INTERRUPTED! ***
5000.06/4999.91	s UNKNOWN
5000.06/4999.91	
5000.06/4999.91	c INTERRUPTED   : 1
5000.06/4999.91	c Models        : 0+    
5000.06/4999.91	c Time          : 4999.917s (Solving: 4995.65s 1st Model: 0.00s Unsat: 0.00s)
5000.06/4999.91	c CPU Time      : 5000.070s

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3423148-1306691300/watcher-3423148-1306691300 -o /tmp/evaluation-result-3423148-1306691300/solver-3423148-1306691300 -C 5000 -W 5100 -M 15500 HOME/clasp --sat-p=20,25,120,-1,0 --berk-max=512 --berk-once --otfs=1 --recursive-str --dinit=800,10000 --dsched=20000,1.1 --reverse-arcs=2 HOME/instance-3423148-1306691300.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 1.04 3/514 10929
/proc/meminfo: memFree=11904440/32951124 swapFree=63083240/67111528
[pid=10929] ppid=10927 vsize=13048 CPUtime=0 cores=0,2,4,6
/proc/10929/stat : 10929 (clasp) R 10927 10929 10891 0 -1 4202496 611 0 0 0 0 0 0 0 25 0 1 0 761545623 13361152 552 33554432000 4194304 4929204 140734326650704 18446744073709551615 264726065861 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/10929/statm: 3262 552 327 180 0 272 0

[startup+0.061079 s]
/proc/loadavg: 0.92 0.98 1.04 3/514 10929
/proc/meminfo: memFree=11904440/32951124 swapFree=63083240/67111528
[pid=10929] ppid=10927 vsize=20036 CPUtime=0.05 cores=0,2,4,6
/proc/10929/stat : 10929 (clasp) R 10927 10929 10891 0 -1 4202496 2501 0 0 0 5 0 0 0 25 0 1 0 761545623 20516864 2271 33554432000 4194304 4929204 140734326650704 18446744073709551615 4590056 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/10929/statm: 5009 2272 336 180 0 2019 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 20036

[startup+0.101074 s]
/proc/loadavg: 0.92 0.98 1.04 3/514 10929
/proc/meminfo: memFree=11904440/32951124 swapFree=63083240/67111528
[pid=10929] ppid=10927 vsize=20036 CPUtime=0.09 cores=0,2,4,6
/proc/10929/stat : 10929 (clasp) R 10927 10929 10891 0 -1 4202496 2546 0 0 0 9 0 0 0 25 0 1 0 761545623 20516864 2316 33554432000 4194304 4929204 140734326650704 18446744073709551615 4582413 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/10929/statm: 5009 2316 339 180 0 2019 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20036

[startup+0.301032 s]
/proc/loadavg: 0.92 0.98 1.04 3/514 10929
/proc/meminfo: memFree=11904440/32951124 swapFree=63083240/67111528
[pid=10929] ppid=10927 vsize=20036 CPUtime=0.29 cores=0,2,4,6
/proc/10929/stat : 10929 (clasp) R 10927 10929 10891 0 -1 4202496 2546 0 0 0 29 0 0 0 25 0 1 0 761545623 20516864 2316 33554432000 4194304 4929204 140734326650704 18446744073709551615 4582640 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/10929/statm: 5009 2316 339 180 0 2019 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20036

[startup+0.700957 s]
/proc/loadavg: 0.92 0.98 1.04 3/514 10929
/proc/meminfo: memFree=11904440/32951124 swapFree=63083240/67111528
[pid=10929] ppid=10927 vsize=20036 CPUtime=0.69 cores=0,2,4,6
/proc/10929/stat : 10929 (clasp) R 10927 10929 10891 0 -1 4202496 2546 0 0 0 69 0 0 0 25 0 1 0 761545623 20516864 2316 33554432000 4194304 4929204 140734326650704 18446744073709551615 4582106 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/10929/statm: 5009 2316 339 180 0 2019 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20036

[startup+1.50078 s]
/proc/loadavg: 0.92 0.98 1.04 3/515 10930
/proc/meminfo: memFree=11890924/32951124 swapFree=63083240/67111528
[pid=10929] ppid=10927 vsize=20036 CPUtime=1.49 cores=0,2,4,6
/proc/10929/stat : 10929 (clasp) R 10927 10929 10891 0 -1 4202496 2548 0 0 0 149 0 0 0 25 0 1 0 761545623 20516864 2318 33554432000 4194304 4929204 140734326650704 18446744073709551615 4582124 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/10929/statm: 5009 2318 339 180 0 2019 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20036

[startup+3.10051 s]
/proc/loadavg: 0.92 0.98 1.04 3/515 10930
/proc/meminfo: memFree=11887208/32951124 swapFree=63083240/67111528
[pid=10929] ppid=10927 vsize=20400 CPUtime=3.09 cores=0,2,4,6
/proc/10929/stat : 10929 (clasp) R 10927 10929 10891 0 -1 4202496 2615 0 0 0 309 0 0 0 25 0 1 0 761545623 20889600 2385 33554432000 4194304 4929204 140734326650704 18446744073709551615 4582106 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/10929/statm: 5100 2385 339 180 0 2110 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 20400

[startup+6.3009 s]
/proc/loadavg: 1.01 1.00 1.05 3/515 10930
/proc/meminfo: memFree=11884520/32951124 swapFree=63083240/67111528
[pid=10929] ppid=10927 vsize=20624 CPUtime=6.29 cores=0,2,4,6
/proc/10929/stat : 10929 (clasp) R 10927 10929 10891 0 -1 4202496 2887 0 0 0 629 0 0 0 25 0 1 0 761545623 21118976 2469 33554432000 4194304 4929204 140734326650704 18446744073709551615 4359771 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/10929/statm: 5156 2469 367 180 0 2166 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 20624

[startup+12.7007 s]
/proc/loadavg: 1.09 1.02 1.05 3/515 10930
/proc/meminfo: memFree=11877852/32951124 swapFree=63083240/67111528
[pid=10929] ppid=10927 vsize=22692 CPUtime=12.69 cores=0,2,4,6
/proc/10929/stat : 10929 (clasp) R 10927 10929 10891 0 -1 4202496 3354 0 0 0 1269 0 0 0 25 0 1 0 761545623 23236608 2936 33554432000 4194304 4929204 140734326650704 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/10929/statm: 5673 2936 367 180 0 2683 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 22692

[startup+25.5003 s]
/proc/loadavg: 1.29 1.06 1.07 3/515 10931
/proc/meminfo: memFree=11875464/32951124 swapFree=63083240/67111528
[pid=10929] ppid=10927 vsize=24604 CPUtime=25.49 cores=0,2,4,6
/proc/10929/stat : 10929 (clasp) R 10927 10929 10891 0 -1 4202496 3837 0 0 0 2549 0 0 0 25 0 1 0 761545623 25194496 3419 33554432000 4194304 4929204 140734326650704 18446744073709551615 4633764 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/10929/statm: 6151 3419 367 180 0 3161 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 24604

[startup+51.1004 s]
/proc/loadavg: 1.72 1.19 1.11 3/515 10931
/proc/meminfo: memFree=11867232/32951124 swapFree=63083240/67111528
[pid=10929] ppid=10927 vsize=27028 CPUtime=51.09 cores=0,2,4,6
/proc/10929/stat : 10929 (clasp) R 10927 10929 10891 0 -1 4202496 4390 0 0 0 5109 0 0 0 25 0 1 0 761545623 27676672 3972 33554432000 4194304 4929204 140734326650704 18446744073709551615 4633962 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/10929/statm: 6757 3972 367 180 0 3767 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 27028

[startup+102.32 s]
/proc/loadavg: 1.88 1.31 1.15 3/515 10933
/proc/meminfo: memFree=11853560/32951124 swapFree=63083240/67111528
[pid=10929] ppid=10927 vsize=30972 CPUtime=102.31 cores=0,2,4,6
/proc/10929/stat : 10929 (clasp) R 10927 10929 10891 0 -1 4202496 5257 0 0 0 10231 0 0 0 25 0 1 0 761545623 31715328 4839 33554432000 4194304 4929204 140734326650704 18446744073709551615 4633719 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/10929/statm: 7743 4839 369 180 0 4753 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 30972

[startup+162.3 s]
/proc/loadavg: 1.95 1.43 1.20 3/515 10934
/proc/meminfo: memFree=11847720/32951124 swapFree=63083240/67111528
[pid=10929] ppid=10927 vsize=33376 CPUtime=162.29 cores=0,2,4,6
/proc/10929/stat : 10929 (clasp) R 10927 10929 10891 0 -1 4202496 5801 0 0 0 16229 0 0 0 25 0 1 0 761545623 34177024 5383 33554432000 4194304 4929204 140734326650704 18446744073709551615 4633697 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/10929/statm: 8344 5383 369 180 0 5354 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 33376

[startup+222.301 s]
/proc/loadavg: 1.98 1.53 1.25 3/515 10936
/proc/meminfo: memFree=11843104/32951124 swapFree=63083240/67111528
[pid=10929] ppid=10927 vsize=35604 CPUtime=222.29 cores=0,2,4,6
/proc/10929/stat : 10929 (clasp) R 10927 10929 10891 0 -1 4202496 6303 0 0 0 22229 0 0 0 25 0 1 0 761545623 36458496 5885 33554432000 4194304 4929204 140734326650704 18446744073709551615 4637463 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/10929/statm: 8901 5885 369 180 0 5911 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 35604

[startup+282.301 s]
/proc/loadavg: 1.99 1.61 1.29 3/515 10938
/proc/meminfo: memFree=11841588/32951124 swapFree=63083240/67111528
[pid=10929] ppid=10927 vsize=37352 CPUtime=282.29 cores=0,2,4,6
/proc/10929/stat : 10929 (clasp) R 10927 10929 10891 0 -1 4202496 6701 0 0 0 28229 0 0 0 25 0 1 0 761545623 38248448 6283 33554432000 4194304 4929204 140734326650704 18446744073709551615 4328370 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/10929/statm: 9338 6283 369 180 0 6348 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 37352

[startup+342.3 s]
/proc/loadavg: 1.99 1.68 1.33 3/515 10939
/proc/meminfo: memFree=11839320/32951124 swapFree=63083240/67111528
[pid=10929] ppid=10927 vsize=39144 CPUtime=342.29 cores=0,2,4,6
/proc/10929/stat : 10929 (clasp) R 10927 10929 10891 0 -1 4202496 7096 0 0 0 34229 0 0 0 25 0 1 0 761545623 40083456 6678 33554432000 4194304 4929204 140734326650704 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/10929/statm: 9786 6678 369 180 0 6796 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 39144

[startup+402.301 s]
/proc/loadavg: 1.99 1.74 1.37 3/515 10941
/proc/meminfo: memFree=11835704/32951124 swapFree=63083240/67111528
[pid=10929] ppid=10927 vsize=40092 CPUtime=402.3 cores=0,2,4,6
/proc/10929/stat : 10929 (clasp) R 10927 10929 10891 0 -1 4202496 7288 0 0 0 40230 0 0 0 25 0 1 0 761545623 41054208 6870 33554432000 4194304 4929204 140734326650704 18446744073709551615 4638395 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/10929/statm: 10023 6870 369 180 0 7033 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 40092

[startup+462.301 s]
/proc/loadavg: 1.99 1.78 1.41 3/515 10942
/proc/meminfo: memFree=11830964/32951124 swapFree=63083240/67111528
[pid=10929] ppid=10927 vsize=41296 CPUtime=462.3 cores=0,2,4,6
/proc/10929/stat : 10929 (clasp) R 10927 10929 10891 0 -1 4202496 7571 0 0 0 46230 0 0 0 25 0 1 0 761545623 42287104 7153 33554432000 4194304 4929204 140734326650704 18446744073709551615 4658549 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/10929/statm: 10324 7153 369 180 0 7334 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 41296

[startup+522.3 s]
/proc/loadavg: 1.99 1.82 1.44 3/515 10944
/proc/meminfo: memFree=11830196/32951124 swapFree=63083240/67111528
[pid=10929] ppid=10927 vsize=42308 CPUtime=522.31 cores=0,2,4,6
/proc/10929/stat : 10929 (clasp) R 10927 10929 10891 0 -1 4202496 7804 0 0 0 52230 1 0 0 25 0 1 0 761545623 43323392 7386 33554432000 4194304 4929204 140734326650704 18446744073709551615 4316263 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/10929/statm: 10577 7386 369 180 0 7587 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 42308

[startup+582.301 s]
/proc/loadavg: 2.16 1.91 1.50 3/515 10946
/proc/meminfo: memFree=11826068/32951124 swapFree=63083240/67111528
[pid=10929] ppid=10927 vsize=43256 CPUtime=582.31 cores=0,2,4,6
/proc/10929/stat : 10929 (clasp) R 10927 10929 10891 0 -1 4202496 8006 0 0 0 58230 1 0 0 25 0 1 0 761545623 44294144 7588 33554432000 4194304 4929204 140734326650704 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/10929/statm: 10814 7588 369 180 0 7824 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 43256

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 11077
/proc/meminfo: memFree=11768144/32951124 swapFree=63083240/67111528
[pid=10929] ppid=10927 vsize=67340 CPUtime=4062.44 cores=0,2,4,6
/proc/10929/stat : 10929 (clasp) R 10927 10929 10891 0 -1 4202496 13540 0 0 0 406241 3 0 0 25 0 1 0 761545623 68956160 13122 33554432000 4194304 4929204 140734326650704 18446744073709551615 4316286 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/10929/statm: 16835 13122 369 180 0 13845 0
Current children cumulated CPU time (s) 4062.44
Current children cumulated vsize (KiB) 67340

[startup+4122.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/515 11079
/proc/meminfo: memFree=11767976/32951124 swapFree=63083240/67111528
[pid=10929] ppid=10927 vsize=67340 CPUtime=4122.42 cores=0,2,4,6
/proc/10929/stat : 10929 (clasp) R 10927 10929 10891 0 -1 4202496 13555 0 0 0 412239 3 0 0 25 0 1 0 761545623 68956160 13137 33554432000 4194304 4929204 140734326650704 18446744073709551615 4633770 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/10929/statm: 16835 13137 369 180 0 13845 0
Current children cumulated CPU time (s) 4122.42
Current children cumulated vsize (KiB) 67340

[startup+4182.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/515 11081
/proc/meminfo: memFree=11767928/32951124 swapFree=63083240/67111528
[pid=10929] ppid=10927 vsize=67624 CPUtime=4182.43 cores=0,2,4,6
/proc/10929/stat : 10929 (clasp) R 10927 10929 10891 0 -1 4202496 13606 0 0 0 418240 3 0 0 25 0 1 0 761545623 69246976 13188 33554432000 4194304 4929204 140734326650704 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/10929/statm: 16906 13188 369 180 0 13916 0
Current children cumulated CPU time (s) 4182.43
Current children cumulated vsize (KiB) 67624

[startup+4242.3 s]
/proc/loadavg: 2.06 2.04 2.01 3/515 11082
/proc/meminfo: memFree=11766772/32951124 swapFree=63083240/67111528
[pid=10929] ppid=10927 vsize=67624 CPUtime=4242.43 cores=0,2,4,6
/proc/10929/stat : 10929 (clasp) R 10927 10929 10891 0 -1 4202496 13622 0 0 0 424240 3 0 0 25 0 1 0 761545623 69246976 13204 33554432000 4194304 4929204 140734326650704 18446744073709551615 4316266 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/10929/statm: 16906 13204 369 180 0 13916 0
Current children cumulated CPU time (s) 4242.43
Current children cumulated vsize (KiB) 67624

[startup+4302.3 s]
/proc/loadavg: 2.16 2.07 2.02 3/515 11084
/proc/meminfo: memFree=11766844/32951124 swapFree=63083240/67111528
[pid=10929] ppid=10927 vsize=67908 CPUtime=4302.43 cores=0,2,4,6
/proc/10929/stat : 10929 (clasp) R 10927 10929 10891 0 -1 4202496 13698 0 0 0 430240 3 0 0 25 0 1 0 761545623 69537792 13280 33554432000 4194304 4929204 140734326650704 18446744073709551615 4357455 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/10929/statm: 16977 13280 369 180 0 13987 0
Current children cumulated CPU time (s) 4302.43
Current children cumulated vsize (KiB) 67908

[startup+4362.3 s]
/proc/loadavg: 2.06 2.06 2.01 3/515 11094
/proc/meminfo: memFree=11765544/32951124 swapFree=63083240/67111528
[pid=10929] ppid=10927 vsize=68336 CPUtime=4362.43 cores=0,2,4,6
/proc/10929/stat : 10929 (clasp) R 10927 10929 10891 0 -1 4202496 13779 0 0 0 436240 3 0 0 25 0 1 0 761545623 69976064 13361 33554432000 4194304 4929204 140734326650704 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/10929/statm: 17084 13361 369 180 0 14094 0
Current children cumulated CPU time (s) 4362.43
Current children cumulated vsize (KiB) 68336

[startup+4422.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/515 11096
/proc/meminfo: memFree=11758900/32951124 swapFree=63083240/67111528
[pid=10929] ppid=10927 vsize=68760 CPUtime=4422.43 cores=0,2,4,6
/proc/10929/stat : 10929 (clasp) R 10927 10929 10891 0 -1 4202496 13899 0 0 0 442240 3 0 0 25 0 1 0 761545623 70410240 13481 33554432000 4194304 4929204 140734326650704 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/10929/statm: 17190 13481 369 180 0 14200 0
Current children cumulated CPU time (s) 4422.43
Current children cumulated vsize (KiB) 68760

[startup+4482.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/515 11098
/proc/meminfo: memFree=11753648/32951124 swapFree=63083240/67111528
[pid=10929] ppid=10927 vsize=69332 CPUtime=4482.44 cores=0,2,4,6
/proc/10929/stat : 10929 (clasp) R 10927 10929 10891 0 -1 4202496 14054 0 0 0 448241 3 0 0 25 0 1 0 761545623 70995968 13636 33554432000 4194304 4929204 140734326650704 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/10929/statm: 17333 13636 369 180 0 14343 0
Current children cumulated CPU time (s) 4482.44
Current children cumulated vsize (KiB) 69332

[startup+4542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 11099
/proc/meminfo: memFree=11754368/32951124 swapFree=63083240/67111528
[pid=10929] ppid=10927 vsize=69332 CPUtime=4542.44 cores=0,2,4,6
/proc/10929/stat : 10929 (clasp) R 10927 10929 10891 0 -1 4202496 14070 0 0 0 454241 3 0 0 25 0 1 0 761545623 70995968 13652 33554432000 4194304 4929204 140734326650704 18446744073709551615 4658473 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/10929/statm: 17333 13652 369 180 0 14343 0
Current children cumulated CPU time (s) 4542.44
Current children cumulated vsize (KiB) 69332

[startup+4602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 11101
/proc/meminfo: memFree=11753080/32951124 swapFree=63083240/67111528
[pid=10929] ppid=10927 vsize=69332 CPUtime=4602.45 cores=0,2,4,6
/proc/10929/stat : 10929 (clasp) R 10927 10929 10891 0 -1 4202496 14093 0 0 0 460242 3 0 0 25 0 1 0 761545623 70995968 13675 33554432000 4194304 4929204 140734326650704 18446744073709551615 4327508 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/10929/statm: 17333 13675 369 180 0 14343 0
Current children cumulated CPU time (s) 4602.45
Current children cumulated vsize (KiB) 69332

[startup+4662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/515 11102
/proc/meminfo: memFree=11751556/32951124 swapFree=63083240/67111528
[pid=10929] ppid=10927 vsize=69332 CPUtime=4662.44 cores=0,2,4,6
/proc/10929/stat : 10929 (clasp) R 10927 10929 10891 0 -1 4202496 14124 0 0 0 466241 3 0 0 25 0 1 0 761545623 70995968 13706 33554432000 4194304 4929204 140734326650704 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/10929/statm: 17333 13706 369 180 0 14343 0
Current children cumulated CPU time (s) 4662.44
Current children cumulated vsize (KiB) 69332

[startup+4722.32 s]
/proc/loadavg: 2.05 2.02 2.00 3/515 11104
/proc/meminfo: memFree=11749168/32951124 swapFree=63083240/67111528
[pid=10929] ppid=10927 vsize=69756 CPUtime=4722.46 cores=0,2,4,6
/proc/10929/stat : 10929 (clasp) R 10927 10929 10891 0 -1 4202496 14202 0 0 0 472243 3 0 0 25 0 1 0 761545623 71430144 13784 33554432000 4194304 4929204 140734326650704 18446744073709551615 4307358 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/10929/statm: 17439 13784 369 180 0 14449 0
Current children cumulated CPU time (s) 4722.46
Current children cumulated vsize (KiB) 69756

[startup+4782.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/515 11106
/proc/meminfo: memFree=11744908/32951124 swapFree=63083240/67111528
[pid=10929] ppid=10927 vsize=70184 CPUtime=4782.44 cores=0,2,4,6
/proc/10929/stat : 10929 (clasp) R 10927 10929 10891 0 -1 4202496 14290 0 0 0 478241 3 0 0 25 0 1 0 761545623 71868416 13872 33554432000 4194304 4929204 140734326650704 18446744073709551615 4633697 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/10929/statm: 17546 13872 369 180 0 14556 0
Current children cumulated CPU time (s) 4782.44
Current children cumulated vsize (KiB) 70184

[startup+4842.3 s]
/proc/loadavg: 2.14 2.06 2.01 3/515 11107
/proc/meminfo: memFree=11745108/32951124 swapFree=63083240/67111528
[pid=10929] ppid=10927 vsize=71036 CPUtime=4842.45 cores=0,2,4,6
/proc/10929/stat : 10929 (clasp) R 10927 10929 10891 0 -1 4202496 14441 0 0 0 484242 3 0 0 25 0 1 0 761545623 72740864 14023 33554432000 4194304 4929204 140734326650704 18446744073709551615 4633944 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/10929/statm: 17759 14023 369 180 0 14769 0
Current children cumulated CPU time (s) 4842.45
Current children cumulated vsize (KiB) 71036

[startup+4902.3 s]
/proc/loadavg: 2.05 2.04 2.01 3/515 11109
/proc/meminfo: memFree=11745440/32951124 swapFree=63083240/67111528
[pid=10929] ppid=10927 vsize=71036 CPUtime=4902.45 cores=0,2,4,6
/proc/10929/stat : 10929 (clasp) R 10927 10929 10891 0 -1 4202496 14447 0 0 0 490242 3 0 0 25 0 1 0 761545623 72740864 14029 33554432000 4194304 4929204 140734326650704 18446744073709551615 4633767 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/10929/statm: 17759 14029 369 180 0 14769 0
Current children cumulated CPU time (s) 4902.45
Current children cumulated vsize (KiB) 71036

[startup+4962.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/515 11110
/proc/meminfo: memFree=11745424/32951124 swapFree=63083240/67111528
[pid=10929] ppid=10927 vsize=71036 CPUtime=4962.45 cores=0,2,4,6
/proc/10929/stat : 10929 (clasp) R 10927 10929 10891 0 -1 4202496 14447 0 0 0 496242 3 0 0 25 0 1 0 761545623 72740864 14029 33554432000 4194304 4929204 140734326650704 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/10929/statm: 17759 14029 369 180 0 14769 0
Current children cumulated CPU time (s) 4962.45
Current children cumulated vsize (KiB) 71036



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.01 2.03 2.00 3/515 11111
/proc/meminfo: memFree=11745276/32951124 swapFree=63083240/67111528
[pid=10929] ppid=10927 vsize=71036 CPUtime=5000.06 cores=0,2,4,6
/proc/10929/stat : 10929 (clasp) R 10927 10929 10891 0 -1 4202496 14463 0 0 0 500003 3 0 0 25 0 1 0 761545623 72740864 14045 33554432000 4194304 4929204 140734326650704 18446744073709551615 4637463 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/10929/statm: 17759 14045 369 180 0 14769 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 71036

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

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

[startup+4999.9 s]
/proc/loadavg: 2.01 2.03 2.00 3/515 11111
/proc/meminfo: memFree=11745276/32951124 swapFree=63083240/67111528
[pid=10929] ppid=10927 vsize=71036 CPUtime=5000.06 cores=0,2,4,6
/proc/10929/stat : 10929 (clasp) R 10927 10929 10891 0 -1 4202496 14463 0 0 0 500003 3 0 0 25 0 1 0 761545623 72740864 14045 33554432000 4194304 4929204 140734326650704 18446744073709551615 4637463 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/10929/statm: 17759 14045 369 180 0 14769 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 71036

Child status: 0
Real time (s): 4999.92
CPU time (s): 5000.08
CPU user time (s): 5000.05
CPU system time (s): 0.037994
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 71036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5000.04
system time used= 0.037994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14475
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7
involuntary context switches= 7597

runsolver used 26.35 second user time and 55.7735 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-29 19:48:20
IDJOB=3423148
IDBENCH=83965
IDSOLVER=1917
FILE ID=node141/3423148-1306691300
RUNJOBID= node141-1306691300-10909
PBS_JOBID= 13471861
Free space on /tmp= 73672 MiB

SOLVER NAME= clasp 2.0-R4092-crafted
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_60_28_40_7-log.shuffled-as.sat03-127.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-3423148-1306691300/watcher-3423148-1306691300 -o /tmp/evaluation-result-3423148-1306691300/solver-3423148-1306691300 -C 5000 -W 5100 -M 15500  HOME/clasp --sat-p=20,25,120,-1,0 --berk-max=512 --berk-once --otfs=1 --recursive-str --dinit=800,10000 --dsched=20000,1.1 --reverse-arcs=2 HOME/instance-3423148-1306691300.cnf

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

MD5SUM BENCH= f1f35d90237c4ca07d41a6a9b08e6279
RANDOM SEED=377356714

node141.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.806
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.61
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.806
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	: 5362.96
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.806
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.82
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.806
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.75
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.806
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.84
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.806
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.806
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.806
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:      11904604 kB
Buffers:        362152 kB
Cached:       10301336 kB
SwapCached:      15808 kB
Active:       12965216 kB
Inactive:      7779280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11904604 kB
SwapTotal:    67111528 kB
SwapFree:     63083240 kB
Dirty:            4324 kB
Writeback:          48 kB
AnonPages:    10072404 kB
Mapped:          27224 kB
Slab:           160920 kB
PageTables:      70616 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 150673840 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= 73668 MiB
End job on node141 at 2011-05-29 21:11:42