Trace number 41195

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.61 1801.21

General information on the benchmark

Namenormalized-PB06/OPT-MEDINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-p6000.opb
MD5SUM0c3c379676a8ddac6d8ad36181bfd2e9
Bench CategoryOPT-MEDINT (optimisation, medium integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-950703
Best CPU time to get the best result obtained on this benchmark1800.94
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -950703
Optimality of the best value was proved NO
Number of variables6000
Total number of constraints2171
Number of constraints which are clauses222
Number of constraints which are cardinality constraints (but not clauses)1914
Number of constraints which are nor clauses,nor cardinality constraints35
Minimum length of a constraint2
Maximum length of a constraint5998
Number of terms in the objective function 5995
Biggest coefficient in the objective function 91110
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 12969603
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 800000
Number of bits of the biggest number in a constraint 20
Biggest sum of numbers in a constraint 28761906
Number of bits of the biggest sum of numbers25
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/node62/41195-1149323909/instance-41195-1149323909.opb ......
1.41	c done parsing opb.
1.41	o 12869933
1.70	o 12869088
1.99	o 12868433
2.28	o 12867984
2.57	o 12867772
2.85	o 12867482
3.14	o 12867270
3.43	o 12867238
3.72	o 12867179
4.01	o 12867026
4.29	o 12866736
4.58	o 12866524
4.87	o 12866344
5.15	o 12866337
5.44	o 12866062
5.73	o 12865850
6.01	o 12865759
6.30	o 12865606
6.59	o 12865579
6.87	o 12865572
7.16	o 12865316
7.45	o 12865104
7.73	o 12864924
8.02	o 12864917
8.30	o 12863667
8.59	o 12862822
8.87	o 12862373
9.16	o 12862161
9.45	o 12861871
9.73	o 12861659
10.02	o 12861627
10.31	o 12861415
10.59	o 12861125
10.88	o 12860913
11.17	o 12860760
11.45	o 12860733
11.74	o 12860726
12.02	o 12860470
12.31	o 12860258
12.60	o 12860078
12.88	o 12860071
169.28	o 12860056
169.56	o 12859955
172.96	o 12859883
195.42	o 12859789
221.61	o 12859574
251.67	o 12859570
269.21	o 12859563
288.70	o 12859426
321.84	o 12859288
621.11	o 12716628

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/node62/watcher-41195-1149323909 -o ROOT/results/node62/solver-41195-1149323909 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node62/41195-1149323909/instance-41195-1149323909.opb 347100154 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.95 0.94 2/64 11792
/proc/meminfo: memFree=1237328/2055920 swapFree=4191908/4192956
[pid=11792] ppid=11790 vsize=1964 CPUtime=0
/proc/11792/stat : 11792 (PBS4L) R 11790 11792 11746 0 -1 4194304 153 0 0 0 0 0 0 0 18 0 1 0 41594499 2011136 137 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134598917 0 0 4096 0 0 0 0 17 1 0 0
/proc/11792/statm: 491 138 90 232 0 256 0

[startup+10.0021 s]
/proc/loadavg: 0.93 0.95 0.94 2/64 11792
/proc/meminfo: memFree=1235224/2055920 swapFree=4191908/4192956
[pid=11792] ppid=11790 vsize=3332 CPUtime=9.99
/proc/11792/stat : 11792 (PBS4L) R 11790 11792 11746 0 -1 4194304 652 0 0 0 985 14 0 0 25 0 1 0 41594499 3411968 628 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/11792/statm: 833 628 107 232 0 598 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 3332

[startup+20.0083 s]
/proc/loadavg: 0.94 0.96 0.94 2/64 11792
/proc/meminfo: memFree=1234720/2055920 swapFree=4191908/4192956
[pid=11792] ppid=11790 vsize=3588 CPUtime=19.99
/proc/11792/stat : 11792 (PBS4L) R 11790 11792 11746 0 -1 4194304 775 0 0 0 1981 18 0 0 25 0 1 0 41594499 3674112 751 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/11792/statm: 897 751 107 232 0 662 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 3588

[startup+30.0145 s]
/proc/loadavg: 0.95 0.96 0.94 2/64 11792
/proc/meminfo: memFree=1234464/2055920 swapFree=4191908/4192956
[pid=11792] ppid=11790 vsize=4244 CPUtime=30
/proc/11792/stat : 11792 (PBS4L) R 11790 11792 11746 0 -1 4194304 853 0 0 0 2982 18 0 0 25 0 1 0 41594499 4345856 829 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/11792/statm: 1061 829 107 232 0 826 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 4244

[startup+40.0207 s]
/proc/loadavg: 0.95 0.96 0.94 2/64 11792
/proc/meminfo: memFree=1234144/2055920 swapFree=4191908/4192956
[pid=11792] ppid=11790 vsize=4244 CPUtime=40
/proc/11792/stat : 11792 (PBS4L) R 11790 11792 11746 0 -1 4194304 937 0 0 0 3982 18 0 0 25 0 1 0 41594499 4345856 913 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551587 0 0 4096 0 0 0 0 17 1 0 0
/proc/11792/statm: 1061 913 107 232 0 826 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 4244

[startup+50.0269 s]
/proc/loadavg: 0.96 0.96 0.94 2/64 11792
/proc/meminfo: memFree=1233824/2055920 swapFree=4191908/4192956
[pid=11792] ppid=11790 vsize=5268 CPUtime=50
/proc/11792/stat : 11792 (PBS4L) R 11790 11792 11746 0 -1 4194304 1024 0 0 0 4982 18 0 0 25 0 1 0 41594499 5394432 1000 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549318 0 0 4096 0 0 0 0 17 1 0 0
/proc/11792/statm: 1317 1000 107 232 0 1082 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 5268

[startup+60.032 s]
/proc/loadavg: 0.97 0.96 0.94 2/64 11792
/proc/meminfo: memFree=1233568/2055920 swapFree=4191908/4192956
[pid=11792] ppid=11790 vsize=5268 CPUtime=60
/proc/11792/stat : 11792 (PBS4L) R 11790 11792 11746 0 -1 4194304 1086 0 0 0 5982 18 0 0 25 0 1 0 41594499 5394432 1062 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/11792/statm: 1317 1062 107 232 0 1082 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 5268

[startup+70.0382 s]
/proc/loadavg: 0.97 0.96 0.94 2/64 11792
/proc/meminfo: memFree=1233056/2055920 swapFree=4191908/4192956
[pid=11792] ppid=11790 vsize=5464 CPUtime=70.01
/proc/11792/stat : 11792 (PBS4L) R 11790 11792 11746 0 -1 4194304 1204 0 0 0 6983 18 0 0 25 0 1 0 41594499 5595136 1180 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134546640 0 0 4096 0 0 0 0 17 1 0 0
/proc/11792/statm: 1366 1180 107 232 0 1131 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 5464

[startup+80.0444 s]
/proc/loadavg: 0.98 0.96 0.94 2/64 11792
/proc/meminfo: memFree=1232928/2055920 swapFree=4191908/4192956
[pid=11792] ppid=11790 vsize=7512 CPUtime=80.01
/proc/11792/stat : 11792 (PBS4L) R 11790 11792 11746 0 -1 4194304 1242 0 0 0 7983 18 0 0 25 0 1 0 41594499 7692288 1218 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/11792/statm: 1878 1218 107 232 0 1643 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 7512

[startup+90.0506 s]
/proc/loadavg: 0.98 0.96 0.94 2/64 11792
/proc/meminfo: memFree=1232864/2055920 swapFree=4191908/4192956
[pid=11792] ppid=11790 vsize=7512 CPUtime=90.01
/proc/11792/stat : 11792 (PBS4L) R 11790 11792 11746 0 -1 4194304 1263 0 0 0 8983 18 0 0 25 0 1 0 41594499 7692288 1239 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551579 0 0 4096 0 0 0 0 17 1 0 0
/proc/11792/statm: 1878 1239 107 232 0 1643 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 7512

[startup+100.057 s]
/proc/loadavg: 0.98 0.96 0.94 2/64 11792
/proc/meminfo: memFree=1232672/2055920 swapFree=4191908/4192956
[pid=11792] ppid=11790 vsize=7512 CPUtime=100.02
/proc/11792/stat : 11792 (PBS4L) R 11790 11792 11746 0 -1 4194304 1309 0 0 0 9983 19 0 0 25 0 1 0 41594499 7692288 1285 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/11792/statm: 1878 1285 107 232 0 1643 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 7512

[startup+110.064 s]
/proc/loadavg: 0.98 0.96 0.94 2/64 11792
/proc/meminfo: memFree=1232672/2055920 swapFree=4191908/4192956
[pid=11792] ppid=11790 vsize=7512 CPUtime=110.03
/proc/11792/stat : 11792 (PBS4L) R 11790 11792 11746 0 -1 4194304 1309 0 0 0 10984 19 0 0 25 0 1 0 41594499 7692288 1285 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/11792/statm: 1878 1285 107 232 0 1643 0
Current children cumulated CPU time (s) 110.03
Current children cumulated vsize (Kb) 7512

[startup+120.07 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 11792
/proc/meminfo: memFree=1232416/2055920 swapFree=4191908/4192956
[pid=11792] ppid=11790 vsize=7512 CPUtime=120.03
/proc/11792/stat : 11792 (PBS4L) R 11790 11792 11746 0 -1 4194304 1368 0 0 0 11984 19 0 0 25 0 1 0 41594499 7692288 1344 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549239 0 0 4096 0 0 0 0 17 1 0 0
/proc/11792/statm: 1878 1344 107 232 0 1643 0
Current children cumulated CPU time (s) 120.03
Current children cumulated vsize (Kb) 7512

[startup+130.076 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 11792
/proc/meminfo: memFree=1232032/2055920 swapFree=4191908/4192956
[pid=11792] ppid=11790 vsize=7652 CPUtime=130.03
/proc/11792/stat : 11792 (PBS4L) R 11790 11792 11746 0 -1 4194304 1459 0 0 0 12984 19 0 0 25 0 1 0 41594499 7835648 1435 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549291 0 0 4096 0 0 0 0 17 1 0 0
/proc/11792/statm: 1913 1435 107 232 0 1678 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 7652

[startup+140.083 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 11792
/proc/meminfo: memFree=1231712/2055920 swapFree=4191908/4192956
[pid=11792] ppid=11790 vsize=7652 CPUtime=140.03
/proc/11792/stat : 11792 (PBS4L) R 11790 11792 11746 0 -1 4194304 1534 0 0 0 13984 19 0 0 25 0 1 0 41594499 7835648 1510 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/11792/statm: 1913 1510 107 232 0 1678 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 7652

[startup+150.089 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 11792
/proc/meminfo: memFree=1231520/2055920 swapFree=4191908/4192956
[pid=11792] ppid=11790 vsize=7652 CPUtime=150.03
/proc/11792/stat : 11792 (PBS4L) R 11790 11792 11746 0 -1 4194304 1595 0 0 0 14984 19 0 0 25 0 1 0 41594499 7835648 1571 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549265 0 0 4096 0 0 0 0 17 1 0 0
/proc/11792/statm: 1913 1571 107 232 0 1678 0
Current children cumulated CPU time (s) 150.03
Current children cumulated vsize (Kb) 7652

[startup+160.095 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 11792
/proc/meminfo: memFree=1231520/2055920 swapFree=4191908/4192956
[pid=11792] ppid=11790 vsize=7652 CPUtime=160.04
/proc/11792/stat : 11792 (PBS4L) R 11790 11792 11746 0 -1 4194304 1595 0 0 0 15985 19 0 0 25 0 1 0 41594499 7835648 1571 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/11792/statm: 1913 1571 107 232 0 1678 0
Current children cumulated CPU time (s) 160.04
Current children cumulated vsize (Kb) 7652

[startup+170.101 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 11792
/proc/meminfo: memFree=1231136/2055920 swapFree=4191908/4192956
[pid=11792] ppid=11790 vsize=7868 CPUtime=170.04
/proc/11792/stat : 11792 (PBS4L) R 11790 11792 11746 0 -1 4194304 1701 0 0 0 16982 22 0 0 25 0 1 0 41594499 8056832 1677 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/11792/statm: 1967 1677 108 232 0 1732 0
Current children cumulated CPU time (s) 170.04
Current children cumulated vsize (Kb) 7868

[startup+180.107 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 11792
/proc/meminfo: memFree=1215904/2055920 swapFree=4191908/4192956
[pid=11792] ppid=11790 vsize=36748 CPUtime=180.04
/proc/11792/stat : 11792 (PBS4L) R 11790 11792 11746 0 -1 4194304 5490 0 0 0 17981 23 0 0 25 0 1 0 41594499 37629952 5466 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134546643 0 0 4096 0 0 0 0 17 1 0 0
/proc/11792/statm: 9187 5466 108 232 0 8952 0
Current children cumulated CPU time (s) 180.04
Current children cumulated vsize (Kb) 36748

[startup+190.113 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 11792
/proc/meminfo: memFree=1215712/2055920 swapFree=4191908/4192956
[pid=11792] ppid=11790 vsize=36896 CPUtime=190.05
/proc/11792/stat : 11792 (PBS4L) R 11790 11792 11746 0 -1 4194304 5539 0 0 0 18982 23 0 0 25 0 1 0 41594499 37781504 5515 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134546663 0 0 4096 0 0 0 0 17 1 0 0
/proc/11792/statm: 9224 5515 108 232 0 8989 0
Current children cumulated CPU time (s) 190.05
Current children cumulated vsize (Kb) 36896

[startup+200.12 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 11792
/proc/meminfo: memFree=1215264/2055920 swapFree=4191908/4192956
[pid=11792] ppid=11790 vsize=37376 CPUtime=200.05
/proc/11792/stat : 11792 (PBS4L) R 11790 11792 11746 0 -1 4194304 5652 0 0 0 19981 24 0 0 25 0 1 0 41594499 38273024 5579 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/11792/statm: 9344 5579 108 232 0 9109 0
Current children cumulated CPU time (s) 200.05
Current children cumulated vsize (Kb) 37376

[startup+210.126 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 11792
/proc/meminfo: memFree=1215328/2055920 swapFree=4191908/4192956

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

/proc/11792/stat : 11792 (PBS4L) R 11790 11792 11746 0 -1 4194304 17904 0 0 0 178108 41 0 0 25 0 1 0 41594499 74133504 17734 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/11792/statm: 18099 17734 108 232 0 17864 0
Current children cumulated CPU time (s) 1781.49
Current children cumulated vsize (Kb) 72396

[startup+1783.1 s]
/proc/loadavg: 1.00 0.99 0.94 2/64 11989
/proc/meminfo: memFree=1166504/2055920 swapFree=4191908/4192956
[pid=11792] ppid=11790 vsize=72396 CPUtime=1782.5
/proc/11792/stat : 11792 (PBS4L) R 11790 11792 11746 0 -1 4194304 17904 0 0 0 178209 41 0 0 25 0 1 0 41594499 74133504 17734 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/11792/statm: 18099 17734 108 232 0 17864 0
Current children cumulated CPU time (s) 1782.5
Current children cumulated vsize (Kb) 72396

[startup+1784.11 s]
/proc/loadavg: 1.00 0.99 0.94 2/64 11989
/proc/meminfo: memFree=1166504/2055920 swapFree=4191908/4192956
[pid=11792] ppid=11790 vsize=72396 CPUtime=1783.5
/proc/11792/stat : 11792 (PBS4L) R 11790 11792 11746 0 -1 4194304 17904 0 0 0 178309 41 0 0 25 0 1 0 41594499 74133504 17734 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/11792/statm: 18099 17734 108 232 0 17864 0
Current children cumulated CPU time (s) 1783.5
Current children cumulated vsize (Kb) 72396

[startup+1785.11 s]
/proc/loadavg: 1.00 0.99 0.94 2/64 11989
/proc/meminfo: memFree=1166504/2055920 swapFree=4191908/4192956
[pid=11792] ppid=11790 vsize=72396 CPUtime=1784.51
/proc/11792/stat : 11792 (PBS4L) R 11790 11792 11746 0 -1 4194304 17904 0 0 0 178410 41 0 0 25 0 1 0 41594499 74133504 17734 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/11792/statm: 18099 17734 108 232 0 17864 0
Current children cumulated CPU time (s) 1784.51
Current children cumulated vsize (Kb) 72396

[startup+1786.12 s]
/proc/loadavg: 1.00 0.99 0.94 2/64 11989
/proc/meminfo: memFree=1166504/2055920 swapFree=4191908/4192956
[pid=11792] ppid=11790 vsize=72396 CPUtime=1785.51
/proc/11792/stat : 11792 (PBS4L) R 11790 11792 11746 0 -1 4194304 17904 0 0 0 178510 41 0 0 25 0 1 0 41594499 74133504 17734 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/11792/statm: 18099 17734 108 232 0 17864 0
Current children cumulated CPU time (s) 1785.51
Current children cumulated vsize (Kb) 72396

[startup+1787.12 s]
/proc/loadavg: 1.00 0.99 0.94 2/64 11989
/proc/meminfo: memFree=1166504/2055920 swapFree=4191908/4192956
[pid=11792] ppid=11790 vsize=72396 CPUtime=1786.52
/proc/11792/stat : 11792 (PBS4L) R 11790 11792 11746 0 -1 4194304 17904 0 0 0 178611 41 0 0 25 0 1 0 41594499 74133504 17734 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/11792/statm: 18099 17734 108 232 0 17864 0
Current children cumulated CPU time (s) 1786.52
Current children cumulated vsize (Kb) 72396

[startup+1788.13 s]
/proc/loadavg: 1.00 0.99 0.94 2/64 11989
/proc/meminfo: memFree=1166504/2055920 swapFree=4191908/4192956
[pid=11792] ppid=11790 vsize=72396 CPUtime=1787.52
/proc/11792/stat : 11792 (PBS4L) R 11790 11792 11746 0 -1 4194304 17904 0 0 0 178711 41 0 0 25 0 1 0 41594499 74133504 17734 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/11792/statm: 18099 17734 108 232 0 17864 0
Current children cumulated CPU time (s) 1787.52
Current children cumulated vsize (Kb) 72396

[startup+1789.13 s]
/proc/loadavg: 1.00 0.99 0.94 2/64 11989
/proc/meminfo: memFree=1166504/2055920 swapFree=4191908/4192956
[pid=11792] ppid=11790 vsize=72396 CPUtime=1788.53
/proc/11792/stat : 11792 (PBS4L) R 11790 11792 11746 0 -1 4194304 17904 0 0 0 178812 41 0 0 25 0 1 0 41594499 74133504 17734 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/11792/statm: 18099 17734 108 232 0 17864 0
Current children cumulated CPU time (s) 1788.53
Current children cumulated vsize (Kb) 72396

[startup+1790.14 s]
/proc/loadavg: 1.00 0.99 0.94 2/64 11989
/proc/meminfo: memFree=1166504/2055920 swapFree=4191908/4192956
[pid=11792] ppid=11790 vsize=72396 CPUtime=1789.53
/proc/11792/stat : 11792 (PBS4L) R 11790 11792 11746 0 -1 4194304 17904 0 0 0 178912 41 0 0 25 0 1 0 41594499 74133504 17734 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/11792/statm: 18099 17734 108 232 0 17864 0
Current children cumulated CPU time (s) 1789.53
Current children cumulated vsize (Kb) 72396

[startup+1791.14 s]
/proc/loadavg: 1.00 0.99 0.94 2/64 11989
/proc/meminfo: memFree=1166504/2055920 swapFree=4191908/4192956
[pid=11792] ppid=11790 vsize=72396 CPUtime=1790.54
/proc/11792/stat : 11792 (PBS4L) R 11790 11792 11746 0 -1 4194304 17904 0 0 0 179013 41 0 0 25 0 1 0 41594499 74133504 17734 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551608 0 0 4096 0 0 0 0 17 1 0 0
/proc/11792/statm: 18099 17734 108 232 0 17864 0
Current children cumulated CPU time (s) 1790.54
Current children cumulated vsize (Kb) 72396

[startup+1792.15 s]
/proc/loadavg: 1.00 0.99 0.94 2/64 11989
/proc/meminfo: memFree=1166504/2055920 swapFree=4191908/4192956
[pid=11792] ppid=11790 vsize=72396 CPUtime=1791.54
/proc/11792/stat : 11792 (PBS4L) R 11790 11792 11746 0 -1 4194304 17904 0 0 0 179113 41 0 0 25 0 1 0 41594499 74133504 17734 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/11792/statm: 18099 17734 108 232 0 17864 0
Current children cumulated CPU time (s) 1791.54
Current children cumulated vsize (Kb) 72396

[startup+1793.15 s]
/proc/loadavg: 1.00 0.99 0.94 2/64 11989
/proc/meminfo: memFree=1166504/2055920 swapFree=4191908/4192956
[pid=11792] ppid=11790 vsize=72396 CPUtime=1792.55
/proc/11792/stat : 11792 (PBS4L) R 11790 11792 11746 0 -1 4194304 17904 0 0 0 179214 41 0 0 25 0 1 0 41594499 74133504 17734 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/11792/statm: 18099 17734 108 232 0 17864 0
Current children cumulated CPU time (s) 1792.55
Current children cumulated vsize (Kb) 72396

[startup+1794.16 s]
/proc/loadavg: 1.00 0.99 0.94 2/64 11989
/proc/meminfo: memFree=1166504/2055920 swapFree=4191908/4192956
[pid=11792] ppid=11790 vsize=72396 CPUtime=1793.55
/proc/11792/stat : 11792 (PBS4L) R 11790 11792 11746 0 -1 4194304 17904 0 0 0 179314 41 0 0 25 0 1 0 41594499 74133504 17734 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134546657 0 0 4096 0 0 0 0 17 1 0 0
/proc/11792/statm: 18099 17734 108 232 0 17864 0
Current children cumulated CPU time (s) 1793.55
Current children cumulated vsize (Kb) 72396

[startup+1795.16 s]
/proc/loadavg: 1.00 0.99 0.94 2/64 11989
/proc/meminfo: memFree=1166504/2055920 swapFree=4191908/4192956
[pid=11792] ppid=11790 vsize=72396 CPUtime=1794.56
/proc/11792/stat : 11792 (PBS4L) R 11790 11792 11746 0 -1 4194304 17904 0 0 0 179415 41 0 0 25 0 1 0 41594499 74133504 17734 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551621 0 0 4096 0 0 0 0 17 1 0 0
/proc/11792/statm: 18099 17734 108 232 0 17864 0
Current children cumulated CPU time (s) 1794.56
Current children cumulated vsize (Kb) 72396

[startup+1796.17 s]
/proc/loadavg: 1.00 0.99 0.94 2/64 11989
/proc/meminfo: memFree=1166504/2055920 swapFree=4191908/4192956
[pid=11792] ppid=11790 vsize=72396 CPUtime=1795.56
/proc/11792/stat : 11792 (PBS4L) R 11790 11792 11746 0 -1 4194304 17904 0 0 0 179515 41 0 0 25 0 1 0 41594499 74133504 17734 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/11792/statm: 18099 17734 108 232 0 17864 0
Current children cumulated CPU time (s) 1795.56
Current children cumulated vsize (Kb) 72396

[startup+1797.17 s]
/proc/loadavg: 1.00 0.99 0.94 2/64 11989
/proc/meminfo: memFree=1166504/2055920 swapFree=4191908/4192956
[pid=11792] ppid=11790 vsize=72396 CPUtime=1796.56
/proc/11792/stat : 11792 (PBS4L) R 11790 11792 11746 0 -1 4194304 17904 0 0 0 179615 41 0 0 25 0 1 0 41594499 74133504 17734 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/11792/statm: 18099 17734 108 232 0 17864 0
Current children cumulated CPU time (s) 1796.56
Current children cumulated vsize (Kb) 72396

[startup+1798.18 s]
/proc/loadavg: 1.00 0.99 0.94 2/64 11989
/proc/meminfo: memFree=1166504/2055920 swapFree=4191908/4192956
[pid=11792] ppid=11790 vsize=72396 CPUtime=1797.57
/proc/11792/stat : 11792 (PBS4L) R 11790 11792 11746 0 -1 4194304 17904 0 0 0 179716 41 0 0 25 0 1 0 41594499 74133504 17734 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549273 0 0 4096 0 0 0 0 17 1 0 0
/proc/11792/statm: 18099 17734 108 232 0 17864 0
Current children cumulated CPU time (s) 1797.57
Current children cumulated vsize (Kb) 72396

[startup+1799.18 s]
/proc/loadavg: 1.00 0.99 0.94 2/64 11989
/proc/meminfo: memFree=1166504/2055920 swapFree=4191908/4192956
[pid=11792] ppid=11790 vsize=72396 CPUtime=1798.57
/proc/11792/stat : 11792 (PBS4L) R 11790 11792 11746 0 -1 4194304 17904 0 0 0 179816 41 0 0 25 0 1 0 41594499 74133504 17734 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549257 0 0 4096 0 0 0 0 17 1 0 0
/proc/11792/statm: 18099 17734 108 232 0 17864 0
Current children cumulated CPU time (s) 1798.57
Current children cumulated vsize (Kb) 72396

[startup+1800.19 s]
/proc/loadavg: 1.00 0.99 0.94 2/64 11989
/proc/meminfo: memFree=1166504/2055920 swapFree=4191908/4192956
[pid=11792] ppid=11790 vsize=72396 CPUtime=1799.58
/proc/11792/stat : 11792 (PBS4L) R 11790 11792 11746 0 -1 4194304 17904 0 0 0 179917 41 0 0 25 0 1 0 41594499 74133504 17734 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/11792/statm: 18099 17734 108 232 0 17864 0
Current children cumulated CPU time (s) 1799.58
Current children cumulated vsize (Kb) 72396

[startup+1801.19 s]
/proc/loadavg: 1.00 0.99 0.94 2/64 11989
/proc/meminfo: memFree=1166504/2055920 swapFree=4191908/4192956
[pid=11792] ppid=11790 vsize=72396 CPUtime=1800.58
/proc/11792/stat : 11792 (PBS4L) R 11790 11792 11746 0 -1 4194304 17904 0 0 0 180017 41 0 0 25 0 1 0 41594499 74133504 17734 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/11792/statm: 18099 17734 108 232 0 17864 0
Current children cumulated CPU time (s) 1800.58
Current children cumulated vsize (Kb) 72396



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.2 s]
/proc/loadavg: 1.00 0.99 0.94 2/64 11989
/proc/meminfo: memFree=1166504/2055920 swapFree=4191908/4192956
[pid=11792] ppid=11790 vsize=72396 CPUtime=1800.59
/proc/11792/stat : 11792 (PBS4L) R 11790 11792 11746 0 -1 4194304 17904 0 0 0 180018 41 0 0 25 0 1 0 41594499 74133504 17734 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/11792/statm: 18099 17734 108 232 0 17864 0
Current children cumulated CPU time (s) 1800.59
Current children cumulated vsize (Kb) 72396

Sending SIGTERM to -11792
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.21
CPU time (s): 1800.61
CPU user time (s): 1800.18
CPU system time (s): 0.430934
CPU usage (%): 99.9667
Max. virtual memory (cumulated for all children) (Kb): 72396
The end

Launcher Data (download as text)

Begin job on node62 on Sat Jun  3 08:38:30 UTC 2006


FILE ID= 41195-1149323909

PBS_JOBID= 309498

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-MEDINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-p6000.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node62/41195-1149323909/instance-41195-1149323909.opb 347100154
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node62/watcher-41195-1149323909 -o ROOT/results/node62/solver-41195-1149323909 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node62/41195-1149323909/instance-41195-1149323909.opb 347100154

MD5SUM SOLVER= ab46593c31a6a47b9d9920387a00d332
MD5SUM BENCH=  0c3c379676a8ddac6d8ad36181bfd2e9

RANDOM SEED= 347100154


/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.225
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.225
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:       1237536 kB
Buffers:         33972 kB
Cached:         705568 kB
SwapCached:        572 kB
Active:          61628 kB
Inactive:       692080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1237536 kB
SwapTotal:     4192956 kB
SwapFree:      4191908 kB
Dirty:             208 kB
Writeback:           0 kB
Mapped:          23728 kB
Slab:            50708 kB
Committed_AS:   266312 kB
PageTables:       1480 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node62 on Sat Jun  3 09:08:31 UTC 2006