Trace number 2697009

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.21 1028.12

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/
factor-mod-B/factor-mod-size=9-P0=499-P1=293-P2=223-P3=277-B.opb
MD5SUMffde7c44e1ce67f9a67e822c2db106af
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.44993
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-2697009-1278048683.opb.
0.00/0.00	c Instance file HOME/instance-2697009-1278048683.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.02         s                                      |
0.00/0.02	c |  Number Variables:      324                                                 |
0.00/0.02	c |  Number Constraints:    493                                                 |
0.00/0.02	c ===============================================================================
1800.17/1028.11	c Remaining time 1799.98 sec.
1800.17/1028.11	c 
1800.17/1028.11	c *** INTERRUPTED ***
1800.17/1028.11	s UNKNOWN
1800.17/1028.11	c Total CPU time              : 1776.33 s
1800.17/1028.11	c Memory used           : 59.57 MB
1800.17/1028.11	c CPU time              : 1776.33 s
1800.17/1028.11	c 
1800.17/1028.11	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-2697009-1278048683/watcher-2697009-1278048683 -o /tmp/evaluation-result-2697009-1278048683/solver-2697009-1278048683 -C 1800 -W 2000 -M 1800 run HOME/instance-2697009-1278048683.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.91 1.80 1.44 3/106 1104
/proc/meminfo: memFree=1308856/2059040 swapFree=4139708/4192956
[pid=1104] ppid=1102 vsize=8700 CPUtime=0
/proc/1104/stat : 1104 (run) R 1102 1104 892 0 -1 4202496 349 0 0 0 0 0 0 0 20 0 1 0 146159275 8908800 249 1992294400 4194304 4922060 140733485119168 18446744073709551615 222256800149 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/1104/statm: 2175 249 208 178 0 68 0

[startup+0.103315 s]
/proc/loadavg: 1.91 1.80 1.44 3/106 1104
/proc/meminfo: memFree=1308856/2059040 swapFree=4139708/4192956
[pid=1104] ppid=1102 vsize=8700 CPUtime=0
/proc/1104/stat : 1104 (run) S 1102 1104 892 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146159275 8908800 249 1992294400 4194304 4922060 140733485119168 18446744073709551615 222256798853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1104/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.200313 s]
/proc/loadavg: 1.91 1.80 1.44 3/106 1104
/proc/meminfo: memFree=1308856/2059040 swapFree=4139708/4192956
[pid=1104] ppid=1102 vsize=8700 CPUtime=0
/proc/1104/stat : 1104 (run) S 1102 1104 892 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146159275 8908800 249 1992294400 4194304 4922060 140733485119168 18446744073709551615 222256798853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1104/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.308719 s]
/proc/loadavg: 1.91 1.80 1.44 3/106 1104
/proc/meminfo: memFree=1308856/2059040 swapFree=4139708/4192956
[pid=1104] ppid=1102 vsize=8700 CPUtime=0
/proc/1104/stat : 1104 (run) S 1102 1104 892 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146159275 8908800 249 1992294400 4194304 4922060 140733485119168 18446744073709551615 222256798853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1104/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.70044 s]
/proc/loadavg: 1.91 1.80 1.44 3/106 1104
/proc/meminfo: memFree=1308856/2059040 swapFree=4139708/4192956
[pid=1104] ppid=1102 vsize=8700 CPUtime=0
/proc/1104/stat : 1104 (run) S 1102 1104 892 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146159275 8908800 249 1992294400 4194304 4922060 140733485119168 18446744073709551615 222256798853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1104/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50152 s]
/proc/loadavg: 1.91 1.80 1.44 3/109 1111
/proc/meminfo: memFree=1301640/2059040 swapFree=4139708/4192956
[pid=1104] ppid=1102 vsize=8700 CPUtime=0
/proc/1104/stat : 1104 (run) S 1102 1104 892 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146159275 8908800 249 1992294400 4194304 4922060 140733485119168 18446744073709551615 222256798853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1104/statm: 2175 249 208 178 0 68 0
[pid=1105] ppid=1104 vsize=32512 CPUtime=2.18
/proc/1105/stat : 1105 (pb_cplex) S 1104 1104 892 0 -1 4202496 8031 0 0 0 209 9 0 0 17 0 2 0 146159275 33292288 2696 1992294400 134512640 146736320 4294723008 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/1105/statm: 8128 2696 1074 2985 0 4670 0
[pid=1105/tid=1111] ppid=1104 vsize=32512 CPUtime=0.68
/proc/1105/task/1111/stat : 1111 (pb_cplex) R 1104 1104 892 0 -1 4202560 3451 0 0 0 65 3 0 0 17 0 2 0 146159339 33292288 2696 1992294400 134512640 146736320 4294723008 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 41212

[startup+3.10169 s]
/proc/loadavg: 1.91 1.80 1.44 3/109 1111
/proc/meminfo: memFree=1298788/2059040 swapFree=4139708/4192956
[pid=1104] ppid=1102 vsize=8700 CPUtime=0
/proc/1104/stat : 1104 (run) S 1102 1104 892 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146159275 8908800 249 1992294400 4194304 4922060 140733485119168 18446744073709551615 222256798853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1104/statm: 2175 249 208 178 0 68 0
[pid=1105] ppid=1104 vsize=37024 CPUtime=4.99
/proc/1105/stat : 1105 (pb_cplex) R 1104 1104 892 0 -1 4202496 16583 0 0 0 481 18 0 0 17 0 2 0 146159275 37912576 3740 1992294400 134512640 146736320 4294723008 18446744073709551615 139023058 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/1105/statm: 9256 3740 1118 2985 0 5798 0
[pid=1105/tid=1111] ppid=1104 vsize=37024 CPUtime=2.08
/proc/1105/task/1111/stat : 1111 (pb_cplex) R 1104 1104 892 0 -1 4202560 8451 0 0 0 201 7 0 0 17 0 2 0 146159339 37912576 3740 1992294400 134512640 146736320 4294723008 18446744073709551615 136015579 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.99
Current children cumulated vsize (KiB) 45724

[startup+6.30199 s]
/proc/loadavg: 2.00 1.81 1.45 3/109 1111
/proc/meminfo: memFree=1295812/2059040 swapFree=4139708/4192956
[pid=1104] ppid=1102 vsize=8700 CPUtime=0
/proc/1104/stat : 1104 (run) S 1102 1104 892 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146159275 8908800 249 1992294400 4194304 4922060 140733485119168 18446744073709551615 222256798853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1104/statm: 2175 249 208 178 0 68 0
[pid=1105] ppid=1104 vsize=39212 CPUtime=10.63
/proc/1105/stat : 1105 (pb_cplex) S 1104 1104 892 0 -1 4202496 33564 0 0 0 1032 31 0 0 16 0 2 0 146159275 40153088 4313 1992294400 134512640 146736320 4294723008 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/1105/statm: 9803 4313 1079 2985 0 6345 0
[pid=1105/tid=1111] ppid=1104 vsize=39212 CPUtime=5
/proc/1105/task/1111/stat : 1111 (pb_cplex) R 1104 1104 892 0 -1 4202560 14804 0 0 0 488 12 0 0 17 0 2 0 146159339 40153088 4313 1992294400 134512640 146736320 4294723008 18446744073709551615 136008245 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.63
Current children cumulated vsize (KiB) 47912

[startup+12.7016 s]
/proc/loadavg: 1.92 1.80 1.45 2/109 1111
/proc/meminfo: memFree=1291596/2059040 swapFree=4139708/4192956
[pid=1104] ppid=1102 vsize=8700 CPUtime=0
/proc/1104/stat : 1104 (run) S 1102 1104 892 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146159275 8908800 249 1992294400 4194304 4922060 140733485119168 18446744073709551615 222256798853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1104/statm: 2175 249 208 178 0 68 0
[pid=1105] ppid=1104 vsize=41732 CPUtime=20.78
/proc/1105/stat : 1105 (pb_cplex) R 1104 1104 892 0 -1 4202496 62400 0 0 0 2025 53 0 0 16 0 2 0 146159275 42733568 4814 1992294400 134512640 146736320 4294723008 18446744073709551615 139044502 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/1105/statm: 10433 4814 1074 2985 0 6975 0
[pid=1105/tid=1111] ppid=1104 vsize=41732 CPUtime=10.15
/proc/1105/task/1111/stat : 1111 (pb_cplex) S 1104 1104 892 0 -1 4202560 34475 0 0 0 989 26 0 0 17 0 2 0 146159339 42733568 4814 1992294400 134512640 146736320 4294723008 18446744073709551615 144580073 0 2 4096 16387 18446604437830814656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20.78
Current children cumulated vsize (KiB) 50432

[startup+25.5009 s]
/proc/loadavg: 1.93 1.81 1.45 2/109 1111
/proc/meminfo: memFree=1288992/2059040 swapFree=4139708/4192956
[pid=1104] ppid=1102 vsize=8700 CPUtime=0
/proc/1104/stat : 1104 (run) S 1102 1104 892 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146159275 8908800 249 1992294400 4194304 4922060 140733485119168 18446744073709551615 222256798853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1104/statm: 2175 249 208 178 0 68 0
[pid=1105] ppid=1104 vsize=46888 CPUtime=41.4
/proc/1105/stat : 1105 (pb_cplex) R 1104 1104 892 0 -1 4202496 117772 0 0 0 4050 90 0 0 18 0 2 0 146159275 48013312 5827 1992294400 134512640 146736320 4294723008 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/1105/statm: 11722 5827 1077 2985 0 8264 0
[pid=1105/tid=1111] ppid=1104 vsize=46888 CPUtime=19.64
/proc/1105/task/1111/stat : 1111 (pb_cplex) R 1104 1104 892 0 -1 4202560 56854 0 0 0 1922 42 0 0 16 0 2 0 146159339 48013312 5827 1992294400 134512640 146736320 4294723008 18446744073709551615 135526870 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 41.4
Current children cumulated vsize (KiB) 55588

[startup+51.1013 s]
/proc/loadavg: 2.02 1.84 1.47 3/109 1113
/proc/meminfo: memFree=1282916/2059040 swapFree=4139708/4192956
[pid=1104] ppid=1102 vsize=8700 CPUtime=0
/proc/1104/stat : 1104 (run) S 1102 1104 892 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146159275 8908800 249 1992294400 4194304 4922060 140733485119168 18446744073709551615 222256798853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1104/statm: 2175 249 208 178 0 68 0
[pid=1105] ppid=1104 vsize=52532 CPUtime=84.02
/proc/1105/stat : 1105 (pb_cplex) R 1104 1104 892 0 -1 4202496 228919 0 0 0 8235 167 0 0 16 0 2 0 146159275 53792768 7200 1992294400 134512640 146736320 4294723008 18446744073709551615 136403116 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/1105/statm: 13133 7200 1074 2985 0 9675 0
[pid=1105/tid=1111] ppid=1104 vsize=52532 CPUtime=41.26
/proc/1105/task/1111/stat : 1111 (pb_cplex) R 1104 1104 892 0 -1 4202560 107935 0 0 0 4049 77 0 0 17 0 2 0 146159339 53792768 7200 1992294400 134512640 146736320 4294723008 18446744073709551615 135454096 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 84.02
Current children cumulated vsize (KiB) 61232

[startup+102.301 s]
/proc/loadavg: 1.90 1.83 1.49 3/109 1116
/proc/meminfo: memFree=1280932/2059040 swapFree=4139708/4192956
[pid=1104] ppid=1102 vsize=8700 CPUtime=0
/proc/1104/stat : 1104 (run) S 1102 1104 892 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146159275 8908800 249 1992294400 4194304 4922060 140733485119168 18446744073709551615 222256798853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1104/statm: 2175 249 208 178 0 68 0
[pid=1105] ppid=1104 vsize=54516 CPUtime=167.79
/proc/1105/stat : 1105 (pb_cplex) R 1104 1104 892 0 -1 4202496 332434 0 0 0 16516 263 0 0 16 0 2 0 146159275 55824384 7686 1992294400 134512640 146736320 4294723008 18446744073709551615 135523301 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/1105/statm: 13629 7686 1096 2985 0 10171 0
[pid=1105/tid=1111] ppid=1104 vsize=54516 CPUtime=82.64
/proc/1105/task/1111/stat : 1111 (pb_cplex) R 1104 1104 892 0 -1 4202560 164118 0 0 0 8137 127 0 0 16 0 2 0 146159339 55824384 7686 1992294400 134512640 146736320 4294723008 18446744073709551615 135851010 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 167.79
Current children cumulated vsize (KiB) 63216

[startup+162.301 s]
/proc/loadavg: 1.68 1.78 1.49 2/109 1118
/proc/meminfo: memFree=1277460/2059040 swapFree=4139708/4192956
[pid=1104] ppid=1102 vsize=8700 CPUtime=0
/proc/1104/stat : 1104 (run) S 1102 1104 892 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146159275 8908800 249 1992294400 4194304 4922060 140733485119168 18446744073709551615 222256798853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1104/statm: 2175 249 208 178 0 68 0
[pid=1105] ppid=1104 vsize=56280 CPUtime=266.15
/proc/1105/stat : 1105 (pb_cplex) S 1104 1104 892 0 -1 4202496 448430 0 0 0 26238 377 0 0 16 0 2 0 146159275 57630720 8526 1992294400 134512640 146736320 4294723008 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/1105/statm: 14070 8526 1116 2985 0 10612 0
[pid=1105/tid=1111] ppid=1104 vsize=56280 CPUtime=132
/proc/1105/task/1111/stat : 1111 (pb_cplex) R 1104 1104 892 0 -1 4202560 228011 0 0 0 13013 187 0 0 17 0 2 0 146159339 57630720 8526 1992294400 134512640 146736320 4294723008 18446744073709551615 136008168 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 266.15
Current children cumulated vsize (KiB) 64980

[startup+222.309 s]
/proc/loadavg: 1.77 1.81 1.52 4/109 1120
/proc/meminfo: memFree=1273492/2059040 swapFree=4139708/4192956
[pid=1104] ppid=1102 vsize=8700 CPUtime=0
/proc/1104/stat : 1104 (run) S 1102 1104 892 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146159275 8908800 249 1992294400 4194304 4922060 140733485119168 18446744073709551615 222256798853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1104/statm: 2175 249 208 178 0 68 0
[pid=1105] ppid=1104 vsize=61404 CPUtime=363.32
/proc/1105/stat : 1105 (pb_cplex) R 1104 1104 892 0 -1 4202496 520801 0 0 0 35864 468 0 0 17 0 2 0 146159275 62877696 9529 1992294400 134512640 146736320 4294723008 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/1105/statm: 15351 9529 1116 2985 0 11893 0
[pid=1105/tid=1111] ppid=1104 vsize=61404 CPUtime=180.87
/proc/1105/task/1111/stat : 1111 (pb_cplex) R 1104 1104 892 0 -1 4202560 265472 0 0 0 17853 234 0 0 16 0 2 0 146159339 62877696 9529 1992294400 134512640 146736320 4294723008 18446744073709551615 135526786 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 363.32
Current children cumulated vsize (KiB) 70104

[startup+282.301 s]
/proc/loadavg: 1.70 1.80 1.53 3/109 1122
/proc/meminfo: memFree=1273244/2059040 swapFree=4139708/4192956
[pid=1104] ppid=1102 vsize=8700 CPUtime=0
/proc/1104/stat : 1104 (run) S 1102 1104 892 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146159275 8908800 249 1992294400 4194304 4922060 140733485119168 18446744073709551615 222256798853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1104/statm: 2175 249 208 178 0 68 0
[pid=1105] ppid=1104 vsize=61824 CPUtime=458.9
/proc/1105/stat : 1105 (pb_cplex) R 1104 1104 892 0 -1 4202496 583676 0 0 0 45338 552 0 0 16 0 2 0 146159275 63307776 9595 1992294400 134512640 146736320 4294723008 18446744073709551615 135526849 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/1105/statm: 15456 9595 1116 2985 0 11998 0
[pid=1105/tid=1111] ppid=1104 vsize=61824 CPUtime=227.12
/proc/1105/task/1111/stat : 1111 (pb_cplex) R 1104 1104 892 0 -1 4202560 302085 0 0 0 22433 279 0 0 16 0 2 0 146159339 63307776 9595 1992294400 134512640 146736320 4294723008 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 458.9
Current children cumulated vsize (KiB) 70524

[startup+342.301 s]
/proc/loadavg: 1.74 1.78 1.54 2/109 1129
/proc/meminfo: memFree=1281180/2059040 swapFree=4139708/4192956
[pid=1104] ppid=1102 vsize=8700 CPUtime=0
/proc/1104/stat : 1104 (run) S 1102 1104 892 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146159275 8908800 249 1992294400 4194304 4922060 140733485119168 18446744073709551615 222256798853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0

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

[pid=1105] ppid=1104 vsize=51720 CPUtime=666.67
/proc/1105/stat : 1105 (pb_cplex) R 1104 1104 892 0 -1 4202496 819095 0 0 0 65801 866 0 0 18 0 2 0 146159275 52961280 7386 1992294400 134512640 146736320 4294723008 18446744073709551615 135441148 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/1105/statm: 12930 7386 1126 2985 0 9472 0
[pid=1105/tid=1129] ppid=1104 vsize=51720 CPUtime=95.38
/proc/1105/task/1129/stat : 1129 (pb_cplex) S 1104 1104 892 0 -1 4202560 137861 0 0 0 9383 155 0 0 18 0 2 0 146188494 52961280 7386 1992294400 134512640 146736320 4294723008 18446744073709551615 144580073 0 2 4096 16387 18446604437830814656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 666.67
Current children cumulated vsize (KiB) 60420

[startup+462.301 s]
/proc/loadavg: 1.74 1.78 1.56 3/109 1133
/proc/meminfo: memFree=1279816/2059040 swapFree=4139708/4192956
[pid=1104] ppid=1102 vsize=8700 CPUtime=0
/proc/1104/stat : 1104 (run) S 1102 1104 892 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146159275 8908800 249 1992294400 4194304 4922060 140733485119168 18446744073709551615 222256798853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1104/statm: 2175 249 208 178 0 68 0
[pid=1105] ppid=1104 vsize=55312 CPUtime=773.51
/proc/1105/stat : 1105 (pb_cplex) R 1104 1104 892 0 -1 4202496 918449 0 0 0 76317 1034 0 0 16 0 2 0 146159275 56639488 7946 1992294400 134512640 146736320 4294723008 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/1105/statm: 13828 7946 1126 2985 0 10370 0
[pid=1105/tid=1129] ppid=1104 vsize=55312 CPUtime=148.31
/proc/1105/task/1129/stat : 1129 (pb_cplex) R 1104 1104 892 0 -1 4202560 178015 0 0 0 14600 231 0 0 17 0 2 0 146188494 56639488 7946 1992294400 134512640 146736320 4294723008 18446744073709551615 139028288 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 773.51
Current children cumulated vsize (KiB) 64012

[startup+522.301 s]
/proc/loadavg: 1.84 1.80 1.58 4/109 1135
/proc/meminfo: memFree=1279692/2059040 swapFree=4139708/4192956
[pid=1104] ppid=1102 vsize=8700 CPUtime=0
/proc/1104/stat : 1104 (run) S 1102 1104 892 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146159275 8908800 249 1992294400 4194304 4922060 140733485119168 18446744073709551615 222256798853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1104/statm: 2175 249 208 178 0 68 0
[pid=1105] ppid=1104 vsize=55088 CPUtime=878.66
/proc/1105/stat : 1105 (pb_cplex) R 1104 1104 892 0 -1 4202496 996263 0 0 0 86684 1182 0 0 18 0 2 0 146159275 56410112 7951 1992294400 134512640 146736320 4294723008 18446744073709551615 135450735 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/1105/statm: 13772 7951 1126 2985 0 10314 0
[pid=1105/tid=1129] ppid=1104 vsize=55088 CPUtime=200.28
/proc/1105/task/1129/stat : 1129 (pb_cplex) R 1104 1104 892 0 -1 4202560 209847 0 0 0 19724 304 0 0 16 0 2 0 146188494 56410112 7951 1992294400 134512640 146736320 4294723008 18446744073709551615 135450751 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 878.66
Current children cumulated vsize (KiB) 63788

[startup+582.301 s]
/proc/loadavg: 2.02 1.85 1.61 2/109 1137
/proc/meminfo: memFree=1279816/2059040 swapFree=4139708/4192956
[pid=1104] ppid=1102 vsize=8700 CPUtime=0
/proc/1104/stat : 1104 (run) S 1102 1104 892 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146159275 8908800 249 1992294400 4194304 4922060 140733485119168 18446744073709551615 222256798853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1104/statm: 2175 249 208 178 0 68 0
[pid=1105] ppid=1104 vsize=54844 CPUtime=987.3
/proc/1105/stat : 1105 (pb_cplex) R 1104 1104 892 0 -1 4202496 1050538 0 0 0 97397 1333 0 0 18 0 2 0 146159275 56160256 7940 1992294400 134512640 146736320 4294723008 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/1105/statm: 13711 7940 1126 2985 0 10253 0
[pid=1105/tid=1129] ppid=1104 vsize=54844 CPUtime=254.85
/proc/1105/task/1129/stat : 1129 (pb_cplex) R 1104 1104 892 0 -1 4202560 239209 0 0 0 25106 379 0 0 16 0 2 0 146188494 56160256 7940 1992294400 134512640 146736320 4294723008 18446744073709551615 136015696 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 987.3
Current children cumulated vsize (KiB) 63544

[startup+642.301 s]
/proc/loadavg: 1.78 1.81 1.61 3/109 1137
/proc/meminfo: memFree=1277584/2059040 swapFree=4139708/4192956
[pid=1104] ppid=1102 vsize=8700 CPUtime=0
/proc/1104/stat : 1104 (run) S 1102 1104 892 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146159275 8908800 249 1992294400 4194304 4922060 140733485119168 18446744073709551615 222256798853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1104/statm: 2175 249 208 178 0 68 0
[pid=1105] ppid=1104 vsize=58332 CPUtime=1096.39
/proc/1105/stat : 1105 (pb_cplex) R 1104 1104 892 0 -1 4202496 1090527 0 0 0 108158 1481 0 0 18 0 2 0 146159275 59731968 8485 1992294400 134512640 146736320 4294723008 18446744073709551615 135526778 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/1105/statm: 14583 8485 1126 2985 0 11125 0
[pid=1105/tid=1129] ppid=1104 vsize=58332 CPUtime=309.15
/proc/1105/task/1129/stat : 1129 (pb_cplex) R 1104 1104 892 0 -1 4202560 253779 0 0 0 30462 453 0 0 17 0 2 0 146188494 59731968 8485 1992294400 134512640 146736320 4294723008 18446744073709551615 136015727 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1096.39
Current children cumulated vsize (KiB) 67032

[startup+702.301 s]
/proc/loadavg: 1.92 1.84 1.64 2/109 1139
/proc/meminfo: memFree=1275104/2059040 swapFree=4139708/4192956
[pid=1104] ppid=1102 vsize=8700 CPUtime=0
/proc/1104/stat : 1104 (run) S 1102 1104 892 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146159275 8908800 249 1992294400 4194304 4922060 140733485119168 18446744073709551615 222256798853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1104/statm: 2175 249 208 178 0 68 0
[pid=1105] ppid=1104 vsize=60368 CPUtime=1204.43
/proc/1105/stat : 1105 (pb_cplex) R 1104 1104 892 0 -1 4202496 1121316 0 0 0 118823 1620 0 0 18 0 2 0 146159275 61816832 9107 1992294400 134512640 146736320 4294723008 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/1105/statm: 15092 9107 1130 2985 0 11634 0
[pid=1105/tid=1129] ppid=1104 vsize=60368 CPUtime=363.09
/proc/1105/task/1129/stat : 1129 (pb_cplex) R 1104 1104 892 0 -1 4202560 268235 0 0 0 35785 524 0 0 18 0 2 0 146188494 61816832 9107 1992294400 134512640 146736320 4294723008 18446744073709551615 135850319 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1204.43
Current children cumulated vsize (KiB) 69068

[startup+762.301 s]
/proc/loadavg: 1.82 1.84 1.64 3/109 1141
/proc/meminfo: memFree=1274732/2059040 swapFree=4139708/4192956
[pid=1104] ppid=1102 vsize=8700 CPUtime=0
/proc/1104/stat : 1104 (run) S 1102 1104 892 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146159275 8908800 249 1992294400 4194304 4922060 140733485119168 18446744073709551615 222256798853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1104/statm: 2175 249 208 178 0 68 0
[pid=1105] ppid=1104 vsize=60660 CPUtime=1312.73
/proc/1105/stat : 1105 (pb_cplex) R 1104 1104 892 0 -1 4202496 1151847 0 0 0 129507 1766 0 0 16 0 2 0 146159275 62115840 9220 1992294400 134512640 146736320 4294723008 18446744073709551615 135468708 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/1105/statm: 15165 9220 1126 2985 0 11707 0
[pid=1105/tid=1129] ppid=1104 vsize=60660 CPUtime=416.4
/proc/1105/task/1129/stat : 1129 (pb_cplex) R 1104 1104 892 0 -1 4202560 295039 0 0 0 41039 601 0 0 17 0 2 0 146188494 62115840 9220 1992294400 134512640 146736320 4294723008 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1312.73
Current children cumulated vsize (KiB) 69360

[startup+822.301 s]
/proc/loadavg: 1.86 1.85 1.66 3/109 1143
/proc/meminfo: memFree=1272748/2059040 swapFree=4139708/4192956
[pid=1104] ppid=1102 vsize=8700 CPUtime=0
/proc/1104/stat : 1104 (run) S 1102 1104 892 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146159275 8908800 249 1992294400 4194304 4922060 140733485119168 18446744073709551615 222256798853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1104/statm: 2175 249 208 178 0 68 0
[pid=1105] ppid=1104 vsize=61952 CPUtime=1422.81
/proc/1105/stat : 1105 (pb_cplex) R 1104 1104 892 0 -1 4202496 1160291 0 0 0 140375 1906 0 0 17 0 2 0 146159275 63438848 9688 1992294400 134512640 146736320 4294723008 18446744073709551615 135446770 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/1105/statm: 15488 9688 1127 2985 0 12030 0
[pid=1105/tid=1129] ppid=1104 vsize=61952 CPUtime=470.99
/proc/1105/task/1129/stat : 1129 (pb_cplex) R 1104 1104 892 0 -1 4202560 295341 0 0 0 46430 669 0 0 18 0 2 0 146188494 63438848 9688 1992294400 134512640 146736320 4294723008 18446744073709551615 136015707 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1422.81
Current children cumulated vsize (KiB) 70652

[startup+882.309 s]
/proc/loadavg: 1.99 1.89 1.68 4/109 1145
/proc/meminfo: memFree=1273740/2059040 swapFree=4139708/4192956
[pid=1104] ppid=1102 vsize=8700 CPUtime=0
/proc/1104/stat : 1104 (run) S 1102 1104 892 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146159275 8908800 249 1992294400 4194304 4922060 140733485119168 18446744073709551615 222256798853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1104/statm: 2175 249 208 178 0 68 0
[pid=1105] ppid=1104 vsize=60852 CPUtime=1533.34
/proc/1105/stat : 1105 (pb_cplex) R 1104 1104 892 0 -1 4202496 1166236 0 0 0 151288 2046 0 0 17 0 2 0 146159275 62312448 9415 1992294400 134512640 146736320 4294723008 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/1105/statm: 15213 9415 1126 2985 0 11755 0
[pid=1105/tid=1129] ppid=1104 vsize=60852 CPUtime=525.53
/proc/1105/task/1129/stat : 1129 (pb_cplex) R 1104 1104 892 0 -1 4202560 297506 0 0 0 51816 737 0 0 17 0 2 0 146188494 62312448 9415 1992294400 134512640 146736320 4294723008 18446744073709551615 135850322 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1533.34
Current children cumulated vsize (KiB) 69552

[startup+942.301 s]
/proc/loadavg: 1.94 1.89 1.69 3/109 1145
/proc/meminfo: memFree=1273740/2059040 swapFree=4139708/4192956
[pid=1104] ppid=1102 vsize=8700 CPUtime=0
/proc/1104/stat : 1104 (run) S 1102 1104 892 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146159275 8908800 249 1992294400 4194304 4922060 140733485119168 18446744073709551615 222256798853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1104/statm: 2175 249 208 178 0 68 0
[pid=1105] ppid=1104 vsize=61024 CPUtime=1643.37
/proc/1105/stat : 1105 (pb_cplex) R 1104 1104 892 0 -1 4202496 1187194 0 0 0 162150 2187 0 0 17 0 2 0 146159275 62488576 9406 1992294400 134512640 146736320 4294723008 18446744073709551615 135468528 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/1105/statm: 15256 9406 1126 2985 0 11798 0
[pid=1105/tid=1129] ppid=1104 vsize=61024 CPUtime=580.46
/proc/1105/task/1129/stat : 1129 (pb_cplex) R 1104 1104 892 0 -1 4202560 307343 0 0 0 57238 808 0 0 17 0 2 0 146188494 62488576 9406 1992294400 134512640 146736320 4294723008 18446744073709551615 135468757 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1643.37
Current children cumulated vsize (KiB) 69724

[startup+1002.3 s]
/proc/loadavg: 1.82 1.87 1.70 2/109 1147
/proc/meminfo: memFree=1273492/2059040 swapFree=4139708/4192956
[pid=1104] ppid=1102 vsize=8700 CPUtime=0
/proc/1104/stat : 1104 (run) S 1102 1104 892 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146159275 8908800 249 1992294400 4194304 4922060 140733485119168 18446744073709551615 222256798853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1104/statm: 2175 249 208 178 0 68 0
[pid=1105] ppid=1104 vsize=61392 CPUtime=1752.89
/proc/1105/stat : 1105 (pb_cplex) R 1104 1104 892 0 -1 4202496 1201584 0 0 0 172966 2323 0 0 18 0 2 0 146159275 62865408 9471 1992294400 134512640 146736320 4294723008 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/1105/statm: 15348 9471 1126 2985 0 11890 0
[pid=1105/tid=1129] ppid=1104 vsize=61392 CPUtime=634.51
/proc/1105/task/1129/stat : 1129 (pb_cplex) R 1104 1104 892 0 -1 4202560 311569 0 0 0 62577 874 0 0 17 0 2 0 146188494 62865408 9471 1992294400 134512640 146736320 4294723008 18446744073709551615 135850301 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1752.89
Current children cumulated vsize (KiB) 70092



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1028.1 s]
/proc/loadavg: 1.88 1.88 1.71 3/109 1149
/proc/meminfo: memFree=1273616/2059040 swapFree=4139708/4192956
[pid=1104] ppid=1102 vsize=8700 CPUtime=0
/proc/1104/stat : 1104 (run) S 1102 1104 892 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146159275 8908800 249 1992294400 4194304 4922060 140733485119168 18446744073709551615 222256798853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1104/statm: 2175 249 208 178 0 68 0
[pid=1105] ppid=1104 vsize=61000 CPUtime=1800.17
/proc/1105/stat : 1105 (pb_cplex) R 1104 1104 892 0 -1 4202496 1214567 0 0 0 177631 2386 0 0 18 0 2 0 146159275 62464000 9455 1992294400 134512640 146736320 4294723008 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/1105/statm: 15250 9455 1126 2985 0 11792 0
[pid=1105/tid=1129] ppid=1104 vsize=61000 CPUtime=657.73
/proc/1105/task/1129/stat : 1129 (pb_cplex) R 1104 1104 892 0 -1 4202560 318928 0 0 0 64868 905 0 0 17 0 2 0 146188494 62464000 9455 1992294400 134512640 146736320 4294723008 18446744073709551615 136402267 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 69700

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

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

Child status: 0
Real time (s): 1028.12
CPU time (s): 1800.21
CPU user time (s): 1776.33
CPU system time (s): 23.8744
CPU usage (%): 175.097
Max. virtual memory (cumulated for all children) (KiB): 81500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1776.33
system time used= 23.8744
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1214941
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= 395485
involuntary context switches= 27462

runsolver used 2.08368 second user time and 5.39618 second system time

The end

Launcher Data

Begin job on node056 at 2010-07-02 07:31:23
IDJOB=2697009
IDBENCH=48043
IDSOLVER=1209
FILE ID=node056/2697009-1278048683
PBS_JOBID= 11198838
Free space on /tmp= 98304 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=499-P1=293-P2=223-P3=277-B.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2697009-1278048683/watcher-2697009-1278048683 -o /tmp/evaluation-result-2697009-1278048683/solver-2697009-1278048683 -C 1800 -W 2000 -M 1800  run HOME/instance-2697009-1278048683.opb

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

MD5SUM BENCH= ffde7c44e1ce67f9a67e822c2db106af
RANDOM SEED=748485424

node056.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.215
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.43
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.215
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.47
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1309632 kB
Buffers:        149408 kB
Cached:         491616 kB
SwapCached:       7072 kB
Active:         225496 kB
Inactive:       429416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1309632 kB
SwapTotal:     4192956 kB
SwapFree:      4139708 kB
Dirty:           16580 kB
Writeback:           0 kB
AnonPages:       12268 kB
Mapped:          12096 kB
Slab:            72576 kB
PageTables:       4124 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180652 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-2697009-1278048683.opb

Free space on /tmp at the end= 98288 MiB
End job on node056 at 2010-07-02 07:48:31