Trace number 2696848

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 1042.52

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=7-P0=107-P1=79-P2=47-P3=23-P4=59-P5=43-B.opb
MD5SUMf01cd5833b9818ac5549df08f5d7cfc0
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.445931
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 variables105
Total number of constraints11
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 constraints11
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)245
Sum of products size (including duplicates)490
Number of different products245
Sum of products size490

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2696848-1278047139.opb.
0.00/0.00	c Instance file HOME/instance-2696848-1278047139.opb
0.00/0.00	c File size is 18218 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.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:      350                                                 |
0.00/0.01	c |  Number Constraints:    501                                                 |
0.00/0.01	c ===============================================================================
1800.07/1042.51	c Remaining time 1799.99 sec.
1800.07/1042.51	c 
1800.07/1042.51	c *** INTERRUPTED ***
1800.07/1042.51	s UNKNOWN
1800.07/1042.51	c Total CPU time              : 1775.61 s
1800.07/1042.51	c Memory used           : 51.82 MB
1800.07/1042.51	c CPU time              : 1775.61 s
1800.07/1042.51	c 
1800.07/1042.51	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-2696848-1278047139/watcher-2696848-1278047139 -o /tmp/evaluation-result-2696848-1278047139/solver-2696848-1278047139 -C 1800 -W 2000 -M 1800 run HOME/instance-2696848-1278047139.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/105 32185
/proc/meminfo: memFree=1279532/2059040 swapFree=4139472/4192956
[pid=32185] ppid=32183 vsize=8700 CPUtime=0
/proc/32185/stat : 32185 (run) R 32183 32185 32152 0 -1 4202496 348 0 0 0 0 0 0 0 18 0 1 0 146007790 8908800 249 1992294400 4194304 4922060 140734025144368 18446744073709551615 258407506325 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/32185/statm: 2175 249 208 178 0 68 0

[startup+0.0244701 s]
/proc/loadavg: 0.00 0.00 0.00 3/105 32185
/proc/meminfo: memFree=1279532/2059040 swapFree=4139472/4192956
[pid=32185] ppid=32183 vsize=8700 CPUtime=0
/proc/32185/stat : 32185 (run) S 32183 32185 32152 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146007790 8908800 249 1992294400 4194304 4922060 140734025144368 18446744073709551615 258407505029 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32185/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101476 s]
/proc/loadavg: 0.00 0.00 0.00 3/105 32185
/proc/meminfo: memFree=1279532/2059040 swapFree=4139472/4192956
[pid=32185] ppid=32183 vsize=8700 CPUtime=0
/proc/32185/stat : 32185 (run) S 32183 32185 32152 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146007790 8908800 249 1992294400 4194304 4922060 140734025144368 18446744073709551615 258407505029 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32185/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.30352 s]
/proc/loadavg: 0.00 0.00 0.00 3/105 32185
/proc/meminfo: memFree=1279532/2059040 swapFree=4139472/4192956
[pid=32185] ppid=32183 vsize=8700 CPUtime=0
/proc/32185/stat : 32185 (run) S 32183 32185 32152 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146007790 8908800 249 1992294400 4194304 4922060 140734025144368 18446744073709551615 258407505029 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32185/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.710562 s]
/proc/loadavg: 0.00 0.00 0.00 3/105 32185
/proc/meminfo: memFree=1279532/2059040 swapFree=4139472/4192956
[pid=32185] ppid=32183 vsize=8700 CPUtime=0
/proc/32185/stat : 32185 (run) S 32183 32185 32152 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146007790 8908800 249 1992294400 4194304 4922060 140734025144368 18446744073709551615 258407505029 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32185/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50166 s]
/proc/loadavg: 0.00 0.00 0.00 2/108 32190
/proc/meminfo: memFree=1273432/2059040 swapFree=4139472/4192956
[pid=32185] ppid=32183 vsize=8700 CPUtime=0
/proc/32185/stat : 32185 (run) S 32183 32185 32152 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146007790 8908800 249 1992294400 4194304 4922060 140734025144368 18446744073709551615 258407505029 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32185/statm: 2175 249 208 178 0 68 0
[pid=32186] ppid=32185 vsize=33452 CPUtime=2.33
/proc/32186/stat : 32186 (pb_cplex) R 32185 32185 32152 0 -1 4202496 14309 0 0 0 223 10 0 0 18 0 2 0 146007791 34254848 2950 1992294400 134512640 146736320 4290774416 18446744073709551615 135846293 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/32186/statm: 8363 2950 1070 2985 0 4905 0
[pid=32186/tid=32190] ppid=32185 vsize=33452 CPUtime=0.81
/proc/32186/task/32190/stat : 32190 (pb_cplex) R 32185 32185 32152 0 -1 4202560 6080 0 0 0 78 3 0 0 17 0 2 0 146007845 34254848 2950 1992294400 134512640 146736320 4290774416 18446744073709551615 136015248 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 42152

[startup+3.10184 s]
/proc/loadavg: 0.16 0.03 0.01 3/108 32190
/proc/meminfo: memFree=1271200/2059040 swapFree=4139472/4192956
[pid=32185] ppid=32183 vsize=8700 CPUtime=0
/proc/32185/stat : 32185 (run) S 32183 32185 32152 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146007790 8908800 249 1992294400 4194304 4922060 140734025144368 18446744073709551615 258407505029 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32185/statm: 2175 249 208 178 0 68 0
[pid=32186] ppid=32185 vsize=35260 CPUtime=5.21
/proc/32186/stat : 32186 (pb_cplex) R 32185 32185 32152 0 -1 4202496 22865 0 0 0 504 17 0 0 17 0 2 0 146007791 36106240 3431 1992294400 134512640 146736320 4290774416 18446744073709551615 136016577 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/32186/statm: 8815 3431 1074 2985 0 5357 0
[pid=32186/tid=32190] ppid=32185 vsize=35260 CPUtime=2.25
/proc/32186/task/32190/stat : 32190 (pb_cplex) R 32185 32185 32152 0 -1 4202560 10591 0 0 0 218 7 0 0 17 0 2 0 146007845 36106240 3431 1992294400 134512640 146736320 4290774416 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.21
Current children cumulated vsize (KiB) 43960

[startup+6.30121 s]
/proc/loadavg: 0.16 0.03 0.01 3/108 32190
/proc/meminfo: memFree=1267356/2059040 swapFree=4139472/4192956
[pid=32185] ppid=32183 vsize=8700 CPUtime=0
/proc/32185/stat : 32185 (run) S 32183 32185 32152 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146007790 8908800 249 1992294400 4194304 4922060 140734025144368 18446744073709551615 258407505029 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32185/statm: 2175 249 208 178 0 68 0
[pid=32186] ppid=32185 vsize=39124 CPUtime=10.82
/proc/32186/stat : 32186 (pb_cplex) R 32185 32185 32152 0 -1 4202496 37611 0 0 0 1052 30 0 0 18 0 2 0 146007791 40062976 4214 1992294400 134512640 146736320 4290774416 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/32186/statm: 9781 4214 1074 2985 0 6323 0
[pid=32186/tid=32190] ppid=32185 vsize=39124 CPUtime=4.99
/proc/32186/task/32190/stat : 32190 (pb_cplex) R 32185 32185 32152 0 -1 4202560 18567 0 0 0 486 13 0 0 17 0 2 0 146007845 40062976 4214 1992294400 134512640 146736320 4290774416 18446744073709551615 138462896 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.82
Current children cumulated vsize (KiB) 47824

[startup+12.7019 s]
/proc/loadavg: 0.36 0.08 0.03 2/108 32190
/proc/meminfo: memFree=1260040/2059040 swapFree=4139472/4192956
[pid=32185] ppid=32183 vsize=8700 CPUtime=0
/proc/32185/stat : 32185 (run) S 32183 32185 32152 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146007790 8908800 249 1992294400 4194304 4922060 140734025144368 18446744073709551615 258407505029 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32185/statm: 2175 249 208 178 0 68 0
[pid=32186] ppid=32185 vsize=43152 CPUtime=20.87
/proc/32186/stat : 32186 (pb_cplex) R 32185 32185 32152 0 -1 4202496 62747 0 0 0 2042 45 0 0 19 0 2 0 146007791 44187648 5283 1992294400 134512640 146736320 4290774416 18446744073709551615 136402277 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/32186/statm: 10788 5283 1074 2985 0 7330 0
[pid=32186/tid=32190] ppid=32185 vsize=43152 CPUtime=9.24
/proc/32186/task/32190/stat : 32190 (pb_cplex) R 32185 32185 32152 0 -1 4202560 28088 0 0 0 904 20 0 0 16 0 2 0 146007845 44187648 5283 1992294400 134512640 146736320 4290774416 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 20.87
Current children cumulated vsize (KiB) 51852

[startup+25.5014 s]
/proc/loadavg: 0.54 0.13 0.04 3/108 32190
/proc/meminfo: memFree=1256444/2059040 swapFree=4139472/4192956
[pid=32185] ppid=32183 vsize=8700 CPUtime=0
/proc/32185/stat : 32185 (run) S 32183 32185 32152 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146007790 8908800 249 1992294400 4194304 4922060 140734025144368 18446744073709551615 258407505029 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32185/statm: 2175 249 208 178 0 68 0
[pid=32186] ppid=32185 vsize=48976 CPUtime=42.45
/proc/32186/stat : 32186 (pb_cplex) R 32185 32185 32152 0 -1 4202496 91222 0 0 0 4170 75 0 0 17 0 2 0 146007791 50151424 6584 1992294400 134512640 146736320 4290774416 18446744073709551615 136015707 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/32186/statm: 12244 6584 1090 2985 0 8786 0
[pid=32186/tid=32190] ppid=32185 vsize=48976 CPUtime=21.11
/proc/32186/task/32190/stat : 32190 (pb_cplex) R 32185 32185 32152 0 -1 4202560 45816 0 0 0 2075 36 0 0 17 0 2 0 146007845 50151424 6584 1992294400 134512640 146736320 4290774416 18446744073709551615 136008230 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 42.45
Current children cumulated vsize (KiB) 57676

[startup+51.1012 s]
/proc/loadavg: 0.78 0.21 0.07 3/108 32192
/proc/meminfo: memFree=1256444/2059040 swapFree=4139472/4192956
[pid=32185] ppid=32183 vsize=8700 CPUtime=0
/proc/32185/stat : 32185 (run) S 32183 32185 32152 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146007790 8908800 249 1992294400 4194304 4922060 140734025144368 18446744073709551615 258407505029 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32185/statm: 2175 249 208 178 0 68 0
[pid=32186] ppid=32185 vsize=49304 CPUtime=84.91
/proc/32186/stat : 32186 (pb_cplex) R 32185 32185 32152 0 -1 4202496 124580 0 0 0 8370 121 0 0 16 0 2 0 146007791 50487296 6617 1992294400 134512640 146736320 4290774416 18446744073709551615 135851010 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/32186/statm: 12326 6617 1111 2985 0 8868 0
[pid=32186/tid=32190] ppid=32185 vsize=49304 CPUtime=41.49
/proc/32186/task/32190/stat : 32190 (pb_cplex) R 32185 32185 32152 0 -1 4202560 67236 0 0 0 4088 61 0 0 17 0 2 0 146007845 50487296 6617 1992294400 134512640 146736320 4290774416 18446744073709551615 135523315 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 84.91
Current children cumulated vsize (KiB) 58004

[startup+102.309 s]
/proc/loadavg: 1.31 0.45 0.16 2/108 32192
/proc/meminfo: memFree=1255576/2059040 swapFree=4139472/4192956
[pid=32185] ppid=32183 vsize=8700 CPUtime=0
/proc/32185/stat : 32185 (run) S 32183 32185 32152 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146007790 8908800 249 1992294400 4194304 4922060 140734025144368 18446744073709551615 258407505029 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32185/statm: 2175 249 208 178 0 68 0
[pid=32186] ppid=32185 vsize=50376 CPUtime=171.69
/proc/32186/stat : 32186 (pb_cplex) S 32185 32185 32152 0 -1 4202496 213781 0 0 0 16932 237 0 0 16 0 2 0 146007791 51585024 6786 1992294400 134512640 146736320 4290774416 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/32186/statm: 12594 6786 1111 2985 0 9136 0
[pid=32186/tid=32190] ppid=32185 vsize=50376 CPUtime=84.57
/proc/32186/task/32190/stat : 32190 (pb_cplex) R 32185 32185 32152 0 -1 4202560 124932 0 0 0 8330 127 0 0 17 0 2 0 146007845 51585024 6786 1992294400 134512640 146736320 4290774416 18446744073709551615 135844453 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 171.69
Current children cumulated vsize (KiB) 59076

[startup+162.301 s]
/proc/loadavg: 1.45 0.65 0.24 3/108 32198
/proc/meminfo: memFree=1254956/2059040 swapFree=4139472/4192956
[pid=32185] ppid=32183 vsize=8700 CPUtime=0
/proc/32185/stat : 32185 (run) S 32183 32185 32152 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146007790 8908800 249 1992294400 4194304 4922060 140734025144368 18446744073709551615 258407505029 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32185/statm: 2175 249 208 178 0 68 0
[pid=32186] ppid=32185 vsize=50520 CPUtime=275.58
/proc/32186/stat : 32186 (pb_cplex) R 32185 32185 32152 0 -1 4202496 349880 0 0 0 27151 407 0 0 17 0 2 0 146007791 51732480 6943 1992294400 134512640 146736320 4290774416 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/32186/statm: 12630 6943 1118 2985 0 9172 0
[pid=32186/tid=32196] ppid=32185 vsize=50520 CPUtime=46.51
/proc/32186/task/32196/stat : 32196 (pb_cplex) R 32185 32185 32152 0 -1 4202560 50563 0 0 0 4581 70 0 0 18 0 2 0 146018690 51732480 6943 1992294400 134512640 146736320 4290774416 18446744073709551615 135453238 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 275.58
Current children cumulated vsize (KiB) 59220

[startup+222.302 s]
/proc/loadavg: 1.67 0.86 0.34 3/108 32200
/proc/meminfo: memFree=1254460/2059040 swapFree=4139472/4192956
[pid=32185] ppid=32183 vsize=8700 CPUtime=0
/proc/32185/stat : 32185 (run) S 32183 32185 32152 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146007790 8908800 249 1992294400 4194304 4922060 140734025144368 18446744073709551615 258407505029 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32185/statm: 2175 249 208 178 0 68 0
[pid=32186] ppid=32185 vsize=51544 CPUtime=381.54
/proc/32186/stat : 32186 (pb_cplex) S 32185 32185 32152 0 -1 4202496 438396 0 0 0 37595 559 0 0 16 0 2 0 146007791 52781056 7068 1992294400 134512640 146736320 4290774416 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/32186/statm: 12886 7068 1118 2985 0 9428 0
[pid=32186/tid=32196] ppid=32185 vsize=51544 CPUtime=99.74
/proc/32186/task/32196/stat : 32196 (pb_cplex) R 32185 32185 32152 0 -1 4202560 129411 0 0 0 9813 161 0 0 16 0 2 0 146018690 52781056 7068 1992294400 134512640 146736320 4290774416 18446744073709551615 137343113 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 381.54
Current children cumulated vsize (KiB) 60244

[startup+282.301 s]
/proc/loadavg: 1.70 1.02 0.43 3/108 32202
/proc/meminfo: memFree=1254088/2059040 swapFree=4139472/4192956
[pid=32185] ppid=32183 vsize=8700 CPUtime=0
/proc/32185/stat : 32185 (run) S 32183 32185 32152 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146007790 8908800 249 1992294400 4194304 4922060 140734025144368 18446744073709551615 258407505029 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32185/statm: 2175 249 208 178 0 68 0
[pid=32186] ppid=32185 vsize=51544 CPUtime=482.11
/proc/32186/stat : 32186 (pb_cplex) R 32185 32185 32152 0 -1 4202496 508048 0 0 0 47508 703 0 0 15 0 2 0 146007791 52781056 7186 1992294400 134512640 146736320 4290774416 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/32186/statm: 12886 7186 1123 2985 0 9428 0
[pid=32186/tid=32196] ppid=32185 vsize=51544 CPUtime=150.77
/proc/32186/task/32196/stat : 32196 (pb_cplex) R 32185 32185 32152 0 -1 4202560 198999 0 0 0 14829 248 0 0 17 0 2 0 146018690 52781056 7186 1992294400 134512640 146736320 4290774416 18446744073709551615 135851007 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 482.11
Current children cumulated vsize (KiB) 60244

[startup+342.301 s]
/proc/loadavg: 1.76 1.15 0.51 3/108 32202
/proc/meminfo: memFree=1254336/2059040 swapFree=4139472/4192956
[pid=32185] ppid=32183 vsize=8700 CPUtime=0
/proc/32185/stat : 32185 (run) S 32183 32185 32152 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146007790 8908800 249 1992294400 4194304 4922060 140734025144368 18446744073709551615 258407505029 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0

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

/proc/32185/stat : 32185 (run) S 32183 32185 32152 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146007790 8908800 249 1992294400 4194304 4922060 140734025144368 18446744073709551615 258407505029 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32185/statm: 2175 249 208 178 0 68 0
[pid=32186] ppid=32185 vsize=51544 CPUtime=790.81
/proc/32186/stat : 32186 (pb_cplex) R 32185 32185 32152 0 -1 4202496 550796 0 0 0 77982 1099 0 0 16 0 2 0 146007791 52781056 7155 1992294400 134512640 146736320 4290774416 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/32186/statm: 12886 7155 1123 2985 0 9428 0
[pid=32186/tid=32196] ppid=32185 vsize=51544 CPUtime=303.39
/proc/32186/task/32196/stat : 32196 (pb_cplex) R 32185 32185 32152 0 -1 4202560 208035 0 0 0 29894 445 0 0 16 0 2 0 146018690 52781056 7155 1992294400 134512640 146736320 4290774416 18446744073709551615 135523326 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 790.81
Current children cumulated vsize (KiB) 60244

[startup+522.301 s]
/proc/loadavg: 1.76 1.40 0.71 3/108 32208
/proc/meminfo: memFree=1253964/2059040 swapFree=4139472/4192956
[pid=32185] ppid=32183 vsize=8700 CPUtime=0
/proc/32185/stat : 32185 (run) S 32183 32185 32152 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146007790 8908800 249 1992294400 4194304 4922060 140734025144368 18446744073709551615 258407505029 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32185/statm: 2175 249 208 178 0 68 0
[pid=32186] ppid=32185 vsize=51892 CPUtime=893.58
/proc/32186/stat : 32186 (pb_cplex) S 32185 32185 32152 0 -1 4202496 560329 0 0 0 88129 1229 0 0 17 0 2 0 146007791 53137408 7183 1992294400 134512640 146736320 4290774416 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/32186/statm: 12973 7183 1126 2985 0 9515 0
[pid=32186/tid=32196] ppid=32185 vsize=51892 CPUtime=353.6
/proc/32186/task/32196/stat : 32196 (pb_cplex) R 32185 32185 32152 0 -1 4202560 211984 0 0 0 34850 510 0 0 16 0 2 0 146018690 53137408 7183 1992294400 134512640 146736320 4290774416 18446744073709551615 135850298 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 893.58
Current children cumulated vsize (KiB) 60592

[startup+582.301 s]
/proc/loadavg: 1.68 1.44 0.76 3/108 32210
/proc/meminfo: memFree=1253964/2059040 swapFree=4139472/4192956
[pid=32185] ppid=32183 vsize=8700 CPUtime=0
/proc/32185/stat : 32185 (run) S 32183 32185 32152 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146007790 8908800 249 1992294400 4194304 4922060 140734025144368 18446744073709551615 258407505029 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32185/statm: 2175 249 208 178 0 68 0
[pid=32186] ppid=32185 vsize=51892 CPUtime=999.98
/proc/32186/stat : 32186 (pb_cplex) S 32185 32185 32152 0 -1 4202496 577103 0 0 0 98626 1372 0 0 18 0 2 0 146007791 53137408 7184 1992294400 134512640 146736320 4290774416 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/32186/statm: 12973 7184 1126 2985 0 9515 0
[pid=32186/tid=32196] ppid=32185 vsize=51892 CPUtime=407.54
/proc/32186/task/32196/stat : 32196 (pb_cplex) R 32185 32185 32152 0 -1 4202560 221641 0 0 0 40173 581 0 0 17 0 2 0 146018690 53137408 7184 1992294400 134512640 146736320 4290774416 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 999.98
Current children cumulated vsize (KiB) 60592

[startup+642.301 s]
/proc/loadavg: 1.82 1.53 0.83 3/108 32210
/proc/meminfo: memFree=1253716/2059040 swapFree=4139472/4192956
[pid=32185] ppid=32183 vsize=8700 CPUtime=0
/proc/32185/stat : 32185 (run) S 32183 32185 32152 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146007790 8908800 249 1992294400 4194304 4922060 140734025144368 18446744073709551615 258407505029 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32185/statm: 2175 249 208 178 0 68 0
[pid=32186] ppid=32185 vsize=51892 CPUtime=1105.69
/proc/32186/stat : 32186 (pb_cplex) R 32185 32185 32152 0 -1 4202496 612812 0 0 0 109048 1521 0 0 16 0 2 0 146007791 53137408 7237 1992294400 134512640 146736320 4290774416 18446744073709551615 136001989 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/32186/statm: 12973 7237 1126 2985 0 9515 0
[pid=32186/tid=32196] ppid=32185 vsize=51892 CPUtime=459.98
/proc/32186/task/32196/stat : 32196 (pb_cplex) R 32185 32185 32152 0 -1 4202560 235932 0 0 0 45343 655 0 0 16 0 2 0 146018690 53137408 7237 1992294400 134512640 146736320 4290774416 18446744073709551615 138712139 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1105.69
Current children cumulated vsize (KiB) 60592

[startup+702.302 s]
/proc/loadavg: 1.81 1.57 0.89 3/108 32212
/proc/meminfo: memFree=1252476/2059040 swapFree=4139472/4192956
[pid=32185] ppid=32183 vsize=8700 CPUtime=0
/proc/32185/stat : 32185 (run) S 32183 32185 32152 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146007790 8908800 249 1992294400 4194304 4922060 140734025144368 18446744073709551615 258407505029 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32185/statm: 2175 249 208 178 0 68 0
[pid=32186] ppid=32185 vsize=53056 CPUtime=1211.69
/proc/32186/stat : 32186 (pb_cplex) S 32185 32185 32152 0 -1 4202496 644340 0 0 0 119499 1670 0 0 17 0 2 0 146007791 54329344 7548 1992294400 134512640 146736320 4290774416 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/32186/statm: 13264 7548 1127 2985 0 9806 0
[pid=32186/tid=32196] ppid=32185 vsize=53056 CPUtime=513.31
/proc/32186/task/32196/stat : 32196 (pb_cplex) R 32185 32185 32152 0 -1 4202560 256840 0 0 0 50598 733 0 0 18 0 2 0 146018690 54329344 7548 1992294400 134512640 146736320 4290774416 18446744073709551615 135525144 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1211.69
Current children cumulated vsize (KiB) 61756

[startup+762.309 s]
/proc/loadavg: 1.81 1.60 0.94 3/108 32214
/proc/meminfo: memFree=1252228/2059040 swapFree=4139472/4192956
[pid=32185] ppid=32183 vsize=8700 CPUtime=0
/proc/32185/stat : 32185 (run) S 32183 32185 32152 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146007790 8908800 249 1992294400 4194304 4922060 140734025144368 18446744073709551615 258407505029 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32185/statm: 2175 249 208 178 0 68 0
[pid=32186] ppid=32185 vsize=53056 CPUtime=1308.36
/proc/32186/stat : 32186 (pb_cplex) R 32185 32185 32152 0 -1 4202496 683168 0 0 0 129034 1802 0 0 16 0 2 0 146007791 54329344 7562 1992294400 134512640 146736320 4290774416 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/32186/statm: 13264 7562 1127 2985 0 9806 0
[pid=32186/tid=32196] ppid=32185 vsize=53056 CPUtime=563.5
/proc/32186/task/32196/stat : 32196 (pb_cplex) R 32185 32185 32152 0 -1 4202560 275847 0 0 0 55550 800 0 0 17 0 2 0 146018690 54329344 7562 1992294400 134512640 146736320 4290774416 18446744073709551615 136389777 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1308.36
Current children cumulated vsize (KiB) 61756

[startup+822.301 s]
/proc/loadavg: 1.94 1.67 1.00 3/108 32216
/proc/meminfo: memFree=1251980/2059040 swapFree=4139472/4192956
[pid=32185] ppid=32183 vsize=8700 CPUtime=0
/proc/32185/stat : 32185 (run) S 32183 32185 32152 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146007790 8908800 249 1992294400 4194304 4922060 140734025144368 18446744073709551615 258407505029 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32185/statm: 2175 249 208 178 0 68 0
[pid=32186] ppid=32185 vsize=53056 CPUtime=1413.02
/proc/32186/stat : 32186 (pb_cplex) R 32185 32185 32152 0 -1 4202496 713469 0 0 0 139359 1943 0 0 16 0 2 0 146007791 54329344 7677 1992294400 134512640 146736320 4290774416 18446744073709551615 137460192 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/32186/statm: 13264 7677 1127 2985 0 9806 0
[pid=32186/tid=32196] ppid=32185 vsize=53056 CPUtime=615.45
/proc/32186/task/32196/stat : 32196 (pb_cplex) R 32185 32185 32152 0 -1 4202560 299811 0 0 0 60671 874 0 0 16 0 2 0 146018690 54329344 7677 1992294400 134512640 146736320 4290774416 18446744073709551615 135850322 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1413.02
Current children cumulated vsize (KiB) 61756

[startup+882.301 s]
/proc/loadavg: 1.89 1.70 1.05 3/108 32218
/proc/meminfo: memFree=1251856/2059040 swapFree=4139472/4192956
[pid=32185] ppid=32183 vsize=8700 CPUtime=0
/proc/32185/stat : 32185 (run) S 32183 32185 32152 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146007790 8908800 249 1992294400 4194304 4922060 140734025144368 18446744073709551615 258407505029 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32185/statm: 2175 249 208 178 0 68 0
[pid=32186] ppid=32185 vsize=53056 CPUtime=1517.56
/proc/32186/stat : 32186 (pb_cplex) R 32185 32185 32152 0 -1 4202496 717756 0 0 0 149681 2075 0 0 16 0 2 0 146007791 54329344 7685 1992294400 134512640 146736320 4290774416 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/32186/statm: 13264 7685 1127 2985 0 9806 0
[pid=32186/tid=32196] ppid=32185 vsize=53056 CPUtime=666.58
/proc/32186/task/32196/stat : 32196 (pb_cplex) R 32185 32185 32152 0 -1 4202560 301206 0 0 0 65720 938 0 0 16 0 2 0 146018690 54329344 7685 1992294400 134512640 146736320 4290774416 18446744073709551615 136015696 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1517.56
Current children cumulated vsize (KiB) 61756

[startup+942.302 s]
/proc/loadavg: 1.81 1.71 1.10 3/108 32218
/proc/meminfo: memFree=1252600/2059040 swapFree=4139472/4192956
[pid=32185] ppid=32183 vsize=8700 CPUtime=0
/proc/32185/stat : 32185 (run) S 32183 32185 32152 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146007790 8908800 249 1992294400 4194304 4922060 140734025144368 18446744073709551615 258407505029 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32185/statm: 2175 249 208 178 0 68 0
[pid=32186] ppid=32185 vsize=53056 CPUtime=1622.9
/proc/32186/stat : 32186 (pb_cplex) R 32185 32185 32152 0 -1 4202496 727152 0 0 0 160086 2204 0 0 18 0 2 0 146007791 54329344 7474 1992294400 134512640 146736320 4290774416 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/32186/statm: 13264 7474 1127 2985 0 9806 0
[pid=32186/tid=32196] ppid=32185 vsize=53056 CPUtime=718.77
/proc/32186/task/32196/stat : 32196 (pb_cplex) R 32185 32185 32152 0 -1 4202560 301485 0 0 0 70876 1001 0 0 18 0 2 0 146018690 54329344 7474 1992294400 134512640 146736320 4290774416 18446744073709551615 139039951 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1622.9
Current children cumulated vsize (KiB) 61756

[startup+1002.3 s]
/proc/loadavg: 1.94 1.76 1.15 3/108 32220
/proc/meminfo: memFree=1251980/2059040 swapFree=4139472/4192956
[pid=32185] ppid=32183 vsize=8700 CPUtime=0
/proc/32185/stat : 32185 (run) S 32183 32185 32152 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146007790 8908800 249 1992294400 4194304 4922060 140734025144368 18446744073709551615 258407505029 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32185/statm: 2175 249 208 178 0 68 0
[pid=32186] ppid=32185 vsize=53056 CPUtime=1729.83
/proc/32186/stat : 32186 (pb_cplex) R 32185 32185 32152 0 -1 4202496 737362 0 0 0 170629 2354 0 0 16 0 2 0 146007791 54329344 7616 1992294400 134512640 146736320 4290774416 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/32186/statm: 13264 7616 1127 2985 0 9806 0
[pid=32186/tid=32196] ppid=32185 vsize=53056 CPUtime=772.1
/proc/32186/task/32196/stat : 32196 (pb_cplex) R 32185 32185 32152 0 -1 4202560 307074 0 0 0 76135 1075 0 0 17 0 2 0 146018690 54329344 7616 1992294400 134512640 146736320 4290774416 18446744073709551615 136365649 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1729.83
Current children cumulated vsize (KiB) 61756



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1042.5 s]
/proc/loadavg: 1.89 1.77 1.18 3/108 32222
/proc/meminfo: memFree=1251980/2059040 swapFree=4139472/4192956
[pid=32185] ppid=32183 vsize=8700 CPUtime=0
/proc/32185/stat : 32185 (run) S 32183 32185 32152 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146007790 8908800 249 1992294400 4194304 4922060 140734025144368 18446744073709551615 258407505029 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32185/statm: 2175 249 208 178 0 68 0
[pid=32186] ppid=32185 vsize=53056 CPUtime=1800.07
/proc/32186/stat : 32186 (pb_cplex) R 32185 32185 32152 0 -1 4202496 759786 0 0 0 177559 2448 0 0 16 0 2 0 146007791 54329344 7620 1992294400 134512640 146736320 4290774416 18446744073709551615 135453265 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/32186/statm: 13264 7620 1127 2985 0 9806 0
[pid=32186/tid=32196] ppid=32185 vsize=53056 CPUtime=807.02
/proc/32186/task/32196/stat : 32196 (pb_cplex) R 32185 32185 32152 0 -1 4202560 310728 0 0 0 79584 1118 0 0 16 0 2 0 146018690 54329344 7620 1992294400 134512640 146736320 4290774416 18446744073709551615 139023098 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 61756

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

[startup+1042.5 s]
/proc/loadavg: 1.89 1.77 1.18 3/108 32222
/proc/meminfo: memFree=1251980/2059040 swapFree=4139472/4192956
[pid=32185] ppid=32183 vsize=8700 CPUtime=0
/proc/32185/stat : 32185 (run) S 32183 32185 32152 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146007790 8908800 249 1992294400 4194304 4922060 140734025144368 18446744073709551615 258407505029 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32185/statm: 2175 249 208 178 0 68 0
[pid=32186] ppid=32185 vsize=53056 CPUtime=1800.07
/proc/32186/stat : 32186 (pb_cplex) R 32185 32185 32152 0 -1 4202496 759786 0 0 0 177559 2448 0 0 16 0 2 0 146007791 54329344 7620 1992294400 134512640 146736320 4290774416 18446744073709551615 135453265 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/32186/statm: 13264 7620 1127 2985 0 9806 0
[pid=32186/tid=32196] ppid=32185 vsize=53056 CPUtime=807.02
/proc/32186/task/32196/stat : 32196 (pb_cplex) R 32185 32185 32152 0 -1 4202560 310728 0 0 0 79584 1118 0 0 16 0 2 0 146018690 54329344 7620 1992294400 134512640 146736320 4290774416 18446744073709551615 139023098 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 61756

Child status: 0
Real time (s): 1042.52
CPU time (s): 1800.09
CPU user time (s): 1775.61
CPU system time (s): 24.4883
CPU usage (%): 172.668
Max. virtual memory (cumulated for all children) (KiB): 65124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1775.61
system time used= 24.4883
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 760159
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= 522062
involuntary context switches= 28856

runsolver used 2.10468 second user time and 5.37118 second system time

The end

Launcher Data

Begin job on node085 at 2010-07-02 07:05:39
IDJOB=2696848
IDBENCH=47882
IDSOLVER=1209
FILE ID=node085/2696848-1278047139
PBS_JOBID= 11198830
Free space on /tmp= 121644 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=107-P1=79-P2=47-P3=23-P4=59-P5=43-B.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2696848-1278047139/watcher-2696848-1278047139 -o /tmp/evaluation-result-2696848-1278047139/solver-2696848-1278047139 -C 1800 -W 2000 -M 1800  run HOME/instance-2696848-1278047139.opb

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

MD5SUM BENCH= f01cd5833b9818ac5549df08f5d7cfc0
RANDOM SEED=137356351

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1282304 kB
Buffers:        152876 kB
Cached:         514272 kB
SwapCached:       7120 kB
Active:         253840 kB
Inactive:       427168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1282304 kB
SwapTotal:     4192956 kB
SwapFree:      4139472 kB
Dirty:           16652 kB
Writeback:           0 kB
AnonPages:       11992 kB
Mapped:          12020 kB
Slab:            74028 kB
PageTables:       4120 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181500 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-2696848-1278047139.opb

Free space on /tmp at the end= 121624 MiB
End job on node085 at 2010-07-02 07:23:02