Trace number 41648

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.57 1801.13

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_6.opb.PB06.opb
MD5SUM5f836d1b8d150c1925229546ed283812
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark462
Best CPU time to get the best result obtained on this benchmark1800.86
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 453
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 491651
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 491651
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.00	c PBS v4 by Bashar Al-Rawi & Fadi Aloul
0.00	c Solving ROOT/tmp/node52/41648-1149390997/instance-41648-1149390997.opb ......
5.59	c done parsing opb.
5.59	o 10262
5.67	o 10259
113.97	o 10212
120.96	o 9277
610.99	o 7712
624.84	o 7597

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/node52/watcher-41648-1149390997 -o ROOT/results/node52/solver-41648-1149390997 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node52/41648-1149390997/instance-41648-1149390997.opb 868888908 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.97 0.99 3/64 11558
/proc/meminfo: memFree=1835220/2055920 swapFree=4181360/4192956
[pid=11558] ppid=11556 vsize=2340 CPUtime=0
/proc/11558/stat : 11558 (PBS4L) R 11556 11558 11512 0 -1 4194304 134 0 0 0 0 0 0 0 19 0 1 0 204767508 2396160 118 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134599096 0 0 4096 0 0 0 0 17 1 0 0
/proc/11558/statm: 585 120 90 232 0 350 0

[startup+10.0018 s]
/proc/loadavg: 0.93 0.97 0.99 2/64 11558
/proc/meminfo: memFree=1789916/2055920 swapFree=4181360/4192956
[pid=11558] ppid=11556 vsize=56064 CPUtime=9.99
/proc/11558/stat : 11558 (PBS4L) R 11556 11558 11512 0 -1 4194304 17694 0 0 0 933 66 0 0 25 0 1 0 204767508 57409536 11503 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551570 0 0 4096 0 0 0 0 17 1 0 0
/proc/11558/statm: 14016 11503 108 232 0 13781 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 56064

[startup+20.0083 s]
/proc/loadavg: 0.94 0.97 0.99 2/64 11558
/proc/meminfo: memFree=1787484/2055920 swapFree=4181360/4192956
[pid=11558] ppid=11556 vsize=72976 CPUtime=19.98
/proc/11558/stat : 11558 (PBS4L) R 11556 11558 11512 0 -1 4194304 18327 0 0 0 1917 81 0 0 25 0 1 0 204767508 74727424 12136 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/11558/statm: 18244 12136 108 232 0 18009 0
Current children cumulated CPU time (s) 19.98
Current children cumulated vsize (Kb) 72976

[startup+30.0138 s]
/proc/loadavg: 0.95 0.97 0.99 2/64 11558
/proc/meminfo: memFree=1784924/2055920 swapFree=4181360/4192956
[pid=11558] ppid=11556 vsize=73240 CPUtime=29.99
/proc/11558/stat : 11558 (PBS4L) R 11556 11558 11512 0 -1 4194304 19001 0 0 0 2899 100 0 0 25 0 1 0 204767508 74997760 12810 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/11558/statm: 18310 12810 108 232 0 18075 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 73240

[startup+40.0193 s]
/proc/loadavg: 0.95 0.97 0.99 2/64 11558
/proc/meminfo: memFree=1782108/2055920 swapFree=4181360/4192956
[pid=11558] ppid=11556 vsize=73756 CPUtime=39.99
/proc/11558/stat : 11558 (PBS4L) R 11556 11558 11512 0 -1 4194304 19698 0 0 0 3880 119 0 0 25 0 1 0 204767508 75526144 13507 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/11558/statm: 18439 13507 108 232 0 18204 0
Current children cumulated CPU time (s) 39.99
Current children cumulated vsize (Kb) 73756

[startup+50.0248 s]
/proc/loadavg: 0.96 0.97 0.99 2/64 11558
/proc/meminfo: memFree=1778844/2055920 swapFree=4181360/4192956
[pid=11558] ppid=11556 vsize=74792 CPUtime=50
/proc/11558/stat : 11558 (PBS4L) R 11556 11558 11512 0 -1 4194304 20541 0 0 0 4862 138 0 0 25 0 1 0 204767508 76587008 14350 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/11558/statm: 18698 14350 108 232 0 18463 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 74792

[startup+60.0303 s]
/proc/loadavg: 0.97 0.97 0.99 2/64 11558
/proc/meminfo: memFree=1775516/2055920 swapFree=4181360/4192956
[pid=11558] ppid=11556 vsize=75956 CPUtime=60
/proc/11558/stat : 11558 (PBS4L) R 11556 11558 11512 0 -1 4194304 21361 0 0 0 5846 154 0 0 25 0 1 0 204767508 77778944 15170 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/11558/statm: 18989 15170 108 232 0 18754 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 75956

[startup+70.0358 s]
/proc/loadavg: 0.97 0.97 0.99 2/64 11558
/proc/meminfo: memFree=1772572/2055920 swapFree=4181360/4192956
[pid=11558] ppid=11556 vsize=76600 CPUtime=70.01
/proc/11558/stat : 11558 (PBS4L) R 11556 11558 11512 0 -1 4194304 22097 0 0 0 6831 170 0 0 25 0 1 0 204767508 78438400 15906 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/11558/statm: 19150 15906 108 232 0 18915 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 76600

[startup+80.0413 s]
/proc/loadavg: 0.98 0.97 0.99 2/64 11558
/proc/meminfo: memFree=1769308/2055920 swapFree=4181360/4192956
[pid=11558] ppid=11556 vsize=77568 CPUtime=80
/proc/11558/stat : 11558 (PBS4L) R 11556 11558 11512 0 -1 4194304 22908 0 0 0 7813 187 0 0 25 0 1 0 204767508 79429632 16717 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/11558/statm: 19392 16717 108 232 0 19157 0
Current children cumulated CPU time (s) 80
Current children cumulated vsize (Kb) 77568

[startup+90.0468 s]
/proc/loadavg: 0.98 0.97 0.99 2/64 11558
/proc/meminfo: memFree=1767644/2055920 swapFree=4181360/4192956
[pid=11558] ppid=11556 vsize=78228 CPUtime=90.01
/proc/11558/stat : 11558 (PBS4L) R 11556 11558 11512 0 -1 4194304 23320 0 0 0 8758 243 0 0 25 0 1 0 204767508 80105472 17129 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/11558/statm: 19557 17129 108 232 0 19322 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 78228

[startup+100.052 s]
/proc/loadavg: 0.98 0.97 0.99 2/64 11558
/proc/meminfo: memFree=1766748/2055920 swapFree=4181360/4192956
[pid=11558] ppid=11556 vsize=79136 CPUtime=100.01
/proc/11558/stat : 11558 (PBS4L) R 11556 11558 11512 0 -1 4194304 23546 0 0 0 9711 290 0 0 25 0 1 0 204767508 81035264 17355 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/11558/statm: 19784 17355 108 232 0 19549 0
Current children cumulated CPU time (s) 100.01
Current children cumulated vsize (Kb) 79136

[startup+110.058 s]
/proc/loadavg: 0.98 0.97 0.99 2/64 11558
/proc/meminfo: memFree=1765916/2055920 swapFree=4181360/4192956
[pid=11558] ppid=11556 vsize=79928 CPUtime=110.01
/proc/11558/stat : 11558 (PBS4L) R 11556 11558 11512 0 -1 4194304 23750 0 0 0 10648 353 0 0 25 0 1 0 204767508 81846272 17559 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/11558/statm: 19982 17559 108 232 0 19747 0
Current children cumulated CPU time (s) 110.01
Current children cumulated vsize (Kb) 79928

[startup+120.063 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 11558
/proc/meminfo: memFree=1765596/2055920 swapFree=4181360/4192956
[pid=11558] ppid=11556 vsize=80300 CPUtime=120.01
/proc/11558/stat : 11558 (PBS4L) R 11556 11558 11512 0 -1 4194304 23828 0 0 0 11587 414 0 0 25 0 1 0 204767508 82227200 17637 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/11558/statm: 20075 17637 108 232 0 19840 0
Current children cumulated CPU time (s) 120.01
Current children cumulated vsize (Kb) 80300

[startup+130.069 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 11558
/proc/meminfo: memFree=1765020/2055920 swapFree=4181360/4192956
[pid=11558] ppid=11556 vsize=80828 CPUtime=130.02
/proc/11558/stat : 11558 (PBS4L) R 11556 11558 11512 0 -1 4194304 23975 0 0 0 12509 493 0 0 25 0 1 0 204767508 82767872 17784 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/11558/statm: 20207 17784 108 232 0 19972 0
Current children cumulated CPU time (s) 130.02
Current children cumulated vsize (Kb) 80828

[startup+140.074 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 11558
/proc/meminfo: memFree=1764508/2055920 swapFree=4181360/4192956
[pid=11558] ppid=11556 vsize=81224 CPUtime=140.02
/proc/11558/stat : 11558 (PBS4L) R 11556 11558 11512 0 -1 4194304 24094 0 0 0 13451 551 0 0 25 0 1 0 204767508 83173376 17903 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/11558/statm: 20306 17903 108 232 0 20071 0
Current children cumulated CPU time (s) 140.02
Current children cumulated vsize (Kb) 81224

[startup+150.08 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 11558
/proc/meminfo: memFree=1764124/2055920 swapFree=4181360/4192956
[pid=11558] ppid=11556 vsize=81612 CPUtime=150.02
/proc/11558/stat : 11558 (PBS4L) R 11556 11558 11512 0 -1 4194304 24202 0 0 0 14397 605 0 0 25 0 1 0 204767508 83570688 18011 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/11558/statm: 20403 18011 108 232 0 20168 0
Current children cumulated CPU time (s) 150.02
Current children cumulated vsize (Kb) 81612

[startup+160.085 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 11558
/proc/meminfo: memFree=1763612/2055920 swapFree=4181360/4192956
[pid=11558] ppid=11556 vsize=82008 CPUtime=160.02
/proc/11558/stat : 11558 (PBS4L) R 11556 11558 11512 0 -1 4194304 24322 0 0 0 15350 652 0 0 25 0 1 0 204767508 83976192 18131 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/11558/statm: 20502 18131 108 232 0 20267 0
Current children cumulated CPU time (s) 160.02
Current children cumulated vsize (Kb) 82008

[startup+170.091 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 11558
/proc/meminfo: memFree=1763228/2055920 swapFree=4181360/4192956
[pid=11558] ppid=11556 vsize=82404 CPUtime=170.03
/proc/11558/stat : 11558 (PBS4L) R 11556 11558 11512 0 -1 4194304 24414 0 0 0 16287 716 0 0 25 0 1 0 204767508 84381696 18223 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/11558/statm: 20601 18223 108 232 0 20366 0
Current children cumulated CPU time (s) 170.03
Current children cumulated vsize (Kb) 82404

[startup+180.096 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 11558
/proc/meminfo: memFree=1762908/2055920 swapFree=4181360/4192956
[pid=11558] ppid=11556 vsize=82728 CPUtime=180.03
/proc/11558/stat : 11558 (PBS4L) R 11556 11558 11512 0 -1 4194304 24501 0 0 0 17226 777 0 0 25 0 1 0 204767508 84713472 18310 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/11558/statm: 20682 18310 108 232 0 20447 0
Current children cumulated CPU time (s) 180.03
Current children cumulated vsize (Kb) 82728

[startup+190.102 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 11558
/proc/meminfo: memFree=1762588/2055920 swapFree=4181360/4192956
[pid=11558] ppid=11556 vsize=82992 CPUtime=190.03
/proc/11558/stat : 11558 (PBS4L) R 11556 11558 11512 0 -1 4194304 24577 0 0 0 18174 829 0 0 25 0 1 0 204767508 84983808 18386 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/11558/statm: 20748 18386 108 232 0 20513 0
Current children cumulated CPU time (s) 190.03
Current children cumulated vsize (Kb) 82992

[startup+200.108 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 11558
/proc/meminfo: memFree=1762204/2055920 swapFree=4181360/4192956
[pid=11558] ppid=11556 vsize=83548 CPUtime=200.04
/proc/11558/stat : 11558 (PBS4L) R 11556 11558 11512 0 -1 4194304 24675 0 0 0 19125 879 0 0 25 0 1 0 204767508 85553152 18484 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/11558/statm: 20887 18484 108 232 0 20652 0
Current children cumulated CPU time (s) 200.04
Current children cumulated vsize (Kb) 83548

[startup+210.115 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 11558
/proc/meminfo: memFree=1761820/2055920 swapFree=4181360/4192956

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

/proc/11558/stat : 11558 (PBS4L) R 11556 11558 11512 0 -1 4194304 29149 0 0 0 169766 8380 0 0 25 0 1 0 204767508 100634624 22958 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/11558/statm: 24569 22958 108 232 0 24334 0
Current children cumulated CPU time (s) 1781.46
Current children cumulated vsize (Kb) 98276

[startup+1783.01 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 11560
/proc/meminfo: memFree=1743772/2055920 swapFree=4181360/4192956
[pid=11558] ppid=11556 vsize=98276 CPUtime=1782.46
/proc/11558/stat : 11558 (PBS4L) R 11556 11558 11512 0 -1 4194304 29149 0 0 0 169853 8393 0 0 25 0 1 0 204767508 100634624 22958 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/11558/statm: 24569 22958 108 232 0 24334 0
Current children cumulated CPU time (s) 1782.46
Current children cumulated vsize (Kb) 98276

[startup+1784.02 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 11560
/proc/meminfo: memFree=1743772/2055920 swapFree=4181360/4192956
[pid=11558] ppid=11556 vsize=98276 CPUtime=1783.47
/proc/11558/stat : 11558 (PBS4L) R 11556 11558 11512 0 -1 4194304 29149 0 0 0 169943 8404 0 0 25 0 1 0 204767508 100634624 22958 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/11558/statm: 24569 22958 108 232 0 24334 0
Current children cumulated CPU time (s) 1783.47
Current children cumulated vsize (Kb) 98276

[startup+1785.02 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 11560
/proc/meminfo: memFree=1743772/2055920 swapFree=4181360/4192956
[pid=11558] ppid=11556 vsize=98276 CPUtime=1784.47
/proc/11558/stat : 11558 (PBS4L) R 11556 11558 11512 0 -1 4194304 29149 0 0 0 170034 8413 0 0 25 0 1 0 204767508 100634624 22958 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134546657 0 0 4096 0 0 0 0 17 1 0 0
/proc/11558/statm: 24569 22958 108 232 0 24334 0
Current children cumulated CPU time (s) 1784.47
Current children cumulated vsize (Kb) 98276

[startup+1786.03 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 11560
/proc/meminfo: memFree=1743772/2055920 swapFree=4181360/4192956
[pid=11558] ppid=11556 vsize=98276 CPUtime=1785.48
/proc/11558/stat : 11558 (PBS4L) R 11556 11558 11512 0 -1 4194304 29150 0 0 0 170128 8420 0 0 25 0 1 0 204767508 100634624 22959 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/11558/statm: 24569 22959 108 232 0 24334 0
Current children cumulated CPU time (s) 1785.48
Current children cumulated vsize (Kb) 98276

[startup+1787.03 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 11560
/proc/meminfo: memFree=1743772/2055920 swapFree=4181360/4192956
[pid=11558] ppid=11556 vsize=98276 CPUtime=1786.48
/proc/11558/stat : 11558 (PBS4L) R 11556 11558 11512 0 -1 4194304 29150 0 0 0 170227 8421 0 0 25 0 1 0 204767508 100634624 22959 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/11558/statm: 24569 22959 108 232 0 24334 0
Current children cumulated CPU time (s) 1786.48
Current children cumulated vsize (Kb) 98276

[startup+1788.04 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 11560
/proc/meminfo: memFree=1743772/2055920 swapFree=4181360/4192956
[pid=11558] ppid=11556 vsize=98276 CPUtime=1787.48
/proc/11558/stat : 11558 (PBS4L) R 11556 11558 11512 0 -1 4194304 29151 0 0 0 170326 8422 0 0 25 0 1 0 204767508 100634624 22960 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/11558/statm: 24569 22960 108 232 0 24334 0
Current children cumulated CPU time (s) 1787.48
Current children cumulated vsize (Kb) 98276

[startup+1789.04 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 11560
/proc/meminfo: memFree=1743772/2055920 swapFree=4181360/4192956
[pid=11558] ppid=11556 vsize=98276 CPUtime=1788.49
/proc/11558/stat : 11558 (PBS4L) R 11556 11558 11512 0 -1 4194304 29151 0 0 0 170425 8424 0 0 25 0 1 0 204767508 100634624 22960 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/11558/statm: 24569 22960 108 232 0 24334 0
Current children cumulated CPU time (s) 1788.49
Current children cumulated vsize (Kb) 98276

[startup+1790.05 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 11560
/proc/meminfo: memFree=1743772/2055920 swapFree=4181360/4192956
[pid=11558] ppid=11556 vsize=98276 CPUtime=1789.5
/proc/11558/stat : 11558 (PBS4L) R 11556 11558 11512 0 -1 4194304 29152 0 0 0 170525 8425 0 0 25 0 1 0 204767508 100634624 22961 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/11558/statm: 24569 22961 108 232 0 24334 0
Current children cumulated CPU time (s) 1789.5
Current children cumulated vsize (Kb) 98276

[startup+1791.05 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 11560
/proc/meminfo: memFree=1743772/2055920 swapFree=4181360/4192956
[pid=11558] ppid=11556 vsize=98276 CPUtime=1790.5
/proc/11558/stat : 11558 (PBS4L) R 11556 11558 11512 0 -1 4194304 29157 0 0 0 170623 8427 0 0 25 0 1 0 204767508 100634624 22966 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549239 0 0 4096 0 0 0 0 17 1 0 0
/proc/11558/statm: 24569 22966 108 232 0 24334 0
Current children cumulated CPU time (s) 1790.5
Current children cumulated vsize (Kb) 98276

[startup+1792.06 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 11560
/proc/meminfo: memFree=1743772/2055920 swapFree=4181360/4192956
[pid=11558] ppid=11556 vsize=98276 CPUtime=1791.5
/proc/11558/stat : 11558 (PBS4L) R 11556 11558 11512 0 -1 4194304 29157 0 0 0 170722 8428 0 0 25 0 1 0 204767508 100634624 22966 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549265 0 0 4096 0 0 0 0 17 1 0 0
/proc/11558/statm: 24569 22966 108 232 0 24334 0
Current children cumulated CPU time (s) 1791.5
Current children cumulated vsize (Kb) 98276

[startup+1793.06 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 11560
/proc/meminfo: memFree=1743708/2055920 swapFree=4181360/4192956
[pid=11558] ppid=11556 vsize=98276 CPUtime=1792.5
/proc/11558/stat : 11558 (PBS4L) R 11556 11558 11512 0 -1 4194304 29161 0 0 0 170821 8429 0 0 25 0 1 0 204767508 100634624 22970 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/11558/statm: 24569 22970 108 232 0 24334 0
Current children cumulated CPU time (s) 1792.5
Current children cumulated vsize (Kb) 98276

[startup+1794.07 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 11560
/proc/meminfo: memFree=1743708/2055920 swapFree=4181360/4192956
[pid=11558] ppid=11556 vsize=98276 CPUtime=1793.51
/proc/11558/stat : 11558 (PBS4L) R 11556 11558 11512 0 -1 4194304 29162 0 0 0 170919 8432 0 0 25 0 1 0 204767508 100634624 22971 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/11558/statm: 24569 22971 108 232 0 24334 0
Current children cumulated CPU time (s) 1793.51
Current children cumulated vsize (Kb) 98276

[startup+1795.07 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 11560
/proc/meminfo: memFree=1743708/2055920 swapFree=4181360/4192956
[pid=11558] ppid=11556 vsize=98276 CPUtime=1794.52
/proc/11558/stat : 11558 (PBS4L) R 11556 11558 11512 0 -1 4194304 29163 0 0 0 171019 8433 0 0 25 0 1 0 204767508 100634624 22972 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/11558/statm: 24569 22972 108 232 0 24334 0
Current children cumulated CPU time (s) 1794.52
Current children cumulated vsize (Kb) 98276

[startup+1796.08 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 11560
/proc/meminfo: memFree=1743708/2055920 swapFree=4181360/4192956
[pid=11558] ppid=11556 vsize=98276 CPUtime=1795.52
/proc/11558/stat : 11558 (PBS4L) R 11556 11558 11512 0 -1 4194304 29164 0 0 0 171117 8435 0 0 25 0 1 0 204767508 100634624 22973 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/11558/statm: 24569 22973 108 232 0 24334 0
Current children cumulated CPU time (s) 1795.52
Current children cumulated vsize (Kb) 98276

[startup+1797.08 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 11560
/proc/meminfo: memFree=1743708/2055920 swapFree=4181360/4192956
[pid=11558] ppid=11556 vsize=98328 CPUtime=1796.53
/proc/11558/stat : 11558 (PBS4L) R 11556 11558 11512 0 -1 4194304 29174 0 0 0 171217 8436 0 0 25 0 1 0 204767508 100687872 22983 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/11558/statm: 24582 22983 108 232 0 24347 0
Current children cumulated CPU time (s) 1796.53
Current children cumulated vsize (Kb) 98328

[startup+1798.09 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 11560
/proc/meminfo: memFree=1743644/2055920 swapFree=4181360/4192956
[pid=11558] ppid=11556 vsize=98328 CPUtime=1797.53
/proc/11558/stat : 11558 (PBS4L) R 11556 11558 11512 0 -1 4194304 29181 0 0 0 171310 8443 0 0 25 0 1 0 204767508 100687872 22990 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/11558/statm: 24582 22990 108 232 0 24347 0
Current children cumulated CPU time (s) 1797.53
Current children cumulated vsize (Kb) 98328

[startup+1799.09 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 11560
/proc/meminfo: memFree=1743644/2055920 swapFree=4181360/4192956
[pid=11558] ppid=11556 vsize=98328 CPUtime=1798.54
/proc/11558/stat : 11558 (PBS4L) R 11556 11558 11512 0 -1 4194304 29182 0 0 0 171410 8444 0 0 25 0 1 0 204767508 100687872 22991 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/11558/statm: 24582 22991 108 232 0 24347 0
Current children cumulated CPU time (s) 1798.54
Current children cumulated vsize (Kb) 98328

[startup+1800.1 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 11560
/proc/meminfo: memFree=1743644/2055920 swapFree=4181360/4192956
[pid=11558] ppid=11556 vsize=98328 CPUtime=1799.54
/proc/11558/stat : 11558 (PBS4L) R 11556 11558 11512 0 -1 4194304 29183 0 0 0 171509 8445 0 0 25 0 1 0 204767508 100687872 22992 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/11558/statm: 24582 22992 108 232 0 24347 0
Current children cumulated CPU time (s) 1799.54
Current children cumulated vsize (Kb) 98328

[startup+1801.1 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 11560
/proc/meminfo: memFree=1743644/2055920 swapFree=4181360/4192956
[pid=11558] ppid=11556 vsize=98328 CPUtime=1800.55
/proc/11558/stat : 11558 (PBS4L) R 11556 11558 11512 0 -1 4194304 29184 0 0 0 171605 8450 0 0 25 0 1 0 204767508 100687872 22993 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/11558/statm: 24582 22993 108 232 0 24347 0
Current children cumulated CPU time (s) 1800.55
Current children cumulated vsize (Kb) 98328



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.11 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 11560
/proc/meminfo: memFree=1743644/2055920 swapFree=4181360/4192956
[pid=11558] ppid=11556 vsize=98328 CPUtime=1800.55
/proc/11558/stat : 11558 (PBS4L) R 11556 11558 11512 0 -1 4194304 29184 0 0 0 171605 8450 0 0 25 0 1 0 204767508 100687872 22993 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/11558/statm: 24582 22993 108 232 0 24347 0
Current children cumulated CPU time (s) 1800.55
Current children cumulated vsize (Kb) 98328

Sending SIGTERM to -11558
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.13
CPU time (s): 1800.57
CPU user time (s): 1716.06
CPU system time (s): 84.5161
CPU usage (%): 99.9693
Max. virtual memory (cumulated for all children) (Kb): 98328
The end

Launcher Data (download as text)

Begin job on node52 on Sun Jun  4 03:16:37 UTC 2006


FILE ID= 41648-1149390997

PBS_JOBID= 313438

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_6.opb.PB06.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node52/41648-1149390997/instance-41648-1149390997.opb 868888908
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node52/watcher-41648-1149390997 -o ROOT/results/node52/solver-41648-1149390997 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node52/41648-1149390997/instance-41648-1149390997.opb 868888908

MD5SUM SOLVER= ab46593c31a6a47b9d9920387a00d332
MD5SUM BENCH=  5f836d1b8d150c1925229546ed283812

RANDOM SEED= 868888908


/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.263
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.263
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:       1835684 kB
Buffers:          9112 kB
Cached:         148548 kB
SwapCached:       3296 kB
Active:          34956 kB
Inactive:       131440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1835684 kB
SwapTotal:     4192956 kB
SwapFree:      4181360 kB
Dirty:             156 kB
Writeback:           0 kB
Mapped:          14916 kB
Slab:            39784 kB
Committed_AS:   426132 kB
PageTables:       1504 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node52 on Sun Jun  4 03:46:38 UTC 2006