Trace number 3275328

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

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-13x32.cnf
MD5SUM73c8ae5bbdfe41463e8e40ea211c5e14
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 variables1664
Number of clauses157664
Sum of the clauses size625664
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22496
Number of clauses of size 30
Number of clauses of size 4155168
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-3275328-1303645337/watcher-3275328-1303645337 -o /tmp/evaluation-result-3275328-1303645337/solver-3275328-1303645337 -C 5000 -W 5100 -M 15500 HOME/clasp --file=HOME/instance-3275328-1303645337.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: 1.90 1.97 1.99 3/177 29333
/proc/meminfo: memFree=11885448/32950928 swapFree=67111528/67111528
[pid=29333] ppid=29331 vsize=2256 CPUtime=0 cores=0,2,4,6
/proc/29333/stat : 29333 (clasp) R 29331 29333 28797 0 -1 4202496 321 0 0 0 0 0 0 0 25 0 1 0 554764412 2310144 275 33554432000 134512640 136057169 4290772416 18446744073709551615 135502702 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29333/statm: 564 276 145 378 0 184 0

[startup+0.047395 s]
/proc/loadavg: 1.90 1.97 1.99 3/177 29333
/proc/meminfo: memFree=11885448/32950928 swapFree=67111528/67111528
[pid=29333] ppid=29331 vsize=6396 CPUtime=0.04 cores=0,2,4,6
/proc/29333/stat : 29333 (clasp) R 29331 29333 28797 0 -1 4202496 1543 0 0 0 4 0 0 0 25 0 1 0 554764412 6549504 1304 33554432000 134512640 136057169 4290772416 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29333/statm: 1599 1304 145 378 0 1219 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 6396

[startup+0.100389 s]
/proc/loadavg: 1.90 1.97 1.99 3/177 29333
/proc/meminfo: memFree=11885448/32950928 swapFree=67111528/67111528
[pid=29333] ppid=29331 vsize=12440 CPUtime=0.09 cores=0,2,4,6
/proc/29333/stat : 29333 (clasp) R 29331 29333 28797 0 -1 4202496 3299 0 0 0 9 0 0 0 25 0 1 0 554764412 12738560 2776 33554432000 134512640 136057169 4290772416 18446744073709551615 134774448 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29333/statm: 3110 2776 166 378 0 2730 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12440

[startup+0.300351 s]
/proc/loadavg: 1.90 1.97 1.99 3/177 29333
/proc/meminfo: memFree=11885448/32950928 swapFree=67111528/67111528
[pid=29333] ppid=29331 vsize=12440 CPUtime=0.29 cores=0,2,4,6
/proc/29333/stat : 29333 (clasp) R 29331 29333 28797 0 -1 4202496 3299 0 0 0 29 0 0 0 25 0 1 0 554764412 12738560 2776 33554432000 134512640 136057169 4290772416 18446744073709551615 134774477 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29333/statm: 3110 2776 166 378 0 2730 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12440

[startup+0.700281 s]
/proc/loadavg: 1.90 1.97 1.99 3/177 29333
/proc/meminfo: memFree=11885448/32950928 swapFree=67111528/67111528
[pid=29333] ppid=29331 vsize=12440 CPUtime=0.69 cores=0,2,4,6
/proc/29333/stat : 29333 (clasp) R 29331 29333 28797 0 -1 4202496 3299 0 0 0 69 0 0 0 25 0 1 0 554764412 12738560 2776 33554432000 134512640 136057169 4290772416 18446744073709551615 134774486 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29333/statm: 3110 2776 166 378 0 2730 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12440

[startup+1.50114 s]
/proc/loadavg: 1.90 1.97 1.99 3/178 29334
/proc/meminfo: memFree=11874900/32950928 swapFree=67111528/67111528
[pid=29333] ppid=29331 vsize=14156 CPUtime=1.49 cores=0,2,4,6
/proc/29333/stat : 29333 (clasp) R 29331 29333 28797 0 -1 4202496 3728 0 0 0 149 0 0 0 25 0 1 0 554764412 14495744 3205 33554432000 134512640 136057169 4290772416 18446744073709551615 134778142 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29333/statm: 3539 3205 168 378 0 3159 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 14156

[startup+3.10086 s]
/proc/loadavg: 1.90 1.97 1.99 3/178 29334
/proc/meminfo: memFree=11870188/32950928 swapFree=67111528/67111528
[pid=29333] ppid=29331 vsize=20096 CPUtime=3.09 cores=0,2,4,6
/proc/29333/stat : 29333 (clasp) R 29331 29333 28797 0 -1 4202496 5193 0 0 0 309 0 0 0 25 0 1 0 554764412 20578304 4670 33554432000 134512640 136057169 4290772416 18446744073709551615 134765714 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29333/statm: 5024 4670 168 378 0 4644 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 20096

[startup+6.30029 s]
/proc/loadavg: 1.90 1.97 1.99 3/178 29334
/proc/meminfo: memFree=11863020/32950928 swapFree=67111528/67111528
[pid=29333] ppid=29331 vsize=23532 CPUtime=6.28 cores=0,2,4,6
/proc/29333/stat : 29333 (clasp) R 29331 29333 28797 0 -1 4202496 6055 0 0 0 628 0 0 0 25 0 1 0 554764412 24096768 5532 33554432000 134512640 136057169 4290772416 18446744073709551615 134774406 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29333/statm: 5883 5532 168 378 0 5503 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 23532

[startup+12.7012 s]
/proc/loadavg: 1.91 1.97 1.99 3/178 29334
/proc/meminfo: memFree=11839104/32950928 swapFree=67111528/67111528
[pid=29333] ppid=29331 vsize=51324 CPUtime=12.69 cores=0,2,4,6
/proc/29333/stat : 29333 (clasp) R 29331 29333 28797 0 -1 4202496 13463 0 0 0 1268 1 0 0 25 0 1 0 554764412 52555776 12496 33554432000 134512640 136057169 4290772416 18446744073709551615 135459153 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29333/statm: 12831 12496 182 378 0 12451 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 51324

[startup+25.5009 s]
/proc/loadavg: 2.00 1.98 1.99 3/178 29335
/proc/meminfo: memFree=11825336/32950928 swapFree=67111528/67111528
[pid=29333] ppid=29331 vsize=61160 CPUtime=25.49 cores=0,2,4,6
/proc/29333/stat : 29333 (clasp) R 29331 29333 28797 0 -1 4202496 15883 0 0 0 2548 1 0 0 25 0 1 0 554764412 62627840 14916 33554432000 134512640 136057169 4290772416 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29333/statm: 15290 14916 182 378 0 14910 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 61160

[startup+51.1004 s]
/proc/loadavg: 2.07 2.00 2.00 3/178 29335
/proc/meminfo: memFree=11811976/32950928 swapFree=67111528/67111528
[pid=29333] ppid=29331 vsize=74976 CPUtime=51.09 cores=0,2,4,6
/proc/29333/stat : 29333 (clasp) R 29331 29333 28797 0 -1 4202496 19270 0 0 0 5107 2 0 0 25 0 1 0 554764412 76775424 18303 33554432000 134512640 136057169 4290772416 18446744073709551615 134823882 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29333/statm: 18744 18303 182 378 0 18364 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 74976

[startup+102.306 s]
/proc/loadavg: 2.03 2.00 2.00 3/178 29337
/proc/meminfo: memFree=11796940/32950928 swapFree=67111528/67111528
[pid=29333] ppid=29331 vsize=89972 CPUtime=102.3 cores=0,2,4,6
/proc/29333/stat : 29333 (clasp) R 29331 29333 28797 0 -1 4202496 22815 0 0 0 10228 2 0 0 25 0 1 0 554764412 92131328 21848 33554432000 134512640 136057169 4290772416 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29333/statm: 22493 21848 182 378 0 22113 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 89972

[startup+162.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 29338
/proc/meminfo: memFree=11780508/32950928 swapFree=67111528/67111528
[pid=29333] ppid=29331 vsize=106624 CPUtime=162.29 cores=0,2,4,6
/proc/29333/stat : 29333 (clasp) R 29331 29333 28797 0 -1 4202496 26856 0 0 0 16227 2 0 0 25 0 1 0 554764412 109182976 25889 33554432000 134512640 136057169 4290772416 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29333/statm: 26656 25889 182 378 0 26276 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 106624

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29340
/proc/meminfo: memFree=11770780/32950928 swapFree=67111528/67111528
[pid=29333] ppid=29331 vsize=116828 CPUtime=222.29 cores=0,2,4,6
/proc/29333/stat : 29333 (clasp) R 29331 29333 28797 0 -1 4202496 29266 0 0 0 22226 3 0 0 25 0 1 0 554764412 119631872 28299 33554432000 134512640 136057169 4290772416 18446744073709551615 134618430 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29333/statm: 29207 28299 182 378 0 28827 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 116828

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29341
/proc/meminfo: memFree=11767996/32950928 swapFree=67111528/67111528
[pid=29333] ppid=29331 vsize=119940 CPUtime=282.3 cores=0,2,4,6
/proc/29333/stat : 29333 (clasp) R 29331 29333 28797 0 -1 4202496 29952 0 0 0 28227 3 0 0 25 0 1 0 554764412 122818560 28985 33554432000 134512640 136057169 4290772416 18446744073709551615 134828337 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29333/statm: 29985 28985 182 378 0 29605 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 119940

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29343
/proc/meminfo: memFree=11756044/32950928 swapFree=67111528/67111528
[pid=29333] ppid=29331 vsize=132448 CPUtime=342.29 cores=0,2,4,6
/proc/29333/stat : 29333 (clasp) R 29331 29333 28797 0 -1 4202496 32952 0 0 0 34226 3 0 0 25 0 1 0 554764412 135626752 31985 33554432000 134512640 136057169 4290772416 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29333/statm: 33112 31985 182 378 0 32732 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 132448

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29345
/proc/meminfo: memFree=11754372/32950928 swapFree=67111528/67111528
[pid=29333] ppid=29331 vsize=134076 CPUtime=402.3 cores=0,2,4,6
/proc/29333/stat : 29333 (clasp) R 29331 29333 28797 0 -1 4202496 33321 0 0 0 40226 4 0 0 25 0 1 0 554764412 137293824 32354 33554432000 134512640 136057169 4290772416 18446744073709551615 134823870 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29333/statm: 33519 32354 182 378 0 33139 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 134076

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29346
/proc/meminfo: memFree=11746628/32950928 swapFree=67111528/67111528
[pid=29333] ppid=29331 vsize=142368 CPUtime=462.3 cores=0,2,4,6
/proc/29333/stat : 29333 (clasp) R 29331 29333 28797 0 -1 4202496 35364 0 0 0 46226 4 0 0 25 0 1 0 554764412 145784832 34261 33554432000 134512640 136057169 4290772416 18446744073709551615 134813062 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29333/statm: 35592 34261 182 378 0 35212 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 142368

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29348
/proc/meminfo: memFree=11741236/32950928 swapFree=67111528/67111528
[pid=29333] ppid=29331 vsize=147992 CPUtime=522.3 cores=0,2,4,6
/proc/29333/stat : 29333 (clasp) R 29331 29333 28797 0 -1 4202496 36828 0 0 0 52226 4 0 0 25 0 1 0 554764412 151543808 35589 33554432000 134512640 136057169 4290772416 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29333/statm: 36998 35589 182 378 0 36618 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 147992

[startup+582.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/178 29349
/proc/meminfo: memFree=11738336/32950928 swapFree=67111528/67111528
[pid=29333] ppid=29331 vsize=150964 CPUtime=582.3 cores=0,2,4,6
/proc/29333/stat : 29333 (clasp) R 29331 29333 28797 0 -1 4202496 37494 0 0 0 58226 4 0 0 25 0 1 0 554764412 154587136 36255 33554432000 134512640 136057169 4290772416 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29333/statm: 37741 36255 182 378 0 37361 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 150964

[startup+642.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29454
/proc/meminfo: memFree=11607948/32950928 swapFree=67111528/67111528
[pid=29333] ppid=29331 vsize=290184 CPUtime=4062.4 cores=0,2,4,6
/proc/29333/stat : 29333 (clasp) R 29331 29333 28797 0 -1 4202496 70593 0 0 0 406230 10 0 0 25 0 1 0 554764412 297148416 68299 33554432000 134512640 136057169 4290772416 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29333/statm: 72546 68299 182 378 0 72166 0
Current children cumulated CPU time (s) 4062.4
Current children cumulated vsize (KiB) 290184

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29456
/proc/meminfo: memFree=11607776/32950928 swapFree=67111528/67111528
[pid=29333] ppid=29331 vsize=290184 CPUtime=4122.39 cores=0,2,4,6
/proc/29333/stat : 29333 (clasp) R 29331 29333 28797 0 -1 4202496 70598 0 0 0 412229 10 0 0 25 0 1 0 554764412 297148416 68304 33554432000 134512640 136057169 4290772416 18446744073709551615 134618148 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29333/statm: 72546 68304 182 378 0 72166 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 290184

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29457
/proc/meminfo: memFree=11607852/32950928 swapFree=67111528/67111528
[pid=29333] ppid=29331 vsize=290504 CPUtime=4182.39 cores=0,2,4,6
/proc/29333/stat : 29333 (clasp) R 29331 29333 28797 0 -1 4202496 70653 0 0 0 418229 10 0 0 25 0 1 0 554764412 297476096 68359 33554432000 134512640 136057169 4290772416 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29333/statm: 72626 68359 182 378 0 72246 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 290504

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29459
/proc/meminfo: memFree=11607192/32950928 swapFree=67111528/67111528
[pid=29333] ppid=29331 vsize=290984 CPUtime=4242.39 cores=0,2,4,6
/proc/29333/stat : 29333 (clasp) R 29331 29333 28797 0 -1 4202496 70810 0 0 0 424229 10 0 0 25 0 1 0 554764412 297967616 68516 33554432000 134512640 136057169 4290772416 18446744073709551615 134823818 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29333/statm: 72746 68516 182 378 0 72366 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 290984

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29461
/proc/meminfo: memFree=11607016/32950928 swapFree=67111528/67111528
[pid=29333] ppid=29331 vsize=290984 CPUtime=4302.4 cores=0,2,4,6
/proc/29333/stat : 29333 (clasp) R 29331 29333 28797 0 -1 4202496 70812 0 0 0 430230 10 0 0 25 0 1 0 554764412 297967616 68518 33554432000 134512640 136057169 4290772416 18446744073709551615 134823826 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29333/statm: 72746 68518 182 378 0 72366 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 290984

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29462
/proc/meminfo: memFree=11592604/32950928 swapFree=67111528/67111528
[pid=29333] ppid=29331 vsize=306076 CPUtime=4362.4 cores=0,2,4,6
/proc/29333/stat : 29333 (clasp) R 29331 29333 28797 0 -1 4202496 74435 0 0 0 436229 11 0 0 25 0 1 0 554764412 313421824 72141 33554432000 134512640 136057169 4290772416 18446744073709551615 134618253 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29333/statm: 76519 72141 182 378 0 76139 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 306076

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29464
/proc/meminfo: memFree=11588084/32950928 swapFree=67111528/67111528
[pid=29333] ppid=29331 vsize=311120 CPUtime=4422.4 cores=0,2,4,6
/proc/29333/stat : 29333 (clasp) R 29331 29333 28797 0 -1 4202496 75603 0 0 0 442229 11 0 0 25 0 1 0 554764412 318586880 73309 33554432000 134512640 136057169 4290772416 18446744073709551615 135459153 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29333/statm: 77780 73309 182 378 0 77400 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 311120

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29465
/proc/meminfo: memFree=11585568/32950928 swapFree=67111528/67111528
[pid=29333] ppid=29331 vsize=313960 CPUtime=4482.4 cores=0,2,4,6
/proc/29333/stat : 29333 (clasp) R 29331 29333 28797 0 -1 4202496 76215 0 0 0 448229 11 0 0 25 0 1 0 554764412 321495040 73921 33554432000 134512640 136057169 4290772416 18446744073709551615 134615850 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29333/statm: 78490 73921 182 378 0 78110 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 313960

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29467
/proc/meminfo: memFree=11583536/32950928 swapFree=67111528/67111528
[pid=29333] ppid=29331 vsize=316360 CPUtime=4542.4 cores=0,2,4,6
/proc/29333/stat : 29333 (clasp) R 29331 29333 28797 0 -1 4202496 76769 0 0 0 454229 11 0 0 25 0 1 0 554764412 323952640 74475 33554432000 134512640 136057169 4290772416 18446744073709551615 134823841 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29333/statm: 79090 74475 182 378 0 78710 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 316360

[startup+4602.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 29469
/proc/meminfo: memFree=11580512/32950928 swapFree=67111528/67111528
[pid=29333] ppid=29331 vsize=319244 CPUtime=4602.4 cores=0,2,4,6
/proc/29333/stat : 29333 (clasp) R 29331 29333 28797 0 -1 4202496 77379 0 0 0 460229 11 0 0 25 0 1 0 554764412 326905856 75085 33554432000 134512640 136057169 4290772416 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29333/statm: 79811 75085 182 378 0 79431 0
Current children cumulated CPU time (s) 4602.4
Current children cumulated vsize (KiB) 319244

[startup+4662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 29470
/proc/meminfo: memFree=11579116/32950928 swapFree=67111528/67111528
[pid=29333] ppid=29331 vsize=320928 CPUtime=4662.4 cores=0,2,4,6
/proc/29333/stat : 29333 (clasp) R 29331 29333 28797 0 -1 4202496 77746 0 0 0 466229 11 0 0 25 0 1 0 554764412 328630272 75452 33554432000 134512640 136057169 4290772416 18446744073709551615 134823838 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29333/statm: 80232 75452 182 378 0 79852 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 320928

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29472
/proc/meminfo: memFree=11577948/32950928 swapFree=67111528/67111528
[pid=29333] ppid=29331 vsize=321776 CPUtime=4722.41 cores=0,2,4,6
/proc/29333/stat : 29333 (clasp) R 29331 29333 28797 0 -1 4202496 78320 0 0 0 472229 12 0 0 25 0 1 0 554764412 329498624 75637 33554432000 134512640 136057169 4290772416 18446744073709551615 134823818 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29333/statm: 80444 75637 182 378 0 80064 0
Current children cumulated CPU time (s) 4722.41
Current children cumulated vsize (KiB) 321776

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29482
/proc/meminfo: memFree=11577864/32950928 swapFree=67111528/67111528
[pid=29333] ppid=29331 vsize=322500 CPUtime=4782.41 cores=0,2,4,6
/proc/29333/stat : 29333 (clasp) R 29331 29333 28797 0 -1 4202496 78538 0 0 0 478229 12 0 0 25 0 1 0 554764412 330240000 75855 33554432000 134512640 136057169 4290772416 18446744073709551615 134613095 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29333/statm: 80625 75855 182 378 0 80245 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 322500

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29484
/proc/meminfo: memFree=11577312/32950928 swapFree=67111528/67111528
[pid=29333] ppid=29331 vsize=323224 CPUtime=4842.41 cores=0,2,4,6
/proc/29333/stat : 29333 (clasp) R 29331 29333 28797 0 -1 4202496 78751 0 0 0 484229 12 0 0 25 0 1 0 554764412 330981376 76068 33554432000 134512640 136057169 4290772416 18446744073709551615 134645260 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29333/statm: 80806 76068 182 378 0 80426 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 323224

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29486
/proc/meminfo: memFree=11574804/32950928 swapFree=67111528/67111528
[pid=29333] ppid=29331 vsize=326028 CPUtime=4902.41 cores=0,2,4,6
/proc/29333/stat : 29333 (clasp) R 29331 29333 28797 0 -1 4202496 79325 0 0 0 490229 12 0 0 25 0 1 0 554764412 333852672 76642 33554432000 134512640 136057169 4290772416 18446744073709551615 134618243 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29333/statm: 81507 76642 182 378 0 81127 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 326028

[startup+4962.3 s]
/proc/loadavg: 1.61 1.90 1.97 2/172 29505
/proc/meminfo: memFree=11581320/32950928 swapFree=67111528/67111528
[pid=29333] ppid=29331 vsize=328672 CPUtime=4962.41 cores=0,2,4,6
/proc/29333/stat : 29333 (clasp) R 29331 29333 28797 0 -1 4202496 79935 0 0 0 496229 12 0 0 25 0 1 0 554764412 336560128 77252 33554432000 134512640 136057169 4290772416 18446744073709551615 134618167 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29333/statm: 82168 77252 182 378 0 81788 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 328672



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.31 1.79 1.92 2/172 29506
/proc/meminfo: memFree=11581284/32950928 swapFree=67111528/67111528
[pid=29333] ppid=29331 vsize=328992 CPUtime=5000.01 cores=0,2,4,6
/proc/29333/stat : 29333 (clasp) R 29331 29333 28797 0 -1 4202496 80002 0 0 0 499989 12 0 0 25 0 1 0 554764412 336887808 77319 33554432000 134512640 136057169 4290772416 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29333/statm: 82248 77319 182 378 0 81868 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 328992

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: 1.31 1.79 1.92 2/172 29506
/proc/meminfo: memFree=11581284/32950928 swapFree=67111528/67111528
[pid=29333] ppid=29331 vsize=328992 CPUtime=5000.01 cores=0,2,4,6
/proc/29333/stat : 29333 (clasp) R 29331 29333 28797 0 -1 4202496 80002 0 0 0 499989 12 0 0 25 0 1 0 554764412 336887808 77319 33554432000 134512640 136057169 4290772416 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29333/statm: 82248 77319 182 378 0 81868 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 328992

Child status: 0
Real time (s): 4999.92
CPU time (s): 5000.04
CPU user time (s): 4999.9
CPU system time (s): 0.142978
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 328992

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

runsolver used 7.44987 second user time and 15.2847 second system time

The end

Launcher Data

Begin job on node112 at 2011-04-24 13:42:18
IDJOB=3275328
IDBENCH=83159
IDSOLVER=1677
FILE ID=node112/3275328-1303645337
RUNJOBID= node112-1303635251-28815
PBS_JOBID= 13150736
Free space on /tmp= 72664 MiB

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

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

MD5SUM BENCH= 73c8ae5bbdfe41463e8e40ea211c5e14
RANDOM SEED=737306326

node112.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.828
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.65
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.828
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.83
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.828
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.67
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.828
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.82
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.828
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	: 5261.27
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.828
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.82
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.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      11885720 kB
Buffers:       1968048 kB
Cached:       18485524 kB
SwapCached:          0 kB
Active:        9343284 kB
Inactive:     11179048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11885720 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5472 kB
Writeback:           0 kB
AnonPages:       68360 kB
Mapped:          15828 kB
Slab:           480228 kB
PageTables:       4312 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   211380 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= 72664 MiB
End job on node112 at 2011-04-24 15:05:39