Trace number 3275453

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.1 4999.94

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-21x39.cnf
MD5SUMe7679ca49bb432c9b90305d907365c4e
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 variables3276
Number of clauses628173
Sum of the clauses size2502864
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 24914
Number of clauses of size 30
Number of clauses of size 4623259
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-3275453-1303650264/watcher-3275453-1303650264 -o /tmp/evaluation-result-3275453-1303650264/solver-3275453-1303650264 -C 5000 -W 5100 -M 15500 HOME/clasp --file=HOME/instance-3275453-1303650264.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 1.16 1.56 3/177 29434
/proc/meminfo: memFree=14249112/32950928 swapFree=67111528/67111528
[pid=29434] ppid=29432 vsize=2552 CPUtime=0 cores=1,3,5,7
/proc/29434/stat : 29434 (clasp) R 29432 29434 28715 0 -1 4202496 408 0 0 0 0 0 0 0 25 0 1 0 555257091 2613248 362 33554432000 134512640 136057169 4286865824 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29434/statm: 638 362 145 378 0 258 0

[startup+0.0360921 s]
/proc/loadavg: 0.92 1.16 1.56 3/177 29434
/proc/meminfo: memFree=14249112/32950928 swapFree=67111528/67111528
[pid=29434] ppid=29432 vsize=5736 CPUtime=0.03 cores=1,3,5,7
/proc/29434/stat : 29434 (clasp) R 29432 29434 28715 0 -1 4202496 1352 0 0 0 3 0 0 0 25 0 1 0 555257091 5873664 1113 33554432000 134512640 136057169 4286865824 18446744073709551615 135502702 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29434/statm: 1434 1114 145 378 0 1054 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5736

[startup+0.10109 s]
/proc/loadavg: 0.92 1.16 1.56 3/177 29434
/proc/meminfo: memFree=14249112/32950928 swapFree=67111528/67111528
[pid=29434] ppid=29432 vsize=11820 CPUtime=0.09 cores=1,3,5,7
/proc/29434/stat : 29434 (clasp) R 29432 29434 28715 0 -1 4202496 3235 0 0 0 9 0 0 0 25 0 1 0 555257091 12103680 2657 33554432000 134512640 136057169 4286865824 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29434/statm: 2955 2658 145 378 0 2575 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11820

[startup+0.301063 s]
/proc/loadavg: 0.92 1.16 1.56 3/177 29434
/proc/meminfo: memFree=14249112/32950928 swapFree=67111528/67111528
[pid=29434] ppid=29432 vsize=34904 CPUtime=0.29 cores=1,3,5,7
/proc/29434/stat : 29434 (clasp) R 29432 29434 28715 0 -1 4202496 10292 0 0 0 27 2 0 0 25 0 1 0 555257091 35741696 8287 33554432000 134512640 136057169 4286865824 18446744073709551615 134772705 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29434/statm: 8726 8287 163 378 0 8346 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34904

[startup+0.70097 s]
/proc/loadavg: 0.92 1.16 1.56 3/177 29434
/proc/meminfo: memFree=14249112/32950928 swapFree=67111528/67111528
[pid=29434] ppid=29432 vsize=44544 CPUtime=0.69 cores=1,3,5,7
/proc/29434/stat : 29434 (clasp) R 29432 29434 28715 0 -1 4202496 13202 0 0 0 67 2 0 0 25 0 1 0 555257091 45613056 10741 33554432000 134512640 136057169 4286865824 18446744073709551615 134774448 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29434/statm: 11136 10741 166 378 0 10756 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 44544

[startup+1.50082 s]
/proc/loadavg: 0.92 1.16 1.56 3/178 29435
/proc/meminfo: memFree=14206076/32950928 swapFree=67111528/67111528
[pid=29434] ppid=29432 vsize=44544 CPUtime=1.49 cores=1,3,5,7
/proc/29434/stat : 29434 (clasp) R 29432 29434 28715 0 -1 4202496 13202 0 0 0 147 2 0 0 25 0 1 0 555257091 45613056 10741 33554432000 134512640 136057169 4286865824 18446744073709551615 134774372 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29434/statm: 11136 10741 166 378 0 10756 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44544

[startup+3.10054 s]
/proc/loadavg: 1.01 1.17 1.56 3/178 29435
/proc/meminfo: memFree=14201856/32950928 swapFree=67111528/67111528
[pid=29434] ppid=29432 vsize=44544 CPUtime=3.09 cores=1,3,5,7
/proc/29434/stat : 29434 (clasp) R 29432 29434 28715 0 -1 4202496 13202 0 0 0 307 2 0 0 25 0 1 0 555257091 45613056 10741 33554432000 134512640 136057169 4286865824 18446744073709551615 134774448 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29434/statm: 11136 10741 166 378 0 10756 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 44544

[startup+6.30094 s]
/proc/loadavg: 1.01 1.17 1.56 3/178 29435
/proc/meminfo: memFree=14193560/32950928 swapFree=67111528/67111528
[pid=29434] ppid=29432 vsize=44544 CPUtime=6.29 cores=1,3,5,7
/proc/29434/stat : 29434 (clasp) R 29432 29434 28715 0 -1 4202496 13202 0 0 0 627 2 0 0 25 0 1 0 555257091 45613056 10741 33554432000 134512640 136057169 4286865824 18446744073709551615 134774434 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29434/statm: 11136 10741 166 378 0 10756 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 44544

[startup+12.7008 s]
/proc/loadavg: 1.16 1.20 1.57 3/178 29435
/proc/meminfo: memFree=14171564/32950928 swapFree=67111528/67111528
[pid=29434] ppid=29432 vsize=52232 CPUtime=12.69 cores=1,3,5,7
/proc/29434/stat : 29434 (clasp) R 29432 29434 28715 0 -1 4202496 15121 0 0 0 1266 3 0 0 25 0 1 0 555257091 53485568 12660 33554432000 134512640 136057169 4286865824 18446744073709551615 134765714 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29434/statm: 13058 12660 168 378 0 12678 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 52232

[startup+25.5004 s]
/proc/loadavg: 1.29 1.23 1.57 3/178 29436
/proc/meminfo: memFree=14126932/32950928 swapFree=67111528/67111528
[pid=29434] ppid=29432 vsize=67760 CPUtime=25.49 cores=1,3,5,7
/proc/29434/stat : 29434 (clasp) R 29432 29434 28715 0 -1 4202496 18996 0 0 0 2545 4 0 0 25 0 1 0 555257091 69386240 16535 33554432000 134512640 136057169 4286865824 18446744073709551615 134765714 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29434/statm: 16940 16535 168 378 0 16560 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 67760

[startup+51.1006 s]
/proc/loadavg: 1.53 1.29 1.58 3/178 29436
/proc/meminfo: memFree=14100284/32950928 swapFree=67111528/67111528
[pid=29434] ppid=29432 vsize=82056 CPUtime=51.09 cores=1,3,5,7
/proc/29434/stat : 29434 (clasp) R 29432 29434 28715 0 -1 4202496 22592 0 0 0 5104 5 0 0 25 0 1 0 555257091 84025344 20131 33554432000 134512640 136057169 4286865824 18446744073709551615 134774448 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29434/statm: 20514 20131 168 378 0 20134 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 82056

[startup+102.306 s]
/proc/loadavg: 1.81 1.40 1.60 3/178 29438
/proc/meminfo: memFree=13974540/32950928 swapFree=67111528/67111528
[pid=29434] ppid=29432 vsize=181460 CPUtime=102.3 cores=1,3,5,7
/proc/29434/stat : 29434 (clasp) R 29432 29434 28715 0 -1 4202496 49815 0 0 0 10220 10 0 0 25 0 1 0 555257091 185815040 44688 33554432000 134512640 136057169 4286865824 18446744073709551615 134823788 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29434/statm: 45365 44688 183 378 0 44985 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 181460

[startup+162.301 s]
/proc/loadavg: 1.92 1.50 1.62 3/178 29439
/proc/meminfo: memFree=13938316/32950928 swapFree=67111528/67111528
[pid=29434] ppid=29432 vsize=211848 CPUtime=162.3 cores=1,3,5,7
/proc/29434/stat : 29434 (clasp) R 29432 29434 28715 0 -1 4202496 57486 0 0 0 16218 12 0 0 25 0 1 0 555257091 216932352 51981 33554432000 134512640 136057169 4286865824 18446744073709551615 134615638 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29434/statm: 52962 51981 183 378 0 52582 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 211848

[startup+222.301 s]
/proc/loadavg: 1.97 1.60 1.65 3/178 29441
/proc/meminfo: memFree=13900608/32950928 swapFree=67111528/67111528
[pid=29434] ppid=29432 vsize=241296 CPUtime=222.3 cores=1,3,5,7
/proc/29434/stat : 29434 (clasp) R 29432 29434 28715 0 -1 4202496 64706 0 0 0 22217 13 0 0 25 0 1 0 555257091 247087104 59020 33554432000 134512640 136057169 4286865824 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29434/statm: 60324 59020 183 378 0 59944 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 241296

[startup+282.301 s]
/proc/loadavg: 1.99 1.66 1.66 3/178 29442
/proc/meminfo: memFree=13862156/32950928 swapFree=67111528/67111528
[pid=29434] ppid=29432 vsize=273392 CPUtime=282.3 cores=1,3,5,7
/proc/29434/stat : 29434 (clasp) R 29432 29434 28715 0 -1 4202496 72595 0 0 0 28215 15 0 0 25 0 1 0 555257091 279953408 66605 33554432000 134512640 136057169 4286865824 18446744073709551615 135459153 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29434/statm: 68348 66605 183 378 0 67968 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 273392

[startup+342.301 s]
/proc/loadavg: 1.99 1.72 1.68 3/178 29444
/proc/meminfo: memFree=13840440/32950928 swapFree=67111528/67111528
[pid=29434] ppid=29432 vsize=284128 CPUtime=342.3 cores=1,3,5,7
/proc/29434/stat : 29434 (clasp) R 29432 29434 28715 0 -1 4202496 75204 0 0 0 34215 15 0 0 25 0 1 0 555257091 290947072 69214 33554432000 134512640 136057169 4286865824 18446744073709551615 134823941 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29434/statm: 71032 69214 183 378 0 70652 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 284128

[startup+402.301 s]
/proc/loadavg: 1.99 1.77 1.70 3/178 29446
/proc/meminfo: memFree=13818724/32950928 swapFree=67111528/67111528
[pid=29434] ppid=29432 vsize=302268 CPUtime=402.3 cores=1,3,5,7
/proc/29434/stat : 29434 (clasp) R 29432 29434 28715 0 -1 4202496 80296 0 0 0 40214 16 0 0 25 0 1 0 555257091 309522432 73271 33554432000 134512640 136057169 4286865824 18446744073709551615 135459153 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29434/statm: 75567 73271 183 378 0 75187 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 302268

[startup+462.3 s]
/proc/loadavg: 1.99 1.81 1.72 3/178 29447
/proc/meminfo: memFree=13807788/32950928 swapFree=67111528/67111528
[pid=29434] ppid=29432 vsize=308848 CPUtime=462.31 cores=1,3,5,7
/proc/29434/stat : 29434 (clasp) R 29432 29434 28715 0 -1 4202496 81782 0 0 0 46214 17 0 0 25 0 1 0 555257091 316260352 74757 33554432000 134512640 136057169 4286865824 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29434/statm: 77212 74757 183 378 0 76832 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 308848

[startup+522.3 s]
/proc/loadavg: 1.99 1.84 1.73 3/178 29449
/proc/meminfo: memFree=13788304/32950928 swapFree=67111528/67111528
[pid=29434] ppid=29432 vsize=315176 CPUtime=522.31 cores=1,3,5,7
/proc/29434/stat : 29434 (clasp) R 29432 29434 28715 0 -1 4202496 83212 0 0 0 52214 17 0 0 25 0 1 0 555257091 322740224 76187 33554432000 134512640 136057169 4286865824 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29434/statm: 78794 76187 183 378 0 78414 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 315176

[startup+582.301 s]
/proc/loadavg: 1.99 1.87 1.74 3/178 29450
/proc/meminfo: memFree=13778736/32950928 swapFree=67111528/67111528
[pid=29434] ppid=29432 vsize=320420 CPUtime=582.31 cores=1,3,5,7
/proc/29434/stat : 29434 (clasp) R 29432 29434 28715 0 -1 4202496 84434 0 0 0 58214 17 0 0 25 0 1 0 555257091 328110080 77409 33554432000 134512640 136057169 4286865824 18446744073709551615 134618243 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29434/statm: 80105 77409 183 378 0 79725 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 320420

[startup+642.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.08 2.02 1.94 3/178 29555
/proc/meminfo: memFree=13370656/32950928 swapFree=67111528/67111528
[pid=29434] ppid=29432 vsize=621844 CPUtime=4062.43 cores=1,3,5,7
/proc/29434/stat : 29434 (clasp) R 29432 29434 28715 0 -1 4202496 167009 0 0 0 406206 37 0 0 25 0 1 0 555257091 636768256 147214 33554432000 134512640 136057169 4286865824 18446744073709551615 134823788 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29434/statm: 155461 147214 183 378 0 155081 0
Current children cumulated CPU time (s) 4062.43
Current children cumulated vsize (KiB) 621844

[startup+4122.3 s]
/proc/loadavg: 2.03 2.01 1.94 3/178 29557
/proc/meminfo: memFree=13364572/32950928 swapFree=67111528/67111528
[pid=29434] ppid=29432 vsize=627172 CPUtime=4122.43 cores=1,3,5,7
/proc/29434/stat : 29434 (clasp) R 29432 29434 28715 0 -1 4202496 168472 0 0 0 412205 38 0 0 25 0 1 0 555257091 642224128 148496 33554432000 134512640 136057169 4286865824 18446744073709551615 135459153 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29434/statm: 156793 148496 183 378 0 156413 0
Current children cumulated CPU time (s) 4122.43
Current children cumulated vsize (KiB) 627172

[startup+4182.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/178 29558
/proc/meminfo: memFree=13363572/32950928 swapFree=67111528/67111528
[pid=29434] ppid=29432 vsize=628092 CPUtime=4182.43 cores=1,3,5,7
/proc/29434/stat : 29434 (clasp) R 29432 29434 28715 0 -1 4202496 168658 0 0 0 418205 38 0 0 25 0 1 0 555257091 643166208 148682 33554432000 134512640 136057169 4286865824 18446744073709551615 134823812 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29434/statm: 157023 148682 183 378 0 156643 0
Current children cumulated CPU time (s) 4182.43
Current children cumulated vsize (KiB) 628092

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 29560
/proc/meminfo: memFree=13362068/32950928 swapFree=67111528/67111528
[pid=29434] ppid=29432 vsize=630560 CPUtime=4242.43 cores=1,3,5,7
/proc/29434/stat : 29434 (clasp) R 29432 29434 28715 0 -1 4202496 169335 0 0 0 424205 38 0 0 25 0 1 0 555257091 645693440 149088 33554432000 134512640 136057169 4286865824 18446744073709551615 134618221 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29434/statm: 157640 149088 183 378 0 157260 0
Current children cumulated CPU time (s) 4242.43
Current children cumulated vsize (KiB) 630560

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 29562
/proc/meminfo: memFree=13359456/32950928 swapFree=67111528/67111528
[pid=29434] ppid=29432 vsize=633084 CPUtime=4302.44 cores=1,3,5,7
/proc/29434/stat : 29434 (clasp) R 29432 29434 28715 0 -1 4202496 170804 0 0 0 430205 39 0 0 25 0 1 0 555257091 648278016 149653 33554432000 134512640 136057169 4286865824 18446744073709551615 135459153 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29434/statm: 158271 149653 183 378 0 157891 0
Current children cumulated CPU time (s) 4302.44
Current children cumulated vsize (KiB) 633084

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 29563
/proc/meminfo: memFree=13357708/32950928 swapFree=67111528/67111528
[pid=29434] ppid=29432 vsize=634524 CPUtime=4362.44 cores=1,3,5,7
/proc/29434/stat : 29434 (clasp) R 29432 29434 28715 0 -1 4202496 171087 0 0 0 436205 39 0 0 25 0 1 0 555257091 649752576 149936 33554432000 134512640 136057169 4286865824 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29434/statm: 158631 149936 183 378 0 158251 0
Current children cumulated CPU time (s) 4362.44
Current children cumulated vsize (KiB) 634524

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 29565
/proc/meminfo: memFree=13355840/32950928 swapFree=67111528/67111528
[pid=29434] ppid=29432 vsize=636332 CPUtime=4422.44 cores=1,3,5,7
/proc/29434/stat : 29434 (clasp) R 29432 29434 28715 0 -1 4202496 171590 0 0 0 442205 39 0 0 25 0 1 0 555257091 651603968 150258 33554432000 134512640 136057169 4286865824 18446744073709551615 134823788 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29434/statm: 159083 150258 183 378 0 158703 0
Current children cumulated CPU time (s) 4422.44
Current children cumulated vsize (KiB) 636332

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 29566
/proc/meminfo: memFree=13355204/32950928 swapFree=67111528/67111528
[pid=29434] ppid=29432 vsize=636332 CPUtime=4482.44 cores=1,3,5,7
/proc/29434/stat : 29434 (clasp) R 29432 29434 28715 0 -1 4202496 171601 0 0 0 448205 39 0 0 25 0 1 0 555257091 651603968 150269 33554432000 134512640 136057169 4286865824 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29434/statm: 159083 150269 183 378 0 158703 0
Current children cumulated CPU time (s) 4482.44
Current children cumulated vsize (KiB) 636332

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 29568
/proc/meminfo: memFree=13354084/32950928 swapFree=67111528/67111528
[pid=29434] ppid=29432 vsize=637292 CPUtime=4542.45 cores=1,3,5,7
/proc/29434/stat : 29434 (clasp) R 29432 29434 28715 0 -1 4202496 171807 0 0 0 454206 39 0 0 25 0 1 0 555257091 652587008 150475 33554432000 134512640 136057169 4286865824 18446744073709551615 134615628 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29434/statm: 159323 150475 183 378 0 158943 0
Current children cumulated CPU time (s) 4542.45
Current children cumulated vsize (KiB) 637292

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 29570
/proc/meminfo: memFree=13352336/32950928 swapFree=67111528/67111528
[pid=29434] ppid=29432 vsize=637832 CPUtime=4602.45 cores=1,3,5,7
/proc/29434/stat : 29434 (clasp) R 29432 29434 28715 0 -1 4202496 172263 0 0 0 460206 39 0 0 25 0 1 0 555257091 653139968 150660 33554432000 134512640 136057169 4286865824 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29434/statm: 159458 150660 183 378 0 159078 0
Current children cumulated CPU time (s) 4602.45
Current children cumulated vsize (KiB) 637832

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 29571
/proc/meminfo: memFree=13351584/32950928 swapFree=67111528/67111528
[pid=29434] ppid=29432 vsize=637832 CPUtime=4662.45 cores=1,3,5,7
/proc/29434/stat : 29434 (clasp) R 29432 29434 28715 0 -1 4202496 172269 0 0 0 466206 39 0 0 25 0 1 0 555257091 653139968 150666 33554432000 134512640 136057169 4286865824 18446744073709551615 134823956 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29434/statm: 159458 150666 183 378 0 159078 0
Current children cumulated CPU time (s) 4662.45
Current children cumulated vsize (KiB) 637832

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 29573
/proc/meminfo: memFree=13350456/32950928 swapFree=67111528/67111528
[pid=29434] ppid=29432 vsize=639280 CPUtime=4722.46 cores=1,3,5,7
/proc/29434/stat : 29434 (clasp) R 29432 29434 28715 0 -1 4202496 172562 0 0 0 472207 39 0 0 25 0 1 0 555257091 654622720 150959 33554432000 134512640 136057169 4286865824 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29434/statm: 159820 150959 183 378 0 159440 0
Current children cumulated CPU time (s) 4722.46
Current children cumulated vsize (KiB) 639280

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 29574
/proc/meminfo: memFree=13347968/32950928 swapFree=67111528/67111528
[pid=29434] ppid=29432 vsize=639280 CPUtime=4782.45 cores=1,3,5,7
/proc/29434/stat : 29434 (clasp) R 29432 29434 28715 0 -1 4202496 172567 0 0 0 478206 39 0 0 25 0 1 0 555257091 654622720 150964 33554432000 134512640 136057169 4286865824 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29434/statm: 159820 150964 183 378 0 159440 0
Current children cumulated CPU time (s) 4782.45
Current children cumulated vsize (KiB) 639280

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 29576
/proc/meminfo: memFree=13340880/32950928 swapFree=67111528/67111528
[pid=29434] ppid=29432 vsize=643124 CPUtime=4842.45 cores=1,3,5,7
/proc/29434/stat : 29434 (clasp) R 29432 29434 28715 0 -1 4202496 173483 0 0 0 484206 39 0 0 25 0 1 0 555257091 658558976 151880 33554432000 134512640 136057169 4286865824 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29434/statm: 160781 151880 183 378 0 160401 0
Current children cumulated CPU time (s) 4842.45
Current children cumulated vsize (KiB) 643124

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 29578
/proc/meminfo: memFree=13336908/32950928 swapFree=67111528/67111528
[pid=29434] ppid=29432 vsize=644380 CPUtime=4902.45 cores=1,3,5,7
/proc/29434/stat : 29434 (clasp) R 29432 29434 28715 0 -1 4202496 173765 0 0 0 490206 39 0 0 25 0 1 0 555257091 659845120 152162 33554432000 134512640 136057169 4286865824 18446744073709551615 134823788 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29434/statm: 161095 152162 183 378 0 160715 0
Current children cumulated CPU time (s) 4902.45
Current children cumulated vsize (KiB) 644380

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 29579
/proc/meminfo: memFree=13336152/32950928 swapFree=67111528/67111528
[pid=29434] ppid=29432 vsize=644380 CPUtime=4962.46 cores=1,3,5,7
/proc/29434/stat : 29434 (clasp) R 29432 29434 28715 0 -1 4202496 173766 0 0 0 496207 39 0 0 25 0 1 0 555257091 659845120 152163 33554432000 134512640 136057169 4286865824 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29434/statm: 161095 152163 183 378 0 160715 0
Current children cumulated CPU time (s) 4962.46
Current children cumulated vsize (KiB) 644380



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.05 2.01 1.95 2/176 29581
/proc/meminfo: memFree=13650876/32950928 swapFree=67111528/67111528
[pid=29434] ppid=29432 vsize=644380 CPUtime=5000.06 cores=1,3,5,7
/proc/29434/stat : 29434 (clasp) R 29432 29434 28715 0 -1 4202496 173766 0 0 0 499967 39 0 0 25 0 1 0 555257091 659845120 152163 33554432000 134512640 136057169 4286865824 18446744073709551615 134819794 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29434/statm: 161095 152163 183 378 0 160715 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 644380

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.05 2.01 1.95 2/176 29581
/proc/meminfo: memFree=13650876/32950928 swapFree=67111528/67111528
[pid=29434] ppid=29432 vsize=644380 CPUtime=5000.06 cores=1,3,5,7
/proc/29434/stat : 29434 (clasp) R 29432 29434 28715 0 -1 4202496 173766 0 0 0 499967 39 0 0 25 0 1 0 555257091 659845120 152163 33554432000 134512640 136057169 4286865824 18446744073709551615 134819794 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29434/statm: 161095 152163 183 378 0 160715 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 644380

Child status: 0
Real time (s): 4999.94
CPU time (s): 5000.1
CPU user time (s): 4999.68
CPU system time (s): 0.424935
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 644380

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

runsolver used 7.9108 second user time and 18.9841 second system time

The end

Launcher Data

Begin job on node113 at 2011-04-24 15:04:24
IDJOB=3275453
IDBENCH=83184
IDSOLVER=1677
FILE ID=node113/3275453-1303650264
RUNJOBID= node113-1303650263-29361
PBS_JOBID= 13150735
Free space on /tmp= 71124 MiB

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

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

MD5SUM BENCH= e7679ca49bb432c9b90305d907365c4e
RANDOM SEED=1079500314

node113.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	: 5332.76
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.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.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.74
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.75
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.83
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      14249144 kB
Buffers:       1844468 kB
Cached:       16192976 kB
SwapCached:          0 kB
Active:       10380724 kB
Inactive:      7733772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14249144 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           23796 kB
Writeback:           0 kB
AnonPages:       76864 kB
Mapped:          15756 kB
Slab:           524328 kB
PageTables:       4396 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   221732 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= 71128 MiB
End job on node113 at 2011-04-24 16:27:46