Trace number 85304

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/
primes-dimacs-cnf/normalized-ssa7552-159.opb
MD5SUMfa45fd08f0ab8253689dfb5a6bfb43d0
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1327
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 1327
Optimality of the best value was proved NO
Number of variables2726
Total number of constraints4395
Number of constraints which are clauses4395
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint5
Number of terms in the objective function 2726
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 2726
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 2726
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/node9/watcher-85304-1154168573 -o ROOT/results/node9/solver-85304-1154168573 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user8/glpPBv3 ROOT/tmp/node9/85304-1154168573/instance-85304-1154168573.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.92 0.98 0.91 2/64 29717
/proc/meminfo: memFree=1427936/2055920 swapFree=4183012/4192956
[pid=29717] ppid=29715 vsize=268 CPUtime=0
/proc/29717/stat : 29717 (glpPBv3) D 29715 29717 29668 0 -1 0 39 0 0 0 0 0 0 0 18 0 1 0 163718438 274432 23 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 8663844 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/29717/statm: 67 23 18 40 0 2 0

[startup+10.0018 s]
/proc/loadavg: 0.93 0.98 0.91 2/64 29717
/proc/meminfo: memFree=1422008/2055920 swapFree=4183012/4192956
[pid=29717] ppid=29715 vsize=8352 CPUtime=9.99
/proc/29717/stat : 29717 (glpPBv3) R 29715 29717 29668 0 -1 0 2071 0 0 0 998 1 0 0 25 0 1 0 163718438 8552448 1714 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134629063 0 0 4096 0 0 0 0 17 1 0 0
/proc/29717/statm: 2088 1714 227 40 0 1505 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 8352

[startup+20.008 s]
/proc/loadavg: 0.94 0.98 0.91 2/64 29717
/proc/meminfo: memFree=1421816/2055920 swapFree=4183012/4192956
[pid=29717] ppid=29715 vsize=8352 CPUtime=19.99
/proc/29717/stat : 29717 (glpPBv3) R 29715 29717 29668 0 -1 0 2331 0 0 0 1998 1 0 0 25 0 1 0 163718438 8552448 1714 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134643347 0 0 4096 0 0 0 0 17 1 0 0
/proc/29717/statm: 2088 1714 227 40 0 1505 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 8352

[startup+30.0141 s]
/proc/loadavg: 0.95 0.98 0.91 2/64 29717
/proc/meminfo: memFree=1421816/2055920 swapFree=4183012/4192956
[pid=29717] ppid=29715 vsize=8352 CPUtime=30
/proc/29717/stat : 29717 (glpPBv3) R 29715 29717 29668 0 -1 0 2889 0 0 0 2998 2 0 0 25 0 1 0 163718438 8552448 1714 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134542140 0 0 4096 0 0 0 0 17 1 0 0
/proc/29717/statm: 2088 1714 227 40 0 1505 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 8352

[startup+40.0202 s]
/proc/loadavg: 0.96 0.98 0.91 2/64 29717
/proc/meminfo: memFree=1421816/2055920 swapFree=4183012/4192956
[pid=29717] ppid=29715 vsize=8352 CPUtime=40
/proc/29717/stat : 29717 (glpPBv3) R 29715 29717 29668 0 -1 0 3931 0 0 0 3997 3 0 0 25 0 1 0 163718438 8552448 1714 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134629287 0 0 4096 0 0 0 0 17 1 0 0
/proc/29717/statm: 2088 1714 227 40 0 1505 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 8352

[startup+50.0264 s]
/proc/loadavg: 0.96 0.98 0.91 2/64 29717
/proc/meminfo: memFree=1421816/2055920 swapFree=4183012/4192956
[pid=29717] ppid=29715 vsize=8352 CPUtime=50
/proc/29717/stat : 29717 (glpPBv3) R 29715 29717 29668 0 -1 0 5408 0 0 0 4996 4 0 0 25 0 1 0 163718438 8552448 1714 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134543284 0 0 4096 0 0 0 0 17 1 0 0
/proc/29717/statm: 2088 1714 227 40 0 1505 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 8352

[startup+60.0325 s]
/proc/loadavg: 0.97 0.98 0.91 2/64 29717
/proc/meminfo: memFree=1421880/2055920 swapFree=4183012/4192956
[pid=29717] ppid=29715 vsize=8352 CPUtime=60
/proc/29717/stat : 29717 (glpPBv3) R 29715 29717 29668 0 -1 0 7158 0 0 0 5995 5 0 0 25 0 1 0 163718438 8552448 1714 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134626346 0 0 4096 0 0 0 0 17 1 0 0
/proc/29717/statm: 2088 1714 227 40 0 1505 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 8352

[startup+70.0386 s]
/proc/loadavg: 0.97 0.98 0.91 2/64 29717
/proc/meminfo: memFree=1421880/2055920 swapFree=4183012/4192956
[pid=29717] ppid=29715 vsize=8352 CPUtime=70.01
/proc/29717/stat : 29717 (glpPBv3) R 29715 29717 29668 0 -1 0 9353 0 0 0 6994 7 0 0 25 0 1 0 163718438 8552448 1714 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134543012 0 0 4096 0 0 0 0 17 1 0 0
/proc/29717/statm: 2088 1714 227 40 0 1505 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 8352

[startup+80.0448 s]
/proc/loadavg: 0.98 0.98 0.91 2/64 29717
/proc/meminfo: memFree=1421816/2055920 swapFree=4183012/4192956
[pid=29717] ppid=29715 vsize=8352 CPUtime=80.01
/proc/29717/stat : 29717 (glpPBv3) R 29715 29717 29668 0 -1 0 12076 0 0 0 7993 8 0 0 25 0 1 0 163718438 8552448 1714 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134643286 0 0 4096 0 0 0 0 17 1 0 0
/proc/29717/statm: 2088 1714 227 40 0 1505 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 8352

[startup+90.0509 s]
/proc/loadavg: 0.98 0.98 0.91 2/64 29717
/proc/meminfo: memFree=1421816/2055920 swapFree=4183012/4192956
[pid=29717] ppid=29715 vsize=8352 CPUtime=90.01
/proc/29717/stat : 29717 (glpPBv3) R 29715 29717 29668 0 -1 0 14733 0 0 0 8991 10 0 0 25 0 1 0 163718438 8552448 1714 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134629283 0 0 4096 0 0 0 0 17 1 0 0
/proc/29717/statm: 2088 1714 227 40 0 1505 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 8352

[startup+100.057 s]
/proc/loadavg: 0.98 0.98 0.91 2/64 29717
/proc/meminfo: memFree=1421816/2055920 swapFree=4183012/4192956
[pid=29717] ppid=29715 vsize=8352 CPUtime=100.02
/proc/29717/stat : 29717 (glpPBv3) R 29715 29717 29668 0 -1 0 18435 0 0 0 9990 12 0 0 25 0 1 0 163718438 8552448 1714 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134643697 0 0 4096 0 0 0 0 17 1 0 0
/proc/29717/statm: 2088 1714 227 40 0 1505 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 8352

[startup+110.063 s]
/proc/loadavg: 0.98 0.98 0.91 2/64 29717
/proc/meminfo: memFree=1421816/2055920 swapFree=4183012/4192956
[pid=29717] ppid=29715 vsize=8352 CPUtime=110.02
/proc/29717/stat : 29717 (glpPBv3) R 29715 29717 29668 0 -1 0 22568 0 0 0 10988 14 0 0 25 0 1 0 163718438 8552448 1714 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134626344 0 0 4096 0 0 0 0 17 1 0 0
/proc/29717/statm: 2088 1714 227 40 0 1505 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 8352

[startup+120.069 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 29717
/proc/meminfo: memFree=1421816/2055920 swapFree=4183012/4192956
[pid=29717] ppid=29715 vsize=8352 CPUtime=120.02
/proc/29717/stat : 29717 (glpPBv3) R 29715 29717 29668 0 -1 0 26636 0 0 0 11986 16 0 0 25 0 1 0 163718438 8552448 1714 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134543278 0 0 4096 0 0 0 0 17 1 0 0
/proc/29717/statm: 2088 1714 227 40 0 1505 0
Current children cumulated CPU time (s) 120.02
Current children cumulated vsize (Kb) 8352

[startup+130.075 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 29717
/proc/meminfo: memFree=1421816/2055920 swapFree=4183012/4192956
[pid=29717] ppid=29715 vsize=8352 CPUtime=130.03
/proc/29717/stat : 29717 (glpPBv3) R 29715 29717 29668 0 -1 0 31180 0 0 0 12984 19 0 0 25 0 1 0 163718438 8552448 1714 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134629115 0 0 4096 0 0 0 0 17 1 0 0
/proc/29717/statm: 2088 1714 227 40 0 1505 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 8352

[startup+140.082 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 29717
/proc/meminfo: memFree=1421816/2055920 swapFree=4183012/4192956
[pid=29717] ppid=29715 vsize=8352 CPUtime=140.03
/proc/29717/stat : 29717 (glpPBv3) R 29715 29717 29668 0 -1 0 36126 0 0 0 13981 22 0 0 25 0 1 0 163718438 8552448 1714 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 9129687 0 0 4096 0 0 0 0 17 1 0 0
/proc/29717/statm: 2088 1714 227 40 0 1505 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 8352

[startup+150.088 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 29717
/proc/meminfo: memFree=1421816/2055920 swapFree=4183012/4192956
[pid=29717] ppid=29715 vsize=8352 CPUtime=150.03
/proc/29717/stat : 29717 (glpPBv3) R 29715 29717 29668 0 -1 0 41822 0 0 0 14979 24 0 0 25 0 1 0 163718438 8552448 1714 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134543011 0 0 4096 0 0 0 0 17 1 0 0
/proc/29717/statm: 2088 1714 227 40 0 1505 0
Current children cumulated CPU time (s) 150.03
Current children cumulated vsize (Kb) 8352

[startup+160.094 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 29717
/proc/meminfo: memFree=1421816/2055920 swapFree=4183012/4192956
[pid=29717] ppid=29715 vsize=8352 CPUtime=160.04
/proc/29717/stat : 29717 (glpPBv3) R 29715 29717 29668 0 -1 0 47773 0 0 0 15975 29 0 0 25 0 1 0 163718438 8552448 1714 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134629055 0 0 4096 0 0 0 0 17 1 0 0
/proc/29717/statm: 2088 1714 227 40 0 1505 0
Current children cumulated CPU time (s) 160.04
Current children cumulated vsize (Kb) 8352

[startup+170.099 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 29717
/proc/meminfo: memFree=1421560/2055920 swapFree=4183012/4192956
[pid=29717] ppid=29715 vsize=8936 CPUtime=170.04
/proc/29717/stat : 29717 (glpPBv3) R 29715 29717 29668 0 -1 0 54283 0 0 0 16972 32 0 0 25 0 1 0 163718438 9150464 1842 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29717/statm: 2234 1842 227 40 0 1651 0
Current children cumulated CPU time (s) 170.04
Current children cumulated vsize (Kb) 8936

[startup+180.105 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 29717
/proc/meminfo: memFree=1421816/2055920 swapFree=4183012/4192956
[pid=29717] ppid=29715 vsize=8352 CPUtime=180.04
/proc/29717/stat : 29717 (glpPBv3) R 29715 29717 29668 0 -1 0 60221 0 0 0 17970 34 0 0 25 0 1 0 163718438 8552448 1714 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134643512 0 0 4096 0 0 0 0 17 1 0 0
/proc/29717/statm: 2088 1714 227 40 0 1505 0
Current children cumulated CPU time (s) 180.04
Current children cumulated vsize (Kb) 8352

[startup+190.111 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 29717
/proc/meminfo: memFree=1421304/2055920 swapFree=4183012/4192956
[pid=29717] ppid=29715 vsize=9072 CPUtime=190.04
/proc/29717/stat : 29717 (glpPBv3) R 29715 29717 29668 0 -1 0 68067 0 0 0 18965 39 0 0 25 0 1 0 163718438 9289728 1894 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134585180 0 0 4096 0 0 0 0 17 1 0 0
/proc/29717/statm: 2268 1894 227 40 0 1685 0
Current children cumulated CPU time (s) 190.04
Current children cumulated vsize (Kb) 9072

[startup+200.117 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 29717
/proc/meminfo: memFree=1421816/2055920 swapFree=4183012/4192956
[pid=29717] ppid=29715 vsize=8352 CPUtime=200.05
/proc/29717/stat : 29717 (glpPBv3) R 29715 29717 29668 0 -1 0 75351 0 0 0 19963 42 0 0 25 0 1 0 163718438 8552448 1714 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134643691 0 0 4096 0 0 0 0 17 1 0 0
/proc/29717/statm: 2088 1714 227 40 0 1505 0
Current children cumulated CPU time (s) 200.05
Current children cumulated vsize (Kb) 8352

[startup+210.124 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 29717

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

/proc/29717/stat : 29717 (glpPBv3) R 29715 29717 29668 0 -1 0 2523825 0 0 0 176972 1184 0 0 25 0 1 0 163718438 14581760 3186 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134643691 0 0 4096 0 0 0 0 17 1 0 0
/proc/29717/statm: 3560 3186 227 40 0 2977 0
Current children cumulated CPU time (s) 1781.56
Current children cumulated vsize (Kb) 14240

[startup+1783.1 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 29719
/proc/meminfo: memFree=1415800/2055920 swapFree=4183012/4192956
[pid=29717] ppid=29715 vsize=14240 CPUtime=1782.56
/proc/29717/stat : 29717 (glpPBv3) R 29715 29717 29668 0 -1 0 2524893 0 0 0 177072 1184 0 0 25 0 1 0 163718438 14581760 3186 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134543006 0 0 4096 0 0 0 0 17 1 0 0
/proc/29717/statm: 3560 3186 227 40 0 2977 0
Current children cumulated CPU time (s) 1782.56
Current children cumulated vsize (Kb) 14240

[startup+1784.1 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 29719
/proc/meminfo: memFree=1415800/2055920 swapFree=4183012/4192956
[pid=29717] ppid=29715 vsize=14248 CPUtime=1783.57
/proc/29717/stat : 29717 (glpPBv3) R 29715 29717 29668 0 -1 0 2529149 0 0 0 177171 1186 0 0 25 0 1 0 163718438 14589952 3188 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134628967 0 0 4096 0 0 0 0 17 1 0 0
/proc/29717/statm: 3562 3188 227 40 0 2979 0
Current children cumulated CPU time (s) 1783.57
Current children cumulated vsize (Kb) 14248

[startup+1785.11 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 29719
/proc/meminfo: memFree=1415800/2055920 swapFree=4183012/4192956
[pid=29717] ppid=29715 vsize=14248 CPUtime=1784.58
/proc/29717/stat : 29717 (glpPBv3) R 29715 29717 29668 0 -1 0 2534636 0 0 0 177270 1188 0 0 25 0 1 0 163718438 14589952 3188 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134543006 0 0 4096 0 0 0 0 17 1 0 0
/proc/29717/statm: 3562 3188 227 40 0 2979 0
Current children cumulated CPU time (s) 1784.58
Current children cumulated vsize (Kb) 14248

[startup+1786.11 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 29719
/proc/meminfo: memFree=1415736/2055920 swapFree=4183012/4192956
[pid=29717] ppid=29715 vsize=15012 CPUtime=1785.58
/proc/29717/stat : 29717 (glpPBv3) R 29715 29717 29668 0 -1 0 2538689 0 0 0 177368 1190 0 0 25 0 1 0 163718438 15372288 3347 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134636865 0 0 4096 0 0 0 0 17 1 0 0
/proc/29717/statm: 3753 3347 227 40 0 3170 0
Current children cumulated CPU time (s) 1785.58
Current children cumulated vsize (Kb) 15012

[startup+1787.12 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 29719
/proc/meminfo: memFree=1415736/2055920 swapFree=4183012/4192956
[pid=29717] ppid=29715 vsize=14256 CPUtime=1786.58
/proc/29717/stat : 29717 (glpPBv3) R 29715 29717 29668 0 -1 0 2543134 0 0 0 177467 1191 0 0 25 0 1 0 163718438 14598144 3190 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134543284 0 0 4096 0 0 0 0 17 1 0 0
/proc/29717/statm: 3564 3190 227 40 0 2981 0
Current children cumulated CPU time (s) 1786.58
Current children cumulated vsize (Kb) 14256

[startup+1788.12 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 29719
/proc/meminfo: memFree=1415608/2055920 swapFree=4183012/4192956
[pid=29717] ppid=29715 vsize=15020 CPUtime=1787.59
/proc/29717/stat : 29717 (glpPBv3) R 29715 29717 29668 0 -1 0 2546125 0 0 0 177566 1193 0 0 25 0 1 0 163718438 15380480 3349 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134639251 0 0 4096 0 0 0 0 17 1 0 0
/proc/29717/statm: 3755 3349 227 40 0 3172 0
Current children cumulated CPU time (s) 1787.59
Current children cumulated vsize (Kb) 15020

[startup+1789.13 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 29719
/proc/meminfo: memFree=1415736/2055920 swapFree=4183012/4192956
[pid=29717] ppid=29715 vsize=14264 CPUtime=1788.6
/proc/29717/stat : 29717 (glpPBv3) R 29715 29717 29668 0 -1 0 2551101 0 0 0 177664 1196 0 0 25 0 1 0 163718438 14606336 3192 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134542978 0 0 4096 0 0 0 0 17 1 0 0
/proc/29717/statm: 3566 3192 227 40 0 2983 0
Current children cumulated CPU time (s) 1788.6
Current children cumulated vsize (Kb) 14264

[startup+1790.13 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 29719
/proc/meminfo: memFree=1415736/2055920 swapFree=4183012/4192956
[pid=29717] ppid=29715 vsize=14588 CPUtime=1789.6
/proc/29717/stat : 29717 (glpPBv3) R 29715 29717 29668 0 -1 0 2556137 0 0 0 177762 1198 0 0 25 0 1 0 163718438 14938112 3272 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 9129687 0 0 4096 0 0 0 0 17 1 0 0
/proc/29717/statm: 3647 3272 227 40 0 3064 0
Current children cumulated CPU time (s) 1789.6
Current children cumulated vsize (Kb) 14588

[startup+1791.14 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 29719
/proc/meminfo: memFree=1415736/2055920 swapFree=4183012/4192956
[pid=29717] ppid=29715 vsize=14264 CPUtime=1790.61
/proc/29717/stat : 29717 (glpPBv3) R 29715 29717 29668 0 -1 0 2560836 0 0 0 177861 1200 0 0 25 0 1 0 163718438 14606336 3192 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134632764 0 0 4096 0 0 0 0 17 1 0 0
/proc/29717/statm: 3566 3192 227 40 0 2983 0
Current children cumulated CPU time (s) 1790.61
Current children cumulated vsize (Kb) 14264

[startup+1792.14 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 29719
/proc/meminfo: memFree=1415224/2055920 swapFree=4183012/4192956
[pid=29717] ppid=29715 vsize=15036 CPUtime=1791.61
/proc/29717/stat : 29717 (glpPBv3) R 29715 29717 29668 0 -1 0 2565615 0 0 0 177959 1202 0 0 25 0 1 0 163718438 15396864 3367 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29717/statm: 3759 3367 227 40 0 3176 0
Current children cumulated CPU time (s) 1791.61
Current children cumulated vsize (Kb) 15036

[startup+1793.15 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 29719
/proc/meminfo: memFree=1415736/2055920 swapFree=4183012/4192956
[pid=29717] ppid=29715 vsize=14264 CPUtime=1792.62
/proc/29717/stat : 29717 (glpPBv3) R 29715 29717 29668 0 -1 0 2568801 0 0 0 178058 1204 0 0 25 0 1 0 163718438 14606336 3192 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134629115 0 0 4096 0 0 0 0 17 1 0 0
/proc/29717/statm: 3566 3192 227 40 0 2983 0
Current children cumulated CPU time (s) 1792.62
Current children cumulated vsize (Kb) 14264

[startup+1794.15 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 29719
/proc/meminfo: memFree=1415736/2055920 swapFree=4183012/4192956
[pid=29717] ppid=29715 vsize=14272 CPUtime=1793.62
/proc/29717/stat : 29717 (glpPBv3) R 29715 29717 29668 0 -1 0 2570750 0 0 0 178158 1204 0 0 25 0 1 0 163718438 14614528 3194 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134643494 0 0 4096 0 0 0 0 17 1 0 0
/proc/29717/statm: 3568 3194 227 40 0 2985 0
Current children cumulated CPU time (s) 1793.62
Current children cumulated vsize (Kb) 14272

[startup+1795.16 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 29719
/proc/meminfo: memFree=1415224/2055920 swapFree=4183012/4192956
[pid=29717] ppid=29715 vsize=14280 CPUtime=1794.62
/proc/29717/stat : 29717 (glpPBv3) R 29715 29717 29668 0 -1 0 2572876 0 0 0 178257 1205 0 0 25 0 1 0 163718438 14622720 3196 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134543006 0 0 4096 0 0 0 0 17 1 0 0
/proc/29717/statm: 3570 3196 227 40 0 2987 0
Current children cumulated CPU time (s) 1794.62
Current children cumulated vsize (Kb) 14280

[startup+1796.16 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 29719
/proc/meminfo: memFree=1415736/2055920 swapFree=4183012/4192956
[pid=29717] ppid=29715 vsize=14280 CPUtime=1795.63
/proc/29717/stat : 29717 (glpPBv3) R 29715 29717 29668 0 -1 0 2574823 0 0 0 178356 1207 0 0 25 0 1 0 163718438 14622720 3196 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134629078 0 0 4096 0 0 0 0 17 1 0 0
/proc/29717/statm: 3570 3196 227 40 0 2987 0
Current children cumulated CPU time (s) 1795.63
Current children cumulated vsize (Kb) 14280

[startup+1797.17 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 29719
/proc/meminfo: memFree=1415736/2055920 swapFree=4183012/4192956
[pid=29717] ppid=29715 vsize=14288 CPUtime=1796.63
/proc/29717/stat : 29717 (glpPBv3) R 29715 29717 29668 0 -1 0 2576772 0 0 0 178455 1208 0 0 25 0 1 0 163718438 14630912 3198 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134626349 0 0 4096 0 0 0 0 17 1 0 0
/proc/29717/statm: 3572 3198 227 40 0 2989 0
Current children cumulated CPU time (s) 1796.63
Current children cumulated vsize (Kb) 14288

[startup+1798.17 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 29719
/proc/meminfo: memFree=1415288/2055920 swapFree=4183012/4192956
[pid=29717] ppid=29715 vsize=15068 CPUtime=1797.64
/proc/29717/stat : 29717 (glpPBv3) R 29715 29717 29668 0 -1 0 2578898 0 0 0 178555 1209 0 0 25 0 1 0 163718438 15429632 3375 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29717/statm: 3767 3375 227 40 0 3184 0
Current children cumulated CPU time (s) 1797.64
Current children cumulated vsize (Kb) 15068

[startup+1799.18 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 29719
/proc/meminfo: memFree=1415736/2055920 swapFree=4183012/4192956
[pid=29717] ppid=29715 vsize=14296 CPUtime=1798.65
/proc/29717/stat : 29717 (glpPBv3) R 29715 29717 29668 0 -1 0 2580845 0 0 0 178655 1210 0 0 25 0 1 0 163718438 14639104 3200 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134628974 0 0 4096 0 0 0 0 17 1 0 0
/proc/29717/statm: 3574 3200 227 40 0 2991 0
Current children cumulated CPU time (s) 1798.65
Current children cumulated vsize (Kb) 14296

[startup+1800.18 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 29719
/proc/meminfo: memFree=1415736/2055920 swapFree=4183012/4192956
[pid=29717] ppid=29715 vsize=14296 CPUtime=1799.65
/proc/29717/stat : 29717 (glpPBv3) R 29715 29717 29668 0 -1 0 2582969 0 0 0 178754 1211 0 0 25 0 1 0 163718438 14639104 3200 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134629073 0 0 4096 0 0 0 0 17 1 0 0
/proc/29717/statm: 3574 3200 227 40 0 2991 0
Current children cumulated CPU time (s) 1799.65
Current children cumulated vsize (Kb) 14296

[startup+1801.19 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 29719
/proc/meminfo: memFree=1415224/2055920 swapFree=4183012/4192956
[pid=29717] ppid=29715 vsize=15068 CPUtime=1800.65
/proc/29717/stat : 29717 (glpPBv3) R 29715 29717 29668 0 -1 0 2584739 0 0 0 178854 1211 0 0 25 0 1 0 163718438 15429632 3375 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29717/statm: 3767 3375 227 40 0 3184 0
Current children cumulated CPU time (s) 1800.65
Current children cumulated vsize (Kb) 15068



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.19 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 29719
/proc/meminfo: memFree=1415224/2055920 swapFree=4183012/4192956
[pid=29717] ppid=29715 vsize=14916 CPUtime=1800.65
/proc/29717/stat : 29717 (glpPBv3) R 29715 29717 29668 0 -1 0 2584739 0 0 0 178854 1211 0 0 25 0 1 0 163718438 15273984 3355 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29717/statm: 3729 3355 227 40 0 3146 0
Current children cumulated CPU time (s) 1800.65
Current children cumulated vsize (Kb) 14916

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.67
CPU user time (s): 1788.55
CPU system time (s): 12.1202
CPU usage (%): 99.9706
Max. virtual memory (cumulated for all children) (Kb): 15068
The end

Launcher Data (download as text)

Begin job on node9 on Sat Jul 29 10:22:53 UTC 2006


FILE ID= 85304-1154168573

PBS_JOBID= 893078

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-ssa7552-159.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user8/glpPBv3 ROOT/tmp/node9/85304-1154168573/instance-85304-1154168573.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-85304-1154168573 -o ROOT/results/node9/solver-85304-1154168573 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user8/glpPBv3 ROOT/tmp/node9/85304-1154168573/instance-85304-1154168573.opb

MD5SUM SOLVER= 29ce95346658d7502ba983059bfb8cff
MD5SUM BENCH=  fa45fd08f0ab8253689dfb5a6bfb43d0

RANDOM SEED= 445687037

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.223
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.223
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:       1428144 kB
Buffers:         35952 kB
Cached:         516804 kB
SwapCached:       3620 kB
Active:         116336 kB
Inactive:       444904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1428144 kB
SwapTotal:     4192956 kB
SwapFree:      4183012 kB
Dirty:             188 kB
Writeback:           0 kB
Mapped:          14496 kB
Slab:            52548 kB
Committed_AS:   721488 kB
PageTables:       1420 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node9 on Sat Jul 29 10:52:54 UTC 2006