Trace number 3468856

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 1062.98 1062.99

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
logic_synthesis/normalized-m50_100_10_15.r.opb
MD5SUM68c43c42d601fb3367802646c07cb8c3
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.365943
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 variables100
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 constraint15
Number of terms in the objective function 100
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 100
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 100
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 ...652084/instance-3468856-1307652084.opb
0.00/0.00	c Solving...
0.00/0.00	o 13
0.00/0.00	o 12
0.00/0.00	o 11
0.00/0.00	o 10
10.09/10.11	o 9
193.89/193.90	o 8
1062.88/1062.98	c Answer: 6
1062.88/1062.98	v -x1 -x2 -x3 -x4 -x5 -x6 x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17
1062.88/1062.98	v -x18 -x19 -x20 -x21 -x22 -x23 -x24 x25 x26 -x27 -x28 -x29 -x30 -x31 -x32
1062.88/1062.98	v -x33 -x34 x35 -x36 -x37 -x38 -x39 x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47
1062.88/1062.98	v -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62
1062.88/1062.98	v -x63 -x64 -x65 -x66 -x67 x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77
1062.88/1062.98	v -x78 -x79 -x80 -x81 -x82 x83 -x84 -x85 x86 -x87 -x88 -x89 -x90 -x91 -x92
1062.88/1062.98	v -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100
1062.88/1062.98	s OPTIMUM FOUND
1062.88/1062.98	
1062.88/1062.98	c Models        : 1     
1062.88/1062.98	c   Enumerated  : 6
1062.88/1062.98	c   Optimum     : yes
1062.88/1062.98	c Optimization  : 8
1062.88/1062.98	c Time          : 1062.981s (Solving: 1062.98s 1st Model: 0.00s Unsat: 869.08s)
1062.88/1062.98	c CPU Time      : 1062.960s

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-3468856-1307652084/watcher-3468856-1307652084 -o /tmp/evaluation-result-3468856-1307652084/solver-3468856-1307652084 -C 1800 -W 1900 -M 15500 HOME/clasp HOME/instance-3468856-1307652084.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: 8.12 8.09 7.59 3/173 14801
/proc/meminfo: memFree=32249960/32951124 swapFree=67049456/67111528
[pid=14801] ppid=14798 vsize=12308 CPUtime=0 cores=1,3,5,7
/proc/14801/stat : 14801 (clasp) R 14798 14801 12325 0 -1 4202496 500 0 0 0 0 0 0 0 23 0 1 0 955439061 12603392 441 33554432000 4194304 4933572 140735810444848 18446744073709551615 224284586693 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/14801/statm: 3077 442 377 181 0 86 0

[startup+0.0991429 s]
/proc/loadavg: 8.12 8.09 7.59 3/173 14801
/proc/meminfo: memFree=32249960/32951124 swapFree=67049456/67111528
[pid=14801] ppid=14798 vsize=12572 CPUtime=0.09 cores=1,3,5,7
/proc/14801/stat : 14801 (clasp) R 14798 14801 12325 0 -1 4202496 572 0 0 0 9 0 0 0 23 0 1 0 955439061 12873728 513 33554432000 4194304 4933572 140735810444848 18446744073709551615 4363392 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/14801/statm: 3143 513 384 181 0 152 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12572

[startup+0.100158 s]
/proc/loadavg: 8.12 8.09 7.59 3/173 14801
/proc/meminfo: memFree=32249960/32951124 swapFree=67049456/67111528
[pid=14801] ppid=14798 vsize=12572 CPUtime=0.09 cores=1,3,5,7
/proc/14801/stat : 14801 (clasp) R 14798 14801 12325 0 -1 4202496 577 0 0 0 9 0 0 0 23 0 1 0 955439061 12873728 518 33554432000 4194304 4933572 140735810444848 18446744073709551615 4368908 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/14801/statm: 3143 518 384 181 0 152 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12572

[startup+0.300123 s]
/proc/loadavg: 8.12 8.09 7.59 3/173 14801
/proc/meminfo: memFree=32249960/32951124 swapFree=67049456/67111528
[pid=14801] ppid=14798 vsize=12836 CPUtime=0.29 cores=1,3,5,7
/proc/14801/stat : 14801 (clasp) R 14798 14801 12325 0 -1 4202496 632 0 0 0 29 0 0 0 25 0 1 0 955439061 13144064 573 33554432000 4194304 4933572 140735810444848 18446744073709551615 4337280 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/14801/statm: 3209 573 384 181 0 218 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12836

[startup+0.701044 s]
/proc/loadavg: 8.12 8.09 7.59 3/173 14801
/proc/meminfo: memFree=32249960/32951124 swapFree=67049456/67111528
[pid=14801] ppid=14798 vsize=13112 CPUtime=0.69 cores=1,3,5,7
/proc/14801/stat : 14801 (clasp) R 14798 14801 12325 0 -1 4202496 690 0 0 0 69 0 0 0 25 0 1 0 955439061 13426688 631 33554432000 4194304 4933572 140735810444848 18446744073709551615 4649594 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/14801/statm: 3278 631 384 181 0 287 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13112

[startup+1.50091 s]
/proc/loadavg: 8.12 8.09 7.59 3/178 14806
/proc/meminfo: memFree=32247388/32951124 swapFree=67049456/67111528
[pid=14801] ppid=14798 vsize=13508 CPUtime=1.49 cores=1,3,5,7
/proc/14801/stat : 14801 (clasp) R 14798 14801 12325 0 -1 4202496 796 0 0 0 149 0 0 0 25 0 1 0 955439061 13832192 737 33554432000 4194304 4933572 140735810444848 18446744073709551615 4331682 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/14801/statm: 3377 737 385 181 0 386 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 13508

[startup+3.10064 s]
/proc/loadavg: 7.63 7.99 7.56 3/178 14806
/proc/meminfo: memFree=32245404/32951124 swapFree=67049456/67111528
[pid=14801] ppid=14798 vsize=13924 CPUtime=3.09 cores=1,3,5,7
/proc/14801/stat : 14801 (clasp) R 14798 14801 12325 0 -1 4202496 914 0 0 0 309 0 0 0 25 0 1 0 955439061 14258176 855 33554432000 4194304 4933572 140735810444848 18446744073709551615 4427998 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/14801/statm: 3481 855 385 181 0 490 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 13924

[startup+6.30012 s]
/proc/loadavg: 7.63 7.99 7.56 3/178 14806
/proc/meminfo: memFree=32243852/32951124 swapFree=67049456/67111528
[pid=14801] ppid=14798 vsize=14468 CPUtime=6.29 cores=1,3,5,7
/proc/14801/stat : 14801 (clasp) R 14798 14801 12325 0 -1 4202496 1015 0 0 0 629 0 0 0 25 0 1 0 955439061 14815232 956 33554432000 4194304 4933572 140735810444848 18446744073709551615 4428346 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/14801/statm: 3617 956 385 181 0 626 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 14468

[startup+12.701 s]
/proc/loadavg: 6.76 7.79 7.50 3/178 14806
/proc/meminfo: memFree=32242064/32951124 swapFree=67049456/67111528
[pid=14801] ppid=14798 vsize=15048 CPUtime=12.69 cores=1,3,5,7
/proc/14801/stat : 14801 (clasp) R 14798 14801 12325 0 -1 4202496 1162 0 0 0 1269 0 0 0 25 0 1 0 955439061 15409152 1103 33554432000 4194304 4933572 140735810444848 18446744073709551615 4637120 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/14801/statm: 3762 1103 385 181 0 771 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 15048

[startup+25.5009 s]
/proc/loadavg: 6.03 7.60 7.44 3/178 14806
/proc/meminfo: memFree=32240836/32951124 swapFree=67049456/67111528
[pid=14801] ppid=14798 vsize=15452 CPUtime=25.49 cores=1,3,5,7
/proc/14801/stat : 14801 (clasp) R 14798 14801 12325 0 -1 4202496 1253 0 0 0 2549 0 0 0 25 0 1 0 955439061 15822848 1194 33554432000 4194304 4933572 140735810444848 18446744073709551615 4370209 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/14801/statm: 3863 1194 385 181 0 872 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 15452

[startup+51.1007 s]
/proc/loadavg: 4.65 7.15 7.29 3/178 14808
/proc/meminfo: memFree=32238904/32951124 swapFree=67049456/67111528
[pid=14801] ppid=14798 vsize=16028 CPUtime=51.09 cores=1,3,5,7
/proc/14801/stat : 14801 (clasp) R 14798 14801 12325 0 -1 4202496 1380 0 0 0 5109 0 0 0 25 0 1 0 955439061 16412672 1321 33554432000 4194304 4933572 140735810444848 18446744073709551615 4330162 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/14801/statm: 4007 1321 385 181 0 1016 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 16028

[startup+102.306 s]
/proc/loadavg: 3.06 6.28 6.98 3/178 14808
/proc/meminfo: memFree=32235752/32951124 swapFree=67049456/67111528
[pid=14801] ppid=14798 vsize=16464 CPUtime=102.3 cores=1,3,5,7
/proc/14801/stat : 14801 (clasp) R 14798 14801 12325 0 -1 4202496 1500 0 0 0 10230 0 0 0 25 0 1 0 955439061 16859136 1441 33554432000 4194304 4933572 140735810444848 18446744073709551615 4427996 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/14801/statm: 4116 1441 385 181 0 1125 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 16464

[startup+162.3 s]
/proc/loadavg: 2.39 5.50 6.67 3/178 14810
/proc/meminfo: memFree=32233980/32951124 swapFree=67049456/67111528
[pid=14801] ppid=14798 vsize=16764 CPUtime=162.29 cores=1,3,5,7
/proc/14801/stat : 14801 (clasp) R 14798 14801 12325 0 -1 4202496 1568 0 0 0 16229 0 0 0 25 0 1 0 955439061 17166336 1509 33554432000 4194304 4933572 140735810444848 18446744073709551615 4649402 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/14801/statm: 4191 1509 385 181 0 1200 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 16764

[startup+222.3 s]
/proc/loadavg: 2.14 4.86 6.37 3/178 14812
/proc/meminfo: memFree=32232664/32951124 swapFree=67049456/67111528
[pid=14801] ppid=14798 vsize=16916 CPUtime=222.29 cores=1,3,5,7
/proc/14801/stat : 14801 (clasp) R 14798 14801 12325 0 -1 4202496 1576 0 0 0 22229 0 0 0 25 0 1 0 955439061 17321984 1517 33554432000 4194304 4933572 140735810444848 18446744073709551615 4637248 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/14801/statm: 4229 1517 385 181 0 1238 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 16916

[startup+282.3 s]
/proc/loadavg: 2.05 4.38 6.12 3/178 14814
/proc/meminfo: memFree=32232356/32951124 swapFree=67049456/67111528
[pid=14801] ppid=14798 vsize=16916 CPUtime=282.29 cores=1,3,5,7
/proc/14801/stat : 14801 (clasp) R 14798 14801 12325 0 -1 4202496 1593 0 0 0 28229 0 0 0 25 0 1 0 955439061 17321984 1534 33554432000 4194304 4933572 140735810444848 18446744073709551615 4429009 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/14801/statm: 4229 1534 385 181 0 1238 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 16916

[startup+342.3 s]
/proc/loadavg: 2.02 3.91 5.84 3/178 14816
/proc/meminfo: memFree=32231804/32951124 swapFree=67049456/67111528
[pid=14801] ppid=14798 vsize=17064 CPUtime=342.28 cores=1,3,5,7
/proc/14801/stat : 14801 (clasp) R 14798 14801 12325 0 -1 4202496 1625 0 0 0 34228 0 0 0 25 0 1 0 955439061 17473536 1566 33554432000 4194304 4933572 140735810444848 18446744073709551615 4331743 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/14801/statm: 4266 1566 385 181 0 1275 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 17064

[startup+402.3 s]
/proc/loadavg: 2.00 3.59 5.62 3/178 14816
/proc/meminfo: memFree=32231124/32951124 swapFree=67049456/67111528
[pid=14801] ppid=14798 vsize=17216 CPUtime=402.28 cores=1,3,5,7
/proc/14801/stat : 14801 (clasp) R 14798 14801 12325 0 -1 4202496 1649 0 0 0 40228 0 0 0 25 0 1 0 955439061 17629184 1590 33554432000 4194304 4933572 140735810444848 18446744073709551615 4337280 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/14801/statm: 4304 1590 385 181 0 1313 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 17216

[startup+462.3 s]
/proc/loadavg: 2.00 3.27 5.37 3/178 14818
/proc/meminfo: memFree=32229928/32951124 swapFree=67049456/67111528
[pid=14801] ppid=14798 vsize=17364 CPUtime=462.28 cores=1,3,5,7
/proc/14801/stat : 14801 (clasp) R 14798 14801 12325 0 -1 4202496 1680 0 0 0 46228 0 0 0 25 0 1 0 955439061 17780736 1621 33554432000 4194304 4933572 140735810444848 18446744073709551615 4664525 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/14801/statm: 4341 1621 385 181 0 1350 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 17364

[startup+522.3 s]
/proc/loadavg: 2.00 3.06 5.17 3/178 14820
/proc/meminfo: memFree=32229620/32951124 swapFree=67049456/67111528
[pid=14801] ppid=14798 vsize=17364 CPUtime=522.28 cores=1,3,5,7
/proc/14801/stat : 14801 (clasp) R 14798 14801 12325 0 -1 4202496 1689 0 0 0 52228 0 0 0 25 0 1 0 955439061 17780736 1630 33554432000 4194304 4933572 140735810444848 18446744073709551615 4363232 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/14801/statm: 4341 1630 385 181 0 1350 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 17364

[startup+582.3 s]
/proc/loadavg: 2.05 2.86 4.96 3/178 14822
/proc/meminfo: memFree=32228948/32951124 swapFree=67049456/67111528
[pid=14801] ppid=14798 vsize=17364 CPUtime=582.28 cores=1,3,5,7
/proc/14801/stat : 14801 (clasp) R 14798 14801 12325 0 -1 4202496 1698 0 0 0 58228 0 0 0 25 0 1 0 955439061 17780736 1639 33554432000 4194304 4933572 140735810444848 18446744073709551615 4664525 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/14801/statm: 4341 1639 385 181 0 1350 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 17364

[startup+642.3 s]
/proc/loadavg: 2.02 2.70 4.77 3/178 14824
/proc/meminfo: memFree=32228380/32951124 swapFree=67049456/67111528
[pid=14801] ppid=14798 vsize=17364 CPUtime=642.28 cores=1,3,5,7
/proc/14801/stat : 14801 (clasp) R 14798 14801 12325 0 -1 4202496 1699 0 0 0 64228 0 0 0 25 0 1 0 955439061 17780736 1640 33554432000 4194304 4933572 140735810444848 18446744073709551615 4664576 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/14801/statm: 4341 1640 385 181 0 1350 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 17364

[startup+702.3 s]
/proc/loadavg: 2.00 2.57 4.59 3/178 14824
/proc/meminfo: memFree=32228084/32951124 swapFree=67049456/67111528
[pid=14801] ppid=14798 vsize=17516 CPUtime=702.28 cores=1,3,5,7
/proc/14801/stat : 14801 (clasp) R 14798 14801 12325 0 -1 4202496 1709 0 0 0 70228 0 0 0 25 0 1 0 955439061 17936384 1650 33554432000 4194304 4933572 140735810444848 18446744073709551615 4664505 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/14801/statm: 4379 1650 385 181 0 1388 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 17516

[startup+762.306 s]
/proc/loadavg: 2.00 2.47 4.43 3/178 14826
/proc/meminfo: memFree=32227780/32951124 swapFree=67049456/67111528
[pid=14801] ppid=14798 vsize=17516 CPUtime=762.29 cores=1,3,5,7
/proc/14801/stat : 14801 (clasp) R 14798 14801 12325 0 -1 4202496 1716 0 0 0 76229 0 0 0 25 0 1 0 955439061 17936384 1657 33554432000 4194304 4933572 140735810444848 18446744073709551615 4649402 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/14801/statm: 4379 1657 385 181 0 1388 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 17516

[startup+822.3 s]
/proc/loadavg: 2.00 2.38 4.27 3/178 14828
/proc/meminfo: memFree=32227616/32951124 swapFree=67049456/67111528
[pid=14801] ppid=14798 vsize=17516 CPUtime=822.28 cores=1,3,5,7
/proc/14801/stat : 14801 (clasp) R 14798 14801 12325 0 -1 4202496 1718 0 0 0 82228 0 0 0 25 0 1 0 955439061 17936384 1659 33554432000 4194304 4933572 140735810444848 18446744073709551615 4427996 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/14801/statm: 4379 1659 385 181 0 1388 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 17516

[startup+882.3 s]
/proc/loadavg: 2.00 2.31 4.13 3/178 14830
/proc/meminfo: memFree=32227668/32951124 swapFree=67049456/67111528
[pid=14801] ppid=14798 vsize=17516 CPUtime=882.28 cores=1,3,5,7
/proc/14801/stat : 14801 (clasp) R 14798 14801 12325 0 -1 4202496 1718 0 0 0 88228 0 0 0 25 0 1 0 955439061 17936384 1659 33554432000 4194304 4933572 140735810444848 18446744073709551615 4637181 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/14801/statm: 4379 1659 385 181 0 1388 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 17516

[startup+942.3 s]
/proc/loadavg: 2.00 2.25 3.99 3/178 14832
/proc/meminfo: memFree=32227260/32951124 swapFree=67049456/67111528
[pid=14801] ppid=14798 vsize=17516 CPUtime=942.28 cores=1,3,5,7
/proc/14801/stat : 14801 (clasp) R 14798 14801 12325 0 -1 4202496 1720 0 0 0 94228 0 0 0 25 0 1 0 955439061 17936384 1661 33554432000 4194304 4933572 140735810444848 18446744073709551615 4368901 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/14801/statm: 4379 1661 385 181 0 1388 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 17516

[startup+1002.3 s]
/proc/loadavg: 2.00 2.20 3.87 3/178 14832
/proc/meminfo: memFree=32226972/32951124 swapFree=67049456/67111528
[pid=14801] ppid=14798 vsize=17516 CPUtime=1002.28 cores=1,3,5,7
/proc/14801/stat : 14801 (clasp) R 14798 14801 12325 0 -1 4202496 1723 0 0 0 100228 0 0 0 25 0 1 0 955439061 17936384 1664 33554432000 4194304 4933572 140735810444848 18446744073709551615 4363232 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/14801/statm: 4379 1664 385 181 0 1388 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 17516

[startup+1062.3 s]
/proc/loadavg: 2.00 2.16 3.76 3/178 14834
/proc/meminfo: memFree=32226808/32951124 swapFree=67049456/67111528
[pid=14801] ppid=14798 vsize=17516 CPUtime=1062.28 cores=1,3,5,7
/proc/14801/stat : 14801 (clasp) R 14798 14801 12325 0 -1 4202496 1724 0 0 0 106228 0 0 0 25 0 1 0 955439061 17936384 1665 33554432000 4194304 4933572 140735810444848 18446744073709551615 4649369 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/14801/statm: 4379 1665 385 181 0 1388 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 17516

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

[startup+1062.7 s]
/proc/loadavg: 2.00 2.16 3.75 3/178 14834
/proc/meminfo: memFree=32226808/32951124 swapFree=67049456/67111528
[pid=14801] ppid=14798 vsize=17516 CPUtime=1062.68 cores=1,3,5,7
/proc/14801/stat : 14801 (clasp) R 14798 14801 12325 0 -1 4202496 1724 0 0 0 106268 0 0 0 25 0 1 0 955439061 17936384 1665 33554432000 4194304 4933572 140735810444848 18446744073709551615 4664520 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/14801/statm: 4379 1665 385 181 0 1388 0
Current children cumulated CPU time (s) 1062.68
Current children cumulated vsize (KiB) 17516

[startup+1062.9 s]
/proc/loadavg: 2.00 2.16 3.75 3/178 14834
/proc/meminfo: memFree=32226808/32951124 swapFree=67049456/67111528
[pid=14801] ppid=14798 vsize=17516 CPUtime=1062.88 cores=1,3,5,7
/proc/14801/stat : 14801 (clasp) R 14798 14801 12325 0 -1 4202496 1724 0 0 0 106288 0 0 0 25 0 1 0 955439061 17936384 1665 33554432000 4194304 4933572 140735810444848 18446744073709551615 4331743 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/14801/statm: 4379 1665 385 181 0 1388 0
Current children cumulated CPU time (s) 1062.88
Current children cumulated vsize (KiB) 17516

Child status: 10
Real time (s): 1062.99
CPU time (s): 1062.98
CPU user time (s): 1062.97
CPU system time (s): 0.005999
CPU usage (%): 99.999
Max. virtual memory (cumulated for all children) (KiB): 17516

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

runsolver used 1.43678 second user time and 3.40048 second system time

The end

Launcher Data

Begin job on node118 at 2011-06-09 22:41:24
IDJOB=3468856
IDBENCH=2885
IDSOLVER=1958
FILE ID=node118/3468856-1307652084
RUNJOBID= node118-1307652084-14778
PBS_JOBID= 13549373
Free space on /tmp= 74180 MiB

SOLVER NAME= clasp 2.0-R4191
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-m50_100_10_15.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-3468856-1307652084/watcher-3468856-1307652084 -o /tmp/evaluation-result-3468856-1307652084/solver-3468856-1307652084 -C 1800 -W 1900 -M 15500  HOME/clasp HOME/instance-3468856-1307652084.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= 68c43c42d601fb3367802646c07cb8c3
RANDOM SEED=359199774

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32251164 kB
Buffers:        189680 kB
Cached:         297080 kB
SwapCached:      15436 kB
Active:         296992 kB
Inactive:       209160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32251164 kB
SwapTotal:    67111528 kB
SwapFree:     67049456 kB
Dirty:            2004 kB
Writeback:           0 kB
AnonPages:       16752 kB
Mapped:           8440 kB
Slab:           128776 kB
PageTables:       4680 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   192744 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= 74176 MiB
End job on node118 at 2011-06-09 22:59:07