Trace number 2697020

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.07 1023.12

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=149-P1=79-P2=59-P3=73-P4=211-B.opb
MD5SUM74c00e33b4232d137ad873ae982593f6
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.54561
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 variables96
Total number of constraints9
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 constraints9
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)256
Sum of products size (including duplicates)512
Number of different products256
Sum of products size512

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2697020-1278049174.opb.
0.00/0.00	c Instance file HOME/instance-2697020-1278049174.opb
0.00/0.00	c File size is 18984 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.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:      352                                                 |
0.00/0.02	c |  Number Constraints:    521                                                 |
0.00/0.02	c ===============================================================================
1800.04/1023.11	c Remaining time 1799.99 sec.
1800.04/1023.11	c 
1800.04/1023.11	c *** INTERRUPTED ***
1800.04/1023.11	s UNKNOWN
1800.04/1023.11	c Total CPU time              : 1776 s
1800.04/1023.11	c Memory used           : 55.25 MB
1800.04/1023.11	c CPU time              : 1776 s
1800.04/1023.11	c 
1800.04/1023.11	c *** INTERRUPTED ***

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2697020-1278049174/watcher-2697020-1278049174 -o /tmp/evaluation-result-2697020-1278049174/solver-2697020-1278049174 -C 1800 -W 2000 -M 1800 run HOME/instance-2697020-1278049174.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.76 1.57 3/105 2877
/proc/meminfo: memFree=1190832/2059040 swapFree=4138480/4192956
[pid=2877] ppid=2875 vsize=8700 CPUtime=0
/proc/2877/stat : 2877 (run) R 2875 2877 2571 0 -1 4202496 347 0 0 0 0 0 0 0 18 0 1 0 146210920 8908800 248 1992294400 4194304 4922060 140733449452112 18446744073709551615 270558405013 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/2877/statm: 2175 248 208 178 0 68 0

[startup+0.0714879 s]
/proc/loadavg: 1.81 1.76 1.57 3/105 2877
/proc/meminfo: memFree=1190832/2059040 swapFree=4138480/4192956
[pid=2877] ppid=2875 vsize=8700 CPUtime=0
/proc/2877/stat : 2877 (run) S 2875 2877 2571 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 146210920 8908800 248 1992294400 4194304 4922060 140733449452112 18446744073709551615 270558403717 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2877/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100487 s]
/proc/loadavg: 1.81 1.76 1.57 3/105 2877
/proc/meminfo: memFree=1190832/2059040 swapFree=4138480/4192956
[pid=2877] ppid=2875 vsize=8700 CPUtime=0
/proc/2877/stat : 2877 (run) S 2875 2877 2571 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 146210920 8908800 248 1992294400 4194304 4922060 140733449452112 18446744073709551615 270558403717 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2877/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.305097 s]
/proc/loadavg: 1.81 1.76 1.57 3/105 2877
/proc/meminfo: memFree=1190832/2059040 swapFree=4138480/4192956
[pid=2877] ppid=2875 vsize=8700 CPUtime=0
/proc/2877/stat : 2877 (run) S 2875 2877 2571 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 146210920 8908800 248 1992294400 4194304 4922060 140733449452112 18446744073709551615 270558403717 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2877/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.704166 s]
/proc/loadavg: 1.81 1.76 1.57 3/105 2877
/proc/meminfo: memFree=1190832/2059040 swapFree=4138480/4192956
[pid=2877] ppid=2875 vsize=8700 CPUtime=0
/proc/2877/stat : 2877 (run) S 2875 2877 2571 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 146210920 8908800 248 1992294400 4194304 4922060 140733449452112 18446744073709551615 270558403717 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2877/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50064 s]
/proc/loadavg: 1.81 1.76 1.57 3/108 2884
/proc/meminfo: memFree=1184608/2059040 swapFree=4138480/4192956
[pid=2877] ppid=2875 vsize=8700 CPUtime=0
/proc/2877/stat : 2877 (run) S 2875 2877 2571 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 146210920 8908800 248 1992294400 4194304 4922060 140733449452112 18446744073709551615 270558403717 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2877/statm: 2175 248 208 178 0 68 0
[pid=2878] ppid=2877 vsize=32492 CPUtime=2.24
/proc/2878/stat : 2878 (pb_cplex) R 2877 2877 2571 0 -1 4202496 11315 0 0 0 214 10 0 0 17 0 2 0 146210920 33271808 2755 1992294400 134512640 146736320 4292114512 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/2878/statm: 8123 2755 1074 2985 0 4665 0
[pid=2878/tid=2884] ppid=2877 vsize=32492 CPUtime=0.73
/proc/2878/task/2884/stat : 2884 (pb_cplex) S 2877 2877 2571 0 -1 4202560 6291 0 0 0 70 3 0 0 17 0 2 0 146210984 33271808 2755 1992294400 134512640 146736320 4292114512 18446744073709551615 144580073 0 2 4096 16387 18446604437829931072 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 41192

[startup+3.10082 s]
/proc/loadavg: 1.81 1.76 1.57 3/108 2884
/proc/meminfo: memFree=1182748/2059040 swapFree=4138480/4192956
[pid=2877] ppid=2875 vsize=8700 CPUtime=0
/proc/2877/stat : 2877 (run) S 2875 2877 2571 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 146210920 8908800 248 1992294400 4194304 4922060 140733449452112 18446744073709551615 270558403717 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2877/statm: 2175 248 208 178 0 68 0
[pid=2878] ppid=2877 vsize=34824 CPUtime=5.1
/proc/2878/stat : 2878 (pb_cplex) R 2877 2877 2571 0 -1 4202496 28775 0 0 0 490 20 0 0 17 0 2 0 146210920 35659776 3410 1992294400 134512640 146736320 4292114512 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/2878/statm: 8706 3410 1104 2985 0 5248 0
[pid=2878/tid=2884] ppid=2877 vsize=34824 CPUtime=2.18
/proc/2878/task/2884/stat : 2884 (pb_cplex) R 2877 2877 2571 0 -1 4202560 14693 0 0 0 210 8 0 0 17 0 2 0 146210984 35659776 3410 1992294400 134512640 146736320 4292114512 18446744073709551615 144738703 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.1
Current children cumulated vsize (KiB) 43524

[startup+6.30215 s]
/proc/loadavg: 1.83 1.76 1.57 2/108 2884
/proc/meminfo: memFree=1178284/2059040 swapFree=4138480/4192956
[pid=2877] ppid=2875 vsize=8700 CPUtime=0
/proc/2877/stat : 2877 (run) S 2875 2877 2571 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 146210920 8908800 248 1992294400 4194304 4922060 140733449452112 18446744073709551615 270558403717 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2877/statm: 2175 248 208 178 0 68 0
[pid=2878] ppid=2877 vsize=40268 CPUtime=10.68
/proc/2878/stat : 2878 (pb_cplex) S 2877 2877 2571 0 -1 4202496 48168 0 0 0 1032 36 0 0 17 0 2 0 146210920 41234432 4641 1992294400 134512640 146736320 4292114512 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/2878/statm: 10067 4641 1076 2985 0 6609 0
[pid=2878/tid=2884] ppid=2877 vsize=40268 CPUtime=4.93
/proc/2878/task/2884/stat : 2884 (pb_cplex) R 2877 2877 2571 0 -1 4202560 23822 0 0 0 477 16 0 0 16 0 2 0 146210984 41234432 4641 1992294400 134512640 146736320 4292114512 18446744073709551615 136008069 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.68
Current children cumulated vsize (KiB) 48968

[startup+12.7018 s]
/proc/loadavg: 1.84 1.77 1.57 3/108 2884
/proc/meminfo: memFree=1172208/2059040 swapFree=4138480/4192956
[pid=2877] ppid=2875 vsize=8700 CPUtime=0
/proc/2877/stat : 2877 (run) S 2875 2877 2571 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 146210920 8908800 248 1992294400 4194304 4922060 140733449452112 18446744073709551615 270558403717 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2877/statm: 2175 248 208 178 0 68 0
[pid=2878] ppid=2877 vsize=43324 CPUtime=21.55
/proc/2878/stat : 2878 (pb_cplex) R 2877 2877 2571 0 -1 4202496 72040 0 0 0 2101 54 0 0 16 0 2 0 146210920 44363776 5420 1992294400 134512640 146736320 4292114512 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/2878/statm: 10831 5420 1095 2985 0 7373 0
[pid=2878/tid=2884] ppid=2877 vsize=43324 CPUtime=10.68
/proc/2878/task/2884/stat : 2884 (pb_cplex) R 2877 2877 2571 0 -1 4202560 37030 0 0 0 1043 25 0 0 17 0 2 0 146210984 44363776 5420 1992294400 134512640 146736320 4292114512 18446744073709551615 136002914 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 21.55
Current children cumulated vsize (KiB) 52024

[startup+25.5012 s]
/proc/loadavg: 1.73 1.75 1.57 3/108 2884
/proc/meminfo: memFree=1168116/2059040 swapFree=4138480/4192956
[pid=2877] ppid=2875 vsize=8700 CPUtime=0
/proc/2877/stat : 2877 (run) S 2875 2877 2571 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 146210920 8908800 248 1992294400 4194304 4922060 140733449452112 18446744073709551615 270558403717 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2877/statm: 2175 248 208 178 0 68 0
[pid=2878] ppid=2877 vsize=49908 CPUtime=42.4
/proc/2878/stat : 2878 (pb_cplex) R 2877 2877 2571 0 -1 4202496 124134 0 0 0 4148 92 0 0 16 0 2 0 146210920 51105792 6838 1992294400 134512640 146736320 4292114512 18446744073709551615 135454093 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/2878/statm: 12477 6838 1095 2985 0 9019 0
[pid=2878/tid=2884] ppid=2877 vsize=49908 CPUtime=22
/proc/2878/task/2884/stat : 2884 (pb_cplex) R 2877 2877 2571 0 -1 4202560 62477 0 0 0 2156 44 0 0 17 0 2 0 146210984 51105792 6838 1992294400 134512640 146736320 4292114512 18446744073709551615 135844437 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 42.4
Current children cumulated vsize (KiB) 58608

[startup+51.1008 s]
/proc/loadavg: 2.03 1.81 1.60 3/108 2887
/proc/meminfo: memFree=1169604/2059040 swapFree=4138480/4192956
[pid=2877] ppid=2875 vsize=8700 CPUtime=0
/proc/2877/stat : 2877 (run) S 2875 2877 2571 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 146210920 8908800 248 1992294400 4194304 4922060 140733449452112 18446744073709551615 270558403717 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2877/statm: 2175 248 208 178 0 68 0
[pid=2878] ppid=2877 vsize=47532 CPUtime=86.35
/proc/2878/stat : 2878 (pb_cplex) R 2877 2877 2571 0 -1 4202496 236619 0 0 0 8468 167 0 0 16 0 2 0 146210920 48672768 6386 1992294400 134512640 146736320 4292114512 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/2878/statm: 11883 6386 1121 2985 0 8425 0
[pid=2878/tid=2887] ppid=2877 vsize=47532 CPUtime=12.74
/proc/2878/task/2887/stat : 2887 (pb_cplex) S 2877 2877 2571 0 -1 4202560 44222 0 0 0 1247 27 0 0 16 0 2 0 146214633 48672768 6386 1992294400 134512640 146736320 4292114512 18446744073709551615 144580073 0 2 4096 16387 18446604437829931072 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 86.35
Current children cumulated vsize (KiB) 56232

[startup+102.309 s]
/proc/loadavg: 1.90 1.81 1.60 3/108 2889
/proc/meminfo: memFree=1161544/2059040 swapFree=4138480/4192956
[pid=2877] ppid=2875 vsize=8700 CPUtime=0
/proc/2877/stat : 2877 (run) S 2875 2877 2571 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 146210920 8908800 248 1992294400 4194304 4922060 140733449452112 18446744073709551615 270558403717 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2877/statm: 2175 248 208 178 0 68 0
[pid=2878] ppid=2877 vsize=54372 CPUtime=176.12
/proc/2878/stat : 2878 (pb_cplex) R 2877 2877 2571 0 -1 4202496 450033 0 0 0 17279 333 0 0 16 0 2 0 146210920 55676928 8087 1992294400 134512640 146736320 4292114512 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/2878/statm: 13593 8087 1122 2985 0 10135 0
[pid=2878/tid=2887] ppid=2877 vsize=54372 CPUtime=58.1
/proc/2878/task/2887/stat : 2887 (pb_cplex) R 2877 2877 2571 0 -1 4202560 146845 0 0 0 5704 106 0 0 16 0 2 0 146214633 55676928 8087 1992294400 134512640 146736320 4292114512 18446744073709551615 136015700 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 176.12
Current children cumulated vsize (KiB) 63072

[startup+162.301 s]
/proc/loadavg: 1.72 1.78 1.61 3/108 2891
/proc/meminfo: memFree=1158940/2059040 swapFree=4138480/4192956
[pid=2877] ppid=2875 vsize=8700 CPUtime=0
/proc/2877/stat : 2877 (run) S 2875 2877 2571 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 146210920 8908800 248 1992294400 4194304 4922060 140733449452112 18446744073709551615 270558403717 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2877/statm: 2175 248 208 178 0 68 0
[pid=2878] ppid=2877 vsize=57216 CPUtime=281.53
/proc/2878/stat : 2878 (pb_cplex) R 2877 2877 2571 0 -1 4202496 685897 0 0 0 27643 510 0 0 18 0 2 0 146210920 58589184 8706 1992294400 134512640 146736320 4292114512 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/2878/statm: 14304 8706 1122 2985 0 10846 0
[pid=2878/tid=2887] ppid=2877 vsize=57216 CPUtime=111.32
/proc/2878/task/2887/stat : 2887 (pb_cplex) R 2877 2877 2571 0 -1 4202560 258040 0 0 0 10943 189 0 0 16 0 2 0 146214633 58589184 8706 1992294400 134512640 146736320 4292114512 18446744073709551615 136015725 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 281.53
Current children cumulated vsize (KiB) 65916

[startup+222.301 s]
/proc/loadavg: 1.76 1.79 1.62 3/108 2893
/proc/meminfo: memFree=1159560/2059040 swapFree=4138480/4192956
[pid=2877] ppid=2875 vsize=8700 CPUtime=0
/proc/2877/stat : 2877 (run) S 2875 2877 2571 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 146210920 8908800 248 1992294400 4194304 4922060 140733449452112 18446744073709551615 270558403717 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2877/statm: 2175 248 208 178 0 68 0
[pid=2878] ppid=2877 vsize=56424 CPUtime=385.88
/proc/2878/stat : 2878 (pb_cplex) R 2877 2877 2571 0 -1 4202496 840619 0 0 0 37927 661 0 0 16 0 2 0 146210920 57778176 8568 1992294400 134512640 146736320 4292114512 18446744073709551615 136008234 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/2878/statm: 14106 8568 1122 2985 0 10648 0
[pid=2878/tid=2887] ppid=2877 vsize=56424 CPUtime=164.54
/proc/2878/task/2887/stat : 2887 (pb_cplex) S 2877 2877 2571 0 -1 4202560 333077 0 0 0 16195 259 0 0 18 0 2 0 146214633 57778176 8568 1992294400 134512640 146736320 4292114512 18446744073709551615 144580073 0 2 4096 16387 18446604437829931072 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 385.88
Current children cumulated vsize (KiB) 65124

[startup+282.301 s]
/proc/loadavg: 1.81 1.78 1.63 3/108 2895
/proc/meminfo: memFree=1159560/2059040 swapFree=4138480/4192956
[pid=2877] ppid=2875 vsize=8700 CPUtime=0
/proc/2877/stat : 2877 (run) S 2875 2877 2571 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 146210920 8908800 248 1992294400 4194304 4922060 140733449452112 18446744073709551615 270558403717 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2877/statm: 2175 248 208 178 0 68 0
[pid=2878] ppid=2877 vsize=56384 CPUtime=491.84
/proc/2878/stat : 2878 (pb_cplex) R 2877 2877 2571 0 -1 4202496 1038732 0 0 0 48354 830 0 0 18 0 2 0 146210920 57737216 8549 1992294400 134512640 146736320 4292114512 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/2878/statm: 14096 8549 1122 2985 0 10638 0
[pid=2878/tid=2887] ppid=2877 vsize=56384 CPUtime=217.49
/proc/2878/task/2887/stat : 2887 (pb_cplex) R 2877 2877 2571 0 -1 4202560 424175 0 0 0 21410 339 0 0 16 0 2 0 146214633 57737216 8549 1992294400 134512640 146736320 4292114512 18446744073709551615 135850319 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 491.84
Current children cumulated vsize (KiB) 65084

[startup+342.301 s]
/proc/loadavg: 1.83 1.79 1.64 3/108 2895
/proc/meminfo: memFree=1157328/2059040 swapFree=4138480/4192956
[pid=2877] ppid=2875 vsize=8700 CPUtime=0
/proc/2877/stat : 2877 (run) S 2875 2877 2571 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 146210920 8908800 248 1992294400 4194304 4922060 140733449452112 18446744073709551615 270558403717 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0

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

/proc/2877/stat : 2877 (run) S 2875 2877 2571 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 146210920 8908800 248 1992294400 4194304 4922060 140733449452112 18446744073709551615 270558403717 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2877/statm: 2175 248 208 178 0 68 0
[pid=2878] ppid=2877 vsize=61828 CPUtime=811.54
/proc/2878/stat : 2878 (pb_cplex) R 2877 2877 2571 0 -1 4202496 1363511 0 0 0 79936 1218 0 0 16 0 2 0 146210920 63311872 9798 1992294400 134512640 146736320 4292114512 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/2878/statm: 15457 9798 1122 2985 0 11999 0
[pid=2878/tid=2887] ppid=2877 vsize=61828 CPUtime=377.8
/proc/2878/task/2887/stat : 2887 (pb_cplex) R 2877 2877 2571 0 -1 4202560 584011 0 0 0 37252 528 0 0 16 0 2 0 146214633 63311872 9798 1992294400 134512640 146736320 4292114512 18446744073709551615 136402275 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 811.54
Current children cumulated vsize (KiB) 70528

[startup+522.301 s]
/proc/loadavg: 1.70 1.77 1.65 3/108 2901
/proc/meminfo: memFree=1154352/2059040 swapFree=4138480/4192956
[pid=2877] ppid=2875 vsize=8700 CPUtime=0
/proc/2877/stat : 2877 (run) S 2875 2877 2571 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 146210920 8908800 248 1992294400 4194304 4922060 140733449452112 18446744073709551615 270558403717 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2877/statm: 2175 248 208 178 0 68 0
[pid=2878] ppid=2877 vsize=62096 CPUtime=914.67
/proc/2878/stat : 2878 (pb_cplex) R 2877 2877 2571 0 -1 4202496 1477398 0 0 0 90122 1345 0 0 16 0 2 0 146210920 63586304 9859 1992294400 134512640 146736320 4292114512 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/2878/statm: 15524 9859 1121 2985 0 12066 0
[pid=2878/tid=2887] ppid=2877 vsize=62096 CPUtime=429.79
/proc/2878/task/2887/stat : 2887 (pb_cplex) R 2877 2877 2571 0 -1 4202560 640122 0 0 0 42388 591 0 0 16 0 2 0 146214633 63586304 9859 1992294400 134512640 146736320 4292114512 18446744073709551615 137177757 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 914.67
Current children cumulated vsize (KiB) 70796

[startup+582.301 s]
/proc/loadavg: 1.92 1.82 1.67 3/108 2903
/proc/meminfo: memFree=1154848/2059040 swapFree=4138480/4192956
[pid=2877] ppid=2875 vsize=8700 CPUtime=0
/proc/2877/stat : 2877 (run) S 2875 2877 2571 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 146210920 8908800 248 1992294400 4194304 4922060 140733449452112 18446744073709551615 270558403717 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2877/statm: 2175 248 208 178 0 68 0
[pid=2878] ppid=2877 vsize=62568 CPUtime=1018.76
/proc/2878/stat : 2878 (pb_cplex) R 2877 2877 2571 0 -1 4202496 1582883 0 0 0 100412 1464 0 0 16 0 2 0 146210920 64069632 9740 1992294400 134512640 146736320 4292114512 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/2878/statm: 15642 9740 1121 2985 0 12184 0
[pid=2878/tid=2887] ppid=2877 vsize=62568 CPUtime=482.2
/proc/2878/task/2887/stat : 2887 (pb_cplex) R 2877 2877 2571 0 -1 4202560 696821 0 0 0 47573 647 0 0 17 0 2 0 146214633 64069632 9740 1992294400 134512640 146736320 4292114512 18446744073709551615 135468528 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1018.76
Current children cumulated vsize (KiB) 71268

[startup+642.301 s]
/proc/loadavg: 1.84 1.82 1.68 3/108 2903
/proc/meminfo: memFree=1153112/2059040 swapFree=4138480/4192956
[pid=2877] ppid=2875 vsize=8700 CPUtime=0
/proc/2877/stat : 2877 (run) S 2875 2877 2571 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 146210920 8908800 248 1992294400 4194304 4922060 140733449452112 18446744073709551615 270558403717 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2877/statm: 2175 248 208 178 0 68 0
[pid=2878] ppid=2877 vsize=64308 CPUtime=1123.21
/proc/2878/stat : 2878 (pb_cplex) R 2877 2877 2571 0 -1 4202496 1659622 0 0 0 110738 1583 0 0 17 0 2 0 146210920 65851392 10126 1992294400 134512640 146736320 4292114512 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/2878/statm: 16077 10126 1121 2985 0 12619 0
[pid=2878/tid=2887] ppid=2877 vsize=64308 CPUtime=534.34
/proc/2878/task/2887/stat : 2887 (pb_cplex) R 2877 2877 2571 0 -1 4202560 732621 0 0 0 52730 704 0 0 16 0 2 0 146214633 65851392 10126 1992294400 134512640 146736320 4292114512 18446744073709551615 135450824 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1123.21
Current children cumulated vsize (KiB) 73008

[startup+702.301 s]
/proc/loadavg: 2.01 1.87 1.70 3/108 2905
/proc/meminfo: memFree=1153112/2059040 swapFree=4138480/4192956
[pid=2877] ppid=2875 vsize=8700 CPUtime=0
/proc/2877/stat : 2877 (run) S 2875 2877 2571 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 146210920 8908800 248 1992294400 4194304 4922060 140733449452112 18446744073709551615 270558403717 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2877/statm: 2175 248 208 178 0 68 0
[pid=2878] ppid=2877 vsize=63876 CPUtime=1229.78
/proc/2878/stat : 2878 (pb_cplex) R 2877 2877 2571 0 -1 4202496 1735330 0 0 0 121278 1700 0 0 17 0 2 0 146210920 65409024 10121 1992294400 134512640 146736320 4292114512 18446744073709551615 136008363 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/2878/statm: 15969 10121 1121 2985 0 12511 0
[pid=2878/tid=2887] ppid=2877 vsize=63876 CPUtime=587.8
/proc/2878/task/2887/stat : 2887 (pb_cplex) S 2877 2877 2571 0 -1 4202560 766399 0 0 0 58018 762 0 0 17 0 2 0 146214633 65409024 10121 1992294400 134512640 146736320 4292114512 18446744073709551615 144580073 0 2 4096 16387 18446604437829931072 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1229.78
Current children cumulated vsize (KiB) 72576

[startup+762.308 s]
/proc/loadavg: 1.90 1.86 1.71 3/108 2907
/proc/meminfo: memFree=1152120/2059040 swapFree=4138480/4192956
[pid=2877] ppid=2875 vsize=8700 CPUtime=0
/proc/2877/stat : 2877 (run) S 2875 2877 2571 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 146210920 8908800 248 1992294400 4194304 4922060 140733449452112 18446744073709551615 270558403717 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2877/statm: 2175 248 208 178 0 68 0
[pid=2878] ppid=2877 vsize=65188 CPUtime=1331.25
/proc/2878/stat : 2878 (pb_cplex) S 2877 2877 2571 0 -1 4202496 1816847 0 0 0 131315 1810 0 0 17 0 2 0 146210920 66752512 10403 1992294400 134512640 146736320 4292114512 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/2878/statm: 16297 10403 1121 2985 0 12839 0
[pid=2878/tid=2887] ppid=2877 vsize=65188 CPUtime=639.01
/proc/2878/task/2887/stat : 2887 (pb_cplex) R 2877 2877 2571 0 -1 4202560 816158 0 0 0 63081 820 0 0 17 0 2 0 146214633 66752512 10403 1992294400 134512640 146736320 4292114512 18446744073709551615 136724437 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1331.25
Current children cumulated vsize (KiB) 73888

[startup+822.301 s]
/proc/loadavg: 1.86 1.85 1.71 2/108 2909
/proc/meminfo: memFree=1151128/2059040 swapFree=4138480/4192956
[pid=2877] ppid=2875 vsize=8700 CPUtime=0
/proc/2877/stat : 2877 (run) S 2875 2877 2571 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 146210920 8908800 248 1992294400 4194304 4922060 140733449452112 18446744073709551615 270558403717 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2877/statm: 2175 248 208 178 0 68 0
[pid=2878] ppid=2877 vsize=65756 CPUtime=1436.61
/proc/2878/stat : 2878 (pb_cplex) R 2877 2877 2571 0 -1 4202496 1905218 0 0 0 141723 1938 0 0 17 0 2 0 146210920 67334144 10665 1992294400 134512640 146736320 4292114512 18446744073709551615 135526881 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/2878/statm: 16439 10665 1122 2985 0 12981 0
[pid=2878/tid=2887] ppid=2877 vsize=65756 CPUtime=692.91
/proc/2878/task/2887/stat : 2887 (pb_cplex) R 2877 2877 2571 0 -1 4202560 861966 0 0 0 68407 884 0 0 16 0 2 0 146214633 67334144 10665 1992294400 134512640 146736320 4292114512 18446744073709551615 135454079 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1436.61
Current children cumulated vsize (KiB) 74456

[startup+882.301 s]
/proc/loadavg: 1.95 1.88 1.73 2/108 2913
/proc/meminfo: memFree=1162288/2059040 swapFree=4138480/4192956
[pid=2877] ppid=2875 vsize=8700 CPUtime=0
/proc/2877/stat : 2877 (run) S 2875 2877 2571 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 146210920 8908800 248 1992294400 4194304 4922060 140733449452112 18446744073709551615 270558403717 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2877/statm: 2175 248 208 178 0 68 0
[pid=2878] ppid=2877 vsize=55264 CPUtime=1541.67
/proc/2878/stat : 2878 (pb_cplex) R 2877 2877 2571 0 -1 4202496 1996626 0 0 0 152100 2067 0 0 18 0 2 0 146210920 56590336 8131 1992294400 134512640 146736320 4292114512 18446744073709551615 137373944 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/2878/statm: 13816 8131 1121 2985 0 10358 0
[pid=2878/tid=2911] ppid=2877 vsize=55264 CPUtime=7.72
/proc/2878/task/2911/stat : 2911 (pb_cplex) S 2877 2877 2571 0 -1 4202560 13917 0 0 0 759 13 0 0 17 0 2 0 146298230 56590336 8131 1992294400 134512640 146736320 4292114512 18446744073709551615 144580073 0 2 4096 16387 18446604437829931072 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1541.67
Current children cumulated vsize (KiB) 63964

[startup+942.301 s]
/proc/loadavg: 2.05 1.90 1.74 3/108 2913
/proc/meminfo: memFree=1160304/2059040 swapFree=4138480/4192956
[pid=2877] ppid=2875 vsize=8700 CPUtime=0
/proc/2877/stat : 2877 (run) S 2875 2877 2571 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 146210920 8908800 248 1992294400 4194304 4922060 140733449452112 18446744073709551615 270558403717 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2877/statm: 2175 248 208 178 0 68 0
[pid=2878] ppid=2877 vsize=55660 CPUtime=1652.07
/proc/2878/stat : 2878 (pb_cplex) R 2877 2877 2571 0 -1 4202496 2089054 0 0 0 162999 2208 0 0 18 0 2 0 146210920 56995840 8352 1992294400 134512640 146736320 4292114512 18446744073709551615 135982314 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/2878/statm: 13915 8352 1121 2985 0 10457 0
[pid=2878/tid=2911] ppid=2877 vsize=55660 CPUtime=62.32
/proc/2878/task/2911/stat : 2911 (pb_cplex) R 2877 2877 2571 0 -1 4202560 40678 0 0 0 6157 75 0 0 16 0 2 0 146298230 56995840 8352 1992294400 134512640 146736320 4292114512 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1652.07
Current children cumulated vsize (KiB) 64360

[startup+1002.3 s]
/proc/loadavg: 2.13 1.95 1.77 4/108 2915
/proc/meminfo: memFree=1159560/2059040 swapFree=4138480/4192956
[pid=2877] ppid=2875 vsize=8700 CPUtime=0
/proc/2877/stat : 2877 (run) S 2875 2877 2571 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 146210920 8908800 248 1992294400 4194304 4922060 140733449452112 18446744073709551615 270558403717 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2877/statm: 2175 248 208 178 0 68 0
[pid=2878] ppid=2877 vsize=55872 CPUtime=1762.68
/proc/2878/stat : 2878 (pb_cplex) R 2877 2877 2571 0 -1 4202496 2162106 0 0 0 173918 2350 0 0 18 0 2 0 146210920 57212928 8419 1992294400 134512640 146736320 4292114512 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/2878/statm: 13968 8419 1121 2985 0 10510 0
[pid=2878/tid=2911] ppid=2877 vsize=55872 CPUtime=117.35
/proc/2878/task/2911/stat : 2911 (pb_cplex) R 2877 2877 2571 0 -1 4202560 80697 0 0 0 11584 151 0 0 18 0 2 0 146298230 57212928 8419 1992294400 134512640 146736320 4292114512 18446744073709551615 136015707 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1762.68
Current children cumulated vsize (KiB) 64572



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1023.1 s]
/proc/loadavg: 2.08 1.95 1.77 3/108 2915
/proc/meminfo: memFree=1159560/2059040 swapFree=4138480/4192956
[pid=2877] ppid=2875 vsize=8700 CPUtime=0
/proc/2877/stat : 2877 (run) S 2875 2877 2571 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 146210920 8908800 248 1992294400 4194304 4922060 140733449452112 18446744073709551615 270558403717 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2877/statm: 2175 248 208 178 0 68 0
[pid=2878] ppid=2877 vsize=56576 CPUtime=1800.04
/proc/2878/stat : 2878 (pb_cplex) R 2877 2877 2571 0 -1 4202496 2203543 0 0 0 177598 2406 0 0 17 0 2 0 146210920 57933824 8517 1992294400 134512640 146736320 4292114512 18446744073709551615 136384849 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/2878/statm: 14144 8517 1121 2985 0 10686 0
[pid=2878/tid=2911] ppid=2877 vsize=56576 CPUtime=135.9
/proc/2878/task/2911/stat : 2911 (pb_cplex) R 2877 2877 2571 0 -1 4202560 81245 0 0 0 13420 170 0 0 16 0 2 0 146298230 57933824 8517 1992294400 134512640 146736320 4292114512 18446744073709551615 136000485 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 65276

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

[startup+1023.1 s]
/proc/loadavg: 2.08 1.95 1.77 3/108 2915
/proc/meminfo: memFree=1159560/2059040 swapFree=4138480/4192956
[pid=2877] ppid=2875 vsize=8700 CPUtime=0
/proc/2877/stat : 2877 (run) S 2875 2877 2571 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 146210920 8908800 248 1992294400 4194304 4922060 140733449452112 18446744073709551615 270558403717 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2877/statm: 2175 248 208 178 0 68 0
[pid=2878] ppid=2877 vsize=56576 CPUtime=1800.04
/proc/2878/stat : 2878 (pb_cplex) R 2877 2877 2571 0 -1 4202496 2203543 0 0 0 177598 2406 0 0 17 0 2 0 146210920 57933824 8517 1992294400 134512640 146736320 4292114512 18446744073709551615 136384849 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/2878/statm: 14144 8517 1121 2985 0 10686 0
[pid=2878/tid=2911] ppid=2877 vsize=56576 CPUtime=135.9
/proc/2878/task/2911/stat : 2911 (pb_cplex) R 2877 2877 2571 0 -1 4202560 81245 0 0 0 13420 170 0 0 16 0 2 0 146298230 57933824 8517 1992294400 134512640 146736320 4292114512 18446744073709551615 136000485 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 65276

Child status: 0
Real time (s): 1023.12
CPU time (s): 1800.07
CPU user time (s): 1776
CPU system time (s): 24.0733
CPU usage (%): 175.94
Max. virtual memory (cumulated for all children) (KiB): 81032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1776
system time used= 24.0733
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2203916
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= 261277
involuntary context switches= 27971

runsolver used 2.07968 second user time and 5.32919 second system time

The end

Launcher Data

Begin job on node082 at 2010-07-02 07:39:34
IDJOB=2697020
IDBENCH=48054
IDSOLVER=1209
FILE ID=node082/2697020-1278049174
PBS_JOBID= 11198833
Free space on /tmp= 62228 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=149-P1=79-P2=59-P3=73-P4=211-B.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2697020-1278049174/watcher-2697020-1278049174 -o /tmp/evaluation-result-2697020-1278049174/solver-2697020-1278049174 -C 1800 -W 2000 -M 1800  run HOME/instance-2697020-1278049174.opb

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

MD5SUM BENCH= 74c00e33b4232d137ad873ae982593f6
RANDOM SEED=2134635726

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1191856 kB
Buffers:        147288 kB
Cached:         609160 kB
SwapCached:       8200 kB
Active:         293004 kB
Inactive:       477924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1191856 kB
SwapTotal:     4192956 kB
SwapFree:      4138480 kB
Dirty:           16636 kB
Writeback:           0 kB
AnonPages:       12576 kB
Mapped:          12028 kB
Slab:            74396 kB
PageTables:       4060 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182604 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264964 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-2697020-1278049174.opb

Free space on /tmp at the end= 62212 MiB
End job on node082 at 2010-07-02 07:56:37