Trace number 2695862

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.13 1014.62

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_16.opb.PB06.opb
MD5SUMbddc7a1ce44c83fc28f6e299cbaaf04c
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark191
Best CPU time to get the best result obtained on this benchmark1789.55
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 184
Optimality of the best value was proved NO
Number of variables476
Total number of constraints476
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 constraints476
Minimum length of a constraint3
Maximum length of a constraint18
Number of terms in the objective function 476
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 476
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 476
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-2695862-1278016757.opb.
0.00/0.00	c Instance file HOME/instance-2695862-1278016757.opb
0.00/0.00	c File size is 43258 bytes.
0.00/0.07	c Highest Coefficient sum: 226
0.00/0.07	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
0.00/0.08	c ============================[ Problem Statistics ]=============================
0.00/0.08	c |                                                                             |
0.00/0.08	c |  Parsing time:          0.08         s                                      |
0.00/0.08	c |  Number Variables:      476                                                 |
0.00/0.08	c |  Number Constraints:    476                                                 |
0.00/0.08	c ===============================================================================
1800.10/1014.61	c Remaining time 1799.92 sec.
1800.10/1014.61	c 
1800.10/1014.61	c *** INTERRUPTED ***
1800.10/1014.61	s UNKNOWN
1800.10/1014.61	c Total CPU time              : 1795.09 s
1800.10/1014.61	c Memory used           : 67.00 MB
1800.10/1014.61	c CPU time              : 1795.09 s
1800.10/1014.61	c 
1800.10/1014.61	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-2695862-1278016757/watcher-2695862-1278016757 -o /tmp/evaluation-result-2695862-1278016757/solver-2695862-1278016757 -C 1800 -W 2000 -M 1800 run HOME/instance-2695862-1278016757.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: 0.92 1.29 1.32 3/105 28685
/proc/meminfo: memFree=1392728/2059040 swapFree=4140120/4192956
[pid=28685] ppid=28683 vsize=8700 CPUtime=0
/proc/28685/stat : 28685 (run) S 28683 28685 28432 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 142969229 8908800 248 1992294400 4194304 4922060 140736050433232 18446744073709551615 207239093381 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28685/statm: 2175 248 208 178 0 68 0

[startup+0.098661 s]
/proc/loadavg: 0.92 1.29 1.32 3/105 28685
/proc/meminfo: memFree=1392728/2059040 swapFree=4140120/4192956
[pid=28685] ppid=28683 vsize=8700 CPUtime=0
/proc/28685/stat : 28685 (run) S 28683 28685 28432 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 142969229 8908800 248 1992294400 4194304 4922060 140736050433232 18446744073709551615 207239093381 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28685/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101659 s]
/proc/loadavg: 0.92 1.29 1.32 3/105 28685
/proc/meminfo: memFree=1392728/2059040 swapFree=4140120/4192956
[pid=28685] ppid=28683 vsize=8700 CPUtime=0
/proc/28685/stat : 28685 (run) S 28683 28685 28432 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 142969229 8908800 248 1992294400 4194304 4922060 140736050433232 18446744073709551615 207239093381 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28685/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301676 s]
/proc/loadavg: 0.92 1.29 1.32 3/105 28685
/proc/meminfo: memFree=1392728/2059040 swapFree=4140120/4192956
[pid=28685] ppid=28683 vsize=8700 CPUtime=0
/proc/28685/stat : 28685 (run) S 28683 28685 28432 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 142969229 8908800 248 1992294400 4194304 4922060 140736050433232 18446744073709551615 207239093381 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28685/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701714 s]
/proc/loadavg: 0.92 1.29 1.32 3/105 28685
/proc/meminfo: memFree=1392728/2059040 swapFree=4140120/4192956
[pid=28685] ppid=28683 vsize=8700 CPUtime=0
/proc/28685/stat : 28685 (run) S 28683 28685 28432 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 142969229 8908800 248 1992294400 4194304 4922060 140736050433232 18446744073709551615 207239093381 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28685/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50179 s]
/proc/loadavg: 0.92 1.29 1.32 2/107 28687
/proc/meminfo: memFree=1388000/2059040 swapFree=4140120/4192956
[pid=28685] ppid=28683 vsize=8700 CPUtime=0
/proc/28685/stat : 28685 (run) S 28683 28685 28432 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 142969229 8908800 248 1992294400 4194304 4922060 140736050433232 18446744073709551615 207239093381 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28685/statm: 2175 248 208 178 0 68 0
[pid=28686] ppid=28685 vsize=19408 CPUtime=1.49
/proc/28686/stat : 28686 (pb_cplex) R 28685 28685 28432 0 -1 4202496 2791 0 0 0 148 1 0 0 25 0 1 0 142969230 19873792 1991 1992294400 134512640 146736320 4294732496 18446744073709551615 135523315 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/28686/statm: 4852 1991 993 2985 0 1394 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 28108

[startup+3.10195 s]
/proc/loadavg: 0.92 1.29 1.32 2/107 28687
/proc/meminfo: memFree=1387628/2059040 swapFree=4140120/4192956
[pid=28685] ppid=28683 vsize=8700 CPUtime=0
/proc/28685/stat : 28685 (run) S 28683 28685 28432 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 142969229 8908800 248 1992294400 4194304 4922060 140736050433232 18446744073709551615 207239093381 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28685/statm: 2175 248 208 178 0 68 0
[pid=28686] ppid=28685 vsize=19540 CPUtime=3.08
/proc/28686/stat : 28686 (pb_cplex) R 28685 28685 28432 0 -1 4202496 5774 0 0 0 306 2 0 0 25 0 1 0 142969230 20008960 2031 1992294400 134512640 146736320 4294732496 18446744073709551615 136015583 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28686/statm: 4885 2031 993 2985 0 1427 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 28240

[startup+6.30126 s]
/proc/loadavg: 1.01 1.31 1.32 4/108 28689
/proc/meminfo: memFree=1381916/2059040 swapFree=4140120/4192956
[pid=28685] ppid=28683 vsize=8700 CPUtime=0
/proc/28685/stat : 28685 (run) S 28683 28685 28432 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 142969229 8908800 248 1992294400 4194304 4922060 140736050433232 18446744073709551615 207239093381 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28685/statm: 2175 248 208 178 0 68 0
[pid=28686] ppid=28685 vsize=36340 CPUtime=7.82
/proc/28686/stat : 28686 (pb_cplex) R 28685 28685 28432 0 -1 4202496 7375 0 0 0 778 4 0 0 25 0 2 0 142969230 37212160 3472 1992294400 134512640 146736320 4294732496 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28686/statm: 9085 3472 1037 2985 0 5627 0
[pid=28686/tid=28689] ppid=28685 vsize=36340 CPUtime=1.85
/proc/28686/task/28689/stat : 28689 (pb_cplex) R 28685 28685 28432 0 -1 4202560 243 0 0 0 185 0 0 0 18 0 2 0 142969658 37212160 3472 1992294400 134512640 146736320 4294732496 18446744073709551615 136009709 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.82
Current children cumulated vsize (KiB) 45040

[startup+12.7009 s]
/proc/loadavg: 1.09 1.32 1.33 2/108 28689
/proc/meminfo: memFree=1381800/2059040 swapFree=4140120/4192956
[pid=28685] ppid=28683 vsize=8700 CPUtime=0
/proc/28685/stat : 28685 (run) S 28683 28685 28432 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 142969229 8908800 248 1992294400 4194304 4922060 140736050433232 18446744073709551615 207239093381 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28685/statm: 2175 248 208 178 0 68 0
[pid=28686] ppid=28685 vsize=36340 CPUtime=18.17
/proc/28686/stat : 28686 (pb_cplex) R 28685 28685 28432 0 -1 4202496 7381 0 0 0 1809 8 0 0 21 0 2 0 142969230 37212160 3478 1992294400 134512640 146736320 4294732496 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28686/statm: 9085 3478 1041 2985 0 5627 0
[pid=28686/tid=28689] ppid=28685 vsize=36340 CPUtime=6.1
/proc/28686/task/28689/stat : 28689 (pb_cplex) R 28685 28685 28432 0 -1 4202560 245 0 0 0 609 1 0 0 16 0 2 0 142969658 37212160 3478 1992294400 134512640 146736320 4294732496 18446744073709551615 136000487 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 18.17
Current children cumulated vsize (KiB) 45040

[startup+25.5011 s]
/proc/loadavg: 1.15 1.32 1.33 3/108 28692
/proc/meminfo: memFree=1374856/2059040 swapFree=4140120/4192956
[pid=28685] ppid=28683 vsize=8700 CPUtime=0
/proc/28685/stat : 28685 (run) S 28683 28685 28432 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 142969229 8908800 248 1992294400 4194304 4922060 140736050433232 18446744073709551615 207239093381 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28685/statm: 2175 248 208 178 0 68 0
[pid=28686] ppid=28685 vsize=48924 CPUtime=36.54
/proc/28686/stat : 28686 (pb_cplex) R 28685 28685 28432 0 -1 4202496 10923 0 0 0 3641 13 0 0 25 0 2 0 142969230 50098176 5196 1992294400 134512640 146736320 4294732496 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28686/statm: 12231 5196 1058 2985 0 8773 0
[pid=28686/tid=28692] ppid=28685 vsize=48924 CPUtime=5.62
/proc/28686/task/28692/stat : 28692 (pb_cplex) R 28685 28685 28432 0 -1 4202560 1490 0 0 0 561 1 0 0 23 0 2 0 142970998 50098176 5196 1992294400 134512640 146736320 4294732496 18446744073709551615 139044531 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 36.54
Current children cumulated vsize (KiB) 57624

[startup+51.1016 s]
/proc/loadavg: 1.50 1.39 1.35 4/108 28692
/proc/meminfo: memFree=1374112/2059040 swapFree=4140120/4192956
[pid=28685] ppid=28683 vsize=8700 CPUtime=0
/proc/28685/stat : 28685 (run) S 28683 28685 28432 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 142969229 8908800 248 1992294400 4194304 4922060 140736050433232 18446744073709551615 207239093381 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28685/statm: 2175 248 208 178 0 68 0
[pid=28686] ppid=28685 vsize=50312 CPUtime=81.76
/proc/28686/stat : 28686 (pb_cplex) R 28685 28685 28432 0 -1 4202496 14929 0 0 0 8146 30 0 0 18 0 2 0 142969230 51519488 5402 1992294400 134512640 146736320 4294732496 18446744073709551615 136007994 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28686/statm: 12578 5402 1079 2985 0 9120 0
[pid=28686/tid=28692] ppid=28685 vsize=50312 CPUtime=28.09
/proc/28686/task/28692/stat : 28692 (pb_cplex) R 28685 28685 28432 0 -1 4202560 4599 0 0 0 2799 10 0 0 17 0 2 0 142970998 51519488 5402 1992294400 134512640 146736320 4294732496 18446744073709551615 136001974 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 81.76
Current children cumulated vsize (KiB) 59012

[startup+102.309 s]
/proc/loadavg: 1.70 1.45 1.37 4/108 28694
/proc/meminfo: memFree=1373368/2059040 swapFree=4140120/4192956
[pid=28685] ppid=28683 vsize=8700 CPUtime=0
/proc/28685/stat : 28685 (run) S 28683 28685 28432 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 142969229 8908800 248 1992294400 4194304 4922060 140736050433232 18446744073709551615 207239093381 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28685/statm: 2175 248 208 178 0 68 0
[pid=28686] ppid=28685 vsize=50616 CPUtime=170.75
/proc/28686/stat : 28686 (pb_cplex) R 28685 28685 28432 0 -1 4202496 26603 0 0 0 17014 61 0 0 19 0 2 0 142969230 51830784 5664 1992294400 134512640 146736320 4294732496 18446744073709551615 136388292 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28686/statm: 12654 5664 1079 2985 0 9196 0
[pid=28686/tid=28692] ppid=28685 vsize=50616 CPUtime=72.52
/proc/28686/task/28692/stat : 28692 (pb_cplex) R 28685 28685 28432 0 -1 4202560 11586 0 0 0 7227 25 0 0 17 0 2 0 142970998 51830784 5664 1992294400 134512640 146736320 4294732496 18446744073709551615 136384895 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 170.75
Current children cumulated vsize (KiB) 59316

[startup+162.301 s]
/proc/loadavg: 1.98 1.58 1.42 3/108 28696
/proc/meminfo: memFree=1370524/2059040 swapFree=4140120/4192956
[pid=28685] ppid=28683 vsize=8700 CPUtime=0
/proc/28685/stat : 28685 (run) S 28683 28685 28432 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 142969229 8908800 248 1992294400 4194304 4922060 140736050433232 18446744073709551615 207239093381 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28685/statm: 2175 248 208 178 0 68 0
[pid=28686] ppid=28685 vsize=53380 CPUtime=277.49
/proc/28686/stat : 28686 (pb_cplex) R 28685 28685 28432 0 -1 4202496 40293 0 0 0 27648 101 0 0 18 0 2 0 142969230 54661120 6180 1992294400 134512640 146736320 4294732496 18446744073709551615 136008072 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28686/statm: 13345 6180 1079 2985 0 9887 0
[pid=28686/tid=28692] ppid=28685 vsize=53380 CPUtime=125.03
/proc/28686/task/28692/stat : 28692 (pb_cplex) R 28685 28685 28432 0 -1 4202560 19221 0 0 0 12458 45 0 0 17 0 2 0 142970998 54661120 6180 1992294400 134512640 146736320 4294732496 18446744073709551615 135466496 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 277.49
Current children cumulated vsize (KiB) 62080

[startup+222.301 s]
/proc/loadavg: 1.88 1.62 1.44 3/108 28698
/proc/meminfo: memFree=1363828/2059040 swapFree=4140120/4192956
[pid=28685] ppid=28683 vsize=8700 CPUtime=0
/proc/28685/stat : 28685 (run) S 28683 28685 28432 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 142969229 8908800 248 1992294400 4194304 4922060 140736050433232 18446744073709551615 207239093381 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28685/statm: 2175 248 208 178 0 68 0
[pid=28686] ppid=28685 vsize=61492 CPUtime=385.58
/proc/28686/stat : 28686 (pb_cplex) R 28685 28685 28432 0 -1 4202496 53790 0 0 0 38424 134 0 0 25 0 2 0 142969230 62967808 7858 1992294400 134512640 146736320 4294732496 18446744073709551615 135453262 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28686/statm: 15373 7858 1079 2985 0 11915 0
[pid=28686/tid=28692] ppid=28685 vsize=61492 CPUtime=179.34
/proc/28686/task/28692/stat : 28692 (pb_cplex) R 28685 28685 28432 0 -1 4202560 26955 0 0 0 17872 62 0 0 25 0 2 0 142970998 62967808 7858 1992294400 134512640 146736320 4294732496 18446744073709551615 136007973 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 385.58
Current children cumulated vsize (KiB) 70192

[startup+282.301 s]
/proc/loadavg: 1.61 1.61 1.45 2/108 28700
/proc/meminfo: memFree=1363952/2059040 swapFree=4140120/4192956
[pid=28685] ppid=28683 vsize=8700 CPUtime=0
/proc/28685/stat : 28685 (run) S 28683 28685 28432 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 142969229 8908800 248 1992294400 4194304 4922060 140736050433232 18446744073709551615 207239093381 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28685/statm: 2175 248 208 178 0 68 0
[pid=28686] ppid=28685 vsize=60112 CPUtime=481.16
/proc/28686/stat : 28686 (pb_cplex) R 28685 28685 28432 0 -1 4202496 71034 0 0 0 47964 152 0 0 25 0 2 0 142969230 61554688 7871 1992294400 134512640 146736320 4294732496 18446744073709551615 139044580 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28686/statm: 15028 7871 1086 2985 0 11570 0
[pid=28686/tid=28692] ppid=28685 vsize=60112 CPUtime=215.18
/proc/28686/task/28692/stat : 28692 (pb_cplex) S 28685 28685 28432 0 -1 4202560 36368 0 0 0 21445 73 0 0 25 0 2 0 142970998 61554688 7871 1992294400 134512640 146736320 4294732496 18446744073709551615 144580073 0 2 4096 16387 18446604436391499008 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 481.16
Current children cumulated vsize (KiB) 68812

[startup+342.302 s]
/proc/loadavg: 1.77 1.65 1.47 3/108 28700
/proc/meminfo: memFree=1365068/2059040 swapFree=4140120/4192956
[pid=28685] ppid=28683 vsize=8700 CPUtime=0
/proc/28685/stat : 28685 (run) S 28683 28685 28432 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 142969229 8908800 248 1992294400 4194304 4922060 140736050433232 18446744073709551615 207239093381 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28685/statm: 2175 248 208 178 0 68 0
[pid=28686] ppid=28685 vsize=58784 CPUtime=578.78
/proc/28686/stat : 28686 (pb_cplex) R 28685 28685 28432 0 -1 4202496 71795 0 0 0 57701 177 0 0 18 0 2 0 142969230 60194816 7597 1992294400 134512640 146736320 4294732496 18446744073709551615 136008682 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28686/statm: 14696 7597 1086 2985 0 11238 0

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

/proc/28685/stat : 28685 (run) S 28683 28685 28432 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 142969229 8908800 248 1992294400 4194304 4922060 140736050433232 18446744073709551615 207239093381 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28685/statm: 2175 248 208 178 0 68 0
[pid=28686] ppid=28685 vsize=58784 CPUtime=687.53
/proc/28686/stat : 28686 (pb_cplex) R 28685 28685 28432 0 -1 4202496 71795 0 0 0 68544 209 0 0 16 0 2 0 142969230 60194816 7597 1992294400 134512640 146736320 4294732496 18446744073709551615 139042901 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28686/statm: 14696 7597 1086 2985 0 11238 0
[pid=28686/tid=28692] ppid=28685 vsize=58784 CPUtime=312.53
/proc/28686/task/28692/stat : 28692 (pb_cplex) S 28685 28685 28432 0 -1 4202560 36369 0 0 0 31152 101 0 0 18 0 2 0 142970998 60194816 7597 1992294400 134512640 146736320 4294732496 18446744073709551615 144580073 0 2 4096 16387 18446604436391499008 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 687.53
Current children cumulated vsize (KiB) 67484

[startup+462.302 s]
/proc/loadavg: 1.98 1.79 1.54 2/108 28704
/proc/meminfo: memFree=1364820/2059040 swapFree=4140120/4192956
[pid=28685] ppid=28683 vsize=8700 CPUtime=0
/proc/28685/stat : 28685 (run) S 28683 28685 28432 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 142969229 8908800 248 1992294400 4194304 4922060 140736050433232 18446744073709551615 207239093381 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28685/statm: 2175 248 208 178 0 68 0
[pid=28686] ppid=28685 vsize=58932 CPUtime=795.03
/proc/28686/stat : 28686 (pb_cplex) R 28685 28685 28432 0 -1 4202496 72659 0 0 0 79266 237 0 0 25 0 2 0 142969230 60346368 7601 1992294400 134512640 146736320 4294732496 18446744073709551615 135460714 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28686/statm: 14733 7601 1086 2985 0 11275 0
[pid=28686/tid=28692] ppid=28685 vsize=58932 CPUtime=364.71
/proc/28686/task/28692/stat : 28692 (pb_cplex) R 28685 28685 28432 0 -1 4202560 37063 0 0 0 36358 113 0 0 18 0 2 0 142970998 60346368 7601 1992294400 134512640 146736320 4294732496 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 795.03
Current children cumulated vsize (KiB) 67632

[startup+522.301 s]
/proc/loadavg: 2.02 1.83 1.57 3/108 28706
/proc/meminfo: memFree=1364944/2059040 swapFree=4140120/4192956
[pid=28685] ppid=28683 vsize=8700 CPUtime=0
/proc/28685/stat : 28685 (run) S 28683 28685 28432 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 142969229 8908800 248 1992294400 4194304 4922060 140736050433232 18446744073709551615 207239093381 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28685/statm: 2175 248 208 178 0 68 0
[pid=28686] ppid=28685 vsize=58740 CPUtime=904.47
/proc/28686/stat : 28686 (pb_cplex) R 28685 28685 28432 0 -1 4202496 75827 0 0 0 90180 267 0 0 17 0 2 0 142969230 60149760 7641 1992294400 134512640 146736320 4294732496 18446744073709551615 136384852 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28686/statm: 14685 7641 1086 2985 0 11227 0
[pid=28686/tid=28692] ppid=28685 vsize=58740 CPUtime=420.11
/proc/28686/task/28692/stat : 28692 (pb_cplex) R 28685 28685 28432 0 -1 4202560 39193 0 0 0 41883 128 0 0 25 0 2 0 142970998 60149760 7641 1992294400 134512640 146736320 4294732496 18446744073709551615 136000713 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 904.47
Current children cumulated vsize (KiB) 67440

[startup+582.301 s]
/proc/loadavg: 1.89 1.83 1.58 3/108 28708
/proc/meminfo: memFree=1362588/2059040 swapFree=4140120/4192956
[pid=28685] ppid=28683 vsize=8700 CPUtime=0
/proc/28685/stat : 28685 (run) S 28683 28685 28432 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 142969229 8908800 248 1992294400 4194304 4922060 140736050433232 18446744073709551615 207239093381 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28685/statm: 2175 248 208 178 0 68 0
[pid=28686] ppid=28685 vsize=60516 CPUtime=1012.74
/proc/28686/stat : 28686 (pb_cplex) R 28685 28685 28432 0 -1 4202496 80697 0 0 0 100976 298 0 0 17 0 2 0 142969230 61968384 8107 1992294400 134512640 146736320 4294732496 18446744073709551615 136475864 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28686/statm: 15129 8107 1086 2985 0 11671 0
[pid=28686/tid=28692] ppid=28685 vsize=60516 CPUtime=474.32
/proc/28686/task/28692/stat : 28692 (pb_cplex) R 28685 28685 28432 0 -1 4202560 42710 0 0 0 47288 144 0 0 17 0 2 0 142970998 61968384 8107 1992294400 134512640 146736320 4294732496 18446744073709551615 136403136 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1012.74
Current children cumulated vsize (KiB) 69216

[startup+642.301 s]
/proc/loadavg: 2.05 1.90 1.62 3/108 28708
/proc/meminfo: memFree=1361844/2059040 swapFree=4140120/4192956
[pid=28685] ppid=28683 vsize=8700 CPUtime=0
/proc/28685/stat : 28685 (run) S 28683 28685 28432 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 142969229 8908800 248 1992294400 4194304 4922060 140736050433232 18446744073709551615 207239093381 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28685/statm: 2175 248 208 178 0 68 0
[pid=28686] ppid=28685 vsize=62448 CPUtime=1120.16
/proc/28686/stat : 28686 (pb_cplex) R 28685 28685 28432 0 -1 4202496 87188 0 0 0 111690 326 0 0 17 0 2 0 142969230 63946752 8466 1992294400 134512640 146736320 4294732496 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28686/statm: 15612 8466 1086 2985 0 12154 0
[pid=28686/tid=28692] ppid=28685 vsize=62448 CPUtime=528.03
/proc/28686/task/28692/stat : 28692 (pb_cplex) R 28685 28685 28432 0 -1 4202560 47843 0 0 0 52645 158 0 0 17 0 2 0 142970998 63946752 8466 1992294400 134512640 146736320 4294732496 18446744073709551615 139042980 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1120.16
Current children cumulated vsize (KiB) 71148

[startup+702.302 s]
/proc/loadavg: 2.20 1.96 1.66 3/108 28710
/proc/meminfo: memFree=1360232/2059040 swapFree=4140120/4192956
[pid=28685] ppid=28683 vsize=8700 CPUtime=0
/proc/28685/stat : 28685 (run) S 28683 28685 28432 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 142969229 8908800 248 1992294400 4194304 4922060 140736050433232 18446744073709551615 207239093381 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28685/statm: 2175 248 208 178 0 68 0
[pid=28686] ppid=28685 vsize=63136 CPUtime=1229.24
/proc/28686/stat : 28686 (pb_cplex) R 28685 28685 28432 0 -1 4202496 91425 0 0 0 122570 354 0 0 18 0 2 0 142969230 64651264 8720 1992294400 134512640 146736320 4294732496 18446744073709551615 139042977 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28686/statm: 15784 8720 1086 2985 0 12326 0
[pid=28686/tid=28692] ppid=28685 vsize=63136 CPUtime=582.84
/proc/28686/task/28692/stat : 28692 (pb_cplex) R 28685 28685 28432 0 -1 4202560 51074 0 0 0 58111 173 0 0 17 0 2 0 142970998 64651264 8720 1992294400 134512640 146736320 4294732496 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1229.24
Current children cumulated vsize (KiB) 71836

[startup+762.309 s]
/proc/loadavg: 2.14 1.97 1.67 4/108 28712
/proc/meminfo: memFree=1359116/2059040 swapFree=4140120/4192956
[pid=28685] ppid=28683 vsize=8700 CPUtime=0
/proc/28685/stat : 28685 (run) S 28683 28685 28432 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 142969229 8908800 248 1992294400 4194304 4922060 140736050433232 18446744073709551615 207239093381 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28685/statm: 2175 248 208 178 0 68 0
[pid=28686] ppid=28685 vsize=64700 CPUtime=1337.94
/proc/28686/stat : 28686 (pb_cplex) R 28685 28685 28432 0 -1 4202496 95791 0 0 0 133410 384 0 0 19 0 2 0 142969230 66252800 9040 1992294400 134512640 146736320 4294732496 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28686/statm: 16175 9040 1086 2985 0 12717 0
[pid=28686/tid=28692] ppid=28685 vsize=64700 CPUtime=637.68
/proc/28686/task/28692/stat : 28692 (pb_cplex) R 28685 28685 28432 0 -1 4202560 52623 0 0 0 63581 187 0 0 18 0 2 0 142970998 66252800 9040 1992294400 134512640 146736320 4294732496 18446744073709551615 136008180 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1337.94
Current children cumulated vsize (KiB) 73400

[startup+822.302 s]
/proc/loadavg: 2.04 1.98 1.70 2/108 28714
/proc/meminfo: memFree=1358124/2059040 swapFree=4140120/4192956
[pid=28685] ppid=28683 vsize=8700 CPUtime=0
/proc/28685/stat : 28685 (run) S 28683 28685 28432 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 142969229 8908800 248 1992294400 4194304 4922060 140736050433232 18446744073709551615 207239093381 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28685/statm: 2175 248 208 178 0 68 0
[pid=28686] ppid=28685 vsize=65388 CPUtime=1447.26
/proc/28686/stat : 28686 (pb_cplex) R 28685 28685 28432 0 -1 4202496 100333 0 0 0 144316 410 0 0 18 0 2 0 142969230 66957312 9232 1992294400 134512640 146736320 4294732496 18446744073709551615 136475800 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28686/statm: 16347 9232 1089 2985 0 12889 0
[pid=28686/tid=28692] ppid=28685 vsize=65388 CPUtime=692.09
/proc/28686/task/28692/stat : 28692 (pb_cplex) R 28685 28685 28432 0 -1 4202560 55059 0 0 0 69008 201 0 0 17 0 2 0 142970998 66957312 9232 1992294400 134512640 146736320 4294732496 18446744073709551615 136008053 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1447.26
Current children cumulated vsize (KiB) 74088

[startup+882.301 s]
/proc/loadavg: 2.12 2.03 1.73 3/108 28716
/proc/meminfo: memFree=1356884/2059040 swapFree=4140120/4192956
[pid=28685] ppid=28683 vsize=8700 CPUtime=0
/proc/28685/stat : 28685 (run) S 28683 28685 28432 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 142969229 8908800 248 1992294400 4194304 4922060 140736050433232 18446744073709551615 207239093381 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28685/statm: 2175 248 208 178 0 68 0
[pid=28686] ppid=28685 vsize=66812 CPUtime=1556.4
/proc/28686/stat : 28686 (pb_cplex) R 28685 28685 28432 0 -1 4202496 105340 0 0 0 155200 440 0 0 20 0 2 0 142969230 68415488 9527 1992294400 134512640 146736320 4294732496 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28686/statm: 16703 9527 1086 2985 0 13245 0
[pid=28686/tid=28692] ppid=28685 vsize=66812 CPUtime=745.94
/proc/28686/task/28692/stat : 28692 (pb_cplex) R 28685 28685 28432 0 -1 4202560 57052 0 0 0 74381 213 0 0 18 0 2 0 142970998 68415488 9527 1992294400 134512640 146736320 4294732496 18446744073709551615 136008167 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1556.4
Current children cumulated vsize (KiB) 75512

[startup+942.301 s]
/proc/loadavg: 2.02 2.03 1.75 2/108 28716
/proc/meminfo: memFree=1356388/2059040 swapFree=4140120/4192956
[pid=28685] ppid=28683 vsize=8700 CPUtime=0
/proc/28685/stat : 28685 (run) S 28683 28685 28432 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 142969229 8908800 248 1992294400 4194304 4922060 140736050433232 18446744073709551615 207239093381 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28685/statm: 2175 248 208 178 0 68 0
[pid=28686] ppid=28685 vsize=68716 CPUtime=1667.7
/proc/28686/stat : 28686 (pb_cplex) R 28685 28685 28432 0 -1 4202496 110623 0 0 0 166300 470 0 0 20 0 2 0 142969230 70365184 9880 1992294400 134512640 146736320 4294732496 18446744073709551615 136008078 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28686/statm: 17179 9880 1086 2985 0 13721 0
[pid=28686/tid=28692] ppid=28685 vsize=68716 CPUtime=801.57
/proc/28686/task/28692/stat : 28692 (pb_cplex) R 28685 28685 28432 0 -1 4202560 59337 0 0 0 79929 228 0 0 18 0 2 0 142970998 70365184 9880 1992294400 134512640 146736320 4294732496 18446744073709551615 136008069 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1667.7
Current children cumulated vsize (KiB) 77416

[startup+1002.3 s]
/proc/loadavg: 2.02 2.02 1.76 3/108 28718
/proc/meminfo: memFree=1354280/2059040 swapFree=4140120/4192956
[pid=28685] ppid=28683 vsize=8700 CPUtime=0
/proc/28685/stat : 28685 (run) S 28683 28685 28432 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 142969229 8908800 248 1992294400 4194304 4922060 140736050433232 18446744073709551615 207239093381 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28685/statm: 2175 248 208 178 0 68 0
[pid=28686] ppid=28685 vsize=69652 CPUtime=1777.92
/proc/28686/stat : 28686 (pb_cplex) R 28685 28685 28432 0 -1 4202496 114967 0 0 0 177294 498 0 0 20 0 2 0 142969230 71323648 10319 1992294400 134512640 146736320 4294732496 18446744073709551615 135526323 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28686/statm: 17413 10319 1086 2985 0 13955 0
[pid=28686/tid=28692] ppid=28685 vsize=69652 CPUtime=856.29
/proc/28686/task/28692/stat : 28692 (pb_cplex) R 28685 28685 28432 0 -1 4202560 62050 0 0 0 85387 242 0 0 17 0 2 0 142970998 71323648 10319 1992294400 134512640 146736320 4294732496 18446744073709551615 136001712 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1777.92
Current children cumulated vsize (KiB) 78352



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1014.6 s]
/proc/loadavg: 2.17 2.06 1.77 3/108 28718
/proc/meminfo: memFree=1355024/2059040 swapFree=4140120/4192956
[pid=28685] ppid=28683 vsize=8700 CPUtime=0
/proc/28685/stat : 28685 (run) S 28683 28685 28432 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 142969229 8908800 248 1992294400 4194304 4922060 140736050433232 18446744073709551615 207239093381 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28685/statm: 2175 248 208 178 0 68 0
[pid=28686] ppid=28685 vsize=68604 CPUtime=1800.1
/proc/28686/stat : 28686 (pb_cplex) R 28685 28685 28432 0 -1 4202496 115012 0 0 0 179507 503 0 0 17 0 2 0 142969230 70250496 10050 1992294400 134512640 146736320 4294732496 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28686/statm: 17151 10050 1086 2985 0 13693 0
[pid=28686/tid=28692] ppid=28685 vsize=68604 CPUtime=867.95
/proc/28686/task/28692/stat : 28692 (pb_cplex) R 28685 28685 28432 0 -1 4202560 62094 0 0 0 86550 245 0 0 18 0 2 0 142970998 70250496 10050 1992294400 134512640 146736320 4294732496 18446744073709551615 136009010 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 77304

Sending SIGTERM to process tree (bottom up)
SSolver just ended. Dumping a history of the last processes samples

Child status: 0
Real time (s): 1014.62
CPU time (s): 1800.13
CPU user time (s): 1795.09
CPU system time (s): 5.03623
CPU usage (%): 177.419
Max. virtual memory (cumulated for all children) (KiB): 79068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.09
system time used= 5.03623
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 115385
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= 47331
involuntary context switches= 29544

runsolver used 1.64975 second user time and 4.82527 second system time

The end

Launcher Data

Begin job on node089 at 2010-07-01 22:39:17
IDJOB=2695862
IDBENCH=1954
IDSOLVER=1209
FILE ID=node089/2695862-1278016757
PBS_JOBID= 11198698
Free space on /tmp= 62528 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_16.opb.PB06.opb
COMMAND LINE= run BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2695862-1278016757/watcher-2695862-1278016757 -o /tmp/evaluation-result-2695862-1278016757/solver-2695862-1278016757 -C 1800 -W 2000 -M 1800  run HOME/instance-2695862-1278016757.opb

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

MD5SUM BENCH= bddc7a1ce44c83fc28f6e299cbaaf04c
RANDOM SEED=134153022

node089.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.244
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.244
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5999.47
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1393264 kB
Buffers:        178740 kB
Cached:         381252 kB
SwapCached:       6216 kB
Active:         283864 kB
Inactive:       289644 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1393264 kB
SwapTotal:     4192956 kB
SwapFree:      4140120 kB
Dirty:           16664 kB
Writeback:           0 kB
AnonPages:       11648 kB
Mapped:          11968 kB
Slab:            70476 kB
PageTables:       4132 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183216 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= 62512 MiB
End job on node089 at 2010-07-01 22:56:12