Trace number 3727714

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
wbo 1.72? 1799.54 1800.01

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx49.opb
MD5SUMe08af5097f76b1d4e2b0ba1d8a42ed5a
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2130
Total number of constraints2495
Number of constraints which are clauses2125
Number of constraints which are cardinality constraints (but not clauses)50
Number of constraints which are nor clauses,nor cardinality constraints320
Minimum length of a constraint2
Maximum length of a constraint320
Number of terms in the objective function 5
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 5
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 636
Number of bits of the biggest sum of numbers10
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 |   wbo:                     1.72 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3727714-1338665224.opb.
0.00/0.00	c Instance file HOME/instance-3727714-1338665224.opb
0.00/0.00	c File size is 208560 bytes.
0.00/0.01	c Cost Offset: 0
0.00/0.01	c Highest Coefficient sum: 636
0.00/0.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Parsing time:          0.02         s                                      |
0.00/0.01	c |  Number Variables:      2130                                                |
0.00/0.01	c |  Number Clauses:        2174                                                |
0.00/0.01	c |  Number Cardinality:    50                                                  |
0.00/0.01	c |  Number PB Constraints: 320                                                 |
0.00/0.01	c |                                                                             |
0.00/0.02	c |  Problem Type:          Optimization                                        |
0.00/0.02	c |  Objective Function:    Cardinality Constraint                              |
0.00/0.02	c |                                                                             |
0.00/0.02	c ============================[ Search Statistics ]==============================
0.00/0.02	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.00/0.02	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.00/0.02	c ===============================================================================
1799.54/1800.00	c ===============================================================================
1799.54/1800.00	c Wall Clock Time: 1800.00 s
1799.54/1800.00	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-3727714-1338665224/watcher-3727714-1338665224 -o /tmp/evaluation-result-3727714-1338665224/solver-3727714-1338665224 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727714-1338665224.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: 2.00 2.00 2.00 3/175 21962
/proc/meminfo: memFree=28826544/32873844 swapFree=6088/6088
[pid=21962] ppid=21960 vsize=3752 CPUtime=0 cores=1,3,5,7
/proc/21962/stat : 21962 (wbo1.72) R 21960 21962 18556 0 -1 4202496 435 0 0 0 0 0 0 0 20 0 1 0 332650841 3842048 387 33554432000 4194304 5964350 140734945387248 140737343477768 5136410 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/21962/statm: 971 388 171 433 0 484 0

[startup+0.0291729 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 21962
/proc/meminfo: memFree=28826544/32873844 swapFree=6088/6088
[pid=21962] ppid=21960 vsize=85324 CPUtime=0.02 cores=1,3,5,7
/proc/21962/stat : 21962 (wbo1.72) S 21960 21962 18556 0 -1 4202496 1631 0 0 0 2 0 0 0 20 0 2 0 332650841 87371776 1532 33554432000 4194304 5964350 140734945387248 140734945386768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21962/statm: 21331 1532 188 433 0 20895 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 85324

[startup+0.100176 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 21962
/proc/meminfo: memFree=28826544/32873844 swapFree=6088/6088
[pid=21962] ppid=21960 vsize=85324 CPUtime=0.09 cores=1,3,5,7
/proc/21962/stat : 21962 (wbo1.72) S 21960 21962 18556 0 -1 4202496 1757 0 0 0 9 0 0 0 20 0 2 0 332650841 87371776 1658 33554432000 4194304 5964350 140734945387248 140734945386768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21962/statm: 21331 1658 190 433 0 20895 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 85324

[startup+0.300113 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 21962
/proc/meminfo: memFree=28826544/32873844 swapFree=6088/6088
[pid=21962] ppid=21960 vsize=85324 CPUtime=0.29 cores=1,3,5,7
/proc/21962/stat : 21962 (wbo1.72) S 21960 21962 18556 0 -1 4202496 2045 0 0 0 29 0 0 0 20 0 2 0 332650841 87371776 1946 33554432000 4194304 5964350 140734945387248 140734945386768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21962/statm: 21331 1946 190 433 0 20895 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 85324

[startup+0.700115 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 21962
/proc/meminfo: memFree=28826544/32873844 swapFree=6088/6088
[pid=21962] ppid=21960 vsize=85324 CPUtime=0.69 cores=1,3,5,7
/proc/21962/stat : 21962 (wbo1.72) S 21960 21962 18556 0 -1 4202496 2538 0 0 0 69 0 0 0 20 0 2 0 332650841 87371776 2439 33554432000 4194304 5964350 140734945387248 140734945386768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21962/statm: 21331 2439 190 433 0 20895 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 85324

[startup+1.50025 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21964
/proc/meminfo: memFree=28816128/32873844 swapFree=6088/6088
[pid=21962] ppid=21960 vsize=85468 CPUtime=1.49 cores=1,3,5,7
/proc/21962/stat : 21962 (wbo1.72) S 21960 21962 18556 0 -1 4202496 3215 0 0 0 148 1 0 0 20 0 2 0 332650841 87519232 3116 33554432000 4194304 5964350 140734945387248 140734945386768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21962/statm: 21367 3116 190 433 0 20931 0
[pid=21962/tid=21964] ppid=21960 vsize=85468 CPUtime=1.46 cores=1,3,5,7
/proc/21962/task/21964/stat : 21964 (wbo1.72) R 21960 21962 18556 0 -1 4202560 2054 0 0 0 146 0 0 0 20 0 2 0 332650843 87519232 3116 33554432000 4194304 5964350 140734945387248 140410888505336 4221984 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 85468

[startup+3.10025 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21964
/proc/meminfo: memFree=28813020/32873844 swapFree=6088/6088
[pid=21962] ppid=21960 vsize=85468 CPUtime=3.09 cores=1,3,5,7
/proc/21962/stat : 21962 (wbo1.72) S 21960 21962 18556 0 -1 4202496 4118 0 0 0 308 1 0 0 20 0 2 0 332650841 87519232 4019 33554432000 4194304 5964350 140734945387248 140734945386768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21962/statm: 21367 4019 190 433 0 20931 0
[pid=21962/tid=21964] ppid=21960 vsize=85468 CPUtime=3.05 cores=1,3,5,7
/proc/21962/task/21964/stat : 21964 (wbo1.72) R 21960 21962 18556 0 -1 4202560 2957 0 0 0 304 1 0 0 20 0 2 0 332650843 87519232 4019 33554432000 4194304 5964350 140734945387248 140410888505384 4222416 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 85468

[startup+6.30026 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21964
/proc/meminfo: memFree=28802728/32873844 swapFree=6088/6088
[pid=21962] ppid=21960 vsize=85540 CPUtime=6.28 cores=1,3,5,7
/proc/21962/stat : 21962 (wbo1.72) S 21960 21962 18556 0 -1 4202496 6235 0 0 0 627 1 0 0 20 0 2 0 332650841 87592960 6136 33554432000 4194304 5964350 140734945387248 140734945386768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21962/statm: 21385 6136 190 433 0 20949 0
[pid=21962/tid=21964] ppid=21960 vsize=85540 CPUtime=6.25 cores=1,3,5,7
/proc/21962/task/21964/stat : 21964 (wbo1.72) R 21960 21962 18556 0 -1 4202560 5074 0 0 0 624 1 0 0 20 0 2 0 332650843 87592960 6136 33554432000 4194304 5964350 140734945387248 140410888505144 4381916 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 85540

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21964
/proc/meminfo: memFree=28789704/32873844 swapFree=6088/6088
[pid=21962] ppid=21960 vsize=85648 CPUtime=12.68 cores=1,3,5,7
/proc/21962/stat : 21962 (wbo1.72) S 21960 21962 18556 0 -1 4202496 9443 0 0 0 1266 2 0 0 20 0 2 0 332650841 87703552 9344 33554432000 4194304 5964350 140734945387248 140734945386768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21962/statm: 21412 9344 190 433 0 20976 0
[pid=21962/tid=21964] ppid=21960 vsize=85648 CPUtime=12.63 cores=1,3,5,7
/proc/21962/task/21964/stat : 21964 (wbo1.72) R 21960 21962 18556 0 -1 4202560 8282 0 0 0 1261 2 0 0 20 0 2 0 332650843 87703552 9344 33554432000 4194304 5964350 140734945387248 140410888505144 4388936 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 85648

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21964
/proc/meminfo: memFree=28768360/32873844 swapFree=6088/6088
[pid=21962] ppid=21960 vsize=85808 CPUtime=25.48 cores=1,3,5,7
/proc/21962/stat : 21962 (wbo1.72) S 21960 21962 18556 0 -1 4202496 14832 0 0 0 2544 4 0 0 20 0 2 0 332650841 87867392 14733 33554432000 4194304 5964350 140734945387248 140734945386768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21962/statm: 21452 14733 190 433 0 21016 0
[pid=21962/tid=21964] ppid=21960 vsize=85808 CPUtime=25.39 cores=1,3,5,7
/proc/21962/task/21964/stat : 21964 (wbo1.72) R 21960 21962 18556 0 -1 4202560 13671 0 0 0 2535 4 0 0 20 0 2 0 332650843 87867392 14733 33554432000 4194304 5964350 140734945387248 140410888505144 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 85808

[startup+51.1003 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 21964
/proc/meminfo: memFree=28751944/32873844 swapFree=6088/6088
[pid=21962] ppid=21960 vsize=151584 CPUtime=51.08 cores=1,3,5,7
/proc/21962/stat : 21962 (wbo1.72) S 21960 21962 18556 0 -1 4202496 18435 0 0 0 5103 5 0 0 20 0 2 0 332650841 155222016 18336 33554432000 4194304 5964350 140734945387248 140734945386768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21962/statm: 37896 18336 190 433 0 37460 0
[pid=21962/tid=21964] ppid=21960 vsize=151584 CPUtime=50.93 cores=1,3,5,7
/proc/21962/task/21964/stat : 21964 (wbo1.72) R 21960 21962 18556 0 -1 4202560 17274 0 0 0 5089 4 0 0 20 0 2 0 332650843 155222016 18336 33554432000 4194304 5964350 140734945387248 140410888505336 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 151584

[startup+102.307 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 21964
/proc/meminfo: memFree=28701000/32873844 swapFree=6088/6088
[pid=21962] ppid=21960 vsize=151728 CPUtime=102.27 cores=1,3,5,7
/proc/21962/stat : 21962 (wbo1.72) S 21960 21962 18556 0 -1 4202496 30617 0 0 0 10218 9 0 0 20 0 2 0 332650841 155369472 30518 33554432000 4194304 5964350 140734945387248 140734945386768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21962/statm: 37932 30518 190 433 0 37496 0
[pid=21962/tid=21964] ppid=21960 vsize=151728 CPUtime=102 cores=1,3,5,7
/proc/21962/task/21964/stat : 21964 (wbo1.72) R 21960 21962 18556 0 -1 4202560 29456 0 0 0 10190 10 0 0 20 0 2 0 332650843 155369472 30518 33554432000 4194304 5964350 140734945387248 140410888505336 4399938 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 151728

[startup+162.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 21964
/proc/meminfo: memFree=28631436/32873844 swapFree=6088/6088
[pid=21962] ppid=21960 vsize=217840 CPUtime=162.25 cores=1,3,5,7
/proc/21962/stat : 21962 (wbo1.72) S 21960 21962 18556 0 -1 4202496 42150 0 0 0 16213 12 0 0 20 0 2 0 332650841 223068160 42051 33554432000 4194304 5964350 140734945387248 140734945386768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21962/statm: 54460 42051 190 433 0 54024 0
[pid=21962/tid=21964] ppid=21960 vsize=217840 CPUtime=161.84 cores=1,3,5,7
/proc/21962/task/21964/stat : 21964 (wbo1.72) R 21960 21962 18556 0 -1 4202560 40989 0 0 0 16170 14 0 0 20 0 2 0 332650843 223068160 42051 33554432000 4194304 5964350 140734945387248 140410888505336 4399976 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 217840

[startup+222.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/178 21968
/proc/meminfo: memFree=28517844/32873844 swapFree=6088/6088
[pid=21962] ppid=21960 vsize=284168 CPUtime=222.24 cores=1,3,5,7
/proc/21962/stat : 21962 (wbo1.72) S 21960 21962 18556 0 -1 4202496 61600 0 0 0 22202 22 0 0 20 0 2 0 332650841 290988032 61501 33554432000 4194304 5964350 140734945387248 140734945386768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21962/statm: 71042 61501 190 433 0 70606 0
[pid=21962/tid=21964] ppid=21960 vsize=284168 CPUtime=221.69 cores=1,3,5,7
/proc/21962/task/21964/stat : 21964 (wbo1.72) R 21960 21962 18556 0 -1 4202560 60439 0 0 0 22144 25 0 0 20 0 2 0 332650843 290988032 61501 33554432000 4194304 5964350 140734945387248 140410888505336 4399936 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 284168

[startup+282.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 21968
/proc/meminfo: memFree=28476208/32873844 swapFree=6088/6088
[pid=21962] ppid=21960 vsize=284384 CPUtime=282.22 cores=1,3,5,7
/proc/21962/stat : 21962 (wbo1.72) S 21960 21962 18556 0 -1 4202496 65308 0 0 0 28199 23 0 0 20 0 2 0 332650841 291209216 64653 33554432000 4194304 5964350 140734945387248 140734945386768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21962/statm: 71096 64653 190 433 0 70660 0
[pid=21962/tid=21964] ppid=21960 vsize=284384 CPUtime=281.52 cores=1,3,5,7
/proc/21962/task/21964/stat : 21964 (wbo1.72) R 21960 21962 18556 0 -1 4202560 64147 0 0 0 28125 27 0 0 20 0 2 0 332650843 291209216 64653 33554432000 4194304 5964350 140734945387248 140410888505368 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 284384

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21968
/proc/meminfo: memFree=28420568/32873844 swapFree=6088/6088
[pid=21962] ppid=21960 vsize=350820 CPUtime=342.19 cores=1,3,5,7
/proc/21962/stat : 21962 (wbo1.72) S 21960 21962 18556 0 -1 4202496 73511 0 0 0 34191 28 0 0 20 0 2 0 332650841 359239680 73171 33554432000 4194304 5964350 140734945387248 140734945386768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21962/statm: 87705 73171 190 433 0 87269 0
[pid=21962/tid=21964] ppid=21960 vsize=350820 CPUtime=341.33 cores=1,3,5,7
/proc/21962/task/21964/stat : 21964 (wbo1.72) R 21960 21962 18556 0 -1 4202560 72350 0 0 0 34100 33 0 0 20 0 2 0 332650843 359239680 73171 33554432000 4194304 5964350 140734945387248 140410888505336 4221984 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 350820

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21968
/proc/meminfo: memFree=28395796/32873844 swapFree=6088/6088
[pid=21962] ppid=21960 vsize=350820 CPUtime=402.14 cores=1,3,5,7
/proc/21962/stat : 21962 (wbo1.72) S 21960 21962 18556 0 -1 4202496 75016 0 0 0 40186 28 0 0 20 0 2 0 332650841 359239680 74666 33554432000 4194304 5964350 140734945387248 140734945386768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21962/statm: 87705 74666 190 433 0 87269 0
[pid=21962/tid=21964] ppid=21960 vsize=350820 CPUtime=401.14 cores=1,3,5,7
/proc/21962/task/21964/stat : 21964 (wbo1.72) R 21960 21962 18556 0 -1 4202560 73855 0 0 0 40080 34 0 0 20 0 2 0 332650843 359239680 74666 33554432000 4194304 5964350 140734945387248 140410888505336 4403432 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 350820

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21968
/proc/meminfo: memFree=28382220/32873844 swapFree=6088/6088
[pid=21962] ppid=21960 vsize=350964 CPUtime=462.14 cores=1,3,5,7

################
# More data... #
################


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 22056
/proc/meminfo: memFree=28276172/32873844 swapFree=6088/6088
[pid=21962] ppid=21960 vsize=689164 CPUtime=1421.92 cores=1,3,5,7
/proc/21962/stat : 21962 (wbo1.72) S 21960 21962 18556 0 -1 4202496 163896 0 0 0 142117 75 0 0 20 0 2 0 332650841 705703936 164221 33554432000 4194304 5964350 140734945387248 140734945386768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21962/statm: 172291 164221 190 433 0 171855 0
[pid=21962/tid=21964] ppid=21960 vsize=689164 CPUtime=1418.43 cores=1,3,5,7
/proc/21962/task/21964/stat : 21964 (wbo1.72) R 21960 21962 18556 0 -1 4202560 162735 0 0 0 141747 96 0 0 20 0 2 0 332650843 705703936 164221 33554432000 4194304 5964350 140734945387248 140410888505336 4400342 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 689164

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/177 22056
/proc/meminfo: memFree=28222984/32873844 swapFree=6088/6088
[pid=21962] ppid=21960 vsize=754880 CPUtime=1481.9 cores=1,3,5,7
/proc/21962/stat : 21962 (wbo1.72) S 21960 21962 18556 0 -1 4202496 177274 0 0 0 148107 83 0 0 20 0 2 0 332650841 772997120 177599 33554432000 4194304 5964350 140734945387248 140734945386768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21962/statm: 188720 177599 190 433 0 188284 0
[pid=21962/tid=21964] ppid=21960 vsize=754880 CPUtime=1478.27 cores=1,3,5,7
/proc/21962/task/21964/stat : 21964 (wbo1.72) R 21960 21962 18556 0 -1 4202560 176113 0 0 0 147722 105 0 0 20 0 2 0 332650843 772997120 177599 33554432000 4194304 5964350 140734945387248 140410888505336 4222304 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.9
Current children cumulated vsize (KiB) 754880

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/177 22056
/proc/meminfo: memFree=28199300/32873844 swapFree=6088/6088
[pid=21962] ppid=21960 vsize=754880 CPUtime=1541.89 cores=1,3,5,7
/proc/21962/stat : 21962 (wbo1.72) S 21960 21962 18556 0 -1 4202496 183023 0 0 0 154101 88 0 0 20 0 2 0 332650841 772997120 183348 33554432000 4194304 5964350 140734945387248 140734945386768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21962/statm: 188720 183348 190 433 0 188284 0
[pid=21962/tid=21964] ppid=21960 vsize=754880 CPUtime=1538.12 cores=1,3,5,7
/proc/21962/task/21964/stat : 21964 (wbo1.72) R 21960 21962 18556 0 -1 4202560 181862 0 0 0 153701 111 0 0 20 0 2 0 332650843 772997120 183348 33554432000 4194304 5964350 140734945387248 140410888505336 4400035 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.89
Current children cumulated vsize (KiB) 754880

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/177 22056
/proc/meminfo: memFree=28199400/32873844 swapFree=6088/6088
[pid=21962] ppid=21960 vsize=755132 CPUtime=1601.88 cores=1,3,5,7
/proc/21962/stat : 21962 (wbo1.72) S 21960 21962 18556 0 -1 4202496 183052 0 0 0 160100 88 0 0 20 0 2 0 332650841 773255168 183377 33554432000 4194304 5964350 140734945387248 140734945386768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21962/statm: 188783 183377 190 433 0 188347 0
[pid=21962/tid=21964] ppid=21960 vsize=755132 CPUtime=1597.96 cores=1,3,5,7
/proc/21962/task/21964/stat : 21964 (wbo1.72) R 21960 21962 18556 0 -1 4202560 181891 0 0 0 159684 112 0 0 20 0 2 0 332650843 773255168 183377 33554432000 4194304 5964350 140734945387248 140410888505384 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.88
Current children cumulated vsize (KiB) 755132

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/177 22056
/proc/meminfo: memFree=28197016/32873844 swapFree=6088/6088
[pid=21962] ppid=21960 vsize=755132 CPUtime=1661.88 cores=1,3,5,7
/proc/21962/stat : 21962 (wbo1.72) S 21960 21962 18556 0 -1 4202496 183071 0 0 0 166100 88 0 0 20 0 2 0 332650841 773255168 183396 33554432000 4194304 5964350 140734945387248 140734945386768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21962/statm: 188783 183396 190 433 0 188347 0
[pid=21962/tid=21964] ppid=21960 vsize=755132 CPUtime=1657.81 cores=1,3,5,7
/proc/21962/task/21964/stat : 21964 (wbo1.72) R 21960 21962 18556 0 -1 4202560 181910 0 0 0 165668 113 0 0 20 0 2 0 332650843 773255168 183396 33554432000 4194304 5964350 140734945387248 140410888505384 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.88
Current children cumulated vsize (KiB) 755132

[startup+1722.3 s]
/proc/loadavg: 2.07 2.02 2.00 4/177 22057
/proc/meminfo: memFree=28179872/32873844 swapFree=6088/6088
[pid=21962] ppid=21960 vsize=820668 CPUtime=1721.87 cores=1,3,5,7
/proc/21962/stat : 21962 (wbo1.72) S 21960 21962 18556 0 -1 4202496 187355 0 0 0 172095 92 0 0 20 0 2 0 332650841 840364032 187680 33554432000 4194304 5964350 140734945387248 140734945386768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21962/statm: 205167 187680 190 433 0 204731 0
[pid=21962/tid=21964] ppid=21960 vsize=820668 CPUtime=1717.66 cores=1,3,5,7
/proc/21962/task/21964/stat : 21964 (wbo1.72) R 21960 21962 18556 0 -1 4202560 186194 0 0 0 171649 117 0 0 20 0 2 0 332650843 840364032 187680 33554432000 4194304 5964350 140734945387248 140410888505336 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.87
Current children cumulated vsize (KiB) 820668

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.00 4/177 22057
/proc/meminfo: memFree=28179668/32873844 swapFree=6088/6088
[pid=21962] ppid=21960 vsize=820992 CPUtime=1781.86 cores=1,3,5,7
/proc/21962/stat : 21962 (wbo1.72) S 21960 21962 18556 0 -1 4202496 187408 0 0 0 178094 92 0 0 20 0 2 0 332650841 840695808 187724 33554432000 4194304 5964350 140734945387248 140734945386768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21962/statm: 205248 187724 190 433 0 204812 0
[pid=21962/tid=21964] ppid=21960 vsize=820992 CPUtime=1777.5 cores=1,3,5,7
/proc/21962/task/21964/stat : 21964 (wbo1.72) R 21960 21962 18556 0 -1 4202560 186247 0 0 0 177631 119 0 0 20 0 2 0 332650843 840695808 187724 33554432000 4194304 5964350 140734945387248 140410888505384 4221984 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.86
Current children cumulated vsize (KiB) 820992

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

[startup+1791.91 s]
/proc/loadavg: 2.02 2.01 2.00 4/177 22057
/proc/meminfo: memFree=28179404/32873844 swapFree=6088/6088
[pid=21962] ppid=21960 vsize=820992 CPUtime=1791.46 cores=1,3,5,7
/proc/21962/stat : 21962 (wbo1.72) S 21960 21962 18556 0 -1 4202496 187444 0 0 0 179054 92 0 0 20 0 2 0 332650841 840695808 187759 33554432000 4194304 5964350 140734945387248 140734945386768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21962/statm: 205248 187759 190 433 0 204812 0
[pid=21962/tid=21964] ppid=21960 vsize=820992 CPUtime=1787.07 cores=1,3,5,7
/proc/21962/task/21964/stat : 21964 (wbo1.72) R 21960 21962 18556 0 -1 4202560 186283 0 0 0 178588 119 0 0 20 0 2 0 332650843 840695808 187759 33554432000 4194304 5964350 140734945387248 140410888505384 4400023 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.46
Current children cumulated vsize (KiB) 820992

[startup+1795.1 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 22057
/proc/meminfo: memFree=28179404/32873844 swapFree=6088/6088
[pid=21962] ppid=21960 vsize=820992 CPUtime=1794.66 cores=1,3,5,7
/proc/21962/stat : 21962 (wbo1.72) S 21960 21962 18556 0 -1 4202496 187444 0 0 0 179374 92 0 0 20 0 2 0 332650841 840695808 187759 33554432000 4194304 5964350 140734945387248 140734945386768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21962/statm: 205248 187759 190 433 0 204812 0
[pid=21962/tid=21964] ppid=21960 vsize=820992 CPUtime=1790.27 cores=1,3,5,7
/proc/21962/task/21964/stat : 21964 (wbo1.72) R 21960 21962 18556 0 -1 4202560 186283 0 0 0 178908 119 0 0 20 0 2 0 332650843 840695808 187759 33554432000 4194304 5964350 140734945387248 140410888505384 4400035 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.66
Current children cumulated vsize (KiB) 820992

[startup+1798.3 s]
/proc/loadavg: 2.02 2.01 2.00 4/177 22057
/proc/meminfo: memFree=28179404/32873844 swapFree=6088/6088
[pid=21962] ppid=21960 vsize=820992 CPUtime=1797.84 cores=1,3,5,7
/proc/21962/stat : 21962 (wbo1.72) S 21960 21962 18556 0 -1 4202496 187452 0 0 0 179692 92 0 0 20 0 2 0 332650841 840695808 187817 33554432000 4194304 5964350 140734945387248 140734945386768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21962/statm: 205248 187817 190 433 0 204812 0
[pid=21962/tid=21964] ppid=21960 vsize=820992 CPUtime=1793.45 cores=1,3,5,7
/proc/21962/task/21964/stat : 21964 (wbo1.72) R 21960 21962 18556 0 -1 4202560 186291 0 0 0 179226 119 0 0 20 0 2 0 332650843 840695808 187817 33554432000 4194304 5964350 140734945387248 140410888505384 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.84
Current children cumulated vsize (KiB) 820992

[startup+1799.1 s]
/proc/loadavg: 2.02 2.01 2.00 4/177 22057
/proc/meminfo: memFree=28179264/32873844 swapFree=6088/6088
[pid=21962] ppid=21960 vsize=820992 CPUtime=1798.64 cores=1,3,5,7
/proc/21962/stat : 21962 (wbo1.72) S 21960 21962 18556 0 -1 4202496 187452 0 0 0 179772 92 0 0 20 0 2 0 332650841 840695808 187817 33554432000 4194304 5964350 140734945387248 140734945386768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21962/statm: 205248 187817 190 433 0 204812 0
[pid=21962/tid=21964] ppid=21960 vsize=820992 CPUtime=1794.24 cores=1,3,5,7
/proc/21962/task/21964/stat : 21964 (wbo1.72) R 21960 21962 18556 0 -1 4202560 186291 0 0 0 179305 119 0 0 20 0 2 0 332650843 840695808 187817 33554432000 4194304 5964350 140734945387248 140410888505384 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.64
Current children cumulated vsize (KiB) 820992

[startup+1799.5 s]
/proc/loadavg: 2.02 2.01 2.00 4/177 22057
/proc/meminfo: memFree=28179140/32873844 swapFree=6088/6088
[pid=21962] ppid=21960 vsize=820992 CPUtime=1799.05 cores=1,3,5,7
/proc/21962/stat : 21962 (wbo1.72) S 21960 21962 18556 0 -1 4202496 187452 0 0 0 179813 92 0 0 20 0 2 0 332650841 840695808 187817 33554432000 4194304 5964350 140734945387248 140734945386768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21962/statm: 205248 187817 190 433 0 204812 0
[pid=21962/tid=21964] ppid=21960 vsize=820992 CPUtime=1794.65 cores=1,3,5,7
/proc/21962/task/21964/stat : 21964 (wbo1.72) R 21960 21962 18556 0 -1 4202560 186291 0 0 0 179346 119 0 0 20 0 2 0 332650843 840695808 187817 33554432000 4194304 5964350 140734945387248 140410888505384 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.05
Current children cumulated vsize (KiB) 820992

[startup+1799.9 s]
/proc/loadavg: 2.02 2.01 2.00 4/177 22057
/proc/meminfo: memFree=28179140/32873844 swapFree=6088/6088
[pid=21962] ppid=21960 vsize=820992 CPUtime=1799.44 cores=1,3,5,7
/proc/21962/stat : 21962 (wbo1.72) S 21960 21962 18556 0 -1 4202496 187452 0 0 0 179852 92 0 0 20 0 2 0 332650841 840695808 187817 33554432000 4194304 5964350 140734945387248 140734945386768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21962/statm: 205248 187817 190 433 0 204812 0
[pid=21962/tid=21964] ppid=21960 vsize=820992 CPUtime=1795.04 cores=1,3,5,7
/proc/21962/task/21964/stat : 21964 (wbo1.72) R 21960 21962 18556 0 -1 4202560 186291 0 0 0 179385 119 0 0 20 0 2 0 332650843 840695808 187817 33554432000 4194304 5964350 140734945387248 140410888505384 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.44
Current children cumulated vsize (KiB) 820992

[startup+1800 s]
/proc/loadavg: 2.02 2.01 2.00 4/177 22057
/proc/meminfo: memFree=28179140/32873844 swapFree=6088/6088
[pid=21962] ppid=21960 vsize=820992 CPUtime=1799.54 cores=1,3,5,7
/proc/21962/stat : 21962 (wbo1.72) S 21960 21962 18556 0 -1 4202496 187452 0 0 0 179862 92 0 0 20 0 2 0 332650841 840695808 187817 33554432000 4194304 5964350 140734945387248 140734945386768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21962/statm: 205248 187817 190 433 0 204812 0
[pid=21962/tid=21964] ppid=21960 vsize=820992 CPUtime=1795.14 cores=1,3,5,7
/proc/21962/task/21964/stat : 21964 (wbo1.72) R 21960 21962 18556 0 -1 4202560 186291 0 0 0 179395 119 0 0 20 0 2 0 332650843 840695808 187817 33554432000 4194304 5964350 140734945387248 140410888505384 4399989 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.54
Current children cumulated vsize (KiB) 820992

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21962 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=972274
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=214815
# CPU time returned by wait4() is 1795.19
# while last known CPU time is 1799.54
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.01
CPU time (s): 1799.54
CPU user time (s): 1798.62
CPU system time (s): 0.92
CPU usage (%): 99.9737
Max. virtual memory (cumulated for all children) (KiB): 820992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.97
system time used= 1.21481
maximum resident set size= 751280
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 187455
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= 272
involuntary context switches= 2242

runsolver used 6.71498 second user time and 16.3105 second system time

The end

Launcher Data

Begin job on node110 at 2012-06-02 21:27:04
IDJOB=3727714
IDBENCH=71848
IDSOLVER=2313
FILE ID=node110/3727714-1338665224
RUNJOBID= node110-1338651355-20283
PBS_JOBID= 14636470
Free space on /tmp= 71128 MiB

SOLVER NAME= wbo 1.72
BENCH NAME= PB09/normalized-PB09/OPT-SMALLINT-LIN/flexray/normalized-fx49.opb
COMMAND LINE= wbo1.72 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3727714-1338665224/watcher-3727714-1338665224 -o /tmp/evaluation-result-3727714-1338665224/solver-3727714-1338665224 -C 1800 -W 1900 -M 15500  wbo1.72 -file-format=opb HOME/instance-3727714-1338665224.opb

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

MD5SUM BENCH= e08af5097f76b1d4e2b0ba1d8a42ed5a
RANDOM SEED=1605755884

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.893
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.893
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.92
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.893
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.90
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.893
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.893
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:        28827064 kB
Buffers:          394540 kB
Cached:          2387092 kB
SwapCached:          604 kB
Active:          1664136 kB
Inactive:        1535404 kB
Active(anon):     407776 kB
Inactive(anon):    12328 kB
Active(file):    1256360 kB
Inactive(file):  1523076 kB
Unevictable:        6088 kB
Mlocked:            6088 kB
SwapTotal:      67108856 kB
SwapFree:       67107364 kB
Dirty:              5444 kB
Writeback:             0 kB
AnonPages:        359360 kB
Mapped:            12348 kB
Shmem:                40 kB
Slab:             705404 kB
SReclaimable:     147864 kB
SUnreclaim:       557540 kB
KernelStack:        1472 kB
PageTables:         4688 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     149352 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    202752 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= 71116 MiB
End job on node110 at 2012-06-02 21:57:04