Trace number 3276333

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

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m37-q505.75-n35-p15-s48276711.cnf
MD5SUM1bac7b96ea6eb843b1de7405a721cd87
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.089986
Satisfiable
(Un)Satisfiability was proved
Number of variables1244
Number of clauses150604
Sum of the clauses size302382
Maximum clause length37
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2150569
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 535

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-3276333-1303669658/watcher-3276333-1303669658 -o /tmp/evaluation-result-3276333-1303669658/solver-3276333-1303669658 -C 5000 -W 5100 -M 15500 HOME/clasp --file=HOME/instance-3276333-1303669658.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.92 1.98 1.99 1/175 13786
/proc/meminfo: memFree=15823696/32950928 swapFree=67111528/67111528
[pid=13786] ppid=13784 vsize=2512 CPUtime=0 cores=1,3,5,7
/proc/13786/stat : 13786 (clasp) R 13784 13786 13547 0 -1 4202496 410 0 0 0 0 0 0 0 25 0 1 0 478565589 2572288 365 33554432000 134512640 136057169 4291229088 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/13786/statm: 628 365 145 378 0 248 0

[startup+0.0590131 s]
/proc/loadavg: 1.92 1.98 1.99 1/175 13786
/proc/meminfo: memFree=15823696/32950928 swapFree=67111528/67111528
[pid=13786] ppid=13784 vsize=9380 CPUtime=0.05 cores=1,3,5,7
/proc/13786/stat : 13786 (clasp) R 13784 13786 13547 0 -1 4202496 2514 0 0 0 5 0 0 0 25 0 1 0 478565589 9605120 1995 33554432000 134512640 136057169 4291229088 18446744073709551615 134774734 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/13786/statm: 2345 1995 166 378 0 1965 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9380

[startup+0.101003 s]
/proc/loadavg: 1.92 1.98 1.99 1/175 13786
/proc/meminfo: memFree=15823696/32950928 swapFree=67111528/67111528
[pid=13786] ppid=13784 vsize=9380 CPUtime=0.09 cores=1,3,5,7
/proc/13786/stat : 13786 (clasp) R 13784 13786 13547 0 -1 4202496 2514 0 0 0 9 0 0 0 25 0 1 0 478565589 9605120 1995 33554432000 134512640 136057169 4291229088 18446744073709551615 134774372 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/13786/statm: 2345 1995 166 378 0 1965 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9380

[startup+0.300969 s]
/proc/loadavg: 1.92 1.98 1.99 1/175 13786
/proc/meminfo: memFree=15823696/32950928 swapFree=67111528/67111528
[pid=13786] ppid=13784 vsize=9380 CPUtime=0.29 cores=1,3,5,7
/proc/13786/stat : 13786 (clasp) R 13784 13786 13547 0 -1 4202496 2514 0 0 0 29 0 0 0 25 0 1 0 478565589 9605120 1995 33554432000 134512640 136057169 4291229088 18446744073709551615 134774448 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/13786/statm: 2345 1995 166 378 0 1965 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9380

[startup+0.700964 s]
/proc/loadavg: 1.92 1.98 1.99 1/175 13786
/proc/meminfo: memFree=15823696/32950928 swapFree=67111528/67111528
[pid=13786] ppid=13784 vsize=10040 CPUtime=0.69 cores=1,3,5,7
/proc/13786/stat : 13786 (clasp) R 13784 13786 13547 0 -1 4202496 2684 0 0 0 69 0 0 0 25 0 1 0 478565589 10280960 2165 33554432000 134512640 136057169 4291229088 18446744073709551615 134765772 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/13786/statm: 2510 2165 168 378 0 2130 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 10040

[startup+1.50076 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 13814
/proc/meminfo: memFree=15812368/32950928 swapFree=67111528/67111528
[pid=13786] ppid=13784 vsize=11312 CPUtime=1.49 cores=1,3,5,7
/proc/13786/stat : 13786 (clasp) R 13784 13786 13547 0 -1 4202496 3690 0 0 0 149 0 0 0 25 0 1 0 478565589 11583488 2593 33554432000 134512640 136057169 4291229088 18446744073709551615 134649337 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/13786/statm: 2828 2593 183 378 0 2448 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 11312

[startup+3.10054 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 13814
/proc/meminfo: memFree=15801952/32950928 swapFree=67111528/67111528
[pid=13786] ppid=13784 vsize=24116 CPUtime=3.09 cores=1,3,5,7
/proc/13786/stat : 13786 (clasp) R 13784 13786 13547 0 -1 4202496 6901 0 0 0 308 1 0 0 25 0 1 0 478565589 24694784 5804 33554432000 134512640 136057169 4291229088 18446744073709551615 134618312 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/13786/statm: 6029 5804 183 378 0 5649 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 24116

[startup+6.30091 s]
/proc/loadavg: 1.93 1.98 1.99 3/178 13814
/proc/meminfo: memFree=15775008/32950928 swapFree=67111528/67111528
[pid=13786] ppid=13784 vsize=45852 CPUtime=6.29 cores=1,3,5,7
/proc/13786/stat : 13786 (clasp) R 13784 13786 13547 0 -1 4202496 12305 0 0 0 627 2 0 0 25 0 1 0 478565589 46952448 11208 33554432000 134512640 136057169 4291229088 18446744073709551615 134813016 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/13786/statm: 11463 11208 183 378 0 11083 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 45852

[startup+12.7008 s]
/proc/loadavg: 1.93 1.98 1.99 3/178 13842
/proc/meminfo: memFree=15751528/32950928 swapFree=67111528/67111528
[pid=13786] ppid=13784 vsize=55080 CPUtime=12.7 cores=1,3,5,7
/proc/13786/stat : 13786 (clasp) R 13784 13786 13547 0 -1 4202496 14594 0 0 0 1267 3 0 0 25 0 1 0 478565589 56401920 13497 33554432000 134512640 136057169 4291229088 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/13786/statm: 13770 13497 183 378 0 13390 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 55080

[startup+25.5005 s]
/proc/loadavg: 1.95 1.98 1.99 3/178 13842
/proc/meminfo: memFree=15730616/32950928 swapFree=67111528/67111528
[pid=13786] ppid=13784 vsize=64460 CPUtime=25.49 cores=1,3,5,7
/proc/13786/stat : 13786 (clasp) R 13784 13786 13547 0 -1 4202496 16882 0 0 0 2546 3 0 0 25 0 1 0 478565589 66007040 15785 33554432000 134512640 136057169 4291229088 18446744073709551615 134823411 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/13786/statm: 16115 15785 183 378 0 15735 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 64460

[startup+51.101 s]
/proc/loadavg: 1.96 1.98 1.99 3/178 13843
/proc/meminfo: memFree=15700044/32950928 swapFree=67111528/67111528
[pid=13786] ppid=13784 vsize=80340 CPUtime=51.09 cores=1,3,5,7
/proc/13786/stat : 13786 (clasp) R 13784 13786 13547 0 -1 4202496 20768 0 0 0 5106 3 0 0 25 0 1 0 478565589 82268160 19671 33554432000 134512640 136057169 4291229088 18446744073709551615 134618243 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/13786/statm: 20085 19671 183 378 0 19705 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 80340

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 1.99 3/178 13844
/proc/meminfo: memFree=15670892/32950928 swapFree=67111528/67111528
[pid=13786] ppid=13784 vsize=98316 CPUtime=102.3 cores=1,3,5,7
/proc/13786/stat : 13786 (clasp) R 13784 13786 13547 0 -1 4202496 25126 0 0 0 10226 4 0 0 25 0 1 0 478565589 100675584 24029 33554432000 134512640 136057169 4291229088 18446744073709551615 134618315 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/13786/statm: 24579 24029 183 378 0 24199 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 98316

[startup+162.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 13846
/proc/meminfo: memFree=15653012/32950928 swapFree=67111528/67111528
[pid=13786] ppid=13784 vsize=113712 CPUtime=162.29 cores=1,3,5,7
/proc/13786/stat : 13786 (clasp) R 13784 13786 13547 0 -1 4202496 28774 0 0 0 16224 5 0 0 25 0 1 0 478565589 116441088 27677 33554432000 134512640 136057169 4291229088 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/13786/statm: 28428 27677 183 378 0 28048 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 113712

[startup+222.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 13847
/proc/meminfo: memFree=15633396/32950928 swapFree=67111528/67111528
[pid=13786] ppid=13784 vsize=120284 CPUtime=222.29 cores=1,3,5,7
/proc/13786/stat : 13786 (clasp) R 13784 13786 13547 0 -1 4202496 30333 0 0 0 22224 5 0 0 25 0 1 0 478565589 123170816 29236 33554432000 134512640 136057169 4291229088 18446744073709551615 134618304 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/13786/statm: 30071 29236 183 378 0 29691 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 120284

[startup+282.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 13849
/proc/meminfo: memFree=15625556/32950928 swapFree=67111528/67111528
[pid=13786] ppid=13784 vsize=124764 CPUtime=282.3 cores=1,3,5,7
/proc/13786/stat : 13786 (clasp) R 13784 13786 13547 0 -1 4202496 31386 0 0 0 28224 6 0 0 25 0 1 0 478565589 127758336 30289 33554432000 134512640 136057169 4291229088 18446744073709551615 134823870 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/13786/statm: 31191 30289 183 378 0 30811 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 124764

[startup+342.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 13877
/proc/meminfo: memFree=15660528/32950928 swapFree=67111528/67111528
[pid=13786] ppid=13784 vsize=127500 CPUtime=342.3 cores=1,3,5,7
/proc/13786/stat : 13786 (clasp) R 13784 13786 13547 0 -1 4202496 31983 0 0 0 34224 6 0 0 25 0 1 0 478565589 130560000 30886 33554432000 134512640 136057169 4291229088 18446744073709551615 134618243 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/13786/statm: 31875 30886 183 378 0 31495 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 127500

[startup+402.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 13879
/proc/meminfo: memFree=15627280/32950928 swapFree=67111528/67111528
[pid=13786] ppid=13784 vsize=138040 CPUtime=402.3 cores=1,3,5,7
/proc/13786/stat : 13786 (clasp) R 13784 13786 13547 0 -1 4202496 34579 0 0 0 40224 6 0 0 25 0 1 0 478565589 141352960 33482 33554432000 134512640 136057169 4291229088 18446744073709551615 134828249 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/13786/statm: 34510 33482 183 378 0 34130 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 138040

[startup+462.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 13881
/proc/meminfo: memFree=15623408/32950928 swapFree=67111528/67111528
[pid=13786] ppid=13784 vsize=139676 CPUtime=462.3 cores=1,3,5,7
/proc/13786/stat : 13786 (clasp) R 13784 13786 13547 0 -1 4202496 34939 0 0 0 46224 6 0 0 25 0 1 0 478565589 143028224 33842 33554432000 134512640 136057169 4291229088 18446744073709551615 134645282 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/13786/statm: 34919 33842 183 378 0 34539 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 139676

[startup+522.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 13882
/proc/meminfo: memFree=15595488/32950928 swapFree=67111528/67111528
[pid=13786] ppid=13784 vsize=161860 CPUtime=522.3 cores=1,3,5,7
/proc/13786/stat : 13786 (clasp) R 13784 13786 13547 0 -1 4202496 40398 0 0 0 52222 8 0 0 25 0 1 0 478565589 165744640 39301 33554432000 134512640 136057169 4291229088 18446744073709551615 134823818 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/13786/statm: 40465 39301 183 378 0 40085 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 161860

[startup+582.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 13884
/proc/meminfo: memFree=15589008/32950928 swapFree=67111528/67111528
[pid=13786] ppid=13784 vsize=163676 CPUtime=582.3 cores=1,3,5,7
/proc/13786/stat : 13786 (clasp) R 13784 13786 13547 0 -1 4202496 40805 0 0 0 58222 8 0 0 25 0 1 0 478565589 167604224 39708 33554432000 134512640 136057169 4291229088 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/13786/statm: 40919 39708 183 378 0 40539 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 163676

[startup+642.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 14016
/proc/meminfo: memFree=15239800/32950928 swapFree=67111528/67111528
[pid=13786] ppid=13784 vsize=288068 CPUtime=4062.4 cores=1,3,5,7
/proc/13786/stat : 13786 (clasp) R 13784 13786 13547 0 -1 4202496 70927 0 0 0 406225 15 0 0 25 0 1 0 478565589 294981632 69694 33554432000 134512640 136057169 4291229088 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/13786/statm: 72017 69694 183 378 0 71637 0
Current children cumulated CPU time (s) 4062.4
Current children cumulated vsize (KiB) 288068

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 14017
/proc/meminfo: memFree=15239020/32950928 swapFree=67111528/67111528
[pid=13786] ppid=13784 vsize=288068 CPUtime=4122.39 cores=1,3,5,7
/proc/13786/stat : 13786 (clasp) R 13784 13786 13547 0 -1 4202496 70932 0 0 0 412224 15 0 0 25 0 1 0 478565589 294981632 69699 33554432000 134512640 136057169 4291229088 18446744073709551615 134616009 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/13786/statm: 72017 69699 183 378 0 71637 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 288068

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 14019
/proc/meminfo: memFree=15232044/32950928 swapFree=67111528/67111528
[pid=13786] ppid=13784 vsize=293976 CPUtime=4182.39 cores=1,3,5,7
/proc/13786/stat : 13786 (clasp) R 13784 13786 13547 0 -1 4202496 72452 0 0 0 418224 15 0 0 25 0 1 0 478565589 301031424 71219 33554432000 134512640 136057169 4291229088 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/13786/statm: 73494 71219 183 378 0 73114 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 293976

[startup+4242.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 14020
/proc/meminfo: memFree=15220724/32950928 swapFree=67111528/67111528
[pid=13786] ppid=13784 vsize=306648 CPUtime=4242.39 cores=1,3,5,7
/proc/13786/stat : 13786 (clasp) R 13784 13786 13547 0 -1 4202496 75419 0 0 0 424223 16 0 0 25 0 1 0 478565589 314007552 74186 33554432000 134512640 136057169 4291229088 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/13786/statm: 76662 74186 183 378 0 76282 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 306648

[startup+4302.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/178 14022
/proc/meminfo: memFree=15214988/32950928 swapFree=67111528/67111528
[pid=13786] ppid=13784 vsize=309684 CPUtime=4302.39 cores=1,3,5,7
/proc/13786/stat : 13786 (clasp) R 13784 13786 13547 0 -1 4202496 76202 0 0 0 430223 16 0 0 25 0 1 0 478565589 317116416 74969 33554432000 134512640 136057169 4291229088 18446744073709551615 134618449 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/13786/statm: 77421 74969 183 378 0 77041 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 309684

[startup+4362.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/178 14024
/proc/meminfo: memFree=15196732/32950928 swapFree=67111528/67111528
[pid=13786] ppid=13784 vsize=310616 CPUtime=4362.39 cores=1,3,5,7
/proc/13786/stat : 13786 (clasp) R 13784 13786 13547 0 -1 4202496 76379 0 0 0 436223 16 0 0 25 0 1 0 478565589 318070784 75146 33554432000 134512640 136057169 4291229088 18446744073709551615 134618121 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/13786/statm: 77654 75146 183 378 0 77274 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 310616

[startup+4422.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 14025
/proc/meminfo: memFree=15157152/32950928 swapFree=67111528/67111528
[pid=13786] ppid=13784 vsize=346412 CPUtime=4422.4 cores=1,3,5,7
/proc/13786/stat : 13786 (clasp) R 13784 13786 13547 0 -1 4202496 85247 0 0 0 442221 19 0 0 25 0 1 0 478565589 354725888 84014 33554432000 134512640 136057169 4291229088 18446744073709551615 134637493 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/13786/statm: 86603 84014 183 378 0 86223 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 346412

[startup+4482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 14027
/proc/meminfo: memFree=15141008/32950928 swapFree=67111528/67111528
[pid=13786] ppid=13784 vsize=349520 CPUtime=4482.4 cores=1,3,5,7
/proc/13786/stat : 13786 (clasp) R 13784 13786 13547 0 -1 4202496 85889 0 0 0 448221 19 0 0 25 0 1 0 478565589 357908480 84656 33554432000 134512640 136057169 4291229088 18446744073709551615 134618203 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/13786/statm: 87380 84656 183 378 0 87000 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 349520

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 14028
/proc/meminfo: memFree=15124236/32950928 swapFree=67111528/67111528
[pid=13786] ppid=13784 vsize=361668 CPUtime=4542.4 cores=1,3,5,7
/proc/13786/stat : 13786 (clasp) R 13784 13786 13547 0 -1 4202496 88870 0 0 0 454220 20 0 0 25 0 1 0 478565589 370348032 87637 33554432000 134512640 136057169 4291229088 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/13786/statm: 90417 87637 183 378 0 90037 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 361668

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 14030
/proc/meminfo: memFree=15118384/32950928 swapFree=67111528/67111528
[pid=13786] ppid=13784 vsize=365508 CPUtime=4602.41 cores=1,3,5,7
/proc/13786/stat : 13786 (clasp) R 13784 13786 13547 0 -1 4202496 89731 0 0 0 460221 20 0 0 25 0 1 0 478565589 374280192 88498 33554432000 134512640 136057169 4291229088 18446744073709551615 134823919 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/13786/statm: 91377 88498 183 378 0 90997 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 365508

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 14032
/proc/meminfo: memFree=15115632/32950928 swapFree=67111528/67111528
[pid=13786] ppid=13784 vsize=368548 CPUtime=4662.41 cores=1,3,5,7
/proc/13786/stat : 13786 (clasp) R 13784 13786 13547 0 -1 4202496 90657 0 0 0 466220 21 0 0 25 0 1 0 478565589 377393152 89182 33554432000 134512640 136057169 4291229088 18446744073709551615 134618243 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/13786/statm: 92137 89182 183 378 0 91757 0
Current children cumulated CPU time (s) 4662.41
Current children cumulated vsize (KiB) 368548

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 14033
/proc/meminfo: memFree=15112996/32950928 swapFree=67111528/67111528
[pid=13786] ppid=13784 vsize=368548 CPUtime=4722.42 cores=1,3,5,7
/proc/13786/stat : 13786 (clasp) R 13784 13786 13547 0 -1 4202496 90670 0 0 0 472221 21 0 0 25 0 1 0 478565589 377393152 89195 33554432000 134512640 136057169 4291229088 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/13786/statm: 92137 89195 183 378 0 91757 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 368548

[startup+4782.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/178 14035
/proc/meminfo: memFree=15110360/32950928 swapFree=67111528/67111528
[pid=13786] ppid=13784 vsize=370232 CPUtime=4782.41 cores=1,3,5,7
/proc/13786/stat : 13786 (clasp) R 13784 13786 13547 0 -1 4202496 91067 0 0 0 478220 21 0 0 25 0 1 0 478565589 379117568 89592 33554432000 134512640 136057169 4291229088 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/13786/statm: 92558 89592 183 378 0 92178 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 370232

[startup+4842.3 s]
/proc/loadavg: 2.09 2.03 2.00 3/178 14036
/proc/meminfo: memFree=15102892/32950928 swapFree=67111528/67111528
[pid=13786] ppid=13784 vsize=370232 CPUtime=4842.41 cores=1,3,5,7
/proc/13786/stat : 13786 (clasp) R 13784 13786 13547 0 -1 4202496 91115 0 0 0 484220 21 0 0 25 0 1 0 478565589 379117568 89640 33554432000 134512640 136057169 4291229088 18446744073709551615 134615609 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/13786/statm: 92558 89640 183 378 0 92178 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 370232

[startup+4902.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/178 14038
/proc/meminfo: memFree=15099388/32950928 swapFree=67111528/67111528
[pid=13786] ppid=13784 vsize=371252 CPUtime=4902.41 cores=1,3,5,7
/proc/13786/stat : 13786 (clasp) R 13784 13786 13547 0 -1 4202496 91331 0 0 0 490220 21 0 0 25 0 1 0 478565589 380162048 89856 33554432000 134512640 136057169 4291229088 18446744073709551615 134616000 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/13786/statm: 92813 89856 183 378 0 92433 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 371252

[startup+4962.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 14040
/proc/meminfo: memFree=15096756/32950928 swapFree=67111528/67111528
[pid=13786] ppid=13784 vsize=373476 CPUtime=4962.41 cores=1,3,5,7
/proc/13786/stat : 13786 (clasp) R 13784 13786 13547 0 -1 4202496 91983 0 0 0 496220 21 0 0 25 0 1 0 478565589 382439424 90387 33554432000 134512640 136057169 4291229088 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/13786/statm: 93369 90387 183 378 0 92989 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 373476



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 14041
/proc/meminfo: memFree=15093276/32950928 swapFree=67111528/67111528
[pid=13786] ppid=13784 vsize=376600 CPUtime=5000.02 cores=1,3,5,7
/proc/13786/stat : 13786 (clasp) R 13784 13786 13547 0 -1 4202496 92735 0 0 0 499981 21 0 0 25 0 1 0 478565589 385638400 91139 33554432000 134512640 136057169 4291229088 18446744073709551615 134618430 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/13786/statm: 94150 91139 183 378 0 93770 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 376600

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.00 2.01 2.00 3/178 14041
/proc/meminfo: memFree=15093276/32950928 swapFree=67111528/67111528
[pid=13786] ppid=13784 vsize=376600 CPUtime=5000.02 cores=1,3,5,7
/proc/13786/stat : 13786 (clasp) R 13784 13786 13547 0 -1 4202496 92735 0 0 0 499981 21 0 0 25 0 1 0 478565589 385638400 91139 33554432000 134512640 136057169 4291229088 18446744073709551615 134618430 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/13786/statm: 94150 91139 183 378 0 93770 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 376600

Child status: 0
Real time (s): 4999.93
CPU time (s): 5000.05
CPU user time (s): 4999.81
CPU system time (s): 0.232964
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 376600

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

runsolver used 7.70783 second user time and 16.6395 second system time

The end

Launcher Data

Begin job on node123 at 2011-04-24 20:27:38
IDJOB=3276333
IDBENCH=88212
IDSOLVER=1677
FILE ID=node123/3276333-1303669658
RUNJOBID= node123-1303664656-13566
PBS_JOBID= 13150748
Free space on /tmp= 72768 MiB

SOLVER NAME= SAT09 reference solver: clasp 1.2.0-SAT09-32
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m37-q505.75-n35-p15-s48276711.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-3276333-1303669658/watcher-3276333-1303669658 -o /tmp/evaluation-result-3276333-1303669658/solver-3276333-1303669658 -C 5000 -W 5100 -M 15500  HOME/clasp --file=HOME/instance-3276333-1303669658.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

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

MD5SUM BENCH= 1bac7b96ea6eb843b1de7405a721cd87
RANDOM SEED=1767625381

node123.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.838
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.838
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.838
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.838
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.838
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.838
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.80
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.838
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.838
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:     32950928 kB
MemFree:      15824100 kB
Buffers:       2139848 kB
Cached:       14390700 kB
SwapCached:          0 kB
Active:        7798508 kB
Inactive:      8797604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15824100 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3500 kB
Writeback:           0 kB
AnonPages:       64728 kB
Mapped:          15100 kB
Slab:           466512 kB
PageTables:       4628 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   221320 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= 72764 MiB
End job on node123 at 2011-04-24 21:51:00