Trace number 50052

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, and are wall clock time (not CPU 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
Pueblo 1.3OPT5 365.149 365.262

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
logic_synthesis/normalized-m100_100_30_30.r.opb
MD5SUM28e00d9d9bb0c4a536b74577b47a7849
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark3.56246
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 5
Optimality of the best value was proved YES
Number of variables100
Total number of constraints100
Number of constraints which are clauses100
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 constraint30
Maximum length of a constraint30
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 (download as text)

0.00	c Pueblo version 1.4 (September 2005)
0.00	c Developed @ University of Michigan, Ann Arbor, MI
0.00	c  by Hossein Sheini
0.01	c starting to Solve
0.01	c #variables read: 100 - #constraints read: 101
0.01	o 8
0.02	o 7
2.46	o 6
342.19	o 5
365.26	c optimum objective found = 5
365.26	c total time              : 365.2 s
365.26	s OPTIMUM FOUND
365.26	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 x22 -x23 -x24 -x25 -x26 -x27 -x28
365.26	v -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54
365.26	v -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80
365.26	v x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100

Verifier Data (download as text)

OK	5

Watcher Data (download as text)

Enforcing CPU limit (will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime (will send SIGXCPU) limit: 1830 seconds
Enforcing Stack size limit: 67108864 bytes

runsolver version 3.0.1 (c) roussel@cril.univ-artois.fr

Enforcing memory limit (will send SIGKILL): 1843200 Kb
Enforcing VSIZE limit: 1887436800 bytes
command line: runsolver --timestamp -w ROOT/results/node66/watcher-50052-1149895974 -o ROOT/results/node66/solver-50052-1149895974 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user8/Pueblo13 ROOT/tmp/node66/50052-1149895974/instance-50052-1149895974.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.87 0.94 0.98 3/64 9900
/proc/meminfo: memFree=1569456/2055920 swapFree=4182204/4192956
[pid=9900] ppid=9898 vsize=2328 CPUtime=0
/proc/9900/stat : 9900 (Pueblo13) R 9898 9900 9854 0 -1 4194304 146 0 0 0 0 0 0 0 19 0 1 0 255265466 2383872 127 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 9809185 0 0 4096 0 0 0 0 17 1 0 0
/proc/9900/statm: 582 127 108 16 0 11 0

[startup+10.0031 s]
/proc/loadavg: 0.89 0.94 0.98 2/64 9900
/proc/meminfo: memFree=1569096/2055920 swapFree=4182204/4192956
[pid=9900] ppid=9898 vsize=2704 CPUtime=9.99
/proc/9900/stat : 9900 (Pueblo13) R 9898 9900 9854 0 -1 4194304 319 0 0 0 970 29 0 0 25 0 1 0 255265466 2768896 290 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134565275 0 0 4096 0 0 0 0 17 1 0 0
/proc/9900/statm: 676 290 205 16 0 117 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 2704

[startup+20.0093 s]
/proc/loadavg: 0.91 0.94 0.98 2/64 9900
/proc/meminfo: memFree=1569032/2055920 swapFree=4182204/4192956
[pid=9900] ppid=9898 vsize=2704 CPUtime=20
/proc/9900/stat : 9900 (Pueblo13) R 9898 9900 9854 0 -1 4194304 331 0 0 0 1939 61 0 0 25 0 1 0 255265466 2768896 302 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9900/statm: 676 302 205 16 0 117 0
Current children cumulated CPU time (s) 20
Current children cumulated vsize (Kb) 2704

[startup+30.0155 s]
/proc/loadavg: 0.92 0.94 0.98 2/64 9900
/proc/meminfo: memFree=1569032/2055920 swapFree=4182204/4192956
[pid=9900] ppid=9898 vsize=2828 CPUtime=30
/proc/9900/stat : 9900 (Pueblo13) R 9898 9900 9854 0 -1 4194304 333 0 0 0 2908 92 0 0 25 0 1 0 255265466 2895872 304 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9900/statm: 707 304 205 16 0 148 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 2828

[startup+40.0217 s]
/proc/loadavg: 0.93 0.95 0.98 2/64 9900
/proc/meminfo: memFree=1569032/2055920 swapFree=4182204/4192956
[pid=9900] ppid=9898 vsize=2828 CPUtime=40
/proc/9900/stat : 9900 (Pueblo13) R 9898 9900 9854 0 -1 4194304 336 0 0 0 3881 119 0 0 25 0 1 0 255265466 2895872 307 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9900/statm: 707 307 205 16 0 148 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 2828

[startup+50.0279 s]
/proc/loadavg: 0.94 0.95 0.98 2/64 9900
/proc/meminfo: memFree=1569032/2055920 swapFree=4182204/4192956
[pid=9900] ppid=9898 vsize=2828 CPUtime=50.01
/proc/9900/stat : 9900 (Pueblo13) R 9898 9900 9854 0 -1 4194304 338 0 0 0 4852 149 0 0 25 0 1 0 255265466 2895872 309 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9900/statm: 707 309 205 16 0 148 0
Current children cumulated CPU time (s) 50.01
Current children cumulated vsize (Kb) 2828

[startup+60.0341 s]
/proc/loadavg: 0.95 0.95 0.98 2/64 9900
/proc/meminfo: memFree=1569032/2055920 swapFree=4182204/4192956
[pid=9900] ppid=9898 vsize=2828 CPUtime=60
/proc/9900/stat : 9900 (Pueblo13) R 9898 9900 9854 0 -1 4194304 342 0 0 0 5824 176 0 0 25 0 1 0 255265466 2895872 313 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9900/statm: 707 313 205 16 0 148 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 2828

[startup+70.0413 s]
/proc/loadavg: 0.96 0.95 0.98 2/64 9900
/proc/meminfo: memFree=1569032/2055920 swapFree=4182204/4192956
[pid=9900] ppid=9898 vsize=2828 CPUtime=70.01
/proc/9900/stat : 9900 (Pueblo13) R 9898 9900 9854 0 -1 4194304 345 0 0 0 6795 206 0 0 25 0 1 0 255265466 2895872 316 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9900/statm: 707 316 205 16 0 148 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 2828

[startup+80.0475 s]
/proc/loadavg: 0.96 0.95 0.98 2/64 9900
/proc/meminfo: memFree=1569032/2055920 swapFree=4182204/4192956
[pid=9900] ppid=9898 vsize=2828 CPUtime=80.01
/proc/9900/stat : 9900 (Pueblo13) R 9898 9900 9854 0 -1 4194304 346 0 0 0 7764 237 0 0 25 0 1 0 255265466 2895872 317 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9900/statm: 707 317 205 16 0 148 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 2828

[startup+90.0537 s]
/proc/loadavg: 0.97 0.95 0.98 2/64 9900
/proc/meminfo: memFree=1568968/2055920 swapFree=4182204/4192956
[pid=9900] ppid=9898 vsize=2828 CPUtime=90.02
/proc/9900/stat : 9900 (Pueblo13) R 9898 9900 9854 0 -1 4194304 351 0 0 0 8731 271 0 0 25 0 1 0 255265466 2895872 322 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517605 0 0 4096 0 0 0 0 17 1 0 0
/proc/9900/statm: 707 322 205 16 0 148 0
Current children cumulated CPU time (s) 90.02
Current children cumulated vsize (Kb) 2828

[startup+100.06 s]
/proc/loadavg: 0.97 0.95 0.98 2/64 9900
/proc/meminfo: memFree=1568968/2055920 swapFree=4182204/4192956
[pid=9900] ppid=9898 vsize=2828 CPUtime=100.02
/proc/9900/stat : 9900 (Pueblo13) R 9898 9900 9854 0 -1 4194304 354 0 0 0 9700 302 0 0 25 0 1 0 255265466 2895872 325 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134557521 0 0 4096 0 0 0 0 17 1 0 0
/proc/9900/statm: 707 325 205 16 0 148 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 2828

[startup+110.066 s]
/proc/loadavg: 0.98 0.95 0.98 2/64 9900
/proc/meminfo: memFree=1568968/2055920 swapFree=4182204/4192956
[pid=9900] ppid=9898 vsize=2828 CPUtime=110.02
/proc/9900/stat : 9900 (Pueblo13) R 9898 9900 9854 0 -1 4194304 354 0 0 0 10667 335 0 0 25 0 1 0 255265466 2895872 325 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9900/statm: 707 325 205 16 0 148 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 2828

[startup+120.072 s]
/proc/loadavg: 0.98 0.95 0.98 2/64 9900
/proc/meminfo: memFree=1568968/2055920 swapFree=4182204/4192956
[pid=9900] ppid=9898 vsize=2828 CPUtime=120.03
/proc/9900/stat : 9900 (Pueblo13) R 9898 9900 9854 0 -1 4194304 356 0 0 0 11636 367 0 0 25 0 1 0 255265466 2895872 327 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9900/statm: 707 327 205 16 0 148 0
Current children cumulated CPU time (s) 120.03
Current children cumulated vsize (Kb) 2828

[startup+130.079 s]
/proc/loadavg: 0.98 0.95 0.98 2/64 9900
/proc/meminfo: memFree=1568968/2055920 swapFree=4182204/4192956
[pid=9900] ppid=9898 vsize=2828 CPUtime=130.03
/proc/9900/stat : 9900 (Pueblo13) R 9898 9900 9854 0 -1 4194304 356 0 0 0 12607 396 0 0 25 0 1 0 255265466 2895872 327 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9900/statm: 707 327 205 16 0 148 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 2828

[startup+140.085 s]
/proc/loadavg: 0.98 0.95 0.98 2/64 9900
/proc/meminfo: memFree=1568968/2055920 swapFree=4182204/4192956
[pid=9900] ppid=9898 vsize=2828 CPUtime=140.04
/proc/9900/stat : 9900 (Pueblo13) R 9898 9900 9854 0 -1 4194304 358 0 0 0 13579 425 0 0 25 0 1 0 255265466 2895872 329 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9900/statm: 707 329 205 16 0 148 0
Current children cumulated CPU time (s) 140.04
Current children cumulated vsize (Kb) 2828

[startup+150.091 s]
/proc/loadavg: 0.99 0.96 0.98 2/64 9900
/proc/meminfo: memFree=1569032/2055920 swapFree=4182204/4192956
[pid=9900] ppid=9898 vsize=2828 CPUtime=150.04
/proc/9900/stat : 9900 (Pueblo13) R 9898 9900 9854 0 -1 4194304 359 0 0 0 14552 452 0 0 25 0 1 0 255265466 2895872 330 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9900/statm: 707 330 205 16 0 148 0
Current children cumulated CPU time (s) 150.04
Current children cumulated vsize (Kb) 2828

[startup+160.097 s]
/proc/loadavg: 0.99 0.96 0.98 2/64 9900
/proc/meminfo: memFree=1568968/2055920 swapFree=4182204/4192956
[pid=9900] ppid=9898 vsize=2828 CPUtime=160.04
/proc/9900/stat : 9900 (Pueblo13) R 9898 9900 9854 0 -1 4194304 362 0 0 0 15524 480 0 0 25 0 1 0 255265466 2895872 333 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9900/statm: 707 333 205 16 0 148 0
Current children cumulated CPU time (s) 160.04
Current children cumulated vsize (Kb) 2828

[startup+170.103 s]
/proc/loadavg: 0.99 0.96 0.98 2/64 9900
/proc/meminfo: memFree=1568968/2055920 swapFree=4182204/4192956
[pid=9900] ppid=9898 vsize=2828 CPUtime=170.04
/proc/9900/stat : 9900 (Pueblo13) R 9898 9900 9854 0 -1 4194304 362 0 0 0 16496 508 0 0 25 0 1 0 255265466 2895872 333 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9900/statm: 707 333 205 16 0 148 0
Current children cumulated CPU time (s) 170.04
Current children cumulated vsize (Kb) 2828

[startup+180.11 s]
/proc/loadavg: 0.99 0.96 0.98 2/64 9900
/proc/meminfo: memFree=1568968/2055920 swapFree=4182204/4192956
[pid=9900] ppid=9898 vsize=2828 CPUtime=180.05
/proc/9900/stat : 9900 (Pueblo13) R 9898 9900 9854 0 -1 4194304 362 0 0 0 17469 536 0 0 25 0 1 0 255265466 2895872 333 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9900/statm: 707 333 205 16 0 148 0
Current children cumulated CPU time (s) 180.05
Current children cumulated vsize (Kb) 2828

[startup+190.116 s]
/proc/loadavg: 0.99 0.96 0.98 2/64 9900
/proc/meminfo: memFree=1568968/2055920 swapFree=4182204/4192956
[pid=9900] ppid=9898 vsize=2828 CPUtime=190.05
/proc/9900/stat : 9900 (Pueblo13) R 9898 9900 9854 0 -1 4194304 362 0 0 0 18439 566 0 0 25 0 1 0 255265466 2895872 333 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9900/statm: 707 333 205 16 0 148 0
Current children cumulated CPU time (s) 190.05
Current children cumulated vsize (Kb) 2828

[startup+200.122 s]
/proc/loadavg: 0.99 0.96 0.98 2/64 9900
/proc/meminfo: memFree=1568968/2055920 swapFree=4182204/4192956
[pid=9900] ppid=9898 vsize=2828 CPUtime=200.05
/proc/9900/stat : 9900 (Pueblo13) R 9898 9900 9854 0 -1 4194304 362 0 0 0 19408 597 0 0 25 0 1 0 255265466 2895872 333 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9900/statm: 707 333 205 16 0 148 0
Current children cumulated CPU time (s) 200.05
Current children cumulated vsize (Kb) 2828

[startup+210.128 s]
/proc/loadavg: 0.99 0.96 0.98 2/64 9902
/proc/meminfo: memFree=1568968/2055920 swapFree=4182204/4192956
[pid=9900] ppid=9898 vsize=2952 CPUtime=210.06
/proc/9900/stat : 9900 (Pueblo13) R 9898 9900 9854 0 -1 4194304 365 0 0 0 20384 622 0 0 25 0 1 0 255265466 3022848 336 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9900/statm: 738 336 205 16 0 179 0
Current children cumulated CPU time (s) 210.06
Current children cumulated vsize (Kb) 2952

[startup+220.134 s]
/proc/loadavg: 0.99 0.96 0.98 2/64 9902
/proc/meminfo: memFree=1568968/2055920 swapFree=4182204/4192956
[pid=9900] ppid=9898 vsize=2952 CPUtime=220.06
/proc/9900/stat : 9900 (Pueblo13) R 9898 9900 9854 0 -1 4194304 365 0 0 0 21357 649 0 0 25 0 1 0 255265466 3022848 336 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9900/statm: 738 336 205 16 0 179 0
Current children cumulated CPU time (s) 220.06
Current children cumulated vsize (Kb) 2952

[startup+230.141 s]
/proc/loadavg: 0.99 0.96 0.98 2/64 9902
/proc/meminfo: memFree=1568968/2055920 swapFree=4182204/4192956
[pid=9900] ppid=9898 vsize=2952 CPUtime=230.06
/proc/9900/stat : 9900 (Pueblo13) R 9898 9900 9854 0 -1 4194304 367 0 0 0 22330 676 0 0 25 0 1 0 255265466 3022848 338 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9900/statm: 738 338 205 16 0 179 0
Current children cumulated CPU time (s) 230.06
Current children cumulated vsize (Kb) 2952

[startup+240.147 s]
/proc/loadavg: 0.99 0.96 0.98 2/64 9902
/proc/meminfo: memFree=1568904/2055920 swapFree=4182204/4192956
[pid=9900] ppid=9898 vsize=2952 CPUtime=240.07
/proc/9900/stat : 9900 (Pueblo13) R 9898 9900 9854 0 -1 4194304 368 0 0 0 23303 704 0 0 25 0 1 0 255265466 3022848 339 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9900/statm: 738 339 205 16 0 179 0
Current children cumulated CPU time (s) 240.07
Current children cumulated vsize (Kb) 2952

[startup+250.152 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 9902
/proc/meminfo: memFree=1568904/2055920 swapFree=4182204/4192956
[pid=9900] ppid=9898 vsize=2952 CPUtime=250.07
/proc/9900/stat : 9900 (Pueblo13) R 9898 9900 9854 0 -1 4194304 369 0 0 0 24278 729 0 0 25 0 1 0 255265466 3022848 340 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9900/statm: 738 340 205 16 0 179 0
Current children cumulated CPU time (s) 250.07
Current children cumulated vsize (Kb) 2952

[startup+260.158 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 9902
/proc/meminfo: memFree=1568904/2055920 swapFree=4182204/4192956
[pid=9900] ppid=9898 vsize=2952 CPUtime=260.07
/proc/9900/stat : 9900 (Pueblo13) R 9898 9900 9854 0 -1 4194304 369 0 0 0 25252 755 0 0 25 0 1 0 255265466 3022848 340 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9900/statm: 738 340 205 16 0 179 0
Current children cumulated CPU time (s) 260.07
Current children cumulated vsize (Kb) 2952

[startup+270.164 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 9902
/proc/meminfo: memFree=1568904/2055920 swapFree=4182204/4192956
[pid=9900] ppid=9898 vsize=2952 CPUtime=270.07
/proc/9900/stat : 9900 (Pueblo13) R 9898 9900 9854 0 -1 4194304 371 0 0 0 26225 782 0 0 25 0 1 0 255265466 3022848 342 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9900/statm: 738 342 205 16 0 179 0
Current children cumulated CPU time (s) 270.07
Current children cumulated vsize (Kb) 2952

[startup+280.171 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 9902
/proc/meminfo: memFree=1568904/2055920 swapFree=4182204/4192956
[pid=9900] ppid=9898 vsize=2952 CPUtime=280.08
/proc/9900/stat : 9900 (Pueblo13) R 9898 9900 9854 0 -1 4194304 371 0 0 0 27201 807 0 0 25 0 1 0 255265466 3022848 342 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9900/statm: 738 342 205 16 0 179 0
Current children cumulated CPU time (s) 280.08
Current children cumulated vsize (Kb) 2952

[startup+290.177 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 9902
/proc/meminfo: memFree=1568904/2055920 swapFree=4182204/4192956
[pid=9900] ppid=9898 vsize=2952 CPUtime=290.08
/proc/9900/stat : 9900 (Pueblo13) R 9898 9900 9854 0 -1 4194304 371 0 0 0 28171 837 0 0 25 0 1 0 255265466 3022848 342 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9900/statm: 738 342 205 16 0 179 0
Current children cumulated CPU time (s) 290.08
Current children cumulated vsize (Kb) 2952

[startup+300.183 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 9902
/proc/meminfo: memFree=1568904/2055920 swapFree=4182204/4192956
[pid=9900] ppid=9898 vsize=2952 CPUtime=300.08
/proc/9900/stat : 9900 (Pueblo13) R 9898 9900 9854 0 -1 4194304 371 0 0 0 29139 869 0 0 25 0 1 0 255265466 3022848 342 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9900/statm: 738 342 205 16 0 179 0
Current children cumulated CPU time (s) 300.08
Current children cumulated vsize (Kb) 2952

[startup+310.188 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 9902
/proc/meminfo: memFree=1568904/2055920 swapFree=4182204/4192956
[pid=9900] ppid=9898 vsize=2952 CPUtime=310.09
/proc/9900/stat : 9900 (Pueblo13) R 9898 9900 9854 0 -1 4194304 373 0 0 0 30109 900 0 0 25 0 1 0 255265466 3022848 344 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9900/statm: 738 344 205 16 0 179 0
Current children cumulated CPU time (s) 310.09
Current children cumulated vsize (Kb) 2952

[startup+320.195 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 9902
/proc/meminfo: memFree=1568840/2055920 swapFree=4182204/4192956
[pid=9900] ppid=9898 vsize=2952 CPUtime=320.09
/proc/9900/stat : 9900 (Pueblo13) R 9898 9900 9854 0 -1 4194304 376 0 0 0 31082 927 0 0 25 0 1 0 255265466 3022848 347 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9900/statm: 738 347 205 16 0 179 0
Current children cumulated CPU time (s) 320.09
Current children cumulated vsize (Kb) 2952

[startup+330.201 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 9902
/proc/meminfo: memFree=1568840/2055920 swapFree=4182204/4192956
[pid=9900] ppid=9898 vsize=2952 CPUtime=330.1
/proc/9900/stat : 9900 (Pueblo13) R 9898 9900 9854 0 -1 4194304 377 0 0 0 32055 955 0 0 25 0 1 0 255265466 3022848 348 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9900/statm: 738 348 205 16 0 179 0
Current children cumulated CPU time (s) 330.1
Current children cumulated vsize (Kb) 2952

[startup+340.207 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 9902
/proc/meminfo: memFree=1568904/2055920 swapFree=4182204/4192956
[pid=9900] ppid=9898 vsize=2952 CPUtime=340.09
/proc/9900/stat : 9900 (Pueblo13) R 9898 9900 9854 0 -1 4194304 379 0 0 0 33029 980 0 0 25 0 1 0 255265466 3022848 350 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9900/statm: 738 350 205 16 0 179 0
Current children cumulated CPU time (s) 340.09
Current children cumulated vsize (Kb) 2952

[startup+350.213 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 9902
/proc/meminfo: memFree=1568904/2055920 swapFree=4182204/4192956
[pid=9900] ppid=9898 vsize=2952 CPUtime=350.1
/proc/9900/stat : 9900 (Pueblo13) R 9898 9900 9854 0 -1 4194304 382 0 0 0 34001 1009 0 0 25 0 1 0 255265466 3022848 353 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9900/statm: 738 353 205 16 0 179 0
Current children cumulated CPU time (s) 350.1
Current children cumulated vsize (Kb) 2952

[startup+360.219 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 9902
/proc/meminfo: memFree=1568904/2055920 swapFree=4182204/4192956
[pid=9900] ppid=9898 vsize=2952 CPUtime=360.1
/proc/9900/stat : 9900 (Pueblo13) R 9898 9900 9854 0 -1 4194304 382 0 0 0 34974 1036 0 0 25 0 1 0 255265466 3022848 353 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9900/statm: 738 353 205 16 0 179 0
Current children cumulated CPU time (s) 360.1
Current children cumulated vsize (Kb) 2952

Child status: 30
Real time (s): 365.262
CPU time (s): 365.149
CPU user time (s): 354.637
CPU system time (s): 10.5124
CPU usage (%): 99.9692
Max. virtual memory (cumulated for all children) (Kb): 2952
The end

Launcher Data (download as text)

Begin job on node66 on Fri Jun  9 23:32:54 UTC 2006


FILE ID= 50052-1149895974

PBS_JOBID= 385095

BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-m100_100_30_30.r.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user8/Pueblo13 ROOT/tmp/node66/50052-1149895974/instance-50052-1149895974.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node66/watcher-50052-1149895974 -o ROOT/results/node66/solver-50052-1149895974 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user8/Pueblo13 ROOT/tmp/node66/50052-1149895974/instance-50052-1149895974.opb

MD5SUM SOLVER= b45add8200bccdf53727749bff226bd1
MD5SUM BENCH=  28e00d9d9bb0c4a536b74577b47a7849

RANDOM SEED= 515707479


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.225
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.225
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1569664 kB
Buffers:         41708 kB
Cached:         371208 kB
SwapCached:       2496 kB
Active:          46104 kB
Inactive:       375524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1569664 kB
SwapTotal:     4192956 kB
SwapFree:      4182204 kB
Dirty:             168 kB
Writeback:           0 kB
Mapped:          15156 kB
Slab:            50628 kB
Committed_AS:   544452 kB
PageTables:       1400 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node66 on Fri Jun  9 23:38:59 UTC 2006