Trace number 3726381

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
pwbo 2.02? (TO) 1800.6 902.095

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_unif_10null20mast_rapportOE1.0_TMAX300_K192_cod2.opb
MD5SUM8d651cc878ba5f8db7c83d3bfed1cb1c
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-98026
Best CPU time to get the best result obtained on this benchmark1800.85
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 1605
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 987807
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 987807
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  pwbo:                     2.02 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3726381-1338660083.opb.
0.00/0.00	c Instance file HOME/instance-3726381-1338660083.opb
0.00/0.00	c File size is 28235837 bytes.
3.09/3.13	c Cost Offset: -987807
3.09/3.13	c Highest Coefficient sum: 63834
3.09/3.13	c ============================[ Problem Statistics ]=============================
3.09/3.13	c |                                                                             |
3.09/3.13	c |  Parsing time:          3.13         s                                      |
3.09/3.13	c |  Number Variables:      400896                                              |
3.09/3.13	c |  Number Clauses:        400785                                              |
3.09/3.13	c |  Number Cardinality:    1977                                                |
3.09/3.13	c |  Number PB Constraints: 1                                                   |
3.09/3.13	c |                                                                             |
3.56/3.47	c |  Problem Type:          Optimization                                        |
3.56/3.47	c |  Objective Function:    PB Constraint                                       |
3.56/3.47	c |                                                                             |
3.56/3.47	c ===============================================================================
1800.05/902.01	c ===============================================================================
1800.05/902.01	c Wall Clock Time: 902.02 s
1800.05/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-3726381-1338660083/watcher-3726381-1338660083 -o /tmp/evaluation-result-3726381-1338660083/solver-3726381-1338660083 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 HOME/instance-3726381-1338660083.opb 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.83 3.94 3.91 4/179 17334
/proc/meminfo: memFree=27513556/32873844 swapFree=7628/7628
[pid=17334] ppid=17332 vsize=32996 CPUtime=0 cores=0,2,4,6
/proc/17334/stat : 17334 (pwbo2.02) R 17332 17334 14598 0 -1 4202496 671 0 0 0 0 0 0 0 20 0 1 0 332133260 33787904 623 33554432000 4194304 5964478 140735335774848 140734900800536 5136490 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/17334/statm: 8249 625 170 433 0 919 0

[startup+0.105108 s]
/proc/loadavg: 3.83 3.94 3.91 4/179 17334
/proc/meminfo: memFree=27513556/32873844 swapFree=7628/7628
[pid=17334] ppid=17332 vsize=51776 CPUtime=0.09 cores=0,2,4,6
/proc/17334/stat : 17334 (pwbo2.02) R 17332 17334 14598 0 -1 4202496 5217 0 0 0 9 0 0 0 20 0 1 0 332133260 53018624 4924 33554432000 4194304 5964478 140735335774848 140735335773512 5136490 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/17334/statm: 12944 4925 452 433 0 5614 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 51776

[startup+0.20041 s]
/proc/loadavg: 3.83 3.94 3.91 4/179 17334
/proc/meminfo: memFree=27513556/32873844 swapFree=7628/7628
[pid=17334] ppid=17332 vsize=64020 CPUtime=0.19 cores=0,2,4,6
/proc/17334/stat : 17334 (pwbo2.02) R 17332 17334 14598 0 -1 4202496 8234 0 0 0 18 1 0 0 20 0 1 0 332133260 65556480 7901 33554432000 4194304 5964478 140735335774848 140735335773512 4353596 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/17334/statm: 16005 7901 723 433 0 8675 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 64020

[startup+0.30032 s]
/proc/loadavg: 3.83 3.94 3.91 4/179 17334
/proc/meminfo: memFree=27513556/32873844 swapFree=7628/7628
[pid=17334] ppid=17332 vsize=70232 CPUtime=0.28 cores=0,2,4,6
/proc/17334/stat : 17334 (pwbo2.02) R 17332 17334 14598 0 -1 4202496 10813 0 0 0 27 1 0 0 20 0 1 0 332133260 71917568 10383 33554432000 4194304 5964478 140735335774848 140735335773512 4344643 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/17334/statm: 17558 10385 989 433 0 10228 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 70232

[startup+0.700254 s]
/proc/loadavg: 3.83 3.94 3.91 4/179 17334
/proc/meminfo: memFree=27513556/32873844 swapFree=7628/7628
[pid=17334] ppid=17332 vsize=119136 CPUtime=0.68 cores=0,2,4,6
/proc/17334/stat : 17334 (pwbo2.02) R 17332 17334 14598 0 -1 4202496 24050 0 0 0 65 3 0 0 20 0 1 0 332133260 121995264 22576 33554432000 4194304 5964478 140735335774848 140735335773512 5136490 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/17334/statm: 29784 22577 2032 433 0 22454 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 119136

[startup+1.50027 s]
/proc/loadavg: 3.83 3.94 3.91 4/180 17335
/proc/meminfo: memFree=27385236/32873844 swapFree=7628/7628
[pid=17334] ppid=17332 vsize=213580 CPUtime=1.48 cores=0,2,4,6
/proc/17334/stat : 17334 (pwbo2.02) R 17332 17334 14598 0 -1 4202496 46397 0 0 0 141 7 0 0 20 0 1 0 332133260 218705920 46421 33554432000 4194304 5964478 140735335774848 140735335773512 4344768 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/17334/statm: 53395 46422 3865 433 0 46065 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 213580

[startup+3.10026 s]
/proc/loadavg: 3.77 3.92 3.91 4/180 17335
/proc/meminfo: memFree=27275100/32873844 swapFree=7628/7628
[pid=17334] ppid=17332 vsize=336880 CPUtime=3.09 cores=0,2,4,6
/proc/17334/stat : 17334 (pwbo2.02) R 17332 17334 14598 0 -1 4202496 76121 0 0 0 296 13 0 0 20 0 1 0 332133260 344965120 78640 33554432000 4194304 5964478 140735335774848 140735335773448 4344768 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/17334/statm: 84220 78640 7014 433 0 76890 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 336880

[startup+6.30034 s]
/proc/loadavg: 3.77 3.92 3.91 5/182 17337
/proc/meminfo: memFree=26783020/32873844 swapFree=7628/7628
[pid=17334] ppid=17332 vsize=889792 CPUtime=9.25 cores=0,2,4,6
/proc/17334/stat : 17334 (pwbo2.02) S 17332 17334 14598 0 -1 4202496 167097 0 0 0 850 75 0 0 20 0 3 0 332133260 911147008 187827 33554432000 4194304 5964478 140735335774848 140735335774368 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17334/statm: 222448 187827 197 433 0 222012 0
[pid=17334/tid=17336] ppid=17332 vsize=889792 CPUtime=3.12 cores=0,2,4,6
/proc/17334/task/17336/stat : 17336 (pwbo2.02) R 17332 17334 14598 0 -1 4202560 64659 0 0 0 266 46 0 0 20 0 3 0 332133573 911147008 187827 33554432000 4194304 5964478 140735335774848 140231926176280 5122358 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=17334/tid=17337] ppid=17332 vsize=889792 CPUtime=3.07 cores=0,2,4,6
/proc/17334/task/17337/stat : 17337 (pwbo2.02) R 17332 17334 14598 0 -1 4202560 24678 0 0 0 290 17 0 0 20 0 3 0 332133573 911147008 187827 33554432000 4194304 5964478 140735335774848 140231915686120 4389072 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 9.25
Current children cumulated vsize (KiB) 889792

[startup+12.7004 s]
/proc/loadavg: 3.80 3.92 3.91 5/182 17337
/proc/meminfo: memFree=26734956/32873844 swapFree=7628/7628
[pid=17334] ppid=17332 vsize=889792 CPUtime=22.05 cores=0,2,4,6
/proc/17334/stat : 17334 (pwbo2.02) S 17332 17334 14598 0 -1 4202496 185242 0 0 0 2124 81 0 0 20 0 3 0 332133260 911147008 194410 33554432000 4194304 5964478 140735335774848 140735335774368 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17334/statm: 222448 194410 197 433 0 222012 0
[pid=17334/tid=17336] ppid=17332 vsize=889792 CPUtime=9.52 cores=0,2,4,6
/proc/17334/task/17336/stat : 17336 (pwbo2.02) R 17332 17334 14598 0 -1 4202560 82505 0 0 0 901 51 0 0 20 0 3 0 332133573 911147008 194410 33554432000 4194304 5964478 140735335774848 140231926176280 4375259 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=17334/tid=17337] ppid=17332 vsize=889792 CPUtime=9.47 cores=0,2,4,6
/proc/17334/task/17337/stat : 17337 (pwbo2.02) R 17332 17334 14598 0 -1 4202560 24977 0 0 0 929 18 0 0 20 0 3 0 332133573 911147008 194410 33554432000 4194304 5964478 140735335774848 140231915686200 4389135 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 22.05
Current children cumulated vsize (KiB) 889792

[startup+25.5005 s]
/proc/loadavg: 3.83 3.93 3.91 5/182 17337
/proc/meminfo: memFree=26611208/32873844 swapFree=7628/7628
[pid=17334] ppid=17332 vsize=1037268 CPUtime=47.65 cores=0,2,4,6
/proc/17334/stat : 17334 (pwbo2.02) S 17332 17334 14598 0 -1 4202496 200522 0 0 0 4674 91 0 0 20 0 3 0 332133260 1062162432 225225 33554432000 4194304 5964478 140735335774848 140735335774368 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17334/statm: 259317 225225 197 433 0 258881 0
[pid=17334/tid=17336] ppid=17332 vsize=1037268 CPUtime=22.32 cores=0,2,4,6
/proc/17334/task/17336/stat : 17336 (pwbo2.02) R 17332 17334 14598 0 -1 4202560 96537 0 0 0 2174 58 0 0 20 0 3 0 332133573 1062162432 225225 33554432000 4194304 5964478 140735335774848 140231926176088 4447069 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=17334/tid=17337] ppid=17332 vsize=1037268 CPUtime=22.27 cores=0,2,4,6
/proc/17334/task/17337/stat : 17337 (pwbo2.02) R 17332 17334 14598 0 -1 4202560 26225 0 0 0 2205 22 0 0 20 0 3 0 332133573 1062162432 225225 33554432000 4194304 5964478 140735335774848 140231915686200 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 47.65
Current children cumulated vsize (KiB) 1037268

[startup+51.1005 s]
/proc/loadavg: 3.95 3.95 3.91 5/181 17337
/proc/meminfo: memFree=26455672/32873844 swapFree=7628/7628
[pid=17334] ppid=17332 vsize=1299412 CPUtime=98.84 cores=0,2,4,6
/proc/17334/stat : 17334 (pwbo2.02) S 17332 17334 14598 0 -1 4202496 234401 0 0 0 9775 109 0 0 20 0 3 0 332133260 1330597888 270732 33554432000 4194304 5964478 140735335774848 140735335774368 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17334/statm: 324853 270732 197 433 0 324417 0
[pid=17334/tid=17336] ppid=17332 vsize=1299412 CPUtime=47.92 cores=0,2,4,6
/proc/17334/task/17336/stat : 17336 (pwbo2.02) R 17332 17334 14598 0 -1 4202560 129682 0 0 0 4719 73 0 0 20 0 3 0 332133573 1330597888 270732 33554432000 4194304 5964478 140735335774848 140231926176040 5130842 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=17334/tid=17337] ppid=17332 vsize=1299412 CPUtime=47.87 cores=0,2,4,6
/proc/17334/task/17337/stat : 17337 (pwbo2.02) R 17332 17334 14598 0 -1 4202560 26959 0 0 0 4763 24 0 0 20 0 3 0 332133573 1330597888 270732 33554432000 4194304 5964478 140735335774848 140231915686200 4392918 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 98.84
Current children cumulated vsize (KiB) 1299412

[startup+102.3 s]
/proc/loadavg: 3.98 3.95 3.91 5/181 17338
/proc/meminfo: memFree=26184908/32873844 swapFree=7628/7628
[pid=17334] ppid=17332 vsize=1545152 CPUtime=201.24 cores=0,2,4,6
/proc/17334/stat : 17334 (pwbo2.02) S 17332 17334 14598 0 -1 4202496 259728 0 0 0 19987 137 0 0 20 0 3 0 332133260 1582235648 328124 33554432000 4194304 5964478 140735335774848 140735335774368 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17334/statm: 386288 328124 197 433 0 385852 0
[pid=17334/tid=17336] ppid=17332 vsize=1545152 CPUtime=99.13 cores=0,2,4,6
/proc/17334/task/17336/stat : 17336 (pwbo2.02) R 17332 17334 14598 0 -1 4202560 153539 0 0 0 9817 96 0 0 20 0 3 0 332133573 1582235648 328124 33554432000 4194304 5964478 140735335774848 140231926176152 4375259 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=17334/tid=17337] ppid=17332 vsize=1545152 CPUtime=99.08 cores=0,2,4,6
/proc/17334/task/17337/stat : 17337 (pwbo2.02) R 17332 17334 14598 0 -1 4202560 28429 0 0 0 9877 31 0 0 20 0 3 0 332133573 1582235648 328124 33554432000 4194304 5964478 140735335774848 140231915686008 4389160 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 201.24
Current children cumulated vsize (KiB) 1545152

[startup+162.3 s]
/proc/loadavg: 3.99 3.96 3.91 5/181 17338
/proc/meminfo: memFree=25807964/32873844 swapFree=7628/7628
[pid=17334] ppid=17332 vsize=2020480 CPUtime=321.21 cores=0,2,4,6
/proc/17334/stat : 17334 (pwbo2.02) S 17332 17334 14598 0 -1 4202496 315503 0 0 0 31939 182 0 0 20 0 3 0 332133260 2068971520 419081 33554432000 4194304 5964478 140735335774848 140735335774368 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17334/statm: 505120 419081 197 433 0 504684 0
[pid=17334/tid=17336] ppid=17332 vsize=2020480 CPUtime=159.12 cores=0,2,4,6
/proc/17334/task/17336/stat : 17336 (pwbo2.02) R 17332 17334 14598 0 -1 4202560 207958 0 0 0 15773 139 0 0 20 0 3 0 332133573 2068971520 419081 33554432000 4194304 5964478 140735335774848 140231926176088 5130875 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=17334/tid=17337] ppid=17332 vsize=2020480 CPUtime=159.07 cores=0,2,4,6
/proc/17334/task/17337/stat : 17337 (pwbo2.02) R 17332 17334 14598 0 -1 4202560 29785 0 0 0 15872 35 0 0 20 0 3 0 332133573 2068971520 419081 33554432000 4194304 5964478 140735335774848 140231915685720 4403343 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 321.21
Current children cumulated vsize (KiB) 2020480

[startup+222.307 s]
/proc/loadavg: 3.99 3.96 3.91 5/181 17338
/proc/meminfo: memFree=25488064/32873844 swapFree=7628/7628
[pid=17334] ppid=17332 vsize=2339872 CPUtime=441.13 cores=0,2,4,6
/proc/17334/stat : 17334 (pwbo2.02) S 17332 17334 14598 0 -1 4202496 472829 0 0 0 43787 326 0 0 20 0 3 0 332133260 2396028928 493234 33554432000 4194304 5964478 140735335774848 140735335774368 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17334/statm: 584968 493234 197 433 0 584532 0
[pid=17334/tid=17336] ppid=17332 vsize=2339872 CPUtime=219.13 cores=0,2,4,6
/proc/17334/task/17336/stat : 17336 (pwbo2.02) R 17332 17334 14598 0 -1 4202560 364226 0 0 0 21632 281 0 0 20 0 3 0 332133573 2396028928 493234 33554432000 4194304 5964478 140735335774848 140231926176152 5122414 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=17334/tid=17337] ppid=17332 vsize=2339872 CPUtime=219.01 cores=0,2,4,6
/proc/17334/task/17337/stat : 17337 (pwbo2.02) R 17332 17334 14598 0 -1 4202560 30843 0 0 0 21862 39 0 0 20 0 3 0 332133573 2396028928 493234 33554432000 4194304 5964478 140735335774848 140231915686200 4400067 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 441.13
Current children cumulated vsize (KiB) 2339872

[startup+282.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/181 17338
/proc/meminfo: memFree=25160324/32873844 swapFree=7628/7628
[pid=17334] ppid=17332 vsize=2696176 CPUtime=561.07 cores=0,2,4,6
/proc/17334/stat : 17334 (pwbo2.02) S 17332 17334 14598 0 -1 4202496 654652 0 0 0 55618 489 0 0 20 0 3 0 332133260 2760884224 573362 33554432000 4194304 5964478 140735335774848 140735335774368 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17334/statm: 674044 573362 197 433 0 673608 0
[pid=17334/tid=17336] ppid=17332 vsize=2696176 CPUtime=279.13 cores=0,2,4,6
/proc/17334/task/17336/stat : 17336 (pwbo2.02) R 17332 17334 14598 0 -1 4202560 544675 0 0 0 27470 443 0 0 20 0 3 0 332133573 2760884224 573362 33554432000 4194304 5964478 140735335774848 140231926176152 4396252 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=17334/tid=17337] ppid=17332 vsize=2696176 CPUtime=278.97 cores=0,2,4,6
/proc/17334/task/17337/stat : 17337 (pwbo2.02) R 17332 17334 14598 0 -1 4202560 32217 0 0 0 27855 42 0 0 20 0 3 0 332133573 2760884224 573362 33554432000 4194304 5964478 140735335774848 140231915686200 4222416 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 561.07
Current children cumulated vsize (KiB) 2696176

[startup+342.3 s]
/proc/loadavg: 4.07 3.99 3.92 5/181 17338
/proc/meminfo: memFree=24850744/32873844 swapFree=7628/7628
[pid=17334] ppid=17332 vsize=3069056 CPUtime=680.94 cores=0,2,4,6
/proc/17334/stat : 17334 (pwbo2.02) S 17332 17334 14598 0 -1 4202496 801056 0 0 0 67452 642 0 0 20 0 3 0 332133260 3142713344 666347 33554432000 4194304 5964478 140735335774848 140735335774368 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17334/statm: 767264 666347 197 433 0 766828 0
[pid=17334/tid=17336] ppid=17332 vsize=3069056 CPUtime=339.13 cores=0,2,4,6
/proc/17334/task/17336/stat : 17336 (pwbo2.02) R 17332 17334 14598 0 -1 4202560 689917 0 0 0 33318 595 0 0 20 0 3 0 332133573 3142713344 666347 33554432000 4194304 5964478 140735335774848 140231926176280 5135657 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=17334/tid=17337] ppid=17332 vsize=3069056 CPUtime=338.88 cores=0,2,4,6
/proc/17334/task/17337/stat : 17337 (pwbo2.02) R 17332 17334 14598 0 -1 4202560 33379 0 0 0 33843 45 0 0 20 0 3 0 332133573 3142713344 666347 33554432000 4194304 5964478 140735335774848 140231915686200 4399915 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 680.94
Current children cumulated vsize (KiB) 3069056

[startup+402.3 s]
/proc/loadavg: 4.03 3.99 3.92 5/181 17339
/proc/meminfo: memFree=24425756/32873844 swapFree=7628/7628
[pid=17334] ppid=17332 vsize=3429456 CPUtime=800.87 cores=0,2,4,6
/proc/17334/stat : 17334 (pwbo2.02) S 17332 17334 14598 0 -1 4202496 959569 0 0 0 79298 789 0 0 20 0 3 0 332133260 3511762944 755220 33554432000 4194304 5964478 140735335774848 140735335774368 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17334/statm: 857364 755220 197 433 0 856928 0
[pid=17334/tid=17336] ppid=17332 vsize=3429456 CPUtime=399.11 cores=0,2,4,6
/proc/17334/task/17336/stat : 17336 (pwbo2.02) R 17332 17334 14598 0 -1 4202560 847488 0 0 0 39171 740 0 0 20 0 3 0 332133573 3511762944 755220 33554432000 4194304 5964478 140735335774848 140231926176088 5139118 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=17334/tid=17337] ppid=17332 vsize=3429456 CPUtime=398.85 cores=0,2,4,6
/proc/17334/task/17337/stat : 17337 (pwbo2.02) R 17332 17334 14598 0 -1 4202560 34321 0 0 0 39837 48 0 0 20 0 3 0 332133573 3511762944 755220 33554432000 4194304 5964478 140735335774848 140231915686200 4403624 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 800.87
Current children cumulated vsize (KiB) 3429456

[startup+462.3 s]
/proc/loadavg: 4.01 3.99 3.92 5/181 17339
/proc/meminfo: memFree=24080684/32873844 swapFree=7628/7628
[pid=17334] ppid=17332 vsize=3859584 CPUtime=920.82 cores=0,2,4,6
/proc/17334/stat : 17334 (pwbo2.02) S 17332 17334 14598 0 -1 4202496 1112591 0 0 0 91155 927 0 0 20 0 3 0 332133260 3952214016 840955 33554432000 4194304 5964478 140735335774848 140735335774368 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17334/statm: 964896 840955 197 433 0 964460 0
[pid=17334/tid=17336] ppid=17332 vsize=3859584 CPUtime=459.11 cores=0,2,4,6
/proc/17334/task/17336/stat : 17336 (pwbo2.02) R 17332 17334 14598 0 -1 4202560 999707 0 0 0 45034 877 0 0 20 0 3 0 332133573 3952214016 840955 33554432000 4194304 5964478 140735335774848 140231926176040 4445571 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=17334/tid=17337] ppid=17332 vsize=3859584 CPUtime=458.83 cores=0,2,4,6
/proc/17334/task/17337/stat : 17337 (pwbo2.02) R 17332 17334 14598 0 -1 4202560 35124 0 0 0 45833 50 0 0 20 0 3 0 332133573 3952214016 840955 33554432000 4194304 5964478 140735335774848 140231915686200 4403343 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 920.82
Current children cumulated vsize (KiB) 3859584

[startup+522.3 s]
/proc/loadavg: 4.07 4.00 3.93 5/182 17342
/proc/meminfo: memFree=23794008/32873844 swapFree=7628/7628
[pid=17334] ppid=17332 vsize=4082852 CPUtime=1040.77 cores=0,2,4,6
/proc/17334/stat : 17334 (pwbo2.02) S 17332 17334 14598 0 -1 4202496 1194948 0 0 0 103045 1032 0 0 20 0 3 0 332133260 4180840448 909464 33554432000 4194304 5964478 140735335774848 140735335774368 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17334/statm: 1020713 909464 197 433 0 1020277 0
[pid=17334/tid=17336] ppid=17332 vsize=4082852 CPUtime=519.11 cores=0,2,4,6
/proc/17334/task/17336/stat : 17336 (pwbo2.02) R 17332 17334 14598 0 -1 4202560 1081239 0 0 0 50930 981 0 0 20 0 3 0 332133573 4180840448 909464 33554432000 4194304 5964478 140735335774848 140231926176008 4445424 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=17334/tid=17337] ppid=17332 vsize=4082852 CPUtime=518.81 cores=0,2,4,6
/proc/17334/task/17337/stat : 17337 (pwbo2.02) R 17332 17334 14598 0 -1 4202560 35949 0 0 0 51828 53 0 0 20 0 3 0 332133573 4180840448 909464 33554432000 4194304 5964478 140735335774848 140231915686200 4392882 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1040.77
Current children cumulated vsize (KiB) 4082852

[startup+582.3 s]
/proc/loadavg: 3.14 3.78 3.85 3/173 17367
/proc/meminfo: memFree=24004476/32873844 swapFree=7628/7628
[pid=17334] ppid=17332 vsize=4203504 CPUtime=1160.75 cores=0,2,4,6
/proc/17334/stat : 17334 (pwbo2.02) S 17332 17334 14598 0 -1 4202496 1223189 0 0 0 115014 1061 0 0 20 0 3 0 332133260 4304388096 933601 33554432000 4194304 5964478 140735335774848 140735335774368 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17334/statm: 1050876 933601 197 433 0 1050440 0
[pid=17334/tid=17336] ppid=17332 vsize=4203504 CPUtime=579.11 cores=0,2,4,6
/proc/17334/task/17336/stat : 17336 (pwbo2.02) R 17332 17334 14598 0 -1 4202560 1108709 0 0 0 56901 1010 0 0 20 0 3 0 332133573 4304388096 933601 33554432000 4194304 5964478 140735335774848 140231926176584 4399890 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=17334/tid=17337] ppid=17332 vsize=4203504 CPUtime=578.81 cores=0,2,4,6
/proc/17334/task/17337/stat : 17337 (pwbo2.02) R 17332 17334 14598 0 -1 4202560 36720 0 0 0 57825 56 0 0 20 0 3 0 332133573 4304388096 933601 33554432000 4194304 5964478 140735335774848 140231915686248 4381960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1160.75
Current children cumulated vsize (KiB) 4203504

[startup+642.3 s]
/proc/loadavg: 2.45 3.48 3.74 3/173 17367
/proc/meminfo: memFree=23919632/32873844 swapFree=7628/7628
[pid=17334] ppid=17332 vsize=4285524 CPUtime=1280.72 cores=0,2,4,6
/proc/17334/stat : 17334 (pwbo2.02) S 17332 17334 14598 0 -1 4202496 1229311 0 0 0 127000 1072 0 0 20 0 3 0 332133260 4388376576 954869 33554432000 4194304 5964478 140735335774848 140735335774368 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17334/statm: 1071381 954869 197 433 0 1070945 0
[pid=17334/tid=17336] ppid=17332 vsize=4285524 CPUtime=639.11 cores=0,2,4,6
/proc/17334/task/17336/stat : 17336 (pwbo2.02) R 17332 17334 14598 0 -1 4202560 1114082 0 0 0 62892 1019 0 0 20 0 3 0 332133573 4388376576 954869 33554432000 4194304 5964478 140735335774848 140231926176696 4390878 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=17334/tid=17337] ppid=17332 vsize=4285524 CPUtime=638.8 cores=0,2,4,6
/proc/17334/task/17337/stat : 17337 (pwbo2.02) R 17332 17334 14598 0 -1 4202560 37469 0 0 0 63822 58 0 0 20 0 3 0 332133573 4388376576 954869 33554432000 4194304 5964478 140735335774848 140231915685720 4222416 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1280.72
Current children cumulated vsize (KiB) 4285524

[startup+702.3 s]
/proc/loadavg: 2.15 3.18 3.62 3/173 17368
/proc/meminfo: memFree=23893976/32873844 swapFree=7628/7628
[pid=17334] ppid=17332 vsize=4420696 CPUtime=1400.7 cores=0,2,4,6
/proc/17334/stat : 17334 (pwbo2.02) S 17332 17334 14598 0 -1 4202496 1236606 0 0 0 138988 1082 0 0 20 0 3 0 332133260 4526792704 961285 33554432000 4194304 5964478 140735335774848 140735335774368 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17334/statm: 1105174 961285 197 433 0 1104738 0
[pid=17334/tid=17336] ppid=17332 vsize=4420696 CPUtime=699.11 cores=0,2,4,6
/proc/17334/task/17336/stat : 17336 (pwbo2.02) R 17332 17334 14598 0 -1 4202560 1120667 0 0 0 68882 1029 0 0 20 0 3 0 332133573 4526792704 961285 33554432000 4194304 5964478 140735335774848 140231926176696 4403624 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=17334/tid=17337] ppid=17332 vsize=4420696 CPUtime=698.8 cores=0,2,4,6
/proc/17334/task/17337/stat : 17337 (pwbo2.02) R 17332 17334 14598 0 -1 4202560 38179 0 0 0 69819 61 0 0 20 0 3 0 332133573 4526792704 961285 33554432000 4194304 5964478 140735335774848 140231915686200 4392863 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1400.7
Current children cumulated vsize (KiB) 4420696

[startup+762.3 s]
/proc/loadavg: 2.05 2.97 3.52 3/173 17368
/proc/meminfo: memFree=23840456/32873844 swapFree=7628/7628
[pid=17334] ppid=17332 vsize=4465648 CPUtime=1520.69 cores=0,2,4,6
/proc/17334/stat : 17334 (pwbo2.02) S 17332 17334 14598 0 -1 4202496 1248956 0 0 0 150972 1097 0 0 20 0 3 0 332133260 4572823552 974646 33554432000 4194304 5964478 140735335774848 140735335774368 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17334/statm: 1116412 974646 197 433 0 1115976 0
[pid=17334/tid=17336] ppid=17332 vsize=4465648 CPUtime=759.12 cores=0,2,4,6
/proc/17334/task/17336/stat : 17336 (pwbo2.02) R 17332 17334 14598 0 -1 4202560 1132040 0 0 0 74868 1044 0 0 20 0 3 0 332133573 4572823552 974646 33554432000 4194304 5964478 140735335774848 140231926176696 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=17334/tid=17337] ppid=17332 vsize=4465648 CPUtime=758.81 cores=0,2,4,6
/proc/17334/task/17337/stat : 17337 (pwbo2.02) R 17332 17334 14598 0 -1 4202560 39156 0 0 0 75817 64 0 0 20 0 3 0 332133573 4572823552 974646 33554432000 4194304 5964478 140735335774848 140231915686200 4388850 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1520.69
Current children cumulated vsize (KiB) 4465648

[startup+822.3 s]
/proc/loadavg: 2.02 2.80 3.43 3/173 17368
/proc/meminfo: memFree=23837152/32873844 swapFree=7628/7628
[pid=17334] ppid=17332 vsize=4437024 CPUtime=1640.66 cores=0,2,4,6
/proc/17334/stat : 17334 (pwbo2.02) S 17332 17334 14598 0 -1 4202496 1254969 0 0 0 162958 1108 0 0 20 0 3 0 332133260 4543512576 975400 33554432000 4194304 5964478 140735335774848 140735335774368 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17334/statm: 1109256 975400 197 433 0 1108820 0
[pid=17334/tid=17336] ppid=17332 vsize=4437024 CPUtime=819.11 cores=0,2,4,6
/proc/17334/task/17336/stat : 17336 (pwbo2.02) R 17332 17334 14598 0 -1 4202560 1137363 0 0 0 80857 1054 0 0 20 0 3 0 332133573 4543512576 975400 33554432000 4194304 5964478 140735335774848 140231926176696 4387939 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=17334/tid=17337] ppid=17332 vsize=4437024 CPUtime=818.81 cores=0,2,4,6
/proc/17334/task/17337/stat : 17337 (pwbo2.02) R 17332 17334 14598 0 -1 4202560 39846 0 0 0 81815 66 0 0 20 0 3 0 332133573 4543512576 975400 33554432000 4194304 5964478 140735335774848 140231915686008 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1640.66
Current children cumulated vsize (KiB) 4437024

[startup+882.306 s]
/proc/loadavg: 2.03 2.66 3.33 3/173 17368
/proc/meminfo: memFree=23747284/32873844 swapFree=7628/7628
[pid=17334] ppid=17332 vsize=4539472 CPUtime=1760.65 cores=0,2,4,6
/proc/17334/stat : 17334 (pwbo2.02) S 17332 17334 14598 0 -1 4202496 1263047 0 0 0 174941 1124 0 0 20 0 3 0 332133260 4648419328 988675 33554432000 4194304 5964478 140735335774848 140735335774368 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17334/statm: 1134868 988675 197 433 0 1134432 0
[pid=17334/tid=17336] ppid=17332 vsize=4539472 CPUtime=879.12 cores=0,2,4,6
/proc/17334/task/17336/stat : 17336 (pwbo2.02) R 17332 17334 14598 0 -1 4202560 1144464 0 0 0 86843 1069 0 0 20 0 3 0 332133573 4648419328 988675 33554432000 4194304 5964478 140735335774848 140231926176328 5134293 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=17334/tid=17337] ppid=17332 vsize=4539472 CPUtime=878.82 cores=0,2,4,6
/proc/17334/task/17337/stat : 17337 (pwbo2.02) R 17332 17334 14598 0 -1 4202560 40823 0 0 0 87814 68 0 0 20 0 3 0 332133573 4648419328 988675 33554432000 4194304 5964478 140735335774848 140231915686200 4392711 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1760.65
Current children cumulated vsize (KiB) 4539472



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+902 s]
/proc/loadavg: 2.02 2.61 3.30 3/173 17368
/proc/meminfo: memFree=23816924/32873844 swapFree=7628/7628
[pid=17334] ppid=17332 vsize=4539472 CPUtime=1800.05 cores=0,2,4,6
/proc/17334/stat : 17334 (pwbo2.02) S 17332 17334 14598 0 -1 4202496 1265499 0 0 0 178874 1131 0 0 20 0 3 0 332133260 4648419328 980291 33554432000 4194304 5964478 140735335774848 140735335774368 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17334/statm: 1134868 980291 197 433 0 1134432 0
[pid=17334/tid=17336] ppid=17332 vsize=4539472 CPUtime=898.82 cores=0,2,4,6
/proc/17334/task/17336/stat : 17336 (pwbo2.02) R 17332 17334 14598 0 -1 4202560 1146755 0 0 0 88805 1077 0 0 20 0 3 0 332133573 4648419328 980291 33554432000 4194304 5964478 140735335774848 140231926176696 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=17334/tid=17337] ppid=17332 vsize=4539472 CPUtime=898.52 cores=0,2,4,6
/proc/17334/task/17337/stat : 17337 (pwbo2.02) R 17332 17334 14598 0 -1 4202560 40984 0 0 0 89784 68 0 0 20 0 3 0 332133573 4648419328 980291 33554432000 4194304 5964478 140735335774848 140231915686136 4399854 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 4539472

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

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

[startup+902 s]
/proc/loadavg: 2.02 2.61 3.30 3/173 17368
/proc/meminfo: memFree=23816924/32873844 swapFree=7628/7628
[pid=17334] ppid=17332 vsize=4539472 CPUtime=1800.05 cores=0,2,4,6
/proc/17334/stat : 17334 (pwbo2.02) S 17332 17334 14598 0 -1 4202496 1265499 0 0 0 178874 1131 0 0 20 0 3 0 332133260 4648419328 980291 33554432000 4194304 5964478 140735335774848 140735335774368 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17334/statm: 1134868 980291 197 433 0 1134432 0
[pid=17334/tid=17336] ppid=17332 vsize=4539472 CPUtime=898.82 cores=0,2,4,6
/proc/17334/task/17336/stat : 17336 (pwbo2.02) R 17332 17334 14598 0 -1 4202560 1146755 0 0 0 88805 1077 0 0 20 0 3 0 332133573 4648419328 980291 33554432000 4194304 5964478 140735335774848 140231926176696 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=17334/tid=17337] ppid=17332 vsize=4539472 CPUtime=898.52 cores=0,2,4,6
/proc/17334/task/17337/stat : 17337 (pwbo2.02) R 17332 17334 14598 0 -1 4202560 40984 0 0 0 89784 68 0 0 20 0 3 0 332133573 4648419328 980291 33554432000 4194304 5964478 140735335774848 140231915686136 4399854 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 4539472

Child status: 0
Real time (s): 902.095
CPU time (s): 1800.6
CPU user time (s): 1788.92
CPU system time (s): 11.6742
CPU usage (%): 199.602
Max. virtual memory (cumulated for all children) (KiB): 4650208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1788.92
system time used= 11.6742
maximum resident set size= 4033304
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1265500
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= 7005
involuntary context switches= 1994

runsolver used 2.01069 second user time and 4.90425 second system time

The end

Launcher Data

Begin job on node144 at 2012-06-02 20:01:24
IDJOB=3726381
IDBENCH=90877
IDSOLVER=2309
FILE ID=node144/3726381-1338660083
RUNJOBID= node144-1338651679-16068
PBS_JOBID= 14636436
Free space on /tmp= 70804 MiB

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

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

MD5SUM BENCH= 8d651cc878ba5f8db7c83d3bfed1cb1c
RANDOM SEED=701560351

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
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.196
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.92
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.196
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.196
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:        27513936 kB
Buffers:          621320 kB
Cached:          3629468 kB
SwapCached:          464 kB
Active:          2637176 kB
Inactive:        1858768 kB
Active(anon):     228140 kB
Inactive(anon):    11196 kB
Active(file):    2409036 kB
Inactive(file):  1847572 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108376 kB
Dirty:             32984 kB
Writeback:             0 kB
AnonPages:        246120 kB
Mapped:            15104 kB
Shmem:               172 kB
Slab:             724344 kB
SReclaimable:     166508 kB
SUnreclaim:       557836 kB
KernelStack:        1480 kB
PageTables:         4628 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     194000 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 70804 MiB
End job on node144 at 2012-06-02 20:16:28