Trace number 2697117

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
pb_cplex 2010-06-29? (TO) 1800.14 1023.22

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_10_2.opb
MD5SUM54e50bd6cbfbb2a5705269c41241de9a
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark21
Best CPU time to get the best result obtained on this benchmark1789.64
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 25
Optimality of the best value was proved NO
Number of variables200
Total number of constraints200
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 constraints200
Minimum length of a constraint11
Maximum length of a constraint20
Number of terms in the objective function 200
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 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)2492
Sum of products size (including duplicates)4984
Number of different products2492
Sum of products size4984

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2697117-1278050290.opb.
0.00/0.00	c Instance file HOME/instance-2697117-1278050290.opb
0.00/0.00	c File size is 185648 bytes.
0.00/0.07	c Highest Coefficient sum: 21
0.00/0.07	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
0.00/0.08	c ============================[ Problem Statistics ]=============================
0.00/0.08	c |                                                                             |
0.00/0.08	c |  Parsing time:          0.08         s                                      |
0.00/0.08	c |  Number Variables:      2692                                                |
0.00/0.09	c |  Number Constraints:    5184                                                |
0.00/0.09	c ===============================================================================
1800.14/1023.21	c Remaining time 1799.92 sec.
1800.14/1023.21	c 
1800.14/1023.21	c *** INTERRUPTED ***
1800.14/1023.21	s UNKNOWN
1800.14/1023.21	c Total CPU time              : 1797.29 s
1800.14/1023.21	c Memory used           : 87.25 MB
1800.14/1023.21	c CPU time              : 1797.29 s
1800.14/1023.21	c 
1800.14/1023.21	c *** INTERRUPTED ***

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2697117-1278050290/watcher-2697117-1278050290 -o /tmp/evaluation-result-2697117-1278050290/solver-2697117-1278050290 -C 1800 -W 2000 -M 1800 run HOME/instance-2697117-1278050290.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.81 1.83 1.73 3/106 30686
/proc/meminfo: memFree=1437472/2059040 swapFree=4139764/4192956
[pid=30686] ppid=30684 vsize=8700 CPUtime=0
/proc/30686/stat : 30686 (run) R 30684 30686 30436 0 -1 4202496 348 0 0 0 0 0 0 0 20 0 1 0 146321200 8908800 248 1992294400 4194304 4922060 140734783914016 18446744073709551615 212213539221 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/30686/statm: 2175 248 208 178 0 68 0

[startup+0.085864 s]
/proc/loadavg: 1.81 1.83 1.73 3/106 30686
/proc/meminfo: memFree=1437472/2059040 swapFree=4139764/4192956
[pid=30686] ppid=30684 vsize=8700 CPUtime=0
/proc/30686/stat : 30686 (run) S 30684 30686 30436 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146321200 8908800 248 1992294400 4194304 4922060 140734783914016 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30686/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100863 s]
/proc/loadavg: 1.81 1.83 1.73 3/106 30686
/proc/meminfo: memFree=1437472/2059040 swapFree=4139764/4192956
[pid=30686] ppid=30684 vsize=8700 CPUtime=0
/proc/30686/stat : 30686 (run) S 30684 30686 30436 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146321200 8908800 248 1992294400 4194304 4922060 140734783914016 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30686/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.30086 s]
/proc/loadavg: 1.81 1.83 1.73 3/106 30686
/proc/meminfo: memFree=1437472/2059040 swapFree=4139764/4192956
[pid=30686] ppid=30684 vsize=8700 CPUtime=0
/proc/30686/stat : 30686 (run) S 30684 30686 30436 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146321200 8908800 248 1992294400 4194304 4922060 140734783914016 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30686/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700854 s]
/proc/loadavg: 1.81 1.83 1.73 3/106 30686
/proc/meminfo: memFree=1437472/2059040 swapFree=4139764/4192956
[pid=30686] ppid=30684 vsize=8700 CPUtime=0
/proc/30686/stat : 30686 (run) S 30684 30686 30436 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146321200 8908800 248 1992294400 4194304 4922060 140734783914016 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30686/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50184 s]
/proc/loadavg: 1.75 1.82 1.73 2/109 30689
/proc/meminfo: memFree=1418724/2059040 swapFree=4139764/4192956
[pid=30686] ppid=30684 vsize=8700 CPUtime=0
/proc/30686/stat : 30686 (run) S 30684 30686 30436 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146321200 8908800 248 1992294400 4194304 4922060 140734783914016 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30686/statm: 2175 248 208 178 0 68 0
[pid=30687] ppid=30686 vsize=63304 CPUtime=1.82
/proc/30687/stat : 30687 (pb_cplex) R 30686 30686 30436 0 -1 4202496 12639 0 0 0 177 5 0 0 18 0 2 0 146321200 64823296 8571 1992294400 134512640 146736320 4287274880 18446744073709551615 137056592 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30687/statm: 15826 8571 1034 2985 0 12368 0
[pid=30687/tid=30689] ppid=30686 vsize=63304 CPUtime=0.36
/proc/30687/task/30689/stat : 30689 (pb_cplex) R 30686 30686 30436 0 -1 4202560 2060 0 0 0 35 1 0 0 18 0 2 0 146321300 64823296 8571 1992294400 134512640 146736320 4287274880 18446744073709551615 135983181 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 72004

[startup+3.10182 s]
/proc/loadavg: 1.75 1.82 1.73 5/109 30689
/proc/meminfo: memFree=1405704/2059040 swapFree=4139764/4192956
[pid=30686] ppid=30684 vsize=8700 CPUtime=0
/proc/30686/stat : 30686 (run) S 30684 30686 30436 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146321200 8908800 248 1992294400 4194304 4922060 140734783914016 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30686/statm: 2175 248 208 178 0 68 0
[pid=30687] ppid=30686 vsize=64724 CPUtime=4.46
/proc/30687/stat : 30687 (pb_cplex) S 30686 30686 30436 0 -1 4202496 13289 0 0 0 439 7 0 0 16 0 2 0 146321200 66277376 9143 1992294400 134512640 146736320 4287274880 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30687/statm: 16181 9143 1033 2985 0 12723 0
[pid=30687/tid=30689] ppid=30686 vsize=64724 CPUtime=1.83
/proc/30687/task/30689/stat : 30689 (pb_cplex) R 30686 30686 30436 0 -1 4202560 2337 0 0 0 182 1 0 0 18 0 2 0 146321300 66277376 9143 1992294400 134512640 146736320 4287274880 18446744073709551615 136400484 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.46
Current children cumulated vsize (KiB) 73424

[startup+6.30077 s]
/proc/loadavg: 1.75 1.82 1.73 2/109 30689
/proc/meminfo: memFree=1403720/2059040 swapFree=4139764/4192956
[pid=30686] ppid=30684 vsize=8700 CPUtime=0
/proc/30686/stat : 30686 (run) S 30684 30686 30436 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146321200 8908800 248 1992294400 4194304 4922060 140734783914016 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30686/statm: 2175 248 208 178 0 68 0
[pid=30687] ppid=30686 vsize=65224 CPUtime=7.82
/proc/30687/stat : 30687 (pb_cplex) S 30686 30686 30436 0 -1 4202496 16654 0 0 0 772 10 0 0 16 0 2 0 146321200 66789376 9532 1992294400 134512640 146736320 4287274880 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30687/statm: 16306 9532 1052 2985 0 12848 0
[pid=30687/tid=30689] ppid=30686 vsize=65224 CPUtime=5.01
/proc/30687/task/30689/stat : 30689 (pb_cplex) R 30686 30686 30436 0 -1 4202560 5390 0 0 0 498 3 0 0 22 0 2 0 146321300 66789376 9532 1992294400 134512640 146736320 4287274880 18446744073709551615 136387730 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.82
Current children cumulated vsize (KiB) 73924

[startup+12.7017 s]
/proc/loadavg: 1.71 1.81 1.73 2/109 30690
/proc/meminfo: memFree=1401984/2059040 swapFree=4139764/4192956
[pid=30686] ppid=30684 vsize=8700 CPUtime=0
/proc/30686/stat : 30686 (run) S 30684 30686 30436 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146321200 8908800 248 1992294400 4194304 4922060 140734783914016 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30686/statm: 2175 248 208 178 0 68 0
[pid=30687] ppid=30686 vsize=65904 CPUtime=16.92
/proc/30687/stat : 30687 (pb_cplex) S 30686 30686 30436 0 -1 4202496 20549 0 0 0 1679 13 0 0 18 0 2 0 146321200 67485696 9766 1992294400 134512640 146736320 4287274880 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30687/statm: 16476 9766 1052 2985 0 13018 0
[pid=30687/tid=30689] ppid=30686 vsize=65904 CPUtime=8.41
/proc/30687/task/30689/stat : 30689 (pb_cplex) R 30686 30686 30436 0 -1 4202560 9122 0 0 0 835 6 0 0 18 0 2 0 146321300 67485696 9766 1992294400 134512640 146736320 4287274880 18446744073709551615 136008461 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 16.92
Current children cumulated vsize (KiB) 74604

[startup+25.5005 s]
/proc/loadavg: 1.60 1.78 1.72 2/108 30691
/proc/meminfo: memFree=1409680/2059040 swapFree=4139764/4192956
[pid=30686] ppid=30684 vsize=8700 CPUtime=0
/proc/30686/stat : 30686 (run) S 30684 30686 30436 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146321200 8908800 248 1992294400 4194304 4922060 140734783914016 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30686/statm: 2175 248 208 178 0 68 0
[pid=30687] ppid=30686 vsize=53364 CPUtime=32.54
/proc/30687/stat : 30687 (pb_cplex) R 30686 30686 30436 0 -1 4202496 21984 0 0 0 3237 17 0 0 25 0 1 0 146321200 54644736 7819 1992294400 134512640 146736320 4287274880 18446744073709551615 137697115 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/30687/statm: 13341 7819 1058 2985 0 9883 0
Current children cumulated CPU time (s) 32.54
Current children cumulated vsize (KiB) 62064

[startup+51.1001 s]
/proc/loadavg: 1.39 1.72 1.70 2/108 30691
/proc/meminfo: memFree=1409556/2059040 swapFree=4139764/4192956
[pid=30686] ppid=30684 vsize=8700 CPUtime=0
/proc/30686/stat : 30686 (run) S 30684 30686 30436 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146321200 8908800 248 1992294400 4194304 4922060 140734783914016 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30686/statm: 2175 248 208 178 0 68 0
[pid=30687] ppid=30686 vsize=52892 CPUtime=58.12
/proc/30687/stat : 30687 (pb_cplex) R 30686 30686 30436 0 -1 4202496 22534 0 0 0 5794 18 0 0 25 0 1 0 146321200 54161408 7763 1992294400 134512640 146736320 4287274880 18446744073709551615 136385183 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/30687/statm: 13223 7763 1071 2985 0 9765 0
Current children cumulated CPU time (s) 58.12
Current children cumulated vsize (KiB) 61592

[startup+102.309 s]
/proc/loadavg: 1.55 1.69 1.69 2/109 30694
/proc/meminfo: memFree=1397148/2059040 swapFree=4139764/4192956
[pid=30686] ppid=30684 vsize=8700 CPUtime=0
/proc/30686/stat : 30686 (run) S 30684 30686 30436 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146321200 8908800 248 1992294400 4194304 4922060 140734783914016 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30686/statm: 2175 248 208 178 0 68 0
[pid=30687] ppid=30686 vsize=68216 CPUtime=137.8
/proc/30687/stat : 30687 (pb_cplex) S 30686 30686 30436 0 -1 4202496 27795 0 0 0 13754 26 0 0 25 0 2 0 146321200 69853184 11044 1992294400 134512640 146736320 4287274880 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30687/statm: 17054 11044 1076 2985 0 13596 0
[pid=30687/tid=30692] ppid=30686 vsize=68216 CPUtime=34.39
/proc/30687/task/30692/stat : 30692 (pb_cplex) R 30686 30686 30436 0 -1 4202560 2076 0 0 0 3436 3 0 0 25 0 2 0 146326850 69853184 11044 1992294400 134512640 146736320 4287274880 18446744073709551615 136403112 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 137.8
Current children cumulated vsize (KiB) 76916

[startup+162.3 s]
/proc/loadavg: 1.66 1.68 1.68 3/109 30695
/proc/meminfo: memFree=1396776/2059040 swapFree=4139764/4192956
[pid=30686] ppid=30684 vsize=8700 CPUtime=0
/proc/30686/stat : 30686 (run) S 30684 30686 30436 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146321200 8908800 248 1992294400 4194304 4922060 140734783914016 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30686/statm: 2175 248 208 178 0 68 0
[pid=30687] ppid=30686 vsize=68504 CPUtime=234.57
/proc/30687/stat : 30687 (pb_cplex) R 30686 30686 30436 0 -1 4202496 28378 0 0 0 23421 36 0 0 20 0 2 0 146321200 70148096 11107 1992294400 134512640 146736320 4287274880 18446744073709551615 136388075 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30687/statm: 17126 11107 1076 2985 0 13668 0
[pid=30687/tid=30692] ppid=30686 vsize=68504 CPUtime=85.81
/proc/30687/task/30692/stat : 30692 (pb_cplex) R 30686 30686 30436 0 -1 4202560 2084 0 0 0 8573 8 0 0 20 0 2 0 146326850 70148096 11107 1992294400 134512640 146736320 4287274880 18446744073709551615 136017769 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 234.57
Current children cumulated vsize (KiB) 77204

[startup+222.3 s]
/proc/loadavg: 1.68 1.68 1.68 3/109 30705
/proc/meminfo: memFree=1392684/2059040 swapFree=4139764/4192956
[pid=30686] ppid=30684 vsize=8700 CPUtime=0
/proc/30686/stat : 30686 (run) S 30684 30686 30436 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146321200 8908800 248 1992294400 4194304 4922060 140734783914016 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30686/statm: 2175 248 208 178 0 68 0
[pid=30687] ppid=30686 vsize=71028 CPUtime=337.54
/proc/30687/stat : 30687 (pb_cplex) R 30686 30686 30436 0 -1 4202496 32267 0 0 0 33700 54 0 0 25 0 2 0 146321200 72732672 12158 1992294400 134512640 146736320 4287274880 18446744073709551615 139044580 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30687/statm: 17757 12158 1077 2985 0 14299 0
[pid=30687/tid=30692] ppid=30686 vsize=71028 CPUtime=142.06
/proc/30687/task/30692/stat : 30692 (pb_cplex) R 30686 30686 30436 0 -1 4202560 3550 0 0 0 14189 17 0 0 25 0 2 0 146326850 72732672 12158 1992294400 134512640 146736320 4287274880 18446744073709551615 136008069 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 337.54
Current children cumulated vsize (KiB) 79728

[startup+282.301 s]
/proc/loadavg: 1.77 1.71 1.69 3/109 30707
/proc/meminfo: memFree=1387352/2059040 swapFree=4139764/4192956
[pid=30686] ppid=30684 vsize=8700 CPUtime=0
/proc/30686/stat : 30686 (run) S 30684 30686 30436 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146321200 8908800 248 1992294400 4194304 4922060 140734783914016 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30686/statm: 2175 248 208 178 0 68 0
[pid=30687] ppid=30686 vsize=77468 CPUtime=444
/proc/30687/stat : 30687 (pb_cplex) R 30686 30686 30436 0 -1 4202496 35028 0 0 0 44325 75 0 0 19 0 2 0 146321200 79327232 13524 1992294400 134512640 146736320 4287274880 18446744073709551615 136400472 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30687/statm: 19367 13524 1084 2985 0 15909 0
[pid=30687/tid=30692] ppid=30686 vsize=77468 CPUtime=197.64
/proc/30687/task/30692/stat : 30692 (pb_cplex) R 30686 30686 30436 0 -1 4202560 5670 0 0 0 19736 28 0 0 25 0 2 0 146326850 79327232 13524 1992294400 134512640 146736320 4287274880 18446744073709551615 136000483 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 444
Current children cumulated vsize (KiB) 86168

[startup+342.301 s]
/proc/loadavg: 1.79 1.72 1.69 3/109 30709
/proc/meminfo: memFree=1387352/2059040 swapFree=4139764/4192956
[pid=30686] ppid=30684 vsize=8700 CPUtime=0
/proc/30686/stat : 30686 (run) S 30684 30686 30436 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146321200 8908800 248 1992294400 4194304 4922060 140734783914016 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30686/statm: 2175 248 208 178 0 68 0
[pid=30687] ppid=30686 vsize=76992 CPUtime=546.53
/proc/30687/stat : 30687 (pb_cplex) R 30686 30686 30436 0 -1 4202496 35592 0 0 0 54564 89 0 0 17 0 2 0 146321200 78839808 13480 1992294400 134512640 146736320 4287274880 18446744073709551615 136008450 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30687/statm: 19248 13480 1077 2985 0 15790 0

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

[pid=30687] ppid=30686 vsize=79344 CPUtime=767.9
/proc/30687/stat : 30687 (pb_cplex) R 30686 30686 30436 0 -1 4202496 36986 0 0 0 76665 125 0 0 20 0 2 0 146321200 81248256 14198 1992294400 134512640 146736320 4287274880 18446744073709551615 139028303 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30687/statm: 19836 14198 1077 2985 0 16378 0
[pid=30687/tid=30692] ppid=30686 vsize=79344 CPUtime=362.81
/proc/30687/task/30692/stat : 30692 (pb_cplex) R 30686 30686 30436 0 -1 4202560 6442 0 0 0 36232 49 0 0 25 0 2 0 146326850 81248256 14198 1992294400 134512640 146736320 4287274880 18446744073709551615 139044547 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 767.9
Current children cumulated vsize (KiB) 88044

[startup+522.301 s]
/proc/loadavg: 2.25 1.92 1.77 4/109 30713
/proc/meminfo: memFree=1383756/2059040 swapFree=4139764/4192956
[pid=30686] ppid=30684 vsize=8700 CPUtime=0
/proc/30686/stat : 30686 (run) S 30684 30686 30436 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146321200 8908800 248 1992294400 4194304 4922060 140734783914016 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30686/statm: 2175 248 208 178 0 68 0
[pid=30687] ppid=30686 vsize=80120 CPUtime=875.55
/proc/30687/stat : 30687 (pb_cplex) R 30686 30686 30436 0 -1 4202496 37132 0 0 0 87414 141 0 0 18 0 2 0 146321200 82042880 14344 1992294400 134512640 146736320 4287274880 18446744073709551615 136001981 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30687/statm: 20030 14344 1077 2985 0 16572 0
[pid=30687/tid=30692] ppid=30686 vsize=80120 CPUtime=416.93
/proc/30687/task/30692/stat : 30692 (pb_cplex) R 30686 30686 30436 0 -1 4202560 6553 0 0 0 41637 56 0 0 25 0 2 0 146326850 82042880 14344 1992294400 134512640 146736320 4287274880 18446744073709551615 136403112 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 875.55
Current children cumulated vsize (KiB) 88820

[startup+582.3 s]
/proc/loadavg: 2.03 1.91 1.77 3/109 30715
/proc/meminfo: memFree=1383384/2059040 swapFree=4139764/4192956
[pid=30686] ppid=30684 vsize=8700 CPUtime=0
/proc/30686/stat : 30686 (run) S 30684 30686 30436 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146321200 8908800 248 1992294400 4194304 4922060 140734783914016 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30686/statm: 2175 248 208 178 0 68 0
[pid=30687] ppid=30686 vsize=80120 CPUtime=986.32
/proc/30687/stat : 30687 (pb_cplex) R 30686 30686 30436 0 -1 4202496 37149 0 0 0 98477 155 0 0 18 0 2 0 146321200 82042880 14361 1992294400 134512640 146736320 4287274880 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30687/statm: 20030 14361 1077 2985 0 16572 0
[pid=30687/tid=30692] ppid=30686 vsize=80120 CPUtime=474.8
/proc/30687/task/30692/stat : 30692 (pb_cplex) R 30686 30686 30436 0 -1 4202560 6570 0 0 0 47417 63 0 0 25 0 2 0 146326850 82042880 14361 1992294400 134512640 146736320 4287274880 18446744073709551615 136008441 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 986.32
Current children cumulated vsize (KiB) 88820

[startup+642.3 s]
/proc/loadavg: 2.29 1.99 1.81 2/109 30717
/proc/meminfo: memFree=1383260/2059040 swapFree=4139764/4192956
[pid=30686] ppid=30684 vsize=8700 CPUtime=0
/proc/30686/stat : 30686 (run) S 30684 30686 30436 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146321200 8908800 248 1992294400 4194304 4922060 140734783914016 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30686/statm: 2175 248 208 178 0 68 0
[pid=30687] ppid=30686 vsize=80268 CPUtime=1093.82
/proc/30687/stat : 30687 (pb_cplex) S 30686 30686 30436 0 -1 4202496 37186 0 0 0 109211 171 0 0 19 0 2 0 146321200 82194432 14398 1992294400 134512640 146736320 4287274880 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30687/statm: 20067 14398 1077 2985 0 16609 0
[pid=30687/tid=30692] ppid=30686 vsize=80268 CPUtime=531.91
/proc/30687/task/30692/stat : 30692 (pb_cplex) R 30686 30686 30436 0 -1 4202560 6607 0 0 0 53120 71 0 0 25 0 2 0 146326850 82194432 14398 1992294400 134512640 146736320 4287274880 18446744073709551615 136385174 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1093.82
Current children cumulated vsize (KiB) 88968

[startup+702.3 s]
/proc/loadavg: 2.14 2.00 1.82 3/109 30719
/proc/meminfo: memFree=1382640/2059040 swapFree=4139764/4192956
[pid=30686] ppid=30684 vsize=8700 CPUtime=0
/proc/30686/stat : 30686 (run) S 30684 30686 30436 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146321200 8908800 248 1992294400 4194304 4922060 140734783914016 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30686/statm: 2175 248 208 178 0 68 0
[pid=30687] ppid=30686 vsize=80944 CPUtime=1204.37
/proc/30687/stat : 30687 (pb_cplex) R 30686 30686 30436 0 -1 4202496 37697 0 0 0 120250 187 0 0 19 0 2 0 146321200 82886656 14583 1992294400 134512640 146736320 4287274880 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30687/statm: 20236 14583 1077 2985 0 16778 0
[pid=30687/tid=30692] ppid=30686 vsize=80944 CPUtime=587.8
/proc/30687/task/30692/stat : 30692 (pb_cplex) R 30686 30686 30436 0 -1 4202560 6715 0 0 0 58702 78 0 0 25 0 2 0 146326850 82886656 14583 1992294400 134512640 146736320 4287274880 18446744073709551615 136008363 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1204.37
Current children cumulated vsize (KiB) 89644

[startup+762.309 s]
/proc/loadavg: 2.10 2.00 1.83 3/109 30720
/proc/meminfo: memFree=1381524/2059040 swapFree=4139764/4192956
[pid=30686] ppid=30684 vsize=8700 CPUtime=0
/proc/30686/stat : 30686 (run) S 30684 30686 30436 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146321200 8908800 248 1992294400 4194304 4922060 140734783914016 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30686/statm: 2175 248 208 178 0 68 0
[pid=30687] ppid=30686 vsize=81948 CPUtime=1313.45
/proc/30687/stat : 30687 (pb_cplex) R 30686 30686 30436 0 -1 4202496 47907 0 0 0 131138 207 0 0 18 0 2 0 146321200 83914752 14819 1992294400 134512640 146736320 4287274880 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30687/statm: 20487 14819 1077 2985 0 17029 0
[pid=30687/tid=30692] ppid=30686 vsize=81948 CPUtime=642.86
/proc/30687/task/30692/stat : 30692 (pb_cplex) R 30686 30686 30436 0 -1 4202560 16561 0 0 0 64197 89 0 0 25 0 2 0 146326850 83914752 14819 1992294400 134512640 146736320 4287274880 18446744073709551615 136008047 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1313.45
Current children cumulated vsize (KiB) 90648

[startup+822.3 s]
/proc/loadavg: 2.06 2.00 1.83 3/109 30721
/proc/meminfo: memFree=1380036/2059040 swapFree=4139764/4192956
[pid=30686] ppid=30684 vsize=8700 CPUtime=0
/proc/30686/stat : 30686 (run) S 30684 30686 30436 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146321200 8908800 248 1992294400 4194304 4922060 140734783914016 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30686/statm: 2175 248 208 178 0 68 0
[pid=30687] ppid=30686 vsize=83608 CPUtime=1423.98
/proc/30687/stat : 30687 (pb_cplex) R 30686 30686 30436 0 -1 4202496 60071 0 0 0 142170 228 0 0 18 0 2 0 146321200 85614592 15322 1992294400 134512640 146736320 4287274880 18446744073709551615 136008306 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30687/statm: 20902 15322 1077 2985 0 17444 0
[pid=30687/tid=30692] ppid=30686 vsize=83608 CPUtime=699.62
/proc/30687/task/30692/stat : 30692 (pb_cplex) R 30686 30686 30436 0 -1 4202560 28519 0 0 0 69860 102 0 0 25 0 2 0 146326850 85614592 15322 1992294400 134512640 146736320 4287274880 18446744073709551615 135451020 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1423.98
Current children cumulated vsize (KiB) 92308

[startup+882.3 s]
/proc/loadavg: 2.09 2.00 1.84 3/109 30723
/proc/meminfo: memFree=1378300/2059040 swapFree=4139764/4192956
[pid=30686] ppid=30684 vsize=8700 CPUtime=0
/proc/30686/stat : 30686 (run) S 30684 30686 30436 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146321200 8908800 248 1992294400 4194304 4922060 140734783914016 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30686/statm: 2175 248 208 178 0 68 0
[pid=30687] ppid=30686 vsize=85056 CPUtime=1536.51
/proc/30687/stat : 30687 (pb_cplex) R 30686 30686 30436 0 -1 4202496 60592 0 0 0 153408 243 0 0 20 0 2 0 146321200 87097344 15683 1992294400 134512640 146736320 4287274880 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30687/statm: 21264 15683 1077 2985 0 17806 0
[pid=30687/tid=30692] ppid=30686 vsize=85056 CPUtime=757.39
/proc/30687/task/30692/stat : 30692 (pb_cplex) R 30686 30686 30436 0 -1 4202560 28753 0 0 0 75629 110 0 0 20 0 2 0 146326850 87097344 15683 1992294400 134512640 146736320 4287274880 18446744073709551615 136385185 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1536.51
Current children cumulated vsize (KiB) 93756

[startup+942.302 s]
/proc/loadavg: 2.28 2.07 1.87 4/109 30725
/proc/meminfo: memFree=1376812/2059040 swapFree=4139764/4192956
[pid=30686] ppid=30684 vsize=8700 CPUtime=0
/proc/30686/stat : 30686 (run) S 30684 30686 30436 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146321200 8908800 248 1992294400 4194304 4922060 140734783914016 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30686/statm: 2175 248 208 178 0 68 0
[pid=30687] ppid=30686 vsize=87008 CPUtime=1647.97
/proc/30687/stat : 30687 (pb_cplex) R 30686 30686 30436 0 -1 4202496 69609 0 0 0 164534 263 0 0 19 0 2 0 146321200 89096192 16049 1992294400 134512640 146736320 4287274880 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30687/statm: 21752 16049 1077 2985 0 18294 0
[pid=30687/tid=30692] ppid=30686 vsize=87008 CPUtime=815.27
/proc/30687/task/30692/stat : 30692 (pb_cplex) R 30686 30686 30436 0 -1 4202560 28858 0 0 0 81410 117 0 0 25 0 2 0 146326850 89096192 16049 1992294400 134512640 146736320 4287274880 18446744073709551615 136000415 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1647.97
Current children cumulated vsize (KiB) 95708

[startup+1002.3 s]
/proc/loadavg: 2.39 2.12 1.90 2/109 30727
/proc/meminfo: memFree=1375076/2059040 swapFree=4139764/4192956
[pid=30686] ppid=30684 vsize=8700 CPUtime=0
/proc/30686/stat : 30686 (run) S 30684 30686 30436 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146321200 8908800 248 1992294400 4194304 4922060 140734783914016 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30686/statm: 2175 248 208 178 0 68 0
[pid=30687] ppid=30686 vsize=89052 CPUtime=1759.83
/proc/30687/stat : 30687 (pb_cplex) R 30686 30686 30436 0 -1 4202496 75332 0 0 0 175702 281 0 0 17 0 2 0 146321200 91189248 16552 1992294400 134512640 146736320 4287274880 18446744073709551615 139044587 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30687/statm: 22263 16552 1077 2985 0 18805 0
[pid=30687/tid=30692] ppid=30686 vsize=89052 CPUtime=871.62
/proc/30687/task/30692/stat : 30692 (pb_cplex) R 30686 30686 30436 0 -1 4202560 29253 0 0 0 87038 124 0 0 25 0 2 0 146326850 91189248 16552 1992294400 134512640 146736320 4287274880 18446744073709551615 136007973 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1759.83
Current children cumulated vsize (KiB) 97752



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1023.2 s]
/proc/loadavg: 2.28 2.11 1.90 3/109 30727
/proc/meminfo: memFree=1374580/2059040 swapFree=4139764/4192956
[pid=30686] ppid=30684 vsize=8700 CPUtime=0
/proc/30686/stat : 30686 (run) S 30684 30686 30436 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146321200 8908800 248 1992294400 4194304 4922060 140734783914016 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30686/statm: 2175 248 208 178 0 68 0
[pid=30687] ppid=30686 vsize=89336 CPUtime=1800.14
/proc/30687/stat : 30687 (pb_cplex) R 30686 30686 30436 0 -1 4202496 75408 0 0 0 179727 287 0 0 18 0 2 0 146321200 91480064 16628 1992294400 134512640 146736320 4287274880 18446744073709551615 135855165 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30687/statm: 22334 16628 1077 2985 0 18876 0
[pid=30687/tid=30692] ppid=30686 vsize=89336 CPUtime=892.3
/proc/30687/task/30692/stat : 30692 (pb_cplex) R 30686 30686 30436 0 -1 4202560 29260 0 0 0 89104 126 0 0 25 0 2 0 146326850 91480064 16628 1992294400 134512640 146736320 4287274880 18446744073709551615 139044531 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 98036

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30686 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=1999
# CPU time returned by wait4() is 0.002998
# while last known CPU time is 1800.14
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1023.22
CPU time (s): 1800.14
CPU user time (s): 1797.27
CPU system time (s): 2.87
CPU usage (%): 175.929
Max. virtual memory (cumulated for all children) (KiB): 98036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0.001999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 364
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 2

runsolver used 1.88871 second user time and 5.57815 second system time

The end

Launcher Data

Begin job on node045 at 2010-07-02 07:58:10
IDJOB=2697117
IDBENCH=48151
IDSOLVER=1209
FILE ID=node045/2697117-1278050290
PBS_JOBID= 11198847
Free space on /tmp= 62488 MiB

SOLVER NAME= pb_cplex 2010-06-29
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_200_10_2.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2697117-1278050290/watcher-2697117-1278050290 -o /tmp/evaluation-result-2697117-1278050290/solver-2697117-1278050290 -C 1800 -W 2000 -M 1800  run HOME/instance-2697117-1278050290.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 54e50bd6cbfbb2a5705269c41241de9a
RANDOM SEED=748485424

node045.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.247
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.49
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.247
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.43
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1438496 kB
Buffers:        145884 kB
Cached:         370436 kB
SwapCached:       6716 kB
Active:         225304 kB
Inactive:       304784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1438496 kB
SwapTotal:     4192956 kB
SwapFree:      4139764 kB
Dirty:           16676 kB
Writeback:           0 kB
AnonPages:       11896 kB
Mapped:          11972 kB
Slab:            68488 kB
PageTables:       4152 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182536 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-2697117-1278050290.opb

Free space on /tmp at the end= 62472 MiB
End job on node045 at 2010-07-02 08:15:15