Trace number 3276358

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
SAT09 reference solver: clasp 1.2.0-SAT09-32? (TO) 5000.11 4999.96

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m62-q1327.5-n60-p15-s1351253.cnf
MD5SUMb23c52475e3d098cb9d5a92c025d6982
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.465928
Satisfiable
(Un)Satisfiability was proved
Number of variables3420
Number of clauses1120760
Sum of the clauses size2244820
Maximum clause length62
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21120700
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


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3276358-1303670279/watcher-3276358-1303670279 -o /tmp/evaluation-result-3276358-1303670279/solver-3276358-1303670279 -C 5000 -W 5100 -M 15500 HOME/clasp --file=HOME/instance-3276358-1303670279.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512 

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

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


[startup+0 s]
/proc/loadavg: 1.84 1.97 1.99 3/177 958
/proc/meminfo: memFree=28103132/32951124 swapFree=67111524/67111528
[pid=958] ppid=956 vsize=2296 CPUtime=0 cores=1,3,5,7
/proc/958/stat : 958 (clasp) R 956 958 696 0 -1 4202496 352 0 0 0 0 0 0 0 25 0 1 0 459443837 2351104 307 33554432000 134512640 136057169 4290091616 18446744073709551615 134767168 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/958/statm: 574 307 145 378 0 194 0

[startup+0.0576119 s]
/proc/loadavg: 1.84 1.97 1.99 3/177 958
/proc/meminfo: memFree=28103132/32951124 swapFree=67111524/67111528
[pid=958] ppid=956 vsize=8556 CPUtime=0.05 cores=1,3,5,7
/proc/958/stat : 958 (clasp) R 956 958 696 0 -1 4202496 2354 0 0 0 5 0 0 0 25 0 1 0 459443837 8761344 1777 33554432000 134512640 136057169 4290091616 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/958/statm: 2139 1778 145 378 0 1759 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 8556

[startup+0.100592 s]
/proc/loadavg: 1.84 1.97 1.99 3/177 958
/proc/meminfo: memFree=28103132/32951124 swapFree=67111524/67111528
[pid=958] ppid=956 vsize=13388 CPUtime=0.09 cores=1,3,5,7
/proc/958/stat : 958 (clasp) R 956 958 696 0 -1 4202496 3885 0 0 0 9 0 0 0 25 0 1 0 459443837 13709312 3004 33554432000 134512640 136057169 4290091616 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/958/statm: 3347 3005 145 378 0 2967 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13388

[startup+0.300559 s]
/proc/loadavg: 1.84 1.97 1.99 3/177 958
/proc/meminfo: memFree=28103132/32951124 swapFree=67111524/67111528
[pid=958] ppid=956 vsize=36840 CPUtime=0.28 cores=1,3,5,7
/proc/958/stat : 958 (clasp) R 956 958 696 0 -1 4202496 11540 0 0 0 27 1 0 0 25 0 1 0 459443837 37724160 8467 33554432000 134512640 136057169 4290091616 18446744073709551615 134783955 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/958/statm: 9210 8467 163 378 0 8830 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 36840

[startup+0.700484 s]
/proc/loadavg: 1.84 1.97 1.99 3/177 958
/proc/meminfo: memFree=28103132/32951124 swapFree=67111524/67111528
[pid=958] ppid=956 vsize=58424 CPUtime=0.69 cores=1,3,5,7
/proc/958/stat : 958 (clasp) R 956 958 696 0 -1 4202496 19360 0 0 0 66 3 0 0 25 0 1 0 459443837 59826176 13478 33554432000 134512640 136057169 4290091616 18446744073709551615 134774328 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/958/statm: 14606 13478 166 378 0 14226 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 58424

[startup+1.50034 s]
/proc/loadavg: 1.84 1.97 1.99 3/178 959
/proc/meminfo: memFree=28049440/32951124 swapFree=67111524/67111528
[pid=958] ppid=956 vsize=58424 CPUtime=1.49 cores=1,3,5,7
/proc/958/stat : 958 (clasp) R 956 958 696 0 -1 4202496 19360 0 0 0 146 3 0 0 25 0 1 0 459443837 59826176 13478 33554432000 134512640 136057169 4290091616 18446744073709551615 134774448 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/958/statm: 14606 13478 166 378 0 14226 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 58424

[startup+3.10104 s]
/proc/loadavg: 1.84 1.97 1.99 3/178 959
/proc/meminfo: memFree=28047392/32951124 swapFree=67111524/67111528
[pid=958] ppid=956 vsize=58424 CPUtime=3.09 cores=1,3,5,7
/proc/958/stat : 958 (clasp) R 956 958 696 0 -1 4202496 19360 0 0 0 306 3 0 0 25 0 1 0 459443837 59826176 13478 33554432000 134512640 136057169 4290091616 18446744073709551615 134774366 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/958/statm: 14606 13478 166 378 0 14226 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 58424

[startup+6.30045 s]
/proc/loadavg: 1.85 1.97 1.99 3/178 959
/proc/meminfo: memFree=28031132/32951124 swapFree=67111524/67111528
[pid=958] ppid=956 vsize=58424 CPUtime=6.29 cores=1,3,5,7
/proc/958/stat : 958 (clasp) R 956 958 696 0 -1 4202496 19360 0 0 0 626 3 0 0 25 0 1 0 459443837 59826176 13478 33554432000 134512640 136057169 4290091616 18446744073709551615 134774422 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/958/statm: 14606 13478 166 378 0 14226 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 58424

[startup+12.7003 s]
/proc/loadavg: 1.86 1.97 1.99 3/178 959
/proc/meminfo: memFree=27990484/32951124 swapFree=67111524/67111528
[pid=958] ppid=956 vsize=60012 CPUtime=12.69 cores=1,3,5,7
/proc/958/stat : 958 (clasp) R 956 958 696 0 -1 4202496 19744 0 0 0 1266 3 0 0 25 0 1 0 459443837 61452288 13862 33554432000 134512640 136057169 4290091616 18446744073709551615 134765844 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/958/statm: 15003 13862 168 378 0 14623 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 60012

[startup+25.5009 s]
/proc/loadavg: 1.89 1.97 1.99 3/178 960
/proc/meminfo: memFree=27935052/32951124 swapFree=67111524/67111528
[pid=958] ppid=956 vsize=54892 CPUtime=25.49 cores=1,3,5,7
/proc/958/stat : 958 (clasp) R 956 958 696 0 -1 4202496 21578 0 0 0 2546 3 0 0 25 0 1 0 459443837 56209408 13506 33554432000 134512640 136057169 4290091616 18446744073709551615 134823919 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/958/statm: 13723 13506 183 378 0 13343 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 54892

[startup+51.1002 s]
/proc/loadavg: 2.01 1.99 1.99 3/178 960
/proc/meminfo: memFree=27793484/32951124 swapFree=67111524/67111528
[pid=958] ppid=956 vsize=162272 CPUtime=51.08 cores=1,3,5,7
/proc/958/stat : 958 (clasp) R 956 958 696 0 -1 4202496 48210 0 0 0 5101 7 0 0 25 0 1 0 459443837 166166528 40138 33554432000 134512640 136057169 4290091616 18446744073709551615 134618126 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/958/statm: 40568 40138 183 378 0 40188 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 162272

[startup+102.307 s]
/proc/loadavg: 2.00 1.99 1.99 4/178 962
/proc/meminfo: memFree=27581908/32951124 swapFree=67111524/67111528
[pid=958] ppid=956 vsize=304664 CPUtime=102.29 cores=1,3,5,7
/proc/958/stat : 958 (clasp) R 956 958 696 0 -1 4202496 83800 0 0 0 10214 15 0 0 25 0 1 0 459443837 311975936 75389 33554432000 134512640 136057169 4290091616 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/958/statm: 76166 75389 183 378 0 75786 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 304664

[startup+162.301 s]
/proc/loadavg: 2.00 1.99 1.99 3/178 963
/proc/meminfo: memFree=27426876/32951124 swapFree=67111524/67111528
[pid=958] ppid=956 vsize=436224 CPUtime=162.29 cores=1,3,5,7
/proc/958/stat : 958 (clasp) R 956 958 696 0 -1 4202496 116591 0 0 0 16205 24 0 0 25 0 1 0 459443837 446693376 107876 33554432000 134512640 136057169 4290091616 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/958/statm: 109056 107876 183 378 0 108676 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 436224

[startup+222.301 s]
/proc/loadavg: 2.00 1.99 1.99 3/178 965
/proc/meminfo: memFree=27389268/32951124 swapFree=67111524/67111528
[pid=958] ppid=956 vsize=472112 CPUtime=222.29 cores=1,3,5,7
/proc/958/stat : 958 (clasp) R 956 958 696 0 -1 4202496 125437 0 0 0 22204 25 0 0 25 0 1 0 459443837 483442688 116722 33554432000 134512640 136057169 4290091616 18446744073709551615 134618304 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/958/statm: 118028 116722 183 378 0 117648 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 472112

[startup+282.301 s]
/proc/loadavg: 2.00 1.99 1.99 3/178 966
/proc/meminfo: memFree=27354144/32951124 swapFree=67111524/67111528
[pid=958] ppid=956 vsize=478912 CPUtime=282.29 cores=1,3,5,7
/proc/958/stat : 958 (clasp) R 956 958 696 0 -1 4202496 126997 0 0 0 28204 25 0 0 25 0 1 0 459443837 490405888 118282 33554432000 134512640 136057169 4290091616 18446744073709551615 134618304 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/958/statm: 119728 118282 183 378 0 119348 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 478912

[startup+342.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/178 968
/proc/meminfo: memFree=27341468/32951124 swapFree=67111524/67111528
[pid=958] ppid=956 vsize=488772 CPUtime=342.29 cores=1,3,5,7
/proc/958/stat : 958 (clasp) R 956 958 696 0 -1 4202496 129377 0 0 0 34203 26 0 0 25 0 1 0 459443837 500502528 120662 33554432000 134512640 136057169 4290091616 18446744073709551615 134615520 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/958/statm: 122193 120662 183 378 0 121813 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 488772

[startup+402.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/178 970
/proc/meminfo: memFree=27225616/32951124 swapFree=67111524/67111528
[pid=958] ppid=956 vsize=578908 CPUtime=402.3 cores=1,3,5,7
/proc/958/stat : 958 (clasp) R 956 958 696 0 -1 4202496 151784 0 0 0 40200 30 0 0 25 0 1 0 459443837 592801792 143069 33554432000 134512640 136057169 4290091616 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/958/statm: 144727 143069 183 378 0 144347 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 578908

[startup+462.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/178 971
/proc/meminfo: memFree=27200528/32951124 swapFree=67111524/67111528
[pid=958] ppid=956 vsize=582264 CPUtime=462.3 cores=1,3,5,7
/proc/958/stat : 958 (clasp) R 956 958 696 0 -1 4202496 152582 0 0 0 46200 30 0 0 25 0 1 0 459443837 596238336 143867 33554432000 134512640 136057169 4290091616 18446744073709551615 134616012 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/958/statm: 145566 143867 183 378 0 145186 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 582264

[startup+522.3 s]
/proc/loadavg: 2.03 2.00 2.00 3/178 973
/proc/meminfo: memFree=27177428/32951124 swapFree=67111524/67111528
[pid=958] ppid=956 vsize=587780 CPUtime=522.29 cores=1,3,5,7
/proc/958/stat : 958 (clasp) R 956 958 696 0 -1 4202496 154108 0 0 0 52199 30 0 0 25 0 1 0 459443837 601886720 145136 33554432000 134512640 136057169 4290091616 18446744073709551615 134618304 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/958/statm: 146945 145136 183 378 0 146565 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 587780

[startup+582.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 974
/proc/meminfo: memFree=27168084/32951124 swapFree=67111524/67111528
[pid=958] ppid=956 vsize=592052 CPUtime=582.3 cores=1,3,5,7
/proc/958/stat : 958 (clasp) R 956 958 696 0 -1 4202496 155415 0 0 0 58199 31 0 0 25 0 1 0 459443837 606261248 146186 33554432000 134512640 136057169 4290091616 18446744073709551615 134616029 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/958/statm: 148013 146186 183 378 0 147633 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 592052

[startup+642.3 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 1080
/proc/meminfo: memFree=26296724/32951124 swapFree=67111524/67111528
[pid=958] ppid=956 vsize=1248296 CPUtime=4062.42 cores=1,3,5,7
/proc/958/stat : 958 (clasp) R 956 958 696 0 -1 4202496 325359 0 0 0 406171 71 0 0 25 0 1 0 459443837 1278255104 303825 33554432000 134512640 136057169 4290091616 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/958/statm: 312074 303825 183 378 0 311694 0
Current children cumulated CPU time (s) 4062.42
Current children cumulated vsize (KiB) 1248296

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 1082
/proc/meminfo: memFree=26274612/32951124 swapFree=67111524/67111528
[pid=958] ppid=956 vsize=1269904 CPUtime=4122.42 cores=1,3,5,7
/proc/958/stat : 958 (clasp) R 956 958 696 0 -1 4202496 330876 0 0 0 412169 73 0 0 25 0 1 0 459443837 1300381696 309161 33554432000 134512640 136057169 4290091616 18446744073709551615 135459153 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/958/statm: 317476 309161 183 378 0 317096 0
Current children cumulated CPU time (s) 4122.42
Current children cumulated vsize (KiB) 1269904

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 1083
/proc/meminfo: memFree=26273708/32951124 swapFree=67111524/67111528
[pid=958] ppid=956 vsize=1269904 CPUtime=4182.42 cores=1,3,5,7
/proc/958/stat : 958 (clasp) R 956 958 696 0 -1 4202496 330877 0 0 0 418169 73 0 0 25 0 1 0 459443837 1300381696 309162 33554432000 134512640 136057169 4290091616 18446744073709551615 134618245 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/958/statm: 317476 309162 183 378 0 317096 0
Current children cumulated CPU time (s) 4182.42
Current children cumulated vsize (KiB) 1269904

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 1085
/proc/meminfo: memFree=26273056/32951124 swapFree=67111524/67111528
[pid=958] ppid=956 vsize=1270420 CPUtime=4242.42 cores=1,3,5,7
/proc/958/stat : 958 (clasp) R 956 958 696 0 -1 4202496 330966 0 0 0 424169 73 0 0 25 0 1 0 459443837 1300910080 309251 33554432000 134512640 136057169 4290091616 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/958/statm: 317605 309251 183 378 0 317225 0
Current children cumulated CPU time (s) 4242.42
Current children cumulated vsize (KiB) 1270420

[startup+4302.3 s]
/proc/loadavg: 2.11 2.03 2.01 3/178 1087
/proc/meminfo: memFree=26272528/32951124 swapFree=67111524/67111528
[pid=958] ppid=956 vsize=1271144 CPUtime=4302.42 cores=1,3,5,7
/proc/958/stat : 958 (clasp) R 956 958 696 0 -1 4202496 331110 0 0 0 430169 73 0 0 25 0 1 0 459443837 1301651456 309395 33554432000 134512640 136057169 4290091616 18446744073709551615 134615979 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/958/statm: 317786 309395 183 378 0 317406 0
Current children cumulated CPU time (s) 4302.42
Current children cumulated vsize (KiB) 1271144

[startup+4362.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/178 1088
/proc/meminfo: memFree=26270608/32951124 swapFree=67111524/67111528
[pid=958] ppid=956 vsize=1272592 CPUtime=4362.42 cores=1,3,5,7
/proc/958/stat : 958 (clasp) R 956 958 696 0 -1 4202496 331439 0 0 0 436169 73 0 0 25 0 1 0 459443837 1303134208 309724 33554432000 134512640 136057169 4290091616 18446744073709551615 134823860 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/958/statm: 318148 309724 183 378 0 317768 0
Current children cumulated CPU time (s) 4362.42
Current children cumulated vsize (KiB) 1272592

[startup+4422.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/178 1090
/proc/meminfo: memFree=26267712/32951124 swapFree=67111524/67111528
[pid=958] ppid=956 vsize=1275848 CPUtime=4422.42 cores=1,3,5,7
/proc/958/stat : 958 (clasp) R 956 958 696 0 -1 4202496 332314 0 0 0 442169 73 0 0 25 0 1 0 459443837 1306468352 310418 33554432000 134512640 136057169 4290091616 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/958/statm: 318962 310418 183 378 0 318582 0
Current children cumulated CPU time (s) 4422.42
Current children cumulated vsize (KiB) 1275848

[startup+4482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 1091
/proc/meminfo: memFree=26265944/32951124 swapFree=67111524/67111528
[pid=958] ppid=956 vsize=1276932 CPUtime=4482.43 cores=1,3,5,7
/proc/958/stat : 958 (clasp) R 956 958 696 0 -1 4202496 332719 0 0 0 448170 73 0 0 25 0 1 0 459443837 1307578368 310642 33554432000 134512640 136057169 4290091616 18446744073709551615 134615626 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/958/statm: 319233 310642 183 378 0 318853 0
Current children cumulated CPU time (s) 4482.43
Current children cumulated vsize (KiB) 1276932

[startup+4542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 1093
/proc/meminfo: memFree=26265904/32951124 swapFree=67111524/67111528
[pid=958] ppid=956 vsize=1276932 CPUtime=4542.43 cores=1,3,5,7
/proc/958/stat : 958 (clasp) R 956 958 696 0 -1 4202496 332774 0 0 0 454170 73 0 0 25 0 1 0 459443837 1307578368 310697 33554432000 134512640 136057169 4290091616 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/958/statm: 319233 310697 183 378 0 318853 0
Current children cumulated CPU time (s) 4542.43
Current children cumulated vsize (KiB) 1276932

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 1095
/proc/meminfo: memFree=26264136/32951124 swapFree=67111524/67111528
[pid=958] ppid=956 vsize=1277472 CPUtime=4602.43 cores=1,3,5,7
/proc/958/stat : 958 (clasp) R 956 958 696 0 -1 4202496 333089 0 0 0 460170 73 0 0 25 0 1 0 459443837 1308131328 310741 33554432000 134512640 136057169 4290091616 18446744073709551615 134823882 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/958/statm: 319368 310741 183 378 0 318988 0
Current children cumulated CPU time (s) 4602.43
Current children cumulated vsize (KiB) 1277472

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 1096
/proc/meminfo: memFree=26261992/32951124 swapFree=67111524/67111528
[pid=958] ppid=956 vsize=1278220 CPUtime=4662.43 cores=1,3,5,7
/proc/958/stat : 958 (clasp) R 956 958 696 0 -1 4202496 333396 0 0 0 466170 73 0 0 25 0 1 0 459443837 1308897280 310912 33554432000 134512640 136057169 4290091616 18446744073709551615 134813041 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/958/statm: 319555 310912 183 378 0 319175 0
Current children cumulated CPU time (s) 4662.43
Current children cumulated vsize (KiB) 1278220

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 1098
/proc/meminfo: memFree=26261092/32951124 swapFree=67111524/67111528
[pid=958] ppid=956 vsize=1278220 CPUtime=4722.44 cores=1,3,5,7
/proc/958/stat : 958 (clasp) R 956 958 696 0 -1 4202496 333396 0 0 0 472171 73 0 0 25 0 1 0 459443837 1308897280 310912 33554432000 134512640 136057169 4290091616 18446744073709551615 134618243 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/958/statm: 319555 310912 183 378 0 319175 0
Current children cumulated CPU time (s) 4722.44
Current children cumulated vsize (KiB) 1278220

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 1099
/proc/meminfo: memFree=26261064/32951124 swapFree=67111524/67111528
[pid=958] ppid=956 vsize=1278220 CPUtime=4782.44 cores=1,3,5,7
/proc/958/stat : 958 (clasp) R 956 958 696 0 -1 4202496 333411 0 0 0 478171 73 0 0 25 0 1 0 459443837 1308897280 310927 33554432000 134512640 136057169 4290091616 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/958/statm: 319555 310927 183 378 0 319175 0
Current children cumulated CPU time (s) 4782.44
Current children cumulated vsize (KiB) 1278220

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 1101
/proc/meminfo: memFree=26259168/32951124 swapFree=67111524/67111528
[pid=958] ppid=956 vsize=1279708 CPUtime=4842.43 cores=1,3,5,7
/proc/958/stat : 958 (clasp) R 956 958 696 0 -1 4202496 334071 0 0 0 484170 73 0 0 25 0 1 0 459443837 1310420992 311203 33554432000 134512640 136057169 4290091616 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/958/statm: 319927 311203 183 378 0 319547 0
Current children cumulated CPU time (s) 4842.43
Current children cumulated vsize (KiB) 1279708

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 1103
/proc/meminfo: memFree=26259132/32951124 swapFree=67111524/67111528
[pid=958] ppid=956 vsize=1279708 CPUtime=4902.44 cores=1,3,5,7
/proc/958/stat : 958 (clasp) R 956 958 696 0 -1 4202496 334126 0 0 0 490171 73 0 0 25 0 1 0 459443837 1310420992 311258 33554432000 134512640 136057169 4290091616 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/958/statm: 319927 311258 183 378 0 319547 0
Current children cumulated CPU time (s) 4902.44
Current children cumulated vsize (KiB) 1279708

[startup+4962.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 1104
/proc/meminfo: memFree=26259092/32951124 swapFree=67111524/67111528
[pid=958] ppid=956 vsize=1279708 CPUtime=4962.44 cores=1,3,5,7
/proc/958/stat : 958 (clasp) R 956 958 696 0 -1 4202496 334128 0 0 0 496171 73 0 0 25 0 1 0 459443837 1310420992 311260 33554432000 134512640 136057169 4290091616 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/958/statm: 319927 311260 183 378 0 319547 0
Current children cumulated CPU time (s) 4962.44
Current children cumulated vsize (KiB) 1279708



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.02 2.01 2.00 2/176 1115
/proc/meminfo: memFree=26867484/32951124 swapFree=67111524/67111528
[pid=958] ppid=956 vsize=1280432 CPUtime=5000.04 cores=1,3,5,7
/proc/958/stat : 958 (clasp) R 956 958 696 0 -1 4202496 334310 0 0 0 499931 73 0 0 25 0 1 0 459443837 1311162368 311442 33554432000 134512640 136057169 4290091616 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/958/statm: 320108 311442 183 378 0 319728 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 1280432

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

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

[startup+4999.9 s]
/proc/loadavg: 2.02 2.01 2.00 2/176 1115
/proc/meminfo: memFree=26867484/32951124 swapFree=67111524/67111528
[pid=958] ppid=956 vsize=1280432 CPUtime=5000.04 cores=1,3,5,7
/proc/958/stat : 958 (clasp) R 956 958 696 0 -1 4202496 334310 0 0 0 499931 73 0 0 25 0 1 0 459443837 1311162368 311442 33554432000 134512640 136057169 4290091616 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/958/statm: 320108 311442 183 378 0 319728 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 1280432

Child status: 0
Real time (s): 4999.96
CPU time (s): 5000.11
CPU user time (s): 4999.32
CPU system time (s): 0.78888
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1280432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.32
system time used= 0.78888
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 334312
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= 3
involuntary context switches= 5752

runsolver used 6.78297 second user time and 16.2115 second system time

The end

Launcher Data

Begin job on node147 at 2011-04-24 20:37:59
IDJOB=3276358
IDBENCH=88217
IDSOLVER=1677
FILE ID=node147/3276358-1303670279
RUNJOBID= node147-1303665277-715
PBS_JOBID= 13150750
Free space on /tmp= 72352 MiB

SOLVER NAME= SAT09 reference solver: clasp 1.2.0-SAT09-32
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m62-q1327.5-n60-p15-s1351253.cnf
COMMAND LINE= HOME/clasp --file=BENCHNAME --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3276358-1303670279/watcher-3276358-1303670279 -o /tmp/evaluation-result-3276358-1303670279/solver-3276358-1303670279 -C 5000 -W 5100 -M 15500  HOME/clasp --file=HOME/instance-3276358-1303670279.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

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

MD5SUM BENCH= b23c52475e3d098cb9d5a92c025d6982
RANDOM SEED=1822359098

node147.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.836
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.67
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.836
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.836
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.836
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.836
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.82
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.836
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.76
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.836
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.836
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:      28103412 kB
Buffers:        920004 kB
Cached:        3403148 kB
SwapCached:          4 kB
Active:         314564 kB
Inactive:      4090992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28103412 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           22928 kB
Writeback:           0 kB
AnonPages:       81436 kB
Mapped:          16240 kB
Slab:           379276 kB
PageTables:       4296 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   226588 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= 72356 MiB
End job on node147 at 2011-04-24 22:01:21