Trace number 2696054

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.07 1485.42

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_7_60_3.opb
MD5SUM474916db0f2f0be5831d97827cee8e55
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark1791.09
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 16
Optimality of the best value was proved NO
Number of variables172
Total number of constraints14
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 constraints14
Minimum length of a constraint75
Maximum length of a constraint76
Number of terms in the objective function 112
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 3570
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1901
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 6214
Number of bits of the biggest sum of numbers13
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-2696054-1278020974.opb.
0.00/0.00	c Instance file HOME/instance-2696054-1278020974.opb
0.00/0.00	c File size is 10386 bytes.
0.00/0.03	c Highest Coefficient sum: 6214
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.03	c ============================[ Problem Statistics ]=============================
0.00/0.03	c |                                                                             |
0.00/0.03	c |  Parsing time:          0.03         s                                      |
0.00/0.03	c |  Number Variables:      172                                                 |
0.00/0.03	c |  Number Constraints:    14                                                  |
0.00/0.03	c ===============================================================================
1800.05/1485.41	c Remaining time 1799.97 sec.
1800.05/1485.41	c 
1800.05/1485.41	c *** INTERRUPTED ***
1800.05/1485.41	s UNKNOWN
1800.05/1485.41	c Total CPU time              : 1696.09 s
1800.05/1485.41	c Memory used           : 56.72 MB
1800.05/1485.41	c CPU time              : 1696.09 s
1800.05/1485.41	c 
1800.05/1485.41	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-2696054-1278020974/watcher-2696054-1278020974 -o /tmp/evaluation-result-2696054-1278020974/solver-2696054-1278020974 -C 1800 -W 2000 -M 1800 run HOME/instance-2696054-1278020974.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.75 1.56 1.36 3/106 31098
/proc/meminfo: memFree=1666468/2059040 swapFree=4140152/4192956
[pid=31098] ppid=31096 vsize=8700 CPUtime=0
/proc/31098/stat : 31098 (run) S 31096 31098 30165 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 143390192 8908800 249 1992294400 4194304 4922060 140734412764304 18446744073709551615 255179988101 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31098/statm: 2175 249 208 178 0 68 0

[startup+0.102757 s]
/proc/loadavg: 1.75 1.56 1.36 3/106 31098
/proc/meminfo: memFree=1666468/2059040 swapFree=4140152/4192956
[pid=31098] ppid=31096 vsize=8700 CPUtime=0
/proc/31098/stat : 31098 (run) S 31096 31098 30165 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 143390192 8908800 249 1992294400 4194304 4922060 140734412764304 18446744073709551615 255179988101 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31098/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.208176 s]
/proc/loadavg: 1.75 1.56 1.36 3/106 31098
/proc/meminfo: memFree=1666468/2059040 swapFree=4140152/4192956
[pid=31098] ppid=31096 vsize=8700 CPUtime=0
/proc/31098/stat : 31098 (run) S 31096 31098 30165 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 143390192 8908800 249 1992294400 4194304 4922060 140734412764304 18446744073709551615 255179988101 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31098/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.314615 s]
/proc/loadavg: 1.75 1.56 1.36 3/106 31098
/proc/meminfo: memFree=1666468/2059040 swapFree=4140152/4192956
[pid=31098] ppid=31096 vsize=8700 CPUtime=0
/proc/31098/stat : 31098 (run) S 31096 31098 30165 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 143390192 8908800 249 1992294400 4194304 4922060 140734412764304 18446744073709551615 255179988101 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31098/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700664 s]
/proc/loadavg: 1.75 1.56 1.36 3/106 31098
/proc/meminfo: memFree=1666468/2059040 swapFree=4140152/4192956
[pid=31098] ppid=31096 vsize=8700 CPUtime=0
/proc/31098/stat : 31098 (run) S 31096 31098 30165 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 143390192 8908800 249 1992294400 4194304 4922060 140734412764304 18446744073709551615 255179988101 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31098/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50077 s]
/proc/loadavg: 1.75 1.56 1.36 2/109 31107
/proc/meminfo: memFree=1661980/2059040 swapFree=4140152/4192956
[pid=31098] ppid=31096 vsize=8700 CPUtime=0
/proc/31098/stat : 31098 (run) S 31096 31098 30165 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 143390192 8908800 249 1992294400 4194304 4922060 140734412764304 18446744073709551615 255179988101 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31098/statm: 2175 249 208 178 0 68 0
[pid=31099] ppid=31098 vsize=29436 CPUtime=1.86
/proc/31099/stat : 31099 (pb_cplex) R 31098 31098 30165 0 -1 4202496 5984 0 0 0 168 18 0 0 16 0 2 0 143390192 30142464 1999 1992294400 134512640 146736320 4286676800 18446744073709551615 137366880 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31099/statm: 7359 1999 1083 2985 0 3901 0
[pid=31099/tid=31107] ppid=31098 vsize=29436 CPUtime=0.55
/proc/31099/task/31107/stat : 31107 (pb_cplex) S 31098 31098 30165 0 -1 4202560 1470 0 0 0 51 4 0 0 16 0 2 0 143390254 30142464 1999 1992294400 134512640 146736320 4286676800 18446744073709551615 144580073 0 2 4096 16387 18446604437821129728 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 38136

[startup+3.10201 s]
/proc/loadavg: 1.75 1.56 1.36 2/109 31107
/proc/meminfo: memFree=1661112/2059040 swapFree=4140152/4192956
[pid=31098] ppid=31096 vsize=8700 CPUtime=0
/proc/31098/stat : 31098 (run) S 31096 31098 30165 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 143390192 8908800 249 1992294400 4194304 4922060 140734412764304 18446744073709551615 255179988101 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31098/statm: 2175 249 208 178 0 68 0
[pid=31099] ppid=31098 vsize=30312 CPUtime=3.69
/proc/31099/stat : 31099 (pb_cplex) S 31098 31098 30165 0 -1 4202496 9741 0 0 0 342 27 0 0 16 0 2 0 143390192 31039488 2234 1992294400 134512640 146736320 4286676800 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31099/statm: 7578 2234 1083 2985 0 4120 0
[pid=31099/tid=31107] ppid=31098 vsize=30312 CPUtime=1.44
/proc/31099/task/31107/stat : 31107 (pb_cplex) R 31098 31098 30165 0 -1 4202560 3319 0 0 0 135 9 0 0 16 0 2 0 143390254 31039488 2234 1992294400 134512640 146736320 4286676800 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.69
Current children cumulated vsize (KiB) 39012

[startup+6.30146 s]
/proc/loadavg: 1.69 1.55 1.36 2/109 31107
/proc/meminfo: memFree=1659004/2059040 swapFree=4140152/4192956
[pid=31098] ppid=31096 vsize=8700 CPUtime=0
/proc/31098/stat : 31098 (run) S 31096 31098 30165 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 143390192 8908800 249 1992294400 4194304 4922060 140734412764304 18446744073709551615 255179988101 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31098/statm: 2175 249 208 178 0 68 0
[pid=31099] ppid=31098 vsize=32564 CPUtime=7.17
/proc/31099/stat : 31099 (pb_cplex) S 31098 31098 30165 0 -1 4202496 16127 0 0 0 669 48 0 0 16 0 2 0 143390192 33345536 2810 1992294400 134512640 146736320 4286676800 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31099/statm: 8141 2810 1082 2985 0 4683 0
[pid=31099/tid=31107] ppid=31098 vsize=32564 CPUtime=3.04
/proc/31099/task/31107/stat : 31107 (pb_cplex) R 31098 31098 30165 0 -1 4202560 6218 0 0 0 286 18 0 0 16 0 2 0 143390254 33345536 2810 1992294400 134512640 146736320 4286676800 18446744073709551615 135526483 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.17
Current children cumulated vsize (KiB) 41264

[startup+12.7014 s]
/proc/loadavg: 1.64 1.54 1.36 4/109 31107
/proc/meminfo: memFree=1656772/2059040 swapFree=4140152/4192956
[pid=31098] ppid=31096 vsize=8700 CPUtime=0
/proc/31098/stat : 31098 (run) S 31096 31098 30165 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 143390192 8908800 249 1992294400 4194304 4922060 140734412764304 18446744073709551615 255179988101 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31098/statm: 2175 249 208 178 0 68 0
[pid=31099] ppid=31098 vsize=35520 CPUtime=16.61
/proc/31099/stat : 31099 (pb_cplex) R 31098 31098 30165 0 -1 4202496 36320 0 0 0 1567 94 0 0 18 0 2 0 143390192 36372480 3305 1992294400 134512640 146736320 4286676800 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31099/statm: 8880 3305 1085 2985 0 5422 0
[pid=31099/tid=31107] ppid=31098 vsize=35520 CPUtime=7.62
/proc/31099/task/31107/stat : 31107 (pb_cplex) R 31098 31098 30165 0 -1 4202560 16455 0 0 0 721 41 0 0 18 0 2 0 143390254 36372480 3305 1992294400 134512640 146736320 4286676800 18446744073709551615 135844901 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 16.61
Current children cumulated vsize (KiB) 44220

[startup+25.5012 s]
/proc/loadavg: 1.56 1.53 1.36 2/109 31107
/proc/meminfo: memFree=1653052/2059040 swapFree=4140152/4192956
[pid=31098] ppid=31096 vsize=8700 CPUtime=0
/proc/31098/stat : 31098 (run) S 31096 31098 30165 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 143390192 8908800 249 1992294400 4194304 4922060 140734412764304 18446744073709551615 255179988101 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31098/statm: 2175 249 208 178 0 68 0
[pid=31099] ppid=31098 vsize=37780 CPUtime=31.69
/proc/31099/stat : 31099 (pb_cplex) S 31098 31098 30165 0 -1 4202496 62335 0 0 0 2986 183 0 0 16 0 2 0 143390192 38686720 4044 1992294400 134512640 146736320 4286676800 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31099/statm: 9445 4044 1085 2985 0 5987 0
[pid=31099/tid=31107] ppid=31098 vsize=37780 CPUtime=15.27
/proc/31099/task/31107/stat : 31107 (pb_cplex) R 31098 31098 30165 0 -1 4202560 29785 0 0 0 1441 86 0 0 16 0 2 0 143390254 38686720 4044 1992294400 134512640 146736320 4286676800 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 31.69
Current children cumulated vsize (KiB) 46480

[startup+51.1008 s]
/proc/loadavg: 1.44 1.50 1.35 2/109 31112
/proc/meminfo: memFree=1655904/2059040 swapFree=4140152/4192956
[pid=31098] ppid=31096 vsize=8700 CPUtime=0
/proc/31098/stat : 31098 (run) S 31096 31098 30165 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 143390192 8908800 249 1992294400 4194304 4922060 140734412764304 18446744073709551615 255179988101 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31098/statm: 2175 249 208 178 0 68 0
[pid=31099] ppid=31098 vsize=36472 CPUtime=61.44
/proc/31099/stat : 31099 (pb_cplex) S 31098 31098 30165 0 -1 4202496 91068 0 0 0 5788 356 0 0 16 0 2 0 143390192 37347328 3448 1992294400 134512640 146736320 4286676800 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31099/statm: 9118 3448 1087 2985 0 5660 0
[pid=31099/tid=31112] ppid=31098 vsize=36472 CPUtime=9.85
/proc/31099/task/31112/stat : 31112 (pb_cplex) R 31098 31098 30165 0 -1 4202560 7338 0 0 0 929 56 0 0 16 0 2 0 143393635 37347328 3448 1992294400 134512640 146736320 4286676800 18446744073709551615 136382490 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 61.44
Current children cumulated vsize (KiB) 45172

[startup+102.301 s]
/proc/loadavg: 1.36 1.47 1.35 2/109 31114
/proc/meminfo: memFree=1651316/2059040 swapFree=4140152/4192956
[pid=31098] ppid=31096 vsize=8700 CPUtime=0
/proc/31098/stat : 31098 (run) S 31096 31098 30165 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 143390192 8908800 249 1992294400 4194304 4922060 140734412764304 18446744073709551615 255179988101 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31098/statm: 2175 249 208 178 0 68 0
[pid=31099] ppid=31098 vsize=40568 CPUtime=124.45
/proc/31099/stat : 31099 (pb_cplex) R 31098 31098 30165 0 -1 4202496 129187 0 0 0 11683 762 0 0 16 0 2 0 143390192 41541632 4528 1992294400 134512640 146736320 4286676800 18446744073709551615 144785853 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31099/statm: 10142 4528 1086 2985 0 6684 0
[pid=31099/tid=31112] ppid=31098 vsize=40568 CPUtime=40.97
/proc/31099/task/31112/stat : 31112 (pb_cplex) S 31098 31098 30165 0 -1 4202560 27046 0 0 0 3843 254 0 0 16 0 2 0 143393635 41541632 4527 1992294400 134512640 146736320 4286676800 18446744073709551615 144580073 0 2 4096 16387 18446604437821129728 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 124.45
Current children cumulated vsize (KiB) 49268

[startup+162.301 s]
/proc/loadavg: 1.18 1.40 1.33 2/109 31116
/proc/meminfo: memFree=1648836/2059040 swapFree=4140152/4192956
[pid=31098] ppid=31096 vsize=8700 CPUtime=0
/proc/31098/stat : 31098 (run) S 31096 31098 30165 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 143390192 8908800 249 1992294400 4194304 4922060 140734412764304 18446744073709551615 255179988101 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31098/statm: 2175 249 208 178 0 68 0
[pid=31099] ppid=31098 vsize=42996 CPUtime=196
/proc/31099/stat : 31099 (pb_cplex) S 31098 31098 30165 0 -1 4202496 182810 0 0 0 18411 1189 0 0 16 0 2 0 143390192 44027904 5052 1992294400 134512640 146736320 4286676800 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31099/statm: 10749 5052 1086 2985 0 7291 0
[pid=31099/tid=31112] ppid=31098 vsize=42996 CPUtime=76.71
/proc/31099/task/31112/stat : 31112 (pb_cplex) R 31098 31098 30165 0 -1 4202560 53081 0 0 0 7204 467 0 0 16 0 2 0 143393635 44027904 5052 1992294400 134512640 146736320 4286676800 18446744073709551615 144580846 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 196
Current children cumulated vsize (KiB) 51696

[startup+222.309 s]
/proc/loadavg: 1.26 1.37 1.33 2/109 31116
/proc/meminfo: memFree=1644868/2059040 swapFree=4140152/4192956
[pid=31098] ppid=31096 vsize=8700 CPUtime=0
/proc/31098/stat : 31098 (run) S 31096 31098 30165 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 143390192 8908800 249 1992294400 4194304 4922060 140734412764304 18446744073709551615 255179988101 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31098/statm: 2175 249 208 178 0 68 0
[pid=31099] ppid=31098 vsize=46764 CPUtime=268.64
/proc/31099/stat : 31099 (pb_cplex) R 31098 31098 30165 0 -1 4202496 247322 0 0 0 25214 1650 0 0 16 0 2 0 143390192 47886336 6134 1992294400 134512640 146736320 4286676800 18446744073709551615 144785853 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31099/statm: 11691 6134 1086 2985 0 8233 0
[pid=31099/tid=31112] ppid=31098 vsize=46764 CPUtime=113.41
/proc/31099/task/31112/stat : 31112 (pb_cplex) S 31098 31098 30165 0 -1 4202560 86160 0 0 0 10640 701 0 0 16 0 2 0 143393635 47886336 6134 1992294400 134512640 146736320 4286676800 18446744073709551615 144580073 0 2 4096 16387 18446604437821129728 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 268.64
Current children cumulated vsize (KiB) 55464

[startup+282.302 s]
/proc/loadavg: 1.41 1.39 1.33 2/109 31118
/proc/meminfo: memFree=1640900/2059040 swapFree=4140152/4192956
[pid=31098] ppid=31096 vsize=8700 CPUtime=0
/proc/31098/stat : 31098 (run) S 31096 31098 30165 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 143390192 8908800 249 1992294400 4194304 4922060 140734412764304 18446744073709551615 255179988101 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31098/statm: 2175 249 208 178 0 68 0
[pid=31099] ppid=31098 vsize=50192 CPUtime=341.7
/proc/31099/stat : 31099 (pb_cplex) S 31098 31098 30165 0 -1 4202496 312976 0 0 0 32074 2096 0 0 16 0 2 0 143390192 51396608 7079 1992294400 134512640 146736320 4286676800 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31099/statm: 12548 7079 1086 2985 0 9090 0
[pid=31099/tid=31112] ppid=31098 vsize=50192 CPUtime=149.01
/proc/31099/task/31112/stat : 31112 (pb_cplex) R 31098 31098 30165 0 -1 4202560 119700 0 0 0 13974 927 0 0 15 0 2 0 143393635 51396608 7079 1992294400 134512640 146736320 4286676800 18446744073709551615 144785853 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 341.7
Current children cumulated vsize (KiB) 58892

[startup+342.301 s]
/proc/loadavg: 1.43 1.38 1.33 2/109 31120
/proc/meminfo: memFree=1640280/2059040 swapFree=4140152/4192956
[pid=31098] ppid=31096 vsize=8700 CPUtime=0
/proc/31098/stat : 31098 (run) S 31096 31098 30165 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 143390192 8908800 249 1992294400 4194304 4922060 140734412764304 18446744073709551615 255179988101 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0

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

/proc/31098/statm: 2175 249 208 178 0 68 0
[pid=31099] ppid=31098 vsize=43576 CPUtime=1149.61
/proc/31099/stat : 31099 (pb_cplex) S 31098 31098 30165 0 -1 4202496 1036634 0 0 0 108134 6827 0 0 16 0 2 0 143390192 44621824 5660 1992294400 134512640 146736320 4286676800 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31099/statm: 10894 5660 1086 2985 0 7436 0
[pid=31099/tid=31129] ppid=31098 vsize=43576 CPUtime=268.79
/proc/31099/task/31129/stat : 31129 (pb_cplex) R 31098 31098 30165 0 -1 4202560 253020 0 0 0 25330 1549 0 0 16 0 2 0 143439357 44621824 5660 1992294400 134512640 146736320 4286676800 18446744073709551615 144785853 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1149.61
Current children cumulated vsize (KiB) 52276

[startup+1002.3 s]
/proc/loadavg: 1.13 1.22 1.26 2/109 31152
/proc/meminfo: memFree=1645364/2059040 swapFree=4140152/4192956
[pid=31098] ppid=31096 vsize=8700 CPUtime=0
/proc/31098/stat : 31098 (run) S 31096 31098 30165 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 143390192 8908800 249 1992294400 4194304 4922060 140734412764304 18446744073709551615 255179988101 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31098/statm: 2175 249 208 178 0 68 0
[pid=31099] ppid=31098 vsize=45780 CPUtime=1222.23
/proc/31099/stat : 31099 (pb_cplex) R 31098 31098 30165 0 -1 4202496 1099302 0 0 0 115000 7223 0 0 16 0 2 0 143390192 46878720 5797 1992294400 134512640 146736320 4286676800 18446744073709551615 136739888 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31099/statm: 11445 5797 1086 2985 0 7987 0
[pid=31099/tid=31129] ppid=31098 vsize=45780 CPUtime=305.51
/proc/31099/task/31129/stat : 31129 (pb_cplex) S 31098 31098 30165 0 -1 4202560 285481 0 0 0 28802 1749 0 0 16 0 2 0 143439357 46878720 5797 1992294400 134512640 146736320 4286676800 18446744073709551615 144580073 0 2 4096 16387 18446604437821129728 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1222.23
Current children cumulated vsize (KiB) 54480

[startup+1062.3 s]
/proc/loadavg: 1.11 1.19 1.25 3/109 31154
/proc/meminfo: memFree=1644496/2059040 swapFree=4140152/4192956
[pid=31098] ppid=31096 vsize=8700 CPUtime=0
/proc/31098/stat : 31098 (run) S 31096 31098 30165 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 143390192 8908800 249 1992294400 4194304 4922060 140734412764304 18446744073709551615 255179988101 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31098/statm: 2175 249 208 178 0 68 0
[pid=31099] ppid=31098 vsize=46072 CPUtime=1293.37
/proc/31099/stat : 31099 (pb_cplex) R 31098 31098 30165 0 -1 4202496 1174347 0 0 0 121730 7607 0 0 16 0 2 0 143390192 47177728 5965 1992294400 134512640 146736320 4286676800 18446744073709551615 144785853 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31099/statm: 11518 5965 1086 2985 0 8060 0
[pid=31099/tid=31129] ppid=31098 vsize=46072 CPUtime=341.41
/proc/31099/task/31129/stat : 31129 (pb_cplex) S 31098 31098 30165 0 -1 4202560 326539 0 0 0 32200 1941 0 0 16 0 2 0 143439357 47177728 5965 1992294400 134512640 146736320 4286676800 18446744073709551615 144580073 0 2 4096 16387 18446604437821129728 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1293.37
Current children cumulated vsize (KiB) 54772

[startup+1122.3 s]
/proc/loadavg: 1.27 1.22 1.25 2/109 31154
/proc/meminfo: memFree=1643380/2059040 swapFree=4140152/4192956
[pid=31098] ppid=31096 vsize=8700 CPUtime=0
/proc/31098/stat : 31098 (run) S 31096 31098 30165 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 143390192 8908800 249 1992294400 4194304 4922060 140734412764304 18446744073709551615 255179988101 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31098/statm: 2175 249 208 178 0 68 0
[pid=31099] ppid=31098 vsize=47724 CPUtime=1363.58
/proc/31099/stat : 31099 (pb_cplex) S 31098 31098 30165 0 -1 4202496 1252894 0 0 0 128400 7958 0 0 16 0 2 0 143390192 48869376 6439 1992294400 134512640 146736320 4286676800 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31099/statm: 11931 6439 1087 2985 0 8473 0
[pid=31099/tid=31129] ppid=31098 vsize=47724 CPUtime=375.09
/proc/31099/task/31129/stat : 31129 (pb_cplex) R 31098 31098 30165 0 -1 4202560 364028 0 0 0 35397 2112 0 0 16 0 2 0 143439357 48869376 6439 1992294400 134512640 146736320 4286676800 18446744073709551615 137366894 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1363.58
Current children cumulated vsize (KiB) 56424

[startup+1182.3 s]
/proc/loadavg: 1.18 1.20 1.24 2/109 31156
/proc/meminfo: memFree=1636684/2059040 swapFree=4140152/4192956
[pid=31098] ppid=31096 vsize=8700 CPUtime=0
/proc/31098/stat : 31098 (run) S 31096 31098 30165 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 143390192 8908800 249 1992294400 4194304 4922060 140734412764304 18446744073709551615 255179988101 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31098/statm: 2175 249 208 178 0 68 0
[pid=31099] ppid=31098 vsize=54000 CPUtime=1434.77
/proc/31099/stat : 31099 (pb_cplex) S 31098 31098 30165 0 -1 4202496 1320325 0 0 0 135126 8351 0 0 15 0 2 0 143390192 55296000 8025 1992294400 134512640 146736320 4286676800 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31099/statm: 13500 8025 1086 2985 0 10042 0
[pid=31099/tid=31129] ppid=31098 vsize=54000 CPUtime=410.04
/proc/31099/task/31129/stat : 31129 (pb_cplex) R 31098 31098 30165 0 -1 4202560 397815 0 0 0 38697 2307 0 0 16 0 2 0 143439357 55296000 8025 1992294400 134512640 146736320 4286676800 18446744073709551615 135705027 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1434.77
Current children cumulated vsize (KiB) 62700

[startup+1242.3 s]
/proc/loadavg: 1.23 1.21 1.24 2/109 31158
/proc/meminfo: memFree=1635444/2059040 swapFree=4140152/4192956
[pid=31098] ppid=31096 vsize=8700 CPUtime=0
/proc/31098/stat : 31098 (run) S 31096 31098 30165 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 143390192 8908800 249 1992294400 4194304 4922060 140734412764304 18446744073709551615 255179988101 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31098/statm: 2175 249 208 178 0 68 0
[pid=31099] ppid=31098 vsize=55336 CPUtime=1507.03
/proc/31099/stat : 31099 (pb_cplex) S 31098 31098 30165 0 -1 4202496 1385867 0 0 0 141958 8745 0 0 16 0 2 0 143390192 56664064 8280 1992294400 134512640 146736320 4286676800 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31099/statm: 13834 8280 1086 2985 0 10376 0
[pid=31099/tid=31129] ppid=31098 vsize=55336 CPUtime=444.6
/proc/31099/task/31129/stat : 31129 (pb_cplex) R 31098 31098 30165 0 -1 4202560 429639 0 0 0 41956 2504 0 0 16 0 2 0 143439357 56664064 8280 1992294400 134512640 146736320 4286676800 18446744073709551615 136226277 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1507.03
Current children cumulated vsize (KiB) 64036

[startup+1302.3 s]
/proc/loadavg: 1.08 1.17 1.23 2/109 31160
/proc/meminfo: memFree=1634452/2059040 swapFree=4140152/4192956
[pid=31098] ppid=31096 vsize=8700 CPUtime=0
/proc/31098/stat : 31098 (run) S 31096 31098 30165 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 143390192 8908800 249 1992294400 4194304 4922060 140734412764304 18446744073709551615 255179988101 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31098/statm: 2175 249 208 178 0 68 0
[pid=31099] ppid=31098 vsize=55600 CPUtime=1579.57
/proc/31099/stat : 31099 (pb_cplex) S 31098 31098 30165 0 -1 4202496 1447969 0 0 0 148819 9138 0 0 16 0 2 0 143390192 56934400 8402 1992294400 134512640 146736320 4286676800 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31099/statm: 13900 8402 1086 2985 0 10442 0
[pid=31099/tid=31129] ppid=31098 vsize=55600 CPUtime=480.55
/proc/31099/task/31129/stat : 31129 (pb_cplex) R 31098 31098 30165 0 -1 4202560 459651 0 0 0 45350 2705 0 0 16 0 2 0 143439357 56934400 8402 1992294400 134512640 146736320 4286676800 18446744073709551615 144580332 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1579.57
Current children cumulated vsize (KiB) 64300

[startup+1362.3 s]
/proc/loadavg: 1.22 1.18 1.22 2/109 31162
/proc/meminfo: memFree=1634080/2059040 swapFree=4140152/4192956
[pid=31098] ppid=31096 vsize=8700 CPUtime=0
/proc/31098/stat : 31098 (run) S 31096 31098 30165 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 143390192 8908800 249 1992294400 4194304 4922060 140734412764304 18446744073709551615 255179988101 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31098/statm: 2175 249 208 178 0 68 0
[pid=31099] ppid=31098 vsize=55752 CPUtime=1651.72
/proc/31099/stat : 31099 (pb_cplex) S 31098 31098 30165 0 -1 4202496 1507519 0 0 0 155621 9551 0 0 16 0 2 0 143390192 57090048 8517 1992294400 134512640 146736320 4286676800 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31099/statm: 13938 8517 1086 2985 0 10480 0
[pid=31099/tid=31129] ppid=31098 vsize=55752 CPUtime=516.45
/proc/31099/task/31129/stat : 31129 (pb_cplex) R 31098 31098 30165 0 -1 4202560 490784 0 0 0 48731 2914 0 0 16 0 2 0 143439357 57090048 8517 1992294400 134512640 146736320 4286676800 18446744073709551615 138411709 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1651.72
Current children cumulated vsize (KiB) 64452

[startup+1422.3 s]
/proc/loadavg: 1.16 1.18 1.22 2/109 31162
/proc/meminfo: memFree=1633460/2059040 swapFree=4140152/4192956
[pid=31098] ppid=31096 vsize=8700 CPUtime=0
/proc/31098/stat : 31098 (run) S 31096 31098 30165 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 143390192 8908800 249 1992294400 4194304 4922060 140734412764304 18446744073709551615 255179988101 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31098/statm: 2175 249 208 178 0 68 0
[pid=31099] ppid=31098 vsize=56908 CPUtime=1723.41
/proc/31099/stat : 31099 (pb_cplex) R 31098 31098 30165 0 -1 4202496 1566425 0 0 0 162376 9965 0 0 16 0 2 0 143390192 58273792 8762 1992294400 134512640 146736320 4286676800 18446744073709551615 144785853 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31099/statm: 14227 8762 1086 2985 0 10769 0
[pid=31099/tid=31129] ppid=31098 vsize=56908 CPUtime=550.92
/proc/31099/task/31129/stat : 31129 (pb_cplex) S 31098 31098 30165 0 -1 4202560 519855 0 0 0 51975 3117 0 0 16 0 2 0 143439357 58273792 8762 1992294400 134512640 146736320 4286676800 18446744073709551615 144580073 0 2 4096 16387 18446604437821129728 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1723.41
Current children cumulated vsize (KiB) 65608

[startup+1482.3 s]
/proc/loadavg: 1.20 1.19 1.22 3/109 31164
/proc/meminfo: memFree=1632964/2059040 swapFree=4140152/4192956
[pid=31098] ppid=31096 vsize=8700 CPUtime=0
/proc/31098/stat : 31098 (run) S 31096 31098 30165 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 143390192 8908800 249 1992294400 4194304 4922060 140734412764304 18446744073709551615 255179988101 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31098/statm: 2175 249 208 178 0 68 0
[pid=31099] ppid=31098 vsize=57056 CPUtime=1796.29
/proc/31099/stat : 31099 (pb_cplex) R 31098 31098 30165 0 -1 4202496 1627064 0 0 0 169254 10375 0 0 15 0 2 0 143390192 58425344 8786 1992294400 134512640 146736320 4286676800 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31099/statm: 14264 8786 1086 2985 0 10806 0
[pid=31099/tid=31129] ppid=31098 vsize=57056 CPUtime=588
/proc/31099/task/31129/stat : 31129 (pb_cplex) R 31098 31098 30165 0 -1 4202560 550535 0 0 0 55477 3323 0 0 16 0 2 0 143439357 58425344 8786 1992294400 134512640 146736320 4286676800 18446744073709551615 136739917 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1796.29
Current children cumulated vsize (KiB) 65756



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1485.4 s]
/proc/loadavg: 1.18 1.18 1.21 2/109 31164
/proc/meminfo: memFree=1632840/2059040 swapFree=4140152/4192956
[pid=31098] ppid=31096 vsize=8700 CPUtime=0
/proc/31098/stat : 31098 (run) S 31096 31098 30165 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 143390192 8908800 249 1992294400 4194304 4922060 140734412764304 18446744073709551615 255179988101 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31098/statm: 2175 249 208 178 0 68 0
[pid=31099] ppid=31098 vsize=58080 CPUtime=1800.05
/proc/31099/stat : 31099 (pb_cplex) S 31098 31098 30165 0 -1 4202496 1630378 0 0 0 169608 10397 0 0 16 0 2 0 143390192 59473920 8883 1992294400 134512640 146736320 4286676800 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31099/statm: 14520 8883 1087 2985 0 11062 0
[pid=31099/tid=31129] ppid=31098 vsize=58080 CPUtime=589.78
/proc/31099/task/31129/stat : 31129 (pb_cplex) R 31098 31098 30165 0 -1 4202560 552389 0 0 0 55645 3333 0 0 16 0 2 0 143439357 59473920 8883 1992294400 134512640 146736320 4286676800 18446744073709551615 144785853 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 66780

Sending SIGTERM to process tree (bottom up)

Sleeping 2 secondsSolver just ended. Dumping a history of the last processes samples

[startup+1485.4 s]
/proc/loadavg: 1.18 1.18 1.21 2/109 31164
/proc/meminfo: memFree=1632840/2059040 swapFree=4140152/4192956
[pid=31098] ppid=31096 vsize=8700 CPUtime=0
/proc/31098/stat : 31098 (run) S 31096 31098 30165 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 143390192 8908800 249 1992294400 4194304 4922060 140734412764304 18446744073709551615 255179988101 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31098/statm: 2175 249 208 178 0 68 0
[pid=31099] ppid=31098 vsize=58080 CPUtime=1800.05
/proc/31099/stat : 31099 (pb_cplex) S 31098 31098 30165 0 -1 4202496 1630378 0 0 0 169608 10397 0 0 16 0 2 0 143390192 59473920 8883 1992294400 134512640 146736320 4286676800 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31099/statm: 14520 8883 1087 2985 0 11062 0
[pid=31099/tid=31129] ppid=31098 vsize=58080 CPUtime=589.78
/proc/31099/task/31129/stat : 31129 (pb_cplex) R 31098 31098 30165 0 -1 4202560 552389 0 0 0 55645 3333 0 0 16 0 2 0 143439357 59473920 8883 1992294400 134512640 146736320 4286676800 18446744073709551615 144785853 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 66780

Child status: 0
Real time (s): 1485.42
CPU time (s): 1800.07
CPU user time (s): 1696.09
CPU system time (s): 103.976
CPU usage (%): 121.183
Max. virtual memory (cumulated for all children) (KiB): 66780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1696.09
system time used= 103.976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1630763
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= 2868526
involuntary context switches= 32049

runsolver used 2.79657 second user time and 7.65484 second system time

The end

Launcher Data

Begin job on node039 at 2010-07-01 23:49:34
IDJOB=2696054
IDBENCH=2932
IDSOLVER=1209
FILE ID=node039/2696054-1278020974
PBS_JOBID= 11198724
Free space on /tmp= 62288 MiB

SOLVER NAME= pb_cplex 2010-06-29
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_7_60_3.opb
COMMAND LINE= run BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2696054-1278020974/watcher-2696054-1278020974 -o /tmp/evaluation-result-2696054-1278020974/solver-2696054-1278020974 -C 1800 -W 2000 -M 1800  run HOME/instance-2696054-1278020974.opb

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

MD5SUM BENCH= 474916db0f2f0be5831d97827cee8e55
RANDOM SEED=1440813594

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1666872 kB
Buffers:        110068 kB
Cached:         185208 kB
SwapCached:       6192 kB
Active:         168980 kB
Inactive:       139872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1666872 kB
SwapTotal:     4192956 kB
SwapFree:      4140152 kB
Dirty:           16636 kB
Writeback:           0 kB
AnonPages:       12004 kB
Mapped:          11956 kB
Slab:            61388 kB
PageTables:       4176 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182536 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= 62272 MiB
End job on node039 at 2010-07-02 00:14:20