Trace number 2696046

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 1483.83

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_5_40_1.opb
MD5SUM5bf563c7058af01702ea80887f1d43ad
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark1800.03
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1
Optimality of the best value was proved NO
Number of variables120
Total number of constraints10
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 constraints10
Minimum length of a constraint55
Maximum length of a constraint56
Number of terms in the objective function 80
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 2550
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1086
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3768
Number of bits of the biggest sum of numbers12
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-2696046-1278020904.opb.
0.00/0.00	c Instance file HOME/instance-2696046-1278020904.opb
0.00/0.00	c File size is 5459 bytes.
0.00/0.01	c Highest Coefficient sum: 3768
0.00/0.01	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.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Parsing time:          0.01         s                                      |
0.00/0.01	c |  Number Variables:      120                                                 |
0.00/0.01	c |  Number Constraints:    10                                                  |
0.00/0.01	c ===============================================================================
1800.05/1483.82	c Remaining time 1799.99 sec.
1800.05/1483.82	c 
1800.05/1483.82	c *** INTERRUPTED ***
1800.05/1483.82	s UNKNOWN
1800.05/1483.82	c Total CPU time              : 1654.38 s
1800.05/1483.82	c Memory used           : 31.61 MB
1800.05/1483.82	c CPU time              : 1654.38 s
1800.05/1483.82	c 
1800.05/1483.82	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-2696046-1278020904/watcher-2696046-1278020904 -o /tmp/evaluation-result-2696046-1278020904/solver-2696046-1278020904 -C 1800 -W 2000 -M 1800 run HOME/instance-2696046-1278020904.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.00 1.00 1.08 3/106 22891
/proc/meminfo: memFree=1520980/2059040 swapFree=4139344/4192956
[pid=22891] ppid=22889 vsize=8700 CPUtime=0
/proc/22891/stat : 22891 (run) S 22889 22891 22418 0 -1 4202496 366 0 0 0 0 0 0 0 18 0 1 0 177694180 8908800 249 1992294400 4194304 4922060 140734916003584 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22891/statm: 2175 249 208 178 0 68 0

[startup+0.028519 s]
/proc/loadavg: 1.00 1.00 1.08 3/106 22891
/proc/meminfo: memFree=1520980/2059040 swapFree=4139344/4192956
[pid=22891] ppid=22889 vsize=8700 CPUtime=0
/proc/22891/stat : 22891 (run) S 22889 22891 22418 0 -1 4202496 366 0 0 0 0 0 0 0 18 0 1 0 177694180 8908800 249 1992294400 4194304 4922060 140734916003584 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22891/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100518 s]
/proc/loadavg: 1.00 1.00 1.08 3/106 22891
/proc/meminfo: memFree=1520980/2059040 swapFree=4139344/4192956
[pid=22891] ppid=22889 vsize=8700 CPUtime=0
/proc/22891/stat : 22891 (run) S 22889 22891 22418 0 -1 4202496 366 0 0 0 0 0 0 0 18 0 1 0 177694180 8908800 249 1992294400 4194304 4922060 140734916003584 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22891/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300517 s]
/proc/loadavg: 1.00 1.00 1.08 3/106 22891
/proc/meminfo: memFree=1520980/2059040 swapFree=4139344/4192956
[pid=22891] ppid=22889 vsize=8700 CPUtime=0
/proc/22891/stat : 22891 (run) S 22889 22891 22418 0 -1 4202496 366 0 0 0 0 0 0 0 18 0 1 0 177694180 8908800 249 1992294400 4194304 4922060 140734916003584 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22891/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700515 s]
/proc/loadavg: 1.00 1.00 1.08 3/106 22891
/proc/meminfo: memFree=1520980/2059040 swapFree=4139344/4192956
[pid=22891] ppid=22889 vsize=8700 CPUtime=0
/proc/22891/stat : 22891 (run) S 22889 22891 22418 0 -1 4202496 366 0 0 0 0 0 0 0 18 0 1 0 177694180 8908800 249 1992294400 4194304 4922060 140734916003584 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22891/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50101 s]
/proc/loadavg: 1.00 1.00 1.08 2/109 22900
/proc/meminfo: memFree=1517484/2059040 swapFree=4139344/4192956
[pid=22891] ppid=22889 vsize=8700 CPUtime=0
/proc/22891/stat : 22891 (run) S 22889 22891 22418 0 -1 4202496 366 0 0 0 0 0 0 0 18 0 1 0 177694180 8908800 249 1992294400 4194304 4922060 140734916003584 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22891/statm: 2175 249 208 178 0 68 0
[pid=22892] ppid=22891 vsize=28384 CPUtime=1.71
/proc/22892/stat : 22892 (pb_cplex) S 22891 22891 22418 0 -1 4202496 4006 0 0 0 154 17 0 0 16 0 2 0 177694180 29065216 1741 1992294400 134512640 146736320 4294524000 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/22892/statm: 7096 1741 1052 2985 0 3638 0
[pid=22892/tid=22900] ppid=22891 vsize=28384 CPUtime=0.63
/proc/22892/task/22900/stat : 22900 (pb_cplex) R 22891 22891 22418 0 -1 4202560 985 0 0 0 58 5 0 0 16 0 2 0 177694210 29065216 1741 1992294400 134512640 146736320 4294524000 18446744073709551615 144713950 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.71
Current children cumulated vsize (KiB) 37084

[startup+3.10119 s]
/proc/loadavg: 1.00 1.00 1.08 3/109 22900
/proc/meminfo: memFree=1517112/2059040 swapFree=4139344/4192956
[pid=22891] ppid=22889 vsize=8700 CPUtime=0
/proc/22891/stat : 22891 (run) S 22889 22891 22418 0 -1 4202496 366 0 0 0 0 0 0 0 18 0 1 0 177694180 8908800 249 1992294400 4194304 4922060 140734916003584 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22891/statm: 2175 249 208 178 0 68 0
[pid=22892] ppid=22891 vsize=28768 CPUtime=3.65
/proc/22892/stat : 22892 (pb_cplex) R 22891 22891 22418 0 -1 4202496 7172 0 0 0 332 33 0 0 16 0 2 0 177694180 29458432 1803 1992294400 134512640 146736320 4294524000 18446744073709551615 144785853 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/22892/statm: 7192 1803 1051 2985 0 3734 0
[pid=22892/tid=22900] ppid=22891 vsize=28768 CPUtime=1.54
/proc/22892/task/22900/stat : 22900 (pb_cplex) R 22891 22891 22418 0 -1 4202560 2438 0 0 0 142 12 0 0 16 0 2 0 177694210 29458432 1803 1992294400 134512640 146736320 4294524000 18446744073709551615 136389677 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.65
Current children cumulated vsize (KiB) 37468

[startup+6.30055 s]
/proc/loadavg: 1.00 1.00 1.08 5/109 22900
/proc/meminfo: memFree=1516864/2059040 swapFree=4139344/4192956
[pid=22891] ppid=22889 vsize=8700 CPUtime=0
/proc/22891/stat : 22891 (run) S 22889 22891 22418 0 -1 4202496 366 0 0 0 0 0 0 0 18 0 1 0 177694180 8908800 249 1992294400 4194304 4922060 140734916003584 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22891/statm: 2175 249 208 178 0 68 0
[pid=22892] ppid=22891 vsize=28816 CPUtime=9.5
/proc/22892/stat : 22892 (pb_cplex) R 22891 22891 22418 0 -1 4202496 15716 0 0 0 882 68 0 0 18 0 2 0 177694180 29507584 1861 1992294400 134512640 146736320 4294524000 18446744073709551615 144785853 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/22892/statm: 7204 1861 1078 2985 0 3746 0
[pid=22892/tid=22900] ppid=22891 vsize=28816 CPUtime=4.48
/proc/22892/task/22900/stat : 22900 (pb_cplex) R 22891 22891 22418 0 -1 4202560 6954 0 0 0 418 30 0 0 18 0 2 0 177694210 29507584 1861 1992294400 134512640 146736320 4294524000 18446744073709551615 139046765 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 9.5
Current children cumulated vsize (KiB) 37516

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 1.08 2/109 22905
/proc/meminfo: memFree=1516500/2059040 swapFree=4139344/4192956
[pid=22891] ppid=22889 vsize=8700 CPUtime=0
/proc/22891/stat : 22891 (run) S 22889 22891 22418 0 -1 4202496 366 0 0 0 0 0 0 0 18 0 1 0 177694180 8908800 249 1992294400 4194304 4922060 140734916003584 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22891/statm: 2175 249 208 178 0 68 0
[pid=22892] ppid=22891 vsize=30528 CPUtime=17.95
/proc/22892/stat : 22892 (pb_cplex) S 22891 22891 22418 0 -1 4202496 27032 0 0 0 1670 125 0 0 16 0 2 0 177694180 31260672 1942 1992294400 134512640 146736320 4294524000 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/22892/statm: 7632 1942 1079 2985 0 4174 0
[pid=22892/tid=22905] ppid=22891 vsize=30528 CPUtime=2.9
/proc/22892/task/22905/stat : 22905 (pb_cplex) R 22891 22891 22418 0 -1 4202560 3953 0 0 0 268 22 0 0 16 0 2 0 177694956 31260672 1942 1992294400 134512640 146736320 4294524000 18446744073709551615 135446006 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 17.95
Current children cumulated vsize (KiB) 39228

[startup+25.5007 s]
/proc/loadavg: 1.00 1.00 1.08 2/109 22907
/proc/meminfo: memFree=1516252/2059040 swapFree=4139344/4192956
[pid=22891] ppid=22889 vsize=8700 CPUtime=0
/proc/22891/stat : 22891 (run) S 22889 22891 22418 0 -1 4202496 366 0 0 0 0 0 0 0 18 0 1 0 177694180 8908800 249 1992294400 4194304 4922060 140734916003584 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22891/statm: 2175 249 208 178 0 68 0
[pid=22892] ppid=22891 vsize=30024 CPUtime=33.47
/proc/22892/stat : 22892 (pb_cplex) R 22891 22891 22418 0 -1 4202496 49323 0 0 0 3119 228 0 0 15 0 2 0 177694180 30744576 1963 1992294400 134512640 146736320 4294524000 18446744073709551615 144785853 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/22892/statm: 7506 1963 1079 2985 0 4048 0
[pid=22892/tid=22905] ppid=22891 vsize=30024 CPUtime=10.4
/proc/22892/task/22905/stat : 22905 (pb_cplex) S 22891 22891 22418 0 -1 4202560 15071 0 0 0 967 73 0 0 16 0 2 0 177694956 30744576 1963 1992294400 134512640 146736320 4294524000 18446744073709551615 144580073 0 2 4096 16387 18446604437827741632 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 33.47
Current children cumulated vsize (KiB) 38724

[startup+51.1015 s]
/proc/loadavg: 1.00 1.00 1.08 2/109 22907
/proc/meminfo: memFree=1515632/2059040 swapFree=4139344/4192956
[pid=22891] ppid=22889 vsize=8700 CPUtime=0
/proc/22891/stat : 22891 (run) S 22889 22891 22418 0 -1 4202496 366 0 0 0 0 0 0 0 18 0 1 0 177694180 8908800 249 1992294400 4194304 4922060 140734916003584 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22891/statm: 2175 249 208 178 0 68 0
[pid=22892] ppid=22891 vsize=29684 CPUtime=64.4
/proc/22892/stat : 22892 (pb_cplex) S 22891 22891 22418 0 -1 4202496 88044 0 0 0 5994 446 0 0 16 0 2 0 177694180 30396416 2063 1992294400 134512640 146736320 4294524000 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/22892/statm: 7421 2063 1081 2985 0 3963 0
[pid=22892/tid=22905] ppid=22891 vsize=29684 CPUtime=25.89
/proc/22892/task/22905/stat : 22905 (pb_cplex) R 22891 22891 22418 0 -1 4202560 35325 0 0 0 2407 182 0 0 15 0 2 0 177694956 30396416 2063 1992294400 134512640 146736320 4294524000 18446744073709551615 144785853 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 64.4
Current children cumulated vsize (KiB) 38384

[startup+102.308 s]
/proc/loadavg: 1.11 1.03 1.09 2/109 22914
/proc/meminfo: memFree=1515880/2059040 swapFree=4139344/4192956
[pid=22891] ppid=22889 vsize=8700 CPUtime=0
/proc/22891/stat : 22891 (run) S 22889 22891 22418 0 -1 4202496 366 0 0 0 0 0 0 0 18 0 1 0 177694180 8908800 249 1992294400 4194304 4922060 140734916003584 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22891/statm: 2175 249 208 178 0 68 0
[pid=22892] ppid=22891 vsize=30320 CPUtime=133.62
/proc/22892/stat : 22892 (pb_cplex) S 22891 22891 22418 0 -1 4202496 167568 0 0 0 12418 944 0 0 16 0 2 0 177694180 31047680 2051 1992294400 134512640 146736320 4294524000 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/22892/statm: 7580 2051 1081 2985 0 4122 0
[pid=22892/tid=22912] ppid=22891 vsize=30320 CPUtime=5.77
/proc/22892/task/22912/stat : 22912 (pb_cplex) R 22891 22891 22418 0 -1 4202560 2342 0 0 0 536 41 0 0 16 0 2 0 177703472 31047680 2051 1992294400 134512640 146736320 4294524000 18446744073709551615 144785853 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 133.62
Current children cumulated vsize (KiB) 39020

[startup+162.301 s]
/proc/loadavg: 1.27 1.10 1.10 2/109 22914
/proc/meminfo: memFree=1515260/2059040 swapFree=4139344/4192956
[pid=22891] ppid=22889 vsize=8700 CPUtime=0
/proc/22891/stat : 22891 (run) S 22889 22891 22418 0 -1 4202496 366 0 0 0 0 0 0 0 18 0 1 0 177694180 8908800 249 1992294400 4194304 4922060 140734916003584 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22891/statm: 2175 249 208 178 0 68 0
[pid=22892] ppid=22891 vsize=31344 CPUtime=205.89
/proc/22892/stat : 22892 (pb_cplex) R 22891 22891 22418 0 -1 4202496 210667 0 0 0 19101 1488 0 0 16 0 2 0 177694180 32096256 2172 1992294400 134512640 146736320 4294524000 18446744073709551615 144785853 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/22892/statm: 7836 2172 1081 2985 0 4378 0
[pid=22892/tid=22912] ppid=22891 vsize=31344 CPUtime=42.04
/proc/22892/task/22912/stat : 22912 (pb_cplex) S 22891 22891 22418 0 -1 4202560 23090 0 0 0 3892 312 0 0 16 0 2 0 177703472 32096256 2172 1992294400 134512640 146736320 4294524000 18446744073709551615 144580073 0 2 4096 16387 18446604437827741632 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 205.89
Current children cumulated vsize (KiB) 40044

[startup+222.302 s]
/proc/loadavg: 1.21 1.11 1.10 3/109 22916
/proc/meminfo: memFree=1515136/2059040 swapFree=4139344/4192956
[pid=22891] ppid=22889 vsize=8700 CPUtime=0
/proc/22891/stat : 22891 (run) S 22889 22891 22418 0 -1 4202496 366 0 0 0 0 0 0 0 18 0 1 0 177694180 8908800 249 1992294400 4194304 4922060 140734916003584 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22891/statm: 2175 249 208 178 0 68 0
[pid=22892] ppid=22891 vsize=30320 CPUtime=278.92
/proc/22892/stat : 22892 (pb_cplex) R 22891 22891 22418 0 -1 4202496 251341 0 0 0 25810 2082 0 0 16 0 2 0 177694180 31047680 2150 1992294400 134512640 146736320 4294524000 18446744073709551615 144710196 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/22892/statm: 7580 2150 1084 2985 0 4122 0
[pid=22892/tid=22912] ppid=22891 vsize=30320 CPUtime=79.52
/proc/22892/task/22912/stat : 22912 (pb_cplex) R 22891 22891 22418 0 -1 4202560 44997 0 0 0 7336 616 0 0 16 0 2 0 177703472 31047680 2150 1992294400 134512640 146736320 4294524000 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 278.92
Current children cumulated vsize (KiB) 39020

[startup+282.301 s]
/proc/loadavg: 1.19 1.11 1.10 3/109 22918
/proc/meminfo: memFree=1515012/2059040 swapFree=4139344/4192956
[pid=22891] ppid=22889 vsize=8700 CPUtime=0
/proc/22891/stat : 22891 (run) S 22889 22891 22418 0 -1 4202496 366 0 0 0 0 0 0 0 18 0 1 0 177694180 8908800 249 1992294400 4194304 4922060 140734916003584 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22891/statm: 2175 249 208 178 0 68 0
[pid=22892] ppid=22891 vsize=30320 CPUtime=353.96
/proc/22892/stat : 22892 (pb_cplex) S 22891 22891 22418 0 -1 4202496 298319 0 0 0 32674 2722 0 0 16 0 2 0 177694180 31047680 2243 1992294400 134512640 146736320 4294524000 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/22892/statm: 7580 2243 1084 2985 0 4122 0
[pid=22892/tid=22912] ppid=22891 vsize=30320 CPUtime=117.75
/proc/22892/task/22912/stat : 22912 (pb_cplex) R 22891 22891 22418 0 -1 4202560 68889 0 0 0 10828 947 0 0 16 0 2 0 177703472 31047680 2243 1992294400 134512640 146736320 4294524000 18446744073709551615 138412199 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 353.96
Current children cumulated vsize (KiB) 39020

[startup+342.301 s]
/proc/loadavg: 1.26 1.14 1.10 2/109 22920
/proc/meminfo: memFree=1514888/2059040 swapFree=4139344/4192956
[pid=22891] ppid=22889 vsize=8700 CPUtime=0
/proc/22891/stat : 22891 (run) S 22889 22891 22418 0 -1 4202496 366 0 0 0 0 0 0 0 18 0 1 0 177694180 8908800 249 1992294400 4194304 4922060 140734916003584 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0

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

/proc/22891/statm: 2175 249 208 178 0 68 0
[pid=22892] ppid=22891 vsize=31344 CPUtime=1079.35
/proc/22892/stat : 22892 (pb_cplex) R 22891 22891 22418 0 -1 4202496 650374 0 0 0 99396 8539 0 0 16 0 2 0 177694180 32096256 2379 1992294400 134512640 146736320 4294524000 18446744073709551615 144785853 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/22892/statm: 7836 2379 1084 2985 0 4378 0
[pid=22892/tid=22912] ppid=22891 vsize=31344 CPUtime=481.67
/proc/22892/task/22912/stat : 22912 (pb_cplex) S 22891 22891 22418 0 -1 4202560 251181 0 0 0 44322 3845 0 0 16 0 2 0 177703472 32096256 2379 1992294400 134512640 146736320 4294524000 18446744073709551615 144580073 0 2 4096 16387 18446604437827741632 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1079.35
Current children cumulated vsize (KiB) 40044

[startup+942.302 s]
/proc/loadavg: 1.33 1.25 1.15 2/109 22945
/proc/meminfo: memFree=1513896/2059040 swapFree=4139344/4192956
[pid=22891] ppid=22889 vsize=8700 CPUtime=0
/proc/22891/stat : 22891 (run) S 22889 22891 22418 0 -1 4202496 366 0 0 0 0 0 0 0 18 0 1 0 177694180 8908800 249 1992294400 4194304 4922060 140734916003584 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22891/statm: 2175 249 208 178 0 68 0
[pid=22892] ppid=22891 vsize=31344 CPUtime=1150.58
/proc/22892/stat : 22892 (pb_cplex) R 22891 22891 22418 0 -1 4202496 668604 0 0 0 105938 9120 0 0 15 0 2 0 177694180 32096256 2386 1992294400 134512640 146736320 4294524000 18446744073709551615 144785853 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/22892/statm: 7836 2386 1084 2985 0 4378 0
[pid=22892/tid=22912] ppid=22891 vsize=31344 CPUtime=516.75
/proc/22892/task/22912/stat : 22912 (pb_cplex) S 22891 22891 22418 0 -1 4202560 259964 0 0 0 47548 4127 0 0 16 0 2 0 177703472 32096256 2386 1992294400 134512640 146736320 4294524000 18446744073709551615 144580073 0 2 4096 16387 18446604437827741632 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1150.58
Current children cumulated vsize (KiB) 40044

[startup+1002.3 s]
/proc/loadavg: 1.26 1.24 1.15 3/109 22947
/proc/meminfo: memFree=1513772/2059040 swapFree=4139344/4192956
[pid=22891] ppid=22889 vsize=8700 CPUtime=0
/proc/22891/stat : 22891 (run) S 22889 22891 22418 0 -1 4202496 366 0 0 0 0 0 0 0 18 0 1 0 177694180 8908800 249 1992294400 4194304 4922060 140734916003584 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22891/statm: 2175 249 208 178 0 68 0
[pid=22892] ppid=22891 vsize=31344 CPUtime=1221.32
/proc/22892/stat : 22892 (pb_cplex) R 22891 22891 22418 0 -1 4202496 686297 0 0 0 112449 9683 0 0 16 0 2 0 177694180 32096256 2414 1992294400 134512640 146736320 4294524000 18446744073709551615 136475777 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/22892/statm: 7836 2414 1084 2985 0 4378 0
[pid=22892/tid=22912] ppid=22891 vsize=31344 CPUtime=551.37
/proc/22892/task/22912/stat : 22912 (pb_cplex) S 22891 22891 22418 0 -1 4202560 268669 0 0 0 50732 4405 0 0 16 0 2 0 177703472 32096256 2414 1992294400 134512640 146736320 4294524000 18446744073709551615 144580073 0 2 4096 16387 18446604437827741632 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1221.32
Current children cumulated vsize (KiB) 40044

[startup+1062.3 s]
/proc/loadavg: 1.36 1.27 1.16 2/109 22947
/proc/meminfo: memFree=1513772/2059040 swapFree=4139344/4192956
[pid=22891] ppid=22889 vsize=8700 CPUtime=0
/proc/22891/stat : 22891 (run) S 22889 22891 22418 0 -1 4202496 366 0 0 0 0 0 0 0 18 0 1 0 177694180 8908800 249 1992294400 4194304 4922060 140734916003584 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22891/statm: 2175 249 208 178 0 68 0
[pid=22892] ppid=22891 vsize=31344 CPUtime=1292.78
/proc/22892/stat : 22892 (pb_cplex) R 22891 22891 22418 0 -1 4202496 704469 0 0 0 119021 10257 0 0 15 0 2 0 177694180 32096256 2464 1992294400 134512640 146736320 4294524000 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/22892/statm: 7836 2464 1084 2985 0 4378 0
[pid=22892/tid=22912] ppid=22891 vsize=31344 CPUtime=587.6
/proc/22892/task/22912/stat : 22912 (pb_cplex) R 22891 22891 22418 0 -1 4202560 278780 0 0 0 54067 4693 0 0 16 0 2 0 177703472 32096256 2464 1992294400 134512640 146736320 4294524000 18446744073709551615 136752931 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1292.78
Current children cumulated vsize (KiB) 40044

[startup+1122.3 s]
/proc/loadavg: 1.21 1.25 1.16 3/109 22949
/proc/meminfo: memFree=1513400/2059040 swapFree=4139344/4192956
[pid=22891] ppid=22889 vsize=8700 CPUtime=0
/proc/22891/stat : 22891 (run) S 22889 22891 22418 0 -1 4202496 366 0 0 0 0 0 0 0 18 0 1 0 177694180 8908800 249 1992294400 4194304 4922060 140734916003584 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22891/statm: 2175 249 208 178 0 68 0
[pid=22892] ppid=22891 vsize=32368 CPUtime=1364.62
/proc/22892/stat : 22892 (pb_cplex) R 22891 22891 22418 0 -1 4202496 714559 0 0 0 125603 10859 0 0 16 0 2 0 177694180 33144832 2488 1992294400 134512640 146736320 4294524000 18446744073709551615 144785853 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/22892/statm: 8092 2488 1084 2985 0 4634 0
[pid=22892/tid=22912] ppid=22891 vsize=32368 CPUtime=623.03
/proc/22892/task/22912/stat : 22912 (pb_cplex) S 22891 22891 22418 0 -1 4202560 283922 0 0 0 57307 4996 0 0 16 0 2 0 177703472 33144832 2488 1992294400 134512640 146736320 4294524000 18446744073709551615 144580073 0 2 4096 16387 18446604437827741632 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1364.62
Current children cumulated vsize (KiB) 41068

[startup+1182.3 s]
/proc/loadavg: 1.08 1.20 1.15 2/109 22951
/proc/meminfo: memFree=1513400/2059040 swapFree=4139344/4192956
[pid=22891] ppid=22889 vsize=8700 CPUtime=0
/proc/22891/stat : 22891 (run) S 22889 22891 22418 0 -1 4202496 366 0 0 0 0 0 0 0 18 0 1 0 177694180 8908800 249 1992294400 4194304 4922060 140734916003584 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22891/statm: 2175 249 208 178 0 68 0
[pid=22892] ppid=22891 vsize=31344 CPUtime=1437.41
/proc/22892/stat : 22892 (pb_cplex) R 22891 22891 22418 0 -1 4202496 725229 0 0 0 132253 11488 0 0 16 0 2 0 177694180 32096256 2472 1992294400 134512640 146736320 4294524000 18446744073709551615 136487679 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/22892/statm: 7836 2472 1084 2985 0 4378 0
[pid=22892/tid=22912] ppid=22891 vsize=31344 CPUtime=660.22
/proc/22892/task/22912/stat : 22912 (pb_cplex) S 22891 22891 22418 0 -1 4202560 289727 0 0 0 60705 5317 0 0 16 0 2 0 177703472 32096256 2472 1992294400 134512640 146736320 4294524000 18446744073709551615 144580073 0 2 4096 16387 18446604437827741632 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1437.41
Current children cumulated vsize (KiB) 40044

[startup+1242.3 s]
/proc/loadavg: 1.20 1.21 1.15 2/109 22953
/proc/meminfo: memFree=1513400/2059040 swapFree=4139344/4192956
[pid=22891] ppid=22889 vsize=8700 CPUtime=0
/proc/22891/stat : 22891 (run) S 22889 22891 22418 0 -1 4202496 366 0 0 0 0 0 0 0 18 0 1 0 177694180 8908800 249 1992294400 4194304 4922060 140734916003584 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22891/statm: 2175 249 208 178 0 68 0
[pid=22892] ppid=22891 vsize=32368 CPUtime=1511.08
/proc/22892/stat : 22892 (pb_cplex) R 22891 22891 22418 0 -1 4202496 735505 0 0 0 138967 12141 0 0 15 0 2 0 177694180 33144832 2495 1992294400 134512640 146736320 4294524000 18446744073709551615 144785853 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/22892/statm: 8092 2495 1084 2985 0 4634 0
[pid=22892/tid=22912] ppid=22891 vsize=32368 CPUtime=696.74
/proc/22892/task/22912/stat : 22912 (pb_cplex) S 22891 22891 22418 0 -1 4202560 295073 0 0 0 64035 5639 0 0 16 0 2 0 177703472 33144832 2495 1992294400 134512640 146736320 4294524000 18446744073709551615 144580073 0 2 4096 16387 18446604437827741632 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1511.08
Current children cumulated vsize (KiB) 41068

[startup+1302.3 s]
/proc/loadavg: 1.26 1.23 1.16 2/109 22955
/proc/meminfo: memFree=1513400/2059040 swapFree=4139344/4192956
[pid=22891] ppid=22889 vsize=8700 CPUtime=0
/proc/22891/stat : 22891 (run) S 22889 22891 22418 0 -1 4202496 366 0 0 0 0 0 0 0 18 0 1 0 177694180 8908800 249 1992294400 4194304 4922060 140734916003584 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22891/statm: 2175 249 208 178 0 68 0
[pid=22892] ppid=22891 vsize=31344 CPUtime=1583.11
/proc/22892/stat : 22892 (pb_cplex) R 22891 22891 22418 0 -1 4202496 745303 0 0 0 145561 12750 0 0 16 0 2 0 177694180 32096256 2478 1992294400 134512640 146736320 4294524000 18446744073709551615 144580332 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/22892/statm: 7836 2478 1084 2985 0 4378 0
[pid=22892/tid=22912] ppid=22891 vsize=31344 CPUtime=733.58
/proc/22892/task/22912/stat : 22912 (pb_cplex) R 22891 22891 22418 0 -1 4202560 300520 0 0 0 67412 5946 0 0 15 0 2 0 177703472 32096256 2478 1992294400 134512640 146736320 4294524000 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1583.11
Current children cumulated vsize (KiB) 40044

[startup+1362.3 s]
/proc/loadavg: 1.28 1.24 1.17 2/109 22955
/proc/meminfo: memFree=1513400/2059040 swapFree=4139344/4192956
[pid=22891] ppid=22889 vsize=8700 CPUtime=0
/proc/22891/stat : 22891 (run) S 22889 22891 22418 0 -1 4202496 366 0 0 0 0 0 0 0 18 0 1 0 177694180 8908800 249 1992294400 4194304 4922060 140734916003584 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22891/statm: 2175 249 208 178 0 68 0
[pid=22892] ppid=22891 vsize=31344 CPUtime=1655.45
/proc/22892/stat : 22892 (pb_cplex) R 22891 22891 22418 0 -1 4202496 754304 0 0 0 152174 13371 0 0 16 0 2 0 177694180 32096256 2479 1992294400 134512640 146736320 4294524000 18446744073709551615 135538054 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/22892/statm: 7836 2479 1084 2985 0 4378 0
[pid=22892/tid=22912] ppid=22891 vsize=31344 CPUtime=770.4
/proc/22892/task/22912/stat : 22912 (pb_cplex) S 22891 22891 22418 0 -1 4202560 305109 0 0 0 70788 6252 0 0 16 0 2 0 177703472 32096256 2479 1992294400 134512640 146736320 4294524000 18446744073709551615 144580073 0 2 4096 16387 18446604437827741632 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1655.45
Current children cumulated vsize (KiB) 40044

[startup+1422.31 s]
/proc/loadavg: 1.25 1.24 1.18 2/109 22957
/proc/meminfo: memFree=1513400/2059040 swapFree=4139344/4192956
[pid=22891] ppid=22889 vsize=8700 CPUtime=0
/proc/22891/stat : 22891 (run) S 22889 22891 22418 0 -1 4202496 366 0 0 0 0 0 0 0 18 0 1 0 177694180 8908800 249 1992294400 4194304 4922060 140734916003584 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22891/statm: 2175 249 208 178 0 68 0
[pid=22892] ppid=22891 vsize=31344 CPUtime=1727.12
/proc/22892/stat : 22892 (pb_cplex) R 22891 22891 22418 0 -1 4202496 762264 0 0 0 158740 13972 0 0 16 0 2 0 177694180 32096256 2481 1992294400 134512640 146736320 4294524000 18446744073709551615 144785853 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/22892/statm: 7836 2481 1084 2985 0 4378 0
[pid=22892/tid=22912] ppid=22891 vsize=31344 CPUtime=807.96
/proc/22892/task/22912/stat : 22912 (pb_cplex) S 22891 22891 22418 0 -1 4202560 309513 0 0 0 74223 6573 0 0 16 0 2 0 177703472 32096256 2481 1992294400 134512640 146736320 4294524000 18446744073709551615 144580073 0 2 4096 16387 18446604437827741632 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1727.12
Current children cumulated vsize (KiB) 40044

[startup+1482.3 s]
/proc/loadavg: 1.18 1.22 1.18 2/109 22959
/proc/meminfo: memFree=1513400/2059040 swapFree=4139344/4192956
[pid=22891] ppid=22889 vsize=8700 CPUtime=0
/proc/22891/stat : 22891 (run) S 22889 22891 22418 0 -1 4202496 366 0 0 0 0 0 0 0 18 0 1 0 177694180 8908800 249 1992294400 4194304 4922060 140734916003584 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22891/statm: 2175 249 208 178 0 68 0
[pid=22892] ppid=22891 vsize=31344 CPUtime=1798.23
/proc/22892/stat : 22892 (pb_cplex) S 22891 22891 22418 0 -1 4202496 770244 0 0 0 165270 14553 0 0 16 0 2 0 177694180 32096256 2483 1992294400 134512640 146736320 4294524000 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/22892/statm: 7836 2483 1084 2985 0 4378 0
[pid=22892/tid=22912] ppid=22891 vsize=31344 CPUtime=843.55
/proc/22892/task/22912/stat : 22912 (pb_cplex) R 22891 22891 22418 0 -1 4202560 313701 0 0 0 77488 6867 0 0 15 0 2 0 177703472 32096256 2483 1992294400 134512640 146736320 4294524000 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1798.23
Current children cumulated vsize (KiB) 40044



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1483.8 s]
/proc/loadavg: 1.16 1.22 1.18 2/109 22959
/proc/meminfo: memFree=1513400/2059040 swapFree=4139344/4192956
[pid=22891] ppid=22889 vsize=8700 CPUtime=0
/proc/22891/stat : 22891 (run) S 22889 22891 22418 0 -1 4202496 366 0 0 0 0 0 0 0 18 0 1 0 177694180 8908800 249 1992294400 4194304 4922060 140734916003584 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22891/statm: 2175 249 208 178 0 68 0
[pid=22892] ppid=22891 vsize=32368 CPUtime=1800.05
/proc/22892/stat : 22892 (pb_cplex) R 22891 22891 22418 0 -1 4202496 770406 0 0 0 165437 14568 0 0 16 0 2 0 177694180 33144832 2497 1992294400 134512640 146736320 4294524000 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/22892/statm: 8092 2497 1085 2985 0 4634 0
[pid=22892/tid=22912] ppid=22891 vsize=32368 CPUtime=844.53
/proc/22892/task/22912/stat : 22912 (pb_cplex) S 22891 22891 22418 0 -1 4202560 313773 0 0 0 77578 6875 0 0 15 0 2 0 177703472 33144832 2497 1992294400 134512640 146736320 4294524000 18446744073709551615 144580073 0 2 4096 16387 18446604437827741632 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 41068

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): 1483.83
CPU time (s): 1800.07
CPU user time (s): 1654.38
CPU system time (s): 145.688
CPU usage (%): 121.313
Max. virtual memory (cumulated for all children) (KiB): 41100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1654.38
system time used= 145.688
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 770782
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= 5116948
involuntary context switches= 51396

runsolver used 2.70459 second user time and 7.2659 second system time

The end

Launcher Data

Begin job on node005 at 2010-07-01 23:48:24
IDJOB=2696046
IDBENCH=2923
IDSOLVER=1209
FILE ID=node005/2696046-1278020904
PBS_JOBID= 11198749
Free space on /tmp= 62480 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_5_40_1.opb
COMMAND LINE= run BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2696046-1278020904/watcher-2696046-1278020904 -o /tmp/evaluation-result-2696046-1278020904/solver-2696046-1278020904 -C 1800 -W 2000 -M 1800  run HOME/instance-2696046-1278020904.opb

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

MD5SUM BENCH= 5bf563c7058af01702ea80887f1d43ad
RANDOM SEED=467269291

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.246
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:       1521508 kB
Buffers:        149264 kB
Cached:         286156 kB
SwapCached:       6864 kB
Active:         201448 kB
Inactive:       247868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1521508 kB
SwapTotal:     4192956 kB
SwapFree:      4139344 kB
Dirty:           16700 kB
Writeback:           4 kB
AnonPages:       12384 kB
Mapped:          12004 kB
Slab:            66400 kB
PageTables:       4216 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182936 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= 62464 MiB
End job on node005 at 2010-07-02 00:13:08