Trace number 41204

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.52 1801.27

General information on the benchmark

Namenormalized-PB06/OPT-MEDINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-nw04.opb
MD5SUMdd1a158f1c4d558a5b1acea2c0abe5ea
Bench CategoryOPT-MEDINT (optimisation, medium integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark8431
Best CPU time to get the best result obtained on this benchmark351.901
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 8431
Optimality of the best value was proved YES
Number of variables87482
Total number of constraints36
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)36
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint599
Maximum length of a constraint42032
Number of terms in the objective function 87482
Biggest coefficient in the objective function 5220
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 120189580
Number of bits of the sum of numbers in the objective function 27
Biggest number in a constraint 5220
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 120189580
Number of bits of the biggest sum of numbers27
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/node59/41204-1149245629/instance-41204-1149245629.opb ......
135.96	c done parsing opb.
135.96	o 31249
136.09	o 10248
136.23	o 9441
290.61	o 9430
314.45	o 9102

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/node59/watcher-41204-1149245629 -o ROOT/results/node59/solver-41204-1149245629 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node59/41204-1149245629/instance-41204-1149245629.opb 365867658 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.92 0.98 0.94 2/64 28578
/proc/meminfo: memFree=1534336/2055920 swapFree=4180876/4192956
[pid=28578] ppid=28576 vsize=1368 CPUtime=0
/proc/28578/stat : 28578 (PBS4L) D 28576 28578 28532 0 -1 4194304 111 0 0 0 0 0 0 0 19 0 1 0 190231124 1400832 95 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135132864 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/28578/statm: 342 95 84 232 0 107 0

[startup+10.0025 s]
/proc/loadavg: 0.93 0.98 0.94 2/64 28578
/proc/meminfo: memFree=1517408/2055920 swapFree=4180876/4192956
[pid=28578] ppid=28576 vsize=18824 CPUtime=9.96
/proc/28578/stat : 28578 (PBS4L) R 28576 28578 28532 0 -1 4194304 4703 0 0 0 995 1 0 0 25 0 1 0 190231124 19275776 4330 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134613239 0 0 4096 0 0 0 0 17 1 0 0
/proc/28578/statm: 4706 4330 98 232 0 4471 0
Current children cumulated CPU time (s) 9.96
Current children cumulated vsize (Kb) 18824

[startup+20.0084 s]
/proc/loadavg: 0.94 0.98 0.94 2/64 28578
/proc/meminfo: memFree=1516384/2055920 swapFree=4180876/4192956
[pid=28578] ppid=28576 vsize=20192 CPUtime=19.96
/proc/28578/stat : 28578 (PBS4L) R 28576 28578 28532 0 -1 4194304 5046 0 0 0 1995 1 0 0 25 0 1 0 190231124 20676608 4673 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134614303 0 0 4096 0 0 0 0 17 1 0 0
/proc/28578/statm: 5048 4673 99 232 0 4813 0
Current children cumulated CPU time (s) 19.96
Current children cumulated vsize (Kb) 20192

[startup+30.0143 s]
/proc/loadavg: 0.95 0.98 0.94 2/64 28578
/proc/meminfo: memFree=1516512/2055920 swapFree=4180876/4192956
[pid=28578] ppid=28576 vsize=20192 CPUtime=29.96
/proc/28578/stat : 28578 (PBS4L) R 28576 28578 28532 0 -1 4194304 5046 0 0 0 2995 1 0 0 25 0 1 0 190231124 20676608 4673 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134614309 0 0 4096 0 0 0 0 17 1 0 0
/proc/28578/statm: 5048 4673 99 232 0 4813 0
Current children cumulated CPU time (s) 29.96
Current children cumulated vsize (Kb) 20192

[startup+40.0203 s]
/proc/loadavg: 0.96 0.98 0.94 2/64 28578
/proc/meminfo: memFree=1516448/2055920 swapFree=4180876/4192956
[pid=28578] ppid=28576 vsize=20192 CPUtime=39.96
/proc/28578/stat : 28578 (PBS4L) R 28576 28578 28532 0 -1 4194304 5046 0 0 0 3995 1 0 0 25 0 1 0 190231124 20676608 4673 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134614300 0 0 4096 0 0 0 0 17 1 0 0
/proc/28578/statm: 5048 4673 99 232 0 4813 0
Current children cumulated CPU time (s) 39.96
Current children cumulated vsize (Kb) 20192

[startup+50.0262 s]
/proc/loadavg: 0.96 0.98 0.94 2/64 28578
/proc/meminfo: memFree=1512864/2055920 swapFree=4180876/4192956
[pid=28578] ppid=28576 vsize=23744 CPUtime=49.96
/proc/28578/stat : 28578 (PBS4L) R 28576 28578 28532 0 -1 4194304 8185 0 0 0 4994 2 0 0 25 0 1 0 190231124 24313856 5552 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134613239 0 0 4096 0 0 0 0 17 1 0 0
/proc/28578/statm: 5936 5552 100 232 0 5701 0
Current children cumulated CPU time (s) 49.96
Current children cumulated vsize (Kb) 23744

[startup+60.0321 s]
/proc/loadavg: 0.97 0.98 0.94 2/64 28578
/proc/meminfo: memFree=1509600/2055920 swapFree=4180876/4192956
[pid=28578] ppid=28576 vsize=27548 CPUtime=59.96
/proc/28578/stat : 28578 (PBS4L) R 28576 28578 28532 0 -1 4194304 10447 0 0 0 5993 3 0 0 25 0 1 0 190231124 28209152 6396 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134613926 0 0 4096 0 0 0 0 17 1 0 0
/proc/28578/statm: 6887 6396 100 232 0 6652 0
Current children cumulated CPU time (s) 59.96
Current children cumulated vsize (Kb) 27548

[startup+70.0381 s]
/proc/loadavg: 0.97 0.98 0.94 2/64 28578
/proc/meminfo: memFree=1507424/2055920 swapFree=4180876/4192956
[pid=28578] ppid=28576 vsize=31140 CPUtime=69.96
/proc/28578/stat : 28578 (PBS4L) R 28576 28578 28532 0 -1 4194304 11390 0 0 0 6992 4 0 0 25 0 1 0 190231124 31887360 6979 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134613131 0 0 4096 0 0 0 0 17 1 0 0
/proc/28578/statm: 7785 6979 100 232 0 7550 0
Current children cumulated CPU time (s) 69.96
Current children cumulated vsize (Kb) 31140

[startup+80.044 s]
/proc/loadavg: 0.98 0.98 0.94 2/64 28578
/proc/meminfo: memFree=1505120/2055920 swapFree=4180876/4192956
[pid=28578] ppid=28576 vsize=32848 CPUtime=79.96
/proc/28578/stat : 28578 (PBS4L) R 28576 28578 28532 0 -1 4194304 12227 0 0 0 7992 4 0 0 25 0 1 0 190231124 33636352 7550 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134614245 0 0 4096 0 0 0 0 17 1 0 0
/proc/28578/statm: 8212 7550 100 232 0 7977 0
Current children cumulated CPU time (s) 79.96
Current children cumulated vsize (Kb) 32848

[startup+90.0509 s]
/proc/loadavg: 0.98 0.98 0.94 2/64 28578
/proc/meminfo: memFree=1502944/2055920 swapFree=4180876/4192956
[pid=28578] ppid=28576 vsize=34916 CPUtime=89.96
/proc/28578/stat : 28578 (PBS4L) R 28576 28578 28532 0 -1 4194304 13087 0 0 0 8992 4 0 0 25 0 1 0 190231124 35753984 8095 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134614300 0 0 4096 0 0 0 0 17 1 0 0
/proc/28578/statm: 8729 8095 100 232 0 8494 0
Current children cumulated CPU time (s) 89.96
Current children cumulated vsize (Kb) 34916

[startup+100.058 s]
/proc/loadavg: 0.98 0.98 0.94 2/64 28578
/proc/meminfo: memFree=1501664/2055920 swapFree=4180876/4192956
[pid=28578] ppid=28576 vsize=35496 CPUtime=99.96
/proc/28578/stat : 28578 (PBS4L) R 28576 28578 28532 0 -1 4194304 13576 0 0 0 9992 4 0 0 25 0 1 0 190231124 36347904 8377 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134614300 0 0 4096 0 0 0 0 17 1 0 0
/proc/28578/statm: 8874 8377 100 232 0 8639 0
Current children cumulated CPU time (s) 99.96
Current children cumulated vsize (Kb) 35496

[startup+110.065 s]
/proc/loadavg: 0.98 0.98 0.94 2/64 28578
/proc/meminfo: memFree=1500256/2055920 swapFree=4180876/4192956
[pid=28578] ppid=28576 vsize=36560 CPUtime=109.97
/proc/28578/stat : 28578 (PBS4L) R 28576 28578 28532 0 -1 4194304 14394 0 0 0 10992 5 0 0 25 0 1 0 190231124 37437440 8772 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134613920 0 0 4096 0 0 0 0 17 1 0 0
/proc/28578/statm: 9140 8772 100 232 0 8905 0
Current children cumulated CPU time (s) 109.97
Current children cumulated vsize (Kb) 36560

[startup+120.072 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 28578
/proc/meminfo: memFree=1498528/2055920 swapFree=4180876/4192956
[pid=28578] ppid=28576 vsize=42308 CPUtime=119.97
/proc/28578/stat : 28578 (PBS4L) R 28576 28578 28532 0 -1 4194304 15024 0 0 0 11992 5 0 0 25 0 1 0 190231124 43323392 9194 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134614283 0 0 4096 0 0 0 0 17 1 0 0
/proc/28578/statm: 10577 9194 100 232 0 10342 0
Current children cumulated CPU time (s) 119.97
Current children cumulated vsize (Kb) 42308

[startup+130.078 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 28578
/proc/meminfo: memFree=1497056/2055920 swapFree=4180876/4192956
[pid=28578] ppid=28576 vsize=43540 CPUtime=129.97
/proc/28578/stat : 28578 (PBS4L) R 28576 28578 28532 0 -1 4194304 15604 0 0 0 12992 5 0 0 25 0 1 0 190231124 44584960 9567 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134614283 0 0 4096 0 0 0 0 17 1 0 0
/proc/28578/statm: 10885 9567 100 232 0 10650 0
Current children cumulated CPU time (s) 129.97
Current children cumulated vsize (Kb) 43540

[startup+140.085 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 28578
/proc/meminfo: memFree=1481888/2055920 swapFree=4180876/4192956
[pid=28578] ppid=28576 vsize=58004 CPUtime=139.97
/proc/28578/stat : 28578 (PBS4L) R 28576 28578 28532 0 -1 4194304 24278 0 0 0 13972 25 0 0 25 0 1 0 190231124 59396096 13348 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/28578/statm: 14501 13348 108 232 0 14266 0
Current children cumulated CPU time (s) 139.97
Current children cumulated vsize (Kb) 58004

[startup+150.091 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 28578
/proc/meminfo: memFree=1465888/2055920 swapFree=4180876/4192956
[pid=28578] ppid=28576 vsize=74388 CPUtime=149.98
/proc/28578/stat : 28578 (PBS4L) R 28576 28578 28532 0 -1 4194304 28273 0 0 0 14972 26 0 0 25 0 1 0 190231124 76173312 17343 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134564928 0 0 4096 0 0 0 0 17 1 0 0
/proc/28578/statm: 18597 17343 108 232 0 18362 0
Current children cumulated CPU time (s) 149.98
Current children cumulated vsize (Kb) 74388

[startup+160.097 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 28578
/proc/meminfo: memFree=1453024/2055920 swapFree=4180876/4192956
[pid=28578] ppid=28576 vsize=107156 CPUtime=159.98
/proc/28578/stat : 28578 (PBS4L) R 28576 28578 28532 0 -1 4194304 31471 0 0 0 15971 27 0 0 25 0 1 0 190231124 109727744 20541 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/28578/statm: 26789 20541 108 232 0 26554 0
Current children cumulated CPU time (s) 159.98
Current children cumulated vsize (Kb) 107156

[startup+170.104 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 28578
/proc/meminfo: memFree=1453024/2055920 swapFree=4180876/4192956
[pid=28578] ppid=28576 vsize=107156 CPUtime=169.98
/proc/28578/stat : 28578 (PBS4L) R 28576 28578 28532 0 -1 4194304 31471 0 0 0 16971 27 0 0 25 0 1 0 190231124 109727744 20541 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/28578/statm: 26789 20541 108 232 0 26554 0
Current children cumulated CPU time (s) 169.98
Current children cumulated vsize (Kb) 107156

[startup+180.11 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 28578
/proc/meminfo: memFree=1449888/2055920 swapFree=4180876/4192956
[pid=28578] ppid=28576 vsize=107156 CPUtime=179.99
/proc/28578/stat : 28578 (PBS4L) R 28576 28578 28532 0 -1 4194304 32262 0 0 0 17971 28 0 0 25 0 1 0 190231124 109727744 21332 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/28578/statm: 26789 21332 108 232 0 26554 0
Current children cumulated CPU time (s) 179.99
Current children cumulated vsize (Kb) 107156

[startup+190.116 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 28578
/proc/meminfo: memFree=1445408/2055920 swapFree=4180876/4192956
[pid=28578] ppid=28576 vsize=107156 CPUtime=189.99
/proc/28578/stat : 28578 (PBS4L) R 28576 28578 28532 0 -1 4194304 33375 0 0 0 18971 28 0 0 25 0 1 0 190231124 109727744 22445 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549282 0 0 4096 0 0 0 0 17 1 0 0
/proc/28578/statm: 26789 22445 108 232 0 26554 0
Current children cumulated CPU time (s) 189.99
Current children cumulated vsize (Kb) 107156

[startup+200.123 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 28578
/proc/meminfo: memFree=1438688/2055920 swapFree=4180876/4192956
[pid=28578] ppid=28576 vsize=107156 CPUtime=199.99
/proc/28578/stat : 28578 (PBS4L) R 28576 28578 28532 0 -1 4194304 35042 0 0 0 19971 28 0 0 25 0 1 0 190231124 109727744 24112 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/28578/statm: 26789 24112 108 232 0 26554 0
Current children cumulated CPU time (s) 199.99
Current children cumulated vsize (Kb) 107156

[startup+210.129 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 28578
/proc/meminfo: memFree=1429088/2055920 swapFree=4180876/4192956

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

/proc/28578/stat : 28578 (PBS4L) R 28576 28578 28532 0 -1 4194304 77812 0 0 0 178053 84 0 0 25 0 1 0 190231124 315113472 66223 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549323 0 0 4096 0 0 0 0 17 1 0 0
/proc/28578/statm: 76932 66223 108 232 0 76697 0
Current children cumulated CPU time (s) 1781.37
Current children cumulated vsize (Kb) 307728

[startup+1783.13 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 28773
/proc/meminfo: memFree=1269344/2055920 swapFree=4180876/4192956
[pid=28578] ppid=28576 vsize=307728 CPUtime=1782.38
/proc/28578/stat : 28578 (PBS4L) R 28576 28578 28532 0 -1 4194304 77812 0 0 0 178154 84 0 0 25 0 1 0 190231124 315113472 66223 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549291 0 0 4096 0 0 0 0 17 1 0 0
/proc/28578/statm: 76932 66223 108 232 0 76697 0
Current children cumulated CPU time (s) 1782.38
Current children cumulated vsize (Kb) 307728

[startup+1784.13 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 28773
/proc/meminfo: memFree=1269344/2055920 swapFree=4180876/4192956
[pid=28578] ppid=28576 vsize=307728 CPUtime=1783.38
/proc/28578/stat : 28578 (PBS4L) R 28576 28578 28532 0 -1 4194304 77812 0 0 0 178254 84 0 0 25 0 1 0 190231124 315113472 66223 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549318 0 0 4096 0 0 0 0 17 1 0 0
/proc/28578/statm: 76932 66223 108 232 0 76697 0
Current children cumulated CPU time (s) 1783.38
Current children cumulated vsize (Kb) 307728

[startup+1785.14 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 28773
/proc/meminfo: memFree=1269344/2055920 swapFree=4180876/4192956
[pid=28578] ppid=28576 vsize=307728 CPUtime=1784.39
/proc/28578/stat : 28578 (PBS4L) R 28576 28578 28532 0 -1 4194304 77812 0 0 0 178355 84 0 0 25 0 1 0 190231124 315113472 66223 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549257 0 0 4096 0 0 0 0 17 1 0 0
/proc/28578/statm: 76932 66223 108 232 0 76697 0
Current children cumulated CPU time (s) 1784.39
Current children cumulated vsize (Kb) 307728

[startup+1786.14 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 28773
/proc/meminfo: memFree=1269344/2055920 swapFree=4180876/4192956
[pid=28578] ppid=28576 vsize=307728 CPUtime=1785.39
/proc/28578/stat : 28578 (PBS4L) R 28576 28578 28532 0 -1 4194304 77812 0 0 0 178455 84 0 0 25 0 1 0 190231124 315113472 66223 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/28578/statm: 76932 66223 108 232 0 76697 0
Current children cumulated CPU time (s) 1785.39
Current children cumulated vsize (Kb) 307728

[startup+1787.15 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 28773
/proc/meminfo: memFree=1269344/2055920 swapFree=4180876/4192956
[pid=28578] ppid=28576 vsize=307728 CPUtime=1786.39
/proc/28578/stat : 28578 (PBS4L) R 28576 28578 28532 0 -1 4194304 77812 0 0 0 178555 84 0 0 25 0 1 0 190231124 315113472 66223 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/28578/statm: 76932 66223 108 232 0 76697 0
Current children cumulated CPU time (s) 1786.39
Current children cumulated vsize (Kb) 307728

[startup+1788.15 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 28773
/proc/meminfo: memFree=1269344/2055920 swapFree=4180876/4192956
[pid=28578] ppid=28576 vsize=307728 CPUtime=1787.4
/proc/28578/stat : 28578 (PBS4L) R 28576 28578 28532 0 -1 4194304 77812 0 0 0 178656 84 0 0 25 0 1 0 190231124 315113472 66223 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/28578/statm: 76932 66223 108 232 0 76697 0
Current children cumulated CPU time (s) 1787.4
Current children cumulated vsize (Kb) 307728

[startup+1789.16 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 28773
/proc/meminfo: memFree=1269344/2055920 swapFree=4180876/4192956
[pid=28578] ppid=28576 vsize=307728 CPUtime=1788.4
/proc/28578/stat : 28578 (PBS4L) R 28576 28578 28532 0 -1 4194304 77812 0 0 0 178756 84 0 0 25 0 1 0 190231124 315113472 66223 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549306 0 0 4096 0 0 0 0 17 1 0 0
/proc/28578/statm: 76932 66223 108 232 0 76697 0
Current children cumulated CPU time (s) 1788.4
Current children cumulated vsize (Kb) 307728

[startup+1790.16 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 28773
/proc/meminfo: memFree=1269344/2055920 swapFree=4180876/4192956
[pid=28578] ppid=28576 vsize=307728 CPUtime=1789.41
/proc/28578/stat : 28578 (PBS4L) R 28576 28578 28532 0 -1 4194304 77812 0 0 0 178857 84 0 0 25 0 1 0 190231124 315113472 66223 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549251 0 0 4096 0 0 0 0 17 1 0 0
/proc/28578/statm: 76932 66223 108 232 0 76697 0
Current children cumulated CPU time (s) 1789.41
Current children cumulated vsize (Kb) 307728

[startup+1791.17 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 28773
/proc/meminfo: memFree=1269344/2055920 swapFree=4180876/4192956
[pid=28578] ppid=28576 vsize=307728 CPUtime=1790.41
/proc/28578/stat : 28578 (PBS4L) R 28576 28578 28532 0 -1 4194304 77812 0 0 0 178957 84 0 0 25 0 1 0 190231124 315113472 66223 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/28578/statm: 76932 66223 108 232 0 76697 0
Current children cumulated CPU time (s) 1790.41
Current children cumulated vsize (Kb) 307728

[startup+1792.17 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 28773
/proc/meminfo: memFree=1269344/2055920 swapFree=4180876/4192956
[pid=28578] ppid=28576 vsize=307728 CPUtime=1791.42
/proc/28578/stat : 28578 (PBS4L) R 28576 28578 28532 0 -1 4194304 77812 0 0 0 179058 84 0 0 25 0 1 0 190231124 315113472 66223 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/28578/statm: 76932 66223 108 232 0 76697 0
Current children cumulated CPU time (s) 1791.42
Current children cumulated vsize (Kb) 307728

[startup+1793.18 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 28773
/proc/meminfo: memFree=1269344/2055920 swapFree=4180876/4192956
[pid=28578] ppid=28576 vsize=307728 CPUtime=1792.42
/proc/28578/stat : 28578 (PBS4L) R 28576 28578 28532 0 -1 4194304 77812 0 0 0 179158 84 0 0 25 0 1 0 190231124 315113472 66223 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/28578/statm: 76932 66223 108 232 0 76697 0
Current children cumulated CPU time (s) 1792.42
Current children cumulated vsize (Kb) 307728

[startup+1794.18 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 28773
/proc/meminfo: memFree=1269344/2055920 swapFree=4180876/4192956
[pid=28578] ppid=28576 vsize=307728 CPUtime=1793.43
/proc/28578/stat : 28578 (PBS4L) R 28576 28578 28532 0 -1 4194304 77812 0 0 0 179259 84 0 0 25 0 1 0 190231124 315113472 66223 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/28578/statm: 76932 66223 108 232 0 76697 0
Current children cumulated CPU time (s) 1793.43
Current children cumulated vsize (Kb) 307728

[startup+1795.19 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 28773
/proc/meminfo: memFree=1269344/2055920 swapFree=4180876/4192956
[pid=28578] ppid=28576 vsize=307728 CPUtime=1794.43
/proc/28578/stat : 28578 (PBS4L) R 28576 28578 28532 0 -1 4194304 77812 0 0 0 179359 84 0 0 25 0 1 0 190231124 315113472 66223 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/28578/statm: 76932 66223 108 232 0 76697 0
Current children cumulated CPU time (s) 1794.43
Current children cumulated vsize (Kb) 307728

[startup+1796.19 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 28773
/proc/meminfo: memFree=1269344/2055920 swapFree=4180876/4192956
[pid=28578] ppid=28576 vsize=307728 CPUtime=1795.44
/proc/28578/stat : 28578 (PBS4L) R 28576 28578 28532 0 -1 4194304 77812 0 0 0 179460 84 0 0 25 0 1 0 190231124 315113472 66223 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/28578/statm: 76932 66223 108 232 0 76697 0
Current children cumulated CPU time (s) 1795.44
Current children cumulated vsize (Kb) 307728

[startup+1797.2 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 28773
/proc/meminfo: memFree=1269344/2055920 swapFree=4180876/4192956
[pid=28578] ppid=28576 vsize=307728 CPUtime=1796.44
/proc/28578/stat : 28578 (PBS4L) R 28576 28578 28532 0 -1 4194304 77812 0 0 0 179560 84 0 0 25 0 1 0 190231124 315113472 66223 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/28578/statm: 76932 66223 108 232 0 76697 0
Current children cumulated CPU time (s) 1796.44
Current children cumulated vsize (Kb) 307728

[startup+1798.2 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 28773
/proc/meminfo: memFree=1269344/2055920 swapFree=4180876/4192956
[pid=28578] ppid=28576 vsize=307728 CPUtime=1797.45
/proc/28578/stat : 28578 (PBS4L) R 28576 28578 28532 0 -1 4194304 77812 0 0 0 179661 84 0 0 25 0 1 0 190231124 315113472 66223 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/28578/statm: 76932 66223 108 232 0 76697 0
Current children cumulated CPU time (s) 1797.45
Current children cumulated vsize (Kb) 307728

[startup+1799.21 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 28773
/proc/meminfo: memFree=1269152/2055920 swapFree=4180876/4192956
[pid=28578] ppid=28576 vsize=307728 CPUtime=1798.45
/proc/28578/stat : 28578 (PBS4L) R 28576 28578 28532 0 -1 4194304 77856 0 0 0 179761 84 0 0 25 0 1 0 190231124 315113472 66267 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/28578/statm: 76932 66267 108 232 0 76697 0
Current children cumulated CPU time (s) 1798.45
Current children cumulated vsize (Kb) 307728

[startup+1800.21 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 28773
/proc/meminfo: memFree=1269152/2055920 swapFree=4180876/4192956
[pid=28578] ppid=28576 vsize=307728 CPUtime=1799.46
/proc/28578/stat : 28578 (PBS4L) R 28576 28578 28532 0 -1 4194304 77856 0 0 0 179862 84 0 0 25 0 1 0 190231124 315113472 66267 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/28578/statm: 76932 66267 108 232 0 76697 0
Current children cumulated CPU time (s) 1799.46
Current children cumulated vsize (Kb) 307728

[startup+1801.22 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 28773
/proc/meminfo: memFree=1269152/2055920 swapFree=4180876/4192956
[pid=28578] ppid=28576 vsize=307728 CPUtime=1800.46
/proc/28578/stat : 28578 (PBS4L) R 28576 28578 28532 0 -1 4194304 77856 0 0 0 179962 84 0 0 25 0 1 0 190231124 315113472 66267 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/28578/statm: 76932 66267 108 232 0 76697 0
Current children cumulated CPU time (s) 1800.46
Current children cumulated vsize (Kb) 307728



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.22 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 28773
/proc/meminfo: memFree=1269152/2055920 swapFree=4180876/4192956
[pid=28578] ppid=28576 vsize=307728 CPUtime=1800.46
/proc/28578/stat : 28578 (PBS4L) R 28576 28578 28532 0 -1 4194304 77856 0 0 0 179962 84 0 0 25 0 1 0 190231124 315113472 66267 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/28578/statm: 76932 66267 108 232 0 76697 0
Current children cumulated CPU time (s) 1800.46
Current children cumulated vsize (Kb) 307728

Sending SIGTERM to -28578
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.27
CPU time (s): 1800.52
CPU user time (s): 1799.63
CPU system time (s): 0.887865
CPU usage (%): 99.9583
Max. virtual memory (cumulated for all children) (Kb): 307728
The end

Launcher Data (download as text)

Begin job on node59 on Fri Jun  2 10:53:49 UTC 2006


FILE ID= 41204-1149245629

PBS_JOBID= 297715

BENCH NAME= ROOT/tmp/node59/41204-1149245629/instance-41204-1149245629.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node59/41204-1149245629/instance-41204-1149245629.opb 365867658
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node59/watcher-41204-1149245629 -o ROOT/results/node59/solver-41204-1149245629 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node59/41204-1149245629/instance-41204-1149245629.opb 365867658

MD5SUM SOLVER= ab46593c31a6a47b9d9920387a00d332
MD5SUM BENCH=  dd1a158f1c4d558a5b1acea2c0abe5ea

RANDOM SEED= 365867658


/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.272
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.272
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:       1534544 kB
Buffers:         38116 kB
Cached:         406628 kB
SwapCached:       4056 kB
Active:         121124 kB
Inactive:       332632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1534544 kB
SwapTotal:     4192956 kB
SwapFree:      4180876 kB
Dirty:             232 kB
Writeback:           0 kB
Mapped:          14732 kB
Slab:            53604 kB
Committed_AS:   250096 kB
PageTables:       1492 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node59 on Fri Jun  2 11:23:50 UTC 2006