Trace number 3274851

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) 1300.07 1300.03

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 benchmark2.82957
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-3274851-1303610437/watcher-3274851-1303610437 -o /tmp/evaluation-result-3274851-1303610437/solver-3274851-1303610437 -C 2400 -W 1300 -M 7680 HOME/clasp --file=HOME/instance-3274851-1303610437.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.69 3.94 3.87 5/189 21666
/proc/meminfo: memFree=13864220/32950928 swapFree=67111528/67111528
[pid=21666] ppid=21664 vsize=2648 CPUtime=0 cores=1,3
/proc/21666/stat : 21666 (clasp) R 21664 21666 21291 0 -1 4202496 412 0 0 0 0 0 0 0 22 0 1 0 551274438 2711552 366 33554432000 134512640 136057169 4291221280 18446744073709551615 135459759 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21666/statm: 662 366 145 378 0 282 0

[startup+0.0992309 s]
/proc/loadavg: 3.69 3.94 3.87 5/189 21666
/proc/meminfo: memFree=13864220/32950928 swapFree=67111528/67111528
[pid=21666] ppid=21664 vsize=13184 CPUtime=0.09 cores=1,3
/proc/21666/stat : 21666 (clasp) R 21664 21666 21291 0 -1 4202496 3829 0 0 0 9 0 0 0 22 0 1 0 551274438 13500416 2947 33554432000 134512640 136057169 4291221280 18446744073709551615 135502702 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21666/statm: 3296 2948 145 378 0 2916 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13184

[startup+0.100229 s]
/proc/loadavg: 3.69 3.94 3.87 5/189 21666
/proc/meminfo: memFree=13864220/32950928 swapFree=67111528/67111528
[pid=21666] ppid=21664 vsize=13184 CPUtime=0.09 cores=1,3
/proc/21666/stat : 21666 (clasp) R 21664 21666 21291 0 -1 4202496 3855 0 0 0 9 0 0 0 22 0 1 0 551274438 13500416 2973 33554432000 134512640 136057169 4291221280 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21666/statm: 3296 2973 145 378 0 2916 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13184

[startup+0.300194 s]
/proc/loadavg: 3.69 3.94 3.87 5/189 21666
/proc/meminfo: memFree=13864220/32950928 swapFree=67111528/67111528
[pid=21666] ppid=21664 vsize=26720 CPUtime=0.29 cores=1,3
/proc/21666/stat : 21666 (clasp) R 21664 21666 21291 0 -1 4202496 8460 0 0 0 29 0 0 0 23 0 1 0 551274438 27361280 6004 33554432000 134512640 136057169 4291221280 18446744073709551615 134774372 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21666/statm: 6680 6004 167 378 0 6300 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26720

[startup+0.701121 s]
/proc/loadavg: 3.69 3.94 3.87 5/189 21666
/proc/meminfo: memFree=13864220/32950928 swapFree=67111528/67111528
[pid=21666] ppid=21664 vsize=26720 CPUtime=0.69 cores=1,3
/proc/21666/stat : 21666 (clasp) R 21664 21666 21291 0 -1 4202496 8460 0 0 0 69 0 0 0 25 0 1 0 551274438 27361280 6004 33554432000 134512640 136057169 4291221280 18446744073709551615 134774448 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21666/statm: 6680 6004 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: 3.71 3.94 3.87 5/190 21667
/proc/meminfo: memFree=13815480/32950928 swapFree=67111528/67111528
[pid=21666] ppid=21664 vsize=26720 CPUtime=1.49 cores=1,3
/proc/21666/stat : 21666 (clasp) R 21664 21666 21291 0 -1 4202496 8460 0 0 0 149 0 0 0 25 0 1 0 551274438 27361280 6004 33554432000 134512640 136057169 4291221280 18446744073709551615 134774372 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21666/statm: 6680 6004 167 378 0 6300 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26720

[startup+3.10067 s]
/proc/loadavg: 3.71 3.94 3.87 5/190 21667
/proc/meminfo: memFree=13809644/32950928 swapFree=67111528/67111528
[pid=21666] ppid=21664 vsize=27248 CPUtime=3.09 cores=1,3
/proc/21666/stat : 21666 (clasp) R 21664 21666 21291 0 -1 4202496 8605 0 0 0 309 0 0 0 25 0 1 0 551274438 27901952 6149 33554432000 134512640 136057169 4291221280 18446744073709551615 135459759 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21666/statm: 6812 6149 169 378 0 6432 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27248

[startup+6.30108 s]
/proc/loadavg: 3.71 3.94 3.87 5/190 21667
/proc/meminfo: memFree=13781216/32950928 swapFree=67111528/67111528
[pid=21666] ppid=21664 vsize=25080 CPUtime=6.29 cores=1,3
/proc/21666/stat : 21666 (clasp) R 21664 21666 21291 0 -1 4202496 9445 0 0 0 629 0 0 0 25 0 1 0 551274438 25681920 6031 33554432000 134512640 136057169 4291221280 18446744073709551615 134823383 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21666/statm: 6270 6031 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: 3.83 3.96 3.88 5/190 21667
/proc/meminfo: memFree=13706552/32950928 swapFree=67111528/67111528
[pid=21666] ppid=21664 vsize=69796 CPUtime=12.69 cores=1,3
/proc/21666/stat : 21666 (clasp) R 21664 21666 21291 0 -1 4202496 20621 0 0 0 1267 2 0 0 25 0 1 0 551274438 71471104 17207 33554432000 134512640 136057169 4291221280 18446744073709551615 134618468 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21666/statm: 17449 17207 183 378 0 17069 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 69796

[startup+25.5005 s]
/proc/loadavg: 3.86 3.96 3.88 5/190 21677
/proc/meminfo: memFree=13560000/32950928 swapFree=67111528/67111528
[pid=21666] ppid=21664 vsize=139844 CPUtime=25.49 cores=1,3
/proc/21666/stat : 21666 (clasp) R 21664 21666 21291 0 -1 4202496 38046 0 0 0 2544 5 0 0 25 0 1 0 551274438 143200256 34632 33554432000 134512640 136057169 4291221280 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21666/statm: 34961 34632 183 378 0 34581 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 139844

[startup+51.1008 s]
/proc/loadavg: 3.91 3.96 3.88 5/190 21677
/proc/meminfo: memFree=13360740/32950928 swapFree=67111528/67111528
[pid=21666] ppid=21664 vsize=231944 CPUtime=51.09 cores=1,3
/proc/21666/stat : 21666 (clasp) R 21664 21666 21291 0 -1 4202496 60985 0 0 0 5100 9 0 0 25 0 1 0 551274438 237510656 57435 33554432000 134512640 136057169 4291221280 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21666/statm: 57986 57435 183 378 0 57606 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 231944

[startup+102.307 s]
/proc/loadavg: 4.07 4.00 3.89 5/190 22152
/proc/meminfo: memFree=13590180/32950928 swapFree=67111528/67111528
[pid=21666] ppid=21664 vsize=292764 CPUtime=102.29 cores=1,3
/proc/21666/stat : 21666 (clasp) R 21664 21666 21291 0 -1 4202496 75984 0 0 0 10216 13 0 0 25 0 1 0 551274438 299790336 72434 33554432000 134512640 136057169 4291221280 18446744073709551615 134618430 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21666/statm: 73191 72434 183 378 0 72811 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 292764

[startup+162.301 s]
/proc/loadavg: 4.02 4.00 3.90 5/190 22153
/proc/meminfo: memFree=13541136/32950928 swapFree=67111528/67111528
[pid=21666] ppid=21664 vsize=294604 CPUtime=162.29 cores=1,3
/proc/21666/stat : 21666 (clasp) R 21664 21666 21291 0 -1 4202496 76411 0 0 0 16216 13 0 0 25 0 1 0 551274438 301674496 72861 33554432000 134512640 136057169 4291221280 18446744073709551615 134823882 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21666/statm: 73651 72861 183 378 0 73271 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 294604

[startup+222.301 s]
/proc/loadavg: 4.01 4.00 3.91 5/190 22182
/proc/meminfo: memFree=13470892/32950928 swapFree=67111528/67111528
[pid=21666] ppid=21664 vsize=322536 CPUtime=222.29 cores=1,3
/proc/21666/stat : 21666 (clasp) R 21664 21666 21291 0 -1 4202496 83382 0 0 0 22214 15 0 0 25 0 1 0 551274438 330276864 79629 33554432000 134512640 136057169 4291221280 18446744073709551615 134615576 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21666/statm: 80634 79629 183 378 0 80254 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 322536

[startup+282.301 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 22183
/proc/meminfo: memFree=13407140/32950928 swapFree=67111528/67111528
[pid=21666] ppid=21664 vsize=363628 CPUtime=282.29 cores=1,3
/proc/21666/stat : 21666 (clasp) R 21664 21666 21291 0 -1 4202496 93422 0 0 0 28212 17 0 0 25 0 1 0 551274438 372355072 89669 33554432000 134512640 136057169 4291221280 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21666/statm: 90907 89669 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: 4.00 4.00 3.91 5/190 22185
/proc/meminfo: memFree=13352320/32950928 swapFree=67111528/67111528
[pid=21666] ppid=21664 vsize=370700 CPUtime=342.3 cores=1,3
/proc/21666/stat : 21666 (clasp) R 21664 21666 21291 0 -1 4202496 94968 0 0 0 34212 18 0 0 25 0 1 0 551274438 379596800 91215 33554432000 134512640 136057169 4291221280 18446744073709551615 134828295 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21666/statm: 92675 91215 183 378 0 92295 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 370700

[startup+402.301 s]
/proc/loadavg: 4.05 4.01 3.91 5/190 22187
/proc/meminfo: memFree=13346352/32950928 swapFree=67111528/67111528
[pid=21666] ppid=21664 vsize=372844 CPUtime=402.3 cores=1,3
/proc/21666/stat : 21666 (clasp) R 21664 21666 21291 0 -1 4202496 95510 0 0 0 40212 18 0 0 25 0 1 0 551274438 381792256 91757 33554432000 134512640 136057169 4291221280 18446744073709551615 134618243 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21666/statm: 93211 91757 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: 4.02 4.00 3.91 5/190 22188
/proc/meminfo: memFree=13335044/32950928 swapFree=67111528/67111528
[pid=21666] ppid=21664 vsize=373872 CPUtime=462.3 cores=1,3
/proc/21666/stat : 21666 (clasp) R 21664 21666 21291 0 -1 4202496 95784 0 0 0 46212 18 0 0 25 0 1 0 551274438 382844928 92031 33554432000 134512640 136057169 4291221280 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21666/statm: 93468 92031 183 378 0 93088 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 373872

[startup+522.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 22190
/proc/meminfo: memFree=13289016/32950928 swapFree=67111528/67111528
[pid=21666] ppid=21664 vsize=412264 CPUtime=522.3 cores=1,3
/proc/21666/stat : 21666 (clasp) R 21664 21666 21291 0 -1 4202496 105307 0 0 0 52210 20 0 0 25 0 1 0 551274438 422158336 101554 33554432000 134512640 136057169 4291221280 18446744073709551615 134618272 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21666/statm: 103066 101554 183 378 0 102686 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 412264

[startup+582.301 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 22191
/proc/meminfo: memFree=13260848/32950928 swapFree=67111528/67111528
[pid=21666] ppid=21664 vsize=437196 CPUtime=582.3 cores=1,3
/proc/21666/stat : 21666 (clasp) R 21664 21666 21291 0 -1 4202496 111309 0 0 0 58209 21 0 0 25 0 1 0 551274438 447688704 107556 33554432000 134512640 136057169 4291221280 18446744073709551615 134618368 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21666/statm: 109299 107556 183 378 0 108919 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 437196

[startup+642.301 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 22193
/proc/meminfo: memFree=13192268/32950928 swapFree=67111528/67111528
[pid=21666] ppid=21664 vsize=470188 CPUtime=642.31 cores=1,3
/proc/21666/stat : 21666 (clasp) R 21664 21666 21291 0 -1 4202496 119271 0 0 0 64207 24 0 0 25 0 1 0 551274438 481472512 115518 33554432000 134512640 136057169 4291221280 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21666/statm: 117547 115518 183 378 0 117167 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 470188

[startup+702.301 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 22195
/proc/meminfo: memFree=13168316/32950928 swapFree=67111528/67111528
[pid=21666] ppid=21664 vsize=472796 CPUtime=702.31 cores=1,3
/proc/21666/stat : 21666 (clasp) R 21664 21666 21291 0 -1 4202496 119941 0 0 0 70207 24 0 0 25 0 1 0 551274438 484143104 116188 33554432000 134512640 136057169 4291221280 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21666/statm: 118199 116188 183 378 0 117819 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 472796

[startup+762.307 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 22196
/proc/meminfo: memFree=13160616/32950928 swapFree=67111528/67111528
[pid=21666] ppid=21664 vsize=475388 CPUtime=762.32 cores=1,3
/proc/21666/stat : 21666 (clasp) R 21664 21666 21291 0 -1 4202496 120765 0 0 0 76207 25 0 0 25 0 1 0 551274438 486797312 116755 33554432000 134512640 136057169 4291221280 18446744073709551615 134615643 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21666/statm: 118847 116755 183 378 0 118467 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 475388

[startup+822.301 s]
/proc/loadavg: 4.08 4.02 3.92 5/190 22198
/proc/meminfo: memFree=13150180/32950928 swapFree=67111528/67111528
[pid=21666] ppid=21664 vsize=475388 CPUtime=822.32 cores=1,3
/proc/21666/stat : 21666 (clasp) R 21664 21666 21291 0 -1 4202496 120798 0 0 0 82207 25 0 0 25 0 1 0 551274438 486797312 116788 33554432000 134512640 136057169 4291221280 18446744073709551615 134618267 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21666/statm: 118847 116788 183 378 0 118467 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 475388

[startup+882.3 s]
/proc/loadavg: 4.10 4.03 3.93 5/190 22199
/proc/meminfo: memFree=13142596/32950928 swapFree=67111528/67111528
[pid=21666] ppid=21664 vsize=475388 CPUtime=882.32 cores=1,3
/proc/21666/stat : 21666 (clasp) R 21664 21666 21291 0 -1 4202496 120836 0 0 0 88207 25 0 0 25 0 1 0 551274438 486797312 116826 33554432000 134512640 136057169 4291221280 18446744073709551615 134618116 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21666/statm: 118847 116826 183 378 0 118467 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 475388

[startup+942.3 s]
/proc/loadavg: 4.04 4.02 3.93 5/190 22201
/proc/meminfo: memFree=13091252/32950928 swapFree=67111528/67111528
[pid=21666] ppid=21664 vsize=475388 CPUtime=942.32 cores=1,3
/proc/21666/stat : 21666 (clasp) R 21664 21666 21291 0 -1 4202496 120902 0 0 0 94207 25 0 0 25 0 1 0 551274438 486797312 116892 33554432000 134512640 136057169 4291221280 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21666/statm: 118847 116892 183 378 0 118467 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 475388

[startup+1002.3 s]
/proc/loadavg: 3.44 3.86 3.87 4/184 22220
/proc/meminfo: memFree=13129012/32950928 swapFree=67111528/67111528
[pid=21666] ppid=21664 vsize=480188 CPUtime=1002.32 cores=1,3
/proc/21666/stat : 21666 (clasp) R 21664 21666 21291 0 -1 4202496 121931 0 0 0 100207 25 0 0 25 0 1 0 551274438 491712512 117921 33554432000 134512640 136057169 4291221280 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21666/statm: 120047 117921 183 378 0 119667 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 480188

[startup+1062.3 s]
/proc/loadavg: 3.16 3.70 3.82 4/184 22221
/proc/meminfo: memFree=13119068/32950928 swapFree=67111528/67111528
[pid=21666] ppid=21664 vsize=480188 CPUtime=1062.32 cores=1,3
/proc/21666/stat : 21666 (clasp) R 21664 21666 21291 0 -1 4202496 121946 0 0 0 106207 25 0 0 25 0 1 0 551274438 491712512 117936 33554432000 134512640 136057169 4291221280 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21666/statm: 120047 117936 183 378 0 119667 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 480188

[startup+1122.3 s]
/proc/loadavg: 3.10 3.59 3.77 4/184 22223
/proc/meminfo: memFree=13099460/32950928 swapFree=67111528/67111528
[pid=21666] ppid=21664 vsize=480188 CPUtime=1122.33 cores=1,3
/proc/21666/stat : 21666 (clasp) R 21664 21666 21291 0 -1 4202496 121958 0 0 0 112208 25 0 0 25 0 1 0 551274438 491712512 117948 33554432000 134512640 136057169 4291221280 18446744073709551615 134823841 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21666/statm: 120047 117948 183 378 0 119667 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 480188

[startup+1182.3 s]
/proc/loadavg: 3.04 3.48 3.72 4/184 22224
/proc/meminfo: memFree=13062620/32950928 swapFree=67111528/67111528
[pid=21666] ppid=21664 vsize=480668 CPUtime=1182.33 cores=1,3
/proc/21666/stat : 21666 (clasp) R 21664 21666 21291 0 -1 4202496 122072 0 0 0 118208 25 0 0 25 0 1 0 551274438 492204032 118062 33554432000 134512640 136057169 4291221280 18446744073709551615 134618468 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21666/statm: 120167 118062 183 378 0 119787 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 480668

[startup+1242.3 s]
/proc/loadavg: 3.01 3.39 3.67 4/184 22226
/proc/meminfo: memFree=13052564/32950928 swapFree=67111528/67111528
[pid=21666] ppid=21664 vsize=480668 CPUtime=1242.33 cores=1,3
/proc/21666/stat : 21666 (clasp) R 21664 21666 21291 0 -1 4202496 122091 0 0 0 124208 25 0 0 25 0 1 0 551274438 492204032 118081 33554432000 134512640 136057169 4291221280 18446744073709551615 134828275 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21666/statm: 120167 118081 183 378 0 119787 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 480668



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.22 3.37 3.64 4/187 6474
/proc/meminfo: memFree=13780504/32950928 swapFree=67111528/67111528
[pid=21666] ppid=21664 vsize=481276 CPUtime=1300.04 cores=1,3
/proc/21666/stat : 21666 (clasp) R 21664 21666 21291 0 -1 4202496 122435 0 0 0 129979 25 0 0 25 0 1 0 551274438 492826624 118121 33554432000 134512640 136057169 4291221280 18446744073709551615 134823788 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21666/statm: 120319 118121 183 378 0 119939 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 481276

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

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

Child status: 0
Real time (s): 1300.03
CPU time (s): 1300.07
CPU user time (s): 1299.79
CPU system time (s): 0.276957
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 482492

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

runsolver used 2.06669 second user time and 5.03623 second system time

The end

Launcher Data

Begin job on node113 at 2011-04-24 04:00:38
IDJOB=3274851
IDBENCH=88207
IDSOLVER=1674
FILE ID=node113/3274851-1303610437
RUNJOBID= node113-1303610437-21626
PBS_JOBID= 13150626
Free space on /tmp= 70760 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-3274851-1303610437/watcher-3274851-1303610437 -o /tmp/evaluation-result-3274851-1303610437/solver-3274851-1303610437 -C 2400 -W 1300 -M 7680  HOME/clasp --file=HOME/instance-3274851-1303610437.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 002a4cb53ea02f66e0c3418dc8834f7c
RANDOM SEED=1888321838

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      13864492 kB
Buffers:       1844160 kB
Cached:       16567152 kB
SwapCached:          0 kB
Active:       10628928 kB
Inactive:      7869448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13864492 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           23888 kB
Writeback:           0 kB
AnonPages:       86340 kB
Mapped:          17112 kB
Slab:           524304 kB
PageTables:       4708 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   273368 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= 71140 MiB
End job on node113 at 2011-04-24 04:22:20