Trace number 2696913

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.18 1010.83

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/
factor-mod-B/factor-mod-size=9-P0=487-P1=163-P2=173-P3=211-B.opb
MD5SUMfb1c97600aa303ca13bb2482d5ad3e27
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 benchmark5.82811
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-2696913-1278047149.opb.
0.00/0.00	c Instance file HOME/instance-2696913-1278047149.opb
0.00/0.00	c File size is 17960 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.16/1010.82	c Remaining time 1799.98 sec.
1800.16/1010.82	c 
1800.16/1010.82	c *** INTERRUPTED ***
1800.16/1010.82	s UNKNOWN
1800.16/1010.82	c Total CPU time              : 1770.8 s
1800.16/1010.82	c Memory used           : 53.48 MB
1800.16/1010.82	c CPU time              : 1770.8 s
1800.16/1010.82	c 
1800.16/1010.82	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-2696913-1278047149/watcher-2696913-1278047149 -o /tmp/evaluation-result-2696913-1278047149/solver-2696913-1278047149 -C 1800 -W 2000 -M 1800 run HOME/instance-2696913-1278047149.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.22 0.05 0.01 3/106 31419
/proc/meminfo: memFree=1295524/2059040 swapFree=4134900/4192956
[pid=31419] ppid=31417 vsize=8700 CPUtime=0
/proc/31419/stat : 31419 (run) R 31417 31419 31302 0 -1 4202496 349 0 0 0 0 0 0 0 20 0 1 0 180318920 8908800 249 1992294400 4194304 4922060 140736814666768 18446744073709551615 216120533397 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/31419/statm: 2175 249 208 178 0 68 0

[startup+0.02448 s]
/proc/loadavg: 0.22 0.05 0.01 3/106 31419
/proc/meminfo: memFree=1295524/2059040 swapFree=4134900/4192956
[pid=31419] ppid=31417 vsize=8700 CPUtime=0
/proc/31419/stat : 31419 (run) S 31417 31419 31302 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 180318920 8908800 249 1992294400 4194304 4922060 140736814666768 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31419/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101479 s]
/proc/loadavg: 0.22 0.05 0.01 3/106 31419
/proc/meminfo: memFree=1295524/2059040 swapFree=4134900/4192956
[pid=31419] ppid=31417 vsize=8700 CPUtime=0
/proc/31419/stat : 31419 (run) S 31417 31419 31302 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 180318920 8908800 249 1992294400 4194304 4922060 140736814666768 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31419/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.308369 s]
/proc/loadavg: 0.22 0.05 0.01 3/106 31419
/proc/meminfo: memFree=1295524/2059040 swapFree=4134900/4192956
[pid=31419] ppid=31417 vsize=8700 CPUtime=0
/proc/31419/stat : 31419 (run) S 31417 31419 31302 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 180318920 8908800 249 1992294400 4194304 4922060 140736814666768 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31419/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.70147 s]
/proc/loadavg: 0.22 0.05 0.01 3/106 31419
/proc/meminfo: memFree=1295524/2059040 swapFree=4134900/4192956
[pid=31419] ppid=31417 vsize=8700 CPUtime=0
/proc/31419/stat : 31419 (run) S 31417 31419 31302 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 180318920 8908800 249 1992294400 4194304 4922060 140736814666768 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31419/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50046 s]
/proc/loadavg: 0.22 0.05 0.01 3/109 31426
/proc/meminfo: memFree=1289052/2059040 swapFree=4134900/4192956
[pid=31419] ppid=31417 vsize=8700 CPUtime=0
/proc/31419/stat : 31419 (run) S 31417 31419 31302 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 180318920 8908800 249 1992294400 4194304 4922060 140736814666768 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31419/statm: 2175 249 208 178 0 68 0
[pid=31420] ppid=31419 vsize=33108 CPUtime=2.29
/proc/31420/stat : 31420 (pb_cplex) R 31419 31419 31302 0 -1 4202496 9028 0 0 0 222 7 0 0 17 0 2 0 180318920 33902592 2808 1992294400 134512640 146736320 4293596304 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31420/statm: 8277 2808 1071 2985 0 4819 0
[pid=31420/tid=31426] ppid=31419 vsize=33108 CPUtime=0.81
/proc/31420/task/31426/stat : 31426 (pb_cplex) R 31419 31419 31302 0 -1 4202560 4563 0 0 0 79 2 0 0 18 0 2 0 180318978 33902592 2808 1992294400 134512640 146736320 4293596304 18446744073709551615 136015698 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 41808

[startup+3.10044 s]
/proc/loadavg: 0.22 0.05 0.01 3/109 31426
/proc/meminfo: memFree=1285952/2059040 swapFree=4134900/4192956
[pid=31419] ppid=31417 vsize=8700 CPUtime=0
/proc/31419/stat : 31419 (run) S 31417 31419 31302 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 180318920 8908800 249 1992294400 4194304 4922060 140736814666768 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31419/statm: 2175 249 208 178 0 68 0
[pid=31420] ppid=31419 vsize=36560 CPUtime=5.2
/proc/31420/stat : 31420 (pb_cplex) R 31419 31419 31302 0 -1 4202496 15097 0 0 0 505 15 0 0 17 0 2 0 180318920 37437440 3638 1992294400 134512640 146736320 4293596304 18446744073709551615 139042897 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31420/statm: 9140 3638 1071 2985 0 5682 0
[pid=31420/tid=31426] ppid=31419 vsize=36560 CPUtime=2.31
/proc/31420/task/31426/stat : 31426 (pb_cplex) R 31419 31419 31302 0 -1 4202560 7166 0 0 0 226 5 0 0 18 0 2 0 180318978 37437440 3638 1992294400 134512640 146736320 4293596304 18446744073709551615 135855174 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.2
Current children cumulated vsize (KiB) 45260

[startup+6.30039 s]
/proc/loadavg: 0.36 0.08 0.02 3/109 31426
/proc/meminfo: memFree=1281116/2059040 swapFree=4134900/4192956
[pid=31419] ppid=31417 vsize=8700 CPUtime=0
/proc/31419/stat : 31419 (run) S 31417 31419 31302 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 180318920 8908800 249 1992294400 4194304 4922060 140736814666768 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31419/statm: 2175 249 208 178 0 68 0
[pid=31420] ppid=31419 vsize=39632 CPUtime=10.9
/proc/31420/stat : 31420 (pb_cplex) R 31419 31419 31302 0 -1 4202496 34631 0 0 0 1059 31 0 0 18 0 2 0 180318920 40583168 4459 1992294400 134512640 146736320 4293596304 18446744073709551615 135850322 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31420/statm: 9908 4459 1071 2985 0 6450 0
[pid=31420/tid=31426] ppid=31419 vsize=39632 CPUtime=5.1
/proc/31420/task/31426/stat : 31426 (pb_cplex) R 31419 31419 31302 0 -1 4202560 19391 0 0 0 496 14 0 0 17 0 2 0 180318978 40583168 4459 1992294400 134512640 146736320 4293596304 18446744073709551615 139042901 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.9
Current children cumulated vsize (KiB) 48332

[startup+12.7003 s]
/proc/loadavg: 0.49 0.11 0.04 2/109 31426
/proc/meminfo: memFree=1277644/2059040 swapFree=4134900/4192956
[pid=31419] ppid=31417 vsize=8700 CPUtime=0
/proc/31419/stat : 31419 (run) S 31417 31419 31302 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 180318920 8908800 249 1992294400 4194304 4922060 140736814666768 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31419/statm: 2175 249 208 178 0 68 0
[pid=31420] ppid=31419 vsize=43432 CPUtime=22.01
/proc/31420/stat : 31420 (pb_cplex) R 31419 31419 31302 0 -1 4202496 88777 0 0 0 2133 68 0 0 16 0 2 0 180318920 44474368 5023 1992294400 134512640 146736320 4293596304 18446744073709551615 135468618 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31420/statm: 10858 5023 1082 2985 0 7400 0
[pid=31420/tid=31426] ppid=31419 vsize=43432 CPUtime=11.06
/proc/31420/task/31426/stat : 31426 (pb_cplex) R 31419 31419 31302 0 -1 4202560 53974 0 0 0 1069 37 0 0 18 0 2 0 180318978 44474368 5023 1992294400 134512640 146736320 4293596304 18446744073709551615 135468687 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 22.01
Current children cumulated vsize (KiB) 52132

[startup+25.5019 s]
/proc/loadavg: 0.89 0.22 0.07 3/109 31428
/proc/meminfo: memFree=1270204/2059040 swapFree=4134900/4192956
[pid=31419] ppid=31417 vsize=8700 CPUtime=0
/proc/31419/stat : 31419 (run) S 31417 31419 31302 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 180318920 8908800 249 1992294400 4194304 4922060 140736814666768 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31419/statm: 2175 249 208 178 0 68 0
[pid=31420] ppid=31419 vsize=50368 CPUtime=43.6
/proc/31420/stat : 31420 (pb_cplex) R 31419 31419 31302 0 -1 4202496 135720 0 0 0 4256 104 0 0 16 0 2 0 180318920 51576832 6826 1992294400 134512640 146736320 4293596304 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31420/statm: 12592 6826 1086 2985 0 9134 0
[pid=31420/tid=31426] ppid=31419 vsize=50368 CPUtime=22.13
/proc/31420/task/31426/stat : 31426 (pb_cplex) R 31419 31419 31302 0 -1 4202560 85553 0 0 0 2154 59 0 0 17 0 2 0 180318978 51576832 6826 1992294400 134512640 146736320 4293596304 18446744073709551615 136402277 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 43.6
Current children cumulated vsize (KiB) 59068

[startup+51.1016 s]
/proc/loadavg: 1.35 0.38 0.13 3/109 31432
/proc/meminfo: memFree=1271692/2059040 swapFree=4134900/4192956
[pid=31419] ppid=31417 vsize=8700 CPUtime=0
/proc/31419/stat : 31419 (run) S 31417 31419 31302 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 180318920 8908800 249 1992294400 4194304 4922060 140736814666768 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31419/statm: 2175 249 208 178 0 68 0
[pid=31420] ppid=31419 vsize=49128 CPUtime=88.53
/proc/31420/stat : 31420 (pb_cplex) R 31419 31419 31302 0 -1 4202496 251583 0 0 0 8653 200 0 0 18 0 2 0 180318920 50307072 6753 1992294400 134512640 146736320 4293596304 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31420/statm: 12282 6753 1091 2985 0 8824 0
[pid=31420/tid=31432] ppid=31419 vsize=49128 CPUtime=17.46
/proc/31420/task/31432/stat : 31432 (pb_cplex) R 31419 31419 31302 0 -1 4202560 59242 0 0 0 1705 41 0 0 16 0 2 0 180322041 50307072 6753 1992294400 134512640 146736320 4293596304 18446744073709551615 135850319 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 88.53
Current children cumulated vsize (KiB) 57828

[startup+102.31 s]
/proc/loadavg: 1.77 0.64 0.23 3/109 31434
/proc/meminfo: memFree=1270080/2059040 swapFree=4134900/4192956
[pid=31419] ppid=31417 vsize=8700 CPUtime=0
/proc/31419/stat : 31419 (run) S 31417 31419 31302 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 180318920 8908800 249 1992294400 4194304 4922060 140736814666768 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31419/statm: 2175 249 208 178 0 68 0
[pid=31420] ppid=31419 vsize=51224 CPUtime=179.67
/proc/31420/stat : 31420 (pb_cplex) R 31419 31419 31302 0 -1 4202496 453932 0 0 0 17583 384 0 0 17 0 2 0 180318920 52453376 7145 1992294400 134512640 146736320 4293596304 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31420/statm: 12806 7145 1107 2985 0 9348 0
[pid=31420/tid=31432] ppid=31419 vsize=51224 CPUtime=62.94
/proc/31420/task/31432/stat : 31432 (pb_cplex) R 31419 31419 31302 0 -1 4202560 192085 0 0 0 6147 147 0 0 16 0 2 0 180322041 52453376 7145 1992294400 134512640 146736320 4293596304 18446744073709551615 135453310 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 179.67
Current children cumulated vsize (KiB) 59924

[startup+162.302 s]
/proc/loadavg: 1.98 0.89 0.34 2/109 31434
/proc/meminfo: memFree=1268592/2059040 swapFree=4134900/4192956
[pid=31419] ppid=31417 vsize=8700 CPUtime=0
/proc/31419/stat : 31419 (run) S 31417 31419 31302 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 180318920 8908800 249 1992294400 4194304 4922060 140736814666768 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31419/statm: 2175 249 208 178 0 68 0
[pid=31420] ppid=31419 vsize=54268 CPUtime=286.65
/proc/31420/stat : 31420 (pb_cplex) R 31419 31419 31302 0 -1 4202496 686840 0 0 0 28067 598 0 0 17 0 2 0 180318920 55570432 7741 1992294400 134512640 146736320 4293596304 18446744073709551615 136016698 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31420/statm: 13567 7741 1107 2985 0 10109 0
[pid=31420/tid=31432] ppid=31419 vsize=54268 CPUtime=115.89
/proc/31420/task/31432/stat : 31432 (pb_cplex) R 31419 31419 31302 0 -1 4202560 323611 0 0 0 11329 260 0 0 16 0 2 0 180322041 55570432 7741 1992294400 134512640 146736320 4293596304 18446744073709551615 135468690 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 286.65
Current children cumulated vsize (KiB) 62968

[startup+222.302 s]
/proc/loadavg: 1.91 1.06 0.43 2/109 31436
/proc/meminfo: memFree=1267228/2059040 swapFree=4134900/4192956
[pid=31419] ppid=31417 vsize=8700 CPUtime=0
/proc/31419/stat : 31419 (run) S 31417 31419 31302 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 180318920 8908800 249 1992294400 4194304 4922060 140736814666768 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31419/statm: 2175 249 208 178 0 68 0
[pid=31420] ppid=31419 vsize=53896 CPUtime=394.58
/proc/31420/stat : 31420 (pb_cplex) R 31419 31419 31302 0 -1 4202496 856579 0 0 0 38674 784 0 0 16 0 2 0 180318920 55189504 7857 1992294400 134512640 146736320 4293596304 18446744073709551615 137343085 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31420/statm: 13474 7857 1110 2985 0 10016 0
[pid=31420/tid=31432] ppid=31419 vsize=53896 CPUtime=169.53
/proc/31420/task/31432/stat : 31432 (pb_cplex) R 31419 31419 31302 0 -1 4202560 404357 0 0 0 16601 352 0 0 18 0 2 0 180322041 55189504 7857 1992294400 134512640 146736320 4293596304 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 394.58
Current children cumulated vsize (KiB) 62596

[startup+282.302 s]
/proc/loadavg: 1.98 1.23 0.52 2/109 31438
/proc/meminfo: memFree=1265864/2059040 swapFree=4134900/4192956
[pid=31419] ppid=31417 vsize=8700 CPUtime=0
/proc/31419/stat : 31419 (run) S 31417 31419 31302 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 180318920 8908800 249 1992294400 4194304 4922060 140736814666768 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31419/statm: 2175 249 208 178 0 68 0
[pid=31420] ppid=31419 vsize=56860 CPUtime=503.83
/proc/31420/stat : 31420 (pb_cplex) R 31419 31419 31302 0 -1 4202496 1005270 0 0 0 49418 965 0 0 18 0 2 0 180318920 58224640 8440 1992294400 134512640 146736320 4293596304 18446744073709551615 136403112 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31420/statm: 14215 8440 1109 2985 0 10757 0
[pid=31420/tid=31432] ppid=31419 vsize=56860 CPUtime=223.53
/proc/31420/task/31432/stat : 31432 (pb_cplex) R 31419 31419 31302 0 -1 4202560 470292 0 0 0 21916 437 0 0 17 0 2 0 180322041 58224640 8440 1992294400 134512640 146736320 4293596304 18446744073709551615 135454096 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 503.83
Current children cumulated vsize (KiB) 65560

[startup+342.301 s]
/proc/loadavg: 1.91 1.35 0.61 3/109 31440
/proc/meminfo: memFree=1264624/2059040 swapFree=4134900/4192956
[pid=31419] ppid=31417 vsize=8700 CPUtime=0
/proc/31419/stat : 31419 (run) S 31417 31419 31302 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 180318920 8908800 249 1992294400 4194304 4922060 140736814666768 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0

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

[pid=31420] ppid=31419 vsize=57616 CPUtime=715.19
/proc/31420/stat : 31420 (pb_cplex) R 31419 31419 31302 0 -1 4202496 1239453 0 0 0 70235 1284 0 0 18 0 2 0 180318920 58998784 8712 1992294400 134512640 146736320 4293596304 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31420/statm: 14404 8712 1109 2985 0 10946 0
[pid=31420/tid=31432] ppid=31419 vsize=57616 CPUtime=327.65
/proc/31420/task/31432/stat : 31432 (pb_cplex) R 31419 31419 31302 0 -1 4202560 576376 0 0 0 32171 594 0 0 17 0 2 0 180322041 58998784 8712 1992294400 134512640 146736320 4293596304 18446744073709551615 136475030 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 715.19
Current children cumulated vsize (KiB) 66316

[startup+462.302 s]
/proc/loadavg: 1.88 1.51 0.75 3/109 31442
/proc/meminfo: memFree=1260780/2059040 swapFree=4134900/4192956
[pid=31419] ppid=31417 vsize=8700 CPUtime=0
/proc/31419/stat : 31419 (run) S 31417 31419 31302 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 180318920 8908800 249 1992294400 4194304 4922060 140736814666768 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31419/statm: 2175 249 208 178 0 68 0
[pid=31420] ppid=31419 vsize=61396 CPUtime=818.28
/proc/31420/stat : 31420 (pb_cplex) R 31419 31419 31302 0 -1 4202496 1350037 0 0 0 80395 1433 0 0 17 0 2 0 180318920 62869504 9476 1992294400 134512640 146736320 4293596304 18446744073709551615 135521468 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31420/statm: 15349 9476 1109 2985 0 11891 0
[pid=31420/tid=31432] ppid=31419 vsize=61396 CPUtime=378.25
/proc/31420/task/31432/stat : 31432 (pb_cplex) R 31419 31419 31302 0 -1 4202560 619841 0 0 0 37157 668 0 0 16 0 2 0 180322041 62869504 9476 1992294400 134512640 146736320 4293596304 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 818.28
Current children cumulated vsize (KiB) 70096

[startup+522.302 s]
/proc/loadavg: 1.93 1.60 0.83 3/109 31447
/proc/meminfo: memFree=1260160/2059040 swapFree=4134900/4192956
[pid=31419] ppid=31417 vsize=8700 CPUtime=0
/proc/31419/stat : 31419 (run) S 31417 31419 31302 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 180318920 8908800 249 1992294400 4194304 4922060 140736814666768 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31419/statm: 2175 249 208 178 0 68 0
[pid=31420] ppid=31419 vsize=61548 CPUtime=926.12
/proc/31420/stat : 31420 (pb_cplex) R 31419 31419 31302 0 -1 4202496 1403354 0 0 0 91038 1574 0 0 16 0 2 0 180318920 63025152 9630 1992294400 134512640 146736320 4293596304 18446744073709551615 136016581 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31420/statm: 15387 9630 1112 2985 0 11929 0
[pid=31420/tid=31432] ppid=31419 vsize=61548 CPUtime=431.6
/proc/31420/task/31432/stat : 31432 (pb_cplex) R 31419 31419 31302 0 -1 4202560 643368 0 0 0 42425 735 0 0 16 0 2 0 180322041 63025152 9630 1992294400 134512640 146736320 4293596304 18446744073709551615 136364170 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 926.12
Current children cumulated vsize (KiB) 70248

[startup+582.302 s]
/proc/loadavg: 1.99 1.69 0.91 3/109 31449
/proc/meminfo: memFree=1259664/2059040 swapFree=4134900/4192956
[pid=31419] ppid=31417 vsize=8700 CPUtime=0
/proc/31419/stat : 31419 (run) S 31417 31419 31302 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 180318920 8908800 249 1992294400 4194304 4922060 140736814666768 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31419/statm: 2175 249 208 178 0 68 0
[pid=31420] ppid=31419 vsize=62520 CPUtime=1036.12
/proc/31420/stat : 31420 (pb_cplex) R 31419 31419 31302 0 -1 4202496 1482991 0 0 0 101888 1724 0 0 17 0 2 0 180318920 64020480 9847 1992294400 134512640 146736320 4293596304 18446744073709551615 136402267 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31420/statm: 15630 9847 1112 2985 0 12172 0
[pid=31420/tid=31432] ppid=31419 vsize=62520 CPUtime=486.55
/proc/31420/task/31432/stat : 31432 (pb_cplex) R 31419 31419 31302 0 -1 4202560 685779 0 0 0 47842 813 0 0 16 0 2 0 180322041 64020480 9847 1992294400 134512640 146736320 4293596304 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1036.12
Current children cumulated vsize (KiB) 71220

[startup+642.302 s]
/proc/loadavg: 1.99 1.74 0.97 4/109 31451
/proc/meminfo: memFree=1258176/2059040 swapFree=4134900/4192956
[pid=31419] ppid=31417 vsize=8700 CPUtime=0
/proc/31419/stat : 31419 (run) S 31417 31419 31302 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 180318920 8908800 249 1992294400 4194304 4922060 140736814666768 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31419/statm: 2175 249 208 178 0 68 0
[pid=31420] ppid=31419 vsize=63076 CPUtime=1144.39
/proc/31420/stat : 31420 (pb_cplex) R 31419 31419 31302 0 -1 4202496 1580614 0 0 0 112557 1882 0 0 17 0 2 0 180318920 64589824 10093 1992294400 134512640 146736320 4293596304 18446744073709551615 135446770 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31420/statm: 15769 10093 1112 2985 0 12311 0
[pid=31420/tid=31432] ppid=31419 vsize=63076 CPUtime=540.79
/proc/31420/task/31432/stat : 31432 (pb_cplex) R 31419 31419 31302 0 -1 4202560 731009 0 0 0 53187 892 0 0 17 0 2 0 180322041 64589824 10093 1992294400 134512640 146736320 4293596304 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1144.39
Current children cumulated vsize (KiB) 71776

[startup+702.302 s]
/proc/loadavg: 1.99 1.78 1.03 4/109 31453
/proc/meminfo: memFree=1256192/2059040 swapFree=4134900/4192956
[pid=31419] ppid=31417 vsize=8700 CPUtime=0
/proc/31419/stat : 31419 (run) S 31417 31419 31302 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 180318920 8908800 249 1992294400 4194304 4922060 140736814666768 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31419/statm: 2175 249 208 178 0 68 0
[pid=31420] ppid=31419 vsize=66168 CPUtime=1251.79
/proc/31420/stat : 31420 (pb_cplex) R 31419 31419 31302 0 -1 4202496 1650237 0 0 0 123152 2027 0 0 18 0 2 0 180318920 67756032 10637 1992294400 134512640 146736320 4293596304 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31420/statm: 16542 10637 1114 2985 0 13084 0
[pid=31420/tid=31432] ppid=31419 vsize=66168 CPUtime=594.1
/proc/31420/task/31432/stat : 31432 (pb_cplex) R 31419 31419 31302 0 -1 4202560 765760 0 0 0 58442 968 0 0 17 0 2 0 180322041 67756032 10637 1992294400 134512640 146736320 4293596304 18446744073709551615 136402293 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1251.79
Current children cumulated vsize (KiB) 74868

[startup+762.309 s]
/proc/loadavg: 2.09 1.84 1.10 4/109 31453
/proc/meminfo: memFree=1253216/2059040 swapFree=4134900/4192956
[pid=31419] ppid=31417 vsize=8700 CPUtime=0
/proc/31419/stat : 31419 (run) S 31417 31419 31302 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 180318920 8908800 249 1992294400 4194304 4922060 140736814666768 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31419/statm: 2175 249 208 178 0 68 0
[pid=31420] ppid=31419 vsize=68052 CPUtime=1359.42
/proc/31420/stat : 31420 (pb_cplex) R 31419 31419 31302 0 -1 4202496 1682311 0 0 0 133788 2154 0 0 18 0 2 0 180318920 69685248 11334 1992294400 134512640 146736320 4293596304 18446744073709551615 136015727 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31420/statm: 17013 11334 1112 2985 0 13555 0
[pid=31420/tid=31432] ppid=31419 vsize=68052 CPUtime=647.59
/proc/31420/task/31432/stat : 31432 (pb_cplex) R 31419 31419 31302 0 -1 4202560 780622 0 0 0 63729 1030 0 0 18 0 2 0 180322041 69685248 11334 1992294400 134512640 146736320 4293596304 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1359.42
Current children cumulated vsize (KiB) 76752

[startup+822.302 s]
/proc/loadavg: 2.00 1.86 1.15 3/109 31459
/proc/meminfo: memFree=1268344/2059040 swapFree=4134900/4192956
[pid=31419] ppid=31417 vsize=8700 CPUtime=0
/proc/31419/stat : 31419 (run) S 31417 31419 31302 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 180318920 8908800 249 1992294400 4194304 4922060 140736814666768 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31419/statm: 2175 249 208 178 0 68 0
[pid=31420] ppid=31419 vsize=53304 CPUtime=1465.96
/proc/31420/stat : 31420 (pb_cplex) S 31419 31419 31302 0 -1 4202496 1772948 0 0 0 144282 2314 0 0 16 0 2 0 180318920 54583296 7787 1992294400 134512640 146736320 4293596304 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31420/statm: 13326 7787 1112 2985 0 9868 0
[pid=31420/tid=31459] ppid=31419 vsize=53304 CPUtime=10.43
/proc/31420/task/31459/stat : 31459 (pb_cplex) R 31419 31419 31302 0 -1 4202560 32839 0 0 0 1018 25 0 0 16 0 2 0 180399905 54583296 7787 1992294400 134512640 146736320 4293596304 18446744073709551615 136015703 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1465.96
Current children cumulated vsize (KiB) 62004

[startup+882.301 s]
/proc/loadavg: 1.91 1.86 1.19 2/109 31461
/proc/meminfo: memFree=1265988/2059040 swapFree=4134900/4192956
[pid=31419] ppid=31417 vsize=8700 CPUtime=0
/proc/31419/stat : 31419 (run) S 31417 31419 31302 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 180318920 8908800 249 1992294400 4194304 4922060 140736814666768 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31419/statm: 2175 249 208 178 0 68 0
[pid=31420] ppid=31419 vsize=53036 CPUtime=1572.97
/proc/31420/stat : 31420 (pb_cplex) R 31419 31419 31302 0 -1 4202496 1981834 0 0 0 154768 2529 0 0 17 0 2 0 180318920 54308864 7941 1992294400 134512640 146736320 4293596304 18446744073709551615 136384854 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31420/statm: 13259 7941 1112 2985 0 9801 0
[pid=31420/tid=31459] ppid=31419 vsize=53036 CPUtime=63.51
/proc/31420/task/31459/stat : 31459 (pb_cplex) R 31419 31419 31302 0 -1 4202560 169915 0 0 0 6200 151 0 0 17 0 2 0 180399905 54308864 7941 1992294400 134512640 146736320 4293596304 18446744073709551615 135450684 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1572.97
Current children cumulated vsize (KiB) 61736

[startup+942.302 s]
/proc/loadavg: 1.71 1.80 1.21 3/109 31463
/proc/meminfo: memFree=1264748/2059040 swapFree=4134900/4192956
[pid=31419] ppid=31417 vsize=8700 CPUtime=0
/proc/31419/stat : 31419 (run) S 31417 31419 31302 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 180318920 8908800 249 1992294400 4194304 4922060 140736814666768 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31419/statm: 2175 249 208 178 0 68 0
[pid=31420] ppid=31419 vsize=57816 CPUtime=1680.68
/proc/31420/stat : 31420 (pb_cplex) R 31419 31419 31302 0 -1 4202496 2102361 0 0 0 165368 2700 0 0 18 0 2 0 180318920 59203584 8523 1992294400 134512640 146736320 4293596304 18446744073709551615 136387848 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31420/statm: 14454 8523 1112 2985 0 10996 0
[pid=31420/tid=31459] ppid=31419 vsize=57816 CPUtime=116.65
/proc/31420/task/31459/stat : 31459 (pb_cplex) R 31419 31419 31302 0 -1 4202560 263733 0 0 0 11413 252 0 0 16 0 2 0 180399905 59203584 8523 1992294400 134512640 146736320 4293596304 18446744073709551615 138443681 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1680.68
Current children cumulated vsize (KiB) 66516

[startup+1002.3 s]
/proc/loadavg: 1.69 1.79 1.24 2/109 31465
/proc/meminfo: memFree=1265864/2059040 swapFree=4134900/4192956
[pid=31419] ppid=31417 vsize=8700 CPUtime=0
/proc/31419/stat : 31419 (run) S 31417 31419 31302 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 180318920 8908800 249 1992294400 4194304 4922060 140736814666768 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31419/statm: 2175 249 208 178 0 68 0
[pid=31420] ppid=31419 vsize=58024 CPUtime=1785.12
/proc/31420/stat : 31420 (pb_cplex) R 31419 31419 31302 0 -1 4202496 2298235 0 0 0 175607 2905 0 0 17 0 2 0 180318920 59416576 8547 1992294400 134512640 146736320 4293596304 18446744073709551615 139023053 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31420/statm: 14506 8547 1118 2985 0 11048 0
[pid=31420/tid=31459] ppid=31419 vsize=58024 CPUtime=168.36
/proc/31420/task/31459/stat : 31459 (pb_cplex) R 31419 31419 31302 0 -1 4202560 361570 0 0 0 16480 356 0 0 16 0 2 0 180399905 59416576 8547 1992294400 134512640 146736320 4293596304 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1785.12
Current children cumulated vsize (KiB) 66724



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1010.8 s]
/proc/loadavg: 1.81 1.81 1.25 3/109 31465
/proc/meminfo: memFree=1265864/2059040 swapFree=4134900/4192956
[pid=31419] ppid=31417 vsize=8700 CPUtime=0
/proc/31419/stat : 31419 (run) S 31417 31419 31302 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 180318920 8908800 249 1992294400 4194304 4922060 140736814666768 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31419/statm: 2175 249 208 178 0 68 0
[pid=31420] ppid=31419 vsize=54760 CPUtime=1800.16
/proc/31420/stat : 31420 (pb_cplex) S 31419 31419 31302 0 -1 4202496 2332855 0 0 0 177079 2937 0 0 17 0 2 0 180318920 56074240 8244 1992294400 134512640 146736320 4293596304 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31420/statm: 13690 8244 1118 2985 0 10232 0
[pid=31420/tid=31459] ppid=31419 vsize=54760 CPUtime=175.9
/proc/31420/task/31459/stat : 31459 (pb_cplex) R 31419 31419 31302 0 -1 4202560 376341 0 0 0 17219 371 0 0 18 0 2 0 180399905 56074240 8244 1992294400 134512640 146736320 4293596304 18446744073709551615 138711689 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 63460

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): 1010.83
CPU time (s): 1800.18
CPU user time (s): 1770.8
CPU system time (s): 29.3785
CPU usage (%): 178.09
Max. virtual memory (cumulated for all children) (KiB): 80380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1770.8
system time used= 29.3785
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2333229
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= 319809
involuntary context switches= 27603

runsolver used 2.03769 second user time and 5.12822 second system time

The end

Launcher Data

Begin job on node002 at 2010-07-02 07:05:49
IDJOB=2696913
IDBENCH=47947
IDSOLVER=1209
FILE ID=node002/2696913-1278047149
PBS_JOBID= 11198880
Free space on /tmp= 62448 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=487-P1=163-P2=173-P3=211-B.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2696913-1278047149/watcher-2696913-1278047149 -o /tmp/evaluation-result-2696913-1278047149/solver-2696913-1278047149 -C 1800 -W 2000 -M 1800  run HOME/instance-2696913-1278047149.opb

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

MD5SUM BENCH= fb1c97600aa303ca13bb2482d5ad3e27
RANDOM SEED=1379323418

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1296424 kB
Buffers:        199132 kB
Cached:         447200 kB
SwapCached:      11684 kB
Active:         309784 kB
Inactive:       350788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1296424 kB
SwapTotal:     4192956 kB
SwapFree:      4134900 kB
Dirty:           16880 kB
Writeback:           0 kB
AnonPages:       12300 kB
Mapped:           8368 kB
Slab:            80240 kB
PageTables:       4268 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182908 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-2696913-1278047149.opb

Free space on /tmp at the end= 62432 MiB
End job on node002 at 2010-07-02 07:22:40