Trace number 2696940

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.17 1013.42

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/
factor-mod-B/factor-mod-size=8-P0=167-P1=131-P2=83-P3=109-B.opb
MD5SUM814b8e94cfd87905bb7ea3866973cde4
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 benchmark1.10483
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 variables72
Total number of constraints7
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 constraints7
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)192
Sum of products size (including duplicates)384
Number of different products192
Sum of products size384

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2696940-1278048161.opb.
0.00/0.00	c Instance file HOME/instance-2696940-1278048161.opb
0.00/0.00	c File size is 14173 bytes.
0.00/0.01	c Highest Coefficient sum: 130560
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:      264                                                 |
0.00/0.01	c |  Number Constraints:    391                                                 |
0.00/0.01	c ===============================================================================
1800.14/1013.41	c Remaining time 1799.99 sec.
1800.14/1013.41	c 
1800.14/1013.41	c *** INTERRUPTED ***
1800.14/1013.41	s UNKNOWN
1800.14/1013.41	c Total CPU time              : 1775.88 s
1800.14/1013.41	c Memory used           : 55.95 MB
1800.14/1013.41	c CPU time              : 1775.88 s
1800.14/1013.41	c 
1800.14/1013.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-2696940-1278048161/watcher-2696940-1278048161 -o /tmp/evaluation-result-2696940-1278048161/solver-2696940-1278048161 -C 1800 -W 2000 -M 1800 run HOME/instance-2696940-1278048161.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.81 1.81 1.25 3/106 31503
/proc/meminfo: memFree=1295524/2059040 swapFree=4134900/4192956
[pid=31503] ppid=31501 vsize=8700 CPUtime=0
/proc/31503/stat : 31503 (run) R 31501 31503 31302 0 -1 4202496 349 0 0 0 0 0 0 0 20 0 1 0 180420042 8908800 249 1992294400 4194304 4922060 140734534271296 18446744073709551615 216120533397 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/31503/statm: 2175 249 208 178 0 68 0

[startup+0.0532711 s]
/proc/loadavg: 1.81 1.81 1.25 3/106 31503
/proc/meminfo: memFree=1295524/2059040 swapFree=4134900/4192956
[pid=31503] ppid=31501 vsize=8700 CPUtime=0
/proc/31503/stat : 31503 (run) S 31501 31503 31302 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180420042 8908800 249 1992294400 4194304 4922060 140734534271296 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31503/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.10027 s]
/proc/loadavg: 1.81 1.81 1.25 3/106 31503
/proc/meminfo: memFree=1295524/2059040 swapFree=4134900/4192956
[pid=31503] ppid=31501 vsize=8700 CPUtime=0
/proc/31503/stat : 31503 (run) S 31501 31503 31302 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180420042 8908800 249 1992294400 4194304 4922060 140734534271296 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31503/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301267 s]
/proc/loadavg: 1.81 1.81 1.25 3/106 31503
/proc/meminfo: memFree=1295524/2059040 swapFree=4134900/4192956
[pid=31503] ppid=31501 vsize=8700 CPUtime=0
/proc/31503/stat : 31503 (run) S 31501 31503 31302 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180420042 8908800 249 1992294400 4194304 4922060 140734534271296 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31503/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700261 s]
/proc/loadavg: 1.81 1.81 1.25 3/106 31503
/proc/meminfo: memFree=1295524/2059040 swapFree=4134900/4192956
[pid=31503] ppid=31501 vsize=8700 CPUtime=0
/proc/31503/stat : 31503 (run) S 31501 31503 31302 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180420042 8908800 249 1992294400 4194304 4922060 140734534271296 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31503/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50025 s]
/proc/loadavg: 1.81 1.81 1.25 3/109 31510
/proc/meminfo: memFree=1288804/2059040 swapFree=4134900/4192956
[pid=31503] ppid=31501 vsize=8700 CPUtime=0
/proc/31503/stat : 31503 (run) S 31501 31503 31302 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180420042 8908800 249 1992294400 4194304 4922060 140734534271296 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31503/statm: 2175 249 208 178 0 68 0
[pid=31504] ppid=31503 vsize=33212 CPUtime=2.33
/proc/31504/stat : 31504 (pb_cplex) R 31503 31503 31302 0 -1 4202496 8711 0 0 0 224 9 0 0 17 0 2 0 180420043 34009088 2780 1992294400 134512640 146736320 4287451312 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31504/statm: 8303 2780 1071 2985 0 4845 0
[pid=31504/tid=31510] ppid=31503 vsize=33212 CPUtime=0.81
/proc/31504/task/31510/stat : 31510 (pb_cplex) R 31503 31503 31302 0 -1 4202560 3261 0 0 0 79 2 0 0 17 0 2 0 180420097 34009088 2780 1992294400 134512640 146736320 4287451312 18446744073709551615 135855167 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) 41912

[startup+3.10023 s]
/proc/loadavg: 1.81 1.81 1.25 3/109 31510
/proc/meminfo: memFree=1286200/2059040 swapFree=4134900/4192956
[pid=31503] ppid=31501 vsize=8700 CPUtime=0
/proc/31503/stat : 31503 (run) S 31501 31503 31302 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180420042 8908800 249 1992294400 4194304 4922060 140734534271296 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31503/statm: 2175 249 208 178 0 68 0
[pid=31504] ppid=31503 vsize=36844 CPUtime=5.21
/proc/31504/stat : 31504 (pb_cplex) R 31503 31503 31302 0 -1 4202496 18934 0 0 0 503 18 0 0 18 0 2 0 180420043 37728256 3598 1992294400 134512640 146736320 4287451312 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31504/statm: 9211 3598 1071 2985 0 5753 0
[pid=31504/tid=31510] ppid=31503 vsize=36844 CPUtime=2.22
/proc/31504/task/31510/stat : 31510 (pb_cplex) R 31503 31503 31302 0 -1 4202560 6560 0 0 0 217 5 0 0 17 0 2 0 180420097 37728256 3598 1992294400 134512640 146736320 4287451312 18446744073709551615 136008167 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) 45544

[startup+6.30118 s]
/proc/loadavg: 1.75 1.80 1.25 3/109 31510
/proc/meminfo: memFree=1280124/2059040 swapFree=4134900/4192956
[pid=31503] ppid=31501 vsize=8700 CPUtime=0
/proc/31503/stat : 31503 (run) S 31501 31503 31302 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180420042 8908800 249 1992294400 4194304 4922060 140734534271296 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31503/statm: 2175 249 208 178 0 68 0
[pid=31504] ppid=31503 vsize=40372 CPUtime=10.65
/proc/31504/stat : 31504 (pb_cplex) R 31503 31503 31302 0 -1 4202496 35078 0 0 0 1036 29 0 0 16 0 2 0 180420043 41340928 4527 1992294400 134512640 146736320 4287451312 18446744073709551615 136008050 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31504/statm: 10093 4527 1110 2985 0 6635 0
[pid=31504/tid=31510] ppid=31503 vsize=40372 CPUtime=5.07
/proc/31504/task/31510/stat : 31510 (pb_cplex) S 31503 31503 31302 0 -1 4202560 15197 0 0 0 496 11 0 0 17 0 2 0 180420097 41340928 4527 1992294400 134512640 146736320 4287451312 18446744073709551615 144580073 0 2 4096 16387 18446604437813709888 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.65
Current children cumulated vsize (KiB) 49072

[startup+12.7001 s]
/proc/loadavg: 1.69 1.79 1.25 3/109 31510
/proc/meminfo: memFree=1276156/2059040 swapFree=4134900/4192956
[pid=31503] ppid=31501 vsize=8700 CPUtime=0
/proc/31503/stat : 31503 (run) S 31501 31503 31302 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180420042 8908800 249 1992294400 4194304 4922060 140734534271296 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31503/statm: 2175 249 208 178 0 68 0
[pid=31504] ppid=31503 vsize=42932 CPUtime=21.5
/proc/31504/stat : 31504 (pb_cplex) R 31503 31503 31302 0 -1 4202496 64806 0 0 0 2098 52 0 0 16 0 2 0 180420043 43962368 4950 1992294400 134512640 146736320 4287451312 18446744073709551615 135411299 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31504/statm: 10733 4950 1071 2985 0 7275 0
[pid=31504/tid=31510] ppid=31503 vsize=42932 CPUtime=10.81
/proc/31504/task/31510/stat : 31510 (pb_cplex) R 31503 31503 31302 0 -1 4202560 32055 0 0 0 1058 23 0 0 17 0 2 0 180420097 43962368 4950 1992294400 134512640 146736320 4287451312 18446744073709551615 135411283 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 21.5
Current children cumulated vsize (KiB) 51632

[startup+25.5009 s]
/proc/loadavg: 1.83 1.81 1.27 2/109 31510
/proc/meminfo: memFree=1267972/2059040 swapFree=4134900/4192956
[pid=31503] ppid=31501 vsize=8700 CPUtime=0
/proc/31503/stat : 31503 (run) S 31501 31503 31302 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180420042 8908800 249 1992294400 4194304 4922060 140734534271296 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31503/statm: 2175 249 208 178 0 68 0
[pid=31504] ppid=31503 vsize=52680 CPUtime=42.97
/proc/31504/stat : 31504 (pb_cplex) R 31503 31503 31302 0 -1 4202496 99624 0 0 0 4213 84 0 0 17 0 2 0 180420043 53944320 7595 1992294400 134512640 146736320 4287451312 18446744073709551615 135468524 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31504/statm: 13170 7595 1072 2985 0 9712 0
[pid=31504/tid=31510] ppid=31503 vsize=52680 CPUtime=21.76
/proc/31504/task/31510/stat : 31510 (pb_cplex) R 31503 31503 31302 0 -1 4202560 58069 0 0 0 2132 44 0 0 16 0 2 0 180420097 53944320 7595 1992294400 134512640 146736320 4287451312 18446744073709551615 136388081 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 42.97
Current children cumulated vsize (KiB) 61380

[startup+51.1005 s]
/proc/loadavg: 1.81 1.81 1.28 3/109 31510
/proc/meminfo: memFree=1267476/2059040 swapFree=4134900/4192956
[pid=31503] ppid=31501 vsize=8700 CPUtime=0
/proc/31503/stat : 31503 (run) S 31501 31503 31302 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180420042 8908800 249 1992294400 4194304 4922060 140734534271296 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31503/statm: 2175 249 208 178 0 68 0
[pid=31504] ppid=31503 vsize=53112 CPUtime=84.8
/proc/31504/stat : 31504 (pb_cplex) R 31503 31503 31302 0 -1 4202496 117231 0 0 0 8360 120 0 0 17 0 2 0 180420043 54386688 7766 1992294400 134512640 146736320 4287451312 18446744073709551615 139023053 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31504/statm: 13278 7766 1119 2985 0 9820 0
[pid=31504/tid=31510] ppid=31503 vsize=53112 CPUtime=41.18
/proc/31504/task/31510/stat : 31510 (pb_cplex) R 31503 31503 31302 0 -1 4202560 75621 0 0 0 4053 65 0 0 16 0 2 0 180420097 54386688 7766 1992294400 134512640 146736320 4287451312 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 84.8
Current children cumulated vsize (KiB) 61812

[startup+102.31 s]
/proc/loadavg: 1.76 1.79 1.30 2/109 31516
/proc/meminfo: memFree=1283224/2059040 swapFree=4134900/4192956
[pid=31503] ppid=31501 vsize=8700 CPUtime=0
/proc/31503/stat : 31503 (run) S 31501 31503 31302 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180420042 8908800 249 1992294400 4194304 4922060 140734534271296 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31503/statm: 2175 249 208 178 0 68 0
[pid=31504] ppid=31503 vsize=38632 CPUtime=169.7
/proc/31504/stat : 31504 (pb_cplex) R 31503 31503 31302 0 -1 4202496 202400 0 0 0 16743 227 0 0 16 0 2 0 180420043 39559168 3972 1992294400 134512640 146736320 4287451312 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31504/statm: 9658 3972 1125 2985 0 6200 0
[pid=31504/tid=31516] ppid=31503 vsize=38632 CPUtime=0.24
/proc/31504/task/31516/stat : 31516 (pb_cplex) R 31503 31503 31302 0 -1 4202560 1250 0 0 0 24 0 0 0 17 0 2 0 180430237 39559168 3972 1992294400 134512640 146736320 4287451312 18446744073709551615 136403114 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 169.7
Current children cumulated vsize (KiB) 47332

[startup+162.301 s]
/proc/loadavg: 1.77 1.79 1.33 3/109 31518
/proc/meminfo: memFree=1272064/2059040 swapFree=4134900/4192956
[pid=31503] ppid=31501 vsize=8700 CPUtime=0
/proc/31503/stat : 31503 (run) S 31501 31503 31302 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180420042 8908800 249 1992294400 4194304 4922060 140734534271296 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31503/statm: 2175 249 208 178 0 68 0
[pid=31504] ppid=31503 vsize=50024 CPUtime=272.19
/proc/31504/stat : 31504 (pb_cplex) R 31503 31503 31302 0 -1 4202496 315934 0 0 0 26843 376 0 0 17 0 2 0 180420043 51224576 6624 1992294400 134512640 146736320 4287451312 18446744073709551615 135850298 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31504/statm: 12506 6624 1127 2985 0 9048 0
[pid=31504/tid=31516] ppid=31503 vsize=50024 CPUtime=51.5
/proc/31504/task/31516/stat : 31516 (pb_cplex) R 31503 31503 31302 0 -1 4202560 67214 0 0 0 5075 75 0 0 17 0 2 0 180430237 51224576 6624 1992294400 134512640 146736320 4287451312 18446744073709551615 135846921 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 272.19
Current children cumulated vsize (KiB) 58724

[startup+222.301 s]
/proc/loadavg: 1.53 1.73 1.34 3/109 31520
/proc/meminfo: memFree=1269832/2059040 swapFree=4134900/4192956
[pid=31503] ppid=31501 vsize=8700 CPUtime=0
/proc/31503/stat : 31503 (run) S 31501 31503 31302 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180420042 8908800 249 1992294400 4194304 4922060 140734534271296 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31503/statm: 2175 249 208 178 0 68 0
[pid=31504] ppid=31503 vsize=51832 CPUtime=378.47
/proc/31504/stat : 31504 (pb_cplex) S 31503 31503 31302 0 -1 4202496 413134 0 0 0 37319 528 0 0 18 0 2 0 180420043 53075968 7120 1992294400 134512640 146736320 4287451312 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31504/statm: 12958 7120 1128 2985 0 9500 0
[pid=31504/tid=31516] ppid=31503 vsize=51832 CPUtime=104.41
/proc/31504/task/31516/stat : 31516 (pb_cplex) R 31503 31503 31302 0 -1 4202560 111939 0 0 0 10291 150 0 0 18 0 2 0 180430237 53075968 7120 1992294400 134512640 146736320 4287451312 18446744073709551615 135446248 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 378.47
Current children cumulated vsize (KiB) 60532

[startup+282.301 s]
/proc/loadavg: 1.81 1.77 1.37 3/109 31520
/proc/meminfo: memFree=1269832/2059040 swapFree=4134900/4192956
[pid=31503] ppid=31501 vsize=8700 CPUtime=0
/proc/31503/stat : 31503 (run) S 31501 31503 31302 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180420042 8908800 249 1992294400 4194304 4922060 140734534271296 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31503/statm: 2175 249 208 178 0 68 0
[pid=31504] ppid=31503 vsize=51868 CPUtime=488.01
/proc/31504/stat : 31504 (pb_cplex) R 31503 31503 31302 0 -1 4202496 448513 0 0 0 48120 681 0 0 18 0 2 0 180420043 53112832 7131 1992294400 134512640 146736320 4287451312 18446744073709551615 139041154 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31504/statm: 12967 7131 1128 2985 0 9509 0
[pid=31504/tid=31516] ppid=31503 vsize=51868 CPUtime=159.28
/proc/31504/task/31516/stat : 31516 (pb_cplex) R 31503 31503 31302 0 -1 4202560 124519 0 0 0 15706 222 0 0 18 0 2 0 180430237 53112832 7131 1992294400 134512640 146736320 4287451312 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 488.01
Current children cumulated vsize (KiB) 60568

[startup+342.301 s]
/proc/loadavg: 1.87 1.79 1.40 3/109 31522
/proc/meminfo: memFree=1269584/2059040 swapFree=4134900/4192956
[pid=31503] ppid=31501 vsize=8700 CPUtime=0
/proc/31503/stat : 31503 (run) S 31501 31503 31302 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180420042 8908800 249 1992294400 4194304 4922060 140734534271296 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0

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

[pid=31504] ppid=31503 vsize=51528 CPUtime=706.55
/proc/31504/stat : 31504 (pb_cplex) R 31503 31503 31302 0 -1 4202496 560807 0 0 0 69655 1000 0 0 18 0 2 0 180420043 52764672 7050 1992294400 134512640 146736320 4287451312 18446744073709551615 139023058 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31504/statm: 12882 7050 1128 2985 0 9424 0
[pid=31504/tid=31516] ppid=31503 vsize=51528 CPUtime=266.87
/proc/31504/task/31516/stat : 31516 (pb_cplex) R 31503 31503 31302 0 -1 4202560 175039 0 0 0 26314 373 0 0 17 0 2 0 180430237 52764672 7050 1992294400 134512640 146736320 4287451312 18446744073709551615 135468704 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 706.55
Current children cumulated vsize (KiB) 60228

[startup+462.301 s]
/proc/loadavg: 1.77 1.79 1.45 3/109 31526
/proc/meminfo: memFree=1267352/2059040 swapFree=4134900/4192956
[pid=31503] ppid=31501 vsize=8700 CPUtime=0
/proc/31503/stat : 31503 (run) S 31501 31503 31302 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180420042 8908800 249 1992294400 4194304 4922060 140734534271296 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31503/statm: 2175 249 208 178 0 68 0
[pid=31504] ppid=31503 vsize=54420 CPUtime=813.25
/proc/31504/stat : 31504 (pb_cplex) R 31503 31503 31302 0 -1 4202496 608243 0 0 0 80181 1144 0 0 17 0 2 0 180420043 55726080 7768 1992294400 134512640 146736320 4287451312 18446744073709551615 135846894 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31504/statm: 13605 7768 1128 2985 0 10147 0
[pid=31504/tid=31516] ppid=31503 vsize=54420 CPUtime=320.09
/proc/31504/task/31516/stat : 31516 (pb_cplex) R 31503 31503 31302 0 -1 4202560 188035 0 0 0 31568 441 0 0 18 0 2 0 180430237 55726080 7768 1992294400 134512640 146736320 4287451312 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 813.25
Current children cumulated vsize (KiB) 63120

[startup+522.301 s]
/proc/loadavg: 1.88 1.82 1.48 3/109 31528
/proc/meminfo: memFree=1267352/2059040 swapFree=4134900/4192956
[pid=31503] ppid=31501 vsize=8700 CPUtime=0
/proc/31503/stat : 31503 (run) S 31501 31503 31302 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180420042 8908800 249 1992294400 4194304 4922060 140734534271296 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31503/statm: 2175 249 208 178 0 68 0
[pid=31504] ppid=31503 vsize=54388 CPUtime=922.33
/proc/31504/stat : 31504 (pb_cplex) R 31503 31503 31302 0 -1 4202496 629707 0 0 0 90941 1292 0 0 18 0 2 0 180420043 55693312 7746 1992294400 134512640 146736320 4287451312 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31504/statm: 13597 7746 1128 2985 0 10139 0
[pid=31504/tid=31516] ppid=31503 vsize=54388 CPUtime=374.2
/proc/31504/task/31516/stat : 31516 (pb_cplex) R 31503 31503 31302 0 -1 4202560 198605 0 0 0 36905 515 0 0 17 0 2 0 180430237 55693312 7746 1992294400 134512640 146736320 4287451312 18446744073709551615 136008065 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 922.33
Current children cumulated vsize (KiB) 63088

[startup+582.301 s]
/proc/loadavg: 1.93 1.83 1.50 3/109 31528
/proc/meminfo: memFree=1270700/2059040 swapFree=4134900/4192956
[pid=31503] ppid=31501 vsize=8700 CPUtime=0
/proc/31503/stat : 31503 (run) S 31501 31503 31302 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180420042 8908800 249 1992294400 4194304 4922060 140734534271296 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31503/statm: 2175 249 208 178 0 68 0
[pid=31504] ppid=31503 vsize=51032 CPUtime=1028.14
/proc/31504/stat : 31504 (pb_cplex) R 31503 31503 31302 0 -1 4202496 654389 0 0 0 101387 1427 0 0 17 0 2 0 180420043 52256768 7013 1992294400 134512640 146736320 4287451312 18446744073709551615 135454124 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31504/statm: 12758 7013 1128 2985 0 9300 0
[pid=31504/tid=31516] ppid=31503 vsize=51032 CPUtime=426.48
/proc/31504/task/31516/stat : 31516 (pb_cplex) S 31503 31503 31302 0 -1 4202560 204453 0 0 0 42070 578 0 0 16 0 2 0 180430237 52256768 7013 1992294400 134512640 146736320 4287451312 18446744073709551615 144580073 0 2 4096 16387 18446604437813709888 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1028.14
Current children cumulated vsize (KiB) 59732

[startup+642.301 s]
/proc/loadavg: 1.95 1.86 1.53 3/109 31530
/proc/meminfo: memFree=1267848/2059040 swapFree=4134900/4192956
[pid=31503] ppid=31501 vsize=8700 CPUtime=0
/proc/31503/stat : 31503 (run) S 31501 31503 31302 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180420042 8908800 249 1992294400 4194304 4922060 140734534271296 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31503/statm: 2175 249 208 178 0 68 0
[pid=31504] ppid=31503 vsize=53944 CPUtime=1134.9
/proc/31504/stat : 31504 (pb_cplex) R 31503 31503 31302 0 -1 4202496 688540 0 0 0 111921 1569 0 0 17 0 2 0 180420043 55238656 7648 1992294400 134512640 146736320 4287451312 18446744073709551615 135454076 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31504/statm: 13486 7648 1128 2985 0 10028 0
[pid=31504/tid=31516] ppid=31503 vsize=53944 CPUtime=479.11
/proc/31504/task/31516/stat : 31516 (pb_cplex) R 31503 31503 31302 0 -1 4202560 222985 0 0 0 47259 652 0 0 16 0 2 0 180430237 55238656 7648 1992294400 134512640 146736320 4287451312 18446744073709551615 136384857 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1134.9
Current children cumulated vsize (KiB) 62644

[startup+702.301 s]
/proc/loadavg: 2.01 1.88 1.56 3/109 31532
/proc/meminfo: memFree=1268964/2059040 swapFree=4134900/4192956
[pid=31503] ppid=31501 vsize=8700 CPUtime=0
/proc/31503/stat : 31503 (run) S 31501 31503 31302 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180420042 8908800 249 1992294400 4194304 4922060 140734534271296 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31503/statm: 2175 249 208 178 0 68 0
[pid=31504] ppid=31503 vsize=53156 CPUtime=1233.92
/proc/31504/stat : 31504 (pb_cplex) R 31503 31503 31302 0 -1 4202496 713949 0 0 0 121713 1679 0 0 17 0 2 0 180420043 54431744 7332 1992294400 134512640 146736320 4287451312 18446744073709551615 135196708 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31504/statm: 13289 7332 1128 2985 0 9831 0
[pid=31504/tid=31516] ppid=31503 vsize=53156 CPUtime=527.49
/proc/31504/task/31516/stat : 31516 (pb_cplex) R 31503 31503 31302 0 -1 4202560 235686 0 0 0 52046 703 0 0 16 0 2 0 180430237 54431744 7332 1992294400 134512640 146736320 4287451312 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1233.92
Current children cumulated vsize (KiB) 61856

[startup+762.309 s]
/proc/loadavg: 1.87 1.87 1.57 3/109 31534
/proc/meminfo: memFree=1266236/2059040 swapFree=4134900/4192956
[pid=31503] ppid=31501 vsize=8700 CPUtime=0
/proc/31503/stat : 31503 (run) S 31501 31503 31302 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180420042 8908800 249 1992294400 4194304 4922060 140734534271296 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31503/statm: 2175 249 208 178 0 68 0
[pid=31504] ppid=31503 vsize=56012 CPUtime=1340.79
/proc/31504/stat : 31504 (pb_cplex) R 31503 31503 31302 0 -1 4202496 736185 0 0 0 132262 1817 0 0 16 0 2 0 180420043 57356288 8023 1992294400 134512640 146736320 4287451312 18446744073709551615 135850714 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31504/statm: 14003 8023 1129 2985 0 10545 0
[pid=31504/tid=31516] ppid=31503 vsize=56012 CPUtime=580.63
/proc/31504/task/31516/stat : 31516 (pb_cplex) S 31503 31503 31302 0 -1 4202560 243171 0 0 0 57295 768 0 0 16 0 2 0 180430237 57356288 8023 1992294400 134512640 146736320 4287451312 18446744073709551615 144580073 0 2 4096 16387 18446604437813709888 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1340.79
Current children cumulated vsize (KiB) 64712

[startup+822.301 s]
/proc/loadavg: 1.91 1.88 1.59 3/109 31536
/proc/meminfo: memFree=1266112/2059040 swapFree=4134900/4192956
[pid=31503] ppid=31501 vsize=8700 CPUtime=0
/proc/31503/stat : 31503 (run) S 31501 31503 31302 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180420042 8908800 249 1992294400 4194304 4922060 140734534271296 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31503/statm: 2175 249 208 178 0 68 0
[pid=31504] ppid=31503 vsize=56344 CPUtime=1450.51
/proc/31504/stat : 31504 (pb_cplex) R 31503 31503 31302 0 -1 4202496 744555 0 0 0 143089 1962 0 0 18 0 2 0 180420043 57696256 8135 1992294400 134512640 146736320 4287451312 18446744073709551615 135850711 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31504/statm: 14086 8135 1129 2985 0 10628 0
[pid=31504/tid=31516] ppid=31503 vsize=56344 CPUtime=635.33
/proc/31504/task/31516/stat : 31516 (pb_cplex) R 31503 31503 31302 0 -1 4202560 249408 0 0 0 62692 841 0 0 16 0 2 0 180430237 57696256 8135 1992294400 134512640 146736320 4287451312 18446744073709551615 136015700 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1450.51
Current children cumulated vsize (KiB) 65044

[startup+882.301 s]
/proc/loadavg: 2.03 1.91 1.62 2/109 31536
/proc/meminfo: memFree=1266608/2059040 swapFree=4134900/4192956
[pid=31503] ppid=31501 vsize=8700 CPUtime=0
/proc/31503/stat : 31503 (run) S 31501 31503 31302 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180420042 8908800 249 1992294400 4194304 4922060 140734534271296 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31503/statm: 2175 249 208 178 0 68 0
[pid=31504] ppid=31503 vsize=54904 CPUtime=1560.7
/proc/31504/stat : 31504 (pb_cplex) R 31503 31503 31302 0 -1 4202496 752657 0 0 0 153966 2104 0 0 17 0 2 0 180420043 56221696 7899 1992294400 134512640 146736320 4287451312 18446744073709551615 139041204 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31504/statm: 13726 7899 1128 2985 0 10268 0
[pid=31504/tid=31516] ppid=31503 vsize=54904 CPUtime=689.96
/proc/31504/task/31516/stat : 31516 (pb_cplex) R 31503 31503 31302 0 -1 4202560 254014 0 0 0 68084 912 0 0 18 0 2 0 180430237 56221696 7899 1992294400 134512640 146736320 4287451312 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1560.7
Current children cumulated vsize (KiB) 63604

[startup+942.301 s]
/proc/loadavg: 1.96 1.91 1.64 3/109 31538
/proc/meminfo: memFree=1266236/2059040 swapFree=4134900/4192956
[pid=31503] ppid=31501 vsize=8700 CPUtime=0
/proc/31503/stat : 31503 (run) S 31501 31503 31302 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180420042 8908800 249 1992294400 4194304 4922060 140734534271296 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31503/statm: 2175 249 208 178 0 68 0
[pid=31504] ppid=31503 vsize=56256 CPUtime=1670.09
/proc/31504/stat : 31504 (pb_cplex) R 31503 31503 31302 0 -1 4202496 760936 0 0 0 164759 2250 0 0 18 0 2 0 180420043 57606144 8160 1992294400 134512640 146736320 4287451312 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31504/statm: 14064 8160 1128 2985 0 10606 0
[pid=31504/tid=31516] ppid=31503 vsize=56256 CPUtime=743.72
/proc/31504/task/31516/stat : 31516 (pb_cplex) R 31503 31503 31302 0 -1 4202560 256290 0 0 0 73392 980 0 0 16 0 2 0 180430237 57606144 8160 1992294400 134512640 146736320 4287451312 18446744073709551615 135526527 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1670.09
Current children cumulated vsize (KiB) 64956

[startup+1002.3 s]
/proc/loadavg: 1.98 1.92 1.65 2/109 31540
/proc/meminfo: memFree=1265864/2059040 swapFree=4134900/4192956
[pid=31503] ppid=31501 vsize=8700 CPUtime=0
/proc/31503/stat : 31503 (run) S 31501 31503 31302 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180420042 8908800 249 1992294400 4194304 4922060 140734534271296 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31503/statm: 2175 249 208 178 0 68 0
[pid=31504] ppid=31503 vsize=57156 CPUtime=1779.8
/proc/31504/stat : 31504 (pb_cplex) R 31503 31503 31302 0 -1 4202496 768764 0 0 0 175584 2396 0 0 17 0 2 0 180420043 58527744 8204 1992294400 134512640 146736320 4287451312 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31504/statm: 14289 8204 1128 2985 0 10831 0
[pid=31504/tid=31516] ppid=31503 vsize=57156 CPUtime=798.78
/proc/31504/task/31516/stat : 31516 (pb_cplex) R 31503 31503 31302 0 -1 4202560 259821 0 0 0 78825 1053 0 0 17 0 2 0 180430237 58527744 8204 1992294400 134512640 146736320 4287451312 18446744073709551615 135526555 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1779.8
Current children cumulated vsize (KiB) 65856



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1013.4 s]
/proc/loadavg: 1.99 1.93 1.66 3/109 31540
/proc/meminfo: memFree=1265740/2059040 swapFree=4134900/4192956
[pid=31503] ppid=31501 vsize=8700 CPUtime=0
/proc/31503/stat : 31503 (run) S 31501 31503 31302 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180420042 8908800 249 1992294400 4194304 4922060 140734534271296 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31503/statm: 2175 249 208 178 0 68 0
[pid=31504] ppid=31503 vsize=57912 CPUtime=1800.14
/proc/31504/stat : 31504 (pb_cplex) R 31503 31503 31302 0 -1 4202496 774004 0 0 0 177587 2427 0 0 18 0 2 0 180420043 59301888 8333 1992294400 134512640 146736320 4287451312 18446744073709551615 135525141 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31504/statm: 14478 8333 1128 2985 0 11020 0
[pid=31504/tid=31516] ppid=31503 vsize=57912 CPUtime=808.93
/proc/31504/task/31516/stat : 31516 (pb_cplex) R 31503 31503 31302 0 -1 4202560 261597 0 0 0 79825 1068 0 0 18 0 2 0 180430237 59301888 8334 1992294400 134512640 146736320 4287451312 18446744073709551615 136388078 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 66612

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): 1013.42
CPU time (s): 1800.17
CPU user time (s): 1775.88
CPU system time (s): 24.2853
CPU usage (%): 177.633
Max. virtual memory (cumulated for all children) (KiB): 69128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1775.88
system time used= 24.2853
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 774381
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= 412481
involuntary context switches= 27046

runsolver used 1.89471 second user time and 5.48517 second system time

The end

Launcher Data

Begin job on node002 at 2010-07-02 07:22:41
IDJOB=2696940
IDBENCH=47974
IDSOLVER=1209
FILE ID=node002/2696940-1278048161
PBS_JOBID= 11198880
Free space on /tmp= 62448 MiB

SOLVER NAME= pb_cplex 2010-06-29
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=167-P1=131-P2=83-P3=109-B.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2696940-1278048161/watcher-2696940-1278048161 -o /tmp/evaluation-result-2696940-1278048161/solver-2696940-1278048161 -C 1800 -W 2000 -M 1800  run HOME/instance-2696940-1278048161.opb

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

MD5SUM BENCH= 814b8e94cfd87905bb7ea3866973cde4
RANDOM SEED=277913177

node002.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.242
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.48
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.242
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.36
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1296300 kB
Buffers:        199328 kB
Cached:         447272 kB
SwapCached:      11684 kB
Active:         310172 kB
Inactive:       350668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1296300 kB
SwapTotal:     4192956 kB
SwapFree:      4134900 kB
Dirty:           16628 kB
Writeback:           0 kB
AnonPages:       12320 kB
Mapped:           8408 kB
Slab:            80116 kB
PageTables:       4188 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182760 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-2696940-1278048161.opb

Free space on /tmp at the end= 62432 MiB
End job on node002 at 2010-07-02 07:39:34