Trace number 2697050

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 1067.72

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/
factor-mod-B/factor-mod-size=8-P0=149-P1=191-P2=149-P3=191-B.opb
MD5SUMcc19af3381948bbdeb155f7d94c524f8
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.457929
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 variables72
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 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)192
Sum of products size (including duplicates)384
Number of different products192
Sum of products size384

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2697050-1278049259.opb.
0.00/0.00	c Instance file HOME/instance-2697050-1278049259.opb
0.00/0.00	c File size is 14172 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.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:      264                                                 |
0.00/0.01	c |  Number Constraints:    391                                                 |
0.00/0.01	c ===============================================================================
1800.14/1067.71	c Remaining time 1799.99 sec.
1800.14/1067.71	c 
1800.14/1067.71	c *** INTERRUPTED ***
1800.14/1067.71	s UNKNOWN
1800.14/1067.71	c Total CPU time              : 1768.04 s
1800.14/1067.71	c Memory used           : 50.37 MB
1800.14/1067.71	c CPU time              : 1768.04 s
1800.14/1067.71	c 
1800.14/1067.71	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-2697050-1278049259/watcher-2697050-1278049259 -o /tmp/evaluation-result-2697050-1278049259/solver-2697050-1278049259 -C 1800 -W 2000 -M 1800 run HOME/instance-2697050-1278049259.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: 2.09 2.05 1.78 3/106 23521
/proc/meminfo: memFree=1798752/2059040 swapFree=4135596/4192956
[pid=23521] ppid=23519 vsize=8700 CPUtime=0
/proc/23521/stat : 23521 (run) R 23519 23521 23294 0 -1 4202496 349 0 0 0 0 0 0 0 20 0 1 0 180529835 8908800 249 1992294400 4194304 4922060 140736571125776 18446744073709551615 263434379669 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/23521/statm: 2175 249 208 178 0 68 0

[startup+0.031465 s]
/proc/loadavg: 2.09 2.05 1.78 3/106 23521
/proc/meminfo: memFree=1798752/2059040 swapFree=4135596/4192956
[pid=23521] ppid=23519 vsize=8700 CPUtime=0
/proc/23521/stat : 23521 (run) S 23519 23521 23294 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180529835 8908800 249 1992294400 4194304 4922060 140736571125776 18446744073709551615 263434378373 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23521/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101463 s]
/proc/loadavg: 2.09 2.05 1.78 3/106 23521
/proc/meminfo: memFree=1798752/2059040 swapFree=4135596/4192956
[pid=23521] ppid=23519 vsize=8700 CPUtime=0
/proc/23521/stat : 23521 (run) S 23519 23521 23294 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180529835 8908800 249 1992294400 4194304 4922060 140736571125776 18446744073709551615 263434378373 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23521/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.305455 s]
/proc/loadavg: 2.09 2.05 1.78 3/106 23521
/proc/meminfo: memFree=1798752/2059040 swapFree=4135596/4192956
[pid=23521] ppid=23519 vsize=8700 CPUtime=0
/proc/23521/stat : 23521 (run) S 23519 23521 23294 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180529835 8908800 249 1992294400 4194304 4922060 140736571125776 18446744073709551615 263434378373 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23521/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701441 s]
/proc/loadavg: 2.09 2.05 1.78 3/106 23521
/proc/meminfo: memFree=1798752/2059040 swapFree=4135596/4192956
[pid=23521] ppid=23519 vsize=8700 CPUtime=0
/proc/23521/stat : 23521 (run) S 23519 23521 23294 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180529835 8908800 249 1992294400 4194304 4922060 140736571125776 18446744073709551615 263434378373 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23521/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50141 s]
/proc/loadavg: 2.09 2.05 1.78 3/109 23528
/proc/meminfo: memFree=1792528/2059040 swapFree=4135596/4192956
[pid=23521] ppid=23519 vsize=8700 CPUtime=0
/proc/23521/stat : 23521 (run) S 23519 23521 23294 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180529835 8908800 249 1992294400 4194304 4922060 140736571125776 18446744073709551615 263434378373 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23521/statm: 2175 249 208 178 0 68 0
[pid=23522] ppid=23521 vsize=32756 CPUtime=2.38
/proc/23522/stat : 23522 (pb_cplex) R 23521 23521 23294 0 -1 4202496 8831 0 0 0 229 9 0 0 17 0 2 0 180529835 33542144 2751 1992294400 134512640 146736320 4292338528 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23522/statm: 8189 2751 1071 2985 0 4731 0
[pid=23522/tid=23528] ppid=23521 vsize=32756 CPUtime=0.85
/proc/23522/task/23528/stat : 23528 (pb_cplex) R 23521 23521 23294 0 -1 4202560 3536 0 0 0 83 2 0 0 18 0 2 0 180529892 33542144 2751 1992294400 134512640 146736320 4292338528 18446744073709551615 135521527 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.38
Current children cumulated vsize (KiB) 41456

[startup+3.10036 s]
/proc/loadavg: 2.09 2.05 1.79 3/109 23528
/proc/meminfo: memFree=1789552/2059040 swapFree=4135596/4192956
[pid=23521] ppid=23519 vsize=8700 CPUtime=0
/proc/23521/stat : 23521 (run) S 23519 23521 23294 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180529835 8908800 249 1992294400 4194304 4922060 140736571125776 18446744073709551615 263434378373 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23521/statm: 2175 249 208 178 0 68 0
[pid=23522] ppid=23521 vsize=36236 CPUtime=5.11
/proc/23522/stat : 23522 (pb_cplex) R 23521 23521 23294 0 -1 4202496 16407 0 0 0 493 18 0 0 17 0 2 0 180529835 37105664 3597 1992294400 134512640 146736320 4292338528 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23522/statm: 9059 3597 1074 2985 0 5601 0
[pid=23522/tid=23528] ppid=23521 vsize=36236 CPUtime=2.19
/proc/23522/task/23528/stat : 23528 (pb_cplex) R 23521 23521 23294 0 -1 4202560 7003 0 0 0 213 6 0 0 17 0 2 0 180529892 37105664 3597 1992294400 134512640 146736320 4292338528 18446744073709551615 135523304 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.11
Current children cumulated vsize (KiB) 44936

[startup+6.30024 s]
/proc/loadavg: 2.09 2.05 1.79 2/109 23528
/proc/meminfo: memFree=1784592/2059040 swapFree=4135596/4192956
[pid=23521] ppid=23519 vsize=8700 CPUtime=0
/proc/23521/stat : 23521 (run) S 23519 23521 23294 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180529835 8908800 249 1992294400 4194304 4922060 140736571125776 18446744073709551615 263434378373 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23521/statm: 2175 249 208 178 0 68 0
[pid=23522] ppid=23521 vsize=38820 CPUtime=10.24
/proc/23522/stat : 23522 (pb_cplex) R 23521 23521 23294 0 -1 4202496 28870 0 0 0 994 30 0 0 16 0 2 0 180529835 39751680 4146 1992294400 134512640 146736320 4292338528 18446744073709551615 137460978 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23522/statm: 9705 4146 1074 2985 0 6247 0
[pid=23522/tid=23528] ppid=23521 vsize=38820 CPUtime=4.94
/proc/23522/task/23528/stat : 23528 (pb_cplex) R 23521 23521 23294 0 -1 4202560 14136 0 0 0 482 12 0 0 16 0 2 0 180529892 39751680 4146 1992294400 134512640 146736320 4292338528 18446744073709551615 136015707 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.24
Current children cumulated vsize (KiB) 47520

[startup+12.7 s]
/proc/loadavg: 2.00 2.03 1.78 2/109 23528
/proc/meminfo: memFree=1777904/2059040 swapFree=4135596/4192956
[pid=23521] ppid=23519 vsize=8700 CPUtime=0
/proc/23521/stat : 23521 (run) S 23519 23521 23294 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180529835 8908800 249 1992294400 4194304 4922060 140736571125776 18446744073709551615 263434378373 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23521/statm: 2175 249 208 178 0 68 0
[pid=23522] ppid=23521 vsize=45420 CPUtime=20.21
/proc/23522/stat : 23522 (pb_cplex) R 23521 23521 23294 0 -1 4202496 51773 0 0 0 1972 49 0 0 16 0 2 0 180529835 46510080 5923 1992294400 134512640 146736320 4292338528 18446744073709551615 135850319 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23522/statm: 11355 5923 1074 2985 0 7897 0
[pid=23522/tid=23528] ppid=23521 vsize=45420 CPUtime=10.2
/proc/23522/task/23528/stat : 23528 (pb_cplex) R 23521 23521 23294 0 -1 4202560 24635 0 0 0 999 21 0 0 17 0 2 0 180529892 46510080 5923 1992294400 134512640 146736320 4292338528 18446744073709551615 135850319 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 20.21
Current children cumulated vsize (KiB) 54120

[startup+25.5016 s]
/proc/loadavg: 1.85 1.99 1.77 3/109 23528
/proc/meminfo: memFree=1777284/2059040 swapFree=4135596/4192956
[pid=23521] ppid=23519 vsize=8700 CPUtime=0
/proc/23521/stat : 23521 (run) S 23519 23521 23294 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180529835 8908800 249 1992294400 4194304 4922060 140736571125776 18446744073709551615 263434378373 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23521/statm: 2175 249 208 178 0 68 0
[pid=23522] ppid=23521 vsize=46524 CPUtime=40.88
/proc/23522/stat : 23522 (pb_cplex) R 23521 23521 23294 0 -1 4202496 79135 0 0 0 4012 76 0 0 16 0 2 0 180529835 47640576 6134 1992294400 134512640 146736320 4292338528 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23522/statm: 11631 6134 1074 2985 0 8173 0
[pid=23522/tid=23528] ppid=23521 vsize=46524 CPUtime=21.39
/proc/23522/task/23528/stat : 23528 (pb_cplex) R 23521 23521 23294 0 -1 4202560 39471 0 0 0 2104 35 0 0 16 0 2 0 180529892 47640576 6134 1992294400 134512640 146736320 4292338528 18446744073709551615 136015696 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 40.88
Current children cumulated vsize (KiB) 55224

[startup+51.1015 s]
/proc/loadavg: 1.70 1.95 1.76 2/109 23530
/proc/meminfo: memFree=1776416/2059040 swapFree=4135596/4192956
[pid=23521] ppid=23519 vsize=8700 CPUtime=0
/proc/23521/stat : 23521 (run) S 23519 23521 23294 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180529835 8908800 249 1992294400 4194304 4922060 140736571125776 18446744073709551615 263434378373 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23521/statm: 2175 249 208 178 0 68 0
[pid=23522] ppid=23521 vsize=47332 CPUtime=81.24
/proc/23522/stat : 23522 (pb_cplex) R 23521 23521 23294 0 -1 4202496 163436 0 0 0 7977 147 0 0 16 0 2 0 180529835 48467968 6399 1992294400 134512640 146736320 4292338528 18446744073709551615 135526785 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23522/statm: 11833 6399 1114 2985 0 8375 0
[pid=23522/tid=23528] ppid=23521 vsize=47332 CPUtime=39.97
/proc/23522/task/23528/stat : 23528 (pb_cplex) R 23521 23521 23294 0 -1 4202560 73596 0 0 0 3929 68 0 0 16 0 2 0 180529892 48467968 6399 1992294400 134512640 146736320 4292338528 18446744073709551615 136402277 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 81.24
Current children cumulated vsize (KiB) 56032

[startup+102.31 s]
/proc/loadavg: 1.78 1.94 1.77 3/109 23530
/proc/meminfo: memFree=1774184/2059040 swapFree=4135596/4192956
[pid=23521] ppid=23519 vsize=8700 CPUtime=0
/proc/23521/stat : 23521 (run) S 23519 23521 23294 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180529835 8908800 249 1992294400 4194304 4922060 140736571125776 18446744073709551615 263434378373 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23521/statm: 2175 249 208 178 0 68 0
[pid=23522] ppid=23521 vsize=50044 CPUtime=169.94
/proc/23522/stat : 23522 (pb_cplex) R 23521 23521 23294 0 -1 4202496 309850 0 0 0 16679 315 0 0 17 0 2 0 180529835 51245056 6942 1992294400 134512640 146736320 4292338528 18446744073709551615 136364170 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23522/statm: 12511 6942 1114 2985 0 9053 0
[pid=23522/tid=23528] ppid=23521 vsize=50044 CPUtime=84.26
/proc/23522/task/23528/stat : 23528 (pb_cplex) R 23521 23521 23294 0 -1 4202560 145163 0 0 0 8274 152 0 0 16 0 2 0 180529892 51245056 6942 1992294400 134512640 146736320 4292338528 18446744073709551615 136015696 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 169.94
Current children cumulated vsize (KiB) 58744

[startup+162.301 s]
/proc/loadavg: 1.81 1.91 1.77 2/109 23536
/proc/meminfo: memFree=1777780/2059040 swapFree=4135596/4192956
[pid=23521] ppid=23519 vsize=8700 CPUtime=0
/proc/23521/stat : 23521 (run) S 23519 23521 23294 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180529835 8908800 249 1992294400 4194304 4922060 140736571125776 18446744073709551615 263434378373 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23521/statm: 2175 249 208 178 0 68 0
[pid=23522] ppid=23521 vsize=45332 CPUtime=268.64
/proc/23522/stat : 23522 (pb_cplex) R 23521 23521 23294 0 -1 4202496 422785 0 0 0 26396 468 0 0 16 0 2 0 180529835 46419968 5818 1992294400 134512640 146736320 4292338528 18446744073709551615 135450734 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23522/statm: 11333 5818 1127 2985 0 7875 0
[pid=23522/tid=23536] ppid=23521 vsize=45332 CPUtime=9.14
/proc/23522/task/23536/stat : 23536 (pb_cplex) R 23521 23521 23294 0 -1 4202560 19702 0 0 0 898 16 0 0 17 0 2 0 180544929 46419968 5818 1992294400 134512640 146736320 4292338528 18446744073709551615 136018931 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 268.64
Current children cumulated vsize (KiB) 54032

[startup+222.301 s]
/proc/loadavg: 1.89 1.91 1.77 3/109 23538
/proc/meminfo: memFree=1776292/2059040 swapFree=4135596/4192956
[pid=23521] ppid=23519 vsize=8700 CPUtime=0
/proc/23521/stat : 23521 (run) S 23519 23521 23294 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180529835 8908800 249 1992294400 4194304 4922060 140736571125776 18446744073709551615 263434378373 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23521/statm: 2175 249 208 178 0 68 0
[pid=23522] ppid=23521 vsize=48220 CPUtime=369.73
/proc/23522/stat : 23522 (pb_cplex) S 23521 23521 23294 0 -1 4202496 489692 0 0 0 36332 641 0 0 16 0 2 0 180529835 49377280 6410 1992294400 134512640 146736320 4292338528 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23522/statm: 12055 6410 1127 2985 0 8597 0
[pid=23522/tid=23536] ppid=23521 vsize=48220 CPUtime=60
/proc/23522/task/23536/stat : 23536 (pb_cplex) R 23521 23521 23294 0 -1 4202560 63196 0 0 0 5898 102 0 0 16 0 2 0 180544929 49377280 6410 1992294400 134512640 146736320 4292338528 18446744073709551615 136402267 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 369.73
Current children cumulated vsize (KiB) 56920

[startup+282.302 s]
/proc/loadavg: 1.74 1.88 1.77 2/109 23540
/proc/meminfo: memFree=1776168/2059040 swapFree=4135596/4192956
[pid=23521] ppid=23519 vsize=8700 CPUtime=0
/proc/23521/stat : 23521 (run) S 23519 23521 23294 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180529835 8908800 249 1992294400 4194304 4922060 140736571125776 18446744073709551615 263434378373 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23521/statm: 2175 249 208 178 0 68 0
[pid=23522] ppid=23521 vsize=48240 CPUtime=472.48
/proc/23522/stat : 23522 (pb_cplex) R 23521 23521 23294 0 -1 4202496 524181 0 0 0 46431 817 0 0 17 0 2 0 180529835 49397760 6425 1992294400 134512640 146736320 4292338528 18446744073709551615 139023053 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23522/statm: 12060 6425 1127 2985 0 8602 0
[pid=23522/tid=23536] ppid=23521 vsize=48240 CPUtime=110.67
/proc/23522/task/23536/stat : 23536 (pb_cplex) R 23521 23521 23294 0 -1 4202560 88287 0 0 0 10877 190 0 0 16 0 2 0 180544929 49397760 6425 1992294400 134512640 146736320 4292338528 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 472.48
Current children cumulated vsize (KiB) 56940

[startup+342.302 s]
/proc/loadavg: 1.76 1.85 1.77 3/109 23542
/proc/meminfo: memFree=1776168/2059040 swapFree=4135596/4192956
[pid=23521] ppid=23519 vsize=8700 CPUtime=0
/proc/23521/stat : 23521 (run) S 23519 23521 23294 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180529835 8908800 249 1992294400 4194304 4922060 140736571125776 18446744073709551615 263434378373 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0

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

[pid=23522] ppid=23521 vsize=48048 CPUtime=879.57
/proc/23522/stat : 23522 (pb_cplex) R 23521 23521 23294 0 -1 4202496 749163 0 0 0 86397 1560 0 0 16 0 2 0 180529835 49201152 6356 1992294400 134512640 146736320 4292338528 18446744073709551615 136384849 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23522/statm: 12012 6356 1127 2985 0 8554 0
[pid=23522/tid=23536] ppid=23521 vsize=48048 CPUtime=313.34
/proc/23522/task/23536/stat : 23536 (pb_cplex) R 23521 23521 23294 0 -1 4202560 226525 0 0 0 30765 569 0 0 16 0 2 0 180544929 49201152 6356 1992294400 134512640 146736320 4292338528 18446744073709551615 135454184 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 879.57
Current children cumulated vsize (KiB) 56748

[startup+582.302 s]
/proc/loadavg: 1.72 1.78 1.75 3/109 23548
/proc/meminfo: memFree=1775052/2059040 swapFree=4135596/4192956
[pid=23521] ppid=23519 vsize=8700 CPUtime=0
/proc/23521/stat : 23521 (run) S 23519 23521 23294 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180529835 8908800 249 1992294400 4194304 4922060 140736571125776 18446744073709551615 263434378373 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23521/statm: 2175 249 208 178 0 68 0
[pid=23522] ppid=23521 vsize=48404 CPUtime=979.78
/proc/23522/stat : 23522 (pb_cplex) R 23521 23521 23294 0 -1 4202496 791545 0 0 0 96240 1738 0 0 17 0 2 0 180529835 49565696 6576 1992294400 134512640 146736320 4292338528 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23522/statm: 12101 6576 1127 2985 0 8643 0
[pid=23522/tid=23536] ppid=23521 vsize=48404 CPUtime=362.91
/proc/23522/task/23536/stat : 23536 (pb_cplex) S 23521 23521 23294 0 -1 4202560 255620 0 0 0 35632 659 0 0 16 0 2 0 180544929 49565696 6576 1992294400 134512640 146736320 4292338528 18446744073709551615 144580073 0 2 4096 16387 18446604436671187712 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 979.78
Current children cumulated vsize (KiB) 57104

[startup+642.301 s]
/proc/loadavg: 1.74 1.79 1.75 4/109 23550
/proc/meminfo: memFree=1775672/2059040 swapFree=4135596/4192956
[pid=23521] ppid=23519 vsize=8700 CPUtime=0
/proc/23521/stat : 23521 (run) S 23519 23521 23294 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180529835 8908800 249 1992294400 4194304 4922060 140736571125776 18446744073709551615 263434378373 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23521/statm: 2175 249 208 178 0 68 0
[pid=23522] ppid=23521 vsize=48212 CPUtime=1083.5
/proc/23522/stat : 23522 (pb_cplex) R 23521 23521 23294 0 -1 4202496 799521 0 0 0 106437 1913 0 0 16 0 2 0 180529835 49369088 6568 1992294400 134512640 146736320 4292338528 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23522/statm: 12053 6568 1127 2985 0 8595 0
[pid=23522/tid=23536] ppid=23521 vsize=48212 CPUtime=414.11
/proc/23522/task/23536/stat : 23536 (pb_cplex) R 23521 23521 23294 0 -1 4202560 259903 0 0 0 40666 745 0 0 16 0 2 0 180544929 49369088 6568 1992294400 134512640 146736320 4292338528 18446744073709551615 136402270 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1083.5
Current children cumulated vsize (KiB) 56912

[startup+702.302 s]
/proc/loadavg: 1.52 1.72 1.72 3/109 23550
/proc/meminfo: memFree=1775424/2059040 swapFree=4135596/4192956
[pid=23521] ppid=23519 vsize=8700 CPUtime=0
/proc/23521/stat : 23521 (run) S 23519 23521 23294 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180529835 8908800 249 1992294400 4194304 4922060 140736571125776 18446744073709551615 263434378373 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23521/statm: 2175 249 208 178 0 68 0
[pid=23522] ppid=23521 vsize=48080 CPUtime=1182.8
/proc/23522/stat : 23522 (pb_cplex) S 23521 23521 23294 0 -1 4202496 830709 0 0 0 116193 2087 0 0 17 0 2 0 180529835 49233920 6549 1992294400 134512640 146736320 4292338528 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23522/statm: 12020 6549 1127 2985 0 8562 0
[pid=23522/tid=23536] ppid=23521 vsize=48080 CPUtime=462.03
/proc/23522/task/23536/stat : 23536 (pb_cplex) R 23521 23521 23294 0 -1 4202560 266157 0 0 0 45376 827 0 0 17 0 2 0 180544929 49233920 6549 1992294400 134512640 146736320 4292338528 18446744073709551615 144785853 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1182.8
Current children cumulated vsize (KiB) 56780

[startup+762.309 s]
/proc/loadavg: 1.61 1.71 1.72 3/109 23552
/proc/meminfo: memFree=1774928/2059040 swapFree=4135596/4192956
[pid=23521] ppid=23519 vsize=8700 CPUtime=0
/proc/23521/stat : 23521 (run) S 23519 23521 23294 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180529835 8908800 249 1992294400 4194304 4922060 140736571125776 18446744073709551615 263434378373 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23521/statm: 2175 249 208 178 0 68 0
[pid=23522] ppid=23521 vsize=49128 CPUtime=1278.81
/proc/23522/stat : 23522 (pb_cplex) R 23521 23521 23294 0 -1 4202496 904626 0 0 0 125625 2256 0 0 16 0 2 0 180529835 50307072 6622 1992294400 134512640 146736320 4292338528 18446744073709551615 135455318 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23522/statm: 12282 6622 1127 2985 0 8824 0
[pid=23522/tid=23536] ppid=23521 vsize=49128 CPUtime=509.62
/proc/23522/task/23536/stat : 23536 (pb_cplex) R 23521 23521 23294 0 -1 4202560 298777 0 0 0 50052 910 0 0 18 0 2 0 180544929 50307072 6622 1992294400 134512640 146736320 4292338528 18446744073709551615 135450809 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1278.81
Current children cumulated vsize (KiB) 57828

[startup+822.302 s]
/proc/loadavg: 1.67 1.71 1.72 3/109 23554
/proc/meminfo: memFree=1773936/2059040 swapFree=4135596/4192956
[pid=23521] ppid=23519 vsize=8700 CPUtime=0
/proc/23521/stat : 23521 (run) S 23519 23521 23294 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180529835 8908800 249 1992294400 4194304 4922060 140736571125776 18446744073709551615 263434378373 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23521/statm: 2175 249 208 178 0 68 0
[pid=23522] ppid=23521 vsize=50656 CPUtime=1384.21
/proc/23522/stat : 23522 (pb_cplex) R 23521 23521 23294 0 -1 4202496 925737 0 0 0 135969 2452 0 0 16 0 2 0 180529835 51871744 6920 1992294400 134512640 146736320 4292338528 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23522/statm: 12664 6920 1127 2985 0 9206 0
[pid=23522/tid=23536] ppid=23521 vsize=50656 CPUtime=562.06
/proc/23522/task/23536/stat : 23536 (pb_cplex) R 23521 23521 23294 0 -1 4202560 305941 0 0 0 55205 1001 0 0 17 0 2 0 180544929 51871744 6920 1992294400 134512640 146736320 4292338528 18446744073709551615 136385216 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1384.21
Current children cumulated vsize (KiB) 59356

[startup+882.302 s]
/proc/loadavg: 1.54 1.67 1.71 3/109 23556
/proc/meminfo: memFree=1773316/2059040 swapFree=4135596/4192956
[pid=23521] ppid=23519 vsize=8700 CPUtime=0
/proc/23521/stat : 23521 (run) S 23519 23521 23294 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180529835 8908800 249 1992294400 4194304 4922060 140736571125776 18446744073709551615 263434378373 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23521/statm: 2175 249 208 178 0 68 0
[pid=23522] ppid=23521 vsize=50636 CPUtime=1485.35
/proc/23522/stat : 23522 (pb_cplex) R 23521 23521 23294 0 -1 4202496 976152 0 0 0 145896 2639 0 0 17 0 2 0 180529835 51851264 7024 1992294400 134512640 146736320 4292338528 18446744073709551615 135921213 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23522/statm: 12659 7024 1127 2985 0 9201 0
[pid=23522/tid=23536] ppid=23521 vsize=50636 CPUtime=612.74
/proc/23522/task/23536/stat : 23536 (pb_cplex) R 23521 23521 23294 0 -1 4202560 331997 0 0 0 60182 1092 0 0 16 0 2 0 180544929 51851264 7024 1992294400 134512640 146736320 4292338528 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1485.35
Current children cumulated vsize (KiB) 59336

[startup+942.302 s]
/proc/loadavg: 1.55 1.66 1.70 3/109 23556
/proc/meminfo: memFree=1773564/2059040 swapFree=4135596/4192956
[pid=23521] ppid=23519 vsize=8700 CPUtime=0
/proc/23521/stat : 23521 (run) S 23519 23521 23294 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180529835 8908800 249 1992294400 4194304 4922060 140736571125776 18446744073709551615 263434378373 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23521/statm: 2175 249 208 178 0 68 0
[pid=23522] ppid=23521 vsize=50792 CPUtime=1585.87
/proc/23522/stat : 23522 (pb_cplex) R 23521 23521 23294 0 -1 4202496 1012554 0 0 0 155767 2820 0 0 16 0 2 0 180529835 52011008 7110 1992294400 134512640 146736320 4292338528 18446744073709551615 137176704 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23522/statm: 12698 7110 1127 2985 0 9240 0
[pid=23522/tid=23536] ppid=23521 vsize=50792 CPUtime=661.85
/proc/23522/task/23536/stat : 23536 (pb_cplex) S 23521 23521 23294 0 -1 4202560 338248 0 0 0 65010 1175 0 0 17 0 2 0 180544929 52011008 7110 1992294400 134512640 146736320 4292338528 18446744073709551615 144580073 0 2 4096 16387 18446604436671187712 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1585.87
Current children cumulated vsize (KiB) 59492

[startup+1002.3 s]
/proc/loadavg: 1.64 1.66 1.70 2/109 23558
/proc/meminfo: memFree=1773440/2059040 swapFree=4135596/4192956
[pid=23521] ppid=23519 vsize=8700 CPUtime=0
/proc/23521/stat : 23521 (run) S 23519 23521 23294 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180529835 8908800 249 1992294400 4194304 4922060 140736571125776 18446744073709551615 263434378373 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23521/statm: 2175 249 208 178 0 68 0
[pid=23522] ppid=23521 vsize=50196 CPUtime=1686.52
/proc/23522/stat : 23522 (pb_cplex) R 23521 23521 23294 0 -1 4202496 1065255 0 0 0 165645 3007 0 0 16 0 2 0 180529835 51400704 6943 1992294400 134512640 146736320 4292338528 18446744073709551615 135526788 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23522/statm: 12549 6943 1127 2985 0 9091 0
[pid=23522/tid=23536] ppid=23521 vsize=50196 CPUtime=711.43
/proc/23522/task/23536/stat : 23536 (pb_cplex) R 23521 23521 23294 0 -1 4202560 368280 0 0 0 69875 1268 0 0 17 0 2 0 180544929 51400704 6943 1992294400 134512640 146736320 4292338528 18446744073709551615 135443526 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1686.52
Current children cumulated vsize (KiB) 58896

[startup+1062.3 s]
/proc/loadavg: 1.68 1.66 1.69 3/109 23560
/proc/meminfo: memFree=1773192/2059040 swapFree=4135596/4192956
[pid=23521] ppid=23519 vsize=8700 CPUtime=0
/proc/23521/stat : 23521 (run) S 23519 23521 23294 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180529835 8908800 249 1992294400 4194304 4922060 140736571125776 18446744073709551615 263434378373 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23521/statm: 2175 249 208 178 0 68 0
[pid=23522] ppid=23521 vsize=50548 CPUtime=1790.4
/proc/23522/stat : 23522 (pb_cplex) R 23521 23521 23294 0 -1 4202496 1095860 0 0 0 175849 3191 0 0 18 0 2 0 180529835 51761152 7025 1992294400 134512640 146736320 4292338528 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23522/statm: 12637 7025 1127 2985 0 9179 0
[pid=23522/tid=23536] ppid=23521 vsize=50548 CPUtime=763.7
/proc/23522/task/23536/stat : 23536 (pb_cplex) R 23521 23521 23294 0 -1 4202560 386582 0 0 0 75011 1359 0 0 17 0 2 0 180544929 51761152 7025 1992294400 134512640 146736320 4292338528 18446744073709551615 135999582 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1790.4
Current children cumulated vsize (KiB) 59248



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1067.7 s]
/proc/loadavg: 1.57 1.64 1.69 3/109 23560
/proc/meminfo: memFree=1772944/2059040 swapFree=4135596/4192956
[pid=23521] ppid=23519 vsize=8700 CPUtime=0
/proc/23521/stat : 23521 (run) S 23519 23521 23294 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180529835 8908800 249 1992294400 4194304 4922060 140736571125776 18446744073709551615 263434378373 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23521/statm: 2175 249 208 178 0 68 0
[pid=23522] ppid=23521 vsize=51572 CPUtime=1800.14
/proc/23522/stat : 23522 (pb_cplex) R 23521 23521 23294 0 -1 4202496 1096673 0 0 0 176803 3211 0 0 17 0 2 0 180529835 52809728 7370 1992294400 134512640 146736320 4292338528 18446744073709551615 138711678 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23522/statm: 12893 7370 1127 2985 0 9435 0
[pid=23522/tid=23536] ppid=23521 vsize=51572 CPUtime=768.61
/proc/23522/task/23536/stat : 23536 (pb_cplex) R 23521 23521 23294 0 -1 4202560 387232 0 0 0 75492 1369 0 0 17 0 2 0 180544929 52809728 7370 1992294400 134512640 146736320 4292338528 18446744073709551615 135851010 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 60272

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

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

[startup+1067.7 s]
/proc/loadavg: 1.57 1.64 1.69 3/109 23560
/proc/meminfo: memFree=1772944/2059040 swapFree=4135596/4192956
[pid=23521] ppid=23519 vsize=8700 CPUtime=0
/proc/23521/stat : 23521 (run) S 23519 23521 23294 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180529835 8908800 249 1992294400 4194304 4922060 140736571125776 18446744073709551615 263434378373 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23521/statm: 2175 249 208 178 0 68 0
[pid=23522] ppid=23521 vsize=51572 CPUtime=1800.14
/proc/23522/stat : 23522 (pb_cplex) R 23521 23521 23294 0 -1 4202496 1096673 0 0 0 176803 3211 0 0 17 0 2 0 180529835 52809728 7370 1992294400 134512640 146736320 4292338528 18446744073709551615 138711678 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23522/statm: 12893 7370 1127 2985 0 9435 0
[pid=23522/tid=23536] ppid=23521 vsize=51572 CPUtime=768.61
/proc/23522/task/23536/stat : 23536 (pb_cplex) R 23521 23521 23294 0 -1 4202560 387232 0 0 0 75492 1369 0 0 17 0 2 0 180544929 52809728 7370 1992294400 134512640 146736320 4292338528 18446744073709551615 135851010 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 60272

Child status: 0
Real time (s): 1067.72
CPU time (s): 1800.16
CPU user time (s): 1768.04
CPU system time (s): 32.1201
CPU usage (%): 168.599
Max. virtual memory (cumulated for all children) (KiB): 69400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1768.04
system time used= 32.1201
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1097047
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= 716596
involuntary context switches= 28051

runsolver used 2.27565 second user time and 5.46417 second system time

The end

Launcher Data

Begin job on node003 at 2010-07-02 07:40:59
IDJOB=2697050
IDBENCH=48084
IDSOLVER=1209
FILE ID=node003/2697050-1278049259
PBS_JOBID= 11198879
Free space on /tmp= 62464 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=149-P1=191-P2=149-P3=191-B.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2697050-1278049259/watcher-2697050-1278049259 -o /tmp/evaluation-result-2697050-1278049259/solver-2697050-1278049259 -C 1800 -W 2000 -M 1800  run HOME/instance-2697050-1278049259.opb

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

MD5SUM BENCH= cc19af3381948bbdeb155f7d94c524f8
RANDOM SEED=277913177

node003.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.251
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.50
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.251
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:       1799652 kB
Buffers:         28748 kB
Cached:         132088 kB
SwapCached:      10548 kB
Active:         108668 kB
Inactive:        66032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1799652 kB
SwapTotal:     4192956 kB
SwapFree:      4135596 kB
Dirty:           16544 kB
Writeback:           0 kB
AnonPages:       12368 kB
Mapped:           8532 kB
Slab:            62780 kB
PageTables:       4096 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183572 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-2697050-1278049259.opb

Free space on /tmp at the end= 62448 MiB
End job on node003 at 2010-07-02 07:58:47