Trace number 3726389

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.17 901.984

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_unif_50null20mast_rapportOE1.0_TMAX15_K192_cod2.opb
MD5SUMda53a74913ae0ed6caffae915d70714d
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-11389
Best CPU time to get the best result obtained on this benchmark619.196
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 1000
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 623794
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 1000
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 623794
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.02 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3726389-1338667506.opb.
0.00/0.00	c Instance file HOME/instance-3726389-1338667506.opb
0.00/0.00	c File size is 28226635 bytes.
3.09/3.13	c Cost Offset: -623794
3.09/3.13	c Highest Coefficient sum: 62575
3.09/3.13	c ============================[ Problem Statistics ]=============================
3.09/3.13	c |                                                                             |
3.09/3.13	c |  Parsing time:          3.14         s                                      |
3.09/3.13	c |  Number Variables:      400896                                              |
3.09/3.13	c |  Number Clauses:        400785                                              |
3.09/3.13	c |  Number Cardinality:    1977                                                |
3.09/3.13	c |  Number PB Constraints: 1                                                   |
3.09/3.13	c |                                                                             |
3.63/3.47	c |  Problem Type:          Optimization                                        |
3.63/3.47	c |  Objective Function:    PB Constraint                                       |
3.63/3.47	c |                                                                             |
3.63/3.47	c ===============================================================================
1800.17/901.91	c ===============================================================================
1800.17/901.91	c Wall Clock Time: 901.91 s
1800.17/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-3726389-1338667506/watcher-3726389-1338667506 -o /tmp/evaluation-result-3726389-1338667506/solver-3726389-1338667506 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 HOME/instance-3726389-1338667506.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: 2.00 2.00 2.00 4/173 4564
/proc/meminfo: memFree=27034360/32873624 swapFree=7112/7112
[pid=4562] ppid=4560 vsize=32828 CPUtime=0 cores=0,2,4,6
/proc/4562/stat : 4562 (pwbo2.02) R 4560 4562 4521 0 -1 4202496 621 0 0 0 0 0 0 0 20 0 1 0 332876125 33615872 573 33554432000 4194304 5964478 140733383243872 140734019901160 4395406 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/4562/statm: 8207 574 168 433 0 879 0

[startup+0.0326551 s]
/proc/loadavg: 2.00 2.00 2.00 4/173 4564
/proc/meminfo: memFree=27034360/32873624 swapFree=7112/7112
[pid=4562] ppid=4560 vsize=39532 CPUtime=0.02 cores=0,2,4,6
/proc/4562/stat : 4562 (pwbo2.02) R 4560 4562 4521 0 -1 4202496 2194 0 0 0 2 0 0 0 20 0 1 0 332876125 40480768 2146 33554432000 4194304 5964478 140733383243872 140734019901160 5136490 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/4562/statm: 9883 2147 244 433 0 2555 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 39532

[startup+0.100211 s]
/proc/loadavg: 2.00 2.00 2.00 4/173 4564
/proc/meminfo: memFree=27034360/32873624 swapFree=7112/7112
[pid=4562] ppid=4560 vsize=50728 CPUtime=0.08 cores=0,2,4,6
/proc/4562/stat : 4562 (pwbo2.02) R 4560 4562 4521 0 -1 4202496 4811 0 0 0 8 0 0 0 20 0 1 0 332876125 51945472 4681 33554432000 4194304 5964478 140733383243872 140734019901160 5136490 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/4562/statm: 12682 4682 437 433 0 5354 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 50728

[startup+0.300175 s]
/proc/loadavg: 2.00 2.00 2.00 4/173 4564
/proc/meminfo: memFree=27034360/32873624 swapFree=7112/7112
[pid=4562] ppid=4560 vsize=70128 CPUtime=0.28 cores=0,2,4,6
/proc/4562/stat : 4562 (pwbo2.02) R 4560 4562 4521 0 -1 4202496 10725 0 0 0 27 1 0 0 20 0 1 0 332876125 71811072 10328 33554432000 4194304 5964478 140733383243872 140734019901160 5369386 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/4562/statm: 17532 10328 987 433 0 10204 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 70128

[startup+0.700159 s]
/proc/loadavg: 2.00 2.00 2.00 4/173 4564
/proc/meminfo: memFree=27034360/32873624 swapFree=7112/7112
[pid=4562] ppid=4560 vsize=118904 CPUtime=0.69 cores=0,2,4,6
/proc/4562/stat : 4562 (pwbo2.02) R 4560 4562 4521 0 -1 4202496 23895 0 0 0 66 3 0 0 20 0 1 0 332876125 121757696 22454 33554432000 4194304 5964478 140733383243872 140733383242504 5136490 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/4562/statm: 29726 22455 2024 433 0 22398 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 118904

[startup+1.50017 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 4566
/proc/meminfo: memFree=26775468/32873624 swapFree=7112/7112
[pid=4562] ppid=4560 vsize=213356 CPUtime=1.48 cores=0,2,4,6
/proc/4562/stat : 4562 (pwbo2.02) R 4560 4562 4521 0 -1 4202496 46856 0 0 0 141 7 0 0 20 0 1 0 332876125 218476544 46913 33554432000 4194304 5964478 140733383243872 140733383241976 4344768 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/4562/statm: 53339 46914 3860 433 0 46011 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 213356

[startup+3.10017 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 4566
/proc/meminfo: memFree=26559288/32873624 swapFree=7112/7112
[pid=4562] ppid=4560 vsize=336840 CPUtime=3.09 cores=0,2,4,6
/proc/4562/stat : 4562 (pwbo2.02) R 4560 4562 4521 0 -1 4202496 76338 0 0 0 296 13 0 0 20 0 1 0 332876125 344924160 78379 33554432000 4194304 5964478 140733383243872 140733383242248 4339180 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/4562/statm: 84210 78379 6997 433 0 76882 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 336840

[startup+6.30031 s]
/proc/loadavg: 2.16 2.03 2.01 5/179 4570
/proc/meminfo: memFree=25569336/32873624 swapFree=7112/7112
[pid=4562] ppid=4560 vsize=885568 CPUtime=9.35 cores=0,2,4,6
/proc/4562/stat : 4562 (pwbo2.02) S 4560 4562 4521 0 -1 4202496 163563 0 0 0 897 38 0 0 20 0 3 0 332876125 906821632 185901 33554432000 4194304 5964478 140733383243872 140733383243392 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4562/statm: 221392 185901 197 433 0 220956 0
[pid=4562/tid=4569] ppid=4560 vsize=885568 CPUtime=3.11 cores=0,2,4,6
/proc/4562/task/4569/stat : 4569 (pwbo2.02) R 4560 4562 4521 0 -1 4202560 61519 0 0 0 295 16 0 0 20 0 3 0 332876439 906821632 185901 33554432000 4194304 5964478 140733383243872 140464552876328 5122378 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=4562/tid=4570] ppid=4560 vsize=885568 CPUtime=3.08 cores=0,2,4,6
/proc/4562/task/4570/stat : 4570 (pwbo2.02) R 4560 4562 4521 0 -1 4202560 24047 0 0 0 299 9 0 0 20 0 3 0 332876439 906821632 185901 33554432000 4194304 5964478 140733383243872 140464542386488 4382019 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 9.35
Current children cumulated vsize (KiB) 885568

[startup+12.7002 s]
/proc/loadavg: 2.31 2.07 2.02 5/179 4570
/proc/meminfo: memFree=25525744/32873624 swapFree=7112/7112
[pid=4562] ppid=4560 vsize=885568 CPUtime=22.15 cores=0,2,4,6
/proc/4562/stat : 4562 (pwbo2.02) S 4560 4562 4521 0 -1 4202496 173916 0 0 0 2174 41 0 0 20 0 3 0 332876125 906821632 193279 33554432000 4194304 5964478 140733383243872 140733383243392 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4562/statm: 221392 193279 197 433 0 220956 0
[pid=4562/tid=4569] ppid=4560 vsize=885568 CPUtime=9.49 cores=0,2,4,6
/proc/4562/task/4569/stat : 4569 (pwbo2.02) R 4560 4562 4521 0 -1 4202560 71303 0 0 0 931 18 0 0 20 0 3 0 332876439 906821632 193279 33554432000 4194304 5964478 140733383243872 140464552876872 4407163 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=4562/tid=4570] ppid=4560 vsize=885568 CPUtime=9.45 cores=0,2,4,6
/proc/4562/task/4570/stat : 4570 (pwbo2.02) R 4560 4562 4521 0 -1 4202560 24616 0 0 0 936 9 0 0 20 0 3 0 332876439 906821632 193279 33554432000 4194304 5964478 140733383243872 140464542386488 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 22.15
Current children cumulated vsize (KiB) 885568

[startup+25.5003 s]
/proc/loadavg: 2.68 2.16 2.05 5/179 4570
/proc/meminfo: memFree=25423360/32873624 swapFree=7112/7112
[pid=4562] ppid=4560 vsize=1016640 CPUtime=47.75 cores=0,2,4,6
/proc/4562/stat : 4562 (pwbo2.02) S 4560 4562 4521 0 -1 4202496 178965 0 0 0 4731 44 0 0 20 0 3 0 332876125 1041039360 210220 33554432000 4194304 5964478 140733383243872 140733383243392 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4562/statm: 254160 210220 197 433 0 253724 0
[pid=4562/tid=4569] ppid=4560 vsize=1016640 CPUtime=22.26 cores=0,2,4,6
/proc/4562/task/4569/stat : 4569 (pwbo2.02) R 4560 4562 4521 0 -1 4202560 76082 0 0 0 2205 21 0 0 20 0 3 0 332876439 1041039360 210220 33554432000 4194304 5964478 140733383243872 140464552876328 4419256 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=4562/tid=4570] ppid=4560 vsize=1016640 CPUtime=22.22 cores=0,2,4,6
/proc/4562/task/4570/stat : 4570 (pwbo2.02) R 4560 4562 4521 0 -1 4202560 24886 0 0 0 2213 9 0 0 20 0 3 0 332876439 1041039360 210220 33554432000 4194304 5964478 140733383243872 140464542386488 4389162 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 47.75
Current children cumulated vsize (KiB) 1016640

[startup+51.1003 s]
/proc/loadavg: 3.13 2.31 2.10 5/179 4570
/proc/meminfo: memFree=25247352/32873624 swapFree=7112/7112
[pid=4562] ppid=4560 vsize=1147832 CPUtime=98.94 cores=0,2,4,6
/proc/4562/stat : 4562 (pwbo2.02) S 4560 4562 4521 0 -1 4202496 216404 0 0 0 9833 61 0 0 20 0 3 0 332876125 1175379968 246564 33554432000 4194304 5964478 140733383243872 140733383243392 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4562/statm: 286958 246564 197 433 0 286522 0
[pid=4562/tid=4569] ppid=4560 vsize=1147832 CPUtime=47.8 cores=0,2,4,6
/proc/4562/task/4569/stat : 4569 (pwbo2.02) R 4560 4562 4521 0 -1 4202560 112985 0 0 0 4743 37 0 0 20 0 3 0 332876439 1175379968 246564 33554432000 4194304 5964478 140733383243872 140464552876376 4445054 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=4562/tid=4570] ppid=4560 vsize=1147832 CPUtime=47.75 cores=0,2,4,6
/proc/4562/task/4570/stat : 4570 (pwbo2.02) R 4560 4562 4521 0 -1 4202560 25422 0 0 0 4765 10 0 0 20 0 3 0 332876439 1175379968 246564 33554432000 4194304 5964478 140733383243872 140464542386488 4381996 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 98.94
Current children cumulated vsize (KiB) 1147832

[startup+102.3 s]
/proc/loadavg: 3.62 2.57 2.20 5/179 4571
/proc/meminfo: memFree=24882576/32873624 swapFree=7112/7112
[pid=4562] ppid=4560 vsize=1541048 CPUtime=201.34 cores=0,2,4,6
/proc/4562/stat : 4562 (pwbo2.02) S 4560 4562 4521 0 -1 4202496 250640 0 0 0 20047 87 0 0 20 0 3 0 332876125 1578033152 324910 33554432000 4194304 5964478 140733383243872 140733383243392 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4562/statm: 385262 324910 197 433 0 384826 0
[pid=4562/tid=4569] ppid=4560 vsize=1541048 CPUtime=98.87 cores=0,2,4,6
/proc/4562/task/4569/stat : 4569 (pwbo2.02) R 4560 4562 4521 0 -1 4202560 146431 0 0 0 9825 62 0 0 20 0 3 0 332876439 1578033152 324910 33554432000 4194304 5964478 140733383243872 140464552876568 5130994 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=4562/tid=4570] ppid=4560 vsize=1541048 CPUtime=98.82 cores=0,2,4,6
/proc/4562/task/4570/stat : 4570 (pwbo2.02) R 4560 4562 4521 0 -1 4202560 26212 0 0 0 9870 12 0 0 20 0 3 0 332876439 1578033152 324910 33554432000 4194304 5964478 140733383243872 140464542386296 4389160 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 201.34
Current children cumulated vsize (KiB) 1541048

[startup+162.3 s]
/proc/loadavg: 3.86 2.82 2.31 5/179 4571
/proc/meminfo: memFree=24580636/32873624 swapFree=7112/7112
[pid=4562] ppid=4560 vsize=1893336 CPUtime=321.31 cores=0,2,4,6
/proc/4562/stat : 4562 (pwbo2.02) S 4560 4562 4521 0 -1 4202496 300154 0 0 0 32019 112 0 0 20 0 3 0 332876125 1938776064 397380 33554432000 4194304 5964478 140733383243872 140733383243392 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4562/statm: 473334 397380 197 433 0 472898 0
[pid=4562/tid=4569] ppid=4560 vsize=1893336 CPUtime=158.71 cores=0,2,4,6
/proc/4562/task/4569/stat : 4569 (pwbo2.02) R 4560 4562 4521 0 -1 4202560 195095 0 0 0 15783 88 0 0 20 0 3 0 332876439 1938776064 397380 33554432000 4194304 5964478 140733383243872 140464552876328 4429904 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=4562/tid=4570] ppid=4560 vsize=1893336 CPUtime=158.66 cores=0,2,4,6
/proc/4562/task/4570/stat : 4570 (pwbo2.02) R 4560 4562 4521 0 -1 4202560 27062 0 0 0 15852 14 0 0 20 0 3 0 332876439 1938776064 397380 33554432000 4194304 5964478 140733383243872 140464542386536 4389170 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 321.31
Current children cumulated vsize (KiB) 1893336

[startup+222.306 s]
/proc/loadavg: 3.95 3.04 2.41 5/179 4571
/proc/meminfo: memFree=24243448/32873624 swapFree=7112/7112
[pid=4562] ppid=4560 vsize=2283816 CPUtime=441.31 cores=0,2,4,6
/proc/4562/stat : 4562 (pwbo2.02) S 4560 4562 4521 0 -1 4202496 349671 0 0 0 43986 145 0 0 20 0 3 0 332876125 2338627584 479477 33554432000 4194304 5964478 140733383243872 140733383243392 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4562/statm: 570954 479477 197 433 0 570518 0
[pid=4562/tid=4569] ppid=4560 vsize=2283816 CPUtime=218.56 cores=0,2,4,6
/proc/4562/task/4569/stat : 4569 (pwbo2.02) R 4560 4562 4521 0 -1 4202560 243510 0 0 0 21735 121 0 0 20 0 3 0 332876439 2338627584 479477 33554432000 4194304 5964478 140733383243872 140464552876328 5139166 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=4562/tid=4570] ppid=4560 vsize=2283816 CPUtime=218.51 cores=0,2,4,6
/proc/4562/task/4570/stat : 4570 (pwbo2.02) R 4560 4562 4521 0 -1 4202560 28164 0 0 0 21835 16 0 0 20 0 3 0 332876439 2338627584 479477 33554432000 4194304 5964478 140733383243872 140464542386488 4389147 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 441.31
Current children cumulated vsize (KiB) 2283816

[startup+282.3 s]
/proc/loadavg: 3.98 3.21 2.51 5/179 4571
/proc/meminfo: memFree=23994380/32873624 swapFree=7112/7112
[pid=4562] ppid=4560 vsize=2548696 CPUtime=561.26 cores=0,2,4,6
/proc/4562/stat : 4562 (pwbo2.02) S 4560 4562 4521 0 -1 4202496 375772 0 0 0 55960 166 0 0 20 0 3 0 332876125 2609864704 535906 33554432000 4194304 5964478 140733383243872 140733383243392 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4562/statm: 637174 535906 197 433 0 636738 0
[pid=4562/tid=4569] ppid=4560 vsize=2548696 CPUtime=278.4 cores=0,2,4,6
/proc/4562/task/4569/stat : 4569 (pwbo2.02) R 4560 4562 4521 0 -1 4202560 269137 0 0 0 27697 143 0 0 20 0 3 0 332876439 2609864704 535906 33554432000 4194304 5964478 140733383243872 140464552876376 4395264 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=4562/tid=4570] ppid=4560 vsize=2548696 CPUtime=278.34 cores=0,2,4,6
/proc/4562/task/4570/stat : 4570 (pwbo2.02) R 4560 4562 4521 0 -1 4202560 28638 0 0 0 27817 17 0 0 20 0 3 0 332876439 2609864704 535906 33554432000 4194304 5964478 140733383243872 140464542386296 4389160 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 561.26
Current children cumulated vsize (KiB) 2548696

[startup+342.3 s]
/proc/loadavg: 3.99 3.35 2.60 5/180 4574
/proc/meminfo: memFree=23741448/32873624 swapFree=7112/7112
[pid=4562] ppid=4560 vsize=2786232 CPUtime=681.24 cores=0,2,4,6
/proc/4562/stat : 4562 (pwbo2.02) S 4560 4562 4521 0 -1 4202496 394431 0 0 0 67940 184 0 0 20 0 3 0 332876125 2853101568 584450 33554432000 4194304 5964478 140733383243872 140733383243392 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4562/statm: 696558 584450 197 433 0 696122 0
[pid=4562/tid=4569] ppid=4560 vsize=2786232 CPUtime=338.25 cores=0,2,4,6
/proc/4562/task/4569/stat : 4569 (pwbo2.02) R 4560 4562 4521 0 -1 4202560 286381 0 0 0 33664 161 0 0 20 0 3 0 332876439 2853101568 584450 33554432000 4194304 5964478 140733383243872 140464552876376 4406432 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=4562/tid=4570] ppid=4560 vsize=2786232 CPUtime=338.18 cores=0,2,4,6
/proc/4562/task/4570/stat : 4570 (pwbo2.02) R 4560 4562 4521 0 -1 4202560 30053 0 0 0 33798 20 0 0 20 0 3 0 332876439 2853101568 584450 33554432000 4194304 5964478 140733383243872 140464542386488 4389129 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 681.24
Current children cumulated vsize (KiB) 2786232

[startup+402.3 s]
/proc/loadavg: 3.99 3.47 2.68 5/178 4574
/proc/meminfo: memFree=23509468/32873624 swapFree=7112/7112
[pid=4562] ppid=4560 vsize=3048376 CPUtime=801.22 cores=0,2,4,6
/proc/4562/stat : 4562 (pwbo2.02) S 4560 4562 4521 0 -1 4202496 407671 0 0 0 79921 201 0 0 20 0 3 0 332876125 3121537024 629347 33554432000 4194304 5964478 140733383243872 140733383243392 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4562/statm: 762094 629347 197 433 0 761658 0
[pid=4562/tid=4569] ppid=4560 vsize=3048376 CPUtime=398.1 cores=0,2,4,6
/proc/4562/task/4569/stat : 4569 (pwbo2.02) R 4560 4562 4521 0 -1 4202560 298824 0 0 0 39632 178 0 0 20 0 3 0 332876439 3121537024 629347 33554432000 4194304 5964478 140733383243872 140464552876568 4445424 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=4562/tid=4570] ppid=4560 vsize=3048376 CPUtime=398.03 cores=0,2,4,6
/proc/4562/task/4570/stat : 4570 (pwbo2.02) R 4560 4562 4521 0 -1 4202560 30850 0 0 0 39782 21 0 0 20 0 3 0 332876439 3121537024 629347 33554432000 4194304 5964478 140733383243872 140464542386488 4389170 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 801.22
Current children cumulated vsize (KiB) 3048376

[startup+462.3 s]
/proc/loadavg: 3.99 3.56 2.76 5/179 4575
/proc/meminfo: memFree=23255056/32873624 swapFree=7112/7112
[pid=4562] ppid=4560 vsize=3179448 CPUtime=921.21 cores=0,2,4,6
/proc/4562/stat : 4562 (pwbo2.02) S 4560 4562 4521 0 -1 4202496 423212 0 0 0 91901 220 0 0 20 0 3 0 332876125 3255754752 667824 33554432000 4194304 5964478 140733383243872 140733383243392 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4562/statm: 794862 667824 197 433 0 794426 0
[pid=4562/tid=4569] ppid=4560 vsize=3179448 CPUtime=457.94 cores=0,2,4,6
/proc/4562/task/4569/stat : 4569 (pwbo2.02) R 4560 4562 4521 0 -1 4202560 312810 0 0 0 45600 194 0 0 20 0 3 0 332876439 3255754752 667824 33554432000 4194304 5964478 140733383243872 140464552876568 4422386 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=4562/tid=4570] ppid=4560 vsize=3179448 CPUtime=457.87 cores=0,2,4,6
/proc/4562/task/4570/stat : 4570 (pwbo2.02) R 4560 4562 4521 0 -1 4202560 32405 0 0 0 45763 24 0 0 20 0 3 0 332876439 3255754752 667824 33554432000 4194304 5964478 140733383243872 140464542386536 4389085 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 921.21
Current children cumulated vsize (KiB) 3179448

[startup+522.3 s]
/proc/loadavg: 3.99 3.64 2.84 5/179 4575
/proc/meminfo: memFree=23015424/32873624 swapFree=7112/7112
[pid=4562] ppid=4560 vsize=3490892 CPUtime=1041.19 cores=0,2,4,6
/proc/4562/stat : 4562 (pwbo2.02) S 4560 4562 4521 0 -1 4202496 492391 0 0 0 103851 268 0 0 20 0 3 0 332876125 3574673408 730501 33554432000 4194304 5964478 140733383243872 140733383243392 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4562/statm: 872723 730501 197 433 0 872287 0
[pid=4562/tid=4569] ppid=4560 vsize=3490892 CPUtime=517.79 cores=0,2,4,6
/proc/4562/task/4569/stat : 4569 (pwbo2.02) R 4560 4562 4521 0 -1 4202560 380134 0 0 0 51539 240 0 0 20 0 3 0 332876439 3574673408 730501 33554432000 4194304 5964478 140733383243872 140464552876440 5179967 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=4562/tid=4570] ppid=4560 vsize=3490892 CPUtime=517.71 cores=0,2,4,6
/proc/4562/task/4570/stat : 4570 (pwbo2.02) R 4560 4562 4521 0 -1 4202560 34260 0 0 0 51744 27 0 0 20 0 3 0 332876439 3574673408 730501 33554432000 4194304 5964478 140733383243872 140464542386536 4222474 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1041.19
Current children cumulated vsize (KiB) 3490892

[startup+582.3 s]
/proc/loadavg: 3.99 3.70 2.91 5/179 4575
/proc/meminfo: memFree=22834040/32873624 swapFree=7112/7112
[pid=4562] ppid=4560 vsize=3708008 CPUtime=1161.14 cores=0,2,4,6
/proc/4562/stat : 4562 (pwbo2.02) S 4560 4562 4521 0 -1 4202496 585808 0 0 0 115757 357 0 0 20 0 3 0 332876125 3797000192 780540 33554432000 4194304 5964478 140733383243872 140733383243392 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4562/statm: 927002 780540 197 433 0 926566 0
[pid=4562/tid=4569] ppid=4560 vsize=3708008 CPUtime=577.63 cores=0,2,4,6
/proc/4562/task/4569/stat : 4569 (pwbo2.02) R 4560 4562 4521 0 -1 4202560 472448 0 0 0 57434 329 0 0 20 0 3 0 332876439 3797000192 780540 33554432000 4194304 5964478 140733383243872 140464552876440 4396235 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=4562/tid=4570] ppid=4560 vsize=3708008 CPUtime=577.53 cores=0,2,4,6
/proc/4562/task/4570/stat : 4570 (pwbo2.02) R 4560 4562 4521 0 -1 4202560 35363 0 0 0 57723 30 0 0 20 0 3 0 332876439 3797000192 780540 33554432000 4194304 5964478 140733383243872 140464542386536 4390871 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1161.14
Current children cumulated vsize (KiB) 3708008

[startup+642.3 s]
/proc/loadavg: 3.99 3.75 2.97 5/179 4575
/proc/meminfo: memFree=22575696/32873624 swapFree=7112/7112
[pid=4562] ppid=4560 vsize=3777560 CPUtime=1281.1 cores=0,2,4,6
/proc/4562/stat : 4562 (pwbo2.02) S 4560 4562 4521 0 -1 4202496 693682 0 0 0 127660 450 0 0 20 0 3 0 332876125 3868221440 795197 33554432000 4194304 5964478 140733383243872 140733383243392 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4562/statm: 944390 795197 197 433 0 943954 0
[pid=4562/tid=4569] ppid=4560 vsize=3777560 CPUtime=637.47 cores=0,2,4,6
/proc/4562/task/4569/stat : 4569 (pwbo2.02) R 4560 4562 4521 0 -1 4202560 579074 0 0 0 63325 422 0 0 20 0 3 0 332876439 3868221440 795197 33554432000 4194304 5964478 140733383243872 140464552876440 4406360 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=4562/tid=4570] ppid=4560 vsize=3777560 CPUtime=637.35 cores=0,2,4,6
/proc/4562/task/4570/stat : 4570 (pwbo2.02) R 4560 4562 4521 0 -1 4202560 36611 0 0 0 63703 32 0 0 20 0 3 0 332876439 3868221440 795197 33554432000 4194304 5964478 140733383243872 140464542386488 4389170 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1281.1
Current children cumulated vsize (KiB) 3777560

[startup+702.3 s]
/proc/loadavg: 3.99 3.80 3.03 5/179 4575
/proc/meminfo: memFree=22308380/32873624 swapFree=7112/7112
[pid=4562] ppid=4560 vsize=4064312 CPUtime=1401.06 cores=0,2,4,6
/proc/4562/stat : 4562 (pwbo2.02) S 4560 4562 4521 0 -1 4202496 788677 0 0 0 139572 534 0 0 20 0 3 0 332876125 4161855488 868335 33554432000 4194304 5964478 140733383243872 140733383243392 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4562/statm: 1016078 868335 197 433 0 1015642 0
[pid=4562/tid=4569] ppid=4560 vsize=4064312 CPUtime=697.32 cores=0,2,4,6
/proc/4562/task/4569/stat : 4569 (pwbo2.02) R 4560 4562 4521 0 -1 4202560 673437 0 0 0 69227 505 0 0 20 0 3 0 332876439 4161855488 868335 33554432000 4194304 5964478 140733383243872 140464552876376 5179822 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=4562/tid=4570] ppid=4560 vsize=4064312 CPUtime=697.17 cores=0,2,4,6
/proc/4562/task/4570/stat : 4570 (pwbo2.02) R 4560 4562 4521 0 -1 4202560 37243 0 0 0 69684 33 0 0 20 0 3 0 332876439 4161855488 868335 33554432000 4194304 5964478 140733383243872 140464542386488 4389072 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1401.06
Current children cumulated vsize (KiB) 4064312

[startup+762.3 s]
/proc/loadavg: 3.99 3.83 3.09 5/179 4576
/proc/meminfo: memFree=22160520/32873624 swapFree=7112/7112
[pid=4562] ppid=4560 vsize=4195384 CPUtime=1521.03 cores=0,2,4,6
/proc/4562/stat : 4562 (pwbo2.02) S 4560 4562 4521 0 -1 4202496 892623 0 0 0 151485 618 0 0 20 0 3 0 332876125 4296073216 891869 33554432000 4194304 5964478 140733383243872 140733383243392 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4562/statm: 1048846 891869 197 433 0 1048410 0
[pid=4562/tid=4569] ppid=4560 vsize=4195384 CPUtime=757.16 cores=0,2,4,6
/proc/4562/task/4569/stat : 4569 (pwbo2.02) R 4560 4562 4521 0 -1 4202560 776252 0 0 0 75127 589 0 0 20 0 3 0 332876439 4296073216 891869 33554432000 4194304 5964478 140733383243872 140464552876984 4406394 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=4562/tid=4570] ppid=4560 vsize=4195384 CPUtime=757.01 cores=0,2,4,6
/proc/4562/task/4570/stat : 4570 (pwbo2.02) R 4560 4562 4521 0 -1 4202560 38374 0 0 0 75666 35 0 0 20 0 3 0 332876439 4296073216 891869 33554432000 4194304 5964478 140733383243872 140464542386488 4381601 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1521.03
Current children cumulated vsize (KiB) 4195384

[startup+822.3 s]
/proc/loadavg: 3.99 3.86 3.15 5/179 4576
/proc/meminfo: memFree=21903920/32873624 swapFree=7112/7112
[pid=4562] ppid=4560 vsize=4506744 CPUtime=1640.98 cores=0,2,4,6
/proc/4562/stat : 4562 (pwbo2.02) S 4560 4562 4521 0 -1 4202496 955812 0 0 0 163409 689 0 0 20 0 3 0 332876125 4614905856 947836 33554432000 4194304 5964478 140733383243872 140733383243392 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4562/statm: 1126686 947836 197 433 0 1126250 0
[pid=4562/tid=4569] ppid=4560 vsize=4506744 CPUtime=816.99 cores=0,2,4,6
/proc/4562/task/4569/stat : 4569 (pwbo2.02) R 4560 4562 4521 0 -1 4202560 838288 0 0 0 81039 660 0 0 20 0 3 0 332876439 4614905856 947836 33554432000 4194304 5964478 140733383243872 140464552876440 4375259 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=4562/tid=4570] ppid=4560 vsize=4506744 CPUtime=816.84 cores=0,2,4,6
/proc/4562/task/4570/stat : 4570 (pwbo2.02) R 4560 4562 4521 0 -1 4202560 39527 0 0 0 81646 38 0 0 20 0 3 0 332876439 4614905856 947836 33554432000 4194304 5964478 140733383243872 140464542386488 4222464 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1640.98
Current children cumulated vsize (KiB) 4506744

[startup+882.306 s]
/proc/loadavg: 3.99 3.88 3.20 5/179 4576
/proc/meminfo: memFree=21741264/32873624 swapFree=7112/7112
[pid=4562] ppid=4560 vsize=4629528 CPUtime=1760.98 cores=0,2,4,6
/proc/4562/stat : 4562 (pwbo2.02) S 4560 4562 4521 0 -1 4202496 1048675 0 0 0 175329 769 0 0 20 0 3 0 332876125 4740636672 975893 33554432000 4194304 5964478 140733383243872 140733383243392 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4562/statm: 1157382 975893 197 433 0 1156946 0
[pid=4562/tid=4569] ppid=4560 vsize=4629528 CPUtime=876.84 cores=0,2,4,6
/proc/4562/task/4569/stat : 4569 (pwbo2.02) R 4560 4562 4521 0 -1 4202560 930560 0 0 0 86945 739 0 0 20 0 3 0 332876439 4740636672 975893 33554432000 4194304 5964478 140733383243872 140464552876376 4395704 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=4562/tid=4570] ppid=4560 vsize=4629528 CPUtime=876.69 cores=0,2,4,6
/proc/4562/task/4570/stat : 4570 (pwbo2.02) R 4560 4562 4521 0 -1 4202560 40118 0 0 0 87629 40 0 0 20 0 3 0 332876439 4740636672 975893 33554432000 4194304 5964478 140733383243872 140464542386488 4390871 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1760.98
Current children cumulated vsize (KiB) 4629528



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+901.9 s]
/proc/loadavg: 3.99 3.89 3.21 6/180 4579
/proc/meminfo: memFree=21591124/32873624 swapFree=7112/7112
[pid=4562] ppid=4560 vsize=4731976 CPUtime=1800.17 cores=0,2,4,6
/proc/4562/stat : 4562 (pwbo2.02) S 4560 4562 4521 0 -1 4202496 1082706 0 0 0 179218 799 0 0 20 0 3 0 332876125 4845543424 1009496 33554432000 4194304 5964478 140733383243872 140733383243392 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4562/statm: 1182994 1009496 197 433 0 1182558 0
[pid=4562/tid=4569] ppid=4560 vsize=4731976 CPUtime=896.39 cores=0,2,4,6
/proc/4562/task/4569/stat : 4569 (pwbo2.02) R 4560 4562 4521 0 -1 4202560 964250 0 0 0 88870 769 0 0 20 0 3 0 332876439 4845543424 1009496 33554432000 4194304 5964478 140733383243872 140464552876376 5130842 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=4562/tid=4570] ppid=4560 vsize=4731976 CPUtime=896.24 cores=0,2,4,6
/proc/4562/task/4570/stat : 4570 (pwbo2.02) R 4560 4562 4521 0 -1 4202560 40459 0 0 0 89583 41 0 0 20 0 3 0 332876439 4845543424 1009496 33554432000 4194304 5964478 140733383243872 140464542386488 4389072 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 4731976

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 4562 and gives
#  childrusage.ru_utime.tv_sec=1787
#  childrusage.ru_utime.tv_usec=538252
#  childrusage.ru_stime.tv_sec=8
#  childrusage.ru_stime.tv_usec=325734
# CPU time returned by wait4() is 1795.86
# while last known CPU time is 1800.17
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 901.984
CPU time (s): 1800.17
CPU user time (s): 1792.18
CPU system time (s): 7.99
CPU usage (%): 199.579
Max. virtual memory (cumulated for all children) (KiB): 4731976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1787.54
system time used= 8.32573
maximum resident set size= 4074428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1082708
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= 6132
involuntary context switches= 1865

runsolver used 1.91271 second user time and 4.83427 second system time

The end

Launcher Data

Begin job on node121 at 2012-06-02 22:05:07
IDJOB=3726389
IDBENCH=90937
IDSOLVER=2309
FILE ID=node121/3726389-1338667506
RUNJOBID= node121-1338667506-4537
PBS_JOBID= 14636507
Free space on /tmp= 71204 MiB

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

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

MD5SUM BENCH= da53a74913ae0ed6caffae915d70714d
RANDOM SEED=331755948

node121.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.042
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.08
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.042
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.042
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.92
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.042
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.042
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		: 2667.042
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.91
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.042
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	: 5438.55
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.042
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:       32873624 kB
MemFree:        27035136 kB
Buffers:          596876 kB
Cached:          4354520 kB
SwapCached:            0 kB
Active:          1735872 kB
Inactive:        3229964 kB
Active(anon):       1896 kB
Inactive(anon):    10772 kB
Active(file):    1733976 kB
Inactive(file):  3219192 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             66032 kB
Writeback:             0 kB
AnonPages:         19560 kB
Mapped:            13420 kB
Shmem:               200 kB
Slab:             734304 kB
SReclaimable:     178040 kB
SUnreclaim:       556264 kB
KernelStack:        1408 kB
PageTables:         3628 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545668 kB
Committed_AS:      92136 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 71196 MiB
End job on node121 at 2012-06-02 22:20:11