Trace number 41312

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/www.csit.fsu.edu/
~burkardt/datasets/mps/normalized-reduced-mps-v2-20-10-maros.opb
MD5SUM6803f1153be9bf743da46b6e6a13cfbf
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark0.013997
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 12
Optimality of the best value was proved YES
Number of variables90
Total number of constraints6
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 constraints6
Minimum length of a constraint15
Maximum length of a constraint90
Number of terms in the objective function 90
Biggest coefficient in the objective function 168516
Number of bits for the biggest coefficient in the objective function 18
Sum of the numbers in the objective function 524354
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262133
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 524354
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/node7/41312-1149273166/instance-41312-1149273166.opb ......
0.00	c done parsing opb.
0.00	o 14
1.51	o 13
1.77	o 12

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/node7/watcher-41312-1149273166 -o ROOT/results/node7/solver-41312-1149273166 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node7/41312-1149273166/instance-41312-1149273166.opb 590994636 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.92 0.98 0.93 2/64 8185
/proc/meminfo: memFree=1357544/2055920 swapFree=4181500/4192956
[pid=8185] ppid=8183 vsize=1368 CPUtime=0
/proc/8185/stat : 8185 (PBS4L) D 8183 8185 8139 0 -1 4194304 111 0 0 0 0 0 0 0 19 0 1 0 192978840 1400832 95 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135132864 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/8185/statm: 342 95 84 232 0 107 0

[startup+10.0019 s]
/proc/loadavg: 0.93 0.98 0.93 2/64 8185
/proc/meminfo: memFree=1346600/2055920 swapFree=4181500/4192956
[pid=8185] ppid=8183 vsize=20428 CPUtime=9.99
/proc/8185/stat : 8185 (PBS4L) R 8183 8185 8139 0 -1 4194304 2995 0 0 0 995 4 0 0 25 0 1 0 192978840 20918272 2832 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/8185/statm: 5107 2832 107 232 0 4872 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 20428

[startup+20.0079 s]
/proc/loadavg: 0.94 0.98 0.93 2/64 8185
/proc/meminfo: memFree=1344808/2055920 swapFree=4181500/4192956
[pid=8185] ppid=8183 vsize=20708 CPUtime=19.99
/proc/8185/stat : 8185 (PBS4L) R 8183 8185 8139 0 -1 4194304 3455 0 0 0 1992 7 0 0 25 0 1 0 192978840 21204992 3292 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558803 0 0 4096 0 0 0 0 17 1 0 0
/proc/8185/statm: 5177 3292 107 232 0 4942 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 20708

[startup+30.014 s]
/proc/loadavg: 0.95 0.98 0.93 2/64 8185
/proc/meminfo: memFree=1342760/2055920 swapFree=4181500/4192956
[pid=8185] ppid=8183 vsize=22044 CPUtime=30
/proc/8185/stat : 8185 (PBS4L) R 8183 8185 8139 0 -1 4194304 4147 0 0 0 2991 9 0 0 25 0 1 0 192978840 22573056 3791 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/8185/statm: 5511 3791 107 232 0 5276 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 22044

[startup+40.02 s]
/proc/loadavg: 0.96 0.98 0.93 2/64 8185
/proc/meminfo: memFree=1340648/2055920 swapFree=4181500/4192956
[pid=8185] ppid=8183 vsize=22428 CPUtime=40
/proc/8185/stat : 8185 (PBS4L) R 8183 8185 8139 0 -1 4194304 4667 0 0 0 3988 12 0 0 25 0 1 0 192978840 22966272 4311 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/8185/statm: 5607 4311 107 232 0 5372 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 22428

[startup+50.0261 s]
/proc/loadavg: 0.96 0.98 0.93 2/64 8185
/proc/meminfo: memFree=1337832/2055920 swapFree=4181500/4192956
[pid=8185] ppid=8183 vsize=23196 CPUtime=50
/proc/8185/stat : 8185 (PBS4L) R 8183 8185 8139 0 -1 4194304 5392 0 0 0 4985 15 0 0 25 0 1 0 192978840 23752704 5036 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/8185/statm: 5799 5036 107 232 0 5564 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 23196

[startup+60.0322 s]
/proc/loadavg: 0.97 0.98 0.93 2/64 8185
/proc/meminfo: memFree=1335720/2055920 swapFree=4181500/4192956
[pid=8185] ppid=8183 vsize=39844 CPUtime=60
/proc/8185/stat : 8185 (PBS4L) R 8183 8185 8139 0 -1 4194304 5923 0 0 0 5984 16 0 0 25 0 1 0 192978840 40800256 5567 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/8185/statm: 9961 5567 107 232 0 9726 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 39844

[startup+70.0382 s]
/proc/loadavg: 0.97 0.98 0.93 2/64 8185
/proc/meminfo: memFree=1333864/2055920 swapFree=4181500/4192956
[pid=8185] ppid=8183 vsize=40696 CPUtime=70.01
/proc/8185/stat : 8185 (PBS4L) R 8183 8185 8139 0 -1 4194304 6386 0 0 0 6983 18 0 0 25 0 1 0 192978840 41672704 6030 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/8185/statm: 10174 6030 107 232 0 9939 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 40696

[startup+80.0443 s]
/proc/loadavg: 0.98 0.98 0.93 2/64 8185
/proc/meminfo: memFree=1332648/2055920 swapFree=4181500/4192956
[pid=8185] ppid=8183 vsize=40696 CPUtime=80.01
/proc/8185/stat : 8185 (PBS4L) R 8183 8185 8139 0 -1 4194304 6679 0 0 0 7981 20 0 0 25 0 1 0 192978840 41672704 6323 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/8185/statm: 10174 6323 107 232 0 9939 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 40696

[startup+90.0503 s]
/proc/loadavg: 0.98 0.98 0.93 2/64 8185
/proc/meminfo: memFree=1331112/2055920 swapFree=4181500/4192956
[pid=8185] ppid=8183 vsize=40696 CPUtime=90.02
/proc/8185/stat : 8185 (PBS4L) R 8183 8185 8139 0 -1 4194304 7069 0 0 0 8981 21 0 0 25 0 1 0 192978840 41672704 6713 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/8185/statm: 10174 6713 107 232 0 9939 0
Current children cumulated CPU time (s) 90.02
Current children cumulated vsize (Kb) 40696

[startup+100.056 s]
/proc/loadavg: 0.98 0.98 0.93 2/64 8185
/proc/meminfo: memFree=1330024/2055920 swapFree=4181500/4192956
[pid=8185] ppid=8183 vsize=40996 CPUtime=100.02
/proc/8185/stat : 8185 (PBS4L) R 8183 8185 8139 0 -1 4194304 7328 0 0 0 9979 23 0 0 25 0 1 0 192978840 41979904 6972 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/8185/statm: 10249 6972 107 232 0 10014 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 40996

[startup+110.062 s]
/proc/loadavg: 0.98 0.98 0.93 2/64 8185
/proc/meminfo: memFree=1328936/2055920 swapFree=4181500/4192956
[pid=8185] ppid=8183 vsize=42796 CPUtime=110.02
/proc/8185/stat : 8185 (PBS4L) R 8183 8185 8139 0 -1 4194304 7985 0 0 0 10978 24 0 0 25 0 1 0 192978840 43823104 7244 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/8185/statm: 10699 7244 107 232 0 10464 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 42796

[startup+120.069 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 8186
/proc/meminfo: memFree=1328360/2055920 swapFree=4181500/4192956
[pid=8185] ppid=8183 vsize=42928 CPUtime=120.03
/proc/8185/stat : 8185 (PBS4L) R 8183 8185 8139 0 -1 4194304 8130 0 0 0 11978 25 0 0 25 0 1 0 192978840 43958272 7389 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/8185/statm: 10732 7389 107 232 0 10497 0
Current children cumulated CPU time (s) 120.03
Current children cumulated vsize (Kb) 42928

[startup+130.075 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 8186
/proc/meminfo: memFree=1326760/2055920 swapFree=4181500/4192956
[pid=8185] ppid=8183 vsize=44044 CPUtime=130.03
/proc/8185/stat : 8185 (PBS4L) R 8183 8185 8139 0 -1 4194304 8531 0 0 0 12977 26 0 0 25 0 1 0 192978840 45101056 7790 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/8185/statm: 11011 7790 107 232 0 10776 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 44044

[startup+140.081 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 8186
/proc/meminfo: memFree=1325928/2055920 swapFree=4181500/4192956
[pid=8185] ppid=8183 vsize=44308 CPUtime=140.03
/proc/8185/stat : 8185 (PBS4L) R 8183 8185 8139 0 -1 4194304 8740 0 0 0 13976 27 0 0 25 0 1 0 192978840 45371392 7999 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/8185/statm: 11077 7999 107 232 0 10842 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 44308

[startup+150.087 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 8186
/proc/meminfo: memFree=1324712/2055920 swapFree=4181500/4192956
[pid=8185] ppid=8183 vsize=44308 CPUtime=150.04
/proc/8185/stat : 8185 (PBS4L) R 8183 8185 8139 0 -1 4194304 9035 0 0 0 14976 28 0 0 25 0 1 0 192978840 45371392 8294 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/8185/statm: 11077 8294 107 232 0 10842 0
Current children cumulated CPU time (s) 150.04
Current children cumulated vsize (Kb) 44308

[startup+160.093 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 8187
/proc/meminfo: memFree=1323496/2055920 swapFree=4181500/4192956
[pid=8185] ppid=8183 vsize=44436 CPUtime=160.04
/proc/8185/stat : 8185 (PBS4L) R 8183 8185 8139 0 -1 4194304 9382 0 0 0 15975 29 0 0 25 0 1 0 192978840 45502464 8608 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/8185/statm: 11109 8608 107 232 0 10874 0
Current children cumulated CPU time (s) 160.04
Current children cumulated vsize (Kb) 44436

[startup+170.099 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 8187
/proc/meminfo: memFree=1321896/2055920 swapFree=4181500/4192956
[pid=8185] ppid=8183 vsize=45624 CPUtime=170.04
/proc/8185/stat : 8185 (PBS4L) R 8183 8185 8139 0 -1 4194304 9769 0 0 0 16974 30 0 0 25 0 1 0 192978840 46718976 8995 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/8185/statm: 11406 8995 107 232 0 11171 0
Current children cumulated CPU time (s) 170.04
Current children cumulated vsize (Kb) 45624

[startup+180.105 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 8187
/proc/meminfo: memFree=1320872/2055920 swapFree=4181500/4192956
[pid=8185] ppid=8183 vsize=45624 CPUtime=180.05
/proc/8185/stat : 8185 (PBS4L) R 8183 8185 8139 0 -1 4194304 10029 0 0 0 17973 32 0 0 25 0 1 0 192978840 46718976 9255 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/8185/statm: 11406 9255 107 232 0 11171 0
Current children cumulated CPU time (s) 180.05
Current children cumulated vsize (Kb) 45624

[startup+190.111 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 8187
/proc/meminfo: memFree=1319656/2055920 swapFree=4181500/4192956
[pid=8185] ppid=8183 vsize=45624 CPUtime=190.05
/proc/8185/stat : 8185 (PBS4L) R 8183 8185 8139 0 -1 4194304 10333 0 0 0 18972 33 0 0 25 0 1 0 192978840 46718976 9559 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/8185/statm: 11406 9559 107 232 0 11171 0
Current children cumulated CPU time (s) 190.05
Current children cumulated vsize (Kb) 45624

[startup+200.117 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 8187
/proc/meminfo: memFree=1318824/2055920 swapFree=4181500/4192956
[pid=8185] ppid=8183 vsize=45624 CPUtime=200.06
/proc/8185/stat : 8185 (PBS4L) R 8183 8185 8139 0 -1 4194304 10534 0 0 0 19972 34 0 0 25 0 1 0 192978840 46718976 9760 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558802 0 0 4096 0 0 0 0 17 1 0 0
/proc/8185/statm: 11406 9760 107 232 0 11171 0
Current children cumulated CPU time (s) 200.06
Current children cumulated vsize (Kb) 45624

[startup+210.123 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 8187
/proc/meminfo: memFree=1317544/2055920 swapFree=4181500/4192956

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

/proc/8185/stat : 8185 (PBS4L) R 8183 8185 8139 0 -1 4194304 32223 0 0 0 178025 134 0 0 25 0 1 0 192978840 172380160 27243 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/8185/statm: 42085 27243 107 232 0 41850 0
Current children cumulated CPU time (s) 1781.59
Current children cumulated vsize (Kb) 168340

[startup+1783.08 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 8382
/proc/meminfo: memFree=1248488/2055920 swapFree=4181500/4192956
[pid=8185] ppid=8183 vsize=168340 CPUtime=1782.59
/proc/8185/stat : 8185 (PBS4L) R 8183 8185 8139 0 -1 4194304 32223 0 0 0 178125 134 0 0 25 0 1 0 192978840 172380160 27243 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/8185/statm: 42085 27243 107 232 0 41850 0
Current children cumulated CPU time (s) 1782.59
Current children cumulated vsize (Kb) 168340

[startup+1784.09 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 8382
/proc/meminfo: memFree=1248488/2055920 swapFree=4181500/4192956
[pid=8185] ppid=8183 vsize=168340 CPUtime=1783.6
/proc/8185/stat : 8185 (PBS4L) R 8183 8185 8139 0 -1 4194304 32223 0 0 0 178226 134 0 0 25 0 1 0 192978840 172380160 27243 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/8185/statm: 42085 27243 107 232 0 41850 0
Current children cumulated CPU time (s) 1783.6
Current children cumulated vsize (Kb) 168340

[startup+1785.09 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 8382
/proc/meminfo: memFree=1248424/2055920 swapFree=4181500/4192956
[pid=8185] ppid=8183 vsize=168340 CPUtime=1784.6
/proc/8185/stat : 8185 (PBS4L) R 8183 8185 8139 0 -1 4194304 32224 0 0 0 178326 134 0 0 25 0 1 0 192978840 172380160 27244 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/8185/statm: 42085 27244 107 232 0 41850 0
Current children cumulated CPU time (s) 1784.6
Current children cumulated vsize (Kb) 168340

[startup+1786.1 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 8382
/proc/meminfo: memFree=1248424/2055920 swapFree=4181500/4192956
[pid=8185] ppid=8183 vsize=168340 CPUtime=1785.6
/proc/8185/stat : 8185 (PBS4L) R 8183 8185 8139 0 -1 4194304 32225 0 0 0 178426 134 0 0 25 0 1 0 192978840 172380160 27245 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/8185/statm: 42085 27245 107 232 0 41850 0
Current children cumulated CPU time (s) 1785.6
Current children cumulated vsize (Kb) 168340

[startup+1787.1 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 8382
/proc/meminfo: memFree=1248168/2055920 swapFree=4181500/4192956
[pid=8185] ppid=8183 vsize=168852 CPUtime=1786.61
/proc/8185/stat : 8185 (PBS4L) R 8183 8185 8139 0 -1 4194304 32406 0 0 0 178527 134 0 0 25 0 1 0 192978840 172904448 27296 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/8185/statm: 42213 27296 107 232 0 41978 0
Current children cumulated CPU time (s) 1786.61
Current children cumulated vsize (Kb) 168852

[startup+1788.11 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 8382
/proc/meminfo: memFree=1248040/2055920 swapFree=4181500/4192956
[pid=8185] ppid=8183 vsize=169108 CPUtime=1787.61
/proc/8185/stat : 8185 (PBS4L) R 8183 8185 8139 0 -1 4194304 32488 0 0 0 178627 134 0 0 25 0 1 0 192978840 173166592 27313 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/8185/statm: 42277 27313 107 232 0 42042 0
Current children cumulated CPU time (s) 1787.61
Current children cumulated vsize (Kb) 169108

[startup+1789.11 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 8382
/proc/meminfo: memFree=1248040/2055920 swapFree=4181500/4192956
[pid=8185] ppid=8183 vsize=169108 CPUtime=1788.62
/proc/8185/stat : 8185 (PBS4L) R 8183 8185 8139 0 -1 4194304 32490 0 0 0 178728 134 0 0 25 0 1 0 192978840 173166592 27315 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/8185/statm: 42277 27315 107 232 0 42042 0
Current children cumulated CPU time (s) 1788.62
Current children cumulated vsize (Kb) 169108

[startup+1790.12 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 8382
/proc/meminfo: memFree=1248040/2055920 swapFree=4181500/4192956
[pid=8185] ppid=8183 vsize=169108 CPUtime=1789.62
/proc/8185/stat : 8185 (PBS4L) R 8183 8185 8139 0 -1 4194304 32491 0 0 0 178828 134 0 0 25 0 1 0 192978840 173166592 27316 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/8185/statm: 42277 27316 107 232 0 42042 0
Current children cumulated CPU time (s) 1789.62
Current children cumulated vsize (Kb) 169108

[startup+1791.12 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 8382
/proc/meminfo: memFree=1247912/2055920 swapFree=4181500/4192956
[pid=8185] ppid=8183 vsize=169364 CPUtime=1790.62
/proc/8185/stat : 8185 (PBS4L) R 8183 8185 8139 0 -1 4194304 32581 0 0 0 178928 134 0 0 25 0 1 0 192978840 173428736 27341 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/8185/statm: 42341 27341 107 232 0 42106 0
Current children cumulated CPU time (s) 1790.62
Current children cumulated vsize (Kb) 169364

[startup+1792.13 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 8382
/proc/meminfo: memFree=1247912/2055920 swapFree=4181500/4192956
[pid=8185] ppid=8183 vsize=169364 CPUtime=1791.63
/proc/8185/stat : 8185 (PBS4L) R 8183 8185 8139 0 -1 4194304 32582 0 0 0 179029 134 0 0 25 0 1 0 192978840 173428736 27342 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558771 0 0 4096 0 0 0 0 17 1 0 0
/proc/8185/statm: 42341 27342 107 232 0 42106 0
Current children cumulated CPU time (s) 1791.63
Current children cumulated vsize (Kb) 169364

[startup+1793.13 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 8382
/proc/meminfo: memFree=1247912/2055920 swapFree=4181500/4192956
[pid=8185] ppid=8183 vsize=169364 CPUtime=1792.63
/proc/8185/stat : 8185 (PBS4L) R 8183 8185 8139 0 -1 4194304 32582 0 0 0 179129 134 0 0 25 0 1 0 192978840 173428736 27342 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/8185/statm: 42341 27342 107 232 0 42106 0
Current children cumulated CPU time (s) 1792.63
Current children cumulated vsize (Kb) 169364

[startup+1794.14 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 8382
/proc/meminfo: memFree=1247912/2055920 swapFree=4181500/4192956
[pid=8185] ppid=8183 vsize=169364 CPUtime=1793.64
/proc/8185/stat : 8185 (PBS4L) R 8183 8185 8139 0 -1 4194304 32583 0 0 0 179230 134 0 0 25 0 1 0 192978840 173428736 27343 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/8185/statm: 42341 27343 107 232 0 42106 0
Current children cumulated CPU time (s) 1793.64
Current children cumulated vsize (Kb) 169364

[startup+1795.14 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 8382
/proc/meminfo: memFree=1247912/2055920 swapFree=4181500/4192956
[pid=8185] ppid=8183 vsize=169364 CPUtime=1794.65
/proc/8185/stat : 8185 (PBS4L) R 8183 8185 8139 0 -1 4194304 32583 0 0 0 179330 135 0 0 25 0 1 0 192978840 173428736 27343 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558835 0 0 4096 0 0 0 0 17 1 0 0
/proc/8185/statm: 42341 27343 107 232 0 42106 0
Current children cumulated CPU time (s) 1794.65
Current children cumulated vsize (Kb) 169364

[startup+1796.15 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 8382
/proc/meminfo: memFree=1247912/2055920 swapFree=4181500/4192956
[pid=8185] ppid=8183 vsize=169364 CPUtime=1795.66
/proc/8185/stat : 8185 (PBS4L) R 8183 8185 8139 0 -1 4194304 32583 0 0 0 179431 135 0 0 25 0 1 0 192978840 173428736 27343 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558878 0 0 4096 0 0 0 0 17 1 0 0
/proc/8185/statm: 42341 27343 107 232 0 42106 0
Current children cumulated CPU time (s) 1795.66
Current children cumulated vsize (Kb) 169364

[startup+1797.15 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 8382
/proc/meminfo: memFree=1247912/2055920 swapFree=4181500/4192956
[pid=8185] ppid=8183 vsize=169364 CPUtime=1796.66
/proc/8185/stat : 8185 (PBS4L) R 8183 8185 8139 0 -1 4194304 32584 0 0 0 179531 135 0 0 25 0 1 0 192978840 173428736 27344 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/8185/statm: 42341 27344 107 232 0 42106 0
Current children cumulated CPU time (s) 1796.66
Current children cumulated vsize (Kb) 169364

[startup+1798.16 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 8382
/proc/meminfo: memFree=1247912/2055920 swapFree=4181500/4192956
[pid=8185] ppid=8183 vsize=169364 CPUtime=1797.67
/proc/8185/stat : 8185 (PBS4L) R 8183 8185 8139 0 -1 4194304 32584 0 0 0 179632 135 0 0 25 0 1 0 192978840 173428736 27344 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/8185/statm: 42341 27344 107 232 0 42106 0
Current children cumulated CPU time (s) 1797.67
Current children cumulated vsize (Kb) 169364

[startup+1799.16 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 8382
/proc/meminfo: memFree=1247912/2055920 swapFree=4181500/4192956
[pid=8185] ppid=8183 vsize=169364 CPUtime=1798.67
/proc/8185/stat : 8185 (PBS4L) R 8183 8185 8139 0 -1 4194304 32585 0 0 0 179732 135 0 0 25 0 1 0 192978840 173428736 27345 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/8185/statm: 42341 27345 107 232 0 42106 0
Current children cumulated CPU time (s) 1798.67
Current children cumulated vsize (Kb) 169364

[startup+1800.17 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 8382
/proc/meminfo: memFree=1247912/2055920 swapFree=4181500/4192956
[pid=8185] ppid=8183 vsize=169364 CPUtime=1799.67
/proc/8185/stat : 8185 (PBS4L) R 8183 8185 8139 0 -1 4194304 32585 0 0 0 179832 135 0 0 25 0 1 0 192978840 173428736 27345 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558832 0 0 4096 0 0 0 0 17 1 0 0
/proc/8185/statm: 42341 27345 107 232 0 42106 0
Current children cumulated CPU time (s) 1799.67
Current children cumulated vsize (Kb) 169364

[startup+1801.17 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 8382
/proc/meminfo: memFree=1247912/2055920 swapFree=4181500/4192956
[pid=8185] ppid=8183 vsize=169364 CPUtime=1800.68
/proc/8185/stat : 8185 (PBS4L) R 8183 8185 8139 0 -1 4194304 32586 0 0 0 179933 135 0 0 25 0 1 0 192978840 173428736 27346 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/8185/statm: 42341 27346 107 232 0 42106 0
Current children cumulated CPU time (s) 1800.68
Current children cumulated vsize (Kb) 169364



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.18 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 8382
/proc/meminfo: memFree=1247912/2055920 swapFree=4181500/4192956
[pid=8185] ppid=8183 vsize=169364 CPUtime=1800.68
/proc/8185/stat : 8185 (PBS4L) R 8183 8185 8139 0 -1 4194304 32586 0 0 0 179933 135 0 0 25 0 1 0 192978840 173428736 27346 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/8185/statm: 42341 27346 107 232 0 42106 0
Current children cumulated CPU time (s) 1800.68
Current children cumulated vsize (Kb) 169364

Sending SIGTERM to -8185
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.2
CPU time (s): 1800.71
CPU user time (s): 1799.34
CPU system time (s): 1.37079
CPU usage (%): 99.9727
Max. virtual memory (cumulated for all children) (Kb): 169364
The end

Launcher Data (download as text)

Begin job on node7 on Fri Jun  2 18:32:46 UTC 2006


FILE ID= 41312-1149273166

PBS_JOBID= 299071

BENCH NAME= ROOT/tmp/node7/41312-1149273166/instance-41312-1149273166.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node7/41312-1149273166/instance-41312-1149273166.opb 590994636
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node7/watcher-41312-1149273166 -o ROOT/results/node7/solver-41312-1149273166 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node7/41312-1149273166/instance-41312-1149273166.opb 590994636

MD5SUM SOLVER= ab46593c31a6a47b9d9920387a00d332
MD5SUM BENCH=  6803f1153be9bf743da46b6e6a13cfbf

RANDOM SEED= 590994636


/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.232
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.232
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:       1357752 kB
Buffers:         35508 kB
Cached:         590200 kB
SwapCached:       3564 kB
Active:         204548 kB
Inactive:       430260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1357752 kB
SwapTotal:     4192956 kB
SwapFree:      4181500 kB
Dirty:             156 kB
Writeback:           0 kB
Mapped:          14972 kB
Slab:            49368 kB
Committed_AS:   253616 kB
PageTables:       1480 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node7 on Fri Jun  2 19:02:48 UTC 2006