Trace number 85819

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
glpPB 0.2? (TO) 1800.69 1801.3

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_6_50_1.opb
MD5SUMcdfa46b59876181d5d89fd18757b8cfb
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark1800.75
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 5
Optimality of the best value was proved NO
Number of variables146
Total number of constraints12
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints12
Minimum length of a constraint66
Maximum length of a constraint66
Number of terms in the objective function 96
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 3060
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1273
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4329
Number of bits of the biggest sum of numbers13
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 glpPB 0.2 (July 2006)
0.00	c An Application of GLPK 4.10 for PB Constraints
0.00	c Done @ University of Michigan, Ann Arbor, MI
0.00	c  by Hossein Sheini

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

runsolver version 3.0.3 (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/node2/watcher-85819-1154175085 -o ROOT/results/node2/solver-85819-1154175085 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user8/glpPBv3 ROOT/tmp/node2/85819-1154175085/instance-85819-1154175085.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 1.00 0.97 0.91 3/64 7636
/proc/meminfo: memFree=1196056/2055920 swapFree=4182688/4192956
[pid=7636] ppid=7634 vsize=2424 CPUtime=0
/proc/7636/stat : 7636 (glpPBv3) R 7634 7636 7587 0 -1 0 95 0 0 0 0 0 0 0 18 0 1 0 164370104 2482176 78 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 10499238 0 0 4096 0 0 0 0 17 1 0 0
/proc/7636/statm: 606 95 81 40 0 11 0

[startup+10.0018 s]
/proc/loadavg: 1.00 0.97 0.91 2/64 7636
/proc/meminfo: memFree=1191776/2055920 swapFree=4182688/4192956
[pid=7636] ppid=7634 vsize=6784 CPUtime=9.99
/proc/7636/stat : 7636 (glpPBv3) R 7634 7636 7587 0 -1 0 1324 0 0 0 983 16 0 0 25 0 1 0 164370104 6946816 1293 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7636/statm: 1696 1293 227 40 0 1113 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 6784

[startup+20.0077 s]
/proc/loadavg: 1.00 0.97 0.91 2/64 7636
/proc/meminfo: memFree=1190048/2055920 swapFree=4182688/4192956
[pid=7636] ppid=7634 vsize=8408 CPUtime=19.99
/proc/7636/stat : 7636 (glpPBv3) R 7634 7636 7587 0 -1 0 1789 0 0 0 1968 31 0 0 25 0 1 0 164370104 8609792 1717 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578429 0 0 4096 0 0 0 0 17 1 0 0
/proc/7636/statm: 2102 1717 227 40 0 1519 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 8408

[startup+30.0135 s]
/proc/loadavg: 1.00 0.97 0.91 2/64 7636
/proc/meminfo: memFree=1187552/2055920 swapFree=4182688/4192956
[pid=7636] ppid=7634 vsize=10964 CPUtime=30
/proc/7636/stat : 7636 (glpPBv3) R 7634 7636 7587 0 -1 0 2408 0 0 0 2958 42 0 0 25 0 1 0 164370104 11227136 2336 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134573008 0 0 4096 0 0 0 0 17 1 0 0
/proc/7636/statm: 2741 2336 227 40 0 2158 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 10964

[startup+40.0194 s]
/proc/loadavg: 1.00 0.97 0.91 2/64 7636
/proc/meminfo: memFree=1185312/2055920 swapFree=4182688/4192956
[pid=7636] ppid=7634 vsize=13240 CPUtime=40
/proc/7636/stat : 7636 (glpPBv3) R 7634 7636 7587 0 -1 0 3054 0 0 0 3950 50 0 0 25 0 1 0 164370104 13557760 2901 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134573036 0 0 4096 0 0 0 0 17 1 0 0
/proc/7636/statm: 3310 2901 227 40 0 2727 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 13240

[startup+50.0252 s]
/proc/loadavg: 1.00 0.97 0.91 2/64 7636
/proc/meminfo: memFree=1183392/2055920 swapFree=4182688/4192956
[pid=7636] ppid=7634 vsize=15068 CPUtime=50
/proc/7636/stat : 7636 (glpPBv3) R 7634 7636 7587 0 -1 0 3538 0 0 0 4942 58 0 0 25 0 1 0 164370104 15429632 3385 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578421 0 0 4096 0 0 0 0 17 1 0 0
/proc/7636/statm: 3767 3385 227 40 0 3184 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 15068

[startup+60.031 s]
/proc/loadavg: 1.00 0.97 0.91 2/64 7636
/proc/meminfo: memFree=1181600/2055920 swapFree=4182688/4192956
[pid=7636] ppid=7634 vsize=16892 CPUtime=60
/proc/7636/stat : 7636 (glpPBv3) R 7634 7636 7587 0 -1 0 3979 0 0 0 5936 64 0 0 25 0 1 0 164370104 17297408 3826 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578445 0 0 4096 0 0 0 0 17 1 0 0
/proc/7636/statm: 4223 3826 227 40 0 3640 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 16892

[startup+70.0369 s]
/proc/loadavg: 1.00 0.97 0.91 2/64 7636
/proc/meminfo: memFree=1180000/2055920 swapFree=4182688/4192956
[pid=7636] ppid=7634 vsize=18476 CPUtime=70
/proc/7636/stat : 7636 (glpPBv3) R 7634 7636 7587 0 -1 0 4377 0 0 0 6929 71 0 0 25 0 1 0 164370104 18919424 4224 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578066 0 0 4096 0 0 0 0 17 1 0 0
/proc/7636/statm: 4619 4224 227 40 0 4036 0
Current children cumulated CPU time (s) 70
Current children cumulated vsize (Kb) 18476

[startup+80.0427 s]
/proc/loadavg: 1.00 0.97 0.91 2/64 7636
/proc/meminfo: memFree=1178464/2055920 swapFree=4182688/4192956
[pid=7636] ppid=7634 vsize=19940 CPUtime=80.01
/proc/7636/stat : 7636 (glpPBv3) R 7634 7636 7587 0 -1 0 4757 0 0 0 7923 78 0 0 25 0 1 0 164370104 20418560 4604 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7636/statm: 4985 4604 227 40 0 4402 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 19940

[startup+90.0486 s]
/proc/loadavg: 1.00 0.97 0.91 2/64 7636
/proc/meminfo: memFree=1176480/2055920 swapFree=4182688/4192956
[pid=7636] ppid=7634 vsize=21920 CPUtime=90.01
/proc/7636/stat : 7636 (glpPBv3) R 7634 7636 7587 0 -1 0 5413 0 0 0 8917 84 0 0 25 0 1 0 164370104 22446080 5099 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578419 0 0 4096 0 0 0 0 17 1 0 0
/proc/7636/statm: 5480 5099 227 40 0 4897 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 21920

[startup+100.054 s]
/proc/loadavg: 1.00 0.97 0.91 2/64 7636
/proc/meminfo: memFree=1175136/2055920 swapFree=4182688/4192956
[pid=7636] ppid=7634 vsize=23388 CPUtime=100.01
/proc/7636/stat : 7636 (glpPBv3) R 7634 7636 7587 0 -1 0 5757 0 0 0 9912 89 0 0 25 0 1 0 164370104 23949312 5443 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578458 0 0 4096 0 0 0 0 17 1 0 0
/proc/7636/statm: 5847 5443 227 40 0 5264 0
Current children cumulated CPU time (s) 100.01
Current children cumulated vsize (Kb) 23388

[startup+110.06 s]
/proc/loadavg: 1.00 0.97 0.91 2/64 7636
/proc/meminfo: memFree=1173792/2055920 swapFree=4182688/4192956
[pid=7636] ppid=7634 vsize=24624 CPUtime=110.01
/proc/7636/stat : 7636 (glpPBv3) R 7634 7636 7587 0 -1 0 6085 0 0 0 10907 94 0 0 25 0 1 0 164370104 25214976 5771 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7636/statm: 6156 5771 227 40 0 5573 0
Current children cumulated CPU time (s) 110.01
Current children cumulated vsize (Kb) 24624

[startup+120.066 s]
/proc/loadavg: 1.00 0.97 0.91 2/64 7636
/proc/meminfo: memFree=1172640/2055920 swapFree=4182688/4192956
[pid=7636] ppid=7634 vsize=25848 CPUtime=120.01
/proc/7636/stat : 7636 (glpPBv3) R 7634 7636 7587 0 -1 0 6386 0 0 0 11902 99 0 0 25 0 1 0 164370104 26468352 6072 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7636/statm: 6462 6072 227 40 0 5879 0
Current children cumulated CPU time (s) 120.01
Current children cumulated vsize (Kb) 25848

[startup+130.072 s]
/proc/loadavg: 1.00 0.97 0.91 2/64 7636
/proc/meminfo: memFree=1171360/2055920 swapFree=4182688/4192956
[pid=7636] ppid=7634 vsize=27188 CPUtime=130.01
/proc/7636/stat : 7636 (glpPBv3) R 7634 7636 7587 0 -1 0 6704 0 0 0 12897 104 0 0 25 0 1 0 164370104 27840512 6390 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7636/statm: 6797 6390 227 40 0 6214 0
Current children cumulated CPU time (s) 130.01
Current children cumulated vsize (Kb) 27188

[startup+140.078 s]
/proc/loadavg: 1.00 0.97 0.91 2/64 7636
/proc/meminfo: memFree=1170144/2055920 swapFree=4182688/4192956
[pid=7636] ppid=7634 vsize=28408 CPUtime=140.03
/proc/7636/stat : 7636 (glpPBv3) R 7634 7636 7587 0 -1 0 7007 0 0 0 13893 110 0 0 25 0 1 0 164370104 29089792 6693 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134569962 0 0 4096 0 0 0 0 17 1 0 0
/proc/7636/statm: 7102 6693 227 40 0 6519 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 28408

[startup+150.084 s]
/proc/loadavg: 1.00 0.97 0.91 2/64 7636
/proc/meminfo: memFree=1169056/2055920 swapFree=4182688/4192956
[pid=7636] ppid=7634 vsize=29512 CPUtime=150.02
/proc/7636/stat : 7636 (glpPBv3) R 7634 7636 7587 0 -1 0 7284 0 0 0 14889 113 0 0 25 0 1 0 164370104 30220288 6970 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134569892 0 0 4096 0 0 0 0 17 1 0 0
/proc/7636/statm: 7378 6970 227 40 0 6795 0
Current children cumulated CPU time (s) 150.02
Current children cumulated vsize (Kb) 29512

[startup+160.089 s]
/proc/loadavg: 1.00 0.97 0.91 2/64 7636
/proc/meminfo: memFree=1167904/2055920 swapFree=4182688/4192956
[pid=7636] ppid=7634 vsize=30620 CPUtime=160.03
/proc/7636/stat : 7636 (glpPBv3) R 7634 7636 7587 0 -1 0 7568 0 0 0 15885 118 0 0 25 0 1 0 164370104 31354880 7254 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134572926 0 0 4096 0 0 0 0 17 1 0 0
/proc/7636/statm: 7655 7254 227 40 0 7072 0
Current children cumulated CPU time (s) 160.03
Current children cumulated vsize (Kb) 30620

[startup+170.095 s]
/proc/loadavg: 1.00 0.97 0.91 2/64 7636
/proc/meminfo: memFree=1166880/2055920 swapFree=4182688/4192956
[pid=7636] ppid=7634 vsize=31600 CPUtime=170.03
/proc/7636/stat : 7636 (glpPBv3) R 7634 7636 7587 0 -1 0 7828 0 0 0 16881 122 0 0 25 0 1 0 164370104 32358400 7514 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134543497 0 0 4096 0 0 0 0 17 1 0 0
/proc/7636/statm: 7900 7514 227 40 0 7317 0
Current children cumulated CPU time (s) 170.03
Current children cumulated vsize (Kb) 31600

[startup+180.102 s]
/proc/loadavg: 1.00 0.97 0.91 2/64 7636
/proc/meminfo: memFree=1165920/2055920 swapFree=4182688/4192956
[pid=7636] ppid=7634 vsize=32576 CPUtime=180.03
/proc/7636/stat : 7636 (glpPBv3) R 7634 7636 7587 0 -1 0 8069 0 0 0 17876 127 0 0 25 0 1 0 164370104 33357824 7755 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578074 0 0 4096 0 0 0 0 17 1 0 0
/proc/7636/statm: 8144 7755 227 40 0 7561 0
Current children cumulated CPU time (s) 180.03
Current children cumulated vsize (Kb) 32576

[startup+190.109 s]
/proc/loadavg: 1.00 0.97 0.91 2/64 7636
/proc/meminfo: memFree=1164832/2055920 swapFree=4182688/4192956
[pid=7636] ppid=7634 vsize=33676 CPUtime=190.03
/proc/7636/stat : 7636 (glpPBv3) R 7634 7636 7587 0 -1 0 8328 0 0 0 18870 133 0 0 25 0 1 0 164370104 34484224 8014 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134573038 0 0 4096 0 0 0 0 17 1 0 0
/proc/7636/statm: 8419 8014 227 40 0 7836 0
Current children cumulated CPU time (s) 190.03
Current children cumulated vsize (Kb) 33676

[startup+200.116 s]
/proc/loadavg: 1.00 0.97 0.91 2/64 7636
/proc/meminfo: memFree=1163872/2055920 swapFree=4182688/4192956
[pid=7636] ppid=7634 vsize=34648 CPUtime=200.04
/proc/7636/stat : 7636 (glpPBv3) R 7634 7636 7587 0 -1 0 8569 0 0 0 19867 137 0 0 25 0 1 0 164370104 35479552 8255 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134569965 0 0 4096 0 0 0 0 17 1 0 0
/proc/7636/statm: 8662 8255 227 40 0 8079 0
Current children cumulated CPU time (s) 200.04
Current children cumulated vsize (Kb) 34648

[startup+210.123 s]
/proc/loadavg: 1.00 0.97 0.91 2/64 7636

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

/proc/7636/stat : 7636 (glpPBv3) R 7634 7636 7587 0 -1 0 24903 0 0 0 177710 447 0 0 25 0 1 0 164370104 98369536 23627 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578066 0 0 4096 0 0 0 0 17 1 0 0
/proc/7636/statm: 24016 23627 227 40 0 23433 0
Current children cumulated CPU time (s) 1781.57
Current children cumulated vsize (Kb) 96064

[startup+1783.18 s]
/proc/loadavg: 1.00 0.97 0.91 2/64 7636
/proc/meminfo: memFree=1102112/2055920 swapFree=4182688/4192956
[pid=7636] ppid=7634 vsize=96184 CPUtime=1782.57
/proc/7636/stat : 7636 (glpPBv3) R 7634 7636 7587 0 -1 0 24915 0 0 0 177810 447 0 0 25 0 1 0 164370104 98492416 23639 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578429 0 0 4096 0 0 0 0 17 1 0 0
/proc/7636/statm: 24046 23639 227 40 0 23463 0
Current children cumulated CPU time (s) 1782.57
Current children cumulated vsize (Kb) 96184

[startup+1784.19 s]
/proc/loadavg: 1.00 0.97 0.91 2/64 7636
/proc/meminfo: memFree=1102048/2055920 swapFree=4182688/4192956
[pid=7636] ppid=7634 vsize=96184 CPUtime=1783.57
/proc/7636/stat : 7636 (glpPBv3) R 7634 7636 7587 0 -1 0 24921 0 0 0 177910 447 0 0 25 0 1 0 164370104 98492416 23645 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578066 0 0 4096 0 0 0 0 17 1 0 0
/proc/7636/statm: 24046 23645 227 40 0 23463 0
Current children cumulated CPU time (s) 1783.57
Current children cumulated vsize (Kb) 96184

[startup+1785.19 s]
/proc/loadavg: 1.00 0.97 0.91 2/64 7636
/proc/meminfo: memFree=1102048/2055920 swapFree=4182688/4192956
[pid=7636] ppid=7634 vsize=96184 CPUtime=1784.59
/proc/7636/stat : 7636 (glpPBv3) R 7634 7636 7587 0 -1 0 24928 0 0 0 178011 448 0 0 25 0 1 0 164370104 98492416 23652 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7636/statm: 24046 23652 227 40 0 23463 0
Current children cumulated CPU time (s) 1784.59
Current children cumulated vsize (Kb) 96184

[startup+1786.2 s]
/proc/loadavg: 1.00 0.97 0.91 2/64 7636
/proc/meminfo: memFree=1101984/2055920 swapFree=4182688/4192956
[pid=7636] ppid=7634 vsize=96184 CPUtime=1785.59
/proc/7636/stat : 7636 (glpPBv3) R 7634 7636 7587 0 -1 0 24932 0 0 0 178111 448 0 0 25 0 1 0 164370104 98492416 23656 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578066 0 0 4096 0 0 0 0 17 1 0 0
/proc/7636/statm: 24046 23656 227 40 0 23463 0
Current children cumulated CPU time (s) 1785.59
Current children cumulated vsize (Kb) 96184

[startup+1787.2 s]
/proc/loadavg: 1.00 0.97 0.91 2/64 7638
/proc/meminfo: memFree=1101920/2055920 swapFree=4182688/4192956
[pid=7636] ppid=7634 vsize=96184 CPUtime=1786.59
/proc/7636/stat : 7636 (glpPBv3) R 7634 7636 7587 0 -1 0 24938 0 0 0 178211 448 0 0 25 0 1 0 164370104 98492416 23662 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578419 0 0 4096 0 0 0 0 17 1 0 0
/proc/7636/statm: 24046 23662 227 40 0 23463 0
Current children cumulated CPU time (s) 1786.59
Current children cumulated vsize (Kb) 96184

[startup+1788.21 s]
/proc/loadavg: 1.00 0.97 0.91 2/64 7638
/proc/meminfo: memFree=1101984/2055920 swapFree=4182688/4192956
[pid=7636] ppid=7634 vsize=96308 CPUtime=1787.59
/proc/7636/stat : 7636 (glpPBv3) R 7634 7636 7587 0 -1 0 24946 0 0 0 178311 448 0 0 25 0 1 0 164370104 98619392 23670 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134572926 0 0 4096 0 0 0 0 17 1 0 0
/proc/7636/statm: 24077 23670 227 40 0 23494 0
Current children cumulated CPU time (s) 1787.59
Current children cumulated vsize (Kb) 96308

[startup+1789.21 s]
/proc/loadavg: 1.00 0.97 0.91 2/64 7638
/proc/meminfo: memFree=1101920/2055920 swapFree=4182688/4192956
[pid=7636] ppid=7634 vsize=96308 CPUtime=1788.61
/proc/7636/stat : 7636 (glpPBv3) R 7634 7636 7587 0 -1 0 24950 0 0 0 178412 449 0 0 25 0 1 0 164370104 98619392 23674 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578419 0 0 4096 0 0 0 0 17 1 0 0
/proc/7636/statm: 24077 23674 227 40 0 23494 0
Current children cumulated CPU time (s) 1788.61
Current children cumulated vsize (Kb) 96308

[startup+1790.22 s]
/proc/loadavg: 1.00 0.97 0.91 2/64 7638
/proc/meminfo: memFree=1101920/2055920 swapFree=4182688/4192956
[pid=7636] ppid=7634 vsize=96308 CPUtime=1789.61
/proc/7636/stat : 7636 (glpPBv3) R 7634 7636 7587 0 -1 0 24958 0 0 0 178512 449 0 0 25 0 1 0 164370104 98619392 23682 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578074 0 0 4096 0 0 0 0 17 1 0 0
/proc/7636/statm: 24077 23682 227 40 0 23494 0
Current children cumulated CPU time (s) 1789.61
Current children cumulated vsize (Kb) 96308

[startup+1791.22 s]
/proc/loadavg: 1.00 0.97 0.91 2/64 7638
/proc/meminfo: memFree=1101856/2055920 swapFree=4182688/4192956
[pid=7636] ppid=7634 vsize=96308 CPUtime=1790.61
/proc/7636/stat : 7636 (glpPBv3) R 7634 7636 7587 0 -1 0 24966 0 0 0 178612 449 0 0 25 0 1 0 164370104 98619392 23690 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578419 0 0 4096 0 0 0 0 17 1 0 0
/proc/7636/statm: 24077 23690 227 40 0 23494 0
Current children cumulated CPU time (s) 1790.61
Current children cumulated vsize (Kb) 96308

[startup+1792.23 s]
/proc/loadavg: 1.00 0.97 0.91 2/64 7638
/proc/meminfo: memFree=1101856/2055920 swapFree=4182688/4192956
[pid=7636] ppid=7634 vsize=96308 CPUtime=1791.62
/proc/7636/stat : 7636 (glpPBv3) R 7634 7636 7587 0 -1 0 24971 0 0 0 178713 449 0 0 25 0 1 0 164370104 98619392 23695 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578066 0 0 4096 0 0 0 0 17 1 0 0
/proc/7636/statm: 24077 23695 227 40 0 23494 0
Current children cumulated CPU time (s) 1791.62
Current children cumulated vsize (Kb) 96308

[startup+1793.23 s]
/proc/loadavg: 1.00 0.97 0.91 2/64 7638
/proc/meminfo: memFree=1101856/2055920 swapFree=4182688/4192956
[pid=7636] ppid=7634 vsize=96432 CPUtime=1792.62
/proc/7636/stat : 7636 (glpPBv3) R 7634 7636 7587 0 -1 0 24977 0 0 0 178813 449 0 0 25 0 1 0 164370104 98746368 23701 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578445 0 0 4096 0 0 0 0 17 1 0 0
/proc/7636/statm: 24108 23701 227 40 0 23525 0
Current children cumulated CPU time (s) 1792.62
Current children cumulated vsize (Kb) 96432

[startup+1794.24 s]
/proc/loadavg: 1.00 0.97 0.91 2/64 7638
/proc/meminfo: memFree=1101792/2055920 swapFree=4182688/4192956
[pid=7636] ppid=7634 vsize=96432 CPUtime=1793.62
/proc/7636/stat : 7636 (glpPBv3) R 7634 7636 7587 0 -1 0 24983 0 0 0 178913 449 0 0 25 0 1 0 164370104 98746368 23707 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578066 0 0 4096 0 0 0 0 17 1 0 0
/proc/7636/statm: 24108 23707 227 40 0 23525 0
Current children cumulated CPU time (s) 1793.62
Current children cumulated vsize (Kb) 96432

[startup+1795.24 s]
/proc/loadavg: 1.00 0.97 0.91 2/64 7638
/proc/meminfo: memFree=1101792/2055920 swapFree=4182688/4192956
[pid=7636] ppid=7634 vsize=96432 CPUtime=1794.63
/proc/7636/stat : 7636 (glpPBv3) R 7634 7636 7587 0 -1 0 24991 0 0 0 179014 449 0 0 25 0 1 0 164370104 98746368 23715 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578458 0 0 4096 0 0 0 0 17 1 0 0
/proc/7636/statm: 24108 23715 227 40 0 23525 0
Current children cumulated CPU time (s) 1794.63
Current children cumulated vsize (Kb) 96432

[startup+1796.25 s]
/proc/loadavg: 1.00 0.97 0.91 2/64 7638
/proc/meminfo: memFree=1101792/2055920 swapFree=4182688/4192956
[pid=7636] ppid=7634 vsize=96432 CPUtime=1795.63
/proc/7636/stat : 7636 (glpPBv3) R 7634 7636 7587 0 -1 0 24995 0 0 0 179114 449 0 0 25 0 1 0 164370104 98746368 23719 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578081 0 0 4096 0 0 0 0 17 1 0 0
/proc/7636/statm: 24108 23719 227 40 0 23525 0
Current children cumulated CPU time (s) 1795.63
Current children cumulated vsize (Kb) 96432

[startup+1797.25 s]
/proc/loadavg: 1.00 0.97 0.91 2/64 7638
/proc/meminfo: memFree=1101728/2055920 swapFree=4182688/4192956
[pid=7636] ppid=7634 vsize=96552 CPUtime=1796.64
/proc/7636/stat : 7636 (glpPBv3) R 7634 7636 7587 0 -1 0 25005 0 0 0 179214 450 0 0 25 0 1 0 164370104 98869248 23729 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578436 0 0 4096 0 0 0 0 17 1 0 0
/proc/7636/statm: 24138 23729 227 40 0 23555 0
Current children cumulated CPU time (s) 1796.64
Current children cumulated vsize (Kb) 96552

[startup+1798.26 s]
/proc/loadavg: 1.00 0.97 0.91 2/64 7638
/proc/meminfo: memFree=1101728/2055920 swapFree=4182688/4192956
[pid=7636] ppid=7634 vsize=96552 CPUtime=1797.64
/proc/7636/stat : 7636 (glpPBv3) R 7634 7636 7587 0 -1 0 25011 0 0 0 179314 450 0 0 25 0 1 0 164370104 98869248 23735 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578419 0 0 4096 0 0 0 0 17 1 0 0
/proc/7636/statm: 24138 23735 227 40 0 23555 0
Current children cumulated CPU time (s) 1797.64
Current children cumulated vsize (Kb) 96552

[startup+1799.26 s]
/proc/loadavg: 1.00 0.97 0.91 2/64 7638
/proc/meminfo: memFree=1101664/2055920 swapFree=4182688/4192956
[pid=7636] ppid=7634 vsize=96552 CPUtime=1798.65
/proc/7636/stat : 7636 (glpPBv3) R 7634 7636 7587 0 -1 0 25020 0 0 0 179415 450 0 0 25 0 1 0 164370104 98869248 23744 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7636/statm: 24138 23744 227 40 0 23555 0
Current children cumulated CPU time (s) 1798.65
Current children cumulated vsize (Kb) 96552

[startup+1800.27 s]
/proc/loadavg: 1.00 0.97 0.91 2/64 7638
/proc/meminfo: memFree=1101664/2055920 swapFree=4182688/4192956
[pid=7636] ppid=7634 vsize=96552 CPUtime=1799.65
/proc/7636/stat : 7636 (glpPBv3) R 7634 7636 7587 0 -1 0 25026 0 0 0 179515 450 0 0 25 0 1 0 164370104 98869248 23750 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578429 0 0 4096 0 0 0 0 17 1 0 0
/proc/7636/statm: 24138 23750 227 40 0 23555 0
Current children cumulated CPU time (s) 1799.65
Current children cumulated vsize (Kb) 96552

[startup+1801.27 s]
/proc/loadavg: 1.00 0.97 0.91 2/64 7638
/proc/meminfo: memFree=1101600/2055920 swapFree=4182688/4192956
[pid=7636] ppid=7634 vsize=96552 CPUtime=1800.66
/proc/7636/stat : 7636 (glpPBv3) R 7634 7636 7587 0 -1 0 25034 0 0 0 179616 450 0 0 25 0 1 0 164370104 98869248 23758 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578066 0 0 4096 0 0 0 0 17 1 0 0
/proc/7636/statm: 24138 23758 227 40 0 23555 0
Current children cumulated CPU time (s) 1800.66
Current children cumulated vsize (Kb) 96552



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.28 s]
/proc/loadavg: 1.00 0.97 0.91 2/64 7638
/proc/meminfo: memFree=1101600/2055920 swapFree=4182688/4192956
[pid=7636] ppid=7634 vsize=96552 CPUtime=1800.66
/proc/7636/stat : 7636 (glpPBv3) R 7634 7636 7587 0 -1 0 25034 0 0 0 179616 450 0 0 25 0 1 0 164370104 98869248 23758 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578066 0 0 4096 0 0 0 0 17 1 0 0
/proc/7636/statm: 24138 23758 227 40 0 23555 0
Current children cumulated CPU time (s) 1800.66
Current children cumulated vsize (Kb) 96552

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.3
CPU time (s): 1800.69
CPU user time (s): 1796.16
CPU system time (s): 4.52331
CPU usage (%): 99.9661
Max. virtual memory (cumulated for all children) (Kb): 96552
The end

Launcher Data (download as text)

Begin job on node2 on Sat Jul 29 12:11:25 UTC 2006


FILE ID= 85819-1154175085

PBS_JOBID= 893593

BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_6_50_1.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user8/glpPBv3 ROOT/tmp/node2/85819-1154175085/instance-85819-1154175085.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node2/watcher-85819-1154175085 -o ROOT/results/node2/solver-85819-1154175085 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user8/glpPBv3 ROOT/tmp/node2/85819-1154175085/instance-85819-1154175085.opb

MD5SUM SOLVER= 29ce95346658d7502ba983059bfb8cff
MD5SUM BENCH=  cdfa46b59876181d5d89fd18757b8cfb

RANDOM SEED= 522177355

TIMEOUT= 1800 seconds


/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.276
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.276
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:       1196264 kB
Buffers:         44560 kB
Cached:         736576 kB
SwapCached:       3992 kB
Active:         127540 kB
Inactive:       662560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1196264 kB
SwapTotal:     4192956 kB
SwapFree:      4182688 kB
Dirty:             200 kB
Writeback:           0 kB
Mapped:          14528 kB
Slab:            55556 kB
Committed_AS:   741344 kB
PageTables:       1492 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node2 on Sat Jul 29 12:41:27 UTC 2006