Trace number 3704088

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.08 902.151

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.0 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3704088-1338100075.opb.
0.00/0.00	c Instance file HOME/instance-3704088-1338100075.opb
0.00/0.00	c File size is 28226635 bytes.
3.49/3.52	c Cost Offset: -623794
3.49/3.52	c Highest Coefficient sum: 62575
3.49/3.52	c ============================[ Problem Statistics ]=============================
3.49/3.52	c |                                                                             |
3.49/3.52	c |  Parsing time:          3.52         s                                      |
3.49/3.52	c |  Number Variables:      400896                                              |
3.49/3.52	c |  Number Clauses:        400785                                              |
3.49/3.52	c |  Number Cardinality:    1977                                                |
3.49/3.52	c |  Number PB Constraints: 1                                                   |
3.49/3.52	c |                                                                             |
4.04/3.88	c |  Problem Type:          Optimization                                        |
4.04/3.88	c |  Objective Function:    PB Constraint                                       |
4.04/3.88	c |                                                                             |
4.04/3.88	c ===============================================================================
1800.08/902.11	c ===============================================================================
1800.08/902.11	c Wall Clock Time: 902.11 s
1800.08/902.11	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-3704088-1338100075/watcher-3704088-1338100075 -o /tmp/evaluation-result-3704088-1338100075/solver-3704088-1338100075 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 HOME/instance-3704088-1338100075.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.07 4.00 3.95 3/178 21279
/proc/meminfo: memFree=30183424/32873844 swapFree=6080/6080
[pid=21279] ppid=21277 vsize=32996 CPUtime=0 cores=1,3,5,7
/proc/21279/stat : 21279 (pwbo2.0) R 21277 21279 18125 0 -1 4202496 663 0 0 0 0 0 0 0 20 0 1 0 276132134 33787904 616 33554432000 4194304 5965102 140735914825328 140736975529512 5179915 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/21279/statm: 8249 620 170 433 0 921 0

[startup+0.0261259 s]
/proc/loadavg: 4.07 4.00 3.95 3/178 21279
/proc/meminfo: memFree=30183424/32873844 swapFree=6080/6080
[pid=21279] ppid=21277 vsize=37448 CPUtime=0.02 cores=1,3,5,7
/proc/21279/stat : 21279 (pwbo2.0) R 21277 21279 18125 0 -1 4202496 1736 0 0 0 2 0 0 0 20 0 1 0 276132134 38346752 1690 33554432000 4194304 5965102 140735914825328 140736975529512 5179915 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/21279/statm: 9362 1708 225 433 0 2034 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 37448

[startup+0.10027 s]
/proc/loadavg: 4.07 4.00 3.95 3/178 21279
/proc/meminfo: memFree=30183424/32873844 swapFree=6080/6080
[pid=21279] ppid=21277 vsize=48172 CPUtime=0.09 cores=1,3,5,7
/proc/21279/stat : 21279 (pwbo2.0) R 21277 21279 18125 0 -1 4202496 4575 0 0 0 9 0 0 0 20 0 1 0 276132134 49328128 4447 33554432000 4194304 5965102 140735914825328 140736975529512 5137146 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/21279/statm: 12043 4448 426 433 0 4715 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 48172

[startup+0.300256 s]
/proc/loadavg: 4.07 4.00 3.95 3/178 21279
/proc/meminfo: memFree=30183424/32873844 swapFree=6080/6080
[pid=21279] ppid=21277 vsize=68940 CPUtime=0.29 cores=1,3,5,7
/proc/21279/stat : 21279 (pwbo2.0) R 21277 21279 18125 0 -1 4202496 10371 0 0 0 28 1 0 0 20 0 1 0 276132134 70594560 9975 33554432000 4194304 5965102 140735914825328 140736975529512 4350459 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/21279/statm: 17235 9975 944 433 0 9907 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 68940

[startup+0.700271 s]
/proc/loadavg: 4.07 4.00 3.95 3/178 21279
/proc/meminfo: memFree=30183424/32873844 swapFree=6080/6080
[pid=21279] ppid=21277 vsize=113952 CPUtime=0.68 cores=1,3,5,7
/proc/21279/stat : 21279 (pwbo2.0) R 21277 21279 18125 0 -1 4202496 21907 0 0 0 65 3 0 0 20 0 1 0 276132134 116686848 20981 33554432000 4194304 5965102 140735914825328 140735914823336 5137146 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/21279/statm: 28488 20982 1901 433 0 21160 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 113952

[startup+1.50026 s]
/proc/loadavg: 3.98 3.99 3.95 4/179 21280
/proc/meminfo: memFree=30073860/32873844 swapFree=6080/6080
[pid=21279] ppid=21277 vsize=208076 CPUtime=1.49 cores=1,3,5,7
/proc/21279/stat : 21279 (pwbo2.0) R 21277 21279 18125 0 -1 4202496 43393 0 0 0 140 9 0 0 20 0 1 0 276132134 213069824 43451 33554432000 4194304 5965102 140735914825328 140735914823528 4396446 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/21279/statm: 52019 43451 3544 433 0 44691 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 208076

[startup+3.10026 s]
/proc/loadavg: 3.98 3.99 3.95 4/179 21280
/proc/meminfo: memFree=29973952/32873844 swapFree=6080/6080
[pid=21279] ppid=21277 vsize=321528 CPUtime=3.09 cores=1,3,5,7
/proc/21279/stat : 21279 (pwbo2.0) R 21277 21279 18125 0 -1 4202496 70705 0 0 0 294 15 0 0 20 0 1 0 276132134 329244672 73258 33554432000 4194304 5965102 140735914825328 140735914823272 4351027 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/21279/statm: 80382 73258 6351 433 0 73054 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 321528

[startup+6.30035 s]
/proc/loadavg: 3.98 3.99 3.95 5/181 21282
/proc/meminfo: memFree=29496648/32873844 swapFree=6080/6080
[pid=21279] ppid=21277 vsize=885568 CPUtime=8.94 cores=1,3,5,7
/proc/21279/stat : 21279 (pwbo2.0) S 21277 21279 18125 0 -1 4202496 163571 0 0 0 852 42 0 0 20 0 3 0 276132134 906821632 176725 33554432000 4194304 5965102 140735914825328 140735914824848 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21279/statm: 221392 176725 198 433 0 220956 0
[pid=21279/tid=21281] ppid=21277 vsize=885568 CPUtime=2.74 cores=1,3,5,7
/proc/21279/task/21281/stat : 21281 (pwbo2.0) R 21277 21279 18125 0 -1 4202560 65590 0 0 0 255 19 0 0 20 0 3 0 276132486 906821632 176725 33554432000 4194304 5965102 140735914825328 139853186107928 5123123 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=21279/tid=21282] ppid=21277 vsize=885568 CPUtime=2.64 cores=1,3,5,7
/proc/21279/task/21282/stat : 21282 (pwbo2.0) R 21277 21279 18125 0 -1 4202560 21116 0 0 0 257 7 0 0 20 0 3 0 276132486 906821632 176725 33554432000 4194304 5965102 140735914825328 139853175617768 4222416 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.94
Current children cumulated vsize (KiB) 885568

[startup+12.7004 s]
/proc/loadavg: 3.98 3.99 3.95 3/177 21283
/proc/meminfo: memFree=30488100/32873844 swapFree=6080/6080
[pid=21279] ppid=21277 vsize=951104 CPUtime=21.74 cores=1,3,5,7
/proc/21279/stat : 21279 (pwbo2.0) S 21277 21279 18125 0 -1 4202496 169253 0 0 0 2128 46 0 0 20 0 3 0 276132134 973930496 195369 33554432000 4194304 5965102 140735914825328 140735914824848 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21279/statm: 237776 195369 199 433 0 237340 0
[pid=21279/tid=21281] ppid=21277 vsize=951104 CPUtime=9.12 cores=1,3,5,7
/proc/21279/task/21281/stat : 21281 (pwbo2.0) R 21277 21279 18125 0 -1 4202560 70869 0 0 0 891 21 0 0 20 0 3 0 276132486 973930496 195369 33554432000 4194304 5965102 140735914825328 139853186107928 5123034 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=21279/tid=21282] ppid=21277 vsize=951104 CPUtime=9.03 cores=1,3,5,7
/proc/21279/task/21282/stat : 21282 (pwbo2.0) R 21277 21279 18125 0 -1 4202560 21519 0 0 0 896 7 0 0 20 0 3 0 276132486 973930496 195369 33554432000 4194304 5965102 140735914825328 139853175617784 4390125 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 21.74
Current children cumulated vsize (KiB) 951104

[startup+25.5004 s]
/proc/loadavg: 3.91 3.97 3.94 5/181 21323
/proc/meminfo: memFree=29661692/32873844 swapFree=6080/6080
[pid=21279] ppid=21277 vsize=951104 CPUtime=47.33 cores=1,3,5,7
/proc/21279/stat : 21279 (pwbo2.0) S 21277 21279 18125 0 -1 4202496 190428 0 0 0 4679 54 0 0 20 0 3 0 276132134 973930496 203560 33554432000 4194304 5965102 140735914825328 140735914824848 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21279/statm: 237776 203560 199 433 0 237340 0
[pid=21279/tid=21281] ppid=21277 vsize=951104 CPUtime=21.88 cores=1,3,5,7
/proc/21279/task/21281/stat : 21281 (pwbo2.0) R 21277 21279 18125 0 -1 4202560 91931 0 0 0 2158 30 0 0 20 0 3 0 276132486 973930496 203560 33554432000 4194304 5965102 140735914825328 139853186107736 4376299 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=21279/tid=21282] ppid=21277 vsize=951104 CPUtime=21.79 cores=1,3,5,7
/proc/21279/task/21282/stat : 21282 (pwbo2.0) R 21277 21279 18125 0 -1 4202560 21632 0 0 0 2172 7 0 0 20 0 3 0 276132486 973930496 203560 33554432000 4194304 5965102 140735914825328 139853175617656 4393903 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 47.33
Current children cumulated vsize (KiB) 951104

[startup+51.1003 s]
/proc/loadavg: 3.94 3.97 3.94 5/181 21323
/proc/meminfo: memFree=29563868/32873844 swapFree=6080/6080
[pid=21279] ppid=21277 vsize=1104172 CPUtime=98.51 cores=1,3,5,7
/proc/21279/stat : 21279 (pwbo2.0) S 21277 21279 18125 0 -1 4202496 238314 0 0 0 9782 69 0 0 20 0 3 0 276132134 1130672128 234717 33554432000 4194304 5965102 140735914825328 140735914824848 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21279/statm: 276043 234717 199 433 0 275607 0
[pid=21279/tid=21281] ppid=21277 vsize=1104172 CPUtime=47.41 cores=1,3,5,7
/proc/21279/task/21281/stat : 21281 (pwbo2.0) R 21277 21279 18125 0 -1 4202560 139525 0 0 0 4697 44 0 0 20 0 3 0 276132486 1130672128 234717 33554432000 4194304 5965102 140735914825328 139853186107800 4376299 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=21279/tid=21282] ppid=21277 vsize=1104172 CPUtime=47.32 cores=1,3,5,7
/proc/21279/task/21282/stat : 21282 (pwbo2.0) R 21277 21279 18125 0 -1 4202560 21924 0 0 0 4724 8 0 0 20 0 3 0 276132486 1130672128 234717 33554432000 4194304 5965102 140735914825328 139853175617896 4390140 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 98.51
Current children cumulated vsize (KiB) 1104172

[startup+102.307 s]
/proc/loadavg: 3.97 3.97 3.94 5/180 21323
/proc/meminfo: memFree=29221824/32873844 swapFree=6080/6080
[pid=21279] ppid=21277 vsize=1409980 CPUtime=200.9 cores=1,3,5,7
/proc/21279/stat : 21279 (pwbo2.0) S 21277 21279 18125 0 -1 4202496 283664 0 0 0 19988 102 0 0 20 0 3 0 276132134 1443819520 288749 33554432000 4194304 5965102 140735914825328 140735914824848 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21279/statm: 352495 288749 199 433 0 352059 0
[pid=21279/tid=21281] ppid=21277 vsize=1409980 CPUtime=98.49 cores=1,3,5,7
/proc/21279/task/21281/stat : 21281 (pwbo2.0) R 21277 21279 18125 0 -1 4202560 184189 0 0 0 9774 75 0 0 20 0 3 0 276132486 1443819520 288749 33554432000 4194304 5965102 140735914825328 139853186107928 5143165 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=21279/tid=21282] ppid=21277 vsize=1409980 CPUtime=98.38 cores=1,3,5,7
/proc/21279/task/21282/stat : 21282 (pwbo2.0) R 21277 21279 18125 0 -1 4202560 22610 0 0 0 9827 11 0 0 20 0 3 0 276132486 1443819520 288749 33554432000 4194304 5965102 140735914825328 139853175617656 4221984 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 200.9
Current children cumulated vsize (KiB) 1409980

[startup+162.3 s]
/proc/loadavg: 3.99 3.97 3.94 5/182 21327
/proc/meminfo: memFree=28969744/32873844 swapFree=6080/6080
[pid=21279] ppid=21277 vsize=1762264 CPUtime=320.87 cores=1,3,5,7
/proc/21279/stat : 21279 (pwbo2.0) S 21277 21279 18125 0 -1 4202496 319072 0 0 0 31946 141 0 0 20 0 3 0 276132134 1804558336 358667 33554432000 4194304 5965102 140735914825328 140735914824848 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21279/statm: 440566 358667 199 433 0 440130 0
[pid=21279/tid=21281] ppid=21277 vsize=1762264 CPUtime=158.33 cores=1,3,5,7
/proc/21279/task/21281/stat : 21281 (pwbo2.0) R 21277 21279 18125 0 -1 4202560 218822 0 0 0 15720 113 0 0 20 0 3 0 276132486 1804558336 358667 33554432000 4194304 5965102 140735914825328 139853186107688 4420260 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=21279/tid=21282] ppid=21277 vsize=1762264 CPUtime=158.22 cores=1,3,5,7
/proc/21279/task/21282/stat : 21282 (pwbo2.0) R 21277 21279 18125 0 -1 4202560 23385 0 0 0 15807 15 0 0 20 0 3 0 276132486 1804558336 358667 33554432000 4194304 5965102 140735914825328 139853175617896 4382641 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 320.87
Current children cumulated vsize (KiB) 1762264

[startup+222.3 s]
/proc/loadavg: 3.99 3.97 3.94 5/181 21327
/proc/meminfo: memFree=28706696/32873844 swapFree=6080/6080
[pid=21279] ppid=21277 vsize=1893336 CPUtime=440.83 cores=1,3,5,7
/proc/21279/stat : 21279 (pwbo2.0) S 21277 21279 18125 0 -1 4202496 327644 0 0 0 43926 157 0 0 20 0 3 0 276132134 1938776064 396328 33554432000 4194304 5965102 140735914825328 140735914824848 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21279/statm: 473334 396328 199 433 0 472898 0
[pid=21279/tid=21281] ppid=21277 vsize=1893336 CPUtime=218.18 cores=1,3,5,7
/proc/21279/task/21281/stat : 21281 (pwbo2.0) R 21277 21279 18125 0 -1 4202560 226858 0 0 0 21689 129 0 0 20 0 3 0 276132486 1938776064 396328 33554432000 4194304 5965102 140735914825328 139853186107656 4221072 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=21279/tid=21282] ppid=21277 vsize=1893336 CPUtime=218.05 cores=1,3,5,7
/proc/21279/task/21282/stat : 21282 (pwbo2.0) R 21277 21279 18125 0 -1 4202560 23921 0 0 0 21788 17 0 0 20 0 3 0 276132486 1938776064 396328 33554432000 4194304 5965102 140735914825328 139853175617848 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 440.83
Current children cumulated vsize (KiB) 1893336

[startup+282.3 s]
/proc/loadavg: 3.99 3.97 3.94 5/181 21327
/proc/meminfo: memFree=28401068/32873844 swapFree=6080/6080
[pid=21279] ppid=21277 vsize=2221016 CPUtime=560.81 cores=1,3,5,7
/proc/21279/stat : 21279 (pwbo2.0) S 21277 21279 18125 0 -1 4202496 351274 0 0 0 55896 185 0 0 20 0 3 0 276132134 2274320384 458920 33554432000 4194304 5965102 140735914825328 140735914824848 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21279/statm: 555254 458920 199 433 0 554818 0
[pid=21279/tid=21281] ppid=21277 vsize=2221016 CPUtime=278.02 cores=1,3,5,7
/proc/21279/task/21281/stat : 21281 (pwbo2.0) R 21277 21279 18125 0 -1 4202560 250098 0 0 0 27646 156 0 0 20 0 3 0 276132486 2274320384 458920 33554432000 4194304 5965102 140735914825328 139853186107928 5180494 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=21279/tid=21282] ppid=21277 vsize=2221016 CPUtime=277.89 cores=1,3,5,7
/proc/21279/task/21282/stat : 21282 (pwbo2.0) R 21277 21279 18125 0 -1 4202560 24311 0 0 0 27769 20 0 0 20 0 3 0 276132486 2274320384 458920 33554432000 4194304 5965102 140735914825328 139853175617848 4400894 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 560.81
Current children cumulated vsize (KiB) 2221016

[startup+342.3 s]
/proc/loadavg: 3.99 3.97 3.94 5/181 21327
/proc/meminfo: memFree=28086352/32873844 swapFree=6080/6080
[pid=21279] ppid=21277 vsize=2548696 CPUtime=680.79 cores=1,3,5,7
/proc/21279/stat : 21279 (pwbo2.0) S 21277 21279 18125 0 -1 4202496 360922 0 0 0 67876 203 0 0 20 0 3 0 276132134 2609864704 520536 33554432000 4194304 5965102 140735914825328 140735914824848 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21279/statm: 637174 520536 199 433 0 636738 0
[pid=21279/tid=21281] ppid=21277 vsize=2548696 CPUtime=337.86 cores=1,3,5,7
/proc/21279/task/21281/stat : 21281 (pwbo2.0) R 21277 21279 18125 0 -1 4202560 259362 0 0 0 33612 174 0 0 20 0 3 0 276132486 2609864704 520536 33554432000 4194304 5965102 140735914825328 139853186107688 5131650 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=21279/tid=21282] ppid=21277 vsize=2548696 CPUtime=337.74 cores=1,3,5,7
/proc/21279/task/21282/stat : 21282 (pwbo2.0) R 21277 21279 18125 0 -1 4202560 24695 0 0 0 33752 22 0 0 20 0 3 0 276132486 2609864704 520536 33554432000 4194304 5965102 140735914825328 139853175617848 4390187 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 680.79
Current children cumulated vsize (KiB) 2548696

[startup+402.3 s]
/proc/loadavg: 3.99 3.97 3.94 5/181 21327
/proc/meminfo: memFree=27917672/32873844 swapFree=6080/6080
[pid=21279] ppid=21277 vsize=2679768 CPUtime=800.75 cores=1,3,5,7
/proc/21279/stat : 21279 (pwbo2.0) S 21277 21279 18125 0 -1 4202496 376492 0 0 0 79856 219 0 0 20 0 3 0 276132134 2744082432 553682 33554432000 4194304 5965102 140735914825328 140735914824848 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21279/statm: 669942 553682 199 433 0 669506 0
[pid=21279/tid=21281] ppid=21277 vsize=2679768 CPUtime=397.7 cores=1,3,5,7
/proc/21279/task/21281/stat : 21281 (pwbo2.0) R 21277 21279 18125 0 -1 4202560 274268 0 0 0 39580 190 0 0 20 0 3 0 276132486 2744082432 553682 33554432000 4194304 5965102 140735914825328 139853186107736 4393875 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=21279/tid=21282] ppid=21277 vsize=2679768 CPUtime=397.57 cores=1,3,5,7
/proc/21279/task/21282/stat : 21282 (pwbo2.0) R 21277 21279 18125 0 -1 4202560 25359 0 0 0 39733 24 0 0 20 0 3 0 276132486 2744082432 553682 33554432000 4194304 5965102 140735914825328 139853175617848 4393922 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 800.75
Current children cumulated vsize (KiB) 2679768

[startup+462.3 s]
/proc/loadavg: 3.99 3.97 3.94 5/182 21329
/proc/meminfo: memFree=27720784/32873844 swapFree=6080/6080
[pid=21279] ppid=21277 vsize=2917308 CPUtime=920.73 cores=1,3,5,7
/proc/21279/stat : 21279 (pwbo2.0) S 21277 21279 18125 0 -1 4202496 397928 0 0 0 91828 245 0 0 20 0 3 0 276132134 2987323392 594866 33554432000 4194304 5965102 140735914825328 140735914824848 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21279/statm: 729327 594866 199 433 0 728891 0
[pid=21279/tid=21281] ppid=21277 vsize=2917308 CPUtime=457.54 cores=1,3,5,7
/proc/21279/task/21281/stat : 21281 (pwbo2.0) R 21277 21279 18125 0 -1 4202560 295060 0 0 0 45541 213 0 0 20 0 3 0 276132486 2987323392 594866 33554432000 4194304 5965102 140735914825328 139853186107928 5139822 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=21279/tid=21282] ppid=21277 vsize=2917308 CPUtime=457.42 cores=1,3,5,7
/proc/21279/task/21282/stat : 21282 (pwbo2.0) R 21277 21279 18125 0 -1 4202560 26003 0 0 0 45715 27 0 0 20 0 3 0 276132486 2987323392 594866 33554432000 4194304 5965102 140735914825328 139853175617848 4388991 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 920.73
Current children cumulated vsize (KiB) 2917308

[startup+522.3 s]
/proc/loadavg: 3.99 3.97 3.94 5/181 21329
/proc/meminfo: memFree=27548600/32873844 swapFree=6080/6080
[pid=21279] ppid=21277 vsize=3048380 CPUtime=1040.71 cores=1,3,5,7
/proc/21279/stat : 21279 (pwbo2.0) S 21277 21279 18125 0 -1 4202496 411083 0 0 0 103806 265 0 0 20 0 3 0 276132134 3121541120 630744 33554432000 4194304 5965102 140735914825328 140735914824848 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21279/statm: 762095 630744 199 433 0 761659 0
[pid=21279/tid=21281] ppid=21277 vsize=3048380 CPUtime=517.39 cores=1,3,5,7
/proc/21279/task/21281/stat : 21281 (pwbo2.0) R 21277 21279 18125 0 -1 4202560 307643 0 0 0 51507 232 0 0 20 0 3 0 276132486 3121541120 630744 33554432000 4194304 5965102 140735914825328 139853186107928 5131557 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=21279/tid=21282] ppid=21277 vsize=3048380 CPUtime=517.26 cores=1,3,5,7
/proc/21279/task/21282/stat : 21282 (pwbo2.0) R 21277 21279 18125 0 -1 4202560 26575 0 0 0 51696 30 0 0 20 0 3 0 276132486 3121541120 630744 33554432000 4194304 5965102 140735914825328 139853175617848 4390204 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1040.71
Current children cumulated vsize (KiB) 3048380

[startup+582.3 s]
/proc/loadavg: 3.99 3.97 3.94 5/181 21329
/proc/meminfo: memFree=27378216/32873844 swapFree=6080/6080
[pid=21279] ppid=21277 vsize=3244988 CPUtime=1160.68 cores=1,3,5,7
/proc/21279/stat : 21279 (pwbo2.0) S 21277 21279 18125 0 -1 4202496 435268 0 0 0 115779 289 0 0 20 0 3 0 276132134 3322867712 672659 33554432000 4194304 5965102 140735914825328 140735914824848 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21279/statm: 811247 672659 199 433 0 810811 0
[pid=21279/tid=21281] ppid=21277 vsize=3244988 CPUtime=577.22 cores=1,3,5,7
/proc/21279/task/21281/stat : 21281 (pwbo2.0) R 21277 21279 18125 0 -1 4202560 331083 0 0 0 57468 254 0 0 20 0 3 0 276132486 3322867712 672659 33554432000 4194304 5965102 140735914825328 139853186107736 5136313 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=21279/tid=21282] ppid=21277 vsize=3244988 CPUtime=577.1 cores=1,3,5,7
/proc/21279/task/21282/stat : 21282 (pwbo2.0) R 21277 21279 18125 0 -1 4202560 27320 0 0 0 57677 33 0 0 20 0 3 0 276132486 3322867712 672659 33554432000 4194304 5965102 140735914825328 139853175617848 4222416 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1160.68
Current children cumulated vsize (KiB) 3244988

[startup+642.3 s]
/proc/loadavg: 3.99 3.97 3.94 5/181 21329
/proc/meminfo: memFree=27223468/32873844 swapFree=6080/6080
[pid=21279] ppid=21277 vsize=3441596 CPUtime=1280.66 cores=1,3,5,7
/proc/21279/stat : 21279 (pwbo2.0) S 21277 21279 18125 0 -1 4202496 442186 0 0 0 127759 307 0 0 20 0 3 0 276132134 3524194304 709867 33554432000 4194304 5965102 140735914825328 140735914824848 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21279/statm: 860399 709867 199 433 0 859963 0
[pid=21279/tid=21281] ppid=21277 vsize=3441596 CPUtime=637.07 cores=1,3,5,7
/proc/21279/task/21281/stat : 21281 (pwbo2.0) R 21277 21279 18125 0 -1 4202560 337019 0 0 0 63438 269 0 0 20 0 3 0 276132486 3524194304 709867 33554432000 4194304 5965102 140735914825328 139853186107928 5143194 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=21279/tid=21282] ppid=21277 vsize=3441596 CPUtime=636.96 cores=1,3,5,7
/proc/21279/task/21282/stat : 21282 (pwbo2.0) R 21277 21279 18125 0 -1 4202560 28302 0 0 0 63657 39 0 0 20 0 3 0 276132486 3524194304 709867 33554432000 4194304 5965102 140735914825328 139853175617848 4400894 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1280.66
Current children cumulated vsize (KiB) 3441596

[startup+702.3 s]
/proc/loadavg: 3.99 3.97 3.94 5/181 21329
/proc/meminfo: memFree=27086856/32873844 swapFree=6080/6080
[pid=21279] ppid=21277 vsize=3589244 CPUtime=1400.62 cores=1,3,5,7
/proc/21279/stat : 21279 (pwbo2.0) S 21277 21279 18125 0 -1 4202496 470404 0 0 0 139703 359 0 0 20 0 3 0 276132134 3675385856 736790 33554432000 4194304 5965102 140735914825328 140735914824848 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21279/statm: 897311 736790 199 433 0 896875 0
[pid=21279/tid=21281] ppid=21277 vsize=3589244 CPUtime=696.9 cores=1,3,5,7
/proc/21279/task/21281/stat : 21281 (pwbo2.0) R 21277 21279 18125 0 -1 4202560 364681 0 0 0 69369 321 0 0 20 0 3 0 276132486 3675385856 736790 33554432000 4194304 5965102 140735914825328 139853186108232 5134447 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=21279/tid=21282] ppid=21277 vsize=3589244 CPUtime=696.8 cores=1,3,5,7
/proc/21279/task/21282/stat : 21282 (pwbo2.0) R 21277 21279 18125 0 -1 4202560 28858 0 0 0 69639 41 0 0 20 0 3 0 276132486 3675385856 736790 33554432000 4194304 5965102 140735914825328 139853175617896 4400955 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1400.62
Current children cumulated vsize (KiB) 3589244

[startup+762.307 s]
/proc/loadavg: 4.06 3.99 3.95 5/182 21333
/proc/meminfo: memFree=27029408/32873844 swapFree=6080/6080
[pid=21279] ppid=21277 vsize=3646492 CPUtime=1520.61 cores=1,3,5,7
/proc/21279/stat : 21279 (pwbo2.0) S 21277 21279 18125 0 -1 4202496 535817 0 0 0 151630 431 0 0 20 0 3 0 276132134 3734007808 755238 33554432000 4194304 5965102 140735914825328 140735914824848 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21279/statm: 911623 755238 199 433 0 911187 0
[pid=21279/tid=21281] ppid=21277 vsize=3646492 CPUtime=756.75 cores=1,3,5,7
/proc/21279/task/21281/stat : 21281 (pwbo2.0) R 21277 21279 18125 0 -1 4202560 429607 0 0 0 75283 392 0 0 20 0 3 0 276132486 3734007808 755238 33554432000 4194304 5965102 140735914825328 139853186107800 4390172 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=21279/tid=21282] ppid=21277 vsize=3646492 CPUtime=756.64 cores=1,3,5,7
/proc/21279/task/21282/stat : 21282 (pwbo2.0) R 21277 21279 18125 0 -1 4202560 29345 0 0 0 75620 44 0 0 20 0 3 0 276132486 3734007808 755238 33554432000 4194304 5965102 140735914825328 139853175617848 4393863 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1520.61
Current children cumulated vsize (KiB) 3646492

[startup+822.3 s]
/proc/loadavg: 4.02 3.99 3.95 5/181 21333
/proc/meminfo: memFree=26679320/32873844 swapFree=6080/6080
[pid=21279] ppid=21277 vsize=3904616 CPUtime=1640.55 cores=1,3,5,7
/proc/21279/stat : 21279 (pwbo2.0) S 21277 21279 18125 0 -1 4202496 592598 0 0 0 163557 498 0 0 20 0 3 0 276132134 3998326784 822205 33554432000 4194304 5965102 140735914825328 140735914824848 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21279/statm: 976154 822205 199 433 0 975718 0
[pid=21279/tid=21281] ppid=21277 vsize=3904616 CPUtime=816.59 cores=1,3,5,7
/proc/21279/task/21281/stat : 21281 (pwbo2.0) R 21277 21279 18125 0 -1 4202560 485549 0 0 0 81202 457 0 0 20 0 3 0 276132486 3998326784 822205 33554432000 4194304 5965102 140735914825328 139853186108344 5139822 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=21279/tid=21282] ppid=21277 vsize=3904616 CPUtime=816.46 cores=1,3,5,7
/proc/21279/task/21282/stat : 21282 (pwbo2.0) R 21277 21279 18125 0 -1 4202560 30184 0 0 0 81599 47 0 0 20 0 3 0 276132486 3998326784 822205 33554432000 4194304 5965102 140735914825328 139853175617784 4390204 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1640.55
Current children cumulated vsize (KiB) 3904616

[startup+882.3 s]
/proc/loadavg: 4.00 3.99 3.95 5/181 21333
/proc/meminfo: memFree=26513180/32873844 swapFree=6080/6080
[pid=21279] ppid=21277 vsize=4011084 CPUtime=1760.47 cores=1,3,5,7
/proc/21279/stat : 21279 (pwbo2.0) S 21277 21279 18125 0 -1 4202496 659370 0 0 0 175476 571 0 0 20 0 3 0 276132134 4107350016 849266 33554432000 4194304 5965102 140735914825328 140735914824848 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21279/statm: 1002771 849266 199 433 0 1002335 0
[pid=21279/tid=21281] ppid=21277 vsize=4011084 CPUtime=876.43 cores=1,3,5,7
/proc/21279/task/21281/stat : 21281 (pwbo2.0) R 21277 21279 18125 0 -1 4202560 551684 0 0 0 87115 528 0 0 20 0 3 0 276132486 4107350016 849266 33554432000 4194304 5965102 140735914825328 139853186107800 5143165 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=21279/tid=21282] ppid=21277 vsize=4011084 CPUtime=876.24 cores=1,3,5,7
/proc/21279/task/21282/stat : 21282 (pwbo2.0) R 21277 21279 18125 0 -1 4202560 30821 0 0 0 87573 51 0 0 20 0 3 0 276132486 4107350016 849266 33554432000 4194304 5965102 140735914825328 139853175617656 4390150 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1760.47
Current children cumulated vsize (KiB) 4011084



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+902.1 s]
/proc/loadavg: 4.00 3.99 3.95 6/181 21333
/proc/meminfo: memFree=26464104/32873844 swapFree=6080/6080
[pid=21279] ppid=21277 vsize=4072600 CPUtime=1800.08 cores=1,3,5,7
/proc/21279/stat : 21279 (pwbo2.0) S 21277 21279 18125 0 -1 4202496 683267 0 0 0 179410 598 0 0 20 0 3 0 276132134 4170342400 860999 33554432000 4194304 5965102 140735914825328 140735914824848 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21279/statm: 1018150 860999 199 433 0 1017714 0
[pid=21279/tid=21281] ppid=21277 vsize=4072600 CPUtime=896.19 cores=1,3,5,7
/proc/21279/task/21281/stat : 21281 (pwbo2.0) R 21277 21279 18125 0 -1 4202560 575466 0 0 0 89065 554 0 0 20 0 3 0 276132486 4170342400 860999 33554432000 4194304 5965102 140735914825328 139853186107800 5143165 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=21279/tid=21282] ppid=21277 vsize=4072600 CPUtime=896 cores=1,3,5,7
/proc/21279/task/21282/stat : 21282 (pwbo2.0) R 21277 21279 18125 0 -1 4202560 30936 0 0 0 89548 52 0 0 20 0 3 0 276132486 4170342400 860999 33554432000 4194304 5965102 140735914825328 139853175617896 4390200 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 4072600

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

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

[startup+902.1 s]
/proc/loadavg: 4.00 3.99 3.95 6/181 21333
/proc/meminfo: memFree=26464104/32873844 swapFree=6080/6080
[pid=21279] ppid=21277 vsize=4072600 CPUtime=1800.08 cores=1,3,5,7
/proc/21279/stat : 21279 (pwbo2.0) S 21277 21279 18125 0 -1 4202496 683267 0 0 0 179410 598 0 0 20 0 3 0 276132134 4170342400 860999 33554432000 4194304 5965102 140735914825328 140735914824848 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21279/statm: 1018150 860999 199 433 0 1017714 0
[pid=21279/tid=21281] ppid=21277 vsize=4072600 CPUtime=896.19 cores=1,3,5,7
/proc/21279/task/21281/stat : 21281 (pwbo2.0) R 21277 21279 18125 0 -1 4202560 575466 0 0 0 89065 554 0 0 20 0 3 0 276132486 4170342400 860999 33554432000 4194304 5965102 140735914825328 139853186107800 5143165 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=21279/tid=21282] ppid=21277 vsize=4072600 CPUtime=896 cores=1,3,5,7
/proc/21279/task/21282/stat : 21282 (pwbo2.0) R 21277 21279 18125 0 -1 4202560 30936 0 0 0 89548 52 0 0 20 0 3 0 276132486 4170342400 860999 33554432000 4194304 5965102 140735914825328 139853175617896 4390200 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 4072600

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21279 and gives
#  childrusage.ru_utime.tv_sec=1789
#  childrusage.ru_utime.tv_usec=493955
#  childrusage.ru_stime.tv_sec=6
#  childrusage.ru_stime.tv_usec=286044
# CPU time returned by wait4() is 1795.78
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 902.151
CPU time (s): 1800.08
CPU user time (s): 1794.1
CPU system time (s): 5.98
CPU usage (%): 199.532
Max. virtual memory (cumulated for all children) (KiB): 4101224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1789.49
system time used= 6.28604
maximum resident set size= 3517688
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 683269
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= 8412
involuntary context switches= 1928

runsolver used 2.00069 second user time and 5.77512 second system time

The end

Launcher Data

Begin job on node139 at 2012-05-27 08:27:56
IDJOB=3704088
IDBENCH=90937
IDSOLVER=2279
FILE ID=node139/3704088-1338100075
RUNJOBID= node139-1338087173-18142
PBS_JOBID= 14624436
Free space on /tmp= 71624 MiB

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

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

MD5SUM BENCH= da53a74913ae0ed6caffae915d70714d
RANDOM SEED=1349501255

node139.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.750
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	: 5333.50
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.750
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.750
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.90
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.750
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.750
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		: 2666.750
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		: 2666.750
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.750
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:        30184068 kB
Buffers:          299220 kB
Cached:           463724 kB
SwapCached:          284 kB
Active:          1712900 kB
Inactive:         143676 kB
Active(anon):    1088040 kB
Inactive(anon):     8052 kB
Active(file):     624860 kB
Inactive(file):   135624 kB
Unevictable:        6080 kB
Mlocked:            6080 kB
SwapTotal:      67108856 kB
SwapFree:       67106400 kB
Dirty:             33032 kB
Writeback:             0 kB
AnonPages:       1101244 kB
Mapped:            12596 kB
Shmem:                 8 kB
Slab:             689944 kB
SReclaimable:     131952 kB
SUnreclaim:       557992 kB
KernelStack:        1464 kB
PageTables:         6144 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     199932 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    833536 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= 71596 MiB
End job on node139 at 2012-05-27 08:43:00