Trace number 2697057

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
pb_cplex 2010-06-29? (TO) 1800.16 1090.92

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=7-P0=5-P1=113-P2=107-P3=11-P4=43-P5=101-B.opb
MD5SUM8a0125b71bb37b2e2e8bfc178a3ff25d
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark3.62845
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables105
Total number of constraints11
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 constraints11
Minimum length of a constraint7
Maximum length of a constraint63
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 8192
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 32512
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)245
Sum of products size (including duplicates)490
Number of different products245
Sum of products size490

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2697057-1278049292.opb.
0.00/0.00	c Instance file HOME/instance-2697057-1278049292.opb
0.00/0.00	c File size is 18218 bytes.
0.00/0.01	c Highest Coefficient sum: 32512
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:      350                                                 |
0.00/0.01	c |  Number Constraints:    501                                                 |
0.00/0.01	c ===============================================================================
1800.13/1090.91	c Remaining time 1799.98 sec.
1800.13/1090.91	c 
1800.13/1090.91	c *** INTERRUPTED ***
1800.13/1090.91	s UNKNOWN
1800.13/1090.91	c Total CPU time              : 1776.3 s
1800.13/1090.91	c Memory used           : 52.36 MB
1800.13/1090.91	c CPU time              : 1776.3 s
1800.13/1090.91	c 
1800.13/1090.91	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-2697057-1278049292/watcher-2697057-1278049292 -o /tmp/evaluation-result-2697057-1278049292/solver-2697057-1278049292 -C 1800 -W 2000 -M 1800 run HOME/instance-2697057-1278049292.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.70 1.90 1.68 3/106 27311
/proc/meminfo: memFree=1351068/2059040 swapFree=4138796/4192956
[pid=27311] ppid=27309 vsize=8700 CPUtime=0
/proc/27311/stat : 27311 (run) R 27309 27311 27049 0 -1 4202496 347 0 0 0 0 0 0 0 20 0 1 0 180532863 8908800 248 1992294400 4194304 4922060 140733807733984 18446744073709551615 272917701013 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/27311/statm: 2175 248 208 178 0 68 0

[startup+0.113296 s]
/proc/loadavg: 1.70 1.90 1.68 3/106 27311
/proc/meminfo: memFree=1351068/2059040 swapFree=4138796/4192956
[pid=27311] ppid=27309 vsize=8700 CPUtime=0
/proc/27311/stat : 27311 (run) S 27309 27311 27049 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 180532863 8908800 248 1992294400 4194304 4922060 140733807733984 18446744073709551615 272917699717 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27311/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.200296 s]
/proc/loadavg: 1.70 1.90 1.68 3/106 27311
/proc/meminfo: memFree=1351068/2059040 swapFree=4138796/4192956
[pid=27311] ppid=27309 vsize=8700 CPUtime=0
/proc/27311/stat : 27311 (run) S 27309 27311 27049 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 180532863 8908800 248 1992294400 4194304 4922060 140733807733984 18446744073709551615 272917699717 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27311/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.311296 s]
/proc/loadavg: 1.70 1.90 1.68 3/106 27311
/proc/meminfo: memFree=1351068/2059040 swapFree=4138796/4192956
[pid=27311] ppid=27309 vsize=8700 CPUtime=0
/proc/27311/stat : 27311 (run) S 27309 27311 27049 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 180532863 8908800 248 1992294400 4194304 4922060 140733807733984 18446744073709551615 272917699717 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27311/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700295 s]
/proc/loadavg: 1.70 1.90 1.68 3/106 27311
/proc/meminfo: memFree=1351068/2059040 swapFree=4138796/4192956
[pid=27311] ppid=27309 vsize=8700 CPUtime=0
/proc/27311/stat : 27311 (run) S 27309 27311 27049 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 180532863 8908800 248 1992294400 4194304 4922060 140733807733984 18446744073709551615 272917699717 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27311/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50029 s]
/proc/loadavg: 1.70 1.90 1.68 3/109 27316
/proc/meminfo: memFree=1344596/2059040 swapFree=4138796/4192956
[pid=27311] ppid=27309 vsize=8700 CPUtime=0
/proc/27311/stat : 27311 (run) S 27309 27311 27049 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 180532863 8908800 248 1992294400 4194304 4922060 140733807733984 18446744073709551615 272917699717 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27311/statm: 2175 248 208 178 0 68 0
[pid=27312] ppid=27311 vsize=32880 CPUtime=2.32
/proc/27312/stat : 27312 (pb_cplex) R 27311 27311 27049 0 -1 4202496 13692 0 0 0 225 7 0 0 18 0 2 0 180532863 33669120 2742 1992294400 134512640 146736320 4289239968 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27312/statm: 8220 2742 1070 2985 0 4762 0
[pid=27312/tid=27316] ppid=27311 vsize=32880 CPUtime=0.78
/proc/27312/task/27316/stat : 27316 (pb_cplex) R 27311 27311 27049 0 -1 4202560 5395 0 0 0 76 2 0 0 18 0 2 0 180532926 33669120 2742 1992294400 134512640 146736320 4289239968 18446744073709551615 135525124 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.32
Current children cumulated vsize (KiB) 41580

[startup+3.10029 s]
/proc/loadavg: 1.70 1.90 1.68 2/109 27316
/proc/meminfo: memFree=1342364/2059040 swapFree=4138796/4192956
[pid=27311] ppid=27309 vsize=8700 CPUtime=0
/proc/27311/stat : 27311 (run) S 27309 27311 27049 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 180532863 8908800 248 1992294400 4194304 4922060 140733807733984 18446744073709551615 272917699717 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27311/statm: 2175 248 208 178 0 68 0
[pid=27312] ppid=27311 vsize=35516 CPUtime=5.22
/proc/27312/stat : 27312 (pb_cplex) R 27311 27311 27049 0 -1 4202496 21088 0 0 0 507 15 0 0 18 0 2 0 180532863 36368384 3391 1992294400 134512640 146736320 4289239968 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27312/statm: 8879 3391 1071 2985 0 5421 0
[pid=27312/tid=27316] ppid=27311 vsize=35516 CPUtime=2.25
/proc/27312/task/27316/stat : 27316 (pb_cplex) R 27311 27311 27049 0 -1 4202560 9067 0 0 0 220 5 0 0 17 0 2 0 180532926 36368384 3391 1992294400 134512640 146736320 4289239968 18446744073709551615 139039537 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.22
Current children cumulated vsize (KiB) 44216

[startup+6.30129 s]
/proc/loadavg: 1.65 1.89 1.67 3/109 27316
/proc/meminfo: memFree=1338520/2059040 swapFree=4138796/4192956
[pid=27311] ppid=27309 vsize=8700 CPUtime=0
/proc/27311/stat : 27311 (run) S 27309 27311 27049 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 180532863 8908800 248 1992294400 4194304 4922060 140733807733984 18446744073709551615 272917699717 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27311/statm: 2175 248 208 178 0 68 0
[pid=27312] ppid=27311 vsize=38364 CPUtime=10.68
/proc/27312/stat : 27312 (pb_cplex) R 27311 27311 27049 0 -1 4202496 37717 0 0 0 1040 28 0 0 16 0 2 0 180532863 39284736 4116 1992294400 134512640 146736320 4289239968 18446744073709551615 135982866 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27312/statm: 9591 4116 1071 2985 0 6133 0
[pid=27312/tid=27316] ppid=27311 vsize=38364 CPUtime=5.03
/proc/27312/task/27316/stat : 27316 (pb_cplex) R 27311 27311 27049 0 -1 4202560 20839 0 0 0 490 13 0 0 16 0 2 0 180532926 39284736 4116 1992294400 134512640 146736320 4289239968 18446744073709551615 136008366 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.68
Current children cumulated vsize (KiB) 47064

[startup+12.7003 s]
/proc/loadavg: 1.60 1.87 1.67 3/109 27318
/proc/meminfo: memFree=1336288/2059040 swapFree=4138796/4192956
[pid=27311] ppid=27309 vsize=8700 CPUtime=0
/proc/27311/stat : 27311 (run) S 27309 27311 27049 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 180532863 8908800 248 1992294400 4194304 4922060 140733807733984 18446744073709551615 272917699717 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27311/statm: 2175 248 208 178 0 68 0
[pid=27312] ppid=27311 vsize=42020 CPUtime=21.28
/proc/27312/stat : 27312 (pb_cplex) R 27311 27311 27049 0 -1 4202496 65320 0 0 0 2081 47 0 0 17 0 2 0 180532863 43028480 4968 1992294400 134512640 146736320 4289239968 18446744073709551615 136008056 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27312/statm: 10505 4968 1071 2985 0 7047 0
[pid=27312/tid=27316] ppid=27311 vsize=42020 CPUtime=9.87
/proc/27312/task/27316/stat : 27316 (pb_cplex) S 27311 27311 27049 0 -1 4202560 37021 0 0 0 963 24 0 0 16 0 2 0 180532926 43028480 4968 1992294400 134512640 146736320 4289239968 18446744073709551615 144580073 0 2 4096 16387 18446604437831311808 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 21.28
Current children cumulated vsize (KiB) 50720

[startup+25.5003 s]
/proc/loadavg: 1.62 1.86 1.67 3/109 27318
/proc/meminfo: memFree=1328600/2059040 swapFree=4138796/4192956
[pid=27311] ppid=27309 vsize=8700 CPUtime=0
/proc/27311/stat : 27311 (run) S 27309 27311 27049 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 180532863 8908800 248 1992294400 4194304 4922060 140733807733984 18446744073709551615 272917699717 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27311/statm: 2175 248 208 178 0 68 0
[pid=27312] ppid=27311 vsize=49420 CPUtime=42.89
/proc/27312/stat : 27312 (pb_cplex) S 27311 27311 27049 0 -1 4202496 103682 0 0 0 4210 79 0 0 18 0 2 0 180532863 50606080 6548 1992294400 134512640 146736320 4289239968 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27312/statm: 12355 6548 1074 2985 0 8897 0
[pid=27312/tid=27316] ppid=27311 vsize=49420 CPUtime=20.33
/proc/27312/task/27316/stat : 27316 (pb_cplex) R 27311 27311 27049 0 -1 4202560 60328 0 0 0 1992 41 0 0 16 0 2 0 180532926 50606080 6548 1992294400 134512640 146736320 4289239968 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 42.89
Current children cumulated vsize (KiB) 58120

[startup+51.1013 s]
/proc/loadavg: 1.62 1.84 1.67 4/109 27318
/proc/meminfo: memFree=1326120/2059040 swapFree=4138796/4192956
[pid=27311] ppid=27309 vsize=8700 CPUtime=0
/proc/27311/stat : 27311 (run) S 27309 27311 27049 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 180532863 8908800 248 1992294400 4194304 4922060 140733807733984 18446744073709551615 272917699717 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27311/statm: 2175 248 208 178 0 68 0
[pid=27312] ppid=27311 vsize=51468 CPUtime=82.91
/proc/27312/stat : 27312 (pb_cplex) S 27311 27311 27049 0 -1 4202496 123886 0 0 0 8173 118 0 0 16 0 2 0 180532863 52703232 7128 1992294400 134512640 146736320 4289239968 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27312/statm: 12867 7128 1096 2985 0 9409 0
[pid=27312/tid=27316] ppid=27311 vsize=51468 CPUtime=38.59
/proc/27312/task/27316/stat : 27316 (pb_cplex) R 27311 27311 27049 0 -1 4202560 69875 0 0 0 3799 60 0 0 16 0 2 0 180532926 52703232 7128 1992294400 134512640 146736320 4289239968 18446744073709551615 136008065 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 82.91
Current children cumulated vsize (KiB) 60168

[startup+102.301 s]
/proc/loadavg: 1.81 1.86 1.68 3/109 27320
/proc/meminfo: memFree=1325996/2059040 swapFree=4138796/4192956
[pid=27311] ppid=27309 vsize=8700 CPUtime=0
/proc/27311/stat : 27311 (run) S 27309 27311 27049 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 180532863 8908800 248 1992294400 4194304 4922060 140733807733984 18446744073709551615 272917699717 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27311/statm: 2175 248 208 178 0 68 0
[pid=27312] ppid=27311 vsize=51320 CPUtime=165.44
/proc/27312/stat : 27312 (pb_cplex) R 27311 27311 27049 0 -1 4202496 159108 0 0 0 16344 200 0 0 16 0 2 0 180532863 52551680 7115 1992294400 134512640 146736320 4289239968 18446744073709551615 135443848 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27312/statm: 12830 7115 1096 2985 0 9372 0
[pid=27312/tid=27316] ppid=27311 vsize=51320 CPUtime=76.93
/proc/27312/task/27316/stat : 27316 (pb_cplex) R 27311 27311 27049 0 -1 4202560 91139 0 0 0 7593 100 0 0 16 0 2 0 180532926 52551680 7115 1992294400 134512640 146736320 4289239968 18446744073709551615 135854505 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 165.44
Current children cumulated vsize (KiB) 60020

[startup+162.301 s]
/proc/loadavg: 1.84 1.87 1.69 3/109 27322
/proc/meminfo: memFree=1324880/2059040 swapFree=4138796/4192956
[pid=27311] ppid=27309 vsize=8700 CPUtime=0
/proc/27311/stat : 27311 (run) S 27309 27311 27049 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 180532863 8908800 248 1992294400 4194304 4922060 140733807733984 18446744073709551615 272917699717 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27311/statm: 2175 248 208 178 0 68 0
[pid=27312] ppid=27311 vsize=54524 CPUtime=269.85
/proc/27312/stat : 27312 (pb_cplex) R 27311 27311 27049 0 -1 4202496 216163 0 0 0 26651 334 0 0 17 0 2 0 180532863 55832576 7692 1992294400 134512640 146736320 4289239968 18446744073709551615 136403114 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27312/statm: 13631 7692 1113 2985 0 10173 0
[pid=27312/tid=27316] ppid=27311 vsize=54524 CPUtime=128.11
/proc/27312/task/27316/stat : 27316 (pb_cplex) S 27311 27311 27049 0 -1 4202560 104669 0 0 0 12652 159 0 0 16 0 2 0 180532926 55832576 7692 1992294400 134512640 146736320 4289239968 18446744073709551615 144580073 0 2 4096 16387 18446604437831311808 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 269.85
Current children cumulated vsize (KiB) 63224

[startup+222.309 s]
/proc/loadavg: 1.80 1.86 1.70 4/109 27322
/proc/meminfo: memFree=1322524/2059040 swapFree=4138796/4192956
[pid=27311] ppid=27309 vsize=8700 CPUtime=0
/proc/27311/stat : 27311 (run) S 27309 27311 27049 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 180532863 8908800 248 1992294400 4194304 4922060 140733807733984 18446744073709551615 272917699717 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27311/statm: 2175 248 208 178 0 68 0
[pid=27312] ppid=27311 vsize=54528 CPUtime=371.19
/proc/27312/stat : 27312 (pb_cplex) R 27311 27311 27049 0 -1 4202496 288754 0 0 0 36646 473 0 0 16 0 2 0 180532863 55836672 8019 1992294400 134512640 146736320 4289239968 18446744073709551615 138435430 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27312/statm: 13632 8019 1113 2985 0 10174 0
[pid=27312/tid=27316] ppid=27311 vsize=54528 CPUtime=178.21
/proc/27312/task/27316/stat : 27316 (pb_cplex) S 27311 27311 27049 0 -1 4202560 141329 0 0 0 17595 226 0 0 16 0 2 0 180532926 55836672 8019 1992294400 134512640 146736320 4289239968 18446744073709551615 144580073 0 2 4096 16387 18446604437831311808 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 371.19
Current children cumulated vsize (KiB) 63228

[startup+282.301 s]
/proc/loadavg: 1.57 1.79 1.69 2/109 27324
/proc/meminfo: memFree=1318804/2059040 swapFree=4138796/4192956
[pid=27311] ppid=27309 vsize=8700 CPUtime=0
/proc/27311/stat : 27311 (run) S 27309 27311 27049 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 180532863 8908800 248 1992294400 4194304 4922060 140733807733984 18446744073709551615 272917699717 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27311/statm: 2175 248 208 178 0 68 0
[pid=27312] ppid=27311 vsize=58892 CPUtime=470.61
/proc/27312/stat : 27312 (pb_cplex) R 27311 27311 27049 0 -1 4202496 417321 0 0 0 46439 622 0 0 16 0 2 0 180532863 60305408 8960 1992294400 134512640 146736320 4289239968 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27312/statm: 14723 8960 1113 2985 0 11265 0
[pid=27312/tid=27316] ppid=27311 vsize=58892 CPUtime=227.52
/proc/27312/task/27316/stat : 27316 (pb_cplex) R 27311 27311 27049 0 -1 4202560 195460 0 0 0 22459 293 0 0 16 0 2 0 180532926 60305408 8960 1992294400 134512640 146736320 4289239968 18446744073709551615 135468718 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 470.61
Current children cumulated vsize (KiB) 67592

[startup+342.301 s]
/proc/loadavg: 1.72 1.79 1.69 3/109 27326
/proc/meminfo: memFree=1314960/2059040 swapFree=4138796/4192956
[pid=27311] ppid=27309 vsize=8700 CPUtime=0
/proc/27311/stat : 27311 (run) S 27309 27311 27049 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 180532863 8908800 248 1992294400 4194304 4922060 140733807733984 18446744073709551615 272917699717 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0

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

[pid=27312] ppid=27311 vsize=67536 CPUtime=777.09
/proc/27312/stat : 27312 (pb_cplex) R 27311 27311 27049 0 -1 4202496 624312 0 0 0 76703 1006 0 0 15 0 2 0 180532863 69156864 10895 1992294400 134512640 146736320 4289239968 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27312/statm: 16884 10895 1113 2985 0 13426 0
[pid=27312/tid=27316] ppid=27311 vsize=67536 CPUtime=381.14
/proc/27312/task/27316/stat : 27316 (pb_cplex) R 27311 27311 27049 0 -1 4202560 310095 0 0 0 37626 488 0 0 17 0 2 0 180532926 69156864 10895 1992294400 134512640 146736320 4289239968 18446744073709551615 135450447 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 777.09
Current children cumulated vsize (KiB) 76236

[startup+522.301 s]
/proc/loadavg: 1.67 1.73 1.68 3/109 27330
/proc/meminfo: memFree=1309876/2059040 swapFree=4138796/4192956
[pid=27311] ppid=27309 vsize=8700 CPUtime=0
/proc/27311/stat : 27311 (run) S 27309 27311 27049 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 180532863 8908800 248 1992294400 4194304 4922060 140733807733984 18446744073709551615 272917699717 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27311/statm: 2175 248 208 178 0 68 0
[pid=27312] ppid=27311 vsize=68860 CPUtime=883.85
/proc/27312/stat : 27312 (pb_cplex) S 27311 27311 27049 0 -1 4202496 678686 0 0 0 87246 1139 0 0 17 0 2 0 180532863 70512640 11296 1992294400 134512640 146736320 4289239968 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27312/statm: 17215 11296 1113 2985 0 13757 0
[pid=27312/tid=27316] ppid=27311 vsize=68860 CPUtime=434
/proc/27312/task/27316/stat : 27316 (pb_cplex) R 27311 27311 27049 0 -1 4202560 336390 0 0 0 42849 551 0 0 17 0 2 0 180532926 70512640 11296 1992294400 134512640 146736320 4289239968 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 883.85
Current children cumulated vsize (KiB) 77560

[startup+582.301 s]
/proc/loadavg: 1.61 1.71 1.68 3/109 27332
/proc/meminfo: memFree=1308140/2059040 swapFree=4138796/4192956
[pid=27311] ppid=27309 vsize=8700 CPUtime=0
/proc/27311/stat : 27311 (run) S 27309 27311 27049 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 180532863 8908800 248 1992294400 4194304 4922060 140733807733984 18446744073709551615 272917699717 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27311/statm: 2175 248 208 178 0 68 0
[pid=27312] ppid=27311 vsize=70368 CPUtime=990.13
/proc/27312/stat : 27312 (pb_cplex) R 27311 27311 27049 0 -1 4202496 738057 0 0 0 97728 1285 0 0 17 0 2 0 180532863 72056832 11596 1992294400 134512640 146736320 4289239968 18446744073709551615 135468687 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27312/statm: 17592 11596 1113 2985 0 14134 0
[pid=27312/tid=27316] ppid=27311 vsize=70368 CPUtime=487.06
/proc/27312/task/27316/stat : 27316 (pb_cplex) R 27311 27311 27049 0 -1 4202560 368122 0 0 0 48081 625 0 0 16 0 2 0 180532926 72056832 11596 1992294400 134512640 146736320 4289239968 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 990.13
Current children cumulated vsize (KiB) 79068

[startup+642.301 s]
/proc/loadavg: 2.00 1.79 1.70 3/109 27334
/proc/meminfo: memFree=1306776/2059040 swapFree=4138796/4192956
[pid=27311] ppid=27309 vsize=8700 CPUtime=0
/proc/27311/stat : 27311 (run) S 27309 27311 27049 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 180532863 8908800 248 1992294400 4194304 4922060 140733807733984 18446744073709551615 272917699717 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27311/statm: 2175 248 208 178 0 68 0
[pid=27312] ppid=27311 vsize=71408 CPUtime=1095.85
/proc/27312/stat : 27312 (pb_cplex) R 27311 27311 27049 0 -1 4202496 796367 0 0 0 108143 1442 0 0 16 0 2 0 180532863 73121792 11722 1992294400 134512640 146736320 4289239968 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27312/statm: 17852 11722 1113 2985 0 14394 0
[pid=27312/tid=27316] ppid=27311 vsize=71408 CPUtime=539.87
/proc/27312/task/27316/stat : 27316 (pb_cplex) R 27311 27311 27049 0 -1 4202560 403043 0 0 0 53281 706 0 0 16 0 2 0 180532926 73121792 11722 1992294400 134512640 146736320 4289239968 18446744073709551615 136015707 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1095.85
Current children cumulated vsize (KiB) 80108

[startup+702.301 s]
/proc/loadavg: 1.69 1.75 1.70 2/109 27340
/proc/meminfo: memFree=1322400/2059040 swapFree=4138796/4192956
[pid=27311] ppid=27309 vsize=8700 CPUtime=0
/proc/27311/stat : 27311 (run) S 27309 27311 27049 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 180532863 8908800 248 1992294400 4194304 4922060 140733807733984 18446744073709551615 272917699717 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27311/statm: 2175 248 208 178 0 68 0
[pid=27312] ppid=27311 vsize=53612 CPUtime=1188.7
/proc/27312/stat : 27312 (pb_cplex) S 27311 27311 27049 0 -1 4202496 890035 0 0 0 117307 1563 0 0 16 0 2 0 180532863 54898688 7988 1992294400 134512640 146736320 4289239968 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27312/statm: 13403 7988 1120 2985 0 9945 0
[pid=27312/tid=27338] ppid=27311 vsize=53612 CPUtime=26.9
/proc/27312/task/27338/stat : 27338 (pb_cplex) R 27311 27311 27049 0 -1 4202560 57990 0 0 0 2650 40 0 0 16 0 2 0 180599665 54898688 7988 1992294400 134512640 146736320 4289239968 18446744073709551615 138423933 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1188.7
Current children cumulated vsize (KiB) 62312

[startup+762.302 s]
/proc/loadavg: 1.63 1.74 1.70 2/109 27342
/proc/meminfo: memFree=1322524/2059040 swapFree=4138796/4192956
[pid=27311] ppid=27309 vsize=8700 CPUtime=0
/proc/27311/stat : 27311 (run) S 27309 27311 27049 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 180532863 8908800 248 1992294400 4194304 4922060 140733807733984 18446744073709551615 272917699717 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27311/statm: 2175 248 208 178 0 68 0
[pid=27312] ppid=27311 vsize=53612 CPUtime=1281.8
/proc/27312/stat : 27312 (pb_cplex) S 27311 27311 27049 0 -1 4202496 955216 0 0 0 126504 1676 0 0 16 0 2 0 180532863 54898688 7997 1992294400 134512640 146736320 4289239968 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27312/statm: 13403 7997 1126 2985 0 9945 0
[pid=27312/tid=27338] ppid=27311 vsize=53612 CPUtime=75.05
/proc/27312/task/27338/stat : 27338 (pb_cplex) R 27311 27311 27049 0 -1 4202560 103447 0 0 0 7398 107 0 0 17 0 2 0 180599665 54898688 7997 1992294400 134512640 146736320 4289239968 18446744073709551615 139023078 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1281.8
Current children cumulated vsize (KiB) 62312

[startup+822.302 s]
/proc/loadavg: 1.52 1.68 1.68 2/109 27342
/proc/meminfo: memFree=1322400/2059040 swapFree=4138796/4192956
[pid=27311] ppid=27309 vsize=8700 CPUtime=0
/proc/27311/stat : 27311 (run) S 27309 27311 27049 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 180532863 8908800 248 1992294400 4194304 4922060 140733807733984 18446744073709551615 272917699717 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27311/statm: 2175 248 208 178 0 68 0
[pid=27312] ppid=27311 vsize=53612 CPUtime=1364.99
/proc/27312/stat : 27312 (pb_cplex) R 27311 27311 27049 0 -1 4202496 1001758 0 0 0 134727 1772 0 0 18 0 2 0 180532863 54898688 7997 1992294400 134512640 146736320 4289239968 18446744073709551615 144785853 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27312/statm: 13403 7997 1126 2985 0 9945 0
[pid=27312/tid=27338] ppid=27311 vsize=53612 CPUtime=113.84
/proc/27312/task/27338/stat : 27338 (pb_cplex) S 27311 27311 27049 0 -1 4202560 142197 0 0 0 11224 160 0 0 16 0 2 0 180599665 54898688 7997 1992294400 134512640 146736320 4289239968 18446744073709551615 144580073 0 2 4096 16387 18446604437831311808 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1364.99
Current children cumulated vsize (KiB) 62312

[startup+882.308 s]
/proc/loadavg: 1.62 1.68 1.67 3/109 27344
/proc/meminfo: memFree=1322524/2059040 swapFree=4138796/4192956
[pid=27311] ppid=27309 vsize=8700 CPUtime=0
/proc/27311/stat : 27311 (run) S 27309 27311 27049 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 180532863 8908800 248 1992294400 4194304 4922060 140733807733984 18446744073709551615 272917699717 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27311/statm: 2175 248 208 178 0 68 0
[pid=27312] ppid=27311 vsize=53612 CPUtime=1458.56
/proc/27312/stat : 27312 (pb_cplex) S 27311 27311 27049 0 -1 4202496 1057838 0 0 0 143955 1901 0 0 16 0 2 0 180532863 54898688 7997 1992294400 134512640 146736320 4289239968 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27312/statm: 13403 7997 1126 2985 0 9945 0
[pid=27312/tid=27338] ppid=27311 vsize=53612 CPUtime=159.2
/proc/27312/task/27338/stat : 27338 (pb_cplex) R 27311 27311 27049 0 -1 4202560 171701 0 0 0 15697 223 0 0 17 0 2 0 180599665 54898688 7997 1992294400 134512640 146736320 4289239968 18446744073709551615 139041152 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1458.56
Current children cumulated vsize (KiB) 62312

[startup+942.301 s]
/proc/loadavg: 1.55 1.64 1.66 3/109 27346
/proc/meminfo: memFree=1322524/2059040 swapFree=4138796/4192956
[pid=27311] ppid=27309 vsize=8700 CPUtime=0
/proc/27311/stat : 27311 (run) S 27309 27311 27049 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 180532863 8908800 248 1992294400 4194304 4922060 140733807733984 18446744073709551615 272917699717 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27311/statm: 2175 248 208 178 0 68 0
[pid=27312] ppid=27311 vsize=53612 CPUtime=1550.84
/proc/27312/stat : 27312 (pb_cplex) R 27311 27311 27049 0 -1 4202496 1106236 0 0 0 153062 2022 0 0 17 0 2 0 180532863 54898688 7997 1992294400 134512640 146736320 4289239968 18446744073709551615 136015700 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27312/statm: 13403 7997 1126 2985 0 9945 0
[pid=27312/tid=27338] ppid=27311 vsize=53612 CPUtime=205.96
/proc/27312/task/27338/stat : 27338 (pb_cplex) R 27311 27311 27049 0 -1 4202560 212033 0 0 0 20304 292 0 0 16 0 2 0 180599665 54898688 7997 1992294400 134512640 146736320 4289239968 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1550.84
Current children cumulated vsize (KiB) 62312

[startup+1002.3 s]
/proc/loadavg: 1.56 1.64 1.65 3/109 27348
/proc/meminfo: memFree=1322400/2059040 swapFree=4138796/4192956
[pid=27311] ppid=27309 vsize=8700 CPUtime=0
/proc/27311/stat : 27311 (run) S 27309 27311 27049 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 180532863 8908800 248 1992294400 4194304 4922060 140733807733984 18446744073709551615 272917699717 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27311/statm: 2175 248 208 178 0 68 0
[pid=27312] ppid=27311 vsize=53612 CPUtime=1654.05
/proc/27312/stat : 27312 (pb_cplex) R 27311 27311 27049 0 -1 4202496 1143196 0 0 0 163229 2176 0 0 17 0 2 0 180532863 54898688 7997 1992294400 134512640 146736320 4289239968 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27312/statm: 13403 7997 1126 2985 0 9945 0
[pid=27312/tid=27338] ppid=27311 vsize=53612 CPUtime=256.26
/proc/27312/task/27338/stat : 27338 (pb_cplex) R 27311 27311 27049 0 -1 4202560 225839 0 0 0 25259 367 0 0 16 0 2 0 180599665 54898688 7997 1992294400 134512640 146736320 4289239968 18446744073709551615 139023114 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1654.05
Current children cumulated vsize (KiB) 62312

[startup+1062.3 s]
/proc/loadavg: 1.60 1.64 1.65 4/109 27350
/proc/meminfo: memFree=1322400/2059040 swapFree=4138796/4192956
[pid=27311] ppid=27309 vsize=8700 CPUtime=0
/proc/27311/stat : 27311 (run) S 27309 27311 27049 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 180532863 8908800 248 1992294400 4194304 4922060 140733807733984 18446744073709551615 272917699717 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27311/statm: 2175 248 208 178 0 68 0
[pid=27312] ppid=27311 vsize=53612 CPUtime=1752.76
/proc/27312/stat : 27312 (pb_cplex) R 27311 27311 27049 0 -1 4202496 1185084 0 0 0 172955 2321 0 0 16 0 2 0 180532863 54898688 8071 1992294400 134512640 146736320 4289239968 18446744073709551615 139023078 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27312/statm: 13403 8071 1126 2985 0 9945 0
[pid=27312/tid=27338] ppid=27311 vsize=53612 CPUtime=303.93
/proc/27312/task/27338/stat : 27338 (pb_cplex) S 27311 27311 27049 0 -1 4202560 244358 0 0 0 29953 440 0 0 16 0 2 0 180599665 54898688 8071 1992294400 134512640 146736320 4289239968 18446744073709551615 144580073 0 2 4096 16387 18446604437831311808 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1752.76
Current children cumulated vsize (KiB) 62312



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1090.9 s]
/proc/loadavg: 1.57 1.63 1.64 2/109 27350
/proc/meminfo: memFree=1322400/2059040 swapFree=4138796/4192956
[pid=27311] ppid=27309 vsize=8700 CPUtime=0
/proc/27311/stat : 27311 (run) S 27309 27311 27049 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 180532863 8908800 248 1992294400 4194304 4922060 140733807733984 18446744073709551615 272917699717 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27311/statm: 2175 248 208 178 0 68 0
[pid=27312] ppid=27311 vsize=53612 CPUtime=1800.13
/proc/27312/stat : 27312 (pb_cplex) R 27311 27311 27049 0 -1 4202496 1195812 0 0 0 177629 2384 0 0 16 0 2 0 180532863 54898688 7997 1992294400 134512640 146736320 4289239968 18446744073709551615 136676168 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27312/statm: 13403 7997 1126 2985 0 9945 0
[pid=27312/tid=27338] ppid=27311 vsize=53612 CPUtime=327.54
/proc/27312/task/27338/stat : 27338 (pb_cplex) R 27311 27311 27049 0 -1 4202560 247166 0 0 0 32283 471 0 0 16 0 2 0 180599665 54898688 7997 1992294400 134512640 146736320 4289239968 18446744073709551615 144580073 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 62312

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): 1090.92
CPU time (s): 1800.16
CPU user time (s): 1776.3
CPU system time (s): 23.8534
CPU usage (%): 165.013
Max. virtual memory (cumulated for all children) (KiB): 88088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1776.3
system time used= 23.8534
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1196185
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= 488504
involuntary context switches= 27341

runsolver used 2.06269 second user time and 5.83811 second system time

The end

Launcher Data

Begin job on node006 at 2010-07-02 07:41:32
IDJOB=2697057
IDBENCH=48091
IDSOLVER=1209
FILE ID=node006/2697057-1278049292
PBS_JOBID= 11198876
Free space on /tmp= 62552 MiB

SOLVER NAME= pb_cplex 2010-06-29
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=7-P0=5-P1=113-P2=107-P3=11-P4=43-P5=101-B.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2697057-1278049292/watcher-2697057-1278049292 -o /tmp/evaluation-result-2697057-1278049292/solver-2697057-1278049292 -C 1800 -W 2000 -M 1800  run HOME/instance-2697057-1278049292.opb

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

MD5SUM BENCH= 8a0125b71bb37b2e2e8bfc178a3ff25d
RANDOM SEED=1962890875

node006.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.204
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.40
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.204
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:       1352092 kB
Buffers:        178452 kB
Cached:         420432 kB
SwapCached:       8168 kB
Active:         158592 kB
Inactive:       455516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1352092 kB
SwapTotal:     4192956 kB
SwapFree:      4138796 kB
Dirty:           16628 kB
Writeback:           0 kB
AnonPages:       13364 kB
Mapped:          11524 kB
Slab:            70952 kB
PageTables:       4180 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182360 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-2697057-1278049292.opb

Free space on /tmp at the end= 62536 MiB
End job on node006 at 2010-07-02 07:59:43