Trace number 41629

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.47 1801.22

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_15.opb.PB06.opb
MD5SUM9cfc9eabeae08d1064da7d7b87db93a4
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark187
Best CPU time to get the best result obtained on this benchmark1800.51
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 185
Optimality of the best value was proved NO
Number of variables473
Total number of constraints473
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 constraints473
Minimum length of a constraint4
Maximum length of a constraint18
Number of terms in the objective function 473
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 473
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 473
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/node35/41629-1149386226/instance-41629-1149386226.opb ......
0.02	c done parsing opb.
0.02	o 473
0.02	o 472
0.02	o 471
0.02	o 470
0.02	o 469
0.02	o 468
0.02	o 467
0.03	o 466
0.03	o 465
0.03	o 464
0.03	o 463
0.03	o 462
0.03	o 461
0.04	o 460
0.04	o 459
0.04	o 458
0.04	o 457
0.04	o 456
0.04	o 455
0.04	o 454
0.05	o 453
0.05	o 452
0.05	o 451
0.05	o 450
0.05	o 449
0.05	o 448
0.06	o 447
0.06	o 446
0.06	o 445
0.06	o 444
0.06	o 443
0.06	o 442
0.07	o 441
0.07	o 440
0.07	o 439
0.07	o 438
0.07	o 437
0.07	o 436
0.07	o 435
0.08	o 434
0.08	o 433
0.08	o 432
0.08	o 431
0.08	o 417
0.08	o 416
0.08	o 415
0.09	o 414
0.09	o 413
0.09	o 412
0.09	o 411
0.09	o 410
0.09	o 409
0.10	o 408
0.10	o 407
0.10	o 406
0.10	o 405
0.10	o 404
0.10	o 403
0.10	o 402
0.11	o 323
0.11	o 322
0.11	o 321
0.11	o 320
0.36	o 319
0.36	o 248
0.36	o 245
0.36	o 244
0.36	o 243
0.36	o 242
0.36	o 241
0.37	o 240
0.37	o 237
0.37	o 236
7.39	o 235
7.91	o 234
7.91	o 233
7.91	o 232
7.91	o 231
7.91	o 230
7.91	o 229
7.91	o 228
7.91	o 227
7.92	o 226
7.92	o 225
7.92	o 224
7.92	o 223
7.92	o 222
7.92	o 221
7.95	o 220
7.95	o 219
7.95	o 218
7.95	o 217
42.35	o 216
42.42	o 215
63.85	o 214
118.46	o 213
335.39	o 212
336.80	o 211
427.19	o 210

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/node35/watcher-41629-1149386226 -o ROOT/results/node35/solver-41629-1149386226 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node35/41629-1149386226/instance-41629-1149386226.opb 583452507 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.95 0.92 2/64 12159
/proc/meminfo: memFree=1355720/2055920 swapFree=4180888/4192956
[pid=12159] ppid=12157 vsize=1400 CPUtime=0
/proc/12159/stat : 12159 (PBS4L) R 12157 12159 12113 0 -1 4194304 161 0 0 0 0 0 0 0 18 0 1 0 204286464 1433600 142 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134565968 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 350 142 98 232 0 115 0

[startup+10.0019 s]
/proc/loadavg: 0.93 0.95 0.92 2/64 12159
/proc/meminfo: memFree=1338136/2055920 swapFree=4180888/4192956
[pid=12159] ppid=12157 vsize=18768 CPUtime=9.99
/proc/12159/stat : 12159 (PBS4L) R 12157 12159 12113 0 -1 4194304 4559 0 0 0 991 8 0 0 25 0 1 0 204286464 19218432 4483 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 4692 4483 108 232 0 4457 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 18768

[startup+20.0081 s]
/proc/loadavg: 0.94 0.96 0.92 2/64 12159
/proc/meminfo: memFree=1337432/2055920 swapFree=4180888/4192956
[pid=12159] ppid=12157 vsize=19436 CPUtime=19.99
/proc/12159/stat : 12159 (PBS4L) R 12157 12159 12113 0 -1 4194304 4800 0 0 0 1988 11 0 0 25 0 1 0 204286464 19902464 4627 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 4859 4627 108 232 0 4624 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 19436

[startup+30.0143 s]
/proc/loadavg: 0.95 0.96 0.92 2/64 12159
/proc/meminfo: memFree=1337112/2055920 swapFree=4180888/4192956
[pid=12159] ppid=12157 vsize=19732 CPUtime=30
/proc/12159/stat : 12159 (PBS4L) R 12157 12159 12113 0 -1 4194304 4922 0 0 0 2986 14 0 0 25 0 1 0 204286464 20205568 4749 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551363 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 4933 4749 108 232 0 4698 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 19732

[startup+40.0205 s]
/proc/loadavg: 0.95 0.96 0.92 2/64 12159
/proc/meminfo: memFree=1336600/2055920 swapFree=4180888/4192956
[pid=12159] ppid=12157 vsize=20756 CPUtime=40
/proc/12159/stat : 12159 (PBS4L) R 12157 12159 12113 0 -1 4194304 5221 0 0 0 3983 17 0 0 25 0 1 0 204286464 21254144 4855 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134546640 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 5189 4855 108 232 0 4954 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 20756

[startup+50.0267 s]
/proc/loadavg: 0.96 0.96 0.92 2/64 12159
/proc/meminfo: memFree=1336216/2055920 swapFree=4180888/4192956
[pid=12159] ppid=12157 vsize=21044 CPUtime=50.01
/proc/12159/stat : 12159 (PBS4L) R 12157 12159 12113 0 -1 4194304 5332 0 0 0 4980 21 0 0 25 0 1 0 204286464 21549056 4966 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 5261 4966 108 232 0 5026 0
Current children cumulated CPU time (s) 50.01
Current children cumulated vsize (Kb) 21044

[startup+60.0329 s]
/proc/loadavg: 0.97 0.96 0.92 2/64 12159
/proc/meminfo: memFree=1335768/2055920 swapFree=4180888/4192956
[pid=12159] ppid=12157 vsize=21220 CPUtime=60
/proc/12159/stat : 12159 (PBS4L) R 12157 12159 12113 0 -1 4194304 5447 0 0 0 5975 25 0 0 25 0 1 0 204286464 21729280 5081 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 5305 5081 108 232 0 5070 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 21220

[startup+70.0391 s]
/proc/loadavg: 0.97 0.96 0.92 2/64 12159
/proc/meminfo: memFree=1335384/2055920 swapFree=4180888/4192956
[pid=12159] ppid=12157 vsize=21616 CPUtime=70.01
/proc/12159/stat : 12159 (PBS4L) R 12157 12159 12113 0 -1 4194304 5551 0 0 0 6972 29 0 0 25 0 1 0 204286464 22134784 5185 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134564171 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 5404 5185 108 232 0 5169 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 21616

[startup+80.0453 s]
/proc/loadavg: 0.98 0.96 0.92 2/64 12159
/proc/meminfo: memFree=1334872/2055920 swapFree=4180888/4192956
[pid=12159] ppid=12157 vsize=23152 CPUtime=80.01
/proc/12159/stat : 12159 (PBS4L) R 12157 12159 12113 0 -1 4194304 6023 0 0 0 7970 31 0 0 25 0 1 0 204286464 23707648 5272 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549239 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 5788 5272 108 232 0 5553 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 23152

[startup+90.0515 s]
/proc/loadavg: 0.98 0.96 0.92 2/64 12159
/proc/meminfo: memFree=1334616/2055920 swapFree=4180888/4192956
[pid=12159] ppid=12157 vsize=23508 CPUtime=90.02
/proc/12159/stat : 12159 (PBS4L) R 12157 12159 12113 0 -1 4194304 6111 0 0 0 8968 34 0 0 25 0 1 0 204286464 24072192 5360 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551526 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 5877 5360 108 232 0 5642 0
Current children cumulated CPU time (s) 90.02
Current children cumulated vsize (Kb) 23508

[startup+100.058 s]
/proc/loadavg: 0.98 0.96 0.92 2/64 12159
/proc/meminfo: memFree=1334232/2055920 swapFree=4180888/4192956
[pid=12159] ppid=12157 vsize=23644 CPUtime=100.03
/proc/12159/stat : 12159 (PBS4L) R 12157 12159 12113 0 -1 4194304 6205 0 0 0 9966 37 0 0 25 0 1 0 204286464 24211456 5454 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 5911 5454 108 232 0 5676 0
Current children cumulated CPU time (s) 100.03
Current children cumulated vsize (Kb) 23644

[startup+110.064 s]
/proc/loadavg: 0.98 0.96 0.92 2/64 12159
/proc/meminfo: memFree=1333912/2055920 swapFree=4180888/4192956
[pid=12159] ppid=12157 vsize=23916 CPUtime=110.02
/proc/12159/stat : 12159 (PBS4L) R 12157 12159 12113 0 -1 4194304 6297 0 0 0 10961 41 0 0 25 0 1 0 204286464 24489984 5546 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549328 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 5979 5546 108 232 0 5744 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 23916

[startup+120.07 s]
/proc/loadavg: 0.99 0.97 0.92 2/64 12159
/proc/meminfo: memFree=1333592/2055920 swapFree=4180888/4192956
[pid=12159] ppid=12157 vsize=24064 CPUtime=120.03
/proc/12159/stat : 12159 (PBS4L) R 12157 12159 12113 0 -1 4194304 6379 0 0 0 11957 46 0 0 25 0 1 0 204286464 24641536 5628 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 6016 5628 108 232 0 5781 0
Current children cumulated CPU time (s) 120.03
Current children cumulated vsize (Kb) 24064

[startup+130.076 s]
/proc/loadavg: 0.99 0.97 0.92 2/64 12159
/proc/meminfo: memFree=1333336/2055920 swapFree=4180888/4192956
[pid=12159] ppid=12157 vsize=24220 CPUtime=130.03
/proc/12159/stat : 12159 (PBS4L) R 12157 12159 12113 0 -1 4194304 6452 0 0 0 12953 50 0 0 25 0 1 0 204286464 24801280 5701 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549242 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 6055 5701 108 232 0 5820 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 24220

[startup+140.083 s]
/proc/loadavg: 0.99 0.97 0.92 2/64 12159
/proc/meminfo: memFree=1333016/2055920 swapFree=4180888/4192956
[pid=12159] ppid=12157 vsize=24388 CPUtime=140.04
/proc/12159/stat : 12159 (PBS4L) R 12157 12159 12113 0 -1 4194304 6525 0 0 0 13951 53 0 0 25 0 1 0 204286464 24973312 5774 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549276 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 6097 5774 108 232 0 5862 0
Current children cumulated CPU time (s) 140.04
Current children cumulated vsize (Kb) 24388

[startup+150.089 s]
/proc/loadavg: 0.99 0.97 0.92 2/64 12159
/proc/meminfo: memFree=1332760/2055920 swapFree=4180888/4192956
[pid=12159] ppid=12157 vsize=24388 CPUtime=150.04
/proc/12159/stat : 12159 (PBS4L) R 12157 12159 12113 0 -1 4194304 6593 0 0 0 14948 56 0 0 25 0 1 0 204286464 24973312 5842 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549206 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 6097 5842 108 232 0 5862 0
Current children cumulated CPU time (s) 150.04
Current children cumulated vsize (Kb) 24388

[startup+160.095 s]
/proc/loadavg: 0.99 0.97 0.92 2/64 12159
/proc/meminfo: memFree=1332504/2055920 swapFree=4180888/4192956
[pid=12159] ppid=12157 vsize=24564 CPUtime=160.05
/proc/12159/stat : 12159 (PBS4L) R 12157 12159 12113 0 -1 4194304 6660 0 0 0 15944 61 0 0 25 0 1 0 204286464 25153536 5909 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 6141 5909 108 232 0 5906 0
Current children cumulated CPU time (s) 160.05
Current children cumulated vsize (Kb) 24564

[startup+170.1 s]
/proc/loadavg: 0.99 0.97 0.92 2/64 12159
/proc/meminfo: memFree=1332184/2055920 swapFree=4180888/4192956
[pid=12159] ppid=12157 vsize=24752 CPUtime=170.04
/proc/12159/stat : 12159 (PBS4L) R 12157 12159 12113 0 -1 4194304 6729 0 0 0 16940 64 0 0 25 0 1 0 204286464 25346048 5978 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549255 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 6188 5978 108 232 0 5953 0
Current children cumulated CPU time (s) 170.04
Current children cumulated vsize (Kb) 24752

[startup+180.106 s]
/proc/loadavg: 0.99 0.97 0.92 2/64 12159
/proc/meminfo: memFree=1331928/2055920 swapFree=4180888/4192956
[pid=12159] ppid=12157 vsize=24952 CPUtime=180.04
/proc/12159/stat : 12159 (PBS4L) R 12157 12159 12113 0 -1 4194304 6790 0 0 0 17938 66 0 0 25 0 1 0 204286464 25550848 6039 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558866 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 6238 6039 108 232 0 6003 0
Current children cumulated CPU time (s) 180.04
Current children cumulated vsize (Kb) 24952

[startup+190.113 s]
/proc/loadavg: 0.99 0.97 0.92 2/64 12159
/proc/meminfo: memFree=1331672/2055920 swapFree=4180888/4192956
[pid=12159] ppid=12157 vsize=28024 CPUtime=190.05
/proc/12159/stat : 12159 (PBS4L) R 12157 12159 12113 0 -1 4194304 7632 0 0 0 18936 69 0 0 25 0 1 0 204286464 28696576 6112 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 7006 6112 108 232 0 6771 0
Current children cumulated CPU time (s) 190.05
Current children cumulated vsize (Kb) 28024

[startup+200.119 s]
/proc/loadavg: 0.99 0.97 0.92 2/64 12159
/proc/meminfo: memFree=1331352/2055920 swapFree=4180888/4192956
[pid=12159] ppid=12157 vsize=28236 CPUtime=200.05
/proc/12159/stat : 12159 (PBS4L) R 12157 12159 12113 0 -1 4194304 7702 0 0 0 19934 71 0 0 25 0 1 0 204286464 28913664 6182 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551768 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 7059 6182 108 232 0 6824 0
Current children cumulated CPU time (s) 200.05
Current children cumulated vsize (Kb) 28236

[startup+210.125 s]
/proc/loadavg: 0.99 0.97 0.92 2/64 12159
/proc/meminfo: memFree=1331096/2055920 swapFree=4180888/4192956

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

/proc/12159/stat : 12159 (PBS4L) R 12157 12159 12113 0 -1 4194304 18776 0 0 0 177782 354 0 0 25 0 1 0 204286464 61177856 12646 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 14936 12646 108 232 0 14701 0
Current children cumulated CPU time (s) 1781.36
Current children cumulated vsize (Kb) 59744

[startup+1783.12 s]
/proc/loadavg: 1.05 1.21 1.06 2/64 15096
/proc/meminfo: memFree=1264472/2055920 swapFree=4180888/4192956
[pid=12159] ppid=12157 vsize=59744 CPUtime=1782.37
/proc/12159/stat : 12159 (PBS4L) R 12157 12159 12113 0 -1 4194304 18778 0 0 0 177883 354 0 0 25 0 1 0 204286464 61177856 12648 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 14936 12648 108 232 0 14701 0
Current children cumulated CPU time (s) 1782.37
Current children cumulated vsize (Kb) 59744

[startup+1784.12 s]
/proc/loadavg: 1.05 1.21 1.06 2/64 15096
/proc/meminfo: memFree=1264472/2055920 swapFree=4180888/4192956
[pid=12159] ppid=12157 vsize=59744 CPUtime=1783.37
/proc/12159/stat : 12159 (PBS4L) R 12157 12159 12113 0 -1 4194304 18783 0 0 0 177983 354 0 0 25 0 1 0 204286464 61177856 12653 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549242 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 14936 12653 108 232 0 14701 0
Current children cumulated CPU time (s) 1783.37
Current children cumulated vsize (Kb) 59744

[startup+1785.13 s]
/proc/loadavg: 1.05 1.21 1.06 2/64 15096
/proc/meminfo: memFree=1264472/2055920 swapFree=4180888/4192956
[pid=12159] ppid=12157 vsize=59744 CPUtime=1784.37
/proc/12159/stat : 12159 (PBS4L) R 12157 12159 12113 0 -1 4194304 18784 0 0 0 178083 354 0 0 25 0 1 0 204286464 61177856 12654 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 14936 12654 108 232 0 14701 0
Current children cumulated CPU time (s) 1784.37
Current children cumulated vsize (Kb) 59744

[startup+1786.13 s]
/proc/loadavg: 1.05 1.21 1.06 2/64 15096
/proc/meminfo: memFree=1264472/2055920 swapFree=4180888/4192956
[pid=12159] ppid=12157 vsize=59744 CPUtime=1785.38
/proc/12159/stat : 12159 (PBS4L) R 12157 12159 12113 0 -1 4194304 18785 0 0 0 178184 354 0 0 25 0 1 0 204286464 61177856 12655 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 14936 12655 108 232 0 14701 0
Current children cumulated CPU time (s) 1785.38
Current children cumulated vsize (Kb) 59744

[startup+1787.14 s]
/proc/loadavg: 1.05 1.21 1.06 2/64 15096
/proc/meminfo: memFree=1264472/2055920 swapFree=4180888/4192956
[pid=12159] ppid=12157 vsize=59744 CPUtime=1786.38
/proc/12159/stat : 12159 (PBS4L) R 12157 12159 12113 0 -1 4194304 18786 0 0 0 178284 354 0 0 25 0 1 0 204286464 61177856 12656 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551987 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 14936 12656 108 232 0 14701 0
Current children cumulated CPU time (s) 1786.38
Current children cumulated vsize (Kb) 59744

[startup+1788.14 s]
/proc/loadavg: 1.05 1.21 1.06 2/64 15096
/proc/meminfo: memFree=1264472/2055920 swapFree=4180888/4192956
[pid=12159] ppid=12157 vsize=59744 CPUtime=1787.39
/proc/12159/stat : 12159 (PBS4L) R 12157 12159 12113 0 -1 4194304 18792 0 0 0 178385 354 0 0 25 0 1 0 204286464 61177856 12662 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 14936 12662 108 232 0 14701 0
Current children cumulated CPU time (s) 1787.39
Current children cumulated vsize (Kb) 59744

[startup+1789.15 s]
/proc/loadavg: 1.05 1.21 1.06 2/64 15096
/proc/meminfo: memFree=1264408/2055920 swapFree=4180888/4192956
[pid=12159] ppid=12157 vsize=59744 CPUtime=1788.39
/proc/12159/stat : 12159 (PBS4L) R 12157 12159 12113 0 -1 4194304 18793 0 0 0 178485 354 0 0 25 0 1 0 204286464 61177856 12663 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558782 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 14936 12663 108 232 0 14701 0
Current children cumulated CPU time (s) 1788.39
Current children cumulated vsize (Kb) 59744

[startup+1790.15 s]
/proc/loadavg: 1.05 1.21 1.06 2/64 15096
/proc/meminfo: memFree=1264408/2055920 swapFree=4180888/4192956
[pid=12159] ppid=12157 vsize=59744 CPUtime=1789.39
/proc/12159/stat : 12159 (PBS4L) R 12157 12159 12113 0 -1 4194304 18795 0 0 0 178585 354 0 0 25 0 1 0 204286464 61177856 12665 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558782 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 14936 12665 108 232 0 14701 0
Current children cumulated CPU time (s) 1789.39
Current children cumulated vsize (Kb) 59744

[startup+1791.16 s]
/proc/loadavg: 1.05 1.21 1.06 2/64 15096
/proc/meminfo: memFree=1264408/2055920 swapFree=4180888/4192956
[pid=12159] ppid=12157 vsize=60760 CPUtime=1790.4
/proc/12159/stat : 12159 (PBS4L) R 12157 12159 12113 0 -1 4194304 18801 0 0 0 178685 355 0 0 25 0 1 0 204286464 62218240 12671 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549328 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 15190 12671 108 232 0 14955 0
Current children cumulated CPU time (s) 1790.4
Current children cumulated vsize (Kb) 60760

[startup+1792.16 s]
/proc/loadavg: 1.05 1.20 1.06 2/64 15096
/proc/meminfo: memFree=1264408/2055920 swapFree=4180888/4192956
[pid=12159] ppid=12157 vsize=60760 CPUtime=1791.41
/proc/12159/stat : 12159 (PBS4L) R 12157 12159 12113 0 -1 4194304 18802 0 0 0 178786 355 0 0 25 0 1 0 204286464 62218240 12672 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 15190 12672 108 232 0 14955 0
Current children cumulated CPU time (s) 1791.41
Current children cumulated vsize (Kb) 60760

[startup+1793.17 s]
/proc/loadavg: 1.05 1.20 1.06 2/64 15096
/proc/meminfo: memFree=1264408/2055920 swapFree=4180888/4192956
[pid=12159] ppid=12157 vsize=60760 CPUtime=1792.41
/proc/12159/stat : 12159 (PBS4L) R 12157 12159 12113 0 -1 4194304 18803 0 0 0 178886 355 0 0 25 0 1 0 204286464 62218240 12673 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 15190 12673 108 232 0 14955 0
Current children cumulated CPU time (s) 1792.41
Current children cumulated vsize (Kb) 60760

[startup+1794.17 s]
/proc/loadavg: 1.05 1.20 1.06 2/64 15096
/proc/meminfo: memFree=1264408/2055920 swapFree=4180888/4192956
[pid=12159] ppid=12157 vsize=60760 CPUtime=1793.42
/proc/12159/stat : 12159 (PBS4L) R 12157 12159 12113 0 -1 4194304 18808 0 0 0 178987 355 0 0 25 0 1 0 204286464 62218240 12678 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558782 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 15190 12678 108 232 0 14955 0
Current children cumulated CPU time (s) 1793.42
Current children cumulated vsize (Kb) 60760

[startup+1795.18 s]
/proc/loadavg: 1.05 1.20 1.06 2/64 15096
/proc/meminfo: memFree=1264344/2055920 swapFree=4180888/4192956
[pid=12159] ppid=12157 vsize=60760 CPUtime=1794.42
/proc/12159/stat : 12159 (PBS4L) R 12157 12159 12113 0 -1 4194304 18810 0 0 0 179087 355 0 0 25 0 1 0 204286464 62218240 12680 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 15190 12680 108 232 0 14955 0
Current children cumulated CPU time (s) 1794.42
Current children cumulated vsize (Kb) 60760

[startup+1796.18 s]
/proc/loadavg: 1.05 1.20 1.06 2/64 15096
/proc/meminfo: memFree=1264344/2055920 swapFree=4180888/4192956
[pid=12159] ppid=12157 vsize=60760 CPUtime=1795.42
/proc/12159/stat : 12159 (PBS4L) R 12157 12159 12113 0 -1 4194304 18812 0 0 0 179187 355 0 0 25 0 1 0 204286464 62218240 12682 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558782 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 15190 12682 108 232 0 14955 0
Current children cumulated CPU time (s) 1795.42
Current children cumulated vsize (Kb) 60760

[startup+1797.19 s]
/proc/loadavg: 1.04 1.20 1.06 2/64 15096
/proc/meminfo: memFree=1264344/2055920 swapFree=4180888/4192956
[pid=12159] ppid=12157 vsize=60760 CPUtime=1796.43
/proc/12159/stat : 12159 (PBS4L) R 12157 12159 12113 0 -1 4194304 18817 0 0 0 179288 355 0 0 25 0 1 0 204286464 62218240 12687 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558799 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 15190 12687 108 232 0 14955 0
Current children cumulated CPU time (s) 1796.43
Current children cumulated vsize (Kb) 60760

[startup+1798.19 s]
/proc/loadavg: 1.04 1.20 1.06 2/64 15096
/proc/meminfo: memFree=1264344/2055920 swapFree=4180888/4192956
[pid=12159] ppid=12157 vsize=60760 CPUtime=1797.44
/proc/12159/stat : 12159 (PBS4L) R 12157 12159 12113 0 -1 4194304 18818 0 0 0 179388 356 0 0 25 0 1 0 204286464 62218240 12688 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558799 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 15190 12688 108 232 0 14955 0
Current children cumulated CPU time (s) 1797.44
Current children cumulated vsize (Kb) 60760

[startup+1799.2 s]
/proc/loadavg: 1.04 1.20 1.06 2/64 15096
/proc/meminfo: memFree=1264344/2055920 swapFree=4180888/4192956
[pid=12159] ppid=12157 vsize=60760 CPUtime=1798.44
/proc/12159/stat : 12159 (PBS4L) R 12157 12159 12113 0 -1 4194304 18824 0 0 0 179488 356 0 0 25 0 1 0 204286464 62218240 12694 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 15190 12694 108 232 0 14955 0
Current children cumulated CPU time (s) 1798.44
Current children cumulated vsize (Kb) 60760

[startup+1800.2 s]
/proc/loadavg: 1.04 1.20 1.06 2/64 15096
/proc/meminfo: memFree=1264280/2055920 swapFree=4180888/4192956
[pid=12159] ppid=12157 vsize=60760 CPUtime=1799.44
/proc/12159/stat : 12159 (PBS4L) R 12157 12159 12113 0 -1 4194304 18826 0 0 0 179588 356 0 0 25 0 1 0 204286464 62218240 12696 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549255 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 15190 12696 108 232 0 14955 0
Current children cumulated CPU time (s) 1799.44
Current children cumulated vsize (Kb) 60760

[startup+1801.21 s]
/proc/loadavg: 1.04 1.20 1.06 2/64 15096
/proc/meminfo: memFree=1264280/2055920 swapFree=4180888/4192956
[pid=12159] ppid=12157 vsize=60760 CPUtime=1800.45
/proc/12159/stat : 12159 (PBS4L) R 12157 12159 12113 0 -1 4194304 18828 0 0 0 179689 356 0 0 25 0 1 0 204286464 62218240 12698 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134564924 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 15190 12698 108 232 0 14955 0
Current children cumulated CPU time (s) 1800.45
Current children cumulated vsize (Kb) 60760



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.21 s]
/proc/loadavg: 1.04 1.20 1.06 2/64 15096
/proc/meminfo: memFree=1264280/2055920 swapFree=4180888/4192956
[pid=12159] ppid=12157 vsize=60760 CPUtime=1800.45
/proc/12159/stat : 12159 (PBS4L) R 12157 12159 12113 0 -1 4194304 18828 0 0 0 179689 356 0 0 25 0 1 0 204286464 62218240 12698 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558768 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 15190 12698 108 232 0 14955 0
Current children cumulated CPU time (s) 1800.45
Current children cumulated vsize (Kb) 60760

Sending SIGTERM to -12159
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.22
CPU time (s): 1800.47
CPU user time (s): 1796.9
CPU system time (s): 3.57346
CPU usage (%): 99.9582
Max. virtual memory (cumulated for all children) (Kb): 60760
The end

Launcher Data (download as text)

Begin job on node35 on Sun Jun  4 01:57:06 UTC 2006


FILE ID= 41629-1149386226

PBS_JOBID= 313196

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

MD5SUM SOLVER= ab46593c31a6a47b9d9920387a00d332
MD5SUM BENCH=  9cfc9eabeae08d1064da7d7b87db93a4

RANDOM SEED= 583452507


/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.210
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.210
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:       1355928 kB
Buffers:         33392 kB
Cached:         597924 kB
SwapCached:       3872 kB
Active:         112264 kB
Inactive:       527920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1355928 kB
SwapTotal:     4192956 kB
SwapFree:      4180888 kB
Dirty:             164 kB
Writeback:           0 kB
Mapped:          14936 kB
Slab:            45868 kB
Committed_AS:   424280 kB
PageTables:       1432 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node35 on Sun Jun  4 02:27:07 UTC 2006