Trace number 3275383

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.08 4999.92

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-7x39.cnf
MD5SUMf717554c4e7f802b3078c48464dbcd9d
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 variables1092
Number of clauses64155
Sum of the clauses size253344
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21638
Number of clauses of size 30
Number of clauses of size 462517
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-3275383-1303650255/watcher-3275383-1303650255 -o /tmp/evaluation-result-3275383-1303650255/solver-3275383-1303650255 -C 5000 -W 5100 -M 15500 HOME/clasp --file=HOME/instance-3275383-1303650255.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512 

running on 4 cores: 0,2,4,6

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 1.16 1.56 3/177 32369
/proc/meminfo: memFree=28149208/32951124 swapFree=67111524/67111528
[pid=32369] ppid=32367 vsize=2376 CPUtime=0 cores=0,2,4,6
/proc/32369/stat : 32369 (clasp) R 32367 32369 31624 0 -1 4202496 366 0 0 0 0 0 0 0 25 0 1 0 457441406 2433024 320 33554432000 134512640 136057169 4291060288 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32369/statm: 594 320 145 378 0 214 0

[startup+0.0429079 s]
/proc/loadavg: 0.92 1.16 1.56 3/177 32369
/proc/meminfo: memFree=28149208/32951124 swapFree=67111524/67111528
[pid=32369] ppid=32367 vsize=6420 CPUtime=0.03 cores=0,2,4,6
/proc/32369/stat : 32369 (clasp) R 32367 32369 31624 0 -1 4202496 1465 0 0 0 3 0 0 0 25 0 1 0 457441406 6574080 1309 33554432000 134512640 136057169 4291060288 18446744073709551615 134774659 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32369/statm: 1605 1309 166 378 0 1225 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 6420

[startup+0.100897 s]
/proc/loadavg: 0.92 1.16 1.56 3/177 32369
/proc/meminfo: memFree=28149208/32951124 swapFree=67111524/67111528
[pid=32369] ppid=32367 vsize=6420 CPUtime=0.09 cores=0,2,4,6
/proc/32369/stat : 32369 (clasp) R 32367 32369 31624 0 -1 4202496 1465 0 0 0 9 0 0 0 25 0 1 0 457441406 6574080 1309 33554432000 134512640 136057169 4291060288 18446744073709551615 134774392 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32369/statm: 1605 1309 166 378 0 1225 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6420

[startup+0.300859 s]
/proc/loadavg: 0.92 1.16 1.56 3/177 32369
/proc/meminfo: memFree=28149208/32951124 swapFree=67111524/67111528
[pid=32369] ppid=32367 vsize=6684 CPUtime=0.29 cores=0,2,4,6
/proc/32369/stat : 32369 (clasp) R 32367 32369 31624 0 -1 4202496 1518 0 0 0 29 0 0 0 25 0 1 0 457441406 6844416 1362 33554432000 134512640 136057169 4291060288 18446744073709551615 134778133 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32369/statm: 1671 1362 168 378 0 1291 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6684

[startup+0.700785 s]
/proc/loadavg: 0.92 1.16 1.56 3/177 32369
/proc/meminfo: memFree=28149208/32951124 swapFree=67111524/67111528
[pid=32369] ppid=32367 vsize=9192 CPUtime=0.69 cores=0,2,4,6
/proc/32369/stat : 32369 (clasp) R 32367 32369 31624 0 -1 4202496 2157 0 0 0 69 0 0 0 25 0 1 0 457441406 9412608 2001 33554432000 134512640 136057169 4291060288 18446744073709551615 134766250 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32369/statm: 2298 2001 168 378 0 1918 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9192

[startup+1.50066 s]
/proc/loadavg: 0.92 1.16 1.56 3/175 32472
/proc/meminfo: memFree=28140536/32951124 swapFree=67111524/67111528
[pid=32369] ppid=32367 vsize=12772 CPUtime=1.49 cores=0,2,4,6
/proc/32369/stat : 32369 (clasp) R 32367 32369 31624 0 -1 4202496 3024 0 0 0 149 0 0 0 25 0 1 0 457441406 13078528 2868 33554432000 134512640 136057169 4291060288 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32369/statm: 3193 2869 172 378 0 2813 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 12772

[startup+3.10038 s]
/proc/loadavg: 0.92 1.16 1.56 3/178 32478
/proc/meminfo: memFree=28123780/32951124 swapFree=67111524/67111528
[pid=32369] ppid=32367 vsize=19932 CPUtime=3.09 cores=0,2,4,6
/proc/32369/stat : 32369 (clasp) R 32367 32369 31624 0 -1 4202496 5015 0 0 0 308 1 0 0 25 0 1 0 457441406 20410368 4733 33554432000 134512640 136057169 4291060288 18446744073709551615 134828284 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32369/statm: 4983 4733 182 378 0 4603 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 19932

[startup+6.30079 s]
/proc/loadavg: 1.01 1.17 1.56 3/178 32478
/proc/meminfo: memFree=28102580/32951124 swapFree=67111524/67111528
[pid=32369] ppid=32367 vsize=23420 CPUtime=6.29 cores=0,2,4,6
/proc/32369/stat : 32369 (clasp) R 32367 32369 31624 0 -1 4202496 5862 0 0 0 628 1 0 0 25 0 1 0 457441406 23982080 5580 33554432000 134512640 136057169 4291060288 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32369/statm: 5855 5580 182 378 0 5475 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 23420

[startup+12.7006 s]
/proc/loadavg: 1.09 1.19 1.56 3/178 32478
/proc/meminfo: memFree=28087464/32951124 swapFree=67111524/67111528
[pid=32369] ppid=32367 vsize=29512 CPUtime=12.69 cores=0,2,4,6
/proc/32369/stat : 32369 (clasp) R 32367 32369 31624 0 -1 4202496 7354 0 0 0 1268 1 0 0 25 0 1 0 457441406 30220288 7072 33554432000 134512640 136057169 4291060288 18446744073709551615 134615624 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32369/statm: 7378 7072 182 378 0 6998 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 29512

[startup+25.5002 s]
/proc/loadavg: 1.29 1.22 1.57 3/178 32479
/proc/meminfo: memFree=28071628/32951124 swapFree=67111524/67111528
[pid=32369] ppid=32367 vsize=38084 CPUtime=25.5 cores=0,2,4,6
/proc/32369/stat : 32369 (clasp) R 32367 32369 31624 0 -1 4202496 9437 0 0 0 2548 2 0 0 25 0 1 0 457441406 38998016 9155 33554432000 134512640 136057169 4291060288 18446744073709551615 134820261 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32369/statm: 9521 9155 182 378 0 9141 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 38084

[startup+51.1005 s]
/proc/loadavg: 1.53 1.29 1.58 3/178 32479
/proc/meminfo: memFree=28051792/32951124 swapFree=67111524/67111528
[pid=32369] ppid=32367 vsize=47988 CPUtime=51.09 cores=0,2,4,6
/proc/32369/stat : 32369 (clasp) R 32367 32369 31624 0 -1 4202496 11862 0 0 0 5107 2 0 0 25 0 1 0 457441406 49139712 11580 33554432000 134512640 136057169 4291060288 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32369/statm: 11997 11580 182 378 0 11617 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 47988

[startup+102.306 s]
/proc/loadavg: 1.86 1.41 1.60 3/178 32481
/proc/meminfo: memFree=28028576/32951124 swapFree=67111524/67111528
[pid=32369] ppid=32367 vsize=56584 CPUtime=102.29 cores=0,2,4,6
/proc/32369/stat : 32369 (clasp) R 32367 32369 31624 0 -1 4202496 13919 0 0 0 10227 2 0 0 25 0 1 0 457441406 57942016 13637 33554432000 134512640 136057169 4291060288 18446744073709551615 134819888 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32369/statm: 14146 13637 182 378 0 13766 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 56584

[startup+162.301 s]
/proc/loadavg: 1.95 1.51 1.63 3/178 32482
/proc/meminfo: memFree=28009460/32951124 swapFree=67111524/67111528
[pid=32369] ppid=32367 vsize=65948 CPUtime=162.3 cores=0,2,4,6
/proc/32369/stat : 32369 (clasp) R 32367 32369 31624 0 -1 4202496 16152 0 0 0 16227 3 0 0 25 0 1 0 457441406 67530752 15870 33554432000 134512640 136057169 4291060288 18446744073709551615 134618243 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32369/statm: 16487 15870 182 378 0 16107 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 65948

[startup+222.301 s]
/proc/loadavg: 1.98 1.60 1.65 3/178 32484
/proc/meminfo: memFree=27998404/32951124 swapFree=67111524/67111528
[pid=32369] ppid=32367 vsize=73408 CPUtime=222.3 cores=0,2,4,6
/proc/32369/stat : 32369 (clasp) R 32367 32369 31624 0 -1 4202496 17905 0 0 0 22226 4 0 0 25 0 1 0 457441406 75169792 17623 33554432000 134512640 136057169 4291060288 18446744073709551615 134823857 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32369/statm: 18352 17623 182 378 0 17972 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 73408

[startup+282.301 s]
/proc/loadavg: 1.99 1.67 1.67 3/178 32485
/proc/meminfo: memFree=27988100/32951124 swapFree=67111524/67111528
[pid=32369] ppid=32367 vsize=77372 CPUtime=282.3 cores=0,2,4,6
/proc/32369/stat : 32369 (clasp) R 32367 32369 31624 0 -1 4202496 18844 0 0 0 28226 4 0 0 25 0 1 0 457441406 79228928 18562 33554432000 134512640 136057169 4291060288 18446744073709551615 134615603 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32369/statm: 19343 18562 182 378 0 18963 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 77372

[startup+342.301 s]
/proc/loadavg: 2.05 1.74 1.69 3/178 32487
/proc/meminfo: memFree=27976304/32951124 swapFree=67111524/67111528
[pid=32369] ppid=32367 vsize=83008 CPUtime=342.3 cores=0,2,4,6
/proc/32369/stat : 32369 (clasp) R 32367 32369 31624 0 -1 4202496 20127 0 0 0 34226 4 0 0 25 0 1 0 457441406 85000192 19845 33554432000 134512640 136057169 4291060288 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32369/statm: 20752 19846 182 378 0 20372 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 83008

[startup+402.301 s]
/proc/loadavg: 2.02 1.79 1.71 3/178 32489
/proc/meminfo: memFree=27969196/32951124 swapFree=67111524/67111528
[pid=32369] ppid=32367 vsize=85936 CPUtime=402.3 cores=0,2,4,6
/proc/32369/stat : 32369 (clasp) R 32367 32369 31624 0 -1 4202496 20840 0 0 0 40226 4 0 0 25 0 1 0 457441406 87998464 20558 33554432000 134512640 136057169 4291060288 18446744073709551615 134618232 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32369/statm: 21484 20558 182 378 0 21104 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 85936

[startup+462.301 s]
/proc/loadavg: 2.00 1.82 1.72 3/178 32490
/proc/meminfo: memFree=27962964/32951124 swapFree=67111524/67111528
[pid=32369] ppid=32367 vsize=91128 CPUtime=462.3 cores=0,2,4,6
/proc/32369/stat : 32369 (clasp) R 32367 32369 31624 0 -1 4202496 22030 0 0 0 46226 4 0 0 25 0 1 0 457441406 93315072 21748 33554432000 134512640 136057169 4291060288 18446744073709551615 134618427 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32369/statm: 22782 21748 182 378 0 22402 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 91128

[startup+522.301 s]
/proc/loadavg: 2.00 1.85 1.74 3/178 32492
/proc/meminfo: memFree=27956488/32951124 swapFree=67111524/67111528
[pid=32369] ppid=32367 vsize=97316 CPUtime=522.31 cores=0,2,4,6
/proc/32369/stat : 32369 (clasp) R 32367 32369 31624 0 -1 4202496 23491 0 0 0 52226 5 0 0 25 0 1 0 457441406 99651584 23209 33554432000 134512640 136057169 4291060288 18446744073709551615 134823956 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32369/statm: 24329 23209 182 378 0 23949 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 97316

[startup+582.301 s]
/proc/loadavg: 2.00 1.88 1.75 3/178 32493
/proc/meminfo: memFree=27941580/32951124 swapFree=67111524/67111528
[pid=32369] ppid=32367 vsize=101572 CPUtime=582.31 cores=0,2,4,6
/proc/32369/stat : 32369 (clasp) R 32367 32369 31624 0 -1 4202496 24541 0 0 0 58226 5 0 0 25 0 1 0 457441406 104009728 24259 33554432000 134512640 136057169 4291060288 18446744073709551615 134615631 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32369/statm: 25393 24259 182 378 0 25013 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 101572

[startup+642.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 32598
/proc/meminfo: memFree=27753192/32951124 swapFree=67111524/67111528
[pid=32369] ppid=32367 vsize=191748 CPUtime=4062.43 cores=0,2,4,6
/proc/32369/stat : 32369 (clasp) R 32367 32369 31624 0 -1 4202496 45321 0 0 0 406233 10 0 0 25 0 1 0 457441406 196349952 44911 33554432000 134512640 136057169 4291060288 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32369/statm: 47937 44911 182 378 0 47557 0
Current children cumulated CPU time (s) 4062.43
Current children cumulated vsize (KiB) 191748

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 32600
/proc/meminfo: memFree=27752052/32951124 swapFree=67111524/67111528
[pid=32369] ppid=32367 vsize=192708 CPUtime=4122.42 cores=0,2,4,6
/proc/32369/stat : 32369 (clasp) R 32367 32369 31624 0 -1 4202496 45533 0 0 0 412232 10 0 0 25 0 1 0 457441406 197332992 45123 33554432000 134512640 136057169 4291060288 18446744073709551615 134615631 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32369/statm: 48177 45123 182 378 0 47797 0
Current children cumulated CPU time (s) 4122.42
Current children cumulated vsize (KiB) 192708

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 32601
/proc/meminfo: memFree=27751272/32951124 swapFree=67111524/67111528
[pid=32369] ppid=32367 vsize=193028 CPUtime=4182.43 cores=0,2,4,6
/proc/32369/stat : 32369 (clasp) R 32367 32369 31624 0 -1 4202496 45600 0 0 0 418233 10 0 0 25 0 1 0 457441406 197660672 45190 33554432000 134512640 136057169 4291060288 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32369/statm: 48257 45190 182 378 0 47877 0
Current children cumulated CPU time (s) 4182.43
Current children cumulated vsize (KiB) 193028

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 32603
/proc/meminfo: memFree=27750500/32951124 swapFree=67111524/67111528
[pid=32369] ppid=32367 vsize=193348 CPUtime=4242.43 cores=0,2,4,6
/proc/32369/stat : 32369 (clasp) R 32367 32369 31624 0 -1 4202496 45661 0 0 0 424233 10 0 0 25 0 1 0 457441406 197988352 45251 33554432000 134512640 136057169 4291060288 18446744073709551615 134615538 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32369/statm: 48337 45251 182 378 0 47957 0
Current children cumulated CPU time (s) 4242.43
Current children cumulated vsize (KiB) 193348

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 32605
/proc/meminfo: memFree=27749232/32951124 swapFree=67111524/67111528
[pid=32369] ppid=32367 vsize=194308 CPUtime=4302.43 cores=0,2,4,6
/proc/32369/stat : 32369 (clasp) R 32367 32369 31624 0 -1 4202496 45871 0 0 0 430233 10 0 0 25 0 1 0 457441406 198971392 45461 33554432000 134512640 136057169 4291060288 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32369/statm: 48577 45461 182 378 0 48197 0
Current children cumulated CPU time (s) 4302.43
Current children cumulated vsize (KiB) 194308

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 32606
/proc/meminfo: memFree=27748712/32951124 swapFree=67111524/67111528
[pid=32369] ppid=32367 vsize=194908 CPUtime=4362.43 cores=0,2,4,6
/proc/32369/stat : 32369 (clasp) R 32367 32369 31624 0 -1 4202496 45999 0 0 0 436233 10 0 0 25 0 1 0 457441406 199585792 45589 33554432000 134512640 136057169 4291060288 18446744073709551615 134811829 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32369/statm: 48727 45589 182 378 0 48347 0
Current children cumulated CPU time (s) 4362.43
Current children cumulated vsize (KiB) 194908

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 32608
/proc/meminfo: memFree=27747460/32951124 swapFree=67111524/67111528
[pid=32369] ppid=32367 vsize=195392 CPUtime=4422.43 cores=0,2,4,6
/proc/32369/stat : 32369 (clasp) R 32367 32369 31624 0 -1 4202496 46106 0 0 0 442233 10 0 0 25 0 1 0 457441406 200081408 45696 33554432000 134512640 136057169 4291060288 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32369/statm: 48848 45696 182 378 0 48468 0
Current children cumulated CPU time (s) 4422.43
Current children cumulated vsize (KiB) 195392

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 32609
/proc/meminfo: memFree=27747188/32951124 swapFree=67111524/67111528
[pid=32369] ppid=32367 vsize=195712 CPUtime=4482.43 cores=0,2,4,6
/proc/32369/stat : 32369 (clasp) R 32367 32369 31624 0 -1 4202496 46169 0 0 0 448233 10 0 0 25 0 1 0 457441406 200409088 45759 33554432000 134512640 136057169 4291060288 18446744073709551615 134823812 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32369/statm: 48928 45759 182 378 0 48548 0
Current children cumulated CPU time (s) 4482.43
Current children cumulated vsize (KiB) 195712

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 32611
/proc/meminfo: memFree=27745668/32951124 swapFree=67111524/67111528
[pid=32369] ppid=32367 vsize=195852 CPUtime=4542.44 cores=0,2,4,6
/proc/32369/stat : 32369 (clasp) R 32367 32369 31624 0 -1 4202496 46198 0 0 0 454234 10 0 0 25 0 1 0 457441406 200552448 45788 33554432000 134512640 136057169 4291060288 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32369/statm: 48963 45788 182 378 0 48583 0
Current children cumulated CPU time (s) 4542.44
Current children cumulated vsize (KiB) 195852

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 32613
/proc/meminfo: memFree=27744396/32951124 swapFree=67111524/67111528
[pid=32369] ppid=32367 vsize=196836 CPUtime=4602.44 cores=0,2,4,6
/proc/32369/stat : 32369 (clasp) R 32367 32369 31624 0 -1 4202496 46420 0 0 0 460234 10 0 0 25 0 1 0 457441406 201560064 46010 33554432000 134512640 136057169 4291060288 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32369/statm: 49209 46010 182 378 0 48829 0
Current children cumulated CPU time (s) 4602.44
Current children cumulated vsize (KiB) 196836

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 32614
/proc/meminfo: memFree=27738288/32951124 swapFree=67111524/67111528
[pid=32369] ppid=32367 vsize=202656 CPUtime=4662.44 cores=0,2,4,6
/proc/32369/stat : 32369 (clasp) R 32367 32369 31624 0 -1 4202496 47786 0 0 0 466234 10 0 0 25 0 1 0 457441406 207519744 47376 33554432000 134512640 136057169 4291060288 18446744073709551615 134618315 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32369/statm: 50664 47376 182 378 0 50284 0
Current children cumulated CPU time (s) 4662.44
Current children cumulated vsize (KiB) 202656

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 32616
/proc/meminfo: memFree=27735784/32951124 swapFree=67111524/67111528
[pid=32369] ppid=32367 vsize=205420 CPUtime=4722.45 cores=0,2,4,6
/proc/32369/stat : 32369 (clasp) R 32367 32369 31624 0 -1 4202496 48453 0 0 0 472235 10 0 0 25 0 1 0 457441406 210350080 47922 33554432000 134512640 136057169 4291060288 18446744073709551615 134618250 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32369/statm: 51355 47922 182 378 0 50975 0
Current children cumulated CPU time (s) 4722.45
Current children cumulated vsize (KiB) 205420

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 32617
/proc/meminfo: memFree=27733768/32951124 swapFree=67111524/67111528
[pid=32369] ppid=32367 vsize=207072 CPUtime=4782.44 cores=0,2,4,6
/proc/32369/stat : 32369 (clasp) R 32367 32369 31624 0 -1 4202496 48814 0 0 0 478234 10 0 0 25 0 1 0 457441406 212041728 48283 33554432000 134512640 136057169 4291060288 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32369/statm: 51768 48283 182 378 0 51388 0
Current children cumulated CPU time (s) 4782.44
Current children cumulated vsize (KiB) 207072

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 32621
/proc/meminfo: memFree=27731632/32951124 swapFree=67111524/67111528
[pid=32369] ppid=32367 vsize=208832 CPUtime=4842.44 cores=0,2,4,6
/proc/32369/stat : 32369 (clasp) R 32367 32369 31624 0 -1 4202496 49211 0 0 0 484234 10 0 0 25 0 1 0 457441406 213843968 48680 33554432000 134512640 136057169 4291060288 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32369/statm: 52208 48680 182 378 0 51828 0
Current children cumulated CPU time (s) 4842.44
Current children cumulated vsize (KiB) 208832

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 32624
/proc/meminfo: memFree=27732004/32951124 swapFree=67111524/67111528
[pid=32369] ppid=32367 vsize=208832 CPUtime=4902.44 cores=0,2,4,6
/proc/32369/stat : 32369 (clasp) R 32367 32369 31624 0 -1 4202496 49216 0 0 0 490234 10 0 0 25 0 1 0 457441406 213843968 48685 33554432000 134512640 136057169 4291060288 18446744073709551615 134618146 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32369/statm: 52208 48685 182 378 0 51828 0
Current children cumulated CPU time (s) 4902.44
Current children cumulated vsize (KiB) 208832

[startup+4962.3 s]
/proc/loadavg: 2.07 2.02 1.93 3/178 32625
/proc/meminfo: memFree=27730864/32951124 swapFree=67111524/67111528
[pid=32369] ppid=32367 vsize=210264 CPUtime=4962.46 cores=0,2,4,6
/proc/32369/stat : 32369 (clasp) R 32367 32369 31624 0 -1 4202496 49537 0 0 0 496235 11 0 0 25 0 1 0 457441406 215310336 49006 33554432000 134512640 136057169 4291060288 18446744073709551615 134820200 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32369/statm: 52566 49006 182 378 0 52186 0
Current children cumulated CPU time (s) 4962.46
Current children cumulated vsize (KiB) 210264



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.04 2.01 1.93 3/178 32626
/proc/meminfo: memFree=27730356/32951124 swapFree=67111524/67111528
[pid=32369] ppid=32367 vsize=210904 CPUtime=5000.06 cores=0,2,4,6
/proc/32369/stat : 32369 (clasp) R 32367 32369 31624 0 -1 4202496 49670 0 0 0 499995 11 0 0 25 0 1 0 457441406 215965696 49139 33554432000 134512640 136057169 4291060288 18446744073709551615 134823788 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32369/statm: 52726 49139 182 378 0 52346 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 210904

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

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

[startup+4999.9 s]
/proc/loadavg: 2.04 2.01 1.93 3/178 32626
/proc/meminfo: memFree=27730356/32951124 swapFree=67111524/67111528
[pid=32369] ppid=32367 vsize=210904 CPUtime=5000.06 cores=0,2,4,6
/proc/32369/stat : 32369 (clasp) R 32367 32369 31624 0 -1 4202496 49670 0 0 0 499995 11 0 0 25 0 1 0 457441406 215965696 49139 33554432000 134512640 136057169 4291060288 18446744073709551615 134823788 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32369/statm: 52726 49139 182 378 0 52346 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 210904

Child status: 0
Real time (s): 4999.92
CPU time (s): 5000.08
CPU user time (s): 4999.96
CPU system time (s): 0.120981
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 210904

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

runsolver used 7.33988 second user time and 15.5636 second system time

The end

Launcher Data

Begin job on node147 at 2011-04-24 15:04:15
IDJOB=3275383
IDBENCH=83170
IDSOLVER=1677
FILE ID=node147/3275383-1303650255
RUNJOBID= node147-1303650254-32295
PBS_JOBID= 13150701
Free space on /tmp= 72372 MiB

SOLVER NAME= SAT09 reference solver: clasp 1.2.0-SAT09-32
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-7x39.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-3275383-1303650255/watcher-3275383-1303650255 -o /tmp/evaluation-result-3275383-1303650255/solver-3275383-1303650255 -C 5000 -W 5100 -M 15500  HOME/clasp --file=HOME/instance-3275383-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= f717554c4e7f802b3078c48464dbcd9d
RANDOM SEED=434248218

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28149364 kB
Buffers:        911292 kB
Cached:        3382428 kB
SwapCached:          4 kB
Active:         234872 kB
Inactive:      4124720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28149364 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            5100 kB
Writeback:           0 kB
AnonPages:       65088 kB
Mapped:          15652 kB
Slab:           379080 kB
PageTables:       4356 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   207440 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72368 MiB
End job on node147 at 2011-04-24 16:27:37