Trace number 3273193

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_11_3_4_cmp.cnf
MD5SUM3b5e80540ef2fcb09cfe50ac7e3686c1
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark135.155
Satisfiable
(Un)Satisfiability was proved
Number of variables8713
Number of clauses99699
Sum of the clauses size335345
Maximum clause length81
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 210866
Number of clauses of size 367270
Number of clauses of size 410556
Number of clauses of size 510773
Number of clauses of size over 5234

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

running on 2 cores: 5,7

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 4/189 12704
/proc/meminfo: memFree=14166656/32950928 swapFree=67111524/67111528
[pid=12704] ppid=12702 vsize=2932 CPUtime=0 cores=5,7
/proc/12704/stat : 12704 (clasp) R 12702 12704 12644 0 -1 4202496 517 0 0 0 0 0 0 0 21 0 1 0 550290466 3002368 471 33554432000 134512640 136057169 4292453200 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12704/statm: 733 471 145 378 0 353 0

[startup+0.101588 s]
/proc/loadavg: 0.00 0.00 0.52 4/189 12704
/proc/meminfo: memFree=14166656/32950928 swapFree=67111524/67111528
[pid=12704] ppid=12702 vsize=9576 CPUtime=0.09 cores=5,7
/proc/12704/stat : 12704 (clasp) R 12702 12704 12644 0 -1 4202496 2378 0 0 0 9 0 0 0 21 0 1 0 550290466 9805824 2072 33554432000 134512640 136057169 4292453200 18446744073709551615 134774608 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12704/statm: 2394 2072 166 378 0 2014 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9576

[startup+0.200565 s]
/proc/loadavg: 0.00 0.00 0.52 4/189 12704
/proc/meminfo: memFree=14166656/32950928 swapFree=67111524/67111528
[pid=12704] ppid=12702 vsize=9144 CPUtime=0.19 cores=5,7
/proc/12704/stat : 12704 (clasp) R 12702 12704 12644 0 -1 4202496 2549 0 0 0 19 0 0 0 22 0 1 0 550290466 9363456 2047 33554432000 134512640 136057169 4292453200 18446744073709551615 134823850 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12704/statm: 2286 2047 183 378 0 1906 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 9144

[startup+0.300551 s]
/proc/loadavg: 0.00 0.00 0.52 4/189 12704
/proc/meminfo: memFree=14166656/32950928 swapFree=67111524/67111528
[pid=12704] ppid=12702 vsize=9144 CPUtime=0.29 cores=5,7
/proc/12704/stat : 12704 (clasp) R 12702 12704 12644 0 -1 4202496 2549 0 0 0 29 0 0 0 22 0 1 0 550290466 9363456 2047 33554432000 134512640 136057169 4292453200 18446744073709551615 134820137 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12704/statm: 2286 2047 183 378 0 1906 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9144

[startup+0.700486 s]
/proc/loadavg: 0.00 0.00 0.52 4/189 12704
/proc/meminfo: memFree=14166656/32950928 swapFree=67111524/67111528
[pid=12704] ppid=12702 vsize=13896 CPUtime=0.69 cores=5,7
/proc/12704/stat : 12704 (clasp) R 12702 12704 12644 0 -1 4202496 3727 0 0 0 69 0 0 0 24 0 1 0 550290466 14229504 3225 33554432000 134512640 136057169 4292453200 18446744073709551615 134615984 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12704/statm: 3474 3225 183 378 0 3094 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13896

[startup+1.50032 s]
/proc/loadavg: 0.00 0.00 0.52 5/190 12705
/proc/meminfo: memFree=14134788/32950928 swapFree=67111524/67111528
[pid=12704] ppid=12702 vsize=23048 CPUtime=1.49 cores=5,7
/proc/12704/stat : 12704 (clasp) R 12702 12704 12644 0 -1 4202496 6021 0 0 0 148 1 0 0 25 0 1 0 550290466 23601152 5519 33554432000 134512640 136057169 4292453200 18446744073709551615 134823788 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12704/statm: 5762 5519 183 378 0 5382 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23048

[startup+3.10102 s]
/proc/loadavg: 0.32 0.07 0.54 5/190 12705
/proc/meminfo: memFree=14111600/32950928 swapFree=67111524/67111528
[pid=12704] ppid=12702 vsize=38792 CPUtime=3.09 cores=5,7
/proc/12704/stat : 12704 (clasp) R 12702 12704 12644 0 -1 4202496 9937 0 0 0 308 1 0 0 25 0 1 0 550290466 39723008 9435 33554432000 134512640 136057169 4292453200 18446744073709551615 134823812 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12704/statm: 9698 9435 183 378 0 9318 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 38792

[startup+6.30041 s]
/proc/loadavg: 0.32 0.07 0.54 5/190 12705
/proc/meminfo: memFree=14074792/32950928 swapFree=67111524/67111528
[pid=12704] ppid=12702 vsize=44860 CPUtime=6.3 cores=5,7
/proc/12704/stat : 12704 (clasp) R 12702 12704 12644 0 -1 4202496 11457 0 0 0 628 2 0 0 25 0 1 0 550290466 45936640 10955 33554432000 134512640 136057169 4292453200 18446744073709551615 134618468 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12704/statm: 11215 10955 183 378 0 10835 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 44860

[startup+12.7002 s]
/proc/loadavg: 0.89 0.20 0.58 5/190 12705
/proc/meminfo: memFree=14038616/32950928 swapFree=67111524/67111528
[pid=12704] ppid=12702 vsize=61204 CPUtime=12.69 cores=5,7
/proc/12704/stat : 12704 (clasp) R 12702 12704 12644 0 -1 4202496 15506 0 0 0 1267 2 0 0 25 0 1 0 550290466 62672896 15004 33554432000 134512640 136057169 4292453200 18446744073709551615 134823862 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12704/statm: 15301 15004 183 378 0 14921 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 61204

[startup+25.5008 s]
/proc/loadavg: 1.44 0.34 0.62 5/190 12706
/proc/meminfo: memFree=13991680/32950928 swapFree=67111524/67111528
[pid=12704] ppid=12702 vsize=78680 CPUtime=25.49 cores=5,7
/proc/12704/stat : 12704 (clasp) R 12702 12704 12644 0 -1 4202496 19809 0 0 0 2546 3 0 0 25 0 1 0 550290466 80568320 19307 33554432000 134512640 136057169 4292453200 18446744073709551615 134618267 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12704/statm: 19670 19307 183 378 0 19290 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 78680

[startup+51.1009 s]
/proc/loadavg: 2.31 0.63 0.71 5/190 12706
/proc/meminfo: memFree=13956604/32950928 swapFree=67111524/67111528
[pid=12704] ppid=12702 vsize=94752 CPUtime=51.1 cores=5,7
/proc/12704/stat : 12704 (clasp) R 12702 12704 12644 0 -1 4202496 23752 0 0 0 5106 4 0 0 25 0 1 0 550290466 97026048 23250 33554432000 134512640 136057169 4292453200 18446744073709551615 134616015 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12704/statm: 23688 23250 183 378 0 23308 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 94752

[startup+102.301 s]
/proc/loadavg: 3.32 1.19 0.90 5/190 12708
/proc/meminfo: memFree=13894948/32950928 swapFree=67111524/67111528
[pid=12704] ppid=12702 vsize=104284 CPUtime=102.3 cores=5,7
/proc/12704/stat : 12704 (clasp) R 12702 12704 12644 0 -1 4202496 26160 0 0 0 10226 4 0 0 25 0 1 0 550290466 106786816 25658 33554432000 134512640 136057169 4292453200 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12704/statm: 26071 25658 183 378 0 25691 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 104284

[startup+162.301 s]
/proc/loadavg: 3.79 1.72 1.09 5/190 12709
/proc/meminfo: memFree=13860924/32950928 swapFree=67111524/67111528
[pid=12704] ppid=12702 vsize=134536 CPUtime=162.29 cores=5,7
/proc/12704/stat : 12704 (clasp) R 12702 12704 12644 0 -1 4202496 33446 0 0 0 16223 6 0 0 25 0 1 0 550290466 137764864 32944 33554432000 134512640 136057169 4292453200 18446744073709551615 134618304 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12704/statm: 33634 32944 183 378 0 33254 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 134536

[startup+222.306 s]
/proc/loadavg: 3.95 2.14 1.28 5/190 12711
/proc/meminfo: memFree=13833212/32950928 swapFree=67111524/67111528
[pid=12704] ppid=12702 vsize=137364 CPUtime=222.3 cores=5,7
/proc/12704/stat : 12704 (clasp) R 12702 12704 12644 0 -1 4202496 34174 0 0 0 22224 6 0 0 25 0 1 0 550290466 140660736 33672 33554432000 134512640 136057169 4292453200 18446744073709551615 134618304 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12704/statm: 34341 33672 183 378 0 33961 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 137364

[startup+282.301 s]
/proc/loadavg: 3.98 2.48 1.44 5/190 12713
/proc/meminfo: memFree=13784076/32950928 swapFree=67111524/67111528
[pid=12704] ppid=12702 vsize=140932 CPUtime=282.3 cores=5,7
/proc/12704/stat : 12704 (clasp) R 12702 12704 12644 0 -1 4202496 34976 0 0 0 28224 6 0 0 25 0 1 0 550290466 144314368 34474 33554432000 134512640 136057169 4292453200 18446744073709551615 134823850 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12704/statm: 35233 34474 183 378 0 34853 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 140932

[startup+342.301 s]
/proc/loadavg: 3.99 2.75 1.60 5/190 12714
/proc/meminfo: memFree=13753024/32950928 swapFree=67111524/67111528
[pid=12704] ppid=12702 vsize=152616 CPUtime=342.3 cores=5,7
/proc/12704/stat : 12704 (clasp) R 12702 12704 12644 0 -1 4202496 37783 0 0 0 34223 7 0 0 25 0 1 0 550290466 156278784 37281 33554432000 134512640 136057169 4292453200 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12704/statm: 38154 37281 183 378 0 37774 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 152616

[startup+402.3 s]
/proc/loadavg: 3.99 2.98 1.75 5/190 12716
/proc/meminfo: memFree=13732280/32950928 swapFree=67111524/67111528
[pid=12704] ppid=12702 vsize=171208 CPUtime=402.31 cores=5,7
/proc/12704/stat : 12704 (clasp) R 12702 12704 12644 0 -1 4202496 42333 0 0 0 40222 9 0 0 25 0 1 0 550290466 175316992 41831 33554432000 134512640 136057169 4292453200 18446744073709551615 134618368 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12704/statm: 42802 41831 183 378 0 42422 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 171208

[startup+462.301 s]
/proc/loadavg: 3.99 3.16 1.89 5/190 12717
/proc/meminfo: memFree=13717360/32950928 swapFree=67111524/67111528
[pid=12704] ppid=12702 vsize=184152 CPUtime=462.31 cores=5,7
/proc/12704/stat : 12704 (clasp) R 12702 12704 12644 0 -1 4202496 45484 0 0 0 46221 10 0 0 25 0 1 0 550290466 188571648 44982 33554432000 134512640 136057169 4292453200 18446744073709551615 134615973 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12704/statm: 46038 44982 183 378 0 45658 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 184152

[startup+522.3 s]
/proc/loadavg: 3.99 3.31 2.02 5/190 12719
/proc/meminfo: memFree=13705656/32950928 swapFree=67111524/67111528
[pid=12704] ppid=12702 vsize=193768 CPUtime=522.31 cores=5,7
/proc/12704/stat : 12704 (clasp) R 12702 12704 12644 0 -1 4202496 47814 0 0 0 52221 10 0 0 25 0 1 0 550290466 198418432 47312 33554432000 134512640 136057169 4292453200 18446744073709551615 134615984 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12704/statm: 48442 47312 183 378 0 48062 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 193768

[startup+582.301 s]
/proc/loadavg: 4.05 3.45 2.14 5/190 12721
/proc/meminfo: memFree=13694200/32950928 swapFree=67111524/67111528
[pid=12704] ppid=12702 vsize=193996 CPUtime=582.31 cores=5,7
/proc/12704/stat : 12704 (clasp) R 12702 12704 12644 0 -1 4202496 47877 0 0 0 58221 10 0 0 25 0 1 0 550290466 198651904 47375 33554432000 134512640 136057169 4292453200 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12704/statm: 48499 47375 183 378 0 48119 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 193996

[startup+642.301 s]
/proc/loadavg: 4.02 3.55 2.26 5/190 12722
/proc/meminfo: memFree=13667120/32950928 swapFree=67111524/67111528
[pid=12704] ppid=12702 vsize=216856 CPUtime=642.31 cores=5,7
/proc/12704/stat : 12704 (clasp) R 12702 12704 12644 0 -1 4202496 53469 0 0 0 64220 11 0 0 25 0 1 0 550290466 222060544 52967 33554432000 134512640 136057169 4292453200 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12704/statm: 54214 52967 183 378 0 53834 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 216856

[startup+702.3 s]
/proc/loadavg: 4.00 3.63 2.36 5/190 12724
/proc/meminfo: memFree=13650948/32950928 swapFree=67111524/67111528
[pid=12704] ppid=12702 vsize=216856 CPUtime=702.31 cores=5,7
/proc/12704/stat : 12704 (clasp) R 12702 12704 12644 0 -1 4202496 53496 0 0 0 70220 11 0 0 25 0 1 0 550290466 222060544 52994 33554432000 134512640 136057169 4292453200 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12704/statm: 54214 52994 183 378 0 53834 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 216856

[startup+762.301 s]
/proc/loadavg: 4.00 3.69 2.46 5/190 12725
/proc/meminfo: memFree=13639364/32950928 swapFree=67111524/67111528
[pid=12704] ppid=12702 vsize=216856 CPUtime=762.32 cores=5,7
/proc/12704/stat : 12704 (clasp) R 12702 12704 12644 0 -1 4202496 53506 0 0 0 76221 11 0 0 25 0 1 0 550290466 222060544 53004 33554432000 134512640 136057169 4292453200 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12704/statm: 54214 53004 183 378 0 53834 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 216856

[startup+822.3 s]
/proc/loadavg: 4.00 3.74 2.56 5/190 12727
/proc/meminfo: memFree=13627660/32950928 swapFree=67111524/67111528
[pid=12704] ppid=12702 vsize=216856 CPUtime=822.32 cores=5,7
/proc/12704/stat : 12704 (clasp) R 12702 12704 12644 0 -1 4202496 53514 0 0 0 82221 11 0 0 25 0 1 0 550290466 222060544 53012 33554432000 134512640 136057169 4292453200 18446744073709551615 134618468 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12704/statm: 54214 53012 183 378 0 53834 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 216856

[startup+882.307 s]
/proc/loadavg: 4.00 3.79 2.64 5/190 12729
/proc/meminfo: memFree=13627116/32950928 swapFree=67111524/67111528
[pid=12704] ppid=12702 vsize=216856 CPUtime=882.33 cores=5,7
/proc/12704/stat : 12704 (clasp) R 12702 12704 12644 0 -1 4202496 53514 0 0 0 88222 11 0 0 25 0 1 0 550290466 222060544 53012 33554432000 134512640 136057169 4292453200 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12704/statm: 54214 53012 183 378 0 53834 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 216856

[startup+942.301 s]
/proc/loadavg: 4.00 3.82 2.73 6/190 12730
/proc/meminfo: memFree=13605604/32950928 swapFree=67111524/67111528
[pid=12704] ppid=12702 vsize=236528 CPUtime=942.33 cores=5,7
/proc/12704/stat : 12704 (clasp) R 12702 12704 12644 0 -1 4202496 58316 0 0 0 94220 13 0 0 25 0 1 0 550290466 242204672 57814 33554432000 134512640 136057169 4292453200 18446744073709551615 134618185 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12704/statm: 59132 57814 183 378 0 58752 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 236528

[startup+1002.3 s]
/proc/loadavg: 4.00 3.85 2.80 5/190 12732
/proc/meminfo: memFree=13590924/32950928 swapFree=67111524/67111528
[pid=12704] ppid=12702 vsize=245668 CPUtime=1002.33 cores=5,7
/proc/12704/stat : 12704 (clasp) R 12702 12704 12644 0 -1 4202496 60453 0 0 0 100220 13 0 0 25 0 1 0 550290466 251564032 59951 33554432000 134512640 136057169 4292453200 18446744073709551615 134618374 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12704/statm: 61417 59951 183 378 0 61037 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 245668

[startup+1062.3 s]
/proc/loadavg: 4.00 3.88 2.87 5/190 12733
/proc/meminfo: memFree=13587784/32950928 swapFree=67111524/67111528
[pid=12704] ppid=12702 vsize=245988 CPUtime=1062.33 cores=5,7
/proc/12704/stat : 12704 (clasp) R 12702 12704 12644 0 -1 4202496 60526 0 0 0 106220 13 0 0 25 0 1 0 550290466 251891712 60024 33554432000 134512640 136057169 4292453200 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12704/statm: 61497 60024 183 378 0 61117 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 245988

[startup+1122.3 s]
/proc/loadavg: 4.04 3.91 2.95 5/190 12735
/proc/meminfo: memFree=13563676/32950928 swapFree=67111524/67111528
[pid=12704] ppid=12702 vsize=245988 CPUtime=1122.33 cores=5,7
/proc/12704/stat : 12704 (clasp) R 12702 12704 12644 0 -1 4202496 60541 0 0 0 112220 13 0 0 25 0 1 0 550290466 251891712 60039 33554432000 134512640 136057169 4292453200 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12704/statm: 61497 60039 183 378 0 61117 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 245988

[startup+1182.3 s]
/proc/loadavg: 4.09 3.94 3.02 5/190 12737
/proc/meminfo: memFree=13538448/32950928 swapFree=67111524/67111528
[pid=12704] ppid=12702 vsize=268896 CPUtime=1182.33 cores=5,7
/proc/12704/stat : 12704 (clasp) R 12702 12704 12644 0 -1 4202496 66192 0 0 0 118219 14 0 0 25 0 1 0 550290466 275349504 65690 33554432000 134512640 136057169 4292453200 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12704/statm: 67224 65690 183 378 0 66844 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 268896

[startup+1242.3 s]
/proc/loadavg: 4.11 3.96 3.08 5/190 12738
/proc/meminfo: memFree=13516324/32950928 swapFree=67111524/67111528
[pid=12704] ppid=12702 vsize=271896 CPUtime=1242.34 cores=5,7
/proc/12704/stat : 12704 (clasp) R 12702 12704 12644 0 -1 4202496 66964 0 0 0 124219 15 0 0 25 0 1 0 550290466 278421504 66462 33554432000 134512640 136057169 4292453200 18446744073709551615 134813041 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12704/statm: 67974 66462 183 378 0 67594 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 271896



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 3.97 3.13 2/184 12743
/proc/meminfo: memFree=13896992/32950928 swapFree=67111524/67111528
[pid=12704] ppid=12702 vsize=286092 CPUtime=1300.05 cores=5,7
/proc/12704/stat : 12704 (clasp) R 12702 12704 12644 0 -1 4202496 70307 0 0 0 129990 15 0 0 25 0 1 0 550290466 292958208 69805 33554432000 134512640 136057169 4292453200 18446744073709551615 134618262 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12704/statm: 71523 69805 183 378 0 71143 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 286092

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

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

[startup+1300 s]
/proc/loadavg: 4.04 3.97 3.13 2/184 12743
/proc/meminfo: memFree=13896992/32950928 swapFree=67111524/67111528
[pid=12704] ppid=12702 vsize=286092 CPUtime=1300.05 cores=5,7
/proc/12704/stat : 12704 (clasp) R 12702 12704 12644 0 -1 4202496 70307 0 0 0 129990 15 0 0 25 0 1 0 550290466 292958208 69805 33554432000 134512640 136057169 4292453200 18446744073709551615 134618262 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12704/statm: 71523 69805 183 378 0 71143 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 286092

Child status: 0
Real time (s): 1300.02
CPU time (s): 1300.07
CPU user time (s): 1299.9
CPU system time (s): 0.166974
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 286092

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

runsolver used 2.21966 second user time and 4.87726 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-24 01:16:38
IDJOB=3273193
IDBENCH=70910
IDSOLVER=1674
FILE ID=node115/3273193-1303600597
RUNJOBID= node115-1303600594-12665
PBS_JOBID= 13150582
Free space on /tmp= 72432 MiB

SOLVER NAME= SAT09 reference solver: clasp 1.2.0-SAT09-32
BENCH NAME= SAT09/CRAFTED/edgematching/compact/em_11_3_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-3273193-1303600597/watcher-3273193-1303600597 -o /tmp/evaluation-result-3273193-1303600597/solver-3273193-1303600597 -C 2400 -W 1300 -M 7680  HOME/clasp --file=HOME/instance-3273193-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= 3b5e80540ef2fcb09cfe50ac7e3686c1
RANDOM SEED=755803484

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:      14166812 kB
Buffers:       2281716 kB
Cached:       15868852 kB
SwapCached:          4 kB
Active:        7328580 kB
Inactive:     10902248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14166812 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           13084 kB
Writeback:           0 kB
AnonPages:       78736 kB
Mapped:          17148 kB
Slab:           488336 kB
PageTables:       5164 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   267724 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= 72436 MiB
End job on node115 at 2011-04-24 01:38:20