Trace number 3704076

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.55 901.933

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_luby_50null50mast_rapportOE1.0_TMAX300_K192_cod2.opb
MD5SUMb2e2f53405c70867914e951ebcc4a7e3
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-1888
Best CPU time to get the best result obtained on this benchmark1146.44
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 32
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 28513
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 300
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 64167
Number of bits of the biggest sum of numbers16
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-3704076-1338100099.opb.
0.00/0.00	c Instance file HOME/instance-3704076-1338100099.opb
0.00/0.00	c File size is 28225445 bytes.
3.09/3.17	c Cost Offset: -28513
3.09/3.17	c Highest Coefficient sum: 64167
3.09/3.17	c ============================[ Problem Statistics ]=============================
3.09/3.17	c |                                                                             |
3.09/3.17	c |  Parsing time:          3.18         s                                      |
3.09/3.17	c |  Number Variables:      400896                                              |
3.09/3.17	c |  Number Clauses:        400785                                              |
3.09/3.17	c |  Number Cardinality:    1977                                                |
3.09/3.17	c |  Number PB Constraints: 1                                                   |
3.09/3.17	c |                                                                             |
3.73/3.50	c |  Problem Type:          Optimization                                        |
3.73/3.50	c |  Objective Function:    PB Constraint                                       |
3.73/3.50	c |                                                                             |
3.73/3.50	c ===============================================================================
1800.15/901.91	c ===============================================================================
1800.15/901.91	c Wall Clock Time: 901.92 s
1800.15/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-3704076-1338100099/watcher-3704076-1338100099 -o /tmp/evaluation-result-3704076-1338100099/solver-3704076-1338100099 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 HOME/instance-3704076-1338100099.opb 

running on 4 cores: 1,3,5,7

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: 3.98 3.99 3.93 4/178 7303
/proc/meminfo: memFree=29431844/32873648 swapFree=7368/7368
[pid=7303] ppid=7301 vsize=32824 CPUtime=0 cores=1,3,5,7
/proc/7303/stat : 7303 (pwbo2.0) R 7301 7303 3829 0 -1 4202496 628 0 0 0 0 0 0 0 20 0 1 0 276134116 33611776 581 33554432000 4194304 5965102 140735016361632 140736898553368 4396446 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/7303/statm: 8206 582 169 433 0 879 0

[startup+0.054931 s]
/proc/loadavg: 3.98 3.99 3.93 4/178 7303
/proc/meminfo: memFree=29431844/32873648 swapFree=7368/7368
[pid=7303] ppid=7301 vsize=43832 CPUtime=0.04 cores=1,3,5,7
/proc/7303/stat : 7303 (pwbo2.0) R 7301 7303 3829 0 -1 4202496 3144 0 0 0 4 0 0 0 20 0 1 0 276134116 44883968 3064 33554432000 4194304 5965102 140735016361632 140736898553368 5137146 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/7303/statm: 10958 3065 308 433 0 3631 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 43832

[startup+0.100342 s]
/proc/loadavg: 3.98 3.99 3.93 4/178 7303
/proc/meminfo: memFree=29431844/32873648 swapFree=7368/7368
[pid=7303] ppid=7301 vsize=50592 CPUtime=0.09 cores=1,3,5,7
/proc/7303/stat : 7303 (pwbo2.0) R 7301 7303 3829 0 -1 4202496 4729 0 0 0 8 1 0 0 20 0 1 0 276134116 51806208 4600 33554432000 4194304 5965102 140735016361632 140736898553368 5137146 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/7303/statm: 12648 4600 434 433 0 5321 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 50592

[startup+0.300287 s]
/proc/loadavg: 3.98 3.99 3.93 4/178 7303
/proc/meminfo: memFree=29431844/32873648 swapFree=7368/7368
[pid=7303] ppid=7301 vsize=69860 CPUtime=0.29 cores=1,3,5,7
/proc/7303/stat : 7303 (pwbo2.0) R 7301 7303 3829 0 -1 4202496 10621 0 0 0 27 2 0 0 20 0 1 0 276134116 71536640 10225 33554432000 4194304 5965102 140735016361632 140736898553368 4351027 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/7303/statm: 17465 10225 975 433 0 10138 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 69860

[startup+0.700283 s]
/proc/loadavg: 3.98 3.99 3.93 4/178 7303
/proc/meminfo: memFree=29431844/32873648 swapFree=7368/7368
[pid=7303] ppid=7301 vsize=116324 CPUtime=0.69 cores=1,3,5,7
/proc/7303/stat : 7303 (pwbo2.0) R 7301 7303 3829 0 -1 4202496 23151 0 0 0 65 4 0 0 20 0 1 0 276134116 119115776 22225 33554432000 4194304 5965102 140735016361632 140735016359864 5137146 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/7303/statm: 29081 22226 2006 433 0 21754 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 116324

[startup+1.5003 s]
/proc/loadavg: 3.98 3.99 3.93 4/179 7304
/proc/meminfo: memFree=29315904/32873648 swapFree=7368/7368
[pid=7303] ppid=7301 vsize=212692 CPUtime=1.49 cores=1,3,5,7
/proc/7303/stat : 7303 (pwbo2.0) R 7301 7303 3829 0 -1 4202496 46740 0 0 0 142 7 0 0 20 0 1 0 276134116 217796608 46798 33554432000 4194304 5965102 140735016361632 140735016359864 5137146 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/7303/statm: 53173 46799 3828 433 0 45846 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 212692

[startup+3.10029 s]
/proc/loadavg: 3.98 3.99 3.93 4/179 7304
/proc/meminfo: memFree=29204844/32873648 swapFree=7368/7368
[pid=7303] ppid=7301 vsize=336704 CPUtime=3.09 cores=1,3,5,7
/proc/7303/stat : 7303 (pwbo2.0) R 7301 7303 3829 0 -1 4202496 76125 0 0 0 297 12 0 0 20 0 1 0 276134116 344784896 77656 33554432000 4194304 5965102 140735016361632 140735016359720 4351027 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/7303/statm: 84176 77657 6909 433 0 76849 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 336704

[startup+6.30036 s]
/proc/loadavg: 3.98 3.99 3.93 5/181 7306
/proc/meminfo: memFree=28729616/32873648 swapFree=7368/7368
[pid=7303] ppid=7301 vsize=885700 CPUtime=9.24 cores=1,3,5,7
/proc/7303/stat : 7303 (pwbo2.0) S 7301 7303 3829 0 -1 4202496 166104 0 0 0 856 68 0 0 20 0 3 0 276134116 906956800 186457 33554432000 4194304 5965102 140735016361632 140735016361152 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7303/statm: 221425 186457 198 433 0 220989 0
[pid=7303/tid=7305] ppid=7301 vsize=885700 CPUtime=3.08 cores=1,3,5,7
/proc/7303/task/7305/stat : 7305 (pwbo2.0) R 7301 7303 3829 0 -1 4202560 64310 0 0 0 258 50 0 0 20 0 3 0 276134434 906956800 186457 33554432000 4194304 5965102 140735016361632 140053744740712 5139774 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=7303/tid=7306] ppid=7301 vsize=885700 CPUtime=3.02 cores=1,3,5,7
/proc/7303/task/7306/stat : 7306 (pwbo2.0) R 7301 7303 3829 0 -1 4202560 23887 0 0 0 295 7 0 0 20 0 3 0 276134434 906956800 186457 33554432000 4194304 5965102 140735016361632 140053734250856 4390204 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 9.24
Current children cumulated vsize (KiB) 885700

[startup+12.7004 s]
/proc/loadavg: 3.98 3.99 3.93 5/181 7306
/proc/meminfo: memFree=28681248/32873648 swapFree=7368/7368
[pid=7303] ppid=7301 vsize=885700 CPUtime=22.05 cores=1,3,5,7
/proc/7303/stat : 7303 (pwbo2.0) S 7301 7303 3829 0 -1 4202496 166391 0 0 0 2136 69 0 0 20 0 3 0 276134116 906956800 186744 33554432000 4194304 5965102 140735016361632 140735016361152 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7303/statm: 221425 186744 199 433 0 220989 0
[pid=7303/tid=7305] ppid=7301 vsize=885700 CPUtime=9.48 cores=1,3,5,7
/proc/7303/task/7305/stat : 7305 (pwbo2.0) R 7301 7303 3829 0 -1 4202560 64310 0 0 0 898 50 0 0 20 0 3 0 276134434 906956800 186744 33554432000 4194304 5965102 140735016361632 140053744740696 4404735 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=7303/tid=7306] ppid=7301 vsize=885700 CPUtime=9.42 cores=1,3,5,7
/proc/7303/task/7306/stat : 7306 (pwbo2.0) R 7301 7303 3829 0 -1 4202560 24174 0 0 0 935 7 0 0 20 0 3 0 276134434 906956800 186744 33554432000 4194304 5965102 140735016361632 140053734250616 4390172 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 22.05
Current children cumulated vsize (KiB) 885700

[startup+25.5004 s]
/proc/loadavg: 3.98 3.99 3.93 5/181 7306
/proc/meminfo: memFree=28651152/32873648 swapFree=7368/7368
[pid=7303] ppid=7301 vsize=885700 CPUtime=47.64 cores=1,3,5,7
/proc/7303/stat : 7303 (pwbo2.0) S 7301 7303 3829 0 -1 4202496 167415 0 0 0 4694 70 0 0 20 0 3 0 276134116 906956800 190834 33554432000 4194304 5965102 140735016361632 140735016361152 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7303/statm: 221425 190834 199 433 0 220989 0
[pid=7303/tid=7305] ppid=7301 vsize=885700 CPUtime=22.28 cores=1,3,5,7
/proc/7303/task/7305/stat : 7305 (pwbo2.0) R 7301 7303 3829 0 -1 4202560 64818 0 0 0 2178 50 0 0 20 0 3 0 276134434 906956800 190834 33554432000 4194304 5965102 140735016361632 140053744740696 4404650 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=7303/tid=7306] ppid=7301 vsize=885700 CPUtime=22.23 cores=1,3,5,7
/proc/7303/task/7306/stat : 7306 (pwbo2.0) R 7301 7303 3829 0 -1 4202560 24690 0 0 0 2214 9 0 0 20 0 3 0 276134434 906956800 190834 33554432000 4194304 5965102 140735016361632 140053734250248 4404761 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 47.64
Current children cumulated vsize (KiB) 885700

[startup+51.1004 s]
/proc/loadavg: 3.99 3.99 3.93 5/181 7306
/proc/meminfo: memFree=28637324/32873648 swapFree=7368/7368
[pid=7303] ppid=7301 vsize=885700 CPUtime=98.82 cores=1,3,5,7
/proc/7303/stat : 7303 (pwbo2.0) S 7301 7303 3829 0 -1 4202496 168185 0 0 0 9811 71 0 0 20 0 3 0 276134116 906956800 193129 33554432000 4194304 5965102 140735016361632 140735016361152 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7303/statm: 221425 193129 199 433 0 220989 0
[pid=7303/tid=7305] ppid=7301 vsize=885700 CPUtime=47.87 cores=1,3,5,7
/proc/7303/task/7305/stat : 7305 (pwbo2.0) R 7301 7303 3829 0 -1 4202560 64845 0 0 0 4737 50 0 0 20 0 3 0 276134434 906956800 193129 33554432000 4194304 5965102 140735016361632 140053744741192 4388991 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=7303/tid=7306] ppid=7301 vsize=885700 CPUtime=47.83 cores=1,3,5,7
/proc/7303/task/7306/stat : 7306 (pwbo2.0) R 7301 7303 3829 0 -1 4202560 25433 0 0 0 4772 11 0 0 20 0 3 0 276134434 906956800 193129 33554432000 4194304 5965102 140735016361632 140053734250856 4401634 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 98.82
Current children cumulated vsize (KiB) 885700

[startup+102.307 s]
/proc/loadavg: 3.99 3.99 3.93 5/182 7309
/proc/meminfo: memFree=28612484/32873648 swapFree=7368/7368
[pid=7303] ppid=7301 vsize=951236 CPUtime=201.23 cores=1,3,5,7
/proc/7303/stat : 7303 (pwbo2.0) S 7301 7303 3829 0 -1 4202496 169386 0 0 0 20048 75 0 0 20 0 3 0 276134116 974065664 197899 33554432000 4194304 5965102 140735016361632 140735016361152 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7303/statm: 237809 197899 199 433 0 237373 0
[pid=7303/tid=7305] ppid=7301 vsize=951236 CPUtime=99.08 cores=1,3,5,7
/proc/7303/task/7305/stat : 7305 (pwbo2.0) R 7301 7303 3829 0 -1 4202560 64878 0 0 0 9857 51 0 0 20 0 3 0 276134434 974065664 197899 33554432000 4194304 5965102 140735016361632 140053744740648 4393845 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=7303/tid=7306] ppid=7301 vsize=951236 CPUtime=99.03 cores=1,3,5,7
/proc/7303/task/7306/stat : 7306 (pwbo2.0) R 7301 7303 3829 0 -1 4202560 26601 0 0 0 9888 15 0 0 20 0 3 0 276134434 974065664 197899 33554432000 4194304 5965102 140735016361632 140053734250808 4394045 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 201.23
Current children cumulated vsize (KiB) 951236

[startup+162.3 s]
/proc/loadavg: 3.99 3.99 3.93 5/181 7309
/proc/meminfo: memFree=28608260/32873648 swapFree=7368/7368
[pid=7303] ppid=7301 vsize=885700 CPUtime=321.19 cores=1,3,5,7
/proc/7303/stat : 7303 (pwbo2.0) S 7301 7303 3829 0 -1 4202496 170936 0 0 0 32042 77 0 0 20 0 3 0 276134116 906956800 195856 33554432000 4194304 5965102 140735016361632 140735016361152 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7303/statm: 221425 195856 199 433 0 220989 0
[pid=7303/tid=7305] ppid=7301 vsize=885700 CPUtime=159.08 cores=1,3,5,7
/proc/7303/task/7305/stat : 7305 (pwbo2.0) R 7301 7303 3829 0 -1 4202560 64887 0 0 0 15856 52 0 0 20 0 3 0 276134434 906956800 195856 33554432000 4194304 5965102 140735016361632 140053744741192 4390200 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=7303/tid=7306] ppid=7301 vsize=885700 CPUtime=159.02 cores=1,3,5,7
/proc/7303/task/7306/stat : 7306 (pwbo2.0) R 7301 7303 3829 0 -1 4202560 28142 0 0 0 15884 18 0 0 20 0 3 0 276134434 906956800 195856 33554432000 4194304 5965102 140735016361632 140053734250808 4390150 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 321.19
Current children cumulated vsize (KiB) 885700

[startup+222.3 s]
/proc/loadavg: 3.99 3.99 3.93 5/181 7309
/proc/meminfo: memFree=28572932/32873648 swapFree=7368/7368
[pid=7303] ppid=7301 vsize=951236 CPUtime=441.18 cores=1,3,5,7
/proc/7303/stat : 7303 (pwbo2.0) S 7301 7303 3829 0 -1 4202496 172387 0 0 0 44038 80 0 0 20 0 3 0 276134116 974065664 203942 33554432000 4194304 5965102 140735016361632 140735016361152 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7303/statm: 237809 203942 199 433 0 237373 0
[pid=7303/tid=7305] ppid=7301 vsize=951236 CPUtime=219.08 cores=1,3,5,7
/proc/7303/task/7305/stat : 7305 (pwbo2.0) R 7301 7303 3829 0 -1 4202560 65416 0 0 0 21854 54 0 0 20 0 3 0 276134434 974065664 203942 33554432000 4194304 5965102 140735016361632 140053744740696 5143984 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=7303/tid=7306] ppid=7301 vsize=951236 CPUtime=219.02 cores=1,3,5,7
/proc/7303/task/7306/stat : 7306 (pwbo2.0) R 7301 7303 3829 0 -1 4202560 29064 0 0 0 21881 21 0 0 20 0 3 0 276134434 974065664 203942 33554432000 4194304 5965102 140735016361632 140053734250808 4404767 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 441.18
Current children cumulated vsize (KiB) 951236

[startup+282.3 s]
/proc/loadavg: 3.99 3.99 3.93 5/181 7310
/proc/meminfo: memFree=28561732/32873648 swapFree=7368/7368
[pid=7303] ppid=7301 vsize=951236 CPUtime=561.16 cores=1,3,5,7
/proc/7303/stat : 7303 (pwbo2.0) S 7301 7303 3829 0 -1 4202496 175208 0 0 0 56032 84 0 0 20 0 3 0 276134116 974065664 205801 33554432000 4194304 5965102 140735016361632 140735016361152 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7303/statm: 237809 205801 199 433 0 237373 0
[pid=7303/tid=7305] ppid=7301 vsize=951236 CPUtime=279.09 cores=1,3,5,7
/proc/7303/task/7305/stat : 7305 (pwbo2.0) R 7301 7303 3829 0 -1 4202560 66379 0 0 0 27853 56 0 0 20 0 3 0 276134434 974065664 205801 33554432000 4194304 5965102 140735016361632 140053744740888 4393845 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=7303/tid=7306] ppid=7301 vsize=951236 CPUtime=279.02 cores=1,3,5,7
/proc/7303/task/7306/stat : 7306 (pwbo2.0) R 7301 7303 3829 0 -1 4202560 30922 0 0 0 27877 25 0 0 20 0 3 0 276134434 974065664 205801 33554432000 4194304 5965102 140735016361632 140053734250808 4390204 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 561.16
Current children cumulated vsize (KiB) 951236

[startup+342.3 s]
/proc/loadavg: 3.99 3.99 3.93 5/181 7310
/proc/meminfo: memFree=28567604/32873648 swapFree=7368/7368
[pid=7303] ppid=7301 vsize=951236 CPUtime=681.14 cores=1,3,5,7
/proc/7303/stat : 7303 (pwbo2.0) S 7301 7303 3829 0 -1 4202496 176240 0 0 0 68028 86 0 0 20 0 3 0 276134116 974065664 203286 33554432000 4194304 5965102 140735016361632 140735016361152 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7303/statm: 237809 203286 199 433 0 237373 0
[pid=7303/tid=7305] ppid=7301 vsize=951236 CPUtime=339.09 cores=1,3,5,7
/proc/7303/task/7305/stat : 7305 (pwbo2.0) R 7301 7303 3829 0 -1 4202560 66379 0 0 0 33852 57 0 0 20 0 3 0 276134434 974065664 203286 33554432000 4194304 5965102 140735016361632 140053744741192 4404410 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=7303/tid=7306] ppid=7301 vsize=951236 CPUtime=339.02 cores=1,3,5,7
/proc/7303/task/7306/stat : 7306 (pwbo2.0) R 7301 7303 3829 0 -1 4202560 31954 0 0 0 33874 28 0 0 20 0 3 0 276134434 974065664 203286 33554432000 4194304 5965102 140735016361632 140053734250808 4222416 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 681.14
Current children cumulated vsize (KiB) 951236

[startup+402.3 s]
/proc/loadavg: 4.04 4.00 3.93 5/181 7310
/proc/meminfo: memFree=28557724/32873648 swapFree=7368/7368
[pid=7303] ppid=7301 vsize=951236 CPUtime=801.12 cores=1,3,5,7
/proc/7303/stat : 7303 (pwbo2.0) S 7301 7303 3829 0 -1 4202496 177051 0 0 0 80025 87 0 0 20 0 3 0 276134116 974065664 204097 33554432000 4194304 5965102 140735016361632 140735016361152 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7303/statm: 237809 204097 199 433 0 237373 0
[pid=7303/tid=7305] ppid=7301 vsize=951236 CPUtime=399.1 cores=1,3,5,7
/proc/7303/task/7305/stat : 7305 (pwbo2.0) R 7301 7303 3829 0 -1 4202560 66379 0 0 0 39852 58 0 0 20 0 3 0 276134434 974065664 204097 33554432000 4194304 5965102 140735016361632 140053744741192 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=7303/tid=7306] ppid=7301 vsize=951236 CPUtime=399.02 cores=1,3,5,7
/proc/7303/task/7306/stat : 7306 (pwbo2.0) R 7301 7303 3829 0 -1 4202560 32765 0 0 0 39871 31 0 0 20 0 3 0 276134434 974065664 204097 33554432000 4194304 5965102 140735016361632 140053734250744 4390125 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 801.12
Current children cumulated vsize (KiB) 951236

[startup+462.3 s]
/proc/loadavg: 4.01 4.00 3.93 5/181 7310
/proc/meminfo: memFree=28544572/32873648 swapFree=7368/7368
[pid=7303] ppid=7301 vsize=951236 CPUtime=921.11 cores=1,3,5,7
/proc/7303/stat : 7303 (pwbo2.0) S 7301 7303 3829 0 -1 4202496 178146 0 0 0 92021 90 0 0 20 0 3 0 276134116 974065664 205192 33554432000 4194304 5965102 140735016361632 140735016361152 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7303/statm: 237809 205192 199 433 0 237373 0
[pid=7303/tid=7305] ppid=7301 vsize=951236 CPUtime=459.1 cores=1,3,5,7
/proc/7303/task/7305/stat : 7305 (pwbo2.0) R 7301 7303 3829 0 -1 4202560 66380 0 0 0 45852 58 0 0 20 0 3 0 276134434 974065664 205192 33554432000 4194304 5965102 140735016361632 140053744741192 4404383 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=7303/tid=7306] ppid=7301 vsize=951236 CPUtime=459.02 cores=1,3,5,7
/proc/7303/task/7306/stat : 7306 (pwbo2.0) R 7301 7303 3829 0 -1 4202560 33859 0 0 0 45869 33 0 0 20 0 3 0 276134434 974065664 205192 33554432000 4194304 5965102 140735016361632 140053734250856 4221984 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 921.11
Current children cumulated vsize (KiB) 951236

[startup+522.3 s]
/proc/loadavg: 4.05 4.01 3.94 5/181 7310
/proc/meminfo: memFree=28534060/32873648 swapFree=7368/7368
[pid=7303] ppid=7301 vsize=951236 CPUtime=1041.09 cores=1,3,5,7
/proc/7303/stat : 7303 (pwbo2.0) S 7301 7303 3829 0 -1 4202496 179258 0 0 0 104017 92 0 0 20 0 3 0 276134116 974065664 206303 33554432000 4194304 5965102 140735016361632 140735016361152 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7303/statm: 237809 206303 199 433 0 237373 0
[pid=7303/tid=7305] ppid=7301 vsize=951236 CPUtime=519.1 cores=1,3,5,7
/proc/7303/task/7305/stat : 7305 (pwbo2.0) R 7301 7303 3829 0 -1 4202560 66381 0 0 0 51851 59 0 0 20 0 3 0 276134434 974065664 206303 33554432000 4194304 5965102 140735016361632 140053744741192 4390150 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=7303/tid=7306] ppid=7301 vsize=951236 CPUtime=519.02 cores=1,3,5,7
/proc/7303/task/7306/stat : 7306 (pwbo2.0) R 7301 7303 3829 0 -1 4202560 34970 0 0 0 51866 36 0 0 20 0 3 0 276134434 974065664 206303 33554432000 4194304 5965102 140735016361632 140053734250808 4221984 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1041.09
Current children cumulated vsize (KiB) 951236

[startup+582.3 s]
/proc/loadavg: 4.02 4.01 3.94 5/181 7311
/proc/meminfo: memFree=28521936/32873648 swapFree=7368/7368
[pid=7303] ppid=7301 vsize=1016772 CPUtime=1161.06 cores=1,3,5,7
/proc/7303/stat : 7303 (pwbo2.0) S 7301 7303 3829 0 -1 4202496 181263 0 0 0 116012 94 0 0 20 0 3 0 276134116 1041174528 208763 33554432000 4194304 5965102 140735016361632 140735016361152 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7303/statm: 254193 208763 199 433 0 253757 0
[pid=7303/tid=7305] ppid=7301 vsize=1016772 CPUtime=579.11 cores=1,3,5,7
/proc/7303/task/7305/stat : 7305 (pwbo2.0) R 7301 7303 3829 0 -1 4202560 66381 0 0 0 57851 60 0 0 20 0 3 0 276134434 1041174528 208763 33554432000 4194304 5965102 140735016361632 140053744741192 4410272 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=7303/tid=7306] ppid=7301 vsize=1016772 CPUtime=579.02 cores=1,3,5,7
/proc/7303/task/7306/stat : 7306 (pwbo2.0) R 7301 7303 3829 0 -1 4202560 36975 0 0 0 57862 40 0 0 20 0 3 0 276134434 1041174528 208763 33554432000 4194304 5965102 140735016361632 140053734250808 5137076 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1161.06
Current children cumulated vsize (KiB) 1016772

[startup+642.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/181 7311
/proc/meminfo: memFree=28499724/32873648 swapFree=7368/7368
[pid=7303] ppid=7301 vsize=1016772 CPUtime=1281.06 cores=1,3,5,7
/proc/7303/stat : 7303 (pwbo2.0) S 7301 7303 3829 0 -1 4202496 183800 0 0 0 128007 99 0 0 20 0 3 0 276134116 1041174528 212512 33554432000 4194304 5965102 140735016361632 140735016361152 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7303/statm: 254193 212512 199 433 0 253757 0
[pid=7303/tid=7305] ppid=7301 vsize=1016772 CPUtime=639.12 cores=1,3,5,7
/proc/7303/task/7305/stat : 7305 (pwbo2.0) R 7301 7303 3829 0 -1 4202560 66381 0 0 0 63851 61 0 0 20 0 3 0 276134434 1041174528 212512 33554432000 4194304 5965102 140735016361632 140053744741192 4222416 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=7303/tid=7306] ppid=7301 vsize=1016772 CPUtime=639.02 cores=1,3,5,7
/proc/7303/task/7306/stat : 7306 (pwbo2.0) R 7301 7303 3829 0 -1 4202560 39512 0 0 0 63857 45 0 0 20 0 3 0 276134434 1041174528 212512 33554432000 4194304 5965102 140735016361632 140053734250856 4390187 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1281.06
Current children cumulated vsize (KiB) 1016772

[startup+702.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/182 7314
/proc/meminfo: memFree=28485852/32873648 swapFree=7368/7368
[pid=7303] ppid=7301 vsize=1016772 CPUtime=1401.02 cores=1,3,5,7
/proc/7303/stat : 7303 (pwbo2.0) S 7301 7303 3829 0 -1 4202496 185374 0 0 0 140001 101 0 0 20 0 3 0 276134116 1041174528 214135 33554432000 4194304 5965102 140735016361632 140735016361152 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7303/statm: 254193 214135 199 433 0 253757 0
[pid=7303/tid=7305] ppid=7301 vsize=1016772 CPUtime=699.11 cores=1,3,5,7
/proc/7303/task/7305/stat : 7305 (pwbo2.0) R 7301 7303 3829 0 -1 4202560 66386 0 0 0 69849 62 0 0 20 0 3 0 276134434 1041174528 214135 33554432000 4194304 5965102 140735016361632 140053744741192 4390125 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=7303/tid=7306] ppid=7301 vsize=1016772 CPUtime=699.02 cores=1,3,5,7
/proc/7303/task/7306/stat : 7306 (pwbo2.0) R 7301 7303 3829 0 -1 4202560 41081 0 0 0 69854 48 0 0 20 0 3 0 276134434 1041174528 214135 33554432000 4194304 5965102 140735016361632 140053734250616 4390200 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1401.02
Current children cumulated vsize (KiB) 1016772

[startup+762.307 s]
/proc/loadavg: 4.00 4.00 3.94 5/181 7314
/proc/meminfo: memFree=28470628/32873648 swapFree=7368/7368
[pid=7303] ppid=7301 vsize=1016772 CPUtime=1521.01 cores=1,3,5,7
/proc/7303/stat : 7303 (pwbo2.0) S 7301 7303 3829 0 -1 4202496 187115 0 0 0 151997 104 0 0 20 0 3 0 276134116 1041174528 215867 33554432000 4194304 5965102 140735016361632 140735016361152 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7303/statm: 254193 215867 199 433 0 253757 0
[pid=7303/tid=7305] ppid=7301 vsize=1016772 CPUtime=759.12 cores=1,3,5,7
/proc/7303/task/7305/stat : 7305 (pwbo2.0) R 7301 7303 3829 0 -1 4202560 66395 0 0 0 75849 63 0 0 20 0 3 0 276134434 1041174528 215867 33554432000 4194304 5965102 140735016361632 140053744741192 4393720 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=7303/tid=7306] ppid=7301 vsize=1016772 CPUtime=759.02 cores=1,3,5,7
/proc/7303/task/7306/stat : 7306 (pwbo2.0) R 7301 7303 3829 0 -1 4202560 42813 0 0 0 75849 53 0 0 20 0 3 0 276134434 1041174528 215867 33554432000 4194304 5965102 140735016361632 140053734250328 4390112 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1521.01
Current children cumulated vsize (KiB) 1016772

[startup+822.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/181 7314
/proc/meminfo: memFree=28464416/32873648 swapFree=7368/7368
[pid=7303] ppid=7301 vsize=1016772 CPUtime=1640.97 cores=1,3,5,7
/proc/7303/stat : 7303 (pwbo2.0) S 7301 7303 3829 0 -1 4202496 187649 0 0 0 163992 105 0 0 20 0 3 0 276134116 1041174528 216449 33554432000 4194304 5965102 140735016361632 140735016361152 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7303/statm: 254193 216449 199 433 0 253757 0
[pid=7303/tid=7305] ppid=7301 vsize=1016772 CPUtime=819.1 cores=1,3,5,7
/proc/7303/task/7305/stat : 7305 (pwbo2.0) R 7301 7303 3829 0 -1 4202560 66410 0 0 0 81846 64 0 0 20 0 3 0 276134434 1041174528 216449 33554432000 4194304 5965102 140735016361632 140053744741192 4390172 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=7303/tid=7306] ppid=7301 vsize=1016772 CPUtime=819.02 cores=1,3,5,7
/proc/7303/task/7306/stat : 7306 (pwbo2.0) R 7301 7303 3829 0 -1 4202560 43332 0 0 0 81848 54 0 0 20 0 3 0 276134434 1041174528 216449 33554432000 4194304 5965102 140735016361632 140053734250328 4390125 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1640.97
Current children cumulated vsize (KiB) 1016772

[startup+882.3 s]
/proc/loadavg: 3.97 3.98 3.93 5/181 7356
/proc/meminfo: memFree=28440348/32873648 swapFree=7368/7368
[pid=7303] ppid=7301 vsize=1016772 CPUtime=1760.93 cores=1,3,5,7
/proc/7303/stat : 7303 (pwbo2.0) S 7301 7303 3829 0 -1 4202496 188433 0 0 0 175987 106 0 0 20 0 3 0 276134116 1041174528 217209 33554432000 4194304 5965102 140735016361632 140735016361152 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7303/statm: 254193 217209 199 433 0 253757 0
[pid=7303/tid=7305] ppid=7301 vsize=1016772 CPUtime=879.09 cores=1,3,5,7
/proc/7303/task/7305/stat : 7305 (pwbo2.0) R 7301 7303 3829 0 -1 4202560 66431 0 0 0 87844 65 0 0 20 0 3 0 276134434 1041174528 217209 33554432000 4194304 5965102 140735016361632 140053744741192 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=7303/tid=7306] ppid=7301 vsize=1016772 CPUtime=879.01 cores=1,3,5,7
/proc/7303/task/7306/stat : 7306 (pwbo2.0) R 7301 7303 3829 0 -1 4202560 44095 0 0 0 87845 56 0 0 20 0 3 0 276134434 1041174528 217209 33554432000 4194304 5965102 140735016361632 140053734250328 4222416 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1760.93
Current children cumulated vsize (KiB) 1016772



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+901.9 s]
/proc/loadavg: 3.97 3.98 3.93 5/181 7356
/proc/meminfo: memFree=28369140/32873648 swapFree=7368/7368
[pid=7303] ppid=7301 vsize=1016772 CPUtime=1800.15 cores=1,3,5,7
/proc/7303/stat : 7303 (pwbo2.0) S 7301 7303 3829 0 -1 4202496 188697 0 0 0 179909 106 0 0 20 0 3 0 276134116 1041174528 217473 33554432000 4194304 5965102 140735016361632 140735016361152 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7303/statm: 254193 217473 199 433 0 253757 0
[pid=7303/tid=7305] ppid=7301 vsize=1016772 CPUtime=898.7 cores=1,3,5,7
/proc/7303/task/7305/stat : 7305 (pwbo2.0) R 7301 7303 3829 0 -1 4202560 66431 0 0 0 89805 65 0 0 20 0 3 0 276134434 1041174528 217473 33554432000 4194304 5965102 140735016361632 140053744741192 4390210 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=7303/tid=7306] ppid=7301 vsize=1016772 CPUtime=898.63 cores=1,3,5,7
/proc/7303/task/7306/stat : 7306 (pwbo2.0) R 7301 7303 3829 0 -1 4202560 44359 0 0 0 89806 57 0 0 20 0 3 0 276134434 1041174528 217473 33554432000 4194304 5965102 140735016361632 140053734250328 4221984 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 1016772

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: 3.97 3.98 3.93 5/181 7356
/proc/meminfo: memFree=28369140/32873648 swapFree=7368/7368
[pid=7303] ppid=7301 vsize=1016772 CPUtime=1800.15 cores=1,3,5,7
/proc/7303/stat : 7303 (pwbo2.0) S 7301 7303 3829 0 -1 4202496 188697 0 0 0 179909 106 0 0 20 0 3 0 276134116 1041174528 217473 33554432000 4194304 5965102 140735016361632 140735016361152 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7303/statm: 254193 217473 199 433 0 253757 0
[pid=7303/tid=7305] ppid=7301 vsize=1016772 CPUtime=898.7 cores=1,3,5,7
/proc/7303/task/7305/stat : 7305 (pwbo2.0) R 7301 7303 3829 0 -1 4202560 66431 0 0 0 89805 65 0 0 20 0 3 0 276134434 1041174528 217473 33554432000 4194304 5965102 140735016361632 140053744741192 4390210 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=7303/tid=7306] ppid=7301 vsize=1016772 CPUtime=898.63 cores=1,3,5,7
/proc/7303/task/7306/stat : 7306 (pwbo2.0) R 7301 7303 3829 0 -1 4202560 44359 0 0 0 89806 57 0 0 20 0 3 0 276134434 1041174528 217473 33554432000 4194304 5965102 140735016361632 140053734250328 4221984 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 1016772

Child status: 0
Real time (s): 901.933
CPU time (s): 1800.55
CPU user time (s): 1799.18
CPU system time (s): 1.37379
CPU usage (%): 199.633
Max. virtual memory (cumulated for all children) (KiB): 1016772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.18
system time used= 1.37379
maximum resident set size= 869896
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 188698
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= 6283
involuntary context switches= 1965

runsolver used 1.87071 second user time and 5.21621 second system time

The end

Launcher Data

Begin job on node149 at 2012-05-27 08:28:20
IDJOB=3704076
IDBENCH=90950
IDSOLVER=2279
FILE ID=node149/3704076-1338100099
RUNJOBID= node149-1338087336-3846
PBS_JOBID= 14624439
Free space on /tmp= 71652 MiB

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

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

MD5SUM BENCH= b2e2f53405c70867914e951ebcc4a7e3
RANDOM SEED=153297070

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:        29432124 kB
Buffers:          268496 kB
Cached:          1573608 kB
SwapCached:         2244 kB
Active:          1521388 kB
Inactive:        1100424 kB
Active(anon):     771960 kB
Inactive(anon):     9052 kB
Active(file):     749428 kB
Inactive(file):  1091372 kB
Unevictable:        7368 kB
Mlocked:            7368 kB
SwapTotal:      67108856 kB
SwapFree:       67104796 kB
Dirty:             32980 kB
Writeback:             0 kB
AnonPages:        800520 kB
Mapped:            15064 kB
Shmem:                96 kB
Slab:             666572 kB
SReclaimable:     110720 kB
SUnreclaim:       555852 kB
KernelStack:        1464 kB
PageTables:         5472 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     491096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    227328 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:43:24