Trace number 3423232

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.12 5000.02

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m47-q742.5-n45-p30-s17570390.cnf
MD5SUMba3b1702a651cd8da3e6cada8f2e97bc
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.255961
Satisfiable
(Un)Satisfiability was proved
Number of variables2088
Number of clauses405748
Sum of the clauses size813494
Maximum clause length47
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2405703
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...694544/instance-3423232-1306694544.cnf
2.89/2.99	c Solving...
5000.10/5000.01	
5000.10/5000.01	*** INTERRUPTED! ***
5000.10/5000.01	s UNKNOWN
5000.10/5000.01	
5000.10/5000.01	c INTERRUPTED   : 1
5000.10/5000.01	c Models        : 0+    
5000.10/5000.01	c Time          : 5000.015s (Solving: 4997.02s 1st Model: 0.00s Unsat: 0.00s)
5000.10/5000.01	c CPU Time      : 5000.110s

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-3423232-1306694544/watcher-3423232-1306694544 -o /tmp/evaluation-result-3423232-1306694544/solver-3423232-1306694544 -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-3423232-1306694544.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: 2.01 2.03 1.91 2/446 14033
/proc/meminfo: memFree=30665224/32950928 swapFree=34365936/67111528
[pid=14033] ppid=14031 vsize=14176 CPUtime=0 cores=0,2,4,6
/proc/14033/stat : 14033 (clasp) R 14031 14033 13847 0 -1 4202496 976 0 0 0 0 0 0 0 25 0 1 0 781053159 14516224 811 33554432000 4194304 4929204 140734696783648 18446744073709551615 235594527429 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/14033/statm: 3544 812 327 180 0 554 0

[startup+0.111318 s]
/proc/loadavg: 2.01 2.03 1.91 2/446 14033
/proc/meminfo: memFree=30665224/32950928 swapFree=34365936/67111528
[pid=14033] ppid=14031 vsize=34852 CPUtime=0.1 cores=0,2,4,6
/proc/14033/stat : 14033 (clasp) R 14031 14033 13847 0 -1 4202496 7661 0 0 0 9 1 0 0 25 0 1 0 781053159 35688448 5809 33554432000 4194304 4929204 140734696783648 18446744073709551615 235594525574 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/14033/statm: 8713 5810 336 180 0 5723 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 34852

[startup+0.200303 s]
/proc/loadavg: 2.01 2.03 1.91 2/446 14033
/proc/meminfo: memFree=30665224/32950928 swapFree=34365936/67111528
[pid=14033] ppid=14031 vsize=37396 CPUtime=0.19 cores=0,2,4,6
/proc/14033/stat : 14033 (clasp) R 14031 14033 13847 0 -1 4202496 8321 0 0 0 18 1 0 0 25 0 1 0 781053159 38293504 6469 33554432000 4194304 4929204 140734696783648 18446744073709551615 4582057 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/14033/statm: 9349 6469 337 180 0 6359 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 37396

[startup+0.300285 s]
/proc/loadavg: 2.01 2.03 1.91 2/446 14033
/proc/meminfo: memFree=30665224/32950928 swapFree=34365936/67111528
[pid=14033] ppid=14031 vsize=37396 CPUtime=0.29 cores=0,2,4,6
/proc/14033/stat : 14033 (clasp) R 14031 14033 13847 0 -1 4202496 8321 0 0 0 28 1 0 0 25 0 1 0 781053159 38293504 6469 33554432000 4194304 4929204 140734696783648 18446744073709551615 4582134 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/14033/statm: 9349 6469 337 180 0 6359 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37396

[startup+0.700214 s]
/proc/loadavg: 2.01 2.03 1.91 2/446 14033
/proc/meminfo: memFree=30665224/32950928 swapFree=34365936/67111528
[pid=14033] ppid=14031 vsize=37396 CPUtime=0.69 cores=0,2,4,6
/proc/14033/stat : 14033 (clasp) R 14031 14033 13847 0 -1 4202496 8321 0 0 0 68 1 0 0 25 0 1 0 781053159 38293504 6469 33554432000 4194304 4929204 140734696783648 18446744073709551615 4582016 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/14033/statm: 9349 6469 337 180 0 6359 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 37396

[startup+1.50107 s]
/proc/loadavg: 2.01 2.03 1.91 3/447 14034
/proc/meminfo: memFree=30639912/32950928 swapFree=34365936/67111528
[pid=14033] ppid=14031 vsize=37396 CPUtime=1.49 cores=0,2,4,6
/proc/14033/stat : 14033 (clasp) R 14031 14033 13847 0 -1 4202496 8321 0 0 0 148 1 0 0 25 0 1 0 781053159 38293504 6469 33554432000 4194304 4929204 140734696783648 18446744073709551615 4582134 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/14033/statm: 9349 6469 337 180 0 6359 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37396

[startup+3.1009 s]
/proc/loadavg: 2.01 2.03 1.91 3/447 14034
/proc/meminfo: memFree=30637308/32950928 swapFree=34365936/67111528
[pid=14033] ppid=14031 vsize=36788 CPUtime=3.09 cores=0,2,4,6
/proc/14033/stat : 14033 (clasp) R 14031 14033 13847 0 -1 4202496 9142 0 0 0 308 1 0 0 25 0 1 0 781053159 37670912 6497 33554432000 4194304 4929204 140734696783648 18446744073709551615 4633962 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/14033/statm: 9197 6497 367 180 0 6207 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 36788

[startup+6.30034 s]
/proc/loadavg: 2.01 2.03 1.91 3/447 14034
/proc/meminfo: memFree=30638532/32950928 swapFree=34365936/67111528
[pid=14033] ppid=14031 vsize=36788 CPUtime=6.29 cores=0,2,4,6
/proc/14033/stat : 14033 (clasp) R 14031 14033 13847 0 -1 4202496 9142 0 0 0 628 1 0 0 25 0 1 0 781053159 37670912 6497 33554432000 4194304 4929204 140734696783648 18446744073709551615 4316154 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/14033/statm: 9197 6497 367 180 0 6207 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 36788

[startup+12.7002 s]
/proc/loadavg: 2.01 2.03 1.91 3/447 14034
/proc/meminfo: memFree=30637728/32950928 swapFree=34365936/67111528
[pid=14033] ppid=14031 vsize=36920 CPUtime=12.69 cores=0,2,4,6
/proc/14033/stat : 14033 (clasp) R 14031 14033 13847 0 -1 4202496 9206 0 0 0 1268 1 0 0 25 0 1 0 781053159 37806080 6561 33554432000 4194304 4929204 140734696783648 18446744073709551615 4633752 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/14033/statm: 9230 6561 367 180 0 6240 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 36920

[startup+25.501 s]
/proc/loadavg: 2.01 2.03 1.91 3/447 14035
/proc/meminfo: memFree=30631888/32950928 swapFree=34365936/67111528
[pid=14033] ppid=14031 vsize=43156 CPUtime=25.47 cores=0,2,4,6
/proc/14033/stat : 14033 (clasp) R 14031 14033 13847 0 -1 4202496 10748 0 0 0 2546 1 0 0 25 0 1 0 781053159 44191744 8103 33554432000 4194304 4929204 140734696783648 18446744073709551615 4638449 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/14033/statm: 10789 8103 367 180 0 7799 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 43156

[startup+51.1004 s]
/proc/loadavg: 2.00 2.03 1.91 3/447 14036
/proc/meminfo: memFree=30627232/32950928 swapFree=34365936/67111528
[pid=14033] ppid=14031 vsize=47824 CPUtime=51.08 cores=0,2,4,6
/proc/14033/stat : 14033 (clasp) R 14031 14033 13847 0 -1 4202496 11904 0 0 0 5106 2 0 0 25 0 1 0 781053159 48971776 9259 33554432000 4194304 4929204 140734696783648 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/14033/statm: 11956 9259 367 180 0 8966 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 47824

[startup+102.3 s]
/proc/loadavg: 2.00 2.02 1.91 3/447 14037
/proc/meminfo: memFree=30616772/32950928 swapFree=34365936/67111528
[pid=14033] ppid=14031 vsize=58284 CPUtime=102.28 cores=0,2,4,6
/proc/14033/stat : 14033 (clasp) R 14031 14033 13847 0 -1 4202496 14507 0 0 0 10226 2 0 0 25 0 1 0 781053159 59682816 11862 33554432000 4194304 4929204 140734696783648 18446744073709551615 4316245 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/14033/statm: 14571 11862 367 180 0 11581 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 58284

[startup+162.301 s]
/proc/loadavg: 2.00 2.02 1.91 3/447 14038
/proc/meminfo: memFree=30614752/32950928 swapFree=34365936/67111528
[pid=14033] ppid=14031 vsize=59828 CPUtime=162.27 cores=0,2,4,6
/proc/14033/stat : 14033 (clasp) R 14031 14033 13847 0 -1 4202496 14861 0 0 0 16225 2 0 0 25 0 1 0 781053159 61263872 12216 33554432000 4194304 4929204 140734696783648 18446744073709551615 4355035 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/14033/statm: 14957 12216 367 180 0 11967 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 59828

[startup+222.317 s]
/proc/loadavg: 2.15 2.04 1.92 3/447 14040
/proc/meminfo: memFree=30604660/32950928 swapFree=34365936/67111528
[pid=14033] ppid=14031 vsize=69544 CPUtime=222.3 cores=0,2,4,6
/proc/14033/stat : 14033 (clasp) R 14031 14033 13847 0 -1 4202496 17266 0 0 0 22227 3 0 0 25 0 1 0 781053159 71213056 14621 33554432000 4194304 4929204 140734696783648 18446744073709551615 4316263 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/14033/statm: 17386 14621 369 180 0 14396 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 69544

[startup+282.301 s]
/proc/loadavg: 2.13 2.05 1.93 3/447 14042
/proc/meminfo: memFree=30602276/32950928 swapFree=34365936/67111528
[pid=14033] ppid=14031 vsize=72316 CPUtime=282.28 cores=0,2,4,6
/proc/14033/stat : 14033 (clasp) R 14031 14033 13847 0 -1 4202496 17982 0 0 0 28225 3 0 0 25 0 1 0 781053159 74051584 15337 33554432000 4194304 4929204 140734696783648 18446744073709551615 4329467 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/14033/statm: 18079 15337 369 180 0 15089 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 72316

[startup+342.301 s]
/proc/loadavg: 2.04 2.03 1.93 3/447 14043
/proc/meminfo: memFree=30590468/32950928 swapFree=34365936/67111528
[pid=14033] ppid=14031 vsize=83636 CPUtime=342.28 cores=0,2,4,6
/proc/14033/stat : 14033 (clasp) R 14031 14033 13847 0 -1 4202496 20793 0 0 0 34225 3 0 0 25 0 1 0 781053159 85643264 18148 33554432000 4194304 4929204 140734696783648 18446744073709551615 4316128 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/14033/statm: 20909 18148 369 180 0 17919 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 83636

[startup+402.301 s]
/proc/loadavg: 2.09 2.05 1.94 3/447 14045
/proc/meminfo: memFree=30588812/32950928 swapFree=34365936/67111528
[pid=14033] ppid=14031 vsize=85488 CPUtime=402.28 cores=0,2,4,6
/proc/14033/stat : 14033 (clasp) R 14031 14033 13847 0 -1 4202496 21259 0 0 0 40225 3 0 0 25 0 1 0 781053159 87539712 18614 33554432000 4194304 4929204 140734696783648 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/14033/statm: 21372 18614 369 180 0 18382 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 85488

[startup+462.301 s]
/proc/loadavg: 2.06 2.05 1.95 3/447 14046
/proc/meminfo: memFree=30588284/32950928 swapFree=34365936/67111528
[pid=14033] ppid=14031 vsize=85488 CPUtime=462.28 cores=0,2,4,6
/proc/14033/stat : 14033 (clasp) R 14031 14033 13847 0 -1 4202496 21269 0 0 0 46225 3 0 0 25 0 1 0 781053159 87539712 18624 33554432000 4194304 4929204 140734696783648 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/14033/statm: 21372 18624 369 180 0 18382 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 85488

[startup+522.3 s]
/proc/loadavg: 2.02 2.04 1.95 3/447 14048
/proc/meminfo: memFree=30587760/32950928 swapFree=34365936/67111528
[pid=14033] ppid=14031 vsize=85488 CPUtime=522.28 cores=0,2,4,6
/proc/14033/stat : 14033 (clasp) R 14031 14033 13847 0 -1 4202496 21274 0 0 0 52225 3 0 0 25 0 1 0 781053159 87539712 18629 33554432000 4194304 4929204 140734696783648 18446744073709551615 4316165 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/14033/statm: 21372 18629 369 180 0 18382 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 85488

[startup+582.301 s]
/proc/loadavg: 2.01 2.03 1.95 3/447 14050
/proc/meminfo: memFree=30586600/32950928 swapFree=34365936/67111528
[pid=14033] ppid=14031 vsize=85488 CPUtime=582.28 cores=0,2,4,6
/proc/14033/stat : 14033 (clasp) R 14031 14033 13847 0 -1 4202496 21278 0 0 0 58225 3 0 0 25 0 1 0 781053159 87539712 18633 33554432000 4194304 4929204 140734696783648 18446744073709551615 4633958 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/14033/statm: 21372 18633 369 180 0 18382 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 85488

[startup+642.3 s]

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

[startup+4062.3 s]
/proc/loadavg: 1.00 1.00 1.02 2/441 14171
/proc/meminfo: memFree=30567896/32950928 swapFree=34365936/67111528
[pid=14033] ppid=14031 vsize=156352 CPUtime=4062.38 cores=0,2,4,6
/proc/14033/stat : 14033 (clasp) R 14031 14033 13847 0 -1 4202496 38912 0 0 0 406230 8 0 0 25 0 1 0 781053159 160104448 36267 33554432000 4194304 4929204 140734696783648 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/14033/statm: 39088 36267 369 180 0 36098 0
Current children cumulated CPU time (s) 4062.38
Current children cumulated vsize (KiB) 156352

[startup+4122.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/441 14173
/proc/meminfo: memFree=30567116/32950928 swapFree=34365936/67111528
[pid=14033] ppid=14031 vsize=158068 CPUtime=4122.37 cores=0,2,4,6
/proc/14033/stat : 14033 (clasp) R 14031 14033 13847 0 -1 4202496 39365 0 0 0 412229 8 0 0 25 0 1 0 781053159 161861632 36720 33554432000 4194304 4929204 140734696783648 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/14033/statm: 39517 36720 369 180 0 36527 0
Current children cumulated CPU time (s) 4122.37
Current children cumulated vsize (KiB) 158068

[startup+4182.32 s]
/proc/loadavg: 1.00 1.00 1.01 2/441 14175
/proc/meminfo: memFree=30566220/32950928 swapFree=34365936/67111528
[pid=14033] ppid=14031 vsize=158860 CPUtime=4182.39 cores=0,2,4,6
/proc/14033/stat : 14033 (clasp) R 14031 14033 13847 0 -1 4202496 39544 0 0 0 418231 8 0 0 25 0 1 0 781053159 162672640 36899 33554432000 4194304 4929204 140734696783648 18446744073709551615 4316286 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/14033/statm: 39715 36899 369 180 0 36725 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 158860

[startup+4242.3 s]
/proc/loadavg: 1.07 1.03 1.01 2/441 14176
/proc/meminfo: memFree=30566428/32950928 swapFree=34365936/67111528
[pid=14033] ppid=14031 vsize=158860 CPUtime=4242.37 cores=0,2,4,6
/proc/14033/stat : 14033 (clasp) R 14031 14033 13847 0 -1 4202496 39554 0 0 0 424229 8 0 0 25 0 1 0 781053159 162672640 36909 33554432000 4194304 4929204 140734696783648 18446744073709551615 4316093 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/14033/statm: 39715 36909 369 180 0 36725 0
Current children cumulated CPU time (s) 4242.37
Current children cumulated vsize (KiB) 158860

[startup+4302.3 s]
/proc/loadavg: 1.06 1.03 1.01 2/441 14178
/proc/meminfo: memFree=30566388/32950928 swapFree=34365936/67111528
[pid=14033] ppid=14031 vsize=158860 CPUtime=4302.37 cores=0,2,4,6
/proc/14033/stat : 14033 (clasp) R 14031 14033 13847 0 -1 4202496 39554 0 0 0 430229 8 0 0 25 0 1 0 781053159 162672640 36909 33554432000 4194304 4929204 140734696783648 18446744073709551615 4316128 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/14033/statm: 39715 36909 369 180 0 36725 0
Current children cumulated CPU time (s) 4302.37
Current children cumulated vsize (KiB) 158860

[startup+4362.3 s]
/proc/loadavg: 1.02 1.02 1.00 2/441 14179
/proc/meminfo: memFree=30566720/32950928 swapFree=34365936/67111528
[pid=14033] ppid=14031 vsize=158860 CPUtime=4362.37 cores=0,2,4,6
/proc/14033/stat : 14033 (clasp) R 14031 14033 13847 0 -1 4202496 39559 0 0 0 436229 8 0 0 25 0 1 0 781053159 162672640 36914 33554432000 4194304 4929204 140734696783648 18446744073709551615 4633745 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/14033/statm: 39715 36914 369 180 0 36725 0
Current children cumulated CPU time (s) 4362.37
Current children cumulated vsize (KiB) 158860

[startup+4422.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/441 14181
/proc/meminfo: memFree=30566068/32950928 swapFree=34365936/67111528
[pid=14033] ppid=14031 vsize=158860 CPUtime=4422.37 cores=0,2,4,6
/proc/14033/stat : 14033 (clasp) R 14031 14033 13847 0 -1 4202496 39560 0 0 0 442229 8 0 0 25 0 1 0 781053159 162672640 36915 33554432000 4194304 4929204 140734696783648 18446744073709551615 4327662 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/14033/statm: 39715 36915 369 180 0 36725 0
Current children cumulated CPU time (s) 4422.37
Current children cumulated vsize (KiB) 158860

[startup+4482.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/441 14183
/proc/meminfo: memFree=30560692/32950928 swapFree=34365936/67111528
[pid=14033] ppid=14031 vsize=164472 CPUtime=4482.38 cores=0,2,4,6
/proc/14033/stat : 14033 (clasp) R 14031 14033 13847 0 -1 4202496 40965 0 0 0 448230 8 0 0 25 0 1 0 781053159 168419328 38320 33554432000 4194304 4929204 140734696783648 18446744073709551615 4338618 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/14033/statm: 41118 38320 369 180 0 38128 0
Current children cumulated CPU time (s) 4482.38
Current children cumulated vsize (KiB) 164472

[startup+4542.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/441 14184
/proc/meminfo: memFree=30558808/32950928 swapFree=34365936/67111528
[pid=14033] ppid=14031 vsize=166320 CPUtime=4542.38 cores=0,2,4,6
/proc/14033/stat : 14033 (clasp) R 14031 14033 13847 0 -1 4202496 41434 0 0 0 454230 8 0 0 25 0 1 0 781053159 170311680 38789 33554432000 4194304 4929204 140734696783648 18446744073709551615 4638684 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/14033/statm: 41580 38789 369 180 0 38590 0
Current children cumulated CPU time (s) 4542.38
Current children cumulated vsize (KiB) 166320

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/441 14186
/proc/meminfo: memFree=30557660/32950928 swapFree=34365936/67111528
[pid=14033] ppid=14031 vsize=166320 CPUtime=4602.38 cores=0,2,4,6
/proc/14033/stat : 14033 (clasp) R 14031 14033 13847 0 -1 4202496 41447 0 0 0 460230 8 0 0 25 0 1 0 781053159 170311680 38802 33554432000 4194304 4929204 140734696783648 18446744073709551615 4327703 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/14033/statm: 41580 38802 369 180 0 38590 0
Current children cumulated CPU time (s) 4602.38
Current children cumulated vsize (KiB) 166320

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/441 14187
/proc/meminfo: memFree=30557744/32950928 swapFree=34365936/67111528
[pid=14033] ppid=14031 vsize=166320 CPUtime=4662.38 cores=0,2,4,6
/proc/14033/stat : 14033 (clasp) R 14031 14033 13847 0 -1 4202496 41447 0 0 0 466230 8 0 0 25 0 1 0 781053159 170311680 38802 33554432000 4194304 4929204 140734696783648 18446744073709551615 4628162 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/14033/statm: 41580 38802 369 180 0 38590 0
Current children cumulated CPU time (s) 4662.38
Current children cumulated vsize (KiB) 166320

[startup+4722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/441 14198
/proc/meminfo: memFree=30556216/32950928 swapFree=34365936/67111528
[pid=14033] ppid=14031 vsize=166320 CPUtime=4722.39 cores=0,2,4,6
/proc/14033/stat : 14033 (clasp) R 14031 14033 13847 0 -1 4202496 41447 0 0 0 472231 8 0 0 25 0 1 0 781053159 170311680 38802 33554432000 4194304 4929204 140734696783648 18446744073709551615 4316263 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/14033/statm: 41580 38802 369 180 0 38590 0
Current children cumulated CPU time (s) 4722.39
Current children cumulated vsize (KiB) 166320

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/441 14200
/proc/meminfo: memFree=30556768/32950928 swapFree=34365936/67111528
[pid=14033] ppid=14031 vsize=166320 CPUtime=4782.38 cores=0,2,4,6
/proc/14033/stat : 14033 (clasp) R 14031 14033 13847 0 -1 4202496 41453 0 0 0 478230 8 0 0 25 0 1 0 781053159 170311680 38808 33554432000 4194304 4929204 140734696783648 18446744073709551615 4316139 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/14033/statm: 41580 38808 369 180 0 38590 0
Current children cumulated CPU time (s) 4782.38
Current children cumulated vsize (KiB) 166320

[startup+4842.32 s]
/proc/loadavg: 1.04 1.01 1.00 2/441 14201
/proc/meminfo: memFree=30556864/32950928 swapFree=34365936/67111528
[pid=14033] ppid=14031 vsize=166320 CPUtime=4842.4 cores=0,2,4,6
/proc/14033/stat : 14033 (clasp) R 14031 14033 13847 0 -1 4202496 41453 0 0 0 484232 8 0 0 25 0 1 0 781053159 170311680 38808 33554432000 4194304 4929204 140734696783648 18446744073709551615 4316093 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/14033/statm: 41580 38808 369 180 0 38590 0
Current children cumulated CPU time (s) 4842.4
Current children cumulated vsize (KiB) 166320

[startup+4902.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/441 14203
/proc/meminfo: memFree=30556816/32950928 swapFree=34365936/67111528
[pid=14033] ppid=14031 vsize=166320 CPUtime=4902.38 cores=0,2,4,6
/proc/14033/stat : 14033 (clasp) R 14031 14033 13847 0 -1 4202496 41456 0 0 0 490230 8 0 0 25 0 1 0 781053159 170311680 38811 33554432000 4194304 4929204 140734696783648 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/14033/statm: 41580 38811 369 180 0 38590 0
Current children cumulated CPU time (s) 4902.38
Current children cumulated vsize (KiB) 166320

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/441 14207
/proc/meminfo: memFree=30552304/32950928 swapFree=34365936/67111528
[pid=14033] ppid=14031 vsize=171336 CPUtime=4962.39 cores=0,2,4,6
/proc/14033/stat : 14033 (clasp) R 14031 14033 13847 0 -1 4202496 42698 0 0 0 496230 9 0 0 25 0 1 0 781053159 175448064 40053 33554432000 4194304 4929204 140734696783648 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/14033/statm: 42834 40053 369 180 0 39844 0
Current children cumulated CPU time (s) 4962.39
Current children cumulated vsize (KiB) 171336



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 1.00 1.00 1.00 2/441 14209
/proc/meminfo: memFree=30552156/32950928 swapFree=34365936/67111528
[pid=14033] ppid=14031 vsize=171956 CPUtime=5000.1 cores=0,2,4,6
/proc/14033/stat : 14033 (clasp) R 14031 14033 13847 0 -1 4202496 42821 0 0 0 500001 9 0 0 25 0 1 0 781053159 176082944 40176 33554432000 4194304 4929204 140734696783648 18446744073709551615 4327683 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/14033/statm: 42989 40176 369 180 0 39999 0
Current children cumulated CPU time (s) 5000.1
Current children cumulated vsize (KiB) 171956

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

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

[startup+5000 s]
/proc/loadavg: 1.00 1.00 1.00 2/441 14209
/proc/meminfo: memFree=30552156/32950928 swapFree=34365936/67111528
[pid=14033] ppid=14031 vsize=171956 CPUtime=5000.1 cores=0,2,4,6
/proc/14033/stat : 14033 (clasp) R 14031 14033 13847 0 -1 4202496 42821 0 0 0 500001 9 0 0 25 0 1 0 781053159 176082944 40176 33554432000 4194304 4929204 140734696783648 18446744073709551615 4327683 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/14033/statm: 42989 40176 369 180 0 39999 0
Current children cumulated CPU time (s) 5000.1
Current children cumulated vsize (KiB) 171956

Child status: 0
Real time (s): 5000.02
CPU time (s): 5000.12
CPU user time (s): 5000.02
CPU system time (s): 0.098984
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 171956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5000.02
system time used= 0.098984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42833
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= 9
involuntary context switches= 7740

runsolver used 22.4046 second user time and 50.2624 second system time

The end

Launcher Data

Begin job on node120 at 2011-05-29 20:42:24
IDJOB=3423232
IDBENCH=88211
IDSOLVER=1917
FILE ID=node120/3423232-1306694544
RUNJOBID= node120-1306692156-13865
PBS_JOBID= 13471864
Free space on /tmp= 73464 MiB

SOLVER NAME= clasp 2.0-R4092-crafted
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m47-q742.5-n45-p30-s17570390.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-3423232-1306694544/watcher-3423232-1306694544 -o /tmp/evaluation-result-3423232-1306694544/solver-3423232-1306694544 -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-3423232-1306694544.cnf

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

MD5SUM BENCH= ba3b1702a651cd8da3e6cada8f2e97bc
RANDOM SEED=236820544

node120.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.809
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.809
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	: 5226.07
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.809
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.809
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.809
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.78
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.809
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.809
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.82
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.809
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:     32950928 kB
MemFree:      30665496 kB
Buffers:        256404 kB
Cached:        1701568 kB
SwapCached:      15056 kB
Active:         463480 kB
Inactive:      1563756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30665496 kB
SwapTotal:    67111528 kB
SwapFree:     34365936 kB
Dirty:            5836 kB
Writeback:           0 kB
AnonPages:       63796 kB
Mapped:           9564 kB
Slab:            99072 kB
PageTables:      91548 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 105440156 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= 73464 MiB
End job on node120 at 2011-05-29 22:05:46