Trace number 3704075

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
pwbo 2.0? (TO) 1800.52 901.92

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_luby_50null50mast_rapportOE1.0_TMAX180_K192_cod2.opb
MD5SUM0d3fc2c8f241373f1d8055b65975d8e6
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-12288
Best CPU time to get the best result obtained on this benchmark1800.71
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 892
Biggest coefficient in the objective function 1024
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 912385
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 1024
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 912385
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  pwbo:                    2.0 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3704075-1338100019.opb.
0.00/0.00	c Instance file HOME/instance-3704075-1338100019.opb
0.00/0.00	c File size is 28227227 bytes.
3.19/3.27	c Cost Offset: -912385
3.19/3.27	c Highest Coefficient sum: 64047
3.19/3.27	c ============================[ Problem Statistics ]=============================
3.19/3.27	c |                                                                             |
3.19/3.27	c |  Parsing time:          3.28         s                                      |
3.19/3.27	c |  Number Variables:      400896                                              |
3.19/3.27	c |  Number Clauses:        400785                                              |
3.19/3.27	c |  Number Cardinality:    1977                                                |
3.19/3.27	c |  Number PB Constraints: 1                                                   |
3.19/3.27	c |                                                                             |
3.84/3.61	c |  Problem Type:          Optimization                                        |
3.84/3.61	c |  Objective Function:    PB Constraint                                       |
3.84/3.61	c |                                                                             |
3.84/3.61	c ===============================================================================
1800.09/901.91	c ===============================================================================
1800.09/901.91	c Wall Clock Time: 901.91 s
1800.09/901.91	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3704075-1338100019/watcher-3704075-1338100019 -o /tmp/evaluation-result-3704075-1338100019/solver-3704075-1338100019 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 HOME/instance-3704075-1338100019.opb 

running on 4 cores: 0,2,4,6

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.01 4.01 3.93 3/179 7261
/proc/meminfo: memFree=29432396/32873648 swapFree=7368/7368
[pid=7261] ppid=7259 vsize=32828 CPUtime=0 cores=0,2,4,6
/proc/7261/stat : 7261 (pwbo2.0) R 7259 7261 3829 0 -1 4202496 630 0 0 0 0 0 0 0 20 0 1 0 276126113 33615872 582 33554432000 4194304 5965102 140734396903152 140734187445672 4396446 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/7261/statm: 8207 582 170 433 0 879 0

[startup+0.0319421 s]
/proc/loadavg: 4.01 4.01 3.93 3/179 7261
/proc/meminfo: memFree=29432396/32873648 swapFree=7368/7368
[pid=7261] ppid=7259 vsize=38076 CPUtime=0.02 cores=0,2,4,6
/proc/7261/stat : 7261 (pwbo2.0) R 7259 7261 3829 0 -1 4202496 1952 0 0 0 2 0 0 0 20 0 1 0 276126113 38989824 1904 33554432000 4194304 5965102 140734396903152 140734187445672 4351027 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/7261/statm: 9519 1904 234 433 0 2191 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 38076

[startup+0.100261 s]
/proc/loadavg: 4.01 4.01 3.93 3/179 7261
/proc/meminfo: memFree=29432396/32873648 swapFree=7368/7368
[pid=7261] ppid=7259 vsize=47908 CPUtime=0.09 cores=0,2,4,6
/proc/7261/stat : 7261 (pwbo2.0) R 7259 7261 3829 0 -1 4202496 4430 0 0 0 9 0 0 0 20 0 1 0 276126113 49057792 4300 33554432000 4194304 5965102 140734396903152 140734187445672 5374227 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/7261/statm: 11977 4301 415 433 0 4649 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 47908

[startup+0.300231 s]
/proc/loadavg: 4.01 4.01 3.93 3/179 7261
/proc/meminfo: memFree=29432396/32873648 swapFree=7368/7368
[pid=7261] ppid=7259 vsize=68544 CPUtime=0.29 cores=0,2,4,6
/proc/7261/stat : 7261 (pwbo2.0) R 7259 7261 3829 0 -1 4202496 10271 0 0 0 28 1 0 0 20 0 1 0 276126113 70189056 9874 33554432000 4194304 5965102 140734396903152 140734187445672 4350875 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/7261/statm: 17136 9874 932 433 0 9808 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 68544

[startup+0.700235 s]
/proc/loadavg: 4.01 4.01 3.93 3/179 7261
/proc/meminfo: memFree=29432396/32873648 swapFree=7368/7368
[pid=7261] ppid=7259 vsize=113688 CPUtime=0.69 cores=0,2,4,6
/proc/7261/stat : 7261 (pwbo2.0) R 7259 7261 3829 0 -1 4202496 21755 0 0 0 66 3 0 0 20 0 1 0 276126113 116416512 20828 33554432000 4194304 5965102 140734396903152 140734396901240 4396446 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/7261/statm: 28422 20829 1888 433 0 21094 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 113688

[startup+1.50023 s]
/proc/loadavg: 4.01 4.01 3.93 4/180 7262
/proc/meminfo: memFree=29322880/32873648 swapFree=7368/7368
[pid=7261] ppid=7259 vsize=208340 CPUtime=1.49 cores=0,2,4,6
/proc/7261/stat : 7261 (pwbo2.0) R 7259 7261 3829 0 -1 4202496 45044 0 0 0 141 8 0 0 20 0 1 0 276126113 213340160 44079 33554432000 4194304 5965102 140734396903152 140734396901240 5137146 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/7261/statm: 52085 44080 3636 433 0 44757 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 208340

[startup+3.10027 s]
/proc/loadavg: 3.93 3.99 3.93 4/180 7262
/proc/meminfo: memFree=29201268/32873648 swapFree=7368/7368
[pid=7261] ppid=7259 vsize=332352 CPUtime=3.09 cores=0,2,4,6
/proc/7261/stat : 7261 (pwbo2.0) R 7259 7261 3829 0 -1 4202496 76223 0 0 0 296 13 0 0 20 0 1 0 276126113 340328448 75709 33554432000 4194304 5965102 140734396903152 140734396901128 5137146 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/7261/statm: 83088 75709 6738 433 0 75760 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 332352

[startup+6.30029 s]
/proc/loadavg: 3.93 3.99 3.93 5/182 7264
/proc/meminfo: memFree=28723260/32873648 swapFree=7368/7368
[pid=7261] ppid=7259 vsize=889804 CPUtime=9.17 cores=0,2,4,6
/proc/7261/stat : 7261 (pwbo2.0) S 7259 7261 3829 0 -1 4202496 163489 0 0 0 878 39 0 0 20 0 3 0 276126113 911159296 181306 33554432000 4194304 5965102 140734396903152 140734396902672 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7261/statm: 222451 181306 198 433 0 222015 0
[pid=7261/tid=7263] ppid=7259 vsize=889804 CPUtime=2.99 cores=0,2,4,6
/proc/7261/task/7263/stat : 7263 (pwbo2.0) R 7259 7261 3829 0 -1 4202560 64064 0 0 0 279 20 0 0 20 0 3 0 276126441 911159296 181306 33554432000 4194304 5965102 140734396903152 140642827225448 5143165 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=7261/tid=7264] ppid=7259 vsize=889804 CPUtime=2.92 cores=0,2,4,6
/proc/7261/task/7264/stat : 7264 (pwbo2.0) R 7259 7261 3829 0 -1 4202560 20141 0 0 0 286 6 0 0 20 0 3 0 276126441 911159296 181306 33554432000 4194304 5965102 140734396903152 140642816735544 4390150 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 9.17
Current children cumulated vsize (KiB) 889804

[startup+12.7003 s]
/proc/loadavg: 3.94 3.99 3.93 5/181 7264
/proc/meminfo: memFree=28709956/32873648 swapFree=7368/7368
[pid=7261] ppid=7259 vsize=889804 CPUtime=21.97 cores=0,2,4,6
/proc/7261/stat : 7261 (pwbo2.0) S 7259 7261 3829 0 -1 4202496 164400 0 0 0 2157 40 0 0 20 0 3 0 276126113 911159296 179223 33554432000 4194304 5965102 140734396903152 140734396902672 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7261/statm: 222451 179223 199 433 0 222015 0
[pid=7261/tid=7263] ppid=7259 vsize=889804 CPUtime=9.39 cores=0,2,4,6
/proc/7261/task/7263/stat : 7263 (pwbo2.0) R 7259 7261 3829 0 -1 4202560 64067 0 0 0 919 20 0 0 20 0 3 0 276126441 911159296 179223 33554432000 4194304 5965102 140734396903152 140642827225928 4404552 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=7261/tid=7264] ppid=7259 vsize=889804 CPUtime=9.32 cores=0,2,4,6
/proc/7261/task/7264/stat : 7264 (pwbo2.0) R 7259 7261 3829 0 -1 4202560 21049 0 0 0 926 6 0 0 20 0 3 0 276126441 911159296 179223 33554432000 4194304 5965102 140734396903152 140642816735592 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 21.97
Current children cumulated vsize (KiB) 889804

[startup+25.5067 s]
/proc/loadavg: 3.95 3.99 3.93 5/182 7265
/proc/meminfo: memFree=28704308/32873648 swapFree=7368/7368
[pid=7261] ppid=7259 vsize=889804 CPUtime=47.57 cores=0,2,4,6
/proc/7261/stat : 7261 (pwbo2.0) S 7259 7261 3829 0 -1 4202496 165719 0 0 0 4716 41 0 0 20 0 3 0 276126113 911159296 179586 33554432000 4194304 5965102 140734396903152 140734396902672 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7261/statm: 222451 179586 199 433 0 222015 0
[pid=7261/tid=7263] ppid=7259 vsize=889804 CPUtime=22.2 cores=0,2,4,6
/proc/7261/task/7263/stat : 7263 (pwbo2.0) R 7259 7261 3829 0 -1 4202560 65144 0 0 0 2199 21 0 0 20 0 3 0 276126441 911159296 179586 33554432000 4194304 5965102 140734396903152 140642827225928 4404588 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=7261/tid=7264] ppid=7259 vsize=889804 CPUtime=22.12 cores=0,2,4,6
/proc/7261/task/7264/stat : 7264 (pwbo2.0) R 7259 7261 3829 0 -1 4202560 21291 0 0 0 2205 7 0 0 20 0 3 0 276126441 911159296 179586 33554432000 4194304 5965102 140734396903152 140642816735352 4404738 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 47.57
Current children cumulated vsize (KiB) 889804

[startup+51.1003 s]
/proc/loadavg: 3.97 3.99 3.93 5/182 7265
/proc/meminfo: memFree=28648840/32873648 swapFree=7368/7368
[pid=7261] ppid=7259 vsize=889804 CPUtime=98.75 cores=0,2,4,6
/proc/7261/stat : 7261 (pwbo2.0) S 7259 7261 3829 0 -1 4202496 168573 0 0 0 9832 43 0 0 20 0 3 0 276126113 911159296 191262 33554432000 4194304 5965102 140734396903152 140734396902672 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7261/statm: 222451 191262 199 433 0 222015 0
[pid=7261/tid=7263] ppid=7259 vsize=889804 CPUtime=47.79 cores=0,2,4,6
/proc/7261/task/7263/stat : 7263 (pwbo2.0) R 7259 7261 3829 0 -1 4202560 67510 0 0 0 4757 22 0 0 20 0 3 0 276126441 911159296 191262 33554432000 4194304 5965102 140734396903152 140642827225432 4404761 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=7261/tid=7264] ppid=7259 vsize=889804 CPUtime=47.72 cores=0,2,4,6
/proc/7261/task/7264/stat : 7264 (pwbo2.0) R 7259 7261 3829 0 -1 4202560 21779 0 0 0 4764 8 0 0 20 0 3 0 276126441 911159296 191262 33554432000 4194304 5965102 140734396903152 140642816735544 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 98.75
Current children cumulated vsize (KiB) 889804

[startup+102.3 s]
/proc/loadavg: 3.98 3.99 3.93 5/181 7306
/proc/meminfo: memFree=28666108/32873648 swapFree=7368/7368
[pid=7261] ppid=7259 vsize=906224 CPUtime=201.13 cores=0,2,4,6
/proc/7261/stat : 7261 (pwbo2.0) S 7259 7261 3829 0 -1 4202496 170807 0 0 0 20067 46 0 0 20 0 3 0 276126113 927973376 196017 33554432000 4194304 5965102 140734396903152 140734396902672 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7261/statm: 226556 196017 199 433 0 226120 0
[pid=7261/tid=7263] ppid=7259 vsize=906224 CPUtime=98.99 cores=0,2,4,6
/proc/7261/task/7263/stat : 7263 (pwbo2.0) R 7259 7261 3829 0 -1 4202560 68691 0 0 0 9874 25 0 0 20 0 3 0 276126441 927973376 196017 33554432000 4194304 5965102 140734396903152 140642827225624 4222416 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=7261/tid=7264] ppid=7259 vsize=906224 CPUtime=98.92 cores=0,2,4,6
/proc/7261/task/7264/stat : 7264 (pwbo2.0) R 7259 7261 3829 0 -1 4202560 22832 0 0 0 9881 11 0 0 20 0 3 0 276126441 927973376 196017 33554432000 4194304 5965102 140734396903152 140642816735544 4390140 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 201.13
Current children cumulated vsize (KiB) 906224

[startup+162.3 s]
/proc/loadavg: 3.99 3.99 3.93 5/181 7306
/proc/meminfo: memFree=28629960/32873648 swapFree=7368/7368
[pid=7261] ppid=7259 vsize=971760 CPUtime=321.11 cores=0,2,4,6
/proc/7261/stat : 7261 (pwbo2.0) S 7259 7261 3829 0 -1 4202496 172898 0 0 0 32062 49 0 0 20 0 3 0 276126113 995082240 201654 33554432000 4194304 5965102 140734396903152 140734396902672 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7261/statm: 242940 201654 199 433 0 242504 0
[pid=7261/tid=7263] ppid=7259 vsize=971760 CPUtime=159 cores=0,2,4,6
/proc/7261/task/7263/stat : 7263 (pwbo2.0) R 7259 7261 3829 0 -1 4202560 69667 0 0 0 15874 26 0 0 20 0 3 0 276126441 995082240 201654 33554432000 4194304 5965102 140734396903152 140642827225928 4404696 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=7261/tid=7264] ppid=7259 vsize=971760 CPUtime=158.91 cores=0,2,4,6
/proc/7261/task/7264/stat : 7264 (pwbo2.0) R 7259 7261 3829 0 -1 4202560 23947 0 0 0 15877 14 0 0 20 0 3 0 276126441 995082240 201654 33554432000 4194304 5965102 140734396903152 140642816735544 4390172 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 321.11
Current children cumulated vsize (KiB) 971760

[startup+222.3 s]
/proc/loadavg: 3.99 3.99 3.93 5/182 7309
/proc/meminfo: memFree=28598636/32873648 swapFree=7368/7368
[pid=7261] ppid=7259 vsize=971760 CPUtime=441.1 cores=0,2,4,6
/proc/7261/stat : 7261 (pwbo2.0) S 7259 7261 3829 0 -1 4202496 174088 0 0 0 44060 50 0 0 20 0 3 0 276126113 995082240 204597 33554432000 4194304 5965102 140734396903152 140734396902672 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7261/statm: 242940 204597 199 433 0 242504 0
[pid=7261/tid=7263] ppid=7259 vsize=971760 CPUtime=219.01 cores=0,2,4,6
/proc/7261/task/7263/stat : 7263 (pwbo2.0) R 7259 7261 3829 0 -1 4202560 69667 0 0 0 21874 27 0 0 20 0 3 0 276126441 995082240 204597 33554432000 4194304 5965102 140734396903152 140642827225928 4393958 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=7261/tid=7264] ppid=7259 vsize=971760 CPUtime=218.92 cores=0,2,4,6
/proc/7261/task/7264/stat : 7264 (pwbo2.0) R 7259 7261 3829 0 -1 4202560 25137 0 0 0 21876 16 0 0 20 0 3 0 276126441 995082240 204597 33554432000 4194304 5965102 140734396903152 140642816735544 4404664 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 441.1
Current children cumulated vsize (KiB) 971760

[startup+282.3 s]
/proc/loadavg: 3.99 3.99 3.93 5/181 7309
/proc/meminfo: memFree=28589632/32873648 swapFree=7368/7368
[pid=7261] ppid=7259 vsize=971760 CPUtime=561.07 cores=0,2,4,6
/proc/7261/stat : 7261 (pwbo2.0) S 7259 7261 3829 0 -1 4202496 175057 0 0 0 56056 51 0 0 20 0 3 0 276126113 995082240 205564 33554432000 4194304 5965102 140734396903152 140734396902672 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7261/statm: 242940 205564 199 433 0 242504 0
[pid=7261/tid=7263] ppid=7259 vsize=971760 CPUtime=279.01 cores=0,2,4,6
/proc/7261/task/7263/stat : 7263 (pwbo2.0) R 7259 7261 3829 0 -1 4202560 69669 0 0 0 27873 28 0 0 20 0 3 0 276126441 995082240 205564 33554432000 4194304 5965102 140734396903152 140642827225928 4221984 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=7261/tid=7264] ppid=7259 vsize=971760 CPUtime=278.92 cores=0,2,4,6
/proc/7261/task/7264/stat : 7264 (pwbo2.0) R 7259 7261 3829 0 -1 4202560 26104 0 0 0 27874 18 0 0 20 0 3 0 276126441 995082240 205564 33554432000 4194304 5965102 140734396903152 140642816735544 4404696 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 561.07
Current children cumulated vsize (KiB) 971760

[startup+342.307 s]
/proc/loadavg: 3.99 3.99 3.93 5/181 7310
/proc/meminfo: memFree=28577880/32873648 swapFree=7368/7368
[pid=7261] ppid=7259 vsize=971760 CPUtime=681.06 cores=0,2,4,6
/proc/7261/stat : 7261 (pwbo2.0) S 7259 7261 3829 0 -1 4202496 176127 0 0 0 68053 53 0 0 20 0 3 0 276126113 995082240 206726 33554432000 4194304 5965102 140734396903152 140734396902672 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7261/statm: 242940 206726 199 433 0 242504 0
[pid=7261/tid=7263] ppid=7259 vsize=971760 CPUtime=339.01 cores=0,2,4,6
/proc/7261/task/7263/stat : 7263 (pwbo2.0) R 7259 7261 3829 0 -1 4202560 69675 0 0 0 33872 29 0 0 20 0 3 0 276126441 995082240 206726 33554432000 4194304 5965102 140734396903152 140642827225928 4222416 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=7261/tid=7264] ppid=7259 vsize=971760 CPUtime=338.93 cores=0,2,4,6
/proc/7261/task/7264/stat : 7264 (pwbo2.0) R 7259 7261 3829 0 -1 4202560 27168 0 0 0 33872 21 0 0 20 0 3 0 276126441 995082240 206726 33554432000 4194304 5965102 140734396903152 140642816735544 4401084 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 681.06
Current children cumulated vsize (KiB) 971760

[startup+402.3 s]
/proc/loadavg: 3.99 3.99 3.93 5/181 7310
/proc/meminfo: memFree=28569248/32873648 swapFree=7368/7368
[pid=7261] ppid=7259 vsize=971760 CPUtime=801.03 cores=0,2,4,6
/proc/7261/stat : 7261 (pwbo2.0) S 7259 7261 3829 0 -1 4202496 177059 0 0 0 80048 55 0 0 20 0 3 0 276126113 995082240 207663 33554432000 4194304 5965102 140734396903152 140734396902672 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7261/statm: 242940 207663 199 433 0 242504 0
[pid=7261/tid=7263] ppid=7259 vsize=971760 CPUtime=399 cores=0,2,4,6
/proc/7261/task/7263/stat : 7263 (pwbo2.0) R 7259 7261 3829 0 -1 4202560 69681 0 0 0 39870 30 0 0 20 0 3 0 276126441 995082240 207663 33554432000 4194304 5965102 140734396903152 140642827225928 4390187 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=7261/tid=7264] ppid=7259 vsize=971760 CPUtime=398.93 cores=0,2,4,6
/proc/7261/task/7264/stat : 7264 (pwbo2.0) R 7259 7261 3829 0 -1 4202560 28094 0 0 0 39869 24 0 0 20 0 3 0 276126441 995082240 207663 33554432000 4194304 5965102 140734396903152 140642816735592 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 801.03
Current children cumulated vsize (KiB) 971760

[startup+462.3 s]
/proc/loadavg: 4.06 4.00 3.93 5/181 7310
/proc/meminfo: memFree=28561156/32873648 swapFree=7368/7368
[pid=7261] ppid=7259 vsize=971760 CPUtime=921.01 cores=0,2,4,6
/proc/7261/stat : 7261 (pwbo2.0) S 7259 7261 3829 0 -1 4202496 178290 0 0 0 92045 56 0 0 20 0 3 0 276126113 995082240 208893 33554432000 4194304 5965102 140734396903152 140734396902672 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7261/statm: 242940 208893 199 433 0 242504 0
[pid=7261/tid=7263] ppid=7259 vsize=971760 CPUtime=459.01 cores=0,2,4,6
/proc/7261/task/7263/stat : 7263 (pwbo2.0) R 7259 7261 3829 0 -1 4202560 69682 0 0 0 45870 31 0 0 20 0 3 0 276126441 995082240 208893 33554432000 4194304 5965102 140734396903152 140642827225928 4222464 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=7261/tid=7264] ppid=7259 vsize=971760 CPUtime=458.93 cores=0,2,4,6
/proc/7261/task/7264/stat : 7264 (pwbo2.0) R 7259 7261 3829 0 -1 4202560 29324 0 0 0 45868 25 0 0 20 0 3 0 276126441 995082240 208893 33554432000 4194304 5965102 140734396903152 140642816735544 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 921.01
Current children cumulated vsize (KiB) 971760

[startup+522.3 s]
/proc/loadavg: 4.02 4.00 3.93 5/181 7310
/proc/meminfo: memFree=28548244/32873648 swapFree=7368/7368
[pid=7261] ppid=7259 vsize=971760 CPUtime=1040.99 cores=0,2,4,6
/proc/7261/stat : 7261 (pwbo2.0) S 7259 7261 3829 0 -1 4202496 180281 0 0 0 104041 58 0 0 20 0 3 0 276126113 995082240 211113 33554432000 4194304 5965102 140734396903152 140734396902672 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7261/statm: 242940 211113 199 433 0 242504 0
[pid=7261/tid=7263] ppid=7259 vsize=971760 CPUtime=519.01 cores=0,2,4,6
/proc/7261/task/7263/stat : 7263 (pwbo2.0) R 7259 7261 3829 0 -1 4202560 69683 0 0 0 51869 32 0 0 20 0 3 0 276126441 995082240 211113 33554432000 4194304 5965102 140734396903152 140642827225928 4390169 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=7261/tid=7264] ppid=7259 vsize=971760 CPUtime=518.93 cores=0,2,4,6
/proc/7261/task/7264/stat : 7264 (pwbo2.0) R 7259 7261 3829 0 -1 4202560 31314 0 0 0 51865 28 0 0 20 0 3 0 276126441 995082240 211113 33554432000 4194304 5965102 140734396903152 140642816735544 5137076 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1040.99
Current children cumulated vsize (KiB) 971760

[startup+582.3 s]
/proc/loadavg: 4.07 4.02 3.94 5/181 7310
/proc/meminfo: memFree=28536228/32873648 swapFree=7368/7368
[pid=7261] ppid=7259 vsize=971760 CPUtime=1160.96 cores=0,2,4,6
/proc/7261/stat : 7261 (pwbo2.0) S 7259 7261 3829 0 -1 4202496 181756 0 0 0 116037 59 0 0 20 0 3 0 276126113 995082240 212900 33554432000 4194304 5965102 140734396903152 140734396902672 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7261/statm: 242940 212900 199 433 0 242504 0
[pid=7261/tid=7263] ppid=7259 vsize=971760 CPUtime=579.01 cores=0,2,4,6
/proc/7261/task/7263/stat : 7263 (pwbo2.0) R 7259 7261 3829 0 -1 4202560 69683 0 0 0 57868 33 0 0 20 0 3 0 276126441 995082240 212900 33554432000 4194304 5965102 140734396903152 140642827225928 4390200 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=7261/tid=7264] ppid=7259 vsize=971760 CPUtime=578.93 cores=0,2,4,6
/proc/7261/task/7264/stat : 7264 (pwbo2.0) R 7259 7261 3829 0 -1 4202560 32789 0 0 0 57863 30 0 0 20 0 3 0 276126441 995082240 212900 33554432000 4194304 5965102 140734396903152 140642816735064 4400894 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1160.96
Current children cumulated vsize (KiB) 971760

[startup+642.3 s]
/proc/loadavg: 4.02 4.01 3.94 5/181 7311
/proc/meminfo: memFree=28528292/32873648 swapFree=7368/7368
[pid=7261] ppid=7259 vsize=971760 CPUtime=1280.95 cores=0,2,4,6
/proc/7261/stat : 7261 (pwbo2.0) S 7259 7261 3829 0 -1 4202496 182468 0 0 0 128035 60 0 0 20 0 3 0 276126113 995082240 213612 33554432000 4194304 5965102 140734396903152 140734396902672 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7261/statm: 242940 213612 199 433 0 242504 0
[pid=7261/tid=7263] ppid=7259 vsize=971760 CPUtime=639.02 cores=0,2,4,6
/proc/7261/task/7263/stat : 7263 (pwbo2.0) R 7259 7261 3829 0 -1 4202560 69683 0 0 0 63868 34 0 0 20 0 3 0 276126441 995082240 213612 33554432000 4194304 5965102 140734396903152 140642827225928 4222474 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=7261/tid=7264] ppid=7259 vsize=971760 CPUtime=638.94 cores=0,2,4,6
/proc/7261/task/7264/stat : 7264 (pwbo2.0) R 7259 7261 3829 0 -1 4202560 33501 0 0 0 63862 32 0 0 20 0 3 0 276126441 995082240 213612 33554432000 4194304 5965102 140734396903152 140642816735544 4383061 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1280.95
Current children cumulated vsize (KiB) 971760

[startup+702.3 s]
/proc/loadavg: 4.01 4.00 3.94 5/181 7311
/proc/meminfo: memFree=28511580/32873648 swapFree=7368/7368
[pid=7261] ppid=7259 vsize=971760 CPUtime=1400.93 cores=0,2,4,6
/proc/7261/stat : 7261 (pwbo2.0) S 7259 7261 3829 0 -1 4202496 183751 0 0 0 140032 61 0 0 20 0 3 0 276126113 995082240 214895 33554432000 4194304 5965102 140734396903152 140734396902672 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7261/statm: 242940 214895 199 433 0 242504 0
[pid=7261/tid=7263] ppid=7259 vsize=971760 CPUtime=699.02 cores=0,2,4,6
/proc/7261/task/7263/stat : 7263 (pwbo2.0) R 7259 7261 3829 0 -1 4202560 69683 0 0 0 69867 35 0 0 20 0 3 0 276126441 995082240 214895 33554432000 4194304 5965102 140734396903152 140642827225928 4222416 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=7261/tid=7264] ppid=7259 vsize=971760 CPUtime=698.94 cores=0,2,4,6
/proc/7261/task/7264/stat : 7264 (pwbo2.0) R 7259 7261 3829 0 -1 4202560 34784 0 0 0 69860 34 0 0 20 0 3 0 276126441 995082240 214895 33554432000 4194304 5965102 140734396903152 140642816735544 4390210 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1400.93
Current children cumulated vsize (KiB) 971760

[startup+762.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/181 7311
/proc/meminfo: memFree=28492632/32873648 swapFree=7368/7368
[pid=7261] ppid=7259 vsize=1037296 CPUtime=1520.91 cores=0,2,4,6
/proc/7261/stat : 7261 (pwbo2.0) S 7259 7261 3829 0 -1 4202496 185501 0 0 0 152028 63 0 0 20 0 3 0 276126113 1062191104 216645 33554432000 4194304 5965102 140734396903152 140734396902672 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7261/statm: 259324 216645 199 433 0 258888 0
[pid=7261/tid=7263] ppid=7259 vsize=1037296 CPUtime=759.03 cores=0,2,4,6
/proc/7261/task/7263/stat : 7263 (pwbo2.0) R 7259 7261 3829 0 -1 4202560 69683 0 0 0 75867 36 0 0 20 0 3 0 276126441 1062191104 216645 33554432000 4194304 5965102 140734396903152 140642827225928 4221984 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=7261/tid=7264] ppid=7259 vsize=1037296 CPUtime=758.95 cores=0,2,4,6
/proc/7261/task/7264/stat : 7264 (pwbo2.0) R 7259 7261 3829 0 -1 4202560 36534 0 0 0 75858 37 0 0 20 0 3 0 276126441 1062191104 216645 33554432000 4194304 5965102 140734396903152 140642816735544 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1520.91
Current children cumulated vsize (KiB) 1037296

[startup+822.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/182 7314
/proc/meminfo: memFree=28476520/32873648 swapFree=7368/7368
[pid=7261] ppid=7259 vsize=1037296 CPUtime=1640.9 cores=0,2,4,6
/proc/7261/stat : 7261 (pwbo2.0) S 7259 7261 3829 0 -1 4202496 187654 0 0 0 164021 69 0 0 20 0 3 0 276126113 1062191104 218798 33554432000 4194304 5965102 140734396903152 140734396902672 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7261/statm: 259324 218798 199 433 0 258888 0
[pid=7261/tid=7263] ppid=7259 vsize=1037296 CPUtime=819.03 cores=0,2,4,6
/proc/7261/task/7263/stat : 7263 (pwbo2.0) R 7259 7261 3829 0 -1 4202560 69683 0 0 0 81866 37 0 0 20 0 3 0 276126441 1062191104 218798 33554432000 4194304 5965102 140734396903152 140642827225928 4390210 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=7261/tid=7264] ppid=7259 vsize=1037296 CPUtime=818.95 cores=0,2,4,6
/proc/7261/task/7264/stat : 7264 (pwbo2.0) R 7259 7261 3829 0 -1 4202560 38687 0 0 0 81852 43 0 0 20 0 3 0 276126441 1062191104 218798 33554432000 4194304 5965102 140734396903152 140642816735544 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1640.9
Current children cumulated vsize (KiB) 1037296

[startup+882.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/181 7314
/proc/meminfo: memFree=28466928/32873648 swapFree=7368/7368
[pid=7261] ppid=7259 vsize=1037296 CPUtime=1760.89 cores=0,2,4,6
/proc/7261/stat : 7261 (pwbo2.0) S 7259 7261 3829 0 -1 4202496 188986 0 0 0 176018 71 0 0 20 0 3 0 276126113 1062191104 220130 33554432000 4194304 5965102 140734396903152 140734396902672 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7261/statm: 259324 220130 199 433 0 258888 0
[pid=7261/tid=7263] ppid=7259 vsize=1037296 CPUtime=879.04 cores=0,2,4,6
/proc/7261/task/7263/stat : 7263 (pwbo2.0) R 7259 7261 3829 0 -1 4202560 69683 0 0 0 87866 38 0 0 20 0 3 0 276126441 1062191104 220130 33554432000 4194304 5965102 140734396903152 140642827225928 4390112 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=7261/tid=7264] ppid=7259 vsize=1037296 CPUtime=878.96 cores=0,2,4,6
/proc/7261/task/7264/stat : 7264 (pwbo2.0) R 7259 7261 3829 0 -1 4202560 40019 0 0 0 87849 47 0 0 20 0 3 0 276126441 1062191104 220130 33554432000 4194304 5965102 140734396903152 140642816735352 4390112 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1760.89
Current children cumulated vsize (KiB) 1037296



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+901.9 s]
/proc/loadavg: 4.00 4.00 3.94 5/181 7314
/proc/meminfo: memFree=28464416/32873648 swapFree=7368/7368
[pid=7261] ppid=7259 vsize=1037296 CPUtime=1800.09 cores=0,2,4,6
/proc/7261/stat : 7261 (pwbo2.0) S 7259 7261 3829 0 -1 4202496 189319 0 0 0 179937 72 0 0 20 0 3 0 276126113 1062191104 220463 33554432000 4194304 5965102 140734396903152 140734396902672 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7261/statm: 259324 220463 199 433 0 258888 0
[pid=7261/tid=7263] ppid=7259 vsize=1037296 CPUtime=898.64 cores=0,2,4,6
/proc/7261/task/7263/stat : 7263 (pwbo2.0) R 7259 7261 3829 0 -1 4202560 69683 0 0 0 89826 38 0 0 20 0 3 0 276126441 1062191104 220463 33554432000 4194304 5965102 140734396903152 140642827225928 4222416 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=7261/tid=7264] ppid=7259 vsize=1037296 CPUtime=898.56 cores=0,2,4,6
/proc/7261/task/7264/stat : 7264 (pwbo2.0) R 7259 7261 3829 0 -1 4202560 40352 0 0 0 89809 47 0 0 20 0 3 0 276126441 1062191104 220463 33554432000 4194304 5965102 140734396903152 140642816735544 4390125 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1037296

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

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

[startup+901.9 s]
/proc/loadavg: 4.00 4.00 3.94 5/181 7314
/proc/meminfo: memFree=28464416/32873648 swapFree=7368/7368
[pid=7261] ppid=7259 vsize=1037296 CPUtime=1800.09 cores=0,2,4,6
/proc/7261/stat : 7261 (pwbo2.0) S 7259 7261 3829 0 -1 4202496 189319 0 0 0 179937 72 0 0 20 0 3 0 276126113 1062191104 220463 33554432000 4194304 5965102 140734396903152 140734396902672 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7261/statm: 259324 220463 199 433 0 258888 0
[pid=7261/tid=7263] ppid=7259 vsize=1037296 CPUtime=898.64 cores=0,2,4,6
/proc/7261/task/7263/stat : 7263 (pwbo2.0) R 7259 7261 3829 0 -1 4202560 69683 0 0 0 89826 38 0 0 20 0 3 0 276126441 1062191104 220463 33554432000 4194304 5965102 140734396903152 140642827225928 4222416 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=7261/tid=7264] ppid=7259 vsize=1037296 CPUtime=898.56 cores=0,2,4,6
/proc/7261/task/7264/stat : 7264 (pwbo2.0) R 7259 7261 3829 0 -1 4202560 40352 0 0 0 89809 47 0 0 20 0 3 0 276126441 1062191104 220463 33554432000 4194304 5965102 140734396903152 140642816735544 4390125 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1037296

Child status: 0
Real time (s): 901.92
CPU time (s): 1800.52
CPU user time (s): 1799.5
CPU system time (s): 1.01984
CPU usage (%): 199.632
Max. virtual memory (cumulated for all children) (KiB): 1037296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.5
system time used= 1.01984
maximum resident set size= 881856
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 189320
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= 5894
involuntary context switches= 2162

runsolver used 1.86972 second user time and 4.99624 second system time

The end

Launcher Data

Begin job on node149 at 2012-05-27 08:27:00
IDJOB=3704075
IDBENCH=90929
IDSOLVER=2279
FILE ID=node149/3704075-1338100019
RUNJOBID= node149-1338087336-3845
PBS_JOBID= 14624439
Free space on /tmp= 71680 MiB

SOLVER NAME= pwbo 2.0
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/NG/normalized-NG.dot_luby_50null50mast_rapportOE1.0_TMAX180_K192_cod2.opb
COMMAND LINE= pwbo2.0 -file-format=opb -verbosity=0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3704075-1338100019/watcher-3704075-1338100019 -o /tmp/evaluation-result-3704075-1338100019/solver-3704075-1338100019 -C 1800 -W 1900 -M 15500  pwbo2.0 -file-format=opb -verbosity=0 HOME/instance-3704075-1338100019.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 0d3fc2c8f241373f1d8055b65975d8e6
RANDOM SEED=790078818

node149.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.145
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.145
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.145
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.145
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.145
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.145
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.145
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.145
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        29432264 kB
Buffers:          268404 kB
Cached:          1545676 kB
SwapCached:         2244 kB
Active:          1529588 kB
Inactive:        1097676 kB
Active(anon):     805348 kB
Inactive(anon):     9052 kB
Active(file):     724240 kB
Inactive(file):  1088624 kB
Unevictable:        7368 kB
Mlocked:            7368 kB
SwapTotal:      67108856 kB
SwapFree:       67104796 kB
Dirty:             32804 kB
Writeback:             0 kB
AnonPages:        827648 kB
Mapped:            15000 kB
Shmem:                96 kB
Slab:             666580 kB
SReclaimable:     110796 kB
SUnreclaim:       555784 kB
KernelStack:        1496 kB
PageTables:         5432 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     198928 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    735232 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71648 MiB
End job on node149 at 2012-05-27 08:42:04