Trace number 85816

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_5_40_3.opb
MD5SUM455599f2e36aed56b051b7169c43fa6c
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 0
Optimality of the best value was proved YES
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 1162
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3997
Number of bits of the biggest sum of numbers12
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/node6/watcher-85816-1154175002 -o ROOT/results/node6/solver-85816-1154175002 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user8/glpPBv3 ROOT/tmp/node6/85816-1154175002/instance-85816-1154175002.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.95 0.90 2/63 8889
/proc/meminfo: memFree=744528/2055924 swapFree=4183204/4192956
[pid=8889] ppid=8887 vsize=2668 CPUtime=0
/proc/8889/stat : 8889 (glpPBv3) R 8887 8889 8840 0 -1 0 259 0 0 0 0 0 0 0 18 0 1 0 164361562 2732032 229 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 2468672 0 0 4096 0 0 0 0 17 1 0 0
/proc/8889/statm: 667 231 199 40 0 84 0

[startup+10.002 s]
/proc/loadavg: 0.93 0.95 0.90 2/63 8889
/proc/meminfo: memFree=740048/2055924 swapFree=4183204/4192956
[pid=8889] ppid=8887 vsize=7008 CPUtime=9.99
/proc/8889/stat : 8889 (glpPBv3) R 8887 8889 8840 0 -1 0 1378 0 0 0 980 19 0 0 25 0 1 0 164361562 7176192 1347 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8889/statm: 1752 1347 227 40 0 1169 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 7008

[startup+20.008 s]
/proc/loadavg: 0.94 0.96 0.91 2/63 8889
/proc/meminfo: memFree=736720/2055924 swapFree=4183204/4192956
[pid=8889] ppid=8887 vsize=10364 CPUtime=20
/proc/8889/stat : 8889 (glpPBv3) R 8887 8889 8840 0 -1 0 2254 0 0 0 1964 36 0 0 25 0 1 0 164361562 10612736 2182 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578066 0 0 4096 0 0 0 0 17 1 0 0
/proc/8889/statm: 2591 2182 227 40 0 2008 0
Current children cumulated CPU time (s) 20
Current children cumulated vsize (Kb) 10364

[startup+30.014 s]
/proc/loadavg: 0.95 0.96 0.91 2/63 8889
/proc/meminfo: memFree=736272/2055924 swapFree=4183204/4192956
[pid=8889] ppid=8887 vsize=10900 CPUtime=29.98
/proc/8889/stat : 8889 (glpPBv3) R 8887 8889 8840 0 -1 0 2395 0 0 0 2951 47 0 0 25 0 1 0 164361562 11161600 2323 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8889/statm: 2725 2323 227 40 0 2142 0
Current children cumulated CPU time (s) 29.98
Current children cumulated vsize (Kb) 10900

[startup+40.02 s]
/proc/loadavg: 0.95 0.96 0.91 2/63 8889
/proc/meminfo: memFree=733776/2055924 swapFree=4183204/4192956
[pid=8889] ppid=8887 vsize=13348 CPUtime=39.99
/proc/8889/stat : 8889 (glpPBv3) R 8887 8889 8840 0 -1 0 3095 0 0 0 3941 58 0 0 25 0 1 0 164361562 13668352 2942 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578066 0 0 4096 0 0 0 0 17 1 0 0
/proc/8889/statm: 3337 2942 227 40 0 2754 0
Current children cumulated CPU time (s) 39.99
Current children cumulated vsize (Kb) 13348

[startup+50.0259 s]
/proc/loadavg: 0.96 0.96 0.91 2/63 8889
/proc/meminfo: memFree=732048/2055924 swapFree=4183204/4192956
[pid=8889] ppid=8887 vsize=15080 CPUtime=49.98
/proc/8889/stat : 8889 (glpPBv3) R 8887 8889 8840 0 -1 0 3526 0 0 0 4931 67 0 0 25 0 1 0 164361562 15441920 3373 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578066 0 0 4096 0 0 0 0 17 1 0 0
/proc/8889/statm: 3770 3373 227 40 0 3187 0
Current children cumulated CPU time (s) 49.98
Current children cumulated vsize (Kb) 15080

[startup+60.0319 s]
/proc/loadavg: 0.97 0.96 0.91 2/63 8889
/proc/meminfo: memFree=730512/2055924 swapFree=4183204/4192956
[pid=8889] ppid=8887 vsize=16548 CPUtime=59.99
/proc/8889/stat : 8889 (glpPBv3) R 8887 8889 8840 0 -1 0 3908 0 0 0 5925 74 0 0 25 0 1 0 164361562 16945152 3755 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134572926 0 0 4096 0 0 0 0 17 1 0 0
/proc/8889/statm: 4137 3755 227 40 0 3554 0
Current children cumulated CPU time (s) 59.99
Current children cumulated vsize (Kb) 16548

[startup+70.0379 s]
/proc/loadavg: 0.97 0.96 0.91 2/63 8889
/proc/meminfo: memFree=729232/2055924 swapFree=4183204/4192956
[pid=8889] ppid=8887 vsize=17880 CPUtime=69.99
/proc/8889/stat : 8889 (glpPBv3) R 8887 8889 8840 0 -1 0 4229 0 0 0 6920 79 0 0 25 0 1 0 164361562 18309120 4076 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578066 0 0 4096 0 0 0 0 17 1 0 0
/proc/8889/statm: 4470 4076 227 40 0 3887 0
Current children cumulated CPU time (s) 69.99
Current children cumulated vsize (Kb) 17880

[startup+80.0438 s]
/proc/loadavg: 0.98 0.96 0.91 2/63 8889
/proc/meminfo: memFree=727952/2055924 swapFree=4183204/4192956
[pid=8889] ppid=8887 vsize=19212 CPUtime=79.99
/proc/8889/stat : 8889 (glpPBv3) R 8887 8889 8840 0 -1 0 4550 0 0 0 7915 84 0 0 25 0 1 0 164361562 19673088 4397 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578066 0 0 4096 0 0 0 0 17 1 0 0
/proc/8889/statm: 4803 4397 227 40 0 4220 0
Current children cumulated CPU time (s) 79.99
Current children cumulated vsize (Kb) 19212

[startup+90.0498 s]
/proc/loadavg: 0.98 0.96 0.91 2/63 8889
/proc/meminfo: memFree=726800/2055924 swapFree=4183204/4192956
[pid=8889] ppid=8887 vsize=20276 CPUtime=89.99
/proc/8889/stat : 8889 (glpPBv3) R 8887 8889 8840 0 -1 0 4830 0 0 0 8909 90 0 0 25 0 1 0 164361562 20762624 4677 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134572926 0 0 4096 0 0 0 0 17 1 0 0
/proc/8889/statm: 5069 4677 227 40 0 4486 0
Current children cumulated CPU time (s) 89.99
Current children cumulated vsize (Kb) 20276

[startup+100.056 s]
/proc/loadavg: 0.98 0.96 0.91 2/63 8889
/proc/meminfo: memFree=725648/2055924 swapFree=4183204/4192956
[pid=8889] ppid=8887 vsize=21476 CPUtime=99.99
/proc/8889/stat : 8889 (glpPBv3) R 8887 8889 8840 0 -1 0 5118 0 0 0 9904 95 0 0 25 0 1 0 164361562 21991424 4965 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578066 0 0 4096 0 0 0 0 17 1 0 0
/proc/8889/statm: 5369 4965 227 40 0 4786 0
Current children cumulated CPU time (s) 99.99
Current children cumulated vsize (Kb) 21476

[startup+110.062 s]
/proc/loadavg: 0.98 0.96 0.91 2/63 8889
/proc/meminfo: memFree=723920/2055924 swapFree=4183204/4192956
[pid=8889] ppid=8887 vsize=23180 CPUtime=110
/proc/8889/stat : 8889 (glpPBv3) R 8887 8889 8840 0 -1 0 5698 0 0 0 10900 100 0 0 25 0 1 0 164361562 23736320 5384 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8889/statm: 5795 5384 227 40 0 5212 0
Current children cumulated CPU time (s) 110
Current children cumulated vsize (Kb) 23180

[startup+120.068 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8889
/proc/meminfo: memFree=722960/2055924 swapFree=4183204/4192956
[pid=8889] ppid=8887 vsize=24116 CPUtime=120
/proc/8889/stat : 8889 (glpPBv3) R 8887 8889 8840 0 -1 0 5943 0 0 0 11895 105 0 0 25 0 1 0 164361562 24694784 5629 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578429 0 0 4096 0 0 0 0 17 1 0 0
/proc/8889/statm: 6029 5629 227 40 0 5446 0
Current children cumulated CPU time (s) 120
Current children cumulated vsize (Kb) 24116

[startup+130.074 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8889
/proc/meminfo: memFree=722000/2055924 swapFree=4183204/4192956
[pid=8889] ppid=8887 vsize=25048 CPUtime=130
/proc/8889/stat : 8889 (glpPBv3) R 8887 8889 8840 0 -1 0 6180 0 0 0 12891 109 0 0 25 0 1 0 164361562 25649152 5866 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578066 0 0 4096 0 0 0 0 17 1 0 0
/proc/8889/statm: 6262 5866 227 40 0 5679 0
Current children cumulated CPU time (s) 130
Current children cumulated vsize (Kb) 25048

[startup+140.08 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8889
/proc/meminfo: memFree=721168/2055924 swapFree=4183204/4192956
[pid=8889] ppid=8887 vsize=25844 CPUtime=140
/proc/8889/stat : 8889 (glpPBv3) R 8887 8889 8840 0 -1 0 6390 0 0 0 13886 114 0 0 25 0 1 0 164361562 26464256 6076 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578419 0 0 4096 0 0 0 0 17 1 0 0
/proc/8889/statm: 6461 6076 227 40 0 5878 0
Current children cumulated CPU time (s) 140
Current children cumulated vsize (Kb) 25844

[startup+150.086 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8889
/proc/meminfo: memFree=720400/2055924 swapFree=4183204/4192956
[pid=8889] ppid=8887 vsize=26644 CPUtime=150.01
/proc/8889/stat : 8889 (glpPBv3) R 8887 8889 8840 0 -1 0 6582 0 0 0 14883 118 0 0 25 0 1 0 164361562 27283456 6268 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134572861 0 0 4096 0 0 0 0 17 1 0 0
/proc/8889/statm: 6661 6268 227 40 0 6078 0
Current children cumulated CPU time (s) 150.01
Current children cumulated vsize (Kb) 26644

[startup+160.093 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8889
/proc/meminfo: memFree=719568/2055924 swapFree=4183204/4192956
[pid=8889] ppid=8887 vsize=27444 CPUtime=160.01
/proc/8889/stat : 8889 (glpPBv3) R 8887 8889 8840 0 -1 0 6787 0 0 0 15878 123 0 0 25 0 1 0 164361562 28102656 6473 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578060 0 0 4096 0 0 0 0 17 1 0 0
/proc/8889/statm: 6861 6473 227 40 0 6278 0
Current children cumulated CPU time (s) 160.01
Current children cumulated vsize (Kb) 27444

[startup+170.1 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8889
/proc/meminfo: memFree=718672/2055924 swapFree=4183204/4192956
[pid=8889] ppid=8887 vsize=28376 CPUtime=170.02
/proc/8889/stat : 8889 (glpPBv3) R 8887 8889 8840 0 -1 0 7001 0 0 0 16874 128 0 0 25 0 1 0 164361562 29057024 6687 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578066 0 0 4096 0 0 0 0 17 1 0 0
/proc/8889/statm: 7094 6687 227 40 0 6511 0
Current children cumulated CPU time (s) 170.02
Current children cumulated vsize (Kb) 28376

[startup+180.107 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8889
/proc/meminfo: memFree=717712/2055924 swapFree=4183204/4192956
[pid=8889] ppid=8887 vsize=29308 CPUtime=180.02
/proc/8889/stat : 8889 (glpPBv3) R 8887 8889 8840 0 -1 0 7240 0 0 0 17871 131 0 0 25 0 1 0 164361562 30011392 6926 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578066 0 0 4096 0 0 0 0 17 1 0 0
/proc/8889/statm: 7327 6926 227 40 0 6744 0
Current children cumulated CPU time (s) 180.02
Current children cumulated vsize (Kb) 29308

[startup+190.113 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8889
/proc/meminfo: memFree=717008/2055924 swapFree=4183204/4192956
[pid=8889] ppid=8887 vsize=29976 CPUtime=190.02
/proc/8889/stat : 8889 (glpPBv3) R 8887 8889 8840 0 -1 0 7416 0 0 0 18867 135 0 0 25 0 1 0 164361562 30695424 7102 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578066 0 0 4096 0 0 0 0 17 1 0 0
/proc/8889/statm: 7494 7102 227 40 0 6911 0
Current children cumulated CPU time (s) 190.02
Current children cumulated vsize (Kb) 29976

[startup+200.119 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8889
/proc/meminfo: memFree=716240/2055924 swapFree=4183204/4192956
[pid=8889] ppid=8887 vsize=30776 CPUtime=200.02
/proc/8889/stat : 8889 (glpPBv3) R 8887 8889 8840 0 -1 0 7606 0 0 0 19863 139 0 0 25 0 1 0 164361562 31514624 7292 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578429 0 0 4096 0 0 0 0 17 1 0 0
/proc/8889/statm: 7694 7292 227 40 0 7111 0
Current children cumulated CPU time (s) 200.02
Current children cumulated vsize (Kb) 30776

[startup+210.126 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8889

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

/proc/8889/stat : 8889 (glpPBv3) R 8887 8889 8840 0 -1 0 17913 0 0 0 177714 427 0 0 25 0 1 0 164361562 72380416 17278 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578066 0 0 4096 0 0 0 0 17 1 0 0
/proc/8889/statm: 17671 17278 227 40 0 17088 0
Current children cumulated CPU time (s) 1781.41
Current children cumulated vsize (Kb) 70684

[startup+1783.1 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8889
/proc/meminfo: memFree=676048/2055924 swapFree=4183204/4192956
[pid=8889] ppid=8887 vsize=70684 CPUtime=1782.41
/proc/8889/stat : 8889 (glpPBv3) R 8887 8889 8840 0 -1 0 17919 0 0 0 177814 427 0 0 25 0 1 0 164361562 72380416 17284 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8889/statm: 17671 17284 227 40 0 17088 0
Current children cumulated CPU time (s) 1782.41
Current children cumulated vsize (Kb) 70684

[startup+1784.1 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8889
/proc/meminfo: memFree=676048/2055924 swapFree=4183204/4192956
[pid=8889] ppid=8887 vsize=70684 CPUtime=1783.41
/proc/8889/stat : 8889 (glpPBv3) R 8887 8889 8840 0 -1 0 17926 0 0 0 177914 427 0 0 25 0 1 0 164361562 72380416 17291 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134573036 0 0 4096 0 0 0 0 17 1 0 0
/proc/8889/statm: 17671 17291 227 40 0 17088 0
Current children cumulated CPU time (s) 1783.41
Current children cumulated vsize (Kb) 70684

[startup+1785.11 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8889
/proc/meminfo: memFree=676048/2055924 swapFree=4183204/4192956
[pid=8889] ppid=8887 vsize=70820 CPUtime=1784.42
/proc/8889/stat : 8889 (glpPBv3) R 8887 8889 8840 0 -1 0 17928 0 0 0 178015 427 0 0 25 0 1 0 164361562 72519680 17293 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578445 0 0 4096 0 0 0 0 17 1 0 0
/proc/8889/statm: 17705 17293 227 40 0 17122 0
Current children cumulated CPU time (s) 1784.42
Current children cumulated vsize (Kb) 70820

[startup+1786.11 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8889
/proc/meminfo: memFree=675984/2055924 swapFree=4183204/4192956
[pid=8889] ppid=8887 vsize=70820 CPUtime=1785.42
/proc/8889/stat : 8889 (glpPBv3) R 8887 8889 8840 0 -1 0 17940 0 0 0 178115 427 0 0 25 0 1 0 164361562 72519680 17305 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578429 0 0 4096 0 0 0 0 17 1 0 0
/proc/8889/statm: 17705 17305 227 40 0 17122 0
Current children cumulated CPU time (s) 1785.42
Current children cumulated vsize (Kb) 70820

[startup+1787.12 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8889
/proc/meminfo: memFree=675984/2055924 swapFree=4183204/4192956
[pid=8889] ppid=8887 vsize=70820 CPUtime=1786.43
/proc/8889/stat : 8889 (glpPBv3) R 8887 8889 8840 0 -1 0 17944 0 0 0 178216 427 0 0 25 0 1 0 164361562 72519680 17309 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578066 0 0 4096 0 0 0 0 17 1 0 0
/proc/8889/statm: 17705 17309 227 40 0 17122 0
Current children cumulated CPU time (s) 1786.43
Current children cumulated vsize (Kb) 70820

[startup+1788.12 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8889
/proc/meminfo: memFree=675920/2055924 swapFree=4183204/4192956
[pid=8889] ppid=8887 vsize=70820 CPUtime=1787.43
/proc/8889/stat : 8889 (glpPBv3) R 8887 8889 8840 0 -1 0 17950 0 0 0 178316 427 0 0 25 0 1 0 164361562 72519680 17315 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578066 0 0 4096 0 0 0 0 17 1 0 0
/proc/8889/statm: 17705 17315 227 40 0 17122 0
Current children cumulated CPU time (s) 1787.43
Current children cumulated vsize (Kb) 70820

[startup+1789.13 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8889
/proc/meminfo: memFree=675920/2055924 swapFree=4183204/4192956
[pid=8889] ppid=8887 vsize=70820 CPUtime=1788.43
/proc/8889/stat : 8889 (glpPBv3) R 8887 8889 8840 0 -1 0 17958 0 0 0 178416 427 0 0 25 0 1 0 164361562 72519680 17323 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578066 0 0 4096 0 0 0 0 17 1 0 0
/proc/8889/statm: 17705 17323 227 40 0 17122 0
Current children cumulated CPU time (s) 1788.43
Current children cumulated vsize (Kb) 70820

[startup+1790.13 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8889
/proc/meminfo: memFree=675856/2055924 swapFree=4183204/4192956
[pid=8889] ppid=8887 vsize=70952 CPUtime=1789.44
/proc/8889/stat : 8889 (glpPBv3) R 8887 8889 8840 0 -1 0 17964 0 0 0 178516 428 0 0 25 0 1 0 164361562 72654848 17329 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578429 0 0 4096 0 0 0 0 17 1 0 0
/proc/8889/statm: 17738 17329 227 40 0 17155 0
Current children cumulated CPU time (s) 1789.44
Current children cumulated vsize (Kb) 70952

[startup+1791.14 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8889
/proc/meminfo: memFree=675856/2055924 swapFree=4183204/4192956
[pid=8889] ppid=8887 vsize=70952 CPUtime=1790.45
/proc/8889/stat : 8889 (glpPBv3) R 8887 8889 8840 0 -1 0 17968 0 0 0 178617 428 0 0 25 0 1 0 164361562 72654848 17333 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578069 0 0 4096 0 0 0 0 17 1 0 0
/proc/8889/statm: 17738 17333 227 40 0 17155 0
Current children cumulated CPU time (s) 1790.45
Current children cumulated vsize (Kb) 70952

[startup+1792.14 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8889
/proc/meminfo: memFree=675856/2055924 swapFree=4183204/4192956
[pid=8889] ppid=8887 vsize=70952 CPUtime=1791.45
/proc/8889/stat : 8889 (glpPBv3) R 8887 8889 8840 0 -1 0 17973 0 0 0 178717 428 0 0 25 0 1 0 164361562 72654848 17338 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8889/statm: 17738 17338 227 40 0 17155 0
Current children cumulated CPU time (s) 1791.45
Current children cumulated vsize (Kb) 70952

[startup+1793.15 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8889
/proc/meminfo: memFree=675856/2055924 swapFree=4183204/4192956
[pid=8889] ppid=8887 vsize=70952 CPUtime=1792.45
/proc/8889/stat : 8889 (glpPBv3) R 8887 8889 8840 0 -1 0 17979 0 0 0 178817 428 0 0 25 0 1 0 164361562 72654848 17344 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8889/statm: 17738 17344 227 40 0 17155 0
Current children cumulated CPU time (s) 1792.45
Current children cumulated vsize (Kb) 70952

[startup+1794.15 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8889
/proc/meminfo: memFree=673040/2055924 swapFree=4183204/4192956
[pid=8889] ppid=8887 vsize=73512 CPUtime=1793.46
/proc/8889/stat : 8889 (glpPBv3) R 8887 8889 8840 0 -1 0 19268 0 0 0 178917 429 0 0 25 0 1 0 164361562 75276288 17992 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578066 0 0 4096 0 0 0 0 17 1 0 0
/proc/8889/statm: 18378 17992 227 40 0 17795 0
Current children cumulated CPU time (s) 1793.46
Current children cumulated vsize (Kb) 73512

[startup+1795.16 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8889
/proc/meminfo: memFree=673040/2055924 swapFree=4183204/4192956
[pid=8889] ppid=8887 vsize=73512 CPUtime=1794.46
/proc/8889/stat : 8889 (glpPBv3) R 8887 8889 8840 0 -1 0 19272 0 0 0 179017 429 0 0 25 0 1 0 164361562 75276288 17996 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134572926 0 0 4096 0 0 0 0 17 1 0 0
/proc/8889/statm: 18378 17996 227 40 0 17795 0
Current children cumulated CPU time (s) 1794.46
Current children cumulated vsize (Kb) 73512

[startup+1796.16 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8889
/proc/meminfo: memFree=673040/2055924 swapFree=4183204/4192956
[pid=8889] ppid=8887 vsize=73644 CPUtime=1795.47
/proc/8889/stat : 8889 (glpPBv3) R 8887 8889 8840 0 -1 0 19280 0 0 0 179118 429 0 0 25 0 1 0 164361562 75411456 18004 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8889/statm: 18411 18004 227 40 0 17828 0
Current children cumulated CPU time (s) 1795.47
Current children cumulated vsize (Kb) 73644

[startup+1797.17 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8889
/proc/meminfo: memFree=673040/2055924 swapFree=4183204/4192956
[pid=8889] ppid=8887 vsize=73644 CPUtime=1796.47
/proc/8889/stat : 8889 (glpPBv3) R 8887 8889 8840 0 -1 0 19282 0 0 0 179218 429 0 0 25 0 1 0 164361562 75411456 18006 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134572889 0 0 4096 0 0 0 0 17 1 0 0
/proc/8889/statm: 18411 18006 227 40 0 17828 0
Current children cumulated CPU time (s) 1796.47
Current children cumulated vsize (Kb) 73644

[startup+1798.17 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8889
/proc/meminfo: memFree=673040/2055924 swapFree=4183204/4192956
[pid=8889] ppid=8887 vsize=73644 CPUtime=1797.48
/proc/8889/stat : 8889 (glpPBv3) R 8887 8889 8840 0 -1 0 19286 0 0 0 179318 430 0 0 25 0 1 0 164361562 75411456 18010 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578421 0 0 4096 0 0 0 0 17 1 0 0
/proc/8889/statm: 18411 18010 227 40 0 17828 0
Current children cumulated CPU time (s) 1797.48
Current children cumulated vsize (Kb) 73644

[startup+1799.18 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8889
/proc/meminfo: memFree=673040/2055924 swapFree=4183204/4192956
[pid=8889] ppid=8887 vsize=73644 CPUtime=1798.48
/proc/8889/stat : 8889 (glpPBv3) R 8887 8889 8840 0 -1 0 19292 0 0 0 179418 430 0 0 25 0 1 0 164361562 75411456 18016 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578429 0 0 4096 0 0 0 0 17 1 0 0
/proc/8889/statm: 18411 18016 227 40 0 17828 0
Current children cumulated CPU time (s) 1798.48
Current children cumulated vsize (Kb) 73644

[startup+1800.18 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8889
/proc/meminfo: memFree=673040/2055924 swapFree=4183204/4192956
[pid=8889] ppid=8887 vsize=73644 CPUtime=1799.49
/proc/8889/stat : 8889 (glpPBv3) R 8887 8889 8840 0 -1 0 19296 0 0 0 179519 430 0 0 25 0 1 0 164361562 75411456 18020 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134572926 0 0 4096 0 0 0 0 17 1 0 0
/proc/8889/statm: 18411 18020 227 40 0 17828 0
Current children cumulated CPU time (s) 1799.49
Current children cumulated vsize (Kb) 73644

[startup+1801.19 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8889
/proc/meminfo: memFree=673040/2055924 swapFree=4183204/4192956
[pid=8889] ppid=8887 vsize=73644 CPUtime=1800.49
/proc/8889/stat : 8889 (glpPBv3) R 8887 8889 8840 0 -1 0 19299 0 0 0 179619 430 0 0 25 0 1 0 164361562 75411456 18023 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578429 0 0 4096 0 0 0 0 17 1 0 0
/proc/8889/statm: 18411 18023 227 40 0 17828 0
Current children cumulated CPU time (s) 1800.49
Current children cumulated vsize (Kb) 73644



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.19 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8889
/proc/meminfo: memFree=673040/2055924 swapFree=4183204/4192956
[pid=8889] ppid=8887 vsize=73644 CPUtime=1800.49
/proc/8889/stat : 8889 (glpPBv3) R 8887 8889 8840 0 -1 0 19299 0 0 0 179619 430 0 0 25 0 1 0 164361562 75411456 18023 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8889/statm: 18411 18023 227 40 0 17828 0
Current children cumulated CPU time (s) 1800.49
Current children cumulated vsize (Kb) 73644

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.52
CPU user time (s): 1796.2
CPU system time (s): 4.31934
CPU usage (%): 99.9616
Max. virtual memory (cumulated for all children) (Kb): 73644
The end

Launcher Data (download as text)

Begin job on node6 on Sat Jul 29 12:10:02 UTC 2006


FILE ID= 85816-1154175002

PBS_JOBID= 893590

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

MD5SUM SOLVER= 29ce95346658d7502ba983059bfb8cff
MD5SUM BENCH=  455599f2e36aed56b051b7169c43fa6c

RANDOM SEED= 53620190

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.255
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.255
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:      2055924 kB
MemFree:        744736 kB
Buffers:         44248 kB
Cached:        1180788 kB
SwapCached:       3792 kB
Active:         109708 kB
Inactive:      1124084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:        744736 kB
SwapTotal:     4192956 kB
SwapFree:      4183204 kB
Dirty:             184 kB
Writeback:           0 kB
Mapped:          14828 kB
Slab:            63496 kB
Committed_AS:   702968 kB
PageTables:       1460 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node6 on Sat Jul 29 12:40:03 UTC 2006