Trace number 2696190

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 1605.98 877.551

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900581320.opb
MD5SUM9f20f031d3068edba1350cbde5c721b5
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 benchmark160.67
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 641
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-2696190-1278015152.opb.
0.00/0.00	c Instance file HOME/instance-2696190-1278015152.opb
0.00/0.00	c File size is 83375 bytes.
0.00/0.03	c Highest Coefficient sum: 641
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 ===============================================================================
1605.89/877.54	c Remaining time 1799.97 sec.
1605.89/877.54	s UNSATISFIABLE
1605.89/877.54	c Total CPU time              : 1593.76 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-2696190-1278015152/watcher-2696190-1278015152 -o /tmp/evaluation-result-2696190-1278015152/solver-2696190-1278015152 -C 1800 -W 2000 -M 1800 run HOME/instance-2696190-1278015152.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.00 0.00 0.00 3/106 32329
/proc/meminfo: memFree=1412996/2059040 swapFree=4139368/4192956
[pid=32329] ppid=32327 vsize=8700 CPUtime=0
/proc/32329/stat : 32329 (run) S 32327 32329 32219 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 142809677 8908800 248 1992294400 4194304 4922060 140733918581360 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32329/statm: 2175 248 208 178 0 68 0

[startup+0.110972 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 32329
/proc/meminfo: memFree=1412996/2059040 swapFree=4139368/4192956
[pid=32329] ppid=32327 vsize=8700 CPUtime=0
/proc/32329/stat : 32329 (run) S 32327 32329 32219 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 142809677 8908800 248 1992294400 4194304 4922060 140733918581360 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32329/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.20198 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 32329
/proc/meminfo: memFree=1412996/2059040 swapFree=4139368/4192956
[pid=32329] ppid=32327 vsize=8700 CPUtime=0
/proc/32329/stat : 32329 (run) S 32327 32329 32219 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 142809677 8908800 248 1992294400 4194304 4922060 140733918581360 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32329/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301989 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 32329
/proc/meminfo: memFree=1412996/2059040 swapFree=4139368/4192956
[pid=32329] ppid=32327 vsize=8700 CPUtime=0
/proc/32329/stat : 32329 (run) S 32327 32329 32219 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 142809677 8908800 248 1992294400 4194304 4922060 140733918581360 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32329/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701023 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 32329
/proc/meminfo: memFree=1412996/2059040 swapFree=4139368/4192956
[pid=32329] ppid=32327 vsize=8700 CPUtime=0
/proc/32329/stat : 32329 (run) S 32327 32329 32219 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 142809677 8908800 248 1992294400 4194304 4922060 140733918581360 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32329/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5011 s]
/proc/loadavg: 0.00 0.00 0.00 3/109 32332
/proc/meminfo: memFree=1401068/2059040 swapFree=4139368/4192956
[pid=32329] ppid=32327 vsize=8700 CPUtime=0
/proc/32329/stat : 32329 (run) S 32327 32329 32219 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 142809677 8908800 248 1992294400 4194304 4922060 140733918581360 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32329/statm: 2175 248 208 178 0 68 0
[pid=32330] ppid=32329 vsize=39704 CPUtime=2.06
/proc/32330/stat : 32330 (pb_cplex) R 32329 32329 32219 0 -1 4202496 5852 0 0 0 202 4 0 0 18 0 2 0 142809677 40656896 3905 1992294400 134512640 146736320 4291592672 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/32330/statm: 9926 3905 986 2985 0 6468 0
[pid=32330/tid=32332] ppid=32329 vsize=39704 CPUtime=0.62
/proc/32330/task/32332/stat : 32332 (pb_cplex) R 32329 32329 32219 0 -1 4202560 1085 0 0 0 61 1 0 0 18 0 2 0 142809755 40656896 3905 1992294400 134512640 146736320 4291592672 18446744073709551615 136403112 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 48404

[startup+3.10123 s]
/proc/loadavg: 0.00 0.00 0.00 2/109 32332
/proc/meminfo: memFree=1400572/2059040 swapFree=4139368/4192956
[pid=32329] ppid=32327 vsize=8700 CPUtime=0
/proc/32329/stat : 32329 (run) S 32327 32329 32219 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 142809677 8908800 248 1992294400 4194304 4922060 140733918581360 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32329/statm: 2175 248 208 178 0 68 0
[pid=32330] ppid=32329 vsize=34620 CPUtime=4.3
/proc/32330/stat : 32330 (pb_cplex) R 32329 32329 32219 0 -1 4202496 6268 0 0 0 425 5 0 0 18 0 1 0 142809677 35450880 3132 1992294400 134512640 146736320 4291592672 18446744073709551615 136017493 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/32330/statm: 8655 3132 992 2985 0 5197 0
Current children cumulated CPU time (s) 4.3
Current children cumulated vsize (KiB) 43320

[startup+6.30152 s]
/proc/loadavg: 0.08 0.02 0.01 4/109 32334
/proc/meminfo: memFree=1399580/2059040 swapFree=4139368/4192956
[pid=32329] ppid=32327 vsize=8700 CPUtime=0
/proc/32329/stat : 32329 (run) S 32327 32329 32219 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 142809677 8908800 248 1992294400 4194304 4922060 140733918581360 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32329/statm: 2175 248 208 178 0 68 0
[pid=32330] ppid=32329 vsize=40448 CPUtime=8.37
/proc/32330/stat : 32330 (pb_cplex) R 32329 32329 32219 0 -1 4202496 9343 0 0 0 830 7 0 0 22 0 2 0 142809677 41418752 4322 1992294400 134512640 146736320 4291592672 18446744073709551615 136000440 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/32330/statm: 10112 4322 1000 2985 0 6654 0
[pid=32330/tid=32334] ppid=32329 vsize=40448 CPUtime=1.13
/proc/32330/task/32334/stat : 32334 (pb_cplex) R 32329 32329 32219 0 -1 4202560 948 0 0 0 113 0 0 0 17 0 2 0 142810086 41418752 4322 1992294400 134512640 146736320 4291592672 18446744073709551615 136002752 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.37
Current children cumulated vsize (KiB) 49148

[startup+12.7011 s]
/proc/loadavg: 0.23 0.05 0.02 2/109 32334
/proc/meminfo: memFree=1398712/2059040 swapFree=4139368/4192956
[pid=32329] ppid=32327 vsize=8700 CPUtime=0
/proc/32329/stat : 32329 (run) S 32327 32329 32219 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 142809677 8908800 248 1992294400 4194304 4922060 140733918581360 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32329/statm: 2175 248 208 178 0 68 0
[pid=32330] ppid=32329 vsize=39436 CPUtime=20.31
/proc/32330/stat : 32330 (pb_cplex) R 32329 32329 32219 0 -1 4202496 16167 0 0 0 2014 17 0 0 18 0 2 0 142809677 40382464 4243 1992294400 134512640 146736320 4291592672 18446744073709551615 135468704 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/32330/statm: 9859 4243 1000 2985 0 6401 0
[pid=32330/tid=32334] ppid=32329 vsize=39436 CPUtime=6.85
/proc/32330/task/32334/stat : 32334 (pb_cplex) R 32329 32329 32219 0 -1 4202560 2332 0 0 0 681 4 0 0 17 0 2 0 142810086 40382464 4243 1992294400 134512640 146736320 4291592672 18446744073709551615 135854592 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20.31
Current children cumulated vsize (KiB) 48136

[startup+25.5022 s]
/proc/loadavg: 0.62 0.14 0.05 2/109 32336
/proc/meminfo: memFree=1398216/2059040 swapFree=4139368/4192956
[pid=32329] ppid=32327 vsize=8700 CPUtime=0
/proc/32329/stat : 32329 (run) S 32327 32329 32219 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 142809677 8908800 248 1992294400 4194304 4922060 140733918581360 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32329/statm: 2175 248 208 178 0 68 0
[pid=32330] ppid=32329 vsize=39724 CPUtime=44.12
/proc/32330/stat : 32330 (pb_cplex) R 32329 32329 32219 0 -1 4202496 25718 0 0 0 4376 36 0 0 18 0 2 0 142809677 40677376 4338 1992294400 134512640 146736320 4291592672 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/32330/statm: 9931 4338 1000 2985 0 6473 0
[pid=32330/tid=32334] ppid=32329 vsize=39724 CPUtime=18.55
/proc/32330/task/32334/stat : 32334 (pb_cplex) R 32329 32329 32219 0 -1 4202560 9809 0 0 0 1840 15 0 0 17 0 2 0 142810086 40677376 4338 1992294400 134512640 146736320 4291592672 18446744073709551615 136403116 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 44.12
Current children cumulated vsize (KiB) 48424

[startup+51.1014 s]
/proc/loadavg: 1.31 0.34 0.11 3/109 32336
/proc/meminfo: memFree=1397224/2059040 swapFree=4139368/4192956
[pid=32329] ppid=32327 vsize=8700 CPUtime=0
/proc/32329/stat : 32329 (run) S 32327 32329 32219 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 142809677 8908800 248 1992294400 4194304 4922060 140733918581360 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32329/statm: 2175 248 208 178 0 68 0
[pid=32330] ppid=32329 vsize=42104 CPUtime=91.43
/proc/32330/stat : 32330 (pb_cplex) S 32329 32329 32219 0 -1 4202496 37434 0 0 0 9071 72 0 0 18 0 2 0 142809677 43114496 4710 1992294400 134512640 146736320 4291592672 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/32330/statm: 10526 4710 1000 2985 0 7068 0
[pid=32330/tid=32334] ppid=32329 vsize=42104 CPUtime=42.11
/proc/32330/task/32334/stat : 32334 (pb_cplex) R 32329 32329 32219 0 -1 4202560 21447 0 0 0 4177 34 0 0 18 0 2 0 142810086 43114496 4710 1992294400 134512640 146736320 4291592672 18446744073709551615 136004384 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 91.43
Current children cumulated vsize (KiB) 50804

[startup+102.302 s]
/proc/loadavg: 1.44 0.52 0.18 3/109 32338
/proc/meminfo: memFree=1397720/2059040 swapFree=4139368/4192956
[pid=32329] ppid=32327 vsize=8700 CPUtime=0
/proc/32329/stat : 32329 (run) S 32327 32329 32219 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 142809677 8908800 248 1992294400 4194304 4922060 140733918581360 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32329/statm: 2175 248 208 178 0 68 0
[pid=32330] ppid=32329 vsize=40012 CPUtime=169.03
/proc/32330/stat : 32330 (pb_cplex) R 32329 32329 32219 0 -1 4202496 73406 0 0 0 16776 127 0 0 18 0 2 0 142809677 40972288 4462 1992294400 134512640 146736320 4291592672 18446744073709551615 136403114 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/32330/statm: 10003 4462 1010 2985 0 6545 0
[pid=32330/tid=32334] ppid=32329 vsize=40012 CPUtime=70.91
/proc/32330/task/32334/stat : 32334 (pb_cplex) R 32329 32329 32219 0 -1 4202560 34525 0 0 0 7031 60 0 0 17 0 2 0 142810086 40972288 4462 1992294400 134512640 146736320 4291592672 18446744073709551615 135854505 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 169.03
Current children cumulated vsize (KiB) 48712

[startup+162.302 s]
/proc/loadavg: 1.70 0.76 0.28 2/109 32338
/proc/meminfo: memFree=1397596/2059040 swapFree=4139368/4192956
[pid=32329] ppid=32327 vsize=8700 CPUtime=0
/proc/32329/stat : 32329 (run) S 32327 32329 32219 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 142809677 8908800 248 1992294400 4194304 4922060 140733918581360 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32329/statm: 2175 248 208 178 0 68 0
[pid=32330] ppid=32329 vsize=40468 CPUtime=280.07
/proc/32330/stat : 32330 (pb_cplex) R 32329 32329 32219 0 -1 4202496 90227 0 0 0 27797 210 0 0 18 0 2 0 142809677 41439232 4465 1992294400 134512640 146736320 4291592672 18446744073709551615 136017752 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/32330/statm: 10117 4465 1010 2985 0 6659 0
[pid=32330/tid=32334] ppid=32329 vsize=40468 CPUtime=125.37
/proc/32330/task/32334/stat : 32334 (pb_cplex) S 32329 32329 32219 0 -1 4202560 48532 0 0 0 12435 102 0 0 17 0 2 0 142810086 41439232 4465 1992294400 134512640 146736320 4291592672 18446744073709551615 144580073 0 2 4096 16387 18446604437857192768 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 280.07
Current children cumulated vsize (KiB) 49168

[startup+222.31 s]
/proc/loadavg: 1.93 0.99 0.39 4/109 32340
/proc/meminfo: memFree=1397224/2059040 swapFree=4139368/4192956
[pid=32329] ppid=32327 vsize=8700 CPUtime=0
/proc/32329/stat : 32329 (run) S 32327 32329 32219 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 142809677 8908800 248 1992294400 4194304 4922060 140733918581360 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32329/statm: 2175 248 208 178 0 68 0
[pid=32330] ppid=32329 vsize=40468 CPUtime=391.27
/proc/32330/stat : 32330 (pb_cplex) R 32329 32329 32219 0 -1 4202496 108604 0 0 0 38834 293 0 0 18 0 2 0 142809677 41439232 4466 1992294400 134512640 146736320 4291592672 18446744073709551615 135526715 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/32330/statm: 10117 4466 1010 2985 0 6659 0
[pid=32330/tid=32334] ppid=32329 vsize=40468 CPUtime=180.8
/proc/32330/task/32334/stat : 32334 (pb_cplex) R 32329 32329 32219 0 -1 4202560 60704 0 0 0 17935 145 0 0 17 0 2 0 142810086 41439232 4466 1992294400 134512640 146736320 4291592672 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 391.27
Current children cumulated vsize (KiB) 49168

[startup+282.301 s]
/proc/loadavg: 2.14 1.22 0.51 3/109 32342
/proc/meminfo: memFree=1397348/2059040 swapFree=4139368/4192956
[pid=32329] ppid=32327 vsize=8700 CPUtime=0
/proc/32329/stat : 32329 (run) S 32327 32329 32219 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 142809677 8908800 248 1992294400 4194304 4922060 140733918581360 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32329/statm: 2175 248 208 178 0 68 0
[pid=32330] ppid=32329 vsize=41408 CPUtime=502.57
/proc/32330/stat : 32330 (pb_cplex) R 32329 32329 32219 0 -1 4202496 126791 0 0 0 49876 381 0 0 18 0 2 0 142809677 42401792 4624 1992294400 134512640 146736320 4291592672 18446744073709551615 136008443 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/32330/statm: 10352 4624 1010 2985 0 6894 0
[pid=32330/tid=32334] ppid=32329 vsize=41408 CPUtime=236.23
/proc/32330/task/32334/stat : 32334 (pb_cplex) S 32329 32329 32219 0 -1 4202560 73078 0 0 0 23432 191 0 0 16 0 2 0 142810086 42401792 4624 1992294400 134512640 146736320 4291592672 18446744073709551615 144580073 0 2 4096 16387 18446604437857192768 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 502.57
Current children cumulated vsize (KiB) 50108

[startup+342.301 s]
/proc/loadavg: 1.82 1.29 0.57 3/109 32344
/proc/meminfo: memFree=1397472/2059040 swapFree=4139368/4192956
[pid=32329] ppid=32327 vsize=8700 CPUtime=0
/proc/32329/stat : 32329 (run) S 32327 32329 32219 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 142809677 8908800 248 1992294400 4194304 4922060 140733918581360 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32329/statm: 2175 248 208 178 0 68 0
[pid=32330] ppid=32329 vsize=40468 CPUtime=613.43

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


[startup+702.3 s]
/proc/loadavg: 1.94 1.74 1.00 3/109 32354
/proc/meminfo: memFree=1396232/2059040 swapFree=4139368/4192956
[pid=32329] ppid=32327 vsize=8700 CPUtime=0
/proc/32329/stat : 32329 (run) S 32327 32329 32219 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 142809677 8908800 248 1992294400 4194304 4922060 140733918581360 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32329/statm: 2175 248 208 178 0 68 0
[pid=32330] ppid=32329 vsize=41004 CPUtime=1280.24
/proc/32330/stat : 32330 (pb_cplex) R 32329 32329 32219 0 -1 4202496 240840 0 0 0 127041 983 0 0 16 0 2 0 142809677 41988096 4760 1992294400 134512640 146736320 4291592672 18446744073709551615 135983319 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/32330/statm: 10251 4760 1010 2985 0 6793 0
[pid=32330/tid=32334] ppid=32329 vsize=41004 CPUtime=639.3
/proc/32330/task/32334/stat : 32334 (pb_cplex) R 32329 32329 32219 0 -1 4202560 129661 0 0 0 63448 482 0 0 18 0 2 0 142810086 41988096 4760 1992294400 134512640 146736320 4291592672 18446744073709551615 136403109 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1280.24
Current children cumulated vsize (KiB) 49704

[startup+762.3 s]
/proc/loadavg: 1.79 1.73 1.04 3/109 32354
/proc/meminfo: memFree=1395984/2059040 swapFree=4139368/4192956
[pid=32329] ppid=32327 vsize=8700 CPUtime=0
/proc/32329/stat : 32329 (run) S 32327 32329 32219 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 142809677 8908800 248 1992294400 4194304 4922060 140733918581360 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32329/statm: 2175 248 208 178 0 68 0
[pid=32330] ppid=32329 vsize=41096 CPUtime=1391.91
/proc/32330/stat : 32330 (pb_cplex) R 32329 32329 32219 0 -1 4202496 254382 0 0 0 138127 1064 0 0 17 0 2 0 142809677 42082304 4769 1992294400 134512640 146736320 4291592672 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/32330/statm: 10274 4769 1010 2985 0 6816 0
[pid=32330/tid=32334] ppid=32329 vsize=41096 CPUtime=697.12
/proc/32330/task/32334/stat : 32334 (pb_cplex) R 32329 32329 32219 0 -1 4202560 138509 0 0 0 69187 525 0 0 18 0 2 0 142810086 42082304 4769 1992294400 134512640 146736320 4291592672 18446744073709551615 136403114 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1391.91
Current children cumulated vsize (KiB) 49796

[startup+822.301 s]
/proc/loadavg: 1.94 1.79 1.10 3/109 32356
/proc/meminfo: memFree=1395984/2059040 swapFree=4139368/4192956
[pid=32329] ppid=32327 vsize=8700 CPUtime=0
/proc/32329/stat : 32329 (run) S 32327 32329 32219 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 142809677 8908800 248 1992294400 4194304 4922060 140733918581360 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32329/statm: 2175 248 208 178 0 68 0
[pid=32330] ppid=32329 vsize=41096 CPUtime=1503.35
/proc/32330/stat : 32330 (pb_cplex) R 32329 32329 32219 0 -1 4202496 265965 0 0 0 149188 1147 0 0 17 0 2 0 142809677 42082304 4781 1992294400 134512640 146736320 4291592672 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/32330/statm: 10274 4781 1010 2985 0 6816 0
[pid=32330/tid=32334] ppid=32329 vsize=41096 CPUtime=755
/proc/32330/task/32334/stat : 32334 (pb_cplex) R 32329 32329 32219 0 -1 4202560 145121 0 0 0 74932 568 0 0 18 0 2 0 142810086 42082304 4781 1992294400 134512640 146736320 4291592672 18446744073709551615 136017474 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1503.35
Current children cumulated vsize (KiB) 49796

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

[startup+844.802 s]
/proc/loadavg: 1.96 1.81 1.12 3/109 32356
/proc/meminfo: memFree=1395860/2059040 swapFree=4139368/4192956
[pid=32329] ppid=32327 vsize=8700 CPUtime=0
/proc/32329/stat : 32329 (run) S 32327 32329 32219 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 142809677 8908800 248 1992294400 4194304 4922060 140733918581360 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32329/statm: 2175 248 208 178 0 68 0
[pid=32330] ppid=32329 vsize=41096 CPUtime=1545.07
/proc/32330/stat : 32330 (pb_cplex) R 32329 32329 32219 0 -1 4202496 268706 0 0 0 153329 1178 0 0 16 0 2 0 142809677 42082304 4783 1992294400 134512640 146736320 4291592672 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/32330/statm: 10274 4783 1010 2985 0 6816 0
[pid=32330/tid=32334] ppid=32329 vsize=41096 CPUtime=776.67
/proc/32330/task/32334/stat : 32334 (pb_cplex) R 32329 32329 32219 0 -1 4202560 147183 0 0 0 77083 584 0 0 18 0 2 0 142810086 42082304 4783 1992294400 134512640 146736320 4291592672 18446744073709551615 136002043 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1545.07
Current children cumulated vsize (KiB) 49796

[startup+857.601 s]
/proc/loadavg: 1.97 1.81 1.13 3/109 32358
/proc/meminfo: memFree=1395860/2059040 swapFree=4139368/4192956
[pid=32329] ppid=32327 vsize=8700 CPUtime=0
/proc/32329/stat : 32329 (run) S 32327 32329 32219 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 142809677 8908800 248 1992294400 4194304 4922060 140733918581360 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32329/statm: 2175 248 208 178 0 68 0
[pid=32330] ppid=32329 vsize=41096 CPUtime=1568.87
/proc/32330/stat : 32330 (pb_cplex) R 32329 32329 32219 0 -1 4202496 271362 0 0 0 155694 1193 0 0 16 0 2 0 142809677 42082304 4783 1992294400 134512640 146736320 4291592672 18446744073709551615 138374180 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/32330/statm: 10274 4783 1010 2985 0 6816 0
[pid=32330/tid=32334] ppid=32329 vsize=41096 CPUtime=789
/proc/32330/task/32334/stat : 32334 (pb_cplex) R 32329 32329 32219 0 -1 4202560 148847 0 0 0 78308 592 0 0 18 0 2 0 142810086 42082304 4783 1992294400 134512640 146736320 4291592672 18446744073709551615 136017846 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1568.87
Current children cumulated vsize (KiB) 49796

[startup+870.401 s]
/proc/loadavg: 2.04 1.84 1.15 3/109 32358
/proc/meminfo: memFree=1395860/2059040 swapFree=4139368/4192956
[pid=32329] ppid=32327 vsize=8700 CPUtime=0
/proc/32329/stat : 32329 (run) S 32327 32329 32219 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 142809677 8908800 248 1992294400 4194304 4922060 140733918581360 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32329/statm: 2175 248 208 178 0 68 0
[pid=32330] ppid=32329 vsize=41096 CPUtime=1592.72
/proc/32330/stat : 32330 (pb_cplex) R 32329 32329 32219 0 -1 4202496 275106 0 0 0 158061 1211 0 0 17 0 2 0 142809677 42082304 4773 1992294400 134512640 146736320 4291592672 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/32330/statm: 10274 4773 1010 2985 0 6816 0
[pid=32330/tid=32334] ppid=32329 vsize=41096 CPUtime=801.17
/proc/32330/task/32334/stat : 32334 (pb_cplex) R 32329 32329 32219 0 -1 4202560 151137 0 0 0 79517 600 0 0 18 0 2 0 142810086 42082304 4773 1992294400 134512640 146736320 4291592672 18446744073709551615 139043587 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1592.72
Current children cumulated vsize (KiB) 49796

[startup+873.6 s]
/proc/loadavg: 2.04 1.84 1.15 3/109 32358
/proc/meminfo: memFree=1395860/2059040 swapFree=4139368/4192956
[pid=32329] ppid=32327 vsize=8700 CPUtime=0
/proc/32329/stat : 32329 (run) S 32327 32329 32219 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 142809677 8908800 248 1992294400 4194304 4922060 140733918581360 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32329/statm: 2175 248 208 178 0 68 0
[pid=32330] ppid=32329 vsize=41096 CPUtime=1598.62
/proc/32330/stat : 32330 (pb_cplex) R 32329 32329 32219 0 -1 4202496 275122 0 0 0 158647 1215 0 0 17 0 2 0 142809677 42082304 4767 1992294400 134512640 146736320 4291592672 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/32330/statm: 10274 4767 1010 2985 0 6816 0
[pid=32330/tid=32334] ppid=32329 vsize=41096 CPUtime=804.22
/proc/32330/task/32334/stat : 32334 (pb_cplex) R 32329 32329 32219 0 -1 4202560 151137 0 0 0 79819 603 0 0 18 0 2 0 142810086 42082304 4767 1992294400 134512640 146736320 4291592672 18446744073709551615 135999793 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1598.62
Current children cumulated vsize (KiB) 49796

[startup+875.201 s]
/proc/loadavg: 2.04 1.84 1.16 3/109 32358
/proc/meminfo: memFree=1395984/2059040 swapFree=4139368/4192956
[pid=32329] ppid=32327 vsize=8700 CPUtime=0
/proc/32329/stat : 32329 (run) S 32327 32329 32219 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 142809677 8908800 248 1992294400 4194304 4922060 140733918581360 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32329/statm: 2175 248 208 178 0 68 0
[pid=32330] ppid=32329 vsize=41096 CPUtime=1601.63
/proc/32330/stat : 32330 (pb_cplex) R 32329 32329 32219 0 -1 4202496 275122 0 0 0 158946 1217 0 0 18 0 2 0 142809677 42082304 4747 1992294400 134512640 146736320 4291592672 18446744073709551615 136403116 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/32330/statm: 10274 4747 1010 2985 0 6816 0
[pid=32330/tid=32334] ppid=32329 vsize=41096 CPUtime=805.72
/proc/32330/task/32334/stat : 32334 (pb_cplex) R 32329 32329 32219 0 -1 4202560 151137 0 0 0 79968 604 0 0 18 0 2 0 142810086 42082304 4747 1992294400 134512640 146736320 4291592672 18446744073709551615 135467845 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1601.63
Current children cumulated vsize (KiB) 49796

[startup+876.809 s]
/proc/loadavg: 2.04 1.84 1.16 3/109 32358
/proc/meminfo: memFree=1395984/2059040 swapFree=4139368/4192956
[pid=32329] ppid=32327 vsize=8700 CPUtime=0
/proc/32329/stat : 32329 (run) S 32327 32329 32219 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 142809677 8908800 248 1992294400 4194304 4922060 140733918581360 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32329/statm: 2175 248 208 178 0 68 0
[pid=32330] ppid=32329 vsize=41096 CPUtime=1604.65
/proc/32330/stat : 32330 (pb_cplex) R 32329 32329 32219 0 -1 4202496 275122 0 0 0 159246 1219 0 0 17 0 2 0 142809677 42082304 4747 1992294400 134512640 146736320 4291592672 18446744073709551615 136017771 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/32330/statm: 10274 4747 1010 2985 0 6816 0
[pid=32330/tid=32334] ppid=32329 vsize=41096 CPUtime=807.25
/proc/32330/task/32334/stat : 32334 (pb_cplex) R 32329 32329 32219 0 -1 4202560 151137 0 0 0 80120 605 0 0 19 0 2 0 142810086 42082304 4747 1992294400 134512640 146736320 4291592672 18446744073709551615 136403114 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1604.65
Current children cumulated vsize (KiB) 49796

[startup+877.201 s]
/proc/loadavg: 2.04 1.84 1.16 3/109 32358
/proc/meminfo: memFree=1395984/2059040 swapFree=4139368/4192956
[pid=32329] ppid=32327 vsize=8700 CPUtime=0
/proc/32329/stat : 32329 (run) S 32327 32329 32219 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 142809677 8908800 248 1992294400 4194304 4922060 140733918581360 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32329/statm: 2175 248 208 178 0 68 0
[pid=32330] ppid=32329 vsize=41096 CPUtime=1605.38
/proc/32330/stat : 32330 (pb_cplex) R 32329 32329 32219 0 -1 4202496 275122 0 0 0 159318 1220 0 0 18 0 2 0 142809677 42082304 4747 1992294400 134512640 146736320 4291592672 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/32330/statm: 10274 4747 1010 2985 0 6816 0
[pid=32330/tid=32334] ppid=32329 vsize=41096 CPUtime=807.58
/proc/32330/task/32334/stat : 32334 (pb_cplex) R 32329 32329 32219 0 -1 4202560 151137 0 0 0 80153 605 0 0 17 0 2 0 142810086 42082304 4747 1992294400 134512640 146736320 4291592672 18446744073709551615 136384852 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1605.38
Current children cumulated vsize (KiB) 49796

[startup+877.401 s]
/proc/loadavg: 2.04 1.84 1.16 3/109 32358
/proc/meminfo: memFree=1395984/2059040 swapFree=4139368/4192956
[pid=32329] ppid=32327 vsize=8700 CPUtime=0
/proc/32329/stat : 32329 (run) S 32327 32329 32219 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 142809677 8908800 248 1992294400 4194304 4922060 140733918581360 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32329/statm: 2175 248 208 178 0 68 0
[pid=32330] ppid=32329 vsize=41096 CPUtime=1605.77
/proc/32330/stat : 32330 (pb_cplex) R 32329 32329 32219 0 -1 4202496 275122 0 0 0 159357 1220 0 0 18 0 2 0 142809677 42082304 4747 1992294400 134512640 146736320 4291592672 18446744073709551615 136389681 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/32330/statm: 10274 4747 1010 2985 0 6816 0
[pid=32330/tid=32334] ppid=32329 vsize=41096 CPUtime=807.78
/proc/32330/task/32334/stat : 32334 (pb_cplex) R 32329 32329 32219 0 -1 4202560 151137 0 0 0 80173 605 0 0 18 0 2 0 142810086 42082304 4747 1992294400 134512640 146736320 4291592672 18446744073709551615 136017485 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1605.77
Current children cumulated vsize (KiB) 49796

[startup+877.501 s]
/proc/loadavg: 2.04 1.84 1.16 3/109 32358
/proc/meminfo: memFree=1395984/2059040 swapFree=4139368/4192956
[pid=32329] ppid=32327 vsize=8700 CPUtime=0
/proc/32329/stat : 32329 (run) S 32327 32329 32219 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 142809677 8908800 248 1992294400 4194304 4922060 140733918581360 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32329/statm: 2175 248 208 178 0 68 0
[pid=32330] ppid=32329 vsize=41096 CPUtime=1605.89
/proc/32330/stat : 32330 (pb_cplex) R 32329 32329 32219 0 -1 4202496 275122 0 0 0 159369 1220 0 0 18 0 2 0 142809677 42082304 4644 1992294400 134512640 146736320 4291592672 18446744073709551615 135468690 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/32330/statm: 10274 4644 1010 2985 0 6816 0
[pid=32330/tid=32334] ppid=32329 vsize=41096 CPUtime=807.8
/proc/32330/task/32334/stat : 32334 (pb_cplex) R 32329 32329 32219 0 -1 4202560 151137 0 0 0 80175 605 0 0 17 0 2 0 142810086 42082304 4644 1992294400 134512640 146736320 4291592672 18446744073709551615 139043575 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1605.89
Current children cumulated vsize (KiB) 49796

Child status: 0
Real time (s): 877.551
CPU time (s): 1605.98
CPU user time (s): 1593.77
CPU system time (s): 12.2101
CPU usage (%): 183.007
Max. virtual memory (cumulated for all children) (KiB): 59356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1593.77
system time used= 12.2101
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 275509
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= 197957
involuntary context switches= 27636

runsolver used 1.66075 second user time and 4.69429 second system time

The end

Launcher Data

Begin job on node031 at 2010-07-01 22:12:32
IDJOB=2696190
IDBENCH=1270
IDSOLVER=1209
FILE ID=node031/2696190-1278015152
PBS_JOBID= 11198731
Free space on /tmp= 62392 MiB

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

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

MD5SUM BENCH= 9f20f031d3068edba1350cbde5c721b5
RANDOM SEED=1978957757

node031.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.219
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.43
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.219
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.53
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1413400 kB
Buffers:        147648 kB
Cached:         388512 kB
SwapCached:       6400 kB
Active:         207372 kB
Inactive:       342124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1413400 kB
SwapTotal:     4192956 kB
SwapFree:      4139368 kB
Dirty:           16808 kB
Writeback:           0 kB
AnonPages:       11760 kB
Mapped:          11892 kB
Slab:            73956 kB
PageTables:       4192 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181184 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264964 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62376 MiB
End job on node031 at 2010-07-01 22:27:10