Trace number 2696947

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.12 1037.42

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=5-P0=23-P1=31-P2=23-P3=7-P4=31-P5=19-P6=31-P7=11-P8=2-B.opb
MD5SUMfc4ae85a9713a7cb45bbf0331db309f7
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 benchmark0.530918
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 variables120
Total number of constraints17
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 constraints17
Minimum length of a constraint5
Maximum length of a constraint35
Number of terms in the objective function 5
Biggest coefficient in the objective function 16
Number of bits for the biggest coefficient in the objective function 5
Sum of the numbers in the objective function 31
Number of bits of the sum of numbers in the objective function 5
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 1984
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)200
Sum of products size (including duplicates)400
Number of different products200
Sum of products size400

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2696947-1278048179.opb.
0.00/0.00	c Instance file HOME/instance-2696947-1278048179.opb
0.00/0.00	c File size is 15073 bytes.
0.00/0.01	c Highest Coefficient sum: 1984
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:      320                                                 |
0.00/0.01	c |  Number Constraints:    417                                                 |
0.00/0.01	c ===============================================================================
1800.09/1037.41	c Remaining time 1799.99 sec.
1800.09/1037.41	c 
1800.09/1037.41	c *** INTERRUPTED ***
1800.09/1037.41	s UNKNOWN
1800.09/1037.41	c Total CPU time              : 1767.27 s
1800.09/1037.41	c Memory used           : 55.28 MB
1800.09/1037.41	c CPU time              : 1767.27 s
1800.09/1037.41	c 
1800.09/1037.41	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-2696947-1278048179/watcher-2696947-1278048179 -o /tmp/evaluation-result-2696947-1278048179/solver-2696947-1278048179 -C 1800 -W 2000 -M 1800 run HOME/instance-2696947-1278048179.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.82 1.74 1.18 3/106 30824
/proc/meminfo: memFree=1484700/2059040 swapFree=4138352/4192956
[pid=30824] ppid=30822 vsize=8700 CPUtime=0
/proc/30824/stat : 30824 (run) R 30822 30824 30720 0 -1 4202496 348 0 0 0 0 0 0 0 20 0 1 0 146113019 8908800 249 1992294400 4194304 4922060 140735776781152 18446744073709551615 246659260821 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/30824/statm: 2175 249 208 178 0 68 0

[startup+0.0122799 s]
/proc/loadavg: 1.82 1.74 1.18 3/106 30824
/proc/meminfo: memFree=1484700/2059040 swapFree=4138352/4192956
[pid=30824] ppid=30822 vsize=8700 CPUtime=0
/proc/30824/stat : 30824 (run) S 30822 30824 30720 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146113019 8908800 249 1992294400 4194304 4922060 140735776781152 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30824/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.104715 s]
/proc/loadavg: 1.82 1.74 1.18 3/106 30824
/proc/meminfo: memFree=1484700/2059040 swapFree=4138352/4192956
[pid=30824] ppid=30822 vsize=8700 CPUtime=0
/proc/30824/stat : 30824 (run) S 30822 30824 30720 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146113019 8908800 249 1992294400 4194304 4922060 140735776781152 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30824/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.303715 s]
/proc/loadavg: 1.82 1.74 1.18 3/106 30824
/proc/meminfo: memFree=1484700/2059040 swapFree=4138352/4192956
[pid=30824] ppid=30822 vsize=8700 CPUtime=0
/proc/30824/stat : 30824 (run) S 30822 30824 30720 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146113019 8908800 249 1992294400 4194304 4922060 140735776781152 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30824/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700715 s]
/proc/loadavg: 1.82 1.74 1.18 3/106 30824
/proc/meminfo: memFree=1484700/2059040 swapFree=4138352/4192956
[pid=30824] ppid=30822 vsize=8700 CPUtime=0
/proc/30824/stat : 30824 (run) S 30822 30824 30720 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146113019 8908800 249 1992294400 4194304 4922060 140735776781152 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30824/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50172 s]
/proc/loadavg: 1.76 1.73 1.18 3/109 30829
/proc/meminfo: memFree=1478220/2059040 swapFree=4138352/4192956
[pid=30824] ppid=30822 vsize=8700 CPUtime=0
/proc/30824/stat : 30824 (run) S 30822 30824 30720 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146113019 8908800 249 1992294400 4194304 4922060 140735776781152 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30824/statm: 2175 249 208 178 0 68 0
[pid=30825] ppid=30824 vsize=32328 CPUtime=2.35
/proc/30825/stat : 30825 (pb_cplex) R 30824 30824 30720 0 -1 4202496 12951 0 0 0 225 10 0 0 17 0 2 0 146113019 33103872 2654 1992294400 134512640 146736320 4289388576 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30825/statm: 8082 2654 1074 2985 0 4624 0
[pid=30825/tid=30829] ppid=30824 vsize=32328 CPUtime=0.76
/proc/30825/task/30829/stat : 30829 (pb_cplex) R 30824 30824 30720 0 -1 4202560 4767 0 0 0 73 3 0 0 18 0 2 0 146113083 33103872 2654 1992294400 134512640 146736320 4289388576 18446744073709551615 135237975 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.35
Current children cumulated vsize (KiB) 41028

[startup+3.10172 s]
/proc/loadavg: 1.76 1.73 1.18 3/109 30829
/proc/meminfo: memFree=1476732/2059040 swapFree=4138352/4192956
[pid=30824] ppid=30822 vsize=8700 CPUtime=0
/proc/30824/stat : 30824 (run) S 30822 30824 30720 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146113019 8908800 249 1992294400 4194304 4922060 140735776781152 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30824/statm: 2175 249 208 178 0 68 0
[pid=30825] ppid=30824 vsize=34356 CPUtime=5.17
/proc/30825/stat : 30825 (pb_cplex) R 30824 30824 30720 0 -1 4202496 20073 0 0 0 500 17 0 0 16 0 2 0 146113019 35180544 3261 1992294400 134512640 146736320 4289388576 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30825/statm: 8589 3261 1081 2985 0 5131 0
[pid=30825/tid=30829] ppid=30824 vsize=34356 CPUtime=2.22
/proc/30825/task/30829/stat : 30829 (pb_cplex) R 30824 30824 30720 0 -1 4202560 7972 0 0 0 216 6 0 0 18 0 2 0 146113083 35180544 3261 1992294400 134512640 146736320 4289388576 18446744073709551615 136506713 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.17
Current children cumulated vsize (KiB) 43056

[startup+6.30072 s]
/proc/loadavg: 1.78 1.73 1.18 2/109 30829
/proc/meminfo: memFree=1472640/2059040 swapFree=4138352/4192956
[pid=30824] ppid=30822 vsize=8700 CPUtime=0
/proc/30824/stat : 30824 (run) S 30822 30824 30720 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146113019 8908800 249 1992294400 4194304 4922060 140735776781152 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30824/statm: 2175 249 208 178 0 68 0
[pid=30825] ppid=30824 vsize=36280 CPUtime=10.66
/proc/30825/stat : 30825 (pb_cplex) R 30824 30824 30720 0 -1 4202496 28996 0 0 0 1041 25 0 0 16 0 2 0 146113019 37150720 3617 1992294400 134512640 146736320 4289388576 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30825/statm: 9070 3617 1074 2985 0 5612 0
[pid=30825/tid=30829] ppid=30824 vsize=36280 CPUtime=5.11
/proc/30825/task/30829/stat : 30829 (pb_cplex) R 30824 30824 30720 0 -1 4202560 11598 0 0 0 501 10 0 0 18 0 2 0 146113083 37150720 3617 1992294400 134512640 146736320 4289388576 18446744073709551615 136015727 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.66
Current children cumulated vsize (KiB) 44980

[startup+12.7007 s]
/proc/loadavg: 1.79 1.74 1.19 3/109 30829
/proc/meminfo: memFree=1470036/2059040 swapFree=4138352/4192956
[pid=30824] ppid=30822 vsize=8700 CPUtime=0
/proc/30824/stat : 30824 (run) S 30822 30824 30720 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146113019 8908800 249 1992294400 4194304 4922060 140735776781152 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30824/statm: 2175 249 208 178 0 68 0
[pid=30825] ppid=30824 vsize=40824 CPUtime=21.89
/proc/30825/stat : 30825 (pb_cplex) R 30824 30824 30720 0 -1 4202496 46800 0 0 0 2151 38 0 0 16 0 2 0 146113019 41803776 4717 1992294400 134512640 146736320 4289388576 18446744073709551615 135850157 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30825/statm: 10206 4717 1074 2985 0 6748 0
[pid=30825/tid=30829] ppid=30824 vsize=40824 CPUtime=11.09
/proc/30825/task/30829/stat : 30829 (pb_cplex) R 30824 30824 30720 0 -1 4202560 22798 0 0 0 1092 17 0 0 25 0 2 0 146113083 41803776 4717 1992294400 134512640 146736320 4289388576 18446744073709551615 139041156 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 21.89
Current children cumulated vsize (KiB) 49524

[startup+25.5007 s]
/proc/loadavg: 1.82 1.74 1.20 3/109 30829
/proc/meminfo: memFree=1466192/2059040 swapFree=4138352/4192956
[pid=30824] ppid=30822 vsize=8700 CPUtime=0
/proc/30824/stat : 30824 (run) S 30822 30824 30720 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146113019 8908800 249 1992294400 4194304 4922060 140735776781152 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30824/statm: 2175 249 208 178 0 68 0
[pid=30825] ppid=30824 vsize=45308 CPUtime=43.45
/proc/30825/stat : 30825 (pb_cplex) R 30824 30824 30720 0 -1 4202496 55999 0 0 0 4287 58 0 0 16 0 2 0 146113019 46395392 5682 1992294400 134512640 146736320 4289388576 18446744073709551615 136015725 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30825/statm: 11327 5682 1095 2985 0 7869 0
[pid=30825/tid=30829] ppid=30824 vsize=45308 CPUtime=22.06
/proc/30825/task/30829/stat : 30829 (pb_cplex) S 30824 30824 30720 0 -1 4202560 25766 0 0 0 2179 27 0 0 16 0 2 0 146113083 46395392 5682 1992294400 134512640 146736320 4289388576 18446744073709551615 144580073 0 2 4096 16387 18446604437852644608 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 43.45
Current children cumulated vsize (KiB) 54008

[startup+51.1007 s]
/proc/loadavg: 1.64 1.70 1.20 2/109 30831
/proc/meminfo: memFree=1466192/2059040 swapFree=4138352/4192956
[pid=30824] ppid=30822 vsize=8700 CPUtime=0
/proc/30824/stat : 30824 (run) S 30822 30824 30720 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146113019 8908800 249 1992294400 4194304 4922060 140735776781152 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30824/statm: 2175 249 208 178 0 68 0
[pid=30825] ppid=30824 vsize=43936 CPUtime=84.36
/proc/30825/stat : 30825 (pb_cplex) R 30824 30824 30720 0 -1 4202496 77580 0 0 0 8321 115 0 0 16 0 2 0 146113019 44990464 5377 1992294400 134512640 146736320 4289388576 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30825/statm: 10984 5377 1102 2985 0 7526 0
[pid=30825/tid=30829] ppid=30824 vsize=43936 CPUtime=39.94
/proc/30825/task/30829/stat : 30829 (pb_cplex) R 30824 30824 30720 0 -1 4202560 27948 0 0 0 3941 53 0 0 17 0 2 0 146113083 44990464 5377 1992294400 134512640 146736320 4289388576 18446744073709551615 135526785 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 84.36
Current children cumulated vsize (KiB) 52636

[startup+102.31 s]
/proc/loadavg: 1.64 1.69 1.22 3/109 30831
/proc/meminfo: memFree=1465696/2059040 swapFree=4138352/4192956
[pid=30824] ppid=30822 vsize=8700 CPUtime=0
/proc/30824/stat : 30824 (run) S 30822 30824 30720 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146113019 8908800 249 1992294400 4194304 4922060 140735776781152 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30824/statm: 2175 249 208 178 0 68 0
[pid=30825] ppid=30824 vsize=44372 CPUtime=174.21
/proc/30825/stat : 30825 (pb_cplex) R 30824 30824 30720 0 -1 4202496 121799 0 0 0 17138 283 0 0 16 0 2 0 146113019 45436928 5510 1992294400 134512640 146736320 4289388576 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30825/statm: 11093 5510 1102 2985 0 7635 0
[pid=30825/tid=30829] ppid=30824 vsize=44372 CPUtime=86.34
/proc/30825/task/30829/stat : 30829 (pb_cplex) R 30824 30824 30720 0 -1 4202560 41720 0 0 0 8498 136 0 0 16 0 2 0 146113083 45436928 5510 1992294400 134512640 146736320 4289388576 18446744073709551615 135983312 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 174.21
Current children cumulated vsize (KiB) 53072

[startup+162.301 s]
/proc/loadavg: 1.69 1.69 1.25 3/109 30833
/proc/meminfo: memFree=1461480/2059040 swapFree=4138352/4192956
[pid=30824] ppid=30822 vsize=8700 CPUtime=0
/proc/30824/stat : 30824 (run) S 30822 30824 30720 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146113019 8908800 249 1992294400 4194304 4922060 140735776781152 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30824/statm: 2175 249 208 178 0 68 0
[pid=30825] ppid=30824 vsize=48332 CPUtime=277.47
/proc/30825/stat : 30825 (pb_cplex) R 30824 30824 30720 0 -1 4202496 191141 0 0 0 27257 490 0 0 16 0 2 0 146113019 49491968 6515 1992294400 134512640 146736320 4289388576 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30825/statm: 12083 6515 1102 2985 0 8625 0
[pid=30825/tid=30829] ppid=30824 vsize=48332 CPUtime=138.54
/proc/30825/task/30829/stat : 30829 (pb_cplex) R 30824 30824 30720 0 -1 4202560 82826 0 0 0 13609 245 0 0 16 0 2 0 146113083 49491968 6515 1992294400 134512640 146736320 4289388576 18446744073709551615 135526785 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 277.47
Current children cumulated vsize (KiB) 57032

[startup+222.301 s]
/proc/loadavg: 1.74 1.70 1.28 3/109 30835
/proc/meminfo: memFree=1461604/2059040 swapFree=4138352/4192956
[pid=30824] ppid=30822 vsize=8700 CPUtime=0
/proc/30824/stat : 30824 (run) S 30822 30824 30720 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146113019 8908800 249 1992294400 4194304 4922060 140735776781152 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30824/statm: 2175 249 208 178 0 68 0
[pid=30825] ppid=30824 vsize=48332 CPUtime=381.72
/proc/30825/stat : 30825 (pb_cplex) S 30824 30824 30720 0 -1 4202496 209078 0 0 0 37505 667 0 0 16 0 2 0 146113019 49491968 6515 1992294400 134512640 146736320 4289388576 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30825/statm: 12083 6515 1102 2985 0 8625 0
[pid=30825/tid=30829] ppid=30824 vsize=48332 CPUtime=189.41
/proc/30825/task/30829/stat : 30829 (pb_cplex) R 30824 30824 30720 0 -1 4202560 90897 0 0 0 18613 328 0 0 15 0 2 0 146113083 49491968 6515 1992294400 134512640 146736320 4289388576 18446744073709551615 144580073 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 381.72
Current children cumulated vsize (KiB) 57032

[startup+282.301 s]
/proc/loadavg: 1.80 1.72 1.31 3/109 30837
/proc/meminfo: memFree=1460612/2059040 swapFree=4138352/4192956
[pid=30824] ppid=30822 vsize=8700 CPUtime=0
/proc/30824/stat : 30824 (run) S 30822 30824 30720 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146113019 8908800 249 1992294400 4194304 4922060 140735776781152 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30824/statm: 2175 249 208 178 0 68 0
[pid=30825] ppid=30824 vsize=49252 CPUtime=486.59
/proc/30825/stat : 30825 (pb_cplex) R 30824 30824 30720 0 -1 4202496 226558 0 0 0 47801 858 0 0 16 0 2 0 146113019 50434048 6758 1992294400 134512640 146736320 4289388576 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30825/statm: 12313 6758 1102 2985 0 8855 0
[pid=30825/tid=30829] ppid=30824 vsize=49252 CPUtime=240.7
/proc/30825/task/30829/stat : 30829 (pb_cplex) R 30824 30824 30720 0 -1 4202560 100365 0 0 0 23648 422 0 0 16 0 2 0 146113083 50434048 6758 1992294400 134512640 146736320 4289388576 18446744073709551615 136402277 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 486.59
Current children cumulated vsize (KiB) 57952

[startup+342.301 s]
/proc/loadavg: 1.64 1.69 1.32 2/109 30837
/proc/meminfo: memFree=1459744/2059040 swapFree=4138352/4192956
[pid=30824] ppid=30822 vsize=8700 CPUtime=0
/proc/30824/stat : 30824 (run) S 30822 30824 30720 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146113019 8908800 249 1992294400 4194304 4922060 140735776781152 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0

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

[pid=30825] ppid=30824 vsize=50928 CPUtime=695.94
/proc/30825/stat : 30825 (pb_cplex) R 30824 30824 30720 0 -1 4202496 257246 0 0 0 68358 1236 0 0 16 0 2 0 146113019 52150272 6965 1992294400 134512640 146736320 4289388576 18446744073709551615 136001890 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30825/statm: 12732 6965 1102 2985 0 9274 0
[pid=30825/tid=30829] ppid=30824 vsize=50928 CPUtime=343.48
/proc/30825/task/30829/stat : 30829 (pb_cplex) R 30824 30824 30720 0 -1 4202560 107859 0 0 0 33744 604 0 0 15 0 2 0 146113083 52150272 6965 1992294400 134512640 146736320 4289388576 18446744073709551615 136017644 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 695.94
Current children cumulated vsize (KiB) 59628

[startup+462.301 s]
/proc/loadavg: 1.88 1.76 1.39 2/109 30841
/proc/meminfo: memFree=1459992/2059040 swapFree=4138352/4192956
[pid=30824] ppid=30822 vsize=8700 CPUtime=0
/proc/30824/stat : 30824 (run) S 30822 30824 30720 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146113019 8908800 249 1992294400 4194304 4922060 140735776781152 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30824/statm: 2175 249 208 178 0 68 0
[pid=30825] ppid=30824 vsize=50268 CPUtime=800
/proc/30825/stat : 30825 (pb_cplex) R 30824 30824 30720 0 -1 4202496 279841 0 0 0 78578 1422 0 0 16 0 2 0 146113019 51474432 6935 1992294400 134512640 146736320 4289388576 18446744073709551615 138374099 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30825/statm: 12567 6935 1102 2985 0 9109 0
[pid=30825/tid=30829] ppid=30824 vsize=50268 CPUtime=394.76
/proc/30825/task/30829/stat : 30829 (pb_cplex) R 30824 30824 30720 0 -1 4202560 112887 0 0 0 38787 689 0 0 16 0 2 0 146113083 51474432 6935 1992294400 134512640 146736320 4289388576 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 800
Current children cumulated vsize (KiB) 58968

[startup+522.301 s]
/proc/loadavg: 1.83 1.77 1.41 3/109 30843
/proc/meminfo: memFree=1460488/2059040 swapFree=4138352/4192956
[pid=30824] ppid=30822 vsize=8700 CPUtime=0
/proc/30824/stat : 30824 (run) S 30822 30824 30720 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146113019 8908800 249 1992294400 4194304 4922060 140735776781152 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30824/statm: 2175 249 208 178 0 68 0
[pid=30825] ppid=30824 vsize=50684 CPUtime=903.93
/proc/30825/stat : 30825 (pb_cplex) R 30824 30824 30720 0 -1 4202496 296518 0 0 0 88771 1622 0 0 16 0 2 0 146113019 51900416 6923 1992294400 134512640 146736320 4289388576 18446744073709551615 136402293 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30825/statm: 12671 6923 1102 2985 0 9213 0
[pid=30825/tid=30829] ppid=30824 vsize=50684 CPUtime=445.79
/proc/30825/task/30829/stat : 30829 (pb_cplex) R 30824 30824 30720 0 -1 4202560 121167 0 0 0 43794 785 0 0 16 0 2 0 146113083 51900416 6923 1992294400 134512640 146736320 4289388576 18446744073709551615 135468697 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 903.93
Current children cumulated vsize (KiB) 59384

[startup+582.302 s]
/proc/loadavg: 1.79 1.78 1.44 2/109 30848
/proc/meminfo: memFree=1458008/2059040 swapFree=4138352/4192956
[pid=30824] ppid=30822 vsize=8700 CPUtime=0
/proc/30824/stat : 30824 (run) S 30822 30824 30720 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146113019 8908800 249 1992294400 4194304 4922060 140735776781152 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30824/statm: 2175 249 208 178 0 68 0
[pid=30825] ppid=30824 vsize=52696 CPUtime=1006.58
/proc/30825/stat : 30825 (pb_cplex) R 30824 30824 30720 0 -1 4202496 321911 0 0 0 98844 1814 0 0 16 0 2 0 146113019 53960704 7519 1992294400 134512640 146736320 4289388576 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30825/statm: 13174 7519 1102 2985 0 9716 0
[pid=30825/tid=30829] ppid=30824 vsize=52696 CPUtime=496.1
/proc/30825/task/30829/stat : 30829 (pb_cplex) R 30824 30824 30720 0 -1 4202560 133084 0 0 0 48732 878 0 0 16 0 2 0 146113083 53960704 7519 1992294400 134512640 146736320 4289388576 18446744073709551615 136402270 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1006.58
Current children cumulated vsize (KiB) 61396

[startup+642.302 s]
/proc/loadavg: 1.93 1.82 1.47 2/109 30848
/proc/meminfo: memFree=1457760/2059040 swapFree=4138352/4192956
[pid=30824] ppid=30822 vsize=8700 CPUtime=0
/proc/30824/stat : 30824 (run) S 30822 30824 30720 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146113019 8908800 249 1992294400 4194304 4922060 140735776781152 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30824/statm: 2175 249 208 178 0 68 0
[pid=30825] ppid=30824 vsize=52904 CPUtime=1111.23
/proc/30825/stat : 30825 (pb_cplex) R 30824 30824 30720 0 -1 4202496 347924 0 0 0 109123 2000 0 0 15 0 2 0 146113019 54173696 7439 1992294400 134512640 146736320 4289388576 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30825/statm: 13226 7439 1102 2985 0 9768 0
[pid=30825/tid=30829] ppid=30824 vsize=52904 CPUtime=548
/proc/30825/task/30829/stat : 30829 (pb_cplex) S 30824 30824 30720 0 -1 4202560 149988 0 0 0 53828 972 0 0 16 0 2 0 146113083 54173696 7439 1992294400 134512640 146736320 4289388576 18446744073709551615 144580073 0 2 4096 16387 18446604437852644608 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1111.23
Current children cumulated vsize (KiB) 61604

[startup+702.302 s]
/proc/loadavg: 1.77 1.79 1.48 3/109 30850
/proc/meminfo: memFree=1456892/2059040 swapFree=4138352/4192956
[pid=30824] ppid=30822 vsize=8700 CPUtime=0
/proc/30824/stat : 30824 (run) S 30822 30824 30720 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146113019 8908800 249 1992294400 4194304 4922060 140735776781152 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30824/statm: 2175 249 208 178 0 68 0
[pid=30825] ppid=30824 vsize=53600 CPUtime=1215.89
/proc/30825/stat : 30825 (pb_cplex) R 30824 30824 30720 0 -1 4202496 372844 0 0 0 119401 2188 0 0 16 0 2 0 146113019 54886400 7612 1992294400 134512640 146736320 4289388576 18446744073709551615 135454093 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30825/statm: 13400 7612 1102 2985 0 9942 0
[pid=30825/tid=30829] ppid=30824 vsize=53600 CPUtime=598.91
/proc/30825/task/30829/stat : 30829 (pb_cplex) S 30824 30824 30720 0 -1 4202560 163798 0 0 0 58827 1064 0 0 16 0 2 0 146113083 54886400 7612 1992294400 134512640 146736320 4289388576 18446744073709551615 144580073 0 2 4096 16387 18446604437852644608 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1215.89
Current children cumulated vsize (KiB) 62300

[startup+762.31 s]
/proc/loadavg: 1.77 1.78 1.49 3/109 30852
/proc/meminfo: memFree=1455652/2059040 swapFree=4138352/4192956
[pid=30824] ppid=30822 vsize=8700 CPUtime=0
/proc/30824/stat : 30824 (run) S 30822 30824 30720 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146113019 8908800 249 1992294400 4194304 4922060 140735776781152 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30824/statm: 2175 249 208 178 0 68 0
[pid=30825] ppid=30824 vsize=54864 CPUtime=1319.75
/proc/30825/stat : 30825 (pb_cplex) R 30824 30824 30720 0 -1 4202496 389071 0 0 0 129596 2379 0 0 16 0 2 0 146113019 56180736 7930 1992294400 134512640 146736320 4289388576 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30825/statm: 13716 7930 1102 2985 0 10258 0
[pid=30825/tid=30829] ppid=30824 vsize=54864 CPUtime=649.98
/proc/30825/task/30829/stat : 30829 (pb_cplex) S 30824 30824 30720 0 -1 4202560 176958 0 0 0 63837 1161 0 0 16 0 2 0 146113083 56180736 7930 1992294400 134512640 146736320 4289388576 18446744073709551615 144580073 0 2 4096 16387 18446604437852644608 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1319.75
Current children cumulated vsize (KiB) 63564

[startup+822.302 s]
/proc/loadavg: 1.76 1.77 1.50 3/109 30854
/proc/meminfo: memFree=1456148/2059040 swapFree=4138352/4192956
[pid=30824] ppid=30822 vsize=8700 CPUtime=0
/proc/30824/stat : 30824 (run) S 30822 30824 30720 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146113019 8908800 249 1992294400 4194304 4922060 140735776781152 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30824/statm: 2175 249 208 178 0 68 0
[pid=30825] ppid=30824 vsize=55072 CPUtime=1424.5
/proc/30825/stat : 30825 (pb_cplex) R 30824 30824 30720 0 -1 4202496 399787 0 0 0 139874 2576 0 0 16 0 2 0 146113019 56393728 7973 1992294400 134512640 146736320 4289388576 18446744073709551615 135450735 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30825/statm: 13768 7973 1102 2985 0 10310 0
[pid=30825/tid=30829] ppid=30824 vsize=55072 CPUtime=700.75
/proc/30825/task/30829/stat : 30829 (pb_cplex) S 30824 30824 30720 0 -1 4202560 182244 0 0 0 68817 1258 0 0 16 0 2 0 146113083 56393728 7973 1992294400 134512640 146736320 4289388576 18446744073709551615 144580073 0 2 4096 16387 18446604437852644608 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1424.5
Current children cumulated vsize (KiB) 63772

[startup+882.302 s]
/proc/loadavg: 1.56 1.72 1.50 3/109 30856
/proc/meminfo: memFree=1455528/2059040 swapFree=4138352/4192956
[pid=30824] ppid=30822 vsize=8700 CPUtime=0
/proc/30824/stat : 30824 (run) S 30822 30824 30720 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146113019 8908800 249 1992294400 4194304 4922060 140735776781152 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30824/statm: 2175 249 208 178 0 68 0
[pid=30825] ppid=30824 vsize=55580 CPUtime=1528.87
/proc/30825/stat : 30825 (pb_cplex) R 30824 30824 30720 0 -1 4202496 415273 0 0 0 150109 2778 0 0 16 0 2 0 146113019 56913920 8108 1992294400 134512640 146736320 4289388576 18446744073709551615 135468727 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30825/statm: 13895 8108 1102 2985 0 10437 0
[pid=30825/tid=30829] ppid=30824 vsize=55580 CPUtime=751.86
/proc/30825/task/30829/stat : 30829 (pb_cplex) R 30824 30824 30720 0 -1 4202560 184341 0 0 0 73834 1352 0 0 16 0 2 0 146113083 56913920 8108 1992294400 134512640 146736320 4289388576 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1528.87
Current children cumulated vsize (KiB) 64280

[startup+942.302 s]
/proc/loadavg: 1.84 1.77 1.53 3/109 30856
/proc/meminfo: memFree=1454412/2059040 swapFree=4138352/4192956
[pid=30824] ppid=30822 vsize=8700 CPUtime=0
/proc/30824/stat : 30824 (run) S 30822 30824 30720 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146113019 8908800 249 1992294400 4194304 4922060 140735776781152 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30824/statm: 2175 249 208 178 0 68 0
[pid=30825] ppid=30824 vsize=56128 CPUtime=1634.08
/proc/30825/stat : 30825 (pb_cplex) R 30824 30824 30720 0 -1 4202496 423126 0 0 0 160439 2969 0 0 16 0 2 0 146113019 57475072 8246 1992294400 134512640 146736320 4289388576 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30825/statm: 14032 8246 1102 2985 0 10574 0
[pid=30825/tid=30829] ppid=30824 vsize=56128 CPUtime=803.37
/proc/30825/task/30829/stat : 30829 (pb_cplex) R 30824 30824 30720 0 -1 4202560 190286 0 0 0 78892 1445 0 0 16 0 2 0 146113083 57475072 8246 1992294400 134512640 146736320 4289388576 18446744073709551615 136402273 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1634.08
Current children cumulated vsize (KiB) 64828

[startup+1002.3 s]
/proc/loadavg: 1.79 1.76 1.54 3/109 30858
/proc/meminfo: memFree=1454164/2059040 swapFree=4138352/4192956
[pid=30824] ppid=30822 vsize=8700 CPUtime=0
/proc/30824/stat : 30824 (run) S 30822 30824 30720 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146113019 8908800 249 1992294400 4194304 4922060 140735776781152 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30824/statm: 2175 249 208 178 0 68 0
[pid=30825] ppid=30824 vsize=56796 CPUtime=1738.71
/proc/30825/stat : 30825 (pb_cplex) R 30824 30824 30720 0 -1 4202496 429158 0 0 0 170698 3173 0 0 16 0 2 0 146113019 58159104 8381 1992294400 134512640 146736320 4289388576 18446744073709551615 136402273 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30825/statm: 14199 8381 1102 2985 0 10741 0
[pid=30825/tid=30829] ppid=30824 vsize=56796 CPUtime=855.17
/proc/30825/task/30829/stat : 30829 (pb_cplex) R 30824 30824 30720 0 -1 4202560 193350 0 0 0 83971 1546 0 0 16 0 2 0 146113083 58159104 8381 1992294400 134512640 146736320 4289388576 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1738.71
Current children cumulated vsize (KiB) 65496



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1037.4 s]
/proc/loadavg: 1.75 1.75 1.55 3/109 30860
/proc/meminfo: memFree=1453916/2059040 swapFree=4138352/4192956
[pid=30824] ppid=30822 vsize=8700 CPUtime=0
/proc/30824/stat : 30824 (run) S 30822 30824 30720 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146113019 8908800 249 1992294400 4194304 4922060 140735776781152 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30824/statm: 2175 249 208 178 0 68 0
[pid=30825] ppid=30824 vsize=56604 CPUtime=1800.09
/proc/30825/stat : 30825 (pb_cplex) R 30824 30824 30720 0 -1 4202496 436088 0 0 0 176725 3284 0 0 16 0 2 0 146113019 57962496 8362 1992294400 134512640 146736320 4289388576 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30825/statm: 14151 8362 1102 2985 0 10693 0
[pid=30825/tid=30829] ppid=30824 vsize=56604 CPUtime=884.97
/proc/30825/task/30829/stat : 30829 (pb_cplex) R 30824 30824 30720 0 -1 4202560 197003 0 0 0 86897 1600 0 0 16 0 2 0 146113083 57962496 8362 1992294400 134512640 146736320 4289388576 18446744073709551615 136015244 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 65304

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): 1037.42
CPU time (s): 1800.12
CPU user time (s): 1767.27
CPU system time (s): 32.848
CPU usage (%): 173.519
Max. virtual memory (cumulated for all children) (KiB): 67312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1767.27
system time used= 32.848
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 436464
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= 1253533
involuntary context switches= 28690

runsolver used 2.28465 second user time and 5.2812 second system time

The end

Launcher Data

Begin job on node033 at 2010-07-02 07:22:59
IDJOB=2696947
IDBENCH=47981
IDSOLVER=1209
FILE ID=node033/2696947-1278048179
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=5-P0=23-P1=31-P2=23-P3=7-P4=31-P5=19-P6=31-P7=11-P8=2-B.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2696947-1278048179/watcher-2696947-1278048179 -o /tmp/evaluation-result-2696947-1278048179/solver-2696947-1278048179 -C 1800 -W 2000 -M 1800  run HOME/instance-2696947-1278048179.opb

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

MD5SUM BENCH= fc4ae85a9713a7cb45bbf0331db309f7
RANDOM SEED=812323010

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:       1485600 kB
Buffers:        153076 kB
Cached:         310156 kB
SwapCached:       8236 kB
Active:         228928 kB
Inactive:       249020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1485600 kB
SwapTotal:     4192956 kB
SwapFree:      4138352 kB
Dirty:           16620 kB
Writeback:           0 kB
AnonPages:       12988 kB
Mapped:          11924 kB
Slab:            73608 kB
PageTables:       4100 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182348 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-2696947-1278048179.opb

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