Trace number 2696872

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.05 995.429

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/
factor-mod-B/factor-mod-size=9-P0=263-P1=409-P2=29-P3=379-B.opb
MD5SUM947e947c586d02edcb816b66608818b9
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 benchmark2.6116
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 variables81
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 constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)243
Sum of products size (including duplicates)486
Number of different products243
Sum of products size486

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2696872-1278047143.opb.
0.00/0.00	c Instance file HOME/instance-2696872-1278047143.opb
0.00/0.00	c File size is 17961 bytes.
0.00/0.01	c Highest Coefficient sum: 523264
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.02	c ============================[ Problem Statistics ]=============================
0.00/0.02	c |                                                                             |
0.00/0.02	c |  Parsing time:          0.01         s                                      |
0.00/0.02	c |  Number Variables:      324                                                 |
0.00/0.02	c |  Number Constraints:    493                                                 |
0.00/0.02	c ===============================================================================
1800.02/995.42	c Remaining time 1799.99 sec.
1800.02/995.42	c 
1800.02/995.42	c *** INTERRUPTED ***
1800.02/995.42	s UNKNOWN
1800.02/995.42	c Total CPU time              : 1772.69 s
1800.02/995.42	c Memory used           : 63.80 MB
1800.02/995.42	c CPU time              : 1772.69 s
1800.02/995.42	c 
1800.02/995.42	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-2696872-1278047143/watcher-2696872-1278047143 -o /tmp/evaluation-result-2696872-1278047143/solver-2696872-1278047143 -C 1800 -W 2000 -M 1800 run HOME/instance-2696872-1278047143.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 29950
/proc/meminfo: memFree=1260312/2059040 swapFree=4136868/4192956
[pid=29950] ppid=29948 vsize=8700 CPUtime=0
/proc/29950/stat : 29950 (run) R 29948 29950 29875 0 -1 4202496 347 0 0 0 0 0 0 0 17 0 1 0 146005027 8908800 248 1992294400 4194304 4922060 140736469880064 18446744073709551615 262178185621 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/29950/statm: 2175 248 208 178 0 68 0

[startup+0.054173 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 29950
/proc/meminfo: memFree=1260312/2059040 swapFree=4136868/4192956
[pid=29950] ppid=29948 vsize=8700 CPUtime=0
/proc/29950/stat : 29950 (run) S 29948 29950 29875 0 -1 4202496 363 0 0 0 0 0 0 0 17 0 1 0 146005027 8908800 248 1992294400 4194304 4922060 140736469880064 18446744073709551615 262178184325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29950/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101175 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 29950
/proc/meminfo: memFree=1260312/2059040 swapFree=4136868/4192956
[pid=29950] ppid=29948 vsize=8700 CPUtime=0
/proc/29950/stat : 29950 (run) S 29948 29950 29875 0 -1 4202496 363 0 0 0 0 0 0 0 17 0 1 0 146005027 8908800 248 1992294400 4194304 4922060 140736469880064 18446744073709551615 262178184325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29950/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301195 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 29950
/proc/meminfo: memFree=1260312/2059040 swapFree=4136868/4192956
[pid=29950] ppid=29948 vsize=8700 CPUtime=0
/proc/29950/stat : 29950 (run) S 29948 29950 29875 0 -1 4202496 363 0 0 0 0 0 0 0 17 0 1 0 146005027 8908800 248 1992294400 4194304 4922060 140736469880064 18446744073709551615 262178184325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29950/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701239 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 29950
/proc/meminfo: memFree=1260312/2059040 swapFree=4136868/4192956
[pid=29950] ppid=29948 vsize=8700 CPUtime=0
/proc/29950/stat : 29950 (run) S 29948 29950 29875 0 -1 4202496 363 0 0 0 0 0 0 0 17 0 1 0 146005027 8908800 248 1992294400 4194304 4922060 140736469880064 18446744073709551615 262178184325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29950/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50133 s]
/proc/loadavg: 0.08 0.02 0.01 3/109 29957
/proc/meminfo: memFree=1253964/2059040 swapFree=4136868/4192956
[pid=29950] ppid=29948 vsize=8700 CPUtime=0
/proc/29950/stat : 29950 (run) S 29948 29950 29875 0 -1 4202496 363 0 0 0 0 0 0 0 17 0 1 0 146005027 8908800 248 1992294400 4194304 4922060 140736469880064 18446744073709551615 262178184325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29950/statm: 2175 248 208 178 0 68 0
[pid=29951] ppid=29950 vsize=33100 CPUtime=2.18
/proc/29951/stat : 29951 (pb_cplex) R 29950 29950 29875 0 -1 4202496 10479 0 0 0 209 9 0 0 16 0 2 0 146005027 33894400 2757 1992294400 134512640 146736320 4289774848 18446744073709551615 135234477 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29951/statm: 8275 2757 1072 2985 0 4817 0
[pid=29951/tid=29957] ppid=29950 vsize=33100 CPUtime=0.78
/proc/29951/task/29957/stat : 29957 (pb_cplex) R 29950 29950 29875 0 -1 4202560 3733 0 0 0 75 3 0 0 17 0 2 0 146005087 33894400 2757 1992294400 134512640 146736320 4289774848 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 41800

[startup+3.10151 s]
/proc/loadavg: 0.08 0.02 0.01 3/109 29957
/proc/meminfo: memFree=1251608/2059040 swapFree=4136868/4192956
[pid=29950] ppid=29948 vsize=8700 CPUtime=0
/proc/29950/stat : 29950 (run) S 29948 29950 29875 0 -1 4202496 363 0 0 0 0 0 0 0 17 0 1 0 146005027 8908800 248 1992294400 4194304 4922060 140736469880064 18446744073709551615 262178184325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29950/statm: 2175 248 208 178 0 68 0
[pid=29951] ppid=29950 vsize=34776 CPUtime=5.02
/proc/29951/stat : 29951 (pb_cplex) R 29950 29950 29875 0 -1 4202496 16966 0 0 0 486 16 0 0 16 0 2 0 146005027 35610624 3371 1992294400 134512640 146736320 4289774848 18446744073709551615 135982583 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29951/statm: 8694 3371 1071 2985 0 5236 0
[pid=29951/tid=29957] ppid=29950 vsize=34776 CPUtime=2.25
/proc/29951/task/29957/stat : 29957 (pb_cplex) R 29950 29950 29875 0 -1 4202560 7814 0 0 0 218 7 0 0 17 0 2 0 146005087 35610624 3371 1992294400 134512640 146736320 4289774848 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.02
Current children cumulated vsize (KiB) 43476

[startup+6.30086 s]
/proc/loadavg: 0.08 0.02 0.01 2/109 29957
/proc/meminfo: memFree=1247888/2059040 swapFree=4136868/4192956
[pid=29950] ppid=29948 vsize=8700 CPUtime=0
/proc/29950/stat : 29950 (run) S 29948 29950 29875 0 -1 4202496 363 0 0 0 0 0 0 0 17 0 1 0 146005027 8908800 248 1992294400 4194304 4922060 140736469880064 18446744073709551615 262178184325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29950/statm: 2175 248 208 178 0 68 0
[pid=29951] ppid=29950 vsize=38424 CPUtime=10.66
/proc/29951/stat : 29951 (pb_cplex) R 29950 29950 29875 0 -1 4202496 32098 0 0 0 1037 29 0 0 16 0 2 0 146005027 39346176 4088 1992294400 134512640 146736320 4289774848 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29951/statm: 9606 4088 1092 2985 0 6148 0
[pid=29951/tid=29957] ppid=29950 vsize=38424 CPUtime=4.91
/proc/29951/task/29957/stat : 29957 (pb_cplex) S 29950 29950 29875 0 -1 4202560 13987 0 0 0 479 12 0 0 16 0 2 0 146005087 39346176 4088 1992294400 134512640 146736320 4289774848 18446744073709551615 144580073 0 2 4096 16387 18446604437838254144 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.66
Current children cumulated vsize (KiB) 47124

[startup+12.7016 s]
/proc/loadavg: 0.37 0.08 0.03 2/109 29957
/proc/meminfo: memFree=1244168/2059040 swapFree=4136868/4192956
[pid=29950] ppid=29948 vsize=8700 CPUtime=0
/proc/29950/stat : 29950 (run) S 29948 29950 29875 0 -1 4202496 363 0 0 0 0 0 0 0 17 0 1 0 146005027 8908800 248 1992294400 4194304 4922060 140736469880064 18446744073709551615 262178184325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29950/statm: 2175 248 208 178 0 68 0
[pid=29951] ppid=29950 vsize=41896 CPUtime=21.72
/proc/29951/stat : 29951 (pb_cplex) R 29950 29950 29875 0 -1 4202496 61517 0 0 0 2122 50 0 0 16 0 2 0 146005027 42901504 5124 1992294400 134512640 146736320 4289774848 18446744073709551615 135450788 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29951/statm: 10474 5124 1092 2985 0 7016 0
[pid=29951/tid=29957] ppid=29950 vsize=41896 CPUtime=10.56
/proc/29951/task/29957/stat : 29957 (pb_cplex) R 29950 29950 29875 0 -1 4202560 28356 0 0 0 1033 23 0 0 16 0 2 0 146005087 42901504 5124 1992294400 134512640 146736320 4289774848 18446744073709551615 136729895 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 21.72
Current children cumulated vsize (KiB) 50596

[startup+25.501 s]
/proc/loadavg: 0.54 0.13 0.04 2/109 29957
/proc/meminfo: memFree=1234000/2059040 swapFree=4136868/4192956
[pid=29950] ppid=29948 vsize=8700 CPUtime=0
/proc/29950/stat : 29950 (run) S 29948 29950 29875 0 -1 4202496 363 0 0 0 0 0 0 0 17 0 1 0 146005027 8908800 248 1992294400 4194304 4922060 140736469880064 18446744073709551615 262178184325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29950/statm: 2175 248 208 178 0 68 0
[pid=29951] ppid=29950 vsize=54288 CPUtime=42.85
/proc/29951/stat : 29951 (pb_cplex) R 29950 29950 29875 0 -1 4202496 114819 0 0 0 4197 88 0 0 17 0 2 0 146005027 55590912 7663 1992294400 134512640 146736320 4289774848 18446744073709551615 136402273 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29951/statm: 13572 7663 1071 2985 0 10114 0
[pid=29951/tid=29957] ppid=29950 vsize=54288 CPUtime=20.58
/proc/29951/task/29957/stat : 29957 (pb_cplex) R 29950 29950 29875 0 -1 4202560 55785 0 0 0 2015 43 0 0 16 0 2 0 146005087 55590912 7663 1992294400 134512640 146736320 4289774848 18446744073709551615 136927136 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 42.85
Current children cumulated vsize (KiB) 62988

[startup+51.1018 s]
/proc/loadavg: 1.04 0.29 0.10 3/109 29959
/proc/meminfo: memFree=1235364/2059040 swapFree=4136868/4192956
[pid=29950] ppid=29948 vsize=8700 CPUtime=0
/proc/29950/stat : 29950 (run) S 29948 29950 29875 0 -1 4202496 363 0 0 0 0 0 0 0 17 0 1 0 146005027 8908800 248 1992294400 4194304 4922060 140736469880064 18446744073709551615 262178184325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29950/statm: 2175 248 208 178 0 68 0
[pid=29951] ppid=29950 vsize=52000 CPUtime=87.59
/proc/29951/stat : 29951 (pb_cplex) R 29950 29950 29875 0 -1 4202496 183523 0 0 0 8591 168 0 0 17 0 2 0 146005027 53248000 7061 1992294400 134512640 146736320 4289774848 18446744073709551615 136403112 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29951/statm: 13000 7061 1094 2985 0 9542 0
[pid=29951/tid=29959] ppid=29950 vsize=52000 CPUtime=16.41
/proc/29951/task/29959/stat : 29959 (pb_cplex) R 29950 29950 29875 0 -1 4202560 31743 0 0 0 1608 33 0 0 16 0 2 0 146008295 53248000 7061 1992294400 134512640 146736320 4289774848 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 87.59
Current children cumulated vsize (KiB) 60700

[startup+102.309 s]
/proc/loadavg: 1.57 0.55 0.19 3/109 29961
/proc/meminfo: memFree=1235240/2059040 swapFree=4136868/4192956
[pid=29950] ppid=29948 vsize=8700 CPUtime=0
/proc/29950/stat : 29950 (run) S 29948 29950 29875 0 -1 4202496 363 0 0 0 0 0 0 0 17 0 1 0 146005027 8908800 248 1992294400 4194304 4922060 140736469880064 18446744073709551615 262178184325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29950/statm: 2175 248 208 178 0 68 0
[pid=29951] ppid=29950 vsize=51260 CPUtime=178.28
/proc/29951/stat : 29951 (pb_cplex) R 29950 29950 29875 0 -1 4202496 310506 0 0 0 17504 324 0 0 17 0 2 0 146005027 52490240 7082 1992294400 134512640 146736320 4289774848 18446744073709551615 135982316 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29951/statm: 12815 7082 1094 2985 0 9357 0
[pid=29951/tid=29959] ppid=29950 vsize=51260 CPUtime=61.95
/proc/29951/task/29959/stat : 29959 (pb_cplex) R 29950 29950 29875 0 -1 4202560 94142 0 0 0 6083 112 0 0 17 0 2 0 146008295 52490240 7082 1992294400 134512640 146736320 4289774848 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 178.28
Current children cumulated vsize (KiB) 59960

[startup+162.301 s]
/proc/loadavg: 1.77 0.78 0.29 3/109 29963
/proc/meminfo: memFree=1232636/2059040 swapFree=4136868/4192956
[pid=29950] ppid=29948 vsize=8700 CPUtime=0
/proc/29950/stat : 29950 (run) S 29948 29950 29875 0 -1 4202496 363 0 0 0 0 0 0 0 17 0 1 0 146005027 8908800 248 1992294400 4194304 4922060 140736469880064 18446744073709551615 262178184325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29950/statm: 2175 248 208 178 0 68 0
[pid=29951] ppid=29950 vsize=53828 CPUtime=285.18
/proc/29951/stat : 29951 (pb_cplex) R 29950 29950 29875 0 -1 4202496 410844 0 0 0 28016 502 0 0 17 0 2 0 146005027 55119872 7690 1992294400 134512640 146736320 4289774848 18446744073709551615 135454141 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29951/statm: 13457 7690 1112 2985 0 9999 0
[pid=29951/tid=29959] ppid=29950 vsize=53828 CPUtime=115.01
/proc/29951/task/29959/stat : 29959 (pb_cplex) R 29950 29950 29875 0 -1 4202560 126623 0 0 0 11309 192 0 0 18 0 2 0 146008295 55119872 7690 1992294400 134512640 146736320 4289774848 18446744073709551615 135523326 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 285.18
Current children cumulated vsize (KiB) 62528

[startup+222.302 s]
/proc/loadavg: 1.87 0.99 0.39 3/109 29965
/proc/meminfo: memFree=1230900/2059040 swapFree=4136868/4192956
[pid=29950] ppid=29948 vsize=8700 CPUtime=0
/proc/29950/stat : 29950 (run) S 29948 29950 29875 0 -1 4202496 363 0 0 0 0 0 0 0 17 0 1 0 146005027 8908800 248 1992294400 4194304 4922060 140736469880064 18446744073709551615 262178184325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29950/statm: 2175 248 208 178 0 68 0
[pid=29951] ppid=29950 vsize=55908 CPUtime=393.65
/proc/29951/stat : 29951 (pb_cplex) R 29950 29950 29875 0 -1 4202496 471507 0 0 0 38694 671 0 0 18 0 2 0 146005027 57249792 8130 1992294400 134512640 146736320 4289774848 18446744073709551615 135983225 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29951/statm: 13977 8130 1112 2985 0 10519 0
[pid=29951/tid=29959] ppid=29950 vsize=55908 CPUtime=169.36
/proc/29951/task/29959/stat : 29959 (pb_cplex) R 29950 29950 29875 0 -1 4202560 159956 0 0 0 16653 283 0 0 17 0 2 0 146008295 57249792 8130 1992294400 134512640 146736320 4289774848 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 393.65
Current children cumulated vsize (KiB) 64608

[startup+282.301 s]
/proc/loadavg: 1.94 1.17 0.49 3/109 29967
/proc/meminfo: memFree=1231644/2059040 swapFree=4136868/4192956
[pid=29950] ppid=29948 vsize=8700 CPUtime=0
/proc/29950/stat : 29950 (run) S 29948 29950 29875 0 -1 4202496 363 0 0 0 0 0 0 0 17 0 1 0 146005027 8908800 248 1992294400 4194304 4922060 140736469880064 18446744073709551615 262178184325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29950/statm: 2175 248 208 178 0 68 0
[pid=29951] ppid=29950 vsize=55348 CPUtime=503.26
/proc/29951/stat : 29951 (pb_cplex) R 29950 29950 29875 0 -1 4202496 512094 0 0 0 49495 831 0 0 17 0 2 0 146005027 56676352 8061 1992294400 134512640 146736320 4289774848 18446744073709551615 136400496 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29951/statm: 13837 8061 1112 2985 0 10379 0
[pid=29951/tid=29959] ppid=29950 vsize=55348 CPUtime=224.03
/proc/29951/task/29959/stat : 29959 (pb_cplex) R 29950 29950 29875 0 -1 4202560 176931 0 0 0 22044 359 0 0 17 0 2 0 146008295 56676352 8061 1992294400 134512640 146736320 4289774848 18446744073709551615 135468690 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 503.26
Current children cumulated vsize (KiB) 64048

[startup+342.301 s]
/proc/loadavg: 1.85 1.29 0.57 2/109 29967
/proc/meminfo: memFree=1230900/2059040 swapFree=4136868/4192956
[pid=29950] ppid=29948 vsize=8700 CPUtime=0
/proc/29950/stat : 29950 (run) S 29948 29950 29875 0 -1 4202496 363 0 0 0 0 0 0 0 17 0 1 0 146005027 8908800 248 1992294400 4194304 4922060 140736469880064 18446744073709551615 262178184325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29950/statm: 2175 248 208 178 0 68 0
[pid=29951] ppid=29950 vsize=56084 CPUtime=612.22
/proc/29951/stat : 29951 (pb_cplex) R 29950 29950 29875 0 -1 4202496 557672 0 0 0 60225 997 0 0 17 0 2 0 146005027 57430016 8157 1992294400 134512640 146736320 4289774848 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29951/statm: 14021 8157 1112 2985 0 10563 0
[pid=29951/tid=29959] ppid=29950 vsize=56084 CPUtime=278.36
/proc/29951/task/29959/stat : 29959 (pb_cplex) R 29950 29950 29875 0 -1 4202560 197036 0 0 0 27397 439 0 0 17 0 2 0 146008295 57430016 8157 1992294400 134512640 146736320 4289774848 18446744073709551615 135850298 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 612.22
Current children cumulated vsize (KiB) 64784

[startup+402.302 s]
/proc/loadavg: 1.78 1.37 0.64 3/109 29969
/proc/meminfo: memFree=1231768/2059040 swapFree=4136868/4192956
[pid=29950] ppid=29948 vsize=8700 CPUtime=0
/proc/29950/stat : 29950 (run) S 29948 29950 29875 0 -1 4202496 363 0 0 0 0 0 0 0 17 0 1 0 146005027 8908800 248 1992294400 4194304 4922060 140736469880064 18446744073709551615 262178184325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29950/statm: 2175 248 208 178 0 68 0
[pid=29951] ppid=29950 vsize=54932 CPUtime=716.98
/proc/29951/stat : 29951 (pb_cplex) R 29950 29950 29875 0 -1 4202496 654868 0 0 0 70526 1172 0 0 17 0 2 0 146005027 56250368 7906 1992294400 134512640 146736320 4289774848 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29951/statm: 13733 7906 1112 2985 0 10275 0
[pid=29951/tid=29959] ppid=29950 vsize=54932 CPUtime=331.09
/proc/29951/task/29959/stat : 29959 (pb_cplex) R 29950 29950 29875 0 -1 4202560 246732 0 0 0 32585 524 0 0 16 0 2 0 146008295 56250368 7906 1992294400 134512640 146736320 4289774848 18446744073709551615 135982686 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 716.98
Current children cumulated vsize (KiB) 63632

[startup+462.301 s]
/proc/loadavg: 1.82 1.45 0.71 2/109 29971
/proc/meminfo: memFree=1231520/2059040 swapFree=4136868/4192956
[pid=29950] ppid=29948 vsize=8700 CPUtime=0
/proc/29950/stat : 29950 (run) S 29948 29950 29875 0 -1 4202496 363 0 0 0 0 0 0 0 17 0 1 0 146005027 8908800 248 1992294400 4194304 4922060 140736469880064 18446744073709551615 262178184325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29950/statm: 2175 248 208 178 0 68 0
[pid=29951] ppid=29950 vsize=55500 CPUtime=818.88
/proc/29951/stat : 29951 (pb_cplex) R 29950 29950 29875 0 -1 4202496 718934 0 0 0 80572 1316 0 0 16 0 2 0 146005027 56832000 8023 1992294400 134512640 146736320 4289774848 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29951/statm: 13875 8023 1112 2985 0 10417 0
[pid=29951/tid=29959] ppid=29950 vsize=55500 CPUtime=381.08
/proc/29951/task/29959/stat : 29959 (pb_cplex) R 29950 29950 29875 0 -1 4202560 281078 0 0 0 37511 597 0 0 16 0 2 0 146008295 56832000 8023 1992294400 134512640 146736320 4289774848 18446744073709551615 135237161 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 818.88
Current children cumulated vsize (KiB) 64200

[startup+522.302 s]
/proc/loadavg: 1.77 1.49 0.77 3/109 29974
/proc/meminfo: memFree=1229164/2059040 swapFree=4136868/4192956
[pid=29950] ppid=29948 vsize=8700 CPUtime=0
/proc/29950/stat : 29950 (run) S 29948 29950 29875 0 -1 4202496 363 0 0 0 0 0 0 0 17 0 1 0 146005027 8908800 248 1992294400 4194304 4922060 140736469880064 18446744073709551615 262178184325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29950/statm: 2175 248 208 178 0 68 0
[pid=29951] ppid=29950 vsize=57380 CPUtime=923.97
/proc/29951/stat : 29951 (pb_cplex) R 29950 29950 29875 0 -1 4202496 793008 0 0 0 90927 1470 0 0 18 0 2 0 146005027 58757120 8566 1992294400 134512640 146736320 4289774848 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29951/statm: 14345 8566 1112 2985 0 10887 0
[pid=29951/tid=29972] ppid=29950 vsize=57380 CPUtime=24.84
/proc/29951/task/29972/stat : 29972 (pb_cplex) S 29950 29950 29875 0 -1 4202560 6885 0 0 0 2454 30 0 0 17 0 2 0 146054543 58757120 8566 1992294400 134512640 146736320 4289774848 18446744073709551615 144580073 0 2 4096 16387 18446604437838254144 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 923.97
Current children cumulated vsize (KiB) 66080

[startup+582.302 s]
/proc/loadavg: 1.84 1.56 0.84 3/109 29976
/proc/meminfo: memFree=1227800/2059040 swapFree=4136868/4192956
[pid=29950] ppid=29948 vsize=8700 CPUtime=0
/proc/29950/stat : 29950 (run) S 29948 29950 29875 0 -1 4202496 363 0 0 0 0 0 0 0 17 0 1 0 146005027 8908800 248 1992294400 4194304 4922060 140736469880064 18446744073709551615 262178184325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29950/statm: 2175 248 208 178 0 68 0
[pid=29951] ppid=29950 vsize=58980 CPUtime=1034.42
/proc/29951/stat : 29951 (pb_cplex) R 29950 29950 29875 0 -1 4202496 860810 0 0 0 101801 1641 0 0 18 0 2 0 146005027 60395520 8914 1992294400 134512640 146736320 4289774848 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29951/statm: 14745 8914 1112 2985 0 11287 0
[pid=29951/tid=29972] ppid=29950 vsize=58980 CPUtime=79.06
/proc/29951/task/29972/stat : 29972 (pb_cplex) R 29950 29950 29875 0 -1 4202560 42321 0 0 0 7792 114 0 0 17 0 2 0 146054543 60395520 8914 1992294400 134512640 146736320 4289774848 18446744073709551615 136015727 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1034.42
Current children cumulated vsize (KiB) 67680

[startup+642.301 s]
/proc/loadavg: 1.93 1.64 0.91 3/109 29976
/proc/meminfo: memFree=1227056/2059040 swapFree=4136868/4192956
[pid=29950] ppid=29948 vsize=8700 CPUtime=0
/proc/29950/stat : 29950 (run) S 29948 29950 29875 0 -1 4202496 363 0 0 0 0 0 0 0 17 0 1 0 146005027 8908800 248 1992294400 4194304 4922060 140736469880064 18446744073709551615 262178184325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29950/statm: 2175 248 208 178 0 68 0
[pid=29951] ppid=29950 vsize=59252 CPUtime=1145.7
/proc/29951/stat : 29951 (pb_cplex) R 29950 29950 29875 0 -1 4202496 893161 0 0 0 112777 1793 0 0 17 0 2 0 146005027 60674048 9091 1992294400 134512640 146736320 4289774848 18446744073709551615 135850731 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29951/statm: 14813 9091 1112 2985 0 11355 0
[pid=29951/tid=29972] ppid=29950 vsize=59252 CPUtime=133.55
/proc/29951/task/29972/stat : 29972 (pb_cplex) R 29950 29950 29875 0 -1 4202560 56446 0 0 0 13171 184 0 0 18 0 2 0 146054543 60674048 9091 1992294400 134512640 146736320 4289774848 18446744073709551615 135850315 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1145.7
Current children cumulated vsize (KiB) 67952

[startup+702.302 s]
/proc/loadavg: 1.92 1.69 0.97 3/109 29978
/proc/meminfo: memFree=1226064/2059040 swapFree=4136868/4192956
[pid=29950] ppid=29948 vsize=8700 CPUtime=0
/proc/29950/stat : 29950 (run) S 29948 29950 29875 0 -1 4202496 363 0 0 0 0 0 0 0 17 0 1 0 146005027 8908800 248 1992294400 4194304 4922060 140736469880064 18446744073709551615 262178184325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29950/statm: 2175 248 208 178 0 68 0
[pid=29951] ppid=29950 vsize=60184 CPUtime=1256.75
/proc/29951/stat : 29951 (pb_cplex) S 29950 29950 29875 0 -1 4202496 915770 0 0 0 123724 1951 0 0 18 0 2 0 146005027 61628416 9327 1992294400 134512640 146736320 4289774848 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29951/statm: 15046 9327 1112 2985 0 11588 0
[pid=29951/tid=29972] ppid=29950 vsize=60184 CPUtime=188.21
/proc/29951/task/29972/stat : 29972 (pb_cplex) R 29950 29950 29875 0 -1 4202560 65755 0 0 0 18563 258 0 0 17 0 2 0 146054543 61628416 9327 1992294400 134512640 146736320 4289774848 18446744073709551615 136402270 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1256.75
Current children cumulated vsize (KiB) 68884

[startup+762.309 s]
/proc/loadavg: 1.76 1.69 1.01 3/109 29980
/proc/meminfo: memFree=1225196/2059040 swapFree=4136868/4192956
[pid=29950] ppid=29948 vsize=8700 CPUtime=0
/proc/29950/stat : 29950 (run) S 29948 29950 29875 0 -1 4202496 363 0 0 0 0 0 0 0 17 0 1 0 146005027 8908800 248 1992294400 4194304 4922060 140736469880064 18446744073709551615 262178184325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29950/statm: 2175 248 208 178 0 68 0
[pid=29951] ppid=29950 vsize=61312 CPUtime=1368.22
/proc/29951/stat : 29951 (pb_cplex) R 29950 29950 29875 0 -1 4202496 947062 0 0 0 134705 2117 0 0 18 0 2 0 146005027 62783488 9509 1992294400 134512640 146736320 4289774848 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29951/statm: 15328 9509 1112 2985 0 11870 0
[pid=29951/tid=29972] ppid=29950 vsize=61312 CPUtime=242.94
/proc/29951/task/29972/stat : 29972 (pb_cplex) R 29950 29950 29875 0 -1 4202560 82485 0 0 0 23957 337 0 0 18 0 2 0 146054543 62783488 9509 1992294400 134512640 146736320 4289774848 18446744073709551615 136015727 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1368.22
Current children cumulated vsize (KiB) 70012

[startup+822.301 s]
/proc/loadavg: 1.81 1.72 1.06 3/109 29982
/proc/meminfo: memFree=1224452/2059040 swapFree=4136868/4192956
[pid=29950] ppid=29948 vsize=8700 CPUtime=0
/proc/29950/stat : 29950 (run) S 29948 29950 29875 0 -1 4202496 363 0 0 0 0 0 0 0 17 0 1 0 146005027 8908800 248 1992294400 4194304 4922060 140736469880064 18446744073709551615 262178184325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29950/statm: 2175 248 208 178 0 68 0
[pid=29951] ppid=29950 vsize=62804 CPUtime=1479.46
/proc/29951/stat : 29951 (pb_cplex) R 29950 29950 29875 0 -1 4202496 981350 0 0 0 145661 2285 0 0 17 0 2 0 146005027 64311296 9696 1992294400 134512640 146736320 4289774848 18446744073709551615 135523304 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29951/statm: 15701 9696 1112 2985 0 12243 0
[pid=29951/tid=29972] ppid=29950 vsize=62804 CPUtime=298.48
/proc/29951/task/29972/stat : 29972 (pb_cplex) R 29950 29950 29875 0 -1 4202560 99827 0 0 0 29430 418 0 0 18 0 2 0 146054543 64311296 9696 1992294400 134512640 146736320 4289774848 18446744073709551615 135468697 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1479.46
Current children cumulated vsize (KiB) 71504

[startup+882.302 s]
/proc/loadavg: 1.98 1.77 1.12 3/109 29984
/proc/meminfo: memFree=1223212/2059040 swapFree=4136868/4192956
[pid=29950] ppid=29948 vsize=8700 CPUtime=0
/proc/29950/stat : 29950 (run) S 29948 29950 29875 0 -1 4202496 363 0 0 0 0 0 0 0 17 0 1 0 146005027 8908800 248 1992294400 4194304 4922060 140736469880064 18446744073709551615 262178184325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29950/statm: 2175 248 208 178 0 68 0
[pid=29951] ppid=29950 vsize=63716 CPUtime=1590.67
/proc/29951/stat : 29951 (pb_cplex) S 29950 29950 29875 0 -1 4202496 998563 0 0 0 156624 2443 0 0 17 0 2 0 146005027 65245184 9989 1992294400 134512640 146736320 4289774848 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29951/statm: 15929 9989 1112 2985 0 12471 0
[pid=29951/tid=29972] ppid=29950 vsize=63716 CPUtime=353.95
/proc/29951/task/29972/stat : 29972 (pb_cplex) R 29950 29950 29875 0 -1 4202560 107346 0 0 0 34899 496 0 0 18 0 2 0 146054543 65245184 9989 1992294400 134512640 146736320 4289774848 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1590.67
Current children cumulated vsize (KiB) 72416

[startup+942.301 s]
/proc/loadavg: 1.99 1.81 1.17 3/109 29985
/proc/meminfo: memFree=1222716/2059040 swapFree=4136868/4192956
[pid=29950] ppid=29948 vsize=8700 CPUtime=0
/proc/29950/stat : 29950 (run) S 29948 29950 29875 0 -1 4202496 363 0 0 0 0 0 0 0 17 0 1 0 146005027 8908800 248 1992294400 4194304 4922060 140736469880064 18446744073709551615 262178184325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29950/statm: 2175 248 208 178 0 68 0
[pid=29951] ppid=29950 vsize=67012 CPUtime=1701.62
/proc/29951/stat : 29951 (pb_cplex) R 29950 29950 29875 0 -1 4202496 1027691 0 0 0 167563 2599 0 0 18 0 2 0 146005027 68620288 10455 1992294400 134512640 146736320 4289774848 18446744073709551615 135655981 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29951/statm: 16753 10455 1112 2985 0 13295 0
[pid=29951/tid=29985] ppid=29950 vsize=67012 CPUtime=36.53
/proc/29951/task/29985/stat : 29985 (pb_cplex) R 29950 29950 29875 0 -1 4202560 10317 0 0 0 3602 51 0 0 17 0 2 0 146095272 68620288 10456 1992294400 134512640 146736320 4289774848 18446744073709551615 135525141 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1701.62
Current children cumulated vsize (KiB) 75712



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+995.402 s]
/proc/loadavg: 2.01 1.84 1.21 3/109 29987
/proc/meminfo: memFree=1222220/2059040 swapFree=4136868/4192956
[pid=29950] ppid=29948 vsize=8700 CPUtime=0
/proc/29950/stat : 29950 (run) S 29948 29950 29875 0 -1 4202496 363 0 0 0 0 0 0 0 17 0 1 0 146005027 8908800 248 1992294400 4194304 4922060 140736469880064 18446744073709551615 262178184325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29950/statm: 2175 248 208 178 0 68 0
[pid=29951] ppid=29950 vsize=65328 CPUtime=1800.02
/proc/29951/stat : 29951 (pb_cplex) R 29950 29950 29875 0 -1 4202496 1054801 0 0 0 177267 2735 0 0 18 0 2 0 146005027 66895872 10272 1992294400 134512640 146736320 4289774848 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29951/statm: 16332 10272 1112 2985 0 12874 0
[pid=29951/tid=29985] ppid=29950 vsize=65328 CPUtime=85.25
/proc/29951/task/29985/stat : 29985 (pb_cplex) R 29950 29950 29875 0 -1 4202560 30712 0 0 0 8406 119 0 0 17 0 2 0 146095272 66895872 10272 1992294400 134512640 146736320 4289774848 18446744073709551615 136384861 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 74028

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 995.429
CPU time (s): 1800.05
CPU user time (s): 1772.69
CPU system time (s): 27.3638
CPU usage (%): 180.832
Max. virtual memory (cumulated for all children) (KiB): 76988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1772.69
system time used= 27.3638
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1055174
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= 540048
involuntary context switches= 27866

runsolver used 2.21266 second user time and 5.02923 second system time

The end

Launcher Data

Begin job on node059 at 2010-07-02 07:05:43
IDJOB=2696872
IDBENCH=47906
IDSOLVER=1209
FILE ID=node059/2696872-1278047143
PBS_JOBID= 11198836
Free space on /tmp= 62472 MiB

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

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

MD5SUM BENCH= 947e947c586d02edcb816b66608818b9
RANDOM SEED=1179453004

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1261212 kB
Buffers:        203692 kB
Cached:         488632 kB
SwapCached:      10944 kB
Active:         317156 kB
Inactive:       390584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1261212 kB
SwapTotal:     4192956 kB
SwapFree:      4136868 kB
Dirty:           16652 kB
Writeback:           0 kB
AnonPages:       12740 kB
Mapped:           8456 kB
Slab:            68316 kB
PageTables:       4132 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182856 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-2696872-1278047143.opb

Free space on /tmp at the end= 62456 MiB
End job on node059 at 2010-07-02 07:22:19