Trace number 41636

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.71 1801.16

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_18.opb.PB06.opb
MD5SUM7db364152f2aec17f16cb8adef9dc3c7
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark185
Best CPU time to get the best result obtained on this benchmark1800.82
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 184
Optimality of the best value was proved NO
Number of variables470
Total number of constraints469
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints469
Minimum length of a constraint3
Maximum length of a constraint18
Number of terms in the objective function 470
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 470
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 470
Number of bits of the biggest sum of numbers9
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/node25/41636-1149535346/instance-41636-1149535346.opb ......
0.02	c done parsing opb.
0.02	o 470
0.02	o 469
0.02	o 468
0.02	o 467
0.02	o 466
0.02	o 465
0.03	o 464
0.03	o 463
0.03	o 462
0.03	o 461
0.03	o 460
0.03	o 459
0.04	o 458
0.04	o 457
0.04	o 456
0.04	o 455
0.04	o 454
0.04	o 453
0.04	o 452
0.05	o 451
0.05	o 450
0.05	o 449
0.05	o 448
0.05	o 447
0.05	o 446
0.05	o 445
0.06	o 444
0.06	o 443
0.06	o 442
0.06	o 441
0.06	o 440
0.06	o 439
0.07	o 438
0.07	o 349
0.07	o 325
0.07	o 324
0.07	o 323
0.07	o 322
0.08	o 321
0.08	o 320
0.08	o 319
0.08	o 316
0.08	o 315
0.08	o 314
0.08	o 313
0.08	o 312
4.67	o 258
4.68	o 257
4.68	o 256
4.69	o 255
4.69	o 254
4.69	o 253
4.69	o 252
4.69	o 251
4.70	o 250
4.70	o 249
4.70	o 248
4.70	o 247
4.70	o 246
4.70	o 245
4.70	o 244
4.71	o 243
4.72	o 242
4.72	o 239
4.72	o 238
4.72	o 237
4.81	o 236
5.86	o 235
6.14	o 234
6.48	o 233
6.48	o 232
6.48	o 231
6.48	o 230
6.49	o 229
6.49	o 228
6.49	o 227
6.49	o 226
6.49	o 225
6.49	o 224
6.49	o 223
6.49	o 222
6.50	o 221
6.50	o 220
6.50	o 219
6.50	o 218
6.51	o 217
6.51	o 216
6.51	o 215
10.71	o 214
12.87	o 213
15.06	o 212
16.28	o 211
79.54	o 210
104.38	o 209
317.34	o 208
329.78	o 207

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/node25/watcher-41636-1149535346 -o ROOT/results/node25/solver-41636-1149535346 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node25/41636-1149535346/instance-41636-1149535346.opb 212388186 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.00 0.00 0.00 2/64 5897
/proc/meminfo: memFree=1601200/2055920 swapFree=4181452/4192956
[pid=5897] ppid=5895 vsize=1400 CPUtime=0
/proc/5897/stat : 5897 (PBS4L) R 5895 5897 5851 0 -1 4194304 117 0 0 0 0 0 0 0 18 0 1 0 219198023 1433600 102 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135137821 0 0 4096 0 0 0 0 17 1 0 0
/proc/5897/statm: 350 109 88 232 0 115 0

[startup+10.0025 s]
/proc/loadavg: 0.15 0.03 0.01 2/64 5897
/proc/meminfo: memFree=1580208/2055920 swapFree=4181452/4192956
[pid=5897] ppid=5895 vsize=35388 CPUtime=9.99
/proc/5897/stat : 5897 (PBS4L) R 5895 5897 5851 0 -1 4194304 5453 0 0 0 989 10 0 0 25 0 1 0 219198023 36237312 5377 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549328 0 0 4096 0 0 0 0 17 1 0 0
/proc/5897/statm: 8847 5377 108 232 0 8612 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 35388

[startup+20.0094 s]
/proc/loadavg: 0.28 0.06 0.02 2/64 5897
/proc/meminfo: memFree=1579632/2055920 swapFree=4181452/4192956
[pid=5897] ppid=5895 vsize=36168 CPUtime=19.99
/proc/5897/stat : 5897 (PBS4L) R 5895 5897 5851 0 -1 4194304 5661 0 0 0 1988 11 0 0 25 0 1 0 219198023 37036032 5488 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549328 0 0 4096 0 0 0 0 17 1 0 0
/proc/5897/statm: 9042 5488 108 232 0 8807 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 36168

[startup+30.0153 s]
/proc/loadavg: 0.39 0.09 0.03 2/64 5897
/proc/meminfo: memFree=1579248/2055920 swapFree=4181452/4192956
[pid=5897] ppid=5895 vsize=36480 CPUtime=30
/proc/5897/stat : 5897 (PBS4L) R 5895 5897 5851 0 -1 4194304 5777 0 0 0 2986 14 0 0 25 0 1 0 219198023 37355520 5604 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549242 0 0 4096 0 0 0 0 17 1 0 0
/proc/5897/statm: 9120 5604 108 232 0 8885 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 36480

[startup+40.0202 s]
/proc/loadavg: 0.49 0.12 0.04 2/64 5897
/proc/meminfo: memFree=1578736/2055920 swapFree=4181452/4192956
[pid=5897] ppid=5895 vsize=37432 CPUtime=39.99
/proc/5897/stat : 5897 (PBS4L) R 5895 5897 5851 0 -1 4194304 6075 0 0 0 3983 16 0 0 25 0 1 0 219198023 38330368 5709 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549239 0 0 4096 0 0 0 0 17 1 0 0
/proc/5897/statm: 9358 5709 108 232 0 9123 0
Current children cumulated CPU time (s) 39.99
Current children cumulated vsize (Kb) 37432

[startup+50.0261 s]
/proc/loadavg: 0.56 0.15 0.05 2/64 5897
/proc/meminfo: memFree=1578608/2055920 swapFree=4181452/4192956
[pid=5897] ppid=5895 vsize=37568 CPUtime=50
/proc/5897/stat : 5897 (PBS4L) R 5895 5897 5851 0 -1 4194304 6155 0 0 0 4982 18 0 0 25 0 1 0 219198023 38469632 5789 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551363 0 0 4096 0 0 0 0 17 1 0 0
/proc/5897/statm: 9392 5789 108 232 0 9157 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 37568

[startup+60.032 s]
/proc/loadavg: 0.63 0.18 0.06 2/64 5897
/proc/meminfo: memFree=1578288/2055920 swapFree=4181452/4192956
[pid=5897] ppid=5895 vsize=37736 CPUtime=60
/proc/5897/stat : 5897 (PBS4L) R 5895 5897 5851 0 -1 4194304 6233 0 0 0 5979 21 0 0 25 0 1 0 219198023 38641664 5867 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/5897/statm: 9434 5867 108 232 0 9199 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 37736

[startup+70.0379 s]
/proc/loadavg: 0.69 0.21 0.07 2/64 5897
/proc/meminfo: memFree=1577968/2055920 swapFree=4181452/4192956
[pid=5897] ppid=5895 vsize=37908 CPUtime=70.01
/proc/5897/stat : 5897 (PBS4L) R 5895 5897 5851 0 -1 4194304 6302 0 0 0 6978 23 0 0 25 0 1 0 219198023 38817792 5936 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134564165 0 0 4096 0 0 0 0 17 1 0 0
/proc/5897/statm: 9477 5936 108 232 0 9242 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 37908

[startup+80.0439 s]
/proc/loadavg: 0.73 0.23 0.08 2/64 5897
/proc/meminfo: memFree=1577648/2055920 swapFree=4181452/4192956
[pid=5897] ppid=5895 vsize=38112 CPUtime=80.01
/proc/5897/stat : 5897 (PBS4L) R 5895 5897 5851 0 -1 4194304 6383 0 0 0 7975 26 0 0 25 0 1 0 219198023 39026688 6017 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/5897/statm: 9528 6017 108 232 0 9293 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 38112

[startup+90.0498 s]
/proc/loadavg: 0.77 0.26 0.09 2/64 5897
/proc/meminfo: memFree=1577392/2055920 swapFree=4181452/4192956
[pid=5897] ppid=5895 vsize=38332 CPUtime=90.02
/proc/5897/stat : 5897 (PBS4L) R 5895 5897 5851 0 -1 4194304 6444 0 0 0 8974 28 0 0 25 0 1 0 219198023 39251968 6078 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549314 0 0 4096 0 0 0 0 17 1 0 0
/proc/5897/statm: 9583 6078 108 232 0 9348 0
Current children cumulated CPU time (s) 90.02
Current children cumulated vsize (Kb) 38332

[startup+100.055 s]
/proc/loadavg: 0.81 0.28 0.10 2/64 5897
/proc/meminfo: memFree=1577072/2055920 swapFree=4181452/4192956
[pid=5897] ppid=5895 vsize=39868 CPUtime=100.02
/proc/5897/stat : 5897 (PBS4L) R 5895 5897 5851 0 -1 4194304 6899 0 0 0 9971 31 0 0 25 0 1 0 219198023 40824832 6148 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/5897/statm: 9967 6148 108 232 0 9732 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 39868

[startup+110.061 s]
/proc/loadavg: 0.84 0.30 0.11 2/64 5897
/proc/meminfo: memFree=1576752/2055920 swapFree=4181452/4192956
[pid=5897] ppid=5895 vsize=40124 CPUtime=110.03
/proc/5897/stat : 5897 (PBS4L) R 5895 5897 5851 0 -1 4194304 6986 0 0 0 10969 34 0 0 25 0 1 0 219198023 41086976 6235 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549242 0 0 4096 0 0 0 0 17 1 0 0
/proc/5897/statm: 10031 6235 108 232 0 9796 0
Current children cumulated CPU time (s) 110.03
Current children cumulated vsize (Kb) 40124

[startup+120.067 s]
/proc/loadavg: 0.86 0.33 0.12 2/64 5897
/proc/meminfo: memFree=1576432/2055920 swapFree=4181452/4192956
[pid=5897] ppid=5895 vsize=40256 CPUtime=120.03
/proc/5897/stat : 5897 (PBS4L) R 5895 5897 5851 0 -1 4194304 7052 0 0 0 11966 37 0 0 25 0 1 0 219198023 41222144 6301 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551621 0 0 4096 0 0 0 0 17 1 0 0
/proc/5897/statm: 10064 6301 108 232 0 9829 0
Current children cumulated CPU time (s) 120.03
Current children cumulated vsize (Kb) 40256

[startup+130.072 s]
/proc/loadavg: 0.88 0.35 0.12 2/64 5897
/proc/meminfo: memFree=1576112/2055920 swapFree=4181452/4192956
[pid=5897] ppid=5895 vsize=40536 CPUtime=130.03
/proc/5897/stat : 5897 (PBS4L) R 5895 5897 5851 0 -1 4194304 7145 0 0 0 12964 39 0 0 25 0 1 0 219198023 41508864 6394 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549328 0 0 4096 0 0 0 0 17 1 0 0
/proc/5897/statm: 10134 6394 108 232 0 9899 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 40536

[startup+140.078 s]
/proc/loadavg: 0.90 0.37 0.13 2/64 5897
/proc/meminfo: memFree=1575856/2055920 swapFree=4181452/4192956
[pid=5897] ppid=5895 vsize=40680 CPUtime=140.03
/proc/5897/stat : 5897 (PBS4L) R 5895 5897 5851 0 -1 4194304 7210 0 0 0 13961 42 0 0 25 0 1 0 219198023 41656320 6459 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/5897/statm: 10170 6459 108 232 0 9935 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 40680

[startup+150.085 s]
/proc/loadavg: 0.92 0.39 0.14 2/64 5897
/proc/meminfo: memFree=1575600/2055920 swapFree=4181452/4192956
[pid=5897] ppid=5895 vsize=40680 CPUtime=150.04
/proc/5897/stat : 5897 (PBS4L) R 5895 5897 5851 0 -1 4194304 7272 0 0 0 14959 45 0 0 25 0 1 0 219198023 41656320 6521 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/5897/statm: 10170 6521 108 232 0 9935 0
Current children cumulated CPU time (s) 150.04
Current children cumulated vsize (Kb) 40680

[startup+160.09 s]
/proc/loadavg: 0.93 0.41 0.15 2/64 5897
/proc/meminfo: memFree=1575344/2055920 swapFree=4181452/4192956
[pid=5897] ppid=5895 vsize=40836 CPUtime=160.04
/proc/5897/stat : 5897 (PBS4L) R 5895 5897 5851 0 -1 4194304 7334 0 0 0 15957 47 0 0 25 0 1 0 219198023 41816064 6583 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/5897/statm: 10209 6583 108 232 0 9974 0
Current children cumulated CPU time (s) 160.04
Current children cumulated vsize (Kb) 40836

[startup+170.096 s]
/proc/loadavg: 0.94 0.43 0.16 2/64 5897
/proc/meminfo: memFree=1575088/2055920 swapFree=4181452/4192956
[pid=5897] ppid=5895 vsize=41000 CPUtime=170.04
/proc/5897/stat : 5897 (PBS4L) R 5895 5897 5851 0 -1 4194304 7394 0 0 0 16953 51 0 0 25 0 1 0 219198023 41984000 6643 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549206 0 0 4096 0 0 0 0 17 1 0 0
/proc/5897/statm: 10250 6643 108 232 0 10015 0
Current children cumulated CPU time (s) 170.04
Current children cumulated vsize (Kb) 41000

[startup+180.102 s]
/proc/loadavg: 0.95 0.45 0.17 2/64 5897
/proc/meminfo: memFree=1574896/2055920 swapFree=4181452/4192956
[pid=5897] ppid=5895 vsize=41176 CPUtime=180.05
/proc/5897/stat : 5897 (PBS4L) R 5895 5897 5851 0 -1 4194304 7452 0 0 0 17951 54 0 0 25 0 1 0 219198023 42164224 6701 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134564928 0 0 4096 0 0 0 0 17 1 0 0
/proc/5897/statm: 10294 6701 108 232 0 10059 0
Current children cumulated CPU time (s) 180.05
Current children cumulated vsize (Kb) 41176

[startup+190.108 s]
/proc/loadavg: 0.95 0.46 0.18 2/64 5897
/proc/meminfo: memFree=1574576/2055920 swapFree=4181452/4192956
[pid=5897] ppid=5895 vsize=41176 CPUtime=190.05
/proc/5897/stat : 5897 (PBS4L) R 5895 5897 5851 0 -1 4194304 7520 0 0 0 18949 56 0 0 25 0 1 0 219198023 42164224 6769 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549579 0 0 4096 0 0 0 0 17 1 0 0
/proc/5897/statm: 10294 6769 108 232 0 10059 0
Current children cumulated CPU time (s) 190.05
Current children cumulated vsize (Kb) 41176

[startup+200.114 s]
/proc/loadavg: 0.96 0.48 0.19 2/64 5897
/proc/meminfo: memFree=1574320/2055920 swapFree=4181452/4192956
[pid=5897] ppid=5895 vsize=41360 CPUtime=200.05
/proc/5897/stat : 5897 (PBS4L) R 5895 5897 5851 0 -1 4194304 7588 0 0 0 19948 57 0 0 25 0 1 0 219198023 42352640 6837 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549328 0 0 4096 0 0 0 0 17 1 0 0
/proc/5897/statm: 10340 6837 108 232 0 10105 0
Current children cumulated CPU time (s) 200.05
Current children cumulated vsize (Kb) 41360

[startup+210.12 s]
/proc/loadavg: 0.97 0.50 0.19 2/64 5897
/proc/meminfo: memFree=1574064/2055920 swapFree=4181452/4192956

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

/proc/5897/stat : 5897 (PBS4L) R 5895 5897 5851 0 -1 4194304 18755 0 0 0 177870 290 0 0 25 0 1 0 219198023 77058048 12625 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/5897/statm: 18813 12625 108 232 0 18578 0
Current children cumulated CPU time (s) 1781.6
Current children cumulated vsize (Kb) 75252

[startup+1783.05 s]
/proc/loadavg: 0.99 0.97 0.82 2/64 5899
/proc/meminfo: memFree=1550960/2055920 swapFree=4181452/4192956
[pid=5897] ppid=5895 vsize=75252 CPUtime=1782.61
/proc/5897/stat : 5897 (PBS4L) R 5895 5897 5851 0 -1 4194304 18757 0 0 0 177971 290 0 0 25 0 1 0 219198023 77058048 12627 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/5897/statm: 18813 12627 108 232 0 18578 0
Current children cumulated CPU time (s) 1782.61
Current children cumulated vsize (Kb) 75252

[startup+1784.06 s]
/proc/loadavg: 0.99 0.97 0.82 2/64 5899
/proc/meminfo: memFree=1550896/2055920 swapFree=4181452/4192956
[pid=5897] ppid=5895 vsize=75252 CPUtime=1783.61
/proc/5897/stat : 5897 (PBS4L) R 5895 5897 5851 0 -1 4194304 18762 0 0 0 178071 290 0 0 25 0 1 0 219198023 77058048 12632 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/5897/statm: 18813 12632 108 232 0 18578 0
Current children cumulated CPU time (s) 1783.61
Current children cumulated vsize (Kb) 75252

[startup+1785.06 s]
/proc/loadavg: 0.99 0.97 0.82 2/64 5899
/proc/meminfo: memFree=1550896/2055920 swapFree=4181452/4192956
[pid=5897] ppid=5895 vsize=75252 CPUtime=1784.61
/proc/5897/stat : 5897 (PBS4L) R 5895 5897 5851 0 -1 4194304 18764 0 0 0 178171 290 0 0 25 0 1 0 219198023 77058048 12634 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549314 0 0 4096 0 0 0 0 17 1 0 0
/proc/5897/statm: 18813 12634 108 232 0 18578 0
Current children cumulated CPU time (s) 1784.61
Current children cumulated vsize (Kb) 75252

[startup+1786.06 s]
/proc/loadavg: 0.99 0.97 0.82 2/64 5899
/proc/meminfo: memFree=1550896/2055920 swapFree=4181452/4192956
[pid=5897] ppid=5895 vsize=75252 CPUtime=1785.62
/proc/5897/stat : 5897 (PBS4L) R 5895 5897 5851 0 -1 4194304 18766 0 0 0 178272 290 0 0 25 0 1 0 219198023 77058048 12636 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551995 0 0 4096 0 0 0 0 17 1 0 0
/proc/5897/statm: 18813 12636 108 232 0 18578 0
Current children cumulated CPU time (s) 1785.62
Current children cumulated vsize (Kb) 75252

[startup+1787.07 s]
/proc/loadavg: 0.99 0.97 0.82 2/64 5899
/proc/meminfo: memFree=1550896/2055920 swapFree=4181452/4192956
[pid=5897] ppid=5895 vsize=75252 CPUtime=1786.63
/proc/5897/stat : 5897 (PBS4L) R 5895 5897 5851 0 -1 4194304 18772 0 0 0 178372 291 0 0 25 0 1 0 219198023 77058048 12642 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/5897/statm: 18813 12642 108 232 0 18578 0
Current children cumulated CPU time (s) 1786.63
Current children cumulated vsize (Kb) 75252

[startup+1788.07 s]
/proc/loadavg: 0.99 0.97 0.82 2/64 5899
/proc/meminfo: memFree=1550896/2055920 swapFree=4181452/4192956
[pid=5897] ppid=5895 vsize=75252 CPUtime=1787.63
/proc/5897/stat : 5897 (PBS4L) R 5895 5897 5851 0 -1 4194304 18773 0 0 0 178472 291 0 0 25 0 1 0 219198023 77058048 12643 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549242 0 0 4096 0 0 0 0 17 1 0 0
/proc/5897/statm: 18813 12643 108 232 0 18578 0
Current children cumulated CPU time (s) 1787.63
Current children cumulated vsize (Kb) 75252

[startup+1789.08 s]
/proc/loadavg: 0.99 0.97 0.82 2/64 5899
/proc/meminfo: memFree=1550896/2055920 swapFree=4181452/4192956
[pid=5897] ppid=5895 vsize=75252 CPUtime=1788.64
/proc/5897/stat : 5897 (PBS4L) R 5895 5897 5851 0 -1 4194304 18775 0 0 0 178573 291 0 0 25 0 1 0 219198023 77058048 12645 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134630277 0 0 4096 0 0 0 0 17 1 0 0
/proc/5897/statm: 18813 12645 108 232 0 18578 0
Current children cumulated CPU time (s) 1788.64
Current children cumulated vsize (Kb) 75252

[startup+1790.08 s]
/proc/loadavg: 0.99 0.97 0.82 2/64 5899
/proc/meminfo: memFree=1550832/2055920 swapFree=4181452/4192956
[pid=5897] ppid=5895 vsize=75252 CPUtime=1789.64
/proc/5897/stat : 5897 (PBS4L) R 5895 5897 5851 0 -1 4194304 18781 0 0 0 178673 291 0 0 25 0 1 0 219198023 77058048 12651 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/5897/statm: 18813 12651 108 232 0 18578 0
Current children cumulated CPU time (s) 1789.64
Current children cumulated vsize (Kb) 75252

[startup+1791.09 s]
/proc/loadavg: 0.99 0.97 0.82 2/64 5899
/proc/meminfo: memFree=1550832/2055920 swapFree=4181452/4192956
[pid=5897] ppid=5895 vsize=75252 CPUtime=1790.65
/proc/5897/stat : 5897 (PBS4L) R 5895 5897 5851 0 -1 4194304 18782 0 0 0 178774 291 0 0 25 0 1 0 219198023 77058048 12652 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558802 0 0 4096 0 0 0 0 17 1 0 0
/proc/5897/statm: 18813 12652 108 232 0 18578 0
Current children cumulated CPU time (s) 1790.65
Current children cumulated vsize (Kb) 75252

[startup+1792.09 s]
/proc/loadavg: 0.99 0.97 0.82 2/64 5899
/proc/meminfo: memFree=1550832/2055920 swapFree=4181452/4192956
[pid=5897] ppid=5895 vsize=75252 CPUtime=1791.65
/proc/5897/stat : 5897 (PBS4L) R 5895 5897 5851 0 -1 4194304 18783 0 0 0 178874 291 0 0 25 0 1 0 219198023 77058048 12653 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/5897/statm: 18813 12653 108 232 0 18578 0
Current children cumulated CPU time (s) 1791.65
Current children cumulated vsize (Kb) 75252

[startup+1793.1 s]
/proc/loadavg: 0.99 0.97 0.82 2/64 5899
/proc/meminfo: memFree=1550832/2055920 swapFree=4181452/4192956
[pid=5897] ppid=5895 vsize=75252 CPUtime=1792.65
/proc/5897/stat : 5897 (PBS4L) R 5895 5897 5851 0 -1 4194304 18787 0 0 0 178974 291 0 0 25 0 1 0 219198023 77058048 12657 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/5897/statm: 18813 12657 108 232 0 18578 0
Current children cumulated CPU time (s) 1792.65
Current children cumulated vsize (Kb) 75252

[startup+1794.1 s]
/proc/loadavg: 0.99 0.97 0.82 2/64 5899
/proc/meminfo: memFree=1550768/2055920 swapFree=4181452/4192956
[pid=5897] ppid=5895 vsize=75252 CPUtime=1793.66
/proc/5897/stat : 5897 (PBS4L) R 5895 5897 5851 0 -1 4194304 18791 0 0 0 179075 291 0 0 25 0 1 0 219198023 77058048 12661 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/5897/statm: 18813 12661 108 232 0 18578 0
Current children cumulated CPU time (s) 1793.66
Current children cumulated vsize (Kb) 75252

[startup+1795.11 s]
/proc/loadavg: 0.99 0.97 0.82 2/64 5899
/proc/meminfo: memFree=1550768/2055920 swapFree=4181452/4192956
[pid=5897] ppid=5895 vsize=75252 CPUtime=1794.66
/proc/5897/stat : 5897 (PBS4L) R 5895 5897 5851 0 -1 4194304 18797 0 0 0 179175 291 0 0 25 0 1 0 219198023 77058048 12667 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/5897/statm: 18813 12667 108 232 0 18578 0
Current children cumulated CPU time (s) 1794.66
Current children cumulated vsize (Kb) 75252

[startup+1796.11 s]
/proc/loadavg: 0.99 0.97 0.82 2/64 5899
/proc/meminfo: memFree=1550768/2055920 swapFree=4181452/4192956
[pid=5897] ppid=5895 vsize=75252 CPUtime=1795.67
/proc/5897/stat : 5897 (PBS4L) R 5895 5897 5851 0 -1 4194304 18798 0 0 0 179275 292 0 0 25 0 1 0 219198023 77058048 12668 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549267 0 0 4096 0 0 0 0 17 1 0 0
/proc/5897/statm: 18813 12668 108 232 0 18578 0
Current children cumulated CPU time (s) 1795.67
Current children cumulated vsize (Kb) 75252

[startup+1797.12 s]
/proc/loadavg: 0.99 0.97 0.82 2/64 5899
/proc/meminfo: memFree=1550768/2055920 swapFree=4181452/4192956
[pid=5897] ppid=5895 vsize=75252 CPUtime=1796.67
/proc/5897/stat : 5897 (PBS4L) R 5895 5897 5851 0 -1 4194304 18798 0 0 0 179375 292 0 0 25 0 1 0 219198023 77058048 12668 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/5897/statm: 18813 12668 108 232 0 18578 0
Current children cumulated CPU time (s) 1796.67
Current children cumulated vsize (Kb) 75252

[startup+1798.12 s]
/proc/loadavg: 0.99 0.97 0.82 2/64 5899
/proc/meminfo: memFree=1550768/2055920 swapFree=4181452/4192956
[pid=5897] ppid=5895 vsize=75252 CPUtime=1797.68
/proc/5897/stat : 5897 (PBS4L) R 5895 5897 5851 0 -1 4194304 18799 0 0 0 179476 292 0 0 25 0 1 0 219198023 77058048 12669 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549328 0 0 4096 0 0 0 0 17 1 0 0
/proc/5897/statm: 18813 12669 108 232 0 18578 0
Current children cumulated CPU time (s) 1797.68
Current children cumulated vsize (Kb) 75252

[startup+1799.13 s]
/proc/loadavg: 0.99 0.97 0.82 3/64 5899
/proc/meminfo: memFree=1550768/2055920 swapFree=4181452/4192956
[pid=5897] ppid=5895 vsize=75252 CPUtime=1798.68
/proc/5897/stat : 5897 (PBS4L) R 5895 5897 5851 0 -1 4194304 18804 0 0 0 179576 292 0 0 25 0 1 0 219198023 77058048 12674 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558771 0 0 4096 0 0 0 0 17 1 0 0
/proc/5897/statm: 18813 12674 108 232 0 18578 0
Current children cumulated CPU time (s) 1798.68
Current children cumulated vsize (Kb) 75252

[startup+1800.13 s]
/proc/loadavg: 0.99 0.97 0.82 2/64 5899
/proc/meminfo: memFree=1550704/2055920 swapFree=4181452/4192956
[pid=5897] ppid=5895 vsize=75252 CPUtime=1799.69
/proc/5897/stat : 5897 (PBS4L) R 5895 5897 5851 0 -1 4194304 18806 0 0 0 179676 293 0 0 25 0 1 0 219198023 77058048 12676 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558799 0 0 4096 0 0 0 0 17 1 0 0
/proc/5897/statm: 18813 12676 108 232 0 18578 0
Current children cumulated CPU time (s) 1799.69
Current children cumulated vsize (Kb) 75252

[startup+1801.14 s]
/proc/loadavg: 0.99 0.97 0.82 2/64 5899
/proc/meminfo: memFree=1550704/2055920 swapFree=4181452/4192956
[pid=5897] ppid=5895 vsize=75252 CPUtime=1800.69
/proc/5897/stat : 5897 (PBS4L) R 5895 5897 5851 0 -1 4194304 18807 0 0 0 179776 293 0 0 25 0 1 0 219198023 77058048 12677 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/5897/statm: 18813 12677 108 232 0 18578 0
Current children cumulated CPU time (s) 1800.69
Current children cumulated vsize (Kb) 75252



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.14 s]
/proc/loadavg: 0.99 0.97 0.82 2/64 5899
/proc/meminfo: memFree=1550704/2055920 swapFree=4181452/4192956
[pid=5897] ppid=5895 vsize=75252 CPUtime=1800.69
/proc/5897/stat : 5897 (PBS4L) R 5895 5897 5851 0 -1 4194304 18807 0 0 0 179776 293 0 0 25 0 1 0 219198023 77058048 12677 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549510 0 0 4096 0 0 0 0 17 1 0 0
/proc/5897/statm: 18813 12677 108 232 0 18578 0
Current children cumulated CPU time (s) 1800.69
Current children cumulated vsize (Kb) 75252

Sending SIGTERM to -5897
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.16
CPU time (s): 1800.71
CPU user time (s): 1797.77
CPU system time (s): 2.94255
CPU usage (%): 99.9754
Max. virtual memory (cumulated for all children) (Kb): 75252
The end

Launcher Data (download as text)

Begin job on node25 on Mon Jun  5 19:22:26 UTC 2006


FILE ID= 41636-1149535346

PBS_JOBID= 315873

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/domset/normalized-domset_v500_e2000_w30_mw19_18.opb.PB06.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node25/41636-1149535346/instance-41636-1149535346.opb 212388186
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node25/watcher-41636-1149535346 -o ROOT/results/node25/solver-41636-1149535346 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node25/41636-1149535346/instance-41636-1149535346.opb 212388186

MD5SUM SOLVER= ab46593c31a6a47b9d9920387a00d332
MD5SUM BENCH=  7db364152f2aec17f16cb8adef9dc3c7

RANDOM SEED= 212388186


/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.236
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.236
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:       1601536 kB
Buffers:         31524 kB
Cached:         361632 kB
SwapCached:       3080 kB
Active:         135900 kB
Inactive:       265864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1601536 kB
SwapTotal:     4192956 kB
SwapFree:      4181452 kB
Dirty:             136 kB
Writeback:           0 kB
Mapped:          14716 kB
Slab:            38612 kB
Committed_AS:   399164 kB
PageTables:       1428 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node25 on Mon Jun  5 19:52:28 UTC 2006