Trace number 3423149

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.1 5000.12

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_21_60_7-log.shuffled-as.sat03-151.cnf
MD5SUM5cab37809f478f7db7fa096e9a155cfe
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4393.03
Satisfiable
(Un)Satisfiability was proved
Number of variables105
Number of clauses40110
Sum of the clauses size400890
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 542
Number of clauses of size over 540068

Solver Data

0.00/0.01	c clasp version 2.0.0-RC2
0.00/0.01	c Reading from ...691350/instance-3423149-1306691350.cnf
2.49/2.59	c Solving...
5000.08/5000.11	
5000.08/5000.11	*** INTERRUPTED! ***
5000.08/5000.11	s UNKNOWN
5000.08/5000.11	
5000.08/5000.11	c INTERRUPTED   : 1
5000.08/5000.11	c Models        : 0+    
5000.08/5000.11	c Time          : 5000.117s (Solving: 4997.53s 1st Model: 0.00s Unsat: 0.00s)
5000.08/5000.11	c CPU Time      : 5000.090s

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-3423149-1306691350/watcher-3423149-1306691350 -o /tmp/evaluation-result-3423149-1306691350/solver-3423149-1306691350 -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-3423149-1306691350.cnf 

running on 4 cores: 1,3,5,7

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: 2.00 2.01 2.04 1/496 17960
/proc/meminfo: memFree=13003776/32950928 swapFree=38710956/67111528
[pid=17960] ppid=17958 vsize=13040 CPUtime=0 cores=1,3,5,7
/proc/17960/stat : 17960 (clasp) R 17958 17960 17691 0 -1 4202496 602 0 0 0 0 0 0 0 22 0 1 0 859365703 13352960 543 33554432000 4194304 4929204 140735712787136 18446744073709551615 251367207621 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/17960/statm: 3260 543 327 180 0 270 0

[startup+0.0690721 s]
/proc/loadavg: 2.00 2.01 2.04 1/496 17960
/proc/meminfo: memFree=13003776/32950928 swapFree=38710956/67111528
[pid=17960] ppid=17958 vsize=17736 CPUtime=0.06 cores=1,3,5,7
/proc/17960/stat : 17960 (clasp) R 17958 17960 17691 0 -1 4202496 1870 0 0 0 6 0 0 0 22 0 1 0 859365703 18161664 1721 33554432000 4194304 4929204 140735712787136 18446744073709551615 4582439 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/17960/statm: 4434 1721 339 180 0 1444 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 17736

[startup+0.101063 s]
/proc/loadavg: 2.00 2.01 2.04 1/496 17960
/proc/meminfo: memFree=13003776/32950928 swapFree=38710956/67111528
[pid=17960] ppid=17958 vsize=17736 CPUtime=0.09 cores=1,3,5,7
/proc/17960/stat : 17960 (clasp) R 17958 17960 17691 0 -1 4202496 1870 0 0 0 9 0 0 0 22 0 1 0 859365703 18161664 1721 33554432000 4194304 4929204 140735712787136 18446744073709551615 4586214 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/17960/statm: 4434 1721 339 180 0 1444 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17736

[startup+0.301024 s]
/proc/loadavg: 2.00 2.01 2.04 1/496 17960
/proc/meminfo: memFree=13003776/32950928 swapFree=38710956/67111528
[pid=17960] ppid=17958 vsize=17736 CPUtime=0.29 cores=1,3,5,7
/proc/17960/stat : 17960 (clasp) R 17958 17960 17691 0 -1 4202496 1870 0 0 0 29 0 0 0 23 0 1 0 859365703 18161664 1721 33554432000 4194304 4929204 140735712787136 18446744073709551615 4582098 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/17960/statm: 4434 1721 339 180 0 1444 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17736

[startup+0.700952 s]
/proc/loadavg: 2.00 2.01 2.04 1/496 17960
/proc/meminfo: memFree=13003776/32950928 swapFree=38710956/67111528
[pid=17960] ppid=17958 vsize=17736 CPUtime=0.69 cores=1,3,5,7
/proc/17960/stat : 17960 (clasp) R 17958 17960 17691 0 -1 4202496 1870 0 0 0 69 0 0 0 25 0 1 0 859365703 18161664 1721 33554432000 4194304 4929204 140735712787136 18446744073709551615 4582129 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/17960/statm: 4434 1721 339 180 0 1444 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17736

[startup+1.5008 s]
/proc/loadavg: 2.00 2.01 2.03 3/499 17988
/proc/meminfo: memFree=13008468/32950928 swapFree=38710956/67111528
[pid=17960] ppid=17958 vsize=17980 CPUtime=1.49 cores=1,3,5,7
/proc/17960/stat : 17960 (clasp) R 17958 17960 17691 0 -1 4202496 1914 0 0 0 149 0 0 0 25 0 1 0 859365703 18411520 1765 33554432000 4194304 4929204 140735712787136 18446744073709551615 4582134 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/17960/statm: 4495 1765 339 180 0 1505 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17980

[startup+3.1005 s]
/proc/loadavg: 2.00 2.01 2.03 3/499 17988
/proc/meminfo: memFree=13001772/32950928 swapFree=38710956/67111528
[pid=17960] ppid=17958 vsize=18152 CPUtime=3.09 cores=1,3,5,7
/proc/17960/stat : 17960 (clasp) R 17958 17960 17691 0 -1 4202496 2121 0 0 0 309 0 0 0 25 0 1 0 859365703 18587648 1843 33554432000 4194304 4929204 140735712787136 18446744073709551615 4633781 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/17960/statm: 4538 1843 367 180 0 1548 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 18152

[startup+6.30092 s]
/proc/loadavg: 2.00 2.01 2.03 3/499 17989
/proc/meminfo: memFree=12997252/32950928 swapFree=38710956/67111528
[pid=17960] ppid=17958 vsize=19612 CPUtime=6.29 cores=1,3,5,7
/proc/17960/stat : 17960 (clasp) R 17958 17960 17691 0 -1 4202496 2500 0 0 0 629 0 0 0 25 0 1 0 859365703 20082688 2222 33554432000 4194304 4929204 140735712787136 18446744073709551615 4633923 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/17960/statm: 4903 2222 367 180 0 1913 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 19612

[startup+12.7007 s]
/proc/loadavg: 2.00 2.01 2.03 3/499 17989
/proc/meminfo: memFree=12988084/32950928 swapFree=38710956/67111528
[pid=17960] ppid=17958 vsize=21800 CPUtime=12.69 cores=1,3,5,7
/proc/17960/stat : 17960 (clasp) R 17958 17960 17691 0 -1 4202496 2970 0 0 0 1269 0 0 0 25 0 1 0 859365703 22323200 2692 33554432000 4194304 4929204 140735712787136 18446744073709551615 4633737 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/17960/statm: 5450 2692 367 180 0 2460 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 21800

[startup+25.5004 s]
/proc/loadavg: 2.00 2.01 2.03 3/499 17989
/proc/meminfo: memFree=12982780/32950928 swapFree=38710956/67111528
[pid=17960] ppid=17958 vsize=23780 CPUtime=25.49 cores=1,3,5,7
/proc/17960/stat : 17960 (clasp) R 17958 17960 17691 0 -1 4202496 3460 0 0 0 2549 0 0 0 25 0 1 0 859365703 24350720 3182 33554432000 4194304 4929204 140735712787136 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/17960/statm: 5945 3182 367 180 0 2955 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 23780

[startup+51.1006 s]
/proc/loadavg: 2.13 2.04 2.04 3/499 17990
/proc/meminfo: memFree=12973620/32950928 swapFree=38710956/67111528
[pid=17960] ppid=17958 vsize=26600 CPUtime=51.09 cores=1,3,5,7
/proc/17960/stat : 17960 (clasp) R 17958 17960 17691 0 -1 4202496 4091 0 0 0 5108 1 0 0 25 0 1 0 859365703 27238400 3813 33554432000 4194304 4929204 140735712787136 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/17960/statm: 6650 3813 367 180 0 3660 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 26600

[startup+102.318 s]
/proc/loadavg: 2.12 2.05 2.04 3/499 17991
/proc/meminfo: memFree=12964176/32950928 swapFree=38710956/67111528
[pid=17960] ppid=17958 vsize=29444 CPUtime=102.31 cores=1,3,5,7
/proc/17960/stat : 17960 (clasp) R 17958 17960 17691 0 -1 4202496 4700 0 0 0 10230 1 0 0 25 0 1 0 859365703 30150656 4422 33554432000 4194304 4929204 140735712787136 18446744073709551615 4359777 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/17960/statm: 7361 4422 369 180 0 4371 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 29444

[startup+162.301 s]
/proc/loadavg: 2.04 2.03 2.04 3/499 17993
/proc/meminfo: memFree=12955460/32950928 swapFree=38710956/67111528
[pid=17960] ppid=17958 vsize=32248 CPUtime=162.29 cores=1,3,5,7
/proc/17960/stat : 17960 (clasp) R 17958 17960 17691 0 -1 4202496 5345 0 0 0 16228 1 0 0 25 0 1 0 859365703 33021952 5067 33554432000 4194304 4929204 140735712787136 18446744073709551615 4633737 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/17960/statm: 8062 5067 369 180 0 5072 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 32248

[startup+222.301 s]
/proc/loadavg: 2.01 2.03 2.03 3/499 17994
/proc/meminfo: memFree=12952184/32950928 swapFree=38710956/67111528
[pid=17960] ppid=17958 vsize=34248 CPUtime=222.29 cores=1,3,5,7
/proc/17960/stat : 17960 (clasp) R 17958 17960 17691 0 -1 4202496 5777 0 0 0 22228 1 0 0 25 0 1 0 859365703 35069952 5499 33554432000 4194304 4929204 140735712787136 18446744073709551615 4307342 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/17960/statm: 8562 5499 369 180 0 5572 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 34248

[startup+282.301 s]
/proc/loadavg: 2.00 2.02 2.02 3/499 17996
/proc/meminfo: memFree=12950788/32950928 swapFree=38710956/67111528
[pid=17960] ppid=17958 vsize=35576 CPUtime=282.29 cores=1,3,5,7
/proc/17960/stat : 17960 (clasp) R 17958 17960 17691 0 -1 4202496 6070 0 0 0 28228 1 0 0 25 0 1 0 859365703 36429824 5792 33554432000 4194304 4929204 140735712787136 18446744073709551615 251367244448 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/17960/statm: 8894 5792 369 180 0 5904 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 35576

[startup+342.301 s]
/proc/loadavg: 2.09 2.04 2.03 3/499 17998
/proc/meminfo: memFree=12943672/32950928 swapFree=38710956/67111528
[pid=17960] ppid=17958 vsize=37000 CPUtime=342.28 cores=1,3,5,7
/proc/17960/stat : 17960 (clasp) R 17958 17960 17691 0 -1 4202496 6418 0 0 0 34227 1 0 0 25 0 1 0 859365703 37888000 6140 33554432000 4194304 4929204 140735712787136 18446744073709551615 4633752 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/17960/statm: 9250 6140 369 180 0 6260 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 37000

[startup+402.301 s]
/proc/loadavg: 2.07 2.05 2.03 3/499 17999
/proc/meminfo: memFree=12942524/32950928 swapFree=38710956/67111528
[pid=17960] ppid=17958 vsize=37760 CPUtime=402.28 cores=1,3,5,7
/proc/17960/stat : 17960 (clasp) R 17958 17960 17691 0 -1 4202496 6588 0 0 0 40227 1 0 0 25 0 1 0 859365703 38666240 6310 33554432000 4194304 4929204 140735712787136 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/17960/statm: 9440 6310 369 180 0 6450 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 37760

[startup+462.3 s]
/proc/loadavg: 2.02 2.04 2.02 3/499 18001
/proc/meminfo: memFree=12937028/32950928 swapFree=38710956/67111528
[pid=17960] ppid=17958 vsize=39212 CPUtime=462.28 cores=1,3,5,7
/proc/17960/stat : 17960 (clasp) R 17958 17960 17691 0 -1 4202496 6943 0 0 0 46227 1 0 0 25 0 1 0 859365703 40153088 6665 33554432000 4194304 4929204 140735712787136 18446744073709551615 4359771 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/17960/statm: 9803 6665 369 180 0 6813 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 39212

[startup+522.3 s]
/proc/loadavg: 2.01 2.03 2.02 3/499 18002
/proc/meminfo: memFree=12934136/32950928 swapFree=38710956/67111528
[pid=17960] ppid=17958 vsize=40068 CPUtime=522.28 cores=1,3,5,7
/proc/17960/stat : 17960 (clasp) R 17958 17960 17691 0 -1 4202496 7179 0 0 0 52227 1 0 0 25 0 1 0 859365703 41029632 6901 33554432000 4194304 4929204 140735712787136 18446744073709551615 4633827 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/17960/statm: 10017 6901 369 180 0 7027 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 40068

[startup+582.3 s]
/proc/loadavg: 2.00 2.02 2.01 3/499 18004
/proc/meminfo: memFree=12929760/32950928 swapFree=38710956/67111528
[pid=17960] ppid=17958 vsize=41392 CPUtime=582.29 cores=1,3,5,7
/proc/17960/stat : 17960 (clasp) R 17958 17960 17691 0 -1 4202496 7460 0 0 0 58228 1 0 0 25 0 1 0 859365703 42385408 7182 33554432000 4194304 4929204 140735712787136 18446744073709551615 4316165 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/17960/statm: 10348 7182 369 180 0 7358 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 41392

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.01 2.03 2.00 3/499 18109
/proc/meminfo: memFree=12875260/32950928 swapFree=38710956/67111528
[pid=17960] ppid=17958 vsize=61644 CPUtime=4062.3 cores=1,3,5,7
/proc/17960/stat : 17960 (clasp) R 17958 17960 17691 0 -1 4202496 12291 0 0 0 406229 1 0 0 25 0 1 0 859365703 63123456 11892 33554432000 4194304 4929204 140735712787136 18446744073709551615 4633745 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/17960/statm: 15411 11892 369 180 0 12421 0
Current children cumulated CPU time (s) 4062.3
Current children cumulated vsize (KiB) 61644

[startup+4122.3 s]
/proc/loadavg: 2.15 2.05 2.01 3/499 18110
/proc/meminfo: memFree=12874488/32950928 swapFree=38710956/67111528
[pid=17960] ppid=17958 vsize=61644 CPUtime=4122.28 cores=1,3,5,7
/proc/17960/stat : 17960 (clasp) R 17958 17960 17691 0 -1 4202496 12306 0 0 0 412227 1 0 0 25 0 1 0 859365703 63123456 11907 33554432000 4194304 4929204 140735712787136 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/17960/statm: 15411 11907 369 180 0 12421 0
Current children cumulated CPU time (s) 4122.28
Current children cumulated vsize (KiB) 61644

[startup+4182.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/499 18112
/proc/meminfo: memFree=12873816/32950928 swapFree=38710956/67111528
[pid=17960] ppid=17958 vsize=62072 CPUtime=4182.28 cores=1,3,5,7
/proc/17960/stat : 17960 (clasp) R 17958 17960 17691 0 -1 4202496 12391 0 0 0 418227 1 0 0 25 0 1 0 859365703 63561728 11992 33554432000 4194304 4929204 140735712787136 18446744073709551615 4633734 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/17960/statm: 15518 11992 369 180 0 12528 0
Current children cumulated CPU time (s) 4182.28
Current children cumulated vsize (KiB) 62072

[startup+4242.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/499 18114
/proc/meminfo: memFree=12873784/32950928 swapFree=38710956/67111528
[pid=17960] ppid=17958 vsize=62924 CPUtime=4242.27 cores=1,3,5,7
/proc/17960/stat : 17960 (clasp) R 17958 17960 17691 0 -1 4202496 12553 0 0 0 424226 1 0 0 25 0 1 0 859365703 64434176 12154 33554432000 4194304 4929204 140735712787136 18446744073709551615 4633719 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/17960/statm: 15731 12154 369 180 0 12741 0
Current children cumulated CPU time (s) 4242.27
Current children cumulated vsize (KiB) 62924

[startup+4302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 18115
/proc/meminfo: memFree=12872752/32950928 swapFree=38710956/67111528
[pid=17960] ppid=17958 vsize=63352 CPUtime=4302.27 cores=1,3,5,7
/proc/17960/stat : 17960 (clasp) R 17958 17960 17691 0 -1 4202496 12635 0 0 0 430226 1 0 0 25 0 1 0 859365703 64872448 12236 33554432000 4194304 4929204 140735712787136 18446744073709551615 4619460 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/17960/statm: 15838 12236 369 180 0 12848 0
Current children cumulated CPU time (s) 4302.27
Current children cumulated vsize (KiB) 63352

[startup+4362.3 s]
/proc/loadavg: 2.13 2.05 2.01 3/499 18126
/proc/meminfo: memFree=12872876/32950928 swapFree=38710956/67111528
[pid=17960] ppid=17958 vsize=63352 CPUtime=4362.27 cores=1,3,5,7
/proc/17960/stat : 17960 (clasp) R 17958 17960 17691 0 -1 4202496 12637 0 0 0 436226 1 0 0 25 0 1 0 859365703 64872448 12238 33554432000 4194304 4929204 140735712787136 18446744073709551615 4359771 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/17960/statm: 15838 12238 369 180 0 12848 0
Current children cumulated CPU time (s) 4362.27
Current children cumulated vsize (KiB) 63352

[startup+4422.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/499 18127
/proc/meminfo: memFree=12872088/32950928 swapFree=38710956/67111528
[pid=17960] ppid=17958 vsize=64632 CPUtime=4422.27 cores=1,3,5,7
/proc/17960/stat : 17960 (clasp) R 17958 17960 17691 0 -1 4202496 12886 0 0 0 442226 1 0 0 25 0 1 0 859365703 66183168 12487 33554432000 4194304 4929204 140735712787136 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/17960/statm: 16158 12487 369 180 0 13168 0
Current children cumulated CPU time (s) 4422.27
Current children cumulated vsize (KiB) 64632

[startup+4482.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/499 18129
/proc/meminfo: memFree=12871812/32950928 swapFree=38710956/67111528
[pid=17960] ppid=17958 vsize=64632 CPUtime=4482.27 cores=1,3,5,7
/proc/17960/stat : 17960 (clasp) R 17958 17960 17691 0 -1 4202496 12909 0 0 0 448226 1 0 0 25 0 1 0 859365703 66183168 12510 33554432000 4194304 4929204 140735712787136 18446744073709551615 4633792 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/17960/statm: 16158 12510 369 180 0 13168 0
Current children cumulated CPU time (s) 4482.27
Current children cumulated vsize (KiB) 64632

[startup+4542.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/499 18131
/proc/meminfo: memFree=12870892/32950928 swapFree=38710956/67111528
[pid=17960] ppid=17958 vsize=65060 CPUtime=4542.27 cores=1,3,5,7
/proc/17960/stat : 17960 (clasp) R 17958 17960 17691 0 -1 4202496 12993 0 0 0 454226 1 0 0 25 0 1 0 859365703 66621440 12594 33554432000 4194304 4929204 140735712787136 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/17960/statm: 16265 12594 369 180 0 13275 0
Current children cumulated CPU time (s) 4542.27
Current children cumulated vsize (KiB) 65060

[startup+4602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 18132
/proc/meminfo: memFree=12868992/32950928 swapFree=38710956/67111528
[pid=17960] ppid=17958 vsize=65060 CPUtime=4602.28 cores=1,3,5,7
/proc/17960/stat : 17960 (clasp) R 17958 17960 17691 0 -1 4202496 13018 0 0 0 460227 1 0 0 25 0 1 0 859365703 66621440 12619 33554432000 4194304 4929204 140735712787136 18446744073709551615 4328352 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/17960/statm: 16265 12619 369 180 0 13275 0
Current children cumulated CPU time (s) 4602.28
Current children cumulated vsize (KiB) 65060

[startup+4662.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/499 18134
/proc/meminfo: memFree=12867092/32950928 swapFree=38710956/67111528
[pid=17960] ppid=17958 vsize=65484 CPUtime=4662.27 cores=1,3,5,7
/proc/17960/stat : 17960 (clasp) R 17958 17960 17691 0 -1 4202496 13097 0 0 0 466226 1 0 0 25 0 1 0 859365703 67055616 12698 33554432000 4194304 4929204 140735712787136 18446744073709551615 4633719 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/17960/statm: 16371 12698 369 180 0 13381 0
Current children cumulated CPU time (s) 4662.27
Current children cumulated vsize (KiB) 65484

[startup+4722.32 s]
/proc/loadavg: 2.07 2.05 2.01 3/499 18135
/proc/meminfo: memFree=12868424/32950928 swapFree=38710956/67111528
[pid=17960] ppid=17958 vsize=65484 CPUtime=4722.29 cores=1,3,5,7
/proc/17960/stat : 17960 (clasp) R 17958 17960 17691 0 -1 4202496 13097 0 0 0 472228 1 0 0 25 0 1 0 859365703 67055616 12698 33554432000 4194304 4929204 140735712787136 18446744073709551615 4627746 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/17960/statm: 16371 12698 369 180 0 13381 0
Current children cumulated CPU time (s) 4722.29
Current children cumulated vsize (KiB) 65484

[startup+4782.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/499 18137
/proc/meminfo: memFree=12869392/32950928 swapFree=38710956/67111528
[pid=17960] ppid=17958 vsize=65484 CPUtime=4782.27 cores=1,3,5,7
/proc/17960/stat : 17960 (clasp) R 17958 17960 17691 0 -1 4202496 13106 0 0 0 478226 1 0 0 25 0 1 0 859365703 67055616 12707 33554432000 4194304 4929204 140735712787136 18446744073709551615 4307342 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/17960/statm: 16371 12707 369 180 0 13381 0
Current children cumulated CPU time (s) 4782.27
Current children cumulated vsize (KiB) 65484

[startup+4842.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/499 18139
/proc/meminfo: memFree=12868612/32950928 swapFree=38710956/67111528
[pid=17960] ppid=17958 vsize=65484 CPUtime=4842.27 cores=1,3,5,7
/proc/17960/stat : 17960 (clasp) R 17958 17960 17691 0 -1 4202496 13106 0 0 0 484226 1 0 0 25 0 1 0 859365703 67055616 12707 33554432000 4194304 4929204 140735712787136 18446744073709551615 4633770 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/17960/statm: 16371 12707 369 180 0 13381 0
Current children cumulated CPU time (s) 4842.27
Current children cumulated vsize (KiB) 65484

[startup+4902.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 18140
/proc/meminfo: memFree=12869076/32950928 swapFree=38710956/67111528
[pid=17960] ppid=17958 vsize=65484 CPUtime=4902.27 cores=1,3,5,7
/proc/17960/stat : 17960 (clasp) R 17958 17960 17691 0 -1 4202496 13120 0 0 0 490226 1 0 0 25 0 1 0 859365703 67055616 12721 33554432000 4194304 4929204 140735712787136 18446744073709551615 4633734 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/17960/statm: 16371 12721 369 180 0 13381 0
Current children cumulated CPU time (s) 4902.27
Current children cumulated vsize (KiB) 65484

[startup+4962.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/499 18142
/proc/meminfo: memFree=12869284/32950928 swapFree=38710956/67111528
[pid=17960] ppid=17958 vsize=65484 CPUtime=4962.27 cores=1,3,5,7
/proc/17960/stat : 17960 (clasp) R 17958 17960 17691 0 -1 4202496 13127 0 0 0 496226 1 0 0 25 0 1 0 859365703 67055616 12728 33554432000 4194304 4929204 140735712787136 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/17960/statm: 16371 12728 369 180 0 13381 0
Current children cumulated CPU time (s) 4962.27
Current children cumulated vsize (KiB) 65484



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000.1 s]
/proc/loadavg: 2.08 2.05 2.01 3/499 18143
/proc/meminfo: memFree=12869248/32950928 swapFree=38710956/67111528
[pid=17960] ppid=17958 vsize=65484 CPUtime=5000.08 cores=1,3,5,7
/proc/17960/stat : 17960 (clasp) R 17958 17960 17691 0 -1 4202496 13127 0 0 0 500007 1 0 0 25 0 1 0 859365703 67055616 12728 33554432000 4194304 4929204 140735712787136 18446744073709551615 4633737 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/17960/statm: 16371 12728 369 180 0 13381 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 65484

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

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

[startup+5000.1 s]
/proc/loadavg: 2.08 2.05 2.01 3/499 18143
/proc/meminfo: memFree=12869248/32950928 swapFree=38710956/67111528
[pid=17960] ppid=17958 vsize=65484 CPUtime=5000.08 cores=1,3,5,7
/proc/17960/stat : 17960 (clasp) R 17958 17960 17691 0 -1 4202496 13127 0 0 0 500007 1 0 0 25 0 1 0 859365703 67055616 12728 33554432000 4194304 4929204 140735712787136 18446744073709551615 4633737 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/17960/statm: 16371 12728 369 180 0 13381 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 65484

Child status: 0
Real time (s): 5000.12
CPU time (s): 5000.1
CPU user time (s): 5000.08
CPU system time (s): 0.022996
CPU usage (%): 99.9996
Max. virtual memory (cumulated for all children) (KiB): 65484

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

runsolver used 23.1185 second user time and 58.6511 second system time

The end

Launcher Data

Begin job on node113 at 2011-05-29 19:49:10
IDJOB=3423149
IDBENCH=83967
IDSOLVER=1917
FILE ID=node113/3423149-1306691350
RUNJOBID= node113-1306686348-17710
PBS_JOBID= 13471833
Free space on /tmp= 73268 MiB

SOLVER NAME= clasp 2.0-R4092-crafted
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_21_60_7-log.shuffled-as.sat03-151.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-3423149-1306691350/watcher-3423149-1306691350 -o /tmp/evaluation-result-3423149-1306691350/solver-3423149-1306691350 -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-3423149-1306691350.cnf

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

MD5SUM BENCH= 5cab37809f478f7db7fa096e9a155cfe
RANDOM SEED=1987501386

node113.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.846
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.69
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.846
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.76
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.846
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.846
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.846
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.74
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.846
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.846
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.83
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.846
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      13004056 kB
Buffers:        353704 kB
Cached:        9846328 kB
SwapCached:      93760 kB
Active:        9587748 kB
Inactive:     10011656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13004056 kB
SwapTotal:    67111528 kB
SwapFree:     38710956 kB
Dirty:            2352 kB
Writeback:           0 kB
AnonPages:     9317588 kB
Mapped:          25844 kB
Slab:           161964 kB
PageTables:     116232 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 154797272 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= 73280 MiB
End job on node113 at 2011-05-29 21:12:32