Trace number 41290

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.5 1801.2

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-reduced-mps-v2-20-10-bg512142.opb
MD5SUM6816c7581e307ff85cc3550c4b71269a
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables16800
Total number of constraints945
Number of constraints which are clauses11
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints934
Minimum length of a constraint1
Maximum length of a constraint183
Number of terms in the objective function 9600
Biggest coefficient in the objective function 3638
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 533064
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262141
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 533064
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/node59/41290-1149263774/instance-41290-1149263774.opb ......

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

Enforcing CPU limit (will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime (will send SIGXCPU) limit: 1830 seconds
Enforcing Stack size limit: 67108864 bytes
Enforcing memory limit (will send SIGKILL): 1843200 Kb
Enforcing VSIZE limit: 1887436800 bytes
runsolver version 3.0.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node59/watcher-41290-1149263774 -o ROOT/results/node59/solver-41290-1149263774 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node59/41290-1149263774/instance-41290-1149263774.opb 585012690 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.92 0.98 0.94 2/64 30354
/proc/meminfo: memFree=1531080/2055920 swapFree=4180876/4192956
[pid=30354] ppid=30352 vsize=1400 CPUtime=0
/proc/30354/stat : 30354 (PBS4L) R 30352 30354 30308 0 -1 4194304 123 0 0 0 0 0 0 0 18 0 1 0 192045583 1433600 107 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135137821 0 0 4096 0 0 0 0 17 1 0 0
/proc/30354/statm: 744 112 90 232 0 509 0

[startup+10.0024 s]
/proc/loadavg: 0.93 0.98 0.94 2/64 30354
/proc/meminfo: memFree=1520728/2055920 swapFree=4180876/4192956
[pid=30354] ppid=30352 vsize=12236 CPUtime=9.99
/proc/30354/stat : 30354 (PBS4L) R 30352 30354 30308 0 -1 4194304 3183 0 0 0 995 4 0 0 25 0 1 0 192045583 12529664 2684 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134546650 0 0 4096 0 0 0 0 17 1 0 0
/proc/30354/statm: 3059 2684 105 232 0 2824 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 12236

[startup+20.0084 s]
/proc/loadavg: 0.94 0.98 0.94 2/64 30354
/proc/meminfo: memFree=1517976/2055920 swapFree=4180876/4192956
[pid=30354] ppid=30352 vsize=17372 CPUtime=19.99
/proc/30354/stat : 30354 (PBS4L) R 30352 30354 30308 0 -1 4194304 4183 0 0 0 1992 7 0 0 25 0 1 0 192045583 17788928 3420 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/30354/statm: 4343 3420 105 232 0 4108 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 17372

[startup+30.0143 s]
/proc/loadavg: 0.95 0.98 0.94 2/64 30354
/proc/meminfo: memFree=1516952/2055920 swapFree=4180876/4192956
[pid=30354] ppid=30352 vsize=17508 CPUtime=29.99
/proc/30354/stat : 30354 (PBS4L) R 30352 30354 30308 0 -1 4194304 4650 0 0 0 2989 10 0 0 25 0 1 0 192045583 17928192 3656 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558866 0 0 4096 0 0 0 0 17 1 0 0
/proc/30354/statm: 4377 3656 105 232 0 4142 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 17508

[startup+40.0202 s]
/proc/loadavg: 0.96 0.98 0.94 2/64 30354
/proc/meminfo: memFree=1515480/2055920 swapFree=4180876/4192956
[pid=30354] ppid=30352 vsize=17832 CPUtime=39.99
/proc/30354/stat : 30354 (PBS4L) R 30352 30354 30308 0 -1 4194304 5334 0 0 0 3986 13 0 0 25 0 1 0 192045583 18259968 4043 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/30354/statm: 4458 4043 105 232 0 4223 0
Current children cumulated CPU time (s) 39.99
Current children cumulated vsize (Kb) 17832

[startup+50.0262 s]
/proc/loadavg: 0.96 0.98 0.94 2/64 30354
/proc/meminfo: memFree=1513944/2055920 swapFree=4180876/4192956
[pid=30354] ppid=30352 vsize=27204 CPUtime=49.99
/proc/30354/stat : 30354 (PBS4L) R 30352 30354 30308 0 -1 4194304 6144 0 0 0 4983 16 0 0 25 0 1 0 192045583 27856896 4429 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/30354/statm: 6801 4429 105 232 0 6566 0
Current children cumulated CPU time (s) 49.99
Current children cumulated vsize (Kb) 27204

[startup+60.0321 s]
/proc/loadavg: 0.97 0.98 0.94 2/64 30354
/proc/meminfo: memFree=1512792/2055920 swapFree=4180876/4192956
[pid=30354] ppid=30352 vsize=27604 CPUtime=60
/proc/30354/stat : 30354 (PBS4L) R 30352 30354 30308 0 -1 4194304 6638 0 0 0 5981 19 0 0 25 0 1 0 192045583 28266496 4725 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/30354/statm: 6901 4725 105 232 0 6666 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 27604

[startup+70.038 s]
/proc/loadavg: 0.97 0.98 0.94 2/64 30354
/proc/meminfo: memFree=1511512/2055920 swapFree=4180876/4192956
[pid=30354] ppid=30352 vsize=27736 CPUtime=70
/proc/30354/stat : 30354 (PBS4L) R 30352 30354 30308 0 -1 4194304 7127 0 0 0 6979 21 0 0 25 0 1 0 192045583 28401664 5016 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/30354/statm: 6934 5016 105 232 0 6699 0
Current children cumulated CPU time (s) 70
Current children cumulated vsize (Kb) 27736

[startup+80.0449 s]
/proc/loadavg: 0.98 0.98 0.94 2/64 30354
/proc/meminfo: memFree=1511256/2055920 swapFree=4180876/4192956
[pid=30354] ppid=30352 vsize=27988 CPUtime=80.01
/proc/30354/stat : 30354 (PBS4L) R 30352 30354 30308 0 -1 4194304 7364 0 0 0 7977 24 0 0 25 0 1 0 192045583 28659712 5088 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/30354/statm: 6997 5088 105 232 0 6762 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 27988

[startup+90.0519 s]
/proc/loadavg: 0.98 0.98 0.94 2/64 30354
/proc/meminfo: memFree=1510744/2055920 swapFree=4180876/4192956
[pid=30354] ppid=30352 vsize=28124 CPUtime=90.01
/proc/30354/stat : 30354 (PBS4L) R 30352 30354 30308 0 -1 4194304 7677 0 0 0 8974 27 0 0 25 0 1 0 192045583 28798976 5203 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558875 0 0 4096 0 0 0 0 17 1 0 0
/proc/30354/statm: 7031 5203 105 232 0 6796 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 28124

[startup+100.058 s]
/proc/loadavg: 0.98 0.98 0.94 2/64 30354
/proc/meminfo: memFree=1509720/2055920 swapFree=4180876/4192956
[pid=30354] ppid=30352 vsize=28532 CPUtime=100.01
/proc/30354/stat : 30354 (PBS4L) R 30352 30354 30308 0 -1 4194304 8105 0 0 0 9971 30 0 0 25 0 1 0 192045583 29216768 5466 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551995 0 0 4096 0 0 0 0 17 1 0 0
/proc/30354/statm: 7133 5466 105 232 0 6898 0
Current children cumulated CPU time (s) 100.01
Current children cumulated vsize (Kb) 28532

[startup+110.065 s]
/proc/loadavg: 0.98 0.98 0.94 2/64 30354
/proc/meminfo: memFree=1508824/2055920 swapFree=4180876/4192956
[pid=30354] ppid=30352 vsize=28664 CPUtime=110.02
/proc/30354/stat : 30354 (PBS4L) R 30352 30354 30308 0 -1 4194304 8498 0 0 0 10970 32 0 0 25 0 1 0 192045583 29351936 5694 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558976 0 0 4096 0 0 0 0 17 1 0 0
/proc/30354/statm: 7166 5694 105 232 0 6931 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 28664

[startup+120.072 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 30354
/proc/meminfo: memFree=1507736/2055920 swapFree=4180876/4192956
[pid=30354] ppid=30352 vsize=29096 CPUtime=120.02
/proc/30354/stat : 30354 (PBS4L) R 30352 30354 30308 0 -1 4194304 8890 0 0 0 11968 34 0 0 25 0 1 0 192045583 29794304 5954 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/30354/statm: 7274 5954 105 232 0 7039 0
Current children cumulated CPU time (s) 120.02
Current children cumulated vsize (Kb) 29096

[startup+130.078 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 30354
/proc/meminfo: memFree=1506968/2055920 swapFree=4180876/4192956
[pid=30354] ppid=30352 vsize=29228 CPUtime=130.03
/proc/30354/stat : 30354 (PBS4L) R 30352 30354 30308 0 -1 4194304 9247 0 0 0 12966 37 0 0 25 0 1 0 192045583 29929472 6179 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/30354/statm: 7307 6179 105 232 0 7072 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 29228

[startup+140.084 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 30354
/proc/meminfo: memFree=1505752/2055920 swapFree=4180876/4192956
[pid=30354] ppid=30352 vsize=30896 CPUtime=140.02
/proc/30354/stat : 30354 (PBS4L) R 30352 30354 30308 0 -1 4194304 10017 0 0 0 13963 39 0 0 25 0 1 0 192045583 31637504 6465 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/30354/statm: 7724 6465 105 232 0 7489 0
Current children cumulated CPU time (s) 140.02
Current children cumulated vsize (Kb) 30896

[startup+150.09 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 30354
/proc/meminfo: memFree=1505112/2055920 swapFree=4180876/4192956
[pid=30354] ppid=30352 vsize=31180 CPUtime=150.03
/proc/30354/stat : 30354 (PBS4L) R 30352 30354 30308 0 -1 4194304 10291 0 0 0 14961 42 0 0 25 0 1 0 192045583 31928320 6607 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/30354/statm: 7795 6607 105 232 0 7560 0
Current children cumulated CPU time (s) 150.03
Current children cumulated vsize (Kb) 31180

[startup+160.096 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 30354
/proc/meminfo: memFree=1504600/2055920 swapFree=4180876/4192956
[pid=30354] ppid=30352 vsize=31448 CPUtime=160.03
/proc/30354/stat : 30354 (PBS4L) R 30352 30354 30308 0 -1 4194304 10591 0 0 0 15958 45 0 0 25 0 1 0 192045583 32202752 6775 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558768 0 0 4096 0 0 0 0 17 1 0 0
/proc/30354/statm: 7862 6775 105 232 0 7627 0
Current children cumulated CPU time (s) 160.03
Current children cumulated vsize (Kb) 31448

[startup+170.102 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 30354
/proc/meminfo: memFree=1503768/2055920 swapFree=4180876/4192956
[pid=30354] ppid=30352 vsize=31584 CPUtime=170.03
/proc/30354/stat : 30354 (PBS4L) R 30352 30354 30308 0 -1 4194304 10954 0 0 0 16955 48 0 0 25 0 1 0 192045583 32342016 6973 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558832 0 0 4096 0 0 0 0 17 1 0 0
/proc/30354/statm: 7896 6973 105 232 0 7661 0
Current children cumulated CPU time (s) 170.03
Current children cumulated vsize (Kb) 31584

[startup+180.109 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 30354
/proc/meminfo: memFree=1503256/2055920 swapFree=4180876/4192956
[pid=30354] ppid=30352 vsize=31584 CPUtime=180.04
/proc/30354/stat : 30354 (PBS4L) R 30352 30354 30308 0 -1 4194304 11214 0 0 0 17954 50 0 0 25 0 1 0 192045583 32342016 7101 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/30354/statm: 7896 7101 105 232 0 7661 0
Current children cumulated CPU time (s) 180.04
Current children cumulated vsize (Kb) 31584

[startup+190.115 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 30354
/proc/meminfo: memFree=1502424/2055920 swapFree=4180876/4192956
[pid=30354] ppid=30352 vsize=31864 CPUtime=190.04
/proc/30354/stat : 30354 (PBS4L) R 30352 30354 30308 0 -1 4194304 11552 0 0 0 18952 52 0 0 25 0 1 0 192045583 32628736 7307 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/30354/statm: 7966 7307 105 232 0 7731 0
Current children cumulated CPU time (s) 190.04
Current children cumulated vsize (Kb) 31864

[startup+200.121 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 30354
/proc/meminfo: memFree=1501400/2055920 swapFree=4180876/4192956
[pid=30354] ppid=30352 vsize=48540 CPUtime=200.05
/proc/30354/stat : 30354 (PBS4L) R 30352 30354 30308 0 -1 4194304 11853 0 0 0 19950 55 0 0 25 0 1 0 192045583 49704960 7542 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/30354/statm: 12135 7542 105 232 0 11900 0
Current children cumulated CPU time (s) 200.05
Current children cumulated vsize (Kb) 48540

[startup+210.127 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 30354
/proc/meminfo: memFree=1500504/2055920 swapFree=4180876/4192956

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

/proc/30354/stat : 30354 (PBS4L) R 30352 30354 30308 0 -1 4194304 36765 0 0 0 177758 380 0 0 25 0 1 0 192045583 72458240 15430 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551608 0 0 4096 0 0 0 0 17 1 0 0
/proc/30354/statm: 17690 15430 105 232 0 17455 0
Current children cumulated CPU time (s) 1781.38
Current children cumulated vsize (Kb) 70760

[startup+1783.1 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 30549
/proc/meminfo: memFree=1469464/2055920 swapFree=4180876/4192956
[pid=30354] ppid=30352 vsize=70760 CPUtime=1782.39
/proc/30354/stat : 30354 (PBS4L) R 30352 30354 30308 0 -1 4194304 36767 0 0 0 177859 380 0 0 25 0 1 0 192045583 72458240 15432 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/30354/statm: 17690 15432 105 232 0 17455 0
Current children cumulated CPU time (s) 1782.39
Current children cumulated vsize (Kb) 70760

[startup+1784.1 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 30549
/proc/meminfo: memFree=1469464/2055920 swapFree=4180876/4192956
[pid=30354] ppid=30352 vsize=70760 CPUtime=1783.39
/proc/30354/stat : 30354 (PBS4L) R 30352 30354 30308 0 -1 4194304 36768 0 0 0 177959 380 0 0 25 0 1 0 192045583 72458240 15433 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558768 0 0 4096 0 0 0 0 17 1 0 0
/proc/30354/statm: 17690 15433 105 232 0 17455 0
Current children cumulated CPU time (s) 1783.39
Current children cumulated vsize (Kb) 70760

[startup+1785.11 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 30549
/proc/meminfo: memFree=1469464/2055920 swapFree=4180876/4192956
[pid=30354] ppid=30352 vsize=70760 CPUtime=1784.4
/proc/30354/stat : 30354 (PBS4L) R 30352 30354 30308 0 -1 4194304 36806 0 0 0 178059 381 0 0 25 0 1 0 192045583 72458240 15438 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/30354/statm: 17690 15438 105 232 0 17455 0
Current children cumulated CPU time (s) 1784.4
Current children cumulated vsize (Kb) 70760

[startup+1786.11 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 30549
/proc/meminfo: memFree=1469464/2055920 swapFree=4180876/4192956
[pid=30354] ppid=30352 vsize=70760 CPUtime=1785.4
/proc/30354/stat : 30354 (PBS4L) R 30352 30354 30308 0 -1 4194304 36808 0 0 0 178159 381 0 0 25 0 1 0 192045583 72458240 15440 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551621 0 0 4096 0 0 0 0 17 1 0 0
/proc/30354/statm: 17690 15440 105 232 0 17455 0
Current children cumulated CPU time (s) 1785.4
Current children cumulated vsize (Kb) 70760

[startup+1787.12 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 30549
/proc/meminfo: memFree=1469464/2055920 swapFree=4180876/4192956
[pid=30354] ppid=30352 vsize=70760 CPUtime=1786.41
/proc/30354/stat : 30354 (PBS4L) R 30352 30354 30308 0 -1 4194304 36809 0 0 0 178260 381 0 0 25 0 1 0 192045583 72458240 15441 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/30354/statm: 17690 15441 105 232 0 17455 0
Current children cumulated CPU time (s) 1786.41
Current children cumulated vsize (Kb) 70760

[startup+1788.12 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 30549
/proc/meminfo: memFree=1469464/2055920 swapFree=4180876/4192956
[pid=30354] ppid=30352 vsize=70760 CPUtime=1787.41
/proc/30354/stat : 30354 (PBS4L) R 30352 30354 30308 0 -1 4194304 36810 0 0 0 178360 381 0 0 25 0 1 0 192045583 72458240 15442 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/30354/statm: 17690 15442 105 232 0 17455 0
Current children cumulated CPU time (s) 1787.41
Current children cumulated vsize (Kb) 70760

[startup+1789.13 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 30549
/proc/meminfo: memFree=1469400/2055920 swapFree=4180876/4192956
[pid=30354] ppid=30352 vsize=70760 CPUtime=1788.41
/proc/30354/stat : 30354 (PBS4L) R 30352 30354 30308 0 -1 4194304 36848 0 0 0 178460 381 0 0 25 0 1 0 192045583 72458240 15447 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/30354/statm: 17690 15447 105 232 0 17455 0
Current children cumulated CPU time (s) 1788.41
Current children cumulated vsize (Kb) 70760

[startup+1790.13 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 30549
/proc/meminfo: memFree=1469400/2055920 swapFree=4180876/4192956
[pid=30354] ppid=30352 vsize=70760 CPUtime=1789.43
/proc/30354/stat : 30354 (PBS4L) R 30352 30354 30308 0 -1 4194304 36850 0 0 0 178561 382 0 0 25 0 1 0 192045583 72458240 15449 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/30354/statm: 17690 15449 105 232 0 17455 0
Current children cumulated CPU time (s) 1789.43
Current children cumulated vsize (Kb) 70760

[startup+1791.14 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 30549
/proc/meminfo: memFree=1469400/2055920 swapFree=4180876/4192956
[pid=30354] ppid=30352 vsize=70760 CPUtime=1790.43
/proc/30354/stat : 30354 (PBS4L) R 30352 30354 30308 0 -1 4194304 36857 0 0 0 178661 382 0 0 25 0 1 0 192045583 72458240 15456 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/30354/statm: 17690 15456 105 232 0 17455 0
Current children cumulated CPU time (s) 1790.43
Current children cumulated vsize (Kb) 70760

[startup+1792.14 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 30549
/proc/meminfo: memFree=1469400/2055920 swapFree=4180876/4192956
[pid=30354] ppid=30352 vsize=70760 CPUtime=1791.43
/proc/30354/stat : 30354 (PBS4L) R 30352 30354 30308 0 -1 4194304 36858 0 0 0 178761 382 0 0 25 0 1 0 192045583 72458240 15457 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/30354/statm: 17690 15457 105 232 0 17455 0
Current children cumulated CPU time (s) 1791.43
Current children cumulated vsize (Kb) 70760

[startup+1793.15 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 30549
/proc/meminfo: memFree=1469336/2055920 swapFree=4180876/4192956
[pid=30354] ppid=30352 vsize=70760 CPUtime=1792.43
/proc/30354/stat : 30354 (PBS4L) R 30352 30354 30308 0 -1 4194304 36897 0 0 0 178861 382 0 0 25 0 1 0 192045583 72458240 15463 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/30354/statm: 17690 15463 105 232 0 17455 0
Current children cumulated CPU time (s) 1792.43
Current children cumulated vsize (Kb) 70760

[startup+1794.15 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 30549
/proc/meminfo: memFree=1469336/2055920 swapFree=4180876/4192956
[pid=30354] ppid=30352 vsize=70760 CPUtime=1793.44
/proc/30354/stat : 30354 (PBS4L) R 30352 30354 30308 0 -1 4194304 36898 0 0 0 178961 383 0 0 25 0 1 0 192045583 72458240 15464 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/30354/statm: 17690 15464 105 232 0 17455 0
Current children cumulated CPU time (s) 1793.44
Current children cumulated vsize (Kb) 70760

[startup+1795.16 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 30549
/proc/meminfo: memFree=1469336/2055920 swapFree=4180876/4192956
[pid=30354] ppid=30352 vsize=70760 CPUtime=1794.45
/proc/30354/stat : 30354 (PBS4L) R 30352 30354 30308 0 -1 4194304 36899 0 0 0 179062 383 0 0 25 0 1 0 192045583 72458240 15465 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/30354/statm: 17690 15465 105 232 0 17455 0
Current children cumulated CPU time (s) 1794.45
Current children cumulated vsize (Kb) 70760

[startup+1796.16 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 30549
/proc/meminfo: memFree=1469336/2055920 swapFree=4180876/4192956
[pid=30354] ppid=30352 vsize=70760 CPUtime=1795.45
/proc/30354/stat : 30354 (PBS4L) R 30352 30354 30308 0 -1 4194304 36900 0 0 0 179162 383 0 0 25 0 1 0 192045583 72458240 15466 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/30354/statm: 17690 15466 105 232 0 17455 0
Current children cumulated CPU time (s) 1795.45
Current children cumulated vsize (Kb) 70760

[startup+1797.16 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 30549
/proc/meminfo: memFree=1469336/2055920 swapFree=4180876/4192956
[pid=30354] ppid=30352 vsize=70760 CPUtime=1796.45
/proc/30354/stat : 30354 (PBS4L) R 30352 30354 30308 0 -1 4194304 36907 0 0 0 179262 383 0 0 25 0 1 0 192045583 72458240 15473 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/30354/statm: 17690 15473 105 232 0 17455 0
Current children cumulated CPU time (s) 1796.45
Current children cumulated vsize (Kb) 70760

[startup+1798.17 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 30549
/proc/meminfo: memFree=1469272/2055920 swapFree=4180876/4192956
[pid=30354] ppid=30352 vsize=70760 CPUtime=1797.46
/proc/30354/stat : 30354 (PBS4L) R 30352 30354 30308 0 -1 4194304 36962 0 0 0 179363 383 0 0 25 0 1 0 192045583 72458240 15495 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/30354/statm: 17690 15495 105 232 0 17455 0
Current children cumulated CPU time (s) 1797.46
Current children cumulated vsize (Kb) 70760

[startup+1799.17 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 30549
/proc/meminfo: memFree=1469272/2055920 swapFree=4180876/4192956
[pid=30354] ppid=30352 vsize=70760 CPUtime=1798.47
/proc/30354/stat : 30354 (PBS4L) R 30352 30354 30308 0 -1 4194304 36975 0 0 0 179463 384 0 0 25 0 1 0 192045583 72458240 15508 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/30354/statm: 17690 15508 105 232 0 17455 0
Current children cumulated CPU time (s) 1798.47
Current children cumulated vsize (Kb) 70760

[startup+1800.18 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 30549
/proc/meminfo: memFree=1469208/2055920 swapFree=4180876/4192956
[pid=30354] ppid=30352 vsize=70760 CPUtime=1799.47
/proc/30354/stat : 30354 (PBS4L) R 30352 30354 30308 0 -1 4194304 36989 0 0 0 179563 384 0 0 25 0 1 0 192045583 72458240 15522 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/30354/statm: 17690 15522 105 232 0 17455 0
Current children cumulated CPU time (s) 1799.47
Current children cumulated vsize (Kb) 70760

[startup+1801.18 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 30549
/proc/meminfo: memFree=1469144/2055920 swapFree=4180876/4192956
[pid=30354] ppid=30352 vsize=70760 CPUtime=1800.47
/proc/30354/stat : 30354 (PBS4L) R 30352 30354 30308 0 -1 4194304 37005 0 0 0 179663 384 0 0 25 0 1 0 192045583 72458240 15538 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/30354/statm: 17690 15538 105 232 0 17455 0
Current children cumulated CPU time (s) 1800.47
Current children cumulated vsize (Kb) 70760



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.19 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 30549
/proc/meminfo: memFree=1469144/2055920 swapFree=4180876/4192956
[pid=30354] ppid=30352 vsize=70760 CPUtime=1800.47
/proc/30354/stat : 30354 (PBS4L) R 30352 30354 30308 0 -1 4194304 37005 0 0 0 179663 384 0 0 25 0 1 0 192045583 72458240 15538 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558791 0 0 4096 0 0 0 0 17 1 0 0
/proc/30354/statm: 17690 15538 105 232 0 17455 0
Current children cumulated CPU time (s) 1800.47
Current children cumulated vsize (Kb) 70760

Sending SIGTERM to -30354
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.2
CPU time (s): 1800.5
CPU user time (s): 1796.64
CPU system time (s): 3.85841
CPU usage (%): 99.9607
Max. virtual memory (cumulated for all children) (Kb): 70760
The end

Launcher Data (download as text)

Begin job on node59 on Fri Jun  2 15:56:14 UTC 2006


FILE ID= 41290-1149263774

PBS_JOBID= 298789

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

MD5SUM SOLVER= ab46593c31a6a47b9d9920387a00d332
MD5SUM BENCH=  6816c7581e307ff85cc3550c4b71269a

RANDOM SEED= 585012690


/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:       1531288 kB
Buffers:         37932 kB
Cached:         412672 kB
SwapCached:       3840 kB
Active:          60916 kB
Inactive:       398512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1531288 kB
SwapTotal:     4192956 kB
SwapFree:      4180876 kB
Dirty:             228 kB
Writeback:           0 kB
Mapped:          14732 kB
Slab:            51116 kB
Committed_AS:   271340 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 16:26:15 UTC 2006