Trace number 2697183

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.19 1053.52

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_500_25_4.opb
MD5SUM95ae68c901d0b7917be5b837e9e56612
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-65
Best CPU time to get the best result obtained on this benchmark1800.09
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -78
Optimality of the best value was proved NO
Number of variables500
Total number of constraints500
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 constraints500
Minimum length of a constraint25
Maximum length of a constraint49
Number of terms in the objective function 500
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 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)15754
Sum of products size (including duplicates)31508
Number of different products7877
Sum of products size15754

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2697183-1278051278.opb.
0.00/0.00	c Instance file HOME/instance-2697183-1278051278.opb
0.00/0.00	c File size is 666811 bytes.
0.00/0.39	c Highest Coefficient sum: 49
0.00/0.39	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.42	c ============================[ Problem Statistics ]=============================
0.00/0.42	c |                                                                             |
0.00/0.42	c |  Parsing time:          0.41         s                                      |
0.00/0.42	c |  Number Variables:      8377                                                |
0.00/0.43	c |  Number Constraints:    16254                                               |
0.00/0.43	c ===============================================================================
1800.17/1053.51	c Remaining time 1799.59 sec.
1800.17/1053.51	c 
1800.17/1053.51	c *** INTERRUPTED ***
1800.17/1053.51	s UNKNOWN
1800.17/1053.51	c Total CPU time              : 1797.76 s
1800.17/1053.51	c Memory used           : 78.49 MB
1800.17/1053.51	c CPU time              : 1797.76 s
1800.17/1053.51	c 
1800.17/1053.51	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-2697183-1278051278/watcher-2697183-1278051278 -o /tmp/evaluation-result-2697183-1278051278/solver-2697183-1278051278 -C 1800 -W 2000 -M 1800 run HOME/instance-2697183-1278051278.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.18 2.07 1.89 4/106 31087
/proc/meminfo: memFree=1482260/2059040 swapFree=4138352/4192956
[pid=31087] ppid=31085 vsize=8700 CPUtime=0
/proc/31087/stat : 31087 (run) R 31085 31087 30720 0 -1 4202496 348 0 0 0 0 0 0 0 20 0 1 0 146423029 8908800 248 1992294400 4194304 4922060 140735405171152 18446744073709551615 246659260821 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/31087/statm: 2175 248 208 178 0 68 0

[startup+0.108206 s]
/proc/loadavg: 2.18 2.07 1.89 4/106 31087
/proc/meminfo: memFree=1482260/2059040 swapFree=4138352/4192956
[pid=31087] ppid=31085 vsize=8700 CPUtime=0
/proc/31087/stat : 31087 (run) S 31085 31087 30720 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146423029 8908800 248 1992294400 4194304 4922060 140735405171152 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31087/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.201217 s]
/proc/loadavg: 2.18 2.07 1.89 4/106 31087
/proc/meminfo: memFree=1482260/2059040 swapFree=4138352/4192956
[pid=31087] ppid=31085 vsize=8700 CPUtime=0
/proc/31087/stat : 31087 (run) S 31085 31087 30720 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146423029 8908800 248 1992294400 4194304 4922060 140735405171152 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31087/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301229 s]
/proc/loadavg: 2.18 2.07 1.89 4/106 31087
/proc/meminfo: memFree=1482260/2059040 swapFree=4138352/4192956
[pid=31087] ppid=31085 vsize=8700 CPUtime=0
/proc/31087/stat : 31087 (run) S 31085 31087 30720 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146423029 8908800 248 1992294400 4194304 4922060 140735405171152 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31087/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701288 s]
/proc/loadavg: 2.18 2.07 1.89 4/106 31087
/proc/meminfo: memFree=1482260/2059040 swapFree=4138352/4192956
[pid=31087] ppid=31085 vsize=8700 CPUtime=0
/proc/31087/stat : 31087 (run) S 31085 31087 30720 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146423029 8908800 248 1992294400 4194304 4922060 140735405171152 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31087/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50037 s]
/proc/loadavg: 2.08 2.05 1.89 2/108 31089
/proc/meminfo: memFree=1466124/2059040 swapFree=4138352/4192956
[pid=31087] ppid=31085 vsize=8700 CPUtime=0
/proc/31087/stat : 31087 (run) S 31085 31087 30720 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146423029 8908800 248 1992294400 4194304 4922060 140735405171152 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31087/statm: 2175 248 208 178 0 68 0
[pid=31088] ppid=31087 vsize=35616 CPUtime=1.48
/proc/31088/stat : 31088 (pb_cplex) R 31087 31087 30720 0 -1 4202496 6303 0 0 0 146 2 0 0 19 0 1 0 146423029 36470784 4971 1992294400 134512640 146736320 4294264704 18446744073709551615 136008053 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/31088/statm: 8904 4971 916 2985 0 5446 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 44316

[startup+3.10056 s]
/proc/loadavg: 2.08 2.05 1.89 2/108 31089
/proc/meminfo: memFree=1465876/2059040 swapFree=4138352/4192956
[pid=31087] ppid=31085 vsize=8700 CPUtime=0
/proc/31087/stat : 31087 (run) S 31085 31087 30720 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146423029 8908800 248 1992294400 4194304 4922060 140735405171152 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31087/statm: 2175 248 208 178 0 68 0
[pid=31088] ppid=31087 vsize=35616 CPUtime=3.08
/proc/31088/stat : 31088 (pb_cplex) R 31087 31087 30720 0 -1 4202496 6388 0 0 0 306 2 0 0 22 0 1 0 146423029 36470784 5031 1992294400 134512640 146736320 4294264704 18446744073709551615 136400492 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/31088/statm: 8904 5031 951 2985 0 5446 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 44316

[startup+6.30093 s]
/proc/loadavg: 2.00 2.03 1.88 2/108 31089
/proc/meminfo: memFree=1463156/2059040 swapFree=4138352/4192956
[pid=31087] ppid=31085 vsize=8700 CPUtime=0
/proc/31087/stat : 31087 (run) S 31085 31087 30720 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146423029 8908800 248 1992294400 4194304 4922060 140735405171152 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31087/statm: 2175 248 208 178 0 68 0
[pid=31088] ppid=31087 vsize=38460 CPUtime=6.28
/proc/31088/stat : 31088 (pb_cplex) R 31087 31087 30720 0 -1 4202496 9995 0 0 0 625 3 0 0 25 0 1 0 146423029 39383040 5856 1992294400 134512640 146736320 4294264704 18446744073709551615 136015579 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/31088/statm: 9615 5856 1002 2985 0 6157 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 47160

[startup+12.7007 s]
/proc/loadavg: 1.92 2.01 1.88 2/108 31089
/proc/meminfo: memFree=1461800/2059040 swapFree=4138352/4192956
[pid=31087] ppid=31085 vsize=8700 CPUtime=0
/proc/31087/stat : 31087 (run) S 31085 31087 30720 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146423029 8908800 248 1992294400 4194304 4922060 140735405171152 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31087/statm: 2175 248 208 178 0 68 0
[pid=31088] ppid=31087 vsize=38644 CPUtime=12.69
/proc/31088/stat : 31088 (pb_cplex) R 31087 31087 30720 0 -1 4202496 11865 0 0 0 1265 4 0 0 25 0 1 0 146423029 39571456 5907 1992294400 134512640 146736320 4294264704 18446744073709551615 139043577 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/31088/statm: 9661 5907 1002 2985 0 6203 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 47344

[startup+25.5012 s]
/proc/loadavg: 1.71 1.96 1.86 2/108 31089
/proc/meminfo: memFree=1461924/2059040 swapFree=4138352/4192956
[pid=31087] ppid=31085 vsize=8700 CPUtime=0
/proc/31087/stat : 31087 (run) S 31085 31087 30720 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146423029 8908800 248 1992294400 4194304 4922060 140735405171152 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31087/statm: 2175 248 208 178 0 68 0
[pid=31088] ppid=31087 vsize=38644 CPUtime=25.48
/proc/31088/stat : 31088 (pb_cplex) R 31087 31087 30720 0 -1 4202496 11865 0 0 0 2544 4 0 0 25 0 1 0 146423029 39571456 5907 1992294400 134512640 146736320 4294264704 18446744073709551615 136017489 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/31088/statm: 9661 5907 1002 2985 0 6203 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 47344

[startup+51.1012 s]
/proc/loadavg: 1.54 1.90 1.85 2/109 31092
/proc/meminfo: memFree=1452864/2059040 swapFree=4138352/4192956
[pid=31087] ppid=31085 vsize=8700 CPUtime=0
/proc/31087/stat : 31087 (run) S 31085 31087 30720 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146423029 8908800 248 1992294400 4194304 4922060 140735405171152 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31087/statm: 2175 248 208 178 0 68 0
[pid=31088] ppid=31087 vsize=60600 CPUtime=58.22
/proc/31088/stat : 31088 (pb_cplex) R 31087 31087 30720 0 -1 4202496 14273 0 0 0 5817 5 0 0 25 0 2 0 146423029 62054400 8268 1992294400 134512640 146736320 4294264704 18446744073709551615 139044580 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31088/statm: 15150 8268 1031 2985 0 11692 0
[pid=31088/tid=31092] ppid=31087 vsize=60600 CPUtime=7.23
/proc/31088/task/31092/stat : 31092 (pb_cplex) S 31087 31087 30720 0 -1 4202560 661 0 0 0 723 0 0 0 18 0 2 0 146426119 62054400 8268 1992294400 134512640 146736320 4294264704 18446744073709551615 144580073 0 2 4096 16387 18446604437832380480 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 58.22
Current children cumulated vsize (KiB) 69300

[startup+102.302 s]
/proc/loadavg: 1.75 1.90 1.84 3/109 31094
/proc/meminfo: memFree=1452244/2059040 swapFree=4138352/4192956
[pid=31087] ppid=31085 vsize=8700 CPUtime=0
/proc/31087/stat : 31087 (run) S 31085 31087 30720 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146423029 8908800 248 1992294400 4194304 4922060 140735405171152 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31087/statm: 2175 248 208 178 0 68 0
[pid=31088] ppid=31087 vsize=62160 CPUtime=152.45
/proc/31088/stat : 31088 (pb_cplex) R 31087 31087 30720 0 -1 4202496 15029 0 0 0 15235 10 0 0 25 0 2 0 146423029 63651840 8419 1992294400 134512640 146736320 4294264704 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31088/statm: 15540 8419 1031 2985 0 12082 0
[pid=31088/tid=31092] ppid=31087 vsize=62160 CPUtime=50.27
/proc/31088/task/31092/stat : 31092 (pb_cplex) R 31087 31087 30720 0 -1 4202560 702 0 0 0 5024 3 0 0 25 0 2 0 146426119 63651840 8419 1992294400 134512640 146736320 4294264704 18446744073709551615 136008245 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 152.45
Current children cumulated vsize (KiB) 70860

[startup+162.301 s]
/proc/loadavg: 1.76 1.87 1.83 3/109 31094
/proc/meminfo: memFree=1449516/2059040 swapFree=4138352/4192956
[pid=31087] ppid=31085 vsize=8700 CPUtime=0
/proc/31087/stat : 31087 (run) S 31085 31087 30720 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146423029 8908800 248 1992294400 4194304 4922060 140735405171152 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31087/statm: 2175 248 208 178 0 68 0
[pid=31088] ppid=31087 vsize=63912 CPUtime=262.41
/proc/31088/stat : 31088 (pb_cplex) R 31087 31087 30720 0 -1 4202496 20862 0 0 0 26217 24 0 0 25 0 2 0 146423029 65445888 9004 1992294400 134512640 146736320 4294264704 18446744073709551615 136008656 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31088/statm: 15978 9004 1074 2985 0 12520 0
[pid=31088/tid=31092] ppid=31087 vsize=63912 CPUtime=107.87
/proc/31088/task/31092/stat : 31092 (pb_cplex) R 31087 31087 30720 0 -1 4202560 5518 0 0 0 10775 12 0 0 25 0 2 0 146426119 65445888 9004 1992294400 134512640 146736320 4294264704 18446744073709551615 135466658 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 262.41
Current children cumulated vsize (KiB) 72612

[startup+222.309 s]
/proc/loadavg: 1.53 1.79 1.81 2/108 31096
/proc/meminfo: memFree=1449772/2059040 swapFree=4138352/4192956
[pid=31087] ppid=31085 vsize=8700 CPUtime=0
/proc/31087/stat : 31087 (run) S 31085 31087 30720 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146423029 8908800 248 1992294400 4194304 4922060 140735405171152 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31087/statm: 2175 248 208 178 0 68 0
[pid=31088] ppid=31087 vsize=60236 CPUtime=352.19
/proc/31088/stat : 31088 (pb_cplex) R 31087 31087 30720 0 -1 4202496 22366 0 0 0 35189 30 0 0 25 0 1 0 146423029 61681664 9089 1992294400 134512640 146736320 4294264704 18446744073709551615 136406491 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/31088/statm: 15059 9089 1074 2985 0 11601 0
Current children cumulated CPU time (s) 352.19
Current children cumulated vsize (KiB) 68936

[startup+282.301 s]
/proc/loadavg: 1.45 1.71 1.78 3/109 31100
/proc/meminfo: memFree=1434636/2059040 swapFree=4138352/4192956
[pid=31087] ppid=31085 vsize=8700 CPUtime=0
/proc/31087/stat : 31087 (run) S 31085 31087 30720 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146423029 8908800 248 1992294400 4194304 4922060 140735405171152 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31087/statm: 2175 248 208 178 0 68 0
[pid=31088] ppid=31087 vsize=79348 CPUtime=426.56
/proc/31088/stat : 31088 (pb_cplex) R 31087 31087 30720 0 -1 4202496 35267 0 0 0 42617 39 0 0 25 0 2 0 146423029 81252352 12673 1992294400 134512640 146736320 4294264704 18446744073709551615 136403112 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31088/statm: 19837 12673 1074 2985 0 16379 0
[pid=31088/tid=31098] ppid=31087 vsize=79348 CPUtime=16.5
/proc/31088/task/31098/stat : 31098 (pb_cplex) R 31087 31087 30720 0 -1 4202560 59 0 0 0 1649 1 0 0 25 0 2 0 146447006 81252352 12673 1992294400 134512640 146736320 4294264704 18446744073709551615 139046465 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 426.56
Current children cumulated vsize (KiB) 88048

[startup+342.301 s]
/proc/loadavg: 1.77 1.75 1.78 3/109 31102
/proc/meminfo: memFree=1434636/2059040 swapFree=4138352/4192956
[pid=31087] ppid=31085 vsize=8700 CPUtime=0
/proc/31087/stat : 31087 (run) S 31085 31087 30720 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146423029 8908800 248 1992294400 4194304 4922060 140735405171152 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31087/statm: 2175 248 208 178 0 68 0
[pid=31088] ppid=31087 vsize=79348 CPUtime=535.13
/proc/31088/stat : 31088 (pb_cplex) R 31087 31087 30720 0 -1 4202496 50999 0 0 0 53461 52 0 0 25 0 2 0 146423029 81252352 12674 1992294400 134512640 146736320 4294264704 18446744073709551615 135999893 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31088/statm: 19837 12674 1074 2985 0 16379 0
[pid=31088/tid=31098] ppid=31087 vsize=79348 CPUtime=66.56
/proc/31088/task/31098/stat : 31098 (pb_cplex) R 31087 31087 30720 0 -1 4202560 60 0 0 0 6652 4 0 0 25 0 2 0 146447006 81252352 12674 1992294400 134512640 146736320 4294264704 18446744073709551615 136008020 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 535.13
Current children cumulated vsize (KiB) 88048

[startup+402.301 s]
/proc/loadavg: 1.90 1.78 1.79 3/109 31104
/proc/meminfo: memFree=1434636/2059040 swapFree=4138352/4192956

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

[pid=31088] ppid=31087 vsize=79348 CPUtime=636.91
/proc/31088/stat : 31088 (pb_cplex) R 31087 31087 30720 0 -1 4202496 62283 0 0 0 63630 61 0 0 25 0 2 0 146423029 81252352 12674 1992294400 134512640 146736320 4294264704 18446744073709551615 136403114 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31088/statm: 19837 12674 1074 2985 0 16379 0
[pid=31088/tid=31098] ppid=31087 vsize=79348 CPUtime=112.65
/proc/31088/task/31098/stat : 31098 (pb_cplex) R 31087 31087 30720 0 -1 4202560 60 0 0 0 11258 7 0 0 25 0 2 0 146447006 81252352 12674 1992294400 134512640 146736320 4294264704 18446744073709551615 136004870 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 636.91
Current children cumulated vsize (KiB) 88048

[startup+462.301 s]
/proc/loadavg: 1.84 1.78 1.79 3/109 31104
/proc/meminfo: memFree=1434264/2059040 swapFree=4138352/4192956
[pid=31087] ppid=31085 vsize=8700 CPUtime=0
/proc/31087/stat : 31087 (run) S 31085 31087 30720 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146423029 8908800 248 1992294400 4194304 4922060 140735405171152 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31087/statm: 2175 248 208 178 0 68 0
[pid=31088] ppid=31087 vsize=79348 CPUtime=747.3
/proc/31088/stat : 31088 (pb_cplex) R 31087 31087 30720 0 -1 4202496 67181 0 0 0 74661 69 0 0 24 0 2 0 146423029 81252352 12674 1992294400 134512640 146736320 4294264704 18446744073709551615 136388895 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31088/statm: 19837 12674 1074 2985 0 16379 0
[pid=31088/tid=31098] ppid=31087 vsize=79348 CPUtime=168
/proc/31088/task/31098/stat : 31098 (pb_cplex) R 31087 31087 30720 0 -1 4202560 2940 0 0 0 16788 12 0 0 25 0 2 0 146447006 81252352 12674 1992294400 134512640 146736320 4294264704 18446744073709551615 136403116 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 747.3
Current children cumulated vsize (KiB) 88048

[startup+522.301 s]
/proc/loadavg: 1.71 1.76 1.78 4/109 31106
/proc/meminfo: memFree=1434264/2059040 swapFree=4138352/4192956
[pid=31087] ppid=31085 vsize=8700 CPUtime=0
/proc/31087/stat : 31087 (run) S 31085 31087 30720 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146423029 8908800 248 1992294400 4194304 4922060 140735405171152 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31087/statm: 2175 248 208 178 0 68 0
[pid=31088] ppid=31087 vsize=79348 CPUtime=854.27
/proc/31088/stat : 31088 (pb_cplex) R 31087 31087 30720 0 -1 4202496 71640 0 0 0 85352 75 0 0 19 0 2 0 146423029 81252352 12674 1992294400 134512640 146736320 4294264704 18446744073709551615 139044564 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31088/statm: 19837 12674 1074 2985 0 16379 0
[pid=31088/tid=31098] ppid=31087 vsize=79348 CPUtime=221.27
/proc/31088/task/31098/stat : 31098 (pb_cplex) R 31087 31087 30720 0 -1 4202560 2940 0 0 0 22112 15 0 0 25 0 2 0 146447006 81252352 12674 1992294400 134512640 146736320 4294264704 18446744073709551615 136388069 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 854.27
Current children cumulated vsize (KiB) 88048

[startup+582.302 s]
/proc/loadavg: 1.79 1.77 1.78 3/109 31108
/proc/meminfo: memFree=1434264/2059040 swapFree=4138352/4192956
[pid=31087] ppid=31085 vsize=8700 CPUtime=0
/proc/31087/stat : 31087 (run) S 31085 31087 30720 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146423029 8908800 248 1992294400 4194304 4922060 140735405171152 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31087/statm: 2175 248 208 178 0 68 0
[pid=31088] ppid=31087 vsize=79348 CPUtime=969.29
/proc/31088/stat : 31088 (pb_cplex) R 31087 31087 30720 0 -1 4202496 75801 0 0 0 96844 85 0 0 25 0 2 0 146423029 81252352 12674 1992294400 134512640 146736320 4294264704 18446744073709551615 136008178 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31088/statm: 19837 12674 1074 2985 0 16379 0
[pid=31088/tid=31098] ppid=31087 vsize=79348 CPUtime=277.4
/proc/31088/task/31098/stat : 31098 (pb_cplex) R 31087 31087 30720 0 -1 4202560 2940 0 0 0 27719 21 0 0 25 0 2 0 146447006 81252352 12674 1992294400 134512640 146736320 4294264704 18446744073709551615 136400484 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 969.29
Current children cumulated vsize (KiB) 88048

[startup+642.302 s]
/proc/loadavg: 2.16 1.87 1.82 3/109 31110
/proc/meminfo: memFree=1434264/2059040 swapFree=4138352/4192956
[pid=31087] ppid=31085 vsize=8700 CPUtime=0
/proc/31087/stat : 31087 (run) S 31085 31087 30720 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146423029 8908800 248 1992294400 4194304 4922060 140735405171152 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31087/statm: 2175 248 208 178 0 68 0
[pid=31088] ppid=31087 vsize=79348 CPUtime=1079.57
/proc/31088/stat : 31088 (pb_cplex) R 31087 31087 30720 0 -1 4202496 78103 0 0 0 107861 96 0 0 25 0 2 0 146423029 81252352 12687 1992294400 134512640 146736320 4294264704 18446744073709551615 136008303 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31088/statm: 19837 12687 1074 2985 0 16379 0
[pid=31088/tid=31098] ppid=31087 vsize=79348 CPUtime=330.98
/proc/31088/task/31098/stat : 31098 (pb_cplex) R 31087 31087 30720 0 -1 4202560 2940 0 0 0 33071 27 0 0 25 0 2 0 146447006 81252352 12687 1992294400 134512640 146736320 4294264704 18446744073709551615 136388115 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1079.57
Current children cumulated vsize (KiB) 88048

[startup+702.302 s]
/proc/loadavg: 1.87 1.83 1.81 3/109 31112
/proc/meminfo: memFree=1434140/2059040 swapFree=4138352/4192956
[pid=31087] ppid=31085 vsize=8700 CPUtime=0
/proc/31087/stat : 31087 (run) S 31085 31087 30720 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146423029 8908800 248 1992294400 4194304 4922060 140735405171152 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31087/statm: 2175 248 208 178 0 68 0
[pid=31088] ppid=31087 vsize=79348 CPUtime=1178.47
/proc/31088/stat : 31088 (pb_cplex) R 31087 31087 30720 0 -1 4202496 83033 0 0 0 117739 108 0 0 25 0 2 0 146423029 81252352 12691 1992294400 134512640 146736320 4294264704 18446744073709551615 136008303 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31088/statm: 19837 12691 1074 2985 0 16379 0
[pid=31088/tid=31098] ppid=31087 vsize=79348 CPUtime=381
/proc/31088/task/31098/stat : 31098 (pb_cplex) R 31087 31087 30720 0 -1 4202560 2943 0 0 0 38067 33 0 0 25 0 2 0 146447006 81252352 12691 1992294400 134512640 146736320 4294264704 18446744073709551615 139042899 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1178.47
Current children cumulated vsize (KiB) 88048

[startup+762.302 s]
/proc/loadavg: 2.02 1.87 1.82 2/109 31112
/proc/meminfo: memFree=1434140/2059040 swapFree=4138352/4192956
[pid=31087] ppid=31085 vsize=8700 CPUtime=0
/proc/31087/stat : 31087 (run) S 31085 31087 30720 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146423029 8908800 248 1992294400 4194304 4922060 140735405171152 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31087/statm: 2175 248 208 178 0 68 0
[pid=31088] ppid=31087 vsize=79348 CPUtime=1283.82
/proc/31088/stat : 31088 (pb_cplex) S 31087 31087 30720 0 -1 4202496 89506 0 0 0 128259 123 0 0 25 0 2 0 146423029 81252352 12758 1992294400 134512640 146736320 4294264704 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31088/statm: 19837 12758 1074 2985 0 16379 0
[pid=31088/tid=31098] ppid=31087 vsize=79348 CPUtime=431.14
/proc/31088/task/31098/stat : 31098 (pb_cplex) R 31087 31087 30720 0 -1 4202560 9408 0 0 0 43070 44 0 0 25 0 2 0 146447006 81252352 12758 1992294400 134512640 146736320 4294264704 18446744073709551615 136001974 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1283.82
Current children cumulated vsize (KiB) 88048

[startup+822.302 s]
/proc/loadavg: 2.08 1.92 1.84 3/109 31114
/proc/meminfo: memFree=1434140/2059040 swapFree=4138352/4192956
[pid=31087] ppid=31085 vsize=8700 CPUtime=0
/proc/31087/stat : 31087 (run) S 31085 31087 30720 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146423029 8908800 248 1992294400 4194304 4922060 140735405171152 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31087/statm: 2175 248 208 178 0 68 0
[pid=31088] ppid=31087 vsize=79348 CPUtime=1386.73
/proc/31088/stat : 31088 (pb_cplex) R 31087 31087 30720 0 -1 4202496 110248 0 0 0 138522 151 0 0 25 0 2 0 146423029 81252352 12792 1992294400 134512640 146736320 4294264704 18446744073709551615 139042901 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31088/statm: 19837 12792 1074 2985 0 16379 0
[pid=31088/tid=31098] ppid=31087 vsize=79348 CPUtime=486.67
/proc/31088/task/31098/stat : 31098 (pb_cplex) R 31087 31087 30720 0 -1 4202560 30150 0 0 0 48600 67 0 0 18 0 2 0 146447006 81252352 12792 1992294400 134512640 146736320 4294264704 18446744073709551615 136008454 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1386.73
Current children cumulated vsize (KiB) 88048

[startup+882.31 s]
/proc/loadavg: 2.03 1.93 1.84 3/109 31116
/proc/meminfo: memFree=1433396/2059040 swapFree=4138352/4192956
[pid=31087] ppid=31085 vsize=8700 CPUtime=0
/proc/31087/stat : 31087 (run) S 31085 31087 30720 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146423029 8908800 248 1992294400 4194304 4922060 140735405171152 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31087/statm: 2175 248 208 178 0 68 0
[pid=31088] ppid=31087 vsize=80372 CPUtime=1491.63
/proc/31088/stat : 31088 (pb_cplex) R 31087 31087 30720 0 -1 4202496 129063 0 0 0 148989 174 0 0 25 0 2 0 146423029 82300928 12870 1992294400 134512640 146736320 4294264704 18446744073709551615 136008020 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31088/statm: 20093 12870 1074 2985 0 16635 0
[pid=31088/tid=31098] ppid=31087 vsize=80372 CPUtime=535.92
/proc/31088/task/31098/stat : 31098 (pb_cplex) R 31087 31087 30720 0 -1 4202560 48965 0 0 0 53508 84 0 0 19 0 2 0 146447006 82300928 12870 1992294400 134512640 146736320 4294264704 18446744073709551615 135196718 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1491.63
Current children cumulated vsize (KiB) 89072

[startup+942.302 s]
/proc/loadavg: 2.14 1.97 1.86 3/109 31118
/proc/meminfo: memFree=1433148/2059040 swapFree=4138352/4192956
[pid=31087] ppid=31085 vsize=8700 CPUtime=0
/proc/31087/stat : 31087 (run) S 31085 31087 30720 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146423029 8908800 248 1992294400 4194304 4922060 140735405171152 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31087/statm: 2175 248 208 178 0 68 0
[pid=31088] ppid=31087 vsize=80372 CPUtime=1595.18
/proc/31088/stat : 31088 (pb_cplex) S 31087 31087 30720 0 -1 4202496 141506 0 0 0 159323 195 0 0 25 0 2 0 146423029 82300928 12924 1992294400 134512640 146736320 4294264704 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31088/statm: 20093 12924 1074 2985 0 16635 0
[pid=31088/tid=31098] ppid=31087 vsize=80372 CPUtime=592.45
/proc/31088/task/31098/stat : 31098 (pb_cplex) R 31087 31087 30720 0 -1 4202560 61408 0 0 0 59145 100 0 0 20 0 2 0 146447006 82300928 12924 1992294400 134512640 146736320 4294264704 18446744073709551615 136008053 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1595.18
Current children cumulated vsize (KiB) 89072

[startup+1002.3 s]
/proc/loadavg: 1.98 1.96 1.86 5/109 31120
/proc/meminfo: memFree=1432900/2059040 swapFree=4138352/4192956
[pid=31087] ppid=31085 vsize=8700 CPUtime=0
/proc/31087/stat : 31087 (run) S 31085 31087 30720 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146423029 8908800 248 1992294400 4194304 4922060 140735405171152 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31087/statm: 2175 248 208 178 0 68 0
[pid=31088] ppid=31087 vsize=80372 CPUtime=1705.44
/proc/31088/stat : 31088 (pb_cplex) R 31087 31087 30720 0 -1 4202496 161412 0 0 0 170324 220 0 0 25 0 2 0 146423029 82300928 13011 1992294400 134512640 146736320 4294264704 18446744073709551615 136000183 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31088/statm: 20093 13011 1074 2985 0 16635 0
[pid=31088/tid=31098] ppid=31087 vsize=80372 CPUtime=643.72
/proc/31088/task/31098/stat : 31098 (pb_cplex) R 31087 31087 30720 0 -1 4202560 81314 0 0 0 64253 119 0 0 16 0 2 0 146447006 82300928 13011 1992294400 134512640 146736320 4294264704 18446744073709551615 136008065 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1705.44
Current children cumulated vsize (KiB) 89072



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1053.5 s]
/proc/loadavg: 2.33 2.05 1.90 3/109 31123
/proc/meminfo: memFree=1432404/2059040 swapFree=4138352/4192956
[pid=31087] ppid=31085 vsize=8700 CPUtime=0
/proc/31087/stat : 31087 (run) S 31085 31087 30720 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146423029 8908800 248 1992294400 4194304 4922060 140735405171152 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31087/statm: 2175 248 208 178 0 68 0
[pid=31088] ppid=31087 vsize=80372 CPUtime=1800.17
/proc/31088/stat : 31088 (pb_cplex) R 31087 31087 30720 0 -1 4202496 177339 0 0 0 179775 242 0 0 25 0 2 0 146423029 82300928 13091 1992294400 134512640 146736320 4294264704 18446744073709551615 135854513 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31088/statm: 20093 13091 1074 2985 0 16635 0
[pid=31088/tid=31098] ppid=31087 vsize=80372 CPUtime=691.21
/proc/31088/task/31098/stat : 31098 (pb_cplex) R 31087 31087 30720 0 -1 4202560 97241 0 0 0 68985 136 0 0 21 0 2 0 146447006 82300928 13091 1992294400 134512640 146736320 4294264704 18446744073709551615 136008053 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 89072

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

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

Child status: 0
Real time (s): 1053.52
CPU time (s): 1800.19
CPU user time (s): 1797.76
CPU system time (s): 2.43063
CPU usage (%): 170.874
Max. virtual memory (cumulated for all children) (KiB): 91772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.76
system time used= 2.43063
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 177713
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= 3550
involuntary context switches= 26912

runsolver used 2.22266 second user time and 5.2392 second system time

The end

Launcher Data

Begin job on node033 at 2010-07-02 08:14:38
IDJOB=2697183
IDBENCH=48217
IDSOLVER=1209
FILE ID=node033/2697183-1278051278
PBS_JOBID= 11198858
Free space on /tmp= 62420 MiB

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

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

MD5SUM BENCH= 95ae68c901d0b7917be5b837e9e56612
RANDOM SEED=2022552582

node033.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.242
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.48
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.242
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.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1483532 kB
Buffers:        154500 kB
Cached:         310500 kB
SwapCached:       8236 kB
Active:         230648 kB
Inactive:       249052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1483532 kB
SwapTotal:     4192956 kB
SwapFree:      4138352 kB
Dirty:           16808 kB
Writeback:           0 kB
AnonPages:       12932 kB
Mapped:          11964 kB
Slab:            73876 kB
PageTables:       4116 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183196 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-2697183-1278051278.opb

Free space on /tmp at the end= 62404 MiB
End job on node033 at 2010-07-02 08:32:15