Trace number 3726356

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.02? (TO) 1800.16 900.414

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_luby_50null50mast_rapportOE2.0_TMAX120_K67_cod2.opb
MD5SUMd0d226c540b75eb8b7499ce62f8d731e
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-11
Best CPU time to get the best result obtained on this benchmark25.8131
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40937
Total number of constraints41436
Number of constraints which are clauses40882
Number of constraints which are cardinality constraints (but not clauses)67
Number of constraints which are nor clauses,nor cardinality constraints487
Minimum length of a constraint1
Maximum length of a constraint8416
Number of terms in the objective function 243
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 243
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 120
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 14476
Number of bits of the biggest sum of numbers14
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.02 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3726356-1338659480.opb.
0.00/0.00	c Instance file HOME/instance-3726356-1338659480.opb
0.00/0.00	c File size is 2491878 bytes.
0.18/0.23	c Cost Offset: -243
0.18/0.23	c Highest Coefficient sum: 14476
0.18/0.23	c ============================[ Problem Statistics ]=============================
0.18/0.23	c |                                                                             |
0.18/0.23	c |  Parsing time:          0.23         s                                      |
0.18/0.23	c |  Number Variables:      40937                                               |
0.18/0.23	c |  Number Clauses:        40882                                               |
0.18/0.23	c |  Number Cardinality:    553                                                 |
0.18/0.23	c |  Number PB Constraints: 1                                                   |
0.18/0.23	c |                                                                             |
0.18/0.27	c |  Problem Type:          Optimization                                        |
0.18/0.27	c |  Objective Function:    Cardinality Constraint                              |
0.18/0.27	c |                                                                             |
0.18/0.27	c ===============================================================================
1800.16/900.41	c ===============================================================================
1800.16/900.41	c Wall Clock Time: 900.41 s
1800.16/900.41	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-3726356-1338659480/watcher-3726356-1338659480 -o /tmp/evaluation-result-3726356-1338659480/solver-3726356-1338659480 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 HOME/instance-3726356-1338659480.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: 4.08 4.05 3.97 4/178 30811
/proc/meminfo: memFree=26954900/32873844 swapFree=6608/6608
[pid=30811] ppid=30809 vsize=7468 CPUtime=0 cores=1,3,5,7
/proc/30811/stat : 30811 (pwbo2.02) R 30809 30811 28266 0 -1 4202496 580 0 0 0 0 0 0 0 20 0 1 0 332072836 7647232 532 33554432000 4194304 5964478 140736752749056 140734220856872 5179243 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/30811/statm: 1867 534 170 433 0 822 0

[startup+0.0225921 s]
/proc/loadavg: 4.08 4.05 3.97 4/178 30811
/proc/meminfo: memFree=26954900/32873844 swapFree=6608/6608
[pid=30811] ppid=30809 vsize=10440 CPUtime=0.02 cores=1,3,5,7
/proc/30811/stat : 30811 (pwbo2.02) R 30809 30811 28266 0 -1 4202496 1279 0 0 0 2 0 0 0 20 0 1 0 332072836 10690560 1231 33554432000 4194304 5964478 140736752749056 140734220856872 4344768 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/30811/statm: 2610 1231 218 433 0 1565 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10440

[startup+0.100233 s]
/proc/loadavg: 4.08 4.05 3.97 4/178 30811
/proc/meminfo: memFree=26954900/32873844 swapFree=6608/6608
[pid=30811] ppid=30809 vsize=22052 CPUtime=0.09 cores=1,3,5,7
/proc/30811/stat : 30811 (pwbo2.02) R 30809 30811 28266 0 -1 4202496 4221 0 0 0 9 0 0 0 20 0 1 0 332072836 22581248 4140 33554432000 4194304 5964478 140736752749056 140734220856872 4863429 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/30811/statm: 5513 4143 438 433 0 4468 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22052

[startup+0.300199 s]
/proc/loadavg: 4.08 4.05 3.97 4/178 30811
/proc/meminfo: memFree=26954900/32873844 swapFree=6608/6608
[pid=30811] ppid=30809 vsize=205280 CPUtime=0.36 cores=1,3,5,7
/proc/30811/stat : 30811 (pwbo2.02) S 30809 30811 28266 0 -1 4202496 16313 0 0 0 33 3 0 0 20 0 3 0 332072836 210206720 15319 33554432000 4194304 5964478 140736752749056 140736752748576 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30811/statm: 51320 15319 186 433 0 50884 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 205280

[startup+0.700216 s]
/proc/loadavg: 4.08 4.05 3.97 4/178 30811
/proc/meminfo: memFree=26954900/32873844 swapFree=6608/6608
[pid=30811] ppid=30809 vsize=196716 CPUtime=1.14 cores=1,3,5,7
/proc/30811/stat : 30811 (pwbo2.02) S 30809 30811 28266 0 -1 4202496 22337 0 0 0 109 5 0 0 20 0 3 0 332072836 201437184 19418 33554432000 4194304 5964478 140736752749056 140736752748576 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30811/statm: 49179 19419 196 433 0 48743 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 196716

[startup+1.50037 s]
/proc/loadavg: 4.07 4.05 3.97 5/181 30814
/proc/meminfo: memFree=26876764/32873844 swapFree=6608/6608
[pid=30811] ppid=30809 vsize=196716 CPUtime=2.74 cores=1,3,5,7
/proc/30811/stat : 30811 (pwbo2.02) S 30809 30811 28266 0 -1 4202496 23167 0 0 0 269 5 0 0 20 0 3 0 332072836 201437184 19954 33554432000 4194304 5964478 140736752749056 140736752748576 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30811/statm: 49179 19954 196 433 0 48743 0
[pid=30811/tid=30813] ppid=30809 vsize=196716 CPUtime=1.25 cores=1,3,5,7
/proc/30811/task/30813/stat : 30813 (pwbo2.02) R 30809 30811 28266 0 -1 4202560 11265 0 0 0 121 4 0 0 20 0 3 0 332072860 201437184 19954 33554432000 4194304 5964478 140736752749056 139643463334232 4445519 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=30811/tid=30814] ppid=30809 vsize=196716 CPUtime=1.24 cores=1,3,5,7
/proc/30811/task/30814/stat : 30814 (pwbo2.02) R 30809 30811 28266 0 -1 4202560 3037 0 0 0 123 1 0 0 20 0 3 0 332072860 201437184 19954 33554432000 4194304 5964478 140736752749056 139643452844344 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 196716

[startup+3.10037 s]
/proc/loadavg: 4.07 4.05 3.97 5/181 30814
/proc/meminfo: memFree=26873540/32873844 swapFree=6608/6608
[pid=30811] ppid=30809 vsize=196716 CPUtime=5.94 cores=1,3,5,7
/proc/30811/stat : 30811 (pwbo2.02) S 30809 30811 28266 0 -1 4202496 23970 0 0 0 588 6 0 0 20 0 3 0 332072836 201437184 19790 33554432000 4194304 5964478 140736752749056 140736752748576 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30811/statm: 49179 19790 196 433 0 48743 0
[pid=30811/tid=30813] ppid=30809 vsize=196716 CPUtime=2.85 cores=1,3,5,7
/proc/30811/task/30813/stat : 30813 (pwbo2.02) R 30809 30811 28266 0 -1 4202560 11923 0 0 0 281 4 0 0 20 0 3 0 332072860 201437184 19790 33554432000 4194304 5964478 140736752749056 139643463334728 4403727 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=30811/tid=30814] ppid=30809 vsize=196716 CPUtime=2.83 cores=1,3,5,7
/proc/30811/task/30814/stat : 30814 (pwbo2.02) R 30809 30811 28266 0 -1 4202560 3182 0 0 0 282 1 0 0 20 0 3 0 332072860 201437184 19790 33554432000 4194304 5964478 140736752749056 139643452844344 4403575 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 196716

[startup+6.30037 s]
/proc/loadavg: 4.07 4.05 3.97 5/181 30814
/proc/meminfo: memFree=26862380/32873844 swapFree=6608/6608
[pid=30811] ppid=30809 vsize=196716 CPUtime=12.34 cores=1,3,5,7
/proc/30811/stat : 30811 (pwbo2.02) S 30809 30811 28266 0 -1 4202496 26749 0 0 0 1227 7 0 0 20 0 3 0 332072836 201437184 21327 33554432000 4194304 5964478 140736752749056 140736752748576 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30811/statm: 49179 21327 196 433 0 48743 0
[pid=30811/tid=30813] ppid=30809 vsize=196716 CPUtime=6.04 cores=1,3,5,7
/proc/30811/task/30813/stat : 30813 (pwbo2.02) R 30809 30811 28266 0 -1 4202560 14267 0 0 0 600 4 0 0 20 0 3 0 332072860 201437184 21327 33554432000 4194304 5964478 140736752749056 139643463334424 4392731 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=30811/tid=30814] ppid=30809 vsize=196716 CPUtime=6.03 cores=1,3,5,7
/proc/30811/task/30814/stat : 30814 (pwbo2.02) R 30809 30811 28266 0 -1 4202560 3617 0 0 0 601 2 0 0 20 0 3 0 332072860 201437184 21327 33554432000 4194304 5964478 140736752749056 139643452844344 4389160 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 196716

[startup+12.7004 s]
/proc/loadavg: 4.14 4.06 3.98 5/181 30814
/proc/meminfo: memFree=26851856/32873844 swapFree=6608/6608
[pid=30811] ppid=30809 vsize=196716 CPUtime=25.14 cores=1,3,5,7
/proc/30811/stat : 30811 (pwbo2.02) S 30809 30811 28266 0 -1 4202496 27758 0 0 0 2506 8 0 0 20 0 3 0 332072836 201437184 21954 33554432000 4194304 5964478 140736752749056 140736752748576 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30811/statm: 49179 21954 196 433 0 48743 0
[pid=30811/tid=30813] ppid=30809 vsize=196716 CPUtime=12.42 cores=1,3,5,7
/proc/30811/task/30813/stat : 30813 (pwbo2.02) R 30809 30811 28266 0 -1 4202560 14563 0 0 0 1238 4 0 0 20 0 3 0 332072860 201437184 21954 33554432000 4194304 5964478 140736752749056 139643463334424 4222416 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=30811/tid=30814] ppid=30809 vsize=196716 CPUtime=12.41 cores=1,3,5,7
/proc/30811/task/30814/stat : 30814 (pwbo2.02) R 30809 30811 28266 0 -1 4202560 4330 0 0 0 1239 2 0 0 20 0 3 0 332072860 201437184 21954 33554432000 4194304 5964478 140736752749056 139643452844344 4392809 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 196716

[startup+25.5004 s]
/proc/loadavg: 4.11 4.06 3.98 5/181 30814
/proc/meminfo: memFree=26832252/32873844 swapFree=6608/6608
[pid=30811] ppid=30809 vsize=196716 CPUtime=50.73 cores=1,3,5,7
/proc/30811/stat : 30811 (pwbo2.02) S 30809 30811 28266 0 -1 4202496 29134 0 0 0 5064 9 0 0 20 0 3 0 332072836 201437184 23330 33554432000 4194304 5964478 140736752749056 140736752748576 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30811/statm: 49179 23330 196 433 0 48743 0
[pid=30811/tid=30813] ppid=30809 vsize=196716 CPUtime=25.19 cores=1,3,5,7
/proc/30811/task/30813/stat : 30813 (pwbo2.02) R 30809 30811 28266 0 -1 4202560 14571 0 0 0 2515 4 0 0 20 0 3 0 332072860 201437184 23330 33554432000 4194304 5964478 140736752749056 139643463334424 4400069 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=30811/tid=30814] ppid=30809 vsize=196716 CPUtime=25.18 cores=1,3,5,7
/proc/30811/task/30814/stat : 30814 (pwbo2.02) R 30809 30811 28266 0 -1 4202560 5698 0 0 0 2514 4 0 0 20 0 3 0 332072860 201437184 23330 33554432000 4194304 5964478 140736752749056 139643452844344 4392851 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 50.73
Current children cumulated vsize (KiB) 196716

[startup+51.1004 s]
/proc/loadavg: 4.07 4.05 3.98 5/181 30814
/proc/meminfo: memFree=26797368/32873844 swapFree=6608/6608
[pid=30811] ppid=30809 vsize=196716 CPUtime=101.92 cores=1,3,5,7
/proc/30811/stat : 30811 (pwbo2.02) S 30809 30811 28266 0 -1 4202496 32882 0 0 0 10179 13 0 0 20 0 3 0 332072836 201437184 27078 33554432000 4194304 5964478 140736752749056 140736752748576 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30811/statm: 49179 27078 196 433 0 48743 0
[pid=30811/tid=30813] ppid=30809 vsize=196716 CPUtime=50.71 cores=1,3,5,7
/proc/30811/task/30813/stat : 30813 (pwbo2.02) R 30809 30811 28266 0 -1 4202560 15654 0 0 0 5067 4 0 0 20 0 3 0 332072860 201437184 27078 33554432000 4194304 5964478 140736752749056 139643463333688 4403719 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=30811/tid=30814] ppid=30809 vsize=196716 CPUtime=50.71 cores=1,3,5,7
/proc/30811/task/30814/stat : 30814 (pwbo2.02) R 30809 30811 28266 0 -1 4202560 8363 0 0 0 5064 7 0 0 20 0 3 0 332072860 201437184 27078 33554432000 4194304 5964478 140736752749056 139643452844344 4399915 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 101.92
Current children cumulated vsize (KiB) 196716

[startup+102.307 s]
/proc/loadavg: 4.03 4.04 3.98 5/181 30814
/proc/meminfo: memFree=26770064/32873844 swapFree=6608/6608
[pid=30811] ppid=30809 vsize=196716 CPUtime=204.3 cores=1,3,5,7
/proc/30811/stat : 30811 (pwbo2.02) S 30809 30811 28266 0 -1 4202496 37475 0 0 0 20411 19 0 0 20 0 3 0 332072836 201437184 31671 33554432000 4194304 5964478 140736752749056 140736752748576 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30811/statm: 49179 31671 196 433 0 48743 0
[pid=30811/tid=30813] ppid=30809 vsize=196716 CPUtime=101.77 cores=1,3,5,7
/proc/30811/task/30813/stat : 30813 (pwbo2.02) R 30809 30811 28266 0 -1 4202560 18991 0 0 0 10168 9 0 0 20 0 3 0 332072860 201437184 31671 33554432000 4194304 5964478 140736752749056 139643463333688 4400106 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=30811/tid=30814] ppid=30809 vsize=196716 CPUtime=101.79 cores=1,3,5,7
/proc/30811/task/30814/stat : 30814 (pwbo2.02) R 30809 30811 28266 0 -1 4202560 9619 0 0 0 10169 10 0 0 20 0 3 0 332072860 201437184 31671 33554432000 4194304 5964478 140736752749056 139643452844344 4222416 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 204.3
Current children cumulated vsize (KiB) 196716

[startup+162.3 s]
/proc/loadavg: 4.01 4.03 3.98 5/181 30814
/proc/meminfo: memFree=26742332/32873844 swapFree=6608/6608
[pid=30811] ppid=30809 vsize=262252 CPUtime=324.26 cores=1,3,5,7
/proc/30811/stat : 30811 (pwbo2.02) S 30809 30811 28266 0 -1 4202496 43986 0 0 0 32396 30 0 0 20 0 3 0 332072836 268546048 38174 33554432000 4194304 5964478 140736752749056 140736752748576 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30811/statm: 65563 38174 196 433 0 65127 0
[pid=30811/tid=30813] ppid=30809 vsize=262252 CPUtime=161.61 cores=1,3,5,7
/proc/30811/task/30813/stat : 30813 (pwbo2.02) R 30809 30811 28266 0 -1 4202560 21508 0 0 0 16147 14 0 0 20 0 3 0 332072860 268546048 38174 33554432000 4194304 5964478 140736752749056 139643463333928 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=30811/tid=30814] ppid=30809 vsize=262252 CPUtime=161.62 cores=1,3,5,7
/proc/30811/task/30814/stat : 30814 (pwbo2.02) R 30809 30811 28266 0 -1 4202560 13613 0 0 0 16144 18 0 0 20 0 3 0 332072860 268546048 38174 33554432000 4194304 5964478 140736752749056 139643452844392 4389147 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 324.26
Current children cumulated vsize (KiB) 262252

[startup+222.3 s]
/proc/loadavg: 4.06 4.04 3.98 5/181 30855
/proc/meminfo: memFree=26618700/32873844 swapFree=6608/6608
[pid=30811] ppid=30809 vsize=262252 CPUtime=444.2 cores=1,3,5,7
/proc/30811/stat : 30811 (pwbo2.02) S 30809 30811 28266 0 -1 4202496 49843 0 0 0 44384 36 0 0 20 0 3 0 332072836 268546048 44556 33554432000 4194304 5964478 140736752749056 140736752748576 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30811/statm: 65563 44556 196 433 0 65127 0
[pid=30811/tid=30813] ppid=30809 vsize=262252 CPUtime=221.44 cores=1,3,5,7
/proc/30811/task/30813/stat : 30813 (pwbo2.02) R 30809 30811 28266 0 -1 4202560 27342 0 0 0 22123 21 0 0 20 0 3 0 332072860 268546048 44556 33554432000 4194304 5964478 140736752749056 139643463333928 4400042 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=30811/tid=30814] ppid=30809 vsize=262252 CPUtime=221.45 cores=1,3,5,7
/proc/30811/task/30814/stat : 30814 (pwbo2.02) R 30809 30811 28266 0 -1 4202560 13636 0 0 0 22126 19 0 0 20 0 3 0 332072860 268546048 44556 33554432000 4194304 5964478 140736752749056 139643452844392 4403332 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 444.2
Current children cumulated vsize (KiB) 262252

[startup+282.3 s]
/proc/loadavg: 4.07 4.04 3.99 5/181 30856
/proc/meminfo: memFree=26462052/32873844 swapFree=6608/6608
[pid=30811] ppid=30809 vsize=262388 CPUtime=564.17 cores=1,3,5,7
/proc/30811/stat : 30811 (pwbo2.02) S 30809 30811 28266 0 -1 4202496 53588 0 0 0 56373 44 0 0 20 0 3 0 332072836 268685312 48499 33554432000 4194304 5964478 140736752749056 140736752748576 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30811/statm: 65597 48499 196 433 0 65161 0
[pid=30811/tid=30813] ppid=30809 vsize=262388 CPUtime=281.27 cores=1,3,5,7
/proc/30811/task/30813/stat : 30813 (pwbo2.02) R 30809 30811 28266 0 -1 4202560 31007 0 0 0 28097 30 0 0 20 0 3 0 332072860 268685312 48499 33554432000 4194304 5964478 140736752749056 139643463333928 4392882 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=30811/tid=30814] ppid=30809 vsize=262388 CPUtime=281.3 cores=1,3,5,7
/proc/30811/task/30814/stat : 30814 (pwbo2.02) R 30809 30811 28266 0 -1 4202560 13716 0 0 0 28110 20 0 0 20 0 3 0 332072860 268685312 48499 33554432000 4194304 5964478 140736752749056 139643452844104 4222474 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 564.17
Current children cumulated vsize (KiB) 262388

[startup+342.3 s]
/proc/loadavg: 4.02 4.03 3.99 5/181 30856
/proc/meminfo: memFree=26414912/32873844 swapFree=6608/6608
[pid=30811] ppid=30809 vsize=263468 CPUtime=684.15 cores=1,3,5,7
/proc/30811/stat : 30811 (pwbo2.02) S 30809 30811 28266 0 -1 4202496 59985 0 0 0 68365 50 0 0 20 0 3 0 332072836 269791232 54606 33554432000 4194304 5964478 140736752749056 140736752748576 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30811/statm: 65867 54606 196 433 0 65431 0
[pid=30811/tid=30813] ppid=30809 vsize=263468 CPUtime=341.12 cores=1,3,5,7
/proc/30811/task/30813/stat : 30813 (pwbo2.02) R 30809 30811 28266 0 -1 4202560 34731 0 0 0 34078 34 0 0 20 0 3 0 332072860 269791232 54606 33554432000 4194304 5964478 140736752749056 139643463334840 4387951 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=30811/tid=30814] ppid=30809 vsize=263468 CPUtime=341.14 cores=1,3,5,7
/proc/30811/task/30814/stat : 30814 (pwbo2.02) R 30809 30811 28266 0 -1 4202560 16389 0 0 0 34089 25 0 0 20 0 3 0 332072860 269791232 54606 33554432000 4194304 5964478 140736752749056 139643452844344 4388850 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 684.15
Current children cumulated vsize (KiB) 263468

[startup+402.3 s]
/proc/loadavg: 4.01 4.02 3.99 5/181 30856
/proc/meminfo: memFree=26381644/32873844 swapFree=6608/6608
[pid=30811] ppid=30809 vsize=329972 CPUtime=804.14 cores=1,3,5,7
/proc/30811/stat : 30811 (pwbo2.02) S 30809 30811 28266 0 -1 4202496 64859 0 0 0 80352 62 0 0 20 0 3 0 332072836 337891328 59480 33554432000 4194304 5964478 140736752749056 140736752748576 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30811/statm: 82493 59480 196 433 0 82057 0
[pid=30811/tid=30813] ppid=30809 vsize=329972 CPUtime=400.96 cores=1,3,5,7
/proc/30811/task/30813/stat : 30813 (pwbo2.02) R 30809 30811 28266 0 -1 4202560 35182 0 0 0 40061 35 0 0 20 0 3 0 332072860 337891328 59480 33554432000 4194304 5964478 140736752749056 139643463334232 4403640 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=30811/tid=30814] ppid=30809 vsize=329972 CPUtime=400.99 cores=1,3,5,7
/proc/30811/task/30814/stat : 30814 (pwbo2.02) R 30809 30811 28266 0 -1 4202560 20812 0 0 0 40062 37 0 0 20 0 3 0 332072860 337891328 59480 33554432000 4194304 5964478 140736752749056 139643452844104 4389160 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 804.14
Current children cumulated vsize (KiB) 329972

[startup+462.3 s]
/proc/loadavg: 4.00 4.02 3.99 5/181 30856
/proc/meminfo: memFree=26378700/32873844 swapFree=6608/6608
[pid=30811] ppid=30809 vsize=330776 CPUtime=924.12 cores=1,3,5,7
/proc/30811/stat : 30811 (pwbo2.02) S 30809 30811 28266 0 -1 4202496 65071 0 0 0 92350 62 0 0 20 0 3 0 332072836 338714624 59692 33554432000 4194304 5964478 140736752749056 140736752748576 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30811/statm: 82694 59692 196 433 0 82258 0
[pid=30811/tid=30813] ppid=30809 vsize=330776 CPUtime=460.81 cores=1,3,5,7
/proc/30811/task/30813/stat : 30813 (pwbo2.02) R 30809 30811 28266 0 -1 4202560 35211 0 0 0 46045 36 0 0 20 0 3 0 332072860 338714624 59692 33554432000 4194304 5964478 140736752749056 139643463333792 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=30811/tid=30814] ppid=30809 vsize=330776 CPUtime=460.84 cores=1,3,5,7
/proc/30811/task/30814/stat : 30814 (pwbo2.02) R 30809 30811 28266 0 -1 4202560 20995 0 0 0 46046 38 0 0 20 0 3 0 332072860 338714624 59692 33554432000 4194304 5964478 140736752749056 139643452844104 4389160 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 924.12
Current children cumulated vsize (KiB) 330776

[startup+522.3 s]
/proc/loadavg: 4.00 4.01 3.99 5/181 30856
/proc/meminfo: memFree=26365396/32873844 swapFree=6608/6608
[pid=30811] ppid=30809 vsize=331568 CPUtime=1044.11 cores=1,3,5,7
/proc/30811/stat : 30811 (pwbo2.02) S 30809 30811 28266 0 -1 4202496 65299 0 0 0 104349 62 0 0 20 0 3 0 332072836 339525632 59622 33554432000 4194304 5964478 140736752749056 140736752748576 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30811/statm: 82892 59622 196 433 0 82456 0
[pid=30811/tid=30813] ppid=30809 vsize=331568 CPUtime=520.66 cores=1,3,5,7
/proc/30811/task/30813/stat : 30813 (pwbo2.02) R 30809 30811 28266 0 -1 4202560 35225 0 0 0 52030 36 0 0 20 0 3 0 332072860 339525632 59622 33554432000 4194304 5964478 140736752749056 139643463334728 4222416 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=30811/tid=30814] ppid=30809 vsize=331568 CPUtime=520.68 cores=1,3,5,7
/proc/30811/task/30814/stat : 30814 (pwbo2.02) R 30809 30811 28266 0 -1 4202560 21209 0 0 0 52030 38 0 0 20 0 3 0 332072860 339525632 59622 33554432000 4194304 5964478 140736752749056 139643452844104 4389160 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1044.11
Current children cumulated vsize (KiB) 331568

[startup+582.3 s]
/proc/loadavg: 4.00 4.01 3.99 5/182 30882
/proc/meminfo: memFree=26354864/32873844 swapFree=6608/6608
[pid=30811] ppid=30809 vsize=332028 CPUtime=1164.08 cores=1,3,5,7
/proc/30811/stat : 30811 (pwbo2.02) S 30809 30811 28266 0 -1 4202496 65852 0 0 0 116345 63 0 0 20 0 3 0 332072836 339996672 60175 33554432000 4194304 5964478 140736752749056 140736752748576 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30811/statm: 83007 60175 196 433 0 82571 0
[pid=30811/tid=30813] ppid=30809 vsize=332028 CPUtime=580.5 cores=1,3,5,7
/proc/30811/task/30813/stat : 30813 (pwbo2.02) R 30809 30811 28266 0 -1 4202560 35228 0 0 0 58013 37 0 0 20 0 3 0 332072860 339996672 60175 33554432000 4194304 5964478 140736752749056 139643463334728 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=30811/tid=30814] ppid=30809 vsize=332028 CPUtime=580.53 cores=1,3,5,7
/proc/30811/task/30814/stat : 30814 (pwbo2.02) R 30809 30811 28266 0 -1 4202560 21759 0 0 0 58012 41 0 0 20 0 3 0 332072860 339996672 60175 33554432000 4194304 5964478 140736752749056 139643452844344 4389072 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1164.08
Current children cumulated vsize (KiB) 332028

[startup+642.3 s]
/proc/loadavg: 4.00 4.00 3.99 5/181 30882
/proc/meminfo: memFree=26328296/32873844 swapFree=6608/6608
[pid=30811] ppid=30809 vsize=332492 CPUtime=1284.08 cores=1,3,5,7
/proc/30811/stat : 30811 (pwbo2.02) S 30809 30811 28266 0 -1 4202496 70022 0 0 0 128336 72 0 0 20 0 3 0 332072836 340471808 64345 33554432000 4194304 5964478 140736752749056 140736752748576 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30811/statm: 83123 64345 196 433 0 82687 0
[pid=30811/tid=30813] ppid=30809 vsize=332492 CPUtime=640.35 cores=1,3,5,7
/proc/30811/task/30813/stat : 30813 (pwbo2.02) R 30809 30811 28266 0 -1 4202560 35229 0 0 0 63997 38 0 0 20 0 3 0 332072860 340471808 64345 33554432000 4194304 5964478 140736752749056 139643463334728 4390871 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=30811/tid=30814] ppid=30809 vsize=332492 CPUtime=640.38 cores=1,3,5,7
/proc/30811/task/30814/stat : 30814 (pwbo2.02) R 30809 30811 28266 0 -1 4202560 25928 0 0 0 63988 50 0 0 20 0 3 0 332072860 340471808 64345 33554432000 4194304 5964478 140736752749056 139643452844392 4389110 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1284.08
Current children cumulated vsize (KiB) 332492

[startup+702.3 s]
/proc/loadavg: 4.06 4.02 4.00 5/181 30882
/proc/meminfo: memFree=26267936/32873844 swapFree=6608/6608
[pid=30811] ppid=30809 vsize=333208 CPUtime=1404.05 cores=1,3,5,7
/proc/30811/stat : 30811 (pwbo2.02) S 30809 30811 28266 0 -1 4202496 71963 0 0 0 140328 77 0 0 20 0 3 0 332072836 341204992 66286 33554432000 4194304 5964478 140736752749056 140736752748576 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30811/statm: 83302 66286 196 433 0 82866 0
[pid=30811/tid=30813] ppid=30809 vsize=333208 CPUtime=700.19 cores=1,3,5,7
/proc/30811/task/30813/stat : 30813 (pwbo2.02) R 30809 30811 28266 0 -1 4202560 35238 0 0 0 69980 39 0 0 20 0 3 0 332072860 341204992 66286 33554432000 4194304 5964478 140736752749056 139643463333984 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=30811/tid=30814] ppid=30809 vsize=333208 CPUtime=700.22 cores=1,3,5,7
/proc/30811/task/30814/stat : 30814 (pwbo2.02) R 30809 30811 28266 0 -1 4202560 27860 0 0 0 69966 56 0 0 20 0 3 0 332072860 341204992 66286 33554432000 4194304 5964478 140736752749056 139643452844104 4221984 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1404.05
Current children cumulated vsize (KiB) 333208

[startup+762.307 s]
/proc/loadavg: 4.02 4.01 4.00 5/181 30882
/proc/meminfo: memFree=26215368/32873844 swapFree=6608/6608
[pid=30811] ppid=30809 vsize=334848 CPUtime=1524.04 cores=1,3,5,7
/proc/30811/stat : 30811 (pwbo2.02) S 30809 30811 28266 0 -1 4202496 72399 0 0 0 152327 77 0 0 20 0 3 0 332072836 342884352 66722 33554432000 4194304 5964478 140736752749056 140736752748576 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30811/statm: 83712 66722 196 433 0 83276 0
[pid=30811/tid=30813] ppid=30809 vsize=334848 CPUtime=760.05 cores=1,3,5,7
/proc/30811/task/30813/stat : 30813 (pwbo2.02) R 30809 30811 28266 0 -1 4202560 35256 0 0 0 75965 40 0 0 20 0 3 0 332072860 342884352 66722 33554432000 4194304 5964478 140736752749056 139643463334424 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=30811/tid=30814] ppid=30809 vsize=334848 CPUtime=760.07 cores=1,3,5,7
/proc/30811/task/30814/stat : 30814 (pwbo2.02) R 30809 30811 28266 0 -1 4202560 28278 0 0 0 75950 57 0 0 20 0 3 0 332072860 342884352 66722 33554432000 4194304 5964478 140736752749056 139643452844104 4400097 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1524.04
Current children cumulated vsize (KiB) 334848

[startup+822.3 s]
/proc/loadavg: 4.01 4.00 4.00 5/181 30882
/proc/meminfo: memFree=26157744/32873844 swapFree=6608/6608
[pid=30811] ppid=30809 vsize=335932 CPUtime=1643.98 cores=1,3,5,7
/proc/30811/stat : 30811 (pwbo2.02) S 30809 30811 28266 0 -1 4202496 72682 0 0 0 164321 77 0 0 20 0 3 0 332072836 343994368 67532 33554432000 4194304 5964478 140736752749056 140736752748576 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30811/statm: 83983 67532 196 433 0 83547 0
[pid=30811/tid=30813] ppid=30809 vsize=335932 CPUtime=819.87 cores=1,3,5,7
/proc/30811/task/30813/stat : 30813 (pwbo2.02) R 30809 30811 28266 0 -1 4202560 35281 0 0 0 81946 41 0 0 20 0 3 0 332072860 343994368 67532 33554432000 4194304 5964478 140736752749056 139643463333984 4389160 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=30811/tid=30814] ppid=30809 vsize=335932 CPUtime=819.9 cores=1,3,5,7
/proc/30811/task/30814/stat : 30814 (pwbo2.02) R 30809 30811 28266 0 -1 4202560 28536 0 0 0 81931 59 0 0 20 0 3 0 332072860 343994368 67532 33554432000 4194304 5964478 140736752749056 139643452844256 4389164 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1643.98
Current children cumulated vsize (KiB) 335932

[startup+882.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/181 30883
/proc/meminfo: memFree=26143220/32873844 swapFree=6608/6608
[pid=30811] ppid=30809 vsize=336364 CPUtime=1763.95 cores=1,3,5,7
/proc/30811/stat : 30811 (pwbo2.02) S 30809 30811 28266 0 -1 4202496 72809 0 0 0 176318 77 0 0 20 0 3 0 332072836 344436736 67660 33554432000 4194304 5964478 140736752749056 140736752748576 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30811/statm: 84091 67660 196 433 0 83655 0
[pid=30811/tid=30813] ppid=30809 vsize=336364 CPUtime=879.71 cores=1,3,5,7
/proc/30811/task/30813/stat : 30813 (pwbo2.02) R 30809 30811 28266 0 -1 4202560 35282 0 0 0 87929 42 0 0 20 0 3 0 332072860 344436736 67660 33554432000 4194304 5964478 140736752749056 139643463333984 4403729 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=30811/tid=30814] ppid=30809 vsize=336364 CPUtime=879.74 cores=1,3,5,7
/proc/30811/task/30814/stat : 30814 (pwbo2.02) R 30809 30811 28266 0 -1 4202560 28662 0 0 0 87914 60 0 0 20 0 3 0 332072860 344436736 67660 33554432000 4194304 5964478 140736752749056 139643452844104 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1763.95
Current children cumulated vsize (KiB) 336364



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.4 s]
/proc/loadavg: 4.00 4.00 4.00 5/181 30883
/proc/meminfo: memFree=26141112/32873844 swapFree=6608/6608
[pid=30811] ppid=30809 vsize=336496 CPUtime=1800.16 cores=1,3,5,7
/proc/30811/stat : 30811 (pwbo2.02) S 30809 30811 28266 0 -1 4202496 72831 0 0 0 179939 77 0 0 20 0 3 0 332072836 344571904 67682 33554432000 4194304 5964478 140736752749056 140736752748576 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30811/statm: 84124 67682 196 433 0 83688 0
[pid=30811/tid=30813] ppid=30809 vsize=336496 CPUtime=897.77 cores=1,3,5,7
/proc/30811/task/30813/stat : 30813 (pwbo2.02) R 30809 30811 28266 0 -1 4202560 35282 0 0 0 89735 42 0 0 20 0 3 0 332072860 344571904 67682 33554432000 4194304 5964478 140736752749056 139643463333984 4403528 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=30811/tid=30814] ppid=30809 vsize=336496 CPUtime=897.8 cores=1,3,5,7
/proc/30811/task/30814/stat : 30814 (pwbo2.02) R 30809 30811 28266 0 -1 4202560 28684 0 0 0 89720 60 0 0 20 0 3 0 332072860 344571904 67682 33554432000 4194304 5964478 140736752749056 139643452844104 4222464 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 336496

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30811 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=797149
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=51840
# CPU time returned by wait4() is 1795.85
# while last known CPU time is 1800.16
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 900.414
CPU time (s): 1800.16
CPU user time (s): 1799.39
CPU system time (s): 0.77
CPU usage (%): 199.926
Max. virtual memory (cumulated for all children) (KiB): 336496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.8
system time used= 1.05184
maximum resident set size= 270732
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72832
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= 1154
involuntary context switches= 2056

runsolver used 3.61145 second user time and 3.9544 second system time

The end

Launcher Data

Begin job on node140 at 2012-06-02 19:51:20
IDJOB=3726356
IDBENCH=90490
IDSOLVER=2309
FILE ID=node140/3726356-1338659480
RUNJOBID= node140-1338651425-29650
PBS_JOBID= 14636440
Free space on /tmp= 70616 MiB

SOLVER NAME= pwbo 2.02
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/BA/normalized-BA_RDC4.dot_luby_50null50mast_rapportOE2.0_TMAX120_K67_cod2.opb
COMMAND LINE= pwbo2.02 -file-format=opb -verbosity=0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3726356-1338659480/watcher-3726356-1338659480 -o /tmp/evaluation-result-3726356-1338659480/solver-3726356-1338659480 -C 1800 -W 1900 -M 15500  pwbo2.02 -file-format=opb -verbosity=0 HOME/instance-3726356-1338659480.opb

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

MD5SUM BENCH= d0d226c540b75eb8b7499ce62f8d731e
RANDOM SEED=1014086502

node140.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		: 2667.094
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	: 5334.18
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		: 2667.094
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		: 2667.094
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	: 5331.91
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		: 2667.094
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		: 2667.094
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.92
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		: 2667.094
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	: 5331.88
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		: 2667.094
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.90
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		: 2667.094
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:       32873844 kB
MemFree:        26955436 kB
Buffers:          391940 kB
Cached:          4151292 kB
SwapCached:         1664 kB
Active:          1704276 kB
Inactive:        3327136 kB
Active(anon):     480396 kB
Inactive(anon):     9416 kB
Active(file):    1223880 kB
Inactive(file):  3317720 kB
Unevictable:        6608 kB
Mlocked:            6608 kB
SwapTotal:      67108856 kB
SwapFree:       67105156 kB
Dirty:              7788 kB
Writeback:             0 kB
AnonPages:        492668 kB
Mapped:            11080 kB
Shmem:                 8 kB
Slab:             747128 kB
SReclaimable:     189428 kB
SUnreclaim:       557700 kB
KernelStack:        1472 kB
PageTables:         4964 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     202828 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    352256 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70608 MiB
End job on node140 at 2012-06-02 20:06:22