Trace number 2696858

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
pb_cplex 2010-06-29? (TO) 1800.09 1036.92

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/
factor-mod-B/factor-mod-size=7-P0=127-P1=47-P2=7-P3=127-P4=17-P5=97-P6=127-B.opb
MD5SUMa92642ddb77f2466b803e375801dde37
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.551915
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 variables126
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 constraint7
Maximum length of a constraint63
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 8192
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 32512
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)294
Sum of products size (including duplicates)588
Number of different products294
Sum of products size588

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2696858-1278047141.opb.
0.00/0.00	c Instance file HOME/instance-2696858-1278047141.opb
0.00/0.00	c File size is 21871 bytes.
0.00/0.01	c Highest Coefficient sum: 32512
0.00/0.01	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
0.00/0.02	c ============================[ Problem Statistics ]=============================
0.00/0.02	c |                                                                             |
0.00/0.02	c |  Parsing time:          0.01         s                                      |
0.00/0.02	c |  Number Variables:      420                                                 |
0.00/0.02	c |  Number Constraints:    601                                                 |
0.00/0.02	c ===============================================================================
1800.06/1036.91	c Remaining time 1799.99 sec.
1800.06/1036.91	c 
1800.06/1036.91	c *** INTERRUPTED ***
1800.06/1036.91	s UNKNOWN
1800.06/1036.91	c Total CPU time              : 1777.3 s
1800.06/1036.91	c Memory used           : 56.43 MB
1800.06/1036.91	c CPU time              : 1777.3 s
1800.06/1036.91	c 
1800.06/1036.91	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-2696858-1278047141/watcher-2696858-1278047141 -o /tmp/evaluation-result-2696858-1278047141/solver-2696858-1278047141 -C 1800 -W 2000 -M 1800 run HOME/instance-2696858-1278047141.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 30753
/proc/meminfo: memFree=1485328/2059040 swapFree=4138352/4192956
[pid=30753] ppid=30751 vsize=8700 CPUtime=0
/proc/30753/stat : 30753 (run) R 30751 30753 30720 0 -1 4202496 347 0 0 0 0 0 0 0 19 0 1 0 146009280 8908800 248 1992294400 4194304 4922060 140736705829392 18446744073709551615 246659260821 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/30753/statm: 2175 248 208 178 0 68 0

[startup+0.0193599 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 30753
/proc/meminfo: memFree=1485328/2059040 swapFree=4138352/4192956
[pid=30753] ppid=30751 vsize=8700 CPUtime=0
/proc/30753/stat : 30753 (run) S 30751 30753 30720 0 -1 4202496 363 0 0 0 0 0 0 0 19 0 1 0 146009280 8908800 248 1992294400 4194304 4922060 140736705829392 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30753/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.103059 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 30753
/proc/meminfo: memFree=1485328/2059040 swapFree=4138352/4192956
[pid=30753] ppid=30751 vsize=8700 CPUtime=0
/proc/30753/stat : 30753 (run) S 30751 30753 30720 0 -1 4202496 363 0 0 0 0 0 0 0 19 0 1 0 146009280 8908800 248 1992294400 4194304 4922060 140736705829392 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30753/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300059 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 30753
/proc/meminfo: memFree=1485328/2059040 swapFree=4138352/4192956
[pid=30753] ppid=30751 vsize=8700 CPUtime=0
/proc/30753/stat : 30753 (run) S 30751 30753 30720 0 -1 4202496 363 0 0 0 0 0 0 0 19 0 1 0 146009280 8908800 248 1992294400 4194304 4922060 140736705829392 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30753/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700059 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 30753
/proc/meminfo: memFree=1485328/2059040 swapFree=4138352/4192956
[pid=30753] ppid=30751 vsize=8700 CPUtime=0
/proc/30753/stat : 30753 (run) S 30751 30753 30720 0 -1 4202496 363 0 0 0 0 0 0 0 19 0 1 0 146009280 8908800 248 1992294400 4194304 4922060 140736705829392 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30753/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50006 s]
/proc/loadavg: 0.00 0.00 0.00 2/109 30758
/proc/meminfo: memFree=1477864/2059040 swapFree=4138352/4192956
[pid=30753] ppid=30751 vsize=8700 CPUtime=0
/proc/30753/stat : 30753 (run) S 30751 30753 30720 0 -1 4202496 363 0 0 0 0 0 0 0 19 0 1 0 146009280 8908800 248 1992294400 4194304 4922060 140736705829392 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30753/statm: 2175 248 208 178 0 68 0
[pid=30754] ppid=30753 vsize=32872 CPUtime=2.2
/proc/30754/stat : 30754 (pb_cplex) S 30753 30753 30720 0 -1 4202496 12676 0 0 0 211 9 0 0 18 0 2 0 146009280 33660928 2870 1992294400 134512640 146736320 4290721168 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30754/statm: 8218 2870 1074 2985 0 4760 0
[pid=30754/tid=30758] ppid=30753 vsize=32872 CPUtime=0.6
/proc/30754/task/30758/stat : 30758 (pb_cplex) R 30753 30753 30720 0 -1 4202560 5472 0 0 0 57 3 0 0 17 0 2 0 146009360 33660928 2870 1992294400 134512640 146736320 4290721168 18446744073709551615 135525561 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 41572

[startup+3.10106 s]
/proc/loadavg: 0.00 0.00 0.00 3/109 30758
/proc/meminfo: memFree=1475880/2059040 swapFree=4138352/4192956
[pid=30753] ppid=30751 vsize=8700 CPUtime=0
/proc/30753/stat : 30753 (run) S 30751 30753 30720 0 -1 4202496 363 0 0 0 0 0 0 0 19 0 1 0 146009280 8908800 248 1992294400 4194304 4922060 140736705829392 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30753/statm: 2175 248 208 178 0 68 0
[pid=30754] ppid=30753 vsize=36880 CPUtime=4.98
/proc/30754/stat : 30754 (pb_cplex) R 30753 30753 30720 0 -1 4202496 23785 0 0 0 481 17 0 0 17 0 2 0 146009280 37765120 3713 1992294400 134512640 146736320 4290721168 18446744073709551615 136475800 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30754/statm: 9220 3713 1074 2985 0 5762 0
[pid=30754/tid=30758] ppid=30753 vsize=36880 CPUtime=2.03
/proc/30754/task/30758/stat : 30758 (pb_cplex) R 30753 30753 30720 0 -1 4202560 12052 0 0 0 196 7 0 0 17 0 2 0 146009360 37765120 3713 1992294400 134512640 146736320 4290721168 18446744073709551615 136004568 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.98
Current children cumulated vsize (KiB) 45580

[startup+6.30006 s]
/proc/loadavg: 0.08 0.02 0.01 4/109 30758
/proc/meminfo: memFree=1469556/2059040 swapFree=4138352/4192956
[pid=30753] ppid=30751 vsize=8700 CPUtime=0
/proc/30753/stat : 30753 (run) S 30751 30753 30720 0 -1 4202496 363 0 0 0 0 0 0 0 19 0 1 0 146009280 8908800 248 1992294400 4194304 4922060 140736705829392 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30753/statm: 2175 248 208 178 0 68 0
[pid=30754] ppid=30753 vsize=43300 CPUtime=10.34
/proc/30754/stat : 30754 (pb_cplex) R 30753 30753 30720 0 -1 4202496 33836 0 0 0 1008 26 0 0 16 0 2 0 146009280 44339200 5033 1992294400 134512640 146736320 4290721168 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30754/statm: 10825 5033 1074 2985 0 7367 0
[pid=30754/tid=30758] ppid=30753 vsize=43300 CPUtime=4.78
/proc/30754/task/30758/stat : 30758 (pb_cplex) R 30753 30753 30720 0 -1 4202560 18789 0 0 0 464 14 0 0 16 0 2 0 146009360 44339200 5033 1992294400 134512640 146736320 4290721168 18446744073709551615 139044532 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.34
Current children cumulated vsize (KiB) 52000

[startup+12.7011 s]
/proc/loadavg: 0.15 0.03 0.01 3/109 30758
/proc/meminfo: memFree=1468440/2059040 swapFree=4138352/4192956
[pid=30753] ppid=30751 vsize=8700 CPUtime=0
/proc/30753/stat : 30753 (run) S 30751 30753 30720 0 -1 4202496 363 0 0 0 0 0 0 0 19 0 1 0 146009280 8908800 248 1992294400 4194304 4922060 140736705829392 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30753/statm: 2175 248 208 178 0 68 0
[pid=30754] ppid=30753 vsize=43312 CPUtime=21.19
/proc/30754/stat : 30754 (pb_cplex) R 30753 30753 30720 0 -1 4202496 60863 0 0 0 2074 45 0 0 16 0 2 0 146009280 44351488 5234 1992294400 134512640 146736320 4290721168 18446744073709551615 136382501 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30754/statm: 10828 5234 1074 2985 0 7370 0
[pid=30754/tid=30758] ppid=30753 vsize=43312 CPUtime=10.24
/proc/30754/task/30758/stat : 30758 (pb_cplex) S 30753 30753 30720 0 -1 4202560 31098 0 0 0 1003 21 0 0 16 0 2 0 146009360 44351488 5234 1992294400 134512640 146736320 4290721168 18446744073709551615 144580073 0 2 4096 16387 18446604437852646400 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 21.19
Current children cumulated vsize (KiB) 52012

[startup+25.5001 s]
/proc/loadavg: 0.56 0.13 0.04 2/109 30758
/proc/meminfo: memFree=1464100/2059040 swapFree=4138352/4192956
[pid=30753] ppid=30751 vsize=8700 CPUtime=0
/proc/30753/stat : 30753 (run) S 30751 30753 30720 0 -1 4202496 363 0 0 0 0 0 0 0 19 0 1 0 146009280 8908800 248 1992294400 4194304 4922060 140736705829392 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30753/statm: 2175 248 208 178 0 68 0
[pid=30754] ppid=30753 vsize=49152 CPUtime=42.4
/proc/30754/stat : 30754 (pb_cplex) S 30753 30753 30720 0 -1 4202496 125666 0 0 0 4152 88 0 0 16 0 2 0 146009280 50331648 6598 1992294400 134512640 146736320 4290721168 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30754/statm: 12288 6598 1085 2985 0 8830 0
[pid=30754/tid=30758] ppid=30753 vsize=49152 CPUtime=20.98
/proc/30754/task/30758/stat : 30758 (pb_cplex) R 30753 30753 30720 0 -1 4202560 66181 0 0 0 2053 45 0 0 17 0 2 0 146009360 50331648 6598 1992294400 134512640 146736320 4290721168 18446744073709551615 135526127 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 42.4
Current children cumulated vsize (KiB) 57852

[startup+51.1013 s]
/proc/loadavg: 0.99 0.26 0.09 3/109 30760
/proc/meminfo: memFree=1457652/2059040 swapFree=4138352/4192956
[pid=30753] ppid=30751 vsize=8700 CPUtime=0
/proc/30753/stat : 30753 (run) S 30751 30753 30720 0 -1 4202496 363 0 0 0 0 0 0 0 19 0 1 0 146009280 8908800 248 1992294400 4194304 4922060 140736705829392 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30753/statm: 2175 248 208 178 0 68 0
[pid=30754] ppid=30753 vsize=55280 CPUtime=85.86
/proc/30754/stat : 30754 (pb_cplex) R 30753 30753 30720 0 -1 4202496 182088 0 0 0 8454 132 0 0 17 0 2 0 146009280 56606720 8054 1992294400 134512640 146736320 4290721168 18446744073709551615 137056503 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30754/statm: 13820 8054 1081 2985 0 10362 0
[pid=30754/tid=30758] ppid=30753 vsize=55280 CPUtime=43.35
/proc/30754/task/30758/stat : 30758 (pb_cplex) S 30753 30753 30720 0 -1 4202560 99245 0 0 0 4265 70 0 0 17 0 2 0 146009360 56606720 8054 1992294400 134512640 146736320 4290721168 18446744073709551615 144580073 0 2 4096 16387 18446604437852646400 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 85.86
Current children cumulated vsize (KiB) 63980

[startup+102.308 s]
/proc/loadavg: 1.53 0.51 0.18 3/109 30760
/proc/meminfo: memFree=1457404/2059040 swapFree=4138352/4192956
[pid=30753] ppid=30751 vsize=8700 CPUtime=0
/proc/30753/stat : 30753 (run) S 30751 30753 30720 0 -1 4202496 363 0 0 0 0 0 0 0 19 0 1 0 146009280 8908800 248 1992294400 4194304 4922060 140736705829392 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30753/statm: 2175 248 208 178 0 68 0
[pid=30754] ppid=30753 vsize=53804 CPUtime=170.87
/proc/30754/stat : 30754 (pb_cplex) R 30753 30753 30720 0 -1 4202496 256062 0 0 0 16865 222 0 0 16 0 2 0 146009280 55095296 7727 1992294400 134512640 146736320 4290721168 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30754/statm: 13451 7727 1082 2985 0 9993 0
[pid=30754/tid=30758] ppid=30753 vsize=53804 CPUtime=83.93
/proc/30754/task/30758/stat : 30758 (pb_cplex) R 30753 30753 30720 0 -1 4202560 138167 0 0 0 8275 118 0 0 16 0 2 0 146009360 55095296 7727 1992294400 134512640 146736320 4290721168 18446744073709551615 135450457 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 170.87
Current children cumulated vsize (KiB) 62504

[startup+162.301 s]
/proc/loadavg: 1.64 0.73 0.28 4/109 30762
/proc/meminfo: memFree=1457280/2059040 swapFree=4138352/4192956
[pid=30753] ppid=30751 vsize=8700 CPUtime=0
/proc/30753/stat : 30753 (run) S 30751 30753 30720 0 -1 4202496 363 0 0 0 0 0 0 0 19 0 1 0 146009280 8908800 248 1992294400 4194304 4922060 140736705829392 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30753/statm: 2175 248 208 178 0 68 0
[pid=30754] ppid=30753 vsize=53036 CPUtime=275.68
/proc/30754/stat : 30754 (pb_cplex) R 30753 30753 30720 0 -1 4202496 309612 0 0 0 27242 326 0 0 17 0 2 0 146009280 54308864 7703 1992294400 134512640 146736320 4290721168 18446744073709551615 138443535 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30754/statm: 13259 7703 1082 2985 0 9801 0
[pid=30754/tid=30758] ppid=30753 vsize=53036 CPUtime=135.97
/proc/30754/task/30758/stat : 30758 (pb_cplex) R 30753 30753 30720 0 -1 4202560 164856 0 0 0 13425 172 0 0 16 0 2 0 146009360 54308864 7703 1992294400 134512640 146736320 4290721168 18446744073709551615 139023078 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 275.68
Current children cumulated vsize (KiB) 61736

[startup+222.301 s]
/proc/loadavg: 1.64 0.90 0.36 3/109 30764
/proc/meminfo: memFree=1457032/2059040 swapFree=4138352/4192956
[pid=30753] ppid=30751 vsize=8700 CPUtime=0
/proc/30753/stat : 30753 (run) S 30751 30753 30720 0 -1 4202496 363 0 0 0 0 0 0 0 19 0 1 0 146009280 8908800 248 1992294400 4194304 4922060 140736705829392 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30753/statm: 2175 248 208 178 0 68 0
[pid=30754] ppid=30753 vsize=53544 CPUtime=380.11
/proc/30754/stat : 30754 (pb_cplex) R 30753 30753 30720 0 -1 4202496 390474 0 0 0 37565 446 0 0 17 0 2 0 146009280 54829056 7801 1992294400 134512640 146736320 4290721168 18446744073709551615 136015707 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30754/statm: 13386 7801 1083 2985 0 9928 0
[pid=30754/tid=30758] ppid=30753 vsize=53544 CPUtime=186.73
/proc/30754/task/30758/stat : 30758 (pb_cplex) S 30753 30753 30720 0 -1 4202560 202209 0 0 0 18444 229 0 0 16 0 2 0 146009360 54829056 7801 1992294400 134512640 146736320 4290721168 18446744073709551615 144580073 0 2 4096 16387 18446604437852646400 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 380.11
Current children cumulated vsize (KiB) 62244

[startup+282.301 s]
/proc/loadavg: 1.78 1.08 0.45 3/109 30766
/proc/meminfo: memFree=1457280/2059040 swapFree=4138352/4192956
[pid=30753] ppid=30751 vsize=8700 CPUtime=0
/proc/30753/stat : 30753 (run) S 30751 30753 30720 0 -1 4202496 363 0 0 0 0 0 0 0 19 0 1 0 146009280 8908800 248 1992294400 4194304 4922060 140736705829392 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30753/statm: 2175 248 208 178 0 68 0
[pid=30754] ppid=30753 vsize=54348 CPUtime=483.8
/proc/30754/stat : 30754 (pb_cplex) R 30753 30753 30720 0 -1 4202496 498402 0 0 0 47787 593 0 0 16 0 2 0 146009280 55652352 7818 1992294400 134512640 146736320 4290721168 18446744073709551615 135454141 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30754/statm: 13587 7818 1083 2985 0 10129 0
[pid=30754/tid=30758] ppid=30753 vsize=54348 CPUtime=238.53
/proc/30754/task/30758/stat : 30758 (pb_cplex) R 30753 30753 30720 0 -1 4202560 254774 0 0 0 23553 300 0 0 16 0 2 0 146009360 55652352 7818 1992294400 134512640 146736320 4290721168 18446744073709551615 135850319 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 483.8
Current children cumulated vsize (KiB) 63048

[startup+342.301 s]
/proc/loadavg: 1.74 1.20 0.53 2/109 30768
/proc/meminfo: memFree=1456784/2059040 swapFree=4138352/4192956
[pid=30753] ppid=30751 vsize=8700 CPUtime=0
/proc/30753/stat : 30753 (run) S 30751 30753 30720 0 -1 4202496 363 0 0 0 0 0 0 0 19 0 1 0 146009280 8908800 248 1992294400 4194304 4922060 140736705829392 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0

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

/proc/30753/stat : 30753 (run) S 30751 30753 30720 0 -1 4202496 363 0 0 0 0 0 0 0 19 0 1 0 146009280 8908800 248 1992294400 4194304 4922060 140736705829392 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30753/statm: 2175 248 208 178 0 68 0
[pid=30754] ppid=30753 vsize=55040 CPUtime=795.74
/proc/30754/stat : 30754 (pb_cplex) R 30753 30753 30720 0 -1 4202496 732232 0 0 0 78578 996 0 0 16 0 2 0 146009280 56360960 8122 1992294400 134512640 146736320 4290721168 18446744073709551615 135526884 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30754/statm: 13760 8122 1083 2985 0 10302 0
[pid=30754/tid=30758] ppid=30753 vsize=55040 CPUtime=392.21
/proc/30754/task/30758/stat : 30758 (pb_cplex) R 30753 30753 30720 0 -1 4202560 360932 0 0 0 38723 498 0 0 16 0 2 0 146009360 56360960 8122 1992294400 134512640 146736320 4290721168 18446744073709551615 136384849 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 795.74
Current children cumulated vsize (KiB) 63740

[startup+522.302 s]
/proc/loadavg: 1.80 1.46 0.74 3/109 30772
/proc/meminfo: memFree=1455792/2059040 swapFree=4138352/4192956
[pid=30753] ppid=30751 vsize=8700 CPUtime=0
/proc/30753/stat : 30753 (run) S 30751 30753 30720 0 -1 4202496 363 0 0 0 0 0 0 0 19 0 1 0 146009280 8908800 248 1992294400 4194304 4922060 140736705829392 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30753/statm: 2175 248 208 178 0 68 0
[pid=30754] ppid=30753 vsize=55280 CPUtime=900.35
/proc/30754/stat : 30754 (pb_cplex) R 30753 30753 30720 0 -1 4202496 790893 0 0 0 88908 1127 0 0 16 0 2 0 146009280 56606720 8156 1992294400 134512640 146736320 4290721168 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30754/statm: 13820 8156 1083 2985 0 10362 0
[pid=30754/tid=30758] ppid=30753 vsize=55280 CPUtime=443.31
/proc/30754/task/30758/stat : 30758 (pb_cplex) R 30753 30753 30720 0 -1 4202560 390072 0 0 0 43768 563 0 0 16 0 2 0 146009360 56606720 8156 1992294400 134512640 146736320 4290721168 18446744073709551615 136002752 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 900.35
Current children cumulated vsize (KiB) 63980

[startup+582.302 s]
/proc/loadavg: 1.70 1.49 0.80 3/109 30774
/proc/meminfo: memFree=1454924/2059040 swapFree=4138352/4192956
[pid=30753] ppid=30751 vsize=8700 CPUtime=0
/proc/30753/stat : 30753 (run) S 30751 30753 30720 0 -1 4202496 363 0 0 0 0 0 0 0 19 0 1 0 146009280 8908800 248 1992294400 4194304 4922060 140736705829392 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30753/statm: 2175 248 208 178 0 68 0
[pid=30754] ppid=30753 vsize=55480 CPUtime=1003.82
/proc/30754/stat : 30754 (pb_cplex) R 30753 30753 30720 0 -1 4202496 839120 0 0 0 99136 1246 0 0 16 0 2 0 146009280 56811520 8315 1992294400 134512640 146736320 4290721168 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30754/statm: 13870 8315 1098 2985 0 10412 0
[pid=30754/tid=30758] ppid=30753 vsize=55480 CPUtime=494.54
/proc/30754/task/30758/stat : 30758 (pb_cplex) S 30753 30753 30720 0 -1 4202560 416826 0 0 0 48832 622 0 0 16 0 2 0 146009360 56811520 8315 1992294400 134512640 146736320 4290721168 18446744073709551615 144580073 0 2 4096 16387 18446604437852646400 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1003.82
Current children cumulated vsize (KiB) 64180

[startup+642.302 s]
/proc/loadavg: 1.83 1.57 0.87 3/109 30776
/proc/meminfo: memFree=1454304/2059040 swapFree=4138352/4192956
[pid=30753] ppid=30751 vsize=8700 CPUtime=0
/proc/30753/stat : 30753 (run) S 30751 30753 30720 0 -1 4202496 363 0 0 0 0 0 0 0 19 0 1 0 146009280 8908800 248 1992294400 4194304 4922060 140736705829392 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30753/statm: 2175 248 208 178 0 68 0
[pid=30754] ppid=30753 vsize=56504 CPUtime=1108.74
/proc/30754/stat : 30754 (pb_cplex) R 30753 30753 30720 0 -1 4202496 888116 0 0 0 109510 1364 0 0 16 0 2 0 146009280 57860096 8443 1992294400 134512640 146736320 4290721168 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30754/statm: 14126 8443 1098 2985 0 10668 0
[pid=30754/tid=30758] ppid=30753 vsize=56504 CPUtime=546.76
/proc/30754/task/30758/stat : 30758 (pb_cplex) R 30753 30753 30720 0 -1 4202560 441206 0 0 0 53995 681 0 0 16 0 2 0 146009360 57860096 8443 1992294400 134512640 146736320 4290721168 18446744073709551615 135857487 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1108.74
Current children cumulated vsize (KiB) 65204

[startup+702.302 s]
/proc/loadavg: 1.90 1.63 0.93 3/109 30776
/proc/meminfo: memFree=1453560/2059040 swapFree=4138352/4192956
[pid=30753] ppid=30751 vsize=8700 CPUtime=0
/proc/30753/stat : 30753 (run) S 30751 30753 30720 0 -1 4202496 363 0 0 0 0 0 0 0 19 0 1 0 146009280 8908800 248 1992294400 4194304 4922060 140736705829392 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30753/statm: 2175 248 208 178 0 68 0
[pid=30754] ppid=30753 vsize=56856 CPUtime=1211.88
/proc/30754/stat : 30754 (pb_cplex) R 30753 30753 30720 0 -1 4202496 930858 0 0 0 119700 1488 0 0 16 0 2 0 146009280 58220544 8617 1992294400 134512640 146736320 4290721168 18446744073709551615 135983225 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30754/statm: 14214 8617 1099 2985 0 10756 0
[pid=30754/tid=30758] ppid=30753 vsize=56856 CPUtime=597.93
/proc/30754/task/30758/stat : 30758 (pb_cplex) S 30753 30753 30720 0 -1 4202560 463972 0 0 0 59050 743 0 0 16 0 2 0 146009360 58220544 8617 1992294400 134512640 146736320 4290721168 18446744073709551615 144580073 0 2 4096 16387 18446604437852646400 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1211.88
Current children cumulated vsize (KiB) 65556

[startup+762.309 s]
/proc/loadavg: 1.86 1.66 0.98 3/109 30778
/proc/meminfo: memFree=1453560/2059040 swapFree=4138352/4192956
[pid=30753] ppid=30751 vsize=8700 CPUtime=0
/proc/30753/stat : 30753 (run) S 30751 30753 30720 0 -1 4202496 363 0 0 0 0 0 0 0 19 0 1 0 146009280 8908800 248 1992294400 4194304 4922060 140736705829392 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30753/statm: 2175 248 208 178 0 68 0
[pid=30754] ppid=30753 vsize=56884 CPUtime=1316.84
/proc/30754/stat : 30754 (pb_cplex) S 30753 30753 30720 0 -1 4202496 966779 0 0 0 130084 1600 0 0 16 0 2 0 146009280 58249216 8630 1992294400 134512640 146736320 4290721168 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30754/statm: 14221 8630 1098 2985 0 10763 0
[pid=30754/tid=30758] ppid=30753 vsize=56884 CPUtime=650.24
/proc/30754/task/30758/stat : 30758 (pb_cplex) R 30753 30753 30720 0 -1 4202560 485041 0 0 0 64225 799 0 0 16 0 2 0 146009360 58249216 8630 1992294400 134512640 146736320 4290721168 18446744073709551615 135920669 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1316.84
Current children cumulated vsize (KiB) 65584

[startup+822.302 s]
/proc/loadavg: 1.78 1.68 1.03 3/109 30780
/proc/meminfo: memFree=1453560/2059040 swapFree=4138352/4192956
[pid=30753] ppid=30751 vsize=8700 CPUtime=0
/proc/30753/stat : 30753 (run) S 30751 30753 30720 0 -1 4202496 363 0 0 0 0 0 0 0 19 0 1 0 146009280 8908800 248 1992294400 4194304 4922060 140736705829392 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30753/statm: 2175 248 208 178 0 68 0
[pid=30754] ppid=30753 vsize=56884 CPUtime=1421.99
/proc/30754/stat : 30754 (pb_cplex) R 30753 30753 30720 0 -1 4202496 1008303 0 0 0 140476 1723 0 0 17 0 2 0 146009280 58249216 8625 1992294400 134512640 146736320 4290721168 18446744073709551615 135850298 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30754/statm: 14221 8625 1098 2985 0 10763 0
[pid=30754/tid=30758] ppid=30753 vsize=56884 CPUtime=702.34
/proc/30754/task/30758/stat : 30758 (pb_cplex) R 30753 30753 30720 0 -1 4202560 506566 0 0 0 69374 860 0 0 16 0 2 0 146009360 58249216 8625 1992294400 134512640 146736320 4290721168 18446744073709551615 135846432 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1421.99
Current children cumulated vsize (KiB) 65584

[startup+882.302 s]
/proc/loadavg: 1.86 1.71 1.08 3/109 30782
/proc/meminfo: memFree=1453808/2059040 swapFree=4138352/4192956
[pid=30753] ppid=30751 vsize=8700 CPUtime=0
/proc/30753/stat : 30753 (run) S 30751 30753 30720 0 -1 4202496 363 0 0 0 0 0 0 0 19 0 1 0 146009280 8908800 248 1992294400 4194304 4922060 140736705829392 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30753/statm: 2175 248 208 178 0 68 0
[pid=30754] ppid=30753 vsize=56744 CPUtime=1527.72
/proc/30754/stat : 30754 (pb_cplex) R 30753 30753 30720 0 -1 4202496 1072502 0 0 0 150908 1864 0 0 16 0 2 0 146009280 58105856 8564 1992294400 134512640 146736320 4290721168 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30754/statm: 14186 8564 1098 2985 0 10728 0
[pid=30754/tid=30758] ppid=30753 vsize=56744 CPUtime=754.26
/proc/30754/task/30758/stat : 30758 (pb_cplex) R 30753 30753 30720 0 -1 4202560 543209 0 0 0 74491 935 0 0 16 0 2 0 146009360 58105856 8564 1992294400 134512640 146736320 4290721168 18446744073709551615 135237157 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1527.72
Current children cumulated vsize (KiB) 65444

[startup+942.302 s]
/proc/loadavg: 1.68 1.69 1.11 2/109 30784
/proc/meminfo: memFree=1453684/2059040 swapFree=4138352/4192956
[pid=30753] ppid=30751 vsize=8700 CPUtime=0
/proc/30753/stat : 30753 (run) S 30751 30753 30720 0 -1 4202496 363 0 0 0 0 0 0 0 19 0 1 0 146009280 8908800 248 1992294400 4194304 4922060 140736705829392 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30753/statm: 2175 248 208 178 0 68 0
[pid=30754] ppid=30753 vsize=56756 CPUtime=1633.62
/proc/30754/stat : 30754 (pb_cplex) R 30753 30753 30720 0 -1 4202496 1170255 0 0 0 161321 2041 0 0 16 0 2 0 146009280 58118144 8606 1992294400 134512640 146736320 4290721168 18446744073709551615 135526778 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30754/statm: 14189 8606 1098 2985 0 10731 0
[pid=30754/tid=30758] ppid=30753 vsize=56756 CPUtime=806.6
/proc/30754/task/30758/stat : 30758 (pb_cplex) R 30753 30753 30720 0 -1 4202560 608515 0 0 0 79621 1039 0 0 16 0 2 0 146009360 58118144 8606 1992294400 134512640 146736320 4290721168 18446744073709551615 135468577 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1633.62
Current children cumulated vsize (KiB) 65456

[startup+1002.3 s]
/proc/loadavg: 1.77 1.73 1.16 4/109 30784
/proc/meminfo: memFree=1453560/2059040 swapFree=4138352/4192956
[pid=30753] ppid=30751 vsize=8700 CPUtime=0
/proc/30753/stat : 30753 (run) S 30751 30753 30720 0 -1 4202496 363 0 0 0 0 0 0 0 19 0 1 0 146009280 8908800 248 1992294400 4194304 4922060 140736705829392 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30753/statm: 2175 248 208 178 0 68 0
[pid=30754] ppid=30753 vsize=56904 CPUtime=1739.16
/proc/30754/stat : 30754 (pb_cplex) S 30753 30753 30720 0 -1 4202496 1248919 0 0 0 171716 2200 0 0 17 0 2 0 146009280 58269696 8681 1992294400 134512640 146736320 4290721168 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30754/statm: 14226 8681 1098 2985 0 10768 0
[pid=30754/tid=30758] ppid=30753 vsize=56904 CPUtime=858.49
/proc/30754/task/30758/stat : 30758 (pb_cplex) R 30753 30753 30720 0 -1 4202560 637253 0 0 0 84745 1104 0 0 16 0 2 0 146009360 58269696 8681 1992294400 134512640 146736320 4290721168 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1739.16
Current children cumulated vsize (KiB) 65604



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1036.9 s]
/proc/loadavg: 1.82 1.74 1.18 2/109 30786
/proc/meminfo: memFree=1453312/2059040 swapFree=4138352/4192956
[pid=30753] ppid=30751 vsize=8700 CPUtime=0
/proc/30753/stat : 30753 (run) S 30751 30753 30720 0 -1 4202496 363 0 0 0 0 0 0 0 19 0 1 0 146009280 8908800 248 1992294400 4194304 4922060 140736705829392 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30753/statm: 2175 248 208 178 0 68 0
[pid=30754] ppid=30753 vsize=57780 CPUtime=1800.06
/proc/30754/stat : 30754 (pb_cplex) R 30753 30753 30720 0 -1 4202496 1290879 0 0 0 177729 2277 0 0 16 0 2 0 146009280 59166720 8721 1992294400 134512640 146736320 4290721168 18446744073709551615 144580332 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30754/statm: 14445 8721 1098 2985 0 10987 0
[pid=30754/tid=30758] ppid=30753 vsize=57780 CPUtime=888.4
/proc/30754/task/30758/stat : 30758 (pb_cplex) R 30753 30753 30720 0 -1 4202560 661214 0 0 0 87696 1144 0 0 15 0 2 0 146009360 59166720 8721 1992294400 134512640 146736320 4290721168 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 66480

Sending SIGTERM to process tree (bottom up)
SSolver just ended. Dumping a history of the last processes samples

[startup+1036.9 s]
/proc/loadavg: 1.82 1.74 1.18 2/109 30786
/proc/meminfo: memFree=1453312/2059040 swapFree=4138352/4192956
[pid=30753] ppid=30751 vsize=8700 CPUtime=0
/proc/30753/stat : 30753 (run) S 30751 30753 30720 0 -1 4202496 363 0 0 0 0 0 0 0 19 0 1 0 146009280 8908800 248 1992294400 4194304 4922060 140736705829392 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30753/statm: 2175 248 208 178 0 68 0
[pid=30754] ppid=30753 vsize=57780 CPUtime=1800.06
/proc/30754/stat : 30754 (pb_cplex) R 30753 30753 30720 0 -1 4202496 1290879 0 0 0 177729 2277 0 0 16 0 2 0 146009280 59166720 8721 1992294400 134512640 146736320 4290721168 18446744073709551615 144580332 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30754/statm: 14445 8721 1098 2985 0 10987 0
[pid=30754/tid=30758] ppid=30753 vsize=57780 CPUtime=888.4
/proc/30754/task/30758/stat : 30758 (pb_cplex) R 30753 30753 30720 0 -1 4202560 661214 0 0 0 87696 1144 0 0 15 0 2 0 146009360 59166720 8721 1992294400 134512640 146736320 4290721168 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 66480

Child status: 0
Real time (s): 1036.92
CPU time (s): 1800.09
CPU user time (s): 1777.3
CPU system time (s): 22.7865
CPU usage (%): 173.6
Max. virtual memory (cumulated for all children) (KiB): 75672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1777.3
system time used= 22.7865
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1291252
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= 587591
involuntary context switches= 26279

runsolver used 2.13567 second user time and 5.2872 second system time

The end

Launcher Data

Begin job on node033 at 2010-07-02 07:05:41
IDJOB=2696858
IDBENCH=47892
IDSOLVER=1209
FILE ID=node033/2696858-1278047141
PBS_JOBID= 11198858
Free space on /tmp= 62420 MiB

SOLVER NAME= pb_cplex 2010-06-29
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=7-P0=127-P1=47-P2=7-P3=127-P4=17-P5=97-P6=127-B.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2696858-1278047141/watcher-2696858-1278047141 -o /tmp/evaluation-result-2696858-1278047141/solver-2696858-1278047141 -C 1800 -W 2000 -M 1800  run HOME/instance-2696858-1278047141.opb

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

MD5SUM BENCH= a92642ddb77f2466b803e375801dde37
RANDOM SEED=1685767235

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1487792 kB
Buffers:        152592 kB
Cached:         308656 kB
SwapCached:       8236 kB
Active:         228484 kB
Inactive:       247408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1487792 kB
SwapTotal:     4192956 kB
SwapFree:      4138352 kB
Dirty:           16652 kB
Writeback:           0 kB
AnonPages:       12824 kB
Mapped:          11972 kB
Slab:            73524 kB
PageTables:       4216 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182724 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-2696858-1278047141.opb

Free space on /tmp at the end= 62404 MiB
End job on node033 at 2010-07-02 07:22:59