Trace number 2695864

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.04 1005.72

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_11.opb.PB06.opb
MD5SUM19bfc1d5b7087888ef5c79946c60f053
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark188
Best CPU time to get the best result obtained on this benchmark1800.17
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 183
Optimality of the best value was proved NO
Number of variables473
Total number of constraints473
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 constraints473
Minimum length of a constraint4
Maximum length of a constraint17
Number of terms in the objective function 473
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 473
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 473
Number of bits of the biggest sum of numbers9
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-2695864-1278016725.opb.
0.00/0.00	c Instance file HOME/instance-2695864-1278016725.opb
0.00/0.00	c File size is 43180 bytes.
0.00/0.08	c Highest Coefficient sum: 251
0.00/0.08	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
0.00/0.08	c ============================[ Problem Statistics ]=============================
0.00/0.08	c |                                                                             |
0.00/0.08	c |  Parsing time:          0.08         s                                      |
0.00/0.08	c |  Number Variables:      473                                                 |
0.00/0.08	c |  Number Constraints:    473                                                 |
0.00/0.08	c ===============================================================================
1800.01/1005.71	c Remaining time 1799.92 sec.
1800.01/1005.71	c 
1800.01/1005.71	c *** INTERRUPTED ***
1800.01/1005.71	s UNKNOWN
1800.01/1005.71	c Total CPU time              : 1794.88 s
1800.01/1005.71	c Memory used           : 65.66 MB
1800.01/1005.71	c CPU time              : 1794.88 s
1800.01/1005.71	c 
1800.01/1005.71	c *** INTERRUPTED ***

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2695864-1278016725/watcher-2695864-1278016725 -o /tmp/evaluation-result-2695864-1278016725/solver-2695864-1278016725 -C 1800 -W 2000 -M 1800 run HOME/instance-2695864-1278016725.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.10 2.09 1.66 3/106 23413
/proc/meminfo: memFree=1582820/2059040 swapFree=4139332/4192956
[pid=23413] ppid=23411 vsize=8700 CPUtime=0
/proc/23413/stat : 23413 (run) R 23411 23413 23192 0 -1 4202496 348 0 0 0 0 0 0 0 25 0 1 0 175328901 8908800 249 1992294400 4194304 4922060 140736369999136 18446744073709551615 273567818133 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/23413/statm: 2175 249 208 178 0 68 0

[startup+0.055227 s]
/proc/loadavg: 2.10 2.09 1.66 3/106 23413
/proc/meminfo: memFree=1582820/2059040 swapFree=4139332/4192956
[pid=23413] ppid=23411 vsize=8700 CPUtime=0
/proc/23413/stat : 23413 (run) S 23411 23413 23192 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 175328901 8908800 249 1992294400 4194304 4922060 140736369999136 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23413/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.102231 s]
/proc/loadavg: 2.10 2.09 1.66 3/106 23413
/proc/meminfo: memFree=1582820/2059040 swapFree=4139332/4192956
[pid=23413] ppid=23411 vsize=8700 CPUtime=0
/proc/23413/stat : 23413 (run) S 23411 23413 23192 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 175328901 8908800 249 1992294400 4194304 4922060 140736369999136 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23413/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300227 s]
/proc/loadavg: 2.10 2.09 1.66 3/106 23413
/proc/meminfo: memFree=1582820/2059040 swapFree=4139332/4192956
[pid=23413] ppid=23411 vsize=8700 CPUtime=0
/proc/23413/stat : 23413 (run) S 23411 23413 23192 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 175328901 8908800 249 1992294400 4194304 4922060 140736369999136 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23413/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700218 s]
/proc/loadavg: 2.10 2.09 1.66 3/106 23413
/proc/meminfo: memFree=1582820/2059040 swapFree=4139332/4192956
[pid=23413] ppid=23411 vsize=8700 CPUtime=0
/proc/23413/stat : 23413 (run) S 23411 23413 23192 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 175328901 8908800 249 1992294400 4194304 4922060 140736369999136 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23413/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5002 s]
/proc/loadavg: 2.10 2.09 1.66 2/108 23415
/proc/meminfo: memFree=1578464/2059040 swapFree=4139332/4192956
[pid=23413] ppid=23411 vsize=8700 CPUtime=0
/proc/23413/stat : 23413 (run) S 23411 23413 23192 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 175328901 8908800 249 1992294400 4194304 4922060 140736369999136 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23413/statm: 2175 249 208 178 0 68 0
[pid=23414] ppid=23413 vsize=19532 CPUtime=1.48
/proc/23414/stat : 23414 (pb_cplex) R 23413 23413 23192 0 -1 4202496 2663 0 0 0 148 0 0 0 19 0 1 0 175328901 20000768 2034 1992294400 134512640 146736320 4287552448 18446744073709551615 136385174 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/23414/statm: 4883 2034 995 2985 0 1425 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 28232

[startup+3.10017 s]
/proc/loadavg: 2.10 2.09 1.66 2/108 23415
/proc/meminfo: memFree=1577968/2059040 swapFree=4139332/4192956
[pid=23413] ppid=23411 vsize=8700 CPUtime=0
/proc/23413/stat : 23413 (run) S 23411 23413 23192 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 175328901 8908800 249 1992294400 4194304 4922060 140736369999136 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23413/statm: 2175 249 208 178 0 68 0
[pid=23414] ppid=23413 vsize=19404 CPUtime=3.09
/proc/23414/stat : 23414 (pb_cplex) R 23413 23413 23192 0 -1 4202496 6496 0 0 0 307 2 0 0 25 0 1 0 175328901 19869696 1964 1992294400 134512640 146736320 4287552448 18446744073709551615 136475782 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/23414/statm: 4851 1964 995 2985 0 1393 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28104

[startup+6.3011 s]
/proc/loadavg: 2.02 2.07 1.66 4/109 23417
/proc/meminfo: memFree=1573124/2059040 swapFree=4139332/4192956
[pid=23413] ppid=23411 vsize=8700 CPUtime=0
/proc/23413/stat : 23413 (run) S 23411 23413 23192 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 175328901 8908800 249 1992294400 4194304 4922060 140736369999136 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23413/statm: 2175 249 208 178 0 68 0
[pid=23414] ppid=23413 vsize=35772 CPUtime=7.79
/proc/23414/stat : 23414 (pb_cplex) R 23413 23413 23192 0 -1 4202496 7984 0 0 0 774 5 0 0 17 0 2 0 175328901 36630528 3224 1992294400 134512640 146736320 4287552448 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23414/statm: 8943 3224 1039 2985 0 5485 0
[pid=23414/tid=23417] ppid=23413 vsize=35772 CPUtime=2.05
/proc/23414/task/23417/stat : 23417 (pb_cplex) R 23413 23413 23192 0 -1 4202560 299 0 0 0 205 0 0 0 19 0 2 0 175329300 36630528 3224 1992294400 134512640 146736320 4287552448 18446744073709551615 136384883 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.79
Current children cumulated vsize (KiB) 44472

[startup+12.701 s]
/proc/loadavg: 2.01 2.07 1.66 3/109 23417
/proc/meminfo: memFree=1571264/2059040 swapFree=4139332/4192956
[pid=23413] ppid=23411 vsize=8700 CPUtime=0
/proc/23413/stat : 23413 (run) S 23411 23413 23192 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 175328901 8908800 249 1992294400 4194304 4922060 140736369999136 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23413/statm: 2175 249 208 178 0 68 0
[pid=23414] ppid=23413 vsize=39664 CPUtime=19.47
/proc/23414/stat : 23414 (pb_cplex) R 23413 23413 23192 0 -1 4202496 9921 0 0 0 1937 10 0 0 19 0 2 0 175328901 40615936 4250 1992294400 134512640 146736320 4287552448 18446744073709551615 135982617 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23414/statm: 9916 4250 1050 2985 0 6458 0
[pid=23414/tid=23417] ppid=23413 vsize=39664 CPUtime=7.71
/proc/23414/task/23417/stat : 23417 (pb_cplex) R 23413 23413 23192 0 -1 4202560 1474 0 0 0 768 3 0 0 19 0 2 0 175329300 40615936 4250 1992294400 134512640 146736320 4287552448 18446744073709551615 135459206 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 19.47
Current children cumulated vsize (KiB) 48364

[startup+25.5017 s]
/proc/loadavg: 2.02 2.07 1.67 3/109 23419
/proc/meminfo: memFree=1561964/2059040 swapFree=4139332/4192956
[pid=23413] ppid=23411 vsize=8700 CPUtime=0
/proc/23413/stat : 23413 (run) S 23411 23413 23192 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 175328901 8908800 249 1992294400 4194304 4922060 140736369999136 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23413/statm: 2175 249 208 178 0 68 0
[pid=23414] ppid=23413 vsize=51668 CPUtime=37.94
/proc/23414/stat : 23414 (pb_cplex) R 23413 23413 23192 0 -1 4202496 19915 0 0 0 3777 17 0 0 20 0 2 0 175328901 52908032 5922 1992294400 134512640 146736320 4287552448 18446744073709551615 136007977 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23414/statm: 12917 5922 1077 2985 0 9459 0
[pid=23414/tid=23419] ppid=23413 vsize=51668 CPUtime=4.32
/proc/23414/task/23419/stat : 23419 (pb_cplex) R 23413 23413 23192 0 -1 4202560 775 0 0 0 432 0 0 0 19 0 2 0 175330752 52908032 5922 1992294400 134512640 146736320 4287552448 18446744073709551615 135855130 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 37.94
Current children cumulated vsize (KiB) 60368

[startup+51.1012 s]
/proc/loadavg: 2.23 2.11 1.69 4/109 23419
/proc/meminfo: memFree=1561716/2059040 swapFree=4139332/4192956
[pid=23413] ppid=23411 vsize=8700 CPUtime=0
/proc/23413/stat : 23413 (run) S 23411 23413 23192 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 175328901 8908800 249 1992294400 4194304 4922060 140736369999136 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23413/statm: 2175 249 208 178 0 68 0
[pid=23414] ppid=23413 vsize=51668 CPUtime=82.43
/proc/23414/stat : 23414 (pb_cplex) R 23413 23413 23192 0 -1 4202496 24480 0 0 0 8207 36 0 0 16 0 2 0 175328901 52908032 6016 1992294400 134512640 146736320 4287552448 18446744073709551615 135468673 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23414/statm: 12917 6016 1077 2985 0 9459 0
[pid=23414/tid=23419] ppid=23413 vsize=51668 CPUtime=27.6
/proc/23414/task/23419/stat : 23419 (pb_cplex) R 23413 23413 23192 0 -1 4202560 917 0 0 0 2753 7 0 0 18 0 2 0 175330752 52908032 6016 1992294400 134512640 146736320 4287552448 18446744073709551615 136385174 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 82.43
Current children cumulated vsize (KiB) 60368

[startup+102.309 s]
/proc/loadavg: 1.99 2.06 1.69 3/109 23421
/proc/meminfo: memFree=1560600/2059040 swapFree=4139332/4192956
[pid=23413] ppid=23411 vsize=8700 CPUtime=0
/proc/23413/stat : 23413 (run) S 23411 23413 23192 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 175328901 8908800 249 1992294400 4194304 4922060 140736369999136 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23413/statm: 2175 249 208 178 0 68 0
[pid=23414] ppid=23413 vsize=53716 CPUtime=175.38
/proc/23414/stat : 23414 (pb_cplex) S 23413 23413 23192 0 -1 4202496 35251 0 0 0 17466 72 0 0 17 0 2 0 175328901 55005184 6354 1992294400 134512640 146736320 4287552448 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23414/statm: 13429 6354 1077 2985 0 9971 0
[pid=23414/tid=23419] ppid=23413 vsize=53716 CPUtime=75.35
/proc/23414/task/23419/stat : 23419 (pb_cplex) R 23413 23413 23192 0 -1 4202560 3757 0 0 0 7513 22 0 0 20 0 2 0 175330752 55005184 6354 1992294400 134512640 146736320 4287552448 18446744073709551615 139042901 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 175.38
Current children cumulated vsize (KiB) 62416

[startup+162.302 s]
/proc/loadavg: 2.02 2.06 1.72 3/109 23423
/proc/meminfo: memFree=1559608/2059040 swapFree=4139332/4192956
[pid=23413] ppid=23411 vsize=8700 CPUtime=0
/proc/23413/stat : 23413 (run) S 23411 23413 23192 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 175328901 8908800 249 1992294400 4194304 4922060 140736369999136 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23413/statm: 2175 249 208 178 0 68 0
[pid=23414] ppid=23413 vsize=53716 CPUtime=286.92
/proc/23414/stat : 23414 (pb_cplex) R 23413 23413 23192 0 -1 4202496 41518 0 0 0 28587 105 0 0 18 0 2 0 175328901 55005184 6504 1992294400 134512640 146736320 4287552448 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23414/statm: 13429 6504 1078 2985 0 9971 0
[pid=23414/tid=23419] ppid=23413 vsize=53716 CPUtime=132.6
/proc/23414/task/23419/stat : 23419 (pb_cplex) R 23413 23413 23192 0 -1 4202560 3788 0 0 0 13223 37 0 0 18 0 2 0 175330752 55005184 6504 1992294400 134512640 146736320 4287552448 18446744073709551615 139044507 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 286.92
Current children cumulated vsize (KiB) 62416

[startup+222.302 s]
/proc/loadavg: 2.10 2.06 1.74 3/109 23425
/proc/meminfo: memFree=1553168/2059040 swapFree=4139332/4192956
[pid=23413] ppid=23411 vsize=8700 CPUtime=0
/proc/23413/stat : 23413 (run) S 23411 23413 23192 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 175328901 8908800 249 1992294400 4194304 4922060 140736369999136 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23413/statm: 2175 249 208 178 0 68 0
[pid=23414] ppid=23413 vsize=61160 CPUtime=393.63
/proc/23414/stat : 23414 (pb_cplex) R 23413 23413 23192 0 -1 4202496 48350 0 0 0 39225 138 0 0 21 0 2 0 175328901 62627840 8056 1992294400 134512640 146736320 4287552448 18446744073709551615 139023073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23414/statm: 15290 8056 1090 2985 0 11832 0
[pid=23414/tid=23419] ppid=23413 vsize=61160 CPUtime=188.13
/proc/23414/task/23419/stat : 23419 (pb_cplex) R 23413 23413 23192 0 -1 4202560 4846 0 0 0 18761 52 0 0 19 0 2 0 175330752 62627840 8056 1992294400 134512640 146736320 4287552448 18446744073709551615 139042901 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 393.63
Current children cumulated vsize (KiB) 69860

[startup+282.301 s]
/proc/loadavg: 1.62 1.94 1.71 3/109 23425
/proc/meminfo: memFree=1557136/2059040 swapFree=4139332/4192956
[pid=23413] ppid=23411 vsize=8700 CPUtime=0
/proc/23413/stat : 23413 (run) S 23411 23413 23192 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 175328901 8908800 249 1992294400 4194304 4922060 140736369999136 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23413/statm: 2175 249 208 178 0 68 0
[pid=23414] ppid=23413 vsize=56304 CPUtime=483.85
/proc/23414/stat : 23414 (pb_cplex) R 23413 23413 23192 0 -1 4202496 71824 0 0 0 48221 164 0 0 18 0 2 0 175328901 57655296 6934 1992294400 134512640 146736320 4287552448 18446744073709551615 139044507 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23414/statm: 14076 6934 1086 2985 0 10618 0
[pid=23414/tid=23419] ppid=23413 vsize=56304 CPUtime=219.63
/proc/23414/task/23419/stat : 23419 (pb_cplex) S 23413 23413 23192 0 -1 4202560 12725 0 0 0 21901 62 0 0 16 0 2 0 175330752 57655296 6934 1992294400 134512640 146736320 4287552448 18446744073709551615 144580073 0 2 4096 16387 18446604437831264448 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 483.85
Current children cumulated vsize (KiB) 65004

[startup+342.301 s]
/proc/loadavg: 2.02 2.00 1.75 3/109 23427
/proc/meminfo: memFree=1556888/2059040 swapFree=4139332/4192956
[pid=23413] ppid=23411 vsize=8700 CPUtime=0
/proc/23413/stat : 23413 (run) S 23411 23413 23192 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 175328901 8908800 249 1992294400 4194304 4922060 140736369999136 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23413/statm: 2175 249 208 178 0 68 0
[pid=23414] ppid=23413 vsize=56028 CPUtime=592.79
/proc/23414/stat : 23414 (pb_cplex) R 23413 23413 23192 0 -1 4202496 74620 0 0 0 59085 194 0 0 18 0 2 0 175328901 57372672 6877 1992294400 134512640 146736320 4287552448 18446744073709551615 136008065 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23414/statm: 14007 6877 1086 2985 0 10549 0

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

[pid=23414] ppid=23413 vsize=58056 CPUtime=809.65
/proc/23414/stat : 23414 (pb_cplex) R 23413 23413 23192 0 -1 4202496 90691 0 0 0 80706 259 0 0 17 0 2 0 175328901 59449344 7485 1992294400 134512640 146736320 4287552448 18446744073709551615 136385170 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23414/statm: 14514 7485 1086 2985 0 11056 0
[pid=23414/tid=23419] ppid=23413 vsize=58056 CPUtime=388.53
/proc/23414/task/23419/stat : 23419 (pb_cplex) R 23413 23413 23192 0 -1 4202560 20246 0 0 0 38744 109 0 0 18 0 2 0 175330752 59449344 7485 1992294400 134512640 146736320 4287552448 18446744073709551615 136000487 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 809.65
Current children cumulated vsize (KiB) 66756

[startup+522.3 s]
/proc/loadavg: 2.38 2.12 1.83 3/109 23433
/proc/meminfo: memFree=1554408/2059040 swapFree=4139332/4192956
[pid=23413] ppid=23411 vsize=8700 CPUtime=0
/proc/23413/stat : 23413 (run) S 23411 23413 23192 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 175328901 8908800 249 1992294400 4194304 4922060 140736369999136 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23413/statm: 2175 249 208 178 0 68 0
[pid=23414] ppid=23413 vsize=59276 CPUtime=919.37
/proc/23414/stat : 23414 (pb_cplex) S 23413 23413 23192 0 -1 4202496 98067 0 0 0 91647 290 0 0 17 0 2 0 175328901 60698624 7662 1992294400 134512640 146736320 4287552448 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23414/statm: 14819 7662 1086 2985 0 11361 0
[pid=23414/tid=23419] ppid=23413 vsize=59276 CPUtime=445.34
/proc/23414/task/23419/stat : 23419 (pb_cplex) R 23413 23413 23192 0 -1 4202560 24468 0 0 0 44410 124 0 0 18 0 2 0 175330752 60698624 7662 1992294400 134512640 146736320 4287552448 18446744073709551615 135464881 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 919.37
Current children cumulated vsize (KiB) 67976

[startup+582.301 s]
/proc/loadavg: 2.12 2.10 1.84 2/109 23433
/proc/meminfo: memFree=1552424/2059040 swapFree=4139332/4192956
[pid=23413] ppid=23411 vsize=8700 CPUtime=0
/proc/23413/stat : 23413 (run) S 23411 23413 23192 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 175328901 8908800 249 1992294400 4194304 4922060 140736369999136 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23413/statm: 2175 249 208 178 0 68 0
[pid=23414] ppid=23413 vsize=60916 CPUtime=1026.21
/proc/23414/stat : 23414 (pb_cplex) R 23413 23413 23192 0 -1 4202496 103907 0 0 0 102302 319 0 0 16 0 2 0 175328901 62377984 8201 1992294400 134512640 146736320 4287552448 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23414/statm: 15229 8201 1086 2985 0 11771 0
[pid=23414/tid=23419] ppid=23413 vsize=60916 CPUtime=500.31
/proc/23414/task/23419/stat : 23419 (pb_cplex) R 23413 23413 23192 0 -1 4202560 27395 0 0 0 49892 139 0 0 25 0 2 0 175330752 62377984 8201 1992294400 134512640 146736320 4287552448 18446744073709551615 136475782 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1026.21
Current children cumulated vsize (KiB) 69616

[startup+642.301 s]
/proc/loadavg: 2.04 2.08 1.84 2/109 23435
/proc/meminfo: memFree=1551928/2059040 swapFree=4139332/4192956
[pid=23413] ppid=23411 vsize=8700 CPUtime=0
/proc/23413/stat : 23413 (run) S 23411 23413 23192 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 175328901 8908800 249 1992294400 4194304 4922060 140736369999136 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23413/statm: 2175 249 208 178 0 68 0
[pid=23414] ppid=23413 vsize=61388 CPUtime=1135.57
/proc/23414/stat : 23414 (pb_cplex) S 23413 23413 23192 0 -1 4202496 110696 0 0 0 113211 346 0 0 18 0 2 0 175328901 62861312 8280 1992294400 134512640 146736320 4287552448 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23414/statm: 15347 8280 1086 2985 0 11889 0
[pid=23414/tid=23419] ppid=23413 vsize=61388 CPUtime=556.31
/proc/23414/task/23419/stat : 23419 (pb_cplex) R 23413 23413 23192 0 -1 4202560 31752 0 0 0 55479 152 0 0 19 0 2 0 175330752 62861312 8280 1992294400 134512640 146736320 4287552448 18446744073709551615 136008673 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1135.57
Current children cumulated vsize (KiB) 70088

[startup+702.3 s]
/proc/loadavg: 2.04 2.07 1.85 3/109 23437
/proc/meminfo: memFree=1551184/2059040 swapFree=4139332/4192956
[pid=23413] ppid=23411 vsize=8700 CPUtime=0
/proc/23413/stat : 23413 (run) S 23411 23413 23192 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 175328901 8908800 249 1992294400 4194304 4922060 140736369999136 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23413/statm: 2175 249 208 178 0 68 0
[pid=23414] ppid=23413 vsize=63144 CPUtime=1243.89
/proc/23414/stat : 23414 (pb_cplex) R 23413 23413 23192 0 -1 4202496 116572 0 0 0 124011 378 0 0 17 0 2 0 175328901 64659456 8569 1992294400 134512640 146736320 4287552448 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23414/statm: 15786 8569 1089 2985 0 12328 0
[pid=23414/tid=23419] ppid=23413 vsize=63144 CPUtime=613.16
/proc/23414/task/23419/stat : 23419 (pb_cplex) R 23413 23413 23192 0 -1 4202560 34391 0 0 0 61150 166 0 0 25 0 2 0 175330752 64659456 8569 1992294400 134512640 146736320 4287552448 18446744073709551615 136475868 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1243.89
Current children cumulated vsize (KiB) 71844

[startup+762.308 s]
/proc/loadavg: 2.14 2.10 1.88 3/109 23439
/proc/meminfo: memFree=1549572/2059040 swapFree=4139332/4192956
[pid=23413] ppid=23411 vsize=8700 CPUtime=0
/proc/23413/stat : 23413 (run) S 23411 23413 23192 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 175328901 8908800 249 1992294400 4194304 4922060 140736369999136 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23413/statm: 2175 249 208 178 0 68 0
[pid=23414] ppid=23413 vsize=64316 CPUtime=1353.46
/proc/23414/stat : 23414 (pb_cplex) R 23413 23413 23192 0 -1 4202496 121924 0 0 0 134940 406 0 0 19 0 2 0 175328901 65859584 8834 1992294400 134512640 146736320 4287552448 18446744073709551615 136008065 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23414/statm: 16079 8834 1086 2985 0 12621 0
[pid=23414/tid=23419] ppid=23413 vsize=64316 CPUtime=668.69
/proc/23414/task/23419/stat : 23419 (pb_cplex) R 23413 23413 23192 0 -1 4202560 37016 0 0 0 66691 178 0 0 16 0 2 0 175330752 65859584 8834 1992294400 134512640 146736320 4287552448 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1353.46
Current children cumulated vsize (KiB) 73016

[startup+822.301 s]
/proc/loadavg: 1.83 2.02 1.86 3/109 23441
/proc/meminfo: memFree=1548084/2059040 swapFree=4139332/4192956
[pid=23413] ppid=23411 vsize=8700 CPUtime=0
/proc/23413/stat : 23413 (run) S 23411 23413 23192 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 175328901 8908800 249 1992294400 4194304 4922060 140736369999136 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23413/statm: 2175 249 208 178 0 68 0
[pid=23414] ppid=23413 vsize=64836 CPUtime=1463.51
/proc/23414/stat : 23414 (pb_cplex) R 23413 23413 23192 0 -1 4202496 127094 0 0 0 145919 432 0 0 20 0 2 0 175328901 66392064 9065 1992294400 134512640 146736320 4287552448 18446744073709551615 135855174 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23414/statm: 16209 9065 1086 2985 0 12751 0
[pid=23414/tid=23419] ppid=23413 vsize=64836 CPUtime=721.34
/proc/23414/task/23419/stat : 23419 (pb_cplex) R 23413 23413 23192 0 -1 4202560 39960 0 0 0 71942 192 0 0 16 0 2 0 175330752 66392064 9065 1992294400 134512640 146736320 4287552448 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1463.51
Current children cumulated vsize (KiB) 73536

[startup+882.301 s]
/proc/loadavg: 2.18 2.09 1.89 3/109 23441
/proc/meminfo: memFree=1547588/2059040 swapFree=4139332/4192956
[pid=23413] ppid=23411 vsize=8700 CPUtime=0
/proc/23413/stat : 23413 (run) S 23411 23413 23192 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 175328901 8908800 249 1992294400 4194304 4922060 140736369999136 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23413/statm: 2175 249 208 178 0 68 0
[pid=23414] ppid=23413 vsize=65124 CPUtime=1573.16
/proc/23414/stat : 23414 (pb_cplex) R 23413 23413 23192 0 -1 4202496 131048 0 0 0 156856 460 0 0 16 0 2 0 175328901 66686976 9137 1992294400 134512640 146736320 4287552448 18446744073709551615 136403116 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23414/statm: 16281 9137 1086 2985 0 12823 0
[pid=23414/tid=23419] ppid=23413 vsize=65124 CPUtime=777.55
/proc/23414/task/23419/stat : 23419 (pb_cplex) R 23413 23413 23192 0 -1 4202560 42208 0 0 0 77549 206 0 0 25 0 2 0 175330752 66686976 9137 1992294400 134512640 146736320 4287552448 18446744073709551615 139042983 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1573.16
Current children cumulated vsize (KiB) 73824

[startup+942.3 s]
/proc/loadavg: 1.94 2.04 1.89 3/109 23443
/proc/meminfo: memFree=1546968/2059040 swapFree=4139332/4192956
[pid=23413] ppid=23411 vsize=8700 CPUtime=0
/proc/23413/stat : 23413 (run) S 23411 23413 23192 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 175328901 8908800 249 1992294400 4194304 4922060 140736369999136 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23413/statm: 2175 249 208 178 0 68 0
[pid=23414] ppid=23413 vsize=66676 CPUtime=1682.32
/proc/23414/stat : 23414 (pb_cplex) R 23413 23413 23192 0 -1 4202496 137425 0 0 0 167745 487 0 0 19 0 2 0 175328901 68276224 9529 1992294400 134512640 146736320 4287552448 18446744073709551615 136008053 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23414/statm: 16669 9529 1086 2985 0 13211 0
[pid=23414/tid=23419] ppid=23413 vsize=66676 CPUtime=832.55
/proc/23414/task/23419/stat : 23419 (pb_cplex) R 23413 23413 23192 0 -1 4202560 45857 0 0 0 83037 218 0 0 17 0 2 0 175330752 68276224 9529 1992294400 134512640 146736320 4287552448 18446744073709551615 136008065 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1682.32
Current children cumulated vsize (KiB) 75376

[startup+1002.3 s]
/proc/loadavg: 2.05 2.04 1.90 2/109 23445
/proc/meminfo: memFree=1545728/2059040 swapFree=4139332/4192956
[pid=23413] ppid=23411 vsize=8700 CPUtime=0
/proc/23413/stat : 23413 (run) S 23411 23413 23192 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 175328901 8908800 249 1992294400 4194304 4922060 140736369999136 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23413/statm: 2175 249 208 178 0 68 0
[pid=23414] ppid=23413 vsize=67536 CPUtime=1793.74
/proc/23414/stat : 23414 (pb_cplex) R 23413 23413 23192 0 -1 4202496 144283 0 0 0 178860 514 0 0 17 0 2 0 175328901 69156864 9651 1992294400 134512640 146736320 4287552448 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23414/statm: 16884 9651 1086 2985 0 13426 0
[pid=23414/tid=23419] ppid=23413 vsize=67536 CPUtime=888.91
/proc/23414/task/23419/stat : 23419 (pb_cplex) R 23413 23413 23192 0 -1 4202560 48984 0 0 0 88660 231 0 0 19 0 2 0 175330752 69156864 9651 1992294400 134512640 146736320 4287552448 18446744073709551615 136388111 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1793.74
Current children cumulated vsize (KiB) 76236



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1005.7 s]
/proc/loadavg: 2.12 2.06 1.91 3/109 23445
/proc/meminfo: memFree=1546224/2059040 swapFree=4139332/4192956
[pid=23413] ppid=23411 vsize=8700 CPUtime=0
/proc/23413/stat : 23413 (run) S 23411 23413 23192 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 175328901 8908800 249 1992294400 4194304 4922060 140736369999136 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23413/statm: 2175 249 208 178 0 68 0
[pid=23414] ppid=23413 vsize=67228 CPUtime=1800.01
/proc/23414/stat : 23414 (pb_cplex) R 23413 23413 23192 0 -1 4202496 144534 0 0 0 179486 515 0 0 17 0 2 0 175328901 68841472 9689 1992294400 134512640 146736320 4287552448 18446744073709551615 136008053 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23414/statm: 16807 9689 1086 2985 0 13349 0
[pid=23414/tid=23419] ppid=23413 vsize=67228 CPUtime=892.16
/proc/23414/task/23419/stat : 23419 (pb_cplex) R 23413 23413 23192 0 -1 4202560 49100 0 0 0 88985 231 0 0 18 0 2 0 175330752 68841472 9689 1992294400 134512640 146736320 4287552448 18446744073709551615 136008053 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 75928

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

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

[startup+1005.7 s]
/proc/loadavg: 2.12 2.06 1.91 3/109 23445
/proc/meminfo: memFree=1546224/2059040 swapFree=4139332/4192956
[pid=23413] ppid=23411 vsize=8700 CPUtime=0
/proc/23413/stat : 23413 (run) S 23411 23413 23192 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 175328901 8908800 249 1992294400 4194304 4922060 140736369999136 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23413/statm: 2175 249 208 178 0 68 0
[pid=23414] ppid=23413 vsize=67228 CPUtime=1800.01
/proc/23414/stat : 23414 (pb_cplex) R 23413 23413 23192 0 -1 4202496 144534 0 0 0 179486 515 0 0 17 0 2 0 175328901 68841472 9689 1992294400 134512640 146736320 4287552448 18446744073709551615 136008053 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23414/statm: 16807 9689 1086 2985 0 13349 0
[pid=23414/tid=23419] ppid=23413 vsize=67228 CPUtime=892.16
/proc/23414/task/23419/stat : 23419 (pb_cplex) R 23413 23413 23192 0 -1 4202560 49100 0 0 0 88985 231 0 0 18 0 2 0 175330752 68841472 9689 1992294400 134512640 146736320 4287552448 18446744073709551615 136008053 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 75928

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1005.72
CPU time (s): 1800.04
CPU user time (s): 1794.88
CPU system time (s): 5.16121
CPU usage (%): 178.98
Max. virtual memory (cumulated for all children) (KiB): 77636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.88
system time used= 5.16122
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 144901
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= 43435
involuntary context switches= 28757

runsolver used 1.9687 second user time and 5.36118 second system time

The end

Launcher Data

Begin job on node018 at 2010-07-01 22:38:45
IDJOB=2695864
IDBENCH=1953
IDSOLVER=1209
FILE ID=node018/2695864-1278016725
PBS_JOBID= 11198738
Free space on /tmp= 62436 MiB

SOLVER NAME= pb_cplex 2010-06-29
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/domset/normalized-domset_v500_e2000_w30_mw19_11.opb.PB06.opb
COMMAND LINE= run BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2695864-1278016725/watcher-2695864-1278016725 -o /tmp/evaluation-result-2695864-1278016725/solver-2695864-1278016725 -C 1800 -W 2000 -M 1800  run HOME/instance-2695864-1278016725.opb

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

MD5SUM BENCH= 19bfc1d5b7087888ef5c79946c60f053
RANDOM SEED=1899663962

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1583224 kB
Buffers:        117644 kB
Cached:         256136 kB
SwapCached:       6180 kB
Active:         165880 kB
Inactive:       221112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1583224 kB
SwapTotal:     4192956 kB
SwapFree:      4139332 kB
Dirty:           16608 kB
Writeback:           0 kB
AnonPages:       11728 kB
Mapped:          11820 kB
Slab:            66808 kB
PageTables:       4220 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181976 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= 62420 MiB
End job on node018 at 2010-07-01 22:55:33