Trace number 3704070

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.56 901.931

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_luby_20null0mast_rapportOE2.0_TMAX300_K192_cod2.opb
MD5SUMcf9128b870ef9b100d6538eb54f0c456
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-451
Best CPU time to get the best result obtained on this benchmark1800.75
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 1427
Biggest coefficient in the objective function 512
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 6807
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 65956
Number of bits of the biggest sum of numbers17
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-3704070-1338100805.opb.
0.00/0.00	c Instance file HOME/instance-3704070-1338100805.opb
0.00/0.00	c File size is 28230531 bytes.
3.09/3.17	c Cost Offset: -6807
3.09/3.17	c Highest Coefficient sum: 65956
3.09/3.17	c ============================[ Problem Statistics ]=============================
3.09/3.17	c |                                                                             |
3.09/3.17	c |  Parsing time:          3.17         s                                      |
3.09/3.17	c |  Number Variables:      400896                                              |
3.09/3.17	c |  Number Clauses:        400785                                              |
3.09/3.17	c |  Number Cardinality:    1977                                                |
3.09/3.17	c |  Number PB Constraints: 1                                                   |
3.09/3.17	c |                                                                             |
3.77/3.50	c |  Problem Type:          Optimization                                        |
3.77/3.50	c |  Objective Function:    PB Constraint                                       |
3.77/3.50	c |                                                                             |
3.77/3.50	c ===============================================================================
1800.21/901.91	c ===============================================================================
1800.21/901.91	c Wall Clock Time: 901.92 s
1800.21/901.91	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-3704070-1338100805/watcher-3704070-1338100805 -o /tmp/evaluation-result-3704070-1338100805/solver-3704070-1338100805 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 HOME/instance-3704070-1338100805.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: 4.01 4.00 3.92 4/179 22261
/proc/meminfo: memFree=26884680/32873648 swapFree=7104/7104
[pid=22261] ppid=22259 vsize=33172 CPUtime=0 cores=0,2,4,6
/proc/22261/stat : 22261 (pwbo2.0) R 22259 22261 20135 0 -1 4202496 695 0 0 0 0 0 0 0 20 0 1 0 276206049 33968128 647 33554432000 4194304 5965102 140736373917168 140736373916584 5180368 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/22261/statm: 8293 659 170 433 0 964 0

[startup+0.0989249 s]
/proc/loadavg: 4.01 4.00 3.92 4/179 22261
/proc/meminfo: memFree=26884680/32873648 swapFree=7104/7104
[pid=22261] ppid=22259 vsize=50528 CPUtime=0.09 cores=0,2,4,6
/proc/22261/stat : 22261 (pwbo2.0) R 22259 22261 20135 0 -1 4202496 4702 0 0 0 9 0 0 0 20 0 1 0 276206049 51740672 4572 33554432000 4194304 5965102 140736373917168 140736373916584 4351027 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/22261/statm: 12632 4573 432 433 0 5303 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 50528

[startup+0.100323 s]
/proc/loadavg: 4.01 4.00 3.92 4/179 22261
/proc/meminfo: memFree=26884680/32873648 swapFree=7104/7104
[pid=22261] ppid=22259 vsize=50660 CPUtime=0.09 cores=0,2,4,6
/proc/22261/stat : 22261 (pwbo2.0) R 22259 22261 20135 0 -1 4202496 4768 0 0 0 9 0 0 0 20 0 1 0 276206049 51875840 4638 33554432000 4194304 5965102 140736373917168 140736373916584 5137146 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/22261/statm: 12665 4638 435 433 0 5336 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 50660

[startup+0.300225 s]
/proc/loadavg: 4.01 4.00 3.92 4/179 22261
/proc/meminfo: memFree=26884680/32873648 swapFree=7104/7104
[pid=22261] ppid=22259 vsize=69852 CPUtime=0.29 cores=0,2,4,6
/proc/22261/stat : 22261 (pwbo2.0) R 22259 22261 20135 0 -1 4202496 10669 0 0 0 29 0 0 0 20 0 1 0 276206049 71528448 10272 33554432000 4194304 5965102 140736373917168 140736373914728 4351027 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/22261/statm: 17463 10272 976 433 0 10134 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 69852

[startup+0.700222 s]
/proc/loadavg: 4.01 4.00 3.92 4/179 22261
/proc/meminfo: memFree=26884680/32873648 swapFree=7104/7104
[pid=22261] ppid=22259 vsize=116404 CPUtime=0.69 cores=0,2,4,6
/proc/22261/stat : 22261 (pwbo2.0) R 22259 22261 20135 0 -1 4202496 23211 0 0 0 67 2 0 0 20 0 1 0 276206049 119197696 22284 33554432000 4194304 5965102 140736373917168 140736373914728 5137146 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/22261/statm: 29101 22289 2007 433 0 21772 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 116404

[startup+1.50016 s]
/proc/loadavg: 4.01 4.00 3.92 4/180 22262
/proc/meminfo: memFree=26767680/32873648 swapFree=7104/7104
[pid=22261] ppid=22259 vsize=212768 CPUtime=1.49 cores=0,2,4,6
/proc/22261/stat : 22261 (pwbo2.0) R 22259 22261 20135 0 -1 4202496 46171 0 0 0 143 6 0 0 20 0 1 0 276206049 217874432 46228 33554432000 4194304 5965102 140736373917168 140736373915112 5137146 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/22261/statm: 53192 46228 3830 433 0 45863 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 212768

[startup+3.10016 s]
/proc/loadavg: 3.93 3.98 3.92 4/180 22262
/proc/meminfo: memFree=26650600/32873648 swapFree=7104/7104
[pid=22261] ppid=22259 vsize=336744 CPUtime=3.09 cores=0,2,4,6
/proc/22261/stat : 22261 (pwbo2.0) R 22259 22261 20135 0 -1 4202496 75677 0 0 0 298 11 0 0 20 0 1 0 276206049 344825856 78229 33554432000 4194304 5965102 140736373917168 140736373915144 4351027 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/22261/statm: 84186 78229 6921 433 0 76857 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 336744

[startup+6.30025 s]
/proc/loadavg: 3.93 3.98 3.92 5/182 22264
/proc/meminfo: memFree=26165848/32873648 swapFree=7104/7104
[pid=22261] ppid=22259 vsize=885696 CPUtime=9.31 cores=0,2,4,6
/proc/22261/stat : 22261 (pwbo2.0) S 22259 22261 20135 0 -1 4202496 161524 0 0 0 890 41 0 0 20 0 3 0 276206049 906952704 182915 33554432000 4194304 5965102 140736373917168 140736373916688 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22261/statm: 221424 182915 198 433 0 220988 0
[pid=22261/tid=22263] ppid=22259 vsize=885696 CPUtime=3.08 cores=0,2,4,6
/proc/22261/task/22263/stat : 22263 (pwbo2.0) R 22259 22261 20135 0 -1 4202560 61222 0 0 0 284 24 0 0 20 0 3 0 276206367 906952704 182915 33554432000 4194304 5965102 140736373917168 140094561008456 5131557 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=22261/tid=22264] ppid=22259 vsize=885696 CPUtime=3.06 cores=0,2,4,6
/proc/22261/task/22264/stat : 22264 (pwbo2.0) R 22259 22261 20135 0 -1 4202560 22859 0 0 0 299 7 0 0 20 0 3 0 276206367 906952704 182915 33554432000 4194304 5965102 140736373917168 140094550517880 4404571 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 9.31
Current children cumulated vsize (KiB) 885696

[startup+12.7003 s]
/proc/loadavg: 3.94 3.98 3.92 5/182 22264
/proc/meminfo: memFree=26186616/32873648 swapFree=7104/7104
[pid=22261] ppid=22259 vsize=820160 CPUtime=22.1 cores=0,2,4,6
/proc/22261/stat : 22261 (pwbo2.0) S 22259 22261 20135 0 -1 4202496 164560 0 0 0 2168 42 0 0 20 0 3 0 276206049 839843840 174907 33554432000 4194304 5965102 140736373917168 140736373916688 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22261/statm: 205040 174907 199 433 0 204604 0
[pid=22261/tid=22263] ppid=22259 vsize=820160 CPUtime=9.48 cores=0,2,4,6
/proc/22261/task/22263/stat : 22263 (pwbo2.0) R 22259 22261 20135 0 -1 4202560 62922 0 0 0 924 24 0 0 20 0 3 0 276206367 839843840 174907 33554432000 4194304 5965102 140736373917168 140094561008456 4393903 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=22261/tid=22264] ppid=22259 vsize=820160 CPUtime=9.45 cores=0,2,4,6
/proc/22261/task/22264/stat : 22264 (pwbo2.0) R 22259 22261 20135 0 -1 4202560 24195 0 0 0 938 7 0 0 20 0 3 0 276206367 839843840 174907 33554432000 4194304 5965102 140736373917168 140094550518072 4400960 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 22.1
Current children cumulated vsize (KiB) 820160

[startup+25.5003 s]
/proc/loadavg: 3.95 3.98 3.92 5/182 22264
/proc/meminfo: memFree=26122936/32873648 swapFree=7104/7104
[pid=22261] ppid=22259 vsize=885696 CPUtime=47.7 cores=0,2,4,6
/proc/22261/stat : 22261 (pwbo2.0) S 22259 22261 20135 0 -1 4202496 170850 0 0 0 4724 46 0 0 20 0 3 0 276206049 906952704 190053 33554432000 4194304 5965102 140736373917168 140736373916688 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22261/statm: 221424 190053 199 433 0 220988 0
[pid=22261/tid=22263] ppid=22259 vsize=885696 CPUtime=22.28 cores=0,2,4,6
/proc/22261/task/22263/stat : 22263 (pwbo2.0) R 22259 22261 20135 0 -1 4202560 68876 0 0 0 2200 28 0 0 20 0 3 0 276206367 906952704 190053 33554432000 4194304 5965102 140736373917168 140094561007960 4390210 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=22261/tid=22264] ppid=22259 vsize=885696 CPUtime=22.25 cores=0,2,4,6
/proc/22261/task/22264/stat : 22264 (pwbo2.0) R 22259 22261 20135 0 -1 4202560 24531 0 0 0 2217 8 0 0 20 0 3 0 276206367 906952704 190053 33554432000 4194304 5965102 140736373917168 140094550518072 4400894 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 47.7
Current children cumulated vsize (KiB) 885696

[startup+51.1003 s]
/proc/loadavg: 3.97 3.98 3.92 5/182 22264
/proc/meminfo: memFree=26055128/32873648 swapFree=7104/7104
[pid=22261] ppid=22259 vsize=951232 CPUtime=98.89 cores=0,2,4,6
/proc/22261/stat : 22261 (pwbo2.0) S 22259 22261 20135 0 -1 4202496 174623 0 0 0 9841 48 0 0 20 0 3 0 276206049 974061568 198656 33554432000 4194304 5965102 140736373917168 140736373916688 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22261/statm: 237808 198656 199 433 0 237372 0
[pid=22261/tid=22263] ppid=22259 vsize=951232 CPUtime=47.88 cores=0,2,4,6
/proc/22261/task/22263/stat : 22263 (pwbo2.0) R 22259 22261 20135 0 -1 4202560 71562 0 0 0 4759 29 0 0 20 0 3 0 276206367 974061568 198656 33554432000 4194304 5965102 140736373917168 140094561007960 4390169 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=22261/tid=22264] ppid=22259 vsize=951232 CPUtime=47.85 cores=0,2,4,6
/proc/22261/task/22264/stat : 22264 (pwbo2.0) R 22259 22261 20135 0 -1 4202560 25618 0 0 0 4776 9 0 0 20 0 3 0 276206367 974061568 198656 33554432000 4194304 5965102 140736373917168 140094550518072 4389890 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 98.89
Current children cumulated vsize (KiB) 951232

[startup+102.307 s]
/proc/loadavg: 3.98 3.98 3.92 5/181 22264
/proc/meminfo: memFree=26055188/32873648 swapFree=7104/7104
[pid=22261] ppid=22259 vsize=951232 CPUtime=201.28 cores=0,2,4,6
/proc/22261/stat : 22261 (pwbo2.0) S 22259 22261 20135 0 -1 4202496 179041 0 0 0 20078 50 0 0 20 0 3 0 276206049 974061568 203225 33554432000 4194304 5965102 140736373917168 140736373916688 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22261/statm: 237808 203225 199 433 0 237372 0
[pid=22261/tid=22263] ppid=22259 vsize=951232 CPUtime=99.09 cores=0,2,4,6
/proc/22261/task/22263/stat : 22263 (pwbo2.0) R 22259 22261 20135 0 -1 4202560 75323 0 0 0 9878 31 0 0 20 0 3 0 276206367 974061568 203225 33554432000 4194304 5965102 140736373917168 140094561008152 4393751 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=22261/tid=22264] ppid=22259 vsize=951232 CPUtime=99.06 cores=0,2,4,6
/proc/22261/task/22264/stat : 22264 (pwbo2.0) R 22259 22261 20135 0 -1 4202560 26275 0 0 0 9895 11 0 0 20 0 3 0 276206367 974061568 203225 33554432000 4194304 5965102 140736373917168 140094550518072 4390200 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 201.28
Current children cumulated vsize (KiB) 951232

[startup+162.3 s]
/proc/loadavg: 3.93 3.97 3.91 5/181 22306
/proc/meminfo: memFree=26715860/32873648 swapFree=7104/7104
[pid=22261] ppid=22259 vsize=951232 CPUtime=321.25 cores=0,2,4,6
/proc/22261/stat : 22261 (pwbo2.0) S 22259 22261 20135 0 -1 4202496 180440 0 0 0 32073 52 0 0 20 0 3 0 276206049 974061568 203813 33554432000 4194304 5965102 140736373917168 140736373916688 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22261/statm: 237808 203813 199 433 0 237372 0
[pid=22261/tid=22263] ppid=22259 vsize=951232 CPUtime=159.08 cores=0,2,4,6
/proc/22261/task/22263/stat : 22263 (pwbo2.0) R 22259 22261 20135 0 -1 4202560 76130 0 0 0 15876 32 0 0 20 0 3 0 276206367 974061568 203813 33554432000 4194304 5965102 140736373917168 140094561008152 4390150 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=22261/tid=22264] ppid=22259 vsize=951232 CPUtime=159.05 cores=0,2,4,6
/proc/22261/task/22264/stat : 22264 (pwbo2.0) R 22259 22261 20135 0 -1 4202560 26867 0 0 0 15892 13 0 0 20 0 3 0 276206367 974061568 203813 33554432000 4194304 5965102 140736373917168 140094550518072 4404552 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 321.25
Current children cumulated vsize (KiB) 951232

[startup+222.3 s]
/proc/loadavg: 3.97 3.97 3.91 5/181 22306
/proc/meminfo: memFree=26648180/32873648 swapFree=7104/7104
[pid=22261] ppid=22259 vsize=951232 CPUtime=441.22 cores=0,2,4,6
/proc/22261/stat : 22261 (pwbo2.0) S 22259 22261 20135 0 -1 4202496 181195 0 0 0 44069 53 0 0 20 0 3 0 276206049 974061568 205026 33554432000 4194304 5965102 140736373917168 140736373916688 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22261/statm: 237808 205026 199 433 0 237372 0
[pid=22261/tid=22263] ppid=22259 vsize=951232 CPUtime=219.08 cores=0,2,4,6
/proc/22261/task/22263/stat : 22263 (pwbo2.0) R 22259 22261 20135 0 -1 4202560 76130 0 0 0 21875 33 0 0 20 0 3 0 276206367 974061568 205026 33554432000 4194304 5965102 140736373917168 140094561008152 4390200 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=22261/tid=22264] ppid=22259 vsize=951232 CPUtime=219.05 cores=0,2,4,6
/proc/22261/task/22264/stat : 22264 (pwbo2.0) R 22259 22261 20135 0 -1 4202560 27622 0 0 0 21889 16 0 0 20 0 3 0 276206367 974061568 205026 33554432000 4194304 5965102 140736373917168 140094550518072 4391896 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 441.22
Current children cumulated vsize (KiB) 951232

[startup+282.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/181 22306
/proc/meminfo: memFree=26591776/32873648 swapFree=7104/7104
[pid=22261] ppid=22259 vsize=951232 CPUtime=561.21 cores=0,2,4,6
/proc/22261/stat : 22261 (pwbo2.0) S 22259 22261 20135 0 -1 4202496 181951 0 0 0 56067 54 0 0 20 0 3 0 276206049 974061568 206954 33554432000 4194304 5965102 140736373917168 140736373916688 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22261/statm: 237808 206954 199 433 0 237372 0
[pid=22261/tid=22263] ppid=22259 vsize=951232 CPUtime=279.08 cores=0,2,4,6
/proc/22261/task/22263/stat : 22263 (pwbo2.0) R 22259 22261 20135 0 -1 4202560 76132 0 0 0 27874 34 0 0 20 0 3 0 276206367 974061568 206954 33554432000 4194304 5965102 140736373917168 140094561008152 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=22261/tid=22264] ppid=22259 vsize=951232 CPUtime=279.05 cores=0,2,4,6
/proc/22261/task/22264/stat : 22264 (pwbo2.0) R 22259 22261 20135 0 -1 4202560 28376 0 0 0 27888 17 0 0 20 0 3 0 276206367 974061568 206954 33554432000 4194304 5965102 140736373917168 140094550518072 4393958 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 561.21
Current children cumulated vsize (KiB) 951232

[startup+342.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/181 22306
/proc/meminfo: memFree=26563284/32873648 swapFree=7104/7104
[pid=22261] ppid=22259 vsize=951232 CPUtime=681.18 cores=0,2,4,6
/proc/22261/stat : 22261 (pwbo2.0) S 22259 22261 20135 0 -1 4202496 183091 0 0 0 68063 55 0 0 20 0 3 0 276206049 974061568 208280 33554432000 4194304 5965102 140736373917168 140736373916688 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22261/statm: 237808 208280 199 433 0 237372 0
[pid=22261/tid=22263] ppid=22259 vsize=951232 CPUtime=339.08 cores=0,2,4,6
/proc/22261/task/22263/stat : 22263 (pwbo2.0) R 22259 22261 20135 0 -1 4202560 76136 0 0 0 33873 35 0 0 20 0 3 0 276206367 974061568 208281 33554432000 4194304 5965102 140736373917168 140094561008152 4222464 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=22261/tid=22264] ppid=22259 vsize=951232 CPUtime=339.05 cores=0,2,4,6
/proc/22261/task/22264/stat : 22264 (pwbo2.0) R 22259 22261 20135 0 -1 4202560 29513 0 0 0 33885 20 0 0 20 0 3 0 276206367 974061568 208281 33554432000 4194304 5965102 140736373917168 140094550518072 5137076 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 681.18
Current children cumulated vsize (KiB) 951232

[startup+402.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/181 22306
/proc/meminfo: memFree=26570368/32873648 swapFree=7104/7104
[pid=22261] ppid=22259 vsize=951232 CPUtime=801.15 cores=0,2,4,6
/proc/22261/stat : 22261 (pwbo2.0) S 22259 22261 20135 0 -1 4202496 184027 0 0 0 80058 57 0 0 20 0 3 0 276206049 974061568 209767 33554432000 4194304 5965102 140736373917168 140736373916688 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22261/statm: 237808 209767 199 433 0 237372 0
[pid=22261/tid=22263] ppid=22259 vsize=951232 CPUtime=399.06 cores=0,2,4,6
/proc/22261/task/22263/stat : 22263 (pwbo2.0) R 22259 22261 20135 0 -1 4202560 76163 0 0 0 39870 36 0 0 20 0 3 0 276206367 974061568 209767 33554432000 4194304 5965102 140736373917168 140094561008152 4404687 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=22261/tid=22264] ppid=22259 vsize=951232 CPUtime=399.05 cores=0,2,4,6
/proc/22261/task/22264/stat : 22264 (pwbo2.0) R 22259 22261 20135 0 -1 4202560 30421 0 0 0 39883 22 0 0 20 0 3 0 276206367 974061568 209767 33554432000 4194304 5965102 140736373917168 140094550518120 4390200 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 801.15
Current children cumulated vsize (KiB) 951232

[startup+462.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/181 22307
/proc/meminfo: memFree=26563560/32873648 swapFree=7104/7104
[pid=22261] ppid=22259 vsize=951232 CPUtime=921.13 cores=0,2,4,6
/proc/22261/stat : 22261 (pwbo2.0) S 22259 22261 20135 0 -1 4202496 185343 0 0 0 92054 59 0 0 20 0 3 0 276206049 974061568 211071 33554432000 4194304 5965102 140736373917168 140736373916688 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22261/statm: 237808 211071 199 433 0 237372 0
[pid=22261/tid=22263] ppid=22259 vsize=951232 CPUtime=459.05 cores=0,2,4,6
/proc/22261/task/22263/stat : 22263 (pwbo2.0) R 22259 22261 20135 0 -1 4202560 76913 0 0 0 45868 37 0 0 20 0 3 0 276206367 974061568 211071 33554432000 4194304 5965102 140736373917168 140094561007608 4222416 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=22261/tid=22264] ppid=22259 vsize=951232 CPUtime=459.05 cores=0,2,4,6
/proc/22261/task/22264/stat : 22264 (pwbo2.0) R 22259 22261 20135 0 -1 4202560 30987 0 0 0 45882 23 0 0 20 0 3 0 276206367 974061568 211071 33554432000 4194304 5965102 140736373917168 140094550518072 4404628 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 921.13
Current children cumulated vsize (KiB) 951232

[startup+522.3 s]
/proc/loadavg: 4.07 4.00 3.92 5/181 22307
/proc/meminfo: memFree=26437136/32873648 swapFree=7104/7104
[pid=22261] ppid=22259 vsize=1082304 CPUtime=1041.09 cores=0,2,4,6
/proc/22261/stat : 22261 (pwbo2.0) S 22259 22261 20135 0 -1 4202496 207500 0 0 0 104044 65 0 0 20 0 3 0 276206049 1108279296 242131 33554432000 4194304 5965102 140736373917168 140736373916688 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22261/statm: 270576 242131 199 433 0 270140 0
[pid=22261/tid=22263] ppid=22259 vsize=1082304 CPUtime=519.04 cores=0,2,4,6
/proc/22261/task/22263/stat : 22263 (pwbo2.0) R 22259 22261 20135 0 -1 4202560 98402 0 0 0 51860 44 0 0 20 0 3 0 276206367 1108279296 242131 33554432000 4194304 5965102 140736373917168 140094561007944 4404588 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=22261/tid=22264] ppid=22259 vsize=1082304 CPUtime=519.05 cores=0,2,4,6
/proc/22261/task/22264/stat : 22264 (pwbo2.0) R 22259 22261 20135 0 -1 4202560 31655 0 0 0 51880 25 0 0 20 0 3 0 276206367 1108279296 242131 33554432000 4194304 5965102 140736373917168 140094550518072 4383069 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1041.09
Current children cumulated vsize (KiB) 1082304

[startup+582.3 s]
/proc/loadavg: 4.02 4.00 3.92 5/181 22307
/proc/meminfo: memFree=26424896/32873648 swapFree=7104/7104
[pid=22261] ppid=22259 vsize=1082304 CPUtime=1161.08 cores=0,2,4,6
/proc/22261/stat : 22261 (pwbo2.0) S 22259 22261 20135 0 -1 4202496 208199 0 0 0 116042 66 0 0 20 0 3 0 276206049 1108279296 243434 33554432000 4194304 5965102 140736373917168 140736373916688 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22261/statm: 270576 243434 199 433 0 270140 0
[pid=22261/tid=22263] ppid=22259 vsize=1082304 CPUtime=579.04 cores=0,2,4,6
/proc/22261/task/22263/stat : 22263 (pwbo2.0) R 22259 22261 20135 0 -1 4202560 98453 0 0 0 57859 45 0 0 20 0 3 0 276206367 1108279296 243434 33554432000 4194304 5965102 140736373917168 140094561008152 4394025 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=22261/tid=22264] ppid=22259 vsize=1082304 CPUtime=579.06 cores=0,2,4,6
/proc/22261/task/22264/stat : 22264 (pwbo2.0) R 22259 22261 20135 0 -1 4202560 32303 0 0 0 57879 27 0 0 20 0 3 0 276206367 1108279296 243434 33554432000 4194304 5965102 140736373917168 140094550517880 4222464 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1161.08
Current children cumulated vsize (KiB) 1082304

[startup+642.3 s]
/proc/loadavg: 4.01 4.00 3.92 5/182 22310
/proc/meminfo: memFree=26379068/32873648 swapFree=7104/7104
[pid=22261] ppid=22259 vsize=1082304 CPUtime=1281.07 cores=0,2,4,6
/proc/22261/stat : 22261 (pwbo2.0) S 22259 22261 20135 0 -1 4202496 208690 0 0 0 128040 67 0 0 20 0 3 0 276206049 1108279296 244058 33554432000 4194304 5965102 140736373917168 140736373916688 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22261/statm: 270576 244058 199 433 0 270140 0
[pid=22261/tid=22263] ppid=22259 vsize=1082304 CPUtime=639.05 cores=0,2,4,6
/proc/22261/task/22263/stat : 22263 (pwbo2.0) R 22259 22261 20135 0 -1 4202560 98453 0 0 0 63859 46 0 0 20 0 3 0 276206367 1108279296 244058 33554432000 4194304 5965102 140736373917168 140094561008152 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=22261/tid=22264] ppid=22259 vsize=1082304 CPUtime=639.06 cores=0,2,4,6
/proc/22261/task/22264/stat : 22264 (pwbo2.0) R 22259 22261 20135 0 -1 4202560 32794 0 0 0 63877 29 0 0 20 0 3 0 276206367 1108279296 244058 33554432000 4194304 5965102 140736373917168 140094550518072 4390140 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1281.07
Current children cumulated vsize (KiB) 1082304

[startup+702.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/181 22310
/proc/meminfo: memFree=26383420/32873648 swapFree=7104/7104
[pid=22261] ppid=22259 vsize=1082304 CPUtime=1401.04 cores=0,2,4,6
/proc/22261/stat : 22261 (pwbo2.0) S 22259 22261 20135 0 -1 4202496 209569 0 0 0 140036 68 0 0 20 0 3 0 276206049 1108279296 245950 33554432000 4194304 5965102 140736373917168 140736373916688 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22261/statm: 270576 245950 199 433 0 270140 0
[pid=22261/tid=22263] ppid=22259 vsize=1082304 CPUtime=699.04 cores=0,2,4,6
/proc/22261/task/22263/stat : 22263 (pwbo2.0) R 22259 22261 20135 0 -1 4202560 98608 0 0 0 69857 47 0 0 20 0 3 0 276206367 1108279296 245950 33554432000 4194304 5965102 140736373917168 140094561008152 4393736 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=22261/tid=22264] ppid=22259 vsize=1082304 CPUtime=699.06 cores=0,2,4,6
/proc/22261/task/22264/stat : 22264 (pwbo2.0) R 22259 22261 20135 0 -1 4202560 33518 0 0 0 69875 31 0 0 20 0 3 0 276206367 1108279296 245950 33554432000 4194304 5965102 140736373917168 140094550518072 4390187 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1401.04
Current children cumulated vsize (KiB) 1082304

[startup+762.307 s]
/proc/loadavg: 4.00 4.00 3.92 5/181 22311
/proc/meminfo: memFree=26375848/32873648 swapFree=7104/7104
[pid=22261] ppid=22259 vsize=1082304 CPUtime=1521.03 cores=0,2,4,6
/proc/22261/stat : 22261 (pwbo2.0) S 22259 22261 20135 0 -1 4202496 210525 0 0 0 152032 71 0 0 20 0 3 0 276206049 1108279296 246906 33554432000 4194304 5965102 140736373917168 140736373916688 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22261/statm: 270576 246906 199 433 0 270140 0
[pid=22261/tid=22263] ppid=22259 vsize=1082304 CPUtime=759.05 cores=0,2,4,6
/proc/22261/task/22263/stat : 22263 (pwbo2.0) R 22259 22261 20135 0 -1 4202560 98608 0 0 0 75857 48 0 0 20 0 3 0 276206367 1108279296 246906 33554432000 4194304 5965102 140736373917168 140094561008152 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=22261/tid=22264] ppid=22259 vsize=1082304 CPUtime=759.07 cores=0,2,4,6
/proc/22261/task/22264/stat : 22264 (pwbo2.0) R 22259 22261 20135 0 -1 4202560 34474 0 0 0 75872 35 0 0 20 0 3 0 276206367 1108279296 246906 33554432000 4194304 5965102 140736373917168 140094550518072 4222464 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1521.03
Current children cumulated vsize (KiB) 1082304

[startup+822.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/181 22311
/proc/meminfo: memFree=26365544/32873648 swapFree=7104/7104
[pid=22261] ppid=22259 vsize=1082304 CPUtime=1641.01 cores=0,2,4,6
/proc/22261/stat : 22261 (pwbo2.0) S 22259 22261 20135 0 -1 4202496 211315 0 0 0 164028 73 0 0 20 0 3 0 276206049 1108279296 247696 33554432000 4194304 5965102 140736373917168 140736373916688 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22261/statm: 270576 247696 199 433 0 270140 0
[pid=22261/tid=22263] ppid=22259 vsize=1082304 CPUtime=819.04 cores=0,2,4,6
/proc/22261/task/22263/stat : 22263 (pwbo2.0) R 22259 22261 20135 0 -1 4202560 98608 0 0 0 81855 49 0 0 20 0 3 0 276206367 1108279296 247696 33554432000 4194304 5965102 140736373917168 140094561008152 4393922 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=22261/tid=22264] ppid=22259 vsize=1082304 CPUtime=819.07 cores=0,2,4,6
/proc/22261/task/22264/stat : 22264 (pwbo2.0) R 22259 22261 20135 0 -1 4202560 35264 0 0 0 81869 38 0 0 20 0 3 0 276206367 1108279296 247696 33554432000 4194304 5965102 140736373917168 140094550518072 4388991 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1641.01
Current children cumulated vsize (KiB) 1082304

[startup+882.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/181 22311
/proc/meminfo: memFree=26323192/32873648 swapFree=7104/7104
[pid=22261] ppid=22259 vsize=1082304 CPUtime=1760.99 cores=0,2,4,6
/proc/22261/stat : 22261 (pwbo2.0) S 22259 22261 20135 0 -1 4202496 212002 0 0 0 176025 74 0 0 20 0 3 0 276206049 1108279296 248383 33554432000 4194304 5965102 140736373917168 140736373916688 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22261/statm: 270576 248383 199 433 0 270140 0
[pid=22261/tid=22263] ppid=22259 vsize=1082304 CPUtime=879.04 cores=0,2,4,6
/proc/22261/task/22263/stat : 22263 (pwbo2.0) R 22259 22261 20135 0 -1 4202560 98608 0 0 0 87854 50 0 0 20 0 3 0 276206367 1108279296 248383 33554432000 4194304 5965102 140736373917168 140094561008152 4390125 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=22261/tid=22264] ppid=22259 vsize=1082304 CPUtime=879.07 cores=0,2,4,6
/proc/22261/task/22264/stat : 22264 (pwbo2.0) R 22259 22261 20135 0 -1 4202560 35951 0 0 0 87867 40 0 0 20 0 3 0 276206367 1108279296 248383 33554432000 4194304 5965102 140736373917168 140094550518072 4390200 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1760.99
Current children cumulated vsize (KiB) 1082304



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+901.9 s]
/proc/loadavg: 4.00 4.00 3.92 5/181 22311
/proc/meminfo: memFree=26321816/32873648 swapFree=7104/7104
[pid=22261] ppid=22259 vsize=1082304 CPUtime=1800.21 cores=0,2,4,6
/proc/22261/stat : 22261 (pwbo2.0) S 22259 22261 20135 0 -1 4202496 212199 0 0 0 179947 74 0 0 20 0 3 0 276206049 1108279296 248580 33554432000 4194304 5965102 140736373917168 140736373916688 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22261/statm: 270576 248580 199 433 0 270140 0
[pid=22261/tid=22263] ppid=22259 vsize=1082304 CPUtime=898.65 cores=0,2,4,6
/proc/22261/task/22263/stat : 22263 (pwbo2.0) R 22259 22261 20135 0 -1 4202560 98608 0 0 0 89815 50 0 0 20 0 3 0 276206367 1108279296 248580 33554432000 4194304 5965102 140736373917168 140094561008152 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=22261/tid=22264] ppid=22259 vsize=1082304 CPUtime=898.68 cores=0,2,4,6
/proc/22261/task/22264/stat : 22264 (pwbo2.0) R 22259 22261 20135 0 -1 4202560 36148 0 0 0 89828 40 0 0 20 0 3 0 276206367 1108279296 248580 33554432000 4194304 5965102 140736373917168 140094550518072 4390112 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 1082304

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

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

[startup+901.9 s]
/proc/loadavg: 4.00 4.00 3.92 5/181 22311
/proc/meminfo: memFree=26321816/32873648 swapFree=7104/7104
[pid=22261] ppid=22259 vsize=1082304 CPUtime=1800.21 cores=0,2,4,6
/proc/22261/stat : 22261 (pwbo2.0) S 22259 22261 20135 0 -1 4202496 212199 0 0 0 179947 74 0 0 20 0 3 0 276206049 1108279296 248580 33554432000 4194304 5965102 140736373917168 140736373916688 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22261/statm: 270576 248580 199 433 0 270140 0
[pid=22261/tid=22263] ppid=22259 vsize=1082304 CPUtime=898.65 cores=0,2,4,6
/proc/22261/task/22263/stat : 22263 (pwbo2.0) R 22259 22261 20135 0 -1 4202560 98608 0 0 0 89815 50 0 0 20 0 3 0 276206367 1108279296 248580 33554432000 4194304 5965102 140736373917168 140094561008152 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=22261/tid=22264] ppid=22259 vsize=1082304 CPUtime=898.68 cores=0,2,4,6
/proc/22261/task/22264/stat : 22264 (pwbo2.0) R 22259 22261 20135 0 -1 4202560 36148 0 0 0 89828 40 0 0 20 0 3 0 276206367 1108279296 248580 33554432000 4194304 5965102 140736373917168 140094550518072 4390112 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 1082304

Child status: 0
Real time (s): 901.931
CPU time (s): 1800.56
CPU user time (s): 1799.51
CPU system time (s): 1.04684
CPU usage (%): 199.634
Max. virtual memory (cumulated for all children) (KiB): 1082304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.51
system time used= 1.04684
maximum resident set size= 994328
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 212201
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= 5511
involuntary context switches= 2196

runsolver used 1.55076 second user time and 5.33419 second system time

The end

Launcher Data

Begin job on node127 at 2012-05-27 08:40:06
IDJOB=3704070
IDBENCH=91092
IDSOLVER=2279
FILE ID=node127/3704070-1338100805
RUNJOBID= node127-1338087073-20151
PBS_JOBID= 14624433
Free space on /tmp= 71120 MiB

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

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

MD5SUM BENCH= cf9128b870ef9b100d6538eb54f0c456
RANDOM SEED=143943531

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        26884952 kB
Buffers:          366092 kB
Cached:          3374020 kB
SwapCached:            0 kB
Active:          2539380 kB
Inactive:        2603060 kB
Active(anon):    1404884 kB
Inactive(anon):        0 kB
Active(file):    1134496 kB
Inactive(file):  2603060 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             33028 kB
Writeback:             0 kB
AnonPages:       1423040 kB
Mapped:            15164 kB
Shmem:               200 kB
Slab:             691240 kB
SReclaimable:     135284 kB
SUnreclaim:       555956 kB
KernelStack:        1488 kB
PageTables:         6992 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     503436 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    669696 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71112 MiB
End job on node127 at 2012-05-27 08:55:10