Trace number 2697037

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.04 1020.22

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=6-P0=59-P1=23-P2=2-P3=37-P4=53-P5=47-P6=31-B.opb
MD5SUM445adcd085eba01c07f588612cad2d76
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark1.58076
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2
Optimality of the best value was proved YES
Number of variables108
Total number of constraints13
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 constraints13
Minimum length of a constraint6
Maximum length of a constraint48
Number of terms in the objective function 6
Biggest coefficient in the objective function 32
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 63
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 2048
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 8064
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)216
Sum of products size (including duplicates)432
Number of different products216
Sum of products size432

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2697037-1278049224.opb.
0.00/0.00	c Instance file HOME/instance-2697037-1278049224.opb
0.00/0.00	c File size is 16140 bytes.
0.00/0.01	c Highest Coefficient sum: 8064
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:      324                                                 |
0.00/0.01	c |  Number Constraints:    445                                                 |
0.00/0.01	c ===============================================================================
1800.02/1020.21	c Remaining time 1799.99 sec.
1800.02/1020.21	c 
1800.02/1020.21	c *** INTERRUPTED ***
1800.02/1020.21	s UNKNOWN
1800.02/1020.21	c Total CPU time              : 1774.35 s
1800.02/1020.21	c Memory used           : 49.83 MB
1800.02/1020.21	c CPU time              : 1774.35 s
1800.02/1020.21	c 
1800.02/1020.21	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-2697037-1278049224/watcher-2697037-1278049224 -o /tmp/evaluation-result-2697037-1278049224/solver-2697037-1278049224 -C 1800 -W 2000 -M 1800 run HOME/instance-2697037-1278049224.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.81 1.87 1.65 3/106 31811
/proc/meminfo: memFree=1442048/2059040 swapFree=4139568/4192956
[pid=31811] ppid=31809 vsize=8700 CPUtime=0
/proc/31811/stat : 31811 (run) R 31809 31811 31588 0 -1 4202496 348 0 0 0 0 0 0 0 20 0 1 0 146217757 8908800 249 1992294400 4194304 4922060 140736795326224 18446744073709551615 257906286997 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/31811/statm: 2175 249 208 178 0 68 0

[startup+0.090455 s]
/proc/loadavg: 1.81 1.87 1.65 3/106 31811
/proc/meminfo: memFree=1442048/2059040 swapFree=4139568/4192956
[pid=31811] ppid=31809 vsize=8700 CPUtime=0
/proc/31811/stat : 31811 (run) S 31809 31811 31588 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146217757 8908800 249 1992294400 4194304 4922060 140736795326224 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31811/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101455 s]
/proc/loadavg: 1.81 1.87 1.65 3/106 31811
/proc/meminfo: memFree=1442048/2059040 swapFree=4139568/4192956
[pid=31811] ppid=31809 vsize=8700 CPUtime=0
/proc/31811/stat : 31811 (run) S 31809 31811 31588 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146217757 8908800 249 1992294400 4194304 4922060 140736795326224 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31811/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301444 s]
/proc/loadavg: 1.81 1.87 1.65 3/106 31811
/proc/meminfo: memFree=1442048/2059040 swapFree=4139568/4192956
[pid=31811] ppid=31809 vsize=8700 CPUtime=0
/proc/31811/stat : 31811 (run) S 31809 31811 31588 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146217757 8908800 249 1992294400 4194304 4922060 140736795326224 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31811/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700423 s]
/proc/loadavg: 1.81 1.87 1.65 3/106 31811
/proc/meminfo: memFree=1442048/2059040 swapFree=4139568/4192956
[pid=31811] ppid=31809 vsize=8700 CPUtime=0
/proc/31811/stat : 31811 (run) S 31809 31811 31588 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146217757 8908800 249 1992294400 4194304 4922060 140736795326224 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31811/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50038 s]
/proc/loadavg: 1.83 1.87 1.65 2/109 31816
/proc/meminfo: memFree=1435824/2059040 swapFree=4139568/4192956
[pid=31811] ppid=31809 vsize=8700 CPUtime=0
/proc/31811/stat : 31811 (run) S 31809 31811 31588 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146217757 8908800 249 1992294400 4194304 4922060 140736795326224 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31811/statm: 2175 249 208 178 0 68 0
[pid=31812] ppid=31811 vsize=33412 CPUtime=2.31
/proc/31812/stat : 31812 (pb_cplex) R 31811 31811 31588 0 -1 4202496 13371 0 0 0 221 10 0 0 17 0 2 0 146217757 34213888 2902 1992294400 134512640 146736320 4288980032 18446744073709551615 136232523 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31812/statm: 8353 2902 1071 2985 0 4895 0
[pid=31812/tid=31816] ppid=31811 vsize=33412 CPUtime=0.79
/proc/31812/task/31816/stat : 31816 (pb_cplex) R 31811 31811 31588 0 -1 4202560 6373 0 0 0 76 3 0 0 17 0 2 0 146217813 34213888 2902 1992294400 134512640 146736320 4288980032 18446744073709551615 136403109 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 42112

[startup+3.1003 s]
/proc/loadavg: 1.83 1.87 1.65 3/109 31816
/proc/meminfo: memFree=1433840/2059040 swapFree=4139568/4192956
[pid=31811] ppid=31809 vsize=8700 CPUtime=0
/proc/31811/stat : 31811 (run) S 31809 31811 31588 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146217757 8908800 249 1992294400 4194304 4922060 140736795326224 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31811/statm: 2175 249 208 178 0 68 0
[pid=31812] ppid=31811 vsize=35512 CPUtime=5.04
/proc/31812/stat : 31812 (pb_cplex) R 31811 31811 31588 0 -1 4202496 24259 0 0 0 486 18 0 0 16 0 2 0 146217757 36364288 3534 1992294400 134512640 146736320 4288980032 18446744073709551615 136008053 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31812/statm: 8878 3534 1088 2985 0 5420 0
[pid=31812/tid=31816] ppid=31811 vsize=35512 CPUtime=2.19
/proc/31812/task/31816/stat : 31816 (pb_cplex) S 31811 31811 31588 0 -1 4202560 11769 0 0 0 211 8 0 0 17 0 2 0 146217813 36364288 3534 1992294400 134512640 146736320 4288980032 18446744073709551615 144580073 0 2 4096 16387 18446604437814737024 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.04
Current children cumulated vsize (KiB) 44212

[startup+6.30113 s]
/proc/loadavg: 1.83 1.87 1.65 3/109 31816
/proc/meminfo: memFree=1431608/2059040 swapFree=4139568/4192956
[pid=31811] ppid=31809 vsize=8700 CPUtime=0
/proc/31811/stat : 31811 (run) S 31809 31811 31588 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146217757 8908800 249 1992294400 4194304 4922060 140736795326224 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31811/statm: 2175 249 208 178 0 68 0
[pid=31812] ppid=31811 vsize=37744 CPUtime=10.36
/proc/31812/stat : 31812 (pb_cplex) R 31811 31811 31588 0 -1 4202496 41723 0 0 0 1007 29 0 0 16 0 2 0 146217757 38649856 3784 1992294400 134512640 146736320 4288980032 18446744073709551615 135451519 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31812/statm: 9436 3786 1074 2985 0 5978 0
[pid=31812/tid=31816] ppid=31811 vsize=37744 CPUtime=5.03
/proc/31812/task/31816/stat : 31816 (pb_cplex) R 31811 31811 31588 0 -1 4202560 22332 0 0 0 488 15 0 0 17 0 2 0 146217813 38649856 3786 1992294400 134512640 146736320 4288980032 18446744073709551615 135454096 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.36
Current children cumulated vsize (KiB) 46444

[startup+12.7008 s]
/proc/loadavg: 1.85 1.88 1.65 3/109 31816
/proc/meminfo: memFree=1426896/2059040 swapFree=4139568/4192956
[pid=31811] ppid=31809 vsize=8700 CPUtime=0
/proc/31811/stat : 31811 (run) S 31809 31811 31588 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146217757 8908800 249 1992294400 4194304 4922060 140736795326224 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31811/statm: 2175 249 208 178 0 68 0
[pid=31812] ppid=31811 vsize=42216 CPUtime=21.04
/proc/31812/stat : 31812 (pb_cplex) R 31811 31811 31588 0 -1 4202496 71971 0 0 0 2054 50 0 0 16 0 2 0 146217757 43229184 4863 1992294400 134512640 146736320 4288980032 18446744073709551615 135850322 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31812/statm: 10554 4863 1074 2985 0 7096 0
[pid=31812/tid=31816] ppid=31811 vsize=42216 CPUtime=10.45
/proc/31812/task/31816/stat : 31816 (pb_cplex) R 31811 31811 31588 0 -1 4202560 39737 0 0 0 1020 25 0 0 16 0 2 0 146217813 43229184 4863 1992294400 134512640 146736320 4288980032 18446744073709551615 135526867 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 21.04
Current children cumulated vsize (KiB) 50916

[startup+25.5011 s]
/proc/loadavg: 1.80 1.87 1.65 2/109 31816
/proc/meminfo: memFree=1423300/2059040 swapFree=4139568/4192956
[pid=31811] ppid=31809 vsize=8700 CPUtime=0
/proc/31811/stat : 31811 (run) S 31809 31811 31588 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146217757 8908800 249 1992294400 4194304 4922060 140736795326224 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31811/statm: 2175 249 208 178 0 68 0
[pid=31812] ppid=31811 vsize=44704 CPUtime=41.88
/proc/31812/stat : 31812 (pb_cplex) R 31811 31811 31588 0 -1 4202496 85536 0 0 0 4119 69 0 0 16 0 2 0 146217757 45776896 5632 1992294400 134512640 146736320 4288980032 18446744073709551615 136403109 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31812/statm: 11176 5632 1074 2985 0 7718 0
[pid=31812/tid=31816] ppid=31811 vsize=44704 CPUtime=21.27
/proc/31812/task/31816/stat : 31816 (pb_cplex) S 31811 31811 31588 0 -1 4202560 45857 0 0 0 2092 35 0 0 16 0 2 0 146217813 45776896 5632 1992294400 134512640 146736320 4288980032 18446744073709551615 144580073 0 2 4096 16387 18446604437814737024 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 41.88
Current children cumulated vsize (KiB) 53404

[startup+51.1017 s]
/proc/loadavg: 1.81 1.86 1.65 3/109 31818
/proc/meminfo: memFree=1422060/2059040 swapFree=4139568/4192956
[pid=31811] ppid=31809 vsize=8700 CPUtime=0
/proc/31811/stat : 31811 (run) S 31809 31811 31588 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146217757 8908800 249 1992294400 4194304 4922060 140736795326224 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31811/statm: 2175 249 208 178 0 68 0
[pid=31812] ppid=31811 vsize=51804 CPUtime=82.65
/proc/31812/stat : 31812 (pb_cplex) R 31811 31811 31588 0 -1 4202496 142461 0 0 0 8132 133 0 0 16 0 2 0 146217757 53047296 6631 1992294400 134512640 146736320 4288980032 18446744073709551615 139023034 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31812/statm: 12951 6631 1082 2985 0 9493 0
[pid=31812/tid=31816] ppid=31811 vsize=51804 CPUtime=39.5
/proc/31812/task/31816/stat : 31816 (pb_cplex) S 31811 31811 31588 0 -1 4202560 73260 0 0 0 3883 67 0 0 16 0 2 0 146217813 53047296 6631 1992294400 134512640 146736320 4288980032 18446744073709551615 144580073 0 2 4096 16387 18446604437814737024 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 82.65
Current children cumulated vsize (KiB) 60504

[startup+102.31 s]
/proc/loadavg: 1.95 1.88 1.67 2/109 31818
/proc/meminfo: memFree=1418836/2059040 swapFree=4139568/4192956
[pid=31811] ppid=31809 vsize=8700 CPUtime=0
/proc/31811/stat : 31811 (run) S 31809 31811 31588 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146217757 8908800 249 1992294400 4194304 4922060 140736795326224 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31811/statm: 2175 249 208 178 0 68 0
[pid=31812] ppid=31811 vsize=52460 CPUtime=168.26
/proc/31812/stat : 31812 (pb_cplex) R 31811 31811 31588 0 -1 4202496 245531 0 0 0 16558 268 0 0 16 0 2 0 146217757 53719040 7064 1992294400 134512640 146736320 4288980032 18446744073709551615 136016268 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31812/statm: 13115 7064 1082 2985 0 9657 0
[pid=31812/tid=31816] ppid=31811 vsize=52460 CPUtime=80.78
/proc/31812/task/31816/stat : 31816 (pb_cplex) S 31811 31811 31588 0 -1 4202560 126482 0 0 0 7944 134 0 0 16 0 2 0 146217813 53719040 7064 1992294400 134512640 146736320 4288980032 18446744073709551615 144580073 0 2 4096 16387 18446604437814737024 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 168.26
Current children cumulated vsize (KiB) 61160

[startup+162.302 s]
/proc/loadavg: 1.82 1.85 1.67 2/109 31820
/proc/meminfo: memFree=1414620/2059040 swapFree=4139568/4192956
[pid=31811] ppid=31809 vsize=8700 CPUtime=0
/proc/31811/stat : 31811 (run) S 31809 31811 31588 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146217757 8908800 249 1992294400 4194304 4922060 140736795326224 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31811/statm: 2175 249 208 178 0 68 0
[pid=31812] ppid=31811 vsize=53080 CPUtime=268.32
/proc/31812/stat : 31812 (pb_cplex) R 31811 31811 31588 0 -1 4202496 366143 0 0 0 26399 433 0 0 16 0 2 0 146217757 54353920 7614 1992294400 134512640 146736320 4288980032 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31812/statm: 13270 7614 1082 2985 0 9812 0
[pid=31812/tid=31816] ppid=31811 vsize=53080 CPUtime=129.47
/proc/31812/task/31816/stat : 31816 (pb_cplex) R 31811 31811 31588 0 -1 4202560 172536 0 0 0 12737 210 0 0 16 0 2 0 146217813 54353920 7614 1992294400 134512640 146736320 4288980032 18446744073709551615 136015696 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 268.32
Current children cumulated vsize (KiB) 61780

[startup+222.302 s]
/proc/loadavg: 2.05 1.90 1.69 3/109 31822
/proc/meminfo: memFree=1410404/2059040 swapFree=4139568/4192956
[pid=31811] ppid=31809 vsize=8700 CPUtime=0
/proc/31811/stat : 31811 (run) S 31809 31811 31588 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146217757 8908800 249 1992294400 4194304 4922060 140736795326224 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31811/statm: 2175 249 208 178 0 68 0
[pid=31812] ppid=31811 vsize=60432 CPUtime=369.62
/proc/31812/stat : 31812 (pb_cplex) S 31811 31811 31588 0 -1 4202496 450312 0 0 0 36377 585 0 0 16 0 2 0 146217757 61882368 9132 1992294400 134512640 146736320 4288980032 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31812/statm: 15108 9133 1104 2985 0 11650 0
[pid=31812/tid=31816] ppid=31811 vsize=60432 CPUtime=180.7
/proc/31812/task/31816/stat : 31816 (pb_cplex) R 31811 31811 31588 0 -1 4202560 219537 0 0 0 17782 288 0 0 16 0 2 0 146217813 61882368 9133 1992294400 134512640 146736320 4288980032 18446744073709551615 135526398 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 369.62
Current children cumulated vsize (KiB) 69132

[startup+282.302 s]
/proc/loadavg: 1.96 1.90 1.71 3/109 31824
/proc/meminfo: memFree=1408668/2059040 swapFree=4139568/4192956
[pid=31811] ppid=31809 vsize=8700 CPUtime=0
/proc/31811/stat : 31811 (run) S 31809 31811 31588 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146217757 8908800 249 1992294400 4194304 4922060 140736795326224 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31811/statm: 2175 249 208 178 0 68 0
[pid=31812] ppid=31811 vsize=59828 CPUtime=474.04
/proc/31812/stat : 31812 (pb_cplex) S 31811 31811 31588 0 -1 4202496 502475 0 0 0 46668 736 0 0 18 0 2 0 146217757 61263872 9151 1992294400 134512640 146736320 4288980032 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31812/statm: 14957 9151 1100 2985 0 11499 0
[pid=31812/tid=31816] ppid=31811 vsize=59828 CPUtime=231.98
/proc/31812/task/31816/stat : 31816 (pb_cplex) R 31811 31811 31588 0 -1 4202560 242995 0 0 0 22836 362 0 0 16 0 2 0 146217813 61263872 9151 1992294400 134512640 146736320 4288980032 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 474.04
Current children cumulated vsize (KiB) 68528

[startup+342.302 s]
/proc/loadavg: 1.95 1.90 1.72 3/109 31826
/proc/meminfo: memFree=1407676/2059040 swapFree=4139568/4192956
[pid=31811] ppid=31809 vsize=8700 CPUtime=0
/proc/31811/stat : 31811 (run) S 31809 31811 31588 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146217757 8908800 249 1992294400 4194304 4922060 140736795326224 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0

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

[pid=31812] ppid=31811 vsize=60796 CPUtime=686.71
/proc/31812/stat : 31812 (pb_cplex) R 31811 31811 31588 0 -1 4202496 594002 0 0 0 67615 1056 0 0 16 0 2 0 146217757 62255104 9462 1992294400 134512640 146736320 4288980032 18446744073709551615 135450699 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31812/statm: 15199 9462 1100 2985 0 11741 0
[pid=31812/tid=31816] ppid=31811 vsize=60796 CPUtime=337.19
/proc/31812/task/31816/stat : 31816 (pb_cplex) S 31811 31811 31588 0 -1 4202560 290817 0 0 0 33193 526 0 0 16 0 2 0 146217813 62255104 9462 1992294400 134512640 146736320 4288980032 18446744073709551615 144580073 0 2 4096 16387 18446604437814737024 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 686.71
Current children cumulated vsize (KiB) 69496

[startup+462.301 s]
/proc/loadavg: 1.75 1.84 1.72 3/109 31828
/proc/meminfo: memFree=1405568/2059040 swapFree=4139568/4192956
[pid=31811] ppid=31809 vsize=8700 CPUtime=0
/proc/31811/stat : 31811 (run) S 31809 31811 31588 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146217757 8908800 249 1992294400 4194304 4922060 140736795326224 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31811/statm: 2175 249 208 178 0 68 0
[pid=31812] ppid=31811 vsize=68744 CPUtime=791.7
/proc/31812/stat : 31812 (pb_cplex) R 31811 31811 31588 0 -1 4202496 640191 0 0 0 77961 1209 0 0 17 0 2 0 146217757 70393856 10645 1992294400 134512640 146736320 4288980032 18446744073709551615 136016695 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31812/statm: 17186 10645 1100 2985 0 13728 0
[pid=31812/tid=31816] ppid=31811 vsize=68744 CPUtime=388.55
/proc/31812/task/31816/stat : 31816 (pb_cplex) R 31811 31811 31588 0 -1 4202560 310682 0 0 0 38255 600 0 0 16 0 2 0 146217813 70393856 10645 1992294400 134512640 146736320 4288980032 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 791.7
Current children cumulated vsize (KiB) 77444

[startup+522.301 s]
/proc/loadavg: 1.91 1.87 1.74 3/109 31832
/proc/meminfo: memFree=1417720/2059040 swapFree=4139568/4192956
[pid=31811] ppid=31809 vsize=8700 CPUtime=0
/proc/31811/stat : 31811 (run) S 31809 31811 31588 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146217757 8908800 249 1992294400 4194304 4922060 140736795326224 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31811/statm: 2175 249 208 178 0 68 0
[pid=31812] ppid=31811 vsize=49156 CPUtime=896.29
/proc/31812/stat : 31812 (pb_cplex) R 31811 31811 31588 0 -1 4202496 767509 0 0 0 88254 1375 0 0 17 0 2 0 146217757 50335744 6856 1992294400 134512640 146736320 4288980032 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31812/statm: 12289 6856 1117 2985 0 8831 0
[pid=31812/tid=31832] ppid=31811 vsize=49156 CPUtime=23.11
/proc/31812/task/31832/stat : 31832 (pb_cplex) R 31811 31811 31588 0 -1 4202560 31680 0 0 0 2278 33 0 0 16 0 2 0 146267432 50335744 6856 1992294400 134512640 146736320 4288980032 18446744073709551615 137173213 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 896.29
Current children cumulated vsize (KiB) 57856

[startup+582.301 s]
/proc/loadavg: 1.86 1.85 1.73 3/109 31834
/proc/meminfo: memFree=1416976/2059040 swapFree=4139568/4192956
[pid=31811] ppid=31809 vsize=8700 CPUtime=0
/proc/31811/stat : 31811 (run) S 31809 31811 31588 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146217757 8908800 249 1992294400 4194304 4922060 140736795326224 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31811/statm: 2175 249 208 178 0 68 0
[pid=31812] ppid=31811 vsize=50180 CPUtime=1004.64
/proc/31812/stat : 31812 (pb_cplex) R 31811 31811 31588 0 -1 4202496 819137 0 0 0 98953 1511 0 0 18 0 2 0 146217757 51384320 7065 1992294400 134512640 146736320 4288980032 18446744073709551615 136015725 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31812/statm: 12545 7065 1118 2985 0 9087 0
[pid=31812/tid=31832] ppid=31811 vsize=50180 CPUtime=76.5
/proc/31812/task/31832/stat : 31832 (pb_cplex) R 31811 31811 31588 0 -1 4202560 77879 0 0 0 7539 111 0 0 15 0 2 0 146267432 51384320 7065 1992294400 134512640 146736320 4288980032 18446744073709551615 135454201 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1004.64
Current children cumulated vsize (KiB) 58880

[startup+642.301 s]
/proc/loadavg: 1.97 1.87 1.75 3/109 31836
/proc/meminfo: memFree=1416852/2059040 swapFree=4139568/4192956
[pid=31811] ppid=31809 vsize=8700 CPUtime=0
/proc/31811/stat : 31811 (run) S 31809 31811 31588 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146217757 8908800 249 1992294400 4194304 4922060 140736795326224 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31811/statm: 2175 249 208 178 0 68 0
[pid=31812] ppid=31811 vsize=50468 CPUtime=1113.58
/proc/31812/stat : 31812 (pb_cplex) R 31811 31811 31588 0 -1 4202496 872478 0 0 0 109702 1656 0 0 17 0 2 0 146217757 51679232 7085 1992294400 134512640 146736320 4288980032 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31812/statm: 12617 7085 1118 2985 0 9159 0
[pid=31812/tid=31832] ppid=31811 vsize=50468 CPUtime=130.72
/proc/31812/task/31832/stat : 31832 (pb_cplex) R 31811 31811 31588 0 -1 4202560 116160 0 0 0 12880 192 0 0 17 0 2 0 146267432 51679232 7085 1992294400 134512640 146736320 4288980032 18446744073709551615 136015707 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1113.58
Current children cumulated vsize (KiB) 59168

[startup+702.301 s]
/proc/loadavg: 2.04 1.91 1.76 2/109 31836
/proc/meminfo: memFree=1416480/2059040 swapFree=4139568/4192956
[pid=31811] ppid=31809 vsize=8700 CPUtime=0
/proc/31811/stat : 31811 (run) S 31809 31811 31588 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146217757 8908800 249 1992294400 4194304 4922060 140736795326224 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31811/statm: 2175 249 208 178 0 68 0
[pid=31812] ppid=31811 vsize=50988 CPUtime=1222.99
/proc/31812/stat : 31812 (pb_cplex) R 31811 31811 31588 0 -1 4202496 924204 0 0 0 120506 1793 0 0 16 0 2 0 146217757 52211712 7131 1992294400 134512640 146736320 4288980032 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31812/statm: 12747 7131 1118 2985 0 9289 0
[pid=31812/tid=31832] ppid=31811 vsize=50988 CPUtime=184.94
/proc/31812/task/31832/stat : 31832 (pb_cplex) R 31811 31811 31588 0 -1 4202560 143324 0 0 0 18232 262 0 0 18 0 2 0 146267432 52211712 7131 1992294400 134512640 146736320 4288980032 18446744073709551615 137137792 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1222.99
Current children cumulated vsize (KiB) 59688

[startup+762.309 s]
/proc/loadavg: 1.76 1.86 1.75 2/109 31838
/proc/meminfo: memFree=1417224/2059040 swapFree=4139568/4192956
[pid=31811] ppid=31809 vsize=8700 CPUtime=0
/proc/31811/stat : 31811 (run) S 31809 31811 31588 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146217757 8908800 249 1992294400 4194304 4922060 140736795326224 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31811/statm: 2175 249 208 178 0 68 0
[pid=31812] ppid=31811 vsize=49528 CPUtime=1331.79
/proc/31812/stat : 31812 (pb_cplex) R 31811 31811 31588 0 -1 4202496 943368 0 0 0 131258 1921 0 0 17 0 2 0 146217757 50716672 6980 1992294400 134512640 146736320 4288980032 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31812/statm: 12382 6980 1118 2985 0 8924 0
[pid=31812/tid=31832] ppid=31811 vsize=49528 CPUtime=239.12
/proc/31812/task/31832/stat : 31832 (pb_cplex) R 31811 31811 31588 0 -1 4202560 153975 0 0 0 23586 326 0 0 18 0 2 0 146267432 50716672 6980 1992294400 134512640 146736320 4288980032 18446744073709551615 135964351 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1331.79
Current children cumulated vsize (KiB) 58228

[startup+822.301 s]
/proc/loadavg: 1.87 1.87 1.76 3/109 31840
/proc/meminfo: memFree=1417224/2059040 swapFree=4139568/4192956
[pid=31811] ppid=31809 vsize=8700 CPUtime=0
/proc/31811/stat : 31811 (run) S 31809 31811 31588 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146217757 8908800 249 1992294400 4194304 4922060 140736795326224 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31811/statm: 2175 249 208 178 0 68 0
[pid=31812] ppid=31811 vsize=49156 CPUtime=1440.77
/proc/31812/stat : 31812 (pb_cplex) R 31811 31811 31588 0 -1 4202496 988538 0 0 0 142013 2064 0 0 17 0 2 0 146217757 50335744 6955 1992294400 134512640 146736320 4288980032 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31812/statm: 12289 6955 1118 2985 0 8831 0
[pid=31812/tid=31832] ppid=31811 vsize=49156 CPUtime=292.62
/proc/31812/task/31832/stat : 31832 (pb_cplex) R 31811 31811 31588 0 -1 4202560 185115 0 0 0 28859 403 0 0 17 0 2 0 146267432 50335744 6955 1992294400 134512640 146736320 4288980032 18446744073709551615 136015583 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1440.77
Current children cumulated vsize (KiB) 57856

[startup+882.301 s]
/proc/loadavg: 1.91 1.87 1.77 2/109 31842
/proc/meminfo: memFree=1416976/2059040 swapFree=4139568/4192956
[pid=31811] ppid=31809 vsize=8700 CPUtime=0
/proc/31811/stat : 31811 (run) S 31809 31811 31588 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146217757 8908800 249 1992294400 4194304 4922060 140736795326224 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31811/statm: 2175 249 208 178 0 68 0
[pid=31812] ppid=31811 vsize=50352 CPUtime=1549.27
/proc/31812/stat : 31812 (pb_cplex) S 31811 31811 31588 0 -1 4202496 1053243 0 0 0 152711 2216 0 0 17 0 2 0 146217757 51560448 7012 1992294400 134512640 146736320 4288980032 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31812/statm: 12588 7012 1118 2985 0 9130 0
[pid=31812/tid=31832] ppid=31811 vsize=50352 CPUtime=345.81
/proc/31812/task/31832/stat : 31832 (pb_cplex) R 31811 31811 31588 0 -1 4202560 230473 0 0 0 34095 486 0 0 16 0 2 0 146267432 51560448 7012 1992294400 134512640 146736320 4288980032 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1549.27
Current children cumulated vsize (KiB) 59052

[startup+942.301 s]
/proc/loadavg: 1.85 1.86 1.77 3/109 31844
/proc/meminfo: memFree=1416852/2059040 swapFree=4139568/4192956
[pid=31811] ppid=31809 vsize=8700 CPUtime=0
/proc/31811/stat : 31811 (run) S 31809 31811 31588 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146217757 8908800 249 1992294400 4194304 4922060 140736795326224 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31811/statm: 2175 249 208 178 0 68 0
[pid=31812] ppid=31811 vsize=50920 CPUtime=1658.37
/proc/31812/stat : 31812 (pb_cplex) R 31811 31811 31588 0 -1 4202496 1120781 0 0 0 163472 2365 0 0 17 0 2 0 146217757 52142080 7227 1992294400 134512640 146736320 4288980032 18446744073709551615 135523447 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31812/statm: 12730 7227 1118 2985 0 9272 0
[pid=31812/tid=31832] ppid=31811 vsize=50920 CPUtime=400.04
/proc/31812/task/31832/stat : 31832 (pb_cplex) R 31811 31811 31588 0 -1 4202560 276073 0 0 0 39437 567 0 0 17 0 2 0 146267432 52142080 7227 1992294400 134512640 146736320 4288980032 18446744073709551615 135465109 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1658.37
Current children cumulated vsize (KiB) 59620

[startup+1002.3 s]
/proc/loadavg: 1.91 1.87 1.77 4/109 31844
/proc/meminfo: memFree=1416480/2059040 swapFree=4139568/4192956
[pid=31811] ppid=31809 vsize=8700 CPUtime=0
/proc/31811/stat : 31811 (run) S 31809 31811 31588 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146217757 8908800 249 1992294400 4194304 4922060 140736795326224 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31811/statm: 2175 249 208 178 0 68 0
[pid=31812] ppid=31811 vsize=50964 CPUtime=1767.91
/proc/31812/stat : 31812 (pb_cplex) R 31811 31811 31588 0 -1 4202496 1180342 0 0 0 174273 2518 0 0 17 0 2 0 146217757 52187136 7339 1992294400 134512640 146736320 4288980032 18446744073709551615 144716444 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31812/statm: 12741 7339 1121 2985 0 9283 0
[pid=31812/tid=31832] ppid=31811 vsize=50964 CPUtime=454.08
/proc/31812/task/31832/stat : 31832 (pb_cplex) R 31811 31811 31588 0 -1 4202560 311086 0 0 0 44762 646 0 0 16 0 2 0 146267432 52187136 7339 1992294400 134512640 146736320 4288980032 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1767.91
Current children cumulated vsize (KiB) 59664



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1020.2 s]
/proc/loadavg: 1.87 1.86 1.77 3/109 31846
/proc/meminfo: memFree=1415612/2059040 swapFree=4139568/4192956
[pid=31811] ppid=31809 vsize=8700 CPUtime=0
/proc/31811/stat : 31811 (run) S 31809 31811 31588 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146217757 8908800 249 1992294400 4194304 4922060 140736795326224 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31811/statm: 2175 249 208 178 0 68 0
[pid=31812] ppid=31811 vsize=51024 CPUtime=1800.02
/proc/31812/stat : 31812 (pb_cplex) R 31811 31811 31588 0 -1 4202496 1203698 0 0 0 177434 2568 0 0 16 0 2 0 146217757 52248576 7329 1992294400 134512640 146736320 4288980032 18446744073709551615 136388078 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31812/statm: 12756 7329 1118 2985 0 9298 0
[pid=31812/tid=31832] ppid=31811 vsize=51024 CPUtime=470.33
/proc/31812/task/31832/stat : 31832 (pb_cplex) R 31811 31811 31588 0 -1 4202560 322055 0 0 0 46361 672 0 0 17 0 2 0 146267432 52248576 7329 1992294400 134512640 146736320 4288980032 18446744073709551615 135963998 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 59724

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): 1020.22
CPU time (s): 1800.04
CPU user time (s): 1774.35
CPU system time (s): 25.6931
CPU usage (%): 176.437
Max. virtual memory (cumulated for all children) (KiB): 77904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1774.35
system time used= 25.6931
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1204071
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= 492182
involuntary context switches= 27586

runsolver used 2.12068 second user time and 5.30519 second system time

The end

Launcher Data

Begin job on node030 at 2010-07-02 07:40:24
IDJOB=2697037
IDBENCH=48071
IDSOLVER=1209
FILE ID=node030/2697037-1278049224
PBS_JOBID= 11198860
Free space on /tmp= 62452 MiB

SOLVER NAME= pb_cplex 2010-06-29
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=6-P0=59-P1=23-P2=2-P3=37-P4=53-P5=47-P6=31-B.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2697037-1278049224/watcher-2697037-1278049224 -o /tmp/evaluation-result-2697037-1278049224/solver-2697037-1278049224 -C 1800 -W 2000 -M 1800  run HOME/instance-2697037-1278049224.opb

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

MD5SUM BENCH= 445adcd085eba01c07f588612cad2d76
RANDOM SEED=1441022207

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1443072 kB
Buffers:        147608 kB
Cached:         355820 kB
SwapCached:       7532 kB
Active:         234812 kB
Inactive:       283372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1443072 kB
SwapTotal:     4192956 kB
SwapFree:      4139568 kB
Dirty:           16752 kB
Writeback:           0 kB
AnonPages:       12824 kB
Mapped:          12040 kB
Slab:            75864 kB
PageTables:       4172 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181924 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-2697037-1278049224.opb

Free space on /tmp at the end= 62436 MiB
End job on node030 at 2010-07-02 07:57:24