Trace number 41686

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.56 1801.18

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/ttp/normalized-data8_3.opb
MD5SUMc3720ea5d84e92b781414b36064971fe
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark46478
Best CPU time to get the best result obtained on this benchmark1800.44
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 46478
Optimality of the best value was proved NO
Number of variables1344
Total number of constraints16096
Number of constraints which are clauses8208
Number of constraints which are cardinality constraints (but not clauses)496
Number of constraints which are nor clauses,nor cardinality constraints7392
Minimum length of a constraint2
Maximum length of a constraint28
Number of terms in the objective function 448
Biggest coefficient in the objective function 1380
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 279536
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 1380
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 279536
Number of bits of the biggest sum of numbers19
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/node85/41686-1149399982/instance-41686-1149399982.opb ......
1.04	c done parsing opb.
1.04	o 56600
1.04	o 56575
1.05	o 55700
1.40	o 51113
53.80	o 50612
168.68	o 50484
1307.67	o 50364

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/node85/watcher-41686-1149399982 -o ROOT/results/node85/solver-41686-1149399982 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node85/41686-1149399982/instance-41686-1149399982.opb 558059650 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 1.00 0.99 0.98 2/68 30956
/proc/meminfo: memFree=1370952/2055892 swapFree=4085348/4096564
[pid=30956] ppid=30954 vsize=18544 CPUtime=0
/proc/30956/stat : 30956 (runsolver) R 30954 30956 30910 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 205637478 18989056 278 18446744073709551615 4194304 4262084 548682069040 18446744073709551615 230093812759 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/30956/statm: 4636 278 242 16 0 2626 0

[startup+10.0027 s]
/proc/loadavg: 1.00 0.99 0.98 2/68 30956
/proc/meminfo: memFree=1360976/2055892 swapFree=4085348/4096564
[pid=30956] ppid=30954 vsize=14976 CPUtime=9.99
/proc/30956/stat : 30956 (PBS4L) R 30954 30956 30910 0 -1 4194304 2867 0 0 0 987 12 0 0 25 0 1 0 205637478 15335424 2590 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/30956/statm: 3744 2590 108 232 0 3509 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 14976

[startup+20.0089 s]
/proc/loadavg: 1.00 0.99 0.98 2/68 30956
/proc/meminfo: memFree=1359888/2055892 swapFree=4085348/4096564
[pid=30956] ppid=30954 vsize=16396 CPUtime=19.99
/proc/30956/stat : 30956 (PBS4L) R 30954 30956 30910 0 -1 4194304 3285 0 0 0 1975 24 0 0 25 0 1 0 205637478 16789504 2815 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/30956/statm: 4099 2815 108 232 0 3864 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 16396

[startup+30.0151 s]
/proc/loadavg: 1.00 0.99 0.98 2/68 30956
/proc/meminfo: memFree=1359440/2055892 swapFree=4085348/4096564
[pid=30956] ppid=30954 vsize=16920 CPUtime=29.99
/proc/30956/stat : 30956 (PBS4L) R 30954 30956 30910 0 -1 4194304 3454 0 0 0 2963 36 0 0 25 0 1 0 205637478 17326080 2984 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/30956/statm: 4230 2984 108 232 0 3995 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 16920

[startup+40.0212 s]
/proc/loadavg: 1.00 0.99 0.98 2/68 30956
/proc/meminfo: memFree=1358928/2055892 swapFree=4085348/4096564
[pid=30956] ppid=30954 vsize=17352 CPUtime=40
/proc/30956/stat : 30956 (PBS4L) R 30954 30956 30910 0 -1 4194304 3600 0 0 0 3954 46 0 0 25 0 1 0 205637478 17768448 3130 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/30956/statm: 4338 3130 108 232 0 4103 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 17352

[startup+50.0274 s]
/proc/loadavg: 1.00 0.99 0.98 2/68 30956
/proc/meminfo: memFree=1358352/2055892 swapFree=4085348/4096564
[pid=30956] ppid=30954 vsize=17660 CPUtime=50
/proc/30956/stat : 30956 (PBS4L) R 30954 30956 30910 0 -1 4194304 3736 0 0 0 4946 54 0 0 25 0 1 0 205637478 18083840 3266 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/30956/statm: 4415 3266 108 232 0 4180 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 17660

[startup+60.0336 s]
/proc/loadavg: 1.00 0.99 0.98 2/68 30956
/proc/meminfo: memFree=1357840/2055892 swapFree=4085348/4096564
[pid=30956] ppid=30954 vsize=19328 CPUtime=60
/proc/30956/stat : 30956 (PBS4L) R 30954 30956 30910 0 -1 4194304 4217 0 0 0 5937 63 0 0 25 0 1 0 205637478 19791872 3362 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/30956/statm: 4832 3362 108 232 0 4597 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 19328

[startup+70.0387 s]
/proc/loadavg: 1.00 0.99 0.98 2/68 30956
/proc/meminfo: memFree=1357584/2055892 swapFree=4085348/4096564
[pid=30956] ppid=30954 vsize=19592 CPUtime=70.01
/proc/30956/stat : 30956 (PBS4L) R 30954 30956 30910 0 -1 4194304 4308 0 0 0 6927 74 0 0 25 0 1 0 205637478 20062208 3453 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551570 0 0 4096 0 0 0 0 17 1 0 0
/proc/30956/statm: 4898 3453 108 232 0 4663 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 19592

[startup+80.0449 s]
/proc/loadavg: 1.00 0.99 0.98 2/68 30956
/proc/meminfo: memFree=1357200/2055892 swapFree=4085348/4096564
[pid=30956] ppid=30954 vsize=19728 CPUtime=80.01
/proc/30956/stat : 30956 (PBS4L) R 30954 30956 30910 0 -1 4194304 4410 0 0 0 7917 84 0 0 25 0 1 0 205637478 20201472 3555 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/30956/statm: 4932 3555 108 232 0 4697 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 19728

[startup+90.051 s]
/proc/loadavg: 1.00 0.99 0.98 2/68 30956
/proc/meminfo: memFree=1356688/2055892 swapFree=4085348/4096564
[pid=30956] ppid=30954 vsize=19876 CPUtime=90.02
/proc/30956/stat : 30956 (PBS4L) R 30954 30956 30910 0 -1 4194304 4521 0 0 0 8909 93 0 0 25 0 1 0 205637478 20353024 3666 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/30956/statm: 4969 3666 108 232 0 4734 0
Current children cumulated CPU time (s) 90.02
Current children cumulated vsize (Kb) 19876

[startup+100.057 s]
/proc/loadavg: 1.00 0.99 0.98 2/68 30956
/proc/meminfo: memFree=1356432/2055892 swapFree=4085348/4096564
[pid=30956] ppid=30954 vsize=20156 CPUtime=100.02
/proc/30956/stat : 30956 (PBS4L) R 30954 30956 30910 0 -1 4194304 4611 0 0 0 9901 101 0 0 25 0 1 0 205637478 20639744 3756 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552281 0 0 4096 0 0 0 0 17 1 0 0
/proc/30956/statm: 5039 3756 108 232 0 4804 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 20156

[startup+110.063 s]
/proc/loadavg: 1.00 0.99 0.98 2/68 30956
/proc/meminfo: memFree=1355792/2055892 swapFree=4085348/4096564
[pid=30956] ppid=30954 vsize=20320 CPUtime=110.02
/proc/30956/stat : 30956 (PBS4L) R 30954 30956 30910 0 -1 4194304 4757 0 0 0 10892 110 0 0 25 0 1 0 205637478 20807680 3902 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/30956/statm: 5080 3902 108 232 0 4845 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 20320

[startup+120.07 s]
/proc/loadavg: 1.00 0.99 0.98 2/68 30956
/proc/meminfo: memFree=1354960/2055892 swapFree=4085348/4096564
[pid=30956] ppid=30954 vsize=20752 CPUtime=120.02
/proc/30956/stat : 30956 (PBS4L) R 30954 30956 30910 0 -1 4194304 4963 0 0 0 11885 117 0 0 25 0 1 0 205637478 21250048 4108 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/30956/statm: 5188 4108 108 232 0 4953 0
Current children cumulated CPU time (s) 120.02
Current children cumulated vsize (Kb) 20752

[startup+130.075 s]
/proc/loadavg: 1.00 0.99 0.98 2/68 30956
/proc/meminfo: memFree=1354000/2055892 swapFree=4085348/4096564
[pid=30956] ppid=30954 vsize=21068 CPUtime=130.02
/proc/30956/stat : 30956 (PBS4L) R 30954 30956 30910 0 -1 4194304 5200 0 0 0 12875 127 0 0 25 0 1 0 205637478 21573632 4345 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/30956/statm: 5267 4345 108 232 0 5032 0
Current children cumulated CPU time (s) 130.02
Current children cumulated vsize (Kb) 21068

[startup+140.081 s]
/proc/loadavg: 1.00 0.99 0.98 2/68 30956
/proc/meminfo: memFree=1353616/2055892 swapFree=4085348/4096564
[pid=30956] ppid=30954 vsize=21384 CPUtime=140.03
/proc/30956/stat : 30956 (PBS4L) R 30954 30956 30910 0 -1 4194304 5301 0 0 0 13866 137 0 0 25 0 1 0 205637478 21897216 4446 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551570 0 0 4096 0 0 0 0 17 1 0 0
/proc/30956/statm: 5346 4446 108 232 0 5111 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 21384

[startup+150.087 s]
/proc/loadavg: 1.00 0.99 0.98 2/68 30956
/proc/meminfo: memFree=1353232/2055892 swapFree=4085348/4096564
[pid=30956] ppid=30954 vsize=21592 CPUtime=150.03
/proc/30956/stat : 30956 (PBS4L) R 30954 30956 30910 0 -1 4194304 5392 0 0 0 14858 145 0 0 25 0 1 0 205637478 22110208 4537 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/30956/statm: 5398 4537 108 232 0 5163 0
Current children cumulated CPU time (s) 150.03
Current children cumulated vsize (Kb) 21592

[startup+160.093 s]
/proc/loadavg: 1.00 0.99 0.98 2/68 30956
/proc/meminfo: memFree=1352912/2055892 swapFree=4085348/4096564
[pid=30956] ppid=30954 vsize=24664 CPUtime=160.04
/proc/30956/stat : 30956 (PBS4L) R 30954 30956 30910 0 -1 4194304 6245 0 0 0 15849 155 0 0 25 0 1 0 205637478 25255936 4621 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/30956/statm: 6166 4621 108 232 0 5931 0
Current children cumulated CPU time (s) 160.04
Current children cumulated vsize (Kb) 24664

[startup+170.099 s]
/proc/loadavg: 1.00 0.99 0.98 2/68 30956
/proc/meminfo: memFree=1352528/2055892 swapFree=4085348/4096564
[pid=30956] ppid=30954 vsize=25012 CPUtime=170.04
/proc/30956/stat : 30956 (PBS4L) R 30954 30956 30910 0 -1 4194304 6339 0 0 0 16840 164 0 0 25 0 1 0 205637478 25612288 4715 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/30956/statm: 6253 4715 108 232 0 6018 0
Current children cumulated CPU time (s) 170.04
Current children cumulated vsize (Kb) 25012

[startup+180.105 s]
/proc/loadavg: 1.00 0.99 0.98 2/68 30956
/proc/meminfo: memFree=1352144/2055892 swapFree=4085348/4096564
[pid=30956] ppid=30954 vsize=25248 CPUtime=180.04
/proc/30956/stat : 30956 (PBS4L) R 30954 30956 30910 0 -1 4194304 6422 0 0 0 17832 172 0 0 25 0 1 0 205637478 25853952 4798 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/30956/statm: 6312 4798 108 232 0 6077 0
Current children cumulated CPU time (s) 180.04
Current children cumulated vsize (Kb) 25248

[startup+190.111 s]
/proc/loadavg: 1.00 0.99 0.98 2/68 30956
/proc/meminfo: memFree=1351888/2055892 swapFree=4085348/4096564
[pid=30956] ppid=30954 vsize=25368 CPUtime=190.04
/proc/30956/stat : 30956 (PBS4L) R 30954 30956 30910 0 -1 4194304 6512 0 0 0 18824 180 0 0 25 0 1 0 205637478 25976832 4888 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/30956/statm: 6342 4888 108 232 0 6107 0
Current children cumulated CPU time (s) 190.04
Current children cumulated vsize (Kb) 25368

[startup+200.116 s]
/proc/loadavg: 1.00 0.99 0.98 2/68 30956
/proc/meminfo: memFree=1351568/2055892 swapFree=4085348/4096564
[pid=30956] ppid=30954 vsize=25620 CPUtime=200.04
/proc/30956/stat : 30956 (PBS4L) R 30954 30956 30910 0 -1 4194304 6589 0 0 0 19816 188 0 0 25 0 1 0 205637478 26234880 4965 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/30956/statm: 6405 4965 108 232 0 6170 0
Current children cumulated CPU time (s) 200.04
Current children cumulated vsize (Kb) 25620

[startup+210.122 s]
/proc/loadavg: 1.00 0.99 0.98 2/68 30956
/proc/meminfo: memFree=1351184/2055892 swapFree=4085348/4096564

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

/proc/30956/stat : 30956 (PBS4L) R 30954 30956 30910 0 -1 4194304 21229 0 0 0 177133 1012 0 0 25 0 1 0 205637478 72589312 14995 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/30956/statm: 17722 14995 108 232 0 17487 0
Current children cumulated CPU time (s) 1781.45
Current children cumulated vsize (Kb) 70888

[startup+1783.07 s]
/proc/loadavg: 1.00 1.00 0.99 2/68 31151
/proc/meminfo: memFree=1311120/2055892 swapFree=4085348/4096564
[pid=30956] ppid=30954 vsize=70888 CPUtime=1782.45
/proc/30956/stat : 30956 (PBS4L) R 30954 30956 30910 0 -1 4194304 21240 0 0 0 177233 1012 0 0 25 0 1 0 205637478 72589312 15006 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/30956/statm: 17722 15006 108 232 0 17487 0
Current children cumulated CPU time (s) 1782.45
Current children cumulated vsize (Kb) 70888

[startup+1784.07 s]
/proc/loadavg: 1.00 1.00 0.99 2/68 31151
/proc/meminfo: memFree=1311120/2055892 swapFree=4085348/4096564
[pid=30956] ppid=30954 vsize=70888 CPUtime=1783.46
/proc/30956/stat : 30956 (PBS4L) R 30954 30956 30910 0 -1 4194304 21244 0 0 0 177334 1012 0 0 25 0 1 0 205637478 72589312 15010 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/30956/statm: 17722 15010 108 232 0 17487 0
Current children cumulated CPU time (s) 1783.46
Current children cumulated vsize (Kb) 70888

[startup+1785.08 s]
/proc/loadavg: 1.00 1.00 0.99 2/68 31151
/proc/meminfo: memFree=1311056/2055892 swapFree=4085348/4096564
[pid=30956] ppid=30954 vsize=70888 CPUtime=1784.46
/proc/30956/stat : 30956 (PBS4L) R 30954 30956 30910 0 -1 4194304 21249 0 0 0 177433 1013 0 0 25 0 1 0 205637478 72589312 15015 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/30956/statm: 17722 15015 108 232 0 17487 0
Current children cumulated CPU time (s) 1784.46
Current children cumulated vsize (Kb) 70888

[startup+1786.08 s]
/proc/loadavg: 1.00 1.00 0.99 2/68 31151
/proc/meminfo: memFree=1311056/2055892 swapFree=4085348/4096564
[pid=30956] ppid=30954 vsize=70888 CPUtime=1785.47
/proc/30956/stat : 30956 (PBS4L) R 30954 30956 30910 0 -1 4194304 21251 0 0 0 177533 1014 0 0 25 0 1 0 205637478 72589312 15017 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552281 0 0 4096 0 0 0 0 17 1 0 0
/proc/30956/statm: 17722 15017 108 232 0 17487 0
Current children cumulated CPU time (s) 1785.47
Current children cumulated vsize (Kb) 70888

[startup+1787.09 s]
/proc/loadavg: 1.00 1.00 0.99 2/68 31151
/proc/meminfo: memFree=1311056/2055892 swapFree=4085348/4096564
[pid=30956] ppid=30954 vsize=70888 CPUtime=1786.47
/proc/30956/stat : 30956 (PBS4L) R 30954 30956 30910 0 -1 4194304 21252 0 0 0 177633 1014 0 0 25 0 1 0 205637478 72589312 15018 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551990 0 0 4096 0 0 0 0 17 1 0 0
/proc/30956/statm: 17722 15018 108 232 0 17487 0
Current children cumulated CPU time (s) 1786.47
Current children cumulated vsize (Kb) 70888

[startup+1788.1 s]
/proc/loadavg: 1.00 1.00 0.99 2/68 31151
/proc/meminfo: memFree=1311056/2055892 swapFree=4085348/4096564
[pid=30956] ppid=30954 vsize=70888 CPUtime=1787.48
/proc/30956/stat : 30956 (PBS4L) R 30954 30956 30910 0 -1 4194304 21253 0 0 0 177733 1015 0 0 25 0 1 0 205637478 72589312 15019 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134546643 0 0 4096 0 0 0 0 17 1 0 0
/proc/30956/statm: 17722 15019 108 232 0 17487 0
Current children cumulated CPU time (s) 1787.48
Current children cumulated vsize (Kb) 70888

[startup+1789.1 s]
/proc/loadavg: 1.00 1.00 0.99 2/68 31151
/proc/meminfo: memFree=1311056/2055892 swapFree=4085348/4096564
[pid=30956] ppid=30954 vsize=70888 CPUtime=1788.48
/proc/30956/stat : 30956 (PBS4L) R 30954 30956 30910 0 -1 4194304 21259 0 0 0 177833 1015 0 0 25 0 1 0 205637478 72589312 15025 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/30956/statm: 17722 15025 108 232 0 17487 0
Current children cumulated CPU time (s) 1788.48
Current children cumulated vsize (Kb) 70888

[startup+1790.1 s]
/proc/loadavg: 1.00 1.00 0.99 2/68 31151
/proc/meminfo: memFree=1310992/2055892 swapFree=4085348/4096564
[pid=30956] ppid=30954 vsize=70888 CPUtime=1789.49
/proc/30956/stat : 30956 (PBS4L) R 30954 30956 30910 0 -1 4194304 21272 0 0 0 177933 1016 0 0 25 0 1 0 205637478 72589312 15038 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/30956/statm: 17722 15038 108 232 0 17487 0
Current children cumulated CPU time (s) 1789.49
Current children cumulated vsize (Kb) 70888

[startup+1791.11 s]
/proc/loadavg: 1.00 1.00 0.99 2/68 31151
/proc/meminfo: memFree=1310928/2055892 swapFree=4085348/4096564
[pid=30956] ppid=30954 vsize=70888 CPUtime=1790.49
/proc/30956/stat : 30956 (PBS4L) R 30954 30956 30910 0 -1 4194304 21279 0 0 0 178033 1016 0 0 25 0 1 0 205637478 72589312 15045 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/30956/statm: 17722 15045 108 232 0 17487 0
Current children cumulated CPU time (s) 1790.49
Current children cumulated vsize (Kb) 70888

[startup+1792.11 s]
/proc/loadavg: 1.00 1.00 0.99 2/68 31151
/proc/meminfo: memFree=1310928/2055892 swapFree=4085348/4096564
[pid=30956] ppid=30954 vsize=70888 CPUtime=1791.49
/proc/30956/stat : 30956 (PBS4L) R 30954 30956 30910 0 -1 4194304 21281 0 0 0 178133 1016 0 0 25 0 1 0 205637478 72589312 15047 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/30956/statm: 17722 15047 108 232 0 17487 0
Current children cumulated CPU time (s) 1791.49
Current children cumulated vsize (Kb) 70888

[startup+1793.12 s]
/proc/loadavg: 1.00 1.00 0.99 2/68 31151
/proc/meminfo: memFree=1310928/2055892 swapFree=4085348/4096564
[pid=30956] ppid=30954 vsize=70888 CPUtime=1792.51
/proc/30956/stat : 30956 (PBS4L) R 30954 30956 30910 0 -1 4194304 21283 0 0 0 178234 1017 0 0 25 0 1 0 205637478 72589312 15049 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/30956/statm: 17722 15049 108 232 0 17487 0
Current children cumulated CPU time (s) 1792.51
Current children cumulated vsize (Kb) 70888

[startup+1794.12 s]
/proc/loadavg: 1.00 1.00 0.99 2/68 31151
/proc/meminfo: memFree=1310928/2055892 swapFree=4085348/4096564
[pid=30956] ppid=30954 vsize=70888 CPUtime=1793.51
/proc/30956/stat : 30956 (PBS4L) R 30954 30956 30910 0 -1 4194304 21287 0 0 0 178334 1017 0 0 25 0 1 0 205637478 72589312 15053 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551570 0 0 4096 0 0 0 0 17 1 0 0
/proc/30956/statm: 17722 15053 108 232 0 17487 0
Current children cumulated CPU time (s) 1793.51
Current children cumulated vsize (Kb) 70888

[startup+1795.13 s]
/proc/loadavg: 1.00 1.00 0.99 2/68 31151
/proc/meminfo: memFree=1310928/2055892 swapFree=4085348/4096564
[pid=30956] ppid=30954 vsize=70888 CPUtime=1794.51
/proc/30956/stat : 30956 (PBS4L) R 30954 30956 30910 0 -1 4194304 21290 0 0 0 178434 1017 0 0 25 0 1 0 205637478 72589312 15056 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/30956/statm: 17722 15056 108 232 0 17487 0
Current children cumulated CPU time (s) 1794.51
Current children cumulated vsize (Kb) 70888

[startup+1796.13 s]
/proc/loadavg: 1.00 1.00 0.99 2/68 31151
/proc/meminfo: memFree=1310864/2055892 swapFree=4085348/4096564
[pid=30956] ppid=30954 vsize=70888 CPUtime=1795.52
/proc/30956/stat : 30956 (PBS4L) R 30954 30956 30910 0 -1 4194304 21292 0 0 0 178534 1018 0 0 25 0 1 0 205637478 72589312 15058 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/30956/statm: 17722 15058 108 232 0 17487 0
Current children cumulated CPU time (s) 1795.52
Current children cumulated vsize (Kb) 70888

[startup+1797.14 s]
/proc/loadavg: 1.00 1.00 0.99 2/68 31151
/proc/meminfo: memFree=1310864/2055892 swapFree=4085348/4096564
[pid=30956] ppid=30954 vsize=70888 CPUtime=1796.52
/proc/30956/stat : 30956 (PBS4L) R 30954 30956 30910 0 -1 4194304 21294 0 0 0 178634 1018 0 0 25 0 1 0 205637478 72589312 15060 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/30956/statm: 17722 15060 108 232 0 17487 0
Current children cumulated CPU time (s) 1796.52
Current children cumulated vsize (Kb) 70888

[startup+1798.14 s]
/proc/loadavg: 1.00 1.00 0.99 2/68 31151
/proc/meminfo: memFree=1310864/2055892 swapFree=4085348/4096564
[pid=30956] ppid=30954 vsize=70888 CPUtime=1797.52
/proc/30956/stat : 30956 (PBS4L) R 30954 30956 30910 0 -1 4194304 21295 0 0 0 178734 1018 0 0 25 0 1 0 205637478 72589312 15061 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/30956/statm: 17722 15061 108 232 0 17487 0
Current children cumulated CPU time (s) 1797.52
Current children cumulated vsize (Kb) 70888

[startup+1799.15 s]
/proc/loadavg: 1.00 1.00 0.99 2/68 31151
/proc/meminfo: memFree=1310864/2055892 swapFree=4085348/4096564
[pid=30956] ppid=30954 vsize=70888 CPUtime=1798.53
/proc/30956/stat : 30956 (PBS4L) R 30954 30956 30910 0 -1 4194304 21298 0 0 0 178834 1019 0 0 25 0 1 0 205637478 72589312 15064 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552213 0 0 4096 0 0 0 0 17 1 0 0
/proc/30956/statm: 17722 15064 108 232 0 17487 0
Current children cumulated CPU time (s) 1798.53
Current children cumulated vsize (Kb) 70888

[startup+1800.15 s]
/proc/loadavg: 1.00 1.00 0.99 2/68 31151
/proc/meminfo: memFree=1310864/2055892 swapFree=4085348/4096564
[pid=30956] ppid=30954 vsize=70888 CPUtime=1799.54
/proc/30956/stat : 30956 (PBS4L) R 30954 30956 30910 0 -1 4194304 21299 0 0 0 178935 1019 0 0 25 0 1 0 205637478 72589312 15065 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552208 0 0 4096 0 0 0 0 17 1 0 0
/proc/30956/statm: 17722 15065 108 232 0 17487 0
Current children cumulated CPU time (s) 1799.54
Current children cumulated vsize (Kb) 70888

[startup+1801.16 s]
/proc/loadavg: 1.00 1.00 0.99 2/68 31151
/proc/meminfo: memFree=1310864/2055892 swapFree=4085348/4096564
[pid=30956] ppid=30954 vsize=70888 CPUtime=1800.54
/proc/30956/stat : 30956 (PBS4L) R 30954 30956 30910 0 -1 4194304 21303 0 0 0 179035 1019 0 0 25 0 1 0 205637478 72589312 15069 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551995 0 0 4096 0 0 0 0 17 1 0 0
/proc/30956/statm: 17722 15069 108 232 0 17487 0
Current children cumulated CPU time (s) 1800.54
Current children cumulated vsize (Kb) 70888



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.16 s]
/proc/loadavg: 1.00 1.00 0.99 2/68 31151
/proc/meminfo: memFree=1310864/2055892 swapFree=4085348/4096564
[pid=30956] ppid=30954 vsize=70888 CPUtime=1800.54
/proc/30956/stat : 30956 (PBS4L) R 30954 30956 30910 0 -1 4194304 21303 0 0 0 179035 1019 0 0 25 0 1 0 205637478 72589312 15069 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/30956/statm: 17722 15069 108 232 0 17487 0
Current children cumulated CPU time (s) 1800.54
Current children cumulated vsize (Kb) 70888

Sending SIGTERM to -30956
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.18
CPU time (s): 1800.56
CPU user time (s): 1790.35
CPU system time (s): 10.2064
CPU usage (%): 99.9659
Max. virtual memory (cumulated for all children) (Kb): 70888
The end

Launcher Data (download as text)

Begin job on node85 on Sun Jun  4 05:46:22 UTC 2006


FILE ID= 41686-1149399982

PBS_JOBID= 313936

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/ttp/normalized-data8_3.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node85/41686-1149399982/instance-41686-1149399982.opb 558059650
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node85/watcher-41686-1149399982 -o ROOT/results/node85/solver-41686-1149399982 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node85/41686-1149399982/instance-41686-1149399982.opb 558059650

MD5SUM SOLVER= ab46593c31a6a47b9d9920387a00d332
MD5SUM BENCH=  c3720ea5d84e92b781414b36064971fe

RANDOM SEED= 558059650


/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.218
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	: 6006.18
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.218
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	: 5999.41
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055892 kB
MemFree:       1371096 kB
Buffers:         35412 kB
Cached:         579668 kB
SwapCached:       2360 kB
Active:         127748 kB
Inactive:       495944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055892 kB
LowFree:       1371096 kB
SwapTotal:     4096564 kB
SwapFree:      4085348 kB
Dirty:             164 kB
Writeback:           0 kB
Mapped:          16760 kB
Slab:            47640 kB
Committed_AS:   385996 kB
PageTables:       1292 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node85 on Sun Jun  4 06:16:24 UTC 2006