Trace number 2697062

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.03 1035.52

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/
factor-mod-B/factor-mod-size=8-P0=71-P1=107-P2=197-P3=67-B.opb
MD5SUMece282cf8dbd0acc24f1883b841333ea
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.2928
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-2697062-1278049296.opb.
0.00/0.00	c Instance file HOME/instance-2697062-1278049296.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.01/1035.51	c Remaining time 1799.99 sec.
1800.01/1035.51	c 
1800.01/1035.51	c *** INTERRUPTED ***
1800.01/1035.51	s UNKNOWN
1800.01/1035.51	c Total CPU time              : 1775.49 s
1800.01/1035.51	c Memory used           : 48.80 MB
1800.01/1035.51	c CPU time              : 1775.49 s
1800.01/1035.51	c 
1800.01/1035.51	c *** INTERRUPTED ***

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2697062-1278049296/watcher-2697062-1278049296 -o /tmp/evaluation-result-2697062-1278049296/solver-2697062-1278049296 -C 1800 -W 2000 -M 1800 run HOME/instance-2697062-1278049296.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.59 1.73 1.58 3/106 28970
/proc/meminfo: memFree=1415364/2059040 swapFree=4135492/4192956
[pid=28970] ppid=28968 vsize=8700 CPUtime=0
/proc/28970/stat : 28970 (run) R 28968 28970 28661 0 -1 4202496 349 0 0 0 0 0 0 0 20 0 1 0 180530981 8908800 249 1992294400 4194304 4922060 140735007376192 18446744073709551615 238759289237 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/28970/statm: 2175 249 208 178 0 68 0

[startup+0.0994599 s]
/proc/loadavg: 1.59 1.73 1.58 3/106 28970
/proc/meminfo: memFree=1415364/2059040 swapFree=4135492/4192956
[pid=28970] ppid=28968 vsize=8700 CPUtime=0
/proc/28970/stat : 28970 (run) S 28968 28970 28661 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 180530981 8908800 249 1992294400 4194304 4922060 140735007376192 18446744073709551615 238759287941 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28970/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101273 s]
/proc/loadavg: 1.59 1.73 1.58 3/106 28970
/proc/meminfo: memFree=1415364/2059040 swapFree=4135492/4192956
[pid=28970] ppid=28968 vsize=8700 CPUtime=0
/proc/28970/stat : 28970 (run) S 28968 28970 28661 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 180530981 8908800 249 1992294400 4194304 4922060 140735007376192 18446744073709551615 238759287941 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28970/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.304672 s]
/proc/loadavg: 1.59 1.73 1.58 3/106 28970
/proc/meminfo: memFree=1415364/2059040 swapFree=4135492/4192956
[pid=28970] ppid=28968 vsize=8700 CPUtime=0
/proc/28970/stat : 28970 (run) S 28968 28970 28661 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 180530981 8908800 249 1992294400 4194304 4922060 140735007376192 18446744073709551615 238759287941 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28970/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700605 s]
/proc/loadavg: 1.59 1.73 1.58 3/106 28970
/proc/meminfo: memFree=1415364/2059040 swapFree=4135492/4192956
[pid=28970] ppid=28968 vsize=8700 CPUtime=0
/proc/28970/stat : 28970 (run) S 28968 28970 28661 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 180530981 8908800 249 1992294400 4194304 4922060 140735007376192 18446744073709551615 238759287941 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28970/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50159 s]
/proc/loadavg: 1.59 1.73 1.58 3/109 28977
/proc/meminfo: memFree=1409140/2059040 swapFree=4135492/4192956
[pid=28970] ppid=28968 vsize=8700 CPUtime=0
/proc/28970/stat : 28970 (run) S 28968 28970 28661 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 180530981 8908800 249 1992294400 4194304 4922060 140735007376192 18446744073709551615 238759287941 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28970/statm: 2175 249 208 178 0 68 0
[pid=28971] ppid=28970 vsize=32872 CPUtime=2.39
/proc/28971/stat : 28971 (pb_cplex) R 28970 28970 28661 0 -1 4202496 9651 0 0 0 230 9 0 0 17 0 2 0 180530981 33660928 2791 1992294400 134512640 146736320 4287404720 18446744073709551615 135526323 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28971/statm: 8218 2791 1071 2985 0 4760 0
[pid=28971/tid=28977] ppid=28970 vsize=32872 CPUtime=0.87
/proc/28971/task/28977/stat : 28977 (pb_cplex) R 28970 28970 28661 0 -1 4202560 2558 0 0 0 84 3 0 0 18 0 2 0 180531035 33660928 2791 1992294400 134512640 146736320 4287404720 18446744073709551615 136400493 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 41572

[startup+3.10255 s]
/proc/loadavg: 1.55 1.71 1.58 3/109 28977
/proc/meminfo: memFree=1406040/2059040 swapFree=4135492/4192956
[pid=28970] ppid=28968 vsize=8700 CPUtime=0
/proc/28970/stat : 28970 (run) S 28968 28970 28661 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 180530981 8908800 249 1992294400 4194304 4922060 140735007376192 18446744073709551615 238759287941 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28970/statm: 2175 249 208 178 0 68 0
[pid=28971] ppid=28970 vsize=35616 CPUtime=5.29
/proc/28971/stat : 28971 (pb_cplex) R 28970 28970 28661 0 -1 4202496 22228 0 0 0 509 20 0 0 18 0 2 0 180530981 36470784 3565 1992294400 134512640 146736320 4287404720 18446744073709551615 135961992 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28971/statm: 8904 3565 1074 2985 0 5446 0
[pid=28971/tid=28977] ppid=28970 vsize=35616 CPUtime=2.32
/proc/28971/task/28977/stat : 28977 (pb_cplex) R 28970 28970 28661 0 -1 4202560 11473 0 0 0 222 10 0 0 17 0 2 0 180531035 36470784 3565 1992294400 134512640 146736320 4287404720 18446744073709551615 137173983 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.29
Current children cumulated vsize (KiB) 44316

[startup+6.30047 s]
/proc/loadavg: 1.55 1.71 1.58 3/109 28977
/proc/meminfo: memFree=1400832/2059040 swapFree=4135492/4192956
[pid=28970] ppid=28968 vsize=8700 CPUtime=0
/proc/28970/stat : 28970 (run) S 28968 28970 28661 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 180530981 8908800 249 1992294400 4194304 4922060 140735007376192 18446744073709551615 238759287941 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28970/statm: 2175 249 208 178 0 68 0
[pid=28971] ppid=28970 vsize=42944 CPUtime=10.83
/proc/28971/stat : 28971 (pb_cplex) R 28970 28970 28661 0 -1 4202496 36307 0 0 0 1052 31 0 0 18 0 2 0 180530981 43974656 5088 1992294400 134512640 146736320 4287404720 18446744073709551615 136015584 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28971/statm: 10736 5088 1074 2985 0 7278 0
[pid=28971/tid=28977] ppid=28970 vsize=42944 CPUtime=4.85
/proc/28971/task/28977/stat : 28977 (pb_cplex) R 28970 28970 28661 0 -1 4202560 18031 0 0 0 470 15 0 0 16 0 2 0 180531035 43974656 5088 1992294400 134512640 146736320 4287404720 18446744073709551615 135523351 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.83
Current children cumulated vsize (KiB) 51644

[startup+12.7003 s]
/proc/loadavg: 1.62 1.72 1.59 3/109 28977
/proc/meminfo: memFree=1394880/2059040 swapFree=4135492/4192956
[pid=28970] ppid=28968 vsize=8700 CPUtime=0
/proc/28970/stat : 28970 (run) S 28968 28970 28661 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 180530981 8908800 249 1992294400 4194304 4922060 140735007376192 18446744073709551615 238759287941 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28970/statm: 2175 249 208 178 0 68 0
[pid=28971] ppid=28970 vsize=45732 CPUtime=22.14
/proc/28971/stat : 28971 (pb_cplex) R 28970 28970 28661 0 -1 4202496 55388 0 0 0 2165 49 0 0 18 0 2 0 180530981 46829568 5918 1992294400 134512640 146736320 4287404720 18446744073709551615 136008454 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28971/statm: 11433 5918 1074 2985 0 7975 0
[pid=28971/tid=28977] ppid=28970 vsize=45732 CPUtime=10.2
/proc/28971/task/28977/stat : 28977 (pb_cplex) R 28970 28970 28661 0 -1 4202560 27746 0 0 0 995 25 0 0 16 0 2 0 180531035 46829568 5918 1992294400 134512640 146736320 4287404720 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 22.14
Current children cumulated vsize (KiB) 54432

[startup+25.5016 s]
/proc/loadavg: 1.60 1.72 1.58 2/109 28977
/proc/meminfo: memFree=1392400/2059040 swapFree=4135492/4192956
[pid=28970] ppid=28968 vsize=8700 CPUtime=0
/proc/28970/stat : 28970 (run) S 28968 28970 28661 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 180530981 8908800 249 1992294400 4194304 4922060 140735007376192 18446744073709551615 238759287941 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28970/statm: 2175 249 208 178 0 68 0
[pid=28971] ppid=28970 vsize=48768 CPUtime=41.52
/proc/28971/stat : 28971 (pb_cplex) R 28970 28970 28661 0 -1 4202496 78817 0 0 0 4079 73 0 0 17 0 2 0 180530981 49938432 6557 1992294400 134512640 146736320 4287404720 18446744073709551615 136000318 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28971/statm: 12192 6557 1097 2985 0 8734 0
[pid=28971/tid=28977] ppid=28970 vsize=48768 CPUtime=18.97
/proc/28971/task/28977/stat : 28977 (pb_cplex) S 28970 28970 28661 0 -1 4202560 38273 0 0 0 1862 35 0 0 16 0 2 0 180531035 49938432 6557 1992294400 134512640 146736320 4287404720 18446744073709551615 144580073 0 2 4096 16387 18446604437827455936 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 41.52
Current children cumulated vsize (KiB) 57468

[startup+51.101 s]
/proc/loadavg: 1.69 1.72 1.59 2/109 28977
/proc/meminfo: memFree=1393144/2059040 swapFree=4135492/4192956
[pid=28970] ppid=28968 vsize=8700 CPUtime=0
/proc/28970/stat : 28970 (run) S 28968 28970 28661 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 180530981 8908800 249 1992294400 4194304 4922060 140735007376192 18446744073709551615 238759287941 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28970/statm: 2175 249 208 178 0 68 0
[pid=28971] ppid=28970 vsize=48412 CPUtime=82.37
/proc/28971/stat : 28971 (pb_cplex) R 28970 28970 28661 0 -1 4202496 133634 0 0 0 8097 140 0 0 17 0 2 0 180530981 49573888 6495 1992294400 134512640 146736320 4287404720 18446744073709551615 137298806 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28971/statm: 12103 6495 1103 2985 0 8645 0
[pid=28971/tid=28977] ppid=28970 vsize=48412 CPUtime=38.81
/proc/28971/task/28977/stat : 28977 (pb_cplex) S 28970 28970 28661 0 -1 4202560 64898 0 0 0 3813 68 0 0 16 0 2 0 180531035 49573888 6495 1992294400 134512640 146736320 4287404720 18446744073709551615 144580073 0 2 4096 16387 18446604437827455936 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 82.37
Current children cumulated vsize (KiB) 57112

[startup+102.309 s]
/proc/loadavg: 1.54 1.67 1.58 3/109 28979
/proc/meminfo: memFree=1391284/2059040 swapFree=4135492/4192956
[pid=28970] ppid=28968 vsize=8700 CPUtime=0
/proc/28970/stat : 28970 (run) S 28968 28970 28661 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 180530981 8908800 249 1992294400 4194304 4922060 140735007376192 18446744073709551615 238759287941 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28970/statm: 2175 249 208 178 0 68 0
[pid=28971] ppid=28970 vsize=50100 CPUtime=157.6
/proc/28971/stat : 28971 (pb_cplex) R 28970 28970 28661 0 -1 4202496 225244 0 0 0 15509 251 0 0 16 0 2 0 180530981 51302400 6830 1992294400 134512640 146736320 4287404720 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28971/statm: 12525 6830 1106 2985 0 9067 0
[pid=28971/tid=28977] ppid=28970 vsize=50100 CPUtime=72.13
/proc/28971/task/28977/stat : 28977 (pb_cplex) R 28970 28970 28661 0 -1 4202560 115438 0 0 0 7088 125 0 0 17 0 2 0 180531035 51302400 6830 1992294400 134512640 146736320 4287404720 18446744073709551615 135526785 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 157.6
Current children cumulated vsize (KiB) 58800

[startup+162.301 s]
/proc/loadavg: 1.44 1.62 1.56 2/109 28985
/proc/meminfo: memFree=1398104/2059040 swapFree=4135492/4192956
[pid=28970] ppid=28968 vsize=8700 CPUtime=0
/proc/28970/stat : 28970 (run) S 28968 28970 28661 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 180530981 8908800 249 1992294400 4194304 4922060 140735007376192 18446744073709551615 238759287941 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28970/statm: 2175 249 208 178 0 68 0
[pid=28971] ppid=28970 vsize=41468 CPUtime=249.24
/proc/28971/stat : 28971 (pb_cplex) R 28970 28970 28661 0 -1 4202496 322056 0 0 0 24536 388 0 0 17 0 2 0 180530981 42463232 4968 1992294400 134512640 146736320 4287404720 18446744073709551615 135447034 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28971/statm: 10367 4968 1124 2985 0 6909 0
[pid=28971/tid=28985] ppid=28970 vsize=41468 CPUtime=5.46
/proc/28971/task/28985/stat : 28985 (pb_cplex) R 28970 28970 28661 0 -1 4202560 12561 0 0 0 536 10 0 0 18 0 2 0 180546489 42463232 4968 1992294400 134512640 146736320 4287404720 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 249.24
Current children cumulated vsize (KiB) 50168

[startup+222.302 s]
/proc/loadavg: 1.85 1.71 1.59 3/109 28987
/proc/meminfo: memFree=1391408/2059040 swapFree=4135492/4192956
[pid=28970] ppid=28968 vsize=8700 CPUtime=0
/proc/28970/stat : 28970 (run) S 28968 28970 28661 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 180530981 8908800 249 1992294400 4194304 4922060 140735007376192 18446744073709551615 238759287941 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28970/statm: 2175 249 208 178 0 68 0
[pid=28971] ppid=28970 vsize=48456 CPUtime=356.23
/proc/28971/stat : 28971 (pb_cplex) R 28970 28970 28661 0 -1 4202496 403466 0 0 0 35100 523 0 0 17 0 2 0 180530981 49618944 6689 1992294400 134512640 146736320 4287404720 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28971/statm: 12114 6689 1124 2985 0 8656 0
[pid=28971/tid=28985] ppid=28970 vsize=48456 CPUtime=59.17
/proc/28971/task/28985/stat : 28985 (pb_cplex) R 28970 28970 28661 0 -1 4202560 70482 0 0 0 5832 85 0 0 17 0 2 0 180546489 49618944 6689 1992294400 134512640 146736320 4287404720 18446744073709551615 135846455 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 356.23
Current children cumulated vsize (KiB) 57156

[startup+282.301 s]
/proc/loadavg: 1.61 1.66 1.58 3/109 28987
/proc/meminfo: memFree=1391408/2059040 swapFree=4135492/4192956
[pid=28970] ppid=28968 vsize=8700 CPUtime=0
/proc/28970/stat : 28970 (run) S 28968 28970 28661 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 180530981 8908800 249 1992294400 4194304 4922060 140735007376192 18446744073709551615 238759287941 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28970/statm: 2175 249 208 178 0 68 0
[pid=28971] ppid=28970 vsize=49304 CPUtime=461.3
/proc/28971/stat : 28971 (pb_cplex) R 28970 28970 28661 0 -1 4202496 452901 0 0 0 45468 662 0 0 16 0 2 0 180530981 50487296 6756 1992294400 134512640 146736320 4287404720 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28971/statm: 12326 6756 1124 2985 0 8868 0
[pid=28971/tid=28985] ppid=28970 vsize=49304 CPUtime=111.35
/proc/28971/task/28985/stat : 28985 (pb_cplex) R 28970 28970 28661 0 -1 4202560 100642 0 0 0 10976 159 0 0 16 0 2 0 180546489 50487296 6756 1992294400 134512640 146736320 4287404720 18446744073709551615 135526786 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 461.3
Current children cumulated vsize (KiB) 58004

[startup+342.302 s]
/proc/loadavg: 1.71 1.67 1.59 2/109 28989
/proc/meminfo: memFree=1391780/2059040 swapFree=4135492/4192956
[pid=28970] ppid=28968 vsize=8700 CPUtime=0
/proc/28970/stat : 28970 (run) S 28968 28970 28661 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 180530981 8908800 249 1992294400 4194304 4922060 140735007376192 18446744073709551615 238759287941 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0

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

[pid=28971] ppid=28970 vsize=49824 CPUtime=776.14
/proc/28971/stat : 28971 (pb_cplex) R 28970 28970 28661 0 -1 4202496 572000 0 0 0 76531 1083 0 0 16 0 2 0 180530981 51019776 7027 1992294400 134512640 146736320 4287404720 18446744073709551615 139042883 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28971/statm: 12456 7027 1124 2985 0 8998 0
[pid=28971/tid=28985] ppid=28970 vsize=49824 CPUtime=268.42
/proc/28971/task/28985/stat : 28985 (pb_cplex) S 28970 28970 28661 0 -1 4202560 160996 0 0 0 26470 372 0 0 17 0 2 0 180546489 51019776 7027 1992294400 134512640 146736320 4287404720 18446744073709551615 144580073 0 2 4096 16387 18446604437827455936 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 776.14
Current children cumulated vsize (KiB) 58524

[startup+522.302 s]
/proc/loadavg: 1.73 1.69 1.61 4/109 28995
/proc/meminfo: memFree=1389424/2059040 swapFree=4135492/4192956
[pid=28970] ppid=28968 vsize=8700 CPUtime=0
/proc/28970/stat : 28970 (run) S 28968 28970 28661 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 180530981 8908800 249 1992294400 4194304 4922060 140735007376192 18446744073709551615 238759287941 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28970/statm: 2175 249 208 178 0 68 0
[pid=28971] ppid=28970 vsize=50784 CPUtime=881.35
/proc/28971/stat : 28971 (pb_cplex) R 28970 28970 28661 0 -1 4202496 591604 0 0 0 86913 1222 0 0 17 0 2 0 180530981 52002816 7270 1992294400 134512640 146736320 4287404720 18446744073709551615 135450994 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28971/statm: 12696 7270 1124 2985 0 9238 0
[pid=28971/tid=28985] ppid=28970 vsize=50784 CPUtime=320.08
/proc/28971/task/28985/stat : 28985 (pb_cplex) S 28970 28970 28661 0 -1 4202560 167823 0 0 0 31567 441 0 0 16 0 2 0 180546489 52002816 7270 1992294400 134512640 146736320 4287404720 18446744073709551615 144580073 0 2 4096 16387 18446604437827455936 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 881.35
Current children cumulated vsize (KiB) 59484

[startup+582.301 s]
/proc/loadavg: 1.82 1.72 1.62 3/109 28995
/proc/meminfo: memFree=1389052/2059040 swapFree=4135492/4192956
[pid=28970] ppid=28968 vsize=8700 CPUtime=0
/proc/28970/stat : 28970 (run) S 28968 28970 28661 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 180530981 8908800 249 1992294400 4194304 4922060 140735007376192 18446744073709551615 238759287941 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28970/statm: 2175 249 208 178 0 68 0
[pid=28971] ppid=28970 vsize=51592 CPUtime=989.25
/proc/28971/stat : 28971 (pb_cplex) R 28970 28970 28661 0 -1 4202496 606398 0 0 0 97557 1368 0 0 16 0 2 0 180530981 52830208 7374 1992294400 134512640 146736320 4287404720 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28971/statm: 12898 7374 1124 2985 0 9440 0
[pid=28971/tid=28985] ppid=28970 vsize=51592 CPUtime=374.01
/proc/28971/task/28985/stat : 28985 (pb_cplex) R 28970 28970 28661 0 -1 4202560 175339 0 0 0 36886 515 0 0 17 0 2 0 180546489 52830208 7374 1992294400 134512640 146736320 4287404720 18446744073709551615 135850304 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 989.25
Current children cumulated vsize (KiB) 60292

[startup+642.302 s]
/proc/loadavg: 1.79 1.74 1.63 3/109 28997
/proc/meminfo: memFree=1389052/2059040 swapFree=4135492/4192956
[pid=28970] ppid=28968 vsize=8700 CPUtime=0
/proc/28970/stat : 28970 (run) S 28968 28970 28661 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 180530981 8908800 249 1992294400 4194304 4922060 140735007376192 18446744073709551615 238759287941 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28970/statm: 2175 249 208 178 0 68 0
[pid=28971] ppid=28970 vsize=51092 CPUtime=1095.14
/proc/28971/stat : 28971 (pb_cplex) R 28970 28970 28661 0 -1 4202496 624947 0 0 0 108004 1510 0 0 17 0 2 0 180530981 52318208 7348 1992294400 134512640 146736320 4287404720 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28971/statm: 12773 7348 1124 2985 0 9315 0
[pid=28971/tid=28985] ppid=28970 vsize=51092 CPUtime=426.94
/proc/28971/task/28985/stat : 28985 (pb_cplex) R 28970 28970 28661 0 -1 4202560 181517 0 0 0 42110 584 0 0 17 0 2 0 180546489 52318208 7348 1992294400 134512640 146736320 4287404720 18446744073709551615 136001212 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1095.14
Current children cumulated vsize (KiB) 59792

[startup+702.301 s]
/proc/loadavg: 1.87 1.76 1.65 3/109 28999
/proc/meminfo: memFree=1389548/2059040 swapFree=4135492/4192956
[pid=28970] ppid=28968 vsize=8700 CPUtime=0
/proc/28970/stat : 28970 (run) S 28968 28970 28661 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 180530981 8908800 249 1992294400 4194304 4922060 140735007376192 18446744073709551615 238759287941 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28970/statm: 2175 249 208 178 0 68 0
[pid=28971] ppid=28970 vsize=51148 CPUtime=1201.54
/proc/28971/stat : 28971 (pb_cplex) R 28970 28970 28661 0 -1 4202496 650352 0 0 0 118501 1653 0 0 18 0 2 0 180530981 52375552 7368 1992294400 134512640 146736320 4287404720 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28971/statm: 12787 7368 1124 2985 0 9329 0
[pid=28971/tid=28985] ppid=28970 vsize=51148 CPUtime=479.67
/proc/28971/task/28985/stat : 28985 (pb_cplex) R 28970 28970 28661 0 -1 4202560 189640 0 0 0 47314 653 0 0 17 0 2 0 180546489 52375552 7368 1992294400 134512640 146736320 4287404720 18446744073709551615 136402270 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1201.54
Current children cumulated vsize (KiB) 59848

[startup+762.31 s]
/proc/loadavg: 1.92 1.79 1.66 3/109 29001
/proc/meminfo: memFree=1390168/2059040 swapFree=4135492/4192956
[pid=28970] ppid=28968 vsize=8700 CPUtime=0
/proc/28970/stat : 28970 (run) S 28968 28970 28661 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 180530981 8908800 249 1992294400 4194304 4922060 140735007376192 18446744073709551615 238759287941 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28970/statm: 2175 249 208 178 0 68 0
[pid=28971] ppid=28970 vsize=49888 CPUtime=1309.21
/proc/28971/stat : 28971 (pb_cplex) R 28970 28970 28661 0 -1 4202496 673930 0 0 0 129118 1803 0 0 17 0 2 0 180530981 51085312 7062 1992294400 134512640 146736320 4287404720 18446744073709551615 135231478 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28971/statm: 12472 7062 1124 2985 0 9014 0
[pid=28971/tid=28985] ppid=28970 vsize=49888 CPUtime=532.91
/proc/28971/task/28985/stat : 28985 (pb_cplex) R 28970 28970 28661 0 -1 4202560 202797 0 0 0 52564 727 0 0 16 0 2 0 180546489 51085312 7062 1992294400 134512640 146736320 4287404720 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1309.21
Current children cumulated vsize (KiB) 58588

[startup+822.301 s]
/proc/loadavg: 1.73 1.76 1.65 3/109 29003
/proc/meminfo: memFree=1389548/2059040 swapFree=4135492/4192956
[pid=28970] ppid=28968 vsize=8700 CPUtime=0
/proc/28970/stat : 28970 (run) S 28968 28970 28661 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 180530981 8908800 249 1992294400 4194304 4922060 140735007376192 18446744073709551615 238759287941 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28970/statm: 2175 249 208 178 0 68 0
[pid=28971] ppid=28970 vsize=50924 CPUtime=1415.29
/proc/28971/stat : 28971 (pb_cplex) R 28970 28970 28661 0 -1 4202496 684879 0 0 0 139595 1934 0 0 17 0 2 0 180530981 52146176 7237 1992294400 134512640 146736320 4287404720 18446744073709551615 136475826 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28971/statm: 12731 7237 1124 2985 0 9273 0
[pid=28971/tid=28985] ppid=28970 vsize=50924 CPUtime=585.58
/proc/28971/task/28985/stat : 28985 (pb_cplex) R 28970 28970 28661 0 -1 4202560 206363 0 0 0 57766 792 0 0 16 0 2 0 180546489 52146176 7237 1992294400 134512640 146736320 4287404720 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1415.29
Current children cumulated vsize (KiB) 59624

[startup+882.302 s]
/proc/loadavg: 1.68 1.74 1.65 2/109 29003
/proc/meminfo: memFree=1389548/2059040 swapFree=4135492/4192956
[pid=28970] ppid=28968 vsize=8700 CPUtime=0
/proc/28970/stat : 28970 (run) S 28968 28970 28661 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 180530981 8908800 249 1992294400 4194304 4922060 140735007376192 18446744073709551615 238759287941 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28970/statm: 2175 249 208 178 0 68 0
[pid=28971] ppid=28970 vsize=50924 CPUtime=1524.47
/proc/28971/stat : 28971 (pb_cplex) R 28970 28970 28661 0 -1 4202496 695486 0 0 0 150371 2076 0 0 16 0 2 0 180530981 52146176 7237 1992294400 134512640 146736320 4287404720 18446744073709551615 139041204 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28971/statm: 12731 7237 1124 2985 0 9273 0
[pid=28971/tid=28985] ppid=28970 vsize=50924 CPUtime=640.17
/proc/28971/task/28985/stat : 28985 (pb_cplex) R 28970 28970 28661 0 -1 4202560 210128 0 0 0 63156 861 0 0 18 0 2 0 180546489 52146176 7237 1992294400 134512640 146736320 4287404720 18446744073709551615 135468528 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1524.47
Current children cumulated vsize (KiB) 59624

[startup+942.301 s]
/proc/loadavg: 1.77 1.77 1.66 3/109 29005
/proc/meminfo: memFree=1389672/2059040 swapFree=4135492/4192956
[pid=28970] ppid=28968 vsize=8700 CPUtime=0
/proc/28970/stat : 28970 (run) S 28968 28970 28661 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 180530981 8908800 249 1992294400 4194304 4922060 140735007376192 18446744073709551615 238759287941 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28970/statm: 2175 249 208 178 0 68 0
[pid=28971] ppid=28970 vsize=50576 CPUtime=1631.78
/proc/28971/stat : 28971 (pb_cplex) S 28970 28970 28661 0 -1 4202496 713086 0 0 0 160956 2222 0 0 17 0 2 0 180530981 51789824 7215 1992294400 134512640 146736320 4287404720 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28971/statm: 12644 7215 1124 2985 0 9186 0
[pid=28971/tid=28985] ppid=28970 vsize=50576 CPUtime=693.43
/proc/28971/task/28985/stat : 28985 (pb_cplex) R 28970 28970 28661 0 -1 4202560 222507 0 0 0 68408 935 0 0 17 0 2 0 180546489 51789824 7215 1992294400 134512640 146736320 4287404720 18446744073709551615 144785853 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1631.78
Current children cumulated vsize (KiB) 59276

[startup+1002.3 s]
/proc/loadavg: 1.78 1.77 1.66 3/109 29007
/proc/meminfo: memFree=1388308/2059040 swapFree=4135492/4192956
[pid=28970] ppid=28968 vsize=8700 CPUtime=0
/proc/28970/stat : 28970 (run) S 28968 28970 28661 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 180530981 8908800 249 1992294400 4194304 4922060 140735007376192 18446744073709551615 238759287941 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28970/statm: 2175 249 208 178 0 68 0
[pid=28971] ppid=28970 vsize=51736 CPUtime=1739.64
/proc/28971/stat : 28971 (pb_cplex) R 28970 28970 28661 0 -1 4202496 724619 0 0 0 171598 2366 0 0 18 0 2 0 180530981 52977664 7498 1992294400 134512640 146736320 4287404720 18446744073709551615 135850319 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28971/statm: 12934 7498 1124 2985 0 9476 0
[pid=28971/tid=28985] ppid=28970 vsize=51736 CPUtime=747.23
/proc/28971/task/28985/stat : 28985 (pb_cplex) R 28970 28970 28661 0 -1 4202560 227889 0 0 0 73717 1006 0 0 17 0 2 0 180546489 52977664 7498 1992294400 134512640 146736320 4287404720 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1739.64
Current children cumulated vsize (KiB) 60436



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1035.5 s]
/proc/loadavg: 1.87 1.79 1.67 3/109 29007
/proc/meminfo: memFree=1389672/2059040 swapFree=4135492/4192956
[pid=28970] ppid=28968 vsize=8700 CPUtime=0
/proc/28970/stat : 28970 (run) S 28968 28970 28661 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 180530981 8908800 249 1992294400 4194304 4922060 140735007376192 18446744073709551615 238759287941 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28970/statm: 2175 249 208 178 0 68 0
[pid=28971] ppid=28970 vsize=49964 CPUtime=1800.01
/proc/28971/stat : 28971 (pb_cplex) R 28970 28970 28661 0 -1 4202496 733355 0 0 0 177548 2453 0 0 18 0 2 0 180530981 51163136 7151 1992294400 134512640 146736320 4287404720 18446744073709551615 137461049 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28971/statm: 12491 7151 1124 2985 0 9033 0
[pid=28971/tid=28985] ppid=28970 vsize=49964 CPUtime=777.16
/proc/28971/task/28985/stat : 28985 (pb_cplex) R 28970 28970 28661 0 -1 4202560 228859 0 0 0 76668 1048 0 0 17 0 2 0 180546489 51163136 7151 1992294400 134512640 146736320 4287404720 18446744073709551615 136402277 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 58664

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1035.5 s]
/proc/loadavg: 1.87 1.79 1.67 3/109 29007
/proc/meminfo: memFree=1389672/2059040 swapFree=4135492/4192956
[pid=28970] ppid=28968 vsize=8700 CPUtime=0
/proc/28970/stat : 28970 (run) S 28968 28970 28661 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 180530981 8908800 249 1992294400 4194304 4922060 140735007376192 18446744073709551615 238759287941 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28970/statm: 2175 249 208 178 0 68 0
[pid=28971] ppid=28970 vsize=49964 CPUtime=1800.01
/proc/28971/stat : 28971 (pb_cplex) R 28970 28970 28661 0 -1 4202496 733355 0 0 0 177548 2453 0 0 18 0 2 0 180530981 51163136 7151 1992294400 134512640 146736320 4287404720 18446744073709551615 137461049 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28971/statm: 12491 7151 1124 2985 0 9033 0
[pid=28971/tid=28985] ppid=28970 vsize=49964 CPUtime=777.16
/proc/28971/task/28985/stat : 28985 (pb_cplex) R 28970 28970 28661 0 -1 4202560 228859 0 0 0 76668 1048 0 0 17 0 2 0 180546489 51163136 7151 1992294400 134512640 146736320 4287404720 18446744073709551615 136402277 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 58664

Child status: 0
Real time (s): 1035.52
CPU time (s): 1800.03
CPU user time (s): 1775.49
CPU system time (s): 24.5403
CPU usage (%): 173.829
Max. virtual memory (cumulated for all children) (KiB): 64440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1775.49
system time used= 24.5403
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 733731
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= 489410
involuntary context switches= 27584

runsolver used 2.29265 second user time and 5.22321 second system time

The end

Launcher Data

Begin job on node015 at 2010-07-02 07:41:36
IDJOB=2697062
IDBENCH=48096
IDSOLVER=1209
FILE ID=node015/2697062-1278049296
PBS_JOBID= 11198868
Free space on /tmp= 62408 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=71-P1=107-P2=197-P3=67-B.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2697062-1278049296/watcher-2697062-1278049296 -o /tmp/evaluation-result-2697062-1278049296/solver-2697062-1278049296 -C 1800 -W 2000 -M 1800  run HOME/instance-2697062-1278049296.opb

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

MD5SUM BENCH= ece282cf8dbd0acc24f1883b841333ea
RANDOM SEED=1887002528

node015.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.244
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.244
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:       1416264 kB
Buffers:        158316 kB
Cached:         377384 kB
SwapCached:      11268 kB
Active:         215280 kB
Inactive:       334912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1416264 kB
SwapTotal:     4192956 kB
SwapFree:      4135492 kB
Dirty:           16620 kB
Writeback:           0 kB
AnonPages:       12796 kB
Mapped:           8488 kB
Slab:            70660 kB
PageTables:       4108 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181200 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-2697062-1278049296.opb

Free space on /tmp at the end= 62392 MiB
End job on node015 at 2010-07-02 07:58:52