Trace number 3468823

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 NameAnswerobjective functionCPU timeWall clock time
clasp 2.0-R4191OPT8 1213.91 1213.86

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
logic_synthesis/normalized-m50_100_10_10.r.opb
MD5SUMe965a77006f54aa5fb414d88d571084c
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark0.036993
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 8
Optimality of the best value was proved YES
Number of variables99
Total number of constraints50
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint10
Number of terms in the objective function 99
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 99
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 99
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...105503/instance-3468823-1307105503.opb
0.00/0.00	c Solving...
0.00/0.00	o 18
0.00/0.00	o 14
0.00/0.00	o 13
1.30/1.32	o 12
1.30/1.34	o 11
32.70/32.77	o 10
37.20/37.28	o 9
1046.83/1046.80	o 8
1213.84/1213.86	c Answer: 8
1213.84/1213.86	v -x1 x2 -x3 -x4 -x5 x6 x7 -x8 -x9 -x10 -x11 -x12 -x13 x14 -x15 -x16 -x17
1213.84/1213.86	v -x18 -x19 -x20 x21 -x22 -x23 -x24 -x25 -x26 x27 -x28 -x29 -x30 -x31 -x32
1213.84/1213.86	v -x33 -x34 x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47
1213.84/1213.86	v -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62
1213.84/1213.86	v -x63 -x64 -x65 -x66 -x67 x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77
1213.84/1213.86	v -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92
1213.84/1213.86	v -x93 -x94 -x95 -x96 -x97 -x98 -x99
1213.84/1213.86	s OPTIMUM FOUND
1213.84/1213.86	
1213.84/1213.86	c Models        : 1     
1213.84/1213.86	c   Enumerated  : 8
1213.84/1213.86	c   Optimum     : yes
1213.84/1213.86	c Optimization  : 8
1213.84/1213.86	c Time          : 1213.858s (Solving: 1213.86s 1st Model: 0.00s Unsat: 167.06s)
1213.84/1213.86	c CPU Time      : 1213.900s

Verifier Data

OK	8

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3468823-1307105503/watcher-3468823-1307105503 -o /tmp/evaluation-result-3468823-1307105503/solver-3468823-1307105503 -C 1800 -W 1900 -M 15500 HOME/clasp HOME/instance-3468823-1307105503.opb --berk-max=512 --berk-once --otfs=1 --recursive-str --dinit=1500,10000 --dsched=10000,1.1,20000 --restart-on-model --opt-heu=2 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 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.79 1.99 1.99 4/480 8710
/proc/meminfo: memFree=27066120/32951124 swapFree=38422276/67111528
[pid=8710] ppid=8708 vsize=12444 CPUtime=0 cores=1,3,5,7
/proc/8710/stat : 8710 (clasp) R 8708 8710 7545 0 -1 4202496 517 0 0 0 0 0 0 0 23 0 1 0 822152662 12742656 457 33554432000 4194304 4933572 140737050890128 18446744073709551615 4368936 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/8710/statm: 3111 457 384 181 0 120 0

[startup+0.0350091 s]
/proc/loadavg: 1.79 1.99 1.99 4/480 8710
/proc/meminfo: memFree=27066120/32951124 swapFree=38422276/67111528
[pid=8710] ppid=8708 vsize=12576 CPUtime=0.03 cores=1,3,5,7
/proc/8710/stat : 8710 (clasp) R 8708 8710 7545 0 -1 4202496 558 0 0 0 3 0 0 0 23 0 1 0 822152662 12877824 498 33554432000 4194304 4933572 140737050890128 18446744073709551615 4329879 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/8710/statm: 3144 498 385 181 0 153 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 12576

[startup+0.100995 s]
/proc/loadavg: 1.79 1.99 1.99 4/480 8710
/proc/meminfo: memFree=27066120/32951124 swapFree=38422276/67111528
[pid=8710] ppid=8708 vsize=12708 CPUtime=0.1 cores=1,3,5,7
/proc/8710/stat : 8710 (clasp) R 8708 8710 7545 0 -1 4202496 599 0 0 0 10 0 0 0 23 0 1 0 822152662 13012992 539 33554432000 4194304 4933572 140737050890128 18446744073709551615 4337280 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/8710/statm: 3177 539 385 181 0 186 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 12708

[startup+0.300973 s]
/proc/loadavg: 1.79 1.99 1.99 4/480 8710
/proc/meminfo: memFree=27066120/32951124 swapFree=38422276/67111528
[pid=8710] ppid=8708 vsize=12852 CPUtime=0.3 cores=1,3,5,7
/proc/8710/stat : 8710 (clasp) R 8708 8710 7545 0 -1 4202496 648 0 0 0 30 0 0 0 25 0 1 0 822152662 13160448 588 33554432000 4194304 4933572 140737050890128 18446744073709551615 4429002 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/8710/statm: 3213 588 385 181 0 222 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 12852

[startup+0.700885 s]
/proc/loadavg: 1.79 1.99 1.99 4/480 8710
/proc/meminfo: memFree=27066120/32951124 swapFree=38422276/67111528
[pid=8710] ppid=8708 vsize=13252 CPUtime=0.7 cores=1,3,5,7
/proc/8710/stat : 8710 (clasp) R 8708 8710 7545 0 -1 4202496 738 0 0 0 70 0 0 0 25 0 1 0 822152662 13570048 678 33554432000 4194304 4933572 140737050890128 18446744073709551615 4632828 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/8710/statm: 3313 678 385 181 0 322 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 13252

[startup+1.50073 s]
/proc/loadavg: 1.81 1.99 1.99 5/482 8712
/proc/meminfo: memFree=27059556/32951124 swapFree=38422276/67111528
[pid=8710] ppid=8708 vsize=13804 CPUtime=1.5 cores=1,3,5,7
/proc/8710/stat : 8710 (clasp) R 8708 8710 7545 0 -1 4202496 866 0 0 0 150 0 0 0 25 0 1 0 822152662 14135296 806 33554432000 4194304 4933572 140737050890128 18446744073709551615 4625243 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/8710/statm: 3451 806 385 181 0 460 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 13804

[startup+3.10043 s]
/proc/loadavg: 1.81 1.99 1.99 5/482 8712
/proc/meminfo: memFree=27057076/32951124 swapFree=38422276/67111528
[pid=8710] ppid=8708 vsize=14232 CPUtime=3.09 cores=1,3,5,7
/proc/8710/stat : 8710 (clasp) R 8708 8710 7545 0 -1 4202496 966 0 0 0 309 0 0 0 25 0 1 0 822152662 14573568 906 33554432000 4194304 4933572 140737050890128 18446744073709551615 4637181 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/8710/statm: 3558 906 385 181 0 567 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 14232

[startup+6.30082 s]
/proc/loadavg: 1.82 1.99 1.99 5/482 8712
/proc/meminfo: memFree=27055268/32951124 swapFree=38422276/67111528
[pid=8710] ppid=8708 vsize=14628 CPUtime=6.29 cores=1,3,5,7
/proc/8710/stat : 8710 (clasp) R 8708 8710 7545 0 -1 4202496 1068 0 0 0 629 0 0 0 25 0 1 0 822152662 14979072 1008 33554432000 4194304 4933572 140737050890128 18446744073709551615 4664494 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/8710/statm: 3657 1008 385 181 0 666 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 14628

[startup+12.7006 s]
/proc/loadavg: 1.84 1.99 1.99 5/482 8712
/proc/meminfo: memFree=27052260/32951124 swapFree=38422276/67111528
[pid=8710] ppid=8708 vsize=15176 CPUtime=12.69 cores=1,3,5,7
/proc/8710/stat : 8710 (clasp) R 8708 8710 7545 0 -1 4202496 1203 0 0 0 1269 0 0 0 25 0 1 0 822152662 15540224 1143 33554432000 4194304 4933572 140737050890128 18446744073709551615 4664505 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/8710/statm: 3794 1143 385 181 0 803 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 15176

[startup+25.5002 s]
/proc/loadavg: 1.87 1.99 1.99 5/482 8712
/proc/meminfo: memFree=27051508/32951124 swapFree=38422276/67111528
[pid=8710] ppid=8708 vsize=15608 CPUtime=25.49 cores=1,3,5,7
/proc/8710/stat : 8710 (clasp) R 8708 8710 7545 0 -1 4202496 1314 0 0 0 2549 0 0 0 25 0 1 0 822152662 15982592 1254 33554432000 4194304 4933572 140737050890128 18446744073709551615 4363392 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/8710/statm: 3902 1254 385 181 0 911 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 15608

[startup+51.1004 s]
/proc/loadavg: 1.91 1.99 1.99 5/482 8713
/proc/meminfo: memFree=27049964/32951124 swapFree=38422276/67111528
[pid=8710] ppid=8708 vsize=16184 CPUtime=51.1 cores=1,3,5,7
/proc/8710/stat : 8710 (clasp) R 8708 8710 7545 0 -1 4202496 1435 0 0 0 5110 0 0 0 25 0 1 0 822152662 16572416 1375 33554432000 4194304 4933572 140737050890128 18446744073709551615 4664515 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/8710/statm: 4046 1375 385 181 0 1055 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 16184

[startup+102.318 s]
/proc/loadavg: 1.96 1.99 1.99 5/482 8715
/proc/meminfo: memFree=27046468/32951124 swapFree=38422276/67111528
[pid=8710] ppid=8708 vsize=16636 CPUtime=102.31 cores=1,3,5,7
/proc/8710/stat : 8710 (clasp) R 8708 8710 7545 0 -1 4202496 1550 0 0 0 10231 0 0 0 25 0 1 0 822152662 17035264 1490 33554432000 4194304 4933572 140737050890128 18446744073709551615 4363259 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/8710/statm: 4159 1490 385 181 0 1168 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 16636

[startup+162.3 s]
/proc/loadavg: 1.98 1.99 1.99 5/482 8716
/proc/meminfo: memFree=27044840/32951124 swapFree=38422276/67111528
[pid=8710] ppid=8708 vsize=17232 CPUtime=162.3 cores=1,3,5,7
/proc/8710/stat : 8710 (clasp) R 8708 8710 7545 0 -1 4202496 1654 0 0 0 16230 0 0 0 25 0 1 0 822152662 17645568 1594 33554432000 4194304 4933572 140737050890128 18446744073709551615 4331723 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/8710/statm: 4308 1594 385 181 0 1317 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 17232

[startup+222.301 s]
/proc/loadavg: 1.99 1.99 1.99 5/482 8718
/proc/meminfo: memFree=27046524/32951124 swapFree=38422276/67111528
[pid=8710] ppid=8708 vsize=17384 CPUtime=222.3 cores=1,3,5,7
/proc/8710/stat : 8710 (clasp) R 8708 8710 7545 0 -1 4202496 1688 0 0 0 22230 0 0 0 25 0 1 0 822152662 17801216 1628 33554432000 4194304 4933572 140737050890128 18446744073709551615 4331721 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/8710/statm: 4346 1628 385 181 0 1355 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 17384

[startup+282.301 s]
/proc/loadavg: 2.06 2.01 2.00 5/482 8719
/proc/meminfo: memFree=27046368/32951124 swapFree=38422276/67111528
[pid=8710] ppid=8708 vsize=17384 CPUtime=282.3 cores=1,3,5,7
/proc/8710/stat : 8710 (clasp) R 8708 8710 7545 0 -1 4202496 1706 0 0 0 28230 0 0 0 25 0 1 0 822152662 17801216 1646 33554432000 4194304 4933572 140737050890128 18446744073709551615 4363274 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/8710/statm: 4346 1646 385 181 0 1355 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 17384

[startup+342.3 s]
/proc/loadavg: 2.13 2.03 2.00 5/482 8721
/proc/meminfo: memFree=27046196/32951124 swapFree=38422276/67111528
[pid=8710] ppid=8708 vsize=17532 CPUtime=342.3 cores=1,3,5,7
/proc/8710/stat : 8710 (clasp) R 8708 8710 7545 0 -1 4202496 1729 0 0 0 34230 0 0 0 25 0 1 0 822152662 17952768 1669 33554432000 4194304 4933572 140737050890128 18446744073709551615 4363283 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/8710/statm: 4383 1669 385 181 0 1392 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 17532

[startup+402.301 s]
/proc/loadavg: 2.10 2.04 2.00 5/482 8722
/proc/meminfo: memFree=27045676/32951124 swapFree=38422276/67111528
[pid=8710] ppid=8708 vsize=17684 CPUtime=402.31 cores=1,3,5,7
/proc/8710/stat : 8710 (clasp) R 8708 8710 7545 0 -1 4202496 1773 0 0 0 40231 0 0 0 25 0 1 0 822152662 18108416 1713 33554432000 4194304 4933572 140737050890128 18446744073709551615 4360863 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/8710/statm: 4421 1713 385 181 0 1430 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 17684

[startup+462.301 s]
/proc/loadavg: 2.04 2.03 2.00 5/482 8724
/proc/meminfo: memFree=27045288/32951124 swapFree=38422276/67111528
[pid=8710] ppid=8708 vsize=17832 CPUtime=462.31 cores=1,3,5,7
/proc/8710/stat : 8710 (clasp) R 8708 8710 7545 0 -1 4202496 1799 0 0 0 46231 0 0 0 25 0 1 0 822152662 18259968 1739 33554432000 4194304 4933572 140737050890128 18446744073709551615 4337280 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/8710/statm: 4458 1739 385 181 0 1467 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 17832

[startup+522.3 s]
/proc/loadavg: 2.01 2.02 2.00 5/482 8726
/proc/meminfo: memFree=27045376/32951124 swapFree=38422276/67111528
[pid=8710] ppid=8708 vsize=17984 CPUtime=522.31 cores=1,3,5,7
/proc/8710/stat : 8710 (clasp) R 8708 8710 7545 0 -1 4202496 1822 0 0 0 52231 0 0 0 25 0 1 0 822152662 18415616 1762 33554432000 4194304 4933572 140737050890128 18446744073709551615 4337280 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/8710/statm: 4496 1762 385 181 0 1505 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 17984

[startup+582.301 s]
/proc/loadavg: 2.00 2.02 2.00 5/482 8736
/proc/meminfo: memFree=27044480/32951124 swapFree=38422276/67111528
[pid=8710] ppid=8708 vsize=17984 CPUtime=582.31 cores=1,3,5,7
/proc/8710/stat : 8710 (clasp) R 8708 8710 7545 0 -1 4202496 1824 0 0 0 58231 0 0 0 25 0 1 0 822152662 18415616 1764 33554432000 4194304 4933572 140737050890128 18446744073709551615 4337280 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/8710/statm: 4496 1764 385 181 0 1505 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 17984

[startup+642.301 s]
/proc/loadavg: 2.00 2.01 2.00 5/482 8738
/proc/meminfo: memFree=27044308/32951124 swapFree=38422276/67111528
[pid=8710] ppid=8708 vsize=17984 CPUtime=642.32 cores=1,3,5,7
/proc/8710/stat : 8710 (clasp) R 8708 8710 7545 0 -1 4202496 1841 0 0 0 64232 0 0 0 25 0 1 0 822152662 18415616 1781 33554432000 4194304 4933572 140737050890128 18446744073709551615 4337280 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/8710/statm: 4496 1781 385 181 0 1505 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 17984

[startup+702.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/482 8739
/proc/meminfo: memFree=27043264/32951124 swapFree=38422276/67111528
[pid=8710] ppid=8708 vsize=17984 CPUtime=702.32 cores=1,3,5,7
/proc/8710/stat : 8710 (clasp) R 8708 8710 7545 0 -1 4202496 1851 0 0 0 70232 0 0 0 25 0 1 0 822152662 18415616 1791 33554432000 4194304 4933572 140737050890128 18446744073709551615 4363389 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/8710/statm: 4496 1791 385 181 0 1505 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 17984

[startup+762.318 s]
/proc/loadavg: 2.00 2.00 2.00 5/482 8744
/proc/meminfo: memFree=27043484/32951124 swapFree=38422276/67111528
[pid=8710] ppid=8708 vsize=17984 CPUtime=762.34 cores=1,3,5,7
/proc/8710/stat : 8710 (clasp) R 8708 8710 7545 0 -1 4202496 1852 0 0 0 76234 0 0 0 25 0 1 0 822152662 18415616 1792 33554432000 4194304 4933572 140737050890128 18446744073709551615 4363259 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/8710/statm: 4496 1792 385 181 0 1505 0
Current children cumulated CPU time (s) 762.34
Current children cumulated vsize (KiB) 17984

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 2.00 5/482 8746
/proc/meminfo: memFree=27043212/32951124 swapFree=38422276/67111528
[pid=8710] ppid=8708 vsize=17984 CPUtime=822.32 cores=1,3,5,7
/proc/8710/stat : 8710 (clasp) R 8708 8710 7545 0 -1 4202496 1854 0 0 0 82232 0 0 0 25 0 1 0 822152662 18415616 1794 33554432000 4194304 4933572 140737050890128 18446744073709551615 4428048 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/8710/statm: 4496 1794 385 181 0 1505 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 17984

[startup+882.3 s]
/proc/loadavg: 2.11 2.03 2.01 5/482 8747
/proc/meminfo: memFree=27042932/32951124 swapFree=38422276/67111528
[pid=8710] ppid=8708 vsize=17984 CPUtime=882.32 cores=1,3,5,7
/proc/8710/stat : 8710 (clasp) R 8708 8710 7545 0 -1 4202496 1855 0 0 0 88232 0 0 0 25 0 1 0 822152662 18415616 1795 33554432000 4194304 4933572 140737050890128 18446744073709551615 4363259 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/8710/statm: 4496 1795 385 181 0 1505 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 17984

[startup+942.301 s]
/proc/loadavg: 2.11 2.04 2.00 5/482 8749
/proc/meminfo: memFree=27043260/32951124 swapFree=38422276/67111528
[pid=8710] ppid=8708 vsize=17984 CPUtime=942.33 cores=1,3,5,7
/proc/8710/stat : 8710 (clasp) R 8708 8710 7545 0 -1 4202496 1857 0 0 0 94233 0 0 0 25 0 1 0 822152662 18415616 1797 33554432000 4194304 4933572 140737050890128 18446744073709551615 4363259 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/8710/statm: 4496 1797 385 181 0 1505 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 17984

[startup+1002.3 s]
/proc/loadavg: 2.04 2.03 2.00 5/482 8751
/proc/meminfo: memFree=27042976/32951124 swapFree=38422276/67111528
[pid=8710] ppid=8708 vsize=17984 CPUtime=1002.33 cores=1,3,5,7
/proc/8710/stat : 8710 (clasp) R 8708 8710 7545 0 -1 4202496 1857 0 0 0 100233 0 0 0 25 0 1 0 822152662 18415616 1797 33554432000 4194304 4933572 140737050890128 18446744073709551615 4373392 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/8710/statm: 4496 1797 385 181 0 1505 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 17984

[startup+1062.3 s]
/proc/loadavg: 2.01 2.02 2.00 5/482 8752
/proc/meminfo: memFree=27043164/32951124 swapFree=38422276/67111528
[pid=8710] ppid=8708 vsize=17984 CPUtime=1062.33 cores=1,3,5,7
/proc/8710/stat : 8710 (clasp) R 8708 8710 7545 0 -1 4202496 1857 0 0 0 106233 0 0 0 25 0 1 0 822152662 18415616 1797 33554432000 4194304 4933572 140737050890128 18446744073709551615 4625202 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/8710/statm: 4496 1797 385 181 0 1505 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 17984

[startup+1122.3 s]
/proc/loadavg: 2.00 2.02 2.00 5/482 8754
/proc/meminfo: memFree=27043116/32951124 swapFree=38422276/67111528
[pid=8710] ppid=8708 vsize=17984 CPUtime=1122.33 cores=1,3,5,7
/proc/8710/stat : 8710 (clasp) R 8708 8710 7545 0 -1 4202496 1857 0 0 0 112233 0 0 0 25 0 1 0 822152662 18415616 1797 33554432000 4194304 4933572 140737050890128 18446744073709551615 4358533 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/8710/statm: 4496 1797 385 181 0 1505 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 17984

[startup+1182.3 s]
/proc/loadavg: 2.00 2.01 2.00 5/482 8755
/proc/meminfo: memFree=27042712/32951124 swapFree=38422276/67111528
[pid=8710] ppid=8708 vsize=17984 CPUtime=1182.34 cores=1,3,5,7
/proc/8710/stat : 8710 (clasp) R 8708 8710 7545 0 -1 4202496 1858 0 0 0 118234 0 0 0 25 0 1 0 822152662 18415616 1798 33554432000 4194304 4933572 140737050890128 18446744073709551615 4625226 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/8710/statm: 4496 1798 385 181 0 1505 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 17984

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

[startup+1190.3 s]
/proc/loadavg: 2.00 2.01 2.00 5/482 8756
/proc/meminfo: memFree=27042588/32951124 swapFree=38422276/67111528
[pid=8710] ppid=8708 vsize=17984 CPUtime=1190.34 cores=1,3,5,7
/proc/8710/stat : 8710 (clasp) R 8708 8710 7545 0 -1 4202496 1858 0 0 0 119034 0 0 0 25 0 1 0 822152662 18415616 1798 33554432000 4194304 4933572 140737050890128 18446744073709551615 4664576 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/8710/statm: 4496 1798 385 181 0 1505 0
Current children cumulated CPU time (s) 1190.34
Current children cumulated vsize (KiB) 17984

[startup+1203.1 s]
/proc/loadavg: 2.00 2.01 2.00 5/482 8756
/proc/meminfo: memFree=27042700/32951124 swapFree=38422276/67111528
[pid=8710] ppid=8708 vsize=17984 CPUtime=1203.14 cores=1,3,5,7
/proc/8710/stat : 8710 (clasp) R 8708 8710 7545 0 -1 4202496 1859 0 0 0 120314 0 0 0 25 0 1 0 822152662 18415616 1799 33554432000 4194304 4933572 140737050890128 18446744073709551615 4649329 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/8710/statm: 4496 1799 385 181 0 1505 0
Current children cumulated CPU time (s) 1203.14
Current children cumulated vsize (KiB) 17984

[startup+1209.5 s]
/proc/loadavg: 2.00 2.01 2.00 5/482 8756
/proc/meminfo: memFree=27041956/32951124 swapFree=38422276/67111528
[pid=8710] ppid=8708 vsize=17984 CPUtime=1209.54 cores=1,3,5,7
/proc/8710/stat : 8710 (clasp) R 8708 8710 7545 0 -1 4202496 1859 0 0 0 120954 0 0 0 25 0 1 0 822152662 18415616 1799 33554432000 4194304 4933572 140737050890128 18446744073709551615 4363259 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/8710/statm: 4496 1799 385 181 0 1505 0
Current children cumulated CPU time (s) 1209.54
Current children cumulated vsize (KiB) 17984

[startup+1211.12 s]
/proc/loadavg: 2.00 2.01 2.00 5/482 8756
/proc/meminfo: memFree=27041956/32951124 swapFree=38422276/67111528
[pid=8710] ppid=8708 vsize=17984 CPUtime=1211.15 cores=1,3,5,7
/proc/8710/stat : 8710 (clasp) R 8708 8710 7545 0 -1 4202496 1859 0 0 0 121115 0 0 0 25 0 1 0 822152662 18415616 1799 33554432000 4194304 4933572 140737050890128 18446744073709551615 4332797 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/8710/statm: 4496 1799 385 181 0 1505 0
Current children cumulated CPU time (s) 1211.15
Current children cumulated vsize (KiB) 17984

[startup+1212.7 s]
/proc/loadavg: 2.00 2.01 2.00 5/482 8756
/proc/meminfo: memFree=27042576/32951124 swapFree=38422276/67111528
[pid=8710] ppid=8708 vsize=17984 CPUtime=1212.74 cores=1,3,5,7
/proc/8710/stat : 8710 (clasp) R 8708 8710 7545 0 -1 4202496 1859 0 0 0 121274 0 0 0 25 0 1 0 822152662 18415616 1799 33554432000 4194304 4933572 140737050890128 18446744073709551615 4329852 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/8710/statm: 4496 1799 385 181 0 1505 0
Current children cumulated CPU time (s) 1212.74
Current children cumulated vsize (KiB) 17984

[startup+1213.5 s]
/proc/loadavg: 2.00 2.01 2.00 5/482 8756
/proc/meminfo: memFree=27043072/32951124 swapFree=38422276/67111528
[pid=8710] ppid=8708 vsize=17984 CPUtime=1213.54 cores=1,3,5,7
/proc/8710/stat : 8710 (clasp) R 8708 8710 7545 0 -1 4202496 1859 0 0 0 121354 0 0 0 25 0 1 0 822152662 18415616 1799 33554432000 4194304 4933572 140737050890128 18446744073709551615 4649364 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/8710/statm: 4496 1799 385 181 0 1505 0
Current children cumulated CPU time (s) 1213.54
Current children cumulated vsize (KiB) 17984

[startup+1213.7 s]
/proc/loadavg: 2.00 2.01 2.00 5/482 8756
/proc/meminfo: memFree=27043072/32951124 swapFree=38422276/67111528
[pid=8710] ppid=8708 vsize=17984 CPUtime=1213.74 cores=1,3,5,7
/proc/8710/stat : 8710 (clasp) R 8708 8710 7545 0 -1 4202496 1859 0 0 0 121374 0 0 0 25 0 1 0 822152662 18415616 1799 33554432000 4194304 4933572 140737050890128 18446744073709551615 4649590 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/8710/statm: 4496 1799 385 181 0 1505 0
Current children cumulated CPU time (s) 1213.74
Current children cumulated vsize (KiB) 17984

[startup+1213.8 s]
/proc/loadavg: 2.00 2.01 2.00 5/482 8756
/proc/meminfo: memFree=27043072/32951124 swapFree=38422276/67111528
[pid=8710] ppid=8708 vsize=17984 CPUtime=1213.84 cores=1,3,5,7
/proc/8710/stat : 8710 (clasp) R 8708 8710 7545 0 -1 4202496 1859 0 0 0 121384 0 0 0 25 0 1 0 822152662 18415616 1799 33554432000 4194304 4933572 140737050890128 18446744073709551615 4363251 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/8710/statm: 4496 1799 385 181 0 1505 0
Current children cumulated CPU time (s) 1213.84
Current children cumulated vsize (KiB) 17984

Child status: 10
Real time (s): 1213.86
CPU time (s): 1213.91
CPU user time (s): 1213.9
CPU system time (s): 0.003999
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 17984

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

runsolver used 5.33519 second user time and 12.4421 second system time

The end

Launcher Data

Begin job on node102 at 2011-06-03 14:51:43
IDJOB=3468823
IDBENCH=2843
IDSOLVER=1958
FILE ID=node102/3468823-1307105503
RUNJOBID= node102-1307105503-8692
PBS_JOBID= 13498005
Free space on /tmp= 73916 MiB

SOLVER NAME= clasp 2.0-R4191
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-m50_100_10_10.r.opb
COMMAND LINE= HOME/clasp BENCHNAME --berk-max=512 --berk-once --otfs=1 --recursive-str --dinit=1500,10000 --dsched=10000,1.1,20000 --restart-on-model --opt-heu=2 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3468823-1307105503/watcher-3468823-1307105503 -o /tmp/evaluation-result-3468823-1307105503/solver-3468823-1307105503 -C 1800 -W 1900 -M 15500  HOME/clasp HOME/instance-3468823-1307105503.opb --berk-max=512 --berk-once --otfs=1 --recursive-str --dinit=1500,10000 --dsched=10000,1.1,20000 --restart-on-model --opt-heu=2 

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

MD5SUM BENCH= e965a77006f54aa5fb414d88d571084c
RANDOM SEED=1338628972

node102.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	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27066648 kB
Buffers:        308248 kB
Cached:        1547412 kB
SwapCached:      86940 kB
Active:         833576 kB
Inactive:      4748832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27066648 kB
SwapTotal:    67111528 kB
SwapFree:     38422276 kB
Dirty:            1672 kB
Writeback:           0 kB
AnonPages:     3662268 kB
Mapped:          13636 kB
Slab:           132996 kB
PageTables:     100004 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 135462496 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= 73916 MiB
End job on node102 at 2011-06-03 15:11:57