Trace number 41226

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.55 1801.24

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-reduced-mps-v2-20-10-ran6x43.opb
MD5SUM6ddbc05dc60ac3abba60700f70e1bd54
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark5.64614
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables7998
Total number of constraints307
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 constraints307
Minimum length of a constraint31
Maximum length of a constraint1290
Number of terms in the objective function 7998
Biggest coefficient in the objective function 1795
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 530626
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 530626
Number of bits of the biggest sum of numbers20
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/node74/41226-1149248815/instance-41226-1149248815.opb ......

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/node74/watcher-41226-1149248815 -o ROOT/results/node74/solver-41226-1149248815 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node74/41226-1149248815/instance-41226-1149248815.opb 12106658 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.95 0.90 3/64 31035
/proc/meminfo: memFree=1411664/2055920 swapFree=4182292/4192956
[pid=31035] ppid=31033 vsize=2152 CPUtime=0
/proc/31035/stat : 31035 (PBS4L) R 31033 31035 30989 0 -1 4194304 259 0 0 0 0 0 0 0 18 0 1 0 190545789 2203648 243 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134598843 0 0 4096 0 0 0 0 17 1 0 0
/proc/31035/statm: 538 245 90 232 0 303 0

[startup+10.0023 s]
/proc/loadavg: 0.93 0.95 0.90 2/64 31035
/proc/meminfo: memFree=1407776/2055920 swapFree=4182292/4192956
[pid=31035] ppid=31033 vsize=6044 CPUtime=9.99
/proc/31035/stat : 31035 (PBS4L) R 31033 31035 30989 0 -1 4194304 1284 0 0 0 997 2 0 0 25 0 1 0 190545789 6189056 1072 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551347 0 0 4096 0 0 0 0 17 1 0 0
/proc/31035/statm: 1511 1072 105 232 0 1276 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 6044

[startup+20.0092 s]
/proc/loadavg: 0.94 0.96 0.91 2/64 31035
/proc/meminfo: memFree=1407392/2055920 swapFree=4182292/4192956
[pid=31035] ppid=31033 vsize=6044 CPUtime=19.99
/proc/31035/stat : 31035 (PBS4L) R 31033 31035 30989 0 -1 4194304 1384 0 0 0 1997 2 0 0 25 0 1 0 190545789 6189056 1172 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551621 0 0 4096 0 0 0 0 17 1 0 0
/proc/31035/statm: 1511 1172 105 232 0 1276 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 6044

[startup+30.0152 s]
/proc/loadavg: 0.95 0.96 0.91 2/64 31035
/proc/meminfo: memFree=1406816/2055920 swapFree=4182292/4192956
[pid=31035] ppid=31033 vsize=7200 CPUtime=30
/proc/31035/stat : 31035 (PBS4L) R 31033 31035 30989 0 -1 4194304 1520 0 0 0 2997 3 0 0 25 0 1 0 190545789 7372800 1308 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/31035/statm: 1800 1308 105 232 0 1565 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 7200

[startup+40.0212 s]
/proc/loadavg: 0.95 0.96 0.91 2/64 31035
/proc/meminfo: memFree=1406240/2055920 swapFree=4182292/4192956
[pid=31035] ppid=31033 vsize=7344 CPUtime=40.03
/proc/31035/stat : 31035 (PBS4L) R 31033 31035 30989 0 -1 4194304 1671 0 0 0 4000 3 0 0 25 0 1 0 190545789 7520256 1459 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551321 0 0 4096 0 0 0 0 17 1 0 0
/proc/31035/statm: 1836 1459 105 232 0 1601 0
Current children cumulated CPU time (s) 40.03
Current children cumulated vsize (Kb) 7344

[startup+50.0631 s]
/proc/loadavg: 0.96 0.96 0.91 2/64 31035
/proc/meminfo: memFree=1405344/2055920 swapFree=4182292/4192956
[pid=31035] ppid=31033 vsize=9656 CPUtime=50.04
/proc/31035/stat : 31035 (PBS4L) R 31033 31035 30989 0 -1 4194304 1908 0 0 0 5000 4 0 0 25 0 1 0 190545789 9887744 1696 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551570 0 0 4096 0 0 0 0 17 1 0 0
/proc/31035/statm: 2414 1696 105 232 0 2179 0
Current children cumulated CPU time (s) 50.04
Current children cumulated vsize (Kb) 9656

[startup+60.0691 s]
/proc/loadavg: 0.97 0.96 0.91 2/64 31035
/proc/meminfo: memFree=1404384/2055920 swapFree=4182292/4192956
[pid=31035] ppid=31033 vsize=9784 CPUtime=60.04
/proc/31035/stat : 31035 (PBS4L) R 31033 31035 30989 0 -1 4194304 2148 0 0 0 6000 4 0 0 25 0 1 0 190545789 10018816 1936 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/31035/statm: 2446 1936 105 232 0 2211 0
Current children cumulated CPU time (s) 60.04
Current children cumulated vsize (Kb) 9784

[startup+70.0751 s]
/proc/loadavg: 0.97 0.96 0.91 2/64 31035
/proc/meminfo: memFree=1403424/2055920 swapFree=4182292/4192956
[pid=31035] ppid=31033 vsize=14012 CPUtime=70.05
/proc/31035/stat : 31035 (PBS4L) R 31033 31035 30989 0 -1 4194304 2389 0 0 0 7000 5 0 0 25 0 1 0 190545789 14348288 2177 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/31035/statm: 3503 2177 105 232 0 3268 0
Current children cumulated CPU time (s) 70.05
Current children cumulated vsize (Kb) 14012

[startup+80.081 s]
/proc/loadavg: 0.98 0.96 0.91 2/64 31035
/proc/meminfo: memFree=1402528/2055920 swapFree=4182292/4192956
[pid=31035] ppid=31033 vsize=14144 CPUtime=80.04
/proc/31035/stat : 31035 (PBS4L) R 31033 31035 30989 0 -1 4194304 2600 0 0 0 7999 5 0 0 25 0 1 0 190545789 14483456 2388 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551507 0 0 4096 0 0 0 0 17 1 0 0
/proc/31035/statm: 3536 2388 105 232 0 3301 0
Current children cumulated CPU time (s) 80.04
Current children cumulated vsize (Kb) 14144

[startup+90.087 s]
/proc/loadavg: 0.98 0.96 0.91 2/64 31035
/proc/meminfo: memFree=1401696/2055920 swapFree=4182292/4192956
[pid=31035] ppid=31033 vsize=14472 CPUtime=90.05
/proc/31035/stat : 31035 (PBS4L) R 31033 31035 30989 0 -1 4194304 2818 0 0 0 8999 6 0 0 25 0 1 0 190545789 14819328 2606 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551340 0 0 4096 0 0 0 0 17 1 0 0
/proc/31035/statm: 3618 2606 105 232 0 3383 0
Current children cumulated CPU time (s) 90.05
Current children cumulated vsize (Kb) 14472

[startup+100.093 s]
/proc/loadavg: 0.98 0.96 0.91 2/64 31035
/proc/meminfo: memFree=1400864/2055920 swapFree=4182292/4192956
[pid=31035] ppid=31033 vsize=14472 CPUtime=100.05
/proc/31035/stat : 31035 (PBS4L) R 31033 31035 30989 0 -1 4194304 3017 0 0 0 9998 7 0 0 25 0 1 0 190545789 14819328 2805 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/31035/statm: 3618 2805 105 232 0 3383 0
Current children cumulated CPU time (s) 100.05
Current children cumulated vsize (Kb) 14472

[startup+110.099 s]
/proc/loadavg: 0.98 0.96 0.91 2/64 31035
/proc/meminfo: memFree=1400032/2055920 swapFree=4182292/4192956
[pid=31035] ppid=31033 vsize=14604 CPUtime=110.05
/proc/31035/stat : 31035 (PBS4L) R 31033 31035 30989 0 -1 4194304 3221 0 0 0 10998 7 0 0 25 0 1 0 190545789 14954496 3009 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551312 0 0 4096 0 0 0 0 17 1 0 0
/proc/31035/statm: 3651 3009 105 232 0 3416 0
Current children cumulated CPU time (s) 110.05
Current children cumulated vsize (Kb) 14604

[startup+120.105 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 31035
/proc/meminfo: memFree=1399264/2055920 swapFree=4182292/4192956
[pid=31035] ppid=31033 vsize=14736 CPUtime=120.05
/proc/31035/stat : 31035 (PBS4L) R 31033 31035 30989 0 -1 4194304 3412 0 0 0 11998 7 0 0 25 0 1 0 190545789 15089664 3200 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/31035/statm: 3684 3200 105 232 0 3449 0
Current children cumulated CPU time (s) 120.05
Current children cumulated vsize (Kb) 14736

[startup+130.111 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 31035
/proc/meminfo: memFree=1398368/2055920 swapFree=4182292/4192956
[pid=31035] ppid=31033 vsize=23060 CPUtime=130.06
/proc/31035/stat : 31035 (PBS4L) R 31033 31035 30989 0 -1 4194304 3642 0 0 0 12998 8 0 0 25 0 1 0 190545789 23613440 3430 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/31035/statm: 5765 3430 105 232 0 5530 0
Current children cumulated CPU time (s) 130.06
Current children cumulated vsize (Kb) 23060

[startup+140.117 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 31035
/proc/meminfo: memFree=1397472/2055920 swapFree=4182292/4192956
[pid=31035] ppid=31033 vsize=23196 CPUtime=140.07
/proc/31035/stat : 31035 (PBS4L) R 31033 31035 30989 0 -1 4194304 3868 0 0 0 13998 9 0 0 25 0 1 0 190545789 23752704 3656 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551252 0 0 4096 0 0 0 0 17 1 0 0
/proc/31035/statm: 5799 3656 105 232 0 5564 0
Current children cumulated CPU time (s) 140.07
Current children cumulated vsize (Kb) 23196

[startup+150.123 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 31035
/proc/meminfo: memFree=1396320/2055920 swapFree=4182292/4192956
[pid=31035] ppid=31033 vsize=23328 CPUtime=150.06
/proc/31035/stat : 31035 (PBS4L) R 31033 31035 30989 0 -1 4194304 4156 0 0 0 14997 9 0 0 25 0 1 0 190545789 23887872 3944 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549242 0 0 4096 0 0 0 0 17 1 0 0
/proc/31035/statm: 5832 3944 105 232 0 5597 0
Current children cumulated CPU time (s) 150.06
Current children cumulated vsize (Kb) 23328

[startup+160.129 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 31035
/proc/meminfo: memFree=1395232/2055920 swapFree=4182292/4192956
[pid=31035] ppid=31033 vsize=23520 CPUtime=160.07
/proc/31035/stat : 31035 (PBS4L) R 31033 31035 30989 0 -1 4194304 4467 0 0 0 15997 10 0 0 25 0 1 0 190545789 24084480 4206 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/31035/statm: 5880 4206 105 232 0 5645 0
Current children cumulated CPU time (s) 160.07
Current children cumulated vsize (Kb) 23520

[startup+170.135 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 31035
/proc/meminfo: memFree=1394080/2055920 swapFree=4182292/4192956
[pid=31035] ppid=31033 vsize=23592 CPUtime=170.07
/proc/31035/stat : 31035 (PBS4L) R 31033 31035 30989 0 -1 4194304 4750 0 0 0 16996 11 0 0 25 0 1 0 190545789 24158208 4489 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551629 0 0 4096 0 0 0 0 17 1 0 0
/proc/31035/statm: 5898 4489 105 232 0 5663 0
Current children cumulated CPU time (s) 170.07
Current children cumulated vsize (Kb) 23592

[startup+180.141 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 31035
/proc/meminfo: memFree=1393376/2055920 swapFree=4182292/4192956
[pid=31035] ppid=31033 vsize=23812 CPUtime=180.07
/proc/31035/stat : 31035 (PBS4L) R 31033 31035 30989 0 -1 4194304 4933 0 0 0 17996 11 0 0 25 0 1 0 190545789 24383488 4672 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134546657 0 0 4096 0 0 0 0 17 1 0 0
/proc/31035/statm: 5953 4672 105 232 0 5718 0
Current children cumulated CPU time (s) 180.07
Current children cumulated vsize (Kb) 23812

[startup+190.147 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 31035
/proc/meminfo: memFree=1392288/2055920 swapFree=4182292/4192956
[pid=31035] ppid=31033 vsize=23920 CPUtime=190.07
/proc/31035/stat : 31035 (PBS4L) R 31033 31035 30989 0 -1 4194304 5197 0 0 0 18995 12 0 0 25 0 1 0 190545789 24494080 4936 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134546640 0 0 4096 0 0 0 0 17 1 0 0
/proc/31035/statm: 5980 4936 105 232 0 5745 0
Current children cumulated CPU time (s) 190.07
Current children cumulated vsize (Kb) 23920

[startup+200.153 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 31035
/proc/meminfo: memFree=1391712/2055920 swapFree=4182292/4192956
[pid=31035] ppid=31033 vsize=23920 CPUtime=200.08
/proc/31035/stat : 31035 (PBS4L) R 31033 31035 30989 0 -1 4194304 5344 0 0 0 19995 13 0 0 25 0 1 0 190545789 24494080 5083 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549306 0 0 4096 0 0 0 0 17 1 0 0
/proc/31035/statm: 5980 5083 105 232 0 5745 0
Current children cumulated CPU time (s) 200.08
Current children cumulated vsize (Kb) 23920

[startup+210.159 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 31035
/proc/meminfo: memFree=1391520/2055920 swapFree=4182292/4192956

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

/proc/31035/stat : 31035 (PBS4L) R 31033 31035 30989 0 -1 4194304 18441 0 0 0 178055 88 0 0 25 0 1 0 190545789 88317952 16736 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134546663 0 0 4096 0 0 0 0 17 1 0 0
/proc/31035/statm: 21562 16736 105 232 0 21327 0
Current children cumulated CPU time (s) 1781.43
Current children cumulated vsize (Kb) 86248

[startup+1783.13 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 31230
/proc/meminfo: memFree=1344680/2055920 swapFree=4182292/4192956
[pid=31035] ppid=31033 vsize=86248 CPUtime=1782.44
/proc/31035/stat : 31035 (PBS4L) R 31033 31035 30989 0 -1 4194304 18441 0 0 0 178156 88 0 0 25 0 1 0 190545789 88317952 16736 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551608 0 0 4096 0 0 0 0 17 1 0 0
/proc/31035/statm: 21562 16736 105 232 0 21327 0
Current children cumulated CPU time (s) 1782.44
Current children cumulated vsize (Kb) 86248

[startup+1784.13 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 31230
/proc/meminfo: memFree=1344680/2055920 swapFree=4182292/4192956
[pid=31035] ppid=31033 vsize=86344 CPUtime=1783.44
/proc/31035/stat : 31035 (PBS4L) R 31033 31035 30989 0 -1 4194304 18455 0 0 0 178256 88 0 0 25 0 1 0 190545789 88416256 16750 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551282 0 0 4096 0 0 0 0 17 1 0 0
/proc/31035/statm: 21586 16750 105 232 0 21351 0
Current children cumulated CPU time (s) 1783.44
Current children cumulated vsize (Kb) 86344

[startup+1785.14 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 31230
/proc/meminfo: memFree=1344680/2055920 swapFree=4182292/4192956
[pid=31035] ppid=31033 vsize=86344 CPUtime=1784.45
/proc/31035/stat : 31035 (PBS4L) R 31033 31035 30989 0 -1 4194304 18455 0 0 0 178357 88 0 0 25 0 1 0 190545789 88416256 16750 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/31035/statm: 21586 16750 105 232 0 21351 0
Current children cumulated CPU time (s) 1784.45
Current children cumulated vsize (Kb) 86344

[startup+1786.14 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 31230
/proc/meminfo: memFree=1344680/2055920 swapFree=4182292/4192956
[pid=31035] ppid=31033 vsize=86344 CPUtime=1785.45
/proc/31035/stat : 31035 (PBS4L) R 31033 31035 30989 0 -1 4194304 18456 0 0 0 178457 88 0 0 25 0 1 0 190545789 88416256 16751 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551326 0 0 4096 0 0 0 0 17 1 0 0
/proc/31035/statm: 21586 16751 105 232 0 21351 0
Current children cumulated CPU time (s) 1785.45
Current children cumulated vsize (Kb) 86344

[startup+1787.15 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 31230
/proc/meminfo: memFree=1344616/2055920 swapFree=4182292/4192956
[pid=31035] ppid=31033 vsize=86344 CPUtime=1786.46
/proc/31035/stat : 31035 (PBS4L) R 31033 31035 30989 0 -1 4194304 18457 0 0 0 178558 88 0 0 25 0 1 0 190545789 88416256 16752 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551579 0 0 4096 0 0 0 0 17 1 0 0
/proc/31035/statm: 21586 16752 105 232 0 21351 0
Current children cumulated CPU time (s) 1786.46
Current children cumulated vsize (Kb) 86344

[startup+1788.15 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 31230
/proc/meminfo: memFree=1344616/2055920 swapFree=4182292/4192956
[pid=31035] ppid=31033 vsize=86344 CPUtime=1787.46
/proc/31035/stat : 31035 (PBS4L) R 31033 31035 30989 0 -1 4194304 18457 0 0 0 178658 88 0 0 25 0 1 0 190545789 88416256 16752 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134546643 0 0 4096 0 0 0 0 17 1 0 0
/proc/31035/statm: 21586 16752 105 232 0 21351 0
Current children cumulated CPU time (s) 1787.46
Current children cumulated vsize (Kb) 86344

[startup+1789.16 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 31230
/proc/meminfo: memFree=1344616/2055920 swapFree=4182292/4192956
[pid=31035] ppid=31033 vsize=86344 CPUtime=1788.46
/proc/31035/stat : 31035 (PBS4L) R 31033 31035 30989 0 -1 4194304 18458 0 0 0 178758 88 0 0 25 0 1 0 190545789 88416256 16753 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551216 0 0 4096 0 0 0 0 17 1 0 0
/proc/31035/statm: 21586 16753 105 232 0 21351 0
Current children cumulated CPU time (s) 1788.46
Current children cumulated vsize (Kb) 86344

[startup+1790.16 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 31230
/proc/meminfo: memFree=1344616/2055920 swapFree=4182292/4192956
[pid=31035] ppid=31033 vsize=86344 CPUtime=1789.47
/proc/31035/stat : 31035 (PBS4L) R 31033 31035 30989 0 -1 4194304 18458 0 0 0 178859 88 0 0 25 0 1 0 190545789 88416256 16753 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551340 0 0 4096 0 0 0 0 17 1 0 0
/proc/31035/statm: 21586 16753 105 232 0 21351 0
Current children cumulated CPU time (s) 1789.47
Current children cumulated vsize (Kb) 86344

[startup+1791.17 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 31230
/proc/meminfo: memFree=1344616/2055920 swapFree=4182292/4192956
[pid=31035] ppid=31033 vsize=86344 CPUtime=1790.47
/proc/31035/stat : 31035 (PBS4L) R 31033 31035 30989 0 -1 4194304 18459 0 0 0 178959 88 0 0 25 0 1 0 190545789 88416256 16754 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551629 0 0 4096 0 0 0 0 17 1 0 0
/proc/31035/statm: 21586 16754 105 232 0 21351 0
Current children cumulated CPU time (s) 1790.47
Current children cumulated vsize (Kb) 86344

[startup+1792.17 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 31230
/proc/meminfo: memFree=1344616/2055920 swapFree=4182292/4192956
[pid=31035] ppid=31033 vsize=86344 CPUtime=1791.48
/proc/31035/stat : 31035 (PBS4L) R 31033 31035 30989 0 -1 4194304 18459 0 0 0 179059 89 0 0 25 0 1 0 190545789 88416256 16754 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551347 0 0 4096 0 0 0 0 17 1 0 0
/proc/31035/statm: 21586 16754 105 232 0 21351 0
Current children cumulated CPU time (s) 1791.48
Current children cumulated vsize (Kb) 86344

[startup+1793.18 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 31230
/proc/meminfo: memFree=1344616/2055920 swapFree=4182292/4192956
[pid=31035] ppid=31033 vsize=86344 CPUtime=1792.49
/proc/31035/stat : 31035 (PBS4L) R 31033 31035 30989 0 -1 4194304 18463 0 0 0 179160 89 0 0 25 0 1 0 190545789 88416256 16758 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550853 0 0 4096 0 0 0 0 17 1 0 0
/proc/31035/statm: 21586 16758 105 232 0 21351 0
Current children cumulated CPU time (s) 1792.49
Current children cumulated vsize (Kb) 86344

[startup+1794.18 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 31230
/proc/meminfo: memFree=1344552/2055920 swapFree=4182292/4192956
[pid=31035] ppid=31033 vsize=86344 CPUtime=1793.49
/proc/31035/stat : 31035 (PBS4L) R 31033 31035 30989 0 -1 4194304 18478 0 0 0 179260 89 0 0 25 0 1 0 190545789 88416256 16773 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549318 0 0 4096 0 0 0 0 17 1 0 0
/proc/31035/statm: 21586 16773 105 232 0 21351 0
Current children cumulated CPU time (s) 1793.49
Current children cumulated vsize (Kb) 86344

[startup+1795.19 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 31230
/proc/meminfo: memFree=1344552/2055920 swapFree=4182292/4192956
[pid=31035] ppid=31033 vsize=86344 CPUtime=1794.5
/proc/31035/stat : 31035 (PBS4L) R 31033 31035 30989 0 -1 4194304 18479 0 0 0 179361 89 0 0 25 0 1 0 190545789 88416256 16774 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/31035/statm: 21586 16774 105 232 0 21351 0
Current children cumulated CPU time (s) 1794.5
Current children cumulated vsize (Kb) 86344

[startup+1796.19 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 31230
/proc/meminfo: memFree=1344552/2055920 swapFree=4182292/4192956
[pid=31035] ppid=31033 vsize=86344 CPUtime=1795.5
/proc/31035/stat : 31035 (PBS4L) R 31033 31035 30989 0 -1 4194304 18480 0 0 0 179461 89 0 0 25 0 1 0 190545789 88416256 16775 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/31035/statm: 21586 16775 105 232 0 21351 0
Current children cumulated CPU time (s) 1795.5
Current children cumulated vsize (Kb) 86344

[startup+1797.2 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 31230
/proc/meminfo: memFree=1344552/2055920 swapFree=4182292/4192956
[pid=31035] ppid=31033 vsize=86344 CPUtime=1796.5
/proc/31035/stat : 31035 (PBS4L) R 31033 31035 30989 0 -1 4194304 18480 0 0 0 179561 89 0 0 25 0 1 0 190545789 88416256 16775 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551331 0 0 4096 0 0 0 0 17 1 0 0
/proc/31035/statm: 21586 16775 105 232 0 21351 0
Current children cumulated CPU time (s) 1796.5
Current children cumulated vsize (Kb) 86344

[startup+1798.2 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 31230
/proc/meminfo: memFree=1344552/2055920 swapFree=4182292/4192956
[pid=31035] ppid=31033 vsize=86344 CPUtime=1797.51
/proc/31035/stat : 31035 (PBS4L) R 31033 31035 30989 0 -1 4194304 18481 0 0 0 179662 89 0 0 25 0 1 0 190545789 88416256 16776 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/31035/statm: 21586 16776 105 232 0 21351 0
Current children cumulated CPU time (s) 1797.51
Current children cumulated vsize (Kb) 86344

[startup+1799.21 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 31230
/proc/meminfo: memFree=1344552/2055920 swapFree=4182292/4192956
[pid=31035] ppid=31033 vsize=86344 CPUtime=1798.51
/proc/31035/stat : 31035 (PBS4L) R 31033 31035 30989 0 -1 4194304 18481 0 0 0 179762 89 0 0 25 0 1 0 190545789 88416256 16776 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551321 0 0 4096 0 0 0 0 17 1 0 0
/proc/31035/statm: 21586 16776 105 232 0 21351 0
Current children cumulated CPU time (s) 1798.51
Current children cumulated vsize (Kb) 86344

[startup+1800.21 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 31230
/proc/meminfo: memFree=1344552/2055920 swapFree=4182292/4192956
[pid=31035] ppid=31033 vsize=86344 CPUtime=1799.52
/proc/31035/stat : 31035 (PBS4L) R 31033 31035 30989 0 -1 4194304 18482 0 0 0 179863 89 0 0 25 0 1 0 190545789 88416256 16777 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/31035/statm: 21586 16777 105 232 0 21351 0
Current children cumulated CPU time (s) 1799.52
Current children cumulated vsize (Kb) 86344

[startup+1801.22 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 31230
/proc/meminfo: memFree=1344552/2055920 swapFree=4182292/4192956
[pid=31035] ppid=31033 vsize=86344 CPUtime=1800.52
/proc/31035/stat : 31035 (PBS4L) R 31033 31035 30989 0 -1 4194304 18482 0 0 0 179963 89 0 0 25 0 1 0 190545789 88416256 16777 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552208 0 0 4096 0 0 0 0 17 1 0 0
/proc/31035/statm: 21586 16777 105 232 0 21351 0
Current children cumulated CPU time (s) 1800.52
Current children cumulated vsize (Kb) 86344



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.22 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 31230
/proc/meminfo: memFree=1344552/2055920 swapFree=4182292/4192956
[pid=31035] ppid=31033 vsize=86344 CPUtime=1800.52
/proc/31035/stat : 31035 (PBS4L) R 31033 31035 30989 0 -1 4194304 18482 0 0 0 179963 89 0 0 25 0 1 0 190545789 88416256 16777 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/31035/statm: 21586 16777 105 232 0 21351 0
Current children cumulated CPU time (s) 1800.52
Current children cumulated vsize (Kb) 86344

Sending SIGTERM to -31035
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.24
CPU time (s): 1800.55
CPU user time (s): 1799.64
CPU system time (s): 0.905862
CPU usage (%): 99.9617
Max. virtual memory (cumulated for all children) (Kb): 86344
The end

Launcher Data (download as text)

Begin job on node74 on Fri Jun  2 11:46:55 UTC 2006


FILE ID= 41226-1149248815

PBS_JOBID= 297956

BENCH NAME= ROOT/tmp/node74/41226-1149248815/instance-41226-1149248815.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node74/41226-1149248815/instance-41226-1149248815.opb 12106658
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node74/watcher-41226-1149248815 -o ROOT/results/node74/solver-41226-1149248815 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node74/41226-1149248815/instance-41226-1149248815.opb 12106658

MD5SUM SOLVER= ab46593c31a6a47b9d9920387a00d332
MD5SUM BENCH=  6ddbc05dc60ac3abba60700f70e1bd54

RANDOM SEED= 12106658


/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.274
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.274
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:       1411872 kB
Buffers:         38164 kB
Cached:         528248 kB
SwapCached:       2476 kB
Active:         115124 kB
Inactive:       460120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1411872 kB
SwapTotal:     4192956 kB
SwapFree:      4182292 kB
Dirty:             168 kB
Writeback:           0 kB
Mapped:          15808 kB
Slab:            54832 kB
Committed_AS:   226832 kB
PageTables:       1424 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node74 on Fri Jun  2 12:16:56 UTC 2006