Trace number 3704061

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

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_fibo_50null0mast_rapportOE2.0_TMAX120_K192_cod2.opb
MD5SUM2c2ad4d860134cc053a8a3877f1b5de5
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-1995
Best CPU time to get the best result obtained on this benchmark1801.02
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 6765
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 784454
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 6765
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 784454
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-3704061-1338100832.opb.
0.00/0.00	c Instance file HOME/instance-3704061-1338100832.opb
0.00/0.00	c File size is 28225771 bytes.
3.49/3.52	c Cost Offset: -784454
3.49/3.52	c Highest Coefficient sum: 64475
3.49/3.52	c ============================[ Problem Statistics ]=============================
3.49/3.52	c |                                                                             |
3.49/3.52	c |  Parsing time:          3.53         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.00/3.89	c |  Problem Type:          Optimization                                        |
4.00/3.89	c |  Objective Function:    Cardinality Constraint                              |
4.00/3.89	c |                                                                             |
4.00/3.89	c ===============================================================================
1800.17/902.11	c ===============================================================================
1800.17/902.11	c Wall Clock Time: 902.11 s
1800.17/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-3704061-1338100832/watcher-3704061-1338100832 -o /tmp/evaluation-result-3704061-1338100832/solver-3704061-1338100832 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 HOME/instance-3704061-1338100832.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.02 4.00 3.99 4/179 1123
/proc/meminfo: memFree=30672888/32873844 swapFree=7112/7112
[pid=1123] ppid=1121 vsize=32376 CPUtime=0 cores=1,3,5,7
/proc/1123/stat : 1123 (pwbo2.0) R 1121 1123 31075 0 -1 4202496 524 0 0 0 0 0 0 0 20 0 1 0 276208201 33153024 476 33554432000 4194304 5965102 140733773909760 140733773907176 5179915 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/1123/statm: 8094 477 166 433 0 766 0

[startup+0.0353421 s]
/proc/loadavg: 4.02 4.00 3.99 4/179 1123
/proc/meminfo: memFree=30672888/32873844 swapFree=7112/7112
[pid=1123] ppid=1121 vsize=40184 CPUtime=0.02 cores=1,3,5,7
/proc/1123/stat : 1123 (pwbo2.0) R 1121 1123 31075 0 -1 4202496 2351 0 0 0 2 0 0 0 20 0 1 0 276208201 41148416 2270 33554432000 4194304 5965102 140733773909760 140733773907176 5244935 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/1123/statm: 10013 2271 249 433 0 2685 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 40184

[startup+0.100355 s]
/proc/loadavg: 4.02 4.00 3.99 4/179 1123
/proc/meminfo: memFree=30672888/32873844 swapFree=7112/7112
[pid=1123] ppid=1121 vsize=48172 CPUtime=0.08 cores=1,3,5,7
/proc/1123/stat : 1123 (pwbo2.0) R 1121 1123 31075 0 -1 4202496 4575 0 0 0 8 0 0 0 20 0 1 0 276208201 49328128 4445 33554432000 4194304 5965102 140733773909760 140733773907176 5137146 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/1123/statm: 12043 4446 426 433 0 4715 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 48172

[startup+0.300316 s]
/proc/loadavg: 4.02 4.00 3.99 4/179 1123
/proc/meminfo: memFree=30672888/32873844 swapFree=7112/7112
[pid=1123] ppid=1121 vsize=68940 CPUtime=0.29 cores=1,3,5,7
/proc/1123/stat : 1123 (pwbo2.0) R 1121 1123 31075 0 -1 4202496 10358 0 0 0 28 1 0 0 20 0 1 0 276208201 70594560 9961 33554432000 4194304 5965102 140733773909760 140733773907176 5156862 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/1123/statm: 17235 9961 942 433 0 9907 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 68940

[startup+0.700326 s]
/proc/loadavg: 4.02 4.00 3.99 4/179 1123
/proc/meminfo: memFree=30672888/32873844 swapFree=7112/7112
[pid=1123] ppid=1121 vsize=113952 CPUtime=0.69 cores=1,3,5,7
/proc/1123/stat : 1123 (pwbo2.0) R 1121 1123 31075 0 -1 4202496 21870 0 0 0 66 3 0 0 20 0 1 0 276208201 116686848 20943 33554432000 4194304 5965102 140733773909760 140733773907704 5137146 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/1123/statm: 28488 20945 1898 433 0 21160 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 113952

[startup+1.50032 s]
/proc/loadavg: 3.93 3.98 3.98 4/180 1124
/proc/meminfo: memFree=30564736/32873844 swapFree=7112/7112
[pid=1123] ppid=1121 vsize=208076 CPUtime=1.49 cores=1,3,5,7
/proc/1123/stat : 1123 (pwbo2.0) R 1121 1123 31075 0 -1 4202496 44087 0 0 0 141 8 0 0 20 0 1 0 276208201 213069824 44144 33554432000 4194304 5965102 140733773909760 140733773907704 4396639 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/1123/statm: 52019 44144 3539 433 0 44691 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 208076

[startup+3.1003 s]
/proc/loadavg: 3.93 3.98 3.98 4/180 1124
/proc/meminfo: memFree=30469056/32873844 swapFree=7112/7112
[pid=1123] ppid=1121 vsize=321264 CPUtime=3.09 cores=1,3,5,7
/proc/1123/stat : 1123 (pwbo2.0) R 1121 1123 31075 0 -1 4202496 71199 0 0 0 296 13 0 0 20 0 1 0 276208201 328974336 73240 33554432000 4194304 5965102 140733773909760 140733773907736 5137146 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/1123/statm: 80316 73240 6339 433 0 72988 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 321264

[startup+6.30036 s]
/proc/loadavg: 3.94 3.98 3.98 5/182 1126
/proc/meminfo: memFree=29986908/32873844 swapFree=7112/7112
[pid=1123] ppid=1121 vsize=885700 CPUtime=8.9 cores=1,3,5,7
/proc/1123/stat : 1123 (pwbo2.0) S 1121 1123 31075 0 -1 4202496 161960 0 0 0 839 51 0 0 20 0 3 0 276208201 906956800 180054 33554432000 4194304 5965102 140733773909760 140733773909280 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1123/statm: 221425 180054 198 433 0 220989 0
[pid=1123/tid=1125] ppid=1121 vsize=885700 CPUtime=2.72 cores=1,3,5,7
/proc/1123/task/1125/stat : 1125 (pwbo2.0) R 1121 1123 31075 0 -1 4202560 62879 0 0 0 241 31 0 0 20 0 3 0 276208553 906956800 180054 33554432000 4194304 5965102 140733773909760 140478181005848 5143165 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=1123/tid=1126] ppid=1121 vsize=885700 CPUtime=2.62 cores=1,3,5,7
/proc/1123/task/1126/stat : 1126 (pwbo2.0) R 1121 1123 31075 0 -1 4202560 21635 0 0 0 257 5 0 0 20 0 3 0 276208553 906956800 180054 33554432000 4194304 5965102 140733773909760 140478170515688 4390172 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.9
Current children cumulated vsize (KiB) 885700

[startup+12.7004 s]
/proc/loadavg: 4.02 4.00 3.99 5/182 1126
/proc/meminfo: memFree=29919832/32873844 swapFree=7112/7112
[pid=1123] ppid=1121 vsize=885700 CPUtime=21.7 cores=1,3,5,7
/proc/1123/stat : 1123 (pwbo2.0) S 1121 1123 31075 0 -1 4202496 168244 0 0 0 2115 55 0 0 20 0 3 0 276208201 906956800 191160 33554432000 4194304 5965102 140733773909760 140733773909280 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1123/statm: 221425 191160 199 433 0 220989 0
[pid=1123/tid=1125] ppid=1121 vsize=885700 CPUtime=9.1 cores=1,3,5,7
/proc/1123/task/1125/stat : 1125 (pwbo2.0) R 1121 1123 31075 0 -1 4202560 69005 0 0 0 876 34 0 0 20 0 3 0 276208553 906956800 191160 33554432000 4194304 5965102 140733773909760 140478181005656 5131668 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=1123/tid=1126] ppid=1121 vsize=885700 CPUtime=9.01 cores=1,3,5,7
/proc/1123/task/1126/stat : 1126 (pwbo2.0) R 1121 1123 31075 0 -1 4202560 21793 0 0 0 896 5 0 0 20 0 3 0 276208553 906956800 191160 33554432000 4194304 5965102 140733773909760 140478170515768 4404383 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 21.7
Current children cumulated vsize (KiB) 885700

[startup+25.5004 s]
/proc/loadavg: 4.02 4.00 3.99 5/182 1126
/proc/meminfo: memFree=29867632/32873844 swapFree=7112/7112
[pid=1123] ppid=1121 vsize=951236 CPUtime=47.29 cores=1,3,5,7
/proc/1123/stat : 1123 (pwbo2.0) S 1121 1123 31075 0 -1 4202496 175179 0 0 0 4671 58 0 0 20 0 3 0 276208201 974065664 204380 33554432000 4194304 5965102 140733773909760 140733773909280 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1123/statm: 237809 204380 199 433 0 237373 0
[pid=1123/tid=1125] ppid=1121 vsize=951236 CPUtime=21.87 cores=1,3,5,7
/proc/1123/task/1125/stat : 1125 (pwbo2.0) R 1121 1123 31075 0 -1 4202560 74838 0 0 0 2150 37 0 0 20 0 3 0 276208553 974065664 204380 33554432000 4194304 5965102 140733773909760 140478181005848 4409507 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=1123/tid=1126] ppid=1121 vsize=951236 CPUtime=21.77 cores=1,3,5,7
/proc/1123/task/1126/stat : 1126 (pwbo2.0) R 1121 1123 31075 0 -1 4202560 22895 0 0 0 2171 6 0 0 20 0 3 0 276208553 974065664 204380 33554432000 4194304 5965102 140733773909760 140478170515704 4393922 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 47.29
Current children cumulated vsize (KiB) 951236

[startup+51.1004 s]
/proc/loadavg: 4.01 4.00 3.99 5/181 1126
/proc/meminfo: memFree=29764772/32873844 swapFree=7112/7112
[pid=1123] ppid=1121 vsize=1082308 CPUtime=98.48 cores=1,3,5,7
/proc/1123/stat : 1123 (pwbo2.0) S 1121 1123 31075 0 -1 4202496 182329 0 0 0 9782 66 0 0 20 0 3 0 276208201 1108283392 222452 33554432000 4194304 5965102 140733773909760 140733773909280 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1123/statm: 270577 222452 199 433 0 270141 0
[pid=1123/tid=1125] ppid=1121 vsize=1082308 CPUtime=47.4 cores=1,3,5,7
/proc/1123/task/1125/stat : 1125 (pwbo2.0) R 1121 1123 31075 0 -1 4202560 80872 0 0 0 4696 44 0 0 20 0 3 0 276208553 1108283392 222452 33554432000 4194304 5965102 140733773909760 140478181005848 5123034 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=1123/tid=1126] ppid=1121 vsize=1082308 CPUtime=47.31 cores=1,3,5,7
/proc/1123/task/1126/stat : 1126 (pwbo2.0) R 1121 1123 31075 0 -1 4202560 24011 0 0 0 4724 7 0 0 20 0 3 0 276208553 1108283392 222452 33554432000 4194304 5965102 140733773909760 140478170515768 4222416 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 98.48
Current children cumulated vsize (KiB) 1082308

[startup+102.307 s]
/proc/loadavg: 4.00 4.00 3.99 5/181 1126
/proc/meminfo: memFree=29660088/32873844 swapFree=7112/7112
[pid=1123] ppid=1121 vsize=1147844 CPUtime=200.88 cores=1,3,5,7
/proc/1123/stat : 1123 (pwbo2.0) S 1121 1123 31075 0 -1 4202496 204858 0 0 0 20008 80 0 0 20 0 3 0 276208201 1175392256 246129 33554432000 4194304 5965102 140733773909760 140733773909280 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1123/statm: 286961 246129 199 433 0 286525 0
[pid=1123/tid=1125] ppid=1121 vsize=1147844 CPUtime=98.47 cores=1,3,5,7
/proc/1123/task/1125/stat : 1125 (pwbo2.0) R 1121 1123 31075 0 -1 4202560 102808 0 0 0 9789 58 0 0 20 0 3 0 276208553 1175392256 246129 33554432000 4194304 5965102 140733773909760 140478181005848 4400978 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=1123/tid=1126] ppid=1121 vsize=1147844 CPUtime=98.38 cores=1,3,5,7
/proc/1123/task/1126/stat : 1126 (pwbo2.0) R 1121 1123 31075 0 -1 4202560 24604 0 0 0 9829 9 0 0 20 0 3 0 276208553 1175392256 246129 33554432000 4194304 5965102 140733773909760 140478170515768 4393903 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 200.88
Current children cumulated vsize (KiB) 1147844

[startup+162.3 s]
/proc/loadavg: 4.00 4.00 3.99 5/181 1126
/proc/meminfo: memFree=29517864/32873844 swapFree=7112/7112
[pid=1123] ppid=1121 vsize=1344532 CPUtime=320.83 cores=1,3,5,7
/proc/1123/stat : 1123 (pwbo2.0) S 1121 1123 31075 0 -1 4202496 242451 0 0 0 31976 107 0 0 20 0 3 0 276208201 1376800768 293053 33554432000 4194304 5965102 140733773909760 140733773909280 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1123/statm: 336133 293053 199 433 0 335697 0
[pid=1123/tid=1125] ppid=1121 vsize=1344532 CPUtime=158.31 cores=1,3,5,7
/proc/1123/task/1125/stat : 1125 (pwbo2.0) R 1121 1123 31075 0 -1 4202560 139562 0 0 0 15746 85 0 0 20 0 3 0 276208553 1376800768 293053 33554432000 4194304 5965102 140733773909760 140478181006152 5131498 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=1123/tid=1126] ppid=1121 vsize=1344532 CPUtime=158.21 cores=1,3,5,7
/proc/1123/task/1126/stat : 1126 (pwbo2.0) R 1121 1123 31075 0 -1 4202560 25443 0 0 0 15810 11 0 0 20 0 3 0 276208553 1376800768 293053 33554432000 4194304 5965102 140733773909760 140478170515576 4390210 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 320.83
Current children cumulated vsize (KiB) 1344532

[startup+222.3 s]
/proc/loadavg: 4.00 4.00 3.99 5/181 1127
/proc/meminfo: memFree=29370892/32873844 swapFree=7112/7112
[pid=1123] ppid=1121 vsize=1475524 CPUtime=440.81 cores=1,3,5,7
/proc/1123/stat : 1123 (pwbo2.0) S 1121 1123 31075 0 -1 4202496 256369 0 0 0 43959 122 0 0 20 0 3 0 276208201 1510936576 315171 33554432000 4194304 5965102 140733773909760 140733773909280 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1123/statm: 368881 315171 199 433 0 368445 0
[pid=1123/tid=1125] ppid=1121 vsize=1475524 CPUtime=218.15 cores=1,3,5,7
/proc/1123/task/1125/stat : 1125 (pwbo2.0) R 1121 1123 31075 0 -1 4202560 152976 0 0 0 21715 100 0 0 20 0 3 0 276208553 1510936576 315171 33554432000 4194304 5965102 140733773909760 140478181006152 4404704 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=1123/tid=1126] ppid=1121 vsize=1475524 CPUtime=218.06 cores=1,3,5,7
/proc/1123/task/1126/stat : 1126 (pwbo2.0) R 1121 1123 31075 0 -1 4202560 25947 0 0 0 21793 13 0 0 20 0 3 0 276208553 1510936576 315171 33554432000 4194304 5965102 140733773909760 140478170515768 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 440.81
Current children cumulated vsize (KiB) 1475524

[startup+282.3 s]
/proc/loadavg: 4.00 4.00 3.99 5/181 1127
/proc/meminfo: memFree=29205404/32873844 swapFree=7112/7112
[pid=1123] ppid=1121 vsize=1696740 CPUtime=560.79 cores=1,3,5,7
/proc/1123/stat : 1123 (pwbo2.0) S 1121 1123 31075 0 -1 4202496 263523 0 0 0 55944 135 0 0 20 0 3 0 276208201 1737461760 355127 33554432000 4194304 5965102 140733773909760 140733773909280 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1123/statm: 424185 355127 199 433 0 423749 0
[pid=1123/tid=1125] ppid=1121 vsize=1696740 CPUtime=277.99 cores=1,3,5,7
/proc/1123/task/1125/stat : 1125 (pwbo2.0) R 1121 1123 31075 0 -1 4202560 159655 0 0 0 27686 113 0 0 20 0 3 0 276208553 1737461760 355127 33554432000 4194304 5965102 140733773909760 140478181005848 4390112 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=1123/tid=1126] ppid=1121 vsize=1696740 CPUtime=277.9 cores=1,3,5,7
/proc/1123/task/1126/stat : 1126 (pwbo2.0) R 1121 1123 31075 0 -1 4202560 26422 0 0 0 27776 14 0 0 20 0 3 0 276208553 1737461760 355127 33554432000 4194304 5965102 140733773909760 140478170515768 4383059 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 560.79
Current children cumulated vsize (KiB) 1696740

[startup+342.3 s]
/proc/loadavg: 4.00 4.00 3.99 5/181 1127
/proc/meminfo: memFree=29048712/32873844 swapFree=7112/7112
[pid=1123] ppid=1121 vsize=1893348 CPUtime=680.77 cores=1,3,5,7
/proc/1123/stat : 1123 (pwbo2.0) S 1121 1123 31075 0 -1 4202496 266633 0 0 0 67933 144 0 0 20 0 3 0 276208201 1938788352 393408 33554432000 4194304 5965102 140733773909760 140733773909280 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1123/statm: 473337 393408 199 433 0 472901 0
[pid=1123/tid=1125] ppid=1121 vsize=1893348 CPUtime=337.83 cores=1,3,5,7
/proc/1123/task/1125/stat : 1125 (pwbo2.0) R 1121 1123 31075 0 -1 4202560 162420 0 0 0 33661 122 0 0 20 0 3 0 276208553 1938788352 393408 33554432000 4194304 5965102 140733773909760 140478181005656 5144240 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=1123/tid=1126] ppid=1121 vsize=1893348 CPUtime=337.75 cores=1,3,5,7
/proc/1123/task/1126/stat : 1126 (pwbo2.0) R 1121 1123 31075 0 -1 4202560 26767 0 0 0 33759 16 0 0 20 0 3 0 276208553 1938788352 393408 33554432000 4194304 5965102 140733773909760 140478170515768 4390169 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 680.77
Current children cumulated vsize (KiB) 1893348

[startup+402.3 s]
/proc/loadavg: 4.00 4.00 3.99 5/181 1127
/proc/meminfo: memFree=28955788/32873844 swapFree=7112/7112
[pid=1123] ppid=1121 vsize=2024420 CPUtime=800.74 cores=1,3,5,7
/proc/1123/stat : 1123 (pwbo2.0) S 1121 1123 31075 0 -1 4202496 283708 0 0 0 79910 164 0 0 20 0 3 0 276208201 2073006080 414215 33554432000 4194304 5965102 140733773909760 140733773909280 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1123/statm: 506105 414215 199 433 0 505669 0
[pid=1123/tid=1125] ppid=1121 vsize=2024420 CPUtime=397.67 cores=1,3,5,7
/proc/1123/task/1125/stat : 1125 (pwbo2.0) R 1121 1123 31075 0 -1 4202560 178985 0 0 0 39624 143 0 0 20 0 3 0 276208553 2073006080 414215 33554432000 4194304 5965102 140733773909760 140478181005608 4404540 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=1123/tid=1126] ppid=1121 vsize=2024420 CPUtime=397.59 cores=1,3,5,7
/proc/1123/task/1126/stat : 1126 (pwbo2.0) R 1121 1123 31075 0 -1 4202560 27277 0 0 0 39741 18 0 0 20 0 3 0 276208553 2073006080 414215 33554432000 4194304 5965102 140733773909760 140478170515768 4400955 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 800.74
Current children cumulated vsize (KiB) 2024420

[startup+462.3 s]
/proc/loadavg: 4.00 4.00 3.99 5/181 1127
/proc/meminfo: memFree=28843404/32873844 swapFree=7112/7112
[pid=1123] ppid=1121 vsize=2130884 CPUtime=920.73 cores=1,3,5,7
/proc/1123/stat : 1123 (pwbo2.0) S 1121 1123 31075 0 -1 4202496 302300 0 0 0 91887 186 0 0 20 0 3 0 276208201 2182025216 441399 33554432000 4194304 5965102 140733773909760 140733773909280 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1123/statm: 532721 441399 199 433 0 532285 0
[pid=1123/tid=1125] ppid=1121 vsize=2130884 CPUtime=457.52 cores=1,3,5,7
/proc/1123/task/1125/stat : 1125 (pwbo2.0) R 1121 1123 31075 0 -1 4202560 197079 0 0 0 45588 164 0 0 20 0 3 0 276208553 2182025216 441399 33554432000 4194304 5965102 140733773909760 140478181005608 5123014 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=1123/tid=1126] ppid=1121 vsize=2130884 CPUtime=457.44 cores=1,3,5,7
/proc/1123/task/1126/stat : 1126 (pwbo2.0) R 1121 1123 31075 0 -1 4202560 27775 0 0 0 45725 19 0 0 20 0 3 0 276208553 2182025216 441399 33554432000 4194304 5965102 140733773909760 140478170515768 4390210 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) 2130884

[startup+522.3 s]
/proc/loadavg: 4.06 4.01 3.99 5/181 1128
/proc/meminfo: memFree=28742280/32873844 swapFree=7112/7112
[pid=1123] ppid=1121 vsize=2196420 CPUtime=1040.7 cores=1,3,5,7
/proc/1123/stat : 1123 (pwbo2.0) S 1121 1123 31075 0 -1 4202496 308119 0 0 0 103874 196 0 0 20 0 3 0 276208201 2249134080 459529 33554432000 4194304 5965102 140733773909760 140733773909280 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1123/statm: 549105 459529 199 433 0 548669 0
[pid=1123/tid=1125] ppid=1121 vsize=2196420 CPUtime=517.36 cores=1,3,5,7
/proc/1123/task/1125/stat : 1125 (pwbo2.0) R 1121 1123 31075 0 -1 4202560 202200 0 0 0 51562 174 0 0 20 0 3 0 276208553 2249134080 459529 33554432000 4194304 5965102 140733773909760 140478181006152 5144245 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=1123/tid=1126] ppid=1121 vsize=2196420 CPUtime=517.28 cores=1,3,5,7
/proc/1123/task/1126/stat : 1126 (pwbo2.0) R 1121 1123 31075 0 -1 4202560 28473 0 0 0 51707 21 0 0 20 0 3 0 276208553 2249134080 459529 33554432000 4194304 5965102 140733773909760 140478170515768 4390140 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1040.7
Current children cumulated vsize (KiB) 2196420

[startup+582.3 s]
/proc/loadavg: 3.86 3.98 3.98 3/174 1156
/proc/meminfo: memFree=29564104/32873844 swapFree=7112/7112
[pid=1123] ppid=1121 vsize=2393028 CPUtime=1160.67 cores=1,3,5,7
/proc/1123/stat : 1123 (pwbo2.0) S 1121 1123 31075 0 -1 4202496 316255 0 0 0 115859 208 0 0 20 0 3 0 276208201 2450460672 488792 33554432000 4194304 5965102 140733773909760 140733773909280 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1123/statm: 598257 488792 199 433 0 597821 0
[pid=1123/tid=1125] ppid=1121 vsize=2393028 CPUtime=577.21 cores=1,3,5,7
/proc/1123/task/1125/stat : 1125 (pwbo2.0) R 1121 1123 31075 0 -1 4202560 209413 0 0 0 57537 184 0 0 20 0 3 0 276208553 2450460672 488792 33554432000 4194304 5965102 140733773909760 140478181005608 4423208 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=1123/tid=1126] ppid=1121 vsize=2393028 CPUtime=577.12 cores=1,3,5,7
/proc/1123/task/1126/stat : 1126 (pwbo2.0) R 1121 1123 31075 0 -1 4202560 29396 0 0 0 57687 25 0 0 20 0 3 0 276208553 2450460672 488792 33554432000 4194304 5965102 140733773909760 140478170515816 4390200 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1160.67
Current children cumulated vsize (KiB) 2393028

[startup+642.3 s]
/proc/loadavg: 2.68 3.61 3.86 3/173 1156
/proc/meminfo: memFree=29477492/32873844 swapFree=7112/7112
[pid=1123] ppid=1121 vsize=2458564 CPUtime=1280.66 cores=1,3,5,7
/proc/1123/stat : 1123 (pwbo2.0) S 1121 1123 31075 0 -1 4202496 343862 0 0 0 127837 229 0 0 20 0 3 0 276208201 2517569536 510685 33554432000 4194304 5965102 140733773909760 140733773909280 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1123/statm: 614641 510685 199 433 0 614205 0
[pid=1123/tid=1125] ppid=1121 vsize=2458564 CPUtime=637.06 cores=1,3,5,7
/proc/1123/task/1125/stat : 1125 (pwbo2.0) R 1121 1123 31075 0 -1 4202560 235950 0 0 0 63503 203 0 0 20 0 3 0 276208553 2517569536 510685 33554432000 4194304 5965102 140733773909760 140478181005656 5134623 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=1123/tid=1126] ppid=1121 vsize=2458564 CPUtime=636.96 cores=1,3,5,7
/proc/1123/task/1126/stat : 1126 (pwbo2.0) R 1121 1123 31075 0 -1 4202560 30466 0 0 0 63667 29 0 0 20 0 3 0 276208553 2517569536 510685 33554432000 4194304 5965102 140733773909760 140478170515768 4393903 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) 2458564

[startup+702.3 s]
/proc/loadavg: 2.25 3.32 3.74 3/173 1156
/proc/meminfo: memFree=29396064/32873844 swapFree=7112/7112
[pid=1123] ppid=1121 vsize=2589636 CPUtime=1400.62 cores=1,3,5,7
/proc/1123/stat : 1123 (pwbo2.0) S 1121 1123 31075 0 -1 4202496 350946 0 0 0 139822 240 0 0 20 0 3 0 276208201 2651787264 540598 33554432000 4194304 5965102 140733773909760 140733773909280 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1123/statm: 647409 540598 199 433 0 646973 0
[pid=1123/tid=1125] ppid=1121 vsize=2589636 CPUtime=696.9 cores=1,3,5,7
/proc/1123/task/1125/stat : 1125 (pwbo2.0) R 1121 1123 31075 0 -1 4202560 242435 0 0 0 69476 214 0 0 20 0 3 0 276208553 2651787264 540598 33554432000 4194304 5965102 140733773909760 140478181006152 5123014 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=1123/tid=1126] ppid=1121 vsize=2589636 CPUtime=696.8 cores=1,3,5,7
/proc/1123/task/1126/stat : 1126 (pwbo2.0) R 1121 1123 31075 0 -1 4202560 31065 0 0 0 69649 31 0 0 20 0 3 0 276208553 2651787264 540598 33554432000 4194304 5965102 140733773909760 140478170515768 4391918 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) 2589636

[startup+762.307 s]
/proc/loadavg: 2.09 3.08 3.63 3/173 1156
/proc/meminfo: memFree=29271328/32873844 swapFree=7112/7112
[pid=1123] ppid=1121 vsize=2655172 CPUtime=1520.62 cores=1,3,5,7
/proc/1123/stat : 1123 (pwbo2.0) S 1121 1123 31075 0 -1 4202496 375771 0 0 0 151802 260 0 0 20 0 3 0 276208201 2718896128 561935 33554432000 4194304 5965102 140733773909760 140733773909280 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1123/statm: 663793 561935 199 433 0 663357 0
[pid=1123/tid=1125] ppid=1121 vsize=2655172 CPUtime=756.75 cores=1,3,5,7
/proc/1123/task/1125/stat : 1125 (pwbo2.0) R 1121 1123 31075 0 -1 4202560 266381 0 0 0 75443 232 0 0 20 0 3 0 276208553 2718896128 561935 33554432000 4194304 5965102 140733773909760 140478181005848 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=1123/tid=1126] ppid=1121 vsize=2655172 CPUtime=756.65 cores=1,3,5,7
/proc/1123/task/1126/stat : 1126 (pwbo2.0) R 1121 1123 31075 0 -1 4202560 31944 0 0 0 75630 35 0 0 20 0 3 0 276208553 2718896128 561935 33554432000 4194304 5965102 140733773909760 140478170515288 4393958 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1520.62
Current children cumulated vsize (KiB) 2655172

[startup+822.3 s]
/proc/loadavg: 2.03 2.88 3.52 3/173 1157
/proc/meminfo: memFree=29091852/32873844 swapFree=7112/7112
[pid=1123] ppid=1121 vsize=2876388 CPUtime=1640.58 cores=1,3,5,7
/proc/1123/stat : 1123 (pwbo2.0) S 1121 1123 31075 0 -1 4202496 381132 0 0 0 163786 272 0 0 20 0 3 0 276208201 2945421312 606951 33554432000 4194304 5965102 140733773909760 140733773909280 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1123/statm: 719097 606951 199 433 0 718661 0
[pid=1123/tid=1125] ppid=1121 vsize=2876388 CPUtime=816.59 cores=1,3,5,7
/proc/1123/task/1125/stat : 1125 (pwbo2.0) R 1121 1123 31075 0 -1 4202560 271157 0 0 0 81415 244 0 0 20 0 3 0 276208553 2945421312 606951 33554432000 4194304 5965102 140733773909760 140478181005656 4401559 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=1123/tid=1126] ppid=1121 vsize=2876388 CPUtime=816.49 cores=1,3,5,7
/proc/1123/task/1126/stat : 1126 (pwbo2.0) R 1121 1123 31075 0 -1 4202560 32529 0 0 0 81612 37 0 0 20 0 3 0 276208553 2945421312 606951 33554432000 4194304 5965102 140733773909760 140478170515768 4222416 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1640.58
Current children cumulated vsize (KiB) 2876388

[startup+882.3 s]
/proc/loadavg: 2.01 2.71 3.42 3/173 1157
/proc/meminfo: memFree=29014276/32873844 swapFree=7112/7112
[pid=1123] ppid=1121 vsize=3007460 CPUtime=1760.57 cores=1,3,5,7
/proc/1123/stat : 1123 (pwbo2.0) S 1121 1123 31075 0 -1 4202496 387770 0 0 0 175774 283 0 0 20 0 3 0 276208201 3079639040 626169 33554432000 4194304 5965102 140733773909760 140733773909280 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1123/statm: 751865 626169 199 433 0 751429 0
[pid=1123/tid=1125] ppid=1121 vsize=3007460 CPUtime=876.44 cores=1,3,5,7
/proc/1123/task/1125/stat : 1125 (pwbo2.0) R 1121 1123 31075 0 -1 4202560 277029 0 0 0 87390 254 0 0 20 0 3 0 276208553 3079639040 626169 33554432000 4194304 5965102 140733773909760 140478181005848 18446744073699066235 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=1123/tid=1126] ppid=1121 vsize=3007460 CPUtime=876.34 cores=1,3,5,7
/proc/1123/task/1126/stat : 1126 (pwbo2.0) R 1121 1123 31075 0 -1 4202560 33295 0 0 0 87594 40 0 0 20 0 3 0 276208553 3079639040 626169 33554432000 4194304 5965102 140733773909760 140478170515768 4383069 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1760.57
Current children cumulated vsize (KiB) 3007460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+902.1 s]
/proc/loadavg: 2.01 2.67 3.39 3/173 1157
/proc/meminfo: memFree=28953212/32873844 swapFree=7112/7112
[pid=1123] ppid=1121 vsize=3072996 CPUtime=1800.17 cores=1,3,5,7
/proc/1123/stat : 1123 (pwbo2.0) S 1121 1123 31075 0 -1 4202496 389906 0 0 0 179731 286 0 0 20 0 3 0 276208201 3146747904 641507 33554432000 4194304 5965102 140733773909760 140733773909280 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1123/statm: 768249 641507 199 433 0 767813 0
[pid=1123/tid=1125] ppid=1121 vsize=3072996 CPUtime=896.19 cores=1,3,5,7
/proc/1123/task/1125/stat : 1125 (pwbo2.0) R 1121 1123 31075 0 -1 4202560 279020 0 0 0 89362 257 0 0 20 0 3 0 276208553 3146747904 641507 33554432000 4194304 5965102 140733773909760 140478181005608 5134981 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=1123/tid=1126] ppid=1121 vsize=3072996 CPUtime=896.09 cores=1,3,5,7
/proc/1123/task/1126/stat : 1126 (pwbo2.0) R 1121 1123 31075 0 -1 4202560 33440 0 0 0 89569 40 0 0 20 0 3 0 276208553 3146747904 641507 33554432000 4194304 5965102 140733773909760 140478170515768 4410251 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 3072996

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: 2.01 2.67 3.39 3/173 1157
/proc/meminfo: memFree=28953212/32873844 swapFree=7112/7112
[pid=1123] ppid=1121 vsize=3072996 CPUtime=1800.17 cores=1,3,5,7
/proc/1123/stat : 1123 (pwbo2.0) S 1121 1123 31075 0 -1 4202496 389906 0 0 0 179731 286 0 0 20 0 3 0 276208201 3146747904 641507 33554432000 4194304 5965102 140733773909760 140733773909280 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1123/statm: 768249 641507 199 433 0 767813 0
[pid=1123/tid=1125] ppid=1121 vsize=3072996 CPUtime=896.19 cores=1,3,5,7
/proc/1123/task/1125/stat : 1125 (pwbo2.0) R 1121 1123 31075 0 -1 4202560 279020 0 0 0 89362 257 0 0 20 0 3 0 276208553 3146747904 641507 33554432000 4194304 5965102 140733773909760 140478181005608 5134981 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=1123/tid=1126] ppid=1121 vsize=3072996 CPUtime=896.09 cores=1,3,5,7
/proc/1123/task/1126/stat : 1126 (pwbo2.0) R 1121 1123 31075 0 -1 4202560 33440 0 0 0 89569 40 0 0 20 0 3 0 276208553 3146747904 641507 33554432000 4194304 5965102 140733773909760 140478170515768 4410251 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 3072996

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1123 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=720465
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=195514
# CPU time returned by wait4() is 1795.92
# 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): 902.173
CPU time (s): 1800.17
CPU user time (s): 1797.31
CPU system time (s): 2.86
CPU usage (%): 199.537
Max. virtual memory (cumulated for all children) (KiB): 3072996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.72
system time used= 3.19551
maximum resident set size= 2566032
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 389907
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= 8046
involuntary context switches= 3151

runsolver used 2.17967 second user time and 5.37718 second system time

The end

Launcher Data

Begin job on node142 at 2012-05-27 08:40:33
IDJOB=3704061
IDBENCH=91120
IDSOLVER=2279
FILE ID=node142/3704061-1338100832
RUNJOBID= node142-1338085847-31092
PBS_JOBID= 14624428
Free space on /tmp= 71636 MiB

SOLVER NAME= pwbo 2.0
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/NG/normalized-NG.dot_fibo_50null0mast_rapportOE2.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-3704061-1338100832/watcher-3704061-1338100832 -o /tmp/evaluation-result-3704061-1338100832/solver-3704061-1338100832 -C 1800 -W 1900 -M 15500  pwbo2.0 -file-format=opb -verbosity=0 HOME/instance-3704061-1338100832.opb

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

MD5SUM BENCH= 2c2ad4d860134cc053a8a3877f1b5de5
RANDOM SEED=97225177

node142.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.776
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.55
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.776
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.776
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	: 5391.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.776
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.92
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.776
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.90
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.776
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.776
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.776
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:        30672896 kB
Buffers:          265140 kB
Cached:           303040 kB
SwapCached:            0 kB
Active:          1295960 kB
Inactive:          98916 kB
Active(anon):     817632 kB
Inactive(anon):    11212 kB
Active(file):     478328 kB
Inactive(file):    87704 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             32908 kB
Writeback:             0 kB
AnonPages:        835360 kB
Mapped:            12496 kB
Shmem:               200 kB
Slab:             663984 kB
SReclaimable:     105920 kB
SUnreclaim:       558064 kB
KernelStack:        1472 kB
PageTables:         5664 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     492144 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    219136 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= 71664 MiB
End job on node142 at 2012-05-27 08:55:37