Trace number 2696851

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 1010.32

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/
factor-mod-B/factor-mod-size=9-P0=149-P1=419-P2=307-P3=223-B.opb
MD5SUMc4226b2f0998740abfed6a5c474083dd
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.874866
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 variables81
Total number of constraints7
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 constraints7
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)243
Sum of products size (including duplicates)486
Number of different products243
Sum of products size486

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2696851-1278047140.opb.
0.00/0.00	c Instance file HOME/instance-2696851-1278047140.opb
0.00/0.00	c File size is 17961 bytes.
0.00/0.01	c Highest Coefficient sum: 523264
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:      324                                                 |
0.00/0.02	c |  Number Constraints:    493                                                 |
0.00/0.02	c ===============================================================================
1800.07/1010.31	c Remaining time 1799.99 sec.
1800.07/1010.31	c 
1800.07/1010.31	c *** INTERRUPTED ***
1800.07/1010.31	s UNKNOWN
1800.07/1010.31	c Total CPU time              : 1775.18 s
1800.07/1010.31	c Memory used           : 64.93 MB
1800.07/1010.31	c CPU time              : 1775.18 s
1800.07/1010.31	c 
1800.07/1010.31	c *** INTERRUPTED ***

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2696851-1278047140/watcher-2696851-1278047140 -o /tmp/evaluation-result-2696851-1278047140/solver-2696851-1278047140 -C 1800 -W 2000 -M 1800 run HOME/instance-2696851-1278047140.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: 0.00 0.00 0.00 3/105 31256
/proc/meminfo: memFree=1803592/2059040 swapFree=4135604/4192956
[pid=31256] ppid=31254 vsize=8700 CPUtime=0
/proc/31256/stat : 31256 (run) R 31254 31256 31223 0 -1 4202496 347 0 0 0 0 0 0 0 22 0 1 0 146007935 8908800 248 1992294400 4194304 4922060 140735196531792 18446744073709551615 270612930965 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/31256/statm: 2175 248 208 178 0 68 0

[startup+0.033535 s]
/proc/loadavg: 0.00 0.00 0.00 3/105 31256
/proc/meminfo: memFree=1803592/2059040 swapFree=4135604/4192956
[pid=31256] ppid=31254 vsize=8700 CPUtime=0
/proc/31256/stat : 31256 (run) S 31254 31256 31223 0 -1 4202496 363 0 0 0 0 0 0 0 22 0 1 0 146007935 8908800 248 1992294400 4194304 4922060 140735196531792 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31256/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101541 s]
/proc/loadavg: 0.00 0.00 0.00 3/105 31256
/proc/meminfo: memFree=1803592/2059040 swapFree=4135604/4192956
[pid=31256] ppid=31254 vsize=8700 CPUtime=0
/proc/31256/stat : 31256 (run) S 31254 31256 31223 0 -1 4202496 363 0 0 0 0 0 0 0 22 0 1 0 146007935 8908800 248 1992294400 4194304 4922060 140735196531792 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31256/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.302115 s]
/proc/loadavg: 0.00 0.00 0.00 3/105 31256
/proc/meminfo: memFree=1803592/2059040 swapFree=4135604/4192956
[pid=31256] ppid=31254 vsize=8700 CPUtime=0
/proc/31256/stat : 31256 (run) S 31254 31256 31223 0 -1 4202496 363 0 0 0 0 0 0 0 22 0 1 0 146007935 8908800 248 1992294400 4194304 4922060 140735196531792 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31256/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701599 s]
/proc/loadavg: 0.00 0.00 0.00 3/105 31256
/proc/meminfo: memFree=1803592/2059040 swapFree=4135604/4192956
[pid=31256] ppid=31254 vsize=8700 CPUtime=0
/proc/31256/stat : 31256 (run) S 31254 31256 31223 0 -1 4202496 363 0 0 0 0 0 0 0 22 0 1 0 146007935 8908800 248 1992294400 4194304 4922060 140735196531792 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31256/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50168 s]
/proc/loadavg: 0.08 0.02 0.01 2/108 31263
/proc/meminfo: memFree=1796988/2059040 swapFree=4135604/4192956
[pid=31256] ppid=31254 vsize=8700 CPUtime=0
/proc/31256/stat : 31256 (run) S 31254 31256 31223 0 -1 4202496 363 0 0 0 0 0 0 0 22 0 1 0 146007935 8908800 248 1992294400 4194304 4922060 140735196531792 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31256/statm: 2175 248 208 178 0 68 0
[pid=31257] ppid=31256 vsize=32228 CPUtime=2.23
/proc/31257/stat : 31257 (pb_cplex) R 31256 31256 31223 0 -1 4202496 11643 0 0 0 212 11 0 0 17 0 2 0 146007936 33001472 2618 1992294400 134512640 146736320 4294763104 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31257/statm: 8057 2618 1071 2985 0 4599 0
[pid=31257/tid=31263] ppid=31256 vsize=32228 CPUtime=0.81
/proc/31257/task/31263/stat : 31263 (pb_cplex) R 31256 31256 31223 0 -1 4202560 4684 0 0 0 78 3 0 0 18 0 2 0 146007993 33001472 2618 1992294400 134512640 146736320 4294763104 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 40928

[startup+3.10084 s]
/proc/loadavg: 0.08 0.02 0.01 2/108 31263
/proc/meminfo: memFree=1795252/2059040 swapFree=4135604/4192956
[pid=31256] ppid=31254 vsize=8700 CPUtime=0
/proc/31256/stat : 31256 (run) S 31254 31256 31223 0 -1 4202496 363 0 0 0 0 0 0 0 22 0 1 0 146007935 8908800 248 1992294400 4194304 4922060 140735196531792 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31256/statm: 2175 248 208 178 0 68 0
[pid=31257] ppid=31256 vsize=33944 CPUtime=5.1
/proc/31257/stat : 31257 (pb_cplex) R 31256 31256 31223 0 -1 4202496 16483 0 0 0 492 18 0 0 17 0 2 0 146007936 34758656 3217 1992294400 134512640 146736320 4294763104 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31257/statm: 8486 3217 1071 2985 0 5028 0
[pid=31257/tid=31263] ppid=31256 vsize=33944 CPUtime=2.25
/proc/31257/task/31263/stat : 31263 (pb_cplex) R 31256 31256 31223 0 -1 4202560 8044 0 0 0 218 7 0 0 18 0 2 0 146007993 34758656 3217 1992294400 134512640 146736320 4294763104 18446744073709551615 136476106 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.1
Current children cumulated vsize (KiB) 42644

[startup+6.3012 s]
/proc/loadavg: 0.08 0.02 0.01 2/108 31263
/proc/meminfo: memFree=1789672/2059040 swapFree=4135604/4192956
[pid=31256] ppid=31254 vsize=8700 CPUtime=0
/proc/31256/stat : 31256 (run) S 31254 31256 31223 0 -1 4202496 363 0 0 0 0 0 0 0 22 0 1 0 146007935 8908800 248 1992294400 4194304 4922060 140735196531792 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31256/statm: 2175 248 208 178 0 68 0
[pid=31257] ppid=31256 vsize=39444 CPUtime=10.59
/proc/31257/stat : 31257 (pb_cplex) D 31256 31256 31223 0 -1 4202496 33234 0 0 0 1028 31 0 0 16 0 2 0 146007936 40390656 4379 1992294400 134512640 146736320 4294763104 18446744073709551615 144798020 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31257/statm: 9861 4379 1071 2985 0 6403 0
[pid=31257/tid=31263] ppid=31256 vsize=39444 CPUtime=5.13
/proc/31257/task/31263/stat : 31263 (pb_cplex) R 31256 31256 31223 0 -1 4202560 17180 0 0 0 499 14 0 0 17 0 2 0 146007993 40390656 4379 1992294400 134512640 146736320 4294763104 18446744073709551615 144963134 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.59
Current children cumulated vsize (KiB) 48144

[startup+12.7008 s]
/proc/loadavg: 0.37 0.08 0.03 3/108 31263
/proc/meminfo: memFree=1782232/2059040 swapFree=4135604/4192956
[pid=31256] ppid=31254 vsize=8700 CPUtime=0
/proc/31256/stat : 31256 (run) S 31254 31256 31223 0 -1 4202496 363 0 0 0 0 0 0 0 22 0 1 0 146007935 8908800 248 1992294400 4194304 4922060 140735196531792 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31256/statm: 2175 248 208 178 0 68 0
[pid=31257] ppid=31256 vsize=48084 CPUtime=20.85
/proc/31257/stat : 31257 (pb_cplex) R 31256 31256 31223 0 -1 4202496 56248 0 0 0 2035 50 0 0 16 0 2 0 146007936 49238016 6393 1992294400 134512640 146736320 4294763104 18446744073709551615 138430739 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31257/statm: 12021 6393 1071 2985 0 8563 0
[pid=31257/tid=31263] ppid=31256 vsize=48084 CPUtime=10.62
/proc/31257/task/31263/stat : 31263 (pb_cplex) R 31256 31256 31223 0 -1 4202560 33377 0 0 0 1036 26 0 0 19 0 2 0 146007993 49238016 6393 1992294400 134512640 146736320 4294763104 18446744073709551615 135468531 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20.85
Current children cumulated vsize (KiB) 56784

[startup+25.5021 s]
/proc/loadavg: 0.54 0.13 0.04 2/108 31265
/proc/meminfo: memFree=1775164/2059040 swapFree=4135604/4192956
[pid=31256] ppid=31254 vsize=8700 CPUtime=0
/proc/31256/stat : 31256 (run) S 31254 31256 31223 0 -1 4202496 363 0 0 0 0 0 0 0 22 0 1 0 146007935 8908800 248 1992294400 4194304 4922060 140735196531792 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31256/statm: 2175 248 208 178 0 68 0
[pid=31257] ppid=31256 vsize=54596 CPUtime=41.19
/proc/31257/stat : 31257 (pb_cplex) R 31256 31256 31223 0 -1 4202496 91259 0 0 0 4041 78 0 0 16 0 2 0 146007936 55906304 7823 1992294400 134512640 146736320 4294763104 18446744073709551615 136008065 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31257/statm: 13649 7823 1074 2985 0 10191 0
[pid=31257/tid=31263] ppid=31256 vsize=54596 CPUtime=19.91
/proc/31257/task/31263/stat : 31263 (pb_cplex) R 31256 31256 31223 0 -1 4202560 56748 0 0 0 1947 44 0 0 16 0 2 0 146007993 55906304 7823 1992294400 134512640 146736320 4294763104 18446744073709551615 135468618 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 41.19
Current children cumulated vsize (KiB) 63296

[startup+51.1016 s]
/proc/loadavg: 1.03 0.28 0.09 2/108 31265
/proc/meminfo: memFree=1774916/2059040 swapFree=4135604/4192956
[pid=31256] ppid=31254 vsize=8700 CPUtime=0
/proc/31256/stat : 31256 (run) S 31254 31256 31223 0 -1 4202496 363 0 0 0 0 0 0 0 22 0 1 0 146007935 8908800 248 1992294400 4194304 4922060 140735196531792 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31256/statm: 2175 248 208 178 0 68 0
[pid=31257] ppid=31256 vsize=54812 CPUtime=81.87
/proc/31257/stat : 31257 (pb_cplex) R 31256 31256 31223 0 -1 4202496 155594 0 0 0 8051 136 0 0 15 0 2 0 146007936 56127488 7909 1992294400 134512640 146736320 4294763104 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31257/statm: 13703 7909 1114 2985 0 10245 0
[pid=31257/tid=31263] ppid=31256 vsize=54812 CPUtime=38.23
/proc/31257/task/31263/stat : 31263 (pb_cplex) R 31256 31256 31223 0 -1 4202560 78087 0 0 0 3756 67 0 0 17 0 2 0 146007993 56127488 7909 1992294400 134512640 146736320 4294763104 18446744073709551615 135982697 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 81.87
Current children cumulated vsize (KiB) 63512

[startup+102.309 s]
/proc/loadavg: 1.57 0.55 0.19 4/108 31271
/proc/meminfo: memFree=1775412/2059040 swapFree=4135604/4192956
[pid=31256] ppid=31254 vsize=8700 CPUtime=0
/proc/31256/stat : 31256 (run) S 31254 31256 31223 0 -1 4202496 363 0 0 0 0 0 0 0 22 0 1 0 146007935 8908800 248 1992294400 4194304 4922060 140735196531792 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31256/statm: 2175 248 208 178 0 68 0
[pid=31257] ppid=31256 vsize=53868 CPUtime=168.97
/proc/31257/stat : 31257 (pb_cplex) R 31256 31256 31223 0 -1 4202496 402497 0 0 0 16583 314 0 0 16 0 2 0 146007936 55160832 7607 1992294400 134512640 146736320 4294763104 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31257/statm: 13467 7607 1124 2985 0 10009 0
[pid=31257/tid=31269] ppid=31256 vsize=53868 CPUtime=42.98
/proc/31257/task/31269/stat : 31269 (pb_cplex) R 31256 31256 31223 0 -1 4202560 129429 0 0 0 4210 88 0 0 18 0 2 0 146013278 55160832 7607 1992294400 134512640 146736320 4294763104 18446744073709551615 136402290 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 168.97
Current children cumulated vsize (KiB) 62568

[startup+162.302 s]
/proc/loadavg: 1.76 0.78 0.29 2/108 31271
/proc/meminfo: memFree=1772808/2059040 swapFree=4135604/4192956
[pid=31256] ppid=31254 vsize=8700 CPUtime=0
/proc/31256/stat : 31256 (run) S 31254 31256 31223 0 -1 4202496 363 0 0 0 0 0 0 0 22 0 1 0 146007935 8908800 248 1992294400 4194304 4922060 140735196531792 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31256/statm: 2175 248 208 178 0 68 0
[pid=31257] ppid=31256 vsize=55884 CPUtime=277
/proc/31257/stat : 31257 (pb_cplex) R 31256 31256 31223 0 -1 4202496 597017 0 0 0 27196 504 0 0 16 0 2 0 146007936 57225216 8047 1992294400 134512640 146736320 4294763104 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31257/statm: 13971 8047 1124 2985 0 10513 0
[pid=31257/tid=31269] ppid=31256 vsize=55884 CPUtime=97.12
/proc/31257/task/31269/stat : 31269 (pb_cplex) R 31256 31256 31223 0 -1 4202560 236894 0 0 0 9525 187 0 0 17 0 2 0 146013278 57225216 8047 1992294400 134512640 146736320 4294763104 18446744073709551615 136017752 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 277
Current children cumulated vsize (KiB) 64584

[startup+222.302 s]
/proc/loadavg: 1.65 0.92 0.37 3/108 31273
/proc/meminfo: memFree=1774420/2059040 swapFree=4135604/4192956
[pid=31256] ppid=31254 vsize=8700 CPUtime=0
/proc/31256/stat : 31256 (run) S 31254 31256 31223 0 -1 4202496 363 0 0 0 0 0 0 0 22 0 1 0 146007935 8908800 248 1992294400 4194304 4922060 140735196531792 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31256/statm: 2175 248 208 178 0 68 0
[pid=31257] ppid=31256 vsize=55136 CPUtime=385.94
/proc/31257/stat : 31257 (pb_cplex) R 31256 31256 31223 0 -1 4202496 761186 0 0 0 37913 681 0 0 18 0 2 0 146007936 56459264 8007 1992294400 134512640 146736320 4294763104 18446744073709551615 137415842 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31257/statm: 13784 8007 1124 2985 0 10326 0
[pid=31257/tid=31269] ppid=31256 vsize=55136 CPUtime=151.32
/proc/31257/task/31269/stat : 31269 (pb_cplex) S 31256 31256 31223 0 -1 4202560 328477 0 0 0 14853 279 0 0 17 0 2 0 146013278 56459264 8007 1992294400 134512640 146736320 4294763104 18446744073709551615 144580073 0 2 4096 16387 18446604437852653696 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 385.94
Current children cumulated vsize (KiB) 63836

[startup+282.302 s]
/proc/loadavg: 1.82 1.10 0.47 3/108 31275
/proc/meminfo: memFree=1774420/2059040 swapFree=4135604/4192956
[pid=31256] ppid=31254 vsize=8700 CPUtime=0
/proc/31256/stat : 31256 (run) S 31254 31256 31223 0 -1 4202496 363 0 0 0 0 0 0 0 22 0 1 0 146007935 8908800 248 1992294400 4194304 4922060 140735196531792 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31256/statm: 2175 248 208 178 0 68 0
[pid=31257] ppid=31256 vsize=57492 CPUtime=494.54
/proc/31257/stat : 31257 (pb_cplex) R 31256 31256 31223 0 -1 4202496 888764 0 0 0 48617 837 0 0 16 0 2 0 146007936 58871808 8027 1992294400 134512640 146736320 4294763104 18446744073709551615 139023083 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31257/statm: 14373 8036 1124 2985 0 10915 0
[pid=31257/tid=31269] ppid=31256 vsize=57492 CPUtime=205.63
/proc/31257/task/31269/stat : 31269 (pb_cplex) S 31256 31256 31223 0 -1 4202560 390831 0 0 0 20206 357 0 0 18 0 2 0 146013278 58871808 8044 1992294400 134512640 146736320 4294763104 18446744073709551615 144580073 0 2 4096 16387 18446604437852653696 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 494.54
Current children cumulated vsize (KiB) 66192

[startup+342.302 s]
/proc/loadavg: 1.86 1.24 0.55 3/108 31277
/proc/meminfo: memFree=1774296/2059040 swapFree=4135604/4192956
[pid=31256] ppid=31254 vsize=8700 CPUtime=0
/proc/31256/stat : 31256 (run) S 31254 31256 31223 0 -1 4202496 363 0 0 0 0 0 0 0 22 0 1 0 146007935 8908800 248 1992294400 4194304 4922060 140735196531792 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0

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

[pid=31257] ppid=31256 vsize=56364 CPUtime=816.73
/proc/31257/stat : 31257 (pb_cplex) R 31256 31256 31223 0 -1 4202496 1293915 0 0 0 80357 1316 0 0 16 0 2 0 146007936 57716736 8340 1992294400 134512640 146736320 4294763104 18446744073709551615 135450603 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31257/statm: 14091 8340 1124 2985 0 10633 0
[pid=31257/tid=31269] ppid=31256 vsize=56364 CPUtime=365.64
/proc/31257/task/31269/stat : 31269 (pb_cplex) R 31256 31256 31223 0 -1 4202560 590163 0 0 0 35970 594 0 0 17 0 2 0 146013278 57716736 8340 1992294400 134512640 146736320 4294763104 18446744073709551615 135851010 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 816.73
Current children cumulated vsize (KiB) 65064

[startup+522.302 s]
/proc/loadavg: 1.83 1.50 0.77 3/108 31281
/proc/meminfo: memFree=1772560/2059040 swapFree=4135604/4192956
[pid=31256] ppid=31254 vsize=8700 CPUtime=0
/proc/31256/stat : 31256 (run) S 31254 31256 31223 0 -1 4202496 363 0 0 0 0 0 0 0 22 0 1 0 146007935 8908800 248 1992294400 4194304 4922060 140735196531792 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31256/statm: 2175 248 208 178 0 68 0
[pid=31257] ppid=31256 vsize=57408 CPUtime=922.7
/proc/31257/stat : 31257 (pb_cplex) R 31256 31256 31223 0 -1 4202496 1371436 0 0 0 90811 1459 0 0 16 0 2 0 146007936 58785792 8443 1992294400 134512640 146736320 4294763104 18446744073709551615 136008042 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31257/statm: 14352 8443 1124 2985 0 10894 0
[pid=31257/tid=31269] ppid=31256 vsize=57408 CPUtime=418.71
/proc/31257/task/31269/stat : 31269 (pb_cplex) R 31256 31256 31223 0 -1 4202560 628808 0 0 0 41207 664 0 0 18 0 2 0 146013278 58785792 8443 1992294400 134512640 146736320 4294763104 18446744073709551615 136490042 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 922.7
Current children cumulated vsize (KiB) 66108

[startup+582.302 s]
/proc/loadavg: 1.68 1.51 0.81 3/108 31283
/proc/meminfo: memFree=1771072/2059040 swapFree=4135604/4192956
[pid=31256] ppid=31254 vsize=8700 CPUtime=0
/proc/31256/stat : 31256 (run) S 31254 31256 31223 0 -1 4202496 363 0 0 0 0 0 0 0 22 0 1 0 146007935 8908800 248 1992294400 4194304 4922060 140735196531792 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31256/statm: 2175 248 208 178 0 68 0
[pid=31257] ppid=31256 vsize=58892 CPUtime=1028.44
/proc/31257/stat : 31257 (pb_cplex) R 31256 31256 31223 0 -1 4202496 1440815 0 0 0 101260 1584 0 0 16 0 2 0 146007936 60305408 8799 1992294400 134512640 146736320 4294763104 18446744073709551615 136000487 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31257/statm: 14723 8799 1124 2985 0 11265 0
[pid=31257/tid=31269] ppid=31256 vsize=58892 CPUtime=471.87
/proc/31257/task/31269/stat : 31269 (pb_cplex) S 31256 31256 31223 0 -1 4202560 662272 0 0 0 46461 726 0 0 17 0 2 0 146013278 60305408 8799 1992294400 134512640 146736320 4294763104 18446744073709551615 144580073 0 2 4096 16387 18446604437852653696 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1028.44
Current children cumulated vsize (KiB) 67592

[startup+642.302 s]
/proc/loadavg: 1.81 1.58 0.88 2/108 31285
/proc/meminfo: memFree=1770204/2059040 swapFree=4135604/4192956
[pid=31256] ppid=31254 vsize=8700 CPUtime=0
/proc/31256/stat : 31256 (run) S 31254 31256 31223 0 -1 4202496 363 0 0 0 0 0 0 0 22 0 1 0 146007935 8908800 248 1992294400 4194304 4922060 140735196531792 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31256/statm: 2175 248 208 178 0 68 0
[pid=31257] ppid=31256 vsize=59896 CPUtime=1137.3
/proc/31257/stat : 31257 (pb_cplex) S 31256 31256 31223 0 -1 4202496 1497921 0 0 0 112012 1718 0 0 18 0 2 0 146007936 61333504 8984 1992294400 134512640 146736320 4294763104 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31257/statm: 14974 8984 1124 2985 0 11516 0
[pid=31257/tid=31269] ppid=31256 vsize=59896 CPUtime=526.26
/proc/31257/task/31269/stat : 31269 (pb_cplex) R 31256 31256 31223 0 -1 4202560 687501 0 0 0 51833 793 0 0 17 0 2 0 146013278 61333504 8984 1992294400 134512640 146736320 4294763104 18446744073709551615 136384849 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1137.3
Current children cumulated vsize (KiB) 68596

[startup+702.302 s]
/proc/loadavg: 1.88 1.64 0.94 3/108 31287
/proc/meminfo: memFree=1767104/2059040 swapFree=4135604/4192956
[pid=31256] ppid=31254 vsize=8700 CPUtime=0
/proc/31256/stat : 31256 (run) S 31254 31256 31223 0 -1 4202496 363 0 0 0 0 0 0 0 22 0 1 0 146007935 8908800 248 1992294400 4194304 4922060 140735196531792 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31256/statm: 2175 248 208 178 0 68 0
[pid=31257] ppid=31256 vsize=63912 CPUtime=1246.03
/proc/31257/stat : 31257 (pb_cplex) R 31256 31256 31223 0 -1 4202496 1569074 0 0 0 122750 1853 0 0 17 0 2 0 146007936 65445888 9648 1992294400 134512640 146736320 4294763104 18446744073709551615 136015707 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31257/statm: 15978 9648 1130 2985 0 12520 0
[pid=31257/tid=31269] ppid=31256 vsize=63912 CPUtime=580.83
/proc/31257/task/31269/stat : 31269 (pb_cplex) R 31256 31256 31223 0 -1 4202560 700335 0 0 0 57232 851 0 0 17 0 2 0 146013278 65445888 9648 1992294400 134512640 146736320 4294763104 18446744073709551615 136403116 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1246.03
Current children cumulated vsize (KiB) 72612

[startup+762.31 s]
/proc/loadavg: 1.95 1.69 1.00 3/108 31287
/proc/meminfo: memFree=1766608/2059040 swapFree=4135604/4192956
[pid=31256] ppid=31254 vsize=8700 CPUtime=0
/proc/31256/stat : 31256 (run) S 31254 31256 31223 0 -1 4202496 363 0 0 0 0 0 0 0 22 0 1 0 146007935 8908800 248 1992294400 4194304 4922060 140735196531792 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31256/statm: 2175 248 208 178 0 68 0
[pid=31257] ppid=31256 vsize=64080 CPUtime=1354.41
/proc/31257/stat : 31257 (pb_cplex) R 31256 31256 31223 0 -1 4202496 1630335 0 0 0 133454 1987 0 0 18 0 2 0 146007936 65617920 9894 1992294400 134512640 146736320 4294763104 18446744073709551615 135526874 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31257/statm: 16020 9894 1124 2985 0 12562 0
[pid=31257/tid=31269] ppid=31256 vsize=64080 CPUtime=634.91
/proc/31257/task/31269/stat : 31269 (pb_cplex) R 31256 31256 31223 0 -1 4202560 721288 0 0 0 62579 912 0 0 17 0 2 0 146013278 65617920 9894 1992294400 134512640 146736320 4294763104 18446744073709551615 136384857 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1354.41
Current children cumulated vsize (KiB) 72780

[startup+822.302 s]
/proc/loadavg: 1.76 1.69 1.04 3/108 31289
/proc/meminfo: memFree=1766112/2059040 swapFree=4135604/4192956
[pid=31256] ppid=31254 vsize=8700 CPUtime=0
/proc/31256/stat : 31256 (run) S 31254 31256 31223 0 -1 4202496 363 0 0 0 0 0 0 0 22 0 1 0 146007935 8908800 248 1992294400 4194304 4922060 140735196531792 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31256/statm: 2175 248 208 178 0 68 0
[pid=31257] ppid=31256 vsize=64932 CPUtime=1463.46
/proc/31257/stat : 31257 (pb_cplex) R 31256 31256 31223 0 -1 4202496 1668464 0 0 0 144238 2108 0 0 16 0 2 0 146007936 66490368 10084 1992294400 134512640 146736320 4294763104 18446744073709551615 136402267 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31257/statm: 16233 10084 1124 2985 0 12775 0
[pid=31257/tid=31269] ppid=31256 vsize=64932 CPUtime=690.35
/proc/31257/task/31269/stat : 31269 (pb_cplex) R 31256 31256 31223 0 -1 4202560 733736 0 0 0 68065 970 0 0 16 0 2 0 146013278 66490368 10084 1992294400 134512640 146736320 4294763104 18446744073709551615 135450784 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1463.46
Current children cumulated vsize (KiB) 73632

[startup+882.302 s]
/proc/loadavg: 1.92 1.75 1.10 3/108 31291
/proc/meminfo: memFree=1765616/2059040 swapFree=4135604/4192956
[pid=31256] ppid=31254 vsize=8700 CPUtime=0
/proc/31256/stat : 31256 (run) S 31254 31256 31223 0 -1 4202496 363 0 0 0 0 0 0 0 22 0 1 0 146007935 8908800 248 1992294400 4194304 4922060 140735196531792 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31256/statm: 2175 248 208 178 0 68 0
[pid=31257] ppid=31256 vsize=65156 CPUtime=1571.45
/proc/31257/stat : 31257 (pb_cplex) R 31256 31256 31223 0 -1 4202496 1722853 0 0 0 154912 2233 0 0 16 0 2 0 146007936 66719744 10151 1992294400 134512640 146736320 4294763104 18446744073709551615 135526870 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31257/statm: 16289 10151 1124 2985 0 12831 0
[pid=31257/tid=31269] ppid=31256 vsize=65156 CPUtime=744.25
/proc/31257/task/31269/stat : 31269 (pb_cplex) R 31256 31256 31223 0 -1 4202560 742505 0 0 0 73401 1024 0 0 17 0 2 0 146013278 66719744 10151 1992294400 134512640 146736320 4294763104 18446744073709551615 136015707 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1571.45
Current children cumulated vsize (KiB) 73856

[startup+942.302 s]
/proc/loadavg: 1.97 1.79 1.15 3/108 31293
/proc/meminfo: memFree=1764376/2059040 swapFree=4135604/4192956
[pid=31256] ppid=31254 vsize=8700 CPUtime=0
/proc/31256/stat : 31256 (run) S 31254 31256 31223 0 -1 4202496 363 0 0 0 0 0 0 0 22 0 1 0 146007935 8908800 248 1992294400 4194304 4922060 140735196531792 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31256/statm: 2175 248 208 178 0 68 0
[pid=31257] ppid=31256 vsize=66972 CPUtime=1678.52
/proc/31257/stat : 31257 (pb_cplex) R 31256 31256 31223 0 -1 4202496 1753124 0 0 0 165506 2346 0 0 18 0 2 0 146007936 68579328 10567 1992294400 134512640 146736320 4294763104 18446744073709551615 135454142 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31257/statm: 16743 10567 1127 2985 0 13285 0
[pid=31257/tid=31269] ppid=31256 vsize=66972 CPUtime=797.69
/proc/31257/task/31269/stat : 31269 (pb_cplex) R 31256 31256 31223 0 -1 4202560 769250 0 0 0 78687 1082 0 0 17 0 2 0 146013278 68579328 10567 1992294400 134512640 146736320 4294763104 18446744073709551615 137342850 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1678.52
Current children cumulated vsize (KiB) 75672

[startup+1002.3 s]
/proc/loadavg: 1.95 1.81 1.20 2/108 31295
/proc/meminfo: memFree=1764252/2059040 swapFree=4135604/4192956
[pid=31256] ppid=31254 vsize=8700 CPUtime=0
/proc/31256/stat : 31256 (run) S 31254 31256 31223 0 -1 4202496 363 0 0 0 0 0 0 0 22 0 1 0 146007935 8908800 248 1992294400 4194304 4922060 140735196531792 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31256/statm: 2175 248 208 178 0 68 0
[pid=31257] ppid=31256 vsize=66488 CPUtime=1785.48
/proc/31257/stat : 31257 (pb_cplex) R 31256 31256 31223 0 -1 4202496 1804177 0 0 0 176075 2473 0 0 16 0 2 0 146007936 68083712 10481 1992294400 134512640 146736320 4294763104 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31257/statm: 16622 10481 1127 2985 0 13164 0
[pid=31257/tid=31269] ppid=31256 vsize=66488 CPUtime=851.07
/proc/31257/task/31269/stat : 31269 (pb_cplex) R 31256 31256 31223 0 -1 4202560 813688 0 0 0 83950 1157 0 0 16 0 2 0 146013278 68083712 10481 1992294400 134512640 146736320 4294763104 18446744073709551615 135526881 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1785.48
Current children cumulated vsize (KiB) 75188



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1010.3 s]
/proc/loadavg: 1.88 1.80 1.20 3/108 31295
/proc/meminfo: memFree=1764128/2059040 swapFree=4135604/4192956
[pid=31256] ppid=31254 vsize=8700 CPUtime=0
/proc/31256/stat : 31256 (run) S 31254 31256 31223 0 -1 4202496 363 0 0 0 0 0 0 0 22 0 1 0 146007935 8908800 248 1992294400 4194304 4922060 140735196531792 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31256/statm: 2175 248 208 178 0 68 0
[pid=31257] ppid=31256 vsize=66488 CPUtime=1800.07
/proc/31257/stat : 31257 (pb_cplex) R 31256 31256 31223 0 -1 4202496 1805621 0 0 0 177517 2490 0 0 18 0 2 0 146007936 68083712 10481 1992294400 134512640 146736320 4294763104 18446744073709551615 135854511 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31257/statm: 16622 10481 1127 2985 0 13164 0
[pid=31257/tid=31269] ppid=31256 vsize=66488 CPUtime=858.24
/proc/31257/task/31269/stat : 31269 (pb_cplex) R 31256 31256 31223 0 -1 4202560 814408 0 0 0 84658 1166 0 0 16 0 2 0 146013278 68083712 10481 1992294400 134512640 146736320 4294763104 18446744073709551615 135526874 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 75188

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

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

[startup+1010.3 s]
/proc/loadavg: 1.88 1.80 1.20 3/108 31295
/proc/meminfo: memFree=1764128/2059040 swapFree=4135604/4192956
[pid=31256] ppid=31254 vsize=8700 CPUtime=0
/proc/31256/stat : 31256 (run) S 31254 31256 31223 0 -1 4202496 363 0 0 0 0 0 0 0 22 0 1 0 146007935 8908800 248 1992294400 4194304 4922060 140735196531792 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31256/statm: 2175 248 208 178 0 68 0
[pid=31257] ppid=31256 vsize=66488 CPUtime=1800.07
/proc/31257/stat : 31257 (pb_cplex) R 31256 31256 31223 0 -1 4202496 1805621 0 0 0 177517 2490 0 0 18 0 2 0 146007936 68083712 10481 1992294400 134512640 146736320 4294763104 18446744073709551615 135854511 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31257/statm: 16622 10481 1127 2985 0 13164 0
[pid=31257/tid=31269] ppid=31256 vsize=66488 CPUtime=858.24
/proc/31257/task/31269/stat : 31269 (pb_cplex) R 31256 31256 31223 0 -1 4202560 814408 0 0 0 84658 1166 0 0 16 0 2 0 146013278 68083712 10481 1992294400 134512640 146736320 4294763104 18446744073709551615 135526874 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 75188

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1010.32
CPU time (s): 1800.09
CPU user time (s): 1775.18
CPU system time (s): 24.9072
CPU usage (%): 178.17
Max. virtual memory (cumulated for all children) (KiB): 79708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1775.18
system time used= 24.9072
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1805987
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= 327509
involuntary context switches= 28987

runsolver used 2.07968 second user time and 5.20121 second system time

The end

Launcher Data

Begin job on node084 at 2010-07-02 07:05:41
IDJOB=2696851
IDBENCH=47885
IDSOLVER=1209
FILE ID=node084/2696851-1278047140
PBS_JOBID= 11198831
Free space on /tmp= 62372 MiB

SOLVER NAME= pb_cplex 2010-06-29
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=149-P1=419-P2=307-P3=223-B.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2696851-1278047140/watcher-2696851-1278047140 -o /tmp/evaluation-result-2696851-1278047140/solver-2696851-1278047140 -C 1800 -W 2000 -M 1800  run HOME/instance-2696851-1278047140.opb

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

MD5SUM BENCH= c4226b2f0998740abfed6a5c474083dd
RANDOM SEED=137356351

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1806416 kB
Buffers:         24356 kB
Cached:         131076 kB
SwapCached:      10140 kB
Active:         106972 kB
Inactive:        61752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1806416 kB
SwapTotal:     4192956 kB
SwapFree:      4135604 kB
Dirty:           16612 kB
Writeback:           0 kB
AnonPages:       11676 kB
Mapped:           8488 kB
Slab:            62104 kB
PageTables:       4124 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181632 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-2696851-1278047140.opb

Free space on /tmp at the end= 62356 MiB
End job on node084 at 2010-07-02 07:22:33