Trace number 3300289

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

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m62-q1504.5-n60-p30-s88600538.cnf
MD5SUM76c30bc0971bc865c2b988ddaca89385
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.29319
Satisfiable
(Un)Satisfiability was proved
Number of variables3651
Number of clauses926696
Sum of the clauses size1856923
Maximum clause length62
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2926636
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 ...829761/instance-3300289-1303829761.cnf
9.90/9.96	c Solving...
1299.95/1300.00	
1299.95/1300.00	*** INTERRUPTED! ***
1299.95/1300.00	s UNKNOWN
1299.95/1300.00	
1299.95/1300.00	c INTERRUPTED   : 1
1299.95/1300.00	c Models        : 0+    
1299.95/1300.00	c Time          : 1300.004s (Solving: 1290.04s 1st Model: 0.00s Unsat: 0.00s)
1299.95/1300.00	c CPU Time      : 1299.950s

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

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.09 2.37 3.18 4/189 1013
/proc/meminfo: memFree=18123204/32951124 swapFree=67111528/67111528
[pid=1013] ppid=1011 vsize=13220 CPUtime=0 cores=0,2
/proc/1013/stat : 1013 (clasp) R 1011 1013 32347 0 -1 4202496 682 0 0 0 0 0 0 0 21 0 1 0 494578755 13537280 595 33554432000 4194304 4929204 140737465753456 18446744073709551615 4574143 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/1013/statm: 3305 595 327 180 0 315 0

[startup+0.105802 s]
/proc/loadavg: 1.09 2.37 3.18 4/189 1013
/proc/meminfo: memFree=18123204/32951124 swapFree=67111528/67111528
[pid=1013] ppid=1011 vsize=31012 CPUtime=0.09 cores=0,2
/proc/1013/stat : 1013 (clasp) R 1011 1013 32347 0 -1 4202496 6877 0 0 0 9 0 0 0 21 0 1 0 494578755 31756288 5032 33554432000 4194304 4929204 140737465753456 18446744073709551615 216634515200 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/1013/statm: 7753 5036 327 180 0 4763 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31012

[startup+0.200796 s]
/proc/loadavg: 1.09 2.37 3.18 4/189 1013
/proc/meminfo: memFree=18123204/32951124 swapFree=67111528/67111528
[pid=1013] ppid=1011 vsize=48636 CPUtime=0.18 cores=0,2
/proc/1013/stat : 1013 (clasp) R 1011 1013 32347 0 -1 4202496 13223 0 0 0 17 1 0 0 22 0 1 0 494578755 49803264 9098 33554432000 4194304 4929204 140737465753456 18446744073709551615 216634176197 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/1013/statm: 12159 9100 327 180 0 9169 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 48636

[startup+0.300765 s]
/proc/loadavg: 1.09 2.37 3.18 4/189 1013
/proc/meminfo: memFree=18123204/32951124 swapFree=67111528/67111528
[pid=1013] ppid=1011 vsize=68868 CPUtime=0.29 cores=0,2
/proc/1013/stat : 1013 (clasp) R 1011 1013 32347 0 -1 4202496 18162 0 0 0 27 2 0 0 22 0 1 0 494578755 70520832 14002 33554432000 4194304 4929204 140737465753456 18446744073709551615 4593011 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/1013/statm: 17217 14002 336 180 0 14227 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 68868

[startup+0.700696 s]
/proc/loadavg: 1.09 2.37 3.18 4/189 1013
/proc/meminfo: memFree=18123204/32951124 swapFree=67111528/67111528
[pid=1013] ppid=1011 vsize=69000 CPUtime=0.69 cores=0,2
/proc/1013/stat : 1013 (clasp) R 1011 1013 32347 0 -1 4202496 18362 0 0 0 67 2 0 0 24 0 1 0 494578755 70656000 14202 33554432000 4194304 4929204 140737465753456 18446744073709551615 4582148 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/1013/statm: 17250 14202 337 180 0 14260 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 69000

[startup+1.50058 s]
/proc/loadavg: 1.09 2.37 3.18 5/190 1014
/proc/meminfo: memFree=18052896/32951124 swapFree=67111528/67111528
[pid=1013] ppid=1011 vsize=69000 CPUtime=1.49 cores=0,2
/proc/1013/stat : 1013 (clasp) R 1011 1013 32347 0 -1 4202496 18362 0 0 0 147 2 0 0 25 0 1 0 494578755 70656000 14202 33554432000 4194304 4929204 140737465753456 18446744073709551615 4582106 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/1013/statm: 17250 14202 337 180 0 14260 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 69000

[startup+3.1003 s]
/proc/loadavg: 1.09 2.37 3.18 5/190 1014
/proc/meminfo: memFree=18051904/32951124 swapFree=67111528/67111528
[pid=1013] ppid=1011 vsize=69000 CPUtime=3.09 cores=0,2
/proc/1013/stat : 1013 (clasp) R 1011 1013 32347 0 -1 4202496 18362 0 0 0 307 2 0 0 25 0 1 0 494578755 70656000 14202 33554432000 4194304 4929204 140737465753456 18446744073709551615 4582188 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/1013/statm: 17250 14202 337 180 0 14260 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 69000

[startup+6.30071 s]
/proc/loadavg: 1.33 2.40 3.18 5/190 1014
/proc/meminfo: memFree=18043876/32951124 swapFree=67111528/67111528
[pid=1013] ppid=1011 vsize=70188 CPUtime=6.29 cores=0,2
/proc/1013/stat : 1013 (clasp) R 1011 1013 32347 0 -1 4202496 18644 0 0 0 627 2 0 0 25 0 1 0 494578755 71872512 14484 33554432000 4194304 4929204 140737465753456 18446744073709551615 216634176197 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/1013/statm: 17547 14484 339 180 0 14557 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 70188

[startup+12.7006 s]
/proc/loadavg: 1.54 2.42 3.19 5/190 1014
/proc/meminfo: memFree=18024912/32951124 swapFree=67111528/67111528
[pid=1013] ppid=1011 vsize=67928 CPUtime=12.69 cores=0,2
/proc/1013/stat : 1013 (clasp) R 1011 1013 32347 0 -1 4202496 20187 0 0 0 1266 3 0 0 25 0 1 0 494578755 69558272 14217 33554432000 4194304 4929204 140737465753456 18446744073709551615 4316165 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/1013/statm: 16982 14217 367 180 0 13992 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 67928

[startup+25.5004 s]
/proc/loadavg: 2.15 2.52 3.21 5/190 1015
/proc/meminfo: memFree=18013940/32951124 swapFree=67111528/67111528
[pid=1013] ppid=1011 vsize=67928 CPUtime=25.49 cores=0,2
/proc/1013/stat : 1013 (clasp) R 1011 1013 32347 0 -1 4202496 20187 0 0 0 2546 3 0 0 25 0 1 0 494578755 69558272 14217 33554432000 4194304 4929204 140737465753456 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/1013/statm: 16982 14217 367 180 0 13992 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 67928

[startup+51.1008 s]
/proc/loadavg: 2.86 2.65 3.23 5/190 1016
/proc/meminfo: memFree=17988568/32951124 swapFree=67111528/67111528
[pid=1013] ppid=1011 vsize=67928 CPUtime=51.09 cores=0,2
/proc/1013/stat : 1013 (clasp) R 1011 1013 32347 0 -1 4202496 20307 0 0 0 5106 3 0 0 25 0 1 0 494578755 69558272 14337 33554432000 4194304 4929204 140737465753456 18446744073709551615 4357415 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/1013/statm: 16982 14337 367 180 0 13992 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 67928

[startup+102.301 s]
/proc/loadavg: 3.50 2.86 3.27 5/190 1017
/proc/meminfo: memFree=17962764/32951124 swapFree=67111528/67111528
[pid=1013] ppid=1011 vsize=74924 CPUtime=102.29 cores=0,2
/proc/1013/stat : 1013 (clasp) R 1011 1013 32347 0 -1 4202496 22037 0 0 0 10226 3 0 0 25 0 1 0 494578755 76722176 16067 33554432000 4194304 4929204 140737465753456 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/1013/statm: 18731 16067 367 180 0 15741 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 74924

[startup+162.301 s]
/proc/loadavg: 3.82 3.06 3.31 5/190 1018
/proc/meminfo: memFree=17939532/32951124 swapFree=67111528/67111528
[pid=1013] ppid=1011 vsize=79212 CPUtime=162.28 cores=0,2
/proc/1013/stat : 1013 (clasp) R 1011 1013 32347 0 -1 4202496 23065 0 0 0 16225 3 0 0 25 0 1 0 494578755 81113088 17095 33554432000 4194304 4929204 140737465753456 18446744073709551615 4632683 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/1013/statm: 19803 17095 367 180 0 16813 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 79212

[startup+222.307 s]
/proc/loadavg: 3.93 3.23 3.35 5/190 1020
/proc/meminfo: memFree=17914932/32951124 swapFree=67111528/67111528
[pid=1013] ppid=1011 vsize=89096 CPUtime=222.28 cores=0,2
/proc/1013/stat : 1013 (clasp) R 1011 1013 32347 0 -1 4202496 25507 0 0 0 22224 4 0 0 25 0 1 0 494578755 91234304 19537 33554432000 4194304 4929204 140737465753456 18446744073709551615 4357471 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/1013/statm: 22274 19537 367 180 0 19284 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 89096

[startup+282.301 s]
/proc/loadavg: 3.97 3.37 3.39 5/190 1022
/proc/meminfo: memFree=17880904/32951124 swapFree=67111528/67111528
[pid=1013] ppid=1011 vsize=110260 CPUtime=282.27 cores=0,2
/proc/1013/stat : 1013 (clasp) R 1011 1013 32347 0 -1 4202496 30811 0 0 0 28222 5 0 0 25 0 1 0 494578755 112906240 24841 33554432000 4194304 4929204 140737465753456 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/1013/statm: 27565 24841 369 180 0 24575 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 110260

[startup+342.3 s]
/proc/loadavg: 4.05 3.50 3.43 5/190 1032
/proc/meminfo: memFree=17872620/32951124 swapFree=67111528/67111528
[pid=1013] ppid=1011 vsize=112504 CPUtime=342.27 cores=0,2
/proc/1013/stat : 1013 (clasp) R 1011 1013 32347 0 -1 4202496 31371 0 0 0 34222 5 0 0 25 0 1 0 494578755 115204096 25401 33554432000 4194304 4929204 140737465753456 18446744073709551615 4316135 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/1013/statm: 28126 25401 369 180 0 25136 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 112504

[startup+402.301 s]
/proc/loadavg: 4.02 3.58 3.46 5/190 1034
/proc/meminfo: memFree=17862660/32951124 swapFree=67111528/67111528
[pid=1013] ppid=1011 vsize=117156 CPUtime=402.27 cores=0,2
/proc/1013/stat : 1013 (clasp) R 1011 1013 32347 0 -1 4202496 32545 0 0 0 40221 6 0 0 25 0 1 0 494578755 119967744 26575 33554432000 4194304 4929204 140737465753456 18446744073709551615 4328292 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/1013/statm: 29289 26575 369 180 0 26299 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 117156

[startup+462.3 s]
/proc/loadavg: 4.00 3.66 3.49 5/190 1038
/proc/meminfo: memFree=17838028/32951124 swapFree=67111528/67111528
[pid=1013] ppid=1011 vsize=117156 CPUtime=462.26 cores=0,2
/proc/1013/stat : 1013 (clasp) R 1011 1013 32347 0 -1 4202496 32562 0 0 0 46220 6 0 0 25 0 1 0 494578755 119967744 26592 33554432000 4194304 4929204 140737465753456 18446744073709551615 4327703 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/1013/statm: 29289 26592 369 180 0 26299 0
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (KiB) 117156

[startup+522.301 s]
/proc/loadavg: 4.00 3.72 3.52 5/190 1040
/proc/meminfo: memFree=17826644/32951124 swapFree=67111528/67111528
[pid=1013] ppid=1011 vsize=120644 CPUtime=522.27 cores=0,2
/proc/1013/stat : 1013 (clasp) R 1011 1013 32347 0 -1 4202496 33423 0 0 0 52220 7 0 0 25 0 1 0 494578755 123539456 27453 33554432000 4194304 4929204 140737465753456 18446744073709551615 4359888 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/1013/statm: 30161 27453 369 180 0 27171 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 120644

[startup+582.301 s]
/proc/loadavg: 4.00 3.77 3.55 5/190 1042
/proc/meminfo: memFree=17823868/32951124 swapFree=67111528/67111528
[pid=1013] ppid=1011 vsize=120644 CPUtime=582.27 cores=0,2
/proc/1013/stat : 1013 (clasp) R 1011 1013 32347 0 -1 4202496 33423 0 0 0 58220 7 0 0 25 0 1 0 494578755 123539456 27453 33554432000 4194304 4929204 140737465753456 18446744073709551615 4633764 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/1013/statm: 30161 27453 369 180 0 27171 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 120644

[startup+642.3 s]
/proc/loadavg: 3.37 3.62 3.51 4/184 1060
/proc/meminfo: memFree=17864360/32951124 swapFree=67111528/67111528
[pid=1013] ppid=1011 vsize=120644 CPUtime=642.27 cores=0,2
/proc/1013/stat : 1013 (clasp) R 1011 1013 32347 0 -1 4202496 33431 0 0 0 64220 7 0 0 25 0 1 0 494578755 123539456 27461 33554432000 4194304 4929204 140737465753456 18446744073709551615 4338624 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/1013/statm: 30161 27461 369 180 0 27171 0
Current children cumulated CPU time (s) 642.27
Current children cumulated vsize (KiB) 120644

[startup+702.301 s]
/proc/loadavg: 3.13 3.51 3.48 4/184 1062
/proc/meminfo: memFree=17855384/32951124 swapFree=67111528/67111528
[pid=1013] ppid=1011 vsize=123056 CPUtime=702.27 cores=0,2
/proc/1013/stat : 1013 (clasp) R 1011 1013 32347 0 -1 4202496 34061 0 0 0 70220 7 0 0 25 0 1 0 494578755 126009344 28091 33554432000 4194304 4929204 140737465753456 18446744073709551615 4633759 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/1013/statm: 30764 28091 369 180 0 27774 0
Current children cumulated CPU time (s) 702.27
Current children cumulated vsize (KiB) 123056

[startup+762.3 s]
/proc/loadavg: 3.05 3.41 3.45 4/184 1063
/proc/meminfo: memFree=17851992/32951124 swapFree=67111528/67111528
[pid=1013] ppid=1011 vsize=123460 CPUtime=762.26 cores=0,2
/proc/1013/stat : 1013 (clasp) R 1011 1013 32347 0 -1 4202496 34161 0 0 0 76219 7 0 0 25 0 1 0 494578755 126423040 28191 33554432000 4194304 4929204 140737465753456 18446744073709551615 4316112 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/1013/statm: 30865 28191 369 180 0 27875 0
Current children cumulated CPU time (s) 762.26
Current children cumulated vsize (KiB) 123460

[startup+822.301 s]
/proc/loadavg: 3.02 3.33 3.42 4/184 1065
/proc/meminfo: memFree=17844768/32951124 swapFree=67111528/67111528
[pid=1013] ppid=1011 vsize=125572 CPUtime=822.26 cores=0,2
/proc/1013/stat : 1013 (clasp) R 1011 1013 32347 0 -1 4202496 34674 0 0 0 82219 7 0 0 25 0 1 0 494578755 128585728 28704 33554432000 4194304 4929204 140737465753456 18446744073709551615 4316165 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/1013/statm: 31393 28704 369 180 0 28403 0
Current children cumulated CPU time (s) 822.26
Current children cumulated vsize (KiB) 125572

[startup+882.307 s]
/proc/loadavg: 3.08 3.29 3.39 4/184 1067
/proc/meminfo: memFree=17844848/32951124 swapFree=67111528/67111528
[pid=1013] ppid=1011 vsize=125572 CPUtime=882.26 cores=0,2
/proc/1013/stat : 1013 (clasp) R 1011 1013 32347 0 -1 4202496 34674 0 0 0 88219 7 0 0 25 0 1 0 494578755 128585728 28704 33554432000 4194304 4929204 140737465753456 18446744073709551615 4316286 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/1013/statm: 31393 28704 369 180 0 28403 0
Current children cumulated CPU time (s) 882.26
Current children cumulated vsize (KiB) 125572

[startup+942.301 s]
/proc/loadavg: 3.03 3.23 3.36 4/184 1068
/proc/meminfo: memFree=17838368/32951124 swapFree=67111528/67111528
[pid=1013] ppid=1011 vsize=128152 CPUtime=942.25 cores=0,2
/proc/1013/stat : 1013 (clasp) R 1011 1013 32347 0 -1 4202496 35307 0 0 0 94218 7 0 0 25 0 1 0 494578755 131227648 29337 33554432000 4194304 4929204 140737465753456 18446744073709551615 4633723 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/1013/statm: 32038 29337 369 180 0 29048 0
Current children cumulated CPU time (s) 942.25
Current children cumulated vsize (KiB) 128152

[startup+1002.3 s]
/proc/loadavg: 3.01 3.19 3.34 4/184 1070
/proc/meminfo: memFree=17836084/32951124 swapFree=67111528/67111528
[pid=1013] ppid=1011 vsize=128284 CPUtime=1002.25 cores=0,2
/proc/1013/stat : 1013 (clasp) R 1011 1013 32347 0 -1 4202496 35359 0 0 0 100218 7 0 0 25 0 1 0 494578755 131362816 29389 33554432000 4194304 4929204 140737465753456 18446744073709551615 4307342 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/1013/statm: 32071 29389 369 180 0 29081 0
Current children cumulated CPU time (s) 1002.25
Current children cumulated vsize (KiB) 128284

[startup+1062.3 s]
/proc/loadavg: 3.00 3.15 3.32 4/184 1071
/proc/meminfo: memFree=17832572/32951124 swapFree=67111528/67111528
[pid=1013] ppid=1011 vsize=131056 CPUtime=1062.24 cores=0,2
/proc/1013/stat : 1013 (clasp) R 1011 1013 32347 0 -1 4202496 36018 0 0 0 106216 8 0 0 25 0 1 0 494578755 134201344 30048 33554432000 4194304 4929204 140737465753456 18446744073709551615 4637463 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/1013/statm: 32764 30048 369 180 0 29774 0
Current children cumulated CPU time (s) 1062.24
Current children cumulated vsize (KiB) 131056

[startup+1122.3 s]
/proc/loadavg: 3.00 3.12 3.29 4/184 1073
/proc/meminfo: memFree=17816028/32951124 swapFree=67111528/67111528
[pid=1013] ppid=1011 vsize=146612 CPUtime=1122.24 cores=0,2
/proc/1013/stat : 1013 (clasp) R 1011 1013 32347 0 -1 4202496 39872 0 0 0 112215 9 0 0 25 0 1 0 494578755 150130688 33902 33554432000 4194304 4929204 140737465753456 18446744073709551615 4633571 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/1013/statm: 36653 33902 369 180 0 33663 0
Current children cumulated CPU time (s) 1122.24
Current children cumulated vsize (KiB) 146612

[startup+1182.3 s]
/proc/loadavg: 3.00 3.10 3.27 4/184 1075
/proc/meminfo: memFree=17797388/32951124 swapFree=67111528/67111528
[pid=1013] ppid=1011 vsize=157704 CPUtime=1182.25 cores=0,2
/proc/1013/stat : 1013 (clasp) R 1011 1013 32347 0 -1 4202496 42595 0 0 0 118215 10 0 0 25 0 1 0 494578755 161488896 36625 33554432000 4194304 4929204 140737465753456 18446744073709551615 4316131 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/1013/statm: 39426 36625 369 180 0 36436 0
Current children cumulated CPU time (s) 1182.25
Current children cumulated vsize (KiB) 157704

[startup+1242.3 s]
/proc/loadavg: 3.00 3.08 3.25 4/184 1076
/proc/meminfo: memFree=17789028/32951124 swapFree=67111528/67111528
[pid=1013] ppid=1011 vsize=157704 CPUtime=1242.25 cores=0,2
/proc/1013/stat : 1013 (clasp) R 1011 1013 32347 0 -1 4202496 42600 0 0 0 124215 10 0 0 25 0 1 0 494578755 161488896 36630 33554432000 4194304 4929204 140737465753456 18446744073709551615 4629115 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/1013/statm: 39426 36630 369 180 0 36436 0
Current children cumulated CPU time (s) 1242.25
Current children cumulated vsize (KiB) 157704



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.00 3.06 3.23 2/181 1080
/proc/meminfo: memFree=18004516/32951124 swapFree=67111528/67111528
[pid=1013] ppid=1011 vsize=157704 CPUtime=1299.95 cores=0,2
/proc/1013/stat : 1013 (clasp) R 1011 1013 32347 0 -1 4202496 42601 0 0 0 129985 10 0 0 25 0 1 0 494578755 161488896 36631 33554432000 4194304 4929204 140737465753456 18446744073709551615 4327741 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/1013/statm: 39426 36631 369 180 0 36436 0
Current children cumulated CPU time (s) 1299.95
Current children cumulated vsize (KiB) 157704

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

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

[startup+1300 s]
/proc/loadavg: 3.00 3.06 3.23 2/181 1080
/proc/meminfo: memFree=18004516/32951124 swapFree=67111528/67111528
[pid=1013] ppid=1011 vsize=157704 CPUtime=1299.95 cores=0,2
/proc/1013/stat : 1013 (clasp) R 1011 1013 32347 0 -1 4202496 42601 0 0 0 129985 10 0 0 25 0 1 0 494578755 161488896 36631 33554432000 4194304 4929204 140737465753456 18446744073709551615 4327741 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/1013/statm: 39426 36631 369 180 0 36436 0
Current children cumulated CPU time (s) 1299.95
Current children cumulated vsize (KiB) 157704

Child status: 0
Real time (s): 1300.01
CPU time (s): 1299.97
CPU user time (s): 1299.85
CPU system time (s): 0.111982
CPU usage (%): 99.9963
Max. virtual memory (cumulated for all children) (KiB): 157704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.85
system time used= 0.111982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42613
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= 2886

runsolver used 2.36564 second user time and 4.70728 second system time

The end

Launcher Data

Begin job on node103 at 2011-04-26 16:56:01
IDJOB=3300289
IDBENCH=88219
IDSOLVER=1685
FILE ID=node103/3300289-1303829761
RUNJOBID= node103-1303829761-970
PBS_JOBID= 13160793
Free space on /tmp= 71524 MiB

SOLVER NAME= clasp 2.0-R4092-crafted
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m62-q1504.5-n60-p30-s88600538.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-3300289-1303829761/watcher-3300289-1303829761 -o /tmp/evaluation-result-3300289-1303829761/solver-3300289-1303829761 -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-3300289-1303829761.cnf

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

MD5SUM BENCH= 76c30bc0971bc865c2b988ddaca89385
RANDOM SEED=327658404

node103.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.858
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.71
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.858
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.858
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.858
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.77
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.858
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.858
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.858
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.858
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:      18123608 kB
Buffers:       2140216 kB
Cached:       12011848 kB
SwapCached:          0 kB
Active:        5276644 kB
Inactive:      8969496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18123608 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           22684 kB
Writeback:           0 kB
AnonPages:       93680 kB
Mapped:          15736 kB
Slab:           517616 kB
PageTables:       5092 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   282160 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= 71524 MiB
End job on node103 at 2011-04-26 17:17:43