Trace number 2697179

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.1 979.92

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_200_10_4.opb
MD5SUM69a7dda5c80f9dda65f29fb6eb76eed7
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-50
Best CPU time to get the best result obtained on this benchmark1800.07
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -53
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 constraint10
Maximum length of a constraint21
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)2524
Sum of products size (including duplicates)5048
Number of different products1262
Sum of products size2524

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2697179-1278051213.opb.
0.00/0.00	c Instance file HOME/instance-2697179-1278051213.opb
0.00/0.00	c File size is 103979 bytes.
0.00/0.05	c Highest Coefficient sum: 21
0.00/0.05	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.06	c ============================[ Problem Statistics ]=============================
0.00/0.06	c |                                                                             |
0.00/0.06	c |  Parsing time:          0.05         s                                      |
0.00/0.06	c |  Number Variables:      1462                                                |
0.00/0.06	c |  Number Constraints:    2724                                                |
0.00/0.06	c ===============================================================================
1800.10/979.91	c Remaining time 1799.95 sec.
1800.10/979.91	c 
1800.10/979.91	c *** INTERRUPTED ***
1800.10/979.91	s UNKNOWN
1800.10/979.91	c Total CPU time              : 1783.65 s
1800.10/979.91	c Memory used           : 96.36 MB
1800.10/979.91	c CPU time              : 1783.65 s
1800.10/979.91	c 
1800.10/979.91	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-2697179-1278051213/watcher-2697179-1278051213 -o /tmp/evaluation-result-2697179-1278051213/solver-2697179-1278051213 -C 1800 -W 2000 -M 1800 run HOME/instance-2697179-1278051213.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.00 1.00 1.03 3/106 30362
/proc/meminfo: memFree=1381756/2059040 swapFree=4139628/4192956
[pid=30362] ppid=30360 vsize=8700 CPUtime=0
/proc/30362/stat : 30362 (run) R 30360 30362 30030 0 -1 4202496 349 0 0 0 0 0 0 0 20 0 1 0 146414081 8908800 249 1992294400 4194304 4922060 140733340349408 18446744073709551615 234007142805 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/30362/statm: 2175 249 208 178 0 68 0

[startup+0.070563 s]
/proc/loadavg: 1.00 1.00 1.03 3/106 30362
/proc/meminfo: memFree=1381756/2059040 swapFree=4139628/4192956
[pid=30362] ppid=30360 vsize=8700 CPUtime=0
/proc/30362/stat : 30362 (run) S 30360 30362 30030 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146414081 8908800 249 1992294400 4194304 4922060 140733340349408 18446744073709551615 234007141509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30362/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101563 s]
/proc/loadavg: 1.00 1.00 1.03 3/106 30362
/proc/meminfo: memFree=1381756/2059040 swapFree=4139628/4192956
[pid=30362] ppid=30360 vsize=8700 CPUtime=0
/proc/30362/stat : 30362 (run) S 30360 30362 30030 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146414081 8908800 249 1992294400 4194304 4922060 140733340349408 18446744073709551615 234007141509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30362/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300562 s]
/proc/loadavg: 1.00 1.00 1.03 3/106 30362
/proc/meminfo: memFree=1381756/2059040 swapFree=4139628/4192956
[pid=30362] ppid=30360 vsize=8700 CPUtime=0
/proc/30362/stat : 30362 (run) S 30360 30362 30030 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146414081 8908800 249 1992294400 4194304 4922060 140733340349408 18446744073709551615 234007141509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30362/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700558 s]
/proc/loadavg: 1.00 1.00 1.03 3/106 30362
/proc/meminfo: memFree=1381756/2059040 swapFree=4139628/4192956
[pid=30362] ppid=30360 vsize=8700 CPUtime=0
/proc/30362/stat : 30362 (run) S 30360 30362 30030 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146414081 8908800 249 1992294400 4194304 4922060 140733340349408 18446744073709551615 234007141509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30362/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50155 s]
/proc/loadavg: 1.00 1.00 1.03 2/108 30364
/proc/meminfo: memFree=1376904/2059040 swapFree=4139628/4192956
[pid=30362] ppid=30360 vsize=8700 CPUtime=0
/proc/30362/stat : 30362 (run) S 30360 30362 30030 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146414081 8908800 249 1992294400 4194304 4922060 140733340349408 18446744073709551615 234007141509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30362/statm: 2175 249 208 178 0 68 0
[pid=30363] ppid=30362 vsize=20584 CPUtime=1.48
/proc/30363/stat : 30363 (pb_cplex) R 30362 30362 30030 0 -1 4202496 4513 0 0 0 147 1 0 0 19 0 1 0 146414081 21078016 2191 1992294400 134512640 146736320 4289941968 18446744073709551615 136406510 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/30363/statm: 5146 2191 996 2985 0 1688 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 29284

[startup+3.10054 s]
/proc/loadavg: 1.00 1.00 1.03 2/108 30364
/proc/meminfo: memFree=1376656/2059040 swapFree=4139628/4192956
[pid=30362] ppid=30360 vsize=8700 CPUtime=0
/proc/30362/stat : 30362 (run) S 30360 30362 30030 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146414081 8908800 249 1992294400 4194304 4922060 140733340349408 18446744073709551615 234007141509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30362/statm: 2175 249 208 178 0 68 0
[pid=30363] ppid=30362 vsize=33264 CPUtime=3.58
/proc/30363/stat : 30363 (pb_cplex) R 30362 30362 30030 0 -1 4202496 5488 0 0 0 356 2 0 0 16 0 2 0 146414081 34062336 2738 1992294400 134512640 146736320 4289941968 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30363/statm: 8316 2738 1028 2985 0 4858 0
Current children cumulated CPU time (s) 3.58
Current children cumulated vsize (KiB) 41964

[startup+6.30052 s]
/proc/loadavg: 1.16 1.03 1.04 3/109 30365
/proc/meminfo: memFree=1373796/2059040 swapFree=4139628/4192956
[pid=30362] ppid=30360 vsize=8700 CPUtime=0
/proc/30362/stat : 30362 (run) S 30360 30362 30030 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146414081 8908800 249 1992294400 4194304 4922060 140733340349408 18446744073709551615 234007141509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30362/statm: 2175 249 208 178 0 68 0
[pid=30363] ppid=30362 vsize=34428 CPUtime=9.24
/proc/30363/stat : 30363 (pb_cplex) R 30362 30362 30030 0 -1 4202496 5762 0 0 0 917 7 0 0 16 0 2 0 146414081 35254272 2998 1992294400 134512640 146736320 4289941968 18446744073709551615 136009182 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30363/statm: 8607 2998 1043 2985 0 5149 0
[pid=30363/tid=30365] ppid=30362 vsize=34428 CPUtime=3.47
/proc/30363/task/30365/stat : 30365 (pb_cplex) S 30362 30362 30030 0 -1 4202560 249 0 0 0 344 3 0 0 16 0 2 0 146414298 35254272 2998 1992294400 134512640 146736320 4289941968 18446744073709551615 144580073 0 2 4096 16387 18446604437818725568 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.24
Current children cumulated vsize (KiB) 43128

[startup+12.7005 s]
/proc/loadavg: 1.15 1.03 1.04 4/109 30367
/proc/meminfo: memFree=1369704/2059040 swapFree=4139628/4192956
[pid=30362] ppid=30360 vsize=8700 CPUtime=0
/proc/30362/stat : 30362 (run) S 30360 30362 30030 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146414081 8908800 249 1992294400 4194304 4922060 140733340349408 18446744073709551615 234007141509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30362/statm: 2175 249 208 178 0 68 0
[pid=30363] ppid=30362 vsize=37752 CPUtime=18.75
/proc/30363/stat : 30363 (pb_cplex) R 30362 30362 30030 0 -1 4202496 8142 0 0 0 1864 11 0 0 18 0 2 0 146414081 38658048 3844 1992294400 134512640 146736320 4289941968 18446744073709551615 136000487 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30363/statm: 9438 3844 1059 2985 0 5980 0
[pid=30363/tid=30367] ppid=30362 vsize=37752 CPUtime=2.98
/proc/30363/task/30367/stat : 30367 (pb_cplex) R 30362 30362 30030 0 -1 4202560 732 0 0 0 296 2 0 0 18 0 2 0 146414908 38658048 3844 1992294400 134512640 146736320 4289941968 18446744073709551615 136008050 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 18.75
Current children cumulated vsize (KiB) 46452

[startup+25.5014 s]
/proc/loadavg: 1.41 1.10 1.06 3/109 30367
/proc/meminfo: memFree=1368960/2059040 swapFree=4139628/4192956
[pid=30362] ppid=30360 vsize=8700 CPUtime=0
/proc/30362/stat : 30362 (run) S 30360 30362 30030 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146414081 8908800 249 1992294400 4194304 4922060 140733340349408 18446744073709551615 234007141509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30362/statm: 2175 249 208 178 0 68 0
[pid=30363] ppid=30362 vsize=38748 CPUtime=42.36
/proc/30363/stat : 30363 (pb_cplex) S 30362 30362 30030 0 -1 4202496 9582 0 0 0 4207 29 0 0 16 0 2 0 146414081 39677952 4113 1992294400 134512640 146736320 4289941968 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30363/statm: 9687 4113 1059 2985 0 6229 0
[pid=30363/tid=30367] ppid=30362 vsize=38748 CPUtime=15.28
/proc/30363/task/30367/stat : 30367 (pb_cplex) R 30362 30362 30030 0 -1 4202560 1974 0 0 0 1517 11 0 0 18 0 2 0 146414908 39677952 4113 1992294400 134512640 146736320 4289941968 18446744073709551615 136008069 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 42.36
Current children cumulated vsize (KiB) 47448

[startup+51.1012 s]
/proc/loadavg: 1.62 1.17 1.08 3/109 30369
/proc/meminfo: memFree=1367348/2059040 swapFree=4139628/4192956
[pid=30362] ppid=30360 vsize=8700 CPUtime=0
/proc/30362/stat : 30362 (run) S 30360 30362 30030 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146414081 8908800 249 1992294400 4194304 4922060 140733340349408 18446744073709551615 234007141509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30362/statm: 2175 249 208 178 0 68 0
[pid=30363] ppid=30362 vsize=40636 CPUtime=90.08
/proc/30363/stat : 30363 (pb_cplex) R 30362 30362 30030 0 -1 4202496 12317 0 0 0 8944 64 0 0 18 0 2 0 146414081 41611264 4540 1992294400 134512640 146736320 4289941968 18446744073709551615 135846639 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30363/statm: 10159 4540 1059 2985 0 6701 0
[pid=30363/tid=30367] ppid=30362 vsize=40636 CPUtime=39.2
/proc/30363/task/30367/stat : 30367 (pb_cplex) R 30362 30362 30030 0 -1 4202560 4485 0 0 0 3891 29 0 0 18 0 2 0 146414908 41611264 4540 1992294400 134512640 146736320 4289941968 18446744073709551615 136008306 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 90.08
Current children cumulated vsize (KiB) 49336

[startup+102.31 s]
/proc/loadavg: 1.74 1.26 1.12 2/109 30370
/proc/meminfo: memFree=1364620/2059040 swapFree=4139628/4192956
[pid=30362] ppid=30360 vsize=8700 CPUtime=0
/proc/30362/stat : 30362 (run) S 30360 30362 30030 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146414081 8908800 249 1992294400 4194304 4922060 140733340349408 18446744073709551615 234007141509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30362/statm: 2175 249 208 178 0 68 0
[pid=30363] ppid=30362 vsize=43172 CPUtime=175.16
/proc/30363/stat : 30363 (pb_cplex) R 30362 30362 30030 0 -1 4202496 25927 0 0 0 17385 131 0 0 18 0 2 0 146414081 44208128 5137 1992294400 134512640 146736320 4289941968 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30363/statm: 10793 5137 1081 2985 0 7335 0
[pid=30363/tid=30370] ppid=30362 vsize=43172 CPUtime=26.44
/proc/30363/task/30370/stat : 30370 (pb_cplex) R 30362 30362 30030 0 -1 4202560 1213 0 0 0 2622 22 0 0 16 0 2 0 146421457 44208128 5137 1992294400 134512640 146736320 4289941968 18446744073709551615 136388081 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 175.16
Current children cumulated vsize (KiB) 51872

[startup+162.301 s]
/proc/loadavg: 1.83 1.38 1.17 3/109 30372
/proc/meminfo: memFree=1361148/2059040 swapFree=4139628/4192956
[pid=30362] ppid=30360 vsize=8700 CPUtime=0
/proc/30362/stat : 30362 (run) S 30360 30362 30030 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146414081 8908800 249 1992294400 4194304 4922060 140733340349408 18446744073709551615 234007141509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30362/statm: 2175 249 208 178 0 68 0
[pid=30363] ppid=30362 vsize=47352 CPUtime=285.28
/proc/30363/stat : 30363 (pb_cplex) R 30362 30362 30030 0 -1 4202496 28704 0 0 0 28306 222 0 0 17 0 2 0 146414081 48488448 6178 1992294400 134512640 146736320 4289941968 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30363/statm: 11838 6178 1081 2985 0 8380 0
[pid=30363/tid=30370] ppid=30362 vsize=47352 CPUtime=82.77
/proc/30363/task/30370/stat : 30370 (pb_cplex) R 30362 30362 30030 0 -1 4202560 3454 0 0 0 8206 71 0 0 18 0 2 0 146421457 48488448 6178 1992294400 134512640 146736320 4289941968 18446744073709551615 135525921 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 285.28
Current children cumulated vsize (KiB) 56052

[startup+222.302 s]
/proc/loadavg: 1.94 1.50 1.22 3/109 30374
/proc/meminfo: memFree=1356188/2059040 swapFree=4139628/4192956
[pid=30362] ppid=30360 vsize=8700 CPUtime=0
/proc/30362/stat : 30362 (run) S 30360 30362 30030 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146414081 8908800 249 1992294400 4194304 4922060 140733340349408 18446744073709551615 234007141509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30362/statm: 2175 249 208 178 0 68 0
[pid=30363] ppid=30362 vsize=51948 CPUtime=396.01
/proc/30363/stat : 30363 (pb_cplex) R 30362 30362 30030 0 -1 4202496 31070 0 0 0 39276 325 0 0 17 0 2 0 146414081 53194752 7305 1992294400 134512640 146736320 4289941968 18446744073709551615 135852901 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30363/statm: 12987 7305 1081 2985 0 9529 0
[pid=30363/tid=30370] ppid=30362 vsize=51948 CPUtime=139.75
/proc/30363/task/30370/stat : 30370 (pb_cplex) S 30362 30362 30030 0 -1 4202560 5198 0 0 0 13848 127 0 0 18 0 2 0 146421457 53194752 7305 1992294400 134512640 146736320 4289941968 18446744073709551615 144580073 0 2 4096 16387 18446604437818725568 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 396.01
Current children cumulated vsize (KiB) 60648

[startup+282.301 s]
/proc/loadavg: 1.80 1.54 1.25 3/109 30376
/proc/meminfo: memFree=1352096/2059040 swapFree=4139628/4192956
[pid=30362] ppid=30360 vsize=8700 CPUtime=0
/proc/30362/stat : 30362 (run) S 30360 30362 30030 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146414081 8908800 249 1992294400 4194304 4922060 140733340349408 18446744073709551615 234007141509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30362/statm: 2175 249 208 178 0 68 0
[pid=30363] ppid=30362 vsize=56140 CPUtime=506.73
/proc/30363/stat : 30363 (pb_cplex) R 30362 30362 30030 0 -1 4202496 33238 0 0 0 50247 426 0 0 17 0 2 0 146414081 57487360 8349 1992294400 134512640 146736320 4289941968 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30363/statm: 14035 8349 1081 2985 0 10577 0
[pid=30363/tid=30370] ppid=30362 vsize=56140 CPUtime=196.99
/proc/30363/task/30370/stat : 30370 (pb_cplex) R 30362 30362 30030 0 -1 4202560 6813 0 0 0 19518 181 0 0 18 0 2 0 146421457 57487360 8349 1992294400 134512640 146736320 4289941968 18446744073709551615 136384849 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 506.73
Current children cumulated vsize (KiB) 64840

[startup+342.302 s]
/proc/loadavg: 1.85 1.59 1.28 3/109 30378
/proc/meminfo: memFree=1348004/2059040 swapFree=4139628/4192956
[pid=30362] ppid=30360 vsize=8700 CPUtime=0
/proc/30362/stat : 30362 (run) S 30360 30362 30030 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146414081 8908800 249 1992294400 4194304 4922060 140733340349408 18446744073709551615 234007141509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30362/statm: 2175 249 208 178 0 68 0
[pid=30363] ppid=30362 vsize=60228 CPUtime=617.34
/proc/30363/stat : 30363 (pb_cplex) R 30362 30362 30030 0 -1 4202496 35399 0 0 0 61211 523 0 0 18 0 2 0 146414081 61673472 9350 1992294400 134512640 146736320 4289941968 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30363/statm: 15057 9350 1081 2985 0 11599 0

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

[pid=30363] ppid=30362 vsize=67900 CPUtime=839.47
/proc/30363/stat : 30363 (pb_cplex) R 30362 30362 30030 0 -1 4202496 39327 0 0 0 83217 730 0 0 18 0 2 0 146414081 69529600 11403 1992294400 134512640 146736320 4289941968 18446744073709551615 136403112 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30363/statm: 16975 11403 1081 2985 0 13517 0
[pid=30363/tid=30370] ppid=30362 vsize=67900 CPUtime=363.76
/proc/30363/task/30370/stat : 30370 (pb_cplex) R 30362 30362 30030 0 -1 4202560 11161 0 0 0 36033 343 0 0 17 0 2 0 146421457 69529600 11403 1992294400 134512640 146736320 4289941968 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 839.47
Current children cumulated vsize (KiB) 76600

[startup+522.302 s]
/proc/loadavg: 1.93 1.76 1.40 3/109 30382
/proc/meminfo: memFree=1336596/2059040 swapFree=4139628/4192956
[pid=30362] ppid=30360 vsize=8700 CPUtime=0
/proc/30362/stat : 30362 (run) S 30360 30362 30030 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146414081 8908800 249 1992294400 4194304 4922060 140733340349408 18446744073709551615 234007141509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30362/statm: 2175 249 208 178 0 68 0
[pid=30363] ppid=30362 vsize=71792 CPUtime=950.36
/proc/30363/stat : 30363 (pb_cplex) R 30362 30362 30030 0 -1 4202496 41038 0 0 0 94201 835 0 0 16 0 2 0 146414081 73515008 12337 1992294400 134512640 146736320 4289941968 18446744073709551615 136387684 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30363/statm: 17948 12337 1081 2985 0 14490 0
[pid=30363/tid=30370] ppid=30362 vsize=71792 CPUtime=418.61
/proc/30363/task/30370/stat : 30370 (pb_cplex) R 30362 30362 30030 0 -1 4202560 12109 0 0 0 41466 395 0 0 17 0 2 0 146421457 73515008 12337 1992294400 134512640 146736320 4289941968 18446744073709551615 136008042 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 950.36
Current children cumulated vsize (KiB) 80492

[startup+582.301 s]
/proc/loadavg: 2.20 1.86 1.46 4/109 30384
/proc/meminfo: memFree=1331884/2059040 swapFree=4139628/4192956
[pid=30362] ppid=30360 vsize=8700 CPUtime=0
/proc/30362/stat : 30362 (run) S 30360 30362 30030 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146414081 8908800 249 1992294400 4194304 4922060 140733340349408 18446744073709551615 234007141509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30362/statm: 2175 249 208 178 0 68 0
[pid=30363] ppid=30362 vsize=76036 CPUtime=1061.64
/proc/30363/stat : 30363 (pb_cplex) S 30362 30362 30030 0 -1 4202496 43241 0 0 0 105225 939 0 0 18 0 2 0 146414081 77860864 13303 1992294400 134512640 146736320 4289941968 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30363/statm: 19009 13303 1081 2985 0 15551 0
[pid=30363/tid=30370] ppid=30362 vsize=76036 CPUtime=476.01
/proc/30363/task/30370/stat : 30370 (pb_cplex) R 30362 30362 30030 0 -1 4202560 13757 0 0 0 47150 451 0 0 18 0 2 0 146421457 77860864 13303 1992294400 134512640 146736320 4289941968 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1061.64
Current children cumulated vsize (KiB) 84736

[startup+642.302 s]
/proc/loadavg: 1.94 1.84 1.47 2/109 30386
/proc/meminfo: memFree=1328536/2059040 swapFree=4139628/4192956
[pid=30362] ppid=30360 vsize=8700 CPUtime=0
/proc/30362/stat : 30362 (run) S 30360 30362 30030 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146414081 8908800 249 1992294400 4194304 4922060 140733340349408 18446744073709551615 234007141509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30362/statm: 2175 249 208 178 0 68 0
[pid=30363] ppid=30362 vsize=79164 CPUtime=1173.26
/proc/30363/stat : 30363 (pb_cplex) S 30362 30362 30030 0 -1 4202496 44991 0 0 0 116284 1042 0 0 16 0 2 0 146414081 81063936 14168 1992294400 134512640 146736320 4289941968 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30363/statm: 19791 14168 1081 2985 0 16333 0
[pid=30363/tid=30370] ppid=30362 vsize=79164 CPUtime=532.7
/proc/30363/task/30370/stat : 30370 (pb_cplex) R 30362 30362 30030 0 -1 4202560 15055 0 0 0 52766 504 0 0 18 0 2 0 146421457 81063936 14168 1992294400 134512640 146736320 4289941968 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1173.26
Current children cumulated vsize (KiB) 87864

[startup+702.301 s]
/proc/loadavg: 1.94 1.85 1.49 2/109 30386
/proc/meminfo: memFree=1325436/2059040 swapFree=4139628/4192956
[pid=30362] ppid=30360 vsize=8700 CPUtime=0
/proc/30362/stat : 30362 (run) S 30360 30362 30030 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146414081 8908800 249 1992294400 4194304 4922060 140733340349408 18446744073709551615 234007141509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30362/statm: 2175 249 208 178 0 68 0
[pid=30363] ppid=30362 vsize=82908 CPUtime=1284.51
/proc/30363/stat : 30363 (pb_cplex) S 30362 30362 30030 0 -1 4202496 46553 0 0 0 127305 1146 0 0 16 0 2 0 146414081 84897792 14985 1992294400 134512640 146736320 4289941968 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30363/statm: 20727 14985 1081 2985 0 17269 0
[pid=30363/tid=30370] ppid=30362 vsize=82908 CPUtime=589.94
/proc/30363/task/30370/stat : 30370 (pb_cplex) R 30362 30362 30030 0 -1 4202560 15849 0 0 0 58435 559 0 0 18 0 2 0 146421457 84897792 14985 1992294400 134512640 146736320 4289941968 18446744073709551615 135526788 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1284.51
Current children cumulated vsize (KiB) 91608

[startup+762.31 s]
/proc/loadavg: 1.84 1.84 1.51 3/109 30388
/proc/meminfo: memFree=1321840/2059040 swapFree=4139628/4192956
[pid=30362] ppid=30360 vsize=8700 CPUtime=0
/proc/30362/stat : 30362 (run) S 30360 30362 30030 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146414081 8908800 249 1992294400 4194304 4922060 140733340349408 18446744073709551615 234007141509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30362/statm: 2175 249 208 178 0 68 0
[pid=30363] ppid=30362 vsize=86800 CPUtime=1395.62
/proc/30363/stat : 30363 (pb_cplex) R 30362 30362 30030 0 -1 4202496 48263 0 0 0 138311 1251 0 0 17 0 2 0 146414081 88883200 15915 1992294400 134512640 146736320 4289941968 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30363/statm: 21700 15915 1081 2985 0 18242 0
[pid=30363/tid=30370] ppid=30362 vsize=86800 CPUtime=647.3
/proc/30363/task/30370/stat : 30370 (pb_cplex) R 30362 30362 30030 0 -1 4202560 16274 0 0 0 64115 615 0 0 18 0 2 0 146421457 88883200 15915 1992294400 134512640 146736320 4289941968 18446744073709551615 136000397 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1395.62
Current children cumulated vsize (KiB) 95500

[startup+822.301 s]
/proc/loadavg: 1.92 1.87 1.54 3/109 30390
/proc/meminfo: memFree=1318244/2059040 swapFree=4139628/4192956
[pid=30362] ppid=30360 vsize=8700 CPUtime=0
/proc/30362/stat : 30362 (run) S 30360 30362 30030 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146414081 8908800 249 1992294400 4194304 4922060 140733340349408 18446744073709551615 234007141509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30362/statm: 2175 249 208 178 0 68 0
[pid=30363] ppid=30362 vsize=89800 CPUtime=1507.18
/proc/30363/stat : 30363 (pb_cplex) S 30362 30362 30030 0 -1 4202496 49984 0 0 0 149364 1354 0 0 17 0 2 0 146414081 91955200 16762 1992294400 134512640 146736320 4289941968 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30363/statm: 22450 16762 1081 2985 0 18992 0
[pid=30363/tid=30370] ppid=30362 vsize=89800 CPUtime=704.83
/proc/30363/task/30370/stat : 30370 (pb_cplex) R 30362 30362 30030 0 -1 4202560 16560 0 0 0 69814 669 0 0 18 0 2 0 146421457 91955200 16762 1992294400 134512640 146736320 4289941968 18446744073709551615 136008306 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1507.18
Current children cumulated vsize (KiB) 98500

[startup+882.301 s]
/proc/loadavg: 1.95 1.89 1.57 2/109 30392
/proc/meminfo: memFree=1315392/2059040 swapFree=4139628/4192956
[pid=30362] ppid=30360 vsize=8700 CPUtime=0
/proc/30362/stat : 30362 (run) S 30360 30362 30030 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146414081 8908800 249 1992294400 4194304 4922060 140733340349408 18446744073709551615 234007141509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30362/statm: 2175 249 208 178 0 68 0
[pid=30363] ppid=30362 vsize=93296 CPUtime=1618.72
/proc/30363/stat : 30363 (pb_cplex) R 30362 30362 30030 0 -1 4202496 51378 0 0 0 160409 1463 0 0 17 0 2 0 146414081 95535104 17521 1992294400 134512640 146736320 4289941968 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30363/statm: 23324 17521 1081 2985 0 19866 0
[pid=30363/tid=30370] ppid=30362 vsize=93296 CPUtime=762.48
/proc/30363/task/30370/stat : 30370 (pb_cplex) R 30362 30362 30030 0 -1 4202560 16993 0 0 0 75522 726 0 0 18 0 2 0 146421457 95535104 17521 1992294400 134512640 146736320 4289941968 18446744073709551615 136403116 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1618.72
Current children cumulated vsize (KiB) 101996

[startup+942.301 s]
/proc/loadavg: 2.03 1.91 1.59 3/109 30394
/proc/meminfo: memFree=1311920/2059040 swapFree=4139628/4192956
[pid=30362] ppid=30360 vsize=8700 CPUtime=0
/proc/30362/stat : 30362 (run) S 30360 30362 30030 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146414081 8908800 249 1992294400 4194304 4922060 140733340349408 18446744073709551615 234007141509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30362/statm: 2175 249 208 178 0 68 0
[pid=30363] ppid=30362 vsize=95980 CPUtime=1730.12
/proc/30363/stat : 30363 (pb_cplex) R 30362 30362 30030 0 -1 4202496 52903 0 0 0 171437 1575 0 0 17 0 2 0 146414081 98283520 18398 1992294400 134512640 146736320 4289941968 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30363/statm: 23995 18398 1081 2985 0 20537 0
[pid=30363/tid=30370] ppid=30362 vsize=95980 CPUtime=819.87
/proc/30363/task/30370/stat : 30370 (pb_cplex) R 30362 30362 30030 0 -1 4202560 17817 0 0 0 81204 783 0 0 18 0 2 0 146421457 98283520 18398 1992294400 134512640 146736320 4289941968 18446744073709551615 135455452 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1730.12
Current children cumulated vsize (KiB) 104680



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+979.901 s]
/proc/loadavg: 2.22 1.97 1.62 4/109 30394
/proc/meminfo: memFree=1309440/2059040 swapFree=4139628/4192956
[pid=30362] ppid=30360 vsize=8700 CPUtime=0
/proc/30362/stat : 30362 (run) S 30360 30362 30030 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146414081 8908800 249 1992294400 4194304 4922060 140733340349408 18446744073709551615 234007141509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30362/statm: 2175 249 208 178 0 68 0
[pid=30363] ppid=30362 vsize=98664 CPUtime=1800.1
/proc/30363/stat : 30363 (pb_cplex) S 30362 30362 30030 0 -1 4202496 53986 0 0 0 178364 1646 0 0 17 0 2 0 146414081 101031936 18963 1992294400 134512640 146736320 4289941968 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30363/statm: 24666 18963 1081 2985 0 21208 0
[pid=30363/tid=30370] ppid=30362 vsize=98664 CPUtime=855.98
/proc/30363/task/30370/stat : 30370 (pb_cplex) R 30362 30362 30030 0 -1 4202560 18577 0 0 0 84777 821 0 0 18 0 2 0 146421457 101031936 18963 1992294400 134512640 146736320 4289941968 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 107364

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

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

[startup+979.901 s]
/proc/loadavg: 2.22 1.97 1.62 4/109 30394
/proc/meminfo: memFree=1309440/2059040 swapFree=4139628/4192956
[pid=30362] ppid=30360 vsize=8700 CPUtime=0
/proc/30362/stat : 30362 (run) S 30360 30362 30030 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146414081 8908800 249 1992294400 4194304 4922060 140733340349408 18446744073709551615 234007141509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30362/statm: 2175 249 208 178 0 68 0
[pid=30363] ppid=30362 vsize=98664 CPUtime=1800.1
/proc/30363/stat : 30363 (pb_cplex) S 30362 30362 30030 0 -1 4202496 53986 0 0 0 178364 1646 0 0 17 0 2 0 146414081 101031936 18963 1992294400 134512640 146736320 4289941968 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30363/statm: 24666 18963 1081 2985 0 21208 0
[pid=30363/tid=30370] ppid=30362 vsize=98664 CPUtime=855.98
/proc/30363/task/30370/stat : 30370 (pb_cplex) R 30362 30362 30030 0 -1 4202560 18577 0 0 0 84777 821 0 0 18 0 2 0 146421457 101031936 18963 1992294400 134512640 146736320 4289941968 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 107364

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30362 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.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 979.92
CPU time (s): 1800.1
CPU user time (s): 1783.64
CPU system time (s): 16.46
CPU usage (%): 183.699
Max. virtual memory (cumulated for all children) (KiB): 108252

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= 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.70974 second user time and 5.43817 second system time

The end

Launcher Data

Begin job on node038 at 2010-07-02 08:13:33
IDJOB=2697179
IDBENCH=48213
IDSOLVER=1209
FILE ID=node038/2697179-1278051213
PBS_JOBID= 11198853
Free space on /tmp= 62440 MiB

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

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

MD5SUM BENCH= 69a7dda5c80f9dda65f29fb6eb76eed7
RANDOM SEED=1319802627

node038.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.222
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.44
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.222
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.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1382656 kB
Buffers:        190012 kB
Cached:         372164 kB
SwapCached:       6884 kB
Active:         291828 kB
Inactive:       284176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1382656 kB
SwapTotal:     4192956 kB
SwapFree:      4139628 kB
Dirty:           16636 kB
Writeback:           0 kB
AnonPages:       12016 kB
Mapped:          11940 kB
Slab:            78320 kB
PageTables:       4180 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181652 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-2697179-1278051213.opb

Free space on /tmp at the end= 62424 MiB
End job on node038 at 2010-07-02 08:29:55