Trace number 85831

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.6 1801.21

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_5_40_4.opb
MD5SUMa470052ca6f8034e2c6c08868e52d9e8
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.73
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 constraint55
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 1207
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4131
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/node17/watcher-85831-1154175269 -o ROOT/results/node17/solver-85831-1154175269 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user8/glpPBv3 ROOT/tmp/node17/85831-1154175269/instance-85831-1154175269.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 1.06 1.00 0.92 3/64 27109
/proc/meminfo: memFree=1414136/2055920 swapFree=4183520/4192956
[pid=27109] ppid=27107 vsize=2664 CPUtime=0
/proc/27109/stat : 27109 (glpPBv3) R 27107 27109 27060 0 -1 0 253 0 0 0 0 0 0 0 18 0 1 0 164387483 2727936 223 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 3325655 0 0 4096 0 0 0 0 17 1 0 0
/proc/27109/statm: 666 223 192 40 0 83 0

[startup+10.0023 s]
/proc/loadavg: 1.05 1.00 0.92 2/64 27109
/proc/meminfo: memFree=1410552/2055920 swapFree=4183520/4192956
[pid=27109] ppid=27107 vsize=6084 CPUtime=9.99
/proc/27109/stat : 27109 (glpPBv3) R 27107 27109 27060 0 -1 0 1157 0 0 0 982 17 0 0 25 0 1 0 164387483 6230016 1126 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134578436 0 0 4096 0 0 0 0 17 1 0 0
/proc/27109/statm: 1521 1126 227 40 0 938 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 6084

[startup+20.0081 s]
/proc/loadavg: 1.04 1.00 0.92 2/64 27109
/proc/meminfo: memFree=1407416/2055920 swapFree=4183520/4192956
[pid=27109] ppid=27107 vsize=9212 CPUtime=19.99
/proc/27109/stat : 27109 (glpPBv3) R 27107 27109 27060 0 -1 0 1978 0 0 0 1969 30 0 0 25 0 1 0 164387483 9433088 1906 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134572865 0 0 4096 0 0 0 0 17 1 0 0
/proc/27109/statm: 2303 1906 227 40 0 1720 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 9212

[startup+30.014 s]
/proc/loadavg: 1.04 1.00 0.92 2/64 27109
/proc/meminfo: memFree=1404984/2055920 swapFree=4183520/4192956
[pid=27109] ppid=27107 vsize=11580 CPUtime=29.99
/proc/27109/stat : 27109 (glpPBv3) R 27107 27109 27060 0 -1 0 2664 0 0 0 2959 40 0 0 25 0 1 0 164387483 11857920 2511 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27109/statm: 2895 2511 227 40 0 2312 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 11580

[startup+40.0198 s]
/proc/loadavg: 1.03 1.00 0.92 2/64 27109
/proc/meminfo: memFree=1403448/2055920 swapFree=4183520/4192956
[pid=27109] ppid=27107 vsize=13148 CPUtime=40
/proc/27109/stat : 27109 (glpPBv3) R 27107 27109 27060 0 -1 0 3044 0 0 0 3953 47 0 0 25 0 1 0 164387483 13463552 2891 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27109/statm: 3287 2891 227 40 0 2704 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 13148

[startup+50.0257 s]
/proc/loadavg: 1.02 1.00 0.92 2/64 27109
/proc/meminfo: memFree=1402232/2055920 swapFree=4183520/4192956
[pid=27109] ppid=27107 vsize=14432 CPUtime=50
/proc/27109/stat : 27109 (glpPBv3) R 27107 27109 27060 0 -1 0 3366 0 0 0 4947 53 0 0 25 0 1 0 164387483 14778368 3213 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27109/statm: 3608 3213 227 40 0 3025 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 14432

[startup+60.0326 s]
/proc/loadavg: 1.02 1.00 0.92 2/64 27109
/proc/meminfo: memFree=1400952/2055920 swapFree=4183520/4192956
[pid=27109] ppid=27107 vsize=15716 CPUtime=60.01
/proc/27109/stat : 27109 (glpPBv3) R 27107 27109 27060 0 -1 0 3681 0 0 0 5940 61 0 0 25 0 1 0 164387483 16093184 3528 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134578429 0 0 4096 0 0 0 0 17 1 0 0
/proc/27109/statm: 3929 3528 227 40 0 3346 0
Current children cumulated CPU time (s) 60.01
Current children cumulated vsize (Kb) 15716

[startup+70.0394 s]
/proc/loadavg: 1.02 1.00 0.92 2/64 27109
/proc/meminfo: memFree=1399800/2055920 swapFree=4183520/4192956
[pid=27109] ppid=27107 vsize=16868 CPUtime=70.01
/proc/27109/stat : 27109 (glpPBv3) R 27107 27109 27060 0 -1 0 3971 0 0 0 6935 66 0 0 25 0 1 0 164387483 17272832 3818 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134572926 0 0 4096 0 0 0 0 17 1 0 0
/proc/27109/statm: 4217 3818 227 40 0 3634 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 16868

[startup+80.0463 s]
/proc/loadavg: 1.01 1.00 0.92 2/64 27109
/proc/meminfo: memFree=1398520/2055920 swapFree=4183520/4192956
[pid=27109] ppid=27107 vsize=18036 CPUtime=80.01
/proc/27109/stat : 27109 (glpPBv3) R 27107 27109 27060 0 -1 0 4282 0 0 0 7928 73 0 0 25 0 1 0 164387483 18468864 4129 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134578066 0 0 4096 0 0 0 0 17 1 0 0
/proc/27109/statm: 4509 4129 227 40 0 3926 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 18036

[startup+90.0531 s]
/proc/loadavg: 1.01 1.00 0.92 2/64 27109
/proc/meminfo: memFree=1397496/2055920 swapFree=4183520/4192956
[pid=27109] ppid=27107 vsize=19080 CPUtime=90.01
/proc/27109/stat : 27109 (glpPBv3) R 27107 27109 27060 0 -1 0 4535 0 0 0 8924 77 0 0 25 0 1 0 164387483 19537920 4382 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134578066 0 0 4096 0 0 0 0 17 1 0 0
/proc/27109/statm: 4770 4382 227 40 0 4187 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 19080

[startup+100.06 s]
/proc/loadavg: 1.01 1.00 0.92 2/64 27109
/proc/meminfo: memFree=1395896/2055920 swapFree=4183520/4192956
[pid=27109] ppid=27107 vsize=20752 CPUtime=100.01
/proc/27109/stat : 27109 (glpPBv3) R 27107 27109 27060 0 -1 0 5099 0 0 0 9919 82 0 0 25 0 1 0 164387483 21250048 4785 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134537636 0 0 4096 0 0 0 0 17 1 0 0
/proc/27109/statm: 5188 4785 227 40 0 4605 0
Current children cumulated CPU time (s) 100.01
Current children cumulated vsize (Kb) 20752

[startup+110.067 s]
/proc/loadavg: 1.01 1.00 0.92 2/64 27109
/proc/meminfo: memFree=1394808/2055920 swapFree=4183520/4192956
[pid=27109] ppid=27107 vsize=21772 CPUtime=110.02
/proc/27109/stat : 27109 (glpPBv3) R 27107 27109 27060 0 -1 0 5367 0 0 0 10915 87 0 0 25 0 1 0 164387483 22294528 5053 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134578458 0 0 4096 0 0 0 0 17 1 0 0
/proc/27109/statm: 5443 5053 227 40 0 4860 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 21772

[startup+120.073 s]
/proc/loadavg: 1.01 1.00 0.92 2/64 27109
/proc/meminfo: memFree=1393720/2055920 swapFree=4183520/4192956
[pid=27109] ppid=27107 vsize=22948 CPUtime=120.03
/proc/27109/stat : 27109 (glpPBv3) R 27107 27109 27060 0 -1 0 5648 0 0 0 11909 94 0 0 25 0 1 0 164387483 23498752 5334 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134578066 0 0 4096 0 0 0 0 17 1 0 0
/proc/27109/statm: 5737 5334 227 40 0 5154 0
Current children cumulated CPU time (s) 120.03
Current children cumulated vsize (Kb) 22948

[startup+130.079 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 27109
/proc/meminfo: memFree=1392696/2055920 swapFree=4183520/4192956
[pid=27109] ppid=27107 vsize=23864 CPUtime=130.03
/proc/27109/stat : 27109 (glpPBv3) R 27107 27109 27060 0 -1 0 5892 0 0 0 12905 98 0 0 25 0 1 0 164387483 24436736 5578 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134534654 0 0 4096 0 0 0 0 17 1 0 0
/proc/27109/statm: 5966 5578 227 40 0 5383 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 23864

[startup+140.085 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 27109
/proc/meminfo: memFree=1391736/2055920 swapFree=4183520/4192956
[pid=27109] ppid=27107 vsize=24888 CPUtime=140.03
/proc/27109/stat : 27109 (glpPBv3) R 27107 27109 27060 0 -1 0 6131 0 0 0 13900 103 0 0 25 0 1 0 164387483 25485312 5817 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134578066 0 0 4096 0 0 0 0 17 1 0 0
/proc/27109/statm: 6222 5817 227 40 0 5639 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 24888

[startup+150.092 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 27109
/proc/meminfo: memFree=1390840/2055920 swapFree=4183520/4192956
[pid=27109] ppid=27107 vsize=25784 CPUtime=150.04
/proc/27109/stat : 27109 (glpPBv3) R 27107 27109 27060 0 -1 0 6353 0 0 0 14897 107 0 0 25 0 1 0 164387483 26402816 6039 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134578429 0 0 4096 0 0 0 0 17 1 0 0
/proc/27109/statm: 6446 6039 227 40 0 5863 0
Current children cumulated CPU time (s) 150.04
Current children cumulated vsize (Kb) 25784

[startup+160.098 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 27109
/proc/meminfo: memFree=1390072/2055920 swapFree=4183520/4192956
[pid=27109] ppid=27107 vsize=26440 CPUtime=160.04
/proc/27109/stat : 27109 (glpPBv3) R 27107 27109 27060 0 -1 0 6539 0 0 0 15893 111 0 0 25 0 1 0 164387483 27074560 6225 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134572954 0 0 4096 0 0 0 0 17 1 0 0
/proc/27109/statm: 6610 6225 227 40 0 6027 0
Current children cumulated CPU time (s) 160.04
Current children cumulated vsize (Kb) 26440

[startup+170.104 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 27109
/proc/meminfo: memFree=1389304/2055920 swapFree=4183520/4192956
[pid=27109] ppid=27107 vsize=27232 CPUtime=170.04
/proc/27109/stat : 27109 (glpPBv3) R 27107 27109 27060 0 -1 0 6735 0 0 0 16890 114 0 0 25 0 1 0 164387483 27885568 6421 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134572926 0 0 4096 0 0 0 0 17 1 0 0
/proc/27109/statm: 6808 6421 227 40 0 6225 0
Current children cumulated CPU time (s) 170.04
Current children cumulated vsize (Kb) 27232

[startup+180.11 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 27109
/proc/meminfo: memFree=1388600/2055920 swapFree=4183520/4192956
[pid=27109] ppid=27107 vsize=28008 CPUtime=180.04
/proc/27109/stat : 27109 (glpPBv3) R 27107 27109 27060 0 -1 0 6911 0 0 0 17886 118 0 0 25 0 1 0 164387483 28680192 6597 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27109/statm: 7002 6597 227 40 0 6419 0
Current children cumulated CPU time (s) 180.04
Current children cumulated vsize (Kb) 28008

[startup+190.116 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 27109
/proc/meminfo: memFree=1387896/2055920 swapFree=4183520/4192956
[pid=27109] ppid=27107 vsize=28644 CPUtime=190.05
/proc/27109/stat : 27109 (glpPBv3) R 27107 27109 27060 0 -1 0 7083 0 0 0 18883 122 0 0 25 0 1 0 164387483 29331456 6769 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27109/statm: 7161 6769 227 40 0 6578 0
Current children cumulated CPU time (s) 190.05
Current children cumulated vsize (Kb) 28644

[startup+200.122 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 27109
/proc/meminfo: memFree=1387576/2055920 swapFree=4183520/4192956
[pid=27109] ppid=27107 vsize=29028 CPUtime=200.05
/proc/27109/stat : 27109 (glpPBv3) R 27107 27109 27060 0 -1 0 7162 0 0 0 19879 126 0 0 25 0 1 0 164387483 29724672 6848 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27109/statm: 7257 6848 227 40 0 6674 0
Current children cumulated CPU time (s) 200.05
Current children cumulated vsize (Kb) 29028

[startup+210.127 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 27109

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

/proc/27109/stat : 27109 (glpPBv3) R 27107 27109 27060 0 -1 0 19325 0 0 0 177746 402 0 0 25 0 1 0 164387483 75526144 18049 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134578429 0 0 4096 0 0 0 0 17 1 0 0
/proc/27109/statm: 18439 18049 227 40 0 17856 0
Current children cumulated CPU time (s) 1781.48
Current children cumulated vsize (Kb) 73756

[startup+1783.09 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 27111
/proc/meminfo: memFree=1342456/2055920 swapFree=4183520/4192956
[pid=27109] ppid=27107 vsize=73756 CPUtime=1782.48
/proc/27109/stat : 27109 (glpPBv3) R 27107 27109 27060 0 -1 0 19327 0 0 0 177846 402 0 0 25 0 1 0 164387483 75526144 18051 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134578419 0 0 4096 0 0 0 0 17 1 0 0
/proc/27109/statm: 18439 18051 227 40 0 17856 0
Current children cumulated CPU time (s) 1782.48
Current children cumulated vsize (Kb) 73756

[startup+1784.1 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 27111
/proc/meminfo: memFree=1342456/2055920 swapFree=4183520/4192956
[pid=27109] ppid=27107 vsize=73756 CPUtime=1783.49
/proc/27109/stat : 27109 (glpPBv3) R 27107 27109 27060 0 -1 0 19333 0 0 0 177947 402 0 0 25 0 1 0 164387483 75526144 18057 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134578419 0 0 4096 0 0 0 0 17 1 0 0
/proc/27109/statm: 18439 18057 227 40 0 17856 0
Current children cumulated CPU time (s) 1783.49
Current children cumulated vsize (Kb) 73756

[startup+1785.11 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 27111
/proc/meminfo: memFree=1342456/2055920 swapFree=4183520/4192956
[pid=27109] ppid=27107 vsize=73756 CPUtime=1784.49
/proc/27109/stat : 27109 (glpPBv3) R 27107 27109 27060 0 -1 0 19335 0 0 0 178047 402 0 0 25 0 1 0 164387483 75526144 18059 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134573036 0 0 4096 0 0 0 0 17 1 0 0
/proc/27109/statm: 18439 18059 227 40 0 17856 0
Current children cumulated CPU time (s) 1784.49
Current children cumulated vsize (Kb) 73756

[startup+1786.11 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 27111
/proc/meminfo: memFree=1342392/2055920 swapFree=4183520/4192956
[pid=27109] ppid=27107 vsize=73888 CPUtime=1785.5
/proc/27109/stat : 27109 (glpPBv3) R 27107 27109 27060 0 -1 0 19341 0 0 0 178147 403 0 0 25 0 1 0 164387483 75661312 18065 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134578066 0 0 4096 0 0 0 0 17 1 0 0
/proc/27109/statm: 18472 18065 227 40 0 17889 0
Current children cumulated CPU time (s) 1785.5
Current children cumulated vsize (Kb) 73888

[startup+1787.12 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 27111
/proc/meminfo: memFree=1342392/2055920 swapFree=4183520/4192956
[pid=27109] ppid=27107 vsize=73888 CPUtime=1786.51
/proc/27109/stat : 27109 (glpPBv3) R 27107 27109 27060 0 -1 0 19347 0 0 0 178248 403 0 0 25 0 1 0 164387483 75661312 18071 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134578419 0 0 4096 0 0 0 0 17 1 0 0
/proc/27109/statm: 18472 18071 227 40 0 17889 0
Current children cumulated CPU time (s) 1786.51
Current children cumulated vsize (Kb) 73888

[startup+1788.12 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 27111
/proc/meminfo: memFree=1342392/2055920 swapFree=4183520/4192956
[pid=27109] ppid=27107 vsize=73888 CPUtime=1787.51
/proc/27109/stat : 27109 (glpPBv3) R 27107 27109 27060 0 -1 0 19351 0 0 0 178348 403 0 0 25 0 1 0 164387483 75661312 18075 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134578443 0 0 4096 0 0 0 0 17 1 0 0
/proc/27109/statm: 18472 18075 227 40 0 17889 0
Current children cumulated CPU time (s) 1787.51
Current children cumulated vsize (Kb) 73888

[startup+1789.12 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 27111
/proc/meminfo: memFree=1342328/2055920 swapFree=4183520/4192956
[pid=27109] ppid=27107 vsize=73888 CPUtime=1788.51
/proc/27109/stat : 27109 (glpPBv3) R 27107 27109 27060 0 -1 0 19355 0 0 0 178448 403 0 0 25 0 1 0 164387483 75661312 18079 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134572894 0 0 4096 0 0 0 0 17 1 0 0
/proc/27109/statm: 18472 18079 227 40 0 17889 0
Current children cumulated CPU time (s) 1788.51
Current children cumulated vsize (Kb) 73888

[startup+1790.13 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 27111
/proc/meminfo: memFree=1342328/2055920 swapFree=4183520/4192956
[pid=27109] ppid=27107 vsize=73888 CPUtime=1789.52
/proc/27109/stat : 27109 (glpPBv3) R 27107 27109 27060 0 -1 0 19357 0 0 0 178549 403 0 0 25 0 1 0 164387483 75661312 18081 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134578066 0 0 4096 0 0 0 0 17 1 0 0
/proc/27109/statm: 18472 18081 227 40 0 17889 0
Current children cumulated CPU time (s) 1789.52
Current children cumulated vsize (Kb) 73888

[startup+1791.14 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 27111
/proc/meminfo: memFree=1342328/2055920 swapFree=4183520/4192956
[pid=27109] ppid=27107 vsize=73888 CPUtime=1790.52
/proc/27109/stat : 27109 (glpPBv3) R 27107 27109 27060 0 -1 0 19363 0 0 0 178649 403 0 0 25 0 1 0 164387483 75661312 18087 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134578068 0 0 4096 0 0 0 0 17 1 0 0
/proc/27109/statm: 18472 18087 227 40 0 17889 0
Current children cumulated CPU time (s) 1790.52
Current children cumulated vsize (Kb) 73888

[startup+1792.14 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 27111
/proc/meminfo: memFree=1342328/2055920 swapFree=4183520/4192956
[pid=27109] ppid=27107 vsize=73888 CPUtime=1791.53
/proc/27109/stat : 27109 (glpPBv3) R 27107 27109 27060 0 -1 0 19365 0 0 0 178750 403 0 0 25 0 1 0 164387483 75661312 18089 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134578419 0 0 4096 0 0 0 0 17 1 0 0
/proc/27109/statm: 18472 18089 227 40 0 17889 0
Current children cumulated CPU time (s) 1791.53
Current children cumulated vsize (Kb) 73888

[startup+1793.15 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 27111
/proc/meminfo: memFree=1342264/2055920 swapFree=4183520/4192956
[pid=27109] ppid=27107 vsize=73888 CPUtime=1792.53
/proc/27109/stat : 27109 (glpPBv3) R 27107 27109 27060 0 -1 0 19368 0 0 0 178850 403 0 0 25 0 1 0 164387483 75661312 18092 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134578445 0 0 4096 0 0 0 0 17 1 0 0
/proc/27109/statm: 18472 18092 227 40 0 17889 0
Current children cumulated CPU time (s) 1792.53
Current children cumulated vsize (Kb) 73888

[startup+1794.15 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 27111
/proc/meminfo: memFree=1342264/2055920 swapFree=4183520/4192956
[pid=27109] ppid=27107 vsize=74020 CPUtime=1793.54
/proc/27109/stat : 27109 (glpPBv3) R 27107 27109 27060 0 -1 0 19372 0 0 0 178950 404 0 0 25 0 1 0 164387483 75796480 18096 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134578066 0 0 4096 0 0 0 0 17 1 0 0
/proc/27109/statm: 18505 18096 227 40 0 17922 0
Current children cumulated CPU time (s) 1793.54
Current children cumulated vsize (Kb) 74020

[startup+1795.16 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 27111
/proc/meminfo: memFree=1342264/2055920 swapFree=4183520/4192956
[pid=27109] ppid=27107 vsize=74020 CPUtime=1794.54
/proc/27109/stat : 27109 (glpPBv3) R 27107 27109 27060 0 -1 0 19376 0 0 0 179050 404 0 0 25 0 1 0 164387483 75796480 18100 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134578458 0 0 4096 0 0 0 0 17 1 0 0
/proc/27109/statm: 18505 18100 227 40 0 17922 0
Current children cumulated CPU time (s) 1794.54
Current children cumulated vsize (Kb) 74020

[startup+1796.16 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 27111
/proc/meminfo: memFree=1342264/2055920 swapFree=4183520/4192956
[pid=27109] ppid=27107 vsize=74020 CPUtime=1795.55
/proc/27109/stat : 27109 (glpPBv3) R 27107 27109 27060 0 -1 0 19378 0 0 0 179151 404 0 0 25 0 1 0 164387483 75796480 18102 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134578436 0 0 4096 0 0 0 0 17 1 0 0
/proc/27109/statm: 18505 18102 227 40 0 17922 0
Current children cumulated CPU time (s) 1795.55
Current children cumulated vsize (Kb) 74020

[startup+1797.17 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 27111
/proc/meminfo: memFree=1342264/2055920 swapFree=4183520/4192956
[pid=27109] ppid=27107 vsize=74020 CPUtime=1796.55
/proc/27109/stat : 27109 (glpPBv3) R 27107 27109 27060 0 -1 0 19380 0 0 0 179251 404 0 0 25 0 1 0 164387483 75796480 18104 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134578419 0 0 4096 0 0 0 0 17 1 0 0
/proc/27109/statm: 18505 18104 227 40 0 17922 0
Current children cumulated CPU time (s) 1796.55
Current children cumulated vsize (Kb) 74020

[startup+1798.17 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 27111
/proc/meminfo: memFree=1342200/2055920 swapFree=4183520/4192956
[pid=27109] ppid=27107 vsize=74020 CPUtime=1797.56
/proc/27109/stat : 27109 (glpPBv3) R 27107 27109 27060 0 -1 0 19386 0 0 0 179352 404 0 0 25 0 1 0 164387483 75796480 18110 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134578068 0 0 4096 0 0 0 0 17 1 0 0
/proc/27109/statm: 18505 18110 227 40 0 17922 0
Current children cumulated CPU time (s) 1797.56
Current children cumulated vsize (Kb) 74020

[startup+1799.18 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 27111
/proc/meminfo: memFree=1342200/2055920 swapFree=4183520/4192956
[pid=27109] ppid=27107 vsize=74020 CPUtime=1798.56
/proc/27109/stat : 27109 (glpPBv3) R 27107 27109 27060 0 -1 0 19392 0 0 0 179452 404 0 0 25 0 1 0 164387483 75796480 18116 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134578429 0 0 4096 0 0 0 0 17 1 0 0
/proc/27109/statm: 18505 18116 227 40 0 17922 0
Current children cumulated CPU time (s) 1798.56
Current children cumulated vsize (Kb) 74020

[startup+1800.18 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 27111
/proc/meminfo: memFree=1342200/2055920 swapFree=4183520/4192956
[pid=27109] ppid=27107 vsize=74020 CPUtime=1799.57
/proc/27109/stat : 27109 (glpPBv3) R 27107 27109 27060 0 -1 0 19396 0 0 0 179553 404 0 0 25 0 1 0 164387483 75796480 18120 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134578066 0 0 4096 0 0 0 0 17 1 0 0
/proc/27109/statm: 18505 18120 227 40 0 17922 0
Current children cumulated CPU time (s) 1799.57
Current children cumulated vsize (Kb) 74020

[startup+1801.19 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 27111
/proc/meminfo: memFree=1342136/2055920 swapFree=4183520/4192956
[pid=27109] ppid=27107 vsize=74148 CPUtime=1800.57
/proc/27109/stat : 27109 (glpPBv3) R 27107 27109 27060 0 -1 0 19402 0 0 0 179653 404 0 0 25 0 1 0 164387483 75927552 18126 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134578419 0 0 4096 0 0 0 0 17 1 0 0
/proc/27109/statm: 18537 18126 227 40 0 17954 0
Current children cumulated CPU time (s) 1800.57
Current children cumulated vsize (Kb) 74148



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.19 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 27111
/proc/meminfo: memFree=1342136/2055920 swapFree=4183520/4192956
[pid=27109] ppid=27107 vsize=74148 CPUtime=1800.57
/proc/27109/stat : 27109 (glpPBv3) R 27107 27109 27060 0 -1 0 19402 0 0 0 179653 404 0 0 25 0 1 0 164387483 75927552 18126 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134578419 0 0 4096 0 0 0 0 17 1 0 0
/proc/27109/statm: 18537 18126 227 40 0 17954 0
Current children cumulated CPU time (s) 1800.57
Current children cumulated vsize (Kb) 74148

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.21
CPU time (s): 1800.6
CPU user time (s): 1796.54
CPU system time (s): 4.06338
CPU usage (%): 99.966
Max. virtual memory (cumulated for all children) (Kb): 74148
The end

Launcher Data (download as text)

Begin job on node17 on Sat Jul 29 12:14:29 UTC 2006


FILE ID= 85831-1154175269

PBS_JOBID= 893605

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

MD5SUM SOLVER= 29ce95346658d7502ba983059bfb8cff
MD5SUM BENCH=  a470052ca6f8034e2c6c08868e52d9e8

RANDOM SEED= 695192411

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.263
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.263
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:       1414408 kB
Buffers:         36680 kB
Cached:         531032 kB
SwapCached:       3080 kB
Active:          49020 kB
Inactive:       527120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1414408 kB
SwapTotal:     4192956 kB
SwapFree:      4183520 kB
Dirty:             176 kB
Writeback:           0 kB
Mapped:          14460 kB
Slab:            51376 kB
Committed_AS:   757720 kB
PageTables:       1472 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node17 on Sat Jul 29 12:44:30 UTC 2006