Trace number 41361

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.64 1801.22

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-recipe.opb
MD5SUMafb312a519ee7dfceb0c5aec9cb860b5
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-82060
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 -118677
Optimality of the best value was proved NO
Number of variables3671
Total number of constraints159
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 constraints159
Minimum length of a constraint10
Maximum length of a constraint420
Number of terms in the objective function 1055
Biggest coefficient in the objective function 58802
Number of bits for the biggest coefficient in the objective function 16
Sum of the numbers in the objective function 524960
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262113
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 524960
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/node11/41361-1149334310/instance-41361-1149334310.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/node11/watcher-41361-1149334310 -o ROOT/results/node11/solver-41361-1149334310 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node11/41361-1149334310/instance-41361-1149334310.opb 950350479 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.92 0.99 0.99 2/64 5633
/proc/meminfo: memFree=1641184/2055920 swapFree=4181380/4192956
[pid=5633] ppid=5631 vsize=1748 CPUtime=0
/proc/5633/stat : 5633 (PBS4L) R 5631 5633 5587 0 -1 4194304 150 0 0 0 0 0 0 0 18 0 1 0 199093525 1789952 134 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134598917 0 0 4096 0 0 0 0 17 1 0 0
/proc/5633/statm: 437 136 90 232 0 202 0

[startup+10.0032 s]
/proc/loadavg: 0.93 0.99 0.99 2/64 5633
/proc/meminfo: memFree=1631080/2055920 swapFree=4181380/4192956
[pid=5633] ppid=5631 vsize=11880 CPUtime=9.99
/proc/5633/stat : 5633 (PBS4L) R 5631 5633 5587 0 -1 4194304 2717 0 0 0 998 1 0 0 25 0 1 0 199093525 12165120 2606 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551270 0 0 4096 0 0 0 0 17 1 0 0
/proc/5633/statm: 2970 2606 105 232 0 2735 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 11880

[startup+20.0094 s]
/proc/loadavg: 0.94 0.99 0.99 2/64 5633
/proc/meminfo: memFree=1625584/2055920 swapFree=4181380/4192956
[pid=5633] ppid=5631 vsize=20684 CPUtime=19.99
/proc/5633/stat : 5633 (PBS4L) R 5631 5633 5587 0 -1 4194304 4121 0 0 0 1997 2 0 0 25 0 1 0 199093525 21180416 4010 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549323 0 0 4096 0 0 0 0 17 1 0 0
/proc/5633/statm: 5171 4010 105 232 0 4936 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 20684

[startup+30.0156 s]
/proc/loadavg: 0.95 0.99 0.99 2/64 5633
/proc/meminfo: memFree=1624624/2055920 swapFree=4181380/4192956
[pid=5633] ppid=5631 vsize=21592 CPUtime=30
/proc/5633/stat : 5633 (PBS4L) R 5631 5633 5587 0 -1 4194304 4383 0 0 0 2997 3 0 0 25 0 1 0 199093525 22110208 4272 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549323 0 0 4096 0 0 0 0 17 1 0 0
/proc/5633/statm: 5398 4272 105 232 0 5163 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 21592

[startup+40.0218 s]
/proc/loadavg: 0.96 0.99 0.99 2/64 5633
/proc/meminfo: memFree=1624496/2055920 swapFree=4181380/4192956
[pid=5633] ppid=5631 vsize=21592 CPUtime=40
/proc/5633/stat : 5633 (PBS4L) R 5631 5633 5587 0 -1 4194304 4403 0 0 0 3997 3 0 0 25 0 1 0 199093525 22110208 4292 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/5633/statm: 5398 4292 105 232 0 5163 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 21592

[startup+50.028 s]
/proc/loadavg: 0.96 0.99 0.99 2/64 5633
/proc/meminfo: memFree=1623792/2055920 swapFree=4181380/4192956
[pid=5633] ppid=5631 vsize=22164 CPUtime=50
/proc/5633/stat : 5633 (PBS4L) R 5631 5633 5587 0 -1 4194304 4631 0 0 0 4997 3 0 0 25 0 1 0 199093525 22695936 4471 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/5633/statm: 5541 4471 105 232 0 5306 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 22164

[startup+60.0342 s]
/proc/loadavg: 0.97 0.99 0.99 2/64 5633
/proc/meminfo: memFree=1623408/2055920 swapFree=4181380/4192956
[pid=5633] ppid=5631 vsize=22164 CPUtime=60.01
/proc/5633/stat : 5633 (PBS4L) R 5631 5633 5587 0 -1 4194304 4718 0 0 0 5998 3 0 0 25 0 1 0 199093525 22695936 4558 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/5633/statm: 5541 4558 105 232 0 5306 0
Current children cumulated CPU time (s) 60.01
Current children cumulated vsize (Kb) 22164

[startup+70.0414 s]
/proc/loadavg: 0.97 0.99 0.99 2/64 5633
/proc/meminfo: memFree=1622576/2055920 swapFree=4181380/4192956
[pid=5633] ppid=5631 vsize=22164 CPUtime=70.02
/proc/5633/stat : 5633 (PBS4L) R 5631 5633 5587 0 -1 4194304 4923 0 0 0 6998 4 0 0 25 0 1 0 199093525 22695936 4763 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549311 0 0 4096 0 0 0 0 17 1 0 0
/proc/5633/statm: 5541 4763 105 232 0 5306 0
Current children cumulated CPU time (s) 70.02
Current children cumulated vsize (Kb) 22164

[startup+80.0475 s]
/proc/loadavg: 0.98 0.99 0.99 2/64 5633
/proc/meminfo: memFree=1622384/2055920 swapFree=4181380/4192956
[pid=5633] ppid=5631 vsize=22296 CPUtime=80.02
/proc/5633/stat : 5633 (PBS4L) R 5631 5633 5587 0 -1 4194304 4991 0 0 0 7998 4 0 0 25 0 1 0 199093525 22831104 4831 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549239 0 0 4096 0 0 0 0 17 1 0 0
/proc/5633/statm: 5574 4831 105 232 0 5339 0
Current children cumulated CPU time (s) 80.02
Current children cumulated vsize (Kb) 22296

[startup+90.0537 s]
/proc/loadavg: 0.98 0.99 0.99 2/64 5633
/proc/meminfo: memFree=1622320/2055920 swapFree=4181380/4192956
[pid=5633] ppid=5631 vsize=22296 CPUtime=90.02
/proc/5633/stat : 5633 (PBS4L) R 5631 5633 5587 0 -1 4194304 5012 0 0 0 8998 4 0 0 25 0 1 0 199093525 22831104 4852 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549255 0 0 4096 0 0 0 0 17 1 0 0
/proc/5633/statm: 5574 4852 105 232 0 5339 0
Current children cumulated CPU time (s) 90.02
Current children cumulated vsize (Kb) 22296

[startup+100.06 s]
/proc/loadavg: 0.98 0.99 0.99 2/64 5633
/proc/meminfo: memFree=1622320/2055920 swapFree=4181380/4192956
[pid=5633] ppid=5631 vsize=22296 CPUtime=100.02
/proc/5633/stat : 5633 (PBS4L) R 5631 5633 5587 0 -1 4194304 5014 0 0 0 9998 4 0 0 25 0 1 0 199093525 22831104 4854 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549270 0 0 4096 0 0 0 0 17 1 0 0
/proc/5633/statm: 5574 4854 105 232 0 5339 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 22296

[startup+110.067 s]
/proc/loadavg: 0.98 0.99 0.99 2/64 5633
/proc/meminfo: memFree=1622256/2055920 swapFree=4181380/4192956
[pid=5633] ppid=5631 vsize=22428 CPUtime=110.03
/proc/5633/stat : 5633 (PBS4L) R 5631 5633 5587 0 -1 4194304 5028 0 0 0 10999 4 0 0 25 0 1 0 199093525 22966272 4868 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549323 0 0 4096 0 0 0 0 17 1 0 0
/proc/5633/statm: 5607 4868 105 232 0 5372 0
Current children cumulated CPU time (s) 110.03
Current children cumulated vsize (Kb) 22428

[startup+120.073 s]
/proc/loadavg: 0.99 0.99 0.99 2/64 5633
/proc/meminfo: memFree=1622192/2055920 swapFree=4181380/4192956
[pid=5633] ppid=5631 vsize=22428 CPUtime=120.03
/proc/5633/stat : 5633 (PBS4L) R 5631 5633 5587 0 -1 4194304 5042 0 0 0 11999 4 0 0 25 0 1 0 199093525 22966272 4882 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549314 0 0 4096 0 0 0 0 17 1 0 0
/proc/5633/statm: 5607 4882 105 232 0 5372 0
Current children cumulated CPU time (s) 120.03
Current children cumulated vsize (Kb) 22428

[startup+130.08 s]
/proc/loadavg: 0.99 0.99 0.99 2/64 5633
/proc/meminfo: memFree=1622128/2055920 swapFree=4181380/4192956
[pid=5633] ppid=5631 vsize=22428 CPUtime=130.03
/proc/5633/stat : 5633 (PBS4L) R 5631 5633 5587 0 -1 4194304 5049 0 0 0 12999 4 0 0 25 0 1 0 199093525 22966272 4889 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549273 0 0 4096 0 0 0 0 17 1 0 0
/proc/5633/statm: 5607 4889 105 232 0 5372 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 22428

[startup+140.086 s]
/proc/loadavg: 0.99 0.99 0.99 2/64 5633
/proc/meminfo: memFree=1622000/2055920 swapFree=4181380/4192956
[pid=5633] ppid=5631 vsize=22580 CPUtime=140.04
/proc/5633/stat : 5633 (PBS4L) R 5631 5633 5587 0 -1 4194304 5076 0 0 0 14000 4 0 0 25 0 1 0 199093525 23121920 4916 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549306 0 0 4096 0 0 0 0 17 1 0 0
/proc/5633/statm: 5645 4916 105 232 0 5410 0
Current children cumulated CPU time (s) 140.04
Current children cumulated vsize (Kb) 22580

[startup+150.092 s]
/proc/loadavg: 0.99 0.99 0.99 2/64 5633
/proc/meminfo: memFree=1621936/2055920 swapFree=4181380/4192956
[pid=5633] ppid=5631 vsize=22580 CPUtime=150.04
/proc/5633/stat : 5633 (PBS4L) R 5631 5633 5587 0 -1 4194304 5095 0 0 0 15000 4 0 0 25 0 1 0 199093525 23121920 4935 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549328 0 0 4096 0 0 0 0 17 1 0 0
/proc/5633/statm: 5645 4935 105 232 0 5410 0
Current children cumulated CPU time (s) 150.04
Current children cumulated vsize (Kb) 22580

[startup+160.098 s]
/proc/loadavg: 0.99 0.99 0.99 2/64 5633
/proc/meminfo: memFree=1621680/2055920 swapFree=4181380/4192956
[pid=5633] ppid=5631 vsize=23100 CPUtime=160.05
/proc/5633/stat : 5633 (PBS4L) R 5631 5633 5587 0 -1 4194304 5228 0 0 0 16000 5 0 0 25 0 1 0 199093525 23654400 4971 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551570 0 0 4096 0 0 0 0 17 1 0 0
/proc/5633/statm: 5775 4971 105 232 0 5540 0
Current children cumulated CPU time (s) 160.05
Current children cumulated vsize (Kb) 23100

[startup+170.104 s]
/proc/loadavg: 0.99 0.99 0.99 2/64 5633
/proc/meminfo: memFree=1621680/2055920 swapFree=4181380/4192956
[pid=5633] ppid=5631 vsize=23208 CPUtime=170.05
/proc/5633/stat : 5633 (PBS4L) R 5631 5633 5587 0 -1 4194304 5258 0 0 0 17000 5 0 0 25 0 1 0 199093525 23764992 5001 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551270 0 0 4096 0 0 0 0 17 1 0 0
/proc/5633/statm: 5802 5001 105 232 0 5567 0
Current children cumulated CPU time (s) 170.05
Current children cumulated vsize (Kb) 23208

[startup+180.111 s]
/proc/loadavg: 0.99 0.99 0.99 2/64 5633
/proc/meminfo: memFree=1621552/2055920 swapFree=4181380/4192956
[pid=5633] ppid=5631 vsize=23208 CPUtime=180.05
/proc/5633/stat : 5633 (PBS4L) R 5631 5633 5587 0 -1 4194304 5282 0 0 0 17999 6 0 0 25 0 1 0 199093525 23764992 5025 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549239 0 0 4096 0 0 0 0 17 1 0 0
/proc/5633/statm: 5802 5025 105 232 0 5567 0
Current children cumulated CPU time (s) 180.05
Current children cumulated vsize (Kb) 23208

[startup+190.117 s]
/proc/loadavg: 0.99 0.99 0.99 2/64 5633
/proc/meminfo: memFree=1621424/2055920 swapFree=4181380/4192956
[pid=5633] ppid=5631 vsize=23336 CPUtime=190.05
/proc/5633/stat : 5633 (PBS4L) R 5631 5633 5587 0 -1 4194304 5316 0 0 0 18999 6 0 0 25 0 1 0 199093525 23896064 5059 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549306 0 0 4096 0 0 0 0 17 1 0 0
/proc/5633/statm: 5834 5059 105 232 0 5599 0
Current children cumulated CPU time (s) 190.05
Current children cumulated vsize (Kb) 23336

[startup+200.123 s]
/proc/loadavg: 0.99 0.99 0.99 2/64 5633
/proc/meminfo: memFree=1621424/2055920 swapFree=4181380/4192956
[pid=5633] ppid=5631 vsize=23336 CPUtime=200.06
/proc/5633/stat : 5633 (PBS4L) R 5631 5633 5587 0 -1 4194304 5326 0 0 0 19999 7 0 0 25 0 1 0 199093525 23896064 5069 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549239 0 0 4096 0 0 0 0 17 1 0 0
/proc/5633/statm: 5834 5069 105 232 0 5599 0
Current children cumulated CPU time (s) 200.06
Current children cumulated vsize (Kb) 23336

[startup+210.129 s]
/proc/loadavg: 0.99 0.99 0.99 2/64 5633
/proc/meminfo: memFree=1621296/2055920 swapFree=4181380/4192956

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

/proc/5633/stat : 5633 (PBS4L) R 5631 5633 5587 0 -1 4194304 10469 0 0 0 178124 29 0 0 25 0 1 0 199093525 46288896 9634 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549265 0 0 4096 0 0 0 0 17 1 0 0
/proc/5633/statm: 11301 9634 105 232 0 11066 0
Current children cumulated CPU time (s) 1781.53
Current children cumulated vsize (Kb) 45204

[startup+1783.11 s]
/proc/loadavg: 0.99 0.99 0.99 2/64 5830
/proc/meminfo: memFree=1602328/2055920 swapFree=4181380/4192956
[pid=5633] ppid=5631 vsize=45204 CPUtime=1782.54
/proc/5633/stat : 5633 (PBS4L) R 5631 5633 5587 0 -1 4194304 10469 0 0 0 178225 29 0 0 25 0 1 0 199093525 46288896 9634 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549282 0 0 4096 0 0 0 0 17 1 0 0
/proc/5633/statm: 11301 9634 105 232 0 11066 0
Current children cumulated CPU time (s) 1782.54
Current children cumulated vsize (Kb) 45204

[startup+1784.12 s]
/proc/loadavg: 0.99 0.99 0.99 2/64 5830
/proc/meminfo: memFree=1602328/2055920 swapFree=4181380/4192956
[pid=5633] ppid=5631 vsize=45204 CPUtime=1783.54
/proc/5633/stat : 5633 (PBS4L) R 5631 5633 5587 0 -1 4194304 10469 0 0 0 178325 29 0 0 25 0 1 0 199093525 46288896 9634 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549291 0 0 4096 0 0 0 0 17 1 0 0
/proc/5633/statm: 11301 9634 105 232 0 11066 0
Current children cumulated CPU time (s) 1783.54
Current children cumulated vsize (Kb) 45204

[startup+1785.12 s]
/proc/loadavg: 0.99 0.99 0.99 2/64 5830
/proc/meminfo: memFree=1602328/2055920 swapFree=4181380/4192956
[pid=5633] ppid=5631 vsize=45204 CPUtime=1784.54
/proc/5633/stat : 5633 (PBS4L) R 5631 5633 5587 0 -1 4194304 10469 0 0 0 178425 29 0 0 25 0 1 0 199093525 46288896 9634 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549242 0 0 4096 0 0 0 0 17 1 0 0
/proc/5633/statm: 11301 9634 105 232 0 11066 0
Current children cumulated CPU time (s) 1784.54
Current children cumulated vsize (Kb) 45204

[startup+1786.13 s]
/proc/loadavg: 0.99 0.99 0.99 2/64 5830
/proc/meminfo: memFree=1602336/2055920 swapFree=4181380/4192956
[pid=5633] ppid=5631 vsize=45204 CPUtime=1785.55
/proc/5633/stat : 5633 (PBS4L) R 5631 5633 5587 0 -1 4194304 10469 0 0 0 178526 29 0 0 25 0 1 0 199093525 46288896 9634 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/5633/statm: 11301 9634 105 232 0 11066 0
Current children cumulated CPU time (s) 1785.55
Current children cumulated vsize (Kb) 45204

[startup+1787.13 s]
/proc/loadavg: 0.99 0.99 0.99 2/64 5830
/proc/meminfo: memFree=1602336/2055920 swapFree=4181380/4192956
[pid=5633] ppid=5631 vsize=45204 CPUtime=1786.55
/proc/5633/stat : 5633 (PBS4L) R 5631 5633 5587 0 -1 4194304 10469 0 0 0 178626 29 0 0 25 0 1 0 199093525 46288896 9634 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549242 0 0 4096 0 0 0 0 17 1 0 0
/proc/5633/statm: 11301 9634 105 232 0 11066 0
Current children cumulated CPU time (s) 1786.55
Current children cumulated vsize (Kb) 45204

[startup+1788.14 s]
/proc/loadavg: 0.99 0.99 0.99 2/64 5830
/proc/meminfo: memFree=1602344/2055920 swapFree=4181380/4192956
[pid=5633] ppid=5631 vsize=45204 CPUtime=1787.56
/proc/5633/stat : 5633 (PBS4L) R 5631 5633 5587 0 -1 4194304 10469 0 0 0 178727 29 0 0 25 0 1 0 199093525 46288896 9634 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549314 0 0 4096 0 0 0 0 17 1 0 0
/proc/5633/statm: 11301 9634 105 232 0 11066 0
Current children cumulated CPU time (s) 1787.56
Current children cumulated vsize (Kb) 45204

[startup+1789.14 s]
/proc/loadavg: 0.99 0.99 0.99 2/64 5830
/proc/meminfo: memFree=1602344/2055920 swapFree=4181380/4192956
[pid=5633] ppid=5631 vsize=45204 CPUtime=1788.56
/proc/5633/stat : 5633 (PBS4L) R 5631 5633 5587 0 -1 4194304 10469 0 0 0 178827 29 0 0 25 0 1 0 199093525 46288896 9634 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549314 0 0 4096 0 0 0 0 17 1 0 0
/proc/5633/statm: 11301 9634 105 232 0 11066 0
Current children cumulated CPU time (s) 1788.56
Current children cumulated vsize (Kb) 45204

[startup+1790.15 s]
/proc/loadavg: 0.99 0.99 0.99 2/64 5830
/proc/meminfo: memFree=1602352/2055920 swapFree=4181380/4192956
[pid=5633] ppid=5631 vsize=45204 CPUtime=1789.57
/proc/5633/stat : 5633 (PBS4L) R 5631 5633 5587 0 -1 4194304 10469 0 0 0 178928 29 0 0 25 0 1 0 199093525 46288896 9634 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549330 0 0 4096 0 0 0 0 17 1 0 0
/proc/5633/statm: 11301 9634 105 232 0 11066 0
Current children cumulated CPU time (s) 1789.57
Current children cumulated vsize (Kb) 45204

[startup+1791.15 s]
/proc/loadavg: 0.99 0.99 0.99 2/64 5830
/proc/meminfo: memFree=1602352/2055920 swapFree=4181380/4192956
[pid=5633] ppid=5631 vsize=45204 CPUtime=1790.57
/proc/5633/stat : 5633 (PBS4L) R 5631 5633 5587 0 -1 4194304 10469 0 0 0 179028 29 0 0 25 0 1 0 199093525 46288896 9634 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549318 0 0 4096 0 0 0 0 17 1 0 0
/proc/5633/statm: 11301 9634 105 232 0 11066 0
Current children cumulated CPU time (s) 1790.57
Current children cumulated vsize (Kb) 45204

[startup+1792.15 s]
/proc/loadavg: 0.99 0.99 0.99 2/64 5830
/proc/meminfo: memFree=1602352/2055920 swapFree=4181380/4192956
[pid=5633] ppid=5631 vsize=45204 CPUtime=1791.58
/proc/5633/stat : 5633 (PBS4L) R 5631 5633 5587 0 -1 4194304 10469 0 0 0 179129 29 0 0 25 0 1 0 199093525 46288896 9634 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549328 0 0 4096 0 0 0 0 17 1 0 0
/proc/5633/statm: 11301 9634 105 232 0 11066 0
Current children cumulated CPU time (s) 1791.58
Current children cumulated vsize (Kb) 45204

[startup+1793.16 s]
/proc/loadavg: 0.99 0.99 0.99 2/64 5830
/proc/meminfo: memFree=1602352/2055920 swapFree=4181380/4192956
[pid=5633] ppid=5631 vsize=45204 CPUtime=1792.58
/proc/5633/stat : 5633 (PBS4L) R 5631 5633 5587 0 -1 4194304 10469 0 0 0 179229 29 0 0 25 0 1 0 199093525 46288896 9634 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549323 0 0 4096 0 0 0 0 17 1 0 0
/proc/5633/statm: 11301 9634 105 232 0 11066 0
Current children cumulated CPU time (s) 1792.58
Current children cumulated vsize (Kb) 45204

[startup+1794.16 s]
/proc/loadavg: 0.99 0.99 0.99 2/64 5830
/proc/meminfo: memFree=1602352/2055920 swapFree=4181380/4192956
[pid=5633] ppid=5631 vsize=45204 CPUtime=1793.59
/proc/5633/stat : 5633 (PBS4L) R 5631 5633 5587 0 -1 4194304 10469 0 0 0 179330 29 0 0 25 0 1 0 199093525 46288896 9634 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549323 0 0 4096 0 0 0 0 17 1 0 0
/proc/5633/statm: 11301 9634 105 232 0 11066 0
Current children cumulated CPU time (s) 1793.59
Current children cumulated vsize (Kb) 45204

[startup+1795.17 s]
/proc/loadavg: 0.99 0.99 0.99 2/64 5830
/proc/meminfo: memFree=1602352/2055920 swapFree=4181380/4192956
[pid=5633] ppid=5631 vsize=45204 CPUtime=1794.59
/proc/5633/stat : 5633 (PBS4L) R 5631 5633 5587 0 -1 4194304 10469 0 0 0 179430 29 0 0 25 0 1 0 199093525 46288896 9634 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549257 0 0 4096 0 0 0 0 17 1 0 0
/proc/5633/statm: 11301 9634 105 232 0 11066 0
Current children cumulated CPU time (s) 1794.59
Current children cumulated vsize (Kb) 45204

[startup+1796.18 s]
/proc/loadavg: 0.99 0.99 0.99 2/64 5830
/proc/meminfo: memFree=1602352/2055920 swapFree=4181380/4192956
[pid=5633] ppid=5631 vsize=45204 CPUtime=1795.6
/proc/5633/stat : 5633 (PBS4L) R 5631 5633 5587 0 -1 4194304 10469 0 0 0 179531 29 0 0 25 0 1 0 199093525 46288896 9634 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/5633/statm: 11301 9634 105 232 0 11066 0
Current children cumulated CPU time (s) 1795.6
Current children cumulated vsize (Kb) 45204

[startup+1797.18 s]
/proc/loadavg: 0.99 0.99 0.99 2/64 5830
/proc/meminfo: memFree=1602352/2055920 swapFree=4181380/4192956
[pid=5633] ppid=5631 vsize=45204 CPUtime=1796.6
/proc/5633/stat : 5633 (PBS4L) R 5631 5633 5587 0 -1 4194304 10469 0 0 0 179631 29 0 0 25 0 1 0 199093525 46288896 9634 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549267 0 0 4096 0 0 0 0 17 1 0 0
/proc/5633/statm: 11301 9634 105 232 0 11066 0
Current children cumulated CPU time (s) 1796.6
Current children cumulated vsize (Kb) 45204

[startup+1798.19 s]
/proc/loadavg: 0.99 0.99 0.99 2/64 5830
/proc/meminfo: memFree=1602352/2055920 swapFree=4181380/4192956
[pid=5633] ppid=5631 vsize=45204 CPUtime=1797.6
/proc/5633/stat : 5633 (PBS4L) R 5631 5633 5587 0 -1 4194304 10469 0 0 0 179731 29 0 0 25 0 1 0 199093525 46288896 9634 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549265 0 0 4096 0 0 0 0 17 1 0 0
/proc/5633/statm: 11301 9634 105 232 0 11066 0
Current children cumulated CPU time (s) 1797.6
Current children cumulated vsize (Kb) 45204

[startup+1799.19 s]
/proc/loadavg: 0.99 0.99 0.99 2/64 5830
/proc/meminfo: memFree=1602352/2055920 swapFree=4181380/4192956
[pid=5633] ppid=5631 vsize=45204 CPUtime=1798.61
/proc/5633/stat : 5633 (PBS4L) R 5631 5633 5587 0 -1 4194304 10469 0 0 0 179832 29 0 0 25 0 1 0 199093525 46288896 9634 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549362 0 0 4096 0 0 0 0 17 1 0 0
/proc/5633/statm: 11301 9634 105 232 0 11066 0
Current children cumulated CPU time (s) 1798.61
Current children cumulated vsize (Kb) 45204

[startup+1800.19 s]
/proc/loadavg: 0.99 0.99 0.99 2/64 5830
/proc/meminfo: memFree=1602352/2055920 swapFree=4181380/4192956
[pid=5633] ppid=5631 vsize=45204 CPUtime=1799.61
/proc/5633/stat : 5633 (PBS4L) R 5631 5633 5587 0 -1 4194304 10469 0 0 0 179932 29 0 0 25 0 1 0 199093525 46288896 9634 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549328 0 0 4096 0 0 0 0 17 1 0 0
/proc/5633/statm: 11301 9634 105 232 0 11066 0
Current children cumulated CPU time (s) 1799.61
Current children cumulated vsize (Kb) 45204

[startup+1801.2 s]
/proc/loadavg: 0.99 0.99 0.99 2/64 5830
/proc/meminfo: memFree=1602352/2055920 swapFree=4181380/4192956
[pid=5633] ppid=5631 vsize=45204 CPUtime=1800.62
/proc/5633/stat : 5633 (PBS4L) R 5631 5633 5587 0 -1 4194304 10469 0 0 0 180033 29 0 0 25 0 1 0 199093525 46288896 9634 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549288 0 0 4096 0 0 0 0 17 1 0 0
/proc/5633/statm: 11301 9634 105 232 0 11066 0
Current children cumulated CPU time (s) 1800.62
Current children cumulated vsize (Kb) 45204



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.2 s]
/proc/loadavg: 0.99 0.99 0.99 2/64 5830
/proc/meminfo: memFree=1602352/2055920 swapFree=4181380/4192956
[pid=5633] ppid=5631 vsize=45204 CPUtime=1800.62
/proc/5633/stat : 5633 (PBS4L) R 5631 5633 5587 0 -1 4194304 10469 0 0 0 180033 29 0 0 25 0 1 0 199093525 46288896 9634 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549242 0 0 4096 0 0 0 0 17 1 0 0
/proc/5633/statm: 11301 9634 105 232 0 11066 0
Current children cumulated CPU time (s) 1800.62
Current children cumulated vsize (Kb) 45204

Sending SIGTERM to -5633
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.22
CPU time (s): 1800.64
CPU user time (s): 1800.34
CPU system time (s): 0.303953
CPU usage (%): 99.9681
Max. virtual memory (cumulated for all children) (Kb): 45204
The end

Launcher Data (download as text)

Begin job on node11 on Sat Jun  3 11:31:50 UTC 2006


FILE ID= 41361-1149334310

PBS_JOBID= 310056

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-recipe.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node11/41361-1149334310/instance-41361-1149334310.opb 950350479
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node11/watcher-41361-1149334310 -o ROOT/results/node11/solver-41361-1149334310 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node11/41361-1149334310/instance-41361-1149334310.opb 950350479

MD5SUM SOLVER= ab46593c31a6a47b9d9920387a00d332
MD5SUM BENCH=  afb312a519ee7dfceb0c5aec9cb860b5

RANDOM SEED= 950350479


/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.222
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	: 5931.00
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.222
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:       1641392 kB
Buffers:         18708 kB
Cached:         327892 kB
SwapCached:       3260 kB
Active:          44796 kB
Inactive:       310568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1641392 kB
SwapTotal:     4192956 kB
SwapFree:      4181380 kB
Dirty:             216 kB
Writeback:           0 kB
Mapped:          14740 kB
Slab:            45208 kB
Committed_AS:   373376 kB
PageTables:       1484 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node11 on Sat Jun  3 12:01:51 UTC 2006