Trace number 41461

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
PBS 4.1L? (TO) 1800.69 1801.16

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib2003/normalized-reduced-mps-v2-20-10-timtab2.opb
MD5SUM1f089a89b25a106d39527c716bfdba75
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark197999
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 197642
Optimality of the best value was proved NO
Number of variables6363
Total number of constraints785
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 constraints785
Minimum length of a constraint2
Maximum length of a constraint141
Number of terms in the objective function 3774
Biggest coefficient in the objective function 3908
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 526487
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 165132
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 526487
Number of bits of the biggest sum of numbers20
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 PBS v4 by Bashar Al-Rawi & Fadi Aloul
0.00	c Solving ROOT/tmp/node90/41461-1149358001/instance-41461-1149358001.opb ......
163.15	c done parsing opb.
163.15	o 228447
925.28	o 228169
1053.57	o 227877

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
Enforcing memory limit (will send SIGKILL): 1843200 Kb
Enforcing VSIZE limit: 1887436800 bytes
runsolver version 3.0.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node90/watcher-41461-1149358001 -o ROOT/results/node90/solver-41461-1149358001 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node90/41461-1149358001/instance-41461-1149358001.opb 966899654 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.92 0.98 0.99 3/67 25915
/proc/meminfo: memFree=1662976/2055888 swapFree=4085308/4096564
[pid=25915] ppid=25913 vsize=18544 CPUtime=0
/proc/25915/stat : 25915 (runsolver) R 25913 25915 25869 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 201439076 18989056 278 18446744073709551615 4194304 4262084 548682069040 18446744073709551615 237854323735 0 0 4096 24578 0 0 0 17 1 0 0
/proc/25915/statm: 4636 278 242 16 0 2626 0

[startup+10.0015 s]
/proc/loadavg: 0.93 0.98 0.99 2/67 25915
/proc/meminfo: memFree=1656128/2055888 swapFree=4085308/4096564
[pid=25915] ppid=25913 vsize=9692 CPUtime=9.99
/proc/25915/stat : 25915 (PBS4L) R 25913 25915 25869 0 -1 4194304 2030 0 0 0 991 8 0 0 25 0 1 0 201439076 9924608 1804 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134546660 0 0 4096 0 0 0 0 17 1 0 0
/proc/25915/statm: 2423 1804 105 232 0 2188 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 9692

[startup+20.0076 s]
/proc/loadavg: 0.94 0.98 0.99 2/67 25915
/proc/meminfo: memFree=1654848/2055888 swapFree=4085308/4096564
[pid=25915] ppid=25913 vsize=10620 CPUtime=19.99
/proc/25915/stat : 25915 (PBS4L) R 25913 25915 25869 0 -1 4194304 2442 0 0 0 1983 16 0 0 25 0 1 0 201439076 10874880 2119 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551587 0 0 4096 0 0 0 0 17 1 0 0
/proc/25915/statm: 2655 2119 105 232 0 2420 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 10620

[startup+30.0137 s]
/proc/loadavg: 0.95 0.98 0.99 2/67 25915
/proc/meminfo: memFree=1653184/2055888 swapFree=4085308/4096564
[pid=25915] ppid=25913 vsize=15256 CPUtime=29.99
/proc/25915/stat : 25915 (PBS4L) R 25913 25915 25869 0 -1 4194304 2853 0 0 0 2975 24 0 0 25 0 1 0 201439076 15622144 2530 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/25915/statm: 3814 2530 105 232 0 3579 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 15256

[startup+40.0198 s]
/proc/loadavg: 0.96 0.98 0.99 2/67 25915
/proc/meminfo: memFree=1652160/2055888 swapFree=4085308/4096564
[pid=25915] ppid=25913 vsize=16236 CPUtime=40
/proc/25915/stat : 25915 (PBS4L) R 25913 25915 25869 0 -1 4194304 3311 0 0 0 3969 31 0 0 25 0 1 0 201439076 16625664 2795 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551587 0 0 4096 0 0 0 0 17 1 0 0
/proc/25915/statm: 4059 2795 105 232 0 3824 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 16236

[startup+50.0259 s]
/proc/loadavg: 0.96 0.98 0.99 2/67 25915
/proc/meminfo: memFree=1650752/2055888 swapFree=4085308/4096564
[pid=25915] ppid=25913 vsize=16628 CPUtime=50
/proc/25915/stat : 25915 (PBS4L) R 25913 25915 25869 0 -1 4194304 3655 0 0 0 4962 38 0 0 25 0 1 0 201439076 17027072 3139 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134546660 0 0 4096 0 0 0 0 17 1 0 0
/proc/25915/statm: 4157 3139 105 232 0 3922 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 16628

[startup+60.032 s]
/proc/loadavg: 0.97 0.98 0.99 2/67 25915
/proc/meminfo: memFree=1649536/2055888 swapFree=4085308/4096564
[pid=25915] ppid=25913 vsize=16988 CPUtime=60
/proc/25915/stat : 25915 (PBS4L) R 25913 25915 25869 0 -1 4194304 3953 0 0 0 5956 44 0 0 25 0 1 0 201439076 17395712 3437 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/25915/statm: 4247 3437 105 232 0 4012 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 16988

[startup+70.037 s]
/proc/loadavg: 0.97 0.98 0.99 2/67 25915
/proc/meminfo: memFree=1647872/2055888 swapFree=4085308/4096564
[pid=25915] ppid=25913 vsize=17368 CPUtime=70.01
/proc/25915/stat : 25915 (PBS4L) R 25913 25915 25869 0 -1 4194304 4391 0 0 0 6949 52 0 0 25 0 1 0 201439076 17784832 3875 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/25915/statm: 4342 3875 105 232 0 4107 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 17368

[startup+80.0431 s]
/proc/loadavg: 0.98 0.98 0.99 2/67 25915
/proc/meminfo: memFree=1646784/2055888 swapFree=4085308/4096564
[pid=25915] ppid=25913 vsize=25952 CPUtime=80.01
/proc/25915/stat : 25915 (PBS4L) R 25913 25915 25869 0 -1 4194304 4652 0 0 0 7944 57 0 0 25 0 1 0 201439076 26574848 4136 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/25915/statm: 6488 4136 105 232 0 6253 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 25952

[startup+90.0492 s]
/proc/loadavg: 0.98 0.98 0.99 2/67 25915
/proc/meminfo: memFree=1646016/2055888 swapFree=4085308/4096564
[pid=25915] ppid=25913 vsize=26372 CPUtime=90.01
/proc/25915/stat : 25915 (PBS4L) R 25913 25915 25869 0 -1 4194304 4851 0 0 0 8936 65 0 0 25 0 1 0 201439076 27004928 4335 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/25915/statm: 6593 4335 105 232 0 6358 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 26372

[startup+100.055 s]
/proc/loadavg: 0.98 0.98 0.99 2/67 25915
/proc/meminfo: memFree=1644800/2055888 swapFree=4085308/4096564
[pid=25915] ppid=25913 vsize=28184 CPUtime=100.01
/proc/25915/stat : 25915 (PBS4L) R 25913 25915 25869 0 -1 4194304 5537 0 0 0 9930 71 0 0 25 0 1 0 201439076 28860416 4636 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/25915/statm: 7046 4636 105 232 0 6811 0
Current children cumulated CPU time (s) 100.01
Current children cumulated vsize (Kb) 28184

[startup+110.061 s]
/proc/loadavg: 0.98 0.98 0.99 2/67 25915
/proc/meminfo: memFree=1643584/2055888 swapFree=4085308/4096564
[pid=25915] ppid=25913 vsize=28496 CPUtime=110.02
/proc/25915/stat : 25915 (PBS4L) R 25913 25915 25869 0 -1 4194304 5835 0 0 0 10925 77 0 0 25 0 1 0 201439076 29179904 4934 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551579 0 0 4096 0 0 0 0 17 1 0 0
/proc/25915/statm: 7124 4934 105 232 0 6889 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 28496

[startup+120.067 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 25915
/proc/meminfo: memFree=1642432/2055888 swapFree=4085308/4096564
[pid=25915] ppid=25913 vsize=28800 CPUtime=120.02
/proc/25915/stat : 25915 (PBS4L) R 25913 25915 25869 0 -1 4194304 6127 0 0 0 11921 81 0 0 25 0 1 0 201439076 29491200 5226 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/25915/statm: 7200 5226 105 232 0 6965 0
Current children cumulated CPU time (s) 120.02
Current children cumulated vsize (Kb) 28800

[startup+130.073 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 25915
/proc/meminfo: memFree=1641728/2055888 swapFree=4085308/4096564
[pid=25915] ppid=25913 vsize=29024 CPUtime=130.02
/proc/25915/stat : 25915 (PBS4L) R 25913 25915 25869 0 -1 4194304 6294 0 0 0 12916 86 0 0 25 0 1 0 201439076 29720576 5393 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/25915/statm: 7256 5393 105 232 0 7021 0
Current children cumulated CPU time (s) 130.02
Current children cumulated vsize (Kb) 29024

[startup+140.079 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 25915
/proc/meminfo: memFree=1641280/2055888 swapFree=4085308/4096564
[pid=25915] ppid=25913 vsize=29120 CPUtime=140.02
/proc/25915/stat : 25915 (PBS4L) R 25913 25915 25869 0 -1 4194304 6411 0 0 0 13911 91 0 0 25 0 1 0 201439076 29818880 5510 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/25915/statm: 7280 5510 105 232 0 7045 0
Current children cumulated CPU time (s) 140.02
Current children cumulated vsize (Kb) 29120

[startup+150.085 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 25915
/proc/meminfo: memFree=1640128/2055888 swapFree=4085308/4096564
[pid=25915] ppid=25913 vsize=29612 CPUtime=150.04
/proc/25915/stat : 25915 (PBS4L) R 25913 25915 25869 0 -1 4194304 6695 0 0 0 14907 97 0 0 25 0 1 0 201439076 30322688 5794 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/25915/statm: 7403 5794 105 232 0 7168 0
Current children cumulated CPU time (s) 150.04
Current children cumulated vsize (Kb) 29612

[startup+160.091 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 25915
/proc/meminfo: memFree=1639552/2055888 swapFree=4085308/4096564
[pid=25915] ppid=25913 vsize=29804 CPUtime=160.04
/proc/25915/stat : 25915 (PBS4L) R 25913 25915 25869 0 -1 4194304 6831 0 0 0 15902 102 0 0 25 0 1 0 201439076 30519296 5930 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/25915/statm: 7451 5930 105 232 0 7216 0
Current children cumulated CPU time (s) 160.04
Current children cumulated vsize (Kb) 29804

[startup+170.097 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 25915
/proc/meminfo: memFree=1638272/2055888 swapFree=4085308/4096564
[pid=25915] ppid=25913 vsize=29980 CPUtime=170.04
/proc/25915/stat : 25915 (PBS4L) R 25913 25915 25869 0 -1 4194304 7159 0 0 0 16897 107 0 0 25 0 1 0 201439076 30699520 6258 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/25915/statm: 7495 6258 108 232 0 7260 0
Current children cumulated CPU time (s) 170.04
Current children cumulated vsize (Kb) 29980

[startup+180.103 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 25915
/proc/meminfo: memFree=1637760/2055888 swapFree=4085308/4096564
[pid=25915] ppid=25913 vsize=30172 CPUtime=180.04
/proc/25915/stat : 25915 (PBS4L) R 25913 25915 25869 0 -1 4194304 7291 0 0 0 17894 110 0 0 25 0 1 0 201439076 30896128 6390 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/25915/statm: 7543 6390 108 232 0 7308 0
Current children cumulated CPU time (s) 180.04
Current children cumulated vsize (Kb) 30172

[startup+190.108 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 25915
/proc/meminfo: memFree=1636736/2055888 swapFree=4085308/4096564
[pid=25915] ppid=25913 vsize=30368 CPUtime=190.04
/proc/25915/stat : 25915 (PBS4L) R 25913 25915 25869 0 -1 4194304 7548 0 0 0 18889 115 0 0 25 0 1 0 201439076 31096832 6647 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/25915/statm: 7592 6647 108 232 0 7357 0
Current children cumulated CPU time (s) 190.04
Current children cumulated vsize (Kb) 30368

[startup+200.114 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 25915
/proc/meminfo: memFree=1635648/2055888 swapFree=4085308/4096564
[pid=25915] ppid=25913 vsize=30748 CPUtime=200.04
/proc/25915/stat : 25915 (PBS4L) R 25913 25915 25869 0 -1 4194304 7803 0 0 0 19884 120 0 0 25 0 1 0 201439076 31485952 6902 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134546597 0 0 4096 0 0 0 0 17 1 0 0
/proc/25915/statm: 7687 6902 108 232 0 7452 0
Current children cumulated CPU time (s) 200.04
Current children cumulated vsize (Kb) 30748

[startup+210.12 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 25915
/proc/meminfo: memFree=1634944/2055888 swapFree=4085308/4096564

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

/proc/25915/stat : 25915 (PBS4L) R 25913 25915 25869 0 -1 4194304 26260 0 0 0 177474 683 0 0 25 0 1 0 201439076 124690432 19980 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558838 0 0 4096 0 0 0 0 17 1 0 0
/proc/25915/statm: 30442 19980 108 232 0 30207 0
Current children cumulated CPU time (s) 1781.57
Current children cumulated vsize (Kb) 121768

[startup+1783.06 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 25915
/proc/meminfo: memFree=1582848/2055888 swapFree=4085308/4096564
[pid=25915] ppid=25913 vsize=121768 CPUtime=1782.58
/proc/25915/stat : 25915 (PBS4L) R 25913 25915 25869 0 -1 4194304 26261 0 0 0 177574 684 0 0 25 0 1 0 201439076 124690432 19981 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/25915/statm: 30442 19981 108 232 0 30207 0
Current children cumulated CPU time (s) 1782.58
Current children cumulated vsize (Kb) 121768

[startup+1784.06 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 25915
/proc/meminfo: memFree=1582784/2055888 swapFree=4085308/4096564
[pid=25915] ppid=25913 vsize=121768 CPUtime=1783.59
/proc/25915/stat : 25915 (PBS4L) R 25913 25915 25869 0 -1 4194304 26266 0 0 0 177675 684 0 0 25 0 1 0 201439076 124690432 19986 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/25915/statm: 30442 19986 108 232 0 30207 0
Current children cumulated CPU time (s) 1783.59
Current children cumulated vsize (Kb) 121768

[startup+1785.07 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 25915
/proc/meminfo: memFree=1582784/2055888 swapFree=4085308/4096564
[pid=25915] ppid=25913 vsize=121768 CPUtime=1784.59
/proc/25915/stat : 25915 (PBS4L) R 25913 25915 25869 0 -1 4194304 26267 0 0 0 177775 684 0 0 25 0 1 0 201439076 124690432 19987 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/25915/statm: 30442 19987 108 232 0 30207 0
Current children cumulated CPU time (s) 1784.59
Current children cumulated vsize (Kb) 121768

[startup+1786.07 s]
/proc/loadavg: 0.99 0.98 0.99 3/67 25915
/proc/meminfo: memFree=1582784/2055888 swapFree=4085308/4096564
[pid=25915] ppid=25913 vsize=121768 CPUtime=1785.59
/proc/25915/stat : 25915 (PBS4L) R 25913 25915 25869 0 -1 4194304 26268 0 0 0 177874 685 0 0 25 0 1 0 201439076 124690432 19988 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552019 0 0 4096 0 0 0 0 17 1 0 0
/proc/25915/statm: 30442 19988 108 232 0 30207 0
Current children cumulated CPU time (s) 1785.59
Current children cumulated vsize (Kb) 121768

[startup+1787.08 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 25915
/proc/meminfo: memFree=1582784/2055888 swapFree=4085308/4096564
[pid=25915] ppid=25913 vsize=121768 CPUtime=1786.59
/proc/25915/stat : 25915 (PBS4L) R 25913 25915 25869 0 -1 4194304 26271 0 0 0 177974 685 0 0 25 0 1 0 201439076 124690432 19991 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/25915/statm: 30442 19991 108 232 0 30207 0
Current children cumulated CPU time (s) 1786.59
Current children cumulated vsize (Kb) 121768

[startup+1788.08 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 25915
/proc/meminfo: memFree=1582784/2055888 swapFree=4085308/4096564
[pid=25915] ppid=25913 vsize=121768 CPUtime=1787.6
/proc/25915/stat : 25915 (PBS4L) R 25913 25915 25869 0 -1 4194304 26273 0 0 0 178074 686 0 0 25 0 1 0 201439076 124690432 19993 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/25915/statm: 30442 19993 108 232 0 30207 0
Current children cumulated CPU time (s) 1787.6
Current children cumulated vsize (Kb) 121768

[startup+1789.09 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 25915
/proc/meminfo: memFree=1582784/2055888 swapFree=4085308/4096564
[pid=25915] ppid=25913 vsize=121768 CPUtime=1788.61
/proc/25915/stat : 25915 (PBS4L) R 25913 25915 25869 0 -1 4194304 26274 0 0 0 178175 686 0 0 25 0 1 0 201439076 124690432 19994 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/25915/statm: 30442 19994 108 232 0 30207 0
Current children cumulated CPU time (s) 1788.61
Current children cumulated vsize (Kb) 121768

[startup+1790.09 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 25915
/proc/meminfo: memFree=1582784/2055888 swapFree=4085308/4096564
[pid=25915] ppid=25913 vsize=121768 CPUtime=1789.61
/proc/25915/stat : 25915 (PBS4L) R 25913 25915 25869 0 -1 4194304 26276 0 0 0 178275 686 0 0 25 0 1 0 201439076 124690432 19996 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/25915/statm: 30442 19996 108 232 0 30207 0
Current children cumulated CPU time (s) 1789.61
Current children cumulated vsize (Kb) 121768

[startup+1791.09 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 25915
/proc/meminfo: memFree=1582720/2055888 swapFree=4085308/4096564
[pid=25915] ppid=25913 vsize=121768 CPUtime=1790.61
/proc/25915/stat : 25915 (PBS4L) R 25913 25915 25869 0 -1 4194304 26277 0 0 0 178374 687 0 0 25 0 1 0 201439076 124690432 19997 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558821 0 0 4096 0 0 0 0 17 1 0 0
/proc/25915/statm: 30442 19997 108 232 0 30207 0
Current children cumulated CPU time (s) 1790.61
Current children cumulated vsize (Kb) 121768

[startup+1792.1 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 25915
/proc/meminfo: memFree=1582720/2055888 swapFree=4085308/4096564
[pid=25915] ppid=25913 vsize=121768 CPUtime=1791.62
/proc/25915/stat : 25915 (PBS4L) R 25913 25915 25869 0 -1 4194304 26278 0 0 0 178475 687 0 0 25 0 1 0 201439076 124690432 19998 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/25915/statm: 30442 19998 108 232 0 30207 0
Current children cumulated CPU time (s) 1791.62
Current children cumulated vsize (Kb) 121768

[startup+1793.1 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 25915
/proc/meminfo: memFree=1582720/2055888 swapFree=4085308/4096564
[pid=25915] ppid=25913 vsize=121768 CPUtime=1792.63
/proc/25915/stat : 25915 (PBS4L) R 25913 25915 25869 0 -1 4194304 26284 0 0 0 178575 688 0 0 25 0 1 0 201439076 124690432 20004 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552281 0 0 4096 0 0 0 0 17 1 0 0
/proc/25915/statm: 30442 20004 108 232 0 30207 0
Current children cumulated CPU time (s) 1792.63
Current children cumulated vsize (Kb) 121768

[startup+1794.11 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 25915
/proc/meminfo: memFree=1582720/2055888 swapFree=4085308/4096564
[pid=25915] ppid=25913 vsize=121768 CPUtime=1793.63
/proc/25915/stat : 25915 (PBS4L) R 25913 25915 25869 0 -1 4194304 26286 0 0 0 178675 688 0 0 25 0 1 0 201439076 124690432 20006 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/25915/statm: 30442 20006 108 232 0 30207 0
Current children cumulated CPU time (s) 1793.63
Current children cumulated vsize (Kb) 121768

[startup+1795.12 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 25915
/proc/meminfo: memFree=1582720/2055888 swapFree=4085308/4096564
[pid=25915] ppid=25913 vsize=121768 CPUtime=1794.63
/proc/25915/stat : 25915 (PBS4L) R 25913 25915 25869 0 -1 4194304 26287 0 0 0 178775 688 0 0 25 0 1 0 201439076 124690432 20007 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/25915/statm: 30442 20007 108 232 0 30207 0
Current children cumulated CPU time (s) 1794.63
Current children cumulated vsize (Kb) 121768

[startup+1796.12 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 25915
/proc/meminfo: memFree=1582720/2055888 swapFree=4085308/4096564
[pid=25915] ppid=25913 vsize=121768 CPUtime=1795.64
/proc/25915/stat : 25915 (PBS4L) R 25913 25915 25869 0 -1 4194304 26289 0 0 0 178875 689 0 0 25 0 1 0 201439076 124690432 20009 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/25915/statm: 30442 20009 108 232 0 30207 0
Current children cumulated CPU time (s) 1795.64
Current children cumulated vsize (Kb) 121768

[startup+1797.13 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 25915
/proc/meminfo: memFree=1582720/2055888 swapFree=4085308/4096564
[pid=25915] ppid=25913 vsize=121768 CPUtime=1796.64
/proc/25915/stat : 25915 (PBS4L) R 25913 25915 25869 0 -1 4194304 26290 0 0 0 178975 689 0 0 25 0 1 0 201439076 124690432 20010 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/25915/statm: 30442 20010 108 232 0 30207 0
Current children cumulated CPU time (s) 1796.64
Current children cumulated vsize (Kb) 121768

[startup+1798.13 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 25915
/proc/meminfo: memFree=1582720/2055888 swapFree=4085308/4096564
[pid=25915] ppid=25913 vsize=121768 CPUtime=1797.65
/proc/25915/stat : 25915 (PBS4L) R 25913 25915 25869 0 -1 4194304 26290 0 0 0 179075 690 0 0 25 0 1 0 201439076 124690432 20010 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/25915/statm: 30442 20010 108 232 0 30207 0
Current children cumulated CPU time (s) 1797.65
Current children cumulated vsize (Kb) 121768

[startup+1799.13 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 25915
/proc/meminfo: memFree=1582656/2055888 swapFree=4085308/4096564
[pid=25915] ppid=25913 vsize=121768 CPUtime=1798.65
/proc/25915/stat : 25915 (PBS4L) R 25913 25915 25869 0 -1 4194304 26292 0 0 0 179175 690 0 0 25 0 1 0 201439076 124690432 20012 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/25915/statm: 30442 20012 108 232 0 30207 0
Current children cumulated CPU time (s) 1798.65
Current children cumulated vsize (Kb) 121768

[startup+1800.14 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 25915
/proc/meminfo: memFree=1582656/2055888 swapFree=4085308/4096564
[pid=25915] ppid=25913 vsize=121768 CPUtime=1799.65
/proc/25915/stat : 25915 (PBS4L) R 25913 25915 25869 0 -1 4194304 26293 0 0 0 179275 690 0 0 25 0 1 0 201439076 124690432 20013 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/25915/statm: 30442 20013 108 232 0 30207 0
Current children cumulated CPU time (s) 1799.65
Current children cumulated vsize (Kb) 121768

[startup+1801.14 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 25915
/proc/meminfo: memFree=1582656/2055888 swapFree=4085308/4096564
[pid=25915] ppid=25913 vsize=121768 CPUtime=1800.66
/proc/25915/stat : 25915 (PBS4L) R 25913 25915 25869 0 -1 4194304 26296 0 0 0 179375 691 0 0 25 0 1 0 201439076 124690432 20016 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/25915/statm: 30442 20016 108 232 0 30207 0
Current children cumulated CPU time (s) 1800.66
Current children cumulated vsize (Kb) 121768



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.15 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 25915
/proc/meminfo: memFree=1582656/2055888 swapFree=4085308/4096564
[pid=25915] ppid=25913 vsize=121768 CPUtime=1800.67
/proc/25915/stat : 25915 (PBS4L) R 25913 25915 25869 0 -1 4194304 26296 0 0 0 179376 691 0 0 25 0 1 0 201439076 124690432 20016 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/25915/statm: 30442 20016 108 232 0 30207 0
Current children cumulated CPU time (s) 1800.67
Current children cumulated vsize (Kb) 121768

Sending SIGTERM to -25915
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.16
CPU time (s): 1800.69
CPU user time (s): 1793.76
CPU system time (s): 6.92695
CPU usage (%): 99.9735
Max. virtual memory (cumulated for all children) (Kb): 121768
The end

Launcher Data (download as text)

Begin job on node90 on Sat Jun  3 18:06:41 UTC 2006


FILE ID= 41461-1149358001

PBS_JOBID= 311353

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib2003/normalized-reduced-mps-v2-20-10-timtab2.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node90/41461-1149358001/instance-41461-1149358001.opb 966899654
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node90/watcher-41461-1149358001 -o ROOT/results/node90/solver-41461-1149358001 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node90/41461-1149358001/instance-41461-1149358001.opb 966899654

MD5SUM SOLVER= ab46593c31a6a47b9d9920387a00d332
MD5SUM BENCH=  1f089a89b25a106d39527c716bfdba75

RANDOM SEED= 966899654


/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.227
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	: 6006.17
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.227
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	: 5999.41
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1663120 kB
Buffers:         26416 kB
Cached:         302308 kB
SwapCached:       2436 kB
Active:          39004 kB
Inactive:       298360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1663120 kB
SwapTotal:     4096564 kB
SwapFree:      4085308 kB
Dirty:             152 kB
Writeback:           0 kB
Mapped:          16060 kB
Slab:            42144 kB
Committed_AS:   377488 kB
PageTables:       1268 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node90 on Sat Jun  3 18:36:42 UTC 2006