Trace number 3274968

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.03 4999.91

General information on the benchmark

NameCRAFTED/modcircuits/
mod3block_2vars_11gates_u2_autoenc.cnf
MD5SUM36c3169a5cad0483dd15befcefc4323e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1540.75
Satisfiable
(Un)Satisfiability was proved
Number of variables526
Number of clauses146535
Sum of the clauses size858954
Maximum clause length14
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 22476
Number of clauses of size 34
Number of clauses of size 41387
Number of clauses of size 57328
Number of clauses of size over 5135276

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-3274968-1303635248/watcher-3274968-1303635248 -o /tmp/evaluation-result-3274968-1303635248/solver-3274968-1303635248 -C 5000 -W 5000 -M 15500 HOME/clasp --file=HOME/instance-3274968-1303635248.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): 5000 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.00 0.00 0.00 2/177 26653
/proc/meminfo: memFree=15055392/32951124 swapFree=67111524/67111528
[pid=26653] ppid=26651 vsize=2184 CPUtime=0 cores=1,3,5,7
/proc/26653/stat : 26653 (clasp) R 26651 26653 26615 0 -1 4202496 334 0 0 0 0 0 0 0 21 0 1 0 475122745 2236416 289 33554432000 134512640 136057169 4294006288 18446744073709551615 135502702 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26653/statm: 546 290 145 378 0 166 0

[startup+0.0259161 s]
/proc/loadavg: 0.00 0.00 0.00 2/177 26653
/proc/meminfo: memFree=15055392/32951124 swapFree=67111524/67111528
[pid=26653] ppid=26651 vsize=3844 CPUtime=0.02 cores=1,3,5,7
/proc/26653/stat : 26653 (clasp) R 26651 26653 26615 0 -1 4202496 778 0 0 0 2 0 0 0 21 0 1 0 475122745 3936256 692 33554432000 134512640 136057169 4294006288 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26653/statm: 961 693 145 378 0 581 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 3844

[startup+0.100907 s]
/proc/loadavg: 0.00 0.00 0.00 2/177 26653
/proc/meminfo: memFree=15055392/32951124 swapFree=67111524/67111528
[pid=26653] ppid=26651 vsize=12336 CPUtime=0.09 cores=1,3,5,7
/proc/26653/stat : 26653 (clasp) R 26651 26653 26615 0 -1 4202496 3108 0 0 0 9 0 0 0 21 0 1 0 475122745 12632064 2731 33554432000 134512640 136057169 4294006288 18446744073709551615 134772705 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26653/statm: 3084 2731 165 378 0 2704 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12336

[startup+0.30088 s]
/proc/loadavg: 0.00 0.00 0.00 2/177 26653
/proc/meminfo: memFree=15055392/32951124 swapFree=67111524/67111528
[pid=26653] ppid=26651 vsize=12336 CPUtime=0.29 cores=1,3,5,7
/proc/26653/stat : 26653 (clasp) R 26651 26653 26615 0 -1 4202496 3122 0 0 0 29 0 0 0 22 0 1 0 475122745 12632064 2745 33554432000 134512640 136057169 4294006288 18446744073709551615 134774465 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26653/statm: 3084 2745 168 378 0 2704 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12336

[startup+0.70081 s]
/proc/loadavg: 0.00 0.00 0.00 2/177 26653
/proc/meminfo: memFree=15055392/32951124 swapFree=67111524/67111528
[pid=26653] ppid=26651 vsize=12336 CPUtime=0.69 cores=1,3,5,7
/proc/26653/stat : 26653 (clasp) R 26651 26653 26615 0 -1 4202496 3136 0 0 0 69 0 0 0 24 0 1 0 475122745 12632064 2759 33554432000 134512640 136057169 4294006288 18446744073709551615 134765769 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26653/statm: 3084 2759 170 378 0 2704 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12336

[startup+1.50067 s]
/proc/loadavg: 0.00 0.00 0.00 3/178 26654
/proc/meminfo: memFree=15043976/32951124 swapFree=67111524/67111528
[pid=26653] ppid=26651 vsize=11768 CPUtime=1.49 cores=1,3,5,7
/proc/26653/stat : 26653 (clasp) R 26651 26653 26615 0 -1 4202496 3319 0 0 0 149 0 0 0 25 0 1 0 475122745 12050432 2684 33554432000 134512640 136057169 4294006288 18446744073709551615 134618307 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26653/statm: 2942 2684 182 378 0 2562 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 11768

[startup+3.10039 s]
/proc/loadavg: 0.16 0.03 0.01 3/178 26654
/proc/meminfo: memFree=15043612/32951124 swapFree=67111524/67111528
[pid=26653] ppid=26651 vsize=11768 CPUtime=3.09 cores=1,3,5,7
/proc/26653/stat : 26653 (clasp) R 26651 26653 26615 0 -1 4202496 3319 0 0 0 309 0 0 0 25 0 1 0 475122745 12050432 2684 33554432000 134512640 136057169 4294006288 18446744073709551615 134618185 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26653/statm: 2942 2684 182 378 0 2562 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 11768

[startup+6.30082 s]
/proc/loadavg: 0.16 0.03 0.01 3/178 26654
/proc/meminfo: memFree=15043112/32951124 swapFree=67111524/67111528
[pid=26653] ppid=26651 vsize=14556 CPUtime=6.29 cores=1,3,5,7
/proc/26653/stat : 26653 (clasp) R 26651 26653 26615 0 -1 4202496 4009 0 0 0 629 0 0 0 25 0 1 0 475122745 14905344 3374 33554432000 134512640 136057169 4294006288 18446744073709551615 134618368 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26653/statm: 3639 3374 182 378 0 3259 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 14556

[startup+12.7007 s]
/proc/loadavg: 0.44 0.10 0.03 3/178 26654
/proc/meminfo: memFree=15037440/32951124 swapFree=67111524/67111528
[pid=26653] ppid=26651 vsize=18656 CPUtime=12.69 cores=1,3,5,7
/proc/26653/stat : 26653 (clasp) R 26651 26653 26615 0 -1 4202496 5017 0 0 0 1269 0 0 0 25 0 1 0 475122745 19103744 4382 33554432000 134512640 136057169 4294006288 18446744073709551615 134823898 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26653/statm: 4664 4382 182 378 0 4284 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 18656

[startup+25.5004 s]
/proc/loadavg: 0.68 0.16 0.05 3/178 26655
/proc/meminfo: memFree=15033708/32951124 swapFree=67111524/67111528
[pid=26653] ppid=26651 vsize=20944 CPUtime=25.5 cores=1,3,5,7
/proc/26653/stat : 26653 (clasp) R 26651 26653 26615 0 -1 4202496 5585 0 0 0 2549 1 0 0 25 0 1 0 475122745 21446656 4950 33554432000 134512640 136057169 4294006288 18446744073709551615 134828284 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26653/statm: 5236 4950 182 378 0 4856 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 20944

[startup+51.1009 s]
/proc/loadavg: 1.13 0.31 0.10 3/178 26655
/proc/meminfo: memFree=15022484/32951124 swapFree=67111524/67111528
[pid=26653] ppid=26651 vsize=30604 CPUtime=51.09 cores=1,3,5,7
/proc/26653/stat : 26653 (clasp) R 26651 26653 26615 0 -1 4202496 7928 0 0 0 5108 1 0 0 25 0 1 0 475122745 31338496 7293 33554432000 134512640 136057169 4294006288 18446744073709551615 134823941 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26653/statm: 7651 7293 182 378 0 7271 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 30604

[startup+102.306 s]
/proc/loadavg: 1.65 0.59 0.21 3/178 26657
/proc/meminfo: memFree=15012052/32951124 swapFree=67111524/67111528
[pid=26653] ppid=26651 vsize=37008 CPUtime=102.3 cores=1,3,5,7
/proc/26653/stat : 26653 (clasp) R 26651 26653 26615 0 -1 4202496 9458 0 0 0 10229 1 0 0 25 0 1 0 475122745 37896192 8823 33554432000 134512640 136057169 4294006288 18446744073709551615 134618430 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26653/statm: 9252 8823 182 378 0 8872 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 37008

[startup+162.3 s]
/proc/loadavg: 1.87 0.84 0.32 3/178 26658
/proc/meminfo: memFree=15003596/32951124 swapFree=67111524/67111528
[pid=26653] ppid=26651 vsize=43452 CPUtime=162.29 cores=1,3,5,7
/proc/26653/stat : 26653 (clasp) R 26651 26653 26615 0 -1 4202496 10986 0 0 0 16228 1 0 0 25 0 1 0 475122745 44494848 10351 33554432000 134512640 136057169 4294006288 18446744073709551615 134618275 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26653/statm: 10863 10351 182 378 0 10483 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 43452

[startup+222.301 s]
/proc/loadavg: 2.02 1.07 0.43 3/178 26660
/proc/meminfo: memFree=15000948/32951124 swapFree=67111524/67111528
[pid=26653] ppid=26651 vsize=44520 CPUtime=222.29 cores=1,3,5,7
/proc/26653/stat : 26653 (clasp) R 26651 26653 26615 0 -1 4202496 11213 0 0 0 22228 1 0 0 25 0 1 0 475122745 45588480 10578 33554432000 134512640 136057169 4294006288 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26653/statm: 11130 10578 182 378 0 10750 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 44520

[startup+282.3 s]
/proc/loadavg: 2.01 1.23 0.52 3/178 26662
/proc/meminfo: memFree=14995844/32951124 swapFree=67111524/67111528
[pid=26653] ppid=26651 vsize=48376 CPUtime=282.29 cores=1,3,5,7
/proc/26653/stat : 26653 (clasp) R 26651 26653 26615 0 -1 4202496 12093 0 0 0 28228 1 0 0 25 0 1 0 475122745 49537024 11458 33554432000 134512640 136057169 4294006288 18446744073709551615 134618321 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26653/statm: 12094 11458 182 378 0 11714 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 48376

[startup+342.301 s]
/proc/loadavg: 2.00 1.37 0.61 3/178 26663
/proc/meminfo: memFree=14992464/32951124 swapFree=67111524/67111528
[pid=26653] ppid=26651 vsize=50912 CPUtime=342.29 cores=1,3,5,7
/proc/26653/stat : 26653 (clasp) R 26651 26653 26615 0 -1 4202496 12693 0 0 0 34228 1 0 0 25 0 1 0 475122745 52133888 12058 33554432000 134512640 136057169 4294006288 18446744073709551615 134823864 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26653/statm: 12728 12058 182 378 0 12348 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 50912

[startup+402.301 s]
/proc/loadavg: 2.00 1.48 0.70 3/178 26665
/proc/meminfo: memFree=14988720/32951124 swapFree=67111524/67111528
[pid=26653] ppid=26651 vsize=53992 CPUtime=402.3 cores=1,3,5,7
/proc/26653/stat : 26653 (clasp) R 26651 26653 26615 0 -1 4202496 13390 0 0 0 40229 1 0 0 25 0 1 0 475122745 55287808 12755 33554432000 134512640 136057169 4294006288 18446744073709551615 134823838 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26653/statm: 13498 12755 182 378 0 13118 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 53992

[startup+462.3 s]
/proc/loadavg: 2.00 1.57 0.77 3/178 26675
/proc/meminfo: memFree=14986380/32951124 swapFree=67111524/67111528
[pid=26653] ppid=26651 vsize=55024 CPUtime=462.3 cores=1,3,5,7
/proc/26653/stat : 26653 (clasp) R 26651 26653 26615 0 -1 4202496 13644 0 0 0 46229 1 0 0 25 0 1 0 475122745 56344576 13009 33554432000 134512640 136057169 4294006288 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26653/statm: 13756 13009 182 378 0 13376 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 55024

[startup+522.301 s]
/proc/loadavg: 2.00 1.64 0.84 3/178 26677
/proc/meminfo: memFree=14985240/32951124 swapFree=67111524/67111528
[pid=26653] ppid=26651 vsize=55772 CPUtime=522.3 cores=1,3,5,7
/proc/26653/stat : 26653 (clasp) R 26651 26653 26615 0 -1 4202496 13801 0 0 0 52229 1 0 0 25 0 1 0 475122745 57110528 13166 33554432000 134512640 136057169 4294006288 18446744073709551615 134813050 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26653/statm: 13943 13166 182 378 0 13563 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 55772

[startup+582.3 s]
/proc/loadavg: 2.00 1.71 0.92 3/178 26679
/proc/meminfo: memFree=14984852/32951124 swapFree=67111524/67111528
[pid=26653] ppid=26651 vsize=55984 CPUtime=582.3 cores=1,3,5,7
/proc/26653/stat : 26653 (clasp) R 26651 26653 26615 0 -1 4202496 13853 0 0 0 58229 1 0 0 25 0 1 0 475122745 57327616 13218 33554432000 134512640 136057169 4294006288 18446744073709551615 134618232 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26653/statm: 13996 13218 182 378 0 13616 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 55984

[startup+642.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 26810
/proc/meminfo: memFree=14720096/32951124 swapFree=67111524/67111528
[pid=26653] ppid=26651 vsize=123116 CPUtime=4062.39 cores=1,3,5,7
/proc/26653/stat : 26653 (clasp) R 26651 26653 26615 0 -1 4202496 29133 0 0 0 406235 4 0 0 25 0 1 0 475122745 126070784 28498 33554432000 134512640 136057169 4294006288 18446744073709551615 135459153 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26653/statm: 30779 28498 182 378 0 30399 0
Current children cumulated CPU time (s) 4062.39
Current children cumulated vsize (KiB) 123116

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 26812
/proc/meminfo: memFree=14717196/32951124 swapFree=67111524/67111528
[pid=26653] ppid=26651 vsize=123116 CPUtime=4122.39 cores=1,3,5,7
/proc/26653/stat : 26653 (clasp) R 26651 26653 26615 0 -1 4202496 29137 0 0 0 412235 4 0 0 25 0 1 0 475122745 126070784 28502 33554432000 134512640 136057169 4294006288 18446744073709551615 134813034 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26653/statm: 30779 28502 182 378 0 30399 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 123116

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 26814
/proc/meminfo: memFree=14715312/32951124 swapFree=67111524/67111528
[pid=26653] ppid=26651 vsize=123756 CPUtime=4182.39 cores=1,3,5,7
/proc/26653/stat : 26653 (clasp) R 26651 26653 26615 0 -1 4202496 29299 0 0 0 418235 4 0 0 25 0 1 0 475122745 126726144 28664 33554432000 134512640 136057169 4294006288 18446744073709551615 134618449 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26653/statm: 30939 28664 182 378 0 30559 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 123756

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 26818
/proc/meminfo: memFree=14713328/32951124 swapFree=67111524/67111528
[pid=26653] ppid=26651 vsize=125256 CPUtime=4242.39 cores=1,3,5,7
/proc/26653/stat : 26653 (clasp) R 26651 26653 26615 0 -1 4202496 29596 0 0 0 424235 4 0 0 25 0 1 0 475122745 128262144 28961 33554432000 134512640 136057169 4294006288 18446744073709551615 134615624 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26653/statm: 31314 28961 182 378 0 30934 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 125256

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 26820
/proc/meminfo: memFree=14712136/32951124 swapFree=67111524/67111528
[pid=26653] ppid=26651 vsize=126380 CPUtime=4302.39 cores=1,3,5,7
/proc/26653/stat : 26653 (clasp) R 26651 26653 26615 0 -1 4202496 29835 0 0 0 430235 4 0 0 25 0 1 0 475122745 129413120 29200 33554432000 134512640 136057169 4294006288 18446744073709551615 134828249 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26653/statm: 31595 29200 182 378 0 31215 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 126380

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 26821
/proc/meminfo: memFree=14711224/32951124 swapFree=67111524/67111528
[pid=26653] ppid=26651 vsize=126700 CPUtime=4362.4 cores=1,3,5,7
/proc/26653/stat : 26653 (clasp) R 26651 26653 26615 0 -1 4202496 29927 0 0 0 436235 5 0 0 25 0 1 0 475122745 129740800 29292 33554432000 134512640 136057169 4294006288 18446744073709551615 134828286 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26653/statm: 31675 29292 182 378 0 31295 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 126700

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 26823
/proc/meminfo: memFree=14710312/32951124 swapFree=67111524/67111528
[pid=26653] ppid=26651 vsize=127504 CPUtime=4422.4 cores=1,3,5,7
/proc/26653/stat : 26653 (clasp) R 26651 26653 26615 0 -1 4202496 30097 0 0 0 442235 5 0 0 25 0 1 0 475122745 130564096 29462 33554432000 134512640 136057169 4294006288 18446744073709551615 134813079 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26653/statm: 31876 29462 182 378 0 31496 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 127504

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 26825
/proc/meminfo: memFree=14706088/32951124 swapFree=67111524/67111528
[pid=26653] ppid=26651 vsize=128144 CPUtime=4482.4 cores=1,3,5,7
/proc/26653/stat : 26653 (clasp) R 26651 26653 26615 0 -1 4202496 30224 0 0 0 448235 5 0 0 25 0 1 0 475122745 131219456 29589 33554432000 134512640 136057169 4294006288 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26653/statm: 32036 29589 182 378 0 31656 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 128144

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 26826
/proc/meminfo: memFree=14704816/32951124 swapFree=67111524/67111528
[pid=26653] ppid=26651 vsize=129164 CPUtime=4542.4 cores=1,3,5,7
/proc/26653/stat : 26653 (clasp) R 26651 26653 26615 0 -1 4202496 30440 0 0 0 454235 5 0 0 25 0 1 0 475122745 132263936 29805 33554432000 134512640 136057169 4294006288 18446744073709551615 134813062 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26653/statm: 32291 29805 182 378 0 31911 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 129164

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 26828
/proc/meminfo: memFree=14699320/32951124 swapFree=67111524/67111528
[pid=26653] ppid=26651 vsize=129164 CPUtime=4602.41 cores=1,3,5,7
/proc/26653/stat : 26653 (clasp) R 26651 26653 26615 0 -1 4202496 30455 0 0 0 460236 5 0 0 25 0 1 0 475122745 132263936 29820 33554432000 134512640 136057169 4294006288 18446744073709551615 134823841 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26653/statm: 32291 29820 182 378 0 31911 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 129164

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 26829
/proc/meminfo: memFree=14696928/32951124 swapFree=67111524/67111528
[pid=26653] ppid=26651 vsize=129164 CPUtime=4662.41 cores=1,3,5,7
/proc/26653/stat : 26653 (clasp) R 26651 26653 26615 0 -1 4202496 30463 0 0 0 466236 5 0 0 25 0 1 0 475122745 132263936 29828 33554432000 134512640 136057169 4294006288 18446744073709551615 134615626 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26653/statm: 32291 29828 182 378 0 31911 0
Current children cumulated CPU time (s) 4662.41
Current children cumulated vsize (KiB) 129164

[startup+4722.31 s]
/proc/loadavg: 2.07 2.02 1.91 3/178 26831
/proc/meminfo: memFree=14696140/32951124 swapFree=67111524/67111528
[pid=26653] ppid=26651 vsize=130288 CPUtime=4722.41 cores=1,3,5,7
/proc/26653/stat : 26653 (clasp) R 26651 26653 26615 0 -1 4202496 30673 0 0 0 472236 5 0 0 25 0 1 0 475122745 133414912 30038 33554432000 134512640 136057169 4294006288 18446744073709551615 134618449 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26653/statm: 32572 30038 182 378 0 32192 0
Current children cumulated CPU time (s) 4722.41
Current children cumulated vsize (KiB) 130288

[startup+4782.3 s]
/proc/loadavg: 2.02 2.01 1.91 3/178 26833
/proc/meminfo: memFree=14695980/32951124 swapFree=67111524/67111528
[pid=26653] ppid=26651 vsize=130288 CPUtime=4782.41 cores=1,3,5,7
/proc/26653/stat : 26653 (clasp) R 26651 26653 26615 0 -1 4202496 30673 0 0 0 478236 5 0 0 25 0 1 0 475122745 133414912 30038 33554432000 134512640 136057169 4294006288 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26653/statm: 32572 30038 182 378 0 32192 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 130288

[startup+4842.3 s]
/proc/loadavg: 2.01 2.00 1.91 3/178 26834
/proc/meminfo: memFree=14691232/32951124 swapFree=67111524/67111528
[pid=26653] ppid=26651 vsize=131092 CPUtime=4842.41 cores=1,3,5,7
/proc/26653/stat : 26653 (clasp) R 26651 26653 26615 0 -1 4202496 30856 0 0 0 484236 5 0 0 25 0 1 0 475122745 134238208 30221 33554432000 134512640 136057169 4294006288 18446744073709551615 134823934 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26653/statm: 32773 30221 182 378 0 32393 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 131092

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 26836
/proc/meminfo: memFree=14691200/32951124 swapFree=67111524/67111528
[pid=26653] ppid=26651 vsize=131092 CPUtime=4902.41 cores=1,3,5,7
/proc/26653/stat : 26653 (clasp) R 26651 26653 26615 0 -1 4202496 30859 0 0 0 490236 5 0 0 25 0 1 0 475122745 134238208 30224 33554432000 134512640 136057169 4294006288 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26653/statm: 32773 30224 182 378 0 32393 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 131092

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 26837
/proc/meminfo: memFree=14690168/32951124 swapFree=67111524/67111528
[pid=26653] ppid=26651 vsize=131896 CPUtime=4962.41 cores=1,3,5,7
/proc/26653/stat : 26653 (clasp) R 26651 26653 26615 0 -1 4202496 31040 0 0 0 496236 5 0 0 25 0 1 0 475122745 135061504 30405 33554432000 134512640 136057169 4294006288 18446744073709551615 135459153 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26653/statm: 32974 30405 182 378 0 32594 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 131896



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 26838
/proc/meminfo: memFree=14689404/32951124 swapFree=67111524/67111528
[pid=26653] ppid=26651 vsize=132380 CPUtime=5000.02 cores=1,3,5,7
/proc/26653/stat : 26653 (clasp) R 26651 26653 26615 0 -1 4202496 31136 0 0 0 499997 5 0 0 25 0 1 0 475122745 135557120 30501 33554432000 134512640 136057169 4294006288 18446744073709551615 134813071 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26653/statm: 33095 30501 182 378 0 32715 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 132380

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.00 2.00 1.91 3/178 26838
/proc/meminfo: memFree=14689404/32951124 swapFree=67111524/67111528
[pid=26653] ppid=26651 vsize=132380 CPUtime=5000.02 cores=1,3,5,7
/proc/26653/stat : 26653 (clasp) R 26651 26653 26615 0 -1 4202496 31136 0 0 0 499997 5 0 0 25 0 1 0 475122745 135557120 30501 33554432000 134512640 136057169 4294006288 18446744073709551615 134813071 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26653/statm: 33095 30501 182 378 0 32715 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 132380

Child status: 0
Real time (s): 4999.91
CPU time (s): 5000.03
CPU user time (s): 4999.97
CPU system time (s): 0.057991
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 132380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.97
system time used= 0.057991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31139
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= 5
involuntary context switches= 7046

runsolver used 6.84596 second user time and 16.5245 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-24 10:54:08
IDJOB=3274968
IDBENCH=71153
IDSOLVER=1677
FILE ID=node136/3274968-1303635248
RUNJOBID= node136-1303635246-26634
PBS_JOBID= 13150712
Free space on /tmp= 72248 MiB

SOLVER NAME= SAT09 reference solver: clasp 1.2.0-SAT09-32
BENCH NAME= SAT09/CRAFTED/modcircuits/mod3block_2vars_11gates_u2_autoenc.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-3274968-1303635248/watcher-3274968-1303635248 -o /tmp/evaluation-result-3274968-1303635248/solver-3274968-1303635248 -C 5000 -W 5000 -M 15500  HOME/clasp --file=HOME/instance-3274968-1303635248.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

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

MD5SUM BENCH= 36c3169a5cad0483dd15befcefc4323e
RANDOM SEED=1670466965

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.809
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:     32951124 kB
MemFree:      15055664 kB
Buffers:       1702348 kB
Cached:       15557404 kB
SwapCached:          4 kB
Active:        9121660 kB
Inactive:      8210084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15055664 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           11120 kB
Writeback:           0 kB
AnonPages:       71420 kB
Mapped:          15584 kB
Slab:           500540 kB
PageTables:       4484 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   213620 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= 72248 MiB
End job on node136 at 2011-04-24 12:17:30