Trace number 2696970

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.09 1054.42

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=211-P1=223-P2=251-P3=3-P4=107-B.opb
MD5SUM1cc97335e4341ed075b6e9adcc382d23
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 benchmark0.417936
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 variables96
Total number of constraints9
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 constraints9
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
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 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)256
Sum of products size (including duplicates)512
Number of different products256
Sum of products size512

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2696970-1278048202.opb.
0.00/0.00	c Instance file HOME/instance-2696970-1278048202.opb
0.00/0.00	c File size is 18984 bytes.
0.00/0.01	c Highest Coefficient sum: 130560
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.02	c ============================[ Problem Statistics ]=============================
0.00/0.02	c |                                                                             |
0.00/0.02	c |  Parsing time:          0.01         s                                      |
0.00/0.02	c |  Number Variables:      352                                                 |
0.00/0.02	c |  Number Constraints:    521                                                 |
0.00/0.02	c ===============================================================================
1800.07/1054.41	c Remaining time 1799.99 sec.
1800.07/1054.41	c 
1800.07/1054.41	c *** INTERRUPTED ***
1800.07/1054.41	s UNKNOWN
1800.07/1054.41	c Total CPU time              : 1784.86 s
1800.07/1054.41	c Memory used           : 56.68 MB
1800.07/1054.41	c CPU time              : 1784.86 s
1800.07/1054.41	c 
1800.07/1054.41	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-2696970-1278048202/watcher-2696970-1278048202 -o /tmp/evaluation-result-2696970-1278048202/solver-2696970-1278048202 -C 1800 -W 2000 -M 1800 run HOME/instance-2696970-1278048202.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.53 1.70 1.19 3/106 26087
/proc/meminfo: memFree=1827288/2059040 swapFree=4135856/4192956
[pid=26087] ppid=26085 vsize=8700 CPUtime=0
/proc/26087/stat : 26087 (run) R 26085 26087 25899 0 -1 4202496 348 0 0 0 0 0 0 0 20 0 1 0 178475619 8908800 249 1992294400 4194304 4922060 140733233887008 18446744073709551615 238060937621 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/26087/statm: 2175 249 208 178 0 68 0

[startup+0.1011 s]
/proc/loadavg: 1.53 1.70 1.19 3/106 26087
/proc/meminfo: memFree=1827288/2059040 swapFree=4135856/4192956
[pid=26087] ppid=26085 vsize=8700 CPUtime=0
/proc/26087/stat : 26087 (run) S 26085 26087 25899 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 178475619 8908800 249 1992294400 4194304 4922060 140733233887008 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26087/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.200096 s]
/proc/loadavg: 1.53 1.70 1.19 3/106 26087
/proc/meminfo: memFree=1827288/2059040 swapFree=4135856/4192956
[pid=26087] ppid=26085 vsize=8700 CPUtime=0
/proc/26087/stat : 26087 (run) S 26085 26087 25899 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 178475619 8908800 249 1992294400 4194304 4922060 140733233887008 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26087/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.303093 s]
/proc/loadavg: 1.53 1.70 1.19 3/106 26087
/proc/meminfo: memFree=1827288/2059040 swapFree=4135856/4192956
[pid=26087] ppid=26085 vsize=8700 CPUtime=0
/proc/26087/stat : 26087 (run) S 26085 26087 25899 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 178475619 8908800 249 1992294400 4194304 4922060 140733233887008 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26087/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700078 s]
/proc/loadavg: 1.53 1.70 1.19 3/106 26087
/proc/meminfo: memFree=1827288/2059040 swapFree=4135856/4192956
[pid=26087] ppid=26085 vsize=8700 CPUtime=0
/proc/26087/stat : 26087 (run) S 26085 26087 25899 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 178475619 8908800 249 1992294400 4194304 4922060 140733233887008 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26087/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50005 s]
/proc/loadavg: 1.53 1.70 1.19 3/109 26094
/proc/meminfo: memFree=1820568/2059040 swapFree=4135856/4192956
[pid=26087] ppid=26085 vsize=8700 CPUtime=0
/proc/26087/stat : 26087 (run) S 26085 26087 25899 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 178475619 8908800 249 1992294400 4194304 4922060 140733233887008 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26087/statm: 2175 249 208 178 0 68 0
[pid=26088] ppid=26087 vsize=34140 CPUtime=2.26
/proc/26088/stat : 26088 (pb_cplex) R 26087 26087 25899 0 -1 4202496 8552 0 0 0 218 8 0 0 17 0 2 0 178475620 34959360 3130 1992294400 134512640 146736320 4292694848 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/26088/statm: 8535 3130 1074 2985 0 5077 0
[pid=26088/tid=26094] ppid=26087 vsize=34140 CPUtime=0.77
/proc/26088/task/26094/stat : 26094 (pb_cplex) R 26087 26087 25899 0 -1 4202560 3213 0 0 0 76 1 0 0 17 0 2 0 178475681 34959360 3130 1992294400 134512640 146736320 4292694848 18446744073709551615 135846482 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 42840

[startup+3.10099 s]
/proc/loadavg: 1.65 1.72 1.20 3/109 26094
/proc/meminfo: memFree=1817220/2059040 swapFree=4135856/4192956
[pid=26087] ppid=26085 vsize=8700 CPUtime=0
/proc/26087/stat : 26087 (run) S 26085 26087 25899 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 178475619 8908800 249 1992294400 4194304 4922060 140733233887008 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26087/statm: 2175 249 208 178 0 68 0
[pid=26088] ppid=26087 vsize=36484 CPUtime=5.06
/proc/26088/stat : 26088 (pb_cplex) R 26087 26087 25899 0 -1 4202496 16868 0 0 0 492 14 0 0 17 0 2 0 178475620 37359616 3643 1992294400 134512640 146736320 4292694848 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/26088/statm: 9121 3643 1077 2985 0 5663 0
[pid=26088/tid=26094] ppid=26087 vsize=36484 CPUtime=2.17
/proc/26088/task/26094/stat : 26094 (pb_cplex) R 26087 26087 25899 0 -1 4202560 6999 0 0 0 213 4 0 0 17 0 2 0 178475681 37359616 3643 1992294400 134512640 146736320 4292694848 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.06
Current children cumulated vsize (KiB) 45184

[startup+6.30187 s]
/proc/loadavg: 1.65 1.72 1.20 3/109 26094
/proc/meminfo: memFree=1813996/2059040 swapFree=4135856/4192956
[pid=26087] ppid=26085 vsize=8700 CPUtime=0
/proc/26087/stat : 26087 (run) S 26085 26087 25899 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 178475619 8908800 249 1992294400 4194304 4922060 140733233887008 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26087/statm: 2175 249 208 178 0 68 0
[pid=26088] ppid=26087 vsize=39940 CPUtime=10.54
/proc/26088/stat : 26088 (pb_cplex) S 26087 26087 25899 0 -1 4202496 33962 0 0 0 1027 27 0 0 16 0 2 0 178475620 40898560 4631 1992294400 134512640 146736320 4292694848 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/26088/statm: 9985 4631 1092 2985 0 6527 0
[pid=26088/tid=26094] ppid=26087 vsize=39940 CPUtime=5.09
/proc/26088/task/26094/stat : 26094 (pb_cplex) R 26087 26087 25899 0 -1 4202560 14479 0 0 0 499 10 0 0 17 0 2 0 178475681 40898560 4631 1992294400 134512640 146736320 4292694848 18446744073709551615 135454096 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.54
Current children cumulated vsize (KiB) 48640

[startup+12.7016 s]
/proc/loadavg: 1.62 1.71 1.20 3/109 26094
/proc/meminfo: memFree=1810028/2059040 swapFree=4135856/4192956
[pid=26087] ppid=26085 vsize=8700 CPUtime=0
/proc/26087/stat : 26087 (run) S 26085 26087 25899 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 178475619 8908800 249 1992294400 4194304 4922060 140733233887008 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26087/statm: 2175 249 208 178 0 68 0
[pid=26088] ppid=26087 vsize=42244 CPUtime=21.13
/proc/26088/stat : 26088 (pb_cplex) R 26087 26087 25899 0 -1 4202496 64637 0 0 0 2065 48 0 0 17 0 2 0 178475620 43257856 5012 1992294400 134512640 146736320 4292694848 18446744073709551615 138374177 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/26088/statm: 10561 5012 1092 2985 0 7103 0
[pid=26088/tid=26094] ppid=26087 vsize=42244 CPUtime=10.46
/proc/26088/task/26094/stat : 26094 (pb_cplex) R 26087 26087 25899 0 -1 4202560 28643 0 0 0 1026 20 0 0 16 0 2 0 178475681 43257856 5012 1992294400 134512640 146736320 4292694848 18446744073709551615 135405195 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 21.13
Current children cumulated vsize (KiB) 50944

[startup+25.5014 s]
/proc/loadavg: 1.68 1.72 1.21 2/109 26096
/proc/meminfo: memFree=1802588/2059040 swapFree=4135856/4192956
[pid=26087] ppid=26085 vsize=8700 CPUtime=0
/proc/26087/stat : 26087 (run) S 26085 26087 25899 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 178475619 8908800 249 1992294400 4194304 4922060 140733233887008 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26087/statm: 2175 249 208 178 0 68 0
[pid=26088] ppid=26087 vsize=49860 CPUtime=42.47
/proc/26088/stat : 26088 (pb_cplex) R 26087 26087 25899 0 -1 4202496 115809 0 0 0 4160 87 0 0 16 0 2 0 178475620 51056640 6978 1992294400 134512640 146736320 4292694848 18446744073709551615 136001203 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/26088/statm: 12465 6978 1092 2985 0 9007 0
[pid=26088/tid=26094] ppid=26087 vsize=49860 CPUtime=21.37
/proc/26088/task/26094/stat : 26094 (pb_cplex) R 26087 26087 25899 0 -1 4202560 50712 0 0 0 2100 37 0 0 16 0 2 0 178475681 51056640 6978 1992294400 134512640 146736320 4292694848 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 42.47
Current children cumulated vsize (KiB) 58560

[startup+51.1014 s]
/proc/loadavg: 1.65 1.71 1.22 2/109 26096
/proc/meminfo: memFree=1800852/2059040 swapFree=4135856/4192956
[pid=26087] ppid=26085 vsize=8700 CPUtime=0
/proc/26087/stat : 26087 (run) S 26085 26087 25899 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 178475619 8908800 249 1992294400 4194304 4922060 140733233887008 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26087/statm: 2175 249 208 178 0 68 0
[pid=26088] ppid=26087 vsize=51140 CPUtime=84.15
/proc/26088/stat : 26088 (pb_cplex) R 26087 26087 25899 0 -1 4202496 168589 0 0 0 8272 143 0 0 18 0 2 0 178475620 52367360 7359 1992294400 134512640 146736320 4292694848 18446744073709551615 135983217 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/26088/statm: 12785 7359 1114 2985 0 9327 0
[pid=26088/tid=26094] ppid=26087 vsize=51140 CPUtime=40.37
/proc/26088/task/26094/stat : 26094 (pb_cplex) R 26087 26087 25899 0 -1 4202560 74355 0 0 0 3976 61 0 0 16 0 2 0 178475681 52367360 7359 1992294400 134512640 146736320 4292694848 18446744073709551615 135526884 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 84.15
Current children cumulated vsize (KiB) 59840

[startup+102.301 s]
/proc/loadavg: 1.71 1.72 1.25 3/109 26098
/proc/meminfo: memFree=1800356/2059040 swapFree=4135856/4192956
[pid=26087] ppid=26085 vsize=8700 CPUtime=0
/proc/26087/stat : 26087 (run) S 26085 26087 25899 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 178475619 8908800 249 1992294400 4194304 4922060 140733233887008 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26087/statm: 2175 249 208 178 0 68 0
[pid=26088] ppid=26087 vsize=52228 CPUtime=174.77
/proc/26088/stat : 26088 (pb_cplex) R 26087 26087 25899 0 -1 4202496 255497 0 0 0 17209 268 0 0 16 0 2 0 178475620 53481472 7504 1992294400 134512640 146736320 4292694848 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26088/statm: 13057 7504 1114 2985 0 9599 0
[pid=26088/tid=26094] ppid=26087 vsize=52228 CPUtime=85.81
/proc/26088/task/26094/stat : 26094 (pb_cplex) R 26087 26087 25899 0 -1 4202560 104230 0 0 0 8466 115 0 0 16 0 2 0 178475681 53481472 7504 1992294400 134512640 146736320 4292694848 18446744073709551615 136364172 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 174.77
Current children cumulated vsize (KiB) 60928

[startup+162.301 s]
/proc/loadavg: 1.79 1.74 1.28 3/109 26098
/proc/meminfo: memFree=1798248/2059040 swapFree=4135856/4192956
[pid=26087] ppid=26085 vsize=8700 CPUtime=0
/proc/26087/stat : 26087 (run) S 26085 26087 25899 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 178475619 8908800 249 1992294400 4194304 4922060 140733233887008 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26087/statm: 2175 249 208 178 0 68 0
[pid=26088] ppid=26087 vsize=57436 CPUtime=276.05
/proc/26088/stat : 26088 (pb_cplex) R 26087 26087 25899 0 -1 4202496 347878 0 0 0 27201 404 0 0 16 0 2 0 178475620 58814464 8437 1992294400 134512640 146736320 4292694848 18446744073709551615 139023034 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26088/statm: 14359 8437 1114 2985 0 10901 0
[pid=26088/tid=26094] ppid=26087 vsize=57436 CPUtime=136.38
/proc/26088/task/26094/stat : 26094 (pb_cplex) S 26087 26087 25899 0 -1 4202560 140995 0 0 0 13462 176 0 0 16 0 2 0 178475681 58814464 8437 1992294400 134512640 146736320 4292694848 18446744073709551615 144580073 0 2 4096 16387 18446604437819547840 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 276.05
Current children cumulated vsize (KiB) 66136

[startup+222.309 s]
/proc/loadavg: 1.73 1.73 1.30 3/109 26100
/proc/meminfo: memFree=1798496/2059040 swapFree=4135856/4192956
[pid=26087] ppid=26085 vsize=8700 CPUtime=0
/proc/26087/stat : 26087 (run) S 26085 26087 25899 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 178475619 8908800 249 1992294400 4194304 4922060 140733233887008 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26087/statm: 2175 249 208 178 0 68 0
[pid=26088] ppid=26087 vsize=54276 CPUtime=379.58
/proc/26088/stat : 26088 (pb_cplex) R 26087 26087 25899 0 -1 4202496 426134 0 0 0 37417 541 0 0 16 0 2 0 178475620 55578624 7944 1992294400 134512640 146736320 4292694848 18446744073709551615 135845830 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/26088/statm: 13569 7944 1114 2985 0 10111 0
[pid=26088/tid=26094] ppid=26087 vsize=54276 CPUtime=187.31
/proc/26088/task/26094/stat : 26094 (pb_cplex) R 26087 26087 25899 0 -1 4202560 179322 0 0 0 18488 243 0 0 16 0 2 0 178475681 55578624 7944 1992294400 134512640 146736320 4292694848 18446744073709551615 135850322 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 379.58
Current children cumulated vsize (KiB) 62976

[startup+282.301 s]
/proc/loadavg: 1.87 1.77 1.34 2/109 26104
/proc/meminfo: memFree=1799612/2059040 swapFree=4135856/4192956
[pid=26087] ppid=26085 vsize=8700 CPUtime=0
/proc/26087/stat : 26087 (run) S 26085 26087 25899 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 178475619 8908800 249 1992294400 4194304 4922060 140733233887008 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26087/statm: 2175 249 208 178 0 68 0
[pid=26088] ppid=26087 vsize=53804 CPUtime=483.41
/proc/26088/stat : 26088 (pb_cplex) R 26087 26087 25899 0 -1 4202496 584715 0 0 0 47650 691 0 0 16 0 2 0 178475620 55095296 7769 1992294400 134512640 146736320 4292694848 18446744073709551615 136008072 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/26088/statm: 13451 7769 1121 2985 0 9993 0
[pid=26088/tid=26104] ppid=26087 vsize=53804 CPUtime=27.93
/proc/26088/task/26104/stat : 26104 (pb_cplex) S 26087 26087 25899 0 -1 4202560 56900 0 0 0 2754 39 0 0 23 0 2 0 178500545 55095296 7769 1992294400 134512640 146736320 4292694848 18446744073709551615 144580073 0 2 4096 16387 18446604437819547840 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 483.41
Current children cumulated vsize (KiB) 62504

[startup+342.302 s]
/proc/loadavg: 1.91 1.78 1.37 2/109 26106
/proc/meminfo: memFree=1797256/2059040 swapFree=4135856/4192956
[pid=26087] ppid=26085 vsize=8700 CPUtime=0
/proc/26087/stat : 26087 (run) S 26085 26087 25899 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 178475619 8908800 249 1992294400 4194304 4922060 140733233887008 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0

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

[pid=26088] ppid=26087 vsize=55328 CPUtime=787.36
/proc/26088/stat : 26088 (pb_cplex) R 26087 26087 25899 0 -1 4202496 901309 0 0 0 77796 940 0 0 18 0 2 0 178475620 56655872 8366 1992294400 134512640 146736320 4292694848 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26088/statm: 13832 8366 1124 2985 0 10374 0
[pid=26088/tid=26104] ppid=26087 vsize=55328 CPUtime=179.39
/proc/26088/task/26104/stat : 26104 (pb_cplex) R 26087 26087 25899 0 -1 4202560 216968 0 0 0 17775 164 0 0 16 0 2 0 178500545 56655872 8366 1992294400 134512640 146736320 4292694848 18446744073709551615 136008065 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 787.36
Current children cumulated vsize (KiB) 64028

[startup+522.301 s]
/proc/loadavg: 2.28 1.99 1.52 3/109 26110
/proc/meminfo: memFree=1796264/2059040 swapFree=4135856/4192956
[pid=26087] ppid=26085 vsize=8700 CPUtime=0
/proc/26087/stat : 26087 (run) S 26085 26087 25899 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 178475619 8908800 249 1992294400 4194304 4922060 140733233887008 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26087/statm: 2175 249 208 178 0 68 0
[pid=26088] ppid=26087 vsize=62892 CPUtime=887.77
/proc/26088/stat : 26088 (pb_cplex) R 26087 26087 25899 0 -1 4202496 983491 0 0 0 87770 1007 0 0 17 0 2 0 178475620 64401408 9395 1992294400 134512640 146736320 4292694848 18446744073709551615 139023039 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/26088/statm: 15723 9395 1124 2985 0 12265 0
[pid=26088/tid=26104] ppid=26087 vsize=62892 CPUtime=228.32
/proc/26088/task/26104/stat : 26104 (pb_cplex) R 26087 26087 25899 0 -1 4202560 256885 0 0 0 22636 196 0 0 17 0 2 0 178500545 64401408 9395 1992294400 134512640 146736320 4292694848 18446744073709551615 139023073 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 887.77
Current children cumulated vsize (KiB) 71592

[startup+582.302 s]
/proc/loadavg: 2.15 2.00 1.55 3/109 26112
/proc/meminfo: memFree=1796264/2059040 swapFree=4135856/4192956
[pid=26087] ppid=26085 vsize=8700 CPUtime=0
/proc/26087/stat : 26087 (run) S 26085 26087 25899 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 178475619 8908800 249 1992294400 4194304 4922060 140733233887008 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26087/statm: 2175 249 208 178 0 68 0
[pid=26088] ppid=26087 vsize=55768 CPUtime=990.59
/proc/26088/stat : 26088 (pb_cplex) R 26087 26087 25899 0 -1 4202496 1057850 0 0 0 97984 1075 0 0 18 0 2 0 178475620 57106432 8476 1992294400 134512640 146736320 4292694848 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26088/statm: 13942 8476 1124 2985 0 10484 0
[pid=26088/tid=26104] ppid=26087 vsize=55768 CPUtime=278.67
/proc/26088/task/26104/stat : 26104 (pb_cplex) R 26087 26087 25899 0 -1 4202560 290680 0 0 0 27639 228 0 0 17 0 2 0 178500545 57106432 8476 1992294400 134512640 146736320 4292694848 18446744073709551615 136474099 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 990.59
Current children cumulated vsize (KiB) 64468

[startup+642.301 s]
/proc/loadavg: 2.40 2.10 1.61 3/109 26114
/proc/meminfo: memFree=1795892/2059040 swapFree=4135856/4192956
[pid=26087] ppid=26085 vsize=8700 CPUtime=0
/proc/26087/stat : 26087 (run) S 26085 26087 25899 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 178475619 8908800 249 1992294400 4194304 4922060 140733233887008 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26087/statm: 2175 249 208 178 0 68 0
[pid=26088] ppid=26087 vsize=57172 CPUtime=1094.44
/proc/26088/stat : 26088 (pb_cplex) S 26087 26087 25899 0 -1 4202496 1132093 0 0 0 108297 1147 0 0 17 0 2 0 178475620 58544128 8612 1992294400 134512640 146736320 4292694848 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/26088/statm: 14293 8612 1124 2985 0 10835 0
[pid=26088/tid=26104] ppid=26087 vsize=57172 CPUtime=331.77
/proc/26088/task/26104/stat : 26104 (pb_cplex) R 26087 26087 25899 0 -1 4202560 325853 0 0 0 32913 264 0 0 17 0 2 0 178500545 58544128 8612 1992294400 134512640 146736320 4292694848 18446744073709551615 136005344 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1094.44
Current children cumulated vsize (KiB) 65872

[startup+702.301 s]
/proc/loadavg: 2.18 2.11 1.64 4/109 26116
/proc/meminfo: memFree=1792668/2059040 swapFree=4135856/4192956
[pid=26087] ppid=26085 vsize=8700 CPUtime=0
/proc/26087/stat : 26087 (run) S 26085 26087 25899 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 178475619 8908800 249 1992294400 4194304 4922060 140733233887008 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26087/statm: 2175 249 208 178 0 68 0
[pid=26088] ppid=26087 vsize=59304 CPUtime=1198.48
/proc/26088/stat : 26088 (pb_cplex) R 26087 26087 25899 0 -1 4202496 1227167 0 0 0 118628 1220 0 0 16 0 2 0 178475620 60727296 9319 1992294400 134512640 146736320 4292694848 18446744073709551615 135453306 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26088/statm: 14826 9319 1124 2985 0 11368 0
[pid=26088/tid=26104] ppid=26087 vsize=59304 CPUtime=384.22
/proc/26088/task/26104/stat : 26104 (pb_cplex) R 26087 26087 25899 0 -1 4202560 384416 0 0 0 38117 305 0 0 16 0 2 0 178500545 60727296 9319 1992294400 134512640 146736320 4292694848 18446744073709551615 136008042 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1198.48
Current children cumulated vsize (KiB) 68004

[startup+762.301 s]
/proc/loadavg: 2.16 2.12 1.67 4/109 26116
/proc/meminfo: memFree=1793412/2059040 swapFree=4135856/4192956
[pid=26087] ppid=26085 vsize=8700 CPUtime=0
/proc/26087/stat : 26087 (run) S 26085 26087 25899 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 178475619 8908800 249 1992294400 4194304 4922060 140733233887008 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26087/statm: 2175 249 208 178 0 68 0
[pid=26088] ppid=26087 vsize=59012 CPUtime=1296.35
/proc/26088/stat : 26088 (pb_cplex) R 26087 26087 25899 0 -1 4202496 1272522 0 0 0 128371 1264 0 0 16 0 2 0 178475620 60428288 9245 1992294400 134512640 146736320 4292694848 18446744073709551615 136008050 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26088/statm: 14753 9245 1128 2985 0 11295 0
[pid=26088/tid=26104] ppid=26087 vsize=59012 CPUtime=432.52
/proc/26088/task/26104/stat : 26104 (pb_cplex) R 26087 26087 25899 0 -1 4202560 409846 0 0 0 42923 329 0 0 16 0 2 0 178500545 60428288 9245 1992294400 134512640 146736320 4292694848 18446744073709551615 135454093 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1296.35
Current children cumulated vsize (KiB) 67712

[startup+822.3 s]
/proc/loadavg: 2.20 2.13 1.70 2/109 26118
/proc/meminfo: memFree=1792668/2059040 swapFree=4135856/4192956
[pid=26087] ppid=26085 vsize=8700 CPUtime=0
/proc/26087/stat : 26087 (run) S 26085 26087 25899 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 178475619 8908800 249 1992294400 4194304 4922060 140733233887008 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26087/statm: 2175 249 208 178 0 68 0
[pid=26088] ppid=26087 vsize=59000 CPUtime=1396.08
/proc/26088/stat : 26088 (pb_cplex) R 26087 26087 25899 0 -1 4202496 1295754 0 0 0 138306 1302 0 0 19 0 2 0 178475620 60416000 9243 1992294400 134512640 146736320 4292694848 18446744073709551615 136015700 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26088/statm: 14750 9243 1124 2985 0 11292 0
[pid=26088/tid=26104] ppid=26087 vsize=59000 CPUtime=481.1
/proc/26088/task/26104/stat : 26104 (pb_cplex) R 26087 26087 25899 0 -1 4202560 422512 0 0 0 47762 348 0 0 16 0 2 0 178500545 60416000 9243 1992294400 134512640 146736320 4292694848 18446744073709551615 136384746 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1396.08
Current children cumulated vsize (KiB) 67700

[startup+882.308 s]
/proc/loadavg: 1.88 2.04 1.70 3/109 26120
/proc/meminfo: memFree=1793908/2059040 swapFree=4135856/4192956
[pid=26087] ppid=26085 vsize=8700 CPUtime=0
/proc/26087/stat : 26087 (run) S 26085 26087 25899 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 178475619 8908800 249 1992294400 4194304 4922060 140733233887008 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26087/statm: 2175 249 208 178 0 68 0
[pid=26088] ppid=26087 vsize=57904 CPUtime=1498.76
/proc/26088/stat : 26088 (pb_cplex) R 26087 26087 25899 0 -1 4202496 1335721 0 0 0 148520 1356 0 0 25 0 2 0 178475620 59293696 8972 1992294400 134512640 146736320 4292694848 18446744073709551615 136400430 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26088/statm: 14476 8972 1127 2985 0 11018 0
[pid=26088/tid=26104] ppid=26087 vsize=57904 CPUtime=529.35
/proc/26088/task/26104/stat : 26104 (pb_cplex) R 26087 26087 25899 0 -1 4202560 437581 0 0 0 52562 373 0 0 17 0 2 0 178500545 59293696 8972 1992294400 134512640 146736320 4292694848 18446744073709551615 138419358 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1498.76
Current children cumulated vsize (KiB) 66604

[startup+942.301 s]
/proc/loadavg: 1.94 2.03 1.71 3/109 26125
/proc/meminfo: memFree=1793528/2059040 swapFree=4135856/4192956
[pid=26087] ppid=26085 vsize=8700 CPUtime=0
/proc/26087/stat : 26087 (run) S 26085 26087 25899 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 178475619 8908800 249 1992294400 4194304 4922060 140733233887008 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26087/statm: 2175 249 208 178 0 68 0
[pid=26088] ppid=26087 vsize=58436 CPUtime=1602.54
/proc/26088/stat : 26088 (pb_cplex) R 26087 26087 25899 0 -1 4202496 1381486 0 0 0 158840 1414 0 0 18 0 2 0 178475620 59838464 9003 1992294400 134512640 146736320 4292694848 18446744073709551615 136008167 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26088/statm: 14609 9003 1127 2985 0 11151 0
[pid=26088/tid=26104] ppid=26087 vsize=58436 CPUtime=582.46
/proc/26088/task/26104/stat : 26104 (pb_cplex) R 26087 26087 25899 0 -1 4202560 461501 0 0 0 57842 404 0 0 17 0 2 0 178500545 59838464 9003 1992294400 134512640 146736320 4292694848 18446744073709551615 136017942 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1602.54
Current children cumulated vsize (KiB) 67136

[startup+1002.3 s]
/proc/loadavg: 2.10 2.05 1.74 3/109 26127
/proc/meminfo: memFree=1793652/2059040 swapFree=4135856/4192956
[pid=26087] ppid=26085 vsize=8700 CPUtime=0
/proc/26087/stat : 26087 (run) S 26085 26087 25899 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 178475619 8908800 249 1992294400 4194304 4922060 140733233887008 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26087/statm: 2175 249 208 178 0 68 0
[pid=26088] ppid=26087 vsize=58436 CPUtime=1709.35
/proc/26088/stat : 26088 (pb_cplex) R 26087 26087 25899 0 -1 4202496 1413245 0 0 0 169461 1474 0 0 18 0 2 0 178475620 59838464 8999 1992294400 134512640 146736320 4292694848 18446744073709551615 136003973 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26088/statm: 14609 8999 1127 2985 0 11151 0
[pid=26088/tid=26104] ppid=26087 vsize=58436 CPUtime=635.24
/proc/26088/task/26104/stat : 26104 (pb_cplex) R 26087 26087 25899 0 -1 4202560 481700 0 0 0 63088 436 0 0 17 0 2 0 178500545 59838464 8999 1992294400 134512640 146736320 4292694848 18446744073709551615 135526788 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1709.35
Current children cumulated vsize (KiB) 67136



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1054.4 s]
/proc/loadavg: 2.14 2.06 1.76 2/109 26127
/proc/meminfo: memFree=1793528/2059040 swapFree=4135856/4192956
[pid=26087] ppid=26085 vsize=8700 CPUtime=0
/proc/26087/stat : 26087 (run) S 26085 26087 25899 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 178475619 8908800 249 1992294400 4194304 4922060 140733233887008 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26087/statm: 2175 249 208 178 0 68 0
[pid=26088] ppid=26087 vsize=58032 CPUtime=1800.07
/proc/26088/stat : 26088 (pb_cplex) R 26087 26087 25899 0 -1 4202496 1436119 0 0 0 178485 1522 0 0 17 0 2 0 178475620 59424768 8998 1992294400 134512640 146736320 4292694848 18446744073709551615 136008335 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/26088/statm: 14508 8998 1127 2985 0 11050 0
[pid=26088/tid=26104] ppid=26087 vsize=58032 CPUtime=681.67
/proc/26088/task/26104/stat : 26104 (pb_cplex) S 26087 26087 25899 0 -1 4202560 493635 0 0 0 67709 458 0 0 17 0 2 0 178500545 59424768 8998 1992294400 134512640 146736320 4292694848 18446744073709551615 144580073 0 2 4096 16387 18446604437819547840 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 66732

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

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

[startup+1054.4 s]
/proc/loadavg: 2.14 2.06 1.76 2/109 26127
/proc/meminfo: memFree=1793528/2059040 swapFree=4135856/4192956
[pid=26087] ppid=26085 vsize=8700 CPUtime=0
/proc/26087/stat : 26087 (run) S 26085 26087 25899 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 178475619 8908800 249 1992294400 4194304 4922060 140733233887008 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26087/statm: 2175 249 208 178 0 68 0
[pid=26088] ppid=26087 vsize=58032 CPUtime=1800.07
/proc/26088/stat : 26088 (pb_cplex) R 26087 26087 25899 0 -1 4202496 1436119 0 0 0 178485 1522 0 0 17 0 2 0 178475620 59424768 8998 1992294400 134512640 146736320 4292694848 18446744073709551615 136008335 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/26088/statm: 14508 8998 1127 2985 0 11050 0
[pid=26088/tid=26104] ppid=26087 vsize=58032 CPUtime=681.67
/proc/26088/task/26104/stat : 26104 (pb_cplex) S 26087 26087 25899 0 -1 4202560 493635 0 0 0 67709 458 0 0 17 0 2 0 178500545 59424768 8998 1992294400 134512640 146736320 4292694848 18446744073709551615 144580073 0 2 4096 16387 18446604437819547840 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 66732

Child status: 0
Real time (s): 1054.42
CPU time (s): 1800.09
CPU user time (s): 1784.86
CPU system time (s): 15.2277
CPU usage (%): 170.718
Max. virtual memory (cumulated for all children) (KiB): 74744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1784.86
system time used= 15.2277
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1436492
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= 164188
involuntary context switches= 27879

runsolver used 2.08668 second user time and 5.53916 second system time

The end

Launcher Data

Begin job on node026 at 2010-07-02 07:23:22
IDJOB=2696970
IDBENCH=48004
IDSOLVER=1209
FILE ID=node026/2696970-1278048202
PBS_JOBID= 11198863
Free space on /tmp= 62392 MiB

SOLVER NAME= pb_cplex 2010-06-29
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=211-P1=223-P2=251-P3=3-P4=107-B.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2696970-1278048202/watcher-2696970-1278048202 -o /tmp/evaluation-result-2696970-1278048202/solver-2696970-1278048202 -C 1800 -W 2000 -M 1800  run HOME/instance-2696970-1278048202.opb

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

MD5SUM BENCH= 1cc97335e4341ed075b6e9adcc382d23
RANDOM SEED=1041403422

node026.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.201
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.201
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:       1828064 kB
Buffers:         31044 kB
Cached:         107828 kB
SwapCached:      10324 kB
Active:         107236 kB
Inactive:        45480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1828064 kB
SwapTotal:     4192956 kB
SwapFree:      4135856 kB
Dirty:           16632 kB
Writeback:           0 kB
AnonPages:       12400 kB
Mapped:           8588 kB
Slab:            56260 kB
PageTables:       4188 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182068 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-2696970-1278048202.opb

Free space on /tmp at the end= 62376 MiB
End job on node026 at 2010-07-02 07:40:57