Trace number 3423224

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.11 4999.93

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m62-q1327.5-n60-p30-s52708253.cnf
MD5SUM472b10ce0a2683d9355981037eea091e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.52092
Satisfiable
(Un)Satisfiability was proved
Number of variables3672
Number of clauses1163952
Sum of the clauses size2331456
Maximum clause length62
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21163892
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 ...694229/instance-3423224-1306694229.cnf
15.19/15.23	c Solving...
5000.09/4999.91	
5000.09/4999.91	*** INTERRUPTED! ***
5000.09/4999.91	s UNKNOWN
5000.09/4999.91	
5000.09/4999.91	c INTERRUPTED   : 1
5000.09/4999.91	c Models        : 0+    
5000.09/4999.91	c Time          : 4999.915s (Solving: 4984.69s 1st Model: 0.00s Unsat: 0.00s)
5000.09/4999.91	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-3423224-1306694229/watcher-3423224-1306694229 -o /tmp/evaluation-result-3423224-1306694229/solver-3423224-1306694229 -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-3423224-1306694229.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.02 2.02 2.00 3/443 19171
/proc/meminfo: memFree=15553760/32950928 swapFree=60044444/67111528
[pid=19171] ppid=19169 vsize=14496 CPUtime=0 cores=0,2,4,6
/proc/19171/stat : 19171 (clasp) R 19169 19171 18909 0 -1 4202496 1069 0 0 0 0 0 0 0 25 0 1 0 859653636 14843904 891 33554432000 4194304 4929204 140735318364928 18446744073709551615 231895151301 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19171/statm: 3624 892 327 180 0 634 0

[startup+0.112211 s]
/proc/loadavg: 2.02 2.02 2.00 3/443 19171
/proc/meminfo: memFree=15553760/32950928 swapFree=60044444/67111528
[pid=19171] ppid=19169 vsize=34560 CPUtime=0.1 cores=0,2,4,6
/proc/19171/stat : 19171 (clasp) R 19169 19171 18909 0 -1 4202496 8307 0 0 0 9 1 0 0 25 0 1 0 859653636 35389440 5549 33554432000 4194304 4929204 140735318364928 18446744073709551615 231895151301 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19171/statm: 8640 5551 327 180 0 5650 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 34560

[startup+0.201199 s]
/proc/loadavg: 2.02 2.02 2.00 3/443 19171
/proc/meminfo: memFree=15553760/32950928 swapFree=60044444/67111528
[pid=19171] ppid=19169 vsize=50492 CPUtime=0.19 cores=0,2,4,6
/proc/19171/stat : 19171 (clasp) R 19169 19171 18909 0 -1 4202496 13804 0 0 0 18 1 0 0 25 0 1 0 859653636 51703808 9678 33554432000 4194304 4929204 140735318364928 18446744073709551615 231895151301 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19171/statm: 12623 9679 327 180 0 9633 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 50492

[startup+0.301181 s]
/proc/loadavg: 2.02 2.02 2.00 3/443 19171
/proc/meminfo: memFree=15553760/32950928 swapFree=60044444/67111528
[pid=19171] ppid=19169 vsize=71564 CPUtime=0.29 cores=0,2,4,6
/proc/19171/stat : 19171 (clasp) R 19169 19171 18909 0 -1 4202496 20586 0 0 0 27 2 0 0 25 0 1 0 859653636 73281536 14374 33554432000 4194304 4929204 140735318364928 18446744073709551615 231895151301 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19171/statm: 17891 14377 336 180 0 14901 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 71564

[startup+0.701104 s]
/proc/loadavg: 2.02 2.02 2.00 3/443 19171
/proc/meminfo: memFree=15553760/32950928 swapFree=60044444/67111528
[pid=19171] ppid=19169 vsize=88860 CPUtime=0.69 cores=0,2,4,6
/proc/19171/stat : 19171 (clasp) R 19169 19171 18909 0 -1 4202496 24507 0 0 0 66 3 0 0 25 0 1 0 859653636 90992640 18295 33554432000 4194304 4929204 140735318364928 18446744073709551615 4582119 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19171/statm: 22215 18295 337 180 0 19225 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 88860

[startup+1.50095 s]
/proc/loadavg: 2.02 2.02 2.00 3/444 19172
/proc/meminfo: memFree=15480716/32950928 swapFree=60044444/67111528
[pid=19171] ppid=19169 vsize=88860 CPUtime=1.49 cores=0,2,4,6
/proc/19171/stat : 19171 (clasp) R 19169 19171 18909 0 -1 4202496 24507 0 0 0 146 3 0 0 25 0 1 0 859653636 90992640 18295 33554432000 4194304 4929204 140735318364928 18446744073709551615 4582188 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19171/statm: 22215 18295 337 180 0 19225 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 88860

[startup+3.10065 s]
/proc/loadavg: 2.02 2.02 2.00 3/444 19172
/proc/meminfo: memFree=15480448/32950928 swapFree=60044444/67111528
[pid=19171] ppid=19169 vsize=88860 CPUtime=3.09 cores=0,2,4,6
/proc/19171/stat : 19171 (clasp) R 19169 19171 18909 0 -1 4202496 24507 0 0 0 306 3 0 0 25 0 1 0 859653636 90992640 18295 33554432000 4194304 4929204 140735318364928 18446744073709551615 4582134 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19171/statm: 22215 18295 337 180 0 19225 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 88860

[startup+6.30105 s]
/proc/loadavg: 2.02 2.02 2.00 3/444 19172
/proc/meminfo: memFree=15480324/32950928 swapFree=60044444/67111528
[pid=19171] ppid=19169 vsize=88860 CPUtime=6.29 cores=0,2,4,6
/proc/19171/stat : 19171 (clasp) R 19169 19171 18909 0 -1 4202496 24507 0 0 0 626 3 0 0 25 0 1 0 859653636 90992640 18295 33554432000 4194304 4929204 140735318364928 18446744073709551615 4582134 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19171/statm: 22215 18295 337 180 0 19225 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 88860

[startup+12.7009 s]
/proc/loadavg: 2.02 2.02 2.00 3/444 19172
/proc/meminfo: memFree=15475280/32950928 swapFree=60044444/67111528
[pid=19171] ppid=19169 vsize=93764 CPUtime=12.69 cores=0,2,4,6
/proc/19171/stat : 19171 (clasp) R 19169 19171 18909 0 -1 4202496 25766 0 0 0 1266 3 0 0 25 0 1 0 859653636 96014336 19554 33554432000 4194304 4929204 140735318364928 18446744073709551615 4574949 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19171/statm: 23441 19554 339 180 0 20451 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 93764

[startup+25.5004 s]
/proc/loadavg: 2.01 2.02 2.00 3/444 19173
/proc/meminfo: memFree=15480724/32950928 swapFree=60044444/67111528
[pid=19171] ppid=19169 vsize=83984 CPUtime=25.49 cores=0,2,4,6
/proc/19171/stat : 19171 (clasp) R 19169 19171 18909 0 -1 4202496 26437 0 0 0 2546 3 0 0 25 0 1 0 859653636 85999616 17951 33554432000 4194304 4929204 140735318364928 18446744073709551615 4357379 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19171/statm: 20996 17951 367 180 0 18006 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 83984

[startup+51.1006 s]
/proc/loadavg: 2.01 2.02 2.00 3/444 19174
/proc/meminfo: memFree=15480756/32950928 swapFree=60044444/67111528
[pid=19171] ppid=19169 vsize=83984 CPUtime=51.09 cores=0,2,4,6
/proc/19171/stat : 19171 (clasp) R 19169 19171 18909 0 -1 4202496 26437 0 0 0 5106 3 0 0 25 0 1 0 859653636 85999616 17951 33554432000 4194304 4929204 140735318364928 18446744073709551615 4327721 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19171/statm: 20996 17951 367 180 0 18006 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 83984

[startup+102.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/444 19177
/proc/meminfo: memFree=15475308/32950928 swapFree=60044444/67111528
[pid=19171] ppid=19169 vsize=83984 CPUtime=102.3 cores=0,2,4,6
/proc/19171/stat : 19171 (clasp) R 19169 19171 18909 0 -1 4202496 26437 0 0 0 10227 3 0 0 25 0 1 0 859653636 85999616 17951 33554432000 4194304 4929204 140735318364928 18446744073709551615 4316165 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19171/statm: 20996 17951 367 180 0 18006 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 83984

[startup+162.301 s]
/proc/loadavg: 2.05 2.02 2.00 3/444 19179
/proc/meminfo: memFree=15465532/32950928 swapFree=60044444/67111528
[pid=19171] ppid=19169 vsize=89316 CPUtime=162.29 cores=0,2,4,6
/proc/19171/stat : 19171 (clasp) R 19169 19171 18909 0 -1 4202496 28116 0 0 0 16226 3 0 0 25 0 1 0 859653636 91459584 19630 33554432000 4194304 4929204 140735318364928 18446744073709551615 4633770 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19171/statm: 22329 19630 367 180 0 19339 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 89316

[startup+222.316 s]
/proc/loadavg: 2.06 2.03 2.00 3/444 19181
/proc/meminfo: memFree=15435968/32950928 swapFree=60044444/67111528
[pid=19171] ppid=19169 vsize=100096 CPUtime=222.31 cores=0,2,4,6
/proc/19171/stat : 19171 (clasp) R 19169 19171 18909 0 -1 4202496 30776 0 0 0 22228 3 0 0 25 0 1 0 859653636 102498304 22290 33554432000 4194304 4929204 140735318364928 18446744073709551615 4327750 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19171/statm: 25024 22290 367 180 0 22034 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 100096

[startup+282.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/444 19183
/proc/meminfo: memFree=15426400/32950928 swapFree=60044444/67111528
[pid=19171] ppid=19169 vsize=106784 CPUtime=282.3 cores=0,2,4,6
/proc/19171/stat : 19171 (clasp) R 19169 19171 18909 0 -1 4202496 32459 0 0 0 28226 4 0 0 25 0 1 0 859653636 109346816 23973 33554432000 4194304 4929204 140735318364928 18446744073709551615 4316093 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19171/statm: 26696 23973 367 180 0 23706 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 106784

[startup+342.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/444 19184
/proc/meminfo: memFree=15426348/32950928 swapFree=60044444/67111528
[pid=19171] ppid=19169 vsize=106784 CPUtime=342.31 cores=0,2,4,6
/proc/19171/stat : 19171 (clasp) R 19169 19171 18909 0 -1 4202496 32471 0 0 0 34227 4 0 0 25 0 1 0 859653636 109346816 23985 33554432000 4194304 4929204 140735318364928 18446744073709551615 4316213 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19171/statm: 26696 23985 369 180 0 23706 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 106784

[startup+402.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/444 19186
/proc/meminfo: memFree=15427084/32950928 swapFree=60044444/67111528
[pid=19171] ppid=19169 vsize=106784 CPUtime=402.31 cores=0,2,4,6
/proc/19171/stat : 19171 (clasp) R 19169 19171 18909 0 -1 4202496 32472 0 0 0 40227 4 0 0 25 0 1 0 859653636 109346816 23986 33554432000 4194304 4929204 140735318364928 18446744073709551615 4337358 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19171/statm: 26696 23986 369 180 0 23706 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 106784

[startup+462.301 s]
/proc/loadavg: 2.10 2.04 2.01 3/444 19187
/proc/meminfo: memFree=15414248/32950928 swapFree=60044444/67111528
[pid=19171] ppid=19169 vsize=119136 CPUtime=462.31 cores=0,2,4,6
/proc/19171/stat : 19171 (clasp) R 19169 19171 18909 0 -1 4202496 35558 0 0 0 46226 5 0 0 25 0 1 0 859653636 121995264 27072 33554432000 4194304 4929204 140735318364928 18446744073709551615 4357404 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19171/statm: 29784 27072 369 180 0 26794 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 119136

[startup+522.301 s]
/proc/loadavg: 2.09 2.04 2.01 3/444 19189
/proc/meminfo: memFree=15411468/32950928 swapFree=60044444/67111528
[pid=19171] ppid=19169 vsize=122876 CPUtime=522.31 cores=0,2,4,6
/proc/19171/stat : 19171 (clasp) R 19169 19171 18909 0 -1 4202496 36440 0 0 0 52226 5 0 0 25 0 1 0 859653636 125825024 27954 33554432000 4194304 4929204 140735318364928 18446744073709551615 4633767 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19171/statm: 30719 27954 369 180 0 27729 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 122876

[startup+582.301 s]
/proc/loadavg: 2.03 2.03 2.00 3/444 19191
/proc/meminfo: memFree=15405612/32950928 swapFree=60044444/67111528
[pid=19171] ppid=19169 vsize=122876 CPUtime=582.31 cores=0,2,4,6
/proc/19171/stat : 19171 (clasp) R 19169 19171 18909 0 -1 4202496 36442 0 0 0 58226 5 0 0 25 0 1 0 859653636 125825024 27956 33554432000 4194304 4929204 140735318364928 18446744073709551615 4633970 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19171/statm: 30719 27956 369 180 0 27729 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 122876

[startup+642.3 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/444 19294
/proc/meminfo: memFree=15254608/32950928 swapFree=60044444/67111528
[pid=19171] ppid=19169 vsize=193048 CPUtime=4002.43 cores=0,2,4,6
/proc/19171/stat : 19171 (clasp) R 19169 19171 18909 0 -1 4202496 53842 0 0 0 400235 8 0 0 25 0 1 0 859653636 197681152 45356 33554432000 4194304 4929204 140735318364928 18446744073709551615 4327709 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19171/statm: 48262 45356 369 180 0 45272 0
Current children cumulated CPU time (s) 4002.43
Current children cumulated vsize (KiB) 193048

[startup+4062.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/444 19295
/proc/meminfo: memFree=15253584/32950928 swapFree=60044444/67111528
[pid=19171] ppid=19169 vsize=193048 CPUtime=4062.45 cores=0,2,4,6
/proc/19171/stat : 19171 (clasp) R 19169 19171 18909 0 -1 4202496 53851 0 0 0 406237 8 0 0 25 0 1 0 859653636 197681152 45365 33554432000 4194304 4929204 140735318364928 18446744073709551615 4316160 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19171/statm: 48262 45365 369 180 0 45272 0
Current children cumulated CPU time (s) 4062.45
Current children cumulated vsize (KiB) 193048

[startup+4122.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/444 19297
/proc/meminfo: memFree=15250920/32950928 swapFree=60044444/67111528
[pid=19171] ppid=19169 vsize=193048 CPUtime=4122.44 cores=0,2,4,6
/proc/19171/stat : 19171 (clasp) R 19169 19171 18909 0 -1 4202496 53852 0 0 0 412236 8 0 0 25 0 1 0 859653636 197681152 45366 33554432000 4194304 4929204 140735318364928 18446744073709551615 4316150 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19171/statm: 48262 45366 369 180 0 45272 0
Current children cumulated CPU time (s) 4122.44
Current children cumulated vsize (KiB) 193048

[startup+4182.32 s]
/proc/loadavg: 2.10 2.05 2.01 3/444 19299
/proc/meminfo: memFree=15250872/32950928 swapFree=60044444/67111528
[pid=19171] ppid=19169 vsize=193048 CPUtime=4182.46 cores=0,2,4,6
/proc/19171/stat : 19171 (clasp) R 19169 19171 18909 0 -1 4202496 53853 0 0 0 418238 8 0 0 25 0 1 0 859653636 197681152 45367 33554432000 4194304 4929204 140735318364928 18446744073709551615 4337416 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19171/statm: 48262 45367 369 180 0 45272 0
Current children cumulated CPU time (s) 4182.46
Current children cumulated vsize (KiB) 193048

[startup+4242.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/444 19300
/proc/meminfo: memFree=15239168/32950928 swapFree=60044444/67111528
[pid=19171] ppid=19169 vsize=193048 CPUtime=4242.44 cores=0,2,4,6
/proc/19171/stat : 19171 (clasp) R 19169 19171 18909 0 -1 4202496 53853 0 0 0 424236 8 0 0 25 0 1 0 859653636 197681152 45367 33554432000 4194304 4929204 140735318364928 18446744073709551615 4316263 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19171/statm: 48262 45367 369 180 0 45272 0
Current children cumulated CPU time (s) 4242.44
Current children cumulated vsize (KiB) 193048

[startup+4302.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/444 19302
/proc/meminfo: memFree=15235656/32950928 swapFree=60044444/67111528
[pid=19171] ppid=19169 vsize=193048 CPUtime=4302.44 cores=0,2,4,6
/proc/19171/stat : 19171 (clasp) R 19169 19171 18909 0 -1 4202496 53853 0 0 0 430236 8 0 0 25 0 1 0 859653636 197681152 45367 33554432000 4194304 4929204 140735318364928 18446744073709551615 4633745 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19171/statm: 48262 45367 369 180 0 45272 0
Current children cumulated CPU time (s) 4302.44
Current children cumulated vsize (KiB) 193048

[startup+4362.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/444 19303
/proc/meminfo: memFree=15228060/32950928 swapFree=60044444/67111528
[pid=19171] ppid=19169 vsize=200880 CPUtime=4362.45 cores=0,2,4,6
/proc/19171/stat : 19171 (clasp) R 19169 19171 18909 0 -1 4202496 55798 0 0 0 436237 8 0 0 25 0 1 0 859653636 205701120 47312 33554432000 4194304 4929204 140735318364928 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19171/statm: 50220 47312 369 180 0 47230 0
Current children cumulated CPU time (s) 4362.45
Current children cumulated vsize (KiB) 200880

[startup+4422.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/444 19305
/proc/meminfo: memFree=15227024/32950928 swapFree=60044444/67111528
[pid=19171] ppid=19169 vsize=201936 CPUtime=4422.45 cores=0,2,4,6
/proc/19171/stat : 19171 (clasp) R 19169 19171 18909 0 -1 4202496 56082 0 0 0 442237 8 0 0 25 0 1 0 859653636 206782464 47596 33554432000 4194304 4929204 140735318364928 18446744073709551615 4327703 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19171/statm: 50484 47596 369 180 0 47494 0
Current children cumulated CPU time (s) 4422.45
Current children cumulated vsize (KiB) 201936

[startup+4482.3 s]
/proc/loadavg: 1.98 2.02 2.00 2/438 19325
/proc/meminfo: memFree=15463904/32950928 swapFree=60044444/67111528
[pid=19171] ppid=19169 vsize=201936 CPUtime=4482.45 cores=0,2,4,6
/proc/19171/stat : 19171 (clasp) R 19169 19171 18909 0 -1 4202496 56082 0 0 0 448237 8 0 0 25 0 1 0 859653636 206782464 47596 33554432000 4194304 4929204 140735318364928 18446744073709551615 4633781 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19171/statm: 50484 47596 369 180 0 47494 0
Current children cumulated CPU time (s) 4482.45
Current children cumulated vsize (KiB) 201936

[startup+4542.3 s]
/proc/loadavg: 1.36 1.84 1.93 2/438 19326
/proc/meminfo: memFree=15464512/32950928 swapFree=60044444/67111528
[pid=19171] ppid=19169 vsize=201936 CPUtime=4542.45 cores=0,2,4,6
/proc/19171/stat : 19171 (clasp) R 19169 19171 18909 0 -1 4202496 56083 0 0 0 454237 8 0 0 25 0 1 0 859653636 206782464 47597 33554432000 4194304 4929204 140735318364928 18446744073709551615 4327703 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19171/statm: 50484 47597 369 180 0 47494 0
Current children cumulated CPU time (s) 4542.45
Current children cumulated vsize (KiB) 201936

[startup+4602.3 s]
/proc/loadavg: 1.13 1.68 1.87 2/438 19328
/proc/meminfo: memFree=15464468/32950928 swapFree=60044444/67111528
[pid=19171] ppid=19169 vsize=201936 CPUtime=4602.45 cores=0,2,4,6
/proc/19171/stat : 19171 (clasp) R 19169 19171 18909 0 -1 4202496 56086 0 0 0 460237 8 0 0 25 0 1 0 859653636 206782464 47600 33554432000 4194304 4929204 140735318364928 18446744073709551615 4616370 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19171/statm: 50484 47600 369 180 0 47494 0
Current children cumulated CPU time (s) 4602.45
Current children cumulated vsize (KiB) 201936

[startup+4662.3 s]
/proc/loadavg: 1.05 1.55 1.81 2/438 19329
/proc/meminfo: memFree=15464056/32950928 swapFree=60044444/67111528
[pid=19171] ppid=19169 vsize=201936 CPUtime=4662.46 cores=0,2,4,6
/proc/19171/stat : 19171 (clasp) R 19169 19171 18909 0 -1 4202496 56088 0 0 0 466238 8 0 0 25 0 1 0 859653636 206782464 47602 33554432000 4194304 4929204 140735318364928 18446744073709551615 4633770 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19171/statm: 50484 47602 369 180 0 47494 0
Current children cumulated CPU time (s) 4662.46
Current children cumulated vsize (KiB) 201936

[startup+4722.3 s]
/proc/loadavg: 1.07 1.47 1.77 2/438 19331
/proc/meminfo: memFree=15463772/32950928 swapFree=60044444/67111528
[pid=19171] ppid=19169 vsize=202728 CPUtime=4722.47 cores=0,2,4,6
/proc/19171/stat : 19171 (clasp) R 19169 19171 18909 0 -1 4202496 56263 0 0 0 472239 8 0 0 25 0 1 0 859653636 207593472 47777 33554432000 4194304 4929204 140735318364928 18446744073709551615 4633697 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19171/statm: 50682 47777 369 180 0 47692 0
Current children cumulated CPU time (s) 4722.47
Current children cumulated vsize (KiB) 202728

[startup+4782.3 s]
/proc/loadavg: 1.02 1.38 1.71 2/438 19333
/proc/meminfo: memFree=15463104/32950928 swapFree=60044444/67111528
[pid=19171] ppid=19169 vsize=203388 CPUtime=4782.47 cores=0,2,4,6
/proc/19171/stat : 19171 (clasp) R 19169 19171 18909 0 -1 4202496 56449 0 0 0 478238 9 0 0 25 0 1 0 859653636 208269312 47963 33554432000 4194304 4929204 140735318364928 18446744073709551615 4316213 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19171/statm: 50847 47963 369 180 0 47857 0
Current children cumulated CPU time (s) 4782.47
Current children cumulated vsize (KiB) 203388

[startup+4842.32 s]
/proc/loadavg: 1.01 1.31 1.67 2/438 19334
/proc/meminfo: memFree=15447068/32950928 swapFree=60044444/67111528
[pid=19171] ppid=19169 vsize=219188 CPUtime=4842.48 cores=0,2,4,6
/proc/19171/stat : 19171 (clasp) R 19169 19171 18909 0 -1 4202496 60354 0 0 0 484239 9 0 0 25 0 1 0 859653636 224448512 51868 33554432000 4194304 4929204 140735318364928 18446744073709551615 4316093 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19171/statm: 54797 51868 369 180 0 51807 0
Current children cumulated CPU time (s) 4842.48
Current children cumulated vsize (KiB) 219188

[startup+4902.3 s]
/proc/loadavg: 1.00 1.25 1.62 2/438 19336
/proc/meminfo: memFree=15445656/32950928 swapFree=60044444/67111528
[pid=19171] ppid=19169 vsize=221084 CPUtime=4902.46 cores=0,2,4,6
/proc/19171/stat : 19171 (clasp) R 19169 19171 18909 0 -1 4202496 60845 0 0 0 490237 9 0 0 25 0 1 0 859653636 226390016 52359 33554432000 4194304 4929204 140735318364928 18446744073709551615 4638358 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19171/statm: 55271 52359 369 180 0 52281 0
Current children cumulated CPU time (s) 4902.46
Current children cumulated vsize (KiB) 221084

[startup+4962.3 s]
/proc/loadavg: 1.00 1.20 1.58 2/438 19337
/proc/meminfo: memFree=15444876/32950928 swapFree=60044444/67111528
[pid=19171] ppid=19169 vsize=221876 CPUtime=4962.47 cores=0,2,4,6
/proc/19171/stat : 19171 (clasp) R 19169 19171 18909 0 -1 4202496 61048 0 0 0 496237 10 0 0 25 0 1 0 859653636 227201024 52562 33554432000 4194304 4929204 140735318364928 18446744073709551615 4633295 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19171/statm: 55469 52562 369 180 0 52479 0
Current children cumulated CPU time (s) 4962.47
Current children cumulated vsize (KiB) 221876



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.00 1.18 1.56 2/438 19339
/proc/meminfo: memFree=15444356/32950928 swapFree=60044444/67111528
[pid=19171] ppid=19169 vsize=221876 CPUtime=5000.09 cores=0,2,4,6
/proc/19171/stat : 19171 (clasp) R 19169 19171 18909 0 -1 4202496 61048 0 0 0 499999 10 0 0 25 0 1 0 859653636 227201024 52562 33554432000 4194304 4929204 140735318364928 18446744073709551615 4316150 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19171/statm: 55469 52562 369 180 0 52479 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 221876

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

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

Child status: 0
Real time (s): 4999.93
CPU time (s): 5000.11
CPU user time (s): 5000
CPU system time (s): 0.108983
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 221876

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

runsolver used 23.0455 second user time and 49.0775 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-29 20:37:10
IDJOB=3423224
IDBENCH=88203
IDSOLVER=1917
FILE ID=node114/3423224-1306694229
RUNJOBID= node114-1306691210-18927
PBS_JOBID= 13471860
Free space on /tmp= 73200 MiB

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

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

MD5SUM BENCH= 472b10ce0a2683d9355981037eea091e
RANDOM SEED=647949786

node114.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.848
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.848
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.15
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.848
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.848
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.73
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.848
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.848
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.848
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.74
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.848
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:      15553916 kB
Buffers:        281048 kB
Cached:        6869556 kB
SwapCached:      48932 kB
Active:        5206280 kB
Inactive:     11918036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15553916 kB
SwapTotal:    67111528 kB
SwapFree:     60044444 kB
Dirty:           15940 kB
Writeback:           0 kB
AnonPages:     9931712 kB
Mapped:          28928 kB
Slab:           142128 kB
PageTables:      62356 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 108282972 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= 73200 MiB
End job on node114 at 2011-05-29 22:00:32