Trace number 41909

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.66 1801.29

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/
~walser/benchmarks/course-ass/normalized-ws97-5.opb
MD5SUMed36462db2ffa04ea65b986069441496
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2642
Best CPU time to get the best result obtained on this benchmark0.062989
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2642
Optimality of the best value was proved YES
Number of variables907
Total number of constraints403
Number of constraints which are clauses126
Number of constraints which are cardinality constraints (but not clauses)277
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint134
Number of terms in the objective function 748
Biggest coefficient in the objective function 240
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 33855
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 240
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 33855
Number of bits of the biggest sum of numbers16
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/node73/41909-1149291013/instance-41909-1149291013.opb ......
0.02	c done parsing opb.
0.02	o 3061

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/node73/watcher-41909-1149291013 -o ROOT/results/node73/solver-41909-1149291013 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node73/41909-1149291013/instance-41909-1149291013.opb 226826367 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.93 1.00 0.94 3/64 19943
/proc/meminfo: memFree=1365784/2055920 swapFree=4182220/4192956
[pid=19943] ppid=19941 vsize=1536 CPUtime=0
/proc/19943/stat : 19943 (PBS4L) R 19941 19943 19897 0 -1 4194304 181 0 0 0 0 0 0 0 18 0 1 0 194766081 1572864 159 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134867881 0 0 4096 0 0 0 0 17 1 0 0
/proc/19943/statm: 384 159 97 232 0 149 0

[startup+10.0016 s]
/proc/loadavg: 0.94 1.00 0.94 2/64 19943
/proc/meminfo: memFree=1348000/2055920 swapFree=4182220/4192956
[pid=19943] ppid=19941 vsize=18868 CPUtime=9.99
/proc/19943/stat : 19943 (PBS4L) R 19941 19943 19897 0 -1 4194304 4615 0 0 0 992 7 0 0 25 0 1 0 194766081 19320832 4536 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551602 0 0 4096 0 0 0 0 17 1 0 0
/proc/19943/statm: 4717 4536 108 232 0 4482 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 18868

[startup+20.0076 s]
/proc/loadavg: 0.95 1.00 0.94 2/64 19943
/proc/meminfo: memFree=1347488/2055920 swapFree=4182220/4192956
[pid=19943] ppid=19941 vsize=19652 CPUtime=20
/proc/19943/stat : 19943 (PBS4L) R 19941 19943 19897 0 -1 4194304 4861 0 0 0 1990 10 0 0 25 0 1 0 194766081 20123648 4685 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/19943/statm: 4913 4685 108 232 0 4678 0
Current children cumulated CPU time (s) 20
Current children cumulated vsize (Kb) 19652

[startup+30.0145 s]
/proc/loadavg: 0.95 1.00 0.94 2/64 19943
/proc/meminfo: memFree=1344480/2055920 swapFree=4182220/4192956
[pid=19943] ppid=19941 vsize=36300 CPUtime=30
/proc/19943/stat : 19943 (PBS4L) R 19941 19943 19897 0 -1 4194304 5618 0 0 0 2989 11 0 0 25 0 1 0 194766081 37171200 5442 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549306 0 0 4096 0 0 0 0 17 1 0 0
/proc/19943/statm: 9075 5442 108 232 0 8840 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 36300

[startup+40.0215 s]
/proc/loadavg: 0.96 1.00 0.94 2/64 19943
/proc/meminfo: memFree=1336160/2055920 swapFree=4182220/4192956
[pid=19943] ppid=19941 vsize=36432 CPUtime=40
/proc/19943/stat : 19943 (PBS4L) R 19941 19943 19897 0 -1 4194304 7692 0 0 0 3987 13 0 0 25 0 1 0 194766081 37306368 7516 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/19943/statm: 9108 7516 108 232 0 8873 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 36432

[startup+50.0285 s]
/proc/loadavg: 0.97 1.00 0.94 2/64 19943
/proc/meminfo: memFree=1328160/2055920 swapFree=4182220/4192956
[pid=19943] ppid=19941 vsize=70232 CPUtime=50
/proc/19943/stat : 19943 (PBS4L) R 19941 19943 19897 0 -1 4194304 9902 0 0 0 4985 15 0 0 25 0 1 0 194766081 71917568 9533 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/19943/statm: 17558 9533 108 232 0 17323 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 70232

[startup+60.0354 s]
/proc/loadavg: 0.97 1.00 0.94 2/64 19943
/proc/meminfo: memFree=1321568/2055920 swapFree=4182220/4192956
[pid=19943] ppid=19941 vsize=70496 CPUtime=60.01
/proc/19943/stat : 19943 (PBS4L) R 19941 19943 19897 0 -1 4194304 11546 0 0 0 5983 18 0 0 25 0 1 0 194766081 72187904 11177 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/19943/statm: 17624 11177 108 232 0 17389 0
Current children cumulated CPU time (s) 60.01
Current children cumulated vsize (Kb) 70496

[startup+70.0424 s]
/proc/loadavg: 0.98 1.00 0.94 2/64 19943
/proc/meminfo: memFree=1316960/2055920 swapFree=4182220/4192956
[pid=19943] ppid=19941 vsize=71392 CPUtime=70.01
/proc/19943/stat : 19943 (PBS4L) R 19941 19943 19897 0 -1 4194304 12685 0 0 0 6981 20 0 0 25 0 1 0 194766081 73105408 12316 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558821 0 0 4096 0 0 0 0 17 1 0 0
/proc/19943/statm: 17848 12316 108 232 0 17613 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 71392

[startup+80.0494 s]
/proc/loadavg: 0.98 1.00 0.94 2/64 19943
/proc/meminfo: memFree=1316768/2055920 swapFree=4182220/4192956
[pid=19943] ppid=19941 vsize=71524 CPUtime=80.01
/proc/19943/stat : 19943 (PBS4L) R 19941 19943 19897 0 -1 4194304 12727 0 0 0 7981 20 0 0 25 0 1 0 194766081 73240576 12358 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549239 0 0 4096 0 0 0 0 17 1 0 0
/proc/19943/statm: 17881 12358 108 232 0 17646 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 71524

[startup+90.0564 s]
/proc/loadavg: 0.98 1.00 0.94 2/64 19943
/proc/meminfo: memFree=1316576/2055920 swapFree=4182220/4192956
[pid=19943] ppid=19941 vsize=71660 CPUtime=90.02
/proc/19943/stat : 19943 (PBS4L) R 19941 19943 19897 0 -1 4194304 12787 0 0 0 8981 21 0 0 25 0 1 0 194766081 73379840 12418 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549291 0 0 4096 0 0 0 0 17 1 0 0
/proc/19943/statm: 17915 12418 108 232 0 17680 0
Current children cumulated CPU time (s) 90.02
Current children cumulated vsize (Kb) 71660

[startup+100.063 s]
/proc/loadavg: 0.98 1.00 0.94 2/64 19943
/proc/meminfo: memFree=1316320/2055920 swapFree=4182220/4192956
[pid=19943] ppid=19941 vsize=71792 CPUtime=100.02
/proc/19943/stat : 19943 (PBS4L) R 19941 19943 19897 0 -1 4194304 12859 0 0 0 9981 21 0 0 25 0 1 0 194766081 73515008 12490 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549328 0 0 4096 0 0 0 0 17 1 0 0
/proc/19943/statm: 17948 12490 108 232 0 17713 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 71792

[startup+110.07 s]
/proc/loadavg: 0.99 1.00 0.94 2/64 19943
/proc/meminfo: memFree=1316064/2055920 swapFree=4182220/4192956
[pid=19943] ppid=19941 vsize=72064 CPUtime=110.02
/proc/19943/stat : 19943 (PBS4L) R 19941 19943 19897 0 -1 4194304 12921 0 0 0 10980 22 0 0 25 0 1 0 194766081 73793536 12552 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/19943/statm: 18016 12552 108 232 0 17781 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 72064

[startup+120.076 s]
/proc/loadavg: 0.99 1.00 0.94 2/64 19943
/proc/meminfo: memFree=1309984/2055920 swapFree=4182220/4192956
[pid=19943] ppid=19941 vsize=72336 CPUtime=120.03
/proc/19943/stat : 19943 (PBS4L) R 19941 19943 19897 0 -1 4194304 14432 0 0 0 11978 25 0 0 25 0 1 0 194766081 74072064 14063 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/19943/statm: 18084 14063 108 232 0 17849 0
Current children cumulated CPU time (s) 120.03
Current children cumulated vsize (Kb) 72336

[startup+130.083 s]
/proc/loadavg: 0.99 1.00 0.94 2/64 19943
/proc/meminfo: memFree=1302560/2055920 swapFree=4182220/4192956
[pid=19943] ppid=19941 vsize=72904 CPUtime=130.03
/proc/19943/stat : 19943 (PBS4L) R 19941 19943 19897 0 -1 4194304 16291 0 0 0 12976 27 0 0 25 0 1 0 194766081 74653696 15922 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550091 0 0 4096 0 0 0 0 17 1 0 0
/proc/19943/statm: 18226 15922 108 232 0 17991 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 72904

[startup+140.09 s]
/proc/loadavg: 0.99 1.00 0.94 2/64 19943
/proc/meminfo: memFree=1296288/2055920 swapFree=4182220/4192956
[pid=19943] ppid=19941 vsize=73176 CPUtime=140.03
/proc/19943/stat : 19943 (PBS4L) R 19941 19943 19897 0 -1 4194304 17847 0 0 0 13973 30 0 0 25 0 1 0 194766081 74932224 17478 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550818 0 0 4096 0 0 0 0 17 1 0 0
/proc/19943/statm: 18294 17478 108 232 0 18059 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 73176

[startup+150.096 s]
/proc/loadavg: 0.99 1.00 0.94 2/64 19943
/proc/meminfo: memFree=1290272/2055920 swapFree=4182220/4192956
[pid=19943] ppid=19941 vsize=140680 CPUtime=150.04
/proc/19943/stat : 19943 (PBS4L) R 19941 19943 19897 0 -1 4194304 19729 0 0 0 14972 32 0 0 25 0 1 0 194766081 144056320 18975 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/19943/statm: 35170 18975 108 232 0 34935 0
Current children cumulated CPU time (s) 150.04
Current children cumulated vsize (Kb) 140680

[startup+160.102 s]
/proc/loadavg: 0.99 1.00 0.94 2/64 19943
/proc/meminfo: memFree=1284640/2055920 swapFree=4182220/4192956
[pid=19943] ppid=19941 vsize=140824 CPUtime=160.04
/proc/19943/stat : 19943 (PBS4L) R 19941 19943 19897 0 -1 4194304 21143 0 0 0 15971 33 0 0 25 0 1 0 194766081 144203776 20389 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134564527 0 0 4096 0 0 0 0 17 1 0 0
/proc/19943/statm: 35206 20389 108 232 0 34971 0
Current children cumulated CPU time (s) 160.04
Current children cumulated vsize (Kb) 140824

[startup+170.109 s]
/proc/loadavg: 0.99 1.00 0.94 2/64 19943
/proc/meminfo: memFree=1278944/2055920 swapFree=4182220/4192956
[pid=19943] ppid=19941 vsize=140968 CPUtime=170.04
/proc/19943/stat : 19943 (PBS4L) R 19941 19943 19897 0 -1 4194304 22555 0 0 0 16969 35 0 0 25 0 1 0 194766081 144351232 21801 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550046 0 0 4096 0 0 0 0 17 1 0 0
/proc/19943/statm: 35242 21801 108 232 0 35007 0
Current children cumulated CPU time (s) 170.04
Current children cumulated vsize (Kb) 140968

[startup+180.115 s]
/proc/loadavg: 0.99 1.00 0.94 2/64 19943
/proc/meminfo: memFree=1273504/2055920 swapFree=4182220/4192956
[pid=19943] ppid=19941 vsize=141256 CPUtime=180.05
/proc/19943/stat : 19943 (PBS4L) R 19941 19943 19897 0 -1 4194304 23912 0 0 0 17968 37 0 0 25 0 1 0 194766081 144646144 23158 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549328 0 0 4096 0 0 0 0 17 1 0 0
/proc/19943/statm: 35314 23158 108 232 0 35079 0
Current children cumulated CPU time (s) 180.05
Current children cumulated vsize (Kb) 141256

[startup+190.121 s]
/proc/loadavg: 0.99 1.00 0.94 2/64 19943
/proc/meminfo: memFree=1268192/2055920 swapFree=4182220/4192956
[pid=19943] ppid=19941 vsize=141400 CPUtime=190.05
/proc/19943/stat : 19943 (PBS4L) R 19941 19943 19897 0 -1 4194304 25236 0 0 0 18966 39 0 0 25 0 1 0 194766081 144793600 24482 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/19943/statm: 35350 24482 108 232 0 35115 0
Current children cumulated CPU time (s) 190.05
Current children cumulated vsize (Kb) 141400

[startup+200.128 s]
/proc/loadavg: 0.99 1.00 0.94 2/64 19943
/proc/meminfo: memFree=1263456/2055920 swapFree=4182220/4192956
[pid=19943] ppid=19941 vsize=141544 CPUtime=200.05
/proc/19943/stat : 19943 (PBS4L) R 19941 19943 19897 0 -1 4194304 26413 0 0 0 19965 40 0 0 25 0 1 0 194766081 144941056 25659 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550802 0 0 4096 0 0 0 0 17 1 0 0
/proc/19943/statm: 35386 25659 108 232 0 35151 0
Current children cumulated CPU time (s) 200.05
Current children cumulated vsize (Kb) 141544

[startup+210.134 s]
/proc/loadavg: 0.99 1.00 0.94 3/64 19943
/proc/meminfo: memFree=1258272/2055920 swapFree=4182220/4192956

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

/proc/19943/stat : 19943 (PBS4L) R 19941 19943 19897 0 -1 4194304 66361 0 0 0 178002 149 0 0 25 0 1 0 194766081 305618944 63301 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558768 0 0 4096 0 0 0 0 17 1 0 0
/proc/19943/statm: 74614 63301 108 232 0 74379 0
Current children cumulated CPU time (s) 1781.51
Current children cumulated vsize (Kb) 298456

[startup+1783.15 s]
/proc/loadavg: 1.00 1.00 0.95 2/64 19945
/proc/meminfo: memFree=1112232/2055920 swapFree=4182220/4192956
[pid=19943] ppid=19941 vsize=298456 CPUtime=1782.51
/proc/19943/stat : 19943 (PBS4L) R 19941 19943 19897 0 -1 4194304 66362 0 0 0 178102 149 0 0 25 0 1 0 194766081 305618944 63302 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558771 0 0 4096 0 0 0 0 17 1 0 0
/proc/19943/statm: 74614 63302 108 232 0 74379 0
Current children cumulated CPU time (s) 1782.51
Current children cumulated vsize (Kb) 298456

[startup+1784.15 s]
/proc/loadavg: 1.00 1.00 0.95 2/64 19945
/proc/meminfo: memFree=1112232/2055920 swapFree=4182220/4192956
[pid=19943] ppid=19941 vsize=298456 CPUtime=1783.52
/proc/19943/stat : 19943 (PBS4L) R 19941 19943 19897 0 -1 4194304 66363 0 0 0 178202 150 0 0 25 0 1 0 194766081 305618944 63303 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/19943/statm: 74614 63303 108 232 0 74379 0
Current children cumulated CPU time (s) 1783.52
Current children cumulated vsize (Kb) 298456

[startup+1785.16 s]
/proc/loadavg: 1.00 1.00 0.95 2/64 19945
/proc/meminfo: memFree=1112232/2055920 swapFree=4182220/4192956
[pid=19943] ppid=19941 vsize=298456 CPUtime=1784.53
/proc/19943/stat : 19943 (PBS4L) R 19941 19943 19897 0 -1 4194304 66364 0 0 0 178303 150 0 0 25 0 1 0 194766081 305618944 63304 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/19943/statm: 74614 63304 108 232 0 74379 0
Current children cumulated CPU time (s) 1784.53
Current children cumulated vsize (Kb) 298456

[startup+1786.16 s]
/proc/loadavg: 1.00 1.00 0.95 2/64 19945
/proc/meminfo: memFree=1112232/2055920 swapFree=4182220/4192956
[pid=19943] ppid=19941 vsize=298456 CPUtime=1785.53
/proc/19943/stat : 19943 (PBS4L) R 19941 19943 19897 0 -1 4194304 66365 0 0 0 178403 150 0 0 25 0 1 0 194766081 305618944 63305 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550781 0 0 4096 0 0 0 0 17 1 0 0
/proc/19943/statm: 74614 63305 108 232 0 74379 0
Current children cumulated CPU time (s) 1785.53
Current children cumulated vsize (Kb) 298456

[startup+1787.17 s]
/proc/loadavg: 1.00 1.00 0.95 2/64 19945
/proc/meminfo: memFree=1112232/2055920 swapFree=4182220/4192956
[pid=19943] ppid=19941 vsize=298456 CPUtime=1786.54
/proc/19943/stat : 19943 (PBS4L) R 19941 19943 19897 0 -1 4194304 66366 0 0 0 178504 150 0 0 25 0 1 0 194766081 305618944 63306 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/19943/statm: 74614 63306 108 232 0 74379 0
Current children cumulated CPU time (s) 1786.54
Current children cumulated vsize (Kb) 298456

[startup+1788.17 s]
/proc/loadavg: 1.00 1.00 0.95 2/64 19945
/proc/meminfo: memFree=1112168/2055920 swapFree=4182220/4192956
[pid=19943] ppid=19941 vsize=298456 CPUtime=1787.54
/proc/19943/stat : 19943 (PBS4L) R 19941 19943 19897 0 -1 4194304 66367 0 0 0 178604 150 0 0 25 0 1 0 194766081 305618944 63307 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549257 0 0 4096 0 0 0 0 17 1 0 0
/proc/19943/statm: 74614 63307 108 232 0 74379 0
Current children cumulated CPU time (s) 1787.54
Current children cumulated vsize (Kb) 298456

[startup+1789.18 s]
/proc/loadavg: 1.00 1.00 0.95 2/64 19945
/proc/meminfo: memFree=1112168/2055920 swapFree=4182220/4192956
[pid=19943] ppid=19941 vsize=298456 CPUtime=1788.55
/proc/19943/stat : 19943 (PBS4L) R 19941 19943 19897 0 -1 4194304 66368 0 0 0 178705 150 0 0 25 0 1 0 194766081 305618944 63308 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/19943/statm: 74614 63308 108 232 0 74379 0
Current children cumulated CPU time (s) 1788.55
Current children cumulated vsize (Kb) 298456

[startup+1790.18 s]
/proc/loadavg: 1.00 1.00 0.95 2/64 19945
/proc/meminfo: memFree=1112168/2055920 swapFree=4182220/4192956
[pid=19943] ppid=19941 vsize=298456 CPUtime=1789.55
/proc/19943/stat : 19943 (PBS4L) R 19941 19943 19897 0 -1 4194304 66369 0 0 0 178805 150 0 0 25 0 1 0 194766081 305618944 63309 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/19943/statm: 74614 63309 108 232 0 74379 0
Current children cumulated CPU time (s) 1789.55
Current children cumulated vsize (Kb) 298456

[startup+1791.19 s]
/proc/loadavg: 1.00 1.00 0.95 2/64 19945
/proc/meminfo: memFree=1112168/2055920 swapFree=4182220/4192956
[pid=19943] ppid=19941 vsize=298456 CPUtime=1790.56
/proc/19943/stat : 19943 (PBS4L) R 19941 19943 19897 0 -1 4194304 66369 0 0 0 178906 150 0 0 25 0 1 0 194766081 305618944 63309 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/19943/statm: 74614 63309 108 232 0 74379 0
Current children cumulated CPU time (s) 1790.56
Current children cumulated vsize (Kb) 298456

[startup+1792.19 s]
/proc/loadavg: 1.00 1.00 0.95 2/64 19945
/proc/meminfo: memFree=1112168/2055920 swapFree=4182220/4192956
[pid=19943] ppid=19941 vsize=298456 CPUtime=1791.56
/proc/19943/stat : 19943 (PBS4L) R 19941 19943 19897 0 -1 4194304 66370 0 0 0 179006 150 0 0 25 0 1 0 194766081 305618944 63310 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550000 0 0 4096 0 0 0 0 17 1 0 0
/proc/19943/statm: 74614 63310 108 232 0 74379 0
Current children cumulated CPU time (s) 1791.56
Current children cumulated vsize (Kb) 298456

[startup+1793.2 s]
/proc/loadavg: 1.00 1.00 0.95 2/64 19945
/proc/meminfo: memFree=1112168/2055920 swapFree=4182220/4192956
[pid=19943] ppid=19941 vsize=298456 CPUtime=1792.56
/proc/19943/stat : 19943 (PBS4L) R 19941 19943 19897 0 -1 4194304 66371 0 0 0 179106 150 0 0 25 0 1 0 194766081 305618944 63311 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/19943/statm: 74614 63311 108 232 0 74379 0
Current children cumulated CPU time (s) 1792.56
Current children cumulated vsize (Kb) 298456

[startup+1794.2 s]
/proc/loadavg: 1.00 1.00 0.95 2/64 19945
/proc/meminfo: memFree=1112168/2055920 swapFree=4182220/4192956
[pid=19943] ppid=19941 vsize=298456 CPUtime=1793.57
/proc/19943/stat : 19943 (PBS4L) R 19941 19943 19897 0 -1 4194304 66372 0 0 0 179207 150 0 0 25 0 1 0 194766081 305618944 63312 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558791 0 0 4096 0 0 0 0 17 1 0 0
/proc/19943/statm: 74614 63312 108 232 0 74379 0
Current children cumulated CPU time (s) 1793.57
Current children cumulated vsize (Kb) 298456

[startup+1795.21 s]
/proc/loadavg: 1.00 1.00 0.95 2/64 19945
/proc/meminfo: memFree=1112168/2055920 swapFree=4182220/4192956
[pid=19943] ppid=19941 vsize=298456 CPUtime=1794.57
/proc/19943/stat : 19943 (PBS4L) R 19941 19943 19897 0 -1 4194304 66373 0 0 0 179307 150 0 0 25 0 1 0 194766081 305618944 63313 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/19943/statm: 74614 63313 108 232 0 74379 0
Current children cumulated CPU time (s) 1794.57
Current children cumulated vsize (Kb) 298456

[startup+1796.21 s]
/proc/loadavg: 1.00 1.00 0.95 2/64 19945
/proc/meminfo: memFree=1112168/2055920 swapFree=4182220/4192956
[pid=19943] ppid=19941 vsize=298456 CPUtime=1795.58
/proc/19943/stat : 19943 (PBS4L) R 19941 19943 19897 0 -1 4194304 66374 0 0 0 179408 150 0 0 25 0 1 0 194766081 305618944 63314 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558866 0 0 4096 0 0 0 0 17 1 0 0
/proc/19943/statm: 74614 63314 108 232 0 74379 0
Current children cumulated CPU time (s) 1795.58
Current children cumulated vsize (Kb) 298456

[startup+1797.22 s]
/proc/loadavg: 1.00 1.00 0.95 2/64 19945
/proc/meminfo: memFree=1112168/2055920 swapFree=4182220/4192956
[pid=19943] ppid=19941 vsize=298456 CPUtime=1796.58
/proc/19943/stat : 19943 (PBS4L) R 19941 19943 19897 0 -1 4194304 66376 0 0 0 179508 150 0 0 25 0 1 0 194766081 305618944 63316 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549239 0 0 4096 0 0 0 0 17 1 0 0
/proc/19943/statm: 74614 63316 108 232 0 74379 0
Current children cumulated CPU time (s) 1796.58
Current children cumulated vsize (Kb) 298456

[startup+1798.22 s]
/proc/loadavg: 1.00 1.00 0.95 2/64 19945
/proc/meminfo: memFree=1112168/2055920 swapFree=4182220/4192956
[pid=19943] ppid=19941 vsize=298456 CPUtime=1797.59
/proc/19943/stat : 19943 (PBS4L) R 19941 19943 19897 0 -1 4194304 66377 0 0 0 179609 150 0 0 25 0 1 0 194766081 305618944 63317 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/19943/statm: 74614 63317 108 232 0 74379 0
Current children cumulated CPU time (s) 1797.59
Current children cumulated vsize (Kb) 298456

[startup+1799.23 s]
/proc/loadavg: 1.00 1.00 0.95 2/64 19945
/proc/meminfo: memFree=1112168/2055920 swapFree=4182220/4192956
[pid=19943] ppid=19941 vsize=298456 CPUtime=1798.59
/proc/19943/stat : 19943 (PBS4L) R 19941 19943 19897 0 -1 4194304 66378 0 0 0 179709 150 0 0 25 0 1 0 194766081 305618944 63318 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134559731 0 0 4096 0 0 0 0 17 1 0 0
/proc/19943/statm: 74614 63318 108 232 0 74379 0
Current children cumulated CPU time (s) 1798.59
Current children cumulated vsize (Kb) 298456

[startup+1800.23 s]
/proc/loadavg: 1.00 1.00 0.95 2/64 19945
/proc/meminfo: memFree=1112168/2055920 swapFree=4182220/4192956
[pid=19943] ppid=19941 vsize=298456 CPUtime=1799.6
/proc/19943/stat : 19943 (PBS4L) R 19941 19943 19897 0 -1 4194304 66379 0 0 0 179810 150 0 0 25 0 1 0 194766081 305618944 63319 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/19943/statm: 74614 63319 108 232 0 74379 0
Current children cumulated CPU time (s) 1799.6
Current children cumulated vsize (Kb) 298456

[startup+1801.24 s]
/proc/loadavg: 1.00 1.00 0.95 2/64 19945
/proc/meminfo: memFree=1112168/2055920 swapFree=4182220/4192956
[pid=19943] ppid=19941 vsize=298456 CPUtime=1800.6
/proc/19943/stat : 19943 (PBS4L) R 19941 19943 19897 0 -1 4194304 66379 0 0 0 179910 150 0 0 25 0 1 0 194766081 305618944 63319 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/19943/statm: 74614 63319 108 232 0 74379 0
Current children cumulated CPU time (s) 1800.6
Current children cumulated vsize (Kb) 298456



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.24 s]
/proc/loadavg: 1.00 1.00 0.95 2/64 19945
/proc/meminfo: memFree=1112168/2055920 swapFree=4182220/4192956
[pid=19943] ppid=19941 vsize=298456 CPUtime=1800.61
/proc/19943/stat : 19943 (PBS4L) R 19941 19943 19897 0 -1 4194304 66379 0 0 0 179911 150 0 0 25 0 1 0 194766081 305618944 63319 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549306 0 0 4096 0 0 0 0 17 1 0 0
/proc/19943/statm: 74614 63319 108 232 0 74379 0
Current children cumulated CPU time (s) 1800.61
Current children cumulated vsize (Kb) 298456

Sending SIGTERM to -19943
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.29
CPU time (s): 1800.66
CPU user time (s): 1799.11
CPU system time (s): 1.54577
CPU usage (%): 99.965
Max. virtual memory (cumulated for all children) (Kb): 298456
The end

Launcher Data (download as text)

Begin job on node73 on Fri Jun  2 23:30:13 UTC 2006


FILE ID= 41909-1149291013

PBS_JOBID= 306840

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/~walser/benchmarks/course-ass/normalized-ws97-5.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node73/41909-1149291013/instance-41909-1149291013.opb 226826367
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node73/watcher-41909-1149291013 -o ROOT/results/node73/solver-41909-1149291013 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node73/41909-1149291013/instance-41909-1149291013.opb 226826367

MD5SUM SOLVER= ab46593c31a6a47b9d9920387a00d332
MD5SUM BENCH=  ed36462db2ffa04ea65b986069441496

RANDOM SEED= 226826367


/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.261
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.261
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:       1365928 kB
Buffers:         40572 kB
Cached:         576332 kB
SwapCached:       2508 kB
Active:         112084 kB
Inactive:       513576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1365928 kB
SwapTotal:     4192956 kB
SwapFree:      4182220 kB
Dirty:             196 kB
Writeback:           0 kB
Mapped:          15120 kB
Slab:            50328 kB
Committed_AS:   289300 kB
PageTables:       1416 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node73 on Sat Jun  3 00:00:14 UTC 2006