Trace number 2696959

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.17 1011.02

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=5-P0=3-P1=19-P2=2-P3=19-P4=17-P5=13-P6=37-P7=5-B.opb
MD5SUMade4038b6c8c483ca1d44b3698e37050
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.380942
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2
Optimality of the best value was proved YES
Number of variables105
Total number of constraints15
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 constraints15
Minimum length of a constraint5
Maximum length of a constraint35
Number of terms in the objective function 5
Biggest coefficient in the objective function 16
Number of bits for the biggest coefficient in the objective function 5
Sum of the numbers in the objective function 31
Number of bits of the sum of numbers in the objective function 5
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 1984
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)175
Sum of products size (including duplicates)350
Number of different products175
Sum of products size350

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2696959-1278048188.opb.
0.00/0.00	c Instance file HOME/instance-2696959-1278048188.opb
0.00/0.00	c File size is 13185 bytes.
0.00/0.01	c Highest Coefficient sum: 1984
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:      280                                                 |
0.00/0.01	c |  Number Constraints:    365                                                 |
0.00/0.01	c ===============================================================================
1800.16/1011.01	c Remaining time 1799.99 sec.
1800.16/1011.01	c 
1800.16/1011.01	c *** INTERRUPTED ***
1800.16/1011.01	s UNKNOWN
1800.16/1011.01	c Total CPU time              : 1768.97 s
1800.16/1011.01	c Memory used           : 41.07 MB
1800.16/1011.01	c CPU time              : 1768.97 s
1800.16/1011.01	c 
1800.16/1011.01	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-2696959-1278048188/watcher-2696959-1278048188 -o /tmp/evaluation-result-2696959-1278048188/solver-2696959-1278048188 -C 1800 -W 2000 -M 1800 run HOME/instance-2696959-1278048188.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.55 1.65 1.17 3/106 29324
/proc/meminfo: memFree=1753872/2059040 swapFree=4135672/4192956
[pid=29324] ppid=29322 vsize=8700 CPUtime=0
/proc/29324/stat : 29324 (run) R 29322 29324 29220 0 -1 4202496 348 0 0 0 0 0 0 0 20 0 1 0 146106895 8908800 248 1992294400 4194304 4922060 140736368386688 18446744073709551615 264053039509 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/29324/statm: 2175 248 208 178 0 68 0

[startup+0.024959 s]
/proc/loadavg: 1.55 1.65 1.17 3/106 29324
/proc/meminfo: memFree=1753872/2059040 swapFree=4135672/4192956
[pid=29324] ppid=29322 vsize=8700 CPUtime=0
/proc/29324/stat : 29324 (run) S 29322 29324 29220 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146106895 8908800 248 1992294400 4194304 4922060 140736368386688 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29324/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100961 s]
/proc/loadavg: 1.55 1.65 1.17 3/106 29324
/proc/meminfo: memFree=1753872/2059040 swapFree=4135672/4192956
[pid=29324] ppid=29322 vsize=8700 CPUtime=0
/proc/29324/stat : 29324 (run) S 29322 29324 29220 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146106895 8908800 248 1992294400 4194304 4922060 140736368386688 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29324/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.302206 s]
/proc/loadavg: 1.55 1.65 1.17 3/106 29324
/proc/meminfo: memFree=1753872/2059040 swapFree=4135672/4192956
[pid=29324] ppid=29322 vsize=8700 CPUtime=0
/proc/29324/stat : 29324 (run) S 29322 29324 29220 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146106895 8908800 248 1992294400 4194304 4922060 140736368386688 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29324/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700976 s]
/proc/loadavg: 1.55 1.65 1.17 3/106 29324
/proc/meminfo: memFree=1753872/2059040 swapFree=4135672/4192956
[pid=29324] ppid=29322 vsize=8700 CPUtime=0
/proc/29324/stat : 29324 (run) S 29322 29324 29220 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146106895 8908800 248 1992294400 4194304 4922060 140736368386688 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29324/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.501 s]
/proc/loadavg: 1.55 1.65 1.17 3/109 29331
/proc/meminfo: memFree=1748020/2059040 swapFree=4135672/4192956
[pid=29324] ppid=29322 vsize=8700 CPUtime=0
/proc/29324/stat : 29324 (run) S 29322 29324 29220 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146106895 8908800 248 1992294400 4194304 4922060 140736368386688 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29324/statm: 2175 248 208 178 0 68 0
[pid=29325] ppid=29324 vsize=32844 CPUtime=2.35
/proc/29325/stat : 29325 (pb_cplex) S 29324 29324 29220 0 -1 4202496 9819 0 0 0 226 9 0 0 18 0 2 0 146106895 33632256 2873 1992294400 134512640 146736320 4290452272 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29325/statm: 8211 2873 1073 2985 0 4753 0
[pid=29325/tid=29329] ppid=29324 vsize=32844 CPUtime=0.82
/proc/29325/task/29329/stat : 29329 (pb_cplex) R 29324 29324 29220 0 -1 4202560 2696 0 0 0 80 2 0 0 17 0 2 0 146106948 33632256 2873 1992294400 134512640 146736320 4290452272 18446744073709551615 136388107 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.35
Current children cumulated vsize (KiB) 41544

[startup+3.10004 s]
/proc/loadavg: 1.55 1.65 1.17 3/109 29331
/proc/meminfo: memFree=1744796/2059040 swapFree=4135672/4192956
[pid=29324] ppid=29322 vsize=8700 CPUtime=0
/proc/29324/stat : 29324 (run) S 29322 29324 29220 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146106895 8908800 248 1992294400 4194304 4922060 140736368386688 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29324/statm: 2175 248 208 178 0 68 0
[pid=29325] ppid=29324 vsize=36064 CPUtime=5.1
/proc/29325/stat : 29325 (pb_cplex) R 29324 29324 29220 0 -1 4202496 14793 0 0 0 496 14 0 0 17 0 2 0 146106895 36929536 3535 1992294400 134512640 146736320 4290452272 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29325/statm: 9016 3535 1073 2985 0 5558 0
[pid=29325/tid=29329] ppid=29324 vsize=36064 CPUtime=2.08
/proc/29325/task/29329/stat : 29329 (pb_cplex) R 29324 29324 29220 0 -1 4202560 5648 0 0 0 204 4 0 0 16 0 2 0 146106948 36929536 3535 1992294400 134512640 146736320 4290452272 18446744073709551615 136000487 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.1
Current children cumulated vsize (KiB) 44764

[startup+6.30112 s]
/proc/loadavg: 1.50 1.64 1.17 4/109 29331
/proc/meminfo: memFree=1741944/2059040 swapFree=4135672/4192956
[pid=29324] ppid=29322 vsize=8700 CPUtime=0
/proc/29324/stat : 29324 (run) S 29322 29324 29220 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146106895 8908800 248 1992294400 4194304 4922060 140736368386688 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29324/statm: 2175 248 208 178 0 68 0
[pid=29325] ppid=29324 vsize=36412 CPUtime=10.66
/proc/29325/stat : 29325 (pb_cplex) R 29324 29324 29220 0 -1 4202496 23253 0 0 0 1044 22 0 0 16 0 2 0 146106895 37285888 3748 1992294400 134512640 146736320 4290452272 18446744073709551615 139041204 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29325/statm: 9103 3748 1073 2985 0 5645 0
[pid=29325/tid=29329] ppid=29324 vsize=36412 CPUtime=4.85
/proc/29325/task/29329/stat : 29329 (pb_cplex) R 29324 29324 29220 0 -1 4202560 8488 0 0 0 477 8 0 0 16 0 2 0 146106948 37285888 3748 1992294400 134512640 146736320 4290452272 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.66
Current children cumulated vsize (KiB) 45112

[startup+12.702 s]
/proc/loadavg: 1.54 1.65 1.18 3/109 29331
/proc/meminfo: memFree=1738844/2059040 swapFree=4135672/4192956
[pid=29324] ppid=29322 vsize=8700 CPUtime=0
/proc/29324/stat : 29324 (run) S 29322 29324 29220 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146106895 8908800 248 1992294400 4194304 4922060 140736368386688 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29324/statm: 2175 248 208 178 0 68 0
[pid=29325] ppid=29324 vsize=41468 CPUtime=21.67
/proc/29325/stat : 29325 (pb_cplex) R 29324 29324 29220 0 -1 4202496 35133 0 0 0 2135 32 0 0 16 0 2 0 146106895 42463232 4744 1992294400 134512640 146736320 4290452272 18446744073709551615 136402277 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29325/statm: 10367 4744 1073 2985 0 6909 0
[pid=29325/tid=29329] ppid=29324 vsize=41468 CPUtime=10.26
/proc/29325/task/29329/stat : 29329 (pb_cplex) R 29324 29324 29220 0 -1 4202560 15085 0 0 0 1014 12 0 0 16 0 2 0 146106948 42463232 4744 1992294400 134512640 146736320 4290452272 18446744073709551615 139023109 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 21.67
Current children cumulated vsize (KiB) 50168

[startup+25.5008 s]
/proc/loadavg: 1.56 1.65 1.18 3/109 29331
/proc/meminfo: memFree=1738596/2059040 swapFree=4135672/4192956
[pid=29324] ppid=29322 vsize=8700 CPUtime=0
/proc/29324/stat : 29324 (run) S 29322 29324 29220 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146106895 8908800 248 1992294400 4194304 4922060 140736368386688 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29324/statm: 2175 248 208 178 0 68 0
[pid=29325] ppid=29324 vsize=39916 CPUtime=41.64
/proc/29325/stat : 29325 (pb_cplex) S 29324 29324 29220 0 -1 4202496 48168 0 0 0 4108 56 0 0 18 0 2 0 146106895 40873984 4580 1992294400 134512640 146736320 4290452272 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29325/statm: 9979 4580 1082 2985 0 6521 0
[pid=29325/tid=29329] ppid=29324 vsize=39916 CPUtime=18.43
/proc/29325/task/29329/stat : 29329 (pb_cplex) R 29324 29324 29220 0 -1 4202560 21208 0 0 0 1820 23 0 0 16 0 2 0 146106948 40873984 4580 1992294400 134512640 146736320 4290452272 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 41.64
Current children cumulated vsize (KiB) 48616

[startup+51.1014 s]
/proc/loadavg: 1.64 1.66 1.20 3/109 29331
/proc/meminfo: memFree=1738100/2059040 swapFree=4135672/4192956
[pid=29324] ppid=29322 vsize=8700 CPUtime=0
/proc/29324/stat : 29324 (run) S 29322 29324 29220 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146106895 8908800 248 1992294400 4194304 4922060 140736368386688 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29324/statm: 2175 248 208 178 0 68 0
[pid=29325] ppid=29324 vsize=41264 CPUtime=86.89
/proc/29325/stat : 29325 (pb_cplex) R 29324 29324 29220 0 -1 4202496 100332 0 0 0 8545 144 0 0 16 0 2 0 146106895 42254336 4721 1992294400 134512640 146736320 4290452272 18446744073709551615 135468524 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29325/statm: 10316 4721 1082 2985 0 6858 0
[pid=29325/tid=29329] ppid=29324 vsize=41264 CPUtime=41
/proc/29325/task/29329/stat : 29329 (pb_cplex) R 29324 29324 29220 0 -1 4202560 50815 0 0 0 4030 70 0 0 16 0 2 0 146106948 42254336 4721 1992294400 134512640 146736320 4290452272 18446744073709551615 135850319 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 86.89
Current children cumulated vsize (KiB) 49964

[startup+102.309 s]
/proc/loadavg: 1.80 1.69 1.23 3/109 29333
/proc/meminfo: memFree=1736612/2059040 swapFree=4135672/4192956
[pid=29324] ppid=29322 vsize=8700 CPUtime=0
/proc/29324/stat : 29324 (run) S 29322 29324 29220 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146106895 8908800 248 1992294400 4194304 4922060 140736368386688 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29324/statm: 2175 248 208 178 0 68 0
[pid=29325] ppid=29324 vsize=41904 CPUtime=177.55
/proc/29325/stat : 29325 (pb_cplex) R 29324 29324 29220 0 -1 4202496 185210 0 0 0 17434 321 0 0 16 0 2 0 146106895 42909696 5058 1992294400 134512640 146736320 4290452272 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29325/statm: 10476 5058 1082 2985 0 7018 0
[pid=29325/tid=29329] ppid=29324 vsize=41904 CPUtime=85.75
/proc/29325/task/29329/stat : 29329 (pb_cplex) S 29324 29324 29220 0 -1 4202560 91598 0 0 0 8419 156 0 0 16 0 2 0 146106948 42909696 5058 1992294400 134512640 146736320 4290452272 18446744073709551615 144580073 0 2 4096 16387 18446604437815535616 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 177.55
Current children cumulated vsize (KiB) 50604

[startup+162.301 s]
/proc/loadavg: 1.70 1.69 1.26 2/109 29335
/proc/meminfo: memFree=1734380/2059040 swapFree=4135672/4192956
[pid=29324] ppid=29322 vsize=8700 CPUtime=0
/proc/29324/stat : 29324 (run) S 29322 29324 29220 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146106895 8908800 248 1992294400 4194304 4922060 140736368386688 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29324/statm: 2175 248 208 178 0 68 0
[pid=29325] ppid=29324 vsize=43908 CPUtime=281.83
/proc/29325/stat : 29325 (pb_cplex) S 29324 29324 29220 0 -1 4202496 263728 0 0 0 27664 519 0 0 15 0 2 0 146106895 44961792 5622 1992294400 134512640 146736320 4290452272 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29325/statm: 10977 5622 1100 2985 0 7519 0
[pid=29325/tid=29329] ppid=29324 vsize=43908 CPUtime=136.17
/proc/29325/task/29329/stat : 29329 (pb_cplex) R 29324 29324 29220 0 -1 4202560 129506 0 0 0 13367 250 0 0 16 0 2 0 146106948 44961792 5622 1992294400 134512640 146736320 4290452272 18446744073709551615 144580073 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 281.83
Current children cumulated vsize (KiB) 52608

[startup+222.301 s]
/proc/loadavg: 1.73 1.68 1.28 2/109 29335
/proc/meminfo: memFree=1732768/2059040 swapFree=4135672/4192956
[pid=29324] ppid=29322 vsize=8700 CPUtime=0
/proc/29324/stat : 29324 (run) S 29322 29324 29220 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146106895 8908800 248 1992294400 4194304 4922060 140736368386688 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29324/statm: 2175 248 208 178 0 68 0
[pid=29325] ppid=29324 vsize=45664 CPUtime=384.9
/proc/29325/stat : 29325 (pb_cplex) R 29324 29324 29220 0 -1 4202496 289752 0 0 0 37809 681 0 0 16 0 2 0 146106895 46759936 6018 1992294400 134512640 146736320 4290452272 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29325/statm: 11416 6018 1100 2985 0 7958 0
[pid=29325/tid=29329] ppid=29324 vsize=45664 CPUtime=186.37
/proc/29325/task/29329/stat : 29329 (pb_cplex) R 29324 29324 29220 0 -1 4202560 136372 0 0 0 18311 326 0 0 16 0 2 0 146106948 46759936 6018 1992294400 134512640 146736320 4290452272 18446744073709551615 135854518 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 384.9
Current children cumulated vsize (KiB) 54364

[startup+282.301 s]
/proc/loadavg: 1.78 1.70 1.31 3/109 29337
/proc/meminfo: memFree=1733140/2059040 swapFree=4135672/4192956
[pid=29324] ppid=29322 vsize=8700 CPUtime=0
/proc/29324/stat : 29324 (run) S 29322 29324 29220 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146106895 8908800 248 1992294400 4194304 4922060 140736368386688 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29324/statm: 2175 248 208 178 0 68 0
[pid=29325] ppid=29324 vsize=45268 CPUtime=490.07
/proc/29325/stat : 29325 (pb_cplex) R 29324 29324 29220 0 -1 4202496 317754 0 0 0 48139 868 0 0 16 0 2 0 146106895 46354432 5931 1992294400 134512640 146736320 4290452272 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29325/statm: 11317 5931 1100 2985 0 7859 0
[pid=29325/tid=29329] ppid=29324 vsize=45268 CPUtime=237.41
/proc/29325/task/29329/stat : 29329 (pb_cplex) R 29324 29324 29220 0 -1 4202560 150540 0 0 0 23324 417 0 0 16 0 2 0 146106948 46354432 5931 1992294400 134512640 146736320 4290452272 18446744073709551615 135854509 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 490.07
Current children cumulated vsize (KiB) 53968

[startup+342.301 s]
/proc/loadavg: 1.87 1.73 1.34 3/109 29339
/proc/meminfo: memFree=1730908/2059040 swapFree=4135672/4192956
[pid=29324] ppid=29322 vsize=8700 CPUtime=0
/proc/29324/stat : 29324 (run) S 29322 29324 29220 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146106895 8908800 248 1992294400 4194304 4922060 140736368386688 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0

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

[pid=29325] ppid=29324 vsize=40336 CPUtime=700.75
/proc/29325/stat : 29325 (pb_cplex) R 29324 29324 29220 0 -1 4202496 420911 0 0 0 68841 1234 0 0 17 0 2 0 146106895 41304064 4651 1992294400 134512640 146736320 4290452272 18446744073709551615 137461082 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29325/statm: 10084 4651 1122 2985 0 6626 0
[pid=29325/tid=29341] ppid=29324 vsize=40336 CPUtime=28.81
/proc/29325/task/29341/stat : 29341 (pb_cplex) R 29324 29324 29220 0 -1 4202560 46927 0 0 0 2824 57 0 0 16 0 2 0 146143876 41304064 4651 1992294400 134512640 146736320 4290452272 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 700.75
Current children cumulated vsize (KiB) 49036

[startup+462.301 s]
/proc/loadavg: 1.73 1.72 1.38 3/109 29345
/proc/meminfo: memFree=1738224/2059040 swapFree=4135672/4192956
[pid=29324] ppid=29322 vsize=8700 CPUtime=0
/proc/29324/stat : 29324 (run) S 29322 29324 29220 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146106895 8908800 248 1992294400 4194304 4922060 140736368386688 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29324/statm: 2175 248 208 178 0 68 0
[pid=29325] ppid=29324 vsize=39960 CPUtime=809.06
/proc/29325/stat : 29325 (pb_cplex) R 29324 29324 29220 0 -1 4202496 454197 0 0 0 79490 1416 0 0 17 0 2 0 146106895 40919040 4767 1992294400 134512640 146736320 4290452272 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29325/statm: 9990 4767 1122 2985 0 6532 0
[pid=29325/tid=29341] ppid=29324 vsize=39960 CPUtime=82.57
/proc/29325/task/29341/stat : 29341 (pb_cplex) R 29324 29324 29220 0 -1 4202560 55832 0 0 0 8115 142 0 0 16 0 2 0 146143876 40919040 4767 1992294400 134512640 146736320 4290452272 18446744073709551615 135851007 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 809.06
Current children cumulated vsize (KiB) 48660

[startup+522.301 s]
/proc/loadavg: 1.78 1.74 1.41 3/109 29345
/proc/meminfo: memFree=1739092/2059040 swapFree=4135672/4192956
[pid=29324] ppid=29322 vsize=8700 CPUtime=0
/proc/29324/stat : 29324 (run) S 29322 29324 29220 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146106895 8908800 248 1992294400 4194304 4922060 140736368386688 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29324/statm: 2175 248 208 178 0 68 0
[pid=29325] ppid=29324 vsize=39200 CPUtime=916.44
/proc/29325/stat : 29325 (pb_cplex) R 29324 29324 29220 0 -1 4202496 473372 0 0 0 90058 1586 0 0 17 0 2 0 146106895 40140800 4548 1992294400 134512640 146736320 4290452272 18446744073709551615 136002745 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29325/statm: 9800 4548 1122 2985 0 6342 0
[pid=29325/tid=29341] ppid=29324 vsize=39200 CPUtime=135.88
/proc/29325/task/29341/stat : 29341 (pb_cplex) R 29324 29324 29220 0 -1 4202560 63401 0 0 0 13360 228 0 0 16 0 2 0 146143876 40140800 4548 1992294400 134512640 146736320 4290452272 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 916.44
Current children cumulated vsize (KiB) 47900

[startup+582.301 s]
/proc/loadavg: 1.93 1.78 1.44 2/109 29349
/proc/meminfo: memFree=1738844/2059040 swapFree=4135672/4192956
[pid=29324] ppid=29322 vsize=8700 CPUtime=0
/proc/29324/stat : 29324 (run) S 29322 29324 29220 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146106895 8908800 248 1992294400 4194304 4922060 140736368386688 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29324/statm: 2175 248 208 178 0 68 0
[pid=29325] ppid=29324 vsize=39184 CPUtime=1024.53
/proc/29325/stat : 29325 (pb_cplex) R 29324 29324 29220 0 -1 4202496 493836 0 0 0 100690 1763 0 0 16 0 2 0 146106895 40124416 4592 1992294400 134512640 146736320 4290452272 18446744073709551615 136364183 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29325/statm: 9796 4592 1122 2985 0 6338 0
[pid=29325/tid=29341] ppid=29324 vsize=39184 CPUtime=189.92
/proc/29325/task/29341/stat : 29341 (pb_cplex) R 29324 29324 29220 0 -1 4202560 74136 0 0 0 18677 315 0 0 17 0 2 0 146143876 40124416 4592 1992294400 134512640 146736320 4290452272 18446744073709551615 136384849 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1024.53
Current children cumulated vsize (KiB) 47884

[startup+642.301 s]
/proc/loadavg: 2.19 1.87 1.49 3/109 29352
/proc/meminfo: memFree=1735612/2059040 swapFree=4135672/4192956
[pid=29324] ppid=29322 vsize=8700 CPUtime=0
/proc/29324/stat : 29324 (run) S 29322 29324 29220 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146106895 8908800 248 1992294400 4194304 4922060 140736368386688 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29324/statm: 2175 248 208 178 0 68 0
[pid=29325] ppid=29324 vsize=43264 CPUtime=1132.53
/proc/29325/stat : 29325 (pb_cplex) S 29324 29324 29220 0 -1 4202496 509617 0 0 0 111310 1943 0 0 16 0 2 0 146106895 44302336 5328 1992294400 134512640 146736320 4290452272 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29325/statm: 10816 5328 1123 2985 0 7358 0
[pid=29325/tid=29341] ppid=29324 vsize=43264 CPUtime=243.31
/proc/29325/task/29341/stat : 29341 (pb_cplex) R 29324 29324 29220 0 -1 4202560 83788 0 0 0 23924 407 0 0 17 0 2 0 146143876 44302336 5328 1992294400 134512640 146736320 4290452272 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1132.53
Current children cumulated vsize (KiB) 51964

[startup+702.301 s]
/proc/loadavg: 1.93 1.86 1.51 3/109 29354
/proc/meminfo: memFree=1737100/2059040 swapFree=4135672/4192956
[pid=29324] ppid=29322 vsize=8700 CPUtime=0
/proc/29324/stat : 29324 (run) S 29322 29324 29220 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146106895 8908800 248 1992294400 4194304 4922060 140736368386688 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29324/statm: 2175 248 208 178 0 68 0
[pid=29325] ppid=29324 vsize=41128 CPUtime=1242.5
/proc/29325/stat : 29325 (pb_cplex) R 29324 29324 29220 0 -1 4202496 517996 0 0 0 122113 2137 0 0 18 0 2 0 146106895 42115072 4882 1992294400 134512640 146736320 4290452272 18446744073709551615 136002755 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29325/statm: 10282 4882 1122 2985 0 6824 0
[pid=29325/tid=29341] ppid=29324 vsize=41128 CPUtime=297.93
/proc/29325/task/29341/stat : 29341 (pb_cplex) R 29324 29324 29220 0 -1 4202560 89585 0 0 0 29287 506 0 0 18 0 2 0 146143876 42115072 4882 1992294400 134512640 146736320 4290452272 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1242.5
Current children cumulated vsize (KiB) 49828

[startup+762.309 s]
/proc/loadavg: 1.68 1.80 1.51 2/109 29356
/proc/meminfo: memFree=1737720/2059040 swapFree=4135672/4192956
[pid=29324] ppid=29322 vsize=8700 CPUtime=0
/proc/29324/stat : 29324 (run) S 29322 29324 29220 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146106895 8908800 248 1992294400 4194304 4922060 140736368386688 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29324/statm: 2175 248 208 178 0 68 0
[pid=29325] ppid=29324 vsize=41196 CPUtime=1351.24
/proc/29325/stat : 29325 (pb_cplex) R 29324 29324 29220 0 -1 4202496 591831 0 0 0 132779 2345 0 0 17 0 2 0 146106895 42184704 4825 1992294400 134512640 146736320 4290452272 18446744073709551615 137083823 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29325/statm: 10299 4825 1122 2985 0 6841 0
[pid=29325/tid=29341] ppid=29324 vsize=41196 CPUtime=351.72
/proc/29325/task/29341/stat : 29341 (pb_cplex) R 29324 29324 29220 0 -1 4202560 103419 0 0 0 34573 599 0 0 16 0 2 0 146143876 42184704 4825 1992294400 134512640 146736320 4290452272 18446744073709551615 139023078 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1351.24
Current children cumulated vsize (KiB) 49896

[startup+822.301 s]
/proc/loadavg: 1.84 1.82 1.53 3/109 29356
/proc/meminfo: memFree=1737100/2059040 swapFree=4135672/4192956
[pid=29324] ppid=29322 vsize=8700 CPUtime=0
/proc/29324/stat : 29324 (run) S 29322 29324 29220 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146106895 8908800 248 1992294400 4194304 4922060 140736368386688 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29324/statm: 2175 248 208 178 0 68 0
[pid=29325] ppid=29324 vsize=41984 CPUtime=1459.67
/proc/29325/stat : 29325 (pb_cplex) R 29324 29324 29220 0 -1 4202496 613581 0 0 0 143432 2535 0 0 18 0 2 0 146106895 42991616 5041 1992294400 134512640 146736320 4290452272 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29325/statm: 10496 5041 1122 2985 0 7038 0
[pid=29325/tid=29341] ppid=29324 vsize=41984 CPUtime=405.15
/proc/29325/task/29341/stat : 29341 (pb_cplex) R 29324 29324 29220 0 -1 4202560 111264 0 0 0 39824 691 0 0 17 0 2 0 146143876 42991616 5041 1992294400 134512640 146736320 4290452272 18446744073709551615 136015727 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1459.67
Current children cumulated vsize (KiB) 50684

[startup+882.301 s]
/proc/loadavg: 1.81 1.82 1.55 3/109 29358
/proc/meminfo: memFree=1735860/2059040 swapFree=4135672/4192956
[pid=29324] ppid=29322 vsize=8700 CPUtime=0
/proc/29324/stat : 29324 (run) S 29322 29324 29220 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146106895 8908800 248 1992294400 4194304 4922060 140736368386688 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29324/statm: 2175 248 208 178 0 68 0
[pid=29325] ppid=29324 vsize=41984 CPUtime=1567.56
/proc/29325/stat : 29325 (pb_cplex) R 29324 29324 29220 0 -1 4202496 643582 0 0 0 154031 2725 0 0 18 0 2 0 146106895 42991616 5170 1992294400 134512640 146736320 4290452272 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29325/statm: 10496 5170 1122 2985 0 7038 0
[pid=29325/tid=29341] ppid=29324 vsize=41984 CPUtime=459.29
/proc/29325/task/29341/stat : 29341 (pb_cplex) R 29324 29324 29220 0 -1 4202560 129165 0 0 0 45140 789 0 0 17 0 2 0 146143876 42991616 5170 1992294400 134512640 146736320 4290452272 18446744073709551615 136015727 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1567.56
Current children cumulated vsize (KiB) 50684

[startup+942.301 s]
/proc/loadavg: 1.82 1.82 1.56 3/109 29360
/proc/meminfo: memFree=1735248/2059040 swapFree=4135672/4192956
[pid=29324] ppid=29322 vsize=8700 CPUtime=0
/proc/29324/stat : 29324 (run) S 29322 29324 29220 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146106895 8908800 248 1992294400 4194304 4922060 140736368386688 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29324/statm: 2175 248 208 178 0 68 0
[pid=29325] ppid=29324 vsize=43008 CPUtime=1675.19
/proc/29325/stat : 29325 (pb_cplex) R 29324 29324 29220 0 -1 4202496 677819 0 0 0 164615 2904 0 0 18 0 2 0 146106895 44040192 5314 1992294400 134512640 146736320 4290452272 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29325/statm: 10752 5314 1122 2985 0 7294 0
[pid=29325/tid=29341] ppid=29324 vsize=43008 CPUtime=512.53
/proc/29325/task/29341/stat : 29341 (pb_cplex) R 29324 29324 29220 0 -1 4202560 159905 0 0 0 50369 884 0 0 17 0 2 0 146143876 44040192 5314 1992294400 134512640 146736320 4290452272 18446744073709551615 136388135 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1675.19
Current children cumulated vsize (KiB) 51708

[startup+1002.3 s]
/proc/loadavg: 1.99 1.85 1.59 3/109 29362
/proc/meminfo: memFree=1736240/2059040 swapFree=4135672/4192956
[pid=29324] ppid=29322 vsize=8700 CPUtime=0
/proc/29324/stat : 29324 (run) S 29322 29324 29220 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146106895 8908800 248 1992294400 4194304 4922060 140736368386688 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29324/statm: 2175 248 208 178 0 68 0
[pid=29325] ppid=29324 vsize=42048 CPUtime=1784.57
/proc/29325/stat : 29325 (pb_cplex) R 29324 29324 29220 0 -1 4202496 684989 0 0 0 175366 3091 0 0 17 0 2 0 146106895 43057152 5176 1992294400 134512640 146736320 4290452272 18446744073709551615 136017946 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29325/statm: 10512 5176 1122 2985 0 7054 0
[pid=29325/tid=29341] ppid=29324 vsize=42048 CPUtime=566.76
/proc/29325/task/29341/stat : 29341 (pb_cplex) R 29324 29324 29220 0 -1 4202560 165381 0 0 0 55699 977 0 0 17 0 2 0 146143876 43057152 5176 1992294400 134512640 146736320 4290452272 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1784.57
Current children cumulated vsize (KiB) 50748



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1011 s]
/proc/loadavg: 1.99 1.86 1.59 3/109 29362
/proc/meminfo: memFree=1736488/2059040 swapFree=4135672/4192956
[pid=29324] ppid=29322 vsize=8700 CPUtime=0
/proc/29324/stat : 29324 (run) S 29322 29324 29220 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146106895 8908800 248 1992294400 4194304 4922060 140736368386688 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29324/statm: 2175 248 208 178 0 68 0
[pid=29325] ppid=29324 vsize=42048 CPUtime=1800.16
/proc/29325/stat : 29325 (pb_cplex) R 29324 29324 29220 0 -1 4202496 687067 0 0 0 176896 3120 0 0 17 0 2 0 146106895 43057152 5171 1992294400 134512640 146736320 4290452272 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29325/statm: 10512 5171 1122 2985 0 7054 0
[pid=29325/tid=29341] ppid=29324 vsize=42048 CPUtime=574.4
/proc/29325/task/29341/stat : 29341 (pb_cplex) R 29324 29324 29220 0 -1 4202560 167223 0 0 0 56450 990 0 0 17 0 2 0 146143876 43057152 5171 1992294400 134512640 146736320 4290452272 18446744073709551615 135850298 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 50748

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

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

Child status: 0
Real time (s): 1011.02
CPU time (s): 1800.17
CPU user time (s): 1768.97
CPU system time (s): 31.2043
CPU usage (%): 178.055
Max. virtual memory (cumulated for all children) (KiB): 58156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1768.97
system time used= 31.2043
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 687441
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= 873460
involuntary context switches= 31045

runsolver used 2.10968 second user time and 5.2542 second system time

The end

Launcher Data

Begin job on node049 at 2010-07-02 07:23:08
IDJOB=2696959
IDBENCH=47993
IDSOLVER=1209
FILE ID=node049/2696959-1278048188
PBS_JOBID= 11198844
Free space on /tmp= 62364 MiB

SOLVER NAME= pb_cplex 2010-06-29
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=5-P0=3-P1=19-P2=2-P3=19-P4=17-P5=13-P6=37-P7=5-B.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2696959-1278048188/watcher-2696959-1278048188 -o /tmp/evaluation-result-2696959-1278048188/solver-2696959-1278048188 -C 1800 -W 2000 -M 1800  run HOME/instance-2696959-1278048188.opb

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

MD5SUM BENCH= ade4038b6c8c483ca1d44b3698e37050
RANDOM SEED=996416256

node049.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.244
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.48
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.244
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:       1754772 kB
Buffers:         79124 kB
Cached:         133000 kB
SwapCached:      12232 kB
Active:         111236 kB
Inactive:       116096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1754772 kB
SwapTotal:     4192956 kB
SwapFree:      4135672 kB
Dirty:           16648 kB
Writeback:           8 kB
AnonPages:       12324 kB
Mapped:           8392 kB
Slab:            54788 kB
PageTables:       4064 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   184552 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264964 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-2696959-1278048188.opb

Free space on /tmp at the end= 62348 MiB
End job on node049 at 2010-07-02 07:40:00