Trace number 40584

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
bsolo 2006/05? 1800.17 1800.79

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-dano3_4.opb
MD5SUM77442b3482c8e96813b174683c20fffc
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables404566
Total number of constraints3686
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)4
Number of constraints which are nor clauses,nor cardinality constraints3682
Minimum length of a constraint11
Maximum length of a constraint15900
Number of terms in the objective function 30
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 1073741823
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 134217728000
Number of bits of the biggest number in a constraint 37
Biggest sum of numbers in a constraint 569083166190
Number of bits of the biggest sum of numbers40
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.00	c Time Limit set via PBTIMEOUT to 1800
0.10	c INFO: OSL Context initialized.
0.17	c BIG Int formula...
65.82	c Initial problem consists of 404566 variables and 4910 constraints.
70.95	c	preprocess terminated. Elapsed time: 70.825
70.95	c After prepocess the problem consists of 282984 variables and 4895 constraints.
70.95	c Initial Lower Bound: 0
1800.68	s UNKNOWN
1800.68	c Exit Code: 0
1800.68	c Total time: 1800.1 s

Verifier Data (download as text)

ERROR: no interpretation found !

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
Enforcing memory limit (will send SIGKILL): 1843200 Kb
Enforcing VSIZE limit: 1887436800 bytes
runsolver version 3.0.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node50/watcher-40584-1149306433 -o ROOT/results/node50/solver-40584-1149306433 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user10/bsolo ROOT/tmp/node50/40584-1149306433/instance-40584-1149306433.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 1.00 0.98 0.98 3/64 9110
/proc/meminfo: memFree=1466344/2055920 swapFree=4181340/4192956
[pid=9110] ppid=9108 vsize=4932 CPUtime=0
/proc/9110/stat : 9110 (bsolo) R 9108 9110 9064 0 -1 0 366 0 0 0 0 0 0 0 18 0 1 0 196310597 5050368 330 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 4294960144 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9110/statm: 1233 330 226 55 0 125 0

[startup+10.0021 s]
/proc/loadavg: 1.00 0.98 0.98 2/64 9110
/proc/meminfo: memFree=1199848/2055920 swapFree=4181340/4192956
[pid=9110] ppid=9108 vsize=272652 CPUtime=9.9
/proc/9110/stat : 9110 (bsolo) R 9108 9110 9064 0 -1 0 83415 0 0 0 956 34 0 0 25 0 1 0 196310597 279195648 66906 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 8343528 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9110/statm: 68163 66906 281 55 0 67055 0
Current children cumulated CPU time (s) 9.9
Current children cumulated vsize (Kb) 272652

[startup+20.0079 s]
/proc/loadavg: 1.00 0.98 0.98 2/64 9110
/proc/meminfo: memFree=1163560/2055920 swapFree=4181340/4192956
[pid=9110] ppid=9108 vsize=310792 CPUtime=19.9
/proc/9110/stat : 9110 (bsolo) R 9108 9110 9064 0 -1 0 92658 0 0 0 1954 36 0 0 25 0 1 0 196310597 318251008 75998 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134537441 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9110/statm: 77698 75998 281 55 0 76590 0
Current children cumulated CPU time (s) 19.9
Current children cumulated vsize (Kb) 310792

[startup+30.0138 s]
/proc/loadavg: 1.00 0.98 0.98 2/64 9110
/proc/meminfo: memFree=1154024/2055920 swapFree=4181340/4192956
[pid=9110] ppid=9108 vsize=323140 CPUtime=29.9
/proc/9110/stat : 9110 (bsolo) R 9108 9110 9064 0 -1 0 95310 0 0 0 2953 37 0 0 25 0 1 0 196310597 330895360 78446 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134537433 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9110/statm: 80785 78446 281 55 0 79677 0
Current children cumulated CPU time (s) 29.9
Current children cumulated vsize (Kb) 323140

[startup+40.0197 s]
/proc/loadavg: 1.00 0.98 0.98 2/64 9110
/proc/meminfo: memFree=1144424/2055920 swapFree=4181340/4192956
[pid=9110] ppid=9108 vsize=335088 CPUtime=39.9
/proc/9110/stat : 9110 (bsolo) R 9108 9110 9064 0 -1 0 97906 0 0 0 3952 38 0 0 25 0 1 0 196310597 343130112 80839 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134537441 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9110/statm: 83772 80839 281 55 0 82664 0
Current children cumulated CPU time (s) 39.9
Current children cumulated vsize (Kb) 335088

[startup+50.0266 s]
/proc/loadavg: 1.00 0.98 0.98 2/64 9110
/proc/meminfo: memFree=1135080/2055920 swapFree=4181340/4192956
[pid=9110] ppid=9108 vsize=346880 CPUtime=49.9
/proc/9110/stat : 9110 (bsolo) R 9108 9110 9064 0 -1 0 100450 0 0 0 4952 38 0 0 25 0 1 0 196310597 355205120 83187 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134537444 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9110/statm: 86720 83187 281 55 0 85612 0
Current children cumulated CPU time (s) 49.9
Current children cumulated vsize (Kb) 346880

[startup+60.0325 s]
/proc/loadavg: 1.00 0.98 0.98 2/64 9110
/proc/meminfo: memFree=1125736/2055920 swapFree=4181340/4192956
[pid=9110] ppid=9108 vsize=358432 CPUtime=59.91
/proc/9110/stat : 9110 (bsolo) R 9108 9110 9064 0 -1 0 102957 0 0 0 5951 40 0 0 25 0 1 0 196310597 367034368 85505 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134537436 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9110/statm: 89608 85505 281 55 0 88500 0
Current children cumulated CPU time (s) 59.91
Current children cumulated vsize (Kb) 358432

[startup+70.0384 s]
/proc/loadavg: 1.00 0.98 0.98 2/64 9110
/proc/meminfo: memFree=908200/2055920 swapFree=4181340/4192956
[pid=9110] ppid=9108 vsize=585412 CPUtime=69.91
/proc/9110/stat : 9110 (bsolo) R 9108 9110 9064 0 -1 0 157276 0 0 0 6929 62 0 0 25 0 1 0 196310597 599461888 139793 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134535086 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9110/statm: 146353 139793 288 55 0 145245 0
Current children cumulated CPU time (s) 69.91
Current children cumulated vsize (Kb) 585412

[startup+80.0443 s]
/proc/loadavg: 1.00 0.98 0.98 2/64 9110
/proc/meminfo: memFree=868072/2055920 swapFree=4181340/4192956
[pid=9110] ppid=9108 vsize=629476 CPUtime=79.91
/proc/9110/stat : 9110 (bsolo) R 9108 9110 9064 0 -1 0 167288 0 0 0 7925 66 0 0 25 0 1 0 196310597 644583424 149805 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649030 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9110/statm: 157369 149805 296 55 0 156261 0
Current children cumulated CPU time (s) 79.91
Current children cumulated vsize (Kb) 629476

[startup+90.0502 s]
/proc/loadavg: 1.00 0.98 0.98 2/64 9110
/proc/meminfo: memFree=868072/2055920 swapFree=4181340/4192956
[pid=9110] ppid=9108 vsize=629476 CPUtime=89.92
/proc/9110/stat : 9110 (bsolo) R 9108 9110 9064 0 -1 0 167288 0 0 0 8926 66 0 0 25 0 1 0 196310597 644583424 149805 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134644452 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9110/statm: 157369 149805 296 55 0 156261 0
Current children cumulated CPU time (s) 89.92
Current children cumulated vsize (Kb) 629476

[startup+100.056 s]
/proc/loadavg: 1.00 0.98 0.98 2/64 9110
/proc/meminfo: memFree=868072/2055920 swapFree=4181340/4192956
[pid=9110] ppid=9108 vsize=629476 CPUtime=99.92
/proc/9110/stat : 9110 (bsolo) R 9108 9110 9064 0 -1 0 167288 0 0 0 9926 66 0 0 25 0 1 0 196310597 644583424 149805 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134557876 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9110/statm: 157369 149805 296 55 0 156261 0
Current children cumulated CPU time (s) 99.92
Current children cumulated vsize (Kb) 629476

[startup+110.062 s]
/proc/loadavg: 1.00 0.98 0.98 2/64 9110
/proc/meminfo: memFree=868072/2055920 swapFree=4181340/4192956
[pid=9110] ppid=9108 vsize=629476 CPUtime=109.92
/proc/9110/stat : 9110 (bsolo) R 9108 9110 9064 0 -1 0 167288 0 0 0 10926 66 0 0 25 0 1 0 196310597 644583424 149805 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134552130 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9110/statm: 157369 149805 296 55 0 156261 0
Current children cumulated CPU time (s) 109.92
Current children cumulated vsize (Kb) 629476

[startup+120.068 s]
/proc/loadavg: 1.00 0.98 0.98 2/64 9110
/proc/meminfo: memFree=868072/2055920 swapFree=4181340/4192956
[pid=9110] ppid=9108 vsize=629476 CPUtime=119.92
/proc/9110/stat : 9110 (bsolo) R 9108 9110 9064 0 -1 0 167288 0 0 0 11926 66 0 0 25 0 1 0 196310597 644583424 149805 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649058 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9110/statm: 157369 149805 296 55 0 156261 0
Current children cumulated CPU time (s) 119.92
Current children cumulated vsize (Kb) 629476

[startup+130.074 s]
/proc/loadavg: 1.00 0.98 0.98 2/64 9110
/proc/meminfo: memFree=868072/2055920 swapFree=4181340/4192956
[pid=9110] ppid=9108 vsize=629476 CPUtime=129.93
/proc/9110/stat : 9110 (bsolo) R 9108 9110 9064 0 -1 0 167288 0 0 0 12927 66 0 0 25 0 1 0 196310597 644583424 149805 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134555661 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9110/statm: 157369 149805 296 55 0 156261 0
Current children cumulated CPU time (s) 129.93
Current children cumulated vsize (Kb) 629476

[startup+140.08 s]
/proc/loadavg: 1.00 0.98 0.98 2/64 9110
/proc/meminfo: memFree=868072/2055920 swapFree=4181340/4192956
[pid=9110] ppid=9108 vsize=629476 CPUtime=139.93
/proc/9110/stat : 9110 (bsolo) R 9108 9110 9064 0 -1 0 167288 0 0 0 13927 66 0 0 25 0 1 0 196310597 644583424 149805 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134542086 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9110/statm: 157369 149805 296 55 0 156261 0
Current children cumulated CPU time (s) 139.93
Current children cumulated vsize (Kb) 629476

[startup+150.086 s]
/proc/loadavg: 1.00 0.98 0.98 2/64 9110
/proc/meminfo: memFree=868072/2055920 swapFree=4181340/4192956
[pid=9110] ppid=9108 vsize=629476 CPUtime=149.93
/proc/9110/stat : 9110 (bsolo) R 9108 9110 9064 0 -1 0 167288 0 0 0 14927 66 0 0 25 0 1 0 196310597 644583424 149805 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134535099 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9110/statm: 157369 149805 296 55 0 156261 0
Current children cumulated CPU time (s) 149.93
Current children cumulated vsize (Kb) 629476

[startup+160.091 s]
/proc/loadavg: 1.00 0.98 0.98 2/64 9110
/proc/meminfo: memFree=868072/2055920 swapFree=4181340/4192956
[pid=9110] ppid=9108 vsize=629476 CPUtime=159.94
/proc/9110/stat : 9110 (bsolo) R 9108 9110 9064 0 -1 0 167288 0 0 0 15928 66 0 0 25 0 1 0 196310597 644583424 149805 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649018 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9110/statm: 157369 149805 296 55 0 156261 0
Current children cumulated CPU time (s) 159.94
Current children cumulated vsize (Kb) 629476

[startup+170.097 s]
/proc/loadavg: 1.00 0.98 0.98 2/64 9110
/proc/meminfo: memFree=868072/2055920 swapFree=4181340/4192956
[pid=9110] ppid=9108 vsize=629476 CPUtime=169.94
/proc/9110/stat : 9110 (bsolo) R 9108 9110 9064 0 -1 0 167290 0 0 0 16928 66 0 0 25 0 1 0 196310597 644583424 149807 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134557885 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9110/statm: 157369 149807 296 55 0 156261 0
Current children cumulated CPU time (s) 169.94
Current children cumulated vsize (Kb) 629476

[startup+180.103 s]
/proc/loadavg: 1.00 0.98 0.98 2/64 9110
/proc/meminfo: memFree=868072/2055920 swapFree=4181340/4192956
[pid=9110] ppid=9108 vsize=629476 CPUtime=179.94
/proc/9110/stat : 9110 (bsolo) R 9108 9110 9064 0 -1 0 167290 0 0 0 17928 66 0 0 25 0 1 0 196310597 644583424 149807 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134557886 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9110/statm: 157369 149807 296 55 0 156261 0
Current children cumulated CPU time (s) 179.94
Current children cumulated vsize (Kb) 629476

[startup+190.109 s]
/proc/loadavg: 1.00 0.98 0.98 2/64 9110
/proc/meminfo: memFree=868072/2055920 swapFree=4181340/4192956
[pid=9110] ppid=9108 vsize=629476 CPUtime=189.95
/proc/9110/stat : 9110 (bsolo) R 9108 9110 9064 0 -1 0 167290 0 0 0 18929 66 0 0 25 0 1 0 196310597 644583424 149807 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134555639 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9110/statm: 157369 149807 296 55 0 156261 0
Current children cumulated CPU time (s) 189.95
Current children cumulated vsize (Kb) 629476

[startup+200.115 s]
/proc/loadavg: 1.00 0.98 0.98 2/64 9110
/proc/meminfo: memFree=868072/2055920 swapFree=4181340/4192956
[pid=9110] ppid=9108 vsize=629476 CPUtime=199.95
/proc/9110/stat : 9110 (bsolo) R 9108 9110 9064 0 -1 0 167290 0 0 0 19929 66 0 0 25 0 1 0 196310597 644583424 149807 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134555536 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9110/statm: 157369 149807 296 55 0 156261 0
Current children cumulated CPU time (s) 199.95
Current children cumulated vsize (Kb) 629476

[startup+210.121 s]
/proc/loadavg: 1.00 0.98 0.98 2/64 9110
/proc/meminfo: memFree=868072/2055920 swapFree=4181340/4192956

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

/proc/9110/statm: 157369 149842 296 55 0 156261 0
Current children cumulated CPU time (s) 1760.42
Current children cumulated vsize (Kb) 629476

[startup+1771.04 s]
/proc/loadavg: 1.00 0.98 0.98 2/64 9305
/proc/meminfo: memFree=867624/2055920 swapFree=4181340/4192956
[pid=9110] ppid=9108 vsize=629476 CPUtime=1770.42
/proc/9110/stat : 9110 (bsolo) R 9108 9110 9064 0 -1 0 167325 0 0 0 176966 76 0 0 25 0 1 0 196310597 644583424 149842 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134555929 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9110/statm: 157369 149842 296 55 0 156261 0
Current children cumulated CPU time (s) 1770.42
Current children cumulated vsize (Kb) 629476

[startup+1781.04 s]
/proc/loadavg: 1.00 0.98 0.98 2/64 9305
/proc/meminfo: memFree=867624/2055920 swapFree=4181340/4192956
[pid=9110] ppid=9108 vsize=629476 CPUtime=1780.43
/proc/9110/stat : 9110 (bsolo) R 9108 9110 9064 0 -1 0 167325 0 0 0 177967 76 0 0 25 0 1 0 196310597 644583424 149842 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134535086 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9110/statm: 157369 149842 296 55 0 156261 0
Current children cumulated CPU time (s) 1780.43
Current children cumulated vsize (Kb) 629476

[startup+1782.05 s]
/proc/loadavg: 1.00 0.98 0.98 2/64 9305
/proc/meminfo: memFree=867624/2055920 swapFree=4181340/4192956
[pid=9110] ppid=9108 vsize=629476 CPUtime=1781.43
/proc/9110/stat : 9110 (bsolo) R 9108 9110 9064 0 -1 0 167325 0 0 0 178067 76 0 0 25 0 1 0 196310597 644583424 149842 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134552135 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9110/statm: 157369 149842 296 55 0 156261 0
Current children cumulated CPU time (s) 1781.43
Current children cumulated vsize (Kb) 629476

[startup+1783.05 s]
/proc/loadavg: 1.00 0.98 0.98 2/64 9305
/proc/meminfo: memFree=867624/2055920 swapFree=4181340/4192956
[pid=9110] ppid=9108 vsize=629476 CPUtime=1782.44
/proc/9110/stat : 9110 (bsolo) R 9108 9110 9064 0 -1 0 167325 0 0 0 178168 76 0 0 25 0 1 0 196310597 644583424 149842 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134556086 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9110/statm: 157369 149842 296 55 0 156261 0
Current children cumulated CPU time (s) 1782.44
Current children cumulated vsize (Kb) 629476

[startup+1784.06 s]
/proc/loadavg: 1.00 0.98 0.98 2/64 9305
/proc/meminfo: memFree=867624/2055920 swapFree=4181340/4192956
[pid=9110] ppid=9108 vsize=629476 CPUtime=1783.44
/proc/9110/stat : 9110 (bsolo) R 9108 9110 9064 0 -1 0 167325 0 0 0 178268 76 0 0 25 0 1 0 196310597 644583424 149842 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134535086 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9110/statm: 157369 149842 296 55 0 156261 0
Current children cumulated CPU time (s) 1783.44
Current children cumulated vsize (Kb) 629476

[startup+1785.06 s]
/proc/loadavg: 1.08 1.00 0.98 2/64 9305
/proc/meminfo: memFree=867624/2055920 swapFree=4181340/4192956
[pid=9110] ppid=9108 vsize=629476 CPUtime=1784.45
/proc/9110/stat : 9110 (bsolo) R 9108 9110 9064 0 -1 0 167325 0 0 0 178369 76 0 0 25 0 1 0 196310597 644583424 149842 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134556051 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9110/statm: 157369 149842 296 55 0 156261 0
Current children cumulated CPU time (s) 1784.45
Current children cumulated vsize (Kb) 629476

[startup+1786.07 s]
/proc/loadavg: 1.08 1.00 0.98 2/64 9305
/proc/meminfo: memFree=867624/2055920 swapFree=4181340/4192956
[pid=9110] ppid=9108 vsize=629476 CPUtime=1785.45
/proc/9110/stat : 9110 (bsolo) R 9108 9110 9064 0 -1 0 167325 0 0 0 178469 76 0 0 25 0 1 0 196310597 644583424 149842 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649147 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9110/statm: 157369 149842 296 55 0 156261 0
Current children cumulated CPU time (s) 1785.45
Current children cumulated vsize (Kb) 629476

[startup+1787.07 s]
/proc/loadavg: 1.08 1.00 0.98 2/64 9305
/proc/meminfo: memFree=867624/2055920 swapFree=4181340/4192956
[pid=9110] ppid=9108 vsize=629476 CPUtime=1786.46
/proc/9110/stat : 9110 (bsolo) R 9108 9110 9064 0 -1 0 167325 0 0 0 178570 76 0 0 25 0 1 0 196310597 644583424 149842 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134535086 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9110/statm: 157369 149842 296 55 0 156261 0
Current children cumulated CPU time (s) 1786.46
Current children cumulated vsize (Kb) 629476

[startup+1788.08 s]
/proc/loadavg: 1.08 1.00 0.98 2/64 9305
/proc/meminfo: memFree=867624/2055920 swapFree=4181340/4192956
[pid=9110] ppid=9108 vsize=629476 CPUtime=1787.46
/proc/9110/stat : 9110 (bsolo) R 9108 9110 9064 0 -1 0 167325 0 0 0 178670 76 0 0 25 0 1 0 196310597 644583424 149842 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134644482 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9110/statm: 157369 149842 296 55 0 156261 0
Current children cumulated CPU time (s) 1787.46
Current children cumulated vsize (Kb) 629476

[startup+1789.08 s]
/proc/loadavg: 1.08 1.00 0.98 2/64 9305
/proc/meminfo: memFree=867624/2055920 swapFree=4181340/4192956
[pid=9110] ppid=9108 vsize=629476 CPUtime=1788.46
/proc/9110/stat : 9110 (bsolo) R 9108 9110 9064 0 -1 0 167325 0 0 0 178770 76 0 0 25 0 1 0 196310597 644583424 149842 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134557886 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9110/statm: 157369 149842 296 55 0 156261 0
Current children cumulated CPU time (s) 1788.46
Current children cumulated vsize (Kb) 629476

[startup+1790.09 s]
/proc/loadavg: 1.07 1.00 0.98 2/64 9305
/proc/meminfo: memFree=867624/2055920 swapFree=4181340/4192956
[pid=9110] ppid=9108 vsize=629476 CPUtime=1789.47
/proc/9110/stat : 9110 (bsolo) R 9108 9110 9064 0 -1 0 167325 0 0 0 178871 76 0 0 25 0 1 0 196310597 644583424 149842 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134535086 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9110/statm: 157369 149842 296 55 0 156261 0
Current children cumulated CPU time (s) 1789.47
Current children cumulated vsize (Kb) 629476

[startup+1791.09 s]
/proc/loadavg: 1.07 1.00 0.98 2/64 9305
/proc/meminfo: memFree=867624/2055920 swapFree=4181340/4192956
[pid=9110] ppid=9108 vsize=629476 CPUtime=1790.47
/proc/9110/stat : 9110 (bsolo) R 9108 9110 9064 0 -1 0 167325 0 0 0 178971 76 0 0 25 0 1 0 196310597 644583424 149842 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134535086 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9110/statm: 157369 149842 296 55 0 156261 0
Current children cumulated CPU time (s) 1790.47
Current children cumulated vsize (Kb) 629476

[startup+1792.1 s]
/proc/loadavg: 1.07 1.00 0.98 2/64 9305
/proc/meminfo: memFree=867624/2055920 swapFree=4181340/4192956
[pid=9110] ppid=9108 vsize=629476 CPUtime=1791.48
/proc/9110/stat : 9110 (bsolo) R 9108 9110 9064 0 -1 0 167325 0 0 0 179072 76 0 0 25 0 1 0 196310597 644583424 149842 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134535086 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9110/statm: 157369 149842 296 55 0 156261 0
Current children cumulated CPU time (s) 1791.48
Current children cumulated vsize (Kb) 629476

[startup+1793.1 s]
/proc/loadavg: 1.07 1.00 0.98 2/64 9305
/proc/meminfo: memFree=867624/2055920 swapFree=4181340/4192956
[pid=9110] ppid=9108 vsize=629476 CPUtime=1792.48
/proc/9110/stat : 9110 (bsolo) R 9108 9110 9064 0 -1 0 167325 0 0 0 179172 76 0 0 25 0 1 0 196310597 644583424 149842 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134555883 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9110/statm: 157369 149842 296 55 0 156261 0
Current children cumulated CPU time (s) 1792.48
Current children cumulated vsize (Kb) 629476

[startup+1794.11 s]
/proc/loadavg: 1.07 1.00 0.98 2/64 9305
/proc/meminfo: memFree=867624/2055920 swapFree=4181340/4192956
[pid=9110] ppid=9108 vsize=629476 CPUtime=1793.49
/proc/9110/stat : 9110 (bsolo) R 9108 9110 9064 0 -1 0 167325 0 0 0 179273 76 0 0 25 0 1 0 196310597 644583424 149842 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134552112 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9110/statm: 157369 149842 296 55 0 156261 0
Current children cumulated CPU time (s) 1793.49
Current children cumulated vsize (Kb) 629476

[startup+1795.11 s]
/proc/loadavg: 1.07 1.00 0.98 2/64 9305
/proc/meminfo: memFree=867624/2055920 swapFree=4181340/4192956
[pid=9110] ppid=9108 vsize=629476 CPUtime=1794.49
/proc/9110/stat : 9110 (bsolo) R 9108 9110 9064 0 -1 0 167325 0 0 0 179373 76 0 0 25 0 1 0 196310597 644583424 149842 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134535099 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9110/statm: 157369 149842 296 55 0 156261 0
Current children cumulated CPU time (s) 1794.49
Current children cumulated vsize (Kb) 629476

[startup+1796.12 s]
/proc/loadavg: 1.07 1.00 0.98 2/64 9305
/proc/meminfo: memFree=867624/2055920 swapFree=4181340/4192956
[pid=9110] ppid=9108 vsize=629476 CPUtime=1795.5
/proc/9110/stat : 9110 (bsolo) R 9108 9110 9064 0 -1 0 167325 0 0 0 179474 76 0 0 25 0 1 0 196310597 644583424 149842 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134555889 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9110/statm: 157369 149842 296 55 0 156261 0
Current children cumulated CPU time (s) 1795.5
Current children cumulated vsize (Kb) 629476

[startup+1797.12 s]
/proc/loadavg: 1.07 1.00 0.98 2/64 9305
/proc/meminfo: memFree=867624/2055920 swapFree=4181340/4192956
[pid=9110] ppid=9108 vsize=629476 CPUtime=1796.5
/proc/9110/stat : 9110 (bsolo) R 9108 9110 9064 0 -1 0 167325 0 0 0 179574 76 0 0 25 0 1 0 196310597 644583424 149842 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134552112 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9110/statm: 157369 149842 296 55 0 156261 0
Current children cumulated CPU time (s) 1796.5
Current children cumulated vsize (Kb) 629476

[startup+1798.13 s]
/proc/loadavg: 1.07 1.00 0.98 2/64 9305
/proc/meminfo: memFree=867624/2055920 swapFree=4181340/4192956
[pid=9110] ppid=9108 vsize=629476 CPUtime=1797.51
/proc/9110/stat : 9110 (bsolo) R 9108 9110 9064 0 -1 0 167325 0 0 0 179675 76 0 0 25 0 1 0 196310597 644583424 149842 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649036 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9110/statm: 157369 149842 296 55 0 156261 0
Current children cumulated CPU time (s) 1797.51
Current children cumulated vsize (Kb) 629476

[startup+1799.13 s]
/proc/loadavg: 1.07 1.00 0.98 2/64 9305
/proc/meminfo: memFree=867624/2055920 swapFree=4181340/4192956
[pid=9110] ppid=9108 vsize=629476 CPUtime=1798.51
/proc/9110/stat : 9110 (bsolo) R 9108 9110 9064 0 -1 0 167325 0 0 0 179775 76 0 0 25 0 1 0 196310597 644583424 149842 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 4294960144 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9110/statm: 157369 149842 296 55 0 156261 0
Current children cumulated CPU time (s) 1798.51
Current children cumulated vsize (Kb) 629476

[startup+1800.14 s]
/proc/loadavg: 1.06 1.00 0.98 2/64 9305
/proc/meminfo: memFree=867624/2055920 swapFree=4181340/4192956
[pid=9110] ppid=9108 vsize=629476 CPUtime=1799.52
/proc/9110/stat : 9110 (bsolo) R 9108 9110 9064 0 -1 0 167325 0 0 0 179876 76 0 0 25 0 1 0 196310597 644583424 149842 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134535086 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9110/statm: 157369 149842 296 55 0 156261 0
Current children cumulated CPU time (s) 1799.52
Current children cumulated vsize (Kb) 629476

Child status: 0
Real time (s): 1800.79
CPU time (s): 1800.17
CPU user time (s): 1799.3
CPU system time (s): 0.860869
CPU usage (%): 99.9651
Max. virtual memory (cumulated for all children) (Kb): 629476

Launcher Data (download as text)

Begin job on node50 on Sat Jun  3 03:47:14 UTC 2006


FILE ID= 40584-1149306433

PBS_JOBID= 307649

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-dano3_4.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user10/bsolo ROOT/tmp/node50/40584-1149306433/instance-40584-1149306433.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node50/watcher-40584-1149306433 -o ROOT/results/node50/solver-40584-1149306433 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user10/bsolo ROOT/tmp/node50/40584-1149306433/instance-40584-1149306433.opb

MD5SUM SOLVER= 05cada221eb1efaaae980ebc7509e7e8
MD5SUM BENCH=  77442b3482c8e96813b174683c20fffc

RANDOM SEED= 118872994


/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.238
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.238
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:       1466680 kB
Buffers:         28004 kB
Cached:         489240 kB
SwapCached:       3432 kB
Active:          78400 kB
Inactive:       447804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1466680 kB
SwapTotal:     4192956 kB
SwapFree:      4181340 kB
Dirty:             180 kB
Writeback:           0 kB
Mapped:          14940 kB
Slab:            48964 kB
Committed_AS:   270632 kB
PageTables:       1480 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node50 on Sat Jun  3 04:17:15 UTC 2006