Trace number 2696257

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 NameAnswerCPU timeWall clock time
pb_cplex 2010-06-29UNSAT 1048.72 570.955

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900551347.opb
MD5SUMad2f2eb73d6b7e5f546be528b10bc762
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark24.6932
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 745
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2696257-1278015359.opb.
0.00/0.00	c Instance file HOME/instance-2696257-1278015359.opb
0.00/0.00	c File size is 83379 bytes.
0.00/0.03	c Highest Coefficient sum: 745
0.00/0.03	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.04	c ============================[ Problem Statistics ]=============================
0.00/0.04	c |                                                                             |
0.00/0.04	c |  Parsing time:          0.03         s                                      |
0.00/0.04	c |  Number Variables:      231                                                 |
0.00/0.04	c |  Number Constraints:    2707                                                |
0.00/0.04	c ===============================================================================
1048.67/570.95	c Remaining time 1799.97 sec.
1048.67/570.95	s UNSATISFIABLE
1048.67/570.95	c Total CPU time              : 1043.24 s

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-2696257-1278015359/watcher-2696257-1278015359 -o /tmp/evaluation-result-2696257-1278015359/solver-2696257-1278015359 -C 1800 -W 2000 -M 1800 run HOME/instance-2696257-1278015359.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.87 1.03 0.41 3/106 25466
/proc/meminfo: memFree=1393540/2059040 swapFree=4139768/4192956
[pid=25466] ppid=25464 vsize=8700 CPUtime=0
/proc/25466/stat : 25466 (run) S 25464 25466 25311 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 142826686 8908800 248 1992294400 4194304 4922060 140735440546496 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25466/statm: 2175 248 208 178 0 68 0

[startup+0.0650259 s]
/proc/loadavg: 1.87 1.03 0.41 3/106 25466
/proc/meminfo: memFree=1393540/2059040 swapFree=4139768/4192956
[pid=25466] ppid=25464 vsize=8700 CPUtime=0
/proc/25466/stat : 25466 (run) S 25464 25466 25311 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 142826686 8908800 248 1992294400 4194304 4922060 140735440546496 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25466/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101025 s]
/proc/loadavg: 1.87 1.03 0.41 3/106 25466
/proc/meminfo: memFree=1393540/2059040 swapFree=4139768/4192956
[pid=25466] ppid=25464 vsize=8700 CPUtime=0
/proc/25466/stat : 25466 (run) S 25464 25466 25311 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 142826686 8908800 248 1992294400 4194304 4922060 140735440546496 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25466/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300019 s]
/proc/loadavg: 1.87 1.03 0.41 3/106 25466
/proc/meminfo: memFree=1393540/2059040 swapFree=4139768/4192956
[pid=25466] ppid=25464 vsize=8700 CPUtime=0
/proc/25466/stat : 25466 (run) S 25464 25466 25311 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 142826686 8908800 248 1992294400 4194304 4922060 140735440546496 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25466/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700007 s]
/proc/loadavg: 1.87 1.03 0.41 3/106 25466
/proc/meminfo: memFree=1393540/2059040 swapFree=4139768/4192956
[pid=25466] ppid=25464 vsize=8700 CPUtime=0
/proc/25466/stat : 25466 (run) S 25464 25466 25311 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 142826686 8908800 248 1992294400 4194304 4922060 140735440546496 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25466/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50198 s]
/proc/loadavg: 1.87 1.03 0.41 2/109 25469
/proc/meminfo: memFree=1383224/2059040 swapFree=4139768/4192956
[pid=25466] ppid=25464 vsize=8700 CPUtime=0
/proc/25466/stat : 25466 (run) S 25464 25466 25311 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 142826686 8908800 248 1992294400 4194304 4922060 140735440546496 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25466/statm: 2175 248 208 178 0 68 0
[pid=25467] ppid=25466 vsize=39084 CPUtime=1.86
/proc/25467/stat : 25467 (pb_cplex) R 25466 25466 25311 0 -1 4202496 5542 0 0 0 184 2 0 0 17 0 2 0 142826686 40022016 3740 1992294400 134512640 146736320 4288891168 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/25467/statm: 9771 3740 984 2985 0 6313 0
[pid=25467/tid=25469] ppid=25466 vsize=39084 CPUtime=0.46
/proc/25467/task/25469/stat : 25469 (pb_cplex) R 25466 25466 25311 0 -1 4202560 605 0 0 0 46 0 0 0 20 0 2 0 142826777 40022016 3740 1992294400 134512640 146736320 4288891168 18446744073709551615 136002745 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 47784

[startup+3.10093 s]
/proc/loadavg: 1.87 1.03 0.41 3/109 25469
/proc/meminfo: memFree=1381240/2059040 swapFree=4139768/4192956
[pid=25466] ppid=25464 vsize=8700 CPUtime=0
/proc/25466/stat : 25466 (run) S 25464 25466 25311 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 142826686 8908800 248 1992294400 4194304 4922060 140735440546496 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25466/statm: 2175 248 208 178 0 68 0
[pid=25467] ppid=25466 vsize=40700 CPUtime=4.81
/proc/25467/stat : 25467 (pb_cplex) R 25466 25466 25311 0 -1 4202496 7261 0 0 0 475 6 0 0 18 0 2 0 142826686 41676800 4064 1992294400 134512640 146736320 4288891168 18446744073709551615 135411293 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/25467/statm: 10175 4064 987 2985 0 6717 0
[pid=25467/tid=25469] ppid=25466 vsize=40700 CPUtime=1.84
/proc/25467/task/25469/stat : 25469 (pb_cplex) R 25466 25466 25311 0 -1 4202560 1100 0 0 0 182 2 0 0 21 0 2 0 142826777 41676800 4064 1992294400 134512640 146736320 4288891168 18446744073709551615 136084811 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.81
Current children cumulated vsize (KiB) 49400

[startup+6.30084 s]
/proc/loadavg: 1.80 1.03 0.41 2/109 25471
/proc/meminfo: memFree=1381984/2059040 swapFree=4139768/4192956
[pid=25466] ppid=25464 vsize=8700 CPUtime=0
/proc/25466/stat : 25466 (run) S 25464 25466 25311 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 142826686 8908800 248 1992294400 4194304 4922060 140735440546496 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25466/statm: 2175 248 208 178 0 68 0
[pid=25467] ppid=25466 vsize=40140 CPUtime=8.69
/proc/25467/stat : 25467 (pb_cplex) R 25466 25466 25311 0 -1 4202496 9890 0 0 0 861 8 0 0 18 0 2 0 142826686 41103360 4185 1992294400 134512640 146736320 4288891168 18446744073709551615 136004874 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/25467/statm: 10035 4185 1001 2985 0 6577 0
[pid=25467/tid=25471] ppid=25466 vsize=40140 CPUtime=0.42
/proc/25467/task/25471/stat : 25471 (pb_cplex) R 25466 25466 25311 0 -1 4202560 446 0 0 0 42 0 0 0 16 0 2 0 142827196 41103360 4185 1992294400 134512640 146736320 4288891168 18446744073709551615 136007633 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.69
Current children cumulated vsize (KiB) 48840

[startup+12.7006 s]
/proc/loadavg: 1.81 1.05 0.42 3/109 25471
/proc/meminfo: memFree=1378760/2059040 swapFree=4139768/4192956
[pid=25466] ppid=25464 vsize=8700 CPUtime=0
/proc/25466/stat : 25466 (run) S 25464 25466 25311 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 142826686 8908800 248 1992294400 4194304 4922060 140735440546496 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25466/statm: 2175 248 208 178 0 68 0
[pid=25467] ppid=25466 vsize=39212 CPUtime=19.9
/proc/25467/stat : 25467 (pb_cplex) R 25466 25466 25311 0 -1 4202496 16365 0 0 0 1975 15 0 0 25 0 2 0 142826686 40153088 4237 1992294400 134512640 146736320 4288891168 18446744073709551615 139042902 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/25467/statm: 9803 4237 1001 2985 0 6345 0
[pid=25467/tid=25471] ppid=25466 vsize=39212 CPUtime=5.44
/proc/25467/task/25471/stat : 25471 (pb_cplex) S 25466 25466 25311 0 -1 4202560 3398 0 0 0 542 2 0 0 17 0 2 0 142827196 40153088 4237 1992294400 134512640 146736320 4288891168 18446744073709551615 144580073 0 2 4096 16387 18446604436671247296 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 19.9
Current children cumulated vsize (KiB) 47912

[startup+25.5013 s]
/proc/loadavg: 1.93 1.11 0.45 3/109 25473
/proc/meminfo: memFree=1378636/2059040 swapFree=4139768/4192956
[pid=25466] ppid=25464 vsize=8700 CPUtime=0
/proc/25466/stat : 25466 (run) S 25464 25466 25311 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 142826686 8908800 248 1992294400 4194304 4922060 140735440546496 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25466/statm: 2175 248 208 178 0 68 0
[pid=25467] ppid=25466 vsize=40544 CPUtime=43.71
/proc/25467/stat : 25467 (pb_cplex) R 25466 25466 25311 0 -1 4202496 23693 0 0 0 4343 28 0 0 21 0 2 0 142826686 41517056 4505 1992294400 134512640 146736320 4288891168 18446744073709551615 136008178 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/25467/statm: 10136 4505 1001 2985 0 6678 0
[pid=25467/tid=25471] ppid=25466 vsize=40544 CPUtime=16.77
/proc/25467/task/25471/stat : 25471 (pb_cplex) R 25466 25466 25311 0 -1 4202560 5186 0 0 0 1669 8 0 0 17 0 2 0 142827196 41517056 4505 1992294400 134512640 146736320 4288891168 18446744073709551615 136400672 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 43.71
Current children cumulated vsize (KiB) 49244

[startup+51.1015 s]
/proc/loadavg: 1.95 1.18 0.49 3/109 25473
/proc/meminfo: memFree=1378760/2059040 swapFree=4139768/4192956
[pid=25466] ppid=25464 vsize=8700 CPUtime=0
/proc/25466/stat : 25466 (run) S 25464 25466 25311 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 142826686 8908800 248 1992294400 4194304 4922060 140735440546496 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25466/statm: 2175 248 208 178 0 68 0
[pid=25467] ppid=25466 vsize=39520 CPUtime=91.71
/proc/25467/stat : 25467 (pb_cplex) R 25466 25466 25311 0 -1 4202496 35841 0 0 0 9113 58 0 0 25 0 2 0 142826686 40468480 4316 1992294400 134512640 146736320 4288891168 18446744073709551615 136008245 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/25467/statm: 9880 4316 1001 2985 0 6422 0
[pid=25467/tid=25471] ppid=25466 vsize=39520 CPUtime=39.79
/proc/25467/task/25471/stat : 25471 (pb_cplex) R 25466 25466 25311 0 -1 4202560 17333 0 0 0 3952 27 0 0 17 0 2 0 142827196 40468480 4316 1992294400 134512640 146736320 4288891168 18446744073709551615 136400742 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 91.71
Current children cumulated vsize (KiB) 48220

[startup+102.309 s]
/proc/loadavg: 1.76 1.24 0.55 2/109 25475
/proc/meminfo: memFree=1376776/2059040 swapFree=4139768/4192956
[pid=25466] ppid=25464 vsize=8700 CPUtime=0
/proc/25466/stat : 25466 (run) S 25464 25466 25311 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 142826686 8908800 248 1992294400 4194304 4922060 140735440546496 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25466/statm: 2175 248 208 178 0 68 0
[pid=25467] ppid=25466 vsize=43444 CPUtime=187.07
/proc/25467/stat : 25467 (pb_cplex) R 25466 25466 25311 0 -1 4202496 49568 0 0 0 18596 111 0 0 19 0 2 0 142826686 44486656 4984 1992294400 134512640 146736320 4288891168 18446744073709551615 136017491 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/25467/statm: 10861 4984 1006 2985 0 7403 0
[pid=25467/tid=25471] ppid=25466 vsize=43444 CPUtime=84.93
/proc/25467/task/25471/stat : 25471 (pb_cplex) S 25466 25466 25311 0 -1 4202560 30238 0 0 0 8437 56 0 0 18 0 2 0 142827196 44486656 4984 1992294400 134512640 146736320 4288891168 18446744073709551615 144580073 0 2 4096 16387 18446604436671247296 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 187.07
Current children cumulated vsize (KiB) 52144

[startup+162.301 s]
/proc/loadavg: 1.71 1.31 0.61 3/109 25475
/proc/meminfo: memFree=1377892/2059040 swapFree=4139768/4192956
[pid=25466] ppid=25464 vsize=8700 CPUtime=0
/proc/25466/stat : 25466 (run) S 25464 25466 25311 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 142826686 8908800 248 1992294400 4194304 4922060 140735440546496 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25466/statm: 2175 248 208 178 0 68 0
[pid=25467] ppid=25466 vsize=39916 CPUtime=284.68
/proc/25467/stat : 25467 (pb_cplex) R 25466 25466 25311 0 -1 4202496 81298 0 0 0 28306 162 0 0 25 0 2 0 142826686 40873984 4462 1992294400 134512640 146736320 4288891168 18446744073709551615 135999120 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/25467/statm: 9979 4462 1008 2985 0 6521 0
[pid=25467/tid=25471] ppid=25466 vsize=39916 CPUtime=125.13
/proc/25467/task/25471/stat : 25471 (pb_cplex) R 25466 25466 25311 0 -1 4202560 36684 0 0 0 12434 79 0 0 18 0 2 0 142827196 40873984 4462 1992294400 134512640 146736320 4288891168 18446744073709551615 135854573 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 284.68
Current children cumulated vsize (KiB) 48616

[startup+222.301 s]
/proc/loadavg: 1.81 1.40 0.68 4/109 25477
/proc/meminfo: memFree=1377892/2059040 swapFree=4139768/4192956
[pid=25466] ppid=25464 vsize=8700 CPUtime=0
/proc/25466/stat : 25466 (run) S 25464 25466 25311 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 142826686 8908800 248 1992294400 4194304 4922060 140735440546496 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25466/statm: 2175 248 208 178 0 68 0
[pid=25467] ppid=25466 vsize=40084 CPUtime=397.06
/proc/25467/stat : 25467 (pb_cplex) R 25466 25466 25311 0 -1 4202496 89733 0 0 0 39489 217 0 0 16 0 2 0 142826686 41046016 4468 1992294400 134512640 146736320 4288891168 18446744073709551615 135231527 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/25467/statm: 10021 4468 1008 2985 0 6563 0
[pid=25467/tid=25471] ppid=25466 vsize=40084 CPUtime=180.46
/proc/25467/task/25471/stat : 25471 (pb_cplex) R 25466 25466 25311 0 -1 4202560 44669 0 0 0 17938 108 0 0 22 0 2 0 142827196 41046016 4468 1992294400 134512640 146736320 4288891168 18446744073709551615 139044509 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 397.06
Current children cumulated vsize (KiB) 48784

[startup+282.301 s]
/proc/loadavg: 1.94 1.51 0.76 3/109 25479
/proc/meminfo: memFree=1377768/2059040 swapFree=4139768/4192956
[pid=25466] ppid=25464 vsize=8700 CPUtime=0
/proc/25466/stat : 25466 (run) S 25464 25466 25311 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 142826686 8908800 248 1992294400 4194304 4922060 140735440546496 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25466/statm: 2175 248 208 178 0 68 0
[pid=25467] ppid=25466 vsize=40084 CPUtime=509.08
/proc/25467/stat : 25467 (pb_cplex) R 25466 25466 25311 0 -1 4202496 98106 0 0 0 50628 280 0 0 16 0 2 0 142826686 41046016 4468 1992294400 134512640 146736320 4288891168 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/25467/statm: 10021 4468 1008 2985 0 6563 0
[pid=25467/tid=25471] ppid=25466 vsize=40084 CPUtime=238.28
/proc/25467/task/25471/stat : 25471 (pb_cplex) R 25466 25466 25311 0 -1 4202560 52703 0 0 0 23687 141 0 0 25 0 2 0 142827196 41046016 4468 1992294400 134512640 146736320 4288891168 18446744073709551615 136403112 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 509.08
Current children cumulated vsize (KiB) 48784

[startup+342.302 s]
/proc/loadavg: 1.98 1.59 0.84 3/109 25481
/proc/meminfo: memFree=1377892/2059040 swapFree=4139768/4192956
[pid=25466] ppid=25464 vsize=8700 CPUtime=0
/proc/25466/stat : 25466 (run) S 25464 25466 25311 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 142826686 8908800 248 1992294400 4194304 4922060 140735440546496 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25466/statm: 2175 248 208 178 0 68 0
[pid=25467] ppid=25466 vsize=39924 CPUtime=621.33
/proc/25467/stat : 25467 (pb_cplex) R 25466 25466 25311 0 -1 4202496 106577 0 0 0 61797 336 0 0 16 0 2 0 142826686 40882176 4493 1992294400 134512640 146736320 4288891168 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/25467/statm: 9981 4493 1024 2985 0 6523 0
[pid=25467/tid=25471] ppid=25466 vsize=39924 CPUtime=295.98
/proc/25467/task/25471/stat : 25471 (pb_cplex) R 25466 25466 25311 0 -1 4202560 60992 0 0 0 29429 169 0 0 25 0 2 0 142827196 40882176 4493 1992294400 134512640 146736320 4288891168 18446744073709551615 136007053 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 621.33
Current children cumulated vsize (KiB) 48624

[startup+402.302 s]
/proc/loadavg: 2.11 1.70 0.92 3/109 25483
/proc/meminfo: memFree=1378388/2059040 swapFree=4139768/4192956
[pid=25466] ppid=25464 vsize=8700 CPUtime=0
/proc/25466/stat : 25466 (run) S 25464 25466 25311 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 142826686 8908800 248 1992294400 4194304 4922060 140735440546496 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25466/statm: 2175 248 208 178 0 68 0
[pid=25467] ppid=25466 vsize=39924 CPUtime=733.95
/proc/25467/stat : 25467 (pb_cplex) R 25466 25466 25311 0 -1 4202496 117910 0 0 0 73002 393 0 0 18 0 2 0 142826686 40882176 4498 1992294400 134512640 146736320 4288891168 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/25467/statm: 9981 4498 1024 2985 0 6523 0
[pid=25467/tid=25471] ppid=25466 vsize=39924 CPUtime=354.01
/proc/25467/task/25471/stat : 25471 (pb_cplex) R 25466 25466 25311 0 -1 4202560 61755 0 0 0 35208 193 0 0 25 0 2 0 142827196 40882176 4498 1992294400 134512640 146736320 4288891168 18446744073709551615 139046467 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 733.95
Current children cumulated vsize (KiB) 48624

[startup+462.302 s]
/proc/loadavg: 2.00 1.73 0.98 3/109 25483
/proc/meminfo: memFree=1377644/2059040 swapFree=4139768/4192956
[pid=25466] ppid=25464 vsize=8700 CPUtime=0
/proc/25466/stat : 25466 (run) S 25464 25466 25311 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 142826686 8908800 248 1992294400 4194304 4922060 140735440546496 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25466/statm: 2175 248 208 178 0 68 0
[pid=25467] ppid=25466 vsize=39924 CPUtime=845.99
/proc/25467/stat : 25467 (pb_cplex) R 25466 25466 25311 0 -1 4202496 126082 0 0 0 84147 452 0 0 17 0 2 0 142826686 40882176 4500 1992294400 134512640 146736320 4288891168 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/25467/statm: 9981 4500 1024 2985 0 6523 0
[pid=25467/tid=25471] ppid=25466 vsize=39924 CPUtime=412.25
/proc/25467/task/25471/stat : 25471 (pb_cplex) R 25466 25466 25311 0 -1 4202560 65206 0 0 0 41002 223 0 0 25 0 2 0 142827196 40882176 4500 1992294400 134512640 146736320 4288891168 18446744073709551615 136388568 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 845.99
Current children cumulated vsize (KiB) 48624

[startup+522.301 s]
/proc/loadavg: 2.07 1.80 1.04 3/109 25485
/proc/meminfo: memFree=1377768/2059040 swapFree=4139768/4192956
[pid=25466] ppid=25464 vsize=8700 CPUtime=0
/proc/25466/stat : 25466 (run) S 25464 25466 25311 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 142826686 8908800 248 1992294400 4194304 4922060 140735440546496 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25466/statm: 2175 248 208 178 0 68 0
[pid=25467] ppid=25466 vsize=39924 CPUtime=958.5
/proc/25467/stat : 25467 (pb_cplex) R 25466 25466 25311 0 -1 4202496 137297 0 0 0 95343 507 0 0 17 0 2 0 142826686 40882176 4500 1992294400 134512640 146736320 4288891168 18446744073709551615 135454073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/25467/statm: 9981 4500 1024 2985 0 6523 0
[pid=25467/tid=25471] ppid=25466 vsize=39924 CPUtime=470.47
/proc/25467/task/25471/stat : 25471 (pb_cplex) R 25466 25466 25311 0 -1 4202560 72401 0 0 0 46796 251 0 0 21 0 2 0 142827196 40882176 4500 1992294400 134512640 146736320 4288891168 18446744073709551615 136017766 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 958.5
Current children cumulated vsize (KiB) 48624

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

[startup+537.501 s]
/proc/loadavg: 2.21 1.84 1.07 3/109 25485
/proc/meminfo: memFree=1377892/2059040 swapFree=4139768/4192956
[pid=25466] ppid=25464 vsize=8700 CPUtime=0
/proc/25466/stat : 25466 (run) S 25464 25466 25311 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 142826686 8908800 248 1992294400 4194304 4922060 140735440546496 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25466/statm: 2175 248 208 178 0 68 0
[pid=25467] ppid=25466 vsize=39924 CPUtime=986.83
/proc/25467/stat : 25467 (pb_cplex) R 25466 25466 25311 0 -1 4202496 137657 0 0 0 98164 519 0 0 16 0 2 0 142826686 40882176 4500 1992294400 134512640 146736320 4288891168 18446744073709551615 136007039 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/25467/statm: 9981 4500 1024 2985 0 6523 0
[pid=25467/tid=25471] ppid=25466 vsize=39924 CPUtime=485.29
/proc/25467/task/25471/stat : 25471 (pb_cplex) R 25466 25466 25311 0 -1 4202560 72542 0 0 0 48272 257 0 0 25 0 2 0 142827196 40882176 4500 1992294400 134512640 146736320 4288891168 18446744073709551615 136007616 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 986.83
Current children cumulated vsize (KiB) 48624

[startup+550.3 s]
/proc/loadavg: 2.16 1.84 1.08 3/109 25487
/proc/meminfo: memFree=1377892/2059040 swapFree=4139768/4192956
[pid=25466] ppid=25464 vsize=8700 CPUtime=0
/proc/25466/stat : 25466 (run) S 25464 25466 25311 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 142826686 8908800 248 1992294400 4194304 4922060 140735440546496 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25466/statm: 2175 248 208 178 0 68 0
[pid=25467] ppid=25466 vsize=39924 CPUtime=1010.77
/proc/25467/stat : 25467 (pb_cplex) R 25466 25466 25311 0 -1 4202496 138146 0 0 0 100547 530 0 0 17 0 2 0 142826686 40882176 4500 1992294400 134512640 146736320 4288891168 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/25467/statm: 9981 4500 1024 2985 0 6523 0
[pid=25467/tid=25471] ppid=25466 vsize=39924 CPUtime=497.66
/proc/25467/task/25471/stat : 25471 (pb_cplex) R 25466 25466 25311 0 -1 4202560 72995 0 0 0 49504 262 0 0 25 0 2 0 142827196 40882176 4500 1992294400 134512640 146736320 4288891168 18446744073709551615 136403116 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1010.77
Current children cumulated vsize (KiB) 48624

[startup+563.101 s]
/proc/loadavg: 2.21 1.87 1.10 4/109 25487
/proc/meminfo: memFree=1377768/2059040 swapFree=4139768/4192956
[pid=25466] ppid=25464 vsize=8700 CPUtime=0
/proc/25466/stat : 25466 (run) S 25464 25466 25311 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 142826686 8908800 248 1992294400 4194304 4922060 140735440546496 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25466/statm: 2175 248 208 178 0 68 0
[pid=25467] ppid=25466 vsize=39924 CPUtime=1034.27
/proc/25467/stat : 25467 (pb_cplex) R 25466 25466 25311 0 -1 4202496 139613 0 0 0 102886 541 0 0 16 0 2 0 142826686 40882176 4500 1992294400 134512640 146736320 4288891168 18446744073709551615 136384787 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/25467/statm: 9981 4500 1024 2985 0 6523 0
[pid=25467/tid=25471] ppid=25466 vsize=39924 CPUtime=509.98
/proc/25467/task/25471/stat : 25471 (pb_cplex) R 25466 25466 25311 0 -1 4202560 73713 0 0 0 50730 268 0 0 18 0 2 0 142827196 40882176 4500 1992294400 134512640 146736320 4288891168 18446744073709551615 139028308 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1034.27
Current children cumulated vsize (KiB) 48624

[startup+566.302 s]
/proc/loadavg: 2.20 1.87 1.10 2/109 25487
/proc/meminfo: memFree=1377768/2059040 swapFree=4139768/4192956
[pid=25466] ppid=25464 vsize=8700 CPUtime=0
/proc/25466/stat : 25466 (run) S 25464 25466 25311 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 142826686 8908800 248 1992294400 4194304 4922060 140735440546496 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25466/statm: 2175 248 208 178 0 68 0
[pid=25467] ppid=25466 vsize=39924 CPUtime=1040.25
/proc/25467/stat : 25467 (pb_cplex) R 25466 25466 25311 0 -1 4202496 140034 0 0 0 103481 544 0 0 16 0 2 0 142826686 40882176 4500 1992294400 134512640 146736320 4288891168 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/25467/statm: 9981 4500 1024 2985 0 6523 0
[pid=25467/tid=25471] ppid=25466 vsize=39924 CPUtime=513.15
/proc/25467/task/25471/stat : 25471 (pb_cplex) R 25466 25466 25311 0 -1 4202560 73713 0 0 0 51046 269 0 0 25 0 2 0 142827196 40882176 4500 1992294400 134512640 146736320 4288891168 18446744073709551615 136384849 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1040.25
Current children cumulated vsize (KiB) 48624

[startup+569.501 s]
/proc/loadavg: 2.20 1.87 1.10 3/109 25487
/proc/meminfo: memFree=1377892/2059040 swapFree=4139768/4192956
[pid=25466] ppid=25464 vsize=8700 CPUtime=0
/proc/25466/stat : 25466 (run) S 25464 25466 25311 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 142826686 8908800 248 1992294400 4194304 4922060 140735440546496 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25466/statm: 2175 248 208 178 0 68 0
[pid=25467] ppid=25466 vsize=39832 CPUtime=1046.16
/proc/25467/stat : 25467 (pb_cplex) R 25466 25466 25311 0 -1 4202496 140420 0 0 0 104069 547 0 0 16 0 2 0 142826686 40787968 4477 1992294400 134512640 146736320 4288891168 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/25467/statm: 9958 4477 1024 2985 0 6500 0
[pid=25467/tid=25471] ppid=25466 vsize=39832 CPUtime=516.31
/proc/25467/task/25471/stat : 25471 (pb_cplex) R 25466 25466 25311 0 -1 4202560 73892 0 0 0 51361 270 0 0 25 0 2 0 142827196 40787968 4477 1992294400 134512640 146736320 4288891168 18446744073709551615 135526859 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1046.16
Current children cumulated vsize (KiB) 48532

[startup+570.301 s]
/proc/loadavg: 2.20 1.87 1.10 3/109 25487
/proc/meminfo: memFree=1377892/2059040 swapFree=4139768/4192956
[pid=25466] ppid=25464 vsize=8700 CPUtime=0
/proc/25466/stat : 25466 (run) S 25464 25466 25311 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 142826686 8908800 248 1992294400 4194304 4922060 140735440546496 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25466/statm: 2175 248 208 178 0 68 0
[pid=25467] ppid=25466 vsize=39832 CPUtime=1047.61
/proc/25467/stat : 25467 (pb_cplex) R 25466 25466 25311 0 -1 4202496 140420 0 0 0 104214 547 0 0 16 0 2 0 142826686 40787968 4477 1992294400 134512640 146736320 4288891168 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/25467/statm: 9958 4477 1024 2985 0 6500 0
[pid=25467/tid=25471] ppid=25466 vsize=39832 CPUtime=517.11
/proc/25467/task/25471/stat : 25471 (pb_cplex) R 25466 25466 25311 0 -1 4202560 73892 0 0 0 51440 271 0 0 25 0 2 0 142827196 40787968 4477 1992294400 134512640 146736320 4288891168 18446744073709551615 136007633 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1047.61
Current children cumulated vsize (KiB) 48532

[startup+570.701 s]
/proc/loadavg: 2.20 1.87 1.10 3/109 25487
/proc/meminfo: memFree=1377892/2059040 swapFree=4139768/4192956
[pid=25466] ppid=25464 vsize=8700 CPUtime=0
/proc/25466/stat : 25466 (run) S 25464 25466 25311 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 142826686 8908800 248 1992294400 4194304 4922060 140735440546496 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25466/statm: 2175 248 208 178 0 68 0
[pid=25467] ppid=25466 vsize=39832 CPUtime=1048.31
/proc/25467/stat : 25467 (pb_cplex) R 25466 25466 25311 0 -1 4202496 140571 0 0 0 104283 548 0 0 16 0 2 0 142826686 40787968 4477 1992294400 134512640 146736320 4288891168 18446744073709551615 136007612 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/25467/statm: 9958 4477 1024 2985 0 6500 0
[pid=25467/tid=25471] ppid=25466 vsize=39832 CPUtime=517.5
/proc/25467/task/25471/stat : 25471 (pb_cplex) R 25466 25466 25311 0 -1 4202560 74043 0 0 0 51479 271 0 0 25 0 2 0 142827196 40787968 4477 1992294400 134512640 146736320 4288891168 18446744073709551615 139044595 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1048.31
Current children cumulated vsize (KiB) 48532

[startup+570.91 s]
/proc/loadavg: 2.26 1.89 1.11 3/109 25487
/proc/meminfo: memFree=1377892/2059040 swapFree=4139768/4192956
[pid=25466] ppid=25464 vsize=8700 CPUtime=0
/proc/25466/stat : 25466 (run) S 25464 25466 25311 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 142826686 8908800 248 1992294400 4194304 4922060 140735440546496 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25466/statm: 2175 248 208 178 0 68 0
[pid=25467] ppid=25466 vsize=39832 CPUtime=1048.67
/proc/25467/stat : 25467 (pb_cplex) S 25466 25466 25311 0 -1 4202496 140571 0 0 0 104319 548 0 0 16 0 2 0 142826686 40787968 4477 1992294400 134512640 146736320 4288891168 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/25467/statm: 9958 4477 1024 2985 0 6500 0
[pid=25467/tid=25471] ppid=25466 vsize=39832 CPUtime=517.7
/proc/25467/task/25471/stat : 25471 (pb_cplex) R 25466 25466 25311 0 -1 4202560 74043 0 0 0 51499 271 0 0 25 0 2 0 142827196 40787968 4477 1992294400 134512640 146736320 4288891168 18446744073709551615 136403114 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1048.67
Current children cumulated vsize (KiB) 48532

Child status: 0
Real time (s): 570.955
CPU time (s): 1048.72
CPU user time (s): 1043.24
CPU system time (s): 5.48417
CPU usage (%): 183.679
Max. virtual memory (cumulated for all children) (KiB): 58768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1043.24
system time used= 5.48417
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 140957
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= 66323
involuntary context switches= 17555

runsolver used 1.07084 second user time and 3.09653 second system time

The end

Launcher Data

Begin job on node057 at 2010-07-01 22:15:59
IDJOB=2696257
IDBENCH=1348
IDSOLVER=1209
FILE ID=node057/2696257-1278015359
PBS_JOBID= 11198709
Free space on /tmp= 62312 MiB

SOLVER NAME= pb_cplex 2010-06-29
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900551347.opb
COMMAND LINE= run BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2696257-1278015359/watcher-2696257-1278015359 -o /tmp/evaluation-result-2696257-1278015359/solver-2696257-1278015359 -C 1800 -W 2000 -M 1800  run HOME/instance-2696257-1278015359.opb

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

MD5SUM BENCH= ad2f2eb73d6b7e5f546be528b10bc762
RANDOM SEED=43665828

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.247
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.49
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.247
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1394068 kB
Buffers:        142900 kB
Cached:         413680 kB
SwapCached:       6264 kB
Active:         221168 kB
Inactive:       348628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1394068 kB
SwapTotal:     4192956 kB
SwapFree:      4139768 kB
Dirty:           16800 kB
Writeback:           0 kB
AnonPages:       11672 kB
Mapped:          11976 kB
Slab:            73236 kB
PageTables:       4152 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181548 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62296 MiB
End job on node057 at 2010-07-01 22:25:30