Trace number 3704062

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.04 902.052

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_fibo_50null50mast_rapportOE2.0_TMAX120_K192_cod2.opb
MD5SUM8f97c77928b15936b90881f480455177
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-6736
Best CPU time to get the best result obtained on this benchmark1801.43
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 842
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 750251
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 842
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 750251
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-3704062-1338100292.opb.
0.00/0.00	c Instance file HOME/instance-3704062-1338100292.opb
0.00/0.00	c File size is 28227228 bytes.
3.49/3.52	c Cost Offset: -750251
3.49/3.52	c Highest Coefficient sum: 69338
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.21/3.90	c |  Problem Type:          Optimization                                        |
4.21/3.90	c |  Objective Function:    PB Constraint                                       |
4.21/3.90	c |                                                                             |
4.21/3.90	c ===============================================================================
1800.04/902.01	c ===============================================================================
1800.04/902.01	c Wall Clock Time: 902.02 s
1800.04/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-3704062-1338100292/watcher-3704062-1338100292 -o /tmp/evaluation-result-3704062-1338100292/solver-3704062-1338100292 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 HOME/instance-3704062-1338100292.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: 3.91 3.97 3.92 4/177 9535
/proc/meminfo: memFree=28779172/32873844 swapFree=7108/7108
[pid=9535] ppid=9533 vsize=32828 CPUtime=0 cores=1,3,5,7
/proc/9535/stat : 9535 (pwbo2.0) R 9533 9535 7054 0 -1 4202496 623 0 0 0 0 0 0 0 20 0 1 0 276157789 33615872 575 33554432000 4194304 5965102 140735313077024 140736398241304 4396306 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/9535/statm: 8207 575 169 433 0 879 0

[startup+0.0258179 s]
/proc/loadavg: 3.91 3.97 3.92 4/177 9535
/proc/meminfo: memFree=28779172/32873844 swapFree=7108/7108
[pid=9535] ppid=9533 vsize=37736 CPUtime=0.02 cores=1,3,5,7
/proc/9535/stat : 9535 (pwbo2.0) R 9533 9535 7054 0 -1 4202496 1801 0 0 0 2 0 0 0 20 0 1 0 276157789 38641664 1754 33554432000 4194304 5965102 140735313077024 140736398241304 5180368 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/9535/statm: 9470 1771 225 433 0 2142 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 37736

[startup+0.100326 s]
/proc/loadavg: 3.91 3.97 3.92 4/177 9535
/proc/meminfo: memFree=28779172/32873844 swapFree=7108/7108
[pid=9535] ppid=9533 vsize=48304 CPUtime=0.09 cores=1,3,5,7
/proc/9535/stat : 9535 (pwbo2.0) R 9533 9535 7054 0 -1 4202496 4639 0 0 0 9 0 0 0 20 0 1 0 276157789 49463296 4509 33554432000 4194304 5965102 140735313077024 140736398241304 5137146 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/9535/statm: 12076 4510 428 433 0 4748 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 48304

[startup+0.300314 s]
/proc/loadavg: 3.91 3.97 3.92 4/177 9535
/proc/meminfo: memFree=28779172/32873844 swapFree=7108/7108
[pid=9535] ppid=9533 vsize=69072 CPUtime=0.28 cores=1,3,5,7
/proc/9535/stat : 9535 (pwbo2.0) R 9533 9535 7054 0 -1 4202496 10397 0 0 0 28 0 0 0 20 0 1 0 276157789 70729728 10000 33554432000 4194304 5965102 140735313077024 140736398241304 5120720 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/9535/statm: 17268 10000 947 433 0 9940 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 69072

[startup+0.70031 s]
/proc/loadavg: 3.91 3.97 3.92 4/177 9535
/proc/meminfo: memFree=28779172/32873844 swapFree=7108/7108
[pid=9535] ppid=9533 vsize=114216 CPUtime=0.68 cores=1,3,5,7
/proc/9535/stat : 9535 (pwbo2.0) R 9533 9535 7054 0 -1 4202496 22009 0 0 0 67 1 0 0 20 0 1 0 276157789 116957184 21082 33554432000 4194304 5965102 140735313077024 140736398241304 5137146 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/9535/statm: 28554 21084 1910 433 0 21226 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 114216

[startup+1.5003 s]
/proc/loadavg: 3.91 3.97 3.92 4/178 9536
/proc/meminfo: memFree=28666836/32873844 swapFree=7108/7108
[pid=9535] ppid=9533 vsize=208076 CPUtime=1.49 cores=1,3,5,7
/proc/9535/stat : 9535 (pwbo2.0) R 9533 9535 7054 0 -1 4202496 44346 0 0 0 143 6 0 0 20 0 1 0 276157789 213069824 43892 33554432000 4194304 5965102 140735313077024 140735313075288 5156858 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/9535/statm: 52019 43893 3560 433 0 44691 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 208076

[startup+3.10036 s]
/proc/loadavg: 3.91 3.97 3.92 4/178 9536
/proc/meminfo: memFree=28508256/32873844 swapFree=7108/7108
[pid=9535] ppid=9533 vsize=321528 CPUtime=3.09 cores=1,3,5,7
/proc/9535/stat : 9535 (pwbo2.0) R 9533 9535 7054 0 -1 4202496 71705 0 0 0 298 11 0 0 20 0 1 0 276157789 329244672 73235 33554432000 4194304 5965102 140735313077024 140735313075000 5137146 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/9535/statm: 80382 73236 6350 433 0 73054 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 321528

[startup+6.30039 s]
/proc/loadavg: 3.84 3.95 3.91 5/181 9539
/proc/meminfo: memFree=28027280/32873844 swapFree=7108/7108
[pid=9535] ppid=9533 vsize=824268 CPUtime=8.9 cores=1,3,5,7
/proc/9535/stat : 9535 (pwbo2.0) S 9533 9535 7054 0 -1 4202496 164102 0 0 0 832 58 0 0 20 0 3 0 276157789 844050432 178049 33554432000 4194304 5965102 140735313077024 140735313076544 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9535/statm: 206067 178049 198 433 0 205631 0
[pid=9535/tid=9537] ppid=9533 vsize=824268 CPUtime=2.72 cores=1,3,5,7
/proc/9535/task/9537/stat : 9537 (pwbo2.0) R 9533 9535 7054 0 -1 4202560 63029 0 0 0 232 40 0 0 20 0 3 0 276158141 844050432 178049 33554432000 4194304 5965102 140735313077024 139936493001064 5143143 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=9535/tid=9538] ppid=9533 vsize=824268 CPUtime=2.64 cores=1,3,5,7
/proc/9535/task/9538/stat : 9538 (pwbo2.0) R 9533 9535 7054 0 -1 4202560 23195 0 0 0 257 7 0 0 20 0 3 0 276158141 844050432 178049 33554432000 4194304 5965102 140735313077024 139936482511208 4221984 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) 824268

[startup+12.7004 s]
/proc/loadavg: 3.85 3.95 3.91 5/181 9539
/proc/meminfo: memFree=27929668/32873844 swapFree=7108/7108
[pid=9535] ppid=9533 vsize=889804 CPUtime=21.7 cores=1,3,5,7
/proc/9535/stat : 9535 (pwbo2.0) S 9533 9535 7054 0 -1 4202496 165511 0 0 0 2110 60 0 0 20 0 3 0 276157789 911159296 190700 33554432000 4194304 5965102 140735313077024 140735313076544 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9535/statm: 222451 190700 199 433 0 222015 0
[pid=9535/tid=9537] ppid=9533 vsize=889804 CPUtime=9.1 cores=1,3,5,7
/proc/9535/task/9537/stat : 9537 (pwbo2.0) R 9533 9535 7054 0 -1 4202560 64135 0 0 0 870 40 0 0 20 0 3 0 276158141 911159296 190700 33554432000 4194304 5965102 140735313077024 139936493001048 4390140 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=9535/tid=9538] ppid=9533 vsize=889804 CPUtime=9.02 cores=1,3,5,7
/proc/9535/task/9538/stat : 9538 (pwbo2.0) R 9533 9535 7054 0 -1 4202560 23498 0 0 0 895 7 0 0 20 0 3 0 276158141 911159296 190700 33554432000 4194304 5965102 140735313077024 139936482511160 4222416 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) 889804

[startup+25.5004 s]
/proc/loadavg: 3.89 3.95 3.91 5/181 9539
/proc/meminfo: memFree=27870064/32873844 swapFree=7108/7108
[pid=9535] ppid=9533 vsize=889804 CPUtime=47.29 cores=1,3,5,7
/proc/9535/stat : 9535 (pwbo2.0) S 9533 9535 7054 0 -1 4202496 168777 0 0 0 4666 63 0 0 20 0 3 0 276157789 911159296 187173 33554432000 4194304 5965102 140735313077024 140735313076544 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9535/statm: 222451 187173 199 433 0 222015 0
[pid=9535/tid=9537] ppid=9533 vsize=889804 CPUtime=21.86 cores=1,3,5,7
/proc/9535/task/9537/stat : 9537 (pwbo2.0) R 9533 9535 7054 0 -1 4202560 66036 0 0 0 2144 42 0 0 20 0 3 0 276158141 911159296 187173 33554432000 4194304 5965102 140735313077024 139936493001112 4222416 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=9535/tid=9538] ppid=9533 vsize=889804 CPUtime=21.78 cores=1,3,5,7
/proc/9535/task/9538/stat : 9538 (pwbo2.0) R 9533 9535 7054 0 -1 4202560 24863 0 0 0 2169 9 0 0 20 0 3 0 276158141 911159296 187173 33554432000 4194304 5965102 140735313077024 139936482511160 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) 889804

[startup+51.1004 s]
/proc/loadavg: 3.92 3.95 3.91 5/181 9539
/proc/meminfo: memFree=27707064/32873844 swapFree=7108/7108
[pid=9535] ppid=9533 vsize=955340 CPUtime=98.48 cores=1,3,5,7
/proc/9535/stat : 9535 (pwbo2.0) S 9533 9535 7054 0 -1 4202496 178848 0 0 0 9780 68 0 0 20 0 3 0 276157789 978268160 197508 33554432000 4194304 5965102 140735313077024 140735313076544 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9535/statm: 238835 197508 199 433 0 238399 0
[pid=9535/tid=9537] ppid=9533 vsize=955340 CPUtime=47.4 cores=1,3,5,7
/proc/9535/task/9537/stat : 9537 (pwbo2.0) R 9533 9535 7054 0 -1 4202560 75803 0 0 0 4694 46 0 0 20 0 3 0 276158141 978268160 197508 33554432000 4194304 5965102 140735313077024 139936493001000 4404650 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=9535/tid=9538] ppid=9533 vsize=955340 CPUtime=47.32 cores=1,3,5,7
/proc/9535/task/9538/stat : 9538 (pwbo2.0) R 9533 9535 7054 0 -1 4202560 25167 0 0 0 4723 9 0 0 20 0 3 0 276158141 978268160 197508 33554432000 4194304 5965102 140735313077024 139936482511160 4401616 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) 955340

[startup+102.307 s]
/proc/loadavg: 3.96 3.96 3.91 5/181 9539
/proc/meminfo: memFree=27427196/32873844 swapFree=7108/7108
[pid=9535] ppid=9533 vsize=955340 CPUtime=200.88 cores=1,3,5,7
/proc/9535/stat : 9535 (pwbo2.0) S 9533 9535 7054 0 -1 4202496 180981 0 0 0 20017 71 0 0 20 0 3 0 276157789 978268160 202169 33554432000 4194304 5965102 140735313077024 140735313076544 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9535/statm: 238835 202169 199 433 0 238399 0
[pid=9535/tid=9537] ppid=9533 vsize=955340 CPUtime=98.47 cores=1,3,5,7
/proc/9535/task/9537/stat : 9537 (pwbo2.0) R 9533 9535 7054 0 -1 4202560 77329 0 0 0 9798 49 0 0 20 0 3 0 276158141 978268160 202169 33554432000 4194304 5965102 140735313077024 139936493001048 4388991 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=9535/tid=9538] ppid=9533 vsize=955340 CPUtime=98.39 cores=1,3,5,7
/proc/9535/task/9538/stat : 9538 (pwbo2.0) R 9533 9535 7054 0 -1 4202560 25774 0 0 0 9827 12 0 0 20 0 3 0 276158141 978268160 202169 33554432000 4194304 5965102 140735313077024 139936482511160 4390172 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) 955340

[startup+162.3 s]
/proc/loadavg: 3.98 3.97 3.91 5/181 9539
/proc/meminfo: memFree=27128892/32873844 swapFree=7108/7108
[pid=9535] ppid=9533 vsize=955340 CPUtime=320.85 cores=1,3,5,7
/proc/9535/stat : 9535 (pwbo2.0) S 9533 9535 7054 0 -1 4202496 185835 0 0 0 32007 78 0 0 20 0 3 0 276157789 978268160 207878 33554432000 4194304 5965102 140735313077024 140735313076544 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9535/statm: 238835 207878 199 433 0 238399 0
[pid=9535/tid=9537] ppid=9533 vsize=955340 CPUtime=158.31 cores=1,3,5,7
/proc/9535/task/9537/stat : 9537 (pwbo2.0) R 9533 9535 7054 0 -1 4202560 81596 0 0 0 15777 54 0 0 20 0 3 0 276158141 978268160 207878 33554432000 4194304 5965102 140735313077024 139936493001544 5123014 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=9535/tid=9538] ppid=9533 vsize=955340 CPUtime=158.23 cores=1,3,5,7
/proc/9535/task/9538/stat : 9538 (pwbo2.0) R 9533 9535 7054 0 -1 4202560 26361 0 0 0 15808 15 0 0 20 0 3 0 276158141 978268160 207878 33554432000 4194304 5965102 140735313077024 139936482511160 4400894 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 320.85
Current children cumulated vsize (KiB) 955340

[startup+222.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/181 9540
/proc/meminfo: memFree=26695172/32873844 swapFree=7108/7108
[pid=9535] ppid=9533 vsize=1020876 CPUtime=440.83 cores=1,3,5,7
/proc/9535/stat : 9535 (pwbo2.0) S 9533 9535 7054 0 -1 4202496 188052 0 0 0 44002 81 0 0 20 0 3 0 276157789 1045377024 214230 33554432000 4194304 5965102 140735313077024 140735313076544 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9535/statm: 255219 214230 199 433 0 254783 0
[pid=9535/tid=9537] ppid=9533 vsize=1020876 CPUtime=218.16 cores=1,3,5,7
/proc/9535/task/9537/stat : 9537 (pwbo2.0) R 9533 9535 7054 0 -1 4202560 83264 0 0 0 21759 57 0 0 20 0 3 0 276158141 1045377024 214230 33554432000 4194304 5965102 140735313077024 139936493001000 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=9535/tid=9538] ppid=9533 vsize=1020876 CPUtime=218.07 cores=1,3,5,7
/proc/9535/task/9538/stat : 9538 (pwbo2.0) R 9533 9535 7054 0 -1 4202560 26910 0 0 0 21790 17 0 0 20 0 3 0 276158141 1045377024 214230 33554432000 4194304 5965102 140735313077024 139936482511096 4388991 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) 1020876

[startup+282.3 s]
/proc/loadavg: 3.99 3.97 3.91 6/181 9540
/proc/meminfo: memFree=26416976/32873844 swapFree=7108/7108
[pid=9535] ppid=9533 vsize=955340 CPUtime=560.82 cores=1,3,5,7
/proc/9535/stat : 9535 (pwbo2.0) S 9533 9535 7054 0 -1 4202496 189626 0 0 0 55999 83 0 0 20 0 3 0 276157789 978268160 214876 33554432000 4194304 5965102 140735313077024 140735313076544 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9535/statm: 238835 214876 199 433 0 238399 0
[pid=9535/tid=9537] ppid=9533 vsize=955340 CPUtime=278 cores=1,3,5,7
/proc/9535/task/9537/stat : 9537 (pwbo2.0) R 9533 9535 7054 0 -1 4202560 84201 0 0 0 27742 58 0 0 20 0 3 0 276158141 978268160 214876 33554432000 4194304 5965102 140735313077024 139936493001048 4400894 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=9535/tid=9538] ppid=9533 vsize=955340 CPUtime=277.91 cores=1,3,5,7
/proc/9535/task/9538/stat : 9538 (pwbo2.0) R 9533 9535 7054 0 -1 4202560 27547 0 0 0 27771 20 0 0 20 0 3 0 276158141 978268160 214876 33554432000 4194304 5965102 140735313077024 139936482511208 4383069 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 560.82
Current children cumulated vsize (KiB) 955340

[startup+342.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/182 9541
/proc/meminfo: memFree=26118636/32873844 swapFree=7108/7108
[pid=9535] ppid=9533 vsize=955340 CPUtime=680.79 cores=1,3,5,7
/proc/9535/stat : 9535 (pwbo2.0) S 9533 9535 7054 0 -1 4202496 190251 0 0 0 67995 84 0 0 20 0 3 0 276157789 978268160 215501 33554432000 4194304 5965102 140735313077024 140735313076544 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9535/statm: 238835 215501 199 433 0 238399 0
[pid=9535/tid=9537] ppid=9533 vsize=955340 CPUtime=337.85 cores=1,3,5,7
/proc/9535/task/9537/stat : 9537 (pwbo2.0) R 9533 9535 7054 0 -1 4202560 84201 0 0 0 33726 59 0 0 20 0 3 0 276158141 978268160 215501 33554432000 4194304 5965102 140735313077024 139936493001048 4222464 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=9535/tid=9538] ppid=9533 vsize=955340 CPUtime=337.76 cores=1,3,5,7
/proc/9535/task/9538/stat : 9538 (pwbo2.0) R 9533 9535 7054 0 -1 4202560 28172 0 0 0 33753 23 0 0 20 0 3 0 276158141 978268160 215501 33554432000 4194304 5965102 140735313077024 139936482511208 4390210 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) 955340

[startup+402.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/181 9541
/proc/meminfo: memFree=25902844/32873844 swapFree=7108/7108
[pid=9535] ppid=9533 vsize=955340 CPUtime=800.78 cores=1,3,5,7
/proc/9535/stat : 9535 (pwbo2.0) S 9533 9535 7054 0 -1 4202496 190842 0 0 0 79992 86 0 0 20 0 3 0 276157789 978268160 216092 33554432000 4194304 5965102 140735313077024 140735313076544 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9535/statm: 238835 216092 199 433 0 238399 0
[pid=9535/tid=9537] ppid=9533 vsize=955340 CPUtime=397.69 cores=1,3,5,7
/proc/9535/task/9537/stat : 9537 (pwbo2.0) R 9533 9535 7054 0 -1 4202560 84201 0 0 0 39709 60 0 0 20 0 3 0 276158141 978268160 216092 33554432000 4194304 5965102 140735313077024 139936493001048 4222416 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=9535/tid=9538] ppid=9533 vsize=955340 CPUtime=397.6 cores=1,3,5,7
/proc/9535/task/9538/stat : 9538 (pwbo2.0) R 9533 9535 7054 0 -1 4202560 28763 0 0 0 39735 25 0 0 20 0 3 0 276158141 978268160 216092 33554432000 4194304 5965102 140735313077024 139936482511160 4390058 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 800.78
Current children cumulated vsize (KiB) 955340

[startup+462.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/181 9541
/proc/meminfo: memFree=25525680/32873844 swapFree=7108/7108
[pid=9535] ppid=9533 vsize=955340 CPUtime=920.76 cores=1,3,5,7
/proc/9535/stat : 9535 (pwbo2.0) S 9533 9535 7054 0 -1 4202496 191791 0 0 0 91987 89 0 0 20 0 3 0 276157789 978268160 217041 33554432000 4194304 5965102 140735313077024 140735313076544 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9535/statm: 238835 217041 199 433 0 238399 0
[pid=9535/tid=9537] ppid=9533 vsize=955340 CPUtime=457.54 cores=1,3,5,7
/proc/9535/task/9537/stat : 9537 (pwbo2.0) R 9533 9535 7054 0 -1 4202560 84201 0 0 0 45694 60 0 0 20 0 3 0 276158141 978268160 217041 33554432000 4194304 5965102 140735313077024 139936493001048 4390200 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=9535/tid=9538] ppid=9533 vsize=955340 CPUtime=457.44 cores=1,3,5,7
/proc/9535/task/9538/stat : 9538 (pwbo2.0) R 9533 9535 7054 0 -1 4202560 29712 0 0 0 45716 28 0 0 20 0 3 0 276158141 978268160 217041 33554432000 4194304 5965102 140735313077024 139936482511160 4393995 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 920.76
Current children cumulated vsize (KiB) 955340

[startup+522.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/182 9545
/proc/meminfo: memFree=25413012/32873844 swapFree=7108/7108
[pid=9535] ppid=9533 vsize=955340 CPUtime=1040.74 cores=1,3,5,7
/proc/9535/stat : 9535 (pwbo2.0) S 9533 9535 7054 0 -1 4202496 192609 0 0 0 103984 90 0 0 20 0 3 0 276157789 978268160 217859 33554432000 4194304 5965102 140735313077024 140735313076544 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9535/statm: 238835 217859 199 433 0 238399 0
[pid=9535/tid=9537] ppid=9533 vsize=955340 CPUtime=517.39 cores=1,3,5,7
/proc/9535/task/9537/stat : 9537 (pwbo2.0) R 9533 9535 7054 0 -1 4202560 84201 0 0 0 51678 61 0 0 20 0 3 0 276158141 978268160 217859 33554432000 4194304 5965102 140735313077024 139936493001048 4390187 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=9535/tid=9538] ppid=9533 vsize=955340 CPUtime=517.29 cores=1,3,5,7
/proc/9535/task/9538/stat : 9538 (pwbo2.0) R 9533 9535 7054 0 -1 4202560 30530 0 0 0 51699 30 0 0 20 0 3 0 276158141 978268160 217859 33554432000 4194304 5965102 140735313077024 139936482511160 4404643 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1040.74
Current children cumulated vsize (KiB) 955340

[startup+582.3 s]
/proc/loadavg: 4.03 3.99 3.92 5/181 9545
/proc/meminfo: memFree=25199984/32873844 swapFree=7108/7108
[pid=9535] ppid=9533 vsize=955340 CPUtime=1160.72 cores=1,3,5,7
/proc/9535/stat : 9535 (pwbo2.0) S 9533 9535 7054 0 -1 4202496 193446 0 0 0 115980 92 0 0 20 0 3 0 276157789 978268160 215215 33554432000 4194304 5965102 140735313077024 140735313076544 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9535/statm: 238835 215215 199 433 0 238399 0
[pid=9535/tid=9537] ppid=9533 vsize=955340 CPUtime=577.23 cores=1,3,5,7
/proc/9535/task/9537/stat : 9537 (pwbo2.0) R 9533 9535 7054 0 -1 4202560 84202 0 0 0 57661 62 0 0 20 0 3 0 276158141 978268160 215215 33554432000 4194304 5965102 140735313077024 139936493001544 4222464 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=9535/tid=9538] ppid=9533 vsize=955340 CPUtime=577.13 cores=1,3,5,7
/proc/9535/task/9538/stat : 9538 (pwbo2.0) R 9533 9535 7054 0 -1 4202560 31366 0 0 0 57680 33 0 0 20 0 3 0 276158141 978268160 215215 33554432000 4194304 5965102 140735313077024 139936482511160 4393845 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1160.72
Current children cumulated vsize (KiB) 955340

[startup+642.3 s]
/proc/loadavg: 4.01 3.99 3.92 5/181 9545
/proc/meminfo: memFree=25000724/32873844 swapFree=7108/7108
[pid=9535] ppid=9533 vsize=955340 CPUtime=1280.72 cores=1,3,5,7
/proc/9535/stat : 9535 (pwbo2.0) S 9533 9535 7054 0 -1 4202496 193905 0 0 0 127979 93 0 0 20 0 3 0 276157789 978268160 215674 33554432000 4194304 5965102 140735313077024 140735313076544 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9535/statm: 238835 215674 199 433 0 238399 0
[pid=9535/tid=9537] ppid=9533 vsize=955340 CPUtime=637.08 cores=1,3,5,7
/proc/9535/task/9537/stat : 9537 (pwbo2.0) R 9533 9535 7054 0 -1 4202560 84202 0 0 0 63645 63 0 0 20 0 3 0 276158141 978268160 215674 33554432000 4194304 5965102 140735313077024 139936493001544 4390172 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=9535/tid=9538] ppid=9533 vsize=955340 CPUtime=636.98 cores=1,3,5,7
/proc/9535/task/9538/stat : 9538 (pwbo2.0) R 9533 9535 7054 0 -1 4202560 31825 0 0 0 63663 35 0 0 20 0 3 0 276158141 978268160 215674 33554432000 4194304 5965102 140735313077024 139936482511160 4388976 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1280.72
Current children cumulated vsize (KiB) 955340

[startup+702.3 s]
/proc/loadavg: 4.00 3.99 3.92 5/181 9545
/proc/meminfo: memFree=24781812/32873844 swapFree=7108/7108
[pid=9535] ppid=9533 vsize=1020876 CPUtime=1400.68 cores=1,3,5,7
/proc/9535/stat : 9535 (pwbo2.0) S 9533 9535 7054 0 -1 4202496 197073 0 0 0 139972 96 0 0 20 0 3 0 276157789 1045377024 219988 33554432000 4194304 5965102 140735313077024 140735313076544 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9535/statm: 255219 219988 199 433 0 254783 0
[pid=9535/tid=9537] ppid=9533 vsize=1020876 CPUtime=696.92 cores=1,3,5,7
/proc/9535/task/9537/stat : 9537 (pwbo2.0) R 9533 9535 7054 0 -1 4202560 86538 0 0 0 69626 66 0 0 20 0 3 0 276158141 1045377024 219988 33554432000 4194304 5965102 140735313077024 139936493001000 4222416 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=9535/tid=9538] ppid=9533 vsize=1020876 CPUtime=696.82 cores=1,3,5,7
/proc/9535/task/9538/stat : 9538 (pwbo2.0) R 9533 9535 7054 0 -1 4202560 32657 0 0 0 69644 38 0 0 20 0 3 0 276158141 1045377024 219988 33554432000 4194304 5965102 140735313077024 139936482511160 4390210 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1400.68
Current children cumulated vsize (KiB) 1020876

[startup+762.307 s]
/proc/loadavg: 2.95 3.71 3.83 3/173 9610
/proc/meminfo: memFree=29732568/32873844 swapFree=7108/7108
[pid=9535] ppid=9533 vsize=1020876 CPUtime=1520.67 cores=1,3,5,7
/proc/9535/stat : 9535 (pwbo2.0) S 9533 9535 7054 0 -1 4202496 197500 0 0 0 151970 97 0 0 20 0 3 0 276157789 1045377024 220406 33554432000 4194304 5965102 140735313077024 140735313076544 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9535/statm: 255219 220406 199 433 0 254783 0
[pid=9535/tid=9537] ppid=9533 vsize=1020876 CPUtime=756.77 cores=1,3,5,7
/proc/9535/task/9537/stat : 9537 (pwbo2.0) R 9533 9535 7054 0 -1 4202560 86538 0 0 0 75610 67 0 0 20 0 3 0 276158141 1045377024 220406 33554432000 4194304 5965102 140735313077024 139936493001000 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=9535/tid=9538] ppid=9533 vsize=1020876 CPUtime=756.66 cores=1,3,5,7
/proc/9535/task/9538/stat : 9538 (pwbo2.0) R 9533 9535 7054 0 -1 4202560 33084 0 0 0 75626 40 0 0 20 0 3 0 276158141 1045377024 220406 33554432000 4194304 5965102 140735313077024 139936482511160 4222416 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1520.67
Current children cumulated vsize (KiB) 1020876

[startup+822.3 s]
/proc/loadavg: 2.35 3.39 3.71 3/173 9611
/proc/meminfo: memFree=29757252/32873844 swapFree=7108/7108
[pid=9535] ppid=9533 vsize=955340 CPUtime=1640.64 cores=1,3,5,7
/proc/9535/stat : 9535 (pwbo2.0) S 9533 9535 7054 0 -1 4202496 197912 0 0 0 163966 98 0 0 20 0 3 0 276157789 978268160 214143 33554432000 4194304 5965102 140735313077024 140735313076544 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9535/statm: 238835 214143 199 433 0 238399 0
[pid=9535/tid=9537] ppid=9533 vsize=955340 CPUtime=816.62 cores=1,3,5,7
/proc/9535/task/9537/stat : 9537 (pwbo2.0) R 9533 9535 7054 0 -1 4202560 86538 0 0 0 81594 68 0 0 20 0 3 0 276158141 978268160 214143 33554432000 4194304 5965102 140735313077024 139936493001544 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=9535/tid=9538] ppid=9533 vsize=955340 CPUtime=816.5 cores=1,3,5,7
/proc/9535/task/9538/stat : 9538 (pwbo2.0) R 9533 9535 7054 0 -1 4202560 33496 0 0 0 81608 42 0 0 20 0 3 0 276158141 978268160 214143 33554432000 4194304 5965102 140735313077024 139936482511208 4383036 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1640.64
Current children cumulated vsize (KiB) 955340

[startup+882.3 s]
/proc/loadavg: 2.12 3.14 3.60 3/173 9611
/proc/meminfo: memFree=29747724/32873844 swapFree=7108/7108
[pid=9535] ppid=9533 vsize=955340 CPUtime=1760.62 cores=1,3,5,7
/proc/9535/stat : 9535 (pwbo2.0) S 9533 9535 7054 0 -1 4202496 198521 0 0 0 175963 99 0 0 20 0 3 0 276157789 978268160 216473 33554432000 4194304 5965102 140735313077024 140735313076544 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9535/statm: 238835 216473 199 433 0 238399 0
[pid=9535/tid=9537] ppid=9533 vsize=955340 CPUtime=876.46 cores=1,3,5,7
/proc/9535/task/9537/stat : 9537 (pwbo2.0) R 9533 9535 7054 0 -1 4202560 86539 0 0 0 87577 69 0 0 20 0 3 0 276158141 978268160 216473 33554432000 4194304 5965102 140735313077024 139936493001544 4393922 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=9535/tid=9538] ppid=9533 vsize=955340 CPUtime=876.34 cores=1,3,5,7
/proc/9535/task/9538/stat : 9538 (pwbo2.0) R 9533 9535 7054 0 -1 4202560 34104 0 0 0 87590 44 0 0 20 0 3 0 276158141 978268160 216473 33554432000 4194304 5965102 140735313077024 139936482511160 4393955 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1760.62
Current children cumulated vsize (KiB) 955340



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+902.007 s]
/proc/loadavg: 2.09 3.06 3.56 3/173 9611
/proc/meminfo: memFree=29747152/32873844 swapFree=7108/7108
[pid=9535] ppid=9533 vsize=955340 CPUtime=1800.04 cores=1,3,5,7
/proc/9535/stat : 9535 (pwbo2.0) S 9533 9535 7054 0 -1 4202496 198751 0 0 0 179904 100 0 0 20 0 3 0 276157789 978268160 216700 33554432000 4194304 5965102 140735313077024 140735313076544 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9535/statm: 238835 216700 199 433 0 238399 0
[pid=9535/tid=9537] ppid=9533 vsize=955340 CPUtime=896.12 cores=1,3,5,7
/proc/9535/task/9537/stat : 9537 (pwbo2.0) R 9533 9535 7054 0 -1 4202560 86542 0 0 0 89543 69 0 0 20 0 3 0 276158141 978268160 216700 33554432000 4194304 5965102 140735313077024 139936493001544 4393922 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=9535/tid=9538] ppid=9533 vsize=955340 CPUtime=896 cores=1,3,5,7
/proc/9535/task/9538/stat : 9538 (pwbo2.0) R 9533 9535 7054 0 -1 4202560 34331 0 0 0 89555 45 0 0 20 0 3 0 276158141 978268160 216700 33554432000 4194304 5965102 140735313077024 139936482511160 4383069 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 955340

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 9535 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=409208
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=309800
# CPU time returned by wait4() is 1795.72
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 902.052
CPU time (s): 1800.04
CPU user time (s): 1799.04
CPU system time (s): 1
CPU usage (%): 199.549
Max. virtual memory (cumulated for all children) (KiB): 1020876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.41
system time used= 1.3098
maximum resident set size= 884360
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 198752
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= 8562
involuntary context switches= 2614

runsolver used 2.08068 second user time and 5.37518 second system time

The end

Launcher Data

Begin job on node102 at 2012-05-27 08:31:33
IDJOB=3704062
IDBENCH=91040
IDSOLVER=2279
FILE ID=node102/3704062-1338100292
RUNJOBID= node102-1338087425-7071
PBS_JOBID= 14624443
Free space on /tmp= 71480 MiB

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

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

MD5SUM BENCH= 8f97c77928b15936b90881f480455177
RANDOM SEED=12357587

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.178
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.178
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.178
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	: 5438.54
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.178
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.178
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:        28779808 kB
Buffers:          315776 kB
Cached:          1135532 kB
SwapCached:            0 kB
Active:          2681736 kB
Inactive:         580224 kB
Active(anon):    1801988 kB
Inactive(anon):    11040 kB
Active(file):     879748 kB
Inactive(file):   569184 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             32884 kB
Writeback:             0 kB
AnonPages:       1821724 kB
Mapped:            15004 kB
Shmem:               200 kB
Slab:             687100 kB
SReclaimable:     129224 kB
SUnreclaim:       557876 kB
KernelStack:        1456 kB
PageTables:         7604 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     603120 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1058816 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= 71504 MiB
End job on node102 at 2012-05-27 08:46:37