Trace number 41533

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.17

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-cracpb1.opb
MD5SUM75f6d21683e6eb738b98c93cf5598ff3
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark22199
Best CPU time to get the best result obtained on this benchmark1.24581
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 22199
Optimality of the best value was proved YES
Number of variables572
Total number of constraints126
Number of constraints which are clauses3
Number of constraints which are cardinality constraints (but not clauses)54
Number of constraints which are nor clauses,nor cardinality constraints69
Minimum length of a constraint4
Maximum length of a constraint518
Number of terms in the objective function 572
Biggest coefficient in the objective function 5000
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 547769
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 5000
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 547769
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/node43/41533-1149367854/instance-41533-1149367854.opb ......
0.17	c done parsing opb.
0.17	o 95341
36.50	o 52660
43.41	o 49017
410.82	o 40270
592.43	o 39533
1706.19	o 36972

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/node43/watcher-41533-1149367854 -o ROOT/results/node43/solver-41533-1149367854 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node43/41533-1149367854/instance-41533-1149367854.opb 716122474 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.99 0.97 0.91 2/64 11478
/proc/meminfo: memFree=1802352/2055920 swapFree=4180880/4192956
[pid=11478] ppid=11476 vsize=1368 CPUtime=0
/proc/11478/stat : 11478 (PBS4L) R 11476 11478 11432 0 -1 4194304 114 0 0 0 0 0 0 0 19 0 1 0 202452168 1400832 98 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134660080 0 0 4096 0 0 0 0 17 1 0 0
/proc/11478/statm: 350 102 87 232 0 115 0

[startup+10.0024 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 11478
/proc/meminfo: memFree=1786608/2055920 swapFree=4180880/4192956
[pid=11478] ppid=11476 vsize=19672 CPUtime=9.99
/proc/11478/stat : 11478 (PBS4L) R 11476 11478 11432 0 -1 4194304 4211 0 0 0 994 5 0 0 25 0 1 0 202452168 20144128 4037 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/11478/statm: 4918 4037 108 232 0 4683 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 19672

[startup+20.0083 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 11478
/proc/meminfo: memFree=1774832/2055920 swapFree=4180880/4192956
[pid=11478] ppid=11476 vsize=38180 CPUtime=19.99
/proc/11478/stat : 11478 (PBS4L) R 11476 11478 11432 0 -1 4194304 7287 0 0 0 1989 10 0 0 25 0 1 0 202452168 39096320 6920 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/11478/statm: 9545 6920 108 232 0 9310 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 38180

[startup+30.0141 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 11478
/proc/meminfo: memFree=1774128/2055920 swapFree=4180880/4192956
[pid=11478] ppid=11476 vsize=38848 CPUtime=30
/proc/11478/stat : 11478 (PBS4L) R 11476 11478 11432 0 -1 4194304 7527 0 0 0 2986 14 0 0 25 0 1 0 202452168 39780352 7160 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/11478/statm: 9712 7160 108 232 0 9477 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 38848

[startup+40.02 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 11478
/proc/meminfo: memFree=1763888/2055920 swapFree=4180880/4192956
[pid=11478] ppid=11476 vsize=39572 CPUtime=39.99
/proc/11478/stat : 11478 (PBS4L) R 11476 11478 11432 0 -1 4194304 10089 0 0 0 3982 17 0 0 25 0 1 0 202452168 40521728 9722 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/11478/statm: 9893 9722 108 232 0 9658 0
Current children cumulated CPU time (s) 39.99
Current children cumulated vsize (Kb) 39572

[startup+50.0259 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 11478
/proc/meminfo: memFree=1763056/2055920 swapFree=4180880/4192956
[pid=11478] ppid=11476 vsize=41784 CPUtime=50
/proc/11478/stat : 11478 (PBS4L) R 11476 11478 11432 0 -1 4194304 10673 0 0 0 4980 20 0 0 25 0 1 0 202452168 42786816 9921 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/11478/statm: 10446 9921 108 232 0 10211 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 41784

[startup+60.0317 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 11478
/proc/meminfo: memFree=1762288/2055920 swapFree=4180880/4192956
[pid=11478] ppid=11476 vsize=42328 CPUtime=60
/proc/11478/stat : 11478 (PBS4L) R 11476 11478 11432 0 -1 4194304 10868 0 0 0 5978 22 0 0 25 0 1 0 202452168 43343872 10116 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/11478/statm: 10582 10116 108 232 0 10347 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 42328

[startup+70.0386 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 11478
/proc/meminfo: memFree=1758192/2055920 swapFree=4180880/4192956
[pid=11478] ppid=11476 vsize=75692 CPUtime=70.01
/proc/11478/stat : 11478 (PBS4L) R 11476 11478 11432 0 -1 4194304 11906 0 0 0 6976 25 0 0 25 0 1 0 202452168 77508608 11154 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/11478/statm: 18923 11154 108 232 0 18688 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 75692

[startup+80.0445 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 11478
/proc/meminfo: memFree=1757552/2055920 swapFree=4180880/4192956
[pid=11478] ppid=11476 vsize=75984 CPUtime=80.01
/proc/11478/stat : 11478 (PBS4L) R 11476 11478 11432 0 -1 4194304 12051 0 0 0 7975 26 0 0 25 0 1 0 202452168 77807616 11299 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/11478/statm: 18996 11299 108 232 0 18761 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 75984

[startup+90.0503 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 11478
/proc/meminfo: memFree=1756912/2055920 swapFree=4180880/4192956
[pid=11478] ppid=11476 vsize=76400 CPUtime=90.02
/proc/11478/stat : 11478 (PBS4L) R 11476 11478 11432 0 -1 4194304 12212 0 0 0 8974 28 0 0 25 0 1 0 202452168 78233600 11460 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/11478/statm: 19100 11460 108 232 0 18865 0
Current children cumulated CPU time (s) 90.02
Current children cumulated vsize (Kb) 76400

[startup+100.056 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 11478
/proc/meminfo: memFree=1747824/2055920 swapFree=4180880/4192956
[pid=11478] ppid=11476 vsize=77408 CPUtime=100.02
/proc/11478/stat : 11478 (PBS4L) R 11476 11478 11432 0 -1 4194304 14483 0 0 0 9970 32 0 0 25 0 1 0 202452168 79265792 13731 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/11478/statm: 19352 13731 108 232 0 19117 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 77408

[startup+110.062 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 11478
/proc/meminfo: memFree=1737584/2055920 swapFree=4180880/4192956
[pid=11478] ppid=11476 vsize=78412 CPUtime=110.02
/proc/11478/stat : 11478 (PBS4L) R 11476 11478 11432 0 -1 4194304 17037 0 0 0 10967 35 0 0 25 0 1 0 202452168 80293888 16285 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/11478/statm: 19603 16285 108 232 0 19368 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 78412

[startup+120.068 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 11478
/proc/meminfo: memFree=1725872/2055920 swapFree=4180880/4192956
[pid=11478] ppid=11476 vsize=82748 CPUtime=120.02
/proc/11478/stat : 11478 (PBS4L) R 11476 11478 11432 0 -1 4194304 20741 0 0 0 11964 38 0 0 25 0 1 0 202452168 84733952 19220 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/11478/statm: 20687 19220 108 232 0 20452 0
Current children cumulated CPU time (s) 120.02
Current children cumulated vsize (Kb) 82748

[startup+130.074 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 11478
/proc/meminfo: memFree=1721648/2055920 swapFree=4180880/4192956
[pid=11478] ppid=11476 vsize=149252 CPUtime=130.03
/proc/11478/stat : 11478 (PBS4L) R 11476 11478 11432 0 -1 4194304 21778 0 0 0 12962 41 0 0 25 0 1 0 202452168 152834048 20257 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/11478/statm: 37313 20257 108 232 0 37078 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 149252

[startup+140.079 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 11478
/proc/meminfo: memFree=1721200/2055920 swapFree=4180880/4192956
[pid=11478] ppid=11476 vsize=149412 CPUtime=140.03
/proc/11478/stat : 11478 (PBS4L) R 11476 11478 11432 0 -1 4194304 21879 0 0 0 13960 43 0 0 25 0 1 0 202452168 152997888 20358 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/11478/statm: 37353 20358 108 232 0 37118 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 149412

[startup+150.084 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 11478
/proc/meminfo: memFree=1720944/2055920 swapFree=4180880/4192956
[pid=11478] ppid=11476 vsize=149556 CPUtime=150.03
/proc/11478/stat : 11478 (PBS4L) R 11476 11478 11432 0 -1 4194304 21942 0 0 0 14958 45 0 0 25 0 1 0 202452168 153145344 20421 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/11478/statm: 37389 20421 108 232 0 37154 0
Current children cumulated CPU time (s) 150.03
Current children cumulated vsize (Kb) 149556

[startup+160.09 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 11478
/proc/meminfo: memFree=1720432/2055920 swapFree=4180880/4192956
[pid=11478] ppid=11476 vsize=149904 CPUtime=160.04
/proc/11478/stat : 11478 (PBS4L) R 11476 11478 11432 0 -1 4194304 22093 0 0 0 15957 47 0 0 25 0 1 0 202452168 153501696 20572 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/11478/statm: 37476 20572 108 232 0 37241 0
Current children cumulated CPU time (s) 160.04
Current children cumulated vsize (Kb) 149904

[startup+170.096 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 11478
/proc/meminfo: memFree=1720112/2055920 swapFree=4180880/4192956
[pid=11478] ppid=11476 vsize=150048 CPUtime=170.04
/proc/11478/stat : 11478 (PBS4L) R 11476 11478 11432 0 -1 4194304 22175 0 0 0 16956 48 0 0 25 0 1 0 202452168 153649152 20654 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/11478/statm: 37512 20654 108 232 0 37277 0
Current children cumulated CPU time (s) 170.04
Current children cumulated vsize (Kb) 150048

[startup+180.102 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 11478
/proc/meminfo: memFree=1719536/2055920 swapFree=4180880/4192956
[pid=11478] ppid=11476 vsize=150444 CPUtime=180.04
/proc/11478/stat : 11478 (PBS4L) R 11476 11478 11432 0 -1 4194304 22301 0 0 0 17954 50 0 0 25 0 1 0 202452168 154054656 20780 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549242 0 0 4096 0 0 0 0 17 1 0 0
/proc/11478/statm: 37611 20780 108 232 0 37376 0
Current children cumulated CPU time (s) 180.04
Current children cumulated vsize (Kb) 150444

[startup+190.108 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 11478
/proc/meminfo: memFree=1719024/2055920 swapFree=4180880/4192956
[pid=11478] ppid=11476 vsize=150804 CPUtime=190.04
/proc/11478/stat : 11478 (PBS4L) R 11476 11478 11432 0 -1 4194304 22432 0 0 0 18953 51 0 0 25 0 1 0 202452168 154423296 20911 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/11478/statm: 37701 20911 108 232 0 37466 0
Current children cumulated CPU time (s) 190.04
Current children cumulated vsize (Kb) 150804

[startup+200.113 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 11478
/proc/meminfo: memFree=1718640/2055920 swapFree=4180880/4192956
[pid=11478] ppid=11476 vsize=150804 CPUtime=200.05
/proc/11478/stat : 11478 (PBS4L) R 11476 11478 11432 0 -1 4194304 22521 0 0 0 19952 53 0 0 25 0 1 0 202452168 154423296 21000 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558771 0 0 4096 0 0 0 0 17 1 0 0
/proc/11478/statm: 37701 21000 108 232 0 37466 0
Current children cumulated CPU time (s) 200.05
Current children cumulated vsize (Kb) 150804

[startup+210.119 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 11478
/proc/meminfo: memFree=1718192/2055920 swapFree=4180880/4192956

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

/proc/11478/stat : 11478 (PBS4L) R 11476 11478 11432 0 -1 4194304 52601 0 0 0 177888 262 0 0 25 0 1 0 202452168 202915840 46470 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/11478/statm: 49540 46470 108 232 0 49305 0
Current children cumulated CPU time (s) 1781.5
Current children cumulated vsize (Kb) 198160

[startup+1783.04 s]
/proc/loadavg: 1.03 0.99 0.91 2/64 11673
/proc/meminfo: memFree=1616240/2055920 swapFree=4180880/4192956
[pid=11478] ppid=11476 vsize=198160 CPUtime=1782.5
/proc/11478/stat : 11478 (PBS4L) R 11476 11478 11432 0 -1 4194304 52602 0 0 0 177988 262 0 0 25 0 1 0 202452168 202915840 46471 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/11478/statm: 49540 46471 108 232 0 49305 0
Current children cumulated CPU time (s) 1782.5
Current children cumulated vsize (Kb) 198160

[startup+1784.05 s]
/proc/loadavg: 1.03 0.99 0.91 2/64 11673
/proc/meminfo: memFree=1616240/2055920 swapFree=4180880/4192956
[pid=11478] ppid=11476 vsize=198160 CPUtime=1783.52
/proc/11478/stat : 11478 (PBS4L) R 11476 11478 11432 0 -1 4194304 52605 0 0 0 178089 263 0 0 25 0 1 0 202452168 202915840 46474 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/11478/statm: 49540 46474 108 232 0 49305 0
Current children cumulated CPU time (s) 1783.52
Current children cumulated vsize (Kb) 198160

[startup+1785.05 s]
/proc/loadavg: 1.03 0.99 0.91 2/64 11673
/proc/meminfo: memFree=1616240/2055920 swapFree=4180880/4192956
[pid=11478] ppid=11476 vsize=198160 CPUtime=1784.52
/proc/11478/stat : 11478 (PBS4L) R 11476 11478 11432 0 -1 4194304 52608 0 0 0 178189 263 0 0 25 0 1 0 202452168 202915840 46477 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/11478/statm: 49540 46477 108 232 0 49305 0
Current children cumulated CPU time (s) 1784.52
Current children cumulated vsize (Kb) 198160

[startup+1786.06 s]
/proc/loadavg: 1.03 0.99 0.91 2/64 11673
/proc/meminfo: memFree=1616240/2055920 swapFree=4180880/4192956
[pid=11478] ppid=11476 vsize=198160 CPUtime=1785.53
/proc/11478/stat : 11478 (PBS4L) R 11476 11478 11432 0 -1 4194304 52611 0 0 0 178290 263 0 0 25 0 1 0 202452168 202915840 46480 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550022 0 0 4096 0 0 0 0 17 1 0 0
/proc/11478/statm: 49540 46480 108 232 0 49305 0
Current children cumulated CPU time (s) 1785.53
Current children cumulated vsize (Kb) 198160

[startup+1787.06 s]
/proc/loadavg: 1.03 0.99 0.91 2/64 11673
/proc/meminfo: memFree=1616176/2055920 swapFree=4180880/4192956
[pid=11478] ppid=11476 vsize=198160 CPUtime=1786.53
/proc/11478/stat : 11478 (PBS4L) R 11476 11478 11432 0 -1 4194304 52612 0 0 0 178390 263 0 0 25 0 1 0 202452168 202915840 46481 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/11478/statm: 49540 46481 108 232 0 49305 0
Current children cumulated CPU time (s) 1786.53
Current children cumulated vsize (Kb) 198160

[startup+1788.07 s]
/proc/loadavg: 1.03 0.99 0.91 2/64 11673
/proc/meminfo: memFree=1616176/2055920 swapFree=4180880/4192956
[pid=11478] ppid=11476 vsize=198160 CPUtime=1787.54
/proc/11478/stat : 11478 (PBS4L) R 11476 11478 11432 0 -1 4194304 52614 0 0 0 178491 263 0 0 25 0 1 0 202452168 202915840 46483 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558866 0 0 4096 0 0 0 0 17 1 0 0
/proc/11478/statm: 49540 46483 108 232 0 49305 0
Current children cumulated CPU time (s) 1787.54
Current children cumulated vsize (Kb) 198160

[startup+1789.07 s]
/proc/loadavg: 1.03 0.99 0.91 2/64 11673
/proc/meminfo: memFree=1616176/2055920 swapFree=4180880/4192956
[pid=11478] ppid=11476 vsize=198160 CPUtime=1788.54
/proc/11478/stat : 11478 (PBS4L) R 11476 11478 11432 0 -1 4194304 52616 0 0 0 178591 263 0 0 25 0 1 0 202452168 202915840 46485 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/11478/statm: 49540 46485 108 232 0 49305 0
Current children cumulated CPU time (s) 1788.54
Current children cumulated vsize (Kb) 198160

[startup+1790.08 s]
/proc/loadavg: 1.03 0.99 0.91 2/64 11673
/proc/meminfo: memFree=1616176/2055920 swapFree=4180880/4192956
[pid=11478] ppid=11476 vsize=198160 CPUtime=1789.55
/proc/11478/stat : 11478 (PBS4L) R 11476 11478 11432 0 -1 4194304 52618 0 0 0 178692 263 0 0 25 0 1 0 202452168 202915840 46487 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/11478/statm: 49540 46487 108 232 0 49305 0
Current children cumulated CPU time (s) 1789.55
Current children cumulated vsize (Kb) 198160

[startup+1791.08 s]
/proc/loadavg: 1.03 0.99 0.91 2/64 11673
/proc/meminfo: memFree=1616176/2055920 swapFree=4180880/4192956
[pid=11478] ppid=11476 vsize=198160 CPUtime=1790.55
/proc/11478/stat : 11478 (PBS4L) R 11476 11478 11432 0 -1 4194304 52620 0 0 0 178792 263 0 0 25 0 1 0 202452168 202915840 46489 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558802 0 0 4096 0 0 0 0 17 1 0 0
/proc/11478/statm: 49540 46489 108 232 0 49305 0
Current children cumulated CPU time (s) 1790.55
Current children cumulated vsize (Kb) 198160

[startup+1792.09 s]
/proc/loadavg: 1.03 0.99 0.91 2/64 11673
/proc/meminfo: memFree=1616112/2055920 swapFree=4180880/4192956
[pid=11478] ppid=11476 vsize=198160 CPUtime=1791.55
/proc/11478/stat : 11478 (PBS4L) R 11476 11478 11432 0 -1 4194304 52630 0 0 0 178892 263 0 0 25 0 1 0 202452168 202915840 46499 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550043 0 0 4096 0 0 0 0 17 1 0 0
/proc/11478/statm: 49540 46499 108 232 0 49305 0
Current children cumulated CPU time (s) 1791.55
Current children cumulated vsize (Kb) 198160

[startup+1793.09 s]
/proc/loadavg: 1.03 0.99 0.91 2/64 11673
/proc/meminfo: memFree=1616048/2055920 swapFree=4180880/4192956
[pid=11478] ppid=11476 vsize=198160 CPUtime=1792.55
/proc/11478/stat : 11478 (PBS4L) R 11476 11478 11432 0 -1 4194304 52651 0 0 0 178992 263 0 0 25 0 1 0 202452168 202915840 46520 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/11478/statm: 49540 46520 108 232 0 49305 0
Current children cumulated CPU time (s) 1792.55
Current children cumulated vsize (Kb) 198160

[startup+1794.1 s]
/proc/loadavg: 1.03 0.99 0.91 2/64 11673
/proc/meminfo: memFree=1616048/2055920 swapFree=4180880/4192956
[pid=11478] ppid=11476 vsize=198160 CPUtime=1793.56
/proc/11478/stat : 11478 (PBS4L) R 11476 11478 11432 0 -1 4194304 52653 0 0 0 179093 263 0 0 25 0 1 0 202452168 202915840 46522 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/11478/statm: 49540 46522 108 232 0 49305 0
Current children cumulated CPU time (s) 1793.56
Current children cumulated vsize (Kb) 198160

[startup+1795.1 s]
/proc/loadavg: 1.03 0.99 0.91 2/64 11673
/proc/meminfo: memFree=1616048/2055920 swapFree=4180880/4192956
[pid=11478] ppid=11476 vsize=198160 CPUtime=1794.56
/proc/11478/stat : 11478 (PBS4L) R 11476 11478 11432 0 -1 4194304 52655 0 0 0 179193 263 0 0 25 0 1 0 202452168 202915840 46524 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/11478/statm: 49540 46524 108 232 0 49305 0
Current children cumulated CPU time (s) 1794.56
Current children cumulated vsize (Kb) 198160

[startup+1796.11 s]
/proc/loadavg: 1.03 0.99 0.91 2/64 11673
/proc/meminfo: memFree=1615984/2055920 swapFree=4180880/4192956
[pid=11478] ppid=11476 vsize=198160 CPUtime=1795.57
/proc/11478/stat : 11478 (PBS4L) R 11476 11478 11432 0 -1 4194304 52659 0 0 0 179294 263 0 0 25 0 1 0 202452168 202915840 46528 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134546069 0 0 4096 0 0 0 0 17 1 0 0
/proc/11478/statm: 49540 46528 108 232 0 49305 0
Current children cumulated CPU time (s) 1795.57
Current children cumulated vsize (Kb) 198160

[startup+1797.11 s]
/proc/loadavg: 1.03 0.99 0.91 2/64 11673
/proc/meminfo: memFree=1615984/2055920 swapFree=4180880/4192956
[pid=11478] ppid=11476 vsize=198160 CPUtime=1796.57
/proc/11478/stat : 11478 (PBS4L) R 11476 11478 11432 0 -1 4194304 52664 0 0 0 179394 263 0 0 25 0 1 0 202452168 202915840 46533 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/11478/statm: 49540 46533 108 232 0 49305 0
Current children cumulated CPU time (s) 1796.57
Current children cumulated vsize (Kb) 198160

[startup+1798.12 s]
/proc/loadavg: 1.03 0.99 0.91 2/64 11673
/proc/meminfo: memFree=1615920/2055920 swapFree=4180880/4192956
[pid=11478] ppid=11476 vsize=198292 CPUtime=1797.58
/proc/11478/stat : 11478 (PBS4L) R 11476 11478 11432 0 -1 4194304 52684 0 0 0 179494 264 0 0 25 0 1 0 202452168 203051008 46553 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/11478/statm: 49573 46553 108 232 0 49338 0
Current children cumulated CPU time (s) 1797.58
Current children cumulated vsize (Kb) 198292

[startup+1799.12 s]
/proc/loadavg: 1.03 0.99 0.91 2/64 11673
/proc/meminfo: memFree=1615856/2055920 swapFree=4180880/4192956
[pid=11478] ppid=11476 vsize=198292 CPUtime=1798.59
/proc/11478/stat : 11478 (PBS4L) R 11476 11478 11432 0 -1 4194304 52704 0 0 0 179595 264 0 0 25 0 1 0 202452168 203051008 46573 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558821 0 0 4096 0 0 0 0 17 1 0 0
/proc/11478/statm: 49573 46573 108 232 0 49338 0
Current children cumulated CPU time (s) 1798.59
Current children cumulated vsize (Kb) 198292

[startup+1800.12 s]
/proc/loadavg: 1.03 0.99 0.91 2/64 11673
/proc/meminfo: memFree=1615792/2055920 swapFree=4180880/4192956
[pid=11478] ppid=11476 vsize=198292 CPUtime=1799.59
/proc/11478/stat : 11478 (PBS4L) R 11476 11478 11432 0 -1 4194304 52706 0 0 0 179695 264 0 0 25 0 1 0 202452168 203051008 46575 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/11478/statm: 49573 46575 108 232 0 49338 0
Current children cumulated CPU time (s) 1799.59
Current children cumulated vsize (Kb) 198292

[startup+1801.13 s]
/proc/loadavg: 1.03 0.99 0.91 2/64 11673
/proc/meminfo: memFree=1615792/2055920 swapFree=4180880/4192956
[pid=11478] ppid=11476 vsize=198292 CPUtime=1800.6
/proc/11478/stat : 11478 (PBS4L) R 11476 11478 11432 0 -1 4194304 52709 0 0 0 179796 264 0 0 25 0 1 0 202452168 203051008 46578 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549273 0 0 4096 0 0 0 0 17 1 0 0
/proc/11478/statm: 49573 46578 108 232 0 49338 0
Current children cumulated CPU time (s) 1800.6
Current children cumulated vsize (Kb) 198292



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.13 s]
/proc/loadavg: 1.03 0.99 0.91 2/64 11673
/proc/meminfo: memFree=1615792/2055920 swapFree=4180880/4192956
[pid=11478] ppid=11476 vsize=198292 CPUtime=1800.6
/proc/11478/stat : 11478 (PBS4L) R 11476 11478 11432 0 -1 4194304 52709 0 0 0 179796 264 0 0 25 0 1 0 202452168 203051008 46578 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558811 0 0 4096 0 0 0 0 17 1 0 0
/proc/11478/statm: 49573 46578 108 232 0 49338 0
Current children cumulated CPU time (s) 1800.6
Current children cumulated vsize (Kb) 198292

Sending SIGTERM to -11478
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.17
CPU time (s): 1800.64
CPU user time (s): 1797.96
CPU system time (s): 2.67359
CPU usage (%): 99.9705
Max. virtual memory (cumulated for all children) (Kb): 198292
The end

Launcher Data (download as text)

Begin job on node43 on Sat Jun  3 20:50:54 UTC 2006


FILE ID= 41533-1149367854

PBS_JOBID= 311946

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-cracpb1.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node43/41533-1149367854/instance-41533-1149367854.opb 716122474
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node43/watcher-41533-1149367854 -o ROOT/results/node43/solver-41533-1149367854 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node43/41533-1149367854/instance-41533-1149367854.opb 716122474

MD5SUM SOLVER= ab46593c31a6a47b9d9920387a00d332
MD5SUM BENCH=  75f6d21683e6eb738b98c93cf5598ff3

RANDOM SEED= 716122474


/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.216
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.216
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:       1802624 kB
Buffers:         23228 kB
Cached:         172320 kB
SwapCached:       3760 kB
Active:          56040 kB
Inactive:       148220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1802624 kB
SwapTotal:     4192956 kB
SwapFree:      4180880 kB
Dirty:             160 kB
Writeback:           0 kB
Mapped:          14888 kB
Slab:            35088 kB
Committed_AS:   343828 kB
PageTables:       1408 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node43 on Sat Jun  3 21:20:55 UTC 2006