Trace number 3275398

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT09 reference solver: clasp 1.2.0-SAT09-32? (TO) 5000.05 4999.82

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-17x27.cnf
MD5SUMb9a7e3013b1b74b08c8e421f15cb16c4
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1836
Number of clauses194157
Sum of the clauses size771120
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22754
Number of clauses of size 30
Number of clauses of size 4191403
Number of clauses of size 50
Number of clauses of size over 50

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-3275398-1303650255/watcher-3275398-1303650255 -o /tmp/evaluation-result-3275398-1303650255/solver-3275398-1303650255 -C 5000 -W 5100 -M 15500 HOME/clasp --file=HOME/instance-3275398-1303650255.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 1.18 2/172 7940
/proc/meminfo: memFree=14323812/32951124 swapFree=67111528/67111528
[pid=7940] ppid=7938 vsize=2436 CPUtime=0 cores=1,3,5,7
/proc/7940/stat : 7940 (clasp) R 7938 7940 7254 0 -1 4202496 396 0 0 0 0 0 0 0 21 0 1 0 457441151 2494464 351 33554432000 134512640 136057169 4289609936 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7940/statm: 609 351 145 378 0 229 0

[startup+0.0820501 s]
/proc/loadavg: 0.92 0.98 1.18 2/172 7940
/proc/meminfo: memFree=14323812/32951124 swapFree=67111528/67111528
[pid=7940] ppid=7938 vsize=10692 CPUtime=0.07 cores=1,3,5,7
/proc/7940/stat : 7940 (clasp) R 7938 7940 7254 0 -1 4202496 2784 0 0 0 7 0 0 0 21 0 1 0 457441151 10948608 2397 33554432000 134512640 136057169 4289609936 18446744073709551615 134772676 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7940/statm: 2673 2397 163 378 0 2293 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10692

[startup+0.101046 s]
/proc/loadavg: 0.92 0.98 1.18 2/172 7940
/proc/meminfo: memFree=14323812/32951124 swapFree=67111528/67111528
[pid=7940] ppid=7938 vsize=13420 CPUtime=0.09 cores=1,3,5,7
/proc/7940/stat : 7940 (clasp) R 7938 7940 7254 0 -1 4202496 3542 0 0 0 9 0 0 0 21 0 1 0 457441151 13742080 3019 33554432000 134512640 136057169 4289609936 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7940/statm: 3355 3019 163 378 0 2975 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13420

[startup+0.301002 s]
/proc/loadavg: 0.92 0.98 1.18 2/172 7940
/proc/meminfo: memFree=14323812/32951124 swapFree=67111528/67111528
[pid=7940] ppid=7938 vsize=14080 CPUtime=0.29 cores=1,3,5,7
/proc/7940/stat : 7940 (clasp) R 7938 7940 7254 0 -1 4202496 3770 0 0 0 29 0 0 0 22 0 1 0 457441151 14417920 3247 33554432000 134512640 136057169 4289609936 18446744073709551615 134774378 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7940/statm: 3520 3247 166 378 0 3140 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14080

[startup+0.700935 s]
/proc/loadavg: 0.92 0.98 1.18 2/172 7940
/proc/meminfo: memFree=14323812/32951124 swapFree=67111528/67111528
[pid=7940] ppid=7938 vsize=14080 CPUtime=0.69 cores=1,3,5,7
/proc/7940/stat : 7940 (clasp) R 7938 7940 7254 0 -1 4202496 3770 0 0 0 69 0 0 0 24 0 1 0 457441151 14417920 3247 33554432000 134512640 136057169 4289609936 18446744073709551615 134774710 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7940/statm: 3520 3247 166 378 0 3140 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14080

[startup+1.50078 s]
/proc/loadavg: 1.01 1.00 1.18 3/178 7947
/proc/meminfo: memFree=14294892/32951124 swapFree=67111528/67111528
[pid=7940] ppid=7938 vsize=14740 CPUtime=1.49 cores=1,3,5,7
/proc/7940/stat : 7940 (clasp) R 7938 7940 7254 0 -1 4202496 3925 0 0 0 149 0 0 0 25 0 1 0 457441151 15093760 3402 33554432000 134512640 136057169 4289609936 18446744073709551615 134766297 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7940/statm: 3685 3402 168 378 0 3305 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 14740

[startup+3.10045 s]
/proc/loadavg: 1.01 1.00 1.18 3/178 7947
/proc/meminfo: memFree=14290676/32951124 swapFree=67111528/67111528
[pid=7940] ppid=7938 vsize=20420 CPUtime=3.09 cores=1,3,5,7
/proc/7940/stat : 7940 (clasp) R 7938 7940 7254 0 -1 4202496 5340 0 0 0 309 0 0 0 25 0 1 0 457441151 20910080 4817 33554432000 134512640 136057169 4289609936 18446744073709551615 134765714 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7940/statm: 5105 4817 168 378 0 4725 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 20420

[startup+6.30083 s]
/proc/loadavg: 1.09 1.02 1.19 3/178 7947
/proc/meminfo: memFree=14271828/32951124 swapFree=67111528/67111528
[pid=7940] ppid=7938 vsize=27288 CPUtime=6.29 cores=1,3,5,7
/proc/7940/stat : 7940 (clasp) R 7938 7940 7254 0 -1 4202496 7064 0 0 0 629 0 0 0 25 0 1 0 457441151 27942912 6541 33554432000 134512640 136057169 4289609936 18446744073709551615 134778133 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7940/statm: 6822 6541 168 378 0 6442 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 27288

[startup+12.7006 s]
/proc/loadavg: 1.16 1.03 1.19 3/178 7947
/proc/meminfo: memFree=14243468/32951124 swapFree=67111528/67111528
[pid=7940] ppid=7938 vsize=51948 CPUtime=12.7 cores=1,3,5,7
/proc/7940/stat : 7940 (clasp) R 7938 7940 7254 0 -1 4202496 13775 0 0 0 1268 2 0 0 25 0 1 0 457441151 53194752 12736 33554432000 134512640 136057169 4289609936 18446744073709551615 134823860 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7940/statm: 12987 12736 182 378 0 12607 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 51948

[startup+25.501 s]
/proc/loadavg: 1.34 1.08 1.20 3/178 7947
/proc/meminfo: memFree=14177988/32951124 swapFree=67111528/67111528
[pid=7940] ppid=7938 vsize=66712 CPUtime=25.5 cores=1,3,5,7
/proc/7940/stat : 7940 (clasp) R 7938 7940 7254 0 -1 4202496 17387 0 0 0 2548 2 0 0 25 0 1 0 457441151 68313088 16348 33554432000 134512640 136057169 4289609936 18446744073709551615 134618380 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7940/statm: 16678 16348 182 378 0 16298 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 66712

[startup+51.1009 s]
/proc/loadavg: 1.57 1.15 1.22 3/178 7948
/proc/meminfo: memFree=14138104/32951124 swapFree=67111528/67111528
[pid=7940] ppid=7938 vsize=86264 CPUtime=51.09 cores=1,3,5,7
/proc/7940/stat : 7940 (clasp) R 7938 7940 7254 0 -1 4202496 22155 0 0 0 5107 2 0 0 25 0 1 0 457441151 88334336 21116 33554432000 134512640 136057169 4289609936 18446744073709551615 134823867 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7940/statm: 21566 21116 182 378 0 21186 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 86264

[startup+102.307 s]
/proc/loadavg: 1.81 1.28 1.26 3/178 7949
/proc/meminfo: memFree=14096428/32951124 swapFree=67111528/67111528
[pid=7940] ppid=7938 vsize=107548 CPUtime=102.3 cores=1,3,5,7
/proc/7940/stat : 7940 (clasp) R 7938 7940 7254 0 -1 4202496 27320 0 0 0 10227 3 0 0 25 0 1 0 457441151 110129152 26281 33554432000 134512640 136057169 4289609936 18446744073709551615 134819954 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7940/statm: 26887 26281 182 378 0 26507 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 107548

[startup+162.301 s]
/proc/loadavg: 1.93 1.41 1.30 3/178 7951
/proc/meminfo: memFree=14074700/32951124 swapFree=67111528/67111528
[pid=7940] ppid=7938 vsize=117324 CPUtime=162.3 cores=1,3,5,7
/proc/7940/stat : 7940 (clasp) R 7938 7940 7254 0 -1 4202496 29623 0 0 0 16226 4 0 0 25 0 1 0 457441151 120139776 28584 33554432000 134512640 136057169 4289609936 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7940/statm: 29331 28584 182 378 0 28951 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 117324

[startup+222.301 s]
/proc/loadavg: 2.05 1.53 1.35 3/178 7953
/proc/meminfo: memFree=14043416/32951124 swapFree=67111528/67111528
[pid=7940] ppid=7938 vsize=133416 CPUtime=222.3 cores=1,3,5,7
/proc/7940/stat : 7940 (clasp) R 7938 7940 7254 0 -1 4202496 33647 0 0 0 22226 4 0 0 25 0 1 0 457441151 136617984 32472 33554432000 134512640 136057169 4289609936 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7940/statm: 33354 32472 182 378 0 32974 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 133416

[startup+282.301 s]
/proc/loadavg: 2.02 1.61 1.39 3/178 7954
/proc/meminfo: memFree=14028260/32951124 swapFree=67111528/67111528
[pid=7940] ppid=7938 vsize=143052 CPUtime=282.31 cores=1,3,5,7
/proc/7940/stat : 7940 (clasp) R 7938 7940 7254 0 -1 4202496 35944 0 0 0 28226 5 0 0 25 0 1 0 457441151 146485248 34769 33554432000 134512640 136057169 4289609936 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7940/statm: 35763 34769 182 378 0 35383 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 143052

[startup+342.301 s]
/proc/loadavg: 2.00 1.68 1.42 3/178 7956
/proc/meminfo: memFree=14013856/32951124 swapFree=67111528/67111528
[pid=7940] ppid=7938 vsize=150764 CPUtime=342.31 cores=1,3,5,7
/proc/7940/stat : 7940 (clasp) R 7938 7940 7254 0 -1 4202496 37899 0 0 0 34226 5 0 0 25 0 1 0 457441151 154382336 36599 33554432000 134512640 136057169 4289609936 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7940/statm: 37691 36599 182 378 0 37311 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 150764

[startup+402.3 s]
/proc/loadavg: 2.00 1.74 1.46 3/178 7957
/proc/meminfo: memFree=14004404/32951124 swapFree=67111528/67111528
[pid=7940] ppid=7938 vsize=155672 CPUtime=402.31 cores=1,3,5,7
/proc/7940/stat : 7940 (clasp) R 7938 7940 7254 0 -1 4202496 39068 0 0 0 40226 5 0 0 25 0 1 0 457441151 159408128 37768 33554432000 134512640 136057169 4289609936 18446744073709551615 134615597 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7940/statm: 38918 37768 182 378 0 38538 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 155672

[startup+462.3 s]
/proc/loadavg: 2.00 1.78 1.49 3/178 7959
/proc/meminfo: memFree=13995708/32951124 swapFree=67111528/67111528
[pid=7940] ppid=7938 vsize=161492 CPUtime=462.31 cores=1,3,5,7
/proc/7940/stat : 7940 (clasp) R 7938 7940 7254 0 -1 4202496 40448 0 0 0 46226 5 0 0 25 0 1 0 457441151 165367808 39148 33554432000 134512640 136057169 4289609936 18446744073709551615 134618203 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7940/statm: 40373 39148 182 378 0 39993 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 161492

[startup+522.3 s]
/proc/loadavg: 2.00 1.82 1.52 3/178 7961
/proc/meminfo: memFree=13983420/32951124 swapFree=67111528/67111528
[pid=7940] ppid=7938 vsize=167080 CPUtime=522.32 cores=1,3,5,7
/proc/7940/stat : 7940 (clasp) R 7938 7940 7254 0 -1 4202496 41740 0 0 0 52226 6 0 0 25 0 1 0 457441151 171089920 40440 33554432000 134512640 136057169 4289609936 18446744073709551615 134823882 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7940/statm: 41770 40440 182 378 0 41390 0
Current children cumulated CPU time (s) 522.32
Current children cumulated vsize (KiB) 167080

[startup+582.3 s]
/proc/loadavg: 2.00 1.85 1.54 3/178 7962
/proc/meminfo: memFree=13970880/32951124 swapFree=67111528/67111528
[pid=7940] ppid=7938 vsize=169756 CPUtime=582.32 cores=1,3,5,7
/proc/7940/stat : 7940 (clasp) R 7938 7940 7254 0 -1 4202496 42504 0 0 0 58226 6 0 0 25 0 1 0 457441151 173830144 41083 33554432000 134512640 136057169 4289609936 18446744073709551615 134618112 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7940/statm: 42439 41083 182 378 0 42059 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 169756

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 8065
/proc/meminfo: memFree=13664052/32951124 swapFree=67111528/67111528
[pid=7940] ppid=7938 vsize=333600 CPUtime=4002.48 cores=1,3,5,7
/proc/7940/stat : 7940 (clasp) R 7938 7940 7254 0 -1 4202496 81327 0 0 0 400235 13 0 0 25 0 1 0 457441151 341606400 78409 33554432000 134512640 136057169 4289609936 18446744073709551615 135459153 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7940/statm: 83400 78409 182 378 0 83020 0
Current children cumulated CPU time (s) 4002.48
Current children cumulated vsize (KiB) 333600

[startup+4062.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 8067
/proc/meminfo: memFree=13663272/32951124 swapFree=67111528/67111528
[pid=7940] ppid=7938 vsize=334528 CPUtime=4062.49 cores=1,3,5,7
/proc/7940/stat : 7940 (clasp) R 7938 7940 7254 0 -1 4202496 81551 0 0 0 406236 13 0 0 25 0 1 0 457441151 342556672 78633 33554432000 134512640 136057169 4289609936 18446744073709551615 134823857 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7940/statm: 83632 78633 182 378 0 83252 0
Current children cumulated CPU time (s) 4062.49
Current children cumulated vsize (KiB) 334528

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 8069
/proc/meminfo: memFree=13660280/32951124 swapFree=67111528/67111528
[pid=7940] ppid=7938 vsize=337476 CPUtime=4122.48 cores=1,3,5,7
/proc/7940/stat : 7940 (clasp) R 7938 7940 7254 0 -1 4202496 82186 0 0 0 412235 13 0 0 25 0 1 0 457441151 345575424 79268 33554432000 134512640 136057169 4289609936 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7940/statm: 84369 79268 182 378 0 83989 0
Current children cumulated CPU time (s) 4122.48
Current children cumulated vsize (KiB) 337476

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 8070
/proc/meminfo: memFree=13656908/32951124 swapFree=67111528/67111528
[pid=7940] ppid=7938 vsize=339644 CPUtime=4182.49 cores=1,3,5,7
/proc/7940/stat : 7940 (clasp) R 7938 7940 7254 0 -1 4202496 82969 0 0 0 418236 13 0 0 25 0 1 0 457441151 347795456 79689 33554432000 134512640 136057169 4289609936 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7940/statm: 84911 79689 182 378 0 84531 0
Current children cumulated CPU time (s) 4182.49
Current children cumulated vsize (KiB) 339644

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 8072
/proc/meminfo: memFree=13655900/32951124 swapFree=67111528/67111528
[pid=7940] ppid=7938 vsize=340124 CPUtime=4242.49 cores=1,3,5,7
/proc/7940/stat : 7940 (clasp) R 7938 7940 7254 0 -1 4202496 83129 0 0 0 424236 13 0 0 25 0 1 0 457441151 348286976 79849 33554432000 134512640 136057169 4289609936 18446744073709551615 134823870 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7940/statm: 85031 79849 182 378 0 84651 0
Current children cumulated CPU time (s) 4242.49
Current children cumulated vsize (KiB) 340124

[startup+4302.3 s]
/proc/loadavg: 2.04 2.01 1.93 3/178 8073
/proc/meminfo: memFree=13654632/32951124 swapFree=67111528/67111528
[pid=7940] ppid=7938 vsize=340124 CPUtime=4302.49 cores=1,3,5,7
/proc/7940/stat : 7940 (clasp) R 7938 7940 7254 0 -1 4202496 83132 0 0 0 430236 13 0 0 25 0 1 0 457441151 348286976 79852 33554432000 134512640 136057169 4289609936 18446744073709551615 134823826 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7940/statm: 85031 79852 182 378 0 84651 0
Current children cumulated CPU time (s) 4302.49
Current children cumulated vsize (KiB) 340124

[startup+4362.3 s]
/proc/loadavg: 2.01 2.01 1.93 3/178 8075
/proc/meminfo: memFree=13652244/32951124 swapFree=67111528/67111528
[pid=7940] ppid=7938 vsize=342260 CPUtime=4362.49 cores=1,3,5,7
/proc/7940/stat : 7940 (clasp) R 7938 7940 7254 0 -1 4202496 83657 0 0 0 436236 13 0 0 25 0 1 0 457441151 350474240 80377 33554432000 134512640 136057169 4289609936 18446744073709551615 134828286 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7940/statm: 85565 80377 182 378 0 85185 0
Current children cumulated CPU time (s) 4362.49
Current children cumulated vsize (KiB) 342260

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 8077
/proc/meminfo: memFree=13650120/32951124 swapFree=67111528/67111528
[pid=7940] ppid=7938 vsize=343700 CPUtime=4422.5 cores=1,3,5,7
/proc/7940/stat : 7940 (clasp) R 7938 7940 7254 0 -1 4202496 83980 0 0 0 442237 13 0 0 25 0 1 0 457441151 351948800 80700 33554432000 134512640 136057169 4289609936 18446744073709551615 134823794 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7940/statm: 85925 80700 182 378 0 85545 0
Current children cumulated CPU time (s) 4422.5
Current children cumulated vsize (KiB) 343700

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 8078
/proc/meminfo: memFree=13650088/32951124 swapFree=67111528/67111528
[pid=7940] ppid=7938 vsize=343700 CPUtime=4482.5 cores=1,3,5,7
/proc/7940/stat : 7940 (clasp) R 7938 7940 7254 0 -1 4202496 83981 0 0 0 448237 13 0 0 25 0 1 0 457441151 351948800 80701 33554432000 134512640 136057169 4289609936 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7940/statm: 85925 80701 182 378 0 85545 0
Current children cumulated CPU time (s) 4482.5
Current children cumulated vsize (KiB) 343700

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 8080
/proc/meminfo: memFree=13648076/32951124 swapFree=67111528/67111528
[pid=7940] ppid=7938 vsize=344784 CPUtime=4542.5 cores=1,3,5,7
/proc/7940/stat : 7940 (clasp) R 7938 7940 7254 0 -1 4202496 84358 0 0 0 454237 13 0 0 25 0 1 0 457441151 353058816 80897 33554432000 134512640 136057169 4289609936 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7940/statm: 86196 80897 182 378 0 85816 0
Current children cumulated CPU time (s) 4542.5
Current children cumulated vsize (KiB) 344784

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 8081
/proc/meminfo: memFree=13647676/32951124 swapFree=67111528/67111528
[pid=7940] ppid=7938 vsize=344784 CPUtime=4602.51 cores=1,3,5,7
/proc/7940/stat : 7940 (clasp) R 7938 7940 7254 0 -1 4202496 84364 0 0 0 460238 13 0 0 25 0 1 0 457441151 353058816 80903 33554432000 134512640 136057169 4289609936 18446744073709551615 134823867 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7940/statm: 86196 80903 182 378 0 85816 0
Current children cumulated CPU time (s) 4602.51
Current children cumulated vsize (KiB) 344784

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 8083
/proc/meminfo: memFree=13647160/32951124 swapFree=67111528/67111528
[pid=7940] ppid=7938 vsize=344784 CPUtime=4662.51 cores=1,3,5,7
/proc/7940/stat : 7940 (clasp) R 7938 7940 7254 0 -1 4202496 84400 0 0 0 466238 13 0 0 25 0 1 0 457441151 353058816 80939 33554432000 134512640 136057169 4289609936 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7940/statm: 86196 80939 182 378 0 85816 0
Current children cumulated CPU time (s) 4662.51
Current children cumulated vsize (KiB) 344784

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 8085
/proc/meminfo: memFree=13646524/32951124 swapFree=67111528/67111528
[pid=7940] ppid=7938 vsize=345104 CPUtime=4722.52 cores=1,3,5,7
/proc/7940/stat : 7940 (clasp) R 7938 7940 7254 0 -1 4202496 84479 0 0 0 472239 13 0 0 25 0 1 0 457441151 353386496 81018 33554432000 134512640 136057169 4289609936 18446744073709551615 134828347 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7940/statm: 86276 81018 182 378 0 85896 0
Current children cumulated CPU time (s) 4722.52
Current children cumulated vsize (KiB) 345104

[startup+4782.3 s]
/proc/loadavg: 2.06 2.02 1.94 3/178 8086
/proc/meminfo: memFree=13646748/32951124 swapFree=67111528/67111528
[pid=7940] ppid=7938 vsize=345104 CPUtime=4782.51 cores=1,3,5,7
/proc/7940/stat : 7940 (clasp) R 7938 7940 7254 0 -1 4202496 84484 0 0 0 478238 13 0 0 25 0 1 0 457441151 353386496 81023 33554432000 134512640 136057169 4289609936 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7940/statm: 86276 81023 182 378 0 85896 0
Current children cumulated CPU time (s) 4782.51
Current children cumulated vsize (KiB) 345104

[startup+4842.3 s]
/proc/loadavg: 2.02 2.01 1.94 3/178 8090
/proc/meminfo: memFree=13645856/32951124 swapFree=67111528/67111528
[pid=7940] ppid=7938 vsize=345104 CPUtime=4842.51 cores=1,3,5,7
/proc/7940/stat : 7940 (clasp) R 7938 7940 7254 0 -1 4202496 84492 0 0 0 484238 13 0 0 25 0 1 0 457441151 353386496 81031 33554432000 134512640 136057169 4289609936 18446744073709551615 134823870 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7940/statm: 86276 81031 182 378 0 85896 0
Current children cumulated CPU time (s) 4842.51
Current children cumulated vsize (KiB) 345104

[startup+4902.3 s]
/proc/loadavg: 2.01 2.00 1.94 3/178 8092
/proc/meminfo: memFree=13644832/32951124 swapFree=67111528/67111528
[pid=7940] ppid=7938 vsize=346308 CPUtime=4902.52 cores=1,3,5,7
/proc/7940/stat : 7940 (clasp) R 7938 7940 7254 0 -1 4202496 84750 0 0 0 490239 13 0 0 25 0 1 0 457441151 354619392 81289 33554432000 134512640 136057169 4289609936 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7940/statm: 86577 81289 182 378 0 86197 0
Current children cumulated CPU time (s) 4902.52
Current children cumulated vsize (KiB) 346308

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 8094
/proc/meminfo: memFree=13642824/32951124 swapFree=67111528/67111528
[pid=7940] ppid=7938 vsize=347392 CPUtime=4962.52 cores=1,3,5,7
/proc/7940/stat : 7940 (clasp) R 7938 7940 7254 0 -1 4202496 84978 0 0 0 496239 13 0 0 25 0 1 0 457441151 355729408 81517 33554432000 134512640 136057169 4289609936 18446744073709551615 135459153 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7940/statm: 86848 81517 182 378 0 86468 0
Current children cumulated CPU time (s) 4962.52
Current children cumulated vsize (KiB) 347392



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.8 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 8095
/proc/meminfo: memFree=13642076/32951124 swapFree=67111528/67111528
[pid=7940] ppid=7938 vsize=347392 CPUtime=5000.02 cores=1,3,5,7
/proc/7940/stat : 7940 (clasp) R 7938 7940 7254 0 -1 4202496 84978 0 0 0 499989 13 0 0 25 0 1 0 457441151 355729408 81517 33554432000 134512640 136057169 4289609936 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7940/statm: 86848 81517 182 378 0 86468 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 347392

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): 4999.82
CPU time (s): 5000.05
CPU user time (s): 4999.9
CPU system time (s): 0.151976
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 347392

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

runsolver used 6.562 second user time and 16.2735 second system time

The end

Launcher Data

Begin job on node143 at 2011-04-24 15:04:15
IDJOB=3275398
IDBENCH=83173
IDSOLVER=1677
FILE ID=node143/3275398-1303650255
RUNJOBID= node143-1303650255-7927
PBS_JOBID= 13150705
Free space on /tmp= 72352 MiB

SOLVER NAME= SAT09 reference solver: clasp 1.2.0-SAT09-32
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-17x27.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-3275398-1303650255/watcher-3275398-1303650255 -o /tmp/evaluation-result-3275398-1303650255/solver-3275398-1303650255 -C 5000 -W 5100 -M 15500  HOME/clasp --file=HOME/instance-3275398-1303650255.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

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

MD5SUM BENCH= b9a7e3013b1b74b08c8e421f15cb16c4
RANDOM SEED=736315121

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14323968 kB
Buffers:       2271356 kB
Cached:       15736404 kB
SwapCached:          0 kB
Active:        6725708 kB
Inactive:     11346188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14323968 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           11700 kB
Writeback:           0 kB
AnonPages:       63816 kB
Mapped:          14692 kB
Slab:           491424 kB
PageTables:       4372 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   183844 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= 72344 MiB
End job on node143 at 2011-04-24 16:27:37