Trace number 2696044

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.08 1512.32

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_5_40_4.opb
MD5SUMa470052ca6f8034e2c6c08868e52d9e8
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 benchmark1789.64
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2
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 1207
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4131
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-2696044-1278020828.opb.
0.00/0.00	c Instance file HOME/instance-2696044-1278020828.opb
0.00/0.00	c File size is 5465 bytes.
0.00/0.01	c Highest Coefficient sum: 4131
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.06/1512.31	c Remaining time 1799.99 sec.
1800.06/1512.31	c 
1800.06/1512.31	c *** INTERRUPTED ***
1800.06/1512.31	s UNKNOWN
1800.06/1512.31	c Total CPU time              : 1673.66 s
1800.06/1512.31	c Memory used           : 32.14 MB
1800.06/1512.31	c CPU time              : 1673.66 s
1800.06/1512.31	c 
1800.06/1512.31	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-2696044-1278020828/watcher-2696044-1278020828 -o /tmp/evaluation-result-2696044-1278020828/solver-2696044-1278020828 -C 1800 -W 2000 -M 1800 run HOME/instance-2696044-1278020828.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.78 1.57 1.59 3/106 24509
/proc/meminfo: memFree=1463248/2059040 swapFree=4139236/4192956
[pid=24509] ppid=24507 vsize=8700 CPUtime=0
/proc/24509/stat : 24509 (run) S 24507 24509 23921 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 177684422 8908800 248 1992294400 4194304 4922060 140736631280128 18446744073709551615 239006751877 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24509/statm: 2175 248 208 178 0 68 0

[startup+0.078964 s]
/proc/loadavg: 1.78 1.57 1.59 3/106 24509
/proc/meminfo: memFree=1463248/2059040 swapFree=4139236/4192956
[pid=24509] ppid=24507 vsize=8700 CPUtime=0
/proc/24509/stat : 24509 (run) S 24507 24509 23921 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 177684422 8908800 248 1992294400 4194304 4922060 140736631280128 18446744073709551615 239006751877 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24509/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.10206 s]
/proc/loadavg: 1.78 1.57 1.59 3/106 24509
/proc/meminfo: memFree=1463248/2059040 swapFree=4139236/4192956
[pid=24509] ppid=24507 vsize=8700 CPUtime=0
/proc/24509/stat : 24509 (run) S 24507 24509 23921 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 177684422 8908800 248 1992294400 4194304 4922060 140736631280128 18446744073709551615 239006751877 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24509/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300378 s]
/proc/loadavg: 1.78 1.57 1.59 3/106 24509
/proc/meminfo: memFree=1463248/2059040 swapFree=4139236/4192956
[pid=24509] ppid=24507 vsize=8700 CPUtime=0
/proc/24509/stat : 24509 (run) S 24507 24509 23921 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 177684422 8908800 248 1992294400 4194304 4922060 140736631280128 18446744073709551615 239006751877 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24509/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701183 s]
/proc/loadavg: 1.78 1.57 1.59 3/106 24509
/proc/meminfo: memFree=1463248/2059040 swapFree=4139236/4192956
[pid=24509] ppid=24507 vsize=8700 CPUtime=0
/proc/24509/stat : 24509 (run) S 24507 24509 23921 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 177684422 8908800 248 1992294400 4194304 4922060 140736631280128 18446744073709551615 239006751877 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24509/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50135 s]
/proc/loadavg: 1.78 1.57 1.59 3/109 24518
/proc/meminfo: memFree=1459380/2059040 swapFree=4139236/4192956
[pid=24509] ppid=24507 vsize=8700 CPUtime=0
/proc/24509/stat : 24509 (run) S 24507 24509 23921 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 177684422 8908800 248 1992294400 4194304 4922060 140736631280128 18446744073709551615 239006751877 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24509/statm: 2175 248 208 178 0 68 0
[pid=24510] ppid=24509 vsize=28900 CPUtime=1.77
/proc/24510/stat : 24510 (pb_cplex) R 24509 24509 23921 0 -1 4202496 5385 0 0 0 159 18 0 0 16 0 2 0 177684422 29593600 1848 1992294400 134512640 146736320 4288968160 18446744073709551615 135850740 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/24510/statm: 7225 1848 1057 2985 0 3767 0
[pid=24510/tid=24518] ppid=24509 vsize=28900 CPUtime=0.86
/proc/24510/task/24518/stat : 24518 (pb_cplex) S 24509 24509 23921 0 -1 4202560 2031 0 0 0 80 6 0 0 16 0 2 0 177684450 29593600 1848 1992294400 134512640 146736320 4288968160 18446744073709551615 144580073 0 2 4096 16387 18446604437827555456 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.77
Current children cumulated vsize (KiB) 37600

[startup+3.10069 s]
/proc/loadavg: 1.78 1.57 1.59 2/109 24518
/proc/meminfo: memFree=1458388/2059040 swapFree=4139236/4192956
[pid=24509] ppid=24507 vsize=8700 CPUtime=0
/proc/24509/stat : 24509 (run) S 24507 24509 23921 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 177684422 8908800 248 1992294400 4194304 4922060 140736631280128 18446744073709551615 239006751877 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24509/statm: 2175 248 208 178 0 68 0
[pid=24510] ppid=24509 vsize=29476 CPUtime=3.64
/proc/24510/stat : 24510 (pb_cplex) S 24509 24509 23921 0 -1 4202496 9886 0 0 0 331 33 0 0 16 0 2 0 177684422 30183424 2072 1992294400 134512640 146736320 4288968160 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/24510/statm: 7369 2072 1056 2985 0 3911 0
[pid=24510/tid=24518] ppid=24509 vsize=29476 CPUtime=1.83
/proc/24510/task/24518/stat : 24518 (pb_cplex) R 24509 24509 23921 0 -1 4202560 4358 0 0 0 169 14 0 0 15 0 2 0 177684450 30183424 2072 1992294400 134512640 146736320 4288968160 18446744073709551615 144785853 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.64
Current children cumulated vsize (KiB) 38176

[startup+6.30138 s]
/proc/loadavg: 1.72 1.56 1.59 2/109 24518
/proc/meminfo: memFree=1457768/2059040 swapFree=4139236/4192956
[pid=24509] ppid=24507 vsize=8700 CPUtime=0
/proc/24509/stat : 24509 (run) S 24507 24509 23921 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 177684422 8908800 248 1992294400 4194304 4922060 140736631280128 18446744073709551615 239006751877 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24509/statm: 2175 248 208 178 0 68 0
[pid=24510] ppid=24509 vsize=30344 CPUtime=8.14
/proc/24510/stat : 24510 (pb_cplex) R 24509 24509 23921 0 -1 4202496 16610 0 0 0 754 60 0 0 16 0 2 0 177684422 31072256 2123 1992294400 134512640 146736320 4288968160 18446744073709551615 135533940 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/24510/statm: 7586 2123 1085 2985 0 4128 0
[pid=24510/tid=24518] ppid=24509 vsize=30344 CPUtime=4.06
/proc/24510/task/24518/stat : 24518 (pb_cplex) R 24509 24509 23921 0 -1 4202560 7963 0 0 0 380 26 0 0 16 0 2 0 177684450 31072256 2123 1992294400 134512640 146736320 4288968160 18446744073709551615 144785853 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.14
Current children cumulated vsize (KiB) 39044

[startup+12.7007 s]
/proc/loadavg: 1.66 1.55 1.59 2/109 24523
/proc/meminfo: memFree=1458016/2059040 swapFree=4139236/4192956
[pid=24509] ppid=24507 vsize=8700 CPUtime=0
/proc/24509/stat : 24509 (run) S 24507 24509 23921 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 177684422 8908800 248 1992294400 4194304 4922060 140736631280128 18446744073709551615 239006751877 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24509/statm: 2175 248 208 178 0 68 0
[pid=24510] ppid=24509 vsize=28812 CPUtime=16.5
/proc/24510/stat : 24510 (pb_cplex) R 24509 24509 23921 0 -1 4202496 18726 0 0 0 1532 118 0 0 16 0 2 0 177684422 29503488 1983 1992294400 134512640 146736320 4288968160 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/24510/statm: 7203 1983 1086 2985 0 3745 0
[pid=24510/tid=24523] ppid=24509 vsize=28812 CPUtime=3.55
/proc/24510/task/24523/stat : 24523 (pb_cplex) S 24509 24509 23921 0 -1 4202560 54 0 0 0 330 25 0 0 15 0 2 0 177685168 29503488 1983 1992294400 134512640 146736320 4288968160 18446744073709551615 144580073 0 2 4096 16387 18446604437827555456 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 16.5
Current children cumulated vsize (KiB) 37512

[startup+25.5015 s]
/proc/loadavg: 1.51 1.52 1.58 2/109 24523
/proc/meminfo: memFree=1458016/2059040 swapFree=4139236/4192956
[pid=24509] ppid=24507 vsize=8700 CPUtime=0
/proc/24509/stat : 24509 (run) S 24507 24509 23921 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 177684422 8908800 248 1992294400 4194304 4922060 140736631280128 18446744073709551615 239006751877 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24509/statm: 2175 248 208 178 0 68 0
[pid=24510] ppid=24509 vsize=29836 CPUtime=32.53
/proc/24510/stat : 24510 (pb_cplex) R 24509 24509 23921 0 -1 4202496 22484 0 0 0 2995 258 0 0 16 0 2 0 177684422 30552064 2022 1992294400 134512640 146736320 4288968160 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24510/statm: 7459 2022 1086 2985 0 4001 0
[pid=24510/tid=24523] ppid=24509 vsize=29836 CPUtime=11.25
/proc/24510/task/24523/stat : 24523 (pb_cplex) R 24509 24509 23921 0 -1 4202560 1700 0 0 0 1029 96 0 0 16 0 2 0 177685168 30552064 2022 1992294400 134512640 146736320 4288968160 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 32.53
Current children cumulated vsize (KiB) 38536

[startup+51.1019 s]
/proc/loadavg: 1.48 1.51 1.57 2/109 24523
/proc/meminfo: memFree=1457892/2059040 swapFree=4139236/4192956
[pid=24509] ppid=24507 vsize=8700 CPUtime=0
/proc/24509/stat : 24509 (run) S 24507 24509 23921 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 177684422 8908800 248 1992294400 4194304 4922060 140736631280128 18446744073709551615 239006751877 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24509/statm: 2175 248 208 178 0 68 0
[pid=24510] ppid=24509 vsize=29836 CPUtime=65
/proc/24510/stat : 24510 (pb_cplex) R 24509 24509 23921 0 -1 4202496 34998 0 0 0 5946 554 0 0 16 0 2 0 177684422 30552064 2025 1992294400 134512640 146736320 4288968160 18446744073709551615 136951907 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/24510/statm: 7459 2025 1086 2985 0 4001 0
[pid=24510/tid=24523] ppid=24509 vsize=29836 CPUtime=28.03
/proc/24510/task/24523/stat : 24523 (pb_cplex) S 24509 24509 23921 0 -1 4202560 7304 0 0 0 2557 246 0 0 16 0 2 0 177685168 30552064 2025 1992294400 134512640 146736320 4288968160 18446744073709551615 144580073 0 2 4096 16387 18446604437827555456 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 65
Current children cumulated vsize (KiB) 38536

[startup+102.309 s]
/proc/loadavg: 1.32 1.46 1.55 2/109 24530
/proc/meminfo: memFree=1457520/2059040 swapFree=4139236/4192956
[pid=24509] ppid=24507 vsize=8700 CPUtime=0
/proc/24509/stat : 24509 (run) S 24507 24509 23921 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 177684422 8908800 248 1992294400 4194304 4922060 140736631280128 18446744073709551615 239006751877 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24509/statm: 2175 248 208 178 0 68 0
[pid=24510] ppid=24509 vsize=30856 CPUtime=131.34
/proc/24510/stat : 24510 (pb_cplex) R 24509 24509 23921 0 -1 4202496 77972 0 0 0 12129 1005 0 0 16 0 2 0 177684422 31596544 2113 1992294400 134512640 146736320 4288968160 18446744073709551615 144785853 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24510/statm: 7714 2113 1086 2985 0 4256 0
[pid=24510/tid=24528] ppid=24509 vsize=30856 CPUtime=16.98
/proc/24510/task/24528/stat : 24528 (pb_cplex) S 24509 24509 23921 0 -1 4202560 17328 0 0 0 1584 114 0 0 16 0 2 0 177691704 31596544 2113 1992294400 134512640 146736320 4288968160 18446744073709551615 144580073 0 2 4096 16387 18446604437827555456 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 131.34
Current children cumulated vsize (KiB) 39556

[startup+162.302 s]
/proc/loadavg: 1.17 1.39 1.52 3/109 24532
/proc/meminfo: memFree=1456776/2059040 swapFree=4139236/4192956
[pid=24509] ppid=24507 vsize=8700 CPUtime=0
/proc/24509/stat : 24509 (run) S 24507 24509 23921 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 177684422 8908800 248 1992294400 4194304 4922060 140736631280128 18446744073709551615 239006751877 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24509/statm: 2175 248 208 178 0 68 0
[pid=24510] ppid=24509 vsize=30856 CPUtime=201.68
/proc/24510/stat : 24510 (pb_cplex) R 24509 24509 23921 0 -1 4202496 146190 0 0 0 18693 1475 0 0 16 0 2 0 177684422 31596544 2277 1992294400 134512640 146736320 4288968160 18446744073709551615 144785853 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24510/statm: 7714 2277 1086 2985 0 4256 0
[pid=24510/tid=24528] ppid=24509 vsize=30856 CPUtime=51.85
/proc/24510/task/24528/stat : 24528 (pb_cplex) S 24509 24509 23921 0 -1 4202560 51876 0 0 0 4836 349 0 0 16 0 2 0 177691704 31596544 2277 1992294400 134512640 146736320 4288968160 18446744073709551615 144580073 0 2 4096 16387 18446604437827555456 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 201.68
Current children cumulated vsize (KiB) 39556

[startup+222.301 s]
/proc/loadavg: 1.11 1.33 1.49 3/109 24532
/proc/meminfo: memFree=1456652/2059040 swapFree=4139236/4192956
[pid=24509] ppid=24507 vsize=8700 CPUtime=0
/proc/24509/stat : 24509 (run) S 24507 24509 23921 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 177684422 8908800 248 1992294400 4194304 4922060 140736631280128 18446744073709551615 239006751877 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24509/statm: 2175 248 208 178 0 68 0
[pid=24510] ppid=24509 vsize=30856 CPUtime=273.35
/proc/24510/stat : 24510 (pb_cplex) R 24509 24509 23921 0 -1 4202496 213497 0 0 0 25384 1951 0 0 16 0 2 0 177684422 31596544 2291 1992294400 134512640 146736320 4288968160 18446744073709551615 144785853 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24510/statm: 7714 2291 1086 2985 0 4256 0
[pid=24510/tid=24528] ppid=24509 vsize=30856 CPUtime=88.1
/proc/24510/task/24528/stat : 24528 (pb_cplex) S 24509 24509 23921 0 -1 4202560 87801 0 0 0 8219 591 0 0 16 0 2 0 177691704 31596544 2291 1992294400 134512640 146736320 4288968160 18446744073709551615 144580073 0 2 4096 16387 18446604437827555456 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 273.35
Current children cumulated vsize (KiB) 39556

[startup+282.301 s]
/proc/loadavg: 1.23 1.32 1.47 3/109 24534
/proc/meminfo: memFree=1456528/2059040 swapFree=4139236/4192956
[pid=24509] ppid=24507 vsize=8700 CPUtime=0
/proc/24509/stat : 24509 (run) S 24507 24509 23921 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 177684422 8908800 248 1992294400 4194304 4922060 140736631280128 18446744073709551615 239006751877 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24509/statm: 2175 248 208 178 0 68 0
[pid=24510] ppid=24509 vsize=31880 CPUtime=343.88
/proc/24510/stat : 24510 (pb_cplex) S 24509 24509 23921 0 -1 4202496 283025 0 0 0 31953 2435 0 0 16 0 2 0 177684422 32645120 2430 1992294400 134512640 146736320 4288968160 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24510/statm: 7970 2430 1086 2985 0 4512 0
[pid=24510/tid=24528] ppid=24509 vsize=31880 CPUtime=121.99
/proc/24510/task/24528/stat : 24528 (pb_cplex) R 24509 24509 23921 0 -1 4202560 122819 0 0 0 11366 833 0 0 16 0 2 0 177691704 32645120 2430 1992294400 134512640 146736320 4288968160 18446744073709551615 137056773 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 343.88
Current children cumulated vsize (KiB) 40580

[startup+342.301 s]
/proc/loadavg: 1.20 1.29 1.45 2/109 24536
/proc/meminfo: memFree=1456528/2059040 swapFree=4139236/4192956
[pid=24509] ppid=24507 vsize=8700 CPUtime=0
/proc/24509/stat : 24509 (run) S 24507 24509 23921 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 177684422 8908800 248 1992294400 4194304 4922060 140736631280128 18446744073709551615 239006751877 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0

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

[pid=24510] ppid=24509 vsize=32904 CPUtime=1123.11
/proc/24510/stat : 24510 (pb_cplex) R 24509 24509 23921 0 -1 4202496 1049922 0 0 0 104602 7709 0 0 16 0 2 0 177684422 33693696 2788 1992294400 134512640 146736320 4288968160 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24510/statm: 8226 2788 1086 2985 0 4768 0
[pid=24510/tid=24528] ppid=24509 vsize=32904 CPUtime=509.4
/proc/24510/task/24528/stat : 24528 (pb_cplex) R 24509 24509 23921 0 -1 4202560 513339 0 0 0 47450 3490 0 0 15 0 2 0 177691704 33693696 2788 1992294400 134512640 146736320 4288968160 18446744073709551615 144580073 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1123.11
Current children cumulated vsize (KiB) 41604

[startup+1002.3 s]
/proc/loadavg: 1.12 1.15 1.28 2/109 24563
/proc/meminfo: memFree=1454544/2059040 swapFree=4139236/4192956
[pid=24509] ppid=24507 vsize=8700 CPUtime=0
/proc/24509/stat : 24509 (run) S 24507 24509 23921 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 177684422 8908800 248 1992294400 4194304 4922060 140736631280128 18446744073709551615 239006751877 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24509/statm: 2175 248 208 178 0 68 0
[pid=24510] ppid=24509 vsize=33928 CPUtime=1193.22
/proc/24510/stat : 24510 (pb_cplex) R 24509 24509 23921 0 -1 4202496 1144549 0 0 0 111123 8199 0 0 16 0 2 0 177684422 34742272 2886 1992294400 134512640 146736320 4288968160 18446744073709551615 139023039 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/24510/statm: 8482 2886 1089 2985 0 5024 0
[pid=24510/tid=24528] ppid=24509 vsize=33928 CPUtime=545.73
/proc/24510/task/24528/stat : 24528 (pb_cplex) S 24509 24509 23921 0 -1 4202560 564044 0 0 0 50832 3741 0 0 16 0 2 0 177691704 34742272 2886 1992294400 134512640 146736320 4288968160 18446744073709551615 144580073 0 2 4096 16387 18446604437827555456 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1193.22
Current children cumulated vsize (KiB) 42628

[startup+1062.3 s]
/proc/loadavg: 1.18 1.16 1.27 2/109 24565
/proc/meminfo: memFree=1454544/2059040 swapFree=4139236/4192956
[pid=24509] ppid=24507 vsize=8700 CPUtime=0
/proc/24509/stat : 24509 (run) S 24507 24509 23921 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 177684422 8908800 248 1992294400 4194304 4922060 140736631280128 18446744073709551615 239006751877 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24509/statm: 2175 248 208 178 0 68 0
[pid=24510] ppid=24509 vsize=32904 CPUtime=1264.83
/proc/24510/stat : 24510 (pb_cplex) R 24509 24509 23921 0 -1 4202496 1217386 0 0 0 117750 8733 0 0 16 0 2 0 177684422 33693696 2794 1992294400 134512640 146736320 4288968160 18446744073709551615 135655923 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/24510/statm: 8226 2794 1086 2985 0 4768 0
[pid=24510/tid=24528] ppid=24509 vsize=32904 CPUtime=580.78
/proc/24510/task/24528/stat : 24528 (pb_cplex) R 24509 24509 23921 0 -1 4202560 601608 0 0 0 54070 4008 0 0 16 0 2 0 177691704 33693696 2794 1992294400 134512640 146736320 4288968160 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1264.83
Current children cumulated vsize (KiB) 41604

[startup+1122.3 s]
/proc/loadavg: 1.15 1.15 1.26 2/109 24565
/proc/meminfo: memFree=1454544/2059040 swapFree=4139236/4192956
[pid=24509] ppid=24507 vsize=8700 CPUtime=0
/proc/24509/stat : 24509 (run) S 24507 24509 23921 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 177684422 8908800 248 1992294400 4194304 4922060 140736631280128 18446744073709551615 239006751877 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24509/statm: 2175 248 208 178 0 68 0
[pid=24510] ppid=24509 vsize=32904 CPUtime=1337.53
/proc/24510/stat : 24510 (pb_cplex) R 24509 24509 23921 0 -1 4202496 1281428 0 0 0 124475 9278 0 0 15 0 2 0 177684422 33693696 2794 1992294400 134512640 146736320 4288968160 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24510/statm: 8226 2794 1086 2985 0 4768 0
[pid=24510/tid=24528] ppid=24509 vsize=32904 CPUtime=617.51
/proc/24510/task/24528/stat : 24528 (pb_cplex) R 24509 24509 23921 0 -1 4202560 636311 0 0 0 57476 4275 0 0 16 0 2 0 177691704 33693696 2794 1992294400 134512640 146736320 4288968160 18446744073709551615 136385183 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1337.53
Current children cumulated vsize (KiB) 41604

[startup+1182.3 s]
/proc/loadavg: 1.31 1.18 1.26 2/109 24567
/proc/meminfo: memFree=1454668/2059040 swapFree=4139236/4192956
[pid=24509] ppid=24507 vsize=8700 CPUtime=0
/proc/24509/stat : 24509 (run) S 24507 24509 23921 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 177684422 8908800 248 1992294400 4194304 4922060 140736631280128 18446744073709551615 239006751877 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24509/statm: 2175 248 208 178 0 68 0
[pid=24510] ppid=24509 vsize=32904 CPUtime=1409.5
/proc/24510/stat : 24510 (pb_cplex) S 24509 24509 23921 0 -1 4202496 1339556 0 0 0 131128 9822 0 0 16 0 2 0 177684422 33693696 2794 1992294400 134512640 146736320 4288968160 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24510/statm: 8226 2794 1086 2985 0 4768 0
[pid=24510/tid=24528] ppid=24509 vsize=32904 CPUtime=652.33
/proc/24510/task/24528/stat : 24528 (pb_cplex) R 24509 24509 23921 0 -1 4202560 665494 0 0 0 60692 4541 0 0 16 0 2 0 177691704 33693696 2794 1992294400 134512640 146736320 4288968160 18446744073709551615 144580332 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1409.5
Current children cumulated vsize (KiB) 41604

[startup+1242.3 s]
/proc/loadavg: 1.11 1.15 1.24 2/109 24569
/proc/meminfo: memFree=1454296/2059040 swapFree=4139236/4192956
[pid=24509] ppid=24507 vsize=8700 CPUtime=0
/proc/24509/stat : 24509 (run) S 24507 24509 23921 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 177684422 8908800 248 1992294400 4194304 4922060 140736631280128 18446744073709551615 239006751877 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24509/statm: 2175 248 208 178 0 68 0
[pid=24510] ppid=24509 vsize=32904 CPUtime=1480.91
/proc/24510/stat : 24510 (pb_cplex) S 24509 24509 23921 0 -1 4202496 1401836 0 0 0 137747 10344 0 0 16 0 2 0 177684422 33693696 2794 1992294400 134512640 146736320 4288968160 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24510/statm: 8226 2794 1086 2985 0 4768 0
[pid=24510/tid=24528] ppid=24509 vsize=32904 CPUtime=686.93
/proc/24510/task/24528/stat : 24528 (pb_cplex) R 24509 24509 23921 0 -1 4202560 697119 0 0 0 63892 4801 0 0 16 0 2 0 177691704 33693696 2794 1992294400 134512640 146736320 4288968160 18446744073709551615 136521688 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1480.91
Current children cumulated vsize (KiB) 41604

[startup+1302.3 s]
/proc/loadavg: 1.34 1.21 1.26 3/109 24571
/proc/meminfo: memFree=1454296/2059040 swapFree=4139236/4192956
[pid=24509] ppid=24507 vsize=8700 CPUtime=0
/proc/24509/stat : 24509 (run) S 24507 24509 23921 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 177684422 8908800 248 1992294400 4194304 4922060 140736631280128 18446744073709551615 239006751877 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24509/statm: 2175 248 208 178 0 68 0
[pid=24510] ppid=24509 vsize=32904 CPUtime=1552.43
/proc/24510/stat : 24510 (pb_cplex) R 24509 24509 23921 0 -1 4202496 1463413 0 0 0 144367 10876 0 0 15 0 2 0 177684422 33693696 2794 1992294400 134512640 146736320 4288968160 18446744073709551615 136674347 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24510/statm: 8226 2794 1086 2985 0 4768 0
[pid=24510/tid=24528] ppid=24509 vsize=32904 CPUtime=722.04
/proc/24510/task/24528/stat : 24528 (pb_cplex) R 24509 24509 23921 0 -1 4202560 728648 0 0 0 67131 5073 0 0 16 0 2 0 177691704 33693696 2794 1992294400 134512640 146736320 4288968160 18446744073709551615 144580332 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1552.43
Current children cumulated vsize (KiB) 41604

[startup+1362.3 s]
/proc/loadavg: 1.35 1.23 1.26 2/109 24573
/proc/meminfo: memFree=1454420/2059040 swapFree=4139236/4192956
[pid=24509] ppid=24507 vsize=8700 CPUtime=0
/proc/24509/stat : 24509 (run) S 24507 24509 23921 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 177684422 8908800 248 1992294400 4194304 4922060 140736631280128 18446744073709551615 239006751877 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24509/statm: 2175 248 208 178 0 68 0
[pid=24510] ppid=24509 vsize=32904 CPUtime=1622.83
/proc/24510/stat : 24510 (pb_cplex) R 24509 24509 23921 0 -1 4202496 1532046 0 0 0 150910 11373 0 0 16 0 2 0 177684422 33693696 2872 1992294400 134512640 146736320 4288968160 18446744073709551615 136000488 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/24510/statm: 8226 2872 1091 2985 0 4768 0
[pid=24510/tid=24528] ppid=24509 vsize=32904 CPUtime=757.8
/proc/24510/task/24528/stat : 24528 (pb_cplex) S 24509 24509 23921 0 -1 4202560 764696 0 0 0 70449 5331 0 0 16 0 2 0 177691704 33693696 2872 1992294400 134512640 146736320 4288968160 18446744073709551615 144580073 0 2 4096 16387 18446604437827555456 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1622.83
Current children cumulated vsize (KiB) 41604

[startup+1422.31 s]
/proc/loadavg: 1.34 1.25 1.27 2/109 24573
/proc/meminfo: memFree=1454420/2059040 swapFree=4139236/4192956
[pid=24509] ppid=24507 vsize=8700 CPUtime=0
/proc/24509/stat : 24509 (run) S 24507 24509 23921 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 177684422 8908800 248 1992294400 4194304 4922060 140736631280128 18446744073709551615 239006751877 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24509/statm: 2175 248 208 178 0 68 0
[pid=24510] ppid=24509 vsize=32904 CPUtime=1692.83
/proc/24510/stat : 24510 (pb_cplex) S 24509 24509 23921 0 -1 4202496 1602954 0 0 0 157428 11855 0 0 16 0 2 0 177684422 33693696 2861 1992294400 134512640 146736320 4288968160 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24510/statm: 8226 2861 1087 2985 0 4768 0
[pid=24510/tid=24528] ppid=24509 vsize=32904 CPUtime=792.47
/proc/24510/task/24528/stat : 24528 (pb_cplex) R 24509 24509 23921 0 -1 4202560 800570 0 0 0 73671 5576 0 0 16 0 2 0 177691704 33693696 2861 1992294400 134512640 146736320 4288968160 18446744073709551615 137371966 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1692.83
Current children cumulated vsize (KiB) 41604

[startup+1482.3 s]
/proc/loadavg: 1.12 1.20 1.25 2/109 24575
/proc/meminfo: memFree=1454420/2059040 swapFree=4139236/4192956
[pid=24509] ppid=24507 vsize=8700 CPUtime=0
/proc/24509/stat : 24509 (run) S 24507 24509 23921 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 177684422 8908800 248 1992294400 4194304 4922060 140736631280128 18446744073709551615 239006751877 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24509/statm: 2175 248 208 178 0 68 0
[pid=24510] ppid=24509 vsize=32904 CPUtime=1763.93
/proc/24510/stat : 24510 (pb_cplex) R 24509 24509 23921 0 -1 4202496 1664438 0 0 0 164028 12365 0 0 16 0 2 0 177684422 33693696 2826 1992294400 134512640 146736320 4288968160 18446744073709551615 135196448 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/24510/statm: 8226 2826 1086 2985 0 4768 0
[pid=24510/tid=24528] ppid=24509 vsize=32904 CPUtime=827.36
/proc/24510/task/24528/stat : 24528 (pb_cplex) S 24509 24509 23921 0 -1 4202560 831983 0 0 0 76902 5834 0 0 16 0 2 0 177691704 33693696 2826 1992294400 134512640 146736320 4288968160 18446744073709551615 144580073 0 2 4096 16387 18446604437827555456 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1763.93
Current children cumulated vsize (KiB) 41604



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1512.3 s]
/proc/loadavg: 1.26 1.22 1.26 2/109 24577
/proc/meminfo: memFree=1454296/2059040 swapFree=4139236/4192956
[pid=24509] ppid=24507 vsize=8700 CPUtime=0
/proc/24509/stat : 24509 (run) S 24507 24509 23921 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 177684422 8908800 248 1992294400 4194304 4922060 140736631280128 18446744073709551615 239006751877 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24509/statm: 2175 248 208 178 0 68 0
[pid=24510] ppid=24509 vsize=32904 CPUtime=1800.06
/proc/24510/stat : 24510 (pb_cplex) R 24509 24509 23921 0 -1 4202496 1691713 0 0 0 167365 12641 0 0 16 0 2 0 177684422 33693696 2839 1992294400 134512640 146736320 4288968160 18446744073709551615 144785853 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24510/statm: 8226 2839 1090 2985 0 4768 0
[pid=24510/tid=24528] ppid=24509 vsize=32904 CPUtime=845.19
/proc/24510/task/24528/stat : 24528 (pb_cplex) S 24509 24509 23921 0 -1 4202560 845110 0 0 0 78550 5969 0 0 16 0 2 0 177691704 33693696 2839 1992294400 134512640 146736320 4288968160 18446744073709551615 144580073 0 2 4096 16387 18446604437827555456 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 41604

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1512.3 s]
/proc/loadavg: 1.26 1.22 1.26 2/109 24577
/proc/meminfo: memFree=1454296/2059040 swapFree=4139236/4192956
[pid=24509] ppid=24507 vsize=8700 CPUtime=0
/proc/24509/stat : 24509 (run) S 24507 24509 23921 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 177684422 8908800 248 1992294400 4194304 4922060 140736631280128 18446744073709551615 239006751877 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24509/statm: 2175 248 208 178 0 68 0
[pid=24510] ppid=24509 vsize=32904 CPUtime=1800.06
/proc/24510/stat : 24510 (pb_cplex) R 24509 24509 23921 0 -1 4202496 1691713 0 0 0 167365 12641 0 0 16 0 2 0 177684422 33693696 2839 1992294400 134512640 146736320 4288968160 18446744073709551615 144785853 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24510/statm: 8226 2839 1090 2985 0 4768 0
[pid=24510/tid=24528] ppid=24509 vsize=32904 CPUtime=845.19
/proc/24510/task/24528/stat : 24528 (pb_cplex) S 24509 24509 23921 0 -1 4202560 845110 0 0 0 78550 5969 0 0 16 0 2 0 177691704 33693696 2839 1992294400 134512640 146736320 4288968160 18446744073709551615 144580073 0 2 4096 16387 18446604437827555456 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 41604

Child status: 0
Real time (s): 1512.32
CPU time (s): 1800.08
CPU user time (s): 1673.66
CPU system time (s): 126.418
CPU usage (%): 119.028
Max. virtual memory (cumulated for all children) (KiB): 43652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1673.66
system time used= 126.418
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1692086
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= 3835080
involuntary context switches= 39329

runsolver used 2.56761 second user time and 7.14191 second system time

The end

Launcher Data

Begin job on node010 at 2010-07-01 23:47:08
IDJOB=2696044
IDBENCH=2914
IDSOLVER=1209
FILE ID=node010/2696044-1278020828
PBS_JOBID= 11198745
Free space on /tmp= 62292 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_4.opb
COMMAND LINE= run BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2696044-1278020828/watcher-2696044-1278020828 -o /tmp/evaluation-result-2696044-1278020828/solver-2696044-1278020828 -C 1800 -W 2000 -M 1800  run HOME/instance-2696044-1278020828.opb

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

MD5SUM BENCH= a470052ca6f8034e2c6c08868e52d9e8
RANDOM SEED=1418565599

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1463652 kB
Buffers:        146772 kB
Cached:         336680 kB
SwapCached:       7228 kB
Active:         228772 kB
Inactive:       268816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1463652 kB
SwapTotal:     4192956 kB
SwapFree:      4139236 kB
Dirty:           16660 kB
Writeback:           0 kB
AnonPages:       12304 kB
Mapped:          12076 kB
Slab:            75732 kB
PageTables:       4184 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182588 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= 62276 MiB
End job on node010 at 2010-07-02 00:12:20