Trace number 3704084

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.2 902.082

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_unif_20null20mast_rapportOE1.0_TMAX120_K192_cod2.opb
MD5SUM56c896ad570d19cbe5f94a10c4a31629
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1783.1
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 1427
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 905768
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 905768
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-3704084-1338100121.opb.
0.00/0.00	c Instance file HOME/instance-3704084-1338100121.opb
0.00/0.00	c File size is 28233526 bytes.
3.09/3.18	c Cost Offset: -905768
3.09/3.18	c Highest Coefficient sum: 63456
3.09/3.18	c ============================[ Problem Statistics ]=============================
3.09/3.18	c |                                                                             |
3.09/3.18	c |  Parsing time:          3.18         s                                      |
3.09/3.18	c |  Number Variables:      400896                                              |
3.09/3.18	c |  Number Clauses:        400785                                              |
3.09/3.18	c |  Number Cardinality:    1977                                                |
3.09/3.18	c |  Number PB Constraints: 1                                                   |
3.09/3.18	c |                                                                             |
3.79/3.51	c |  Problem Type:          Optimization                                        |
3.79/3.51	c |  Objective Function:    PB Constraint                                       |
3.79/3.51	c |                                                                             |
3.79/3.51	c ===============================================================================
1800.20/902.01	c ===============================================================================
1800.20/902.01	c Wall Clock Time: 902.01 s
1800.20/902.01	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-3704084-1338100121/watcher-3704084-1338100121 -o /tmp/evaluation-result-3704084-1338100121/solver-3704084-1338100121 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 HOME/instance-3704084-1338100121.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.02 4.00 4/178 27008
/proc/meminfo: memFree=27603432/32873648 swapFree=7108/7108
[pid=27008] ppid=27006 vsize=32428 CPUtime=0 cores=1,3,5,7
/proc/27008/stat : 27008 (pwbo2.0) R 27006 27008 25163 0 -1 4202496 529 0 0 0 0 0 0 0 20 0 1 0 276137642 33206272 483 33554432000 4194304 5965102 140737474151936 140737182872584 4396569 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/27008/statm: 8107 484 167 433 0 778 0

[startup+0.0935681 s]
/proc/loadavg: 4.07 4.02 4.00 4/178 27008
/proc/meminfo: memFree=27603432/32873648 swapFree=7108/7108
[pid=27008] ppid=27006 vsize=47840 CPUtime=0.08 cores=1,3,5,7
/proc/27008/stat : 27008 (pwbo2.0) R 27006 27008 25163 0 -1 4202496 4449 0 0 0 8 0 0 0 20 0 1 0 276137642 48988160 4320 33554432000 4194304 5965102 140737474151936 140737182872584 5137146 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/27008/statm: 11960 4320 411 433 0 4631 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 47840

[startup+0.100218 s]
/proc/loadavg: 4.07 4.02 4.00 4/178 27008
/proc/meminfo: memFree=27603432/32873648 swapFree=7108/7108
[pid=27008] ppid=27006 vsize=50528 CPUtime=0.09 cores=1,3,5,7
/proc/27008/stat : 27008 (pwbo2.0) R 27006 27008 25163 0 -1 4202496 4671 0 0 0 9 0 0 0 20 0 1 0 276137642 51740672 4542 33554432000 4194304 5965102 140737474151936 140737182872584 4397203 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/27008/statm: 12632 4545 429 433 0 5303 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 50528

[startup+0.300171 s]
/proc/loadavg: 4.07 4.02 4.00 4/178 27008
/proc/meminfo: memFree=27603432/32873648 swapFree=7108/7108
[pid=27008] ppid=27006 vsize=69720 CPUtime=0.29 cores=1,3,5,7
/proc/27008/stat : 27008 (pwbo2.0) R 27006 27008 25163 0 -1 4202496 10604 0 0 0 28 1 0 0 20 0 1 0 276137642 71393280 10208 33554432000 4194304 5965102 140737474151936 140737474149912 4351027 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/27008/statm: 17430 10210 970 433 0 10101 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 69720

[startup+0.700171 s]
/proc/loadavg: 4.07 4.02 4.00 4/178 27008
/proc/meminfo: memFree=27603432/32873648 swapFree=7108/7108
[pid=27008] ppid=27006 vsize=116136 CPUtime=0.69 cores=1,3,5,7
/proc/27008/stat : 27008 (pwbo2.0) R 27006 27008 25163 0 -1 4202496 23058 0 0 0 66 3 0 0 20 0 1 0 276137642 118923264 22132 33554432000 4194304 5965102 140737474151936 140737474149912 5137146 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/27008/statm: 29034 22133 1996 433 0 21705 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 116136

[startup+1.50018 s]
/proc/loadavg: 3.99 4.00 3.99 4/178 27009
/proc/meminfo: memFree=27540816/32873648 swapFree=7108/7108
[pid=27008] ppid=27006 vsize=212372 CPUtime=1.49 cores=1,3,5,7
/proc/27008/stat : 27008 (pwbo2.0) R 27006 27008 25163 0 -1 4202496 45994 0 0 0 142 7 0 0 20 0 1 0 276137642 217468928 46052 33554432000 4194304 5965102 140737474151936 140737474150136 5137146 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/27008/statm: 53093 46052 3811 433 0 45764 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 212372

[startup+3.10016 s]
/proc/loadavg: 3.99 4.00 3.99 4/178 27009
/proc/meminfo: memFree=27413620/32873648 swapFree=7108/7108
[pid=27008] ppid=27006 vsize=336744 CPUtime=3.09 cores=1,3,5,7
/proc/27008/stat : 27008 (pwbo2.0) R 27006 27008 25163 0 -1 4202496 75677 0 0 0 296 13 0 0 20 0 1 0 276137642 344825856 78230 33554432000 4194304 5965102 140737474151936 140737474149912 5137146 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/27008/statm: 84186 78231 6901 433 0 76857 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 336744

[startup+6.30025 s]
/proc/loadavg: 3.99 4.00 3.99 5/180 27011
/proc/meminfo: memFree=26858584/32873648 swapFree=7108/7108
[pid=27008] ppid=27006 vsize=889668 CPUtime=9.33 cores=1,3,5,7
/proc/27008/stat : 27008 (pwbo2.0) S 27006 27008 25163 0 -1 4202496 161244 0 0 0 897 36 0 0 20 0 3 0 276137642 911020032 187066 33554432000 4194304 5965102 140737474151936 140737474151456 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27008/statm: 222417 187066 199 433 0 221981 0
[pid=27008/tid=27010] ppid=27006 vsize=889668 CPUtime=3.06 cores=1,3,5,7
/proc/27008/task/27010/stat : 27010 (pwbo2.0) R 27006 27008 25163 0 -1 4202560 62739 0 0 0 289 17 0 0 20 0 3 0 276137961 911020032 187066 33554432000 4194304 5965102 140737474151936 140275048175960 4222416 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=27008/tid=27011] ppid=27006 vsize=889668 CPUtime=3.05 cores=1,3,5,7
/proc/27008/task/27011/stat : 27011 (pwbo2.0) R 27006 27008 25163 0 -1 4202560 21033 0 0 0 300 5 0 0 20 0 3 0 276137961 911020032 187066 33554432000 4194304 5965102 140737474151936 140275037686072 4400952 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 9.33
Current children cumulated vsize (KiB) 889668

[startup+12.7003 s]
/proc/loadavg: 3.99 4.00 3.99 5/181 27012
/proc/meminfo: memFree=26894040/32873648 swapFree=7108/7108
[pid=27008] ppid=27006 vsize=955204 CPUtime=22.13 cores=1,3,5,7
/proc/27008/stat : 27008 (pwbo2.0) S 27006 27008 25163 0 -1 4202496 173480 0 0 0 2172 41 0 0 20 0 3 0 276137642 978128896 196669 33554432000 4194304 5965102 140737474151936 140737474151456 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27008/statm: 238801 196669 199 433 0 238365 0
[pid=27008/tid=27010] ppid=27006 vsize=955204 CPUtime=9.45 cores=1,3,5,7
/proc/27008/task/27010/stat : 27010 (pwbo2.0) R 27006 27008 25163 0 -1 4202560 73765 0 0 0 924 21 0 0 20 0 3 0 276137961 978128896 196669 33554432000 4194304 5965102 140737474151936 140275048175912 5131438 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=27008/tid=27011] ppid=27006 vsize=955204 CPUtime=9.43 cores=1,3,5,7
/proc/27008/task/27011/stat : 27011 (pwbo2.0) R 27006 27008 25163 0 -1 4202560 22243 0 0 0 938 5 0 0 20 0 3 0 276137961 978128896 196669 33554432000 4194304 5965102 140737474151936 140275037686072 4222464 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 22.13
Current children cumulated vsize (KiB) 955204

[startup+25.5069 s]
/proc/loadavg: 3.99 4.00 3.99 5/181 27012
/proc/meminfo: memFree=26740096/32873648 swapFree=7108/7108
[pid=27008] ppid=27006 vsize=1020740 CPUtime=47.74 cores=1,3,5,7
/proc/27008/stat : 27008 (pwbo2.0) S 27006 27008 25163 0 -1 4202496 193152 0 0 0 4726 48 0 0 20 0 3 0 276137642 1045237760 212350 33554432000 4194304 5965102 140737474151936 140737474151456 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27008/statm: 255185 212350 199 433 0 254749 0
[pid=27008/tid=27010] ppid=27006 vsize=1020740 CPUtime=22.22 cores=1,3,5,7
/proc/27008/task/27010/stat : 27010 (pwbo2.0) R 27006 27008 25163 0 -1 4202560 93350 0 0 0 2193 29 0 0 20 0 3 0 276137961 1045237760 212350 33554432000 4194304 5965102 140737474151936 140275048175912 5134447 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=27008/tid=27011] ppid=27006 vsize=1020740 CPUtime=22.2 cores=1,3,5,7
/proc/27008/task/27011/stat : 27011 (pwbo2.0) R 27006 27008 25163 0 -1 4202560 22330 0 0 0 2214 6 0 0 20 0 3 0 276137961 1045237760 212350 33554432000 4194304 5965102 140737474151936 140275037686072 4393958 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 47.74
Current children cumulated vsize (KiB) 1020740

[startup+51.1002 s]
/proc/loadavg: 3.99 4.00 3.99 5/181 27012
/proc/meminfo: memFree=26491012/32873648 swapFree=7108/7108
[pid=27008] ppid=27006 vsize=1217468 CPUtime=98.92 cores=1,3,5,7
/proc/27008/stat : 27008 (pwbo2.0) S 27006 27008 25163 0 -1 4202496 230023 0 0 0 9825 67 0 0 20 0 3 0 276137642 1246687232 257845 33554432000 4194304 5965102 140737474151936 140737474151456 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27008/statm: 304367 257845 199 433 0 303931 0
[pid=27008/tid=27010] ppid=27006 vsize=1217468 CPUtime=47.75 cores=1,3,5,7
/proc/27008/task/27010/stat : 27010 (pwbo2.0) R 27006 27008 25163 0 -1 4202560 130026 0 0 0 4728 47 0 0 20 0 3 0 276137961 1246687232 257845 33554432000 4194304 5965102 140737474151936 140275048175912 5139822 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=27008/tid=27011] ppid=27006 vsize=1217468 CPUtime=47.73 cores=1,3,5,7
/proc/27008/task/27011/stat : 27011 (pwbo2.0) R 27006 27008 25163 0 -1 4202560 22525 0 0 0 4767 6 0 0 20 0 3 0 276137961 1246687232 257845 33554432000 4194304 5965102 140737474151936 140275037686072 4390140 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 98.92
Current children cumulated vsize (KiB) 1217468

[startup+102.3 s]
/proc/loadavg: 3.99 4.00 3.99 5/182 27015
/proc/meminfo: memFree=26036044/32873648 swapFree=7108/7108
[pid=27008] ppid=27006 vsize=1610684 CPUtime=201.31 cores=1,3,5,7
/proc/27008/stat : 27008 (pwbo2.0) S 27006 27008 25163 0 -1 4202496 261708 0 0 0 20037 94 0 0 20 0 3 0 276137642 1649340416 328871 33554432000 4194304 5965102 140737474151936 140737474151456 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27008/statm: 402671 328871 199 433 0 402235 0
[pid=27008/tid=27010] ppid=27006 vsize=1610684 CPUtime=98.82 cores=1,3,5,7
/proc/27008/task/27010/stat : 27010 (pwbo2.0) R 27006 27008 25163 0 -1 4202560 160740 0 0 0 9808 74 0 0 20 0 3 0 276137961 1649340416 328871 33554432000 4194304 5965102 140737474151936 140275048175912 5139774 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=27008/tid=27011] ppid=27006 vsize=1610684 CPUtime=98.8 cores=1,3,5,7
/proc/27008/task/27011/stat : 27011 (pwbo2.0) R 27006 27008 25163 0 -1 4202560 23496 0 0 0 9872 8 0 0 20 0 3 0 276137961 1649340416 328871 33554432000 4194304 5965102 140737474151936 140275037686072 4222416 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 201.31
Current children cumulated vsize (KiB) 1610684

[startup+162.3 s]
/proc/loadavg: 3.99 4.00 3.99 5/181 27015
/proc/meminfo: memFree=25511528/32873648 swapFree=7108/7108
[pid=27008] ppid=27006 vsize=2003900 CPUtime=321.29 cores=1,3,5,7
/proc/27008/stat : 27008 (pwbo2.0) S 27006 27008 25163 0 -1 4202496 294152 0 0 0 32005 124 0 0 20 0 3 0 276137642 2051993600 414649 33554432000 4194304 5965102 140737474151936 140737474151456 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27008/statm: 500975 414649 199 433 0 500539 0
[pid=27008/tid=27010] ppid=27006 vsize=2003900 CPUtime=158.66 cores=1,3,5,7
/proc/27008/task/27010/stat : 27010 (pwbo2.0) R 27006 27008 25163 0 -1 4202560 192666 0 0 0 15762 104 0 0 20 0 3 0 276137961 2051993600 414649 33554432000 4194304 5965102 140737474151936 140275048175960 5139822 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=27008/tid=27011] ppid=27006 vsize=2003900 CPUtime=158.64 cores=1,3,5,7
/proc/27008/task/27011/stat : 27011 (pwbo2.0) R 27006 27008 25163 0 -1 4202560 24014 0 0 0 15855 9 0 0 20 0 3 0 276137961 2051993600 414649 33554432000 4194304 5965102 140737474151936 140275037686072 4390112 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 321.29
Current children cumulated vsize (KiB) 2003900

[startup+222.3 s]
/proc/loadavg: 3.99 4.00 3.99 5/181 27015
/proc/meminfo: memFree=25025508/32873648 swapFree=7108/7108
[pid=27008] ppid=27006 vsize=2401388 CPUtime=441.17 cores=1,3,5,7
/proc/27008/stat : 27008 (pwbo2.0) S 27006 27008 25163 0 -1 4202496 386225 0 0 0 43901 216 0 0 20 0 3 0 276137642 2459021312 491116 33554432000 4194304 5965102 140737474151936 140737474151456 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27008/statm: 600347 491116 199 433 0 599911 0
[pid=27008/tid=27010] ppid=27006 vsize=2401388 CPUtime=218.52 cores=1,3,5,7
/proc/27008/task/27010/stat : 27010 (pwbo2.0) R 27006 27008 25163 0 -1 4202560 284273 0 0 0 21656 196 0 0 20 0 3 0 276137961 2459021312 491116 33554432000 4194304 5965102 140737474151936 140275048175960 5123080 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=27008/tid=27011] ppid=27006 vsize=2401388 CPUtime=218.39 cores=1,3,5,7
/proc/27008/task/27011/stat : 27011 (pwbo2.0) R 27006 27008 25163 0 -1 4202560 24480 0 0 0 21828 11 0 0 20 0 3 0 276137961 2459021312 491116 33554432000 4194304 5965102 140737474151936 140275037685880 4390200 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 441.17
Current children cumulated vsize (KiB) 2401388

[startup+282.3 s]
/proc/loadavg: 3.99 4.00 3.99 5/181 27015
/proc/meminfo: memFree=24524756/32873648 swapFree=7108/7108
[pid=27008] ppid=27006 vsize=2745472 CPUtime=561.11 cores=1,3,5,7
/proc/27008/stat : 27008 (pwbo2.0) S 27006 27008 25163 0 -1 4202496 535735 0 0 0 55750 361 0 0 20 0 3 0 276137642 2811363328 581993 33554432000 4194304 5965102 140737474151936 140737474151456 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27008/statm: 686368 581993 199 433 0 685932 0
[pid=27008/tid=27010] ppid=27006 vsize=2745472 CPUtime=278.36 cores=1,3,5,7
/proc/27008/task/27010/stat : 27010 (pwbo2.0) R 27006 27008 25163 0 -1 4202560 433038 0 0 0 27495 341 0 0 20 0 3 0 276137961 2811363328 581993 33554432000 4194304 5965102 140737474151936 140275048176024 5179915 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=27008/tid=27011] ppid=27006 vsize=2745472 CPUtime=278.19 cores=1,3,5,7
/proc/27008/task/27011/stat : 27011 (pwbo2.0) R 27006 27008 25163 0 -1 4202560 25225 0 0 0 27806 13 0 0 20 0 3 0 276137961 2811363328 581993 33554432000 4194304 5965102 140737474151936 140275037686072 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 561.11
Current children cumulated vsize (KiB) 2745472

[startup+342.307 s]
/proc/loadavg: 3.99 4.00 3.99 5/181 27016
/proc/meminfo: memFree=24075184/32873648 swapFree=7108/7108
[pid=27008] ppid=27006 vsize=3056748 CPUtime=681.03 cores=1,3,5,7
/proc/27008/stat : 27008 (pwbo2.0) S 27006 27008 25163 0 -1 4202496 738431 0 0 0 67581 522 0 0 20 0 3 0 276137642 3130109952 658567 33554432000 4194304 5965102 140737474151936 140737474151456 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27008/statm: 764187 658567 199 433 0 763751 0
[pid=27008/tid=27010] ppid=27006 vsize=3056748 CPUtime=338.21 cores=1,3,5,7
/proc/27008/task/27010/stat : 27010 (pwbo2.0) R 27006 27008 25163 0 -1 4202560 635277 0 0 0 33319 502 0 0 20 0 3 0 276137961 3130109952 658567 33554432000 4194304 5965102 140737474151936 140275048176024 5143194 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=27008/tid=27011] ppid=27006 vsize=3056748 CPUtime=337.98 cores=1,3,5,7
/proc/27008/task/27011/stat : 27011 (pwbo2.0) R 27006 27008 25163 0 -1 4202560 25682 0 0 0 33783 15 0 0 20 0 3 0 276137961 3130109952 658567 33554432000 4194304 5965102 140737474151936 140275037686072 4404588 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 681.03
Current children cumulated vsize (KiB) 3056748

[startup+402.3 s]
/proc/loadavg: 3.96 3.98 3.99 5/181 27057
/proc/meminfo: memFree=26684848/32873648 swapFree=7108/7108
[pid=27008] ppid=27006 vsize=3322908 CPUtime=800.99 cores=1,3,5,7
/proc/27008/stat : 27008 (pwbo2.0) S 27006 27008 25163 0 -1 4202496 929882 0 0 0 79425 674 0 0 20 0 3 0 276137642 3402657792 723303 33554432000 4194304 5965102 140737474151936 140737474151456 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27008/statm: 830727 723303 199 433 0 830291 0
[pid=27008/tid=27010] ppid=27006 vsize=3322908 CPUtime=398.05 cores=1,3,5,7
/proc/27008/task/27010/stat : 27010 (pwbo2.0) R 27006 27008 25163 0 -1 4202560 826156 0 0 0 39152 653 0 0 20 0 3 0 276137961 3402657792 723303 33554432000 4194304 5965102 140737474151936 140275048176024 5180487 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=27008/tid=27011] ppid=27006 vsize=3322908 CPUtime=397.81 cores=1,3,5,7
/proc/27008/task/27011/stat : 27011 (pwbo2.0) R 27006 27008 25163 0 -1 4202560 26254 0 0 0 39764 17 0 0 20 0 3 0 276137961 3402657792 723303 33554432000 4194304 5965102 140737474151936 140275037686120 4393801 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 800.99
Current children cumulated vsize (KiB) 3322908

[startup+462.3 s]
/proc/loadavg: 3.98 3.98 3.99 5/181 27057
/proc/meminfo: memFree=26387472/32873648 swapFree=7108/7108
[pid=27008] ppid=27006 vsize=3613676 CPUtime=920.96 cores=1,3,5,7
/proc/27008/stat : 27008 (pwbo2.0) S 27006 27008 25163 0 -1 4202496 1017149 0 0 0 91338 758 0 0 20 0 3 0 276137642 3700404224 792455 33554432000 4194304 5965102 140737474151936 140737474151456 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27008/statm: 903419 792455 199 433 0 902983 0
[pid=27008/tid=27010] ppid=27006 vsize=3613676 CPUtime=457.89 cores=1,3,5,7
/proc/27008/task/27010/stat : 27010 (pwbo2.0) R 27006 27008 25163 0 -1 4202560 913019 0 0 0 45052 737 0 0 20 0 3 0 276137961 3700404224 792455 33554432000 4194304 5965102 140737474151936 140275048176568 4390125 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=27008/tid=27011] ppid=27006 vsize=3613676 CPUtime=457.64 cores=1,3,5,7
/proc/27008/task/27011/stat : 27011 (pwbo2.0) R 27006 27008 25163 0 -1 4202560 26658 0 0 0 45747 17 0 0 20 0 3 0 276137961 3700404224 792455 33554432000 4194304 5965102 140737474151936 140275037686120 4401804 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 920.96
Current children cumulated vsize (KiB) 3613676

[startup+522.3 s]
/proc/loadavg: 3.99 3.98 3.99 5/181 27057
/proc/meminfo: memFree=26228768/32873648 swapFree=7108/7108
[pid=27008] ppid=27006 vsize=3789948 CPUtime=1040.91 cores=1,3,5,7
/proc/27008/stat : 27008 (pwbo2.0) S 27006 27008 25163 0 -1 4202496 1033788 0 0 0 103310 781 0 0 20 0 3 0 276137642 3880906752 834346 33554432000 4194304 5965102 140737474151936 140737474151456 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27008/statm: 947487 834346 199 433 0 947051 0
[pid=27008/tid=27010] ppid=27006 vsize=3789948 CPUtime=517.74 cores=1,3,5,7
/proc/27008/task/27010/stat : 27010 (pwbo2.0) R 27006 27008 25163 0 -1 4202560 929256 0 0 0 51014 760 0 0 20 0 3 0 276137961 3880906752 834346 33554432000 4194304 5965102 140737474151936 140275048175976 4430829 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=27008/tid=27011] ppid=27006 vsize=3789948 CPUtime=517.45 cores=1,3,5,7
/proc/27008/task/27011/stat : 27011 (pwbo2.0) R 27006 27008 25163 0 -1 4202560 27060 0 0 0 51726 19 0 0 20 0 3 0 276137961 3880906752 834346 33554432000 4194304 5965102 140737474151936 140275037686120 4221984 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1040.91
Current children cumulated vsize (KiB) 3789948

[startup+582.3 s]
/proc/loadavg: 3.99 3.98 3.99 5/181 27057
/proc/meminfo: memFree=26191188/32873648 swapFree=7108/7108
[pid=27008] ppid=27006 vsize=3818572 CPUtime=1160.88 cores=1,3,5,7
/proc/27008/stat : 27008 (pwbo2.0) S 27006 27008 25163 0 -1 4202496 1069754 0 0 0 115273 815 0 0 20 0 3 0 276137642 3910217728 840547 33554432000 4194304 5965102 140737474151936 140737474151456 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27008/statm: 954643 840547 199 433 0 954207 0
[pid=27008/tid=27010] ppid=27006 vsize=3818572 CPUtime=577.58 cores=1,3,5,7
/proc/27008/task/27010/stat : 27010 (pwbo2.0) R 27006 27008 25163 0 -1 4202560 964794 0 0 0 56963 795 0 0 20 0 3 0 276137961 3910217728 840547 33554432000 4194304 5965102 140737474151936 140275048175912 4396446 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=27008/tid=27011] ppid=27006 vsize=3818572 CPUtime=577.3 cores=1,3,5,7
/proc/27008/task/27011/stat : 27011 (pwbo2.0) R 27006 27008 25163 0 -1 4202560 27488 0 0 0 57709 21 0 0 20 0 3 0 276137961 3910217728 840547 33554432000 4194304 5965102 140737474151936 140275037686008 4390210 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1160.88
Current children cumulated vsize (KiB) 3818572

[startup+642.3 s]
/proc/loadavg: 3.99 3.98 3.99 5/181 27058
/proc/meminfo: memFree=26108556/32873648 swapFree=7108/7108
[pid=27008] ppid=27006 vsize=3921020 CPUtime=1280.86 cores=1,3,5,7
/proc/27008/stat : 27008 (pwbo2.0) S 27006 27008 25163 0 -1 4202496 1104904 0 0 0 127235 851 0 0 20 0 3 0 276137642 4015124480 863202 33554432000 4194304 5965102 140737474151936 140737474151456 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27008/statm: 980255 863202 199 433 0 979819 0
[pid=27008/tid=27010] ppid=27006 vsize=3921020 CPUtime=637.43 cores=1,3,5,7
/proc/27008/task/27010/stat : 27010 (pwbo2.0) R 27006 27008 25163 0 -1 4202560 999352 0 0 0 62913 830 0 0 20 0 3 0 276137961 4015124480 863202 33554432000 4194304 5965102 140737474151936 140275048176024 5123070 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=27008/tid=27011] ppid=27006 vsize=3921020 CPUtime=637.14 cores=1,3,5,7
/proc/27008/task/27011/stat : 27011 (pwbo2.0) R 27006 27008 25163 0 -1 4202560 28080 0 0 0 63691 23 0 0 20 0 3 0 276137961 4015124480 863202 33554432000 4194304 5965102 140737474151936 140275037686072 4404735 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1280.86
Current children cumulated vsize (KiB) 3921020

[startup+702.3 s]
/proc/loadavg: 4.04 4.00 3.99 5/182 27061
/proc/meminfo: memFree=26007384/32873648 swapFree=7108/7108
[pid=27008] ppid=27006 vsize=4031500 CPUtime=1400.84 cores=1,3,5,7
/proc/27008/stat : 27008 (pwbo2.0) S 27006 27008 25163 0 -1 4202496 1143825 0 0 0 139198 886 0 0 20 0 3 0 276137642 4128256000 883454 33554432000 4194304 5965102 140737474151936 140737474151456 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27008/statm: 1007875 883454 199 433 0 1007439 0
[pid=27008/tid=27010] ppid=27006 vsize=4031500 CPUtime=697.27 cores=1,3,5,7
/proc/27008/task/27010/stat : 27010 (pwbo2.0) R 27006 27008 25163 0 -1 4202560 1037578 0 0 0 68863 864 0 0 20 0 3 0 276137961 4128256000 883454 33554432000 4194304 5965102 140737474151936 140275048176568 4401050 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=27008/tid=27011] ppid=27006 vsize=4031500 CPUtime=696.99 cores=1,3,5,7
/proc/27008/task/27011/stat : 27011 (pwbo2.0) R 27006 27008 25163 0 -1 4202560 28775 0 0 0 69673 26 0 0 20 0 3 0 276137961 4128256000 883454 33554432000 4194304 5965102 140737474151936 140275037686072 4390200 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1400.84
Current children cumulated vsize (KiB) 4031500

[startup+762.3 s]
/proc/loadavg: 4.01 4.00 3.99 5/181 27061
/proc/meminfo: memFree=25937480/32873648 swapFree=7108/7108
[pid=27008] ppid=27006 vsize=4097036 CPUtime=1520.82 cores=1,3,5,7
/proc/27008/stat : 27008 (pwbo2.0) S 27006 27008 25163 0 -1 4202496 1197463 0 0 0 151162 920 0 0 20 0 3 0 276137642 4195364864 900078 33554432000 4194304 5965102 140737474151936 140737474151456 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27008/statm: 1024259 900078 199 433 0 1023823 0
[pid=27008/tid=27010] ppid=27006 vsize=4097036 CPUtime=757.11 cores=1,3,5,7
/proc/27008/task/27010/stat : 27010 (pwbo2.0) R 27006 27008 25163 0 -1 4202560 1090862 0 0 0 74812 899 0 0 20 0 3 0 276137961 4195364864 900078 33554432000 4194304 5965102 140737474151936 140275048176568 4393933 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=27008/tid=27011] ppid=27006 vsize=4097036 CPUtime=756.83 cores=1,3,5,7
/proc/27008/task/27011/stat : 27011 (pwbo2.0) R 27006 27008 25163 0 -1 4202560 29129 0 0 0 75656 27 0 0 20 0 3 0 276137961 4195364864 900078 33554432000 4194304 5965102 140737474151936 140275037686072 4388991 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1520.82
Current children cumulated vsize (KiB) 4097036

[startup+822.3 s]
/proc/loadavg: 4.06 4.01 4.00 5/181 27061
/proc/meminfo: memFree=25808120/32873648 swapFree=7108/7108
[pid=27008] ppid=27006 vsize=4224092 CPUtime=1640.81 cores=1,3,5,7
/proc/27008/stat : 27008 (pwbo2.0) S 27006 27008 25163 0 -1 4202496 1248172 0 0 0 163120 961 0 0 20 0 3 0 276137642 4325470208 937041 33554432000 4194304 5965102 140737474151936 140737474151456 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27008/statm: 1056023 937041 199 433 0 1055587 0
[pid=27008/tid=27010] ppid=27006 vsize=4224092 CPUtime=816.96 cores=1,3,5,7
/proc/27008/task/27010/stat : 27010 (pwbo2.0) R 27006 27008 25163 0 -1 4202560 1140981 0 0 0 80756 940 0 0 20 0 3 0 276137961 4325470208 937041 33554432000 4194304 5965102 140737474151936 140275048176024 4395866 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=27008/tid=27011] ppid=27006 vsize=4224092 CPUtime=816.68 cores=1,3,5,7
/proc/27008/task/27011/stat : 27011 (pwbo2.0) R 27006 27008 25163 0 -1 4202560 29719 0 0 0 81639 29 0 0 20 0 3 0 276137961 4325470208 937041 33554432000 4194304 5965102 140737474151936 140275037686120 4390200 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1640.81
Current children cumulated vsize (KiB) 4224092

[startup+882.3 s]
/proc/loadavg: 4.02 4.01 4.00 5/181 27061
/proc/meminfo: memFree=25759480/32873648 swapFree=7108/7108
[pid=27008] ppid=27006 vsize=4240412 CPUtime=1760.8 cores=1,3,5,7
/proc/27008/stat : 27008 (pwbo2.0) S 27006 27008 25163 0 -1 4202496 1274518 0 0 0 175087 993 0 0 20 0 3 0 276137642 4342181888 943396 33554432000 4194304 5965102 140737474151936 140737474151456 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27008/statm: 1060103 943396 199 433 0 1059667 0
[pid=27008/tid=27010] ppid=27006 vsize=4240412 CPUtime=876.81 cores=1,3,5,7
/proc/27008/task/27010/stat : 27010 (pwbo2.0) R 27006 27008 25163 0 -1 4202560 1166796 0 0 0 86710 971 0 0 20 0 3 0 276137961 4342181888 943396 33554432000 4194304 5965102 140737474151936 140275048176568 4407470 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=27008/tid=27011] ppid=27006 vsize=4240412 CPUtime=876.53 cores=1,3,5,7
/proc/27008/task/27011/stat : 27011 (pwbo2.0) R 27006 27008 25163 0 -1 4202560 30250 0 0 0 87622 31 0 0 20 0 3 0 276137961 4342181888 943396 33554432000 4194304 5965102 140737474151936 140275037686008 4390125 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1760.8
Current children cumulated vsize (KiB) 4240412



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+902 s]
/proc/loadavg: 4.01 4.01 4.00 5/181 27061
/proc/meminfo: memFree=25697972/32873648 swapFree=7108/7108
[pid=27008] ppid=27006 vsize=4269036 CPUtime=1800.2 cores=1,3,5,7
/proc/27008/stat : 27008 (pwbo2.0) S 27006 27008 25163 0 -1 4202496 1280045 0 0 0 179016 1004 0 0 20 0 3 0 276137642 4371492864 945962 33554432000 4194304 5965102 140737474151936 140737474151456 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27008/statm: 1067259 945962 199 433 0 1066823 0
[pid=27008/tid=27010] ppid=27006 vsize=4269036 CPUtime=896.46 cores=1,3,5,7
/proc/27008/task/27010/stat : 27010 (pwbo2.0) R 27006 27008 25163 0 -1 4202560 1172306 0 0 0 88664 982 0 0 20 0 3 0 276137961 4371492864 945962 33554432000 4194304 5965102 140737474151936 140275048176568 4388991 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=27008/tid=27011] ppid=27006 vsize=4269036 CPUtime=896.18 cores=1,3,5,7
/proc/27008/task/27011/stat : 27011 (pwbo2.0) R 27006 27008 25163 0 -1 4202560 30267 0 0 0 89587 31 0 0 20 0 3 0 276137961 4371492864 945962 33554432000 4194304 5965102 140737474151936 140275037686072 4393903 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 4269036

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 27008 and gives
#  childrusage.ru_utime.tv_sec=1785
#  childrusage.ru_utime.tv_usec=571551
#  childrusage.ru_stime.tv_sec=10
#  childrusage.ru_stime.tv_usec=356425
# CPU time returned by wait4() is 1795.93
# while last known CPU time is 1800.2
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 902.082
CPU time (s): 1800.2
CPU user time (s): 1790.16
CPU system time (s): 10.04
CPU usage (%): 199.561
Max. virtual memory (cumulated for all children) (KiB): 4371484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1785.57
system time used= 10.3564
maximum resident set size= 3874100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1280047
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= 6123
involuntary context switches= 2017

runsolver used 1.87071 second user time and 5.47417 second system time

The end

Launcher Data

Begin job on node123 at 2012-05-27 08:28:42
IDJOB=3704084
IDBENCH=91035
IDSOLVER=2279
FILE ID=node123/3704084-1338100121
RUNJOBID= node123-1338088025-25180
PBS_JOBID= 14624452
Free space on /tmp= 71632 MiB

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

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

MD5SUM BENCH= 56c896ad570d19cbe5f94a10c4a31629
RANDOM SEED=2123850771

node123.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.217
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.43
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.217
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.217
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.217
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.217
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.217
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.217
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		: 2667.217
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27603960 kB
Buffers:          276968 kB
Cached:          1431060 kB
SwapCached:         1808 kB
Active:          3484832 kB
Inactive:         979176 kB
Active(anon):    2747036 kB
Inactive(anon):    10968 kB
Active(file):     737796 kB
Inactive(file):   968208 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67104820 kB
Dirty:             32800 kB
Writeback:             0 kB
AnonPages:       2714152 kB
Mapped:            15096 kB
Shmem:               100 kB
Slab:             659088 kB
SReclaimable:     103096 kB
SUnreclaim:       555992 kB
KernelStack:        1464 kB
PageTables:         9504 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     659640 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1994752 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= 71628 MiB
End job on node123 at 2012-05-27 08:43:46