Trace number 2696945

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 998.826

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=7-P0=73-P1=127-P2=41-P3=29-P4=59-B.opb
MD5SUM6aa9cb9410e02201be60dbd48f3c3ed7
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.421935
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 variables84
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 constraint7
Maximum length of a constraint63
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 8192
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 32512
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)196
Sum of products size (including duplicates)392
Number of different products196
Sum of products size392

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2696945-1278048178.opb.
0.00/0.00	c Instance file HOME/instance-2696945-1278048178.opb
0.00/0.00	c File size is 14532 bytes.
0.00/0.01	c Highest Coefficient sum: 32512
0.00/0.01	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
0.00/0.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Parsing time:          0.01         s                                      |
0.00/0.01	c |  Number Variables:      280                                                 |
0.00/0.01	c |  Number Constraints:    401                                                 |
0.00/0.01	c ===============================================================================
1800.03/998.82	c Remaining time 1799.99 sec.
1800.03/998.82	c 
1800.03/998.82	c *** INTERRUPTED ***
1800.03/998.82	s UNKNOWN
1800.03/998.82	c Total CPU time              : 1771.86 s
1800.03/998.82	c Memory used           : 49.77 MB
1800.03/998.82	c CPU time              : 1771.86 s
1800.03/998.82	c 
1800.03/998.82	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-2696945-1278048178/watcher-2696945-1278048178 -o /tmp/evaluation-result-2696945-1278048178/solver-2696945-1278048178 -C 1800 -W 2000 -M 1800 run HOME/instance-2696945-1278048178.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.63 1.77 1.27 3/106 24747
/proc/meminfo: memFree=1475636/2059040 swapFree=4139344/4192956
[pid=24747] ppid=24745 vsize=8700 CPUtime=0
/proc/24747/stat : 24747 (run) R 24745 24747 24640 0 -1 4202496 348 0 0 0 0 0 0 0 20 0 1 0 180421508 8908800 249 1992294400 4194304 4922060 140735826661616 18446744073709551615 228898480533 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/24747/statm: 2175 249 208 178 0 68 0

[startup+0.108783 s]
/proc/loadavg: 1.63 1.77 1.27 3/106 24747
/proc/meminfo: memFree=1475636/2059040 swapFree=4139344/4192956
[pid=24747] ppid=24745 vsize=8700 CPUtime=0
/proc/24747/stat : 24747 (run) S 24745 24747 24640 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180421508 8908800 249 1992294400 4194304 4922060 140735826661616 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24747/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.20147 s]
/proc/loadavg: 1.63 1.77 1.27 3/106 24747
/proc/meminfo: memFree=1475636/2059040 swapFree=4139344/4192956
[pid=24747] ppid=24745 vsize=8700 CPUtime=0
/proc/24747/stat : 24747 (run) S 24745 24747 24640 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180421508 8908800 249 1992294400 4194304 4922060 140735826661616 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24747/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.302536 s]
/proc/loadavg: 1.63 1.77 1.27 3/106 24747
/proc/meminfo: memFree=1475636/2059040 swapFree=4139344/4192956
[pid=24747] ppid=24745 vsize=8700 CPUtime=0
/proc/24747/stat : 24747 (run) S 24745 24747 24640 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180421508 8908800 249 1992294400 4194304 4922060 140735826661616 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24747/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701534 s]
/proc/loadavg: 1.63 1.77 1.27 3/106 24747
/proc/meminfo: memFree=1475636/2059040 swapFree=4139344/4192956
[pid=24747] ppid=24745 vsize=8700 CPUtime=0
/proc/24747/stat : 24747 (run) S 24745 24747 24640 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180421508 8908800 249 1992294400 4194304 4922060 140735826661616 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24747/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50053 s]
/proc/loadavg: 1.63 1.77 1.27 3/109 24754
/proc/meminfo: memFree=1468784/2059040 swapFree=4139344/4192956
[pid=24747] ppid=24745 vsize=8700 CPUtime=0
/proc/24747/stat : 24747 (run) S 24745 24747 24640 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180421508 8908800 249 1992294400 4194304 4922060 140735826661616 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24747/statm: 2175 249 208 178 0 68 0
[pid=24748] ppid=24747 vsize=33752 CPUtime=2.34
/proc/24748/stat : 24748 (pb_cplex) R 24747 24747 24640 0 -1 4202496 10324 0 0 0 223 11 0 0 17 0 2 0 180421509 34562048 2907 1992294400 134512640 146736320 4291046272 18446744073709551615 136403116 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/24748/statm: 8438 2907 1071 2985 0 4980 0
[pid=24748/tid=24754] ppid=24747 vsize=33752 CPUtime=0.9
/proc/24748/task/24754/stat : 24754 (pb_cplex) R 24747 24747 24640 0 -1 4202560 4378 0 0 0 87 3 0 0 17 0 2 0 180421553 34562048 2907 1992294400 134512640 146736320 4291046272 18446744073709551615 135453309 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 42452

[startup+3.10052 s]
/proc/loadavg: 1.63 1.77 1.27 3/109 24754
/proc/meminfo: memFree=1466800/2059040 swapFree=4139344/4192956
[pid=24747] ppid=24745 vsize=8700 CPUtime=0
/proc/24747/stat : 24747 (run) S 24745 24747 24640 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180421508 8908800 249 1992294400 4194304 4922060 140735826661616 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24747/statm: 2175 249 208 178 0 68 0
[pid=24748] ppid=24747 vsize=35816 CPUtime=5.11
/proc/24748/stat : 24748 (pb_cplex) R 24747 24747 24640 0 -1 4202496 20777 0 0 0 492 19 0 0 16 0 2 0 180421509 36675584 3465 1992294400 134512640 146736320 4291046272 18446744073709551615 135454093 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/24748/statm: 8954 3465 1071 2985 0 5496 0
[pid=24748/tid=24754] ppid=24747 vsize=35816 CPUtime=2.35
/proc/24748/task/24754/stat : 24754 (pb_cplex) R 24747 24747 24640 0 -1 4202560 10332 0 0 0 227 8 0 0 17 0 2 0 180421553 36675584 3465 1992294400 134512640 146736320 4291046272 18446744073709551615 136015707 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.11
Current children cumulated vsize (KiB) 44516

[startup+6.3015 s]
/proc/loadavg: 1.66 1.78 1.27 2/109 24754
/proc/meminfo: memFree=1462708/2059040 swapFree=4139344/4192956
[pid=24747] ppid=24745 vsize=8700 CPUtime=0
/proc/24747/stat : 24747 (run) S 24745 24747 24640 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180421508 8908800 249 1992294400 4194304 4922060 140735826661616 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24747/statm: 2175 249 208 178 0 68 0
[pid=24748] ppid=24747 vsize=37812 CPUtime=10.61
/proc/24748/stat : 24748 (pb_cplex) R 24747 24747 24640 0 -1 4202496 45715 0 0 0 1025 36 0 0 16 0 2 0 180421509 38719488 4026 1992294400 134512640 146736320 4291046272 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/24748/statm: 9453 4026 1100 2985 0 5995 0
[pid=24748/tid=24754] ppid=24747 vsize=37812 CPUtime=5
/proc/24748/task/24754/stat : 24754 (pb_cplex) R 24747 24747 24640 0 -1 4202560 19613 0 0 0 484 16 0 0 16 0 2 0 180421553 38719488 4026 1992294400 134512640 146736320 4291046272 18446744073709551615 135526849 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.61
Current children cumulated vsize (KiB) 46512

[startup+12.7005 s]
/proc/loadavg: 1.60 1.76 1.27 3/109 24754
/proc/meminfo: memFree=1457516/2059040 swapFree=4139344/4192956
[pid=24747] ppid=24745 vsize=8700 CPUtime=0
/proc/24747/stat : 24747 (run) S 24745 24747 24640 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180421508 8908800 249 1992294400 4194304 4922060 140735826661616 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24747/statm: 2175 249 208 178 0 68 0
[pid=24748] ppid=24747 vsize=44640 CPUtime=20.94
/proc/24748/stat : 24748 (pb_cplex) R 24747 24747 24640 0 -1 4202496 73547 0 0 0 2037 57 0 0 16 0 2 0 180421509 45711360 5623 1992294400 134512640 146736320 4291046272 18446744073709551615 136002878 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/24748/statm: 11160 5623 1071 2985 0 7702 0
[pid=24748/tid=24754] ppid=24747 vsize=44640 CPUtime=10.7
/proc/24748/task/24754/stat : 24754 (pb_cplex) S 24747 24747 24640 0 -1 4202560 35166 0 0 0 1043 27 0 0 18 0 2 0 180421553 45711360 5623 1992294400 134512640 146736320 4291046272 18446744073709551615 144580073 0 2 4096 16387 18446604437827741632 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 20.94
Current children cumulated vsize (KiB) 53340

[startup+25.5014 s]
/proc/loadavg: 1.61 1.76 1.27 3/109 24756
/proc/meminfo: memFree=1462724/2059040 swapFree=4139344/4192956
[pid=24747] ppid=24745 vsize=8700 CPUtime=0
/proc/24747/stat : 24747 (run) S 24745 24747 24640 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180421508 8908800 249 1992294400 4194304 4922060 140735826661616 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24747/statm: 2175 249 208 178 0 68 0
[pid=24748] ppid=24747 vsize=39724 CPUtime=41.81
/proc/24748/stat : 24748 (pb_cplex) S 24747 24747 24640 0 -1 4202496 116181 0 0 0 4084 97 0 0 16 0 2 0 180421509 40677376 4455 1992294400 134512640 146736320 4291046272 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/24748/statm: 9931 4455 1126 2985 0 6473 0
[pid=24748/tid=24756] ppid=24747 vsize=39724 CPUtime=4.08
/proc/24748/task/24756/stat : 24756 (pb_cplex) R 24747 24747 24640 0 -1 4202560 13191 0 0 0 399 9 0 0 16 0 2 0 180423593 40677376 4455 1992294400 134512640 146736320 4291046272 18446744073709551615 144580073 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 41.81
Current children cumulated vsize (KiB) 48424

[startup+51.1012 s]
/proc/loadavg: 1.59 1.74 1.28 2/109 24756
/proc/meminfo: memFree=1458012/2059040 swapFree=4139344/4192956
[pid=24747] ppid=24745 vsize=8700 CPUtime=0
/proc/24747/stat : 24747 (run) S 24745 24747 24640 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180421508 8908800 249 1992294400 4194304 4922060 140735826661616 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24747/statm: 2175 249 208 178 0 68 0
[pid=24748] ppid=24747 vsize=44820 CPUtime=88.17
/proc/24748/stat : 24748 (pb_cplex) R 24747 24747 24640 0 -1 4202496 167727 0 0 0 8646 171 0 0 17 0 2 0 180421509 45895680 5462 1992294400 134512640 146736320 4291046272 18446744073709551615 136403129 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/24748/statm: 11205 5462 1106 2985 0 7747 0
[pid=24748/tid=24756] ppid=24747 vsize=44820 CPUtime=26.99
/proc/24748/task/24756/stat : 24756 (pb_cplex) R 24747 24747 24640 0 -1 4202560 43663 0 0 0 2653 46 0 0 18 0 2 0 180423593 45895680 5462 1992294400 134512640 146736320 4291046272 18446744073709551615 136474300 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 88.17
Current children cumulated vsize (KiB) 53520

[startup+102.302 s]
/proc/loadavg: 1.83 1.78 1.31 2/109 24758
/proc/meminfo: memFree=1458508/2059040 swapFree=4139344/4192956
[pid=24747] ppid=24745 vsize=8700 CPUtime=0
/proc/24747/stat : 24747 (run) S 24745 24747 24640 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180421508 8908800 249 1992294400 4194304 4922060 140735826661616 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24747/statm: 2175 249 208 178 0 68 0
[pid=24748] ppid=24747 vsize=42000 CPUtime=181.31
/proc/24748/stat : 24748 (pb_cplex) R 24747 24747 24640 0 -1 4202496 249499 0 0 0 17808 323 0 0 18 0 2 0 180421509 43008000 5004 1992294400 134512640 146736320 4291046272 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/24748/statm: 10500 5004 1106 2985 0 7042 0
[pid=24748/tid=24756] ppid=24747 vsize=42000 CPUtime=72.65
/proc/24748/task/24756/stat : 24756 (pb_cplex) S 24747 24747 24640 0 -1 4202560 84414 0 0 0 7145 120 0 0 16 0 2 0 180423593 43008000 5004 1992294400 134512640 146736320 4291046272 18446744073709551615 144580073 0 2 4096 16387 18446604437827741632 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 181.31
Current children cumulated vsize (KiB) 50700

[startup+162.301 s]
/proc/loadavg: 1.77 1.77 1.34 4/109 24760
/proc/meminfo: memFree=1458136/2059040 swapFree=4139344/4192956
[pid=24747] ppid=24745 vsize=8700 CPUtime=0
/proc/24747/stat : 24747 (run) S 24745 24747 24640 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180421508 8908800 249 1992294400 4194304 4922060 140735826661616 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24747/statm: 2175 249 208 178 0 68 0
[pid=24748] ppid=24747 vsize=42160 CPUtime=286.25
/proc/24748/stat : 24748 (pb_cplex) R 24747 24747 24640 0 -1 4202496 406487 0 0 0 28102 523 0 0 17 0 2 0 180421509 43171840 5049 1992294400 134512640 146736320 4291046272 18446744073709551615 135526859 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/24748/statm: 10540 5049 1109 2985 0 7082 0
[pid=24748/tid=24756] ppid=24747 vsize=42160 CPUtime=124.46
/proc/24748/task/24756/stat : 24756 (pb_cplex) R 24747 24747 24640 0 -1 4202560 155421 0 0 0 12225 221 0 0 16 0 2 0 180423593 43171840 5049 1992294400 134512640 146736320 4291046272 18446744073709551615 144785853 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 286.25
Current children cumulated vsize (KiB) 50860

[startup+222.309 s]
/proc/loadavg: 1.66 1.75 1.36 3/109 24762
/proc/meminfo: memFree=1456152/2059040 swapFree=4139344/4192956
[pid=24747] ppid=24745 vsize=8700 CPUtime=0
/proc/24747/stat : 24747 (run) S 24745 24747 24640 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180421508 8908800 249 1992294400 4194304 4922060 140735826661616 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24747/statm: 2175 249 208 178 0 68 0
[pid=24748] ppid=24747 vsize=44636 CPUtime=388.93
/proc/24748/stat : 24748 (pb_cplex) R 24747 24747 24640 0 -1 4202496 445349 0 0 0 38208 685 0 0 16 0 2 0 180421509 45707264 5674 1992294400 134512640 146736320 4291046272 18446744073709551615 135453265 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/24748/statm: 11159 5674 1112 2985 0 7701 0
[pid=24748/tid=24756] ppid=24747 vsize=44636 CPUtime=175.12
/proc/24748/task/24756/stat : 24756 (pb_cplex) R 24747 24747 24640 0 -1 4202560 166026 0 0 0 17214 298 0 0 16 0 2 0 180423593 45707264 5674 1992294400 134512640 146736320 4291046272 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 388.93
Current children cumulated vsize (KiB) 53336

[startup+282.302 s]
/proc/loadavg: 1.55 1.70 1.36 3/109 24764
/proc/meminfo: memFree=1455036/2059040 swapFree=4139344/4192956
[pid=24747] ppid=24745 vsize=8700 CPUtime=0
/proc/24747/stat : 24747 (run) S 24745 24747 24640 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180421508 8908800 249 1992294400 4194304 4922060 140735826661616 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24747/statm: 2175 249 208 178 0 68 0
[pid=24748] ppid=24747 vsize=45608 CPUtime=490.42
/proc/24748/stat : 24748 (pb_cplex) R 24747 24747 24640 0 -1 4202496 467727 0 0 0 48204 838 0 0 18 0 2 0 180421509 46702592 5917 1992294400 134512640 146736320 4291046272 18446744073709551615 135407768 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24748/statm: 11402 5917 1112 2985 0 7944 0
[pid=24748/tid=24756] ppid=24747 vsize=45608 CPUtime=223.75
/proc/24748/task/24756/stat : 24756 (pb_cplex) S 24747 24747 24640 0 -1 4202560 179462 0 0 0 22000 375 0 0 16 0 2 0 180423593 46702592 5917 1992294400 134512640 146736320 4291046272 18446744073709551615 144580073 0 2 4096 16387 18446604437827741632 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 490.42
Current children cumulated vsize (KiB) 54308

[startup+342.301 s]
/proc/loadavg: 1.58 1.69 1.38 2/109 24764
/proc/meminfo: memFree=1454912/2059040 swapFree=4139344/4192956
[pid=24747] ppid=24745 vsize=8700 CPUtime=0
/proc/24747/stat : 24747 (run) S 24745 24747 24640 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180421508 8908800 249 1992294400 4194304 4922060 140735826661616 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0

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

/proc/24747/stat : 24747 (run) S 24745 24747 24640 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180421508 8908800 249 1992294400 4194304 4922060 140735826661616 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24747/statm: 2175 249 208 178 0 68 0
[pid=24748] ppid=24747 vsize=50788 CPUtime=696.81
/proc/24748/stat : 24748 (pb_cplex) R 24747 24747 24640 0 -1 4202496 498645 0 0 0 68533 1148 0 0 18 0 2 0 180421509 52006912 7075 1992294400 134512640 146736320 4291046272 18446744073709551615 136402290 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/24748/statm: 12697 7075 1112 2985 0 9239 0
[pid=24748/tid=24767] ppid=24747 vsize=50788 CPUtime=17.02
/proc/24748/task/24767/stat : 24767 (pb_cplex) R 24747 24747 24640 0 -1 4202560 1385 0 0 0 1677 25 0 0 18 0 2 0 180459883 52006912 7075 1992294400 134512640 146736320 4291046272 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 696.81
Current children cumulated vsize (KiB) 59488

[startup+462.302 s]
/proc/loadavg: 1.61 1.69 1.42 3/109 24769
/proc/meminfo: memFree=1450076/2059040 swapFree=4139344/4192956
[pid=24747] ppid=24745 vsize=8700 CPUtime=0
/proc/24747/stat : 24747 (run) S 24745 24747 24640 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180421508 8908800 249 1992294400 4194304 4922060 140735826661616 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24747/statm: 2175 249 208 178 0 68 0
[pid=24748] ppid=24747 vsize=50788 CPUtime=807.73
/proc/24748/stat : 24748 (pb_cplex) R 24747 24747 24640 0 -1 4202496 511965 0 0 0 79456 1317 0 0 18 0 2 0 180421509 52006912 7096 1992294400 134512640 146736320 4291046272 18446744073709551615 135450718 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24748/statm: 12697 7096 1112 2985 0 9239 0
[pid=24748/tid=24767] ppid=24747 vsize=50788 CPUtime=71.27
/proc/24748/task/24767/stat : 24767 (pb_cplex) S 24747 24747 24640 0 -1 4202560 4237 0 0 0 7020 107 0 0 18 0 2 0 180459883 52006912 7096 1992294400 134512640 146736320 4291046272 18446744073709551615 144580073 0 2 4096 16387 18446604437827741632 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 807.73
Current children cumulated vsize (KiB) 59488

[startup+522.301 s]
/proc/loadavg: 1.82 1.75 1.45 2/109 24771
/proc/meminfo: memFree=1450324/2059040 swapFree=4139344/4192956
[pid=24747] ppid=24745 vsize=8700 CPUtime=0
/proc/24747/stat : 24747 (run) S 24745 24747 24640 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180421508 8908800 249 1992294400 4194304 4922060 140735826661616 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24747/statm: 2175 249 208 178 0 68 0
[pid=24748] ppid=24747 vsize=51316 CPUtime=918.74
/proc/24748/stat : 24748 (pb_cplex) S 24747 24747 24640 0 -1 4202496 518920 0 0 0 90391 1483 0 0 17 0 2 0 180421509 52547584 7287 1992294400 134512640 146736320 4291046272 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/24748/statm: 12829 7287 1112 2985 0 9371 0
[pid=24748/tid=24767] ppid=24747 vsize=51316 CPUtime=126.35
/proc/24748/task/24767/stat : 24767 (pb_cplex) R 24747 24747 24640 0 -1 4202560 7056 0 0 0 12441 194 0 0 18 0 2 0 180459883 52547584 7287 1992294400 134512640 146736320 4291046272 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 918.74
Current children cumulated vsize (KiB) 60016

[startup+582.302 s]
/proc/loadavg: 1.96 1.80 1.49 3/109 24773
/proc/meminfo: memFree=1450944/2059040 swapFree=4139344/4192956
[pid=24747] ppid=24745 vsize=8700 CPUtime=0
/proc/24747/stat : 24747 (run) S 24745 24747 24640 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180421508 8908800 249 1992294400 4194304 4922060 140735826661616 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24747/statm: 2175 249 208 178 0 68 0
[pid=24748] ppid=24747 vsize=50292 CPUtime=1030.1
/proc/24748/stat : 24748 (pb_cplex) R 24747 24747 24640 0 -1 4202496 519404 0 0 0 101361 1649 0 0 18 0 2 0 180421509 51499008 6878 1992294400 134512640 146736320 4291046272 18446744073709551615 135468694 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/24748/statm: 12573 6878 1112 2985 0 9115 0
[pid=24748/tid=24767] ppid=24747 vsize=50292 CPUtime=181.11
/proc/24748/task/24767/stat : 24767 (pb_cplex) R 24747 24747 24640 0 -1 4202560 7058 0 0 0 17834 277 0 0 17 0 2 0 180459883 51499008 6878 1992294400 134512640 146736320 4291046272 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1030.1
Current children cumulated vsize (KiB) 58992

[startup+642.302 s]
/proc/loadavg: 2.06 1.86 1.53 3/109 24773
/proc/meminfo: memFree=1450324/2059040 swapFree=4139344/4192956
[pid=24747] ppid=24745 vsize=8700 CPUtime=0
/proc/24747/stat : 24747 (run) S 24745 24747 24640 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180421508 8908800 249 1992294400 4194304 4922060 140735826661616 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24747/statm: 2175 249 208 178 0 68 0
[pid=24748] ppid=24747 vsize=51316 CPUtime=1140.65
/proc/24748/stat : 24748 (pb_cplex) R 24747 24747 24640 0 -1 4202496 541865 0 0 0 112244 1821 0 0 18 0 2 0 180421509 52547584 7186 1992294400 134512640 146736320 4291046272 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24748/statm: 12829 7186 1112 2985 0 9371 0
[pid=24748/tid=24767] ppid=24747 vsize=51316 CPUtime=235.92
/proc/24748/task/24767/stat : 24767 (pb_cplex) R 24747 24747 24640 0 -1 4202560 18299 0 0 0 23229 363 0 0 18 0 2 0 180459883 52547584 7186 1992294400 134512640 146736320 4291046272 18446744073709551615 135850319 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1140.65
Current children cumulated vsize (KiB) 60016

[startup+702.302 s]
/proc/loadavg: 2.03 1.89 1.55 3/109 24775
/proc/meminfo: memFree=1449580/2059040 swapFree=4139344/4192956
[pid=24747] ppid=24745 vsize=8700 CPUtime=0
/proc/24747/stat : 24747 (run) S 24745 24747 24640 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180421508 8908800 249 1992294400 4194304 4922060 140735826661616 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24747/statm: 2175 249 208 178 0 68 0
[pid=24748] ppid=24747 vsize=51316 CPUtime=1251.45
/proc/24748/stat : 24748 (pb_cplex) R 24747 24747 24640 0 -1 4202496 545856 0 0 0 123165 1980 0 0 18 0 2 0 180421509 52547584 7194 1992294400 134512640 146736320 4291046272 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24748/statm: 12829 7194 1112 2985 0 9371 0
[pid=24748/tid=24767] ppid=24747 vsize=51316 CPUtime=290.22
/proc/24748/task/24767/stat : 24767 (pb_cplex) R 24747 24747 24640 0 -1 4202560 20172 0 0 0 28582 440 0 0 18 0 2 0 180459883 52547584 7194 1992294400 134512640 146736320 4291046272 18446744073709551615 139041152 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1251.45
Current children cumulated vsize (KiB) 60016

[startup+762.302 s]
/proc/loadavg: 1.92 1.88 1.57 2/109 24778
/proc/meminfo: memFree=1449580/2059040 swapFree=4139344/4192956
[pid=24747] ppid=24745 vsize=8700 CPUtime=0
/proc/24747/stat : 24747 (run) S 24745 24747 24640 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180421508 8908800 249 1992294400 4194304 4922060 140735826661616 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24747/statm: 2175 249 208 178 0 68 0
[pid=24748] ppid=24747 vsize=51960 CPUtime=1362.02
/proc/24748/stat : 24748 (pb_cplex) R 24747 24747 24640 0 -1 4202496 546402 0 0 0 134062 2140 0 0 18 0 2 0 180421509 53207040 7286 1992294400 134512640 146736320 4291046272 18446744073709551615 136674344 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24748/statm: 12990 7286 1112 2985 0 9532 0
[pid=24748/tid=24776] ppid=24747 vsize=51960 CPUtime=48.26
/proc/24748/task/24776/stat : 24776 (pb_cplex) R 24747 24747 24640 0 -1 4202560 239 0 0 0 4757 69 0 0 18 0 2 0 180492438 53207040 7286 1992294400 134512640 146736320 4291046272 18446744073709551615 144580073 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 60660

[startup+822.301 s]
/proc/loadavg: 1.97 1.90 1.59 3/109 24780
/proc/meminfo: memFree=1449580/2059040 swapFree=4139344/4192956
[pid=24747] ppid=24745 vsize=8700 CPUtime=0
/proc/24747/stat : 24747 (run) S 24745 24747 24640 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180421508 8908800 249 1992294400 4194304 4922060 140735826661616 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24747/statm: 2175 249 208 178 0 68 0
[pid=24748] ppid=24747 vsize=52332 CPUtime=1473.28
/proc/24748/stat : 24748 (pb_cplex) R 24747 24747 24640 0 -1 4202496 548304 0 0 0 145012 2316 0 0 18 0 2 0 180421509 53587968 7364 1992294400 134512640 146736320 4291046272 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24748/statm: 13083 7364 1112 2985 0 9625 0
[pid=24748/tid=24776] ppid=24747 vsize=52332 CPUtime=103.22
/proc/24748/task/24776/stat : 24776 (pb_cplex) R 24747 24747 24640 0 -1 4202560 1875 0 0 0 10166 156 0 0 18 0 2 0 180492438 53587968 7364 1992294400 134512640 146736320 4291046272 18446744073709551615 136015515 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1473.28
Current children cumulated vsize (KiB) 61032

[startup+882.308 s]
/proc/loadavg: 1.90 1.90 1.61 3/109 24782
/proc/meminfo: memFree=1449208/2059040 swapFree=4139344/4192956
[pid=24747] ppid=24745 vsize=8700 CPUtime=0
/proc/24747/stat : 24747 (run) S 24745 24747 24640 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180421508 8908800 249 1992294400 4194304 4922060 140735826661616 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24747/statm: 2175 249 208 178 0 68 0
[pid=24748] ppid=24747 vsize=51796 CPUtime=1584.43
/proc/24748/stat : 24748 (pb_cplex) R 24747 24747 24640 0 -1 4202496 555013 0 0 0 155958 2485 0 0 18 0 2 0 180421509 53039104 7279 1992294400 134512640 146736320 4291046272 18446744073709551615 136015700 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/24748/statm: 12949 7279 1112 2985 0 9491 0
[pid=24748/tid=24776] ppid=24747 vsize=51796 CPUtime=158.08
/proc/24748/task/24776/stat : 24776 (pb_cplex) R 24747 24747 24640 0 -1 4202560 8469 0 0 0 15570 238 0 0 18 0 2 0 180492438 53039104 7279 1992294400 134512640 146736320 4291046272 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1584.43
Current children cumulated vsize (KiB) 60496

[startup+942.301 s]
/proc/loadavg: 1.75 1.85 1.61 3/109 24782
/proc/meminfo: memFree=1449828/2059040 swapFree=4139344/4192956
[pid=24747] ppid=24745 vsize=8700 CPUtime=0
/proc/24747/stat : 24747 (run) S 24745 24747 24640 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180421508 8908800 249 1992294400 4194304 4922060 140735826661616 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24747/statm: 2175 249 208 178 0 68 0
[pid=24748] ppid=24747 vsize=50772 CPUtime=1695.26
/proc/24748/stat : 24748 (pb_cplex) R 24747 24747 24640 0 -1 4202496 559075 0 0 0 166872 2654 0 0 17 0 2 0 180421509 51990528 7172 1992294400 134512640 146736320 4291046272 18446744073709551615 135850319 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/24748/statm: 12693 7172 1112 2985 0 9235 0
[pid=24748/tid=24776] ppid=24747 vsize=50772 CPUtime=212.95
/proc/24748/task/24776/stat : 24776 (pb_cplex) R 24747 24747 24640 0 -1 4202560 11714 0 0 0 20973 322 0 0 18 0 2 0 180492438 51990528 7172 1992294400 134512640 146736320 4291046272 18446744073709551615 135851007 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1695.26
Current children cumulated vsize (KiB) 59472



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+998.801 s]
/proc/loadavg: 1.87 1.86 1.63 3/109 24784
/proc/meminfo: memFree=1450076/2059040 swapFree=4139344/4192956
[pid=24747] ppid=24745 vsize=8700 CPUtime=0
/proc/24747/stat : 24747 (run) S 24745 24747 24640 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180421508 8908800 249 1992294400 4194304 4922060 140735826661616 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24747/statm: 2175 249 208 178 0 68 0
[pid=24748] ppid=24747 vsize=50964 CPUtime=1800.03
/proc/24748/stat : 24748 (pb_cplex) R 24747 24747 24640 0 -1 4202496 559614 0 0 0 177185 2818 0 0 18 0 2 0 180421509 52187136 7081 1992294400 134512640 146736320 4291046272 18446744073709551615 135468517 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/24748/statm: 12741 7081 1112 2985 0 9283 0
[pid=24748/tid=24776] ppid=24747 vsize=50964 CPUtime=265.1
/proc/24748/task/24776/stat : 24776 (pb_cplex) R 24747 24747 24640 0 -1 4202560 12252 0 0 0 26105 405 0 0 18 0 2 0 180492438 52187136 7081 1992294400 134512640 146736320 4291046272 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 59664

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

[startup+998.801 s]
/proc/loadavg: 1.87 1.86 1.63 3/109 24784
/proc/meminfo: memFree=1450076/2059040 swapFree=4139344/4192956
[pid=24747] ppid=24745 vsize=8700 CPUtime=0
/proc/24747/stat : 24747 (run) S 24745 24747 24640 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180421508 8908800 249 1992294400 4194304 4922060 140735826661616 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24747/statm: 2175 249 208 178 0 68 0
[pid=24748] ppid=24747 vsize=50964 CPUtime=1800.03
/proc/24748/stat : 24748 (pb_cplex) R 24747 24747 24640 0 -1 4202496 559614 0 0 0 177185 2818 0 0 18 0 2 0 180421509 52187136 7081 1992294400 134512640 146736320 4291046272 18446744073709551615 135468517 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/24748/statm: 12741 7081 1112 2985 0 9283 0
[pid=24748/tid=24776] ppid=24747 vsize=50964 CPUtime=265.1
/proc/24748/task/24776/stat : 24776 (pb_cplex) R 24747 24747 24640 0 -1 4202560 12252 0 0 0 26105 405 0 0 18 0 2 0 180492438 52187136 7081 1992294400 134512640 146736320 4291046272 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 59664

Child status: 0
Real time (s): 998.826
CPU time (s): 1800.05
CPU user time (s): 1771.86
CPU system time (s): 28.1887
CPU usage (%): 180.217
Max. virtual memory (cumulated for all children) (KiB): 62064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1771.86
system time used= 28.1887
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 559988
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= 632141
involuntary context switches= 28170

runsolver used 2.20766 second user time and 5.06923 second system time

The end

Launcher Data

Begin job on node005 at 2010-07-02 07:22:58
IDJOB=2696945
IDBENCH=47979
IDSOLVER=1209
FILE ID=node005/2696945-1278048178
PBS_JOBID= 11198877
Free space on /tmp= 62488 MiB

SOLVER NAME= pb_cplex 2010-06-29
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=7-P0=73-P1=127-P2=41-P3=29-P4=59-B.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2696945-1278048178/watcher-2696945-1278048178 -o /tmp/evaluation-result-2696945-1278048178/solver-2696945-1278048178 -C 1800 -W 2000 -M 1800  run HOME/instance-2696945-1278048178.opb

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

MD5SUM BENCH= 6aa9cb9410e02201be60dbd48f3c3ed7
RANDOM SEED=1321407447

node005.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.246
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.49
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.246
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:       1476412 kB
Buffers:        159516 kB
Cached:         312176 kB
SwapCached:       6896 kB
Active:         210540 kB
Inactive:       275080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1476412 kB
SwapTotal:     4192956 kB
SwapFree:      4139344 kB
Dirty:           16664 kB
Writeback:           0 kB
AnonPages:       12332 kB
Mapped:          12068 kB
Slab:            75000 kB
PageTables:       4176 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182936 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-2696945-1278048178.opb

Free space on /tmp at the end= 62472 MiB
End job on node005 at 2010-07-02 07:39:37