Trace number 41640

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_20.opb.PB06.opb
MD5SUM1e2b8f542cc5dec610d6e9b4663a878b
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark183
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 183
Optimality of the best value was proved NO
Number of variables473
Total number of constraints472
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 constraints472
Minimum length of a constraint3
Maximum length of a constraint17
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/node48/41640-1149388824/instance-41640-1149388824.opb ......
0.01	c done parsing opb.
0.01	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.03	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.04	o 453
0.05	o 452
0.05	o 451
0.05	o 450
0.05	o 449
0.05	o 448
0.05	o 447
0.06	o 446
0.06	o 445
0.06	o 444
0.06	o 443
0.06	o 442
0.06	o 441
0.06	o 440
0.07	o 439
0.07	o 438
0.07	o 420
0.07	o 419
0.07	o 418
0.07	o 417
0.08	o 416
0.08	o 415
0.08	o 414
0.08	o 413
0.08	o 412
0.08	o 411
0.08	o 410
0.09	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.10	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.11	o 395
0.11	o 261
0.11	o 260
0.11	o 243
0.12	o 242
0.12	o 240
0.40	o 239
0.40	o 238
0.40	o 234
0.41	o 233
0.41	o 231
0.41	o 230
0.41	o 229
3.59	o 228
9.47	o 227
9.49	o 226
9.49	o 225
9.49	o 224
9.49	o 223
9.50	o 222
18.71	o 221
19.07	o 220
25.10	o 219
25.98	o 218
90.42	o 217
91.42	o 216
91.52	o 215
92.89	o 214
296.36	o 213
941.38	o 212

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/node48/watcher-41640-1149388824 -o ROOT/results/node48/solver-41640-1149388824 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node48/41640-1149388824/instance-41640-1149388824.opb 24839209 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 1.00 1.00 1.01 2/64 1577
/proc/meminfo: memFree=1678880/2055920 swapFree=4181440/4192956
[pid=1577] ppid=1575 vsize=1400 CPUtime=0
/proc/1577/stat : 1577 (PBS4L) R 1575 1577 1531 0 -1 4194304 164 0 0 0 0 0 0 0 18 0 1 0 204549413 1433600 145 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134615395 0 0 4096 0 0 0 0 17 1 0 0
/proc/1577/statm: 350 145 99 232 0 115 0

[startup+10.0017 s]
/proc/loadavg: 1.00 1.00 1.01 2/64 1577
/proc/meminfo: memFree=1665384/2055920 swapFree=4181440/4192956
[pid=1577] ppid=1575 vsize=18408 CPUtime=9.99
/proc/1577/stat : 1577 (PBS4L) R 1575 1577 1531 0 -1 4194304 3494 0 0 0 992 7 0 0 25 0 1 0 204549413 18849792 3467 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552218 0 0 4096 0 0 0 0 17 1 0 0
/proc/1577/statm: 4602 3467 108 232 0 4367 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 18408

[startup+20.0074 s]
/proc/loadavg: 1.00 1.00 1.01 2/64 1577
/proc/meminfo: memFree=1664872/2055920 swapFree=4181440/4192956
[pid=1577] ppid=1575 vsize=19012 CPUtime=19.99
/proc/1577/stat : 1577 (PBS4L) R 1575 1577 1531 0 -1 4194304 3690 0 0 0 1986 13 0 0 25 0 1 0 204549413 19468288 3614 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/1577/statm: 4753 3614 108 232 0 4518 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 19012

[startup+30.0132 s]
/proc/loadavg: 1.00 1.00 1.01 2/64 1577
/proc/meminfo: memFree=1664424/2055920 swapFree=4181440/4192956
[pid=1577] ppid=1575 vsize=19688 CPUtime=30
/proc/1577/stat : 1577 (PBS4L) R 1575 1577 1531 0 -1 4194304 3917 0 0 0 2984 16 0 0 25 0 1 0 204549413 20160512 3744 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549328 0 0 4096 0 0 0 0 17 1 0 0
/proc/1577/statm: 4922 3744 108 232 0 4687 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 19688

[startup+40.0189 s]
/proc/loadavg: 1.00 1.00 1.01 2/64 1577
/proc/meminfo: memFree=1663784/2055920 swapFree=4181440/4192956
[pid=1577] ppid=1575 vsize=20724 CPUtime=40
/proc/1577/stat : 1577 (PBS4L) R 1575 1577 1531 0 -1 4194304 4222 0 0 0 3979 21 0 0 25 0 1 0 204549413 21221376 3856 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134564869 0 0 4096 0 0 0 0 17 1 0 0
/proc/1577/statm: 5181 3856 108 232 0 4946 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 20724

[startup+50.0246 s]
/proc/loadavg: 1.00 1.00 1.01 2/64 1577
/proc/meminfo: memFree=1663528/2055920 swapFree=4181440/4192956
[pid=1577] ppid=1575 vsize=21008 CPUtime=50
/proc/1577/stat : 1577 (PBS4L) R 1575 1577 1531 0 -1 4194304 4335 0 0 0 4975 25 0 0 25 0 1 0 204549413 21512192 3969 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/1577/statm: 5252 3969 108 232 0 5017 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 21008

[startup+60.0303 s]
/proc/loadavg: 1.00 1.00 1.01 2/64 1577
/proc/meminfo: memFree=1663144/2055920 swapFree=4181440/4192956
[pid=1577] ppid=1575 vsize=21180 CPUtime=60.01
/proc/1577/stat : 1577 (PBS4L) R 1575 1577 1531 0 -1 4194304 4433 0 0 0 5971 30 0 0 25 0 1 0 204549413 21688320 4067 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/1577/statm: 5295 4067 108 232 0 5060 0
Current children cumulated CPU time (s) 60.01
Current children cumulated vsize (Kb) 21180

[startup+70.036 s]
/proc/loadavg: 1.00 1.00 1.01 2/64 1577
/proc/meminfo: memFree=1662760/2055920 swapFree=4181440/4192956
[pid=1577] ppid=1575 vsize=21368 CPUtime=70.01
/proc/1577/stat : 1577 (PBS4L) R 1575 1577 1531 0 -1 4194304 4531 0 0 0 6968 33 0 0 25 0 1 0 204549413 21880832 4165 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549288 0 0 4096 0 0 0 0 17 1 0 0
/proc/1577/statm: 5342 4165 108 232 0 5107 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 21368

[startup+80.0417 s]
/proc/loadavg: 1.00 1.00 1.01 2/64 1577
/proc/meminfo: memFree=1662376/2055920 swapFree=4181440/4192956
[pid=1577] ppid=1575 vsize=21580 CPUtime=80
/proc/1577/stat : 1577 (PBS4L) R 1575 1577 1531 0 -1 4194304 4623 0 0 0 7964 36 0 0 25 0 1 0 204549413 22097920 4257 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134564903 0 0 4096 0 0 0 0 17 1 0 0
/proc/1577/statm: 5395 4257 108 232 0 5160 0
Current children cumulated CPU time (s) 80
Current children cumulated vsize (Kb) 21580

[startup+90.0475 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 1577
/proc/meminfo: memFree=1662056/2055920 swapFree=4181440/4192956
[pid=1577] ppid=1575 vsize=23244 CPUtime=90.01
/proc/1577/stat : 1577 (PBS4L) R 1575 1577 1531 0 -1 4194304 5094 0 0 0 8961 40 0 0 25 0 1 0 204549413 23801856 4343 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134546605 0 0 4096 0 0 0 0 17 1 0 0
/proc/1577/statm: 5811 4343 108 232 0 5576 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 23244

[startup+100.053 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 1577
/proc/meminfo: memFree=1661736/2055920 swapFree=4181440/4192956
[pid=1577] ppid=1575 vsize=23500 CPUtime=100.01
/proc/1577/stat : 1577 (PBS4L) R 1575 1577 1531 0 -1 4194304 5165 0 0 0 9959 42 0 0 25 0 1 0 204549413 24064000 4414 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549233 0 0 4096 0 0 0 0 17 1 0 0
/proc/1577/statm: 5875 4414 108 232 0 5640 0
Current children cumulated CPU time (s) 100.01
Current children cumulated vsize (Kb) 23500

[startup+110.059 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 1577
/proc/meminfo: memFree=1661480/2055920 swapFree=4181440/4192956
[pid=1577] ppid=1575 vsize=23628 CPUtime=110.01
/proc/1577/stat : 1577 (PBS4L) R 1575 1577 1531 0 -1 4194304 5233 0 0 0 10956 45 0 0 25 0 1 0 204549413 24195072 4482 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/1577/statm: 5907 4482 108 232 0 5672 0
Current children cumulated CPU time (s) 110.01
Current children cumulated vsize (Kb) 23628

[startup+120.065 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 1577
/proc/meminfo: memFree=1661224/2055920 swapFree=4181440/4192956
[pid=1577] ppid=1575 vsize=23760 CPUtime=120.02
/proc/1577/stat : 1577 (PBS4L) R 1575 1577 1531 0 -1 4194304 5302 0 0 0 11954 48 0 0 25 0 1 0 204549413 24330240 4551 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549323 0 0 4096 0 0 0 0 17 1 0 0
/proc/1577/statm: 5940 4551 108 232 0 5705 0
Current children cumulated CPU time (s) 120.02
Current children cumulated vsize (Kb) 23760

[startup+130.07 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 1577
/proc/meminfo: memFree=1660968/2055920 swapFree=4181440/4192956
[pid=1577] ppid=1575 vsize=23900 CPUtime=130.02
/proc/1577/stat : 1577 (PBS4L) R 1575 1577 1531 0 -1 4194304 5371 0 0 0 12952 50 0 0 25 0 1 0 204549413 24473600 4620 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549328 0 0 4096 0 0 0 0 17 1 0 0
/proc/1577/statm: 5975 4620 108 232 0 5740 0
Current children cumulated CPU time (s) 130.02
Current children cumulated vsize (Kb) 23900

[startup+140.076 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 1577
/proc/meminfo: memFree=1660648/2055920 swapFree=4181440/4192956
[pid=1577] ppid=1575 vsize=24048 CPUtime=140.03
/proc/1577/stat : 1577 (PBS4L) R 1575 1577 1531 0 -1 4194304 5441 0 0 0 13949 54 0 0 25 0 1 0 204549413 24625152 4690 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549345 0 0 4096 0 0 0 0 17 1 0 0
/proc/1577/statm: 6012 4690 108 232 0 5777 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 24048

[startup+150.082 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 1577
/proc/meminfo: memFree=1660392/2055920 swapFree=4181440/4192956
[pid=1577] ppid=1575 vsize=24204 CPUtime=150.02
/proc/1577/stat : 1577 (PBS4L) R 1575 1577 1531 0 -1 4194304 5509 0 0 0 14946 56 0 0 25 0 1 0 204549413 24784896 4758 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134548441 0 0 4096 0 0 0 0 17 1 0 0
/proc/1577/statm: 6051 4758 108 232 0 5816 0
Current children cumulated CPU time (s) 150.02
Current children cumulated vsize (Kb) 24204

[startup+160.087 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 1577
/proc/meminfo: memFree=1660136/2055920 swapFree=4181440/4192956
[pid=1577] ppid=1575 vsize=24368 CPUtime=160.03
/proc/1577/stat : 1577 (PBS4L) R 1575 1577 1531 0 -1 4194304 5573 0 0 0 15944 59 0 0 25 0 1 0 204549413 24952832 4822 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551257 0 0 4096 0 0 0 0 17 1 0 0
/proc/1577/statm: 6092 4822 108 232 0 5857 0
Current children cumulated CPU time (s) 160.03
Current children cumulated vsize (Kb) 24368

[startup+170.094 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 1577
/proc/meminfo: memFree=1659816/2055920 swapFree=4181440/4192956
[pid=1577] ppid=1575 vsize=24544 CPUtime=170.03
/proc/1577/stat : 1577 (PBS4L) R 1575 1577 1531 0 -1 4194304 5646 0 0 0 16940 63 0 0 25 0 1 0 204549413 25133056 4895 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551667 0 0 4096 0 0 0 0 17 1 0 0
/proc/1577/statm: 6136 4895 108 232 0 5901 0
Current children cumulated CPU time (s) 170.03
Current children cumulated vsize (Kb) 24544

[startup+180.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 1577
/proc/meminfo: memFree=1659560/2055920 swapFree=4181440/4192956
[pid=1577] ppid=1575 vsize=24544 CPUtime=180.03
/proc/1577/stat : 1577 (PBS4L) R 1575 1577 1531 0 -1 4194304 5708 0 0 0 17939 64 0 0 25 0 1 0 204549413 25133056 4957 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549314 0 0 4096 0 0 0 0 17 1 0 0
/proc/1577/statm: 6136 4957 108 232 0 5901 0
Current children cumulated CPU time (s) 180.03
Current children cumulated vsize (Kb) 24544

[startup+190.107 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 1577
/proc/meminfo: memFree=1659368/2055920 swapFree=4181440/4192956
[pid=1577] ppid=1575 vsize=24732 CPUtime=190.04
/proc/1577/stat : 1577 (PBS4L) R 1575 1577 1531 0 -1 4194304 5769 0 0 0 18936 68 0 0 25 0 1 0 204549413 25325568 5018 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/1577/statm: 6183 5018 108 232 0 5948 0
Current children cumulated CPU time (s) 190.04
Current children cumulated vsize (Kb) 24732

[startup+200.112 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 1577
/proc/meminfo: memFree=1659112/2055920 swapFree=4181440/4192956
[pid=1577] ppid=1575 vsize=24932 CPUtime=200.04
/proc/1577/stat : 1577 (PBS4L) R 1575 1577 1531 0 -1 4194304 5834 0 0 0 19934 70 0 0 25 0 1 0 204549413 25530368 5083 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134564936 0 0 4096 0 0 0 0 17 1 0 0
/proc/1577/statm: 6233 5083 108 232 0 5998 0
Current children cumulated CPU time (s) 200.04
Current children cumulated vsize (Kb) 24932

[startup+210.119 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 1577
/proc/meminfo: memFree=1658856/2055920 swapFree=4181440/4192956

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

/proc/1577/stat : 1577 (PBS4L) R 1575 1577 1531 0 -1 4194304 17903 0 0 0 177786 352 0 0 25 0 1 0 204549413 62148608 11773 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/1577/statm: 15173 11773 108 232 0 14938 0
Current children cumulated CPU time (s) 1781.38
Current children cumulated vsize (Kb) 60692

[startup+1783.05 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 1778
/proc/meminfo: memFree=1632040/2055920 swapFree=4181440/4192956
[pid=1577] ppid=1575 vsize=60692 CPUtime=1782.39
/proc/1577/stat : 1577 (PBS4L) R 1575 1577 1531 0 -1 4194304 17904 0 0 0 177887 352 0 0 25 0 1 0 204549413 62148608 11774 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/1577/statm: 15173 11774 108 232 0 14938 0
Current children cumulated CPU time (s) 1782.39
Current children cumulated vsize (Kb) 60692

[startup+1784.06 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 1778
/proc/meminfo: memFree=1631976/2055920 swapFree=4181440/4192956
[pid=1577] ppid=1575 vsize=60692 CPUtime=1783.39
/proc/1577/stat : 1577 (PBS4L) R 1575 1577 1531 0 -1 4194304 17911 0 0 0 177987 352 0 0 25 0 1 0 204549413 62148608 11781 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558799 0 0 4096 0 0 0 0 17 1 0 0
/proc/1577/statm: 15173 11781 108 232 0 14938 0
Current children cumulated CPU time (s) 1783.39
Current children cumulated vsize (Kb) 60692

[startup+1785.07 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 1778
/proc/meminfo: memFree=1631976/2055920 swapFree=4181440/4192956
[pid=1577] ppid=1575 vsize=60692 CPUtime=1784.4
/proc/1577/stat : 1577 (PBS4L) R 1575 1577 1531 0 -1 4194304 17913 0 0 0 178088 352 0 0 25 0 1 0 204549413 62148608 11783 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/1577/statm: 15173 11783 108 232 0 14938 0
Current children cumulated CPU time (s) 1784.4
Current children cumulated vsize (Kb) 60692

[startup+1786.07 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 1778
/proc/meminfo: memFree=1631976/2055920 swapFree=4181440/4192956
[pid=1577] ppid=1575 vsize=60692 CPUtime=1785.4
/proc/1577/stat : 1577 (PBS4L) R 1575 1577 1531 0 -1 4194304 17918 0 0 0 178188 352 0 0 25 0 1 0 204549413 62148608 11788 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/1577/statm: 15173 11788 108 232 0 14938 0
Current children cumulated CPU time (s) 1785.4
Current children cumulated vsize (Kb) 60692

[startup+1787.07 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 1778
/proc/meminfo: memFree=1631976/2055920 swapFree=4181440/4192956
[pid=1577] ppid=1575 vsize=60692 CPUtime=1786.4
/proc/1577/stat : 1577 (PBS4L) R 1575 1577 1531 0 -1 4194304 17920 0 0 0 178288 352 0 0 25 0 1 0 204549413 62148608 11790 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549328 0 0 4096 0 0 0 0 17 1 0 0
/proc/1577/statm: 15173 11790 108 232 0 14938 0
Current children cumulated CPU time (s) 1786.4
Current children cumulated vsize (Kb) 60692

[startup+1788.08 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 1778
/proc/meminfo: memFree=1631976/2055920 swapFree=4181440/4192956
[pid=1577] ppid=1575 vsize=60692 CPUtime=1787.4
/proc/1577/stat : 1577 (PBS4L) R 1575 1577 1531 0 -1 4194304 17922 0 0 0 178388 352 0 0 25 0 1 0 204549413 62148608 11792 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549345 0 0 4096 0 0 0 0 17 1 0 0
/proc/1577/statm: 15173 11792 108 232 0 14938 0
Current children cumulated CPU time (s) 1787.4
Current children cumulated vsize (Kb) 60692

[startup+1789.08 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 1778
/proc/meminfo: memFree=1631912/2055920 swapFree=4181440/4192956
[pid=1577] ppid=1575 vsize=60692 CPUtime=1788.41
/proc/1577/stat : 1577 (PBS4L) R 1575 1577 1531 0 -1 4194304 17928 0 0 0 178489 352 0 0 25 0 1 0 204549413 62148608 11798 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/1577/statm: 15173 11798 108 232 0 14938 0
Current children cumulated CPU time (s) 1788.41
Current children cumulated vsize (Kb) 60692

[startup+1790.09 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 1778
/proc/meminfo: memFree=1631912/2055920 swapFree=4181440/4192956
[pid=1577] ppid=1575 vsize=60692 CPUtime=1789.42
/proc/1577/stat : 1577 (PBS4L) R 1575 1577 1531 0 -1 4194304 17935 0 0 0 178589 353 0 0 25 0 1 0 204549413 62148608 11805 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/1577/statm: 15173 11805 108 232 0 14938 0
Current children cumulated CPU time (s) 1789.42
Current children cumulated vsize (Kb) 60692

[startup+1791.09 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 1778
/proc/meminfo: memFree=1631912/2055920 swapFree=4181440/4192956
[pid=1577] ppid=1575 vsize=60692 CPUtime=1790.43
/proc/1577/stat : 1577 (PBS4L) R 1575 1577 1531 0 -1 4194304 17936 0 0 0 178690 353 0 0 25 0 1 0 204549413 62148608 11806 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551529 0 0 4096 0 0 0 0 17 1 0 0
/proc/1577/statm: 15173 11806 108 232 0 14938 0
Current children cumulated CPU time (s) 1790.43
Current children cumulated vsize (Kb) 60692

[startup+1792.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 1778
/proc/meminfo: memFree=1631912/2055920 swapFree=4181440/4192956
[pid=1577] ppid=1575 vsize=60692 CPUtime=1791.43
/proc/1577/stat : 1577 (PBS4L) R 1575 1577 1531 0 -1 4194304 17937 0 0 0 178790 353 0 0 25 0 1 0 204549413 62148608 11807 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/1577/statm: 15173 11807 108 232 0 14938 0
Current children cumulated CPU time (s) 1791.43
Current children cumulated vsize (Kb) 60692

[startup+1793.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 1778
/proc/meminfo: memFree=1631848/2055920 swapFree=4181440/4192956
[pid=1577] ppid=1575 vsize=60692 CPUtime=1792.43
/proc/1577/stat : 1577 (PBS4L) R 1575 1577 1531 0 -1 4194304 17940 0 0 0 178890 353 0 0 25 0 1 0 204549413 62148608 11810 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/1577/statm: 15173 11810 108 232 0 14938 0
Current children cumulated CPU time (s) 1792.43
Current children cumulated vsize (Kb) 60692

[startup+1794.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 1778
/proc/meminfo: memFree=1631848/2055920 swapFree=4181440/4192956
[pid=1577] ppid=1575 vsize=60692 CPUtime=1793.44
/proc/1577/stat : 1577 (PBS4L) R 1575 1577 1531 0 -1 4194304 17944 0 0 0 178991 353 0 0 25 0 1 0 204549413 62148608 11814 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/1577/statm: 15173 11814 108 232 0 14938 0
Current children cumulated CPU time (s) 1793.44
Current children cumulated vsize (Kb) 60692

[startup+1795.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 1778
/proc/meminfo: memFree=1631848/2055920 swapFree=4181440/4192956
[pid=1577] ppid=1575 vsize=60692 CPUtime=1794.44
/proc/1577/stat : 1577 (PBS4L) R 1575 1577 1531 0 -1 4194304 17946 0 0 0 179091 353 0 0 25 0 1 0 204549413 62148608 11816 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558802 0 0 4096 0 0 0 0 17 1 0 0
/proc/1577/statm: 15173 11816 108 232 0 14938 0
Current children cumulated CPU time (s) 1794.44
Current children cumulated vsize (Kb) 60692

[startup+1796.12 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 1778
/proc/meminfo: memFree=1631848/2055920 swapFree=4181440/4192956
[pid=1577] ppid=1575 vsize=60692 CPUtime=1795.44
/proc/1577/stat : 1577 (PBS4L) R 1575 1577 1531 0 -1 4194304 17952 0 0 0 179191 353 0 0 25 0 1 0 204549413 62148608 11822 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558802 0 0 4096 0 0 0 0 17 1 0 0
/proc/1577/statm: 15173 11822 108 232 0 14938 0
Current children cumulated CPU time (s) 1795.44
Current children cumulated vsize (Kb) 60692

[startup+1797.12 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 1778
/proc/meminfo: memFree=1631848/2055920 swapFree=4181440/4192956
[pid=1577] ppid=1575 vsize=60692 CPUtime=1796.44
/proc/1577/stat : 1577 (PBS4L) R 1575 1577 1531 0 -1 4194304 17954 0 0 0 179291 353 0 0 25 0 1 0 204549413 62148608 11824 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/1577/statm: 15173 11824 108 232 0 14938 0
Current children cumulated CPU time (s) 1796.44
Current children cumulated vsize (Kb) 60692

[startup+1798.13 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 1778
/proc/meminfo: memFree=1631784/2055920 swapFree=4181440/4192956
[pid=1577] ppid=1575 vsize=60692 CPUtime=1797.46
/proc/1577/stat : 1577 (PBS4L) R 1575 1577 1531 0 -1 4194304 17959 0 0 0 179392 354 0 0 25 0 1 0 204549413 62148608 11829 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/1577/statm: 15173 11829 108 232 0 14938 0
Current children cumulated CPU time (s) 1797.46
Current children cumulated vsize (Kb) 60692

[startup+1799.13 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 1778
/proc/meminfo: memFree=1631784/2055920 swapFree=4181440/4192956
[pid=1577] ppid=1575 vsize=60692 CPUtime=1798.46
/proc/1577/stat : 1577 (PBS4L) R 1575 1577 1531 0 -1 4194304 17961 0 0 0 179492 354 0 0 25 0 1 0 204549413 62148608 11831 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/1577/statm: 15173 11831 108 232 0 14938 0
Current children cumulated CPU time (s) 1798.46
Current children cumulated vsize (Kb) 60692

[startup+1800.14 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 1778
/proc/meminfo: memFree=1631784/2055920 swapFree=4181440/4192956
[pid=1577] ppid=1575 vsize=60692 CPUtime=1799.46
/proc/1577/stat : 1577 (PBS4L) R 1575 1577 1531 0 -1 4194304 17967 0 0 0 179592 354 0 0 25 0 1 0 204549413 62148608 11837 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/1577/statm: 15173 11837 108 232 0 14938 0
Current children cumulated CPU time (s) 1799.46
Current children cumulated vsize (Kb) 60692

[startup+1801.14 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 1778
/proc/meminfo: memFree=1631784/2055920 swapFree=4181440/4192956
[pid=1577] ppid=1575 vsize=60692 CPUtime=1800.46
/proc/1577/stat : 1577 (PBS4L) R 1575 1577 1531 0 -1 4194304 17969 0 0 0 179692 354 0 0 25 0 1 0 204549413 62148608 11839 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549242 0 0 4096 0 0 0 0 17 1 0 0
/proc/1577/statm: 15173 11839 108 232 0 14938 0
Current children cumulated CPU time (s) 1800.46
Current children cumulated vsize (Kb) 60692



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.15 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 1778
/proc/meminfo: memFree=1631784/2055920 swapFree=4181440/4192956
[pid=1577] ppid=1575 vsize=60692 CPUtime=1800.47
/proc/1577/stat : 1577 (PBS4L) R 1575 1577 1531 0 -1 4194304 17969 0 0 0 179693 354 0 0 25 0 1 0 204549413 62148608 11839 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/1577/statm: 15173 11839 108 232 0 14938 0
Current children cumulated CPU time (s) 1800.47
Current children cumulated vsize (Kb) 60692

Sending SIGTERM to -1577
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.16
CPU time (s): 1800.49
CPU user time (s): 1796.93
CPU system time (s): 3.55446
CPU usage (%): 99.9627
Max. virtual memory (cumulated for all children) (Kb): 60692
The end

Launcher Data (download as text)

Begin job on node48 on Sun Jun  4 02:40:24 UTC 2006


FILE ID= 41640-1149388824

PBS_JOBID= 313338

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

MD5SUM SOLVER= ab46593c31a6a47b9d9920387a00d332
MD5SUM BENCH=  1e2b8f542cc5dec610d6e9b4663a878b

RANDOM SEED= 24839209


/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.259
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.259
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:       1679088 kB
Buffers:         24616 kB
Cached:         286552 kB
SwapCached:       3264 kB
Active:          86512 kB
Inactive:       233384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1679088 kB
SwapTotal:     4192956 kB
SwapFree:      4181440 kB
Dirty:             200 kB
Writeback:           0 kB
Mapped:          14912 kB
Slab:            42988 kB
Committed_AS:   367080 kB
PageTables:       1412 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node48 on Sun Jun  4 03:10:25 UTC 2006