Trace number 41291

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) 1801.02 1802.15

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-reduced-mps-v2-20-10-blp-ic98.opb
MD5SUMcf56ee4a2e10a22486df8fb664e91027
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15501
Total number of constraints763
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)627
Number of constraints which are nor clauses,nor cardinality constraints136
Minimum length of a constraint8
Maximum length of a constraint13581
Number of terms in the objective function 31
Biggest coefficient in the objective function 262145
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 524318
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 531126
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/41291-1149263904/instance-41291-1149263904.opb ......

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-41291-1149263904 -o ROOT/results/node90/solver-41291-1149263904 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node90/41291-1149263904/instance-41291-1149263904.opb 679650913 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.95 0.92 2/67 15924
/proc/meminfo: memFree=1577304/2055888 swapFree=4085308/4096564
[pid=15924] ppid=15922 vsize=2856 CPUtime=0
/proc/15924/stat : 15924 (PBS4L) R 15922 15924 15878 0 -1 4194304 255 0 0 0 0 0 0 0 19 0 1 0 192029349 2924544 240 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134598843 0 0 4096 0 0 0 0 17 0 0 0
/proc/15924/statm: 714 242 90 232 0 479 0

[startup+10.0019 s]
/proc/loadavg: 0.93 0.95 0.92 2/67 15924
/proc/meminfo: memFree=1561440/2055888 swapFree=4085308/4096564
[pid=15924] ppid=15922 vsize=17004 CPUtime=10
/proc/15924/stat : 15924 (PBS4L) R 15922 15924 15878 0 -1 4194304 4533 0 0 0 997 3 0 0 25 0 1 0 192029349 17412096 4038 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 0 0 0
/proc/15924/statm: 4251 4038 105 232 0 4016 0
Current children cumulated CPU time (s) 10
Current children cumulated vsize (Kb) 17004

[startup+20.008 s]
/proc/loadavg: 0.94 0.96 0.92 2/67 15924
/proc/meminfo: memFree=1561504/2055888 swapFree=4085308/4096564
[pid=15924] ppid=15922 vsize=17004 CPUtime=19.99
/proc/15924/stat : 15924 (PBS4L) R 15922 15924 15878 0 -1 4194304 4568 0 0 0 1995 4 0 0 25 0 1 0 192029349 17412096 4073 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 0 0 0
/proc/15924/statm: 4251 4073 105 232 0 4016 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 17004

[startup+30.0141 s]
/proc/loadavg: 0.95 0.96 0.92 2/67 15924
/proc/meminfo: memFree=1561504/2055888 swapFree=4085308/4096564
[pid=15924] ppid=15922 vsize=17004 CPUtime=29.99
/proc/15924/stat : 15924 (PBS4L) R 15922 15924 15878 0 -1 4194304 4569 0 0 0 2995 4 0 0 25 0 1 0 192029349 17412096 4074 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551587 0 0 4096 0 0 0 0 17 0 0 0
/proc/15924/statm: 4251 4074 105 232 0 4016 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 17004

[startup+40.0192 s]
/proc/loadavg: 0.95 0.96 0.92 2/67 15924
/proc/meminfo: memFree=1561568/2055888 swapFree=4085308/4096564
[pid=15924] ppid=15922 vsize=17004 CPUtime=39.99
/proc/15924/stat : 15924 (PBS4L) R 15922 15924 15878 0 -1 4194304 4572 0 0 0 3995 4 0 0 25 0 1 0 192029349 17412096 4077 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134546643 0 0 4096 0 0 0 0 17 0 0 0
/proc/15924/statm: 4251 4077 105 232 0 4016 0
Current children cumulated CPU time (s) 39.99
Current children cumulated vsize (Kb) 17004

[startup+50.0252 s]
/proc/loadavg: 0.96 0.96 0.92 2/67 15924
/proc/meminfo: memFree=1561568/2055888 swapFree=4085308/4096564
[pid=15924] ppid=15922 vsize=17004 CPUtime=49.99
/proc/15924/stat : 15924 (PBS4L) R 15922 15924 15878 0 -1 4194304 4572 0 0 0 4995 4 0 0 25 0 1 0 192029349 17412096 4077 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 0 0 0
/proc/15924/statm: 4251 4077 105 232 0 4016 0
Current children cumulated CPU time (s) 49.99
Current children cumulated vsize (Kb) 17004

[startup+60.0313 s]
/proc/loadavg: 0.97 0.96 0.92 2/67 15924
/proc/meminfo: memFree=1561568/2055888 swapFree=4085308/4096564
[pid=15924] ppid=15922 vsize=17004 CPUtime=60
/proc/15924/stat : 15924 (PBS4L) R 15922 15924 15878 0 -1 4194304 4576 0 0 0 5995 5 0 0 25 0 1 0 192029349 17412096 4081 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 0 0 0
/proc/15924/statm: 4251 4081 105 232 0 4016 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 17004

[startup+70.0374 s]
/proc/loadavg: 0.97 0.96 0.92 2/67 15924
/proc/meminfo: memFree=1561504/2055888 swapFree=4085308/4096564
[pid=15924] ppid=15922 vsize=17260 CPUtime=70
/proc/15924/stat : 15924 (PBS4L) R 15922 15924 15878 0 -1 4194304 4602 0 0 0 6995 5 0 0 25 0 1 0 192029349 17674240 4107 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 0 0 0
/proc/15924/statm: 4315 4107 105 232 0 4080 0
Current children cumulated CPU time (s) 70
Current children cumulated vsize (Kb) 17260

[startup+80.0435 s]
/proc/loadavg: 0.98 0.96 0.92 2/67 15924
/proc/meminfo: memFree=1561312/2055888 swapFree=4085308/4096564
[pid=15924] ppid=15922 vsize=17772 CPUtime=80
/proc/15924/stat : 15924 (PBS4L) R 15922 15924 15878 0 -1 4194304 4665 0 0 0 7995 5 0 0 25 0 1 0 192029349 18198528 4170 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 0 0 0
/proc/15924/statm: 4443 4170 105 232 0 4208 0
Current children cumulated CPU time (s) 80
Current children cumulated vsize (Kb) 17772

[startup+90.0496 s]
/proc/loadavg: 0.98 0.96 0.92 2/67 15924
/proc/meminfo: memFree=1561056/2055888 swapFree=4085308/4096564
[pid=15924] ppid=15922 vsize=17772 CPUtime=90
/proc/15924/stat : 15924 (PBS4L) R 15922 15924 15878 0 -1 4194304 4729 0 0 0 8995 5 0 0 25 0 1 0 192029349 18198528 4234 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134546666 0 0 4096 0 0 0 0 17 0 0 0
/proc/15924/statm: 4443 4234 105 232 0 4208 0
Current children cumulated CPU time (s) 90
Current children cumulated vsize (Kb) 17772

[startup+100.055 s]
/proc/loadavg: 0.98 0.96 0.92 2/67 15924
/proc/meminfo: memFree=1560800/2055888 swapFree=4085308/4096564
[pid=15924] ppid=15922 vsize=18796 CPUtime=100
/proc/15924/stat : 15924 (PBS4L) R 15922 15924 15878 0 -1 4194304 4793 0 0 0 9995 5 0 0 25 0 1 0 192029349 19247104 4298 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134546657 0 0 4096 0 0 0 0 17 0 0 0
/proc/15924/statm: 4699 4298 105 232 0 4464 0
Current children cumulated CPU time (s) 100
Current children cumulated vsize (Kb) 18796

[startup+110.061 s]
/proc/loadavg: 0.98 0.96 0.92 2/67 15924
/proc/meminfo: memFree=1560544/2055888 swapFree=4085308/4096564
[pid=15924] ppid=15922 vsize=18796 CPUtime=110
/proc/15924/stat : 15924 (PBS4L) R 15922 15924 15878 0 -1 4194304 4858 0 0 0 10995 5 0 0 25 0 1 0 192029349 19247104 4363 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 0 0 0
/proc/15924/statm: 4699 4363 105 232 0 4464 0
Current children cumulated CPU time (s) 110
Current children cumulated vsize (Kb) 18796

[startup+120.067 s]
/proc/loadavg: 0.99 0.97 0.92 2/67 15924
/proc/meminfo: memFree=1560288/2055888 swapFree=4085308/4096564
[pid=15924] ppid=15922 vsize=18796 CPUtime=120
/proc/15924/stat : 15924 (PBS4L) R 15922 15924 15878 0 -1 4194304 4924 0 0 0 11995 5 0 0 25 0 1 0 192029349 19247104 4429 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 0 0 0
/proc/15924/statm: 4699 4429 105 232 0 4464 0
Current children cumulated CPU time (s) 120
Current children cumulated vsize (Kb) 18796

[startup+130.073 s]
/proc/loadavg: 0.99 0.97 0.92 2/67 15924
/proc/meminfo: memFree=1560032/2055888 swapFree=4085308/4096564
[pid=15924] ppid=15922 vsize=18796 CPUtime=130
/proc/15924/stat : 15924 (PBS4L) R 15922 15924 15878 0 -1 4194304 4993 0 0 0 12995 5 0 0 25 0 1 0 192029349 19247104 4498 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551596 0 0 4096 0 0 0 0 17 0 0 0
/proc/15924/statm: 4699 4498 105 232 0 4464 0
Current children cumulated CPU time (s) 130
Current children cumulated vsize (Kb) 18796

[startup+140.079 s]
/proc/loadavg: 0.99 0.97 0.92 2/67 15924
/proc/meminfo: memFree=1559712/2055888 swapFree=4085308/4096564
[pid=15924] ppid=15922 vsize=20844 CPUtime=140.01
/proc/15924/stat : 15924 (PBS4L) R 15922 15924 15878 0 -1 4194304 5064 0 0 0 13996 5 0 0 25 0 1 0 192029349 21344256 4569 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551570 0 0 4096 0 0 0 0 17 0 0 0
/proc/15924/statm: 5211 4569 105 232 0 4976 0
Current children cumulated CPU time (s) 140.01
Current children cumulated vsize (Kb) 20844

[startup+150.085 s]
/proc/loadavg: 0.99 0.97 0.92 2/67 15924
/proc/meminfo: memFree=1559456/2055888 swapFree=4085308/4096564
[pid=15924] ppid=15922 vsize=20844 CPUtime=150.01
/proc/15924/stat : 15924 (PBS4L) R 15922 15924 15878 0 -1 4194304 5139 0 0 0 14996 5 0 0 25 0 1 0 192029349 21344256 4644 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551582 0 0 4096 0 0 0 0 17 0 0 0
/proc/15924/statm: 5211 4644 105 232 0 4976 0
Current children cumulated CPU time (s) 150.01
Current children cumulated vsize (Kb) 20844

[startup+160.09 s]
/proc/loadavg: 0.99 0.97 0.92 2/73 15979
/proc/meminfo: memFree=1557680/2055888 swapFree=4085308/4096564
[pid=15924] ppid=15922 vsize=20844 CPUtime=159.97
/proc/15924/stat : 15924 (PBS4L) R 15922 15924 15878 0 -1 4194304 5211 0 0 0 15990 7 0 0 25 0 1 0 192029349 21344256 4716 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 0 0 0
/proc/15924/statm: 5211 4716 105 232 0 4976 0
Current children cumulated CPU time (s) 159.97
Current children cumulated vsize (Kb) 20844

[startup+170.096 s]
/proc/loadavg: 0.99 0.97 0.92 2/73 16045
/proc/meminfo: memFree=1557224/2055888 swapFree=4085308/4096564
[pid=15924] ppid=15922 vsize=20844 CPUtime=169.94
/proc/15924/stat : 15924 (PBS4L) R 15922 15924 15878 0 -1 4194304 5288 0 0 0 16987 7 0 0 25 0 1 0 192029349 21344256 4793 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 0 0 0
/proc/15924/statm: 5211 4793 105 232 0 4976 0
Current children cumulated CPU time (s) 169.94
Current children cumulated vsize (Kb) 20844

[startup+180.103 s]
/proc/loadavg: 0.99 0.97 0.92 2/67 16119
/proc/meminfo: memFree=1557984/2055888 swapFree=4085308/4096564
[pid=15924] ppid=15922 vsize=20844 CPUtime=179.91
/proc/15924/stat : 15924 (PBS4L) R 15922 15924 15878 0 -1 4194304 5365 0 0 0 17982 9 0 0 25 0 1 0 192029349 21344256 4870 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551621 0 0 4096 0 0 0 0 17 0 0 0
/proc/15924/statm: 5211 4870 105 232 0 4976 0
Current children cumulated CPU time (s) 179.91
Current children cumulated vsize (Kb) 20844

[startup+190.109 s]
/proc/loadavg: 0.99 0.97 0.92 2/67 16119
/proc/meminfo: memFree=1557984/2055888 swapFree=4085308/4096564
[pid=15924] ppid=15922 vsize=20844 CPUtime=189.91
/proc/15924/stat : 15924 (PBS4L) R 15922 15924 15878 0 -1 4194304 5447 0 0 0 18982 9 0 0 25 0 1 0 192029349 21344256 4952 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551629 0 0 4096 0 0 0 0 17 0 0 0
/proc/15924/statm: 5211 4952 105 232 0 4976 0
Current children cumulated CPU time (s) 189.91
Current children cumulated vsize (Kb) 20844

[startup+200.116 s]
/proc/loadavg: 0.99 0.97 0.92 2/67 16119
/proc/meminfo: memFree=1557664/2055888 swapFree=4085308/4096564
[pid=15924] ppid=15922 vsize=20844 CPUtime=199.91
/proc/15924/stat : 15924 (PBS4L) R 15922 15924 15878 0 -1 4194304 5526 0 0 0 19982 9 0 0 25 0 1 0 192029349 21344256 5031 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 0 0 0
/proc/15924/statm: 5211 5031 105 232 0 4976 0
Current children cumulated CPU time (s) 199.91
Current children cumulated vsize (Kb) 20844

[startup+210.122 s]
/proc/loadavg: 0.99 0.97 0.92 2/67 16119
/proc/meminfo: memFree=1557344/2055888 swapFree=4085308/4096564

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

/proc/15924/stat : 15924 (PBS4L) R 15922 15924 15878 0 -1 4194304 21131 0 0 0 170973 21 0 0 25 0 1 0 192029349 91873280 20631 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134546657 0 0 4096 0 0 0 0 17 0 0 0
/proc/15924/statm: 22430 20631 105 232 0 22195 0
Current children cumulated CPU time (s) 1709.94
Current children cumulated vsize (Kb) 89720

[startup+1721.03 s]
/proc/loadavg: 1.05 0.99 0.93 2/67 16119
/proc/meminfo: memFree=1494752/2055888 swapFree=4085308/4096564
[pid=15924] ppid=15922 vsize=89720 CPUtime=1719.94
/proc/15924/stat : 15924 (PBS4L) R 15922 15924 15878 0 -1 4194304 21226 0 0 0 171973 21 0 0 25 0 1 0 192029349 91873280 20726 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 0 0 0
/proc/15924/statm: 22430 20726 105 232 0 22195 0
Current children cumulated CPU time (s) 1719.94
Current children cumulated vsize (Kb) 89720

[startup+1731.03 s]
/proc/loadavg: 1.04 0.99 0.93 2/67 16119
/proc/meminfo: memFree=1494304/2055888 swapFree=4085308/4096564
[pid=15924] ppid=15922 vsize=89720 CPUtime=1729.94
/proc/15924/stat : 15924 (PBS4L) R 15922 15924 15878 0 -1 4194304 21332 0 0 0 172973 21 0 0 25 0 1 0 192029349 91873280 20832 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 0 0 0
/proc/15924/statm: 22430 20832 105 232 0 22195 0
Current children cumulated CPU time (s) 1729.94
Current children cumulated vsize (Kb) 89720

[startup+1741.04 s]
/proc/loadavg: 1.04 0.99 0.93 2/67 16119
/proc/meminfo: memFree=1493856/2055888 swapFree=4085308/4096564
[pid=15924] ppid=15922 vsize=89720 CPUtime=1739.94
/proc/15924/stat : 15924 (PBS4L) R 15922 15924 15878 0 -1 4194304 21449 0 0 0 173973 21 0 0 25 0 1 0 192029349 91873280 20949 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551587 0 0 4096 0 0 0 0 17 0 0 0
/proc/15924/statm: 22430 20949 105 232 0 22195 0
Current children cumulated CPU time (s) 1739.94
Current children cumulated vsize (Kb) 89720

[startup+1751.05 s]
/proc/loadavg: 1.03 0.99 0.93 2/67 16119
/proc/meminfo: memFree=1493344/2055888 swapFree=4085308/4096564
[pid=15924] ppid=15922 vsize=89720 CPUtime=1749.95
/proc/15924/stat : 15924 (PBS4L) R 15922 15924 15878 0 -1 4194304 21567 0 0 0 174973 22 0 0 25 0 1 0 192029349 91873280 21067 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 0 0 0
/proc/15924/statm: 22430 21067 105 232 0 22195 0
Current children cumulated CPU time (s) 1749.95
Current children cumulated vsize (Kb) 89720

[startup+1761.05 s]
/proc/loadavg: 1.03 0.99 0.93 2/67 16119
/proc/meminfo: memFree=1492832/2055888 swapFree=4085308/4096564
[pid=15924] ppid=15922 vsize=89720 CPUtime=1759.95
/proc/15924/stat : 15924 (PBS4L) R 15922 15924 15878 0 -1 4194304 21695 0 0 0 175973 22 0 0 25 0 1 0 192029349 91873280 21195 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551582 0 0 4096 0 0 0 0 17 0 0 0
/proc/15924/statm: 22430 21195 105 232 0 22195 0
Current children cumulated CPU time (s) 1759.95
Current children cumulated vsize (Kb) 89720

[startup+1771.06 s]
/proc/loadavg: 1.02 0.99 0.93 2/67 16119
/proc/meminfo: memFree=1492320/2055888 swapFree=4085308/4096564
[pid=15924] ppid=15922 vsize=89720 CPUtime=1769.95
/proc/15924/stat : 15924 (PBS4L) R 15922 15924 15878 0 -1 4194304 21834 0 0 0 176973 22 0 0 25 0 1 0 192029349 91873280 21334 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 0 0 0
/proc/15924/statm: 22430 21334 105 232 0 22195 0
Current children cumulated CPU time (s) 1769.95
Current children cumulated vsize (Kb) 89720

[startup+1781.06 s]
/proc/loadavg: 1.02 0.99 0.93 2/67 16119
/proc/meminfo: memFree=1491744/2055888 swapFree=4085308/4096564
[pid=15924] ppid=15922 vsize=89720 CPUtime=1779.95
/proc/15924/stat : 15924 (PBS4L) R 15922 15924 15878 0 -1 4194304 21975 0 0 0 177973 22 0 0 25 0 1 0 192029349 91873280 21475 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549239 0 0 4096 0 0 0 0 17 1 0 0
/proc/15924/statm: 22430 21475 105 232 0 22195 0
Current children cumulated CPU time (s) 1779.95
Current children cumulated vsize (Kb) 89720

[startup+1791.07 s]
/proc/loadavg: 1.01 0.99 0.93 2/67 16119
/proc/meminfo: memFree=1491104/2055888 swapFree=4085308/4096564
[pid=15924] ppid=15922 vsize=89720 CPUtime=1789.95
/proc/15924/stat : 15924 (PBS4L) R 15922 15924 15878 0 -1 4194304 22128 0 0 0 178973 22 0 0 25 0 1 0 192029349 91873280 21628 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 0 0 0
/proc/15924/statm: 22430 21628 105 232 0 22195 0
Current children cumulated CPU time (s) 1789.95
Current children cumulated vsize (Kb) 89720

[startup+1792.08 s]
/proc/loadavg: 1.01 0.99 0.93 2/67 16119
/proc/meminfo: memFree=1491104/2055888 swapFree=4085308/4096564
[pid=15924] ppid=15922 vsize=89720 CPUtime=1790.95
/proc/15924/stat : 15924 (PBS4L) R 15922 15924 15878 0 -1 4194304 22143 0 0 0 179073 22 0 0 25 0 1 0 192029349 91873280 21643 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134546650 0 0 4096 0 0 0 0 17 0 0 0
/proc/15924/statm: 22430 21643 105 232 0 22195 0
Current children cumulated CPU time (s) 1790.95
Current children cumulated vsize (Kb) 89720

[startup+1793.08 s]
/proc/loadavg: 1.01 0.99 0.93 2/67 16119
/proc/meminfo: memFree=1491040/2055888 swapFree=4085308/4096564
[pid=15924] ppid=15922 vsize=89720 CPUtime=1791.96
/proc/15924/stat : 15924 (PBS4L) R 15922 15924 15878 0 -1 4194304 22158 0 0 0 179174 22 0 0 25 0 1 0 192029349 91873280 21658 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 0 0 0
/proc/15924/statm: 22430 21658 105 232 0 22195 0
Current children cumulated CPU time (s) 1791.96
Current children cumulated vsize (Kb) 89720

[startup+1794.08 s]
/proc/loadavg: 1.01 0.99 0.93 2/67 16119
/proc/meminfo: memFree=1490976/2055888 swapFree=4085308/4096564
[pid=15924] ppid=15922 vsize=89720 CPUtime=1792.96
/proc/15924/stat : 15924 (PBS4L) R 15922 15924 15878 0 -1 4194304 22167 0 0 0 179274 22 0 0 25 0 1 0 192029349 91873280 21667 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 0 0 0
/proc/15924/statm: 22430 21667 105 232 0 22195 0
Current children cumulated CPU time (s) 1792.96
Current children cumulated vsize (Kb) 89720

[startup+1795.09 s]
/proc/loadavg: 1.01 0.99 0.93 2/67 16119
/proc/meminfo: memFree=1490912/2055888 swapFree=4085308/4096564
[pid=15924] ppid=15922 vsize=89720 CPUtime=1793.96
/proc/15924/stat : 15924 (PBS4L) R 15922 15924 15878 0 -1 4194304 22187 0 0 0 179374 22 0 0 25 0 1 0 192029349 91873280 21687 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551621 0 0 4096 0 0 0 0 17 0 0 0
/proc/15924/statm: 22430 21687 105 232 0 22195 0
Current children cumulated CPU time (s) 1793.96
Current children cumulated vsize (Kb) 89720

[startup+1796.09 s]
/proc/loadavg: 1.01 0.99 0.93 2/67 16119
/proc/meminfo: memFree=1490848/2055888 swapFree=4085308/4096564
[pid=15924] ppid=15922 vsize=89720 CPUtime=1794.96
/proc/15924/stat : 15924 (PBS4L) R 15922 15924 15878 0 -1 4194304 22207 0 0 0 179474 22 0 0 25 0 1 0 192029349 91873280 21707 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 0 0 0
/proc/15924/statm: 22430 21707 105 232 0 22195 0
Current children cumulated CPU time (s) 1794.96
Current children cumulated vsize (Kb) 89720

[startup+1797.1 s]
/proc/loadavg: 1.01 0.99 0.93 2/67 16119
/proc/meminfo: memFree=1490720/2055888 swapFree=4085308/4096564
[pid=15924] ppid=15922 vsize=89720 CPUtime=1795.97
/proc/15924/stat : 15924 (PBS4L) R 15922 15924 15878 0 -1 4194304 22227 0 0 0 179575 22 0 0 25 0 1 0 192029349 91873280 21727 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 0 0 0
/proc/15924/statm: 22430 21727 105 232 0 22195 0
Current children cumulated CPU time (s) 1795.97
Current children cumulated vsize (Kb) 89720

[startup+1798.1 s]
/proc/loadavg: 1.01 0.99 0.93 2/67 16119
/proc/meminfo: memFree=1490720/2055888 swapFree=4085308/4096564
[pid=15924] ppid=15922 vsize=89720 CPUtime=1796.97
/proc/15924/stat : 15924 (PBS4L) R 15922 15924 15878 0 -1 4194304 22237 0 0 0 179675 22 0 0 25 0 1 0 192029349 91873280 21737 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 0 0 0
/proc/15924/statm: 22430 21737 105 232 0 22195 0
Current children cumulated CPU time (s) 1796.97
Current children cumulated vsize (Kb) 89720

[startup+1799.11 s]
/proc/loadavg: 1.01 0.99 0.93 2/67 16119
/proc/meminfo: memFree=1490656/2055888 swapFree=4085308/4096564
[pid=15924] ppid=15922 vsize=89720 CPUtime=1797.98
/proc/15924/stat : 15924 (PBS4L) R 15922 15924 15878 0 -1 4194304 22257 0 0 0 179776 22 0 0 25 0 1 0 192029349 91873280 21757 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 0 0 0
/proc/15924/statm: 22430 21757 105 232 0 22195 0
Current children cumulated CPU time (s) 1797.98
Current children cumulated vsize (Kb) 89720

[startup+1800.11 s]
/proc/loadavg: 1.01 0.99 0.93 2/67 16119
/proc/meminfo: memFree=1490592/2055888 swapFree=4085308/4096564
[pid=15924] ppid=15922 vsize=89720 CPUtime=1798.98
/proc/15924/stat : 15924 (PBS4L) R 15922 15924 15878 0 -1 4194304 22272 0 0 0 179876 22 0 0 25 0 1 0 192029349 91873280 21772 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 0 0 0
/proc/15924/statm: 22430 21772 105 232 0 22195 0
Current children cumulated CPU time (s) 1798.98
Current children cumulated vsize (Kb) 89720

[startup+1801.12 s]
/proc/loadavg: 1.01 0.99 0.93 2/67 16119
/proc/meminfo: memFree=1490528/2055888 swapFree=4085308/4096564
[pid=15924] ppid=15922 vsize=89720 CPUtime=1799.99
/proc/15924/stat : 15924 (PBS4L) R 15922 15924 15878 0 -1 4194304 22292 0 0 0 179977 22 0 0 25 0 1 0 192029349 91873280 21792 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551596 0 0 4096 0 0 0 0 17 0 0 0
/proc/15924/statm: 22430 21792 105 232 0 22195 0
Current children cumulated CPU time (s) 1799.99
Current children cumulated vsize (Kb) 89720

[startup+1802.12 s]
/proc/loadavg: 1.01 0.99 0.93 2/67 16119
/proc/meminfo: memFree=1490464/2055888 swapFree=4085308/4096564
[pid=15924] ppid=15922 vsize=89720 CPUtime=1800.99
/proc/15924/stat : 15924 (PBS4L) R 15922 15924 15878 0 -1 4194304 22307 0 0 0 180077 22 0 0 25 0 1 0 192029349 91873280 21807 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 0 0 0
/proc/15924/statm: 22430 21807 105 232 0 22195 0
Current children cumulated CPU time (s) 1800.99
Current children cumulated vsize (Kb) 89720



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.13 s]
/proc/loadavg: 1.01 0.99 0.93 2/67 16119
/proc/meminfo: memFree=1490464/2055888 swapFree=4085308/4096564
[pid=15924] ppid=15922 vsize=89720 CPUtime=1801
/proc/15924/stat : 15924 (PBS4L) R 15922 15924 15878 0 -1 4194304 22307 0 0 0 180078 22 0 0 25 0 1 0 192029349 91873280 21807 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 0 0 0
/proc/15924/statm: 22430 21807 105 232 0 22195 0
Current children cumulated CPU time (s) 1801
Current children cumulated vsize (Kb) 89720

Sending SIGTERM to -15924
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1802.15
CPU time (s): 1801.02
CPU user time (s): 1800.78
CPU system time (s): 0.243962
CPU usage (%): 99.9378
Max. virtual memory (cumulated for all children) (Kb): 89720
The end

Launcher Data (download as text)

Begin job on node90 on Fri Jun  2 15:58:24 UTC 2006


FILE ID= 41291-1149263904

PBS_JOBID= 298800

BENCH NAME= ROOT/tmp/node90/41291-1149263904/instance-41291-1149263904.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node90/41291-1149263904/instance-41291-1149263904.opb 679650913
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node90/watcher-41291-1149263904 -o ROOT/results/node90/solver-41291-1149263904 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node90/41291-1149263904/instance-41291-1149263904.opb 679650913

MD5SUM SOLVER= ab46593c31a6a47b9d9920387a00d332
MD5SUM BENCH=  cf56ee4a2e10a22486df8fb664e91027

RANDOM SEED= 679650913


/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:       1577512 kB
Buffers:         28140 kB
Cached:         383140 kB
SwapCached:       2568 kB
Active:          48772 kB
Inactive:       371328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1577512 kB
SwapTotal:     4096564 kB
SwapFree:      4085308 kB
Dirty:             152 kB
Writeback:           0 kB
Mapped:          16056 kB
Slab:            45020 kB
Committed_AS:   310336 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 Fri Jun  2 16:28:26 UTC 2006