Trace number 3273187

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.06 1300.01

General information on the benchmark

NameCRAFTED/edgematching/
compact/em_7_3_6_cmp.cnf
MD5SUMc848a5766cfcc1d1c3f26c7818e48eb2
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark11.7412
Satisfiable
(Un)Satisfiability was proved
Number of variables1473
Number of clauses11563
Sum of the clauses size37576
Maximum clause length25
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22381
Number of clauses of size 37024
Number of clauses of size 4708
Number of clauses of size 51300
Number of clauses of size over 5150

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

running on 2 cores: 4,6

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 3/184 12694
/proc/meminfo: memFree=14181872/32950928 swapFree=67111524/67111528
[pid=12694] ppid=12692 vsize=2444 CPUtime=0 cores=4,6
/proc/12694/stat : 12694 (clasp) R 12692 12694 12644 0 -1 4202496 424 0 0 0 0 0 0 0 22 0 1 0 550290426 2502656 367 33554432000 134512640 136057169 4287023200 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12694/statm: 611 367 162 378 0 231 0

[startup+0.103246 s]
/proc/loadavg: 0.00 0.00 0.52 3/184 12694
/proc/meminfo: memFree=14181872/32950928 swapFree=67111524/67111528
[pid=12694] ppid=12692 vsize=3120 CPUtime=0.1 cores=4,6
/proc/12694/stat : 12694 (clasp) R 12692 12694 12644 0 -1 4202496 592 0 0 0 10 0 0 0 22 0 1 0 550290426 3194880 535 33554432000 134512640 136057169 4287023200 18446744073709551615 134645315 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12694/statm: 780 535 182 378 0 400 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 3120

[startup+0.200228 s]
/proc/loadavg: 0.00 0.00 0.52 3/184 12694
/proc/meminfo: memFree=14181872/32950928 swapFree=67111524/67111528
[pid=12694] ppid=12692 vsize=3384 CPUtime=0.19 cores=4,6
/proc/12694/stat : 12694 (clasp) R 12692 12694 12644 0 -1 4202496 666 0 0 0 19 0 0 0 23 0 1 0 550290426 3465216 609 33554432000 134512640 136057169 4287023200 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12694/statm: 846 609 182 378 0 466 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 3384

[startup+0.300206 s]
/proc/loadavg: 0.00 0.00 0.52 3/184 12694
/proc/meminfo: memFree=14181872/32950928 swapFree=67111524/67111528
[pid=12694] ppid=12692 vsize=3780 CPUtime=0.29 cores=4,6
/proc/12694/stat : 12694 (clasp) R 12692 12694 12644 0 -1 4202496 755 0 0 0 29 0 0 0 23 0 1 0 550290426 3870720 698 33554432000 134512640 136057169 4287023200 18446744073709551615 134618161 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12694/statm: 945 698 182 378 0 565 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3780

[startup+0.701128 s]
/proc/loadavg: 0.00 0.00 0.52 3/184 12694
/proc/meminfo: memFree=14181872/32950928 swapFree=67111524/67111528
[pid=12694] ppid=12692 vsize=4308 CPUtime=0.69 cores=4,6
/proc/12694/stat : 12694 (clasp) R 12692 12694 12644 0 -1 4202496 909 0 0 0 69 0 0 0 25 0 1 0 550290426 4411392 852 33554432000 134512640 136057169 4287023200 18446744073709551615 134823325 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12694/statm: 1077 852 182 378 0 697 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4308

[startup+1.50098 s]
/proc/loadavg: 0.00 0.00 0.52 5/190 12705
/proc/meminfo: memFree=14145204/32950928 swapFree=67111524/67111528
[pid=12694] ppid=12692 vsize=4716 CPUtime=1.49 cores=4,6
/proc/12694/stat : 12694 (clasp) R 12692 12694 12644 0 -1 4202496 1009 0 0 0 149 0 0 0 25 0 1 0 550290426 4829184 952 33554432000 134512640 136057169 4287023200 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12694/statm: 1179 952 182 378 0 799 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4716

[startup+3.10068 s]
/proc/loadavg: 0.32 0.07 0.54 5/190 12705
/proc/meminfo: memFree=14120404/32950928 swapFree=67111524/67111528
[pid=12694] ppid=12692 vsize=5780 CPUtime=3.09 cores=4,6
/proc/12694/stat : 12694 (clasp) R 12692 12694 12644 0 -1 4202496 1259 0 0 0 309 0 0 0 25 0 1 0 550290426 5918720 1202 33554432000 134512640 136057169 4287023200 18446744073709551615 134823841 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12694/statm: 1445 1202 182 378 0 1065 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5780

[startup+6.30107 s]
/proc/loadavg: 0.32 0.07 0.54 5/190 12705
/proc/meminfo: memFree=14077396/32950928 swapFree=67111524/67111528
[pid=12694] ppid=12692 vsize=6600 CPUtime=6.29 cores=4,6
/proc/12694/stat : 12694 (clasp) R 12692 12694 12644 0 -1 4202496 1478 0 0 0 629 0 0 0 25 0 1 0 550290426 6758400 1421 33554432000 134512640 136057169 4287023200 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12694/statm: 1650 1421 182 378 0 1270 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 6600

[startup+12.7009 s]
/proc/loadavg: 0.89 0.20 0.58 5/190 12705
/proc/meminfo: memFree=14045808/32950928 swapFree=67111524/67111528
[pid=12694] ppid=12692 vsize=8452 CPUtime=12.69 cores=4,6
/proc/12694/stat : 12694 (clasp) R 12692 12694 12644 0 -1 4202496 1945 0 0 0 1269 0 0 0 25 0 1 0 550290426 8654848 1888 33554432000 134512640 136057169 4287023200 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12694/statm: 2113 1888 182 378 0 1733 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 8452

[startup+25.5004 s]
/proc/loadavg: 1.44 0.34 0.62 5/190 12706
/proc/meminfo: memFree=13991680/32950928 swapFree=67111524/67111528
[pid=12694] ppid=12692 vsize=12800 CPUtime=25.49 cores=4,6
/proc/12694/stat : 12694 (clasp) R 12692 12694 12644 0 -1 4202496 3035 0 0 0 2549 0 0 0 25 0 1 0 550290426 13107200 2978 33554432000 134512640 136057169 4287023200 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12694/statm: 3200 2978 182 378 0 2820 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 12800

[startup+51.1006 s]
/proc/loadavg: 2.31 0.63 0.71 5/190 12706
/proc/meminfo: memFree=13956604/32950928 swapFree=67111524/67111528
[pid=12694] ppid=12692 vsize=15972 CPUtime=51.09 cores=4,6
/proc/12694/stat : 12694 (clasp) R 12692 12694 12644 0 -1 4202496 3828 0 0 0 5109 0 0 0 25 0 1 0 550290426 16355328 3771 33554432000 134512640 136057169 4287023200 18446744073709551615 134615538 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12694/statm: 3993 3771 182 378 0 3613 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 15972

[startup+102.301 s]
/proc/loadavg: 3.32 1.19 0.90 5/190 12708
/proc/meminfo: memFree=13894824/32950928 swapFree=67111524/67111528
[pid=12694] ppid=12692 vsize=19780 CPUtime=102.29 cores=4,6
/proc/12694/stat : 12694 (clasp) R 12692 12694 12644 0 -1 4202496 4772 0 0 0 10229 0 0 0 25 0 1 0 550290426 20254720 4704 33554432000 134512640 136057169 4287023200 18446744073709551615 134612878 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12694/statm: 4945 4704 182 378 0 4565 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 19780

[startup+162.301 s]
/proc/loadavg: 3.79 1.72 1.09 5/190 12709
/proc/meminfo: memFree=13860924/32950928 swapFree=67111524/67111528
[pid=12694] ppid=12692 vsize=23776 CPUtime=162.3 cores=4,6
/proc/12694/stat : 12694 (clasp) R 12692 12694 12644 0 -1 4202496 5808 0 0 0 16229 1 0 0 25 0 1 0 550290426 24346624 5704 33554432000 134512640 136057169 4287023200 18446744073709551615 134823406 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12694/statm: 5944 5704 182 378 0 5564 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 23776

[startup+222.307 s]
/proc/loadavg: 3.95 2.14 1.28 5/190 12711
/proc/meminfo: memFree=13833212/32950928 swapFree=67111524/67111528
[pid=12694] ppid=12692 vsize=25184 CPUtime=222.31 cores=4,6
/proc/12694/stat : 12694 (clasp) R 12692 12694 12644 0 -1 4202496 6150 0 0 0 22230 1 0 0 25 0 1 0 550290426 25788416 6042 33554432000 134512640 136057169 4287023200 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12694/statm: 6296 6042 182 378 0 5916 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 25184

[startup+282.301 s]
/proc/loadavg: 3.98 2.48 1.44 5/190 12713
/proc/meminfo: memFree=13784200/32950928 swapFree=67111524/67111528
[pid=12694] ppid=12692 vsize=26616 CPUtime=282.3 cores=4,6
/proc/12694/stat : 12694 (clasp) R 12692 12694 12644 0 -1 4202496 6627 0 0 0 28229 1 0 0 25 0 1 0 550290426 27254784 6424 33554432000 134512640 136057169 4287023200 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12694/statm: 6654 6424 182 378 0 6274 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 26616

[startup+342.3 s]
/proc/loadavg: 3.99 2.75 1.60 5/190 12714
/proc/meminfo: memFree=13753024/32950928 swapFree=67111524/67111528
[pid=12694] ppid=12692 vsize=27808 CPUtime=342.3 cores=4,6
/proc/12694/stat : 12694 (clasp) R 12692 12694 12644 0 -1 4202496 6904 0 0 0 34229 1 0 0 25 0 1 0 550290426 28475392 6701 33554432000 134512640 136057169 4287023200 18446744073709551615 134824008 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12694/statm: 6952 6701 182 378 0 6572 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 27808

[startup+402.301 s]
/proc/loadavg: 3.99 2.98 1.75 5/190 12716
/proc/meminfo: memFree=13732280/32950928 swapFree=67111524/67111528
[pid=12694] ppid=12692 vsize=28532 CPUtime=402.3 cores=4,6
/proc/12694/stat : 12694 (clasp) R 12692 12694 12644 0 -1 4202496 7103 0 0 0 40229 1 0 0 25 0 1 0 550290426 29216768 6894 33554432000 134512640 136057169 4287023200 18446744073709551615 134823882 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12694/statm: 7133 6894 182 378 0 6753 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 28532

[startup+462.301 s]
/proc/loadavg: 3.99 3.16 1.89 5/190 12717
/proc/meminfo: memFree=13717360/32950928 swapFree=67111524/67111528
[pid=12694] ppid=12692 vsize=30500 CPUtime=462.31 cores=4,6
/proc/12694/stat : 12694 (clasp) R 12692 12694 12644 0 -1 4202496 7594 0 0 0 46230 1 0 0 25 0 1 0 550290426 31232000 7385 33554432000 134512640 136057169 4287023200 18446744073709551615 134823886 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12694/statm: 7625 7385 182 378 0 7245 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 30500

[startup+522.301 s]
/proc/loadavg: 3.99 3.30 2.01 5/190 12719
/proc/meminfo: memFree=13705656/32950928 swapFree=67111524/67111528
[pid=12694] ppid=12692 vsize=32132 CPUtime=522.31 cores=4,6
/proc/12694/stat : 12694 (clasp) R 12692 12694 12644 0 -1 4202496 8017 0 0 0 52230 1 0 0 25 0 1 0 550290426 32903168 7792 33554432000 134512640 136057169 4287023200 18446744073709551615 134618304 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12694/statm: 8033 7792 182 378 0 7653 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 32132

[startup+582.301 s]
/proc/loadavg: 4.05 3.45 2.14 5/190 12721
/proc/meminfo: memFree=13694200/32950928 swapFree=67111524/67111528
[pid=12694] ppid=12692 vsize=35144 CPUtime=582.32 cores=4,6
/proc/12694/stat : 12694 (clasp) R 12692 12694 12644 0 -1 4202496 8777 0 0 0 58230 2 0 0 25 0 1 0 550290426 35987456 8526 33554432000 134512640 136057169 4287023200 18446744073709551615 134823864 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12694/statm: 8786 8526 182 378 0 8406 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 35144

[startup+642.3 s]
/proc/loadavg: 4.02 3.54 2.25 5/190 12722
/proc/meminfo: memFree=13668236/32950928 swapFree=67111524/67111528
[pid=12694] ppid=12692 vsize=35808 CPUtime=642.32 cores=4,6
/proc/12694/stat : 12694 (clasp) R 12692 12694 12644 0 -1 4202496 8931 0 0 0 64230 2 0 0 25 0 1 0 550290426 36667392 8680 33554432000 134512640 136057169 4287023200 18446744073709551615 134823826 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12694/statm: 8952 8680 182 378 0 8572 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 35808

[startup+702.301 s]
/proc/loadavg: 4.00 3.63 2.36 5/190 12724
/proc/meminfo: memFree=13650948/32950928 swapFree=67111524/67111528
[pid=12694] ppid=12692 vsize=35808 CPUtime=702.32 cores=4,6
/proc/12694/stat : 12694 (clasp) R 12692 12694 12644 0 -1 4202496 8943 0 0 0 70230 2 0 0 25 0 1 0 550290426 36667392 8692 33554432000 134512640 136057169 4287023200 18446744073709551615 134823758 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12694/statm: 8952 8692 182 378 0 8572 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 35808

[startup+762.301 s]
/proc/loadavg: 4.00 3.69 2.46 5/190 12725
/proc/meminfo: memFree=13639364/32950928 swapFree=67111524/67111528
[pid=12694] ppid=12692 vsize=36464 CPUtime=762.33 cores=4,6
/proc/12694/stat : 12694 (clasp) R 12692 12694 12644 0 -1 4202496 9122 0 0 0 76231 2 0 0 25 0 1 0 550290426 37339136 8871 33554432000 134512640 136057169 4287023200 18446744073709551615 134637484 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12694/statm: 9116 8871 182 378 0 8736 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 36464

[startup+822.301 s]
/proc/loadavg: 4.00 3.74 2.56 5/190 12727
/proc/meminfo: memFree=13627660/32950928 swapFree=67111524/67111528
[pid=12694] ppid=12692 vsize=38124 CPUtime=822.32 cores=4,6
/proc/12694/stat : 12694 (clasp) R 12692 12694 12644 0 -1 4202496 9560 0 0 0 82230 2 0 0 25 0 1 0 550290426 39038976 9273 33554432000 134512640 136057169 4287023200 18446744073709551615 134618304 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12694/statm: 9531 9273 182 378 0 9151 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 38124

[startup+882.307 s]
/proc/loadavg: 4.00 3.79 2.64 5/190 12729
/proc/meminfo: memFree=13627116/32950928 swapFree=67111524/67111528
[pid=12694] ppid=12692 vsize=38124 CPUtime=882.33 cores=4,6
/proc/12694/stat : 12694 (clasp) R 12692 12694 12644 0 -1 4202496 9560 0 0 0 88231 2 0 0 25 0 1 0 550290426 39038976 9273 33554432000 134512640 136057169 4287023200 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12694/statm: 9531 9273 182 378 0 9151 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 38124

[startup+942.3 s]
/proc/loadavg: 4.00 3.82 2.73 5/190 12730
/proc/meminfo: memFree=13605852/32950928 swapFree=67111524/67111528
[pid=12694] ppid=12692 vsize=38124 CPUtime=942.33 cores=4,6
/proc/12694/stat : 12694 (clasp) R 12692 12694 12644 0 -1 4202496 9560 0 0 0 94231 2 0 0 25 0 1 0 550290426 39038976 9273 33554432000 134512640 136057169 4287023200 18446744073709551615 134823862 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12694/statm: 9531 9273 182 378 0 9151 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 38124

[startup+1002.3 s]
/proc/loadavg: 4.00 3.85 2.80 5/190 12732
/proc/meminfo: memFree=13590924/32950928 swapFree=67111524/67111528
[pid=12694] ppid=12692 vsize=39212 CPUtime=1002.33 cores=4,6
/proc/12694/stat : 12694 (clasp) R 12692 12694 12644 0 -1 4202496 9981 0 0 0 100231 2 0 0 25 0 1 0 550290426 40153088 9550 33554432000 134512640 136057169 4287023200 18446744073709551615 134618430 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12694/statm: 9803 9550 182 378 0 9423 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 39212

[startup+1062.3 s]
/proc/loadavg: 4.00 3.88 2.87 5/190 12733
/proc/meminfo: memFree=13587784/32950928 swapFree=67111524/67111528
[pid=12694] ppid=12692 vsize=39212 CPUtime=1062.33 cores=4,6
/proc/12694/stat : 12694 (clasp) R 12692 12694 12644 0 -1 4202496 9982 0 0 0 106231 2 0 0 25 0 1 0 550290426 40153088 9551 33554432000 134512640 136057169 4287023200 18446744073709551615 134824047 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12694/statm: 9803 9551 182 378 0 9423 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 39212

[startup+1122.3 s]
/proc/loadavg: 4.04 3.91 2.95 5/190 12735
/proc/meminfo: memFree=13563676/32950928 swapFree=67111524/67111528
[pid=12694] ppid=12692 vsize=41580 CPUtime=1122.33 cores=4,6
/proc/12694/stat : 12694 (clasp) R 12692 12694 12644 0 -1 4202496 10567 0 0 0 112231 2 0 0 25 0 1 0 550290426 42577920 10135 33554432000 134512640 136057169 4287023200 18446744073709551615 134618224 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12694/statm: 10395 10135 182 378 0 10015 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 41580

[startup+1182.3 s]
/proc/loadavg: 4.09 3.94 3.02 5/190 12737
/proc/meminfo: memFree=13538448/32950928 swapFree=67111524/67111528
[pid=12694] ppid=12692 vsize=44060 CPUtime=1182.33 cores=4,6
/proc/12694/stat : 12694 (clasp) R 12692 12694 12644 0 -1 4202496 11196 0 0 0 118231 2 0 0 25 0 1 0 550290426 45117440 10764 33554432000 134512640 136057169 4287023200 18446744073709551615 134823755 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12694/statm: 11015 10764 182 378 0 10635 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 44060

[startup+1242.3 s]
/proc/loadavg: 4.11 3.96 3.08 5/190 12738
/proc/meminfo: memFree=13517068/32950928 swapFree=67111524/67111528
[pid=12694] ppid=12692 vsize=44060 CPUtime=1242.34 cores=4,6
/proc/12694/stat : 12694 (clasp) R 12692 12694 12644 0 -1 4202496 11196 0 0 0 124232 2 0 0 25 0 1 0 550290426 45117440 10764 33554432000 134512640 136057169 4287023200 18446744073709551615 134811808 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12694/statm: 11015 10764 182 378 0 10635 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 44060



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 3.97 3.13 3/188 12742
/proc/meminfo: memFree=13855048/32950928 swapFree=67111524/67111528
[pid=12694] ppid=12692 vsize=44060 CPUtime=1300.04 cores=4,6
/proc/12694/stat : 12694 (clasp) R 12692 12694 12644 0 -1 4202496 11196 0 0 0 130002 2 0 0 25 0 1 0 550290426 45117440 10764 33554432000 134512640 136057169 4287023200 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12694/statm: 11015 10764 182 378 0 10635 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 44060

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 3/188 12742
/proc/meminfo: memFree=13855048/32950928 swapFree=67111524/67111528
[pid=12694] ppid=12692 vsize=44060 CPUtime=1300.04 cores=4,6
/proc/12694/stat : 12694 (clasp) R 12692 12694 12644 0 -1 4202496 11196 0 0 0 130002 2 0 0 25 0 1 0 550290426 45117440 10764 33554432000 134512640 136057169 4287023200 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12694/statm: 11015 10764 182 378 0 10635 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 44060

Child status: 0
Real time (s): 1300.01
CPU time (s): 1300.06
CPU user time (s): 1300.03
CPU system time (s): 0.029995
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 44060

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

runsolver used 2.27065 second user time and 4.6043 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-24 01:16:38
IDJOB=3273187
IDBENCH=70907
IDSOLVER=1674
FILE ID=node115/3273187-1303600597
RUNJOBID= node115-1303600594-12663
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_7_3_6_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-3273187-1303600597/watcher-3273187-1303600597 -o /tmp/evaluation-result-3273187-1303600597/solver-3273187-1303600597 -C 2400 -W 1300 -M 7680  HOME/clasp --file=HOME/instance-3273187-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= c848a5766cfcc1d1c3f26c7818e48eb2
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:      14182152 kB
Buffers:       2281688 kB
Cached:       15865000 kB
SwapCached:          4 kB
Active:        7313372 kB
Inactive:     10902656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14182152 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            9204 kB
Writeback:           0 kB
AnonPages:       68260 kB
Mapped:          15984 kB
Slab:           488336 kB
PageTables:       4776 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   233528 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= 72432 MiB
End job on node115 at 2011-04-24 01:38:20