Trace number 2696041

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.16 1503.62

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_6_50_3.opb
MD5SUM8d16c34d0eecf3c16ca4b890652c15ca
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark1800.1
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 7
Optimality of the best value was proved NO
Number of variables146
Total number of constraints12
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 constraints12
Minimum length of a constraint64
Maximum length of a constraint66
Number of terms in the objective function 96
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 3060
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1270
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4321
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-2696041-1278020725.opb.
0.00/0.00	c Instance file HOME/instance-2696041-1278020725.opb
0.00/0.00	c File size is 7734 bytes.
0.00/0.02	c Highest Coefficient sum: 4321
0.00/0.02	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.02	c ============================[ Problem Statistics ]=============================
0.00/0.02	c |                                                                             |
0.00/0.02	c |  Parsing time:          0.02         s                                      |
0.00/0.02	c |  Number Variables:      146                                                 |
0.00/0.02	c |  Number Constraints:    12                                                  |
0.00/0.02	c ===============================================================================
1800.14/1503.62	c Remaining time 1799.98 sec.
1800.14/1503.62	c 
1800.14/1503.62	c *** INTERRUPTED ***
1800.14/1503.62	s UNKNOWN
1800.14/1503.62	c Total CPU time              : 1685.99 s
1800.14/1503.62	c Memory used           : 40.81 MB
1800.14/1503.62	c CPU time              : 1685.99 s
1800.14/1503.62	c 
1800.14/1503.62	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-2696041-1278020725/watcher-2696041-1278020725 -o /tmp/evaluation-result-2696041-1278020725/solver-2696041-1278020725 -C 1800 -W 2000 -M 1800 run HOME/instance-2696041-1278020725.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.66 1.19 1.17 3/106 27942
/proc/meminfo: memFree=1503584/2059040 swapFree=4139848/4192956
[pid=27942] ppid=27940 vsize=8700 CPUtime=0
/proc/27942/stat : 27942 (run) S 27940 27942 27232 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143364358 8908800 249 1992294400 4194304 4922060 140734353083920 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27942/statm: 2175 249 208 178 0 68 0

[startup+0.0768261 s]
/proc/loadavg: 1.66 1.19 1.17 3/106 27942
/proc/meminfo: memFree=1503584/2059040 swapFree=4139848/4192956
[pid=27942] ppid=27940 vsize=8700 CPUtime=0
/proc/27942/stat : 27942 (run) S 27940 27942 27232 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143364358 8908800 249 1992294400 4194304 4922060 140734353083920 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27942/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101541 s]
/proc/loadavg: 1.66 1.19 1.17 3/106 27942
/proc/meminfo: memFree=1503584/2059040 swapFree=4139848/4192956
[pid=27942] ppid=27940 vsize=8700 CPUtime=0
/proc/27942/stat : 27942 (run) S 27940 27942 27232 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143364358 8908800 249 1992294400 4194304 4922060 140734353083920 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27942/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.31565 s]
/proc/loadavg: 1.66 1.19 1.17 3/106 27942
/proc/meminfo: memFree=1503584/2059040 swapFree=4139848/4192956
[pid=27942] ppid=27940 vsize=8700 CPUtime=0
/proc/27942/stat : 27942 (run) S 27940 27942 27232 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143364358 8908800 249 1992294400 4194304 4922060 140734353083920 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27942/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700641 s]
/proc/loadavg: 1.66 1.19 1.17 3/106 27942
/proc/meminfo: memFree=1503584/2059040 swapFree=4139848/4192956
[pid=27942] ppid=27940 vsize=8700 CPUtime=0
/proc/27942/stat : 27942 (run) S 27940 27942 27232 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143364358 8908800 249 1992294400 4194304 4922060 140734353083920 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27942/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50062 s]
/proc/loadavg: 1.66 1.19 1.17 3/109 27953
/proc/meminfo: memFree=1499096/2059040 swapFree=4139848/4192956
[pid=27942] ppid=27940 vsize=8700 CPUtime=0
/proc/27942/stat : 27942 (run) S 27940 27942 27232 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143364358 8908800 249 1992294400 4194304 4922060 140734353083920 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27942/statm: 2175 249 208 178 0 68 0
[pid=27943] ppid=27942 vsize=30044 CPUtime=1.84
/proc/27943/stat : 27943 (pb_cplex) R 27942 27942 27232 0 -1 4202496 4935 0 0 0 169 15 0 0 16 0 2 0 143364358 30765056 1997 1992294400 134512640 146736320 4290448400 18446744073709551615 144785853 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27943/statm: 7511 1997 1053 2985 0 4053 0
[pid=27943/tid=27953] ppid=27942 vsize=30044 CPUtime=0.5
/proc/27943/task/27953/stat : 27953 (pb_cplex) S 27942 27942 27232 0 -1 4202560 43 0 0 0 48 2 0 0 16 0 2 0 143364417 30765056 1997 1992294400 134512640 146736320 4290448400 18446744073709551615 144580073 0 2 4096 16387 18446604437835257664 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 38744

[startup+3.10111 s]
/proc/loadavg: 1.68 1.20 1.18 3/109 27953
/proc/meminfo: memFree=1498600/2059040 swapFree=4139848/4192956
[pid=27942] ppid=27940 vsize=8700 CPUtime=0
/proc/27942/stat : 27942 (run) S 27940 27942 27232 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143364358 8908800 249 1992294400 4194304 4922060 140734353083920 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27942/statm: 2175 249 208 178 0 68 0
[pid=27943] ppid=27942 vsize=30544 CPUtime=3.9
/proc/27943/stat : 27943 (pb_cplex) S 27942 27942 27232 0 -1 4202496 8652 0 0 0 366 24 0 0 16 0 2 0 143364358 31277056 2117 1992294400 134512640 146736320 4290448400 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27943/statm: 7636 2117 1055 2985 0 4178 0
[pid=27943/tid=27953] ppid=27942 vsize=30544 CPUtime=1.54
/proc/27943/task/27953/stat : 27953 (pb_cplex) R 27942 27942 27232 0 -1 4202560 1547 0 0 0 147 7 0 0 16 0 2 0 143364417 31277056 2117 1992294400 134512640 146736320 4290448400 18446744073709551615 138412771 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.9
Current children cumulated vsize (KiB) 39244

[startup+6.3014 s]
/proc/loadavg: 1.68 1.20 1.18 2/109 27953
/proc/meminfo: memFree=1497112/2059040 swapFree=4139848/4192956
[pid=27942] ppid=27940 vsize=8700 CPUtime=0
/proc/27942/stat : 27942 (run) S 27940 27942 27232 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143364358 8908800 249 1992294400 4194304 4922060 140734353083920 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27942/statm: 2175 249 208 178 0 68 0
[pid=27943] ppid=27942 vsize=31604 CPUtime=7.67
/proc/27943/stat : 27943 (pb_cplex) R 27942 27942 27232 0 -1 4202496 16544 0 0 0 721 46 0 0 15 0 2 0 143364358 32362496 2456 1992294400 134512640 146736320 4290448400 18446744073709551615 144785853 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27943/statm: 7901 2456 1074 2985 0 4443 0
[pid=27943/tid=27953] ppid=27942 vsize=31604 CPUtime=3.6
/proc/27943/task/27953/stat : 27953 (pb_cplex) S 27942 27942 27232 0 -1 4202560 6030 0 0 0 339 21 0 0 16 0 2 0 143364417 32362496 2456 1992294400 134512640 146736320 4290448400 18446744073709551615 144580073 0 2 4096 16387 18446604437835257664 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.67
Current children cumulated vsize (KiB) 40304

[startup+12.701 s]
/proc/loadavg: 1.58 1.20 1.18 2/109 27958
/proc/meminfo: memFree=1497484/2059040 swapFree=4139848/4192956
[pid=27942] ppid=27940 vsize=8700 CPUtime=0
/proc/27942/stat : 27942 (run) S 27940 27942 27232 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143364358 8908800 249 1992294400 4194304 4922060 140734353083920 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27942/statm: 2175 249 208 178 0 68 0
[pid=27943] ppid=27942 vsize=30044 CPUtime=17
/proc/27943/stat : 27943 (pb_cplex) R 27942 27942 27232 0 -1 4202496 27582 0 0 0 1601 99 0 0 15 0 2 0 143364358 30765056 2207 1992294400 134512640 146736320 4290448400 18446744073709551615 144785853 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27943/statm: 7511 2207 1084 2985 0 4053 0
[pid=27943/tid=27958] ppid=27942 vsize=30044 CPUtime=2.23
/proc/27943/task/27958/stat : 27958 (pb_cplex) S 27942 27942 27232 0 -1 4202560 23 0 0 0 210 13 0 0 16 0 2 0 143365278 30765056 2207 1992294400 134512640 146736320 4290448400 18446744073709551615 144580073 0 2 4096 16387 18446604437835257664 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 17
Current children cumulated vsize (KiB) 38744

[startup+25.5012 s]
/proc/loadavg: 1.49 1.19 1.17 2/109 27958
/proc/meminfo: memFree=1497484/2059040 swapFree=4139848/4192956
[pid=27942] ppid=27940 vsize=8700 CPUtime=0
/proc/27942/stat : 27942 (run) S 27940 27942 27232 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143364358 8908800 249 1992294400 4194304 4922060 140734353083920 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27942/statm: 2175 249 208 178 0 68 0
[pid=27943] ppid=27942 vsize=31068 CPUtime=32.73
/proc/27943/stat : 27943 (pb_cplex) S 27942 27942 27232 0 -1 4202496 31993 0 0 0 3068 205 0 0 16 0 2 0 143364358 31813632 2266 1992294400 134512640 146736320 4290448400 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27943/statm: 7767 2266 1084 2985 0 4309 0
[pid=27943/tid=27958] ppid=27942 vsize=31068 CPUtime=10.03
/proc/27943/task/27958/stat : 27958 (pb_cplex) R 27942 27942 27232 0 -1 4202560 1838 0 0 0 938 65 0 0 16 0 2 0 143365278 31813632 2266 1992294400 134512640 146736320 4290448400 18446744073709551615 138436876 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 32.73
Current children cumulated vsize (KiB) 39768

[startup+51.1006 s]
/proc/loadavg: 1.39 1.19 1.18 2/109 27960
/proc/meminfo: memFree=1497236/2059040 swapFree=4139848/4192956
[pid=27942] ppid=27940 vsize=8700 CPUtime=0
/proc/27942/stat : 27942 (run) S 27940 27942 27232 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143364358 8908800 249 1992294400 4194304 4922060 140734353083920 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27942/statm: 2175 249 208 178 0 68 0
[pid=27943] ppid=27942 vsize=31312 CPUtime=64.17
/proc/27943/stat : 27943 (pb_cplex) S 27942 27942 27232 0 -1 4202496 50312 0 0 0 5988 429 0 0 15 0 2 0 143364358 32063488 2323 1992294400 134512640 146736320 4290448400 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27943/statm: 7828 2323 1084 2985 0 4370 0
[pid=27943/tid=27958] ppid=27942 vsize=31312 CPUtime=25.71
/proc/27943/task/27958/stat : 27958 (pb_cplex) R 27942 27942 27232 0 -1 4202560 10930 0 0 0 2392 179 0 0 16 0 2 0 143365278 32063488 2323 1992294400 134512640 146736320 4290448400 18446744073709551615 136015523 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 64.17
Current children cumulated vsize (KiB) 40012

[startup+102.308 s]
/proc/loadavg: 1.79 1.31 1.22 2/109 27965
/proc/meminfo: memFree=1497608/2059040 swapFree=4139848/4192956
[pid=27942] ppid=27940 vsize=8700 CPUtime=0
/proc/27942/stat : 27942 (run) S 27940 27942 27232 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143364358 8908800 249 1992294400 4194304 4922060 140734353083920 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27942/statm: 2175 249 208 178 0 68 0
[pid=27943] ppid=27942 vsize=31068 CPUtime=131.64
/proc/27943/stat : 27943 (pb_cplex) R 27942 27942 27232 0 -1 4202496 81980 0 0 0 12279 885 0 0 16 0 2 0 143364358 31813632 2242 1992294400 134512640 146736320 4290448400 18446744073709551615 144785853 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27943/statm: 7767 2242 1086 2985 0 4309 0
[pid=27943/tid=27965] ppid=27942 vsize=31068 CPUtime=0.49
/proc/27943/task/27965/stat : 27965 (pb_cplex) S 27942 27942 27232 0 -1 4202560 30 0 0 0 47 2 0 0 16 0 2 0 143374504 31813632 2242 1992294400 134512640 146736320 4290448400 18446744073709551615 144580073 0 2 4096 16387 18446604437835257664 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 131.64
Current children cumulated vsize (KiB) 39768

[startup+162.301 s]
/proc/loadavg: 1.44 1.29 1.21 2/109 27967
/proc/meminfo: memFree=1496740/2059040 swapFree=4139848/4192956
[pid=27942] ppid=27940 vsize=8700 CPUtime=0
/proc/27942/stat : 27942 (run) S 27940 27942 27232 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143364358 8908800 249 1992294400 4194304 4922060 140734353083920 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27942/statm: 2175 249 208 178 0 68 0
[pid=27943] ppid=27942 vsize=31068 CPUtime=203.37
/proc/27943/stat : 27943 (pb_cplex) S 27942 27942 27232 0 -1 4202496 126366 0 0 0 19060 1277 0 0 16 0 2 0 143364358 31813632 2324 1992294400 134512640 146736320 4290448400 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27943/statm: 7767 2324 1086 2985 0 4309 0
[pid=27943/tid=27965] ppid=27942 vsize=31068 CPUtime=37.36
/proc/27943/task/27965/stat : 27965 (pb_cplex) R 27942 27942 27232 0 -1 4202560 25234 0 0 0 3532 204 0 0 16 0 2 0 143374504 31813632 2324 1992294400 134512640 146736320 4290448400 18446744073709551615 144580073 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.37
Current children cumulated vsize (KiB) 39768

[startup+222.3 s]
/proc/loadavg: 1.45 1.31 1.22 2/109 27969
/proc/meminfo: memFree=1496368/2059040 swapFree=4139848/4192956
[pid=27942] ppid=27940 vsize=8700 CPUtime=0
/proc/27942/stat : 27942 (run) S 27940 27942 27232 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143364358 8908800 249 1992294400 4194304 4922060 140734353083920 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27942/statm: 2175 249 208 178 0 68 0
[pid=27943] ppid=27942 vsize=31068 CPUtime=274.52
/proc/27943/stat : 27943 (pb_cplex) R 27942 27942 27232 0 -1 4202496 193078 0 0 0 25770 1682 0 0 15 0 2 0 143364358 31813632 2412 1992294400 134512640 146736320 4290448400 18446744073709551615 138686334 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27943/statm: 7767 2412 1086 2985 0 4309 0
[pid=27943/tid=27965] ppid=27942 vsize=31068 CPUtime=72.82
/proc/27943/task/27965/stat : 27965 (pb_cplex) S 27942 27942 27232 0 -1 4202560 60144 0 0 0 6885 397 0 0 16 0 2 0 143374504 31813632 2412 1992294400 134512640 146736320 4290448400 18446744073709551615 144580073 0 2 4096 16387 18446604437835257664 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 274.52
Current children cumulated vsize (KiB) 39768

[startup+282.301 s]
/proc/loadavg: 1.36 1.30 1.22 2/109 27971
/proc/meminfo: memFree=1495624/2059040 swapFree=4139848/4192956
[pid=27942] ppid=27940 vsize=8700 CPUtime=0
/proc/27942/stat : 27942 (run) S 27940 27942 27232 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143364358 8908800 249 1992294400 4194304 4922060 140734353083920 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27942/statm: 2175 249 208 178 0 68 0
[pid=27943] ppid=27942 vsize=32496 CPUtime=346.28
/proc/27943/stat : 27943 (pb_cplex) R 27942 27942 27232 0 -1 4202496 271103 0 0 0 32484 2144 0 0 16 0 2 0 143364358 33275904 2630 1992294400 134512640 146736320 4290448400 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27943/statm: 8124 2630 1086 2985 0 4666 0
[pid=27943/tid=27965] ppid=27942 vsize=32496 CPUtime=107.8
/proc/27943/task/27965/stat : 27965 (pb_cplex) R 27942 27942 27232 0 -1 4202560 99975 0 0 0 10164 616 0 0 16 0 2 0 143374504 33275904 2630 1992294400 134512640 146736320 4290448400 18446744073709551615 135468690 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 346.28
Current children cumulated vsize (KiB) 41196

[startup+342.301 s]
/proc/loadavg: 1.34 1.30 1.22 3/109 27973
/proc/meminfo: memFree=1495128/2059040 swapFree=4139848/4192956
[pid=27942] ppid=27940 vsize=8700 CPUtime=0
/proc/27942/stat : 27942 (run) S 27940 27942 27232 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143364358 8908800 249 1992294400 4194304 4922060 140734353083920 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0

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

/proc/27942/statm: 2175 249 208 178 0 68 0
[pid=27943] ppid=27942 vsize=40208 CPUtime=1060.44
/proc/27943/stat : 27943 (pb_cplex) R 27942 27942 27232 0 -1 4202496 1212457 0 0 0 99355 6689 0 0 15 0 2 0 143364358 41172992 4571 1992294400 134512640 146736320 4290448400 18446744073709551615 144785853 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27943/statm: 10052 4571 1086 2985 0 6594 0
[pid=27943/tid=27965] ppid=27942 vsize=40208 CPUtime=462.01
/proc/27943/task/27965/stat : 27965 (pb_cplex) S 27942 27942 27232 0 -1 4202560 581645 0 0 0 43322 2879 0 0 16 0 2 0 143374504 41172992 4571 1992294400 134512640 146736320 4290448400 18446744073709551615 144580073 0 2 4096 16387 18446604437835257664 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1060.44
Current children cumulated vsize (KiB) 48908

[startup+942.301 s]
/proc/loadavg: 1.10 1.16 1.18 2/109 27998
/proc/meminfo: memFree=1487316/2059040 swapFree=4139848/4192956
[pid=27942] ppid=27940 vsize=8700 CPUtime=0
/proc/27942/stat : 27942 (run) S 27940 27942 27232 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143364358 8908800 249 1992294400 4194304 4922060 140734353083920 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27942/statm: 2175 249 208 178 0 68 0
[pid=27943] ppid=27942 vsize=40908 CPUtime=1132.06
/proc/27943/stat : 27943 (pb_cplex) S 27942 27942 27232 0 -1 4202496 1305054 0 0 0 106053 7153 0 0 16 0 2 0 143364358 41889792 4692 1992294400 134512640 146736320 4290448400 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27943/statm: 10227 4692 1086 2985 0 6769 0
[pid=27943/tid=27965] ppid=27942 vsize=40908 CPUtime=498.1
/proc/27943/task/27965/stat : 27965 (pb_cplex) R 27942 27942 27232 0 -1 4202560 629193 0 0 0 46699 3111 0 0 16 0 2 0 143374504 41889792 4692 1992294400 134512640 146736320 4290448400 18446744073709551615 144785853 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1132.06
Current children cumulated vsize (KiB) 49608

[startup+1002.3 s]
/proc/loadavg: 1.15 1.17 1.18 2/109 27998
/proc/meminfo: memFree=1486944/2059040 swapFree=4139848/4192956
[pid=27942] ppid=27940 vsize=8700 CPUtime=0
/proc/27942/stat : 27942 (run) S 27940 27942 27232 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143364358 8908800 249 1992294400 4194304 4922060 140734353083920 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27942/statm: 2175 249 208 178 0 68 0
[pid=27943] ppid=27942 vsize=40876 CPUtime=1202.75
/proc/27943/stat : 27943 (pb_cplex) R 27942 27942 27232 0 -1 4202496 1411466 0 0 0 112707 7568 0 0 15 0 2 0 143364358 41857024 4795 1992294400 134512640 146736320 4290448400 18446744073709551615 136387662 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27943/statm: 10219 4795 1086 2985 0 6761 0
[pid=27943/tid=27965] ppid=27942 vsize=40876 CPUtime=534.41
/proc/27943/task/27965/stat : 27965 (pb_cplex) S 27942 27942 27232 0 -1 4202560 685620 0 0 0 50121 3320 0 0 16 0 2 0 143374504 41857024 4795 1992294400 134512640 146736320 4290448400 18446744073709551615 144580073 0 2 4096 16387 18446604437835257664 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1202.75
Current children cumulated vsize (KiB) 49576

[startup+1062.3 s]
/proc/loadavg: 1.19 1.18 1.18 2/109 28000
/proc/meminfo: memFree=1486944/2059040 swapFree=4139848/4192956
[pid=27942] ppid=27940 vsize=8700 CPUtime=0
/proc/27942/stat : 27942 (run) S 27940 27942 27232 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143364358 8908800 249 1992294400 4194304 4922060 140734353083920 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27942/statm: 2175 249 208 178 0 68 0
[pid=27943] ppid=27942 vsize=40484 CPUtime=1272.47
/proc/27943/stat : 27943 (pb_cplex) R 27942 27942 27232 0 -1 4202496 1518440 0 0 0 119266 7981 0 0 15 0 2 0 143364358 41455616 4813 1992294400 134512640 146736320 4290448400 18446744073709551615 144785853 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27943/statm: 10121 4813 1094 2985 0 6663 0
[pid=27943/tid=27965] ppid=27942 vsize=40484 CPUtime=567.95
/proc/27943/task/27965/stat : 27965 (pb_cplex) S 27942 27942 27232 0 -1 4202560 738523 0 0 0 53278 3517 0 0 16 0 2 0 143374504 41455616 4813 1992294400 134512640 146736320 4290448400 18446744073709551615 144580073 0 2 4096 16387 18446604437835257664 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1272.47
Current children cumulated vsize (KiB) 49184

[startup+1122.3 s]
/proc/loadavg: 1.19 1.19 1.18 2/109 28002
/proc/meminfo: memFree=1486820/2059040 swapFree=4139848/4192956
[pid=27942] ppid=27940 vsize=8700 CPUtime=0
/proc/27942/stat : 27942 (run) S 27940 27942 27232 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143364358 8908800 249 1992294400 4194304 4922060 140734353083920 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27942/statm: 2175 249 208 178 0 68 0
[pid=27943] ppid=27942 vsize=41524 CPUtime=1343.47
/proc/27943/stat : 27943 (pb_cplex) R 27942 27942 27232 0 -1 4202496 1616612 0 0 0 125927 8420 0 0 15 0 2 0 143364358 42520576 4811 1992294400 134512640 146736320 4290448400 18446744073709551615 144785853 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27943/statm: 10381 4811 1086 2985 0 6923 0
[pid=27943/tid=27965] ppid=27942 vsize=41524 CPUtime=602.64
/proc/27943/task/27965/stat : 27965 (pb_cplex) S 27942 27942 27232 0 -1 4202560 786888 0 0 0 56530 3734 0 0 16 0 2 0 143374504 42520576 4811 1992294400 134512640 146736320 4290448400 18446744073709551615 144580073 0 2 4096 16387 18446604437835257664 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1343.47
Current children cumulated vsize (KiB) 50224

[startup+1182.3 s]
/proc/loadavg: 1.17 1.18 1.18 2/109 28004
/proc/meminfo: memFree=1486944/2059040 swapFree=4139848/4192956
[pid=27942] ppid=27940 vsize=8700 CPUtime=0
/proc/27942/stat : 27942 (run) S 27940 27942 27232 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143364358 8908800 249 1992294400 4194304 4922060 140734353083920 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27942/statm: 2175 249 208 178 0 68 0
[pid=27943] ppid=27942 vsize=41008 CPUtime=1414.99
/proc/27943/stat : 27943 (pb_cplex) R 27942 27942 27232 0 -1 4202496 1718143 0 0 0 132648 8851 0 0 16 0 2 0 143364358 41992192 4819 1992294400 134512640 146736320 4290448400 18446744073709551615 144785853 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27943/statm: 10252 4819 1086 2985 0 6794 0
[pid=27943/tid=27965] ppid=27942 vsize=41008 CPUtime=637.74
/proc/27943/task/27965/stat : 27965 (pb_cplex) S 27942 27942 27232 0 -1 4202560 837993 0 0 0 59828 3946 0 0 16 0 2 0 143374504 41992192 4819 1992294400 134512640 146736320 4290448400 18446744073709551615 144580073 0 2 4096 16387 18446604437835257664 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1414.99
Current children cumulated vsize (KiB) 49708

[startup+1242.3 s]
/proc/loadavg: 1.21 1.19 1.18 2/109 28006
/proc/meminfo: memFree=1486696/2059040 swapFree=4139848/4192956
[pid=27942] ppid=27940 vsize=8700 CPUtime=0
/proc/27942/stat : 27942 (run) S 27940 27942 27232 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143364358 8908800 249 1992294400 4194304 4922060 140734353083920 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27942/statm: 2175 249 208 178 0 68 0
[pid=27943] ppid=27942 vsize=42112 CPUtime=1486.38
/proc/27943/stat : 27943 (pb_cplex) R 27942 27942 27232 0 -1 4202496 1816890 0 0 0 139353 9285 0 0 16 0 2 0 143364358 43122688 4971 1992294400 134512640 146736320 4290448400 18446744073709551615 144785853 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27943/statm: 10528 4971 1088 2985 0 7070 0
[pid=27943/tid=27965] ppid=27942 vsize=42112 CPUtime=674.27
/proc/27943/task/27965/stat : 27965 (pb_cplex) R 27942 27942 27232 0 -1 4202560 890405 0 0 0 63264 4163 0 0 16 0 2 0 143374504 43122688 4971 1992294400 134512640 146736320 4290448400 18446744073709551615 135962286 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1486.38
Current children cumulated vsize (KiB) 50812

[startup+1302.3 s]
/proc/loadavg: 1.21 1.20 1.18 2/109 28006
/proc/meminfo: memFree=1486448/2059040 swapFree=4139848/4192956
[pid=27942] ppid=27940 vsize=8700 CPUtime=0
/proc/27942/stat : 27942 (run) S 27940 27942 27232 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143364358 8908800 249 1992294400 4194304 4922060 140734353083920 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27942/statm: 2175 249 208 178 0 68 0
[pid=27943] ppid=27942 vsize=41604 CPUtime=1557.54
/proc/27943/stat : 27943 (pb_cplex) S 27942 27942 27232 0 -1 4202496 1917781 0 0 0 146021 9733 0 0 16 0 2 0 143364358 42602496 4849 1992294400 134512640 146736320 4290448400 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27943/statm: 10401 4849 1088 2985 0 6943 0
[pid=27943/tid=27965] ppid=27942 vsize=41604 CPUtime=708.98
/proc/27943/task/27965/stat : 27965 (pb_cplex) R 27942 27942 27232 0 -1 4202560 941453 0 0 0 66516 4382 0 0 16 0 2 0 143374504 42602496 4849 1992294400 134512640 146736320 4290448400 18446744073709551615 144785853 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1557.54
Current children cumulated vsize (KiB) 50304

[startup+1362.3 s]
/proc/loadavg: 1.32 1.22 1.19 2/109 28008
/proc/meminfo: memFree=1486200/2059040 swapFree=4139848/4192956
[pid=27942] ppid=27940 vsize=8700 CPUtime=0
/proc/27942/stat : 27942 (run) S 27940 27942 27232 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143364358 8908800 249 1992294400 4194304 4922060 140734353083920 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27942/statm: 2175 249 208 178 0 68 0
[pid=27943] ppid=27942 vsize=41708 CPUtime=1629.13
/proc/27943/stat : 27943 (pb_cplex) R 27942 27942 27232 0 -1 4202496 2006431 0 0 0 152702 10211 0 0 16 0 2 0 143364358 42708992 4853 1992294400 134512640 146736320 4290448400 18446744073709551615 144785853 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27943/statm: 10427 4856 1086 2985 0 6969 0
[pid=27943/tid=27965] ppid=27942 vsize=41708 CPUtime=744.73
/proc/27943/task/27965/stat : 27965 (pb_cplex) S 27942 27942 27232 0 -1 4202560 986567 0 0 0 69855 4618 0 0 16 0 2 0 143374504 42708992 4857 1992294400 134512640 146736320 4290448400 18446744073709551615 144580073 0 2 4096 16387 18446604437835257664 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1629.13
Current children cumulated vsize (KiB) 50408

[startup+1422.31 s]
/proc/loadavg: 1.17 1.19 1.18 2/109 28010
/proc/meminfo: memFree=1486200/2059040 swapFree=4139848/4192956
[pid=27942] ppid=27940 vsize=8700 CPUtime=0
/proc/27942/stat : 27942 (run) S 27940 27942 27232 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143364358 8908800 249 1992294400 4194304 4922060 140734353083920 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27942/statm: 2175 249 208 178 0 68 0
[pid=27943] ppid=27942 vsize=41740 CPUtime=1702.25
/proc/27943/stat : 27943 (pb_cplex) S 27942 27942 27232 0 -1 4202496 2081696 0 0 0 159495 10730 0 0 16 0 2 0 143364358 42741760 4947 1992294400 134512640 146736320 4290448400 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27943/statm: 10435 4947 1086 2985 0 6977 0
[pid=27943/tid=27965] ppid=27942 vsize=41740 CPUtime=781.06
/proc/27943/task/27965/stat : 27965 (pb_cplex) R 27942 27942 27232 0 -1 4202560 1026021 0 0 0 73236 4870 0 0 16 0 2 0 143374504 42741760 4947 1992294400 134512640 146736320 4290448400 18446744073709551615 136364179 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1702.25
Current children cumulated vsize (KiB) 50440

[startup+1482.3 s]
/proc/loadavg: 1.21 1.20 1.18 2/109 28012
/proc/meminfo: memFree=1485952/2059040 swapFree=4139848/4192956
[pid=27942] ppid=27940 vsize=8700 CPUtime=0
/proc/27942/stat : 27942 (run) S 27940 27942 27232 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143364358 8908800 249 1992294400 4194304 4922060 140734353083920 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27942/statm: 2175 249 208 178 0 68 0
[pid=27943] ppid=27942 vsize=41784 CPUtime=1774.44
/proc/27943/stat : 27943 (pb_cplex) S 27942 27942 27232 0 -1 4202496 2158203 0 0 0 166203 11241 0 0 16 0 2 0 143364358 42786816 4925 1992294400 134512640 146736320 4290448400 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27943/statm: 10446 4925 1086 2985 0 6988 0
[pid=27943/tid=27965] ppid=27942 vsize=41784 CPUtime=816.84
/proc/27943/task/27965/stat : 27965 (pb_cplex) R 27942 27942 27232 0 -1 4202560 1065380 0 0 0 76562 5122 0 0 16 0 2 0 143374504 42786816 4925 1992294400 134512640 146736320 4290448400 18446744073709551615 136382020 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1774.44
Current children cumulated vsize (KiB) 50484



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1503.6 s]
/proc/loadavg: 1.14 1.19 1.18 2/109 28012
/proc/meminfo: memFree=1485828/2059040 swapFree=4139848/4192956
[pid=27942] ppid=27940 vsize=8700 CPUtime=0
/proc/27942/stat : 27942 (run) S 27940 27942 27232 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143364358 8908800 249 1992294400 4194304 4922060 140734353083920 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27942/statm: 2175 249 208 178 0 68 0
[pid=27943] ppid=27942 vsize=41784 CPUtime=1800.14
/proc/27943/stat : 27943 (pb_cplex) S 27942 27942 27232 0 -1 4202496 2185653 0 0 0 168598 11416 0 0 16 0 2 0 143364358 42786816 4975 1992294400 134512640 146736320 4290448400 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27943/statm: 10446 4975 1086 2985 0 6988 0
[pid=27943/tid=27965] ppid=27942 vsize=41784 CPUtime=829.26
/proc/27943/task/27965/stat : 27965 (pb_cplex) R 27942 27942 27232 0 -1 4202560 1079361 0 0 0 77721 5205 0 0 16 0 2 0 143374504 42786816 4975 1992294400 134512640 146736320 4290448400 18446744073709551615 144798020 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 50484

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1503.62
CPU time (s): 1800.16
CPU user time (s): 1685.99
CPU system time (s): 114.166
CPU usage (%): 119.721
Max. virtual memory (cumulated for all children) (KiB): 51512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1685.99
system time used= 114.166
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2186057
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= 3344440
involuntary context switches= 33443

runsolver used 2.52362 second user time and 7.07792 second system time

The end

Launcher Data

Begin job on node048 at 2010-07-01 23:45:25
IDJOB=2696041
IDBENCH=2910
IDSOLVER=1209
FILE ID=node048/2696041-1278020725
PBS_JOBID= 11198717
Free space on /tmp= 62476 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_6_50_3.opb
COMMAND LINE= run BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2696041-1278020725/watcher-2696041-1278020725 -o /tmp/evaluation-result-2696041-1278020725/solver-2696041-1278020725 -C 1800 -W 2000 -M 1800  run HOME/instance-2696041-1278020725.opb

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

MD5SUM BENCH= 8d16c34d0eecf3c16ca4b890652c15ca
RANDOM SEED=159935928

node048.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.212
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.42
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.212
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.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1503988 kB
Buffers:        131196 kB
Cached:         319700 kB
SwapCached:       6632 kB
Active:         131172 kB
Inactive:       333480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1503988 kB
SwapTotal:     4192956 kB
SwapFree:      4139848 kB
Dirty:           16620 kB
Writeback:           0 kB
AnonPages:       11952 kB
Mapped:          12076 kB
Slab:            68364 kB
PageTables:       4152 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183304 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= 62460 MiB
End job on node048 at 2010-07-02 00:10:28