Trace number 50479

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
PBS 4.1LOPT7 629.53 629.771

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/logic_synthesis/normalized-maincont.r.opb
MD5SUM810dcf2b3e8c0450d72550588875745c
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark0.023995
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 7
Optimality of the best value was proved YES
Number of variables67
Total number of constraints105
Number of constraints which are clauses105
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 constraint3
Maximum length of a constraint48
Number of terms in the objective function 67
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 67
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 67
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 PBS v4 by Bashar Al-Rawi & Fadi Aloul
0.00	c Solving ROOT/tmp/node88/50479-1149880036/instance-50479-1149880036.opb ......
0.00	c done parsing opb.
0.00	o 67
0.00	o 66
0.00	o 65
0.00	o 64
0.00	o 63
0.00	o 62
0.00	o 61
0.00	o 60
0.00	o 59
0.00	o 58
0.00	o 57
0.00	o 56
0.00	o 55
0.00	o 54
0.00	o 53
0.00	o 52
0.00	o 51
0.00	o 50
0.00	o 49
0.00	o 48
0.00	o 47
0.00	o 46
0.00	o 45
0.00	o 44
0.00	o 43
0.00	o 42
0.00	o 41
0.00	o 40
0.00	o 39
0.00	o 38
0.00	o 37
0.00	o 36
0.00	o 35
0.00	o 34
0.00	o 33
0.00	o 32
0.00	o 31
0.00	o 30
0.00	o 29
0.00	o 28
0.00	o 27
0.00	o 26
0.01	o 25
0.01	o 24
0.01	o 23
0.01	o 22
0.01	o 21
0.01	o 20
0.01	o 19
0.01	o 18
0.01	o 17
0.01	o 16
0.01	o 15
0.01	o 14
0.01	o 13
0.01	o 12
0.01	o 11
0.01	o 10
0.01	o 9
0.01	o 8
0.35	o 7
629.76	o 7
629.76	s OPTIMUM FOUND
629.76	c Total Run Time					629.519
629.76	v -x1 -x10 x11 -x12 -x13 x14 -x15 -x16 -x17 -x18 -x19 -x2 x20 -x21 -x22 -x23 -x24 -x25 x26 -x27 x28 -x29 -x3 -x30 -x31 -x32 -x33 x34
629.76	v -x35 -x36 -x37 x38 -x39 -x4 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x5 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58
629.76	v -x59 -x6 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x7 -x8 -x9

Verifier Data (download as text)

OK	7

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/node88/watcher-50479-1149880036 -o ROOT/results/node88/solver-50479-1149880036 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node88/50479-1149880036/instance-50479-1149880036.opb 578290120 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.95 0.90 2/68 25920
/proc/meminfo: memFree=1338672/2055888 swapFree=4085332/4096564
[pid=25920] ppid=25918 vsize=1400 CPUtime=0
/proc/25920/stat : 25920 (PBS4L) R 25918 25920 25874 0 -1 4194304 141 0 0 0 0 0 0 0 18 0 1 0 253642741 1433600 126 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134537037 0 0 4096 0 0 0 0 17 1 0 0
/proc/25920/statm: 350 126 100 232 0 115 0

[startup+10.0031 s]
/proc/loadavg: 0.93 0.95 0.90 2/68 25920
/proc/meminfo: memFree=1334264/2055888 swapFree=4085332/4096564
[pid=25920] ppid=25918 vsize=7112 CPUtime=9.99
/proc/25920/stat : 25920 (PBS4L) R 25918 25920 25874 0 -1 4194304 1361 0 0 0 996 3 0 0 25 0 1 0 253642741 7282688 1195 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/25920/statm: 1778 1195 107 232 0 1543 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 7112

[startup+20.0091 s]
/proc/loadavg: 0.94 0.96 0.91 2/68 25920
/proc/meminfo: memFree=1332472/2055888 swapFree=4085332/4096564
[pid=25920] ppid=25918 vsize=8696 CPUtime=19.99
/proc/25920/stat : 25920 (PBS4L) R 25918 25920 25874 0 -1 4194304 2039 0 0 0 1992 7 0 0 25 0 1 0 253642741 8904704 1680 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/25920/statm: 2174 1680 107 232 0 1939 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 8696

[startup+30.0151 s]
/proc/loadavg: 0.95 0.96 0.91 2/68 25920
/proc/meminfo: memFree=1330936/2055888 swapFree=4085332/4096564
[pid=25920] ppid=25918 vsize=13336 CPUtime=29.99
/proc/25920/stat : 25920 (PBS4L) R 25918 25920 25874 0 -1 4194304 2443 0 0 0 2989 10 0 0 25 0 1 0 253642741 13656064 2084 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/25920/statm: 3334 2084 107 232 0 3099 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 13336

[startup+40.0211 s]
/proc/loadavg: 0.95 0.96 0.91 2/68 25920
/proc/meminfo: memFree=1329528/2055888 swapFree=4085332/4096564
[pid=25920] ppid=25918 vsize=13720 CPUtime=39.99
/proc/25920/stat : 25920 (PBS4L) R 25918 25920 25874 0 -1 4194304 2783 0 0 0 3986 13 0 0 25 0 1 0 253642741 14049280 2424 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552266 0 0 4096 0 0 0 0 17 1 0 0
/proc/25920/statm: 3430 2424 107 232 0 3195 0
Current children cumulated CPU time (s) 39.99
Current children cumulated vsize (Kb) 13720

[startup+50.0271 s]
/proc/loadavg: 0.96 0.96 0.91 2/68 25920
/proc/meminfo: memFree=1328312/2055888 swapFree=4085332/4096564
[pid=25920] ppid=25918 vsize=15944 CPUtime=50
/proc/25920/stat : 25920 (PBS4L) R 25918 25920 25874 0 -1 4194304 3473 0 0 0 4983 17 0 0 25 0 1 0 253642741 16326656 2729 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/25920/statm: 3986 2729 107 232 0 3751 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 15944

[startup+60.0331 s]
/proc/loadavg: 0.97 0.96 0.91 2/68 25920
/proc/meminfo: memFree=1327352/2055888 swapFree=4085332/4096564
[pid=25920] ppid=25918 vsize=16208 CPUtime=60
/proc/25920/stat : 25920 (PBS4L) R 25918 25920 25874 0 -1 4194304 3721 0 0 0 5981 19 0 0 25 0 1 0 253642741 16596992 2977 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/25920/statm: 4052 2977 107 232 0 3817 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 16208

[startup+70.0391 s]
/proc/loadavg: 0.97 0.96 0.91 2/68 25920
/proc/meminfo: memFree=1326520/2055888 swapFree=4085332/4096564
[pid=25920] ppid=25918 vsize=16400 CPUtime=70.01
/proc/25920/stat : 25920 (PBS4L) R 25918 25920 25874 0 -1 4194304 3934 0 0 0 6980 21 0 0 25 0 1 0 253642741 16793600 3190 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/25920/statm: 4100 3190 107 232 0 3865 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 16400

[startup+80.0451 s]
/proc/loadavg: 0.98 0.96 0.91 2/68 25920
/proc/meminfo: memFree=1325496/2055888 swapFree=4085332/4096564
[pid=25920] ppid=25918 vsize=16784 CPUtime=80.01
/proc/25920/stat : 25920 (PBS4L) R 25918 25920 25874 0 -1 4194304 4189 0 0 0 7978 23 0 0 25 0 1 0 253642741 17186816 3445 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/25920/statm: 4196 3445 107 232 0 3961 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 16784

[startup+90.0511 s]
/proc/loadavg: 0.98 0.96 0.91 2/68 25920
/proc/meminfo: memFree=1324664/2055888 swapFree=4085332/4096564
[pid=25920] ppid=25918 vsize=17048 CPUtime=90
/proc/25920/stat : 25920 (PBS4L) R 25918 25920 25874 0 -1 4194304 4420 0 0 0 8976 24 0 0 25 0 1 0 253642741 17457152 3676 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/25920/statm: 4262 3676 107 232 0 4027 0
Current children cumulated CPU time (s) 90
Current children cumulated vsize (Kb) 17048

[startup+100.057 s]
/proc/loadavg: 0.98 0.96 0.91 2/68 25920
/proc/meminfo: memFree=1323960/2055888 swapFree=4085332/4096564
[pid=25920] ppid=25918 vsize=25372 CPUtime=100.01
/proc/25920/stat : 25920 (PBS4L) R 25918 25920 25874 0 -1 4194304 4598 0 0 0 9975 26 0 0 25 0 1 0 253642741 25980928 3854 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/25920/statm: 6343 3854 107 232 0 6108 0
Current children cumulated CPU time (s) 100.01
Current children cumulated vsize (Kb) 25372

[startup+110.063 s]
/proc/loadavg: 0.98 0.96 0.91 2/68 25920
/proc/meminfo: memFree=1323320/2055888 swapFree=4085332/4096564
[pid=25920] ppid=25918 vsize=25504 CPUtime=110.01
/proc/25920/stat : 25920 (PBS4L) R 25918 25920 25874 0 -1 4194304 4758 0 0 0 10974 27 0 0 25 0 1 0 253642741 26116096 4014 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/25920/statm: 6376 4014 107 232 0 6141 0
Current children cumulated CPU time (s) 110.01
Current children cumulated vsize (Kb) 25504

[startup+120.069 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 25920
/proc/meminfo: memFree=1322424/2055888 swapFree=4085332/4096564
[pid=25920] ppid=25918 vsize=25768 CPUtime=120.01
/proc/25920/stat : 25920 (PBS4L) R 25918 25920 25874 0 -1 4194304 4973 0 0 0 11973 28 0 0 25 0 1 0 253642741 26386432 4229 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558835 0 0 4096 0 0 0 0 17 1 0 0
/proc/25920/statm: 6442 4229 107 232 0 6207 0
Current children cumulated CPU time (s) 120.01
Current children cumulated vsize (Kb) 25768

[startup+130.075 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 25920
/proc/meminfo: memFree=1321784/2055888 swapFree=4085332/4096564
[pid=25920] ppid=25918 vsize=26160 CPUtime=130.02
/proc/25920/stat : 25920 (PBS4L) R 25918 25920 25874 0 -1 4194304 5137 0 0 0 12972 30 0 0 25 0 1 0 253642741 26787840 4393 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/25920/statm: 6540 4393 107 232 0 6305 0
Current children cumulated CPU time (s) 130.02
Current children cumulated vsize (Kb) 26160

[startup+140.081 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 25920
/proc/meminfo: memFree=1321272/2055888 swapFree=4085332/4096564
[pid=25920] ppid=25918 vsize=26160 CPUtime=140.02
/proc/25920/stat : 25920 (PBS4L) R 25918 25920 25874 0 -1 4194304 5257 0 0 0 13971 31 0 0 25 0 1 0 253642741 26787840 4513 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/25920/statm: 6540 4513 107 232 0 6305 0
Current children cumulated CPU time (s) 140.02
Current children cumulated vsize (Kb) 26160

[startup+150.087 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 25920
/proc/meminfo: memFree=1321016/2055888 swapFree=4085332/4096564
[pid=25920] ppid=25918 vsize=26416 CPUtime=150.03
/proc/25920/stat : 25920 (PBS4L) R 25918 25920 25874 0 -1 4194304 5365 0 0 0 14970 33 0 0 25 0 1 0 253642741 27049984 4555 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558866 0 0 4096 0 0 0 0 17 1 0 0
/proc/25920/statm: 6604 4555 107 232 0 6369 0
Current children cumulated CPU time (s) 150.03
Current children cumulated vsize (Kb) 26416

[startup+160.093 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 25920
/proc/meminfo: memFree=1320568/2055888 swapFree=4085332/4096564
[pid=25920] ppid=25918 vsize=26676 CPUtime=160.02
/proc/25920/stat : 25920 (PBS4L) R 25918 25920 25874 0 -1 4194304 5511 0 0 0 15968 34 0 0 25 0 1 0 253642741 27316224 4701 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/25920/statm: 6669 4701 107 232 0 6434 0
Current children cumulated CPU time (s) 160.02
Current children cumulated vsize (Kb) 26676

[startup+170.099 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 25920
/proc/meminfo: memFree=1320056/2055888 swapFree=4085332/4096564
[pid=25920] ppid=25918 vsize=26804 CPUtime=170.02
/proc/25920/stat : 25920 (PBS4L) R 25918 25920 25874 0 -1 4194304 5662 0 0 0 16967 35 0 0 25 0 1 0 253642741 27447296 4819 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/25920/statm: 6701 4819 107 232 0 6466 0
Current children cumulated CPU time (s) 170.02
Current children cumulated vsize (Kb) 26804

[startup+180.105 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 25920
/proc/meminfo: memFree=1319672/2055888 swapFree=4085332/4096564
[pid=25920] ppid=25918 vsize=27064 CPUtime=180.02
/proc/25920/stat : 25920 (PBS4L) R 25918 25920 25874 0 -1 4194304 5766 0 0 0 17966 36 0 0 25 0 1 0 253642741 27713536 4923 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558847 0 0 4096 0 0 0 0 17 1 0 0
/proc/25920/statm: 6766 4923 107 232 0 6531 0
Current children cumulated CPU time (s) 180.02
Current children cumulated vsize (Kb) 27064

[startup+190.111 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 25920
/proc/meminfo: memFree=1319352/2055888 swapFree=4085332/4096564
[pid=25920] ppid=25918 vsize=30136 CPUtime=190.03
/proc/25920/stat : 25920 (PBS4L) R 25918 25920 25874 0 -1 4194304 6616 0 0 0 18965 38 0 0 25 0 1 0 253642741 30859264 5004 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/25920/statm: 7534 5004 107 232 0 7299 0
Current children cumulated CPU time (s) 190.03
Current children cumulated vsize (Kb) 30136

[startup+200.117 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 25920
/proc/meminfo: memFree=1318712/2055888 swapFree=4085332/4096564
[pid=25920] ppid=25918 vsize=30460 CPUtime=200.03
/proc/25920/stat : 25920 (PBS4L) R 25918 25920 25874 0 -1 4194304 6782 0 0 0 19964 39 0 0 25 0 1 0 253642741 31191040 5170 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/25920/statm: 7615 5170 107 232 0 7380 0
Current children cumulated CPU time (s) 200.03
Current children cumulated vsize (Kb) 30460

[startup+210.123 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 25920

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

Current children cumulated CPU time (s) 410.08
Current children cumulated vsize (Kb) 34164

[startup+420.252 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 25920
/proc/meminfo: memFree=1312184/2055888 swapFree=4085332/4096564
[pid=25920] ppid=25918 vsize=34164 CPUtime=420.08
/proc/25920/stat : 25920 (PBS4L) R 25918 25920 25874 0 -1 4194304 8397 0 0 0 41945 63 0 0 25 0 1 0 253642741 34983936 6785 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/25920/statm: 8541 6785 107 232 0 8306 0
Current children cumulated CPU time (s) 420.08
Current children cumulated vsize (Kb) 34164

[startup+430.258 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 25920
/proc/meminfo: memFree=1312056/2055888 swapFree=4085332/4096564
[pid=25920] ppid=25918 vsize=34164 CPUtime=430.08
/proc/25920/stat : 25920 (PBS4L) R 25918 25920 25874 0 -1 4194304 8426 0 0 0 42944 64 0 0 25 0 1 0 253642741 34983936 6814 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134559735 0 0 4096 0 0 0 0 17 1 0 0
/proc/25920/statm: 8541 6814 107 232 0 8306 0
Current children cumulated CPU time (s) 430.08
Current children cumulated vsize (Kb) 34164

[startup+440.264 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 25920
/proc/meminfo: memFree=1310968/2055888 swapFree=4085332/4096564
[pid=25920] ppid=25918 vsize=35284 CPUtime=440.09
/proc/25920/stat : 25920 (PBS4L) R 25918 25920 25874 0 -1 4194304 8703 0 0 0 43943 66 0 0 25 0 1 0 253642741 36130816 7091 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134559731 0 0 4096 0 0 0 0 17 1 0 0
/proc/25920/statm: 8821 7091 107 232 0 8586 0
Current children cumulated CPU time (s) 440.09
Current children cumulated vsize (Kb) 35284

[startup+450.27 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 25920
/proc/meminfo: memFree=1310840/2055888 swapFree=4085332/4096564
[pid=25920] ppid=25918 vsize=35284 CPUtime=450.09
/proc/25920/stat : 25920 (PBS4L) R 25918 25920 25874 0 -1 4194304 8738 0 0 0 44942 67 0 0 25 0 1 0 253642741 36130816 7126 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558771 0 0 4096 0 0 0 0 17 1 0 0
/proc/25920/statm: 8821 7126 107 232 0 8586 0
Current children cumulated CPU time (s) 450.09
Current children cumulated vsize (Kb) 35284

[startup+460.276 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 25920
/proc/meminfo: memFree=1310712/2055888 swapFree=4085332/4096564
[pid=25920] ppid=25918 vsize=35284 CPUtime=460.1
/proc/25920/stat : 25920 (PBS4L) R 25918 25920 25874 0 -1 4194304 8770 0 0 0 45941 69 0 0 25 0 1 0 253642741 36130816 7158 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558828 0 0 4096 0 0 0 0 17 1 0 0
/proc/25920/statm: 8821 7158 107 232 0 8586 0
Current children cumulated CPU time (s) 460.1
Current children cumulated vsize (Kb) 35284

[startup+470.282 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 25920
/proc/meminfo: memFree=1310584/2055888 swapFree=4085332/4096564
[pid=25920] ppid=25918 vsize=35284 CPUtime=470.1
/proc/25920/stat : 25920 (PBS4L) R 25918 25920 25874 0 -1 4194304 8796 0 0 0 46940 70 0 0 25 0 1 0 253642741 36130816 7184 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/25920/statm: 8821 7184 107 232 0 8586 0
Current children cumulated CPU time (s) 470.1
Current children cumulated vsize (Kb) 35284

[startup+480.288 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 25920
/proc/meminfo: memFree=1310456/2055888 swapFree=4085332/4096564
[pid=25920] ppid=25918 vsize=35284 CPUtime=480.1
/proc/25920/stat : 25920 (PBS4L) R 25918 25920 25874 0 -1 4194304 8828 0 0 0 47939 71 0 0 25 0 1 0 253642741 36130816 7216 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/25920/statm: 8821 7216 107 232 0 8586 0
Current children cumulated CPU time (s) 480.1
Current children cumulated vsize (Kb) 35284

[startup+490.294 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 25920
/proc/meminfo: memFree=1310328/2055888 swapFree=4085332/4096564
[pid=25920] ppid=25918 vsize=35284 CPUtime=490.11
/proc/25920/stat : 25920 (PBS4L) R 25918 25920 25874 0 -1 4194304 8854 0 0 0 48938 73 0 0 25 0 1 0 253642741 36130816 7242 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/25920/statm: 8821 7242 107 232 0 8586 0
Current children cumulated CPU time (s) 490.11
Current children cumulated vsize (Kb) 35284

[startup+500.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 25920
/proc/meminfo: memFree=1310200/2055888 swapFree=4085332/4096564
[pid=25920] ppid=25918 vsize=35412 CPUtime=500.11
/proc/25920/stat : 25920 (PBS4L) R 25918 25920 25874 0 -1 4194304 8913 0 0 0 49937 74 0 0 25 0 1 0 253642741 36261888 7268 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/25920/statm: 8853 7268 107 232 0 8618 0
Current children cumulated CPU time (s) 500.11
Current children cumulated vsize (Kb) 35412

[startup+510.306 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 25920
/proc/meminfo: memFree=1310008/2055888 swapFree=4085332/4096564
[pid=25920] ppid=25918 vsize=35540 CPUtime=510.1
/proc/25920/stat : 25920 (PBS4L) R 25918 25920 25874 0 -1 4194304 8982 0 0 0 50935 75 0 0 25 0 1 0 253642741 36392960 7304 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/25920/statm: 8885 7304 107 232 0 8650 0
Current children cumulated CPU time (s) 510.1
Current children cumulated vsize (Kb) 35540

[startup+520.312 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 25920
/proc/meminfo: memFree=1309688/2055888 swapFree=4085332/4096564
[pid=25920] ppid=25918 vsize=41816 CPUtime=520.1
/proc/25920/stat : 25920 (PBS4L) R 25918 25920 25874 0 -1 4194304 10569 0 0 0 51933 77 0 0 25 0 1 0 253642741 42819584 7354 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/25920/statm: 10454 7354 107 232 0 10219 0
Current children cumulated CPU time (s) 520.1
Current children cumulated vsize (Kb) 41816

[startup+530.318 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 25920
/proc/meminfo: memFree=1309688/2055888 swapFree=4085332/4096564
[pid=25920] ppid=25918 vsize=41816 CPUtime=530.11
/proc/25920/stat : 25920 (PBS4L) R 25918 25920 25874 0 -1 4194304 10631 0 0 0 52933 78 0 0 25 0 1 0 253642741 42819584 7416 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552011 0 0 4096 0 0 0 0 17 1 0 0
/proc/25920/statm: 10454 7416 107 232 0 10219 0
Current children cumulated CPU time (s) 530.11
Current children cumulated vsize (Kb) 41816

[startup+540.324 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 25920
/proc/meminfo: memFree=1308856/2055888 swapFree=4085332/4096564
[pid=25920] ppid=25918 vsize=42080 CPUtime=540.11
/proc/25920/stat : 25920 (PBS4L) R 25918 25920 25874 0 -1 4194304 10823 0 0 0 53932 79 0 0 25 0 1 0 253642741 43089920 7608 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558803 0 0 4096 0 0 0 0 17 1 0 0
/proc/25920/statm: 10520 7608 107 232 0 10285 0
Current children cumulated CPU time (s) 540.11
Current children cumulated vsize (Kb) 42080

[startup+550.33 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 25920
/proc/meminfo: memFree=1308472/2055888 swapFree=4085332/4096564
[pid=25920] ppid=25918 vsize=42080 CPUtime=550.11
/proc/25920/stat : 25920 (PBS4L) R 25918 25920 25874 0 -1 4194304 10920 0 0 0 54931 80 0 0 25 0 1 0 253642741 43089920 7705 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/25920/statm: 10520 7705 107 232 0 10285 0
Current children cumulated CPU time (s) 550.11
Current children cumulated vsize (Kb) 42080

[startup+560.335 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 25920
/proc/meminfo: memFree=1307896/2055888 swapFree=4085332/4096564
[pid=25920] ppid=25918 vsize=42080 CPUtime=560.11
/proc/25920/stat : 25920 (PBS4L) R 25918 25920 25874 0 -1 4194304 11069 0 0 0 55930 81 0 0 25 0 1 0 253642741 43089920 7854 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551995 0 0 4096 0 0 0 0 17 1 0 0
/proc/25920/statm: 10520 7854 107 232 0 10285 0
Current children cumulated CPU time (s) 560.11
Current children cumulated vsize (Kb) 42080

[startup+570.342 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 25920
/proc/meminfo: memFree=1307448/2055888 swapFree=4085332/4096564
[pid=25920] ppid=25918 vsize=42080 CPUtime=570.12
/proc/25920/stat : 25920 (PBS4L) R 25918 25920 25874 0 -1 4194304 11180 0 0 0 56930 82 0 0 25 0 1 0 253642741 43089920 7965 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/25920/statm: 10520 7965 107 232 0 10285 0
Current children cumulated CPU time (s) 570.12
Current children cumulated vsize (Kb) 42080

[startup+580.348 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 25920
/proc/meminfo: memFree=1307064/2055888 swapFree=4085332/4096564
[pid=25920] ppid=25918 vsize=42080 CPUtime=580.12
/proc/25920/stat : 25920 (PBS4L) R 25918 25920 25874 0 -1 4194304 11265 0 0 0 57929 83 0 0 25 0 1 0 253642741 43089920 8050 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/25920/statm: 10520 8050 107 232 0 10285 0
Current children cumulated CPU time (s) 580.12
Current children cumulated vsize (Kb) 42080

[startup+590.354 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 25920
/proc/meminfo: memFree=1306680/2055888 swapFree=4085332/4096564
[pid=25920] ppid=25918 vsize=42080 CPUtime=590.12
/proc/25920/stat : 25920 (PBS4L) R 25918 25920 25874 0 -1 4194304 11364 0 0 0 58928 84 0 0 25 0 1 0 253642741 43089920 8149 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/25920/statm: 10520 8149 107 232 0 10285 0
Current children cumulated CPU time (s) 590.12
Current children cumulated vsize (Kb) 42080

[startup+600.36 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 25920
/proc/meminfo: memFree=1306232/2055888 swapFree=4085332/4096564
[pid=25920] ppid=25918 vsize=42080 CPUtime=600.13
/proc/25920/stat : 25920 (PBS4L) R 25918 25920 25874 0 -1 4194304 11478 0 0 0 59928 85 0 0 25 0 1 0 253642741 43089920 8263 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/25920/statm: 10520 8263 107 232 0 10285 0
Current children cumulated CPU time (s) 600.13
Current children cumulated vsize (Kb) 42080

[startup+610.367 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 25920
/proc/meminfo: memFree=1305656/2055888 swapFree=4085332/4096564
[pid=25920] ppid=25918 vsize=42080 CPUtime=610.13
/proc/25920/stat : 25920 (PBS4L) R 25918 25920 25874 0 -1 4194304 11635 0 0 0 60927 86 0 0 25 0 1 0 253642741 43089920 8420 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/25920/statm: 10520 8420 107 232 0 10285 0
Current children cumulated CPU time (s) 610.13
Current children cumulated vsize (Kb) 42080

[startup+620.373 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 25920
/proc/meminfo: memFree=1305144/2055888 swapFree=4085332/4096564
[pid=25920] ppid=25918 vsize=58464 CPUtime=620.14
/proc/25920/stat : 25920 (PBS4L) R 25918 25920 25874 0 -1 4194304 11752 0 0 0 61927 87 0 0 25 0 1 0 253642741 59867136 8537 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/25920/statm: 14616 8537 107 232 0 14381 0
Current children cumulated CPU time (s) 620.14
Current children cumulated vsize (Kb) 58464

Child status: 0
Real time (s): 629.771
CPU time (s): 629.53
CPU user time (s): 628.635
CPU system time (s): 0.894863
CPU usage (%): 99.9618
Max. virtual memory (cumulated for all children) (Kb): 58464
The end

Launcher Data (download as text)

Begin job on node88 on Fri Jun  9 19:07:16 UTC 2006


FILE ID= 50479-1149880036

PBS_JOBID= 384591

BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-maincont.r.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node88/50479-1149880036/instance-50479-1149880036.opb 578290120
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node88/watcher-50479-1149880036 -o ROOT/results/node88/solver-50479-1149880036 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node88/50479-1149880036/instance-50479-1149880036.opb 578290120

MD5SUM SOLVER= ab46593c31a6a47b9d9920387a00d332
MD5SUM BENCH=  810dcf2b3e8c0450d72550588875745c

RANDOM SEED= 578290120


/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.261
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	: 6006.16
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.261
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	: 5999.38
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1338944 kB
Buffers:         36164 kB
Cached:         605396 kB
SwapCached:       2468 kB
Active:         118484 kB
Inactive:       531776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1338944 kB
SwapTotal:     4096564 kB
SwapFree:      4085332 kB
Dirty:             144 kB
Writeback:           0 kB
Mapped:          16784 kB
Slab:            53312 kB
Committed_AS:   567712 kB
PageTables:       1280 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node88 on Fri Jun  9 19:17:46 UTC 2006