Trace number 2697060

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.15 1053.12

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=6-P0=53-P1=17-P2=17-P3=13-P4=17-P5=61-B.opb
MD5SUM6f1f899f949e1f48428c6b51222a95ba
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.554914
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 variables90
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 constraint6
Maximum length of a constraint48
Number of terms in the objective function 6
Biggest coefficient in the objective function 32
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 63
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 2048
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 8064
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)180
Sum of products size (including duplicates)360
Number of different products180
Sum of products size360

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2697060-1278049294.opb.
0.00/0.00	c Instance file HOME/instance-2697060-1278049294.opb
0.00/0.00	c File size is 13425 bytes.
0.00/0.01	c Highest Coefficient sum: 8064
0.00/0.01	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
0.00/0.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Parsing time:          0.01         s                                      |
0.00/0.01	c |  Number Variables:      270                                                 |
0.00/0.01	c |  Number Constraints:    371                                                 |
0.00/0.01	c ===============================================================================
1800.12/1053.11	c Remaining time 1799.99 sec.
1800.12/1053.11	c 
1800.12/1053.11	c *** INTERRUPTED ***
1800.12/1053.11	s UNKNOWN
1800.12/1053.11	c Total CPU time              : 1767.22 s
1800.12/1053.11	c Memory used           : 47.62 MB
1800.12/1053.11	c CPU time              : 1767.22 s
1800.12/1053.11	c 
1800.12/1053.11	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-2697060-1278049294/watcher-2697060-1278049294 -o /tmp/evaluation-result-2697060-1278049294/solver-2697060-1278049294 -C 1800 -W 2000 -M 1800 run HOME/instance-2697060-1278049294.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.96 1.93 1.67 3/106 30809
/proc/meminfo: memFree=1533276/2059040 swapFree=4139872/4192956
[pid=30809] ppid=30807 vsize=8700 CPUtime=0
/proc/30809/stat : 30809 (run) R 30807 30809 30496 0 -1 4202496 347 0 0 0 0 0 0 0 20 0 1 0 146220465 8908800 248 1992294400 4194304 4922060 140733383453584 18446744073709551615 261052014997 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/30809/statm: 2175 248 208 178 0 68 0

[startup+0.076119 s]
/proc/loadavg: 1.96 1.93 1.67 3/106 30809
/proc/meminfo: memFree=1533276/2059040 swapFree=4139872/4192956
[pid=30809] ppid=30807 vsize=8700 CPUtime=0
/proc/30809/stat : 30809 (run) S 30807 30809 30496 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146220465 8908800 248 1992294400 4194304 4922060 140733383453584 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30809/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100118 s]
/proc/loadavg: 1.96 1.93 1.67 3/106 30809
/proc/meminfo: memFree=1533276/2059040 swapFree=4139872/4192956
[pid=30809] ppid=30807 vsize=8700 CPUtime=0
/proc/30809/stat : 30809 (run) S 30807 30809 30496 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146220465 8908800 248 1992294400 4194304 4922060 140733383453584 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30809/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.305418 s]
/proc/loadavg: 1.96 1.93 1.67 3/106 30809
/proc/meminfo: memFree=1533276/2059040 swapFree=4139872/4192956
[pid=30809] ppid=30807 vsize=8700 CPUtime=0
/proc/30809/stat : 30809 (run) S 30807 30809 30496 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146220465 8908800 248 1992294400 4194304 4922060 140733383453584 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30809/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700087 s]
/proc/loadavg: 1.96 1.93 1.67 3/106 30809
/proc/meminfo: memFree=1533276/2059040 swapFree=4139872/4192956
[pid=30809] ppid=30807 vsize=8700 CPUtime=0
/proc/30809/stat : 30809 (run) S 30807 30809 30496 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146220465 8908800 248 1992294400 4194304 4922060 140733383453584 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30809/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50005 s]
/proc/loadavg: 1.96 1.93 1.67 3/109 30814
/proc/meminfo: memFree=1526796/2059040 swapFree=4139872/4192956
[pid=30809] ppid=30807 vsize=8700 CPUtime=0
/proc/30809/stat : 30809 (run) S 30807 30809 30496 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146220465 8908800 248 1992294400 4194304 4922060 140733383453584 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30809/statm: 2175 248 208 178 0 68 0
[pid=30810] ppid=30809 vsize=32716 CPUtime=2.32
/proc/30810/stat : 30810 (pb_cplex) R 30809 30809 30496 0 -1 4202496 8847 0 0 0 223 9 0 0 17 0 2 0 146220465 33501184 2693 1992294400 134512640 146736320 4290271760 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30810/statm: 8179 2693 1074 2985 0 4721 0
[pid=30810/tid=30814] ppid=30809 vsize=32716 CPUtime=0.82
/proc/30810/task/30814/stat : 30814 (pb_cplex) R 30809 30809 30496 0 -1 4202560 3020 0 0 0 79 3 0 0 17 0 2 0 146220518 33501184 2693 1992294400 134512640 146736320 4290271760 18446744073709551615 137461337 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.32
Current children cumulated vsize (KiB) 41416

[startup+3.10196 s]
/proc/loadavg: 1.96 1.93 1.67 2/109 30814
/proc/meminfo: memFree=1525308/2059040 swapFree=4139872/4192956
[pid=30809] ppid=30807 vsize=8700 CPUtime=0
/proc/30809/stat : 30809 (run) S 30807 30809 30496 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146220465 8908800 248 1992294400 4194304 4922060 140733383453584 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30809/statm: 2175 248 208 178 0 68 0
[pid=30810] ppid=30809 vsize=35172 CPUtime=5.15
/proc/30810/stat : 30810 (pb_cplex) R 30809 30809 30496 0 -1 4202496 21889 0 0 0 497 18 0 0 16 0 2 0 146220465 36016128 3326 1992294400 134512640 146736320 4290271760 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30810/statm: 8793 3326 1079 2985 0 5335 0
[pid=30810/tid=30814] ppid=30809 vsize=35172 CPUtime=2.31
/proc/30810/task/30814/stat : 30814 (pb_cplex) R 30809 30809 30496 0 -1 4202560 11323 0 0 0 223 8 0 0 18 0 2 0 146220518 36016128 3326 1992294400 134512640 146736320 4290271760 18446744073709551615 135526881 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.15
Current children cumulated vsize (KiB) 43872

[startup+6.3008 s]
/proc/loadavg: 1.96 1.93 1.67 3/109 30814
/proc/meminfo: memFree=1522580/2059040 swapFree=4139872/4192956
[pid=30809] ppid=30807 vsize=8700 CPUtime=0
/proc/30809/stat : 30809 (run) S 30807 30809 30496 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146220465 8908800 248 1992294400 4194304 4922060 140733383453584 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30809/statm: 2175 248 208 178 0 68 0
[pid=30810] ppid=30809 vsize=38840 CPUtime=10.42
/proc/30810/stat : 30810 (pb_cplex) D 30809 30809 30496 0 -1 4202496 30781 0 0 0 1017 25 0 0 16 0 2 0 146220465 39772160 4204 1992294400 134512640 146736320 4290271760 18446744073709551615 144963134 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30810/statm: 9710 4204 1105 2985 0 6252 0
[pid=30810/tid=30814] ppid=30809 vsize=38840 CPUtime=4.94
/proc/30810/task/30814/stat : 30814 (pb_cplex) R 30809 30809 30496 0 -1 4202560 14897 0 0 0 482 12 0 0 16 0 2 0 146220518 39772160 4204 1992294400 134512640 146736320 4290271760 18446744073709551615 144797937 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.42
Current children cumulated vsize (KiB) 47540

[startup+12.7015 s]
/proc/loadavg: 1.97 1.93 1.68 3/109 30816
/proc/meminfo: memFree=1517372/2059040 swapFree=4139872/4192956
[pid=30809] ppid=30807 vsize=8700 CPUtime=0
/proc/30809/stat : 30809 (run) S 30807 30809 30496 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146220465 8908800 248 1992294400 4194304 4922060 140733383453584 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30809/statm: 2175 248 208 178 0 68 0
[pid=30810] ppid=30809 vsize=42016 CPUtime=21.69
/proc/30810/stat : 30810 (pb_cplex) R 30809 30809 30496 0 -1 4202496 46407 0 0 0 2125 44 0 0 16 0 2 0 146220465 43024384 5031 1992294400 134512640 146736320 4290271760 18446744073709551615 135454096 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30810/statm: 10504 5031 1074 2985 0 7046 0
[pid=30810/tid=30814] ppid=30809 vsize=42016 CPUtime=10.8
/proc/30810/task/30814/stat : 30814 (pb_cplex) R 30809 30809 30496 0 -1 4202560 22944 0 0 0 1059 21 0 0 17 0 2 0 146220518 43024384 5031 1992294400 134512640 146736320 4290271760 18446744073709551615 136015304 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 21.69
Current children cumulated vsize (KiB) 50716

[startup+25.5008 s]
/proc/loadavg: 1.82 1.90 1.67 2/109 30816
/proc/meminfo: memFree=1516388/2059040 swapFree=4139872/4192956
[pid=30809] ppid=30807 vsize=8700 CPUtime=0
/proc/30809/stat : 30809 (run) S 30807 30809 30496 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146220465 8908800 248 1992294400 4194304 4922060 140733383453584 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30809/statm: 2175 248 208 178 0 68 0
[pid=30810] ppid=30809 vsize=42016 CPUtime=41.17
/proc/30810/stat : 30810 (pb_cplex) R 30809 30809 30496 0 -1 4202496 56150 0 0 0 4051 66 0 0 17 0 2 0 146220465 43024384 5042 1992294400 134512640 146736320 4290271760 18446744073709551615 135983172 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30810/statm: 10504 5042 1082 2985 0 7046 0
[pid=30810/tid=30814] ppid=30809 vsize=42016 CPUtime=18.69
/proc/30810/task/30814/stat : 30814 (pb_cplex) R 30809 30809 30496 0 -1 4202560 29973 0 0 0 1834 35 0 0 16 0 2 0 146220518 43024384 5042 1992294400 134512640 146736320 4290271760 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 41.17
Current children cumulated vsize (KiB) 50716

[startup+51.1008 s]
/proc/loadavg: 1.67 1.86 1.66 3/109 30820
/proc/meminfo: memFree=1517504/2059040 swapFree=4139872/4192956
[pid=30809] ppid=30807 vsize=8700 CPUtime=0
/proc/30809/stat : 30809 (run) S 30807 30809 30496 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146220465 8908800 248 1992294400 4194304 4922060 140733383453584 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30809/statm: 2175 248 208 178 0 68 0
[pid=30810] ppid=30809 vsize=40596 CPUtime=80
/proc/30810/stat : 30810 (pb_cplex) R 30809 30809 30496 0 -1 4202496 120647 0 0 0 7858 142 0 0 16 0 2 0 146220465 41570304 4736 1992294400 134512640 146736320 4290271760 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30810/statm: 10149 4736 1102 2985 0 6691 0
[pid=30810/tid=30820] ppid=30809 vsize=40596 CPUtime=13.44
/proc/30810/task/30820/stat : 30820 (pb_cplex) S 30809 30809 30496 0 -1 4202560 27622 0 0 0 1318 26 0 0 16 0 2 0 146223684 41570304 4736 1992294400 134512640 146736320 4290271760 18446744073709551615 144580073 0 2 4096 16387 18446604437810127872 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 80
Current children cumulated vsize (KiB) 49296

[startup+102.309 s]
/proc/loadavg: 1.61 1.80 1.65 3/109 30822
/proc/meminfo: memFree=1517380/2059040 swapFree=4139872/4192956
[pid=30809] ppid=30807 vsize=8700 CPUtime=0
/proc/30809/stat : 30809 (run) S 30807 30809 30496 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146220465 8908800 248 1992294400 4194304 4922060 140733383453584 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30809/statm: 2175 248 208 178 0 68 0
[pid=30810] ppid=30809 vsize=40508 CPUtime=164.49
/proc/30810/stat : 30810 (pb_cplex) R 30809 30809 30496 0 -1 4202496 229416 0 0 0 16141 308 0 0 17 0 2 0 146220465 41480192 4816 1992294400 134512640 146736320 4290271760 18446744073709551615 138681803 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30810/statm: 10127 4816 1119 2985 0 6669 0
[pid=30810/tid=30820] ppid=30809 vsize=40508 CPUtime=54.4
/proc/30810/task/30820/stat : 30820 (pb_cplex) R 30809 30809 30496 0 -1 4202560 68331 0 0 0 5336 104 0 0 16 0 2 0 146223684 41480192 4816 1992294400 134512640 146736320 4290271760 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 164.49
Current children cumulated vsize (KiB) 49208

[startup+162.301 s]
/proc/loadavg: 1.75 1.81 1.66 2/109 30824
/proc/meminfo: memFree=1516760/2059040 swapFree=4139872/4192956
[pid=30809] ppid=30807 vsize=8700 CPUtime=0
/proc/30809/stat : 30809 (run) S 30807 30809 30496 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146220465 8908800 248 1992294400 4194304 4922060 140733383453584 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30809/statm: 2175 248 208 178 0 68 0
[pid=30810] ppid=30809 vsize=40988 CPUtime=261.99
/proc/30810/stat : 30810 (pb_cplex) R 30809 30809 30496 0 -1 4202496 306354 0 0 0 25711 488 0 0 16 0 2 0 146220465 41971712 4944 1992294400 134512640 146736320 4290271760 18446744073709551615 135468236 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30810/statm: 10247 4944 1119 2985 0 6789 0
[pid=30810/tid=30820] ppid=30809 vsize=40988 CPUtime=102.59
/proc/30810/task/30820/stat : 30820 (pb_cplex) R 30809 30809 30496 0 -1 4202560 125254 0 0 0 10054 205 0 0 16 0 2 0 146223684 41971712 4944 1992294400 134512640 146736320 4290271760 18446744073709551615 139041156 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 261.99
Current children cumulated vsize (KiB) 49688

[startup+222.301 s]
/proc/loadavg: 1.75 1.79 1.66 3/109 30824
/proc/meminfo: memFree=1517256/2059040 swapFree=4139872/4192956
[pid=30809] ppid=30807 vsize=8700 CPUtime=0
/proc/30809/stat : 30809 (run) S 30807 30809 30496 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146220465 8908800 248 1992294400 4194304 4922060 140733383453584 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30809/statm: 2175 248 208 178 0 68 0
[pid=30810] ppid=30809 vsize=40784 CPUtime=361.97
/proc/30810/stat : 30810 (pb_cplex) S 30809 30809 30496 0 -1 4202496 355053 0 0 0 35525 672 0 0 17 0 2 0 146220465 41762816 4851 1992294400 134512640 146736320 4290271760 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30810/statm: 10196 4851 1119 2985 0 6738 0
[pid=30810/tid=30820] ppid=30809 vsize=40784 CPUtime=150.46
/proc/30810/task/30820/stat : 30820 (pb_cplex) R 30809 30809 30496 0 -1 4202560 149575 0 0 0 14750 296 0 0 16 0 2 0 146223684 41762816 4851 1992294400 134512640 146736320 4290271760 18446744073709551615 135231478 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 361.97
Current children cumulated vsize (KiB) 49484

[startup+282.302 s]
/proc/loadavg: 1.63 1.75 1.65 3/109 30826
/proc/meminfo: memFree=1516760/2059040 swapFree=4139872/4192956
[pid=30809] ppid=30807 vsize=8700 CPUtime=0
/proc/30809/stat : 30809 (run) S 30807 30809 30496 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146220465 8908800 248 1992294400 4194304 4922060 140733383453584 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30809/statm: 2175 248 208 178 0 68 0
[pid=30810] ppid=30809 vsize=42336 CPUtime=459.11
/proc/30810/stat : 30810 (pb_cplex) S 30809 30809 30496 0 -1 4202496 430440 0 0 0 45056 855 0 0 16 0 2 0 146220465 43352064 5177 1992294400 134512640 146736320 4290271760 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30810/statm: 10584 5177 1129 2985 0 7126 0
[pid=30810/tid=30820] ppid=30809 vsize=42336 CPUtime=196.45
/proc/30810/task/30820/stat : 30820 (pb_cplex) R 30809 30809 30496 0 -1 4202560 179213 0 0 0 19260 385 0 0 16 0 2 0 146223684 43352064 5177 1992294400 134512640 146736320 4290271760 18446744073709551615 137456541 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 459.11
Current children cumulated vsize (KiB) 51036

[startup+342.301 s]
/proc/loadavg: 1.48 1.70 1.63 2/109 30828
/proc/meminfo: memFree=1515644/2059040 swapFree=4139872/4192956
[pid=30809] ppid=30807 vsize=8700 CPUtime=0
/proc/30809/stat : 30809 (run) S 30807 30809 30496 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146220465 8908800 248 1992294400 4194304 4922060 140733383453584 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0

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

/proc/30809/stat : 30809 (run) S 30807 30809 30496 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146220465 8908800 248 1992294400 4194304 4922060 140733383453584 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30809/statm: 2175 248 208 178 0 68 0
[pid=30810] ppid=30809 vsize=42576 CPUtime=736.12
/proc/30810/stat : 30810 (pb_cplex) R 30809 30809 30496 0 -1 4202496 607828 0 0 0 72277 1335 0 0 16 0 2 0 146220465 43597824 5293 1992294400 134512640 146736320 4290271760 18446744073709551615 139039537 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30810/statm: 10644 5293 1122 2985 0 7186 0
[pid=30810/tid=30820] ppid=30809 vsize=42576 CPUtime=329.98
/proc/30810/task/30820/stat : 30820 (pb_cplex) S 30809 30809 30496 0 -1 4202560 258815 0 0 0 32373 625 0 0 16 0 2 0 146223684 43597824 5293 1992294400 134512640 146736320 4290271760 18446744073709551615 144580073 0 2 4096 16387 18446604437810127872 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 736.12
Current children cumulated vsize (KiB) 51276

[startup+522.3 s]
/proc/loadavg: 1.70 1.67 1.63 2/109 30832
/proc/meminfo: memFree=1514652/2059040 swapFree=4139872/4192956
[pid=30809] ppid=30807 vsize=8700 CPUtime=0
/proc/30809/stat : 30809 (run) S 30807 30809 30496 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146220465 8908800 248 1992294400 4194304 4922060 140733383453584 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30809/statm: 2175 248 208 178 0 68 0
[pid=30810] ppid=30809 vsize=42152 CPUtime=832.02
/proc/30810/stat : 30810 (pb_cplex) S 30809 30809 30496 0 -1 4202496 655731 0 0 0 81704 1498 0 0 16 0 2 0 146220465 43163648 5220 1992294400 134512640 146736320 4290271760 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30810/statm: 10538 5220 1124 2985 0 7080 0
[pid=30810/tid=30820] ppid=30809 vsize=42152 CPUtime=378.23
/proc/30810/task/30820/stat : 30820 (pb_cplex) R 30809 30809 30496 0 -1 4202560 283552 0 0 0 37114 709 0 0 18 0 2 0 146223684 43163648 5220 1992294400 134512640 146736320 4290271760 18446744073709551615 137173552 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 832.02
Current children cumulated vsize (KiB) 50852

[startup+582.302 s]
/proc/loadavg: 1.79 1.70 1.64 3/109 30835
/proc/meminfo: memFree=1514280/2059040 swapFree=4139872/4192956
[pid=30809] ppid=30807 vsize=8700 CPUtime=0
/proc/30809/stat : 30809 (run) S 30807 30809 30496 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146220465 8908800 248 1992294400 4194304 4922060 140733383453584 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30809/statm: 2175 248 208 178 0 68 0
[pid=30810] ppid=30809 vsize=44052 CPUtime=936
/proc/30810/stat : 30810 (pb_cplex) R 30809 30809 30496 0 -1 4202496 688678 0 0 0 91915 1685 0 0 17 0 2 0 146220465 45109248 5573 1992294400 134512640 146736320 4290271760 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30810/statm: 11013 5573 1123 2985 0 7555 0
[pid=30810/tid=30835] ppid=30809 vsize=44052 CPUtime=31.46
/proc/30810/task/30835/stat : 30835 (pb_cplex) R 30809 30809 30496 0 -1 4202560 1708 0 0 0 3090 56 0 0 17 0 2 0 146275221 45109248 5573 1992294400 134512640 146736320 4290271760 18446744073709551615 135468704 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 936
Current children cumulated vsize (KiB) 52752

[startup+642.302 s]
/proc/loadavg: 1.94 1.76 1.67 3/109 30837
/proc/meminfo: memFree=1514280/2059040 swapFree=4139872/4192956
[pid=30809] ppid=30807 vsize=8700 CPUtime=0
/proc/30809/stat : 30809 (run) S 30807 30809 30496 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146220465 8908800 248 1992294400 4194304 4922060 140733383453584 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30809/statm: 2175 248 208 178 0 68 0
[pid=30810] ppid=30809 vsize=43852 CPUtime=1045.89
/proc/30810/stat : 30810 (pb_cplex) R 30809 30809 30496 0 -1 4202496 698530 0 0 0 102708 1881 0 0 18 0 2 0 146220465 44904448 5520 1992294400 134512640 146736320 4290271760 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30810/statm: 10963 5520 1123 2985 0 7505 0
[pid=30810/tid=30835] ppid=30809 vsize=43852 CPUtime=85.62
/proc/30810/task/30835/stat : 30835 (pb_cplex) R 30809 30809 30496 0 -1 4202560 7184 0 0 0 8413 149 0 0 17 0 2 0 146275221 44904448 5520 1992294400 134512640 146736320 4290271760 18446744073709551615 135454141 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1045.89
Current children cumulated vsize (KiB) 52552

[startup+702.302 s]
/proc/loadavg: 2.01 1.82 1.69 3/109 30839
/proc/meminfo: memFree=1513660/2059040 swapFree=4139872/4192956
[pid=30809] ppid=30807 vsize=8700 CPUtime=0
/proc/30809/stat : 30809 (run) S 30807 30809 30496 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146220465 8908800 248 1992294400 4194304 4922060 140733383453584 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30809/statm: 2175 248 208 178 0 68 0
[pid=30810] ppid=30809 vsize=44156 CPUtime=1155.85
/proc/30810/stat : 30810 (pb_cplex) R 30809 30809 30496 0 -1 4202496 718182 0 0 0 113495 2090 0 0 17 0 2 0 146220465 45215744 5687 1992294400 134512640 146736320 4290271760 18446744073709551615 138424066 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30810/statm: 11039 5687 1124 2985 0 7581 0
[pid=30810/tid=30835] ppid=30809 vsize=44156 CPUtime=139.61
/proc/30810/task/30835/stat : 30835 (pb_cplex) R 30809 30809 30496 0 -1 4202560 16711 0 0 0 13712 249 0 0 18 0 2 0 146275221 45215744 5687 1992294400 134512640 146736320 4290271760 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1155.85
Current children cumulated vsize (KiB) 52856

[startup+762.309 s]
/proc/loadavg: 2.00 1.85 1.71 3/109 30841
/proc/meminfo: memFree=1513288/2059040 swapFree=4139872/4192956
[pid=30809] ppid=30807 vsize=8700 CPUtime=0
/proc/30809/stat : 30809 (run) S 30807 30809 30496 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146220465 8908800 248 1992294400 4194304 4922060 140733383453584 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30809/statm: 2175 248 208 178 0 68 0
[pid=30810] ppid=30809 vsize=44156 CPUtime=1265.6
/proc/30810/stat : 30810 (pb_cplex) R 30809 30809 30496 0 -1 4202496 738972 0 0 0 124271 2289 0 0 18 0 2 0 146220465 45215744 5720 1992294400 134512640 146736320 4290271760 18446744073709551615 135523318 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30810/statm: 11039 5720 1123 2985 0 7581 0
[pid=30810/tid=30835] ppid=30809 vsize=44156 CPUtime=193.24
/proc/30810/task/30835/stat : 30835 (pb_cplex) R 30809 30809 30496 0 -1 4202560 27019 0 0 0 18978 346 0 0 17 0 2 0 146275221 45215744 5720 1992294400 134512640 146736320 4290271760 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1265.6
Current children cumulated vsize (KiB) 52856

[startup+822.301 s]
/proc/loadavg: 1.95 1.86 1.72 3/109 30841
/proc/meminfo: memFree=1512544/2059040 swapFree=4139872/4192956
[pid=30809] ppid=30807 vsize=8700 CPUtime=0
/proc/30809/stat : 30809 (run) S 30807 30809 30496 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146220465 8908800 248 1992294400 4194304 4922060 140733383453584 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30809/statm: 2175 248 208 178 0 68 0
[pid=30810] ppid=30809 vsize=44772 CPUtime=1376.06
/proc/30810/stat : 30810 (pb_cplex) R 30809 30809 30496 0 -1 4202496 744910 0 0 0 135110 2496 0 0 17 0 2 0 146220465 45846528 5877 1992294400 134512640 146736320 4290271760 18446744073709551615 136676165 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30810/statm: 11193 5877 1123 2985 0 7735 0
[pid=30810/tid=30835] ppid=30809 vsize=44772 CPUtime=247.9
/proc/30810/task/30835/stat : 30835 (pb_cplex) S 30809 30809 30496 0 -1 4202560 29395 0 0 0 24343 447 0 0 18 0 2 0 146275221 45846528 5877 1992294400 134512640 146736320 4290271760 18446744073709551615 144580073 0 2 4096 16387 18446604437810127872 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1376.06
Current children cumulated vsize (KiB) 53472

[startup+882.302 s]
/proc/loadavg: 1.83 1.84 1.72 3/109 30843
/proc/meminfo: memFree=1511924/2059040 swapFree=4139872/4192956
[pid=30809] ppid=30807 vsize=8700 CPUtime=0
/proc/30809/stat : 30809 (run) S 30807 30809 30496 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146220465 8908800 248 1992294400 4194304 4922060 140733383453584 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30809/statm: 2175 248 208 178 0 68 0
[pid=30810] ppid=30809 vsize=46208 CPUtime=1486.31
/proc/30810/stat : 30810 (pb_cplex) R 30809 30809 30496 0 -1 4202496 754273 0 0 0 145924 2707 0 0 18 0 2 0 146220465 47316992 6062 1992294400 134512640 146736320 4290271760 18446744073709551615 136015700 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30810/statm: 11552 6062 1123 2985 0 8094 0
[pid=30810/tid=30835] ppid=30809 vsize=46208 CPUtime=302.48
/proc/30810/task/30835/stat : 30835 (pb_cplex) R 30809 30809 30496 0 -1 4202560 32817 0 0 0 29698 550 0 0 18 0 2 0 146275221 47316992 6062 1992294400 134512640 146736320 4290271760 18446744073709551615 136364179 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1486.31
Current children cumulated vsize (KiB) 54908

[startup+942.302 s]
/proc/loadavg: 1.93 1.85 1.73 3/109 30846
/proc/meminfo: memFree=1509320/2059040 swapFree=4139872/4192956
[pid=30809] ppid=30807 vsize=8700 CPUtime=0
/proc/30809/stat : 30809 (run) S 30807 30809 30496 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146220465 8908800 248 1992294400 4194304 4922060 140733383453584 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30809/statm: 2175 248 208 178 0 68 0
[pid=30810] ppid=30809 vsize=47944 CPUtime=1596.63
/proc/30810/stat : 30810 (pb_cplex) R 30809 30809 30496 0 -1 4202496 766375 0 0 0 156748 2915 0 0 17 0 2 0 146220465 49094656 6650 1992294400 134512640 146736320 4290271760 18446744073709551615 138373401 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30810/statm: 11986 6650 1123 2985 0 8528 0
[pid=30810/tid=30844] ppid=30809 vsize=47944 CPUtime=46.07
/proc/30810/task/30844/stat : 30844 (pb_cplex) R 30809 30809 30496 0 -1 4202560 3238 0 0 0 4521 86 0 0 17 0 2 0 146309634 49094656 6650 1992294400 134512640 146736320 4290271760 18446744073709551615 136015583 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1596.63
Current children cumulated vsize (KiB) 56644

[startup+1002.3 s]
/proc/loadavg: 1.89 1.85 1.73 3/109 30848
/proc/meminfo: memFree=1509444/2059040 swapFree=4139872/4192956
[pid=30809] ppid=30807 vsize=8700 CPUtime=0
/proc/30809/stat : 30809 (run) S 30807 30809 30496 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146220465 8908800 248 1992294400 4194304 4922060 140733383453584 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30809/statm: 2175 248 208 178 0 68 0
[pid=30810] ppid=30809 vsize=47944 CPUtime=1706.67
/proc/30810/stat : 30810 (pb_cplex) R 30809 30809 30496 0 -1 4202496 775327 0 0 0 167546 3121 0 0 18 0 2 0 146220465 49094656 6634 1992294400 134512640 146736320 4290271760 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30810/statm: 11986 6634 1123 2985 0 8528 0
[pid=30810/tid=30844] ppid=30809 vsize=47944 CPUtime=100.6
/proc/30810/task/30844/stat : 30844 (pb_cplex) R 30809 30809 30496 0 -1 4202560 6819 0 0 0 9873 187 0 0 17 0 2 0 146309634 49094656 6634 1992294400 134512640 146736320 4290271760 18446744073709551615 139023048 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1706.67
Current children cumulated vsize (KiB) 56644



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1053.1 s]
/proc/loadavg: 1.84 1.84 1.73 2/109 30848
/proc/meminfo: memFree=1509444/2059040 swapFree=4139872/4192956
[pid=30809] ppid=30807 vsize=8700 CPUtime=0
/proc/30809/stat : 30809 (run) S 30807 30809 30496 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146220465 8908800 248 1992294400 4194304 4922060 140733383453584 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30809/statm: 2175 248 208 178 0 68 0
[pid=30810] ppid=30809 vsize=48760 CPUtime=1800.12
/proc/30810/stat : 30810 (pb_cplex) R 30809 30809 30496 0 -1 4202496 781139 0 0 0 176720 3292 0 0 18 0 2 0 146220465 49930240 6773 1992294400 134512640 146736320 4290271760 18446744073709551615 144580332 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30810/statm: 12190 6773 1123 2985 0 8732 0
[pid=30810/tid=30844] ppid=30809 vsize=48760 CPUtime=146.72
/proc/30810/task/30844/stat : 30844 (pb_cplex) R 30809 30809 30496 0 -1 4202560 9723 0 0 0 14400 272 0 0 17 0 2 0 146309634 49930240 6773 1992294400 134512640 146736320 4290271760 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 57460

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

[startup+1053.1 s]
/proc/loadavg: 1.84 1.84 1.73 2/109 30848
/proc/meminfo: memFree=1509444/2059040 swapFree=4139872/4192956
[pid=30809] ppid=30807 vsize=8700 CPUtime=0
/proc/30809/stat : 30809 (run) S 30807 30809 30496 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146220465 8908800 248 1992294400 4194304 4922060 140733383453584 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30809/statm: 2175 248 208 178 0 68 0
[pid=30810] ppid=30809 vsize=48760 CPUtime=1800.12
/proc/30810/stat : 30810 (pb_cplex) R 30809 30809 30496 0 -1 4202496 781139 0 0 0 176720 3292 0 0 18 0 2 0 146220465 49930240 6773 1992294400 134512640 146736320 4290271760 18446744073709551615 144580332 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30810/statm: 12190 6773 1123 2985 0 8732 0
[pid=30810/tid=30844] ppid=30809 vsize=48760 CPUtime=146.72
/proc/30810/task/30844/stat : 30844 (pb_cplex) R 30809 30809 30496 0 -1 4202560 9723 0 0 0 14400 272 0 0 17 0 2 0 146309634 49930240 6773 1992294400 134512640 146736320 4290271760 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 57460

Child status: 0
Real time (s): 1053.12
CPU time (s): 1800.15
CPU user time (s): 1767.22
CPU system time (s): 32.934
CPU usage (%): 170.935
Max. virtual memory (cumulated for all children) (KiB): 58660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1767.22
system time used= 32.934
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 781512
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= 815160
involuntary context switches= 29097

runsolver used 2.20466 second user time and 5.43717 second system time

The end

Launcher Data

Begin job on node052 at 2010-07-02 07:41:35
IDJOB=2697060
IDBENCH=48094
IDSOLVER=1209
FILE ID=node052/2697060-1278049294
PBS_JOBID= 11198841
Free space on /tmp= 62276 MiB

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

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

MD5SUM BENCH= 6f1f899f949e1f48428c6b51222a95ba
RANDOM SEED=1541938973

node052.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.262
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.52
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.262
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:       1534052 kB
Buffers:        139656 kB
Cached:         279668 kB
SwapCached:       6256 kB
Active:         167740 kB
Inactive:       264764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1534052 kB
SwapTotal:     4192956 kB
SwapFree:      4139872 kB
Dirty:           16640 kB
Writeback:           0 kB
AnonPages:       11720 kB
Mapped:          12012 kB
Slab:            70472 kB
PageTables:       4156 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181388 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-2697060-1278049294.opb

Free space on /tmp at the end= 62260 MiB
End job on node052 at 2010-07-02 07:59:08