Trace number 85843

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.68 1801.2

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_5_40_2.opb
MD5SUMc0264878059fff5e6fa5f51839a60b24
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark1782.74
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2
Optimality of the best value was proved NO
Number of variables120
Total number of constraints10
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 constraints10
Minimum length of a constraint54
Maximum length of a constraint56
Number of terms in the objective function 80
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 2550
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1196
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4099
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/node21/watcher-85843-1154175558 -o ROOT/results/node21/solver-85843-1154175558 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user8/glpPBv3 ROOT/tmp/node21/85843-1154175558/instance-85843-1154175558.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 1.00 1.00 0.92 3/64 1582
/proc/meminfo: memFree=1034552/2055920 swapFree=4182920/4192956
[pid=1582] ppid=1580 vsize=2424 CPUtime=0
/proc/1582/stat : 1582 (glpPBv3) R 1580 1582 1533 0 -1 0 149 0 0 0 0 0 0 0 18 0 1 0 164416572 2482176 129 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 8407928 0 0 4096 0 0 0 0 17 1 0 0
/proc/1582/statm: 606 130 111 40 0 11 0

[startup+10.0024 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 1582
/proc/meminfo: memFree=1030472/2055920 swapFree=4182920/4192956
[pid=1582] ppid=1580 vsize=6564 CPUtime=9.99
/proc/1582/stat : 1582 (glpPBv3) R 1580 1582 1533 0 -1 0 1276 0 0 0 983 16 0 0 25 0 1 0 164416572 6721536 1245 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1582/statm: 1641 1245 227 40 0 1058 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 6564

[startup+20.0085 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 1582
/proc/meminfo: memFree=1027144/2055920 swapFree=4182920/4192956
[pid=1582] ppid=1580 vsize=9920 CPUtime=20
/proc/1582/stat : 1582 (glpPBv3) R 1580 1582 1533 0 -1 0 2146 0 0 0 1970 30 0 0 25 0 1 0 164416572 10158080 2074 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1582/statm: 2480 2074 227 40 0 1897 0
Current children cumulated CPU time (s) 20
Current children cumulated vsize (Kb) 9920

[startup+30.0146 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 1582
/proc/meminfo: memFree=1024456/2055920 swapFree=4182920/4192956
[pid=1582] ppid=1580 vsize=12504 CPUtime=30
/proc/1582/stat : 1582 (glpPBv3) R 1580 1582 1533 0 -1 0 2895 0 0 0 2959 41 0 0 25 0 1 0 164416572 12804096 2742 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1582/statm: 3126 2742 227 40 0 2543 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 12504

[startup+40.0197 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 1582
/proc/meminfo: memFree=1022600/2055920 swapFree=4182920/4192956
[pid=1582] ppid=1580 vsize=14500 CPUtime=40
/proc/1582/stat : 1582 (glpPBv3) R 1580 1582 1533 0 -1 0 3367 0 0 0 3951 49 0 0 25 0 1 0 164416572 14848000 3214 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134578423 0 0 4096 0 0 0 0 17 1 0 0
/proc/1582/statm: 3625 3214 227 40 0 3042 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 14500

[startup+50.0258 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 1582
/proc/meminfo: memFree=1021064/2055920 swapFree=4182920/4192956
[pid=1582] ppid=1580 vsize=15968 CPUtime=50.01
/proc/1582/stat : 1582 (glpPBv3) R 1580 1582 1533 0 -1 0 3757 0 0 0 4943 58 0 0 25 0 1 0 164416572 16351232 3604 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134578419 0 0 4096 0 0 0 0 17 1 0 0
/proc/1582/statm: 3992 3604 227 40 0 3409 0
Current children cumulated CPU time (s) 50.01
Current children cumulated vsize (Kb) 15968

[startup+60.0319 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 1582
/proc/meminfo: memFree=1019592/2055920 swapFree=4182920/4192956
[pid=1582] ppid=1580 vsize=17432 CPUtime=60.01
/proc/1582/stat : 1582 (glpPBv3) R 1580 1582 1533 0 -1 0 4121 0 0 0 5936 65 0 0 25 0 1 0 164416572 17850368 3968 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542140 0 0 4096 0 0 0 0 17 1 0 0
/proc/1582/statm: 4358 3968 227 40 0 3775 0
Current children cumulated CPU time (s) 60.01
Current children cumulated vsize (Kb) 17432

[startup+70.0381 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 1582
/proc/meminfo: memFree=1018184/2055920 swapFree=4182920/4192956
[pid=1582] ppid=1580 vsize=18896 CPUtime=70.01
/proc/1582/stat : 1582 (glpPBv3) R 1580 1582 1533 0 -1 0 4472 0 0 0 6929 72 0 0 25 0 1 0 164416572 19349504 4319 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134572889 0 0 4096 0 0 0 0 17 1 0 0
/proc/1582/statm: 4724 4319 227 40 0 4141 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 18896

[startup+80.0441 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 1582
/proc/meminfo: memFree=1016840/2055920 swapFree=4182920/4192956
[pid=1582] ppid=1580 vsize=20228 CPUtime=80.01
/proc/1582/stat : 1582 (glpPBv3) R 1580 1582 1533 0 -1 0 4811 0 0 0 7925 76 0 0 25 0 1 0 164416572 20713472 4658 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134572926 0 0 4096 0 0 0 0 17 1 0 0
/proc/1582/statm: 5057 4658 227 40 0 4474 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 20228

[startup+90.0503 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 1582
/proc/meminfo: memFree=1014728/2055920 swapFree=4182920/4192956
[pid=1582] ppid=1580 vsize=22068 CPUtime=90.01
/proc/1582/stat : 1582 (glpPBv3) R 1580 1582 1533 0 -1 0 5443 0 0 0 8919 82 0 0 25 0 1 0 164416572 22597632 5129 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1582/statm: 5517 5129 227 40 0 4934 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 22068

[startup+100.055 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 1582
/proc/meminfo: memFree=1013576/2055920 swapFree=4182920/4192956
[pid=1582] ppid=1580 vsize=23400 CPUtime=100.02
/proc/1582/stat : 1582 (glpPBv3) R 1580 1582 1533 0 -1 0 5782 0 0 0 9913 89 0 0 25 0 1 0 164416572 23961600 5468 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134578066 0 0 4096 0 0 0 0 17 1 0 0
/proc/1582/statm: 5850 5468 227 40 0 5267 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 23400

[startup+110.061 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 1582
/proc/meminfo: memFree=1012232/2055920 swapFree=4182920/4192956
[pid=1582] ppid=1580 vsize=24732 CPUtime=110.02
/proc/1582/stat : 1582 (glpPBv3) R 1580 1582 1533 0 -1 0 6102 0 0 0 10908 94 0 0 25 0 1 0 164416572 25325568 5788 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134573009 0 0 4096 0 0 0 0 17 1 0 0
/proc/1582/statm: 6183 5788 227 40 0 5600 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 24732

[startup+120.068 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 1582
/proc/meminfo: memFree=1011080/2055920 swapFree=4182920/4192956
[pid=1582] ppid=1580 vsize=25932 CPUtime=120.02
/proc/1582/stat : 1582 (glpPBv3) R 1580 1582 1533 0 -1 0 6386 0 0 0 11903 99 0 0 25 0 1 0 164416572 26554368 6072 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134578429 0 0 4096 0 0 0 0 17 1 0 0
/proc/1582/statm: 6483 6072 227 40 0 5900 0
Current children cumulated CPU time (s) 120.02
Current children cumulated vsize (Kb) 25932

[startup+130.074 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 1582
/proc/meminfo: memFree=1010056/2055920 swapFree=4182920/4192956
[pid=1582] ppid=1580 vsize=26864 CPUtime=130.03
/proc/1582/stat : 1582 (glpPBv3) R 1580 1582 1533 0 -1 0 6642 0 0 0 12898 105 0 0 25 0 1 0 164416572 27508736 6328 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1582/statm: 6716 6328 227 40 0 6133 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 26864

[startup+140.08 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 1582
/proc/meminfo: memFree=1009096/2055920 swapFree=4182920/4192956
[pid=1582] ppid=1580 vsize=27932 CPUtime=140.03
/proc/1582/stat : 1582 (glpPBv3) R 1580 1582 1533 0 -1 0 6887 0 0 0 13893 110 0 0 25 0 1 0 164416572 28602368 6573 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134578419 0 0 4096 0 0 0 0 17 1 0 0
/proc/1582/statm: 6983 6573 227 40 0 6400 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 27932

[startup+150.086 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 1582
/proc/meminfo: memFree=1008136/2055920 swapFree=4182920/4192956
[pid=1582] ppid=1580 vsize=28864 CPUtime=150.03
/proc/1582/stat : 1582 (glpPBv3) R 1580 1582 1533 0 -1 0 7140 0 0 0 14889 114 0 0 25 0 1 0 164416572 29556736 6826 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134572891 0 0 4096 0 0 0 0 17 1 0 0
/proc/1582/statm: 7216 6826 227 40 0 6633 0
Current children cumulated CPU time (s) 150.03
Current children cumulated vsize (Kb) 28864

[startup+160.091 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 1582
/proc/meminfo: memFree=1007240/2055920 swapFree=4182920/4192956
[pid=1582] ppid=1580 vsize=29796 CPUtime=160.03
/proc/1582/stat : 1582 (glpPBv3) R 1580 1582 1533 0 -1 0 7357 0 0 0 15883 120 0 0 25 0 1 0 164416572 30511104 7043 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1582/statm: 7449 7043 227 40 0 6866 0
Current children cumulated CPU time (s) 160.03
Current children cumulated vsize (Kb) 29796

[startup+170.097 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 1582
/proc/meminfo: memFree=1006344/2055920 swapFree=4182920/4192956
[pid=1582] ppid=1580 vsize=30596 CPUtime=170.03
/proc/1582/stat : 1582 (glpPBv3) R 1580 1582 1533 0 -1 0 7577 0 0 0 16880 123 0 0 25 0 1 0 164416572 31330304 7263 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134578068 0 0 4096 0 0 0 0 17 1 0 0
/proc/1582/statm: 7649 7263 227 40 0 7066 0
Current children cumulated CPU time (s) 170.03
Current children cumulated vsize (Kb) 30596

[startup+180.103 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 1582
/proc/meminfo: memFree=1005576/2055920 swapFree=4182920/4192956
[pid=1582] ppid=1580 vsize=31392 CPUtime=180.05
/proc/1582/stat : 1582 (glpPBv3) R 1580 1582 1533 0 -1 0 7777 0 0 0 17878 127 0 0 25 0 1 0 164416572 32145408 7463 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134578066 0 0 4096 0 0 0 0 17 1 0 0
/proc/1582/statm: 7848 7463 227 40 0 7265 0
Current children cumulated CPU time (s) 180.05
Current children cumulated vsize (Kb) 31392

[startup+190.109 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 1582
/proc/meminfo: memFree=1004552/2055920 swapFree=4182920/4192956
[pid=1582] ppid=1580 vsize=32460 CPUtime=190.04
/proc/1582/stat : 1582 (glpPBv3) R 1580 1582 1533 0 -1 0 8027 0 0 0 18873 131 0 0 25 0 1 0 164416572 33239040 7713 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134605407 0 0 4096 0 0 0 0 17 1 0 0
/proc/1582/statm: 8115 7713 227 40 0 7532 0
Current children cumulated CPU time (s) 190.04
Current children cumulated vsize (Kb) 32460

[startup+200.115 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 1582
/proc/meminfo: memFree=1003592/2055920 swapFree=4182920/4192956
[pid=1582] ppid=1580 vsize=33392 CPUtime=200.05
/proc/1582/stat : 1582 (glpPBv3) R 1580 1582 1533 0 -1 0 8260 0 0 0 19870 135 0 0 25 0 1 0 164416572 34193408 7946 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134578066 0 0 4096 0 0 0 0 17 1 0 0
/proc/1582/statm: 8348 7946 227 40 0 7765 0
Current children cumulated CPU time (s) 200.05
Current children cumulated vsize (Kb) 33392

[startup+210.121 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 1582

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

/proc/1582/stat : 1582 (glpPBv3) R 1580 1582 1533 0 -1 0 15967 0 0 0 177748 408 0 0 25 0 1 0 164416572 64421888 15332 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134578419 0 0 4096 0 0 0 0 17 1 0 0
/proc/1582/statm: 15728 15332 227 40 0 15145 0
Current children cumulated CPU time (s) 1781.56
Current children cumulated vsize (Kb) 62912

[startup+1783.09 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 1584
/proc/meminfo: memFree=973768/2055920 swapFree=4182920/4192956
[pid=1582] ppid=1580 vsize=62912 CPUtime=1782.57
/proc/1582/stat : 1582 (glpPBv3) R 1580 1582 1533 0 -1 0 15973 0 0 0 177848 409 0 0 25 0 1 0 164416572 64421888 15338 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134578066 0 0 4096 0 0 0 0 17 1 0 0
/proc/1582/statm: 15728 15338 227 40 0 15145 0
Current children cumulated CPU time (s) 1782.57
Current children cumulated vsize (Kb) 62912

[startup+1784.09 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 1584
/proc/meminfo: memFree=973768/2055920 swapFree=4182920/4192956
[pid=1582] ppid=1580 vsize=62912 CPUtime=1783.57
/proc/1582/stat : 1582 (glpPBv3) R 1580 1582 1533 0 -1 0 15977 0 0 0 177948 409 0 0 25 0 1 0 164416572 64421888 15342 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1582/statm: 15728 15342 227 40 0 15145 0
Current children cumulated CPU time (s) 1783.57
Current children cumulated vsize (Kb) 62912

[startup+1785.1 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 1584
/proc/meminfo: memFree=973768/2055920 swapFree=4182920/4192956
[pid=1582] ppid=1580 vsize=62912 CPUtime=1784.58
/proc/1582/stat : 1582 (glpPBv3) R 1580 1582 1533 0 -1 0 15983 0 0 0 178049 409 0 0 25 0 1 0 164416572 64421888 15348 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134578419 0 0 4096 0 0 0 0 17 1 0 0
/proc/1582/statm: 15728 15348 227 40 0 15145 0
Current children cumulated CPU time (s) 1784.58
Current children cumulated vsize (Kb) 62912

[startup+1786.1 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 1584
/proc/meminfo: memFree=973704/2055920 swapFree=4182920/4192956
[pid=1582] ppid=1580 vsize=63044 CPUtime=1785.58
/proc/1582/stat : 1582 (glpPBv3) R 1580 1582 1533 0 -1 0 15989 0 0 0 178149 409 0 0 25 0 1 0 164416572 64557056 15354 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134573038 0 0 4096 0 0 0 0 17 1 0 0
/proc/1582/statm: 15761 15354 227 40 0 15178 0
Current children cumulated CPU time (s) 1785.58
Current children cumulated vsize (Kb) 63044

[startup+1787.11 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 1584
/proc/meminfo: memFree=973704/2055920 swapFree=4182920/4192956
[pid=1582] ppid=1580 vsize=63044 CPUtime=1786.59
/proc/1582/stat : 1582 (glpPBv3) R 1580 1582 1533 0 -1 0 15993 0 0 0 178250 409 0 0 25 0 1 0 164416572 64557056 15358 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134578419 0 0 4096 0 0 0 0 17 1 0 0
/proc/1582/statm: 15761 15358 227 40 0 15178 0
Current children cumulated CPU time (s) 1786.59
Current children cumulated vsize (Kb) 63044

[startup+1788.11 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 1584
/proc/meminfo: memFree=973704/2055920 swapFree=4182920/4192956
[pid=1582] ppid=1580 vsize=63044 CPUtime=1787.59
/proc/1582/stat : 1582 (glpPBv3) R 1580 1582 1533 0 -1 0 15997 0 0 0 178350 409 0 0 25 0 1 0 164416572 64557056 15362 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134578066 0 0 4096 0 0 0 0 17 1 0 0
/proc/1582/statm: 15761 15362 227 40 0 15178 0
Current children cumulated CPU time (s) 1787.59
Current children cumulated vsize (Kb) 63044

[startup+1789.12 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 1584
/proc/meminfo: memFree=973640/2055920 swapFree=4182920/4192956
[pid=1582] ppid=1580 vsize=63044 CPUtime=1788.59
/proc/1582/stat : 1582 (glpPBv3) R 1580 1582 1533 0 -1 0 16003 0 0 0 178450 409 0 0 25 0 1 0 164416572 64557056 15368 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134578429 0 0 4096 0 0 0 0 17 1 0 0
/proc/1582/statm: 15761 15368 227 40 0 15178 0
Current children cumulated CPU time (s) 1788.59
Current children cumulated vsize (Kb) 63044

[startup+1790.12 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 1584
/proc/meminfo: memFree=973640/2055920 swapFree=4182920/4192956
[pid=1582] ppid=1580 vsize=63044 CPUtime=1789.6
/proc/1582/stat : 1582 (glpPBv3) R 1580 1582 1533 0 -1 0 16007 0 0 0 178550 410 0 0 25 0 1 0 164416572 64557056 15372 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134578419 0 0 4096 0 0 0 0 17 1 0 0
/proc/1582/statm: 15761 15372 227 40 0 15178 0
Current children cumulated CPU time (s) 1789.6
Current children cumulated vsize (Kb) 63044

[startup+1791.13 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 1584
/proc/meminfo: memFree=973640/2055920 swapFree=4182920/4192956
[pid=1582] ppid=1580 vsize=63044 CPUtime=1790.61
/proc/1582/stat : 1582 (glpPBv3) R 1580 1582 1533 0 -1 0 16012 0 0 0 178651 410 0 0 25 0 1 0 164416572 64557056 15377 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134578066 0 0 4096 0 0 0 0 17 1 0 0
/proc/1582/statm: 15761 15377 227 40 0 15178 0
Current children cumulated CPU time (s) 1790.61
Current children cumulated vsize (Kb) 63044

[startup+1792.13 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 1584
/proc/meminfo: memFree=973640/2055920 swapFree=4182920/4192956
[pid=1582] ppid=1580 vsize=63044 CPUtime=1791.61
/proc/1582/stat : 1582 (glpPBv3) R 1580 1582 1533 0 -1 0 16012 0 0 0 178751 410 0 0 25 0 1 0 164416572 64557056 15377 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1582/statm: 15761 15377 227 40 0 15178 0
Current children cumulated CPU time (s) 1791.61
Current children cumulated vsize (Kb) 63044

[startup+1793.14 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 1584
/proc/meminfo: memFree=973576/2055920 swapFree=4182920/4192956
[pid=1582] ppid=1580 vsize=63180 CPUtime=1792.61
/proc/1582/stat : 1582 (glpPBv3) R 1580 1582 1533 0 -1 0 16018 0 0 0 178851 410 0 0 25 0 1 0 164416572 64696320 15383 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134573000 0 0 4096 0 0 0 0 17 1 0 0
/proc/1582/statm: 15795 15383 227 40 0 15212 0
Current children cumulated CPU time (s) 1792.61
Current children cumulated vsize (Kb) 63180

[startup+1794.14 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 1584
/proc/meminfo: memFree=973576/2055920 swapFree=4182920/4192956
[pid=1582] ppid=1580 vsize=63180 CPUtime=1793.61
/proc/1582/stat : 1582 (glpPBv3) R 1580 1582 1533 0 -1 0 16022 0 0 0 178951 410 0 0 25 0 1 0 164416572 64696320 15387 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134578419 0 0 4096 0 0 0 0 17 1 0 0
/proc/1582/statm: 15795 15387 227 40 0 15212 0
Current children cumulated CPU time (s) 1793.61
Current children cumulated vsize (Kb) 63180

[startup+1795.15 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 1584
/proc/meminfo: memFree=973576/2055920 swapFree=4182920/4192956
[pid=1582] ppid=1580 vsize=63180 CPUtime=1794.62
/proc/1582/stat : 1582 (glpPBv3) R 1580 1582 1533 0 -1 0 16028 0 0 0 179052 410 0 0 25 0 1 0 164416572 64696320 15393 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134578429 0 0 4096 0 0 0 0 17 1 0 0
/proc/1582/statm: 15795 15393 227 40 0 15212 0
Current children cumulated CPU time (s) 1794.62
Current children cumulated vsize (Kb) 63180

[startup+1796.15 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 1584
/proc/meminfo: memFree=973512/2055920 swapFree=4182920/4192956
[pid=1582] ppid=1580 vsize=63180 CPUtime=1795.62
/proc/1582/stat : 1582 (glpPBv3) R 1580 1582 1533 0 -1 0 16032 0 0 0 179152 410 0 0 25 0 1 0 164416572 64696320 15397 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134578421 0 0 4096 0 0 0 0 17 1 0 0
/proc/1582/statm: 15795 15397 227 40 0 15212 0
Current children cumulated CPU time (s) 1795.62
Current children cumulated vsize (Kb) 63180

[startup+1797.16 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 1584
/proc/meminfo: memFree=973512/2055920 swapFree=4182920/4192956
[pid=1582] ppid=1580 vsize=63180 CPUtime=1796.63
/proc/1582/stat : 1582 (glpPBv3) R 1580 1582 1533 0 -1 0 16034 0 0 0 179253 410 0 0 25 0 1 0 164416572 64696320 15399 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134578066 0 0 4096 0 0 0 0 17 1 0 0
/proc/1582/statm: 15795 15399 227 40 0 15212 0
Current children cumulated CPU time (s) 1796.63
Current children cumulated vsize (Kb) 63180

[startup+1798.16 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 1584
/proc/meminfo: memFree=973512/2055920 swapFree=4182920/4192956
[pid=1582] ppid=1580 vsize=63180 CPUtime=1797.64
/proc/1582/stat : 1582 (glpPBv3) R 1580 1582 1533 0 -1 0 16038 0 0 0 179353 411 0 0 25 0 1 0 164416572 64696320 15403 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134578066 0 0 4096 0 0 0 0 17 1 0 0
/proc/1582/statm: 15795 15403 227 40 0 15212 0
Current children cumulated CPU time (s) 1797.64
Current children cumulated vsize (Kb) 63180

[startup+1799.17 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 1584
/proc/meminfo: memFree=973512/2055920 swapFree=4182920/4192956
[pid=1582] ppid=1580 vsize=63180 CPUtime=1798.65
/proc/1582/stat : 1582 (glpPBv3) R 1580 1582 1533 0 -1 0 16040 0 0 0 179454 411 0 0 25 0 1 0 164416572 64696320 15405 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134578436 0 0 4096 0 0 0 0 17 1 0 0
/proc/1582/statm: 15795 15405 227 40 0 15212 0
Current children cumulated CPU time (s) 1798.65
Current children cumulated vsize (Kb) 63180

[startup+1800.17 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 1584
/proc/meminfo: memFree=973512/2055920 swapFree=4182920/4192956
[pid=1582] ppid=1580 vsize=63180 CPUtime=1799.65
/proc/1582/stat : 1582 (glpPBv3) R 1580 1582 1533 0 -1 0 16046 0 0 0 179554 411 0 0 25 0 1 0 164416572 64696320 15411 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134578066 0 0 4096 0 0 0 0 17 1 0 0
/proc/1582/statm: 15795 15411 227 40 0 15212 0
Current children cumulated CPU time (s) 1799.65
Current children cumulated vsize (Kb) 63180

[startup+1801.18 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 1584
/proc/meminfo: memFree=973448/2055920 swapFree=4182920/4192956
[pid=1582] ppid=1580 vsize=63180 CPUtime=1800.66
/proc/1582/stat : 1582 (glpPBv3) R 1580 1582 1533 0 -1 0 16050 0 0 0 179655 411 0 0 25 0 1 0 164416572 64696320 15415 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134578416 0 0 4096 0 0 0 0 17 1 0 0
/proc/1582/statm: 15795 15415 227 40 0 15212 0
Current children cumulated CPU time (s) 1800.66
Current children cumulated vsize (Kb) 63180



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.18 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 1584
/proc/meminfo: memFree=973448/2055920 swapFree=4182920/4192956
[pid=1582] ppid=1580 vsize=63180 CPUtime=1800.66
/proc/1582/stat : 1582 (glpPBv3) R 1580 1582 1533 0 -1 0 16050 0 0 0 179655 411 0 0 25 0 1 0 164416572 64696320 15415 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134578419 0 0 4096 0 0 0 0 17 1 0 0
/proc/1582/statm: 15795 15415 227 40 0 15212 0
Current children cumulated CPU time (s) 1800.66
Current children cumulated vsize (Kb) 63180

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.2
CPU time (s): 1800.68
CPU user time (s): 1796.56
CPU system time (s): 4.12037
CPU usage (%): 99.971
Max. virtual memory (cumulated for all children) (Kb): 63180
The end

Launcher Data (download as text)

Begin job on node21 on Sat Jul 29 12:19:18 UTC 2006


FILE ID= 85843-1154175558

PBS_JOBID= 893617

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

MD5SUM SOLVER= 29ce95346658d7502ba983059bfb8cff
MD5SUM BENCH=  c0264878059fff5e6fa5f51839a60b24

RANDOM SEED= 229983079

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.231
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.231
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:       1034760 kB
Buffers:         40384 kB
Cached:         905688 kB
SwapCached:       3684 kB
Active:         170628 kB
Inactive:       783928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1034760 kB
SwapTotal:     4192956 kB
SwapFree:      4182920 kB
Dirty:             152 kB
Writeback:           0 kB
Mapped:          14464 kB
Slab:            52632 kB
Committed_AS:   751788 kB
PageTables:       1412 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node21 on Sat Jul 29 12:49:19 UTC 2006