Trace number 3273190

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.02

General information on the benchmark

NameCRAFTED/edgematching/
compact/em_12_2_4_cmp.cnf
MD5SUM7ea97a36d5ab6c8a5aa99830d5253591
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark62.0956
Satisfiable
(Un)Satisfiability was proved
Number of variables12584
Number of clauses155712
Sum of the clauses size523920
Maximum clause length100
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 217404
Number of clauses of size 3103200
Number of clauses of size 417828
Number of clauses of size 517000
Number of clauses of size over 5280

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-3273190-1303600597/watcher-3273190-1303600597 -o /tmp/evaluation-result-3273190-1303600597/solver-3273190-1303600597 -C 2400 -W 1300 -M 7680 HOME/clasp --file=HOME/instance-3273190-1303600597.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: 0.00 0.00 0.52 2/175 12679
/proc/meminfo: memFree=14191088/32950928 swapFree=67111524/67111528
[pid=12679] ppid=12676 vsize=3220 CPUtime=0 cores=1,3
/proc/12679/stat : 12679 (clasp) R 12676 12679 12644 0 -1 4202496 572 0 0 0 0 0 0 0 18 0 1 0 550290423 3297280 520 33554432000 134512640 136057169 4290536512 18446744073709551615 135502702 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12679/statm: 805 520 145 378 0 425 0

[startup+0.073135 s]
/proc/loadavg: 0.00 0.00 0.52 2/175 12679
/proc/meminfo: memFree=14191088/32950928 swapFree=67111524/67111528
[pid=12679] ppid=12676 vsize=10848 CPUtime=0.06 cores=1,3
/proc/12679/stat : 12679 (clasp) R 12676 12679 12644 0 -1 4202496 2868 0 0 0 6 0 0 0 18 0 1 0 550290423 11108352 2389 33554432000 134512640 136057169 4290536512 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12679/statm: 2712 2390 163 378 0 2332 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10848

[startup+0.101132 s]
/proc/loadavg: 0.00 0.00 0.52 2/175 12679
/proc/meminfo: memFree=14191088/32950928 swapFree=67111524/67111528
[pid=12679] ppid=12676 vsize=13436 CPUtime=0.09 cores=1,3
/proc/12679/stat : 12679 (clasp) R 12676 12679 12644 0 -1 4202496 3594 0 0 0 9 0 0 0 18 0 1 0 550290423 13758464 2979 33554432000 134512640 136057169 4290536512 18446744073709551615 134774372 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12679/statm: 3359 2979 166 378 0 2979 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13436

[startup+0.30109 s]
/proc/loadavg: 0.00 0.00 0.52 2/175 12679
/proc/meminfo: memFree=14191088/32950928 swapFree=67111524/67111528
[pid=12679] ppid=12676 vsize=13108 CPUtime=0.29 cores=1,3
/proc/12679/stat : 12679 (clasp) R 12676 12679 12644 0 -1 4202496 4052 0 0 0 29 0 0 0 18 0 1 0 550290423 13422592 3032 33554432000 134512640 136057169 4290536512 18446744073709551615 134756802 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12679/statm: 3277 3032 179 378 0 2897 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13108

[startup+0.700998 s]
/proc/loadavg: 0.00 0.00 0.52 2/175 12679
/proc/meminfo: memFree=14191088/32950928 swapFree=67111524/67111528
[pid=12679] ppid=12676 vsize=15232 CPUtime=0.69 cores=1,3
/proc/12679/stat : 12679 (clasp) R 12676 12679 12644 0 -1 4202496 4585 0 0 0 69 0 0 0 18 0 1 0 550290423 15597568 3565 33554432000 134512640 136057169 4290536512 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12679/statm: 3808 3565 183 378 0 3428 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15232

[startup+1.50085 s]
/proc/loadavg: 0.00 0.00 0.52 5/190 12705
/proc/meminfo: memFree=14149296/32950928 swapFree=67111524/67111528
[pid=12679] ppid=12676 vsize=25840 CPUtime=1.49 cores=1,3
/proc/12679/stat : 12679 (clasp) R 12676 12679 12644 0 -1 4202496 7234 0 0 0 149 0 0 0 20 0 1 0 550290423 26460160 6214 33554432000 134512640 136057169 4290536512 18446744073709551615 134637464 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12679/statm: 6460 6216 183 378 0 6080 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25840

[startup+3.10054 s]
/proc/loadavg: 0.32 0.07 0.54 5/190 12705
/proc/meminfo: memFree=14123256/32950928 swapFree=67111524/67111528
[pid=12679] ppid=12676 vsize=40836 CPUtime=3.09 cores=1,3
/proc/12679/stat : 12679 (clasp) R 12676 12679 12644 0 -1 4202496 10970 0 0 0 308 1 0 0 25 0 1 0 550290423 41816064 9950 33554432000 134512640 136057169 4290536512 18446744073709551615 134618245 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12679/statm: 10209 9950 183 378 0 9829 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 40836

[startup+6.30094 s]
/proc/loadavg: 0.32 0.07 0.54 5/190 12705
/proc/meminfo: memFree=14078264/32950928 swapFree=67111524/67111528
[pid=12679] ppid=12676 vsize=62816 CPUtime=6.3 cores=1,3
/proc/12679/stat : 12679 (clasp) R 12676 12679 12644 0 -1 4202496 16418 0 0 0 628 2 0 0 25 0 1 0 550290423 64323584 15398 33554432000 134512640 136057169 4290536512 18446744073709551615 134823956 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12679/statm: 15704 15398 183 378 0 15324 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 62816

[startup+12.7007 s]
/proc/loadavg: 0.89 0.20 0.58 5/190 12705
/proc/meminfo: memFree=14047172/32950928 swapFree=67111524/67111528
[pid=12679] ppid=12676 vsize=80484 CPUtime=12.69 cores=1,3
/proc/12679/stat : 12679 (clasp) R 12676 12679 12644 0 -1 4202496 20807 0 0 0 1267 2 0 0 25 0 1 0 550290423 82415616 19787 33554432000 134512640 136057169 4290536512 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12679/statm: 20121 19787 183 378 0 19741 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 80484

[startup+25.5003 s]
/proc/loadavg: 1.44 0.34 0.62 5/190 12706
/proc/meminfo: memFree=13991680/32950928 swapFree=67111524/67111528
[pid=12679] ppid=12676 vsize=101572 CPUtime=25.5 cores=1,3
/proc/12679/stat : 12679 (clasp) R 12676 12679 12644 0 -1 4202496 25864 0 0 0 2546 4 0 0 25 0 1 0 550290423 104009728 24844 33554432000 134512640 136057169 4290536512 18446744073709551615 134618304 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12679/statm: 25393 24844 183 378 0 25013 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 101572

[startup+51.1004 s]
/proc/loadavg: 2.31 0.63 0.71 5/190 12706
/proc/meminfo: memFree=13956604/32950928 swapFree=67111524/67111528
[pid=12679] ppid=12676 vsize=117772 CPUtime=51.1 cores=1,3
/proc/12679/stat : 12679 (clasp) R 12676 12679 12644 0 -1 4202496 29824 0 0 0 5105 5 0 0 25 0 1 0 550290423 120598528 28804 33554432000 134512640 136057169 4290536512 18446744073709551615 134615984 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12679/statm: 29443 28804 183 378 0 29063 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 117772

[startup+102.307 s]
/proc/loadavg: 3.32 1.19 0.90 5/190 12708
/proc/meminfo: memFree=13894824/32950928 swapFree=67111524/67111528
[pid=12679] ppid=12676 vsize=164944 CPUtime=102.3 cores=1,3
/proc/12679/stat : 12679 (clasp) R 12676 12679 12644 0 -1 4202496 41533 0 0 0 10223 7 0 0 25 0 1 0 550290423 168902656 40513 33554432000 134512640 136057169 4290536512 18446744073709551615 134823325 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12679/statm: 41236 40513 183 378 0 40856 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 164944

[startup+162.3 s]
/proc/loadavg: 3.79 1.72 1.09 5/190 12709
/proc/meminfo: memFree=13860924/32950928 swapFree=67111524/67111528
[pid=12679] ppid=12676 vsize=165804 CPUtime=162.3 cores=1,3
/proc/12679/stat : 12679 (clasp) R 12676 12679 12644 0 -1 4202496 41712 0 0 0 16223 7 0 0 25 0 1 0 550290423 169783296 40692 33554432000 134512640 136057169 4290536512 18446744073709551615 134634867 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12679/statm: 41451 40692 183 378 0 41071 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 165804

[startup+222.301 s]
/proc/loadavg: 3.95 2.14 1.28 5/190 12711
/proc/meminfo: memFree=13833460/32950928 swapFree=67111524/67111528
[pid=12679] ppid=12676 vsize=189980 CPUtime=222.3 cores=1,3
/proc/12679/stat : 12679 (clasp) R 12676 12679 12644 0 -1 4202496 47530 0 0 0 22222 8 0 0 25 0 1 0 550290423 194539520 46510 33554432000 134512640 136057169 4290536512 18446744073709551615 135459153 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12679/statm: 47495 46510 183 378 0 47115 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 189980

[startup+282.301 s]
/proc/loadavg: 3.98 2.48 1.44 5/190 12713
/proc/meminfo: memFree=13784448/32950928 swapFree=67111524/67111528
[pid=12679] ppid=12676 vsize=235724 CPUtime=282.3 cores=1,3
/proc/12679/stat : 12679 (clasp) R 12676 12679 12644 0 -1 4202496 58571 0 0 0 28219 11 0 0 25 0 1 0 550290423 241381376 57551 33554432000 134512640 136057169 4290536512 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12679/statm: 58931 57551 183 378 0 58551 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 235724

[startup+342.301 s]
/proc/loadavg: 3.99 2.75 1.60 5/190 12714
/proc/meminfo: memFree=13753024/32950928 swapFree=67111524/67111528
[pid=12679] ppid=12676 vsize=254704 CPUtime=342.31 cores=1,3
/proc/12679/stat : 12679 (clasp) R 12676 12679 12644 0 -1 4202496 63282 0 0 0 34219 12 0 0 25 0 1 0 550290423 260816896 62262 33554432000 134512640 136057169 4290536512 18446744073709551615 134618468 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12679/statm: 63676 62262 183 378 0 63296 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 254704

[startup+402.301 s]
/proc/loadavg: 3.99 2.96 1.74 5/190 12716
/proc/meminfo: memFree=13732280/32950928 swapFree=67111524/67111528
[pid=12679] ppid=12676 vsize=256508 CPUtime=402.31 cores=1,3
/proc/12679/stat : 12679 (clasp) R 12676 12679 12644 0 -1 4202496 63775 0 0 0 40219 12 0 0 25 0 1 0 550290423 262664192 62755 33554432000 134512640 136057169 4290536512 18446744073709551615 134809421 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12679/statm: 64127 62755 183 378 0 63747 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 256508

[startup+462.3 s]
/proc/loadavg: 3.99 3.16 1.89 5/190 12717
/proc/meminfo: memFree=13717360/32950928 swapFree=67111524/67111528
[pid=12679] ppid=12676 vsize=256860 CPUtime=462.31 cores=1,3
/proc/12679/stat : 12679 (clasp) R 12676 12679 12644 0 -1 4202496 63856 0 0 0 46219 12 0 0 25 0 1 0 550290423 263024640 62836 33554432000 134512640 136057169 4290536512 18446744073709551615 134618347 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12679/statm: 64215 62836 183 378 0 63835 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 256860

[startup+522.301 s]
/proc/loadavg: 3.99 3.30 2.01 5/190 12719
/proc/meminfo: memFree=13705656/32950928 swapFree=67111524/67111528
[pid=12679] ppid=12676 vsize=257828 CPUtime=522.31 cores=1,3
/proc/12679/stat : 12679 (clasp) R 12676 12679 12644 0 -1 4202496 64087 0 0 0 52219 12 0 0 25 0 1 0 550290423 264015872 63067 33554432000 134512640 136057169 4290536512 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12679/statm: 64457 63067 183 378 0 64077 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 257828

[startup+582.301 s]
/proc/loadavg: 4.05 3.45 2.14 5/190 12721
/proc/meminfo: memFree=13694200/32950928 swapFree=67111524/67111528
[pid=12679] ppid=12676 vsize=266232 CPUtime=582.31 cores=1,3
/proc/12679/stat : 12679 (clasp) R 12676 12679 12644 0 -1 4202496 66171 0 0 0 58219 12 0 0 25 0 1 0 550290423 272621568 65151 33554432000 134512640 136057169 4290536512 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12679/statm: 66558 65151 183 378 0 66178 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 266232

[startup+642.301 s]
/proc/loadavg: 4.02 3.55 2.26 5/190 12722
/proc/meminfo: memFree=13666748/32950928 swapFree=67111524/67111528
[pid=12679] ppid=12676 vsize=271100 CPUtime=642.32 cores=1,3
/proc/12679/stat : 12679 (clasp) R 12676 12679 12644 0 -1 4202496 67283 0 0 0 64220 12 0 0 25 0 1 0 550290423 277606400 66263 33554432000 134512640 136057169 4290536512 18446744073709551615 134618473 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12679/statm: 67775 66263 183 378 0 67395 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 271100

[startup+702.301 s]
/proc/loadavg: 4.00 3.63 2.36 5/190 12724
/proc/meminfo: memFree=13650948/32950928 swapFree=67111524/67111528
[pid=12679] ppid=12676 vsize=286880 CPUtime=702.32 cores=1,3
/proc/12679/stat : 12679 (clasp) R 12676 12679 12644 0 -1 4202496 71030 0 0 0 70219 13 0 0 25 0 1 0 550290423 293765120 70010 33554432000 134512640 136057169 4290536512 18446744073709551615 134829006 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12679/statm: 71720 70010 183 378 0 71340 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 286880

[startup+762.307 s]
/proc/loadavg: 4.00 3.69 2.46 5/190 12725
/proc/meminfo: memFree=13639364/32950928 swapFree=67111524/67111528
[pid=12679] ppid=12676 vsize=298712 CPUtime=762.33 cores=1,3
/proc/12679/stat : 12679 (clasp) R 12676 12679 12644 0 -1 4202496 73731 0 0 0 76219 14 0 0 25 0 1 0 550290423 305881088 72711 33554432000 134512640 136057169 4290536512 18446744073709551615 134828980 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12679/statm: 74678 72711 183 378 0 74298 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 298712

[startup+822.301 s]
/proc/loadavg: 4.00 3.74 2.56 5/190 12727
/proc/meminfo: memFree=13627660/32950928 swapFree=67111524/67111528
[pid=12679] ppid=12676 vsize=309276 CPUtime=822.33 cores=1,3
/proc/12679/stat : 12679 (clasp) R 12676 12679 12644 0 -1 4202496 76301 0 0 0 82218 15 0 0 25 0 1 0 550290423 316698624 75281 33554432000 134512640 136057169 4290536512 18446744073709551615 134820200 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12679/statm: 77319 75281 183 378 0 76939 0
Current children cumulated CPU time (s) 822.33
Current children cumulated vsize (KiB) 309276

[startup+882.301 s]
/proc/loadavg: 4.00 3.79 2.64 5/190 12729
/proc/meminfo: memFree=13627116/32950928 swapFree=67111524/67111528
[pid=12679] ppid=12676 vsize=310056 CPUtime=882.33 cores=1,3
/proc/12679/stat : 12679 (clasp) R 12676 12679 12644 0 -1 4202496 76442 0 0 0 88218 15 0 0 25 0 1 0 550290423 317497344 75422 33554432000 134512640 136057169 4290536512 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12679/statm: 77514 75422 183 378 0 77134 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 310056

[startup+942.3 s]
/proc/loadavg: 4.00 3.82 2.73 5/190 12730
/proc/meminfo: memFree=13605852/32950928 swapFree=67111524/67111528
[pid=12679] ppid=12676 vsize=312724 CPUtime=942.33 cores=1,3
/proc/12679/stat : 12679 (clasp) R 12676 12679 12644 0 -1 4202496 77049 0 0 0 94218 15 0 0 25 0 1 0 550290423 320229376 76029 33554432000 134512640 136057169 4290536512 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12679/statm: 78181 76029 183 378 0 77801 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 312724

[startup+1002.3 s]
/proc/loadavg: 4.00 3.85 2.80 5/190 12732
/proc/meminfo: memFree=13590924/32950928 swapFree=67111524/67111528
[pid=12679] ppid=12676 vsize=318264 CPUtime=1002.33 cores=1,3
/proc/12679/stat : 12679 (clasp) R 12676 12679 12644 0 -1 4202496 78222 0 0 0 100218 15 0 0 25 0 1 0 550290423 325902336 77202 33554432000 134512640 136057169 4290536512 18446744073709551615 134637484 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12679/statm: 79566 77202 183 378 0 79186 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 318264

[startup+1062.3 s]
/proc/loadavg: 4.00 3.88 2.87 5/190 12733
/proc/meminfo: memFree=13587784/32950928 swapFree=67111524/67111528
[pid=12679] ppid=12676 vsize=321680 CPUtime=1062.33 cores=1,3
/proc/12679/stat : 12679 (clasp) R 12676 12679 12644 0 -1 4202496 78928 0 0 0 106218 15 0 0 25 0 1 0 550290423 329400320 77908 33554432000 134512640 136057169 4290536512 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12679/statm: 80420 77908 183 378 0 80040 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 321680

[startup+1122.3 s]
/proc/loadavg: 4.04 3.91 2.95 5/190 12735
/proc/meminfo: memFree=13563676/32950928 swapFree=67111524/67111528
[pid=12679] ppid=12676 vsize=344680 CPUtime=1122.33 cores=1,3
/proc/12679/stat : 12679 (clasp) R 12676 12679 12644 0 -1 4202496 84654 0 0 0 112217 16 0 0 25 0 1 0 550290423 352952320 83498 33554432000 134512640 136057169 4290536512 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12679/statm: 86170 83498 183 378 0 85790 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 344680

[startup+1182.3 s]
/proc/loadavg: 4.01 3.92 3.01 5/190 12737
/proc/meminfo: memFree=13538448/32950928 swapFree=67111524/67111528
[pid=12679] ppid=12676 vsize=345020 CPUtime=1182.33 cores=1,3
/proc/12679/stat : 12679 (clasp) R 12676 12679 12644 0 -1 4202496 84725 0 0 0 118217 16 0 0 25 0 1 0 550290423 353300480 83569 33554432000 134512640 136057169 4290536512 18446744073709551615 134823788 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12679/statm: 86255 83569 183 378 0 85875 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 345020

[startup+1242.3 s]
/proc/loadavg: 4.11 3.96 3.08 5/190 12738
/proc/meminfo: memFree=13517440/32950928 swapFree=67111524/67111528
[pid=12679] ppid=12676 vsize=363408 CPUtime=1242.34 cores=1,3
/proc/12679/stat : 12679 (clasp) R 12676 12679 12644 0 -1 4202496 89261 0 0 0 124217 17 0 0 25 0 1 0 550290423 372129792 88105 33554432000 134512640 136057169 4290536512 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12679/statm: 90852 88105 183 378 0 90472 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 363408



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 3.97 3.13 5/190 12740
/proc/meminfo: memFree=13499400/32950928 swapFree=67111524/67111528
[pid=12679] ppid=12676 vsize=366972 CPUtime=1300.04 cores=1,3
/proc/12679/stat : 12679 (clasp) R 12676 12679 12644 0 -1 4202496 90074 0 0 0 129987 17 0 0 25 0 1 0 550290423 375779328 88918 33554432000 134512640 136057169 4290536512 18446744073709551615 134615952 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12679/statm: 91743 88918 183 378 0 91363 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 366972

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.02
CPU time (s): 1300.07
CPU user time (s): 1299.88
CPU system time (s): 0.19297
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 366972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.88
system time used= 0.19297
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90076
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= 4
involuntary context switches= 14696

runsolver used 2.12268 second user time and 4.98024 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-24 01:16:38
IDJOB=3273190
IDBENCH=70908
IDSOLVER=1674
FILE ID=node115/3273190-1303600597
RUNJOBID= node115-1303600594-12664
PBS_JOBID= 13150582
Free space on /tmp= 72436 MiB

SOLVER NAME= SAT09 reference solver: clasp 1.2.0-SAT09-32
BENCH NAME= SAT09/CRAFTED/edgematching/compact/em_12_2_4_cmp.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-3273190-1303600597/watcher-3273190-1303600597 -o /tmp/evaluation-result-3273190-1303600597/solver-3273190-1303600597 -C 2400 -W 1300 -M 7680  HOME/clasp --file=HOME/instance-3273190-1303600597.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

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

MD5SUM BENCH= 7ea97a36d5ab6c8a5aa99830d5253591
RANDOM SEED=1514042233

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
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:      14191508 kB
Buffers:       2281668 kB
Cached:       15861140 kB
SwapCached:          4 kB
Active:        7304520 kB
Inactive:     10902648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14191508 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            5324 kB
Writeback:           0 kB
AnonPages:       63604 kB
Mapped:          14432 kB
Slab:           488336 kB
PageTables:       4776 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   186844 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= 72428 MiB
End job on node115 at 2011-04-24 01:38:20