Trace number 2696944

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

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=5-P0=11-P1=7-P2=23-P3=11-P4=23-P5=37-P6=17-P7=29-B.opb
MD5SUMb80dc1c4c7cbf5a9f30903895c7fc198
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.943855
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 constraints15
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 constraints15
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)175
Sum of products size (including duplicates)350
Number of different products175
Sum of products size350

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2696944-1278048177.opb.
0.00/0.00	c Instance file HOME/instance-2696944-1278048177.opb
0.00/0.00	c File size is 13185 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:      280                                                 |
0.00/0.01	c |  Number Constraints:    365                                                 |
0.00/0.01	c ===============================================================================
1800.11/1037.41	c Remaining time 1799.99 sec.
1800.11/1037.41	c 
1800.11/1037.41	c *** INTERRUPTED ***
1800.11/1037.41	s UNKNOWN
1800.11/1037.41	c Total CPU time              : 1769.84 s
1800.11/1037.41	c Memory used           : 43.04 MB
1800.11/1037.41	c CPU time              : 1769.84 s
1800.11/1037.41	c 
1800.11/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-2696944-1278048177/watcher-2696944-1278048177 -o /tmp/evaluation-result-2696944-1278048177/solver-2696944-1278048177 -C 1800 -W 2000 -M 1800 run HOME/instance-2696944-1278048177.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.77 1.73 1.19 3/106 30648
/proc/meminfo: memFree=1496684/2059040 swapFree=4139660/4192956
[pid=30648] ppid=30646 vsize=8700 CPUtime=0
/proc/30648/stat : 30648 (run) R 30646 30648 30544 0 -1 4202496 348 0 0 0 0 0 0 0 20 0 1 0 146110573 8908800 248 1992294400 4194304 4922060 140736517210768 18446744073709551615 223374582165 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/30648/statm: 2175 248 208 178 0 68 0

[startup+0.0793711 s]
/proc/loadavg: 1.77 1.73 1.19 3/106 30648
/proc/meminfo: memFree=1496684/2059040 swapFree=4139660/4192956
[pid=30648] ppid=30646 vsize=8700 CPUtime=0
/proc/30648/stat : 30648 (run) S 30646 30648 30544 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146110573 8908800 248 1992294400 4194304 4922060 140736517210768 18446744073709551615 223374580869 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30648/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.10037 s]
/proc/loadavg: 1.77 1.73 1.19 3/106 30648
/proc/meminfo: memFree=1496684/2059040 swapFree=4139660/4192956
[pid=30648] ppid=30646 vsize=8700 CPUtime=0
/proc/30648/stat : 30648 (run) S 30646 30648 30544 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146110573 8908800 248 1992294400 4194304 4922060 140736517210768 18446744073709551615 223374580869 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30648/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.315508 s]
/proc/loadavg: 1.77 1.73 1.19 3/106 30648
/proc/meminfo: memFree=1496684/2059040 swapFree=4139660/4192956
[pid=30648] ppid=30646 vsize=8700 CPUtime=0
/proc/30648/stat : 30648 (run) S 30646 30648 30544 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146110573 8908800 248 1992294400 4194304 4922060 140736517210768 18446744073709551615 223374580869 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30648/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700366 s]
/proc/loadavg: 1.77 1.73 1.19 3/106 30648
/proc/meminfo: memFree=1496684/2059040 swapFree=4139660/4192956
[pid=30648] ppid=30646 vsize=8700 CPUtime=0
/proc/30648/stat : 30648 (run) S 30646 30648 30544 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146110573 8908800 248 1992294400 4194304 4922060 140736517210768 18446744073709551615 223374580869 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30648/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50036 s]
/proc/loadavg: 1.77 1.73 1.19 3/109 30653
/proc/meminfo: memFree=1490212/2059040 swapFree=4139660/4192956
[pid=30648] ppid=30646 vsize=8700 CPUtime=0
/proc/30648/stat : 30648 (run) S 30646 30648 30544 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146110573 8908800 248 1992294400 4194304 4922060 140736517210768 18446744073709551615 223374580869 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30648/statm: 2175 248 208 178 0 68 0
[pid=30649] ppid=30648 vsize=32728 CPUtime=2.32
/proc/30649/stat : 30649 (pb_cplex) R 30648 30648 30544 0 -1 4202496 8641 0 0 0 226 6 0 0 17 0 2 0 146110574 33513472 2737 1992294400 134512640 146736320 4288589808 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30649/statm: 8182 2737 1071 2985 0 4724 0
[pid=30649/tid=30653] ppid=30648 vsize=32728 CPUtime=0.81
/proc/30649/task/30653/stat : 30653 (pb_cplex) R 30648 30648 30544 0 -1 4202560 4211 0 0 0 80 1 0 0 17 0 2 0 146110632 33513472 2737 1992294400 134512640 146736320 4288589808 18446744073709551615 135851010 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) 41428

[startup+3.10035 s]
/proc/loadavg: 1.77 1.73 1.19 3/109 30653
/proc/meminfo: memFree=1487732/2059040 swapFree=4139660/4192956
[pid=30648] ppid=30646 vsize=8700 CPUtime=0
/proc/30648/stat : 30648 (run) S 30646 30648 30544 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146110573 8908800 248 1992294400 4194304 4922060 140736517210768 18446744073709551615 223374580869 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30648/statm: 2175 248 208 178 0 68 0
[pid=30649] ppid=30648 vsize=33532 CPUtime=5.14
/proc/30649/stat : 30649 (pb_cplex) R 30648 30648 30544 0 -1 4202496 15084 0 0 0 503 11 0 0 16 0 2 0 146110574 34336768 3052 1992294400 134512640 146736320 4288589808 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30649/statm: 8383 3052 1087 2985 0 4925 0
[pid=30649/tid=30653] ppid=30648 vsize=33532 CPUtime=2.34
/proc/30649/task/30653/stat : 30653 (pb_cplex) R 30648 30648 30544 0 -1 4202560 7197 0 0 0 230 4 0 0 18 0 2 0 146110632 34336768 3052 1992294400 134512640 146736320 4288589808 18446744073709551615 135454096 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.14
Current children cumulated vsize (KiB) 42232

[startup+6.30132 s]
/proc/loadavg: 1.71 1.71 1.19 3/109 30653
/proc/meminfo: memFree=1484756/2059040 swapFree=4139660/4192956
[pid=30648] ppid=30646 vsize=8700 CPUtime=0
/proc/30648/stat : 30648 (run) S 30646 30648 30544 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146110573 8908800 248 1992294400 4194304 4922060 140736517210768 18446744073709551615 223374580869 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30648/statm: 2175 248 208 178 0 68 0
[pid=30649] ppid=30648 vsize=40124 CPUtime=10.77
/proc/30649/stat : 30649 (pb_cplex) R 30648 30648 30544 0 -1 4202496 22869 0 0 0 1056 21 0 0 16 0 2 0 146110574 41086976 4594 1992294400 134512640 146736320 4288589808 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30649/statm: 10031 4594 1074 2985 0 6573 0
[pid=30649/tid=30653] ppid=30648 vsize=40124 CPUtime=5.19
/proc/30649/task/30653/stat : 30653 (pb_cplex) R 30648 30648 30544 0 -1 4202560 13519 0 0 0 509 10 0 0 18 0 2 0 146110632 41086976 4594 1992294400 134512640 146736320 4288589808 18446744073709551615 136015727 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.77
Current children cumulated vsize (KiB) 48824

[startup+12.7013 s]
/proc/loadavg: 1.65 1.70 1.19 3/109 30653
/proc/meminfo: memFree=1480664/2059040 swapFree=4139660/4192956
[pid=30648] ppid=30646 vsize=8700 CPUtime=0
/proc/30648/stat : 30648 (run) S 30646 30648 30544 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146110573 8908800 248 1992294400 4194304 4922060 140736517210768 18446744073709551615 223374580869 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30648/statm: 2175 248 208 178 0 68 0
[pid=30649] ppid=30648 vsize=41844 CPUtime=21.94
/proc/30649/stat : 30649 (pb_cplex) R 30648 30648 30544 0 -1 4202496 30658 0 0 0 2158 36 0 0 16 0 2 0 146110574 42848256 4898 1992294400 134512640 146736320 4288589808 18446744073709551615 135526881 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30649/statm: 10461 4898 1074 2985 0 7003 0
[pid=30649/tid=30653] ppid=30648 vsize=41844 CPUtime=11.08
/proc/30649/task/30653/stat : 30653 (pb_cplex) R 30648 30648 30544 0 -1 4202560 18239 0 0 0 1089 19 0 0 16 0 2 0 146110632 42848256 4898 1992294400 134512640 146736320 4288589808 18446744073709551615 136015727 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 21.94
Current children cumulated vsize (KiB) 50544

[startup+25.5002 s]
/proc/loadavg: 1.73 1.72 1.20 3/109 30653
/proc/meminfo: memFree=1479424/2059040 swapFree=4139660/4192956
[pid=30648] ppid=30646 vsize=8700 CPUtime=0
/proc/30648/stat : 30648 (run) S 30646 30648 30544 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146110573 8908800 248 1992294400 4194304 4922060 140736517210768 18446744073709551615 223374580869 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30648/statm: 2175 248 208 178 0 68 0
[pid=30649] ppid=30648 vsize=42908 CPUtime=41.7
/proc/30649/stat : 30649 (pb_cplex) R 30648 30648 30544 0 -1 4202496 41351 0 0 0 4108 62 0 0 17 0 2 0 146110574 43937792 5192 1992294400 134512640 146736320 4288589808 18446744073709551615 135468236 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30649/statm: 10727 5192 1082 2985 0 7269 0
[pid=30649/tid=30653] ppid=30648 vsize=42908 CPUtime=18.77
/proc/30649/task/30653/stat : 30653 (pb_cplex) R 30648 30648 30544 0 -1 4202560 20679 0 0 0 1847 30 0 0 16 0 2 0 146110632 43937792 5192 1992294400 134512640 146736320 4288589808 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 41.7
Current children cumulated vsize (KiB) 51608

[startup+51.101 s]
/proc/loadavg: 1.62 1.69 1.20 3/109 30655
/proc/meminfo: memFree=1479176/2059040 swapFree=4139660/4192956
[pid=30648] ppid=30646 vsize=8700 CPUtime=0
/proc/30648/stat : 30648 (run) S 30646 30648 30544 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146110573 8908800 248 1992294400 4194304 4922060 140736517210768 18446744073709551615 223374580869 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30648/statm: 2175 248 208 178 0 68 0
[pid=30649] ppid=30648 vsize=42908 CPUtime=86.94
/proc/30649/stat : 30649 (pb_cplex) R 30648 30648 30544 0 -1 4202496 47583 0 0 0 8567 127 0 0 16 0 2 0 146110574 43937792 5194 1992294400 134512640 146736320 4288589808 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30649/statm: 10727 5194 1082 2985 0 7269 0
[pid=30649/tid=30653] ppid=30648 vsize=42908 CPUtime=41.71
/proc/30649/task/30653/stat : 30653 (pb_cplex) R 30648 30648 30544 0 -1 4202560 24602 0 0 0 4107 64 0 0 17 0 2 0 146110632 43937792 5194 1992294400 134512640 146736320 4288589808 18446744073709551615 136400447 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 86.94
Current children cumulated vsize (KiB) 51608

[startup+102.309 s]
/proc/loadavg: 1.67 1.69 1.23 3/109 30655
/proc/meminfo: memFree=1479176/2059040 swapFree=4139660/4192956
[pid=30648] ppid=30646 vsize=8700 CPUtime=0
/proc/30648/stat : 30648 (run) S 30646 30648 30544 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146110573 8908800 248 1992294400 4194304 4922060 140736517210768 18446744073709551615 223374580869 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30648/statm: 2175 248 208 178 0 68 0
[pid=30649] ppid=30648 vsize=42556 CPUtime=177.29
/proc/30649/stat : 30649 (pb_cplex) R 30648 30648 30544 0 -1 4202496 63116 0 0 0 17462 267 0 0 16 0 2 0 146110574 43577344 5129 1992294400 134512640 146736320 4288589808 18446744073709551615 135453306 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30649/statm: 10639 5129 1082 2985 0 7181 0
[pid=30649/tid=30653] ppid=30648 vsize=42556 CPUtime=88.17
/proc/30649/task/30653/stat : 30653 (pb_cplex) R 30648 30648 30544 0 -1 4202560 35428 0 0 0 8679 138 0 0 16 0 2 0 146110632 43577344 5129 1992294400 134512640 146736320 4288589808 18446744073709551615 136015728 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 177.29
Current children cumulated vsize (KiB) 51256

[startup+162.301 s]
/proc/loadavg: 1.73 1.70 1.26 3/109 30657
/proc/meminfo: memFree=1477564/2059040 swapFree=4139660/4192956
[pid=30648] ppid=30646 vsize=8700 CPUtime=0
/proc/30648/stat : 30648 (run) S 30646 30648 30544 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146110573 8908800 248 1992294400 4194304 4922060 140736517210768 18446744073709551615 223374580869 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30648/statm: 2175 248 208 178 0 68 0
[pid=30649] ppid=30648 vsize=43864 CPUtime=281.84
/proc/30649/stat : 30649 (pb_cplex) R 30648 30648 30544 0 -1 4202496 133734 0 0 0 27722 462 0 0 16 0 2 0 146110574 44916736 5493 1992294400 134512640 146736320 4288589808 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30649/statm: 10966 5493 1100 2985 0 7508 0
[pid=30649/tid=30653] ppid=30648 vsize=43864 CPUtime=139.75
/proc/30649/task/30653/stat : 30653 (pb_cplex) R 30648 30648 30544 0 -1 4202560 70894 0 0 0 13741 234 0 0 16 0 2 0 146110632 44916736 5493 1992294400 134512640 146736320 4288589808 18446744073709551615 136015698 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 281.84
Current children cumulated vsize (KiB) 52564

[startup+222.301 s]
/proc/loadavg: 1.74 1.70 1.29 3/109 30661
/proc/meminfo: memFree=1481036/2059040 swapFree=4139660/4192956
[pid=30648] ppid=30646 vsize=8700 CPUtime=0
/proc/30648/stat : 30648 (run) S 30646 30648 30544 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146110573 8908800 248 1992294400 4194304 4922060 140736517210768 18446744073709551615 223374580869 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30648/statm: 2175 248 208 178 0 68 0
[pid=30649] ppid=30648 vsize=40124 CPUtime=387.08
/proc/30649/stat : 30649 (pb_cplex) R 30648 30648 30544 0 -1 4202496 166702 0 0 0 38075 633 0 0 16 0 2 0 146110574 41086976 4691 1992294400 134512640 146736320 4288589808 18446744073709551615 136015727 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30649/statm: 10031 4691 1116 2985 0 6573 0
[pid=30649/tid=30661] ppid=30648 vsize=40124 CPUtime=6.95
/proc/30649/task/30661/stat : 30661 (pb_cplex) R 30648 30648 30544 0 -1 4202560 12176 0 0 0 684 11 0 0 16 0 2 0 146131969 41086976 4691 1992294400 134512640 146736320 4288589808 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 387.08
Current children cumulated vsize (KiB) 48824

[startup+282.301 s]
/proc/loadavg: 1.72 1.70 1.31 3/109 30663
/proc/meminfo: memFree=1480416/2059040 swapFree=4139660/4192956
[pid=30648] ppid=30646 vsize=8700 CPUtime=0
/proc/30648/stat : 30648 (run) S 30646 30648 30544 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146110573 8908800 248 1992294400 4194304 4922060 140736517210768 18446744073709551615 223374580869 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30648/statm: 2175 248 208 178 0 68 0
[pid=30649] ppid=30648 vsize=40760 CPUtime=489.15
/proc/30649/stat : 30649 (pb_cplex) R 30648 30648 30544 0 -1 4202496 243487 0 0 0 48117 798 0 0 16 0 2 0 146110574 41738240 4832 1992294400 134512640 146736320 4288589808 18446744073709551615 138714558 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30649/statm: 10190 4832 1122 2985 0 6732 0
[pid=30649/tid=30661] ppid=30648 vsize=40760 CPUtime=56.34
/proc/30649/task/30661/stat : 30661 (pb_cplex) R 30648 30648 30544 0 -1 4202560 32806 0 0 0 5549 85 0 0 16 0 2 0 146131969 41738240 4832 1992294400 134512640 146736320 4288589808 18446744073709551615 135468718 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 489.15
Current children cumulated vsize (KiB) 49460

[startup+342.301 s]
/proc/loadavg: 1.79 1.71 1.33 3/109 30665
/proc/meminfo: memFree=1481160/2059040 swapFree=4139660/4192956
[pid=30648] ppid=30646 vsize=8700 CPUtime=0
/proc/30648/stat : 30648 (run) S 30646 30648 30544 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146110573 8908800 248 1992294400 4194304 4922060 140736517210768 18446744073709551615 223374580869 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0

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

[pid=30649] ppid=30648 vsize=40396 CPUtime=700.17
/proc/30649/stat : 30649 (pb_cplex) R 30648 30648 30544 0 -1 4202496 320708 0 0 0 68866 1151 0 0 17 0 2 0 146110574 41365504 4599 1992294400 134512640 146736320 4288589808 18446744073709551615 137342021 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30649/statm: 10099 4599 1122 2985 0 6641 0
[pid=30649/tid=30661] ppid=30648 vsize=40396 CPUtime=160.79
/proc/30649/task/30661/stat : 30661 (pb_cplex) R 30648 30648 30544 0 -1 4202560 82933 0 0 0 15806 273 0 0 16 0 2 0 146131969 41365504 4599 1992294400 134512640 146736320 4288589808 18446744073709551615 135450569 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 700.17
Current children cumulated vsize (KiB) 49096

[startup+462.301 s]
/proc/loadavg: 1.90 1.78 1.40 2/109 30667
/proc/meminfo: memFree=1480664/2059040 swapFree=4139660/4192956
[pid=30648] ppid=30646 vsize=8700 CPUtime=0
/proc/30648/stat : 30648 (run) S 30646 30648 30544 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146110573 8908800 248 1992294400 4194304 4922060 140736517210768 18446744073709551615 223374580869 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30648/statm: 2175 248 208 178 0 68 0
[pid=30649] ppid=30648 vsize=40704 CPUtime=804.83
/proc/30649/stat : 30649 (pb_cplex) S 30648 30648 30544 0 -1 4202496 353502 0 0 0 79155 1328 0 0 17 0 2 0 146110574 41680896 4777 1992294400 134512640 146736320 4288589808 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30649/statm: 10176 4777 1122 2985 0 6718 0
[pid=30649/tid=30661] ppid=30648 vsize=40704 CPUtime=212.18
/proc/30649/task/30661/stat : 30661 (pb_cplex) R 30648 30648 30544 0 -1 4202560 97462 0 0 0 20857 361 0 0 18 0 2 0 146131969 41680896 4777 1992294400 134512640 146736320 4288589808 18446744073709551615 136475037 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 804.83
Current children cumulated vsize (KiB) 49404

[startup+522.301 s]
/proc/loadavg: 1.81 1.77 1.42 3/109 30669
/proc/meminfo: memFree=1481036/2059040 swapFree=4139660/4192956
[pid=30648] ppid=30646 vsize=8700 CPUtime=0
/proc/30648/stat : 30648 (run) S 30646 30648 30544 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146110573 8908800 248 1992294400 4194304 4922060 140736517210768 18446744073709551615 223374580869 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30648/statm: 2175 248 208 178 0 68 0
[pid=30649] ppid=30648 vsize=40236 CPUtime=908.58
/proc/30649/stat : 30649 (pb_cplex) R 30648 30648 30544 0 -1 4202496 368769 0 0 0 89359 1499 0 0 17 0 2 0 146110574 41201664 4678 1992294400 134512640 146736320 4288589808 18446744073709551615 136387645 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30649/statm: 10059 4678 1122 2985 0 6601 0
[pid=30649/tid=30661] ppid=30648 vsize=40236 CPUtime=263.73
/proc/30649/task/30661/stat : 30661 (pb_cplex) R 30648 30648 30544 0 -1 4202560 103588 0 0 0 25928 445 0 0 16 0 2 0 146131969 41201664 4678 1992294400 134512640 146736320 4288589808 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 908.58
Current children cumulated vsize (KiB) 48936

[startup+582.301 s]
/proc/loadavg: 1.77 1.77 1.44 2/109 30674
/proc/meminfo: memFree=1480284/2059040 swapFree=4139660/4192956
[pid=30648] ppid=30646 vsize=8700 CPUtime=0
/proc/30648/stat : 30648 (run) S 30646 30648 30544 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146110573 8908800 248 1992294400 4194304 4922060 140736517210768 18446744073709551615 223374580869 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30648/statm: 2175 248 208 178 0 68 0
[pid=30649] ppid=30648 vsize=41964 CPUtime=1012.59
/proc/30649/stat : 30649 (pb_cplex) R 30648 30648 30544 0 -1 4202496 381089 0 0 0 99593 1666 0 0 16 0 2 0 146110574 42971136 4847 1992294400 134512640 146736320 4288589808 18446744073709551615 136364176 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30649/statm: 10491 4847 1122 2985 0 7033 0
[pid=30649/tid=30661] ppid=30648 vsize=41964 CPUtime=315.22
/proc/30649/task/30661/stat : 30661 (pb_cplex) R 30648 30648 30544 0 -1 4202560 107550 0 0 0 30992 530 0 0 16 0 2 0 146131969 42971136 4847 1992294400 134512640 146736320 4288589808 18446744073709551615 135850319 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1012.59
Current children cumulated vsize (KiB) 50664

[startup+642.301 s]
/proc/loadavg: 1.69 1.74 1.45 3/109 30676
/proc/meminfo: memFree=1479788/2059040 swapFree=4139660/4192956
[pid=30648] ppid=30646 vsize=8700 CPUtime=0
/proc/30648/stat : 30648 (run) S 30646 30648 30544 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146110573 8908800 248 1992294400 4194304 4922060 140736517210768 18446744073709551615 223374580869 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30648/statm: 2175 248 208 178 0 68 0
[pid=30649] ppid=30648 vsize=42140 CPUtime=1115.73
/proc/30649/stat : 30649 (pb_cplex) S 30648 30648 30544 0 -1 4202496 413445 0 0 0 109726 1847 0 0 16 0 2 0 146110574 43151360 4986 1992294400 134512640 146736320 4288589808 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30649/statm: 10535 4986 1122 2985 0 7077 0
[pid=30649/tid=30661] ppid=30648 vsize=42140 CPUtime=366.13
/proc/30649/task/30661/stat : 30661 (pb_cplex) R 30648 30648 30544 0 -1 4202560 115722 0 0 0 35997 616 0 0 16 0 2 0 146131969 43151360 4986 1992294400 134512640 146736320 4288589808 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1115.73
Current children cumulated vsize (KiB) 50840

[startup+702.301 s]
/proc/loadavg: 1.74 1.76 1.47 3/109 30676
/proc/meminfo: memFree=1479292/2059040 swapFree=4139660/4192956
[pid=30648] ppid=30646 vsize=8700 CPUtime=0
/proc/30648/stat : 30648 (run) S 30646 30648 30544 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146110573 8908800 248 1992294400 4194304 4922060 140736517210768 18446744073709551615 223374580869 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30648/statm: 2175 248 208 178 0 68 0
[pid=30649] ppid=30648 vsize=43164 CPUtime=1218.5
/proc/30649/stat : 30649 (pb_cplex) R 30648 30648 30544 0 -1 4202496 485297 0 0 0 119821 2029 0 0 16 0 2 0 146110574 44199936 5150 1992294400 134512640 146736320 4288589808 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30649/statm: 10791 5150 1122 2985 0 7333 0
[pid=30649/tid=30661] ppid=30648 vsize=43164 CPUtime=415.64
/proc/30649/task/30661/stat : 30661 (pb_cplex) R 30648 30648 30544 0 -1 4202560 136185 0 0 0 40865 699 0 0 16 0 2 0 146131969 44199936 5150 1992294400 134512640 146736320 4288589808 18446744073709551615 135850304 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1218.5
Current children cumulated vsize (KiB) 51864

[startup+762.308 s]
/proc/loadavg: 1.83 1.78 1.49 3/109 30678
/proc/meminfo: memFree=1479292/2059040 swapFree=4139660/4192956
[pid=30648] ppid=30646 vsize=8700 CPUtime=0
/proc/30648/stat : 30648 (run) S 30646 30648 30544 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146110573 8908800 248 1992294400 4194304 4922060 140736517210768 18446744073709551615 223374580869 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30648/statm: 2175 248 208 178 0 68 0
[pid=30649] ppid=30648 vsize=43164 CPUtime=1324.14
/proc/30649/stat : 30649 (pb_cplex) R 30648 30648 30544 0 -1 4202496 487779 0 0 0 130213 2201 0 0 16 0 2 0 146110574 44199936 5150 1992294400 134512640 146736320 4288589808 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30649/statm: 10791 5150 1122 2985 0 7333 0
[pid=30649/tid=30661] ppid=30648 vsize=43164 CPUtime=470.7
/proc/30649/task/30661/stat : 30661 (pb_cplex) R 30648 30648 30544 0 -1 4202560 137472 0 0 0 46280 790 0 0 17 0 2 0 146131969 44199936 5150 1992294400 134512640 146736320 4288589808 18446744073709551615 136402273 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1324.14
Current children cumulated vsize (KiB) 51864

[startup+822.301 s]
/proc/loadavg: 1.80 1.77 1.51 3/109 30680
/proc/meminfo: memFree=1479168/2059040 swapFree=4139660/4192956
[pid=30648] ppid=30646 vsize=8700 CPUtime=0
/proc/30648/stat : 30648 (run) S 30646 30648 30544 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146110573 8908800 248 1992294400 4194304 4922060 140736517210768 18446744073709551615 223374580869 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30648/statm: 2175 248 208 178 0 68 0
[pid=30649] ppid=30648 vsize=43164 CPUtime=1428.93
/proc/30649/stat : 30649 (pb_cplex) R 30648 30648 30544 0 -1 4202496 489850 0 0 0 140519 2374 0 0 16 0 2 0 146110574 44199936 5152 1992294400 134512640 146736320 4288589808 18446744073709551615 144713951 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30649/statm: 10791 5152 1122 2985 0 7333 0
[pid=30649/tid=30661] ppid=30648 vsize=43164 CPUtime=524.42
/proc/30649/task/30661/stat : 30661 (pb_cplex) S 30648 30648 30544 0 -1 4202560 138051 0 0 0 51564 878 0 0 16 0 2 0 146131969 44199936 5152 1992294400 134512640 146736320 4288589808 18446744073709551615 144580073 0 2 4096 16387 18446604437836566976 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1428.93
Current children cumulated vsize (KiB) 51864

[startup+882.301 s]
/proc/loadavg: 1.78 1.77 1.52 3/109 30682
/proc/meminfo: memFree=1479176/2059040 swapFree=4139660/4192956
[pid=30648] ppid=30646 vsize=8700 CPUtime=0
/proc/30648/stat : 30648 (run) S 30646 30648 30544 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146110573 8908800 248 1992294400 4194304 4922060 140736517210768 18446744073709551615 223374580869 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30648/statm: 2175 248 208 178 0 68 0
[pid=30649] ppid=30648 vsize=43344 CPUtime=1532.98
/proc/30649/stat : 30649 (pb_cplex) R 30648 30648 30544 0 -1 4202496 491708 0 0 0 150741 2557 0 0 15 0 2 0 146110574 44384256 5201 1992294400 134512640 146736320 4288589808 18446744073709551615 135526859 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30649/statm: 10836 5201 1122 2985 0 7378 0
[pid=30649/tid=30661] ppid=30648 vsize=43344 CPUtime=575.03
/proc/30649/task/30661/stat : 30661 (pb_cplex) R 30648 30648 30544 0 -1 4202560 138441 0 0 0 56537 966 0 0 16 0 2 0 146131969 44384256 5201 1992294400 134512640 146736320 4288589808 18446744073709551615 136002768 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1532.98
Current children cumulated vsize (KiB) 52044

[startup+942.301 s]
/proc/loadavg: 1.79 1.76 1.53 3/109 30684
/proc/meminfo: memFree=1479796/2059040 swapFree=4139660/4192956
[pid=30648] ppid=30646 vsize=8700 CPUtime=0
/proc/30648/stat : 30648 (run) S 30646 30648 30544 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146110573 8908800 248 1992294400 4194304 4922060 140736517210768 18446744073709551615 223374580869 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30648/statm: 2175 248 208 178 0 68 0
[pid=30649] ppid=30648 vsize=42312 CPUtime=1635.82
/proc/30649/stat : 30649 (pb_cplex) R 30648 30648 30544 0 -1 4202496 493924 0 0 0 160855 2727 0 0 16 0 2 0 146110574 43327488 4997 1992294400 134512640 146736320 4288589808 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30649/statm: 10578 4997 1122 2985 0 7120 0
[pid=30649/tid=30661] ppid=30648 vsize=42312 CPUtime=625.11
/proc/30649/task/30661/stat : 30661 (pb_cplex) R 30648 30648 30544 0 -1 4202560 139866 0 0 0 61463 1048 0 0 16 0 2 0 146131969 43327488 4997 1992294400 134512640 146736320 4288589808 18446744073709551615 135231478 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1635.82
Current children cumulated vsize (KiB) 51012

[startup+1002.3 s]
/proc/loadavg: 1.80 1.77 1.55 2/109 30684
/proc/meminfo: memFree=1478928/2059040 swapFree=4139660/4192956
[pid=30648] ppid=30646 vsize=8700 CPUtime=0
/proc/30648/stat : 30648 (run) S 30646 30648 30544 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146110573 8908800 248 1992294400 4194304 4922060 140736517210768 18446744073709551615 223374580869 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30648/statm: 2175 248 208 178 0 68 0
[pid=30649] ppid=30648 vsize=44356 CPUtime=1739.44
/proc/30649/stat : 30649 (pb_cplex) R 30648 30648 30544 0 -1 4202496 534306 0 0 0 171028 2916 0 0 16 0 2 0 146110574 45420544 5373 1992294400 134512640 146736320 4288589808 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30649/statm: 11089 5373 1122 2985 0 7631 0
[pid=30649/tid=30661] ppid=30648 vsize=44356 CPUtime=676.11
/proc/30649/task/30661/stat : 30661 (pb_cplex) R 30648 30648 30544 0 -1 4202560 166144 0 0 0 66466 1145 0 0 16 0 2 0 146131969 45420544 5373 1992294400 134512640 146736320 4288589808 18446744073709551615 138736287 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1739.44
Current children cumulated vsize (KiB) 53056



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1037.4 s]
/proc/loadavg: 1.80 1.78 1.56 3/109 30686
/proc/meminfo: memFree=1479300/2059040 swapFree=4139660/4192956
[pid=30648] ppid=30646 vsize=8700 CPUtime=0
/proc/30648/stat : 30648 (run) S 30646 30648 30544 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146110573 8908800 248 1992294400 4194304 4922060 140736517210768 18446744073709551615 223374580869 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30648/statm: 2175 248 208 178 0 68 0
[pid=30649] ppid=30648 vsize=44064 CPUtime=1800.11
/proc/30649/stat : 30649 (pb_cplex) R 30648 30648 30544 0 -1 4202496 548767 0 0 0 176983 3028 0 0 16 0 2 0 146110574 45121536 5205 1992294400 134512640 146736320 4288589808 18446744073709551615 136676165 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30649/statm: 11016 5205 1125 2985 0 7558 0
[pid=30649/tid=30661] ppid=30648 vsize=44064 CPUtime=706.08
/proc/30649/task/30661/stat : 30661 (pb_cplex) R 30648 30648 30544 0 -1 4202560 170703 0 0 0 69407 1201 0 0 16 0 2 0 146131969 45121536 5205 1992294400 134512640 146736320 4288589808 18446744073709551615 144580073 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 52764

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.14
CPU user time (s): 1769.85
CPU system time (s): 30.2914
CPU usage (%): 173.521
Max. virtual memory (cumulated for all children) (KiB): 55104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1769.84
system time used= 30.2914
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 549142
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= 802699
involuntary context switches= 26846

runsolver used 2.10068 second user time and 5.44617 second system time

The end

Launcher Data

Begin job on node037 at 2010-07-02 07:22:57
IDJOB=2696944
IDBENCH=47978
IDSOLVER=1209
FILE ID=node037/2696944-1278048177
PBS_JOBID= 11198854
Free space on /tmp= 62516 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=11-P1=7-P2=23-P3=11-P4=23-P5=37-P6=17-P7=29-B.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2696944-1278048177/watcher-2696944-1278048177 -o /tmp/evaluation-result-2696944-1278048177/solver-2696944-1278048177 -C 1800 -W 2000 -M 1800  run HOME/instance-2696944-1278048177.opb

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

MD5SUM BENCH= b80dc1c4c7cbf5a9f30903895c7fc198
RANDOM SEED=812323010

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1497460 kB
Buffers:        150584 kB
Cached:         300492 kB
SwapCached:       6676 kB
Active:         199588 kB
Inactive:       265140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1497460 kB
SwapTotal:     4192956 kB
SwapFree:      4139660 kB
Dirty:           16644 kB
Writeback:           0 kB
AnonPages:       12028 kB
Mapped:          12000 kB
Slab:            74944 kB
PageTables:       4084 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181420 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-2696944-1278048177.opb

Free space on /tmp at the end= 62500 MiB
End job on node037 at 2010-07-02 07:40:15