Trace number 3276308

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.09 4999.95

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m52-q1041.25-n50-p30-s30907550.cnf
MD5SUM002a4cb53ea02f66e0c3418dc8834f7c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.198968
Satisfiable
(Un)Satisfiability was proved
Number of variables2561
Number of clauses490309
Sum of the clauses size983079
Maximum clause length52
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2490259
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

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

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.00 2.00 1.87 3/177 17363
/proc/meminfo: memFree=15785812/32951124 swapFree=67111528/67111528
[pid=17363] ppid=17361 vsize=2484 CPUtime=0 cores=0,2,4,6
/proc/17363/stat : 17363 (clasp) R 17361 17363 17146 0 -1 4202496 380 0 0 0 0 0 0 0 25 0 1 0 478495728 2543616 334 33554432000 134512640 136057169 4287808368 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/17363/statm: 621 335 145 378 0 241 0

[startup+0.0762201 s]
/proc/loadavg: 2.00 2.00 1.87 3/177 17363
/proc/meminfo: memFree=15785812/32951124 swapFree=67111528/67111528
[pid=17363] ppid=17361 vsize=9804 CPUtime=0.07 cores=0,2,4,6
/proc/17363/stat : 17363 (clasp) R 17361 17363 17146 0 -1 4202496 2716 0 0 0 7 0 0 0 25 0 1 0 478495728 10039296 2138 33554432000 134512640 136057169 4287808368 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/17363/statm: 2451 2139 145 378 0 2071 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9804

[startup+0.101226 s]
/proc/loadavg: 2.00 2.00 1.87 3/177 17363
/proc/meminfo: memFree=15785812/32951124 swapFree=67111528/67111528
[pid=17363] ppid=17361 vsize=12524 CPUtime=0.09 cores=0,2,4,6
/proc/17363/stat : 17363 (clasp) R 17361 17363 17146 0 -1 4202496 3642 0 0 0 9 0 0 0 25 0 1 0 478495728 12824576 2760 33554432000 134512640 136057169 4287808368 18446744073709551615 134670957 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/17363/statm: 3131 2761 145 378 0 2751 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12524

[startup+0.301193 s]
/proc/loadavg: 2.00 2.00 1.87 3/177 17363
/proc/meminfo: memFree=15785812/32951124 swapFree=67111528/67111528
[pid=17363] ppid=17361 vsize=26720 CPUtime=0.29 cores=0,2,4,6
/proc/17363/stat : 17363 (clasp) R 17361 17363 17146 0 -1 4202496 8459 0 0 0 29 0 0 0 25 0 1 0 478495728 27361280 6003 33554432000 134512640 136057169 4287808368 18446744073709551615 134774372 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/17363/statm: 6680 6003 167 378 0 6300 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26720

[startup+0.701113 s]
/proc/loadavg: 2.00 2.00 1.87 3/177 17363
/proc/meminfo: memFree=15785812/32951124 swapFree=67111528/67111528
[pid=17363] ppid=17361 vsize=26720 CPUtime=0.69 cores=0,2,4,6
/proc/17363/stat : 17363 (clasp) R 17361 17363 17146 0 -1 4202496 8459 0 0 0 69 0 0 0 25 0 1 0 478495728 27361280 6003 33554432000 134512640 136057169 4287808368 18446744073709551615 134774710 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/17363/statm: 6680 6003 167 378 0 6300 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26720

[startup+1.50097 s]
/proc/loadavg: 2.00 2.00 1.87 3/178 17364
/proc/meminfo: memFree=15762368/32951124 swapFree=67111528/67111528
[pid=17363] ppid=17361 vsize=26720 CPUtime=1.49 cores=0,2,4,6
/proc/17363/stat : 17363 (clasp) R 17361 17363 17146 0 -1 4202496 8459 0 0 0 149 0 0 0 25 0 1 0 478495728 27361280 6003 33554432000 134512640 136057169 4287808368 18446744073709551615 134774448 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/17363/statm: 6680 6003 167 378 0 6300 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26720

[startup+3.10068 s]
/proc/loadavg: 2.00 2.00 1.87 3/178 17364
/proc/meminfo: memFree=15761872/32951124 swapFree=67111528/67111528
[pid=17363] ppid=17361 vsize=26720 CPUtime=3.09 cores=0,2,4,6
/proc/17363/stat : 17363 (clasp) R 17361 17363 17146 0 -1 4202496 8459 0 0 0 309 0 0 0 25 0 1 0 478495728 27361280 6003 33554432000 134512640 136057169 4287808368 18446744073709551615 134774372 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/17363/statm: 6680 6003 167 378 0 6300 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26720

[startup+6.30109 s]
/proc/loadavg: 2.00 2.00 1.87 3/178 17364
/proc/meminfo: memFree=15757776/32951124 swapFree=67111528/67111528
[pid=17363] ppid=17361 vsize=25080 CPUtime=6.29 cores=0,2,4,6
/proc/17363/stat : 17363 (clasp) R 17361 17363 17146 0 -1 4202496 9444 0 0 0 629 0 0 0 25 0 1 0 478495728 25681920 6030 33554432000 134512640 136057169 4287808368 18446744073709551615 134634704 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/17363/statm: 6270 6030 183 378 0 5890 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 25080

[startup+12.7009 s]
/proc/loadavg: 2.00 2.00 1.87 3/178 17364
/proc/meminfo: memFree=15726560/32951124 swapFree=67111528/67111528
[pid=17363] ppid=17361 vsize=63848 CPUtime=12.69 cores=0,2,4,6
/proc/17363/stat : 17363 (clasp) R 17361 17363 17146 0 -1 4202496 19103 0 0 0 1267 2 0 0 25 0 1 0 478495728 65380352 15689 33554432000 134512640 136057169 4287808368 18446744073709551615 134615628 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/17363/statm: 15962 15689 183 378 0 15582 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 63848

[startup+25.5006 s]
/proc/loadavg: 2.00 2.00 1.87 3/178 17364
/proc/meminfo: memFree=15657844/32951124 swapFree=67111528/67111528
[pid=17363] ppid=17361 vsize=130528 CPUtime=25.49 cores=0,2,4,6
/proc/17363/stat : 17363 (clasp) R 17361 17363 17146 0 -1 4202496 35721 0 0 0 2543 6 0 0 25 0 1 0 478495728 133660672 32307 33554432000 134512640 136057169 4287808368 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/17363/statm: 32632 32307 183 378 0 32252 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 130528

[startup+51.101 s]
/proc/loadavg: 2.00 2.00 1.87 3/178 17365
/proc/meminfo: memFree=15555312/32951124 swapFree=67111528/67111528
[pid=17363] ppid=17361 vsize=231724 CPUtime=51.09 cores=0,2,4,6
/proc/17363/stat : 17363 (clasp) R 17361 17363 17146 0 -1 4202496 60932 0 0 0 5097 12 0 0 25 0 1 0 478495728 237285376 57382 33554432000 134512640 136057169 4287808368 18446744073709551615 134634704 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/17363/statm: 57931 57382 183 378 0 57551 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 231724

[startup+102.307 s]
/proc/loadavg: 2.04 2.01 1.88 3/178 17366
/proc/meminfo: memFree=15469000/32951124 swapFree=67111528/67111528
[pid=17363] ppid=17361 vsize=287820 CPUtime=102.29 cores=0,2,4,6
/proc/17363/stat : 17363 (clasp) R 17361 17363 17146 0 -1 4202496 74741 0 0 0 10214 15 0 0 25 0 1 0 478495728 294727680 71191 33554432000 134512640 136057169 4287808368 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/17363/statm: 71955 71191 183 378 0 71575 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 287820

[startup+162.301 s]
/proc/loadavg: 2.01 2.01 1.89 3/178 17368
/proc/meminfo: memFree=15439848/32951124 swapFree=67111528/67111528
[pid=17363] ppid=17361 vsize=294176 CPUtime=162.3 cores=0,2,4,6
/proc/17363/stat : 17363 (clasp) R 17361 17363 17146 0 -1 4202496 76329 0 0 0 16214 16 0 0 25 0 1 0 478495728 301236224 72779 33554432000 134512640 136057169 4287808368 18446744073709551615 134615973 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/17363/statm: 73544 72779 183 378 0 73164 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 294176

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.89 3/178 17369
/proc/meminfo: memFree=15411312/32951124 swapFree=67111528/67111528
[pid=17363] ppid=17361 vsize=322216 CPUtime=222.29 cores=0,2,4,6
/proc/17363/stat : 17363 (clasp) R 17361 17363 17146 0 -1 4202496 83273 0 0 0 22211 18 0 0 25 0 1 0 478495728 329949184 79520 33554432000 134512640 136057169 4287808368 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/17363/statm: 80554 79520 183 378 0 80174 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 322216

[startup+282.301 s]
/proc/loadavg: 2.05 2.01 1.90 3/178 17371
/proc/meminfo: memFree=15367280/32951124 swapFree=67111528/67111528
[pid=17363] ppid=17361 vsize=363628 CPUtime=282.29 cores=0,2,4,6
/proc/17363/stat : 17363 (clasp) R 17361 17363 17146 0 -1 4202496 93418 0 0 0 28209 20 0 0 25 0 1 0 478495728 372355072 89665 33554432000 134512640 136057169 4287808368 18446744073709551615 134611615 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/17363/statm: 90907 89665 183 378 0 90527 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 363628

[startup+342.301 s]
/proc/loadavg: 2.02 2.01 1.91 3/178 17373
/proc/meminfo: memFree=15358716/32951124 swapFree=67111528/67111528
[pid=17363] ppid=17361 vsize=367548 CPUtime=342.29 cores=0,2,4,6
/proc/17363/stat : 17363 (clasp) R 17361 17363 17146 0 -1 4202496 94246 0 0 0 34209 20 0 0 25 0 1 0 478495728 376369152 90493 33554432000 134512640 136057169 4287808368 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/17363/statm: 91887 90493 183 378 0 91507 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 367548

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 17374
/proc/meminfo: memFree=15351148/32951124 swapFree=67111528/67111528
[pid=17363] ppid=17361 vsize=372844 CPUtime=402.3 cores=0,2,4,6
/proc/17363/stat : 17363 (clasp) R 17361 17363 17146 0 -1 4202496 95494 0 0 0 40209 21 0 0 25 0 1 0 478495728 381792256 91741 33554432000 134512640 136057169 4287808368 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/17363/statm: 93211 91741 183 378 0 92831 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 372844

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 17376
/proc/meminfo: memFree=15350520/32951124 swapFree=67111528/67111528
[pid=17363] ppid=17361 vsize=373328 CPUtime=462.3 cores=0,2,4,6
/proc/17363/stat : 17363 (clasp) R 17361 17363 17146 0 -1 4202496 95651 0 0 0 46209 21 0 0 25 0 1 0 478495728 382287872 91898 33554432000 134512640 136057169 4287808368 18446744073709551615 134618203 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/17363/statm: 93332 91898 183 378 0 92952 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 373328

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 17377
/proc/meminfo: memFree=15311196/32951124 swapFree=67111528/67111528
[pid=17363] ppid=17361 vsize=411020 CPUtime=522.3 cores=0,2,4,6
/proc/17363/stat : 17363 (clasp) R 17361 17363 17146 0 -1 4202496 105004 0 0 0 52208 22 0 0 25 0 1 0 478495728 420884480 101251 33554432000 134512640 136057169 4287808368 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/17363/statm: 102755 101251 183 378 0 102375 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 411020

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 17379
/proc/meminfo: memFree=15305968/32951124 swapFree=67111528/67111528
[pid=17363] ppid=17361 vsize=415356 CPUtime=582.3 cores=0,2,4,6
/proc/17363/stat : 17363 (clasp) R 17361 17363 17146 0 -1 4202496 105979 0 0 0 58207 23 0 0 25 0 1 0 478495728 425324544 102226 33554432000 134512640 136057169 4287808368 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/17363/statm: 103839 102226 183 378 0 103459 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 415356

[startup+642.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 17484
/proc/meminfo: memFree=14758332/32951124 swapFree=67111528/67111528
[pid=17363] ppid=17361 vsize=769284 CPUtime=4062.42 cores=0,2,4,6
/proc/17363/stat : 17363 (clasp) R 17361 17363 17146 0 -1 4202496 194613 0 0 0 406194 48 0 0 25 0 1 0 478495728 787746816 186993 33554432000 134512640 136057169 4287808368 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/17363/statm: 192321 186993 183 378 0 191941 0
Current children cumulated CPU time (s) 4062.42
Current children cumulated vsize (KiB) 769284

[startup+4122.3 s]
/proc/loadavg: 1.74 1.94 1.95 2/172 17503
/proc/meminfo: memFree=15528736/32951124 swapFree=67111528/67111528
[pid=17363] ppid=17361 vsize=774100 CPUtime=4122.41 cores=0,2,4,6
/proc/17363/stat : 17363 (clasp) R 17361 17363 17146 0 -1 4202496 195741 0 0 0 412193 48 0 0 25 0 1 0 478495728 792678400 188121 33554432000 134512640 136057169 4287808368 18446744073709551615 135459153 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/17363/statm: 193525 188121 183 378 0 193145 0
Current children cumulated CPU time (s) 4122.41
Current children cumulated vsize (KiB) 774100

[startup+4182.3 s]
/proc/loadavg: 1.27 1.76 1.88 2/172 17505
/proc/meminfo: memFree=15528972/32951124 swapFree=67111528/67111528
[pid=17363] ppid=17361 vsize=774100 CPUtime=4182.4 cores=0,2,4,6
/proc/17363/stat : 17363 (clasp) R 17361 17363 17146 0 -1 4202496 195741 0 0 0 418192 48 0 0 25 0 1 0 478495728 792678400 188121 33554432000 134512640 136057169 4287808368 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/17363/statm: 193525 188121 183 378 0 193145 0
Current children cumulated CPU time (s) 4182.4
Current children cumulated vsize (KiB) 774100

[startup+4242.3 s]
/proc/loadavg: 1.10 1.62 1.83 2/172 17507
/proc/meminfo: memFree=15528836/32951124 swapFree=67111528/67111528
[pid=17363] ppid=17361 vsize=774100 CPUtime=4242.41 cores=0,2,4,6
/proc/17363/stat : 17363 (clasp) R 17361 17363 17146 0 -1 4202496 195743 0 0 0 424193 48 0 0 25 0 1 0 478495728 792678400 188123 33554432000 134512640 136057169 4287808368 18446744073709551615 134637475 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/17363/statm: 193525 188123 183 378 0 193145 0
Current children cumulated CPU time (s) 4242.41
Current children cumulated vsize (KiB) 774100

[startup+4302.3 s]
/proc/loadavg: 1.07 1.52 1.78 2/172 17508
/proc/meminfo: memFree=15528192/32951124 swapFree=67111528/67111528
[pid=17363] ppid=17361 vsize=774824 CPUtime=4302.41 cores=0,2,4,6
/proc/17363/stat : 17363 (clasp) R 17361 17363 17146 0 -1 4202496 195944 0 0 0 430193 48 0 0 25 0 1 0 478495728 793419776 188324 33554432000 134512640 136057169 4287808368 18446744073709551615 134618307 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/17363/statm: 193706 188324 183 378 0 193326 0
Current children cumulated CPU time (s) 4302.41
Current children cumulated vsize (KiB) 774824

[startup+4362.3 s]
/proc/loadavg: 1.03 1.42 1.72 2/172 17510
/proc/meminfo: memFree=15519368/32951124 swapFree=67111528/67111528
[pid=17363] ppid=17361 vsize=783636 CPUtime=4362.42 cores=0,2,4,6
/proc/17363/stat : 17363 (clasp) R 17361 17363 17146 0 -1 4202496 198131 0 0 0 436193 49 0 0 25 0 1 0 478495728 802443264 190511 33554432000 134512640 136057169 4287808368 18446744073709551615 134618304 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/17363/statm: 195909 190511 183 378 0 195529 0
Current children cumulated CPU time (s) 4362.42
Current children cumulated vsize (KiB) 783636

[startup+4422.3 s]
/proc/loadavg: 1.01 1.34 1.68 2/172 17511
/proc/meminfo: memFree=15519232/32951124 swapFree=67111528/67111528
[pid=17363] ppid=17361 vsize=783636 CPUtime=4422.42 cores=0,2,4,6
/proc/17363/stat : 17363 (clasp) R 17361 17363 17146 0 -1 4202496 198131 0 0 0 442193 49 0 0 25 0 1 0 478495728 802443264 190511 33554432000 134512640 136057169 4287808368 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/17363/statm: 195909 190511 183 378 0 195529 0
Current children cumulated CPU time (s) 4422.42
Current children cumulated vsize (KiB) 783636

[startup+4482.3 s]
/proc/loadavg: 1.00 1.28 1.63 2/172 17513
/proc/meminfo: memFree=15519340/32951124 swapFree=67111528/67111528
[pid=17363] ppid=17361 vsize=783636 CPUtime=4482.42 cores=0,2,4,6
/proc/17363/stat : 17363 (clasp) R 17361 17363 17146 0 -1 4202496 198139 0 0 0 448193 49 0 0 25 0 1 0 478495728 802443264 190519 33554432000 134512640 136057169 4287808368 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/17363/statm: 195909 190519 183 378 0 195529 0
Current children cumulated CPU time (s) 4482.42
Current children cumulated vsize (KiB) 783636

[startup+4542.3 s]
/proc/loadavg: 1.00 1.22 1.59 2/172 17515
/proc/meminfo: memFree=15518460/32951124 swapFree=67111528/67111528
[pid=17363] ppid=17361 vsize=784280 CPUtime=4542.42 cores=0,2,4,6
/proc/17363/stat : 17363 (clasp) R 17361 17363 17146 0 -1 4202496 198545 0 0 0 454193 49 0 0 25 0 1 0 478495728 803102720 190601 33554432000 134512640 136057169 4287808368 18446744073709551615 134618304 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/17363/statm: 196070 190601 183 378 0 195690 0
Current children cumulated CPU time (s) 4542.42
Current children cumulated vsize (KiB) 784280

[startup+4602.3 s]
/proc/loadavg: 1.00 1.18 1.55 2/172 17516
/proc/meminfo: memFree=15508028/32951124 swapFree=67111528/67111528
[pid=17363] ppid=17361 vsize=795272 CPUtime=4602.43 cores=0,2,4,6
/proc/17363/stat : 17363 (clasp) R 17361 17363 17146 0 -1 4202496 201276 0 0 0 460193 50 0 0 25 0 1 0 478495728 814358528 193332 33554432000 134512640 136057169 4287808368 18446744073709551615 134635335 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/17363/statm: 198818 193332 183 378 0 198438 0
Current children cumulated CPU time (s) 4602.43
Current children cumulated vsize (KiB) 795272

[startup+4662.3 s]
/proc/loadavg: 1.00 1.15 1.51 2/172 17518
/proc/meminfo: memFree=15471192/32951124 swapFree=67111528/67111528
[pid=17363] ppid=17361 vsize=832460 CPUtime=4662.43 cores=0,2,4,6
/proc/17363/stat : 17363 (clasp) R 17361 17363 17146 0 -1 4202496 210403 0 0 0 466191 52 0 0 25 0 1 0 478495728 852439040 202459 33554432000 134512640 136057169 4287808368 18446744073709551615 134828625 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/17363/statm: 208115 202459 183 378 0 207735 0
Current children cumulated CPU time (s) 4662.43
Current children cumulated vsize (KiB) 832460

[startup+4722.31 s]
/proc/loadavg: 1.04 1.13 1.48 2/172 17519
/proc/meminfo: memFree=15471180/32951124 swapFree=67111528/67111528
[pid=17363] ppid=17361 vsize=832864 CPUtime=4722.43 cores=0,2,4,6
/proc/17363/stat : 17363 (clasp) R 17361 17363 17146 0 -1 4202496 210483 0 0 0 472191 52 0 0 25 0 1 0 478495728 852852736 202539 33554432000 134512640 136057169 4287808368 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/17363/statm: 208216 202539 183 378 0 207836 0
Current children cumulated CPU time (s) 4722.43
Current children cumulated vsize (KiB) 832864

[startup+4782.3 s]
/proc/loadavg: 1.01 1.11 1.45 2/172 17521
/proc/meminfo: memFree=15471040/32951124 swapFree=67111528/67111528
[pid=17363] ppid=17361 vsize=832864 CPUtime=4782.42 cores=0,2,4,6
/proc/17363/stat : 17363 (clasp) R 17361 17363 17146 0 -1 4202496 210483 0 0 0 478190 52 0 0 25 0 1 0 478495728 852852736 202539 33554432000 134512640 136057169 4287808368 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/17363/statm: 208216 202539 183 378 0 207836 0
Current children cumulated CPU time (s) 4782.42
Current children cumulated vsize (KiB) 832864

[startup+4842.3 s]
/proc/loadavg: 1.00 1.08 1.42 2/172 17523
/proc/meminfo: memFree=15470528/32951124 swapFree=67111528/67111528
[pid=17363] ppid=17361 vsize=833588 CPUtime=4842.42 cores=0,2,4,6
/proc/17363/stat : 17363 (clasp) R 17361 17363 17146 0 -1 4202496 210647 0 0 0 484190 52 0 0 25 0 1 0 478495728 853594112 202703 33554432000 134512640 136057169 4287808368 18446744073709551615 134823956 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/17363/statm: 208397 202703 183 378 0 208017 0
Current children cumulated CPU time (s) 4842.42
Current children cumulated vsize (KiB) 833588

[startup+4902.3 s]
/proc/loadavg: 1.00 1.07 1.39 2/172 17524
/proc/meminfo: memFree=15470252/32951124 swapFree=67111528/67111528
[pid=17363] ppid=17361 vsize=833588 CPUtime=4902.43 cores=0,2,4,6
/proc/17363/stat : 17363 (clasp) R 17361 17363 17146 0 -1 4202496 210716 0 0 0 490191 52 0 0 25 0 1 0 478495728 853594112 202772 33554432000 134512640 136057169 4287808368 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/17363/statm: 208397 202772 183 378 0 208017 0
Current children cumulated CPU time (s) 4902.43
Current children cumulated vsize (KiB) 833588

[startup+4962.3 s]
/proc/loadavg: 1.00 1.05 1.36 2/172 17526
/proc/meminfo: memFree=15470236/32951124 swapFree=67111528/67111528
[pid=17363] ppid=17361 vsize=833588 CPUtime=4962.43 cores=0,2,4,6
/proc/17363/stat : 17363 (clasp) R 17361 17363 17146 0 -1 4202496 210716 0 0 0 496191 52 0 0 25 0 1 0 478495728 853594112 202772 33554432000 134512640 136057169 4287808368 18446744073709551615 134618158 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/17363/statm: 208397 202772 183 378 0 208017 0
Current children cumulated CPU time (s) 4962.43
Current children cumulated vsize (KiB) 833588



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.00 1.04 1.35 2/172 17527
/proc/meminfo: memFree=15470348/32951124 swapFree=67111528/67111528
[pid=17363] ppid=17361 vsize=833588 CPUtime=5000.03 cores=0,2,4,6
/proc/17363/stat : 17363 (clasp) R 17361 17363 17146 0 -1 4202496 210730 0 0 0 499951 52 0 0 25 0 1 0 478495728 853594112 202786 33554432000 134512640 136057169 4287808368 18446744073709551615 134618304 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/17363/statm: 208397 202786 183 378 0 208017 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 833588

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: 1.00 1.04 1.35 2/172 17527
/proc/meminfo: memFree=15470348/32951124 swapFree=67111528/67111528
[pid=17363] ppid=17361 vsize=833588 CPUtime=5000.03 cores=0,2,4,6
/proc/17363/stat : 17363 (clasp) R 17361 17363 17146 0 -1 4202496 210730 0 0 0 499951 52 0 0 25 0 1 0 478495728 853594112 202786 33554432000 134512640 136057169 4287808368 18446744073709551615 134618304 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/17363/statm: 208397 202786 183 378 0 208017 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 833588

Child status: 0
Real time (s): 4999.95
CPU time (s): 5000.09
CPU user time (s): 4999.52
CPU system time (s): 0.570913
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 833588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.52
system time used= 0.570913
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 210732
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 9785

runsolver used 7.58885 second user time and 15.4257 second system time

The end

Launcher Data

Begin job on node106 at 2011-04-24 20:15:53
IDJOB=3276308
IDBENCH=88207
IDSOLVER=1677
FILE ID=node106/3276308-1303668953
RUNJOBID= node106-1303666758-17164
PBS_JOBID= 13150761
Free space on /tmp= 71772 MiB

SOLVER NAME= SAT09 reference solver: clasp 1.2.0-SAT09-32
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m52-q1041.25-n50-p30-s30907550.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-3276308-1303668953/watcher-3276308-1303668953 -o /tmp/evaluation-result-3276308-1303668953/solver-3276308-1303668953 -C 5000 -W 5100 -M 15500  HOME/clasp --file=HOME/instance-3276308-1303668953.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

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

MD5SUM BENCH= 002a4cb53ea02f66e0c3418dc8834f7c
RANDOM SEED=369746638

node106.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.830
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.66
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.830
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.20
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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.82
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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.830
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.75
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.830
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15785968 kB
Buffers:       1984312 kB
Cached:       14069300 kB
SwapCached:          0 kB
Active:       10098252 kB
Inactive:      6506508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15785968 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            8184 kB
Writeback:           0 kB
AnonPages:      551112 kB
Mapped:          15776 kB
Slab:           497016 kB
PageTables:       5752 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   707744 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= 71776 MiB
End job on node106 at 2011-04-24 21:39:15