Trace number 2697088

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.15 1025.72

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_10_5.opb
MD5SUM08d7a5060b972f308367859ff82f87f6
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.48
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 constraint23
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)2528
Sum of products size (including duplicates)5056
Number of different products2528
Sum of products size5056

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2697088-1278049870.opb.
0.00/0.00	c Instance file HOME/instance-2697088-1278049870.opb
0.00/0.00	c File size is 188288 bytes.
0.00/0.07	c Highest Coefficient sum: 24
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:      2728                                                |
0.00/0.08	c |  Number Constraints:    5256                                                |
0.00/0.08	c ===============================================================================
1800.15/1025.71	c Remaining time 1799.92 sec.
1800.15/1025.71	c 
1800.15/1025.71	c *** INTERRUPTED ***
1800.15/1025.71	s UNKNOWN
1800.15/1025.71	c Total CPU time              : 1796.15 s
1800.15/1025.71	c Memory used           : 85.29 MB
1800.15/1025.71	c CPU time              : 1796.15 s
1800.15/1025.71	c 
1800.15/1025.71	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-2697088-1278049870/watcher-2697088-1278049870 -o /tmp/evaluation-result-2697088-1278049870/solver-2697088-1278049870 -C 1800 -W 2000 -M 1800 run HOME/instance-2697088-1278049870.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: 2.00 1.89 1.72 3/105 31050
/proc/meminfo: memFree=1404584/2059040 swapFree=4139272/4192956
[pid=31050] ppid=31048 vsize=8700 CPUtime=0
/proc/31050/stat : 31050 (run) R 31048 31050 30759 0 -1 4202496 349 0 0 0 0 0 0 0 25 0 1 0 146280546 8908800 249 1992294400 4194304 4922060 140733274530784 18446744073709551615 272447938965 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/31050/statm: 2175 249 208 178 0 68 0

[startup+0.0335881 s]
/proc/loadavg: 2.00 1.89 1.72 3/105 31050
/proc/meminfo: memFree=1404584/2059040 swapFree=4139272/4192956
[pid=31050] ppid=31048 vsize=8700 CPUtime=0
/proc/31050/stat : 31050 (run) S 31048 31050 30759 0 -1 4202496 366 0 0 0 0 0 0 0 25 0 1 0 146280546 8908800 249 1992294400 4194304 4922060 140733274530784 18446744073709551615 272447937669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31050/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.103595 s]
/proc/loadavg: 2.00 1.89 1.72 3/105 31050
/proc/meminfo: memFree=1404584/2059040 swapFree=4139272/4192956
[pid=31050] ppid=31048 vsize=8700 CPUtime=0
/proc/31050/stat : 31050 (run) S 31048 31050 30759 0 -1 4202496 366 0 0 0 0 0 0 0 25 0 1 0 146280546 8908800 249 1992294400 4194304 4922060 140733274530784 18446744073709551615 272447937669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31050/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301613 s]
/proc/loadavg: 2.00 1.89 1.72 3/105 31050
/proc/meminfo: memFree=1404584/2059040 swapFree=4139272/4192956
[pid=31050] ppid=31048 vsize=8700 CPUtime=0
/proc/31050/stat : 31050 (run) S 31048 31050 30759 0 -1 4202496 366 0 0 0 0 0 0 0 25 0 1 0 146280546 8908800 249 1992294400 4194304 4922060 140733274530784 18446744073709551615 272447937669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31050/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701656 s]
/proc/loadavg: 2.00 1.89 1.72 3/105 31050
/proc/meminfo: memFree=1404584/2059040 swapFree=4139272/4192956
[pid=31050] ppid=31048 vsize=8700 CPUtime=0
/proc/31050/stat : 31050 (run) S 31048 31050 30759 0 -1 4202496 366 0 0 0 0 0 0 0 25 0 1 0 146280546 8908800 249 1992294400 4194304 4922060 140733274530784 18446744073709551615 272447937669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31050/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50174 s]
/proc/loadavg: 2.00 1.89 1.72 2/107 31052
/proc/meminfo: memFree=1387456/2059040 swapFree=4139272/4192956
[pid=31050] ppid=31048 vsize=8700 CPUtime=0
/proc/31050/stat : 31050 (run) S 31048 31050 30759 0 -1 4202496 366 0 0 0 0 0 0 0 25 0 1 0 146280546 8908800 249 1992294400 4194304 4922060 140733274530784 18446744073709551615 272447937669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31050/statm: 2175 249 208 178 0 68 0
[pid=31051] ppid=31050 vsize=62272 CPUtime=1.56
/proc/31051/stat : 31051 (pb_cplex) R 31050 31050 30759 0 -1 4202496 13039 0 0 0 151 5 0 0 25 0 2 0 146280546 63766528 8349 1992294400 134512640 146736320 4290737040 18446744073709551615 136388558 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31051/statm: 15568 8349 1055 2985 0 12110 0
[pid=31051/tid=31053] ppid=31050 vsize=62272 CPUtime=0.09
/proc/31051/task/31053/stat : 31053 (pb_cplex) S 31050 31050 30759 0 -1 4202560 1700 0 0 0 9 0 0 0 17 0 2 0 146280646 63766528 8349 1992294400 134512640 146736320 4290737040 18446744073709551615 144580073 0 2 4096 16387 18446604437832050560 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 70972

[startup+3.10196 s]
/proc/loadavg: 2.00 1.89 1.72 4/108 31053
/proc/meminfo: memFree=1372692/2059040 swapFree=4139272/4192956
[pid=31050] ppid=31048 vsize=8700 CPUtime=0
/proc/31050/stat : 31050 (run) S 31048 31050 30759 0 -1 4202496 366 0 0 0 0 0 0 0 25 0 1 0 146280546 8908800 249 1992294400 4194304 4922060 140733274530784 18446744073709551615 272447937669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31050/statm: 2175 249 208 178 0 68 0
[pid=31051] ppid=31050 vsize=65092 CPUtime=4.26
/proc/31051/stat : 31051 (pb_cplex) R 31050 31050 30759 0 -1 4202496 14517 0 0 0 419 7 0 0 23 0 2 0 146280546 66654208 8951 1992294400 134512640 146736320 4290737040 18446744073709551615 136852702 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31051/statm: 16273 8951 1033 2985 0 12815 0
[pid=31051/tid=31053] ppid=31050 vsize=65092 CPUtime=1.61
/proc/31051/task/31053/stat : 31053 (pb_cplex) R 31050 31050 30759 0 -1 4202560 2883 0 0 0 159 2 0 0 17 0 2 0 146280646 66654208 8951 1992294400 134512640 146736320 4290737040 18446744073709551615 139023098 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.26
Current children cumulated vsize (KiB) 73792

[startup+6.30128 s]
/proc/loadavg: 2.00 1.89 1.72 2/108 31053
/proc/meminfo: memFree=1367980/2059040 swapFree=4139272/4192956
[pid=31050] ppid=31048 vsize=8700 CPUtime=0
/proc/31050/stat : 31050 (run) S 31048 31050 30759 0 -1 4202496 366 0 0 0 0 0 0 0 25 0 1 0 146280546 8908800 249 1992294400 4194304 4922060 140733274530784 18446744073709551615 272447937669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31050/statm: 2175 249 208 178 0 68 0
[pid=31051] ppid=31050 vsize=66512 CPUtime=8.57
/proc/31051/stat : 31051 (pb_cplex) S 31050 31050 30759 0 -1 4202496 17594 0 0 0 847 10 0 0 22 0 2 0 146280546 68108288 9755 1992294400 134512640 146736320 4290737040 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31051/statm: 16628 9755 1052 2985 0 13170 0
[pid=31051/tid=31053] ppid=31050 vsize=66512 CPUtime=3.21
/proc/31051/task/31053/stat : 31053 (pb_cplex) R 31050 31050 30759 0 -1 4202560 5148 0 0 0 318 3 0 0 18 0 2 0 146280646 68108288 9755 1992294400 134512640 146736320 4290737040 18446744073709551615 136403114 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.57
Current children cumulated vsize (KiB) 75212

[startup+12.702 s]
/proc/loadavg: 1.92 1.87 1.72 3/108 31053
/proc/meminfo: memFree=1367236/2059040 swapFree=4139272/4192956
[pid=31050] ppid=31048 vsize=8700 CPUtime=0
/proc/31050/stat : 31050 (run) S 31048 31050 30759 0 -1 4202496 366 0 0 0 0 0 0 0 25 0 1 0 146280546 8908800 249 1992294400 4194304 4922060 140733274530784 18446744073709551615 272447937669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31050/statm: 2175 249 208 178 0 68 0
[pid=31051] ppid=31050 vsize=68160 CPUtime=16.72
/proc/31051/stat : 31051 (pb_cplex) R 31050 31050 30759 0 -1 4202496 18056 0 0 0 1660 12 0 0 20 0 2 0 146280546 69795840 10088 1992294400 134512640 146736320 4290737040 18446744073709551615 136008165 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31051/statm: 17040 10088 1050 2985 0 13582 0
[pid=31051/tid=31053] ppid=31050 vsize=68160 CPUtime=8.58
/proc/31051/task/31053/stat : 31053 (pb_cplex) S 31050 31050 30759 0 -1 4202560 5564 0 0 0 854 4 0 0 16 0 2 0 146280646 69795840 10088 1992294400 134512640 146736320 4290737040 18446744073709551615 144580073 0 2 4096 16387 18446604437832050560 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 16.72
Current children cumulated vsize (KiB) 76860

[startup+25.5014 s]
/proc/loadavg: 1.72 1.83 1.71 2/107 31053
/proc/meminfo: memFree=1377784/2059040 swapFree=4139272/4192956
[pid=31050] ppid=31048 vsize=8700 CPUtime=0
/proc/31050/stat : 31050 (run) S 31048 31050 30759 0 -1 4202496 366 0 0 0 0 0 0 0 25 0 1 0 146280546 8908800 249 1992294400 4194304 4922060 140733274530784 18446744073709551615 272447937669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31050/statm: 2175 249 208 178 0 68 0
[pid=31051] ppid=31050 vsize=51980 CPUtime=30.66
/proc/31051/stat : 31051 (pb_cplex) R 31050 31050 30759 0 -1 4202496 18283 0 0 0 3052 14 0 0 25 0 1 0 146280546 53227520 7516 1992294400 134512640 146736320 4290737040 18446744073709551615 137698804 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/31051/statm: 12995 7516 1058 2985 0 9537 0
Current children cumulated CPU time (s) 30.66
Current children cumulated vsize (KiB) 60680

[startup+51.1012 s]
/proc/loadavg: 1.47 1.76 1.69 2/107 31055
/proc/meminfo: memFree=1378032/2059040 swapFree=4139272/4192956
[pid=31050] ppid=31048 vsize=8700 CPUtime=0
/proc/31050/stat : 31050 (run) S 31048 31050 30759 0 -1 4202496 366 0 0 0 0 0 0 0 25 0 1 0 146280546 8908800 249 1992294400 4194304 4922060 140733274530784 18446744073709551615 272447937669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31050/statm: 2175 249 208 178 0 68 0
[pid=31051] ppid=31050 vsize=51340 CPUtime=56.26
/proc/31051/stat : 31051 (pb_cplex) R 31050 31050 30759 0 -1 4202496 19643 0 0 0 5610 16 0 0 25 0 1 0 146280546 52572160 7374 1992294400 134512640 146736320 4290737040 18446744073709551615 136000774 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/31051/statm: 12835 7374 1070 2985 0 9377 0
Current children cumulated CPU time (s) 56.26
Current children cumulated vsize (KiB) 60040

[startup+102.309 s]
/proc/loadavg: 1.58 1.74 1.68 3/108 31057
/proc/meminfo: memFree=1362772/2059040 swapFree=4139272/4192956
[pid=31050] ppid=31048 vsize=8700 CPUtime=0
/proc/31050/stat : 31050 (run) S 31048 31050 30759 0 -1 4202496 366 0 0 0 0 0 0 0 25 0 1 0 146280546 8908800 249 1992294400 4194304 4922060 140733274530784 18446744073709551615 272447937669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31050/statm: 2175 249 208 178 0 68 0
[pid=31051] ppid=31050 vsize=69336 CPUtime=138.92
/proc/31051/stat : 31051 (pb_cplex) R 31050 31050 30759 0 -1 4202496 32614 0 0 0 13861 31 0 0 25 0 2 0 146280546 71000064 11369 1992294400 134512640 146736320 4290737040 18446744073709551615 136000485 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31051/statm: 17334 11369 1079 2985 0 13876 0
[pid=31051/tid=31057] ppid=31050 vsize=69336 CPUtime=37.43
/proc/31051/task/31057/stat : 31057 (pb_cplex) R 31050 31050 30759 0 -1 4202560 5236 0 0 0 3736 7 0 0 20 0 2 0 146285761 71000064 11369 1992294400 134512640 146736320 4290737040 18446744073709551615 136008450 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 138.92
Current children cumulated vsize (KiB) 78036

[startup+162.301 s]
/proc/loadavg: 1.62 1.72 1.68 3/108 31059
/proc/meminfo: memFree=1362400/2059040 swapFree=4139272/4192956
[pid=31050] ppid=31048 vsize=8700 CPUtime=0
/proc/31050/stat : 31050 (run) S 31048 31050 30759 0 -1 4202496 366 0 0 0 0 0 0 0 25 0 1 0 146280546 8908800 249 1992294400 4194304 4922060 140733274530784 18446744073709551615 272447937669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31050/statm: 2175 249 208 178 0 68 0
[pid=31051] ppid=31050 vsize=69772 CPUtime=240.71
/proc/31051/stat : 31051 (pb_cplex) R 31050 31050 30759 0 -1 4202496 39810 0 0 0 24026 45 0 0 25 0 2 0 146280546 71446528 11452 1992294400 134512640 146736320 4290737040 18446744073709551615 136008042 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31051/statm: 17443 11452 1079 2985 0 13985 0
[pid=31051/tid=31057] ppid=31050 vsize=69772 CPUtime=82.55
/proc/31051/task/31057/stat : 31057 (pb_cplex) R 31050 31050 30759 0 -1 4202560 12349 0 0 0 8240 15 0 0 21 0 2 0 146285761 71446528 11452 1992294400 134512640 146736320 4290737040 18446744073709551615 135526398 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 240.71
Current children cumulated vsize (KiB) 78472

[startup+222.301 s]
/proc/loadavg: 1.63 1.70 1.67 3/108 31061
/proc/meminfo: memFree=1359920/2059040 swapFree=4139272/4192956
[pid=31050] ppid=31048 vsize=8700 CPUtime=0
/proc/31050/stat : 31050 (run) S 31048 31050 30759 0 -1 4202496 366 0 0 0 0 0 0 0 25 0 1 0 146280546 8908800 249 1992294400 4194304 4922060 140733274530784 18446744073709551615 272447937669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31050/statm: 2175 249 208 178 0 68 0
[pid=31051] ppid=31050 vsize=72488 CPUtime=336.82
/proc/31051/stat : 31051 (pb_cplex) R 31050 31050 30759 0 -1 4202496 44622 0 0 0 33622 60 0 0 25 0 2 0 146280546 74227712 12113 1992294400 134512640 146736320 4290737040 18446744073709551615 136002916 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31051/statm: 18122 12113 1079 2985 0 14664 0
[pid=31051/tid=31057] ppid=31050 vsize=72488 CPUtime=131.38
/proc/31051/task/31057/stat : 31057 (pb_cplex) R 31050 31050 30759 0 -1 4202560 15790 0 0 0 13116 22 0 0 25 0 2 0 146285761 74227712 12113 1992294400 134512640 146736320 4290737040 18446744073709551615 136008441 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 336.82
Current children cumulated vsize (KiB) 81188

[startup+282.302 s]
/proc/loadavg: 1.63 1.67 1.66 3/108 31063
/proc/meminfo: memFree=1359424/2059040 swapFree=4139272/4192956
[pid=31050] ppid=31048 vsize=8700 CPUtime=0
/proc/31050/stat : 31050 (run) S 31048 31050 30759 0 -1 4202496 366 0 0 0 0 0 0 0 25 0 1 0 146280546 8908800 249 1992294400 4194304 4922060 140733274530784 18446744073709551615 272447937669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31050/statm: 2175 249 208 178 0 68 0
[pid=31051] ppid=31050 vsize=71992 CPUtime=432
/proc/31051/stat : 31051 (pb_cplex) R 31050 31050 30759 0 -1 4202496 63301 0 0 0 43116 84 0 0 25 0 2 0 146280546 73719808 12069 1992294400 134512640 146736320 4290737040 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31051/statm: 17998 12069 1074 2985 0 14540 0
[pid=31051/tid=31057] ppid=31050 vsize=71992 CPUtime=183
/proc/31051/task/31057/stat : 31057 (pb_cplex) R 31050 31050 30759 0 -1 4202560 32093 0 0 0 18262 38 0 0 18 0 2 0 146285761 73719808 12069 1992294400 134512640 146736320 4290737040 18446744073709551615 136008165 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 432
Current children cumulated vsize (KiB) 80692

[startup+342.301 s]
/proc/loadavg: 1.62 1.66 1.65 3/108 31065
/proc/meminfo: memFree=1358068/2059040 swapFree=4139272/4192956
[pid=31050] ppid=31048 vsize=8700 CPUtime=0
/proc/31050/stat : 31050 (run) S 31048 31050 30759 0 -1 4202496 366 0 0 0 0 0 0 0 25 0 1 0 146280546 8908800 249 1992294400 4194304 4922060 140733274530784 18446744073709551615 272447937669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31050/statm: 2175 249 208 178 0 68 0
[pid=31051] ppid=31050 vsize=73376 CPUtime=536.32
/proc/31051/stat : 31051 (pb_cplex) R 31050 31050 30759 0 -1 4202496 77533 0 0 0 53528 104 0 0 25 0 2 0 146280546 75137024 12537 1992294400 134512640 146736320 4290737040 18446744073709551615 136008441 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31051/statm: 18344 12537 1089 2985 0 14886 0

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

[pid=31051] ppid=31050 vsize=76812 CPUtime=861.27
/proc/31051/stat : 31051 (pb_cplex) R 31050 31050 30759 0 -1 4202496 106477 0 0 0 85957 170 0 0 25 0 2 0 146280546 78655488 13399 1992294400 134512640 146736320 4290737040 18446744073709551615 136008065 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31051/statm: 19203 13399 1074 2985 0 15745 0
[pid=31051/tid=31057] ppid=31050 vsize=76812 CPUtime=397.17
/proc/31051/task/31057/stat : 31057 (pb_cplex) R 31050 31050 30759 0 -1 4202560 73992 0 0 0 39622 95 0 0 19 0 2 0 146285761 78655488 13399 1992294400 134512640 146736320 4290737040 18446744073709551615 136403112 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 861.27
Current children cumulated vsize (KiB) 85512

[startup+582.302 s]
/proc/loadavg: 1.76 1.74 1.68 3/108 31071
/proc/meminfo: memFree=1352860/2059040 swapFree=4139272/4192956
[pid=31050] ppid=31048 vsize=8700 CPUtime=0
/proc/31050/stat : 31050 (run) S 31048 31050 30759 0 -1 4202496 366 0 0 0 0 0 0 0 25 0 1 0 146280546 8908800 249 1992294400 4194304 4922060 140733274530784 18446744073709551615 272447937669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31050/statm: 2175 249 208 178 0 68 0
[pid=31051] ppid=31050 vsize=78684 CPUtime=967.61
/proc/31051/stat : 31051 (pb_cplex) R 31050 31050 30759 0 -1 4202496 129267 0 0 0 96565 196 0 0 25 0 2 0 146280546 80572416 13764 1992294400 134512640 146736320 4290737040 18446744073709551615 135999753 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31051/statm: 19671 13764 1074 2985 0 16213 0
[pid=31051/tid=31057] ppid=31050 vsize=78684 CPUtime=448.68
/proc/31051/task/31057/stat : 31057 (pb_cplex) R 31050 31050 30759 0 -1 4202560 96669 0 0 0 44753 115 0 0 25 0 2 0 146285761 80572416 13764 1992294400 134512640 146736320 4290737040 18446744073709551615 136474934 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 967.61
Current children cumulated vsize (KiB) 87384

[startup+642.301 s]
/proc/loadavg: 1.94 1.79 1.69 3/108 31082
/proc/meminfo: memFree=1351248/2059040 swapFree=4139272/4192956
[pid=31050] ppid=31048 vsize=8700 CPUtime=0
/proc/31050/stat : 31050 (run) S 31048 31050 30759 0 -1 4202496 366 0 0 0 0 0 0 0 25 0 1 0 146280546 8908800 249 1992294400 4194304 4922060 140733274530784 18446744073709551615 272447937669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31050/statm: 2175 249 208 178 0 68 0
[pid=31051] ppid=31050 vsize=80384 CPUtime=1078.78
/proc/31051/stat : 31051 (pb_cplex) R 31050 31050 30759 0 -1 4202496 154684 0 0 0 107652 226 0 0 18 0 2 0 146280546 82313216 14160 1992294400 134512640 146736320 4290737040 18446744073709551615 136008454 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31051/statm: 20096 14160 1074 2985 0 16638 0
[pid=31051/tid=31057] ppid=31050 vsize=80384 CPUtime=503.84
/proc/31051/task/31057/stat : 31057 (pb_cplex) R 31050 31050 30759 0 -1 4202560 121911 0 0 0 50248 136 0 0 25 0 2 0 146285761 82313216 14160 1992294400 134512640 146736320 4290737040 18446744073709551615 136000487 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1078.78
Current children cumulated vsize (KiB) 89084

[startup+702.301 s]
/proc/loadavg: 2.04 1.84 1.72 3/108 31082
/proc/meminfo: memFree=1349140/2059040 swapFree=4139272/4192956
[pid=31050] ppid=31048 vsize=8700 CPUtime=0
/proc/31050/stat : 31050 (run) S 31048 31050 30759 0 -1 4202496 366 0 0 0 0 0 0 0 25 0 1 0 146280546 8908800 249 1992294400 4194304 4922060 140733274530784 18446744073709551615 272447937669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31050/statm: 2175 249 208 178 0 68 0
[pid=31051] ppid=31050 vsize=82488 CPUtime=1192.03
/proc/31051/stat : 31051 (pb_cplex) R 31050 31050 30759 0 -1 4202496 176439 0 0 0 118951 252 0 0 25 0 2 0 146280546 84467712 14727 1992294400 134512640 146736320 4290737040 18446744073709551615 136007973 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31051/statm: 20622 14727 1074 2985 0 17164 0
[pid=31051/tid=31057] ppid=31050 vsize=82488 CPUtime=560.27
/proc/31051/task/31057/stat : 31057 (pb_cplex) R 31050 31050 30759 0 -1 4202560 143496 0 0 0 55872 155 0 0 25 0 2 0 146285761 84467712 14727 1992294400 134512640 146736320 4290737040 18446744073709551615 136008446 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1192.03
Current children cumulated vsize (KiB) 91188

[startup+762.309 s]
/proc/loadavg: 1.96 1.84 1.72 3/108 31084
/proc/meminfo: memFree=1347280/2059040 swapFree=4139272/4192956
[pid=31050] ppid=31048 vsize=8700 CPUtime=0
/proc/31050/stat : 31050 (run) S 31048 31050 30759 0 -1 4202496 366 0 0 0 0 0 0 0 25 0 1 0 146280546 8908800 249 1992294400 4194304 4922060 140733274530784 18446744073709551615 272447937669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31050/statm: 2175 249 208 178 0 68 0
[pid=31051] ppid=31050 vsize=83428 CPUtime=1304.93
/proc/31051/stat : 31051 (pb_cplex) R 31050 31050 30759 0 -1 4202496 197172 0 0 0 130215 278 0 0 25 0 2 0 146280546 85430272 15098 1992294400 134512640 146736320 4290737040 18446744073709551615 135443327 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31051/statm: 20857 15098 1074 2985 0 17399 0
[pid=31051/tid=31057] ppid=31050 vsize=83428 CPUtime=615.74
/proc/31051/task/31057/stat : 31057 (pb_cplex) R 31050 31050 30759 0 -1 4202560 164053 0 0 0 61400 174 0 0 25 0 2 0 146285761 85430272 15098 1992294400 134512640 146736320 4290737040 18446744073709551615 136403116 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1304.93
Current children cumulated vsize (KiB) 92128

[startup+822.301 s]
/proc/loadavg: 1.83 1.83 1.73 3/108 31086
/proc/meminfo: memFree=1346288/2059040 swapFree=4139272/4192956
[pid=31050] ppid=31048 vsize=8700 CPUtime=0
/proc/31050/stat : 31050 (run) S 31048 31050 30759 0 -1 4202496 366 0 0 0 0 0 0 0 25 0 1 0 146280546 8908800 249 1992294400 4194304 4922060 140733274530784 18446744073709551615 272447937669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31050/statm: 2175 249 208 178 0 68 0
[pid=31051] ppid=31050 vsize=85240 CPUtime=1418.71
/proc/31051/stat : 31051 (pb_cplex) S 31050 31050 30759 0 -1 4202496 218373 0 0 0 141562 309 0 0 25 0 2 0 146280546 87285760 15334 1992294400 134512640 146736320 4290737040 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31051/statm: 21310 15334 1074 2985 0 17852 0
[pid=31051/tid=31057] ppid=31050 vsize=85240 CPUtime=673.11
/proc/31051/task/31057/stat : 31057 (pb_cplex) R 31050 31050 30759 0 -1 4202560 185132 0 0 0 67115 196 0 0 22 0 2 0 146285761 87285760 15334 1992294400 134512640 146736320 4290737040 18446744073709551615 136008069 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1418.71
Current children cumulated vsize (KiB) 93940

[startup+882.302 s]
/proc/loadavg: 1.86 1.83 1.73 3/108 31088
/proc/meminfo: memFree=1346164/2059040 swapFree=4139272/4192956
[pid=31050] ppid=31048 vsize=8700 CPUtime=0
/proc/31050/stat : 31050 (run) S 31048 31050 30759 0 -1 4202496 366 0 0 0 0 0 0 0 25 0 1 0 146280546 8908800 249 1992294400 4194304 4922060 140733274530784 18446744073709551615 272447937669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31050/statm: 2175 249 208 178 0 68 0
[pid=31051] ppid=31050 vsize=85240 CPUtime=1530.02
/proc/31051/stat : 31051 (pb_cplex) R 31050 31050 30759 0 -1 4202496 244336 0 0 0 152664 338 0 0 25 0 2 0 146280546 87285760 15335 1992294400 134512640 146736320 4290737040 18446744073709551615 136008606 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31051/statm: 21310 15335 1074 2985 0 17852 0
[pid=31051/tid=31057] ppid=31050 vsize=85240 CPUtime=729.81
/proc/31051/task/31057/stat : 31057 (pb_cplex) R 31050 31050 30759 0 -1 4202560 211093 0 0 0 72763 218 0 0 19 0 2 0 146285761 87285760 15335 1992294400 134512640 146736320 4290737040 18446744073709551615 136008450 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1530.02
Current children cumulated vsize (KiB) 93940

[startup+942.302 s]
/proc/loadavg: 2.02 1.89 1.75 3/108 31090
/proc/meminfo: memFree=1345916/2059040 swapFree=4139272/4192956
[pid=31050] ppid=31048 vsize=8700 CPUtime=0
/proc/31050/stat : 31050 (run) S 31048 31050 30759 0 -1 4202496 366 0 0 0 0 0 0 0 25 0 1 0 146280546 8908800 249 1992294400 4194304 4922060 140733274530784 18446744073709551615 272447937669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31050/statm: 2175 249 208 178 0 68 0
[pid=31051] ppid=31050 vsize=85240 CPUtime=1644.51
/proc/31051/stat : 31051 (pb_cplex) R 31050 31050 30759 0 -1 4202496 270193 0 0 0 164086 365 0 0 22 0 2 0 146280546 87285760 15435 1992294400 134512640 146736320 4290737040 18446744073709551615 136008065 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31051/statm: 21310 15435 1074 2985 0 17852 0
[pid=31051/tid=31057] ppid=31050 vsize=85240 CPUtime=786.77
/proc/31051/task/31057/stat : 31057 (pb_cplex) R 31050 31050 30759 0 -1 4202560 236942 0 0 0 78438 239 0 0 23 0 2 0 146285761 87285760 15435 1992294400 134512640 146736320 4290737040 18446744073709551615 136385174 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1644.51
Current children cumulated vsize (KiB) 93940

[startup+1002.3 s]
/proc/loadavg: 2.24 1.97 1.79 3/108 31090
/proc/meminfo: memFree=1344676/2059040 swapFree=4139272/4192956
[pid=31050] ppid=31048 vsize=8700 CPUtime=0
/proc/31050/stat : 31050 (run) S 31048 31050 30759 0 -1 4202496 366 0 0 0 0 0 0 0 25 0 1 0 146280546 8908800 249 1992294400 4194304 4922060 140733274530784 18446744073709551615 272447937669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31050/statm: 2175 249 208 178 0 68 0
[pid=31051] ppid=31050 vsize=86964 CPUtime=1755.87
/proc/31051/stat : 31051 (pb_cplex) R 31050 31050 30759 0 -1 4202496 291929 0 0 0 175195 392 0 0 25 0 2 0 146280546 89051136 15791 1992294400 134512640 146736320 4290737040 18446744073709551615 135468684 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31051/statm: 21741 15791 1074 2985 0 18283 0
[pid=31051/tid=31057] ppid=31050 vsize=86964 CPUtime=840.65
/proc/31051/task/31057/stat : 31057 (pb_cplex) R 31050 31050 30759 0 -1 4202560 258525 0 0 0 83808 257 0 0 25 0 2 0 146285761 89051136 15791 1992294400 134512640 146736320 4290737040 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1755.87
Current children cumulated vsize (KiB) 95664



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1025.7 s]
/proc/loadavg: 2.15 1.97 1.79 3/108 31092
/proc/meminfo: memFree=1344056/2059040 swapFree=4139272/4192956
[pid=31050] ppid=31048 vsize=8700 CPUtime=0
/proc/31050/stat : 31050 (run) S 31048 31050 30759 0 -1 4202496 366 0 0 0 0 0 0 0 25 0 1 0 146280546 8908800 249 1992294400 4194304 4922060 140733274530784 18446744073709551615 272447937669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31050/statm: 2175 249 208 178 0 68 0
[pid=31051] ppid=31050 vsize=87332 CPUtime=1800.15
/proc/31051/stat : 31051 (pb_cplex) R 31050 31050 30759 0 -1 4202496 301698 0 0 0 179613 402 0 0 25 0 2 0 146280546 89427968 15939 1992294400 134512640 146736320 4290737040 18446744073709551615 135855165 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31051/statm: 21833 15939 1074 2985 0 18375 0
[pid=31051/tid=31057] ppid=31050 vsize=87332 CPUtime=862.06
/proc/31051/task/31057/stat : 31057 (pb_cplex) R 31050 31050 30759 0 -1 4202560 268216 0 0 0 85942 264 0 0 25 0 2 0 146285761 89427968 15939 1992294400 134512640 146736320 4290737040 18446744073709551615 136008363 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 96032

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

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

[startup+1025.7 s]
/proc/loadavg: 2.15 1.97 1.79 3/108 31092
/proc/meminfo: memFree=1344056/2059040 swapFree=4139272/4192956
[pid=31050] ppid=31048 vsize=8700 CPUtime=0
/proc/31050/stat : 31050 (run) S 31048 31050 30759 0 -1 4202496 366 0 0 0 0 0 0 0 25 0 1 0 146280546 8908800 249 1992294400 4194304 4922060 140733274530784 18446744073709551615 272447937669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31050/statm: 2175 249 208 178 0 68 0
[pid=31051] ppid=31050 vsize=87332 CPUtime=1800.15
/proc/31051/stat : 31051 (pb_cplex) R 31050 31050 30759 0 -1 4202496 301698 0 0 0 179613 402 0 0 25 0 2 0 146280546 89427968 15939 1992294400 134512640 146736320 4290737040 18446744073709551615 135855165 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31051/statm: 21833 15939 1074 2985 0 18375 0
[pid=31051/tid=31057] ppid=31050 vsize=87332 CPUtime=862.06
/proc/31051/task/31057/stat : 31057 (pb_cplex) R 31050 31050 30759 0 -1 4202560 268216 0 0 0 85942 264 0 0 25 0 2 0 146285761 89427968 15939 1992294400 134512640 146736320 4290737040 18446744073709551615 136008363 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 96032

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1025.72
CPU time (s): 1800.15
CPU user time (s): 1796.13
CPU system time (s): 4.02
CPU usage (%): 175.501
Max. virtual memory (cumulated for all children) (KiB): 96032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.002999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 366
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.9907 second user time and 5.16821 second system time

The end

Launcher Data

Begin job on node087 at 2010-07-02 07:51:10
IDJOB=2697088
IDBENCH=48122
IDSOLVER=1209
FILE ID=node087/2697088-1278049870
PBS_JOBID= 11198828
Free space on /tmp= 62444 MiB

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

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

MD5SUM BENCH= 08d7a5060b972f308367859ff82f87f6
RANDOM SEED=1595750319

node087.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.213
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.42
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.213
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	: 5999.42
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1405484 kB
Buffers:        148636 kB
Cached:         397944 kB
SwapCached:       6464 kB
Active:         216792 kB
Inactive:       343372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1405484 kB
SwapTotal:     4192956 kB
SwapFree:      4139272 kB
Dirty:           16684 kB
Writeback:           0 kB
AnonPages:       11848 kB
Mapped:          11992 kB
Slab:            71588 kB
PageTables:       4128 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182336 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-2697088-1278049870.opb

Free space on /tmp at the end= 62428 MiB
End job on node087 at 2010-07-02 08:08:18