Trace number 3276128

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.07 4999.91

General information on the benchmark

NameSAT05/crafted/sabharwal05/counting/fphp/unsat/
harder/fphp-030-029.shuffled-as.sat05-1234.cnf
MD5SUMc12aa6a0ac1bca448bef51c167f3bbbb
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark17.0914
Satisfiable
(Un)Satisfiability was proved
Number of variables870
Number of clauses24825
Sum of the clauses size50460
Maximum clause length29
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 224795
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 530

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-3276128-1303665277/watcher-3276128-1303665277 -o /tmp/evaluation-result-3276128-1303665277/solver-3276128-1303665277 -C 5000 -W 5100 -M 15500 HOME/clasp --file=HOME/instance-3276128-1303665277.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.70 1.95 1.98 2/177 734
/proc/meminfo: memFree=28139076/32951124 swapFree=67111524/67111528
[pid=734] ppid=732 vsize=2048 CPUtime=0 cores=1,3,5,7
/proc/734/stat : 734 (clasp) R 732 734 696 0 -1 4202496 290 0 0 0 0 0 0 0 21 0 1 0 458943594 2097152 244 33554432000 134512640 136057169 4294247632 18446744073709551615 135459759 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/734/statm: 512 244 145 378 0 132 0

[startup+0.027938 s]
/proc/loadavg: 1.70 1.95 1.98 2/177 734
/proc/meminfo: memFree=28139076/32951124 swapFree=67111524/67111528
[pid=734] ppid=732 vsize=3120 CPUtime=0.02 cores=1,3,5,7
/proc/734/stat : 734 (clasp) R 732 734 696 0 -1 4202496 561 0 0 0 2 0 0 0 21 0 1 0 458943594 3194880 510 33554432000 134512640 136057169 4294247632 18446744073709551615 134774448 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/734/statm: 780 510 165 378 0 400 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 3120

[startup+0.100924 s]
/proc/loadavg: 1.70 1.95 1.98 2/177 734
/proc/meminfo: memFree=28139076/32951124 swapFree=67111524/67111528
[pid=734] ppid=732 vsize=3384 CPUtime=0.09 cores=1,3,5,7
/proc/734/stat : 734 (clasp) R 732 734 696 0 -1 4202496 664 0 0 0 9 0 0 0 21 0 1 0 458943594 3465216 613 33554432000 134512640 136057169 4294247632 18446744073709551615 135439450 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/734/statm: 846 613 182 378 0 466 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3384

[startup+0.300876 s]
/proc/loadavg: 1.70 1.95 1.98 2/177 734
/proc/meminfo: memFree=28139076/32951124 swapFree=67111524/67111528
[pid=734] ppid=732 vsize=6688 CPUtime=0.29 cores=1,3,5,7
/proc/734/stat : 734 (clasp) R 732 734 696 0 -1 4202496 1492 0 0 0 29 0 0 0 22 0 1 0 458943594 6848512 1441 33554432000 134512640 136057169 4294247632 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/734/statm: 1672 1441 182 378 0 1292 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6688

[startup+0.700812 s]
/proc/loadavg: 1.70 1.95 1.98 2/177 734
/proc/meminfo: memFree=28139076/32951124 swapFree=67111524/67111528
[pid=734] ppid=732 vsize=8272 CPUtime=0.69 cores=1,3,5,7
/proc/734/stat : 734 (clasp) R 732 734 696 0 -1 4202496 1883 0 0 0 69 0 0 0 24 0 1 0 458943594 8470528 1832 33554432000 134512640 136057169 4294247632 18446744073709551615 134618227 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/734/statm: 2068 1832 182 378 0 1688 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8272

[startup+1.50066 s]
/proc/loadavg: 1.70 1.95 1.98 3/178 735
/proc/meminfo: memFree=28128952/32951124 swapFree=67111524/67111528
[pid=734] ppid=732 vsize=10688 CPUtime=1.49 cores=1,3,5,7
/proc/734/stat : 734 (clasp) R 732 734 696 0 -1 4202496 2489 0 0 0 149 0 0 0 25 0 1 0 458943594 10944512 2438 33554432000 134512640 136057169 4294247632 18446744073709551615 134615643 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/734/statm: 2672 2438 182 378 0 2292 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 10688

[startup+3.10036 s]
/proc/loadavg: 1.70 1.95 1.98 3/178 735
/proc/meminfo: memFree=28124984/32951124 swapFree=67111524/67111528
[pid=734] ppid=732 vsize=12756 CPUtime=3.09 cores=1,3,5,7
/proc/734/stat : 734 (clasp) R 732 734 696 0 -1 4202496 3005 0 0 0 309 0 0 0 25 0 1 0 458943594 13062144 2954 33554432000 134512640 136057169 4294247632 18446744073709551615 134618256 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/734/statm: 3189 2954 182 378 0 2809 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 12756

[startup+6.30077 s]
/proc/loadavg: 1.72 1.95 1.98 3/178 736
/proc/meminfo: memFree=28120408/32951124 swapFree=67111524/67111528
[pid=734] ppid=732 vsize=15780 CPUtime=6.29 cores=1,3,5,7
/proc/734/stat : 734 (clasp) R 732 734 696 0 -1 4202496 3744 0 0 0 629 0 0 0 25 0 1 0 458943594 16158720 3693 33554432000 134512640 136057169 4294247632 18446744073709551615 134618272 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/734/statm: 3945 3693 182 378 0 3565 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 15780

[startup+12.7006 s]
/proc/loadavg: 1.74 1.95 1.98 3/178 736
/proc/meminfo: memFree=28114256/32951124 swapFree=67111524/67111528
[pid=734] ppid=732 vsize=20288 CPUtime=12.7 cores=1,3,5,7
/proc/734/stat : 734 (clasp) R 732 734 696 0 -1 4202496 4859 0 0 0 1269 1 0 0 25 0 1 0 458943594 20774912 4808 33554432000 134512640 136057169 4294247632 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/734/statm: 5072 4808 182 378 0 4692 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 20288

[startup+25.5002 s]
/proc/loadavg: 1.80 1.95 1.98 3/178 736
/proc/meminfo: memFree=28107960/32951124 swapFree=67111524/67111528
[pid=734] ppid=732 vsize=25204 CPUtime=25.5 cores=1,3,5,7
/proc/734/stat : 734 (clasp) R 732 734 696 0 -1 4202496 6035 0 0 0 2549 1 0 0 25 0 1 0 458943594 25808896 5984 33554432000 134512640 136057169 4294247632 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/734/statm: 6301 5984 182 378 0 5921 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 25204

[startup+51.1005 s]
/proc/loadavg: 1.87 1.95 1.98 3/178 737
/proc/meminfo: memFree=28098808/32951124 swapFree=67111524/67111528
[pid=734] ppid=732 vsize=32644 CPUtime=51.09 cores=1,3,5,7
/proc/734/stat : 734 (clasp) R 732 734 696 0 -1 4202496 7840 0 0 0 5108 1 0 0 25 0 1 0 458943594 33427456 7789 33554432000 134512640 136057169 4294247632 18446744073709551615 134618380 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/734/statm: 8161 7789 182 378 0 7781 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 32644

[startup+102.306 s]
/proc/loadavg: 1.94 1.96 1.98 3/178 738
/proc/meminfo: memFree=28088976/32951124 swapFree=67111524/67111528
[pid=734] ppid=732 vsize=38608 CPUtime=102.3 cores=1,3,5,7
/proc/734/stat : 734 (clasp) R 732 734 696 0 -1 4202496 9312 0 0 0 10228 2 0 0 25 0 1 0 458943594 39534592 9261 33554432000 134512640 136057169 4294247632 18446744073709551615 134618332 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/734/statm: 9652 9261 182 378 0 9272 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 38608

[startup+162.301 s]
/proc/loadavg: 1.98 1.96 1.98 3/178 740
/proc/meminfo: memFree=28081612/32951124 swapFree=67111524/67111528
[pid=734] ppid=732 vsize=44944 CPUtime=162.29 cores=1,3,5,7
/proc/734/stat : 734 (clasp) R 732 734 696 0 -1 4202496 10758 0 0 0 16227 2 0 0 25 0 1 0 458943594 46022656 10707 33554432000 134512640 136057169 4294247632 18446744073709551615 134819604 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/734/statm: 11236 10707 182 378 0 10856 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 44944

[startup+222.301 s]
/proc/loadavg: 1.99 1.97 1.98 3/178 741
/proc/meminfo: memFree=28074136/32951124 swapFree=67111524/67111528
[pid=734] ppid=732 vsize=51076 CPUtime=222.3 cores=1,3,5,7
/proc/734/stat : 734 (clasp) R 732 734 696 0 -1 4202496 12201 0 0 0 22227 3 0 0 25 0 1 0 458943594 52301824 12150 33554432000 134512640 136057169 4294247632 18446744073709551615 134823833 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/734/statm: 12769 12150 182 378 0 12389 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 51076

[startup+282.301 s]
/proc/loadavg: 1.99 1.97 1.98 3/178 743
/proc/meminfo: memFree=28067896/32951124 swapFree=67111524/67111528
[pid=734] ppid=732 vsize=56528 CPUtime=282.3 cores=1,3,5,7
/proc/734/stat : 734 (clasp) R 732 734 696 0 -1 4202496 13455 0 0 0 28227 3 0 0 25 0 1 0 458943594 57884672 13404 33554432000 134512640 136057169 4294247632 18446744073709551615 134618380 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/734/statm: 14132 13404 182 378 0 13752 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 56528

[startup+342.301 s]
/proc/loadavg: 2.06 1.99 1.98 3/178 745
/proc/meminfo: memFree=28063768/32951124 swapFree=67111524/67111528
[pid=734] ppid=732 vsize=59916 CPUtime=342.3 cores=1,3,5,7
/proc/734/stat : 734 (clasp) R 732 734 696 0 -1 4202496 14225 0 0 0 34227 3 0 0 25 0 1 0 458943594 61353984 14174 33554432000 134512640 136057169 4294247632 18446744073709551615 134618465 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/734/statm: 14979 14174 182 378 0 14599 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 59916

[startup+402.301 s]
/proc/loadavg: 2.02 1.99 1.98 3/178 746
/proc/meminfo: memFree=28059500/32951124 swapFree=67111524/67111528
[pid=734] ppid=732 vsize=62832 CPUtime=402.3 cores=1,3,5,7
/proc/734/stat : 734 (clasp) R 732 734 696 0 -1 4202496 14896 0 0 0 40227 3 0 0 25 0 1 0 458943594 64339968 14845 33554432000 134512640 136057169 4294247632 18446744073709551615 134813043 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/734/statm: 15708 14845 182 378 0 15328 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 62832

[startup+462.301 s]
/proc/loadavg: 2.01 1.99 1.98 3/178 748
/proc/meminfo: memFree=28053508/32951124 swapFree=67111524/67111528
[pid=734] ppid=732 vsize=68588 CPUtime=462.31 cores=1,3,5,7
/proc/734/stat : 734 (clasp) R 732 734 696 0 -1 4202496 16325 0 0 0 46227 4 0 0 25 0 1 0 458943594 70234112 16179 33554432000 134512640 136057169 4294247632 18446744073709551615 134618465 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/734/statm: 17147 16179 182 378 0 16767 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 68588

[startup+522.301 s]
/proc/loadavg: 2.00 1.99 1.98 3/178 749
/proc/meminfo: memFree=28050232/32951124 swapFree=67111524/67111528
[pid=734] ppid=732 vsize=71624 CPUtime=522.31 cores=1,3,5,7
/proc/734/stat : 734 (clasp) R 732 734 696 0 -1 4202496 17018 0 0 0 52227 4 0 0 25 0 1 0 458943594 73342976 16872 33554432000 134512640 136057169 4294247632 18446744073709551615 134828257 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/734/statm: 17906 16872 182 378 0 17526 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 71624

[startup+582.301 s]
/proc/loadavg: 2.00 1.99 1.98 3/178 751
/proc/meminfo: memFree=28047712/32951124 swapFree=67111524/67111528
[pid=734] ppid=732 vsize=73152 CPUtime=582.31 cores=1,3,5,7
/proc/734/stat : 734 (clasp) R 732 734 696 0 -1 4202496 17337 0 0 0 58227 4 0 0 25 0 1 0 458943594 74907648 17191 33554432000 134512640 136057169 4294247632 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/734/statm: 18288 17191 182 378 0 17908 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 73152

[startup+642.3 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 872
/proc/meminfo: memFree=27969072/32951124 swapFree=67111524/67111528
[pid=734] ppid=732 vsize=134240 CPUtime=4062.42 cores=1,3,5,7
/proc/734/stat : 734 (clasp) R 732 734 696 0 -1 4202496 32703 0 0 0 406235 7 0 0 25 0 1 0 458943594 137461760 31534 33554432000 134512640 136057169 4294247632 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/734/statm: 33560 31534 182 378 0 33180 0
Current children cumulated CPU time (s) 4062.42
Current children cumulated vsize (KiB) 134240

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 873
/proc/meminfo: memFree=27968904/32951124 swapFree=67111524/67111528
[pid=734] ppid=732 vsize=134436 CPUtime=4122.41 cores=1,3,5,7
/proc/734/stat : 734 (clasp) R 732 734 696 0 -1 4202496 32734 0 0 0 412234 7 0 0 25 0 1 0 458943594 137662464 31565 33554432000 134512640 136057169 4294247632 18446744073709551615 134612852 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/734/statm: 33609 31565 182 378 0 33229 0
Current children cumulated CPU time (s) 4122.41
Current children cumulated vsize (KiB) 134436

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 875
/proc/meminfo: memFree=27967752/32951124 swapFree=67111524/67111528
[pid=734] ppid=732 vsize=135716 CPUtime=4182.41 cores=1,3,5,7
/proc/734/stat : 734 (clasp) R 732 734 696 0 -1 4202496 33018 0 0 0 418234 7 0 0 25 0 1 0 458943594 138973184 31849 33554432000 134512640 136057169 4294247632 18446744073709551615 134829001 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/734/statm: 33929 31849 182 378 0 33549 0
Current children cumulated CPU time (s) 4182.41
Current children cumulated vsize (KiB) 135716

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 881
/proc/meminfo: memFree=27967436/32951124 swapFree=67111524/67111528
[pid=734] ppid=732 vsize=135716 CPUtime=4242.43 cores=1,3,5,7
/proc/734/stat : 734 (clasp) R 732 734 696 0 -1 4202496 33039 0 0 0 424235 8 0 0 25 0 1 0 458943594 138973184 31870 33554432000 134512640 136057169 4294247632 18446744073709551615 134618243 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/734/statm: 33929 31870 182 378 0 33549 0
Current children cumulated CPU time (s) 4242.43
Current children cumulated vsize (KiB) 135716

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 882
/proc/meminfo: memFree=27967076/32951124 swapFree=67111524/67111528
[pid=734] ppid=732 vsize=136140 CPUtime=4302.43 cores=1,3,5,7
/proc/734/stat : 734 (clasp) R 732 734 696 0 -1 4202496 33139 0 0 0 430235 8 0 0 25 0 1 0 458943594 139407360 31970 33554432000 134512640 136057169 4294247632 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/734/statm: 34035 31970 182 378 0 33655 0
Current children cumulated CPU time (s) 4302.43
Current children cumulated vsize (KiB) 136140

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 884
/proc/meminfo: memFree=27966540/32951124 swapFree=67111524/67111528
[pid=734] ppid=732 vsize=136780 CPUtime=4362.43 cores=1,3,5,7
/proc/734/stat : 734 (clasp) R 732 734 696 0 -1 4202496 33285 0 0 0 436235 8 0 0 25 0 1 0 458943594 140062720 32116 33554432000 134512640 136057169 4294247632 18446744073709551615 134618250 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/734/statm: 34195 32116 182 378 0 33815 0
Current children cumulated CPU time (s) 4362.43
Current children cumulated vsize (KiB) 136780

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 885
/proc/meminfo: memFree=27965748/32951124 swapFree=67111524/67111528
[pid=734] ppid=732 vsize=137540 CPUtime=4422.43 cores=1,3,5,7
/proc/734/stat : 734 (clasp) R 732 734 696 0 -1 4202496 33472 0 0 0 442235 8 0 0 25 0 1 0 458943594 140840960 32267 33554432000 134512640 136057169 4294247632 18446744073709551615 134618368 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/734/statm: 34385 32267 182 378 0 34005 0
Current children cumulated CPU time (s) 4422.43
Current children cumulated vsize (KiB) 137540

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 887
/proc/meminfo: memFree=27964088/32951124 swapFree=67111524/67111528
[pid=734] ppid=732 vsize=139164 CPUtime=4482.43 cores=1,3,5,7
/proc/734/stat : 734 (clasp) R 732 734 696 0 -1 4202496 33891 0 0 0 448235 8 0 0 25 0 1 0 458943594 142503936 32686 33554432000 134512640 136057169 4294247632 18446744073709551615 134829034 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/734/statm: 34791 32686 182 378 0 34411 0
Current children cumulated CPU time (s) 4482.43
Current children cumulated vsize (KiB) 139164

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 889
/proc/meminfo: memFree=27961792/32951124 swapFree=67111524/67111528
[pid=734] ppid=732 vsize=141152 CPUtime=4542.43 cores=1,3,5,7
/proc/734/stat : 734 (clasp) R 732 734 696 0 -1 4202496 34447 0 0 0 454235 8 0 0 25 0 1 0 458943594 144539648 33206 33554432000 134512640 136057169 4294247632 18446744073709551615 134823850 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/734/statm: 35288 33206 182 378 0 34908 0
Current children cumulated CPU time (s) 4542.43
Current children cumulated vsize (KiB) 141152

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 890
/proc/meminfo: memFree=27959740/32951124 swapFree=67111524/67111528
[pid=734] ppid=732 vsize=142952 CPUtime=4602.43 cores=1,3,5,7
/proc/734/stat : 734 (clasp) R 732 734 696 0 -1 4202496 34803 0 0 0 460235 8 0 0 25 0 1 0 458943594 146382848 33562 33554432000 134512640 136057169 4294247632 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/734/statm: 35738 33562 182 378 0 35358 0
Current children cumulated CPU time (s) 4602.43
Current children cumulated vsize (KiB) 142952

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 892
/proc/meminfo: memFree=27957224/32951124 swapFree=67111524/67111528
[pid=734] ppid=732 vsize=145524 CPUtime=4662.43 cores=1,3,5,7
/proc/734/stat : 734 (clasp) R 732 734 696 0 -1 4202496 35437 0 0 0 466235 8 0 0 25 0 1 0 458943594 149016576 34196 33554432000 134512640 136057169 4294247632 18446744073709551615 134615628 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/734/statm: 36381 34196 182 378 0 36001 0
Current children cumulated CPU time (s) 4662.43
Current children cumulated vsize (KiB) 145524

[startup+4722.31 s]
/proc/loadavg: 2.05 2.01 2.00 3/178 893
/proc/meminfo: memFree=27955692/32951124 swapFree=67111524/67111528
[pid=734] ppid=732 vsize=146748 CPUtime=4722.44 cores=1,3,5,7
/proc/734/stat : 734 (clasp) R 732 734 696 0 -1 4202496 35763 0 0 0 472236 8 0 0 25 0 1 0 458943594 150269952 34522 33554432000 134512640 136057169 4294247632 18446744073709551615 134615641 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/734/statm: 36687 34522 182 378 0 36307 0
Current children cumulated CPU time (s) 4722.44
Current children cumulated vsize (KiB) 146748

[startup+4782.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 895
/proc/meminfo: memFree=27955404/32951124 swapFree=67111524/67111528
[pid=734] ppid=732 vsize=146748 CPUtime=4782.44 cores=1,3,5,7
/proc/734/stat : 734 (clasp) R 732 734 696 0 -1 4202496 35767 0 0 0 478236 8 0 0 25 0 1 0 458943594 150269952 34526 33554432000 134512640 136057169 4294247632 18446744073709551615 135459153 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/734/statm: 36687 34526 182 378 0 36307 0
Current children cumulated CPU time (s) 4782.44
Current children cumulated vsize (KiB) 146748

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 897
/proc/meminfo: memFree=27955364/32951124 swapFree=67111524/67111528
[pid=734] ppid=732 vsize=146748 CPUtime=4842.44 cores=1,3,5,7
/proc/734/stat : 734 (clasp) R 732 734 696 0 -1 4202496 35781 0 0 0 484236 8 0 0 25 0 1 0 458943594 150269952 34540 33554432000 134512640 136057169 4294247632 18446744073709551615 134618304 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/734/statm: 36687 34540 182 378 0 36307 0
Current children cumulated CPU time (s) 4842.44
Current children cumulated vsize (KiB) 146748

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 898
/proc/meminfo: memFree=27955080/32951124 swapFree=67111524/67111528
[pid=734] ppid=732 vsize=146968 CPUtime=4902.44 cores=1,3,5,7
/proc/734/stat : 734 (clasp) R 732 734 696 0 -1 4202496 35907 0 0 0 490236 8 0 0 25 0 1 0 458943594 150495232 34594 33554432000 134512640 136057169 4294247632 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/734/statm: 36742 34594 182 378 0 36362 0
Current children cumulated CPU time (s) 4902.44
Current children cumulated vsize (KiB) 146968

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 900
/proc/meminfo: memFree=27955036/32951124 swapFree=67111524/67111528
[pid=734] ppid=732 vsize=147108 CPUtime=4962.44 cores=1,3,5,7
/proc/734/stat : 734 (clasp) R 732 734 696 0 -1 4202496 36006 0 0 0 496236 8 0 0 25 0 1 0 458943594 150638592 34621 33554432000 134512640 136057169 4294247632 18446744073709551615 134618476 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/734/statm: 36777 34621 182 378 0 36397 0
Current children cumulated CPU time (s) 4962.44
Current children cumulated vsize (KiB) 147108



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 2.00 2/178 902
/proc/meminfo: memFree=27998036/32951124 swapFree=67111524/67111528
[pid=734] ppid=732 vsize=147504 CPUtime=5000.04 cores=1,3,5,7
/proc/734/stat : 734 (clasp) R 732 734 696 0 -1 4202496 36124 0 0 0 499996 8 0 0 25 0 1 0 458943594 151044096 34739 33554432000 134512640 136057169 4294247632 18446744073709551615 134615649 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/734/statm: 36876 34739 182 378 0 36496 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 147504

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.00 2.00 2/178 902
/proc/meminfo: memFree=27998036/32951124 swapFree=67111524/67111528
[pid=734] ppid=732 vsize=147504 CPUtime=5000.04 cores=1,3,5,7
/proc/734/stat : 734 (clasp) R 732 734 696 0 -1 4202496 36124 0 0 0 499996 8 0 0 25 0 1 0 458943594 151044096 34739 33554432000 134512640 136057169 4294247632 18446744073709551615 134615649 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/734/statm: 36876 34739 182 378 0 36496 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 147504

Child status: 0
Real time (s): 4999.91
CPU time (s): 5000.07
CPU user time (s): 4999.97
CPU system time (s): 0.093985
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 147504

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

runsolver used 7.07092 second user time and 15.6636 second system time

The end

Launcher Data

Begin job on node147 at 2011-04-24 19:14:37
IDJOB=3276128
IDBENCH=85538
IDSOLVER=1677
FILE ID=node147/3276128-1303665277
RUNJOBID= node147-1303665277-715
PBS_JOBID= 13150750
Free space on /tmp= 72372 MiB

SOLVER NAME= SAT09 reference solver: clasp 1.2.0-SAT09-32
BENCH NAME= SAT05/crafted/sabharwal05/counting/fphp/unsat/harder/fphp-030-029.shuffled-as.sat05-1234.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-3276128-1303665277/watcher-3276128-1303665277 -o /tmp/evaluation-result-3276128-1303665277/solver-3276128-1303665277 -C 5000 -W 5100 -M 15500  HOME/clasp --file=HOME/instance-3276128-1303665277.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

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

MD5SUM BENCH= c12aa6a0ac1bca448bef51c167f3bbbb
RANDOM SEED=1995746742

node147.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28139472 kB
Buffers:        917680 kB
Cached:        3384988 kB
SwapCached:          4 kB
Active:         276236 kB
Inactive:      4091284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28139472 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            4436 kB
Writeback:           0 kB
AnonPages:       65068 kB
Mapped:          15592 kB
Slab:           379372 kB
PageTables:       4508 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   206244 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= 72368 MiB
End job on node147 at 2011-04-24 20:37:59