Trace number 41635

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.19

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_19.opb.PB06.opb
MD5SUM80b0f13939656efa52b7dd958ee28431
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark180
Best CPU time to get the best result obtained on this benchmark1800.55
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 180
Optimality of the best value was proved NO
Number of variables467
Total number of constraints466
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 constraints466
Minimum length of a constraint3
Maximum length of a constraint15
Number of terms in the objective function 467
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 467
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 467
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/node0/41635-1149535348/instance-41635-1149535348.opb ......
0.02	c done parsing opb.
0.02	o 467
0.02	o 466
0.02	o 465
0.02	o 464
0.02	o 463
0.02	o 462
0.02	o 461
0.03	o 460
0.03	o 459
0.03	o 458
0.03	o 457
0.03	o 456
0.03	o 455
0.03	o 454
0.04	o 453
0.04	o 452
0.04	o 451
0.04	o 450
0.04	o 449
0.04	o 448
0.05	o 447
0.05	o 446
0.05	o 445
0.05	o 444
0.05	o 443
0.05	o 442
0.05	o 441
0.06	o 440
0.06	o 439
0.06	o 438
0.06	o 437
0.07	o 436
0.07	o 435
0.07	o 434
0.07	o 433
0.07	o 432
0.07	o 425
0.07	o 415
0.08	o 414
0.08	o 413
0.08	o 412
0.08	o 411
0.08	o 410
0.08	o 409
0.09	o 408
0.09	o 407
0.09	o 406
0.09	o 405
0.09	o 404
0.09	o 403
0.09	o 402
0.10	o 401
0.10	o 400
0.10	o 399
0.10	o 398
0.10	o 397
0.10	o 396
0.10	o 395
0.11	o 394
0.11	o 393
0.11	o 392
0.11	o 391
0.11	o 390
0.11	o 389
0.11	o 388
0.12	o 387
0.12	o 335
0.12	o 323
0.12	o 322
0.12	o 321
0.12	o 320
0.13	o 319
0.13	o 237
0.13	o 236
0.13	o 235
0.13	o 234
0.13	o 233
0.14	o 232
0.14	o 231
0.14	o 230
0.14	o 228
0.14	o 227
0.14	o 226
0.17	o 225
0.17	o 223
8.41	o 222
8.41	o 221
8.41	o 220
8.42	o 219
8.42	o 218
8.42	o 217
8.42	o 216
8.42	o 215
8.42	o 214
8.42	o 213
72.12	o 212
76.51	o 211
77.30	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/node0/watcher-41635-1149535348 -o ROOT/results/node0/solver-41635-1149535348 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node0/41635-1149535348/instance-41635-1149535348.opb 110240117 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.00 0.00 0.00 2/64 13859
/proc/meminfo: memFree=1619384/2055920 swapFree=4191892/4192956
[pid=13859] ppid=13857 vsize=1400 CPUtime=0
/proc/13859/stat : 13859 (PBS4L) R 13857 13859 13813 0 -1 4194304 160 0 0 0 0 0 0 0 19 0 1 0 219196327 1433600 141 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135084712 0 0 4096 0 0 0 0 17 1 0 0
/proc/13859/statm: 350 141 97 232 0 115 0

[startup+10.0022 s]
/proc/loadavg: 0.15 0.03 0.01 2/64 13859
/proc/meminfo: memFree=1602040/2055920 swapFree=4191892/4192956
[pid=13859] ppid=13857 vsize=18736 CPUtime=9.99
/proc/13859/stat : 13859 (PBS4L) R 13857 13859 13813 0 -1 4194304 4516 0 0 0 991 8 0 0 25 0 1 0 219196327 19185664 4440 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/13859/statm: 4684 4440 108 232 0 4449 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 18736

[startup+20.0093 s]
/proc/loadavg: 0.28 0.06 0.02 2/64 13859
/proc/meminfo: memFree=1601208/2055920 swapFree=4191892/4192956
[pid=13859] ppid=13857 vsize=19540 CPUtime=19.99
/proc/13859/stat : 13859 (PBS4L) R 13857 13859 13813 0 -1 4194304 4815 0 0 0 1984 15 0 0 25 0 1 0 219196327 20008960 4642 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549328 0 0 4096 0 0 0 0 17 1 0 0
/proc/13859/statm: 4885 4642 108 232 0 4650 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 19540

[startup+30.0155 s]
/proc/loadavg: 0.39 0.09 0.03 2/64 13859
/proc/meminfo: memFree=1600632/2055920 swapFree=4191892/4192956
[pid=13859] ppid=13857 vsize=19820 CPUtime=30
/proc/13859/stat : 13859 (PBS4L) R 13857 13859 13813 0 -1 4194304 4968 0 0 0 2980 20 0 0 25 0 1 0 219196327 20295680 4795 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/13859/statm: 4955 4795 108 232 0 4720 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 19820

[startup+40.0216 s]
/proc/loadavg: 0.49 0.12 0.04 2/64 13859
/proc/meminfo: memFree=1599992/2055920 swapFree=4191892/4192956
[pid=13859] ppid=13857 vsize=21004 CPUtime=40
/proc/13859/stat : 13859 (PBS4L) R 13857 13859 13813 0 -1 4194304 5313 0 0 0 3977 23 0 0 25 0 1 0 219196327 21508096 4947 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552218 0 0 4096 0 0 0 0 17 1 0 0
/proc/13859/statm: 5251 4947 108 232 0 5016 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 21004

[startup+50.0277 s]
/proc/loadavg: 0.56 0.15 0.05 2/64 13859
/proc/meminfo: memFree=1599352/2055920 swapFree=4191892/4192956
[pid=13859] ppid=13857 vsize=21364 CPUtime=50
/proc/13859/stat : 13859 (PBS4L) R 13857 13859 13813 0 -1 4194304 5462 0 0 0 4970 30 0 0 25 0 1 0 219196327 21876736 5096 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549257 0 0 4096 0 0 0 0 17 1 0 0
/proc/13859/statm: 5341 5096 108 232 0 5106 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 21364

[startup+60.0338 s]
/proc/loadavg: 0.63 0.18 0.06 2/64 13859
/proc/meminfo: memFree=1598648/2055920 swapFree=4191892/4192956
[pid=13859] ppid=13857 vsize=23108 CPUtime=60.01
/proc/13859/stat : 13859 (PBS4L) R 13857 13859 13813 0 -1 4194304 5983 0 0 0 5966 35 0 0 25 0 1 0 219196327 23662592 5232 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551329 0 0 4096 0 0 0 0 17 1 0 0
/proc/13859/statm: 5777 5232 108 232 0 5542 0
Current children cumulated CPU time (s) 60.01
Current children cumulated vsize (Kb) 23108

[startup+70.0399 s]
/proc/loadavg: 0.69 0.21 0.07 2/64 13859
/proc/meminfo: memFree=1598392/2055920 swapFree=4191892/4192956
[pid=13859] ppid=13857 vsize=23368 CPUtime=70.01
/proc/13859/stat : 13859 (PBS4L) R 13857 13859 13813 0 -1 4194304 6090 0 0 0 6963 38 0 0 25 0 1 0 219196327 23928832 5339 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/13859/statm: 5842 5339 108 232 0 5607 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 23368

[startup+80.047 s]
/proc/loadavg: 0.73 0.23 0.08 2/64 13859
/proc/meminfo: memFree=1597880/2055920 swapFree=4191892/4192956
[pid=13859] ppid=13857 vsize=23640 CPUtime=80.01
/proc/13859/stat : 13859 (PBS4L) R 13857 13859 13813 0 -1 4194304 6209 0 0 0 7958 43 0 0 25 0 1 0 219196327 24207360 5458 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/13859/statm: 5910 5458 108 232 0 5675 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 23640

[startup+90.0532 s]
/proc/loadavg: 0.77 0.26 0.09 2/64 13859
/proc/meminfo: memFree=1597496/2055920 swapFree=4191892/4192956
[pid=13859] ppid=13857 vsize=23920 CPUtime=90.01
/proc/13859/stat : 13859 (PBS4L) R 13857 13859 13813 0 -1 4194304 6314 0 0 0 8955 46 0 0 25 0 1 0 219196327 24494080 5563 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549309 0 0 4096 0 0 0 0 17 1 0 0
/proc/13859/statm: 5980 5563 108 232 0 5745 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 23920

[startup+100.059 s]
/proc/loadavg: 0.81 0.28 0.10 2/64 13859
/proc/meminfo: memFree=1597112/2055920 swapFree=4191892/4192956
[pid=13859] ppid=13857 vsize=24072 CPUtime=100.02
/proc/13859/stat : 13859 (PBS4L) R 13857 13859 13813 0 -1 4194304 6412 0 0 0 9953 49 0 0 25 0 1 0 219196327 24649728 5661 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134546671 0 0 4096 0 0 0 0 17 1 0 0
/proc/13859/statm: 6018 5661 108 232 0 5783 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 24072

[startup+110.065 s]
/proc/loadavg: 0.84 0.30 0.11 2/64 13859
/proc/meminfo: memFree=1596792/2055920 swapFree=4191892/4192956
[pid=13859] ppid=13857 vsize=24236 CPUtime=110.02
/proc/13859/stat : 13859 (PBS4L) R 13857 13859 13813 0 -1 4194304 6498 0 0 0 10949 53 0 0 25 0 1 0 219196327 24817664 5747 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/13859/statm: 6059 5747 108 232 0 5824 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 24236

[startup+120.072 s]
/proc/loadavg: 0.86 0.33 0.12 2/64 13859
/proc/meminfo: memFree=1596408/2055920 swapFree=4191892/4192956
[pid=13859] ppid=13857 vsize=24408 CPUtime=120.03
/proc/13859/stat : 13859 (PBS4L) R 13857 13859 13813 0 -1 4194304 6591 0 0 0 11945 58 0 0 25 0 1 0 219196327 24993792 5840 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/13859/statm: 6102 5840 108 232 0 5867 0
Current children cumulated CPU time (s) 120.03
Current children cumulated vsize (Kb) 24408

[startup+130.078 s]
/proc/loadavg: 0.88 0.35 0.12 2/64 13859
/proc/meminfo: memFree=1596088/2055920 swapFree=4191892/4192956
[pid=13859] ppid=13857 vsize=24592 CPUtime=130.04
/proc/13859/stat : 13859 (PBS4L) R 13857 13859 13813 0 -1 4194304 6676 0 0 0 12942 62 0 0 25 0 1 0 219196327 25182208 5925 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/13859/statm: 6148 5925 108 232 0 5913 0
Current children cumulated CPU time (s) 130.04
Current children cumulated vsize (Kb) 24592

[startup+140.084 s]
/proc/loadavg: 0.90 0.37 0.13 2/64 13859
/proc/meminfo: memFree=1595704/2055920 swapFree=4191892/4192956
[pid=13859] ppid=13857 vsize=24916 CPUtime=140.03
/proc/13859/stat : 13859 (PBS4L) R 13857 13859 13813 0 -1 4194304 6767 0 0 0 13940 63 0 0 25 0 1 0 219196327 25513984 6016 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549303 0 0 4096 0 0 0 0 17 1 0 0
/proc/13859/statm: 6229 6016 108 232 0 5994 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 24916

[startup+150.09 s]
/proc/loadavg: 0.92 0.39 0.14 2/64 13859
/proc/meminfo: memFree=1595256/2055920 swapFree=4191892/4192956
[pid=13859] ppid=13857 vsize=28196 CPUtime=150.04
/proc/13859/stat : 13859 (PBS4L) R 13857 13859 13813 0 -1 4194304 7630 0 0 0 14936 68 0 0 25 0 1 0 219196327 28872704 6110 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/13859/statm: 7049 6110 108 232 0 6814 0
Current children cumulated CPU time (s) 150.04
Current children cumulated vsize (Kb) 28196

[startup+160.096 s]
/proc/loadavg: 0.93 0.41 0.15 2/64 13859
/proc/meminfo: memFree=1594936/2055920 swapFree=4191892/4192956
[pid=13859] ppid=13857 vsize=28196 CPUtime=160.04
/proc/13859/stat : 13859 (PBS4L) R 13857 13859 13813 0 -1 4194304 7710 0 0 0 15932 72 0 0 25 0 1 0 219196327 28872704 6190 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558771 0 0 4096 0 0 0 0 17 1 0 0
/proc/13859/statm: 7049 6190 108 232 0 6814 0
Current children cumulated CPU time (s) 160.04
Current children cumulated vsize (Kb) 28196

[startup+170.102 s]
/proc/loadavg: 0.94 0.43 0.16 2/64 13859
/proc/meminfo: memFree=1594616/2055920 swapFree=4191892/4192956
[pid=13859] ppid=13857 vsize=28416 CPUtime=170.04
/proc/13859/stat : 13859 (PBS4L) R 13857 13859 13813 0 -1 4194304 7785 0 0 0 16927 77 0 0 25 0 1 0 219196327 29097984 6265 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/13859/statm: 7104 6265 108 232 0 6869 0
Current children cumulated CPU time (s) 170.04
Current children cumulated vsize (Kb) 28416

[startup+180.108 s]
/proc/loadavg: 0.95 0.45 0.17 2/64 13859
/proc/meminfo: memFree=1594360/2055920 swapFree=4191892/4192956
[pid=13859] ppid=13857 vsize=28652 CPUtime=180.05
/proc/13859/stat : 13859 (PBS4L) R 13857 13859 13813 0 -1 4194304 7860 0 0 0 17925 80 0 0 25 0 1 0 219196327 29339648 6340 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549233 0 0 4096 0 0 0 0 17 1 0 0
/proc/13859/statm: 7163 6340 108 232 0 6928 0
Current children cumulated CPU time (s) 180.05
Current children cumulated vsize (Kb) 28652

[startup+190.114 s]
/proc/loadavg: 0.95 0.46 0.18 2/64 13859
/proc/meminfo: memFree=1594104/2055920 swapFree=4191892/4192956
[pid=13859] ppid=13857 vsize=28652 CPUtime=190.05
/proc/13859/stat : 13859 (PBS4L) R 13857 13859 13813 0 -1 4194304 7930 0 0 0 18922 83 0 0 25 0 1 0 219196327 29339648 6410 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549242 0 0 4096 0 0 0 0 17 1 0 0
/proc/13859/statm: 7163 6410 108 232 0 6928 0
Current children cumulated CPU time (s) 190.05
Current children cumulated vsize (Kb) 28652

[startup+200.119 s]
/proc/loadavg: 0.96 0.48 0.19 2/64 13859
/proc/meminfo: memFree=1593848/2055920 swapFree=4191892/4192956
[pid=13859] ppid=13857 vsize=28900 CPUtime=200.05
/proc/13859/stat : 13859 (PBS4L) R 13857 13859 13813 0 -1 4194304 8004 0 0 0 19919 86 0 0 25 0 1 0 219196327 29593600 6484 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558799 0 0 4096 0 0 0 0 17 1 0 0
/proc/13859/statm: 7225 6484 108 232 0 6990 0
Current children cumulated CPU time (s) 200.05
Current children cumulated vsize (Kb) 28900

[startup+210.126 s]
/proc/loadavg: 0.97 0.50 0.19 2/64 13859
/proc/meminfo: memFree=1593528/2055920 swapFree=4191892/4192956

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

/proc/13859/stat : 13859 (PBS4L) R 13857 13859 13813 0 -1 4194304 19960 0 0 0 177735 425 0 0 25 0 1 0 219196327 64167936 13830 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558799 0 0 4096 0 0 0 0 17 1 0 0
/proc/13859/statm: 15666 13830 108 232 0 15431 0
Current children cumulated CPU time (s) 1781.6
Current children cumulated vsize (Kb) 62664

[startup+1783.09 s]
/proc/loadavg: 0.99 0.97 0.82 2/64 13861
/proc/meminfo: memFree=1563960/2055920 swapFree=4191892/4192956
[pid=13859] ppid=13857 vsize=62664 CPUtime=1782.6
/proc/13859/stat : 13859 (PBS4L) R 13857 13859 13813 0 -1 4194304 19962 0 0 0 177835 425 0 0 25 0 1 0 219196327 64167936 13832 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/13859/statm: 15666 13832 108 232 0 15431 0
Current children cumulated CPU time (s) 1782.6
Current children cumulated vsize (Kb) 62664

[startup+1784.09 s]
/proc/loadavg: 0.99 0.97 0.82 2/64 13861
/proc/meminfo: memFree=1563960/2055920 swapFree=4191892/4192956
[pid=13859] ppid=13857 vsize=62664 CPUtime=1783.61
/proc/13859/stat : 13859 (PBS4L) R 13857 13859 13813 0 -1 4194304 19968 0 0 0 177936 425 0 0 25 0 1 0 219196327 64167936 13838 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/13859/statm: 15666 13838 108 232 0 15431 0
Current children cumulated CPU time (s) 1783.61
Current children cumulated vsize (Kb) 62664

[startup+1785.1 s]
/proc/loadavg: 0.99 0.97 0.82 2/64 13861
/proc/meminfo: memFree=1563960/2055920 swapFree=4191892/4192956
[pid=13859] ppid=13857 vsize=62664 CPUtime=1784.61
/proc/13859/stat : 13859 (PBS4L) R 13857 13859 13813 0 -1 4194304 19969 0 0 0 178036 425 0 0 25 0 1 0 219196327 64167936 13839 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/13859/statm: 15666 13839 108 232 0 15431 0
Current children cumulated CPU time (s) 1784.61
Current children cumulated vsize (Kb) 62664

[startup+1786.1 s]
/proc/loadavg: 0.99 0.97 0.82 2/64 13861
/proc/meminfo: memFree=1563896/2055920 swapFree=4191892/4192956
[pid=13859] ppid=13857 vsize=62664 CPUtime=1785.61
/proc/13859/stat : 13859 (PBS4L) R 13857 13859 13813 0 -1 4194304 19975 0 0 0 178136 425 0 0 25 0 1 0 219196327 64167936 13845 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/13859/statm: 15666 13845 108 232 0 15431 0
Current children cumulated CPU time (s) 1785.61
Current children cumulated vsize (Kb) 62664

[startup+1787.11 s]
/proc/loadavg: 0.99 0.97 0.82 2/64 13861
/proc/meminfo: memFree=1563896/2055920 swapFree=4191892/4192956
[pid=13859] ppid=13857 vsize=62664 CPUtime=1786.63
/proc/13859/stat : 13859 (PBS4L) R 13857 13859 13813 0 -1 4194304 19976 0 0 0 178237 426 0 0 25 0 1 0 219196327 64167936 13846 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551363 0 0 4096 0 0 0 0 17 1 0 0
/proc/13859/statm: 15666 13846 108 232 0 15431 0
Current children cumulated CPU time (s) 1786.63
Current children cumulated vsize (Kb) 62664

[startup+1788.11 s]
/proc/loadavg: 0.99 0.97 0.82 2/64 13861
/proc/meminfo: memFree=1563896/2055920 swapFree=4191892/4192956
[pid=13859] ppid=13857 vsize=62664 CPUtime=1787.63
/proc/13859/stat : 13859 (PBS4L) R 13857 13859 13813 0 -1 4194304 19977 0 0 0 178337 426 0 0 25 0 1 0 219196327 64167936 13847 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134564928 0 0 4096 0 0 0 0 17 1 0 0
/proc/13859/statm: 15666 13847 108 232 0 15431 0
Current children cumulated CPU time (s) 1787.63
Current children cumulated vsize (Kb) 62664

[startup+1789.12 s]
/proc/loadavg: 0.99 0.97 0.82 2/64 13861
/proc/meminfo: memFree=1563896/2055920 swapFree=4191892/4192956
[pid=13859] ppid=13857 vsize=62664 CPUtime=1788.64
/proc/13859/stat : 13859 (PBS4L) R 13857 13859 13813 0 -1 4194304 19984 0 0 0 178438 426 0 0 25 0 1 0 219196327 64167936 13854 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/13859/statm: 15666 13854 108 232 0 15431 0
Current children cumulated CPU time (s) 1788.64
Current children cumulated vsize (Kb) 62664

[startup+1790.12 s]
/proc/loadavg: 0.99 0.97 0.82 2/64 13861
/proc/meminfo: memFree=1563832/2055920 swapFree=4191892/4192956
[pid=13859] ppid=13857 vsize=62664 CPUtime=1789.64
/proc/13859/stat : 13859 (PBS4L) R 13857 13859 13813 0 -1 4194304 19986 0 0 0 178538 426 0 0 25 0 1 0 219196327 64167936 13856 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551632 0 0 4096 0 0 0 0 17 1 0 0
/proc/13859/statm: 15666 13856 108 232 0 15431 0
Current children cumulated CPU time (s) 1789.64
Current children cumulated vsize (Kb) 62664

[startup+1791.13 s]
/proc/loadavg: 0.99 0.97 0.82 2/64 13861
/proc/meminfo: memFree=1563832/2055920 swapFree=4191892/4192956
[pid=13859] ppid=13857 vsize=62664 CPUtime=1790.64
/proc/13859/stat : 13859 (PBS4L) R 13857 13859 13813 0 -1 4194304 19993 0 0 0 178638 426 0 0 25 0 1 0 219196327 64167936 13863 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558791 0 0 4096 0 0 0 0 17 1 0 0
/proc/13859/statm: 15666 13863 108 232 0 15431 0
Current children cumulated CPU time (s) 1790.64
Current children cumulated vsize (Kb) 62664

[startup+1792.13 s]
/proc/loadavg: 0.99 0.97 0.82 2/64 13861
/proc/meminfo: memFree=1563832/2055920 swapFree=4191892/4192956
[pid=13859] ppid=13857 vsize=62664 CPUtime=1791.65
/proc/13859/stat : 13859 (PBS4L) R 13857 13859 13813 0 -1 4194304 19994 0 0 0 178739 426 0 0 25 0 1 0 219196327 64167936 13864 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/13859/statm: 15666 13864 108 232 0 15431 0
Current children cumulated CPU time (s) 1791.65
Current children cumulated vsize (Kb) 62664

[startup+1793.14 s]
/proc/loadavg: 0.99 0.97 0.82 2/64 13861
/proc/meminfo: memFree=1563832/2055920 swapFree=4191892/4192956
[pid=13859] ppid=13857 vsize=62664 CPUtime=1792.65
/proc/13859/stat : 13859 (PBS4L) R 13857 13859 13813 0 -1 4194304 19996 0 0 0 178839 426 0 0 25 0 1 0 219196327 64167936 13866 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/13859/statm: 15666 13866 108 232 0 15431 0
Current children cumulated CPU time (s) 1792.65
Current children cumulated vsize (Kb) 62664

[startup+1794.14 s]
/proc/loadavg: 0.99 0.97 0.82 2/64 13861
/proc/meminfo: memFree=1563832/2055920 swapFree=4191892/4192956
[pid=13859] ppid=13857 vsize=62664 CPUtime=1793.66
/proc/13859/stat : 13859 (PBS4L) R 13857 13859 13813 0 -1 4194304 19999 0 0 0 178940 426 0 0 25 0 1 0 219196327 64167936 13869 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558802 0 0 4096 0 0 0 0 17 1 0 0
/proc/13859/statm: 15666 13869 108 232 0 15431 0
Current children cumulated CPU time (s) 1793.66
Current children cumulated vsize (Kb) 62664

[startup+1795.15 s]
/proc/loadavg: 0.99 0.97 0.82 2/64 13861
/proc/meminfo: memFree=1563768/2055920 swapFree=4191892/4192956
[pid=13859] ppid=13857 vsize=62664 CPUtime=1794.66
/proc/13859/stat : 13859 (PBS4L) R 13857 13859 13813 0 -1 4194304 20003 0 0 0 179040 426 0 0 25 0 1 0 219196327 64167936 13873 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/13859/statm: 15666 13873 108 232 0 15431 0
Current children cumulated CPU time (s) 1794.66
Current children cumulated vsize (Kb) 62664

[startup+1796.15 s]
/proc/loadavg: 0.99 0.97 0.82 3/64 13861
/proc/meminfo: memFree=1563768/2055920 swapFree=4191892/4192956
[pid=13859] ppid=13857 vsize=62664 CPUtime=1795.67
/proc/13859/stat : 13859 (PBS4L) R 13857 13859 13813 0 -1 4194304 20004 0 0 0 179141 426 0 0 25 0 1 0 219196327 64167936 13874 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/13859/statm: 15666 13874 108 232 0 15431 0
Current children cumulated CPU time (s) 1795.67
Current children cumulated vsize (Kb) 62664

[startup+1797.16 s]
/proc/loadavg: 0.99 0.97 0.82 2/64 13861
/proc/meminfo: memFree=1563768/2055920 swapFree=4191892/4192956
[pid=13859] ppid=13857 vsize=62664 CPUtime=1796.67
/proc/13859/stat : 13859 (PBS4L) R 13857 13859 13813 0 -1 4194304 20009 0 0 0 179241 426 0 0 25 0 1 0 219196327 64167936 13879 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/13859/statm: 15666 13879 108 232 0 15431 0
Current children cumulated CPU time (s) 1796.67
Current children cumulated vsize (Kb) 62664

[startup+1798.16 s]
/proc/loadavg: 0.99 0.97 0.82 2/64 13861
/proc/meminfo: memFree=1563768/2055920 swapFree=4191892/4192956
[pid=13859] ppid=13857 vsize=62664 CPUtime=1797.67
/proc/13859/stat : 13859 (PBS4L) R 13857 13859 13813 0 -1 4194304 20011 0 0 0 179341 426 0 0 25 0 1 0 219196327 64167936 13881 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558771 0 0 4096 0 0 0 0 17 1 0 0
/proc/13859/statm: 15666 13881 108 232 0 15431 0
Current children cumulated CPU time (s) 1797.67
Current children cumulated vsize (Kb) 62664

[startup+1799.17 s]
/proc/loadavg: 0.99 0.97 0.82 2/64 13861
/proc/meminfo: memFree=1563768/2055920 swapFree=4191892/4192956
[pid=13859] ppid=13857 vsize=62664 CPUtime=1798.68
/proc/13859/stat : 13859 (PBS4L) R 13857 13859 13813 0 -1 4194304 20012 0 0 0 179442 426 0 0 25 0 1 0 219196327 64167936 13882 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/13859/statm: 15666 13882 108 232 0 15431 0
Current children cumulated CPU time (s) 1798.68
Current children cumulated vsize (Kb) 62664

[startup+1800.17 s]
/proc/loadavg: 0.99 0.97 0.82 2/64 13861
/proc/meminfo: memFree=1563704/2055920 swapFree=4191892/4192956
[pid=13859] ppid=13857 vsize=62664 CPUtime=1799.68
/proc/13859/stat : 13859 (PBS4L) R 13857 13859 13813 0 -1 4194304 20018 0 0 0 179542 426 0 0 25 0 1 0 219196327 64167936 13888 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551682 0 0 4096 0 0 0 0 17 1 0 0
/proc/13859/statm: 15666 13888 108 232 0 15431 0
Current children cumulated CPU time (s) 1799.68
Current children cumulated vsize (Kb) 62664

[startup+1801.18 s]
/proc/loadavg: 0.99 0.97 0.82 2/64 13861
/proc/meminfo: memFree=1563704/2055920 swapFree=4191892/4192956
[pid=13859] ppid=13857 vsize=62664 CPUtime=1800.69
/proc/13859/stat : 13859 (PBS4L) R 13857 13859 13813 0 -1 4194304 20019 0 0 0 179642 427 0 0 25 0 1 0 219196327 64167936 13889 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/13859/statm: 15666 13889 108 232 0 15431 0
Current children cumulated CPU time (s) 1800.69
Current children cumulated vsize (Kb) 62664



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.18 s]
/proc/loadavg: 0.99 0.97 0.82 2/64 13861
/proc/meminfo: memFree=1563704/2055920 swapFree=4191892/4192956
[pid=13859] ppid=13857 vsize=62664 CPUtime=1800.7
/proc/13859/stat : 13859 (PBS4L) R 13857 13859 13813 0 -1 4194304 20019 0 0 0 179643 427 0 0 25 0 1 0 219196327 64167936 13889 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/13859/statm: 15666 13889 108 232 0 15431 0
Current children cumulated CPU time (s) 1800.7
Current children cumulated vsize (Kb) 62664

Sending SIGTERM to -13859
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.19
CPU time (s): 1800.71
CPU user time (s): 1796.43
CPU system time (s): 4.28135
CPU usage (%): 99.9732
Max. virtual memory (cumulated for all children) (Kb): 62664
The end

Launcher Data (download as text)

Begin job on node0 on Mon Jun  5 19:22:28 UTC 2006


FILE ID= 41635-1149535348

PBS_JOBID= 315870

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

MD5SUM SOLVER= ab46593c31a6a47b9d9920387a00d332
MD5SUM BENCH=  80b0f13939656efa52b7dd958ee28431

RANDOM SEED= 110240117


/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:       1619656 kB
Buffers:         25100 kB
Cached:         340928 kB
SwapCached:        492 kB
Active:          58776 kB
Inactive:       323868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1619656 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:             276 kB
Writeback:           0 kB
Mapped:          25740 kB
Slab:            39560 kB
Committed_AS:   373084 kB
PageTables:       1480 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node0 on Mon Jun  5 19:52:29 UTC 2006