Trace number 3705420

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.7? 1799.57 1800.02

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx97.opb
MD5SUM22116bd56344f7c7bb7157cc5841f631
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 variables8424
Total number of constraints9089
Number of constraints which are clauses8415
Number of constraints which are cardinality constraints (but not clauses)98
Number of constraints which are nor clauses,nor cardinality constraints576
Minimum length of a constraint2
Maximum length of a constraint576
Number of terms in the objective function 9
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 9
Number of bits of the sum of numbers in the objective function 4
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1199
Number of bits of the biggest sum of numbers11
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.7 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3705420-1338107507.opb.
0.00/0.00	c Instance file HOME/instance-3705420-1338107507.opb
0.00/0.00	c File size is 792041 bytes.
0.00/0.06	c Cost Offset: 0
0.00/0.06	c Highest Coefficient sum: 1199
0.00/0.06	c ============================[ Problem Statistics ]=============================
0.00/0.06	c |                                                                             |
0.00/0.06	c |  Parsing time:          0.07         s                                      |
0.00/0.06	c |  Number Variables:      8424                                                |
0.00/0.06	c |  Number Clauses:        8512                                                |
0.00/0.06	c |  Number Cardinality:    98                                                  |
0.00/0.06	c |  Number PB Constraints: 576                                                 |
0.00/0.06	c |                                                                             |
0.00/0.07	c |  Problem Type:          Optimization                                        |
0.00/0.07	c |  Objective Function:    Cardinality Constraint                              |
0.00/0.07	c |                                                                             |
0.00/0.07	c ============================[ Search Statistics ]==============================
0.00/0.07	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.00/0.07	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.00/0.07	c ===============================================================================
1799.57/1800.00	c ===============================================================================
1799.57/1800.00	c Wall Clock Time: 1800.00 s
1799.57/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-3705420-1338107507/watcher-3705420-1338107507 -o /tmp/evaluation-result-3705420-1338107507/solver-3705420-1338107507 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3705420-1338107507.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/177 4303
/proc/meminfo: memFree=29955080/32873844 swapFree=7628/7628
[pid=4303] ppid=4301 vsize=4328 CPUtime=0 cores=1,3,5,7
/proc/4303/stat : 4303 (wbo1.7) R 4301 4303 2698 0 -1 4202496 435 0 0 0 0 0 0 0 20 0 1 0 276875091 4431872 387 33554432000 4194304 5963574 140733233893152 140733233891608 4394802 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/4303/statm: 1082 387 173 432 0 453 0

[startup+0.0740399 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4303
/proc/meminfo: memFree=29955080/32873844 swapFree=7628/7628
[pid=4303] ppid=4301 vsize=90508 CPUtime=0.06 cores=1,3,5,7
/proc/4303/stat : 4303 (wbo1.7) S 4301 4303 2698 0 -1 4202496 3143 0 0 0 6 0 0 0 20 0 2 0 276875091 92680192 2901 33554432000 4194304 5963574 140733233893152 140733233892672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4303/statm: 22627 2901 182 432 0 22192 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 90508

[startup+0.100215 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4303
/proc/meminfo: memFree=29955080/32873844 swapFree=7628/7628
[pid=4303] ppid=4301 vsize=90316 CPUtime=0.09 cores=1,3,5,7
/proc/4303/stat : 4303 (wbo1.7) S 4301 4303 2698 0 -1 4202496 4155 0 0 0 8 1 0 0 20 0 2 0 276875091 92483584 3769 33554432000 4194304 5963574 140733233893152 140733233892672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4303/statm: 22579 3769 188 432 0 22144 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 90316

[startup+0.300113 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4303
/proc/meminfo: memFree=29955080/32873844 swapFree=7628/7628
[pid=4303] ppid=4301 vsize=90316 CPUtime=0.29 cores=1,3,5,7
/proc/4303/stat : 4303 (wbo1.7) S 4301 4303 2698 0 -1 4202496 4380 0 0 0 28 1 0 0 20 0 2 0 276875091 92483584 3994 33554432000 4194304 5963574 140733233893152 140733233892672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4303/statm: 22579 3994 190 432 0 22144 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 90316

[startup+0.700115 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4303
/proc/meminfo: memFree=29955080/32873844 swapFree=7628/7628
[pid=4303] ppid=4301 vsize=90316 CPUtime=0.69 cores=1,3,5,7
/proc/4303/stat : 4303 (wbo1.7) S 4301 4303 2698 0 -1 4202496 4818 0 0 0 68 1 0 0 20 0 2 0 276875091 92483584 4432 33554432000 4194304 5963574 140733233893152 140733233892672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4303/statm: 22579 4432 190 432 0 22144 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 90316

[startup+1.50025 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4305
/proc/meminfo: memFree=29937348/32873844 swapFree=7628/7628
[pid=4303] ppid=4301 vsize=90316 CPUtime=1.49 cores=1,3,5,7
/proc/4303/stat : 4303 (wbo1.7) S 4301 4303 2698 0 -1 4202496 5722 0 0 0 148 1 0 0 20 0 2 0 276875091 92483584 5336 33554432000 4194304 5963574 140733233893152 140733233892672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4303/statm: 22579 5336 190 432 0 22144 0
[pid=4303/tid=4305] ppid=4301 vsize=90316 CPUtime=1.41 cores=1,3,5,7
/proc/4303/task/4305/stat : 4305 (wbo1.7) R 4301 4303 2698 0 -1 4202560 3288 0 0 0 141 0 0 0 20 0 2 0 276875097 92483584 5336 33554432000 4194304 5963574 140733233893152 140454663174136 5135572 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) 90316

[startup+3.10026 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4305
/proc/meminfo: memFree=29932736/32873844 swapFree=7628/7628
[pid=4303] ppid=4301 vsize=90316 CPUtime=3.08 cores=1,3,5,7
/proc/4303/stat : 4303 (wbo1.7) S 4301 4303 2698 0 -1 4202496 7406 0 0 0 307 1 0 0 20 0 2 0 276875091 92483584 7020 33554432000 4194304 5963574 140733233893152 140733233892672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4303/statm: 22579 7020 190 432 0 22144 0
[pid=4303/tid=4305] ppid=4301 vsize=90316 CPUtime=3.01 cores=1,3,5,7
/proc/4303/task/4305/stat : 4305 (wbo1.7) R 4301 4303 2698 0 -1 4202560 4972 0 0 0 300 1 0 0 20 0 2 0 276875097 92483584 7020 33554432000 4194304 5963574 140733233893152 140454663174136 5135572 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 90316

[startup+6.30025 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4305
/proc/meminfo: memFree=29920956/32873844 swapFree=7628/7628
[pid=4303] ppid=4301 vsize=90316 CPUtime=6.29 cores=1,3,5,7
/proc/4303/stat : 4303 (wbo1.7) S 4301 4303 2698 0 -1 4202496 8889 0 0 0 627 2 0 0 20 0 2 0 276875091 92483584 8503 33554432000 4194304 5963574 140733233893152 140733233892672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4303/statm: 22579 8503 190 432 0 22144 0
[pid=4303/tid=4305] ppid=4301 vsize=90316 CPUtime=6.2 cores=1,3,5,7
/proc/4303/task/4305/stat : 4305 (wbo1.7) R 4301 4303 2698 0 -1 4202560 6455 0 0 0 619 1 0 0 20 0 2 0 276875097 92483584 8503 33554432000 4194304 5963574 140733233893152 140454663174136 4221984 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 90316

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4305
/proc/meminfo: memFree=29905588/32873844 swapFree=7628/7628
[pid=4303] ppid=4301 vsize=90316 CPUtime=12.68 cores=1,3,5,7
/proc/4303/stat : 4303 (wbo1.7) S 4301 4303 2698 0 -1 4202496 12003 0 0 0 1266 2 0 0 20 0 2 0 276875091 92483584 11617 33554432000 4194304 5963574 140733233893152 140733233892672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4303/statm: 22579 11617 190 432 0 22144 0
[pid=4303/tid=4305] ppid=4301 vsize=90316 CPUtime=12.58 cores=1,3,5,7
/proc/4303/task/4305/stat : 4305 (wbo1.7) R 4301 4303 2698 0 -1 4202560 9569 0 0 0 1256 2 0 0 20 0 2 0 276875097 92483584 11617 33554432000 4194304 5963574 140733233893152 140454663174136 5178411 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) 90316

[startup+25.5003 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 4305
/proc/meminfo: memFree=29874440/32873844 swapFree=7628/7628
[pid=4303] ppid=4301 vsize=90640 CPUtime=25.48 cores=1,3,5,7
/proc/4303/stat : 4303 (wbo1.7) S 4301 4303 2698 0 -1 4202496 14974 0 0 0 2545 3 0 0 20 0 2 0 276875091 92815360 14588 33554432000 4194304 5963574 140733233893152 140733233892672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4303/statm: 22660 14588 190 432 0 22225 0
[pid=4303/tid=4305] ppid=4301 vsize=90640 CPUtime=25.35 cores=1,3,5,7
/proc/4303/task/4305/stat : 4305 (wbo1.7) R 4301 4303 2698 0 -1 4202560 12540 0 0 0 2532 3 0 0 20 0 2 0 276875097 92815360 14588 33554432000 4194304 5963574 140733233893152 140454663174184 4402912 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) 90640

[startup+51.1003 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 4305
/proc/meminfo: memFree=29826544/32873844 swapFree=7628/7628
[pid=4303] ppid=4301 vsize=156336 CPUtime=51.08 cores=1,3,5,7
/proc/4303/stat : 4303 (wbo1.7) S 4301 4303 2698 0 -1 4202496 25789 0 0 0 5100 8 0 0 20 0 2 0 276875091 160088064 25403 33554432000 4194304 5963574 140733233893152 140733233892672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4303/statm: 39084 25403 190 432 0 38649 0
[pid=4303/tid=4305] ppid=4301 vsize=156336 CPUtime=50.88 cores=1,3,5,7
/proc/4303/task/4305/stat : 4305 (wbo1.7) R 4301 4303 2698 0 -1 4202560 23355 0 0 0 5081 7 0 0 20 0 2 0 276875097 160088064 25403 33554432000 4194304 5963574 140733233893152 140454663174136 5135572 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) 156336

[startup+102.307 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 4305
/proc/meminfo: memFree=29700920/32873844 swapFree=7628/7628
[pid=4303] ppid=4301 vsize=222112 CPUtime=102.28 cores=1,3,5,7
/proc/4303/stat : 4303 (wbo1.7) S 4301 4303 2698 0 -1 4202496 47136 0 0 0 10212 16 0 0 20 0 2 0 276875091 227442688 46750 33554432000 4194304 5963574 140733233893152 140733233892672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4303/statm: 55528 46750 190 432 0 55093 0
[pid=4303/tid=4305] ppid=4301 vsize=222112 CPUtime=101.95 cores=1,3,5,7
/proc/4303/task/4305/stat : 4305 (wbo1.7) R 4301 4303 2698 0 -1 4202560 44702 0 0 0 10179 16 0 0 20 0 2 0 276875097 227442688 46750 33554432000 4194304 5963574 140733233893152 140454663174136 4399645 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 222112

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4305
/proc/meminfo: memFree=29622972/32873844 swapFree=7628/7628
[pid=4303] ppid=4301 vsize=222112 CPUtime=162.25 cores=1,3,5,7
/proc/4303/stat : 4303 (wbo1.7) S 4301 4303 2698 0 -1 4202496 47193 0 0 0 16209 16 0 0 20 0 2 0 276875091 227442688 46905 33554432000 4194304 5963574 140733233893152 140733233892672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4303/statm: 55528 46905 190 432 0 55093 0
[pid=4303/tid=4305] ppid=4301 vsize=222112 CPUtime=161.77 cores=1,3,5,7
/proc/4303/task/4305/stat : 4305 (wbo1.7) R 4301 4303 2698 0 -1 4202560 44759 0 0 0 16160 17 0 0 20 0 2 0 276875097 227442688 46905 33554432000 4194304 5963574 140733233893152 140454663174136 4399623 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 222112

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4306
/proc/meminfo: memFree=29576500/32873844 swapFree=7628/7628
[pid=4303] ppid=4301 vsize=288008 CPUtime=222.22 cores=1,3,5,7
/proc/4303/stat : 4303 (wbo1.7) S 4301 4303 2698 0 -1 4202496 57318 0 0 0 22202 20 0 0 20 0 2 0 276875091 294920192 57013 33554432000 4194304 5963574 140733233893152 140733233892672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4303/statm: 72002 57013 190 432 0 71567 0
[pid=4303/tid=4305] ppid=4301 vsize=288008 CPUtime=221.58 cores=1,3,5,7
/proc/4303/task/4305/stat : 4305 (wbo1.7) R 4301 4303 2698 0 -1 4202560 54884 0 0 0 22136 22 0 0 20 0 2 0 276875097 294920192 57013 33554432000 4194304 5963574 140733233893152 140454663174136 4399390 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 288008

[startup+282.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 4306
/proc/meminfo: memFree=29499552/32873844 swapFree=7628/7628
[pid=4303] ppid=4301 vsize=288008 CPUtime=282.21 cores=1,3,5,7
/proc/4303/stat : 4303 (wbo1.7) S 4301 4303 2698 0 -1 4202496 68210 0 0 0 28195 26 0 0 20 0 2 0 276875091 294920192 67908 33554432000 4194304 5963574 140733233893152 140733233892672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4303/statm: 72002 67908 190 432 0 71567 0
[pid=4303/tid=4305] ppid=4301 vsize=288008 CPUtime=281.42 cores=1,3,5,7
/proc/4303/task/4305/stat : 4305 (wbo1.7) R 4301 4303 2698 0 -1 4202560 65776 0 0 0 28112 30 0 0 20 0 2 0 276875097 294920192 67908 33554432000 4194304 5963574 140733233893152 140454663174136 4381581 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 288008

[startup+342.3 s]
/proc/loadavg: 2.16 2.05 2.01 3/179 4306
/proc/meminfo: memFree=29461016/32873844 swapFree=7628/7628
[pid=4303] ppid=4301 vsize=353544 CPUtime=342.2 cores=1,3,5,7
/proc/4303/stat : 4303 (wbo1.7) S 4301 4303 2698 0 -1 4202496 76199 0 0 0 34191 29 0 0 20 0 2 0 276875091 362029056 75897 33554432000 4194304 5963574 140733233893152 140733233892672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4303/statm: 88386 75897 190 432 0 87951 0
[pid=4303/tid=4305] ppid=4301 vsize=353544 CPUtime=341.27 cores=1,3,5,7
/proc/4303/task/4305/stat : 4305 (wbo1.7) R 4301 4303 2698 0 -1 4202560 73765 0 0 0 34093 34 0 0 20 0 2 0 276875097 362029056 75897 33554432000 4194304 5963574 140733233893152 140454663173944 4409160 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 353544

[startup+402.3 s]
/proc/loadavg: 2.09 2.06 2.01 3/179 4306
/proc/meminfo: memFree=29427296/32873844 swapFree=7628/7628
[pid=4303] ppid=4301 vsize=353544 CPUtime=402.19 cores=1,3,5,7
/proc/4303/stat : 4303 (wbo1.7) S 4301 4303 2698 0 -1 4202496 76242 0 0 0 40190 29 0 0 20 0 2 0 276875091 362029056 75940 33554432000 4194304 5963574 140733233893152 140733233892672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4303/statm: 88386 75940 190 432 0 87951 0
[pid=4303/tid=4305] ppid=4301 vsize=353544 CPUtime=401.11 cores=1,3,5,7
/proc/4303/task/4305/stat : 4305 (wbo1.7) R 4301 4303 2698 0 -1 4202560 73808 0 0 0 40076 35 0 0 20 0 2 0 276875097 362029056 75940 33554432000 4194304 5963574 140733233893152 140454663173944 4222464 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 353544

[startup+462.3 s]
/proc/loadavg: 2.07 2.06 2.01 3/179 4306
/proc/meminfo: memFree=29373328/32873844 swapFree=7628/7628
[pid=4303] ppid=4301 vsize=353544 CPUtime=462.17 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 4315
/proc/meminfo: memFree=28471616/32873844 swapFree=7628/7628
[pid=4303] ppid=4301 vsize=945364 CPUtime=1421.95 cores=1,3,5,7
/proc/4303/stat : 4303 (wbo1.7) S 4301 4303 2698 0 -1 4202496 216280 0 0 0 142093 102 0 0 20 0 2 0 276875091 968052736 216514 33554432000 4194304 5963574 140733233893152 140733233892672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4303/statm: 236341 216514 190 432 0 235906 0
[pid=4303/tid=4305] ppid=4301 vsize=945364 CPUtime=1418.37 cores=1,3,5,7
/proc/4303/task/4305/stat : 4305 (wbo1.7) R 4301 4303 2698 0 -1 4202560 213846 0 0 0 141714 123 0 0 20 0 2 0 276875097 968052736 216514 33554432000 4194304 5963574 140733233893152 140454663174136 4399605 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 945364

[startup+1482.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 4316
/proc/meminfo: memFree=28413180/32873844 swapFree=7628/7628
[pid=4303] ppid=4301 vsize=945688 CPUtime=1481.93 cores=1,3,5,7
/proc/4303/stat : 4303 (wbo1.7) S 4301 4303 2698 0 -1 4202496 231114 0 0 0 148080 113 0 0 20 0 2 0 276875091 968384512 231348 33554432000 4194304 5963574 140733233893152 140733233892672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4303/statm: 236422 231348 190 432 0 235987 0
[pid=4303/tid=4305] ppid=4301 vsize=945688 CPUtime=1478.21 cores=1,3,5,7
/proc/4303/task/4305/stat : 4305 (wbo1.7) R 4301 4303 2698 0 -1 4202560 228680 0 0 0 147686 135 0 0 20 0 2 0 276875097 968384512 231348 33554432000 4194304 5963574 140733233893152 140454663174136 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.93
Current children cumulated vsize (KiB) 945688

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4316
/proc/meminfo: memFree=28366572/32873844 swapFree=7628/7628
[pid=4303] ppid=4301 vsize=1012272 CPUtime=1541.92 cores=1,3,5,7
/proc/4303/stat : 4303 (wbo1.7) S 4301 4303 2698 0 -1 4202496 238211 0 0 0 154074 118 0 0 20 0 2 0 276875091 1036566528 238445 33554432000 4194304 5963574 140733233893152 140733233892672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4303/statm: 253068 238445 190 432 0 252633 0
[pid=4303/tid=4305] ppid=4301 vsize=1012272 CPUtime=1538.05 cores=1,3,5,7
/proc/4303/task/4305/stat : 4305 (wbo1.7) R 4301 4303 2698 0 -1 4202560 235777 0 0 0 153665 140 0 0 20 0 2 0 276875097 1036566528 238445 33554432000 4194304 5963574 140733233893152 140454663174136 4221984 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.92
Current children cumulated vsize (KiB) 1012272

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4316
/proc/meminfo: memFree=28365984/32873844 swapFree=7628/7628
[pid=4303] ppid=4301 vsize=1012272 CPUtime=1601.91 cores=1,3,5,7
/proc/4303/stat : 4303 (wbo1.7) S 4301 4303 2698 0 -1 4202496 238212 0 0 0 160073 118 0 0 20 0 2 0 276875091 1036566528 238446 33554432000 4194304 5963574 140733233893152 140733233892672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4303/statm: 253068 238446 190 432 0 252633 0
[pid=4303/tid=4305] ppid=4301 vsize=1012272 CPUtime=1597.9 cores=1,3,5,7
/proc/4303/task/4305/stat : 4305 (wbo1.7) R 4301 4303 2698 0 -1 4202560 235778 0 0 0 159649 141 0 0 20 0 2 0 276875097 1036566528 238446 33554432000 4194304 5963574 140733233893152 140454663174136 4403084 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.91
Current children cumulated vsize (KiB) 1012272

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4316
/proc/meminfo: memFree=28365856/32873844 swapFree=7628/7628
[pid=4303] ppid=4301 vsize=1012272 CPUtime=1661.9 cores=1,3,5,7
/proc/4303/stat : 4303 (wbo1.7) S 4301 4303 2698 0 -1 4202496 238212 0 0 0 166072 118 0 0 20 0 2 0 276875091 1036566528 238446 33554432000 4194304 5963574 140733233893152 140733233892672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4303/statm: 253068 238446 190 432 0 252633 0
[pid=4303/tid=4305] ppid=4301 vsize=1012272 CPUtime=1657.75 cores=1,3,5,7
/proc/4303/task/4305/stat : 4305 (wbo1.7) R 4301 4303 2698 0 -1 4202560 235778 0 0 0 165633 142 0 0 20 0 2 0 276875097 1036566528 238446 33554432000 4194304 5963574 140733233893152 140454663174136 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.9
Current children cumulated vsize (KiB) 1012272

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 2/175 4420
/proc/meminfo: memFree=29111560/32873844 swapFree=7628/7628
[pid=4303] ppid=4301 vsize=1012272 CPUtime=1721.9 cores=1,3,5,7
/proc/4303/stat : 4303 (wbo1.7) S 4301 4303 2698 0 -1 4202496 238212 0 0 0 172072 118 0 0 20 0 2 0 276875091 1036566528 238446 33554432000 4194304 5963574 140733233893152 140733233892672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4303/statm: 253068 238446 190 432 0 252633 0
[pid=4303/tid=4305] ppid=4301 vsize=1012272 CPUtime=1717.59 cores=1,3,5,7
/proc/4303/task/4305/stat : 4305 (wbo1.7) R 4301 4303 2698 0 -1 4202560 235778 0 0 0 171616 143 0 0 20 0 2 0 276875097 1036566528 238446 33554432000 4194304 5963574 140733233893152 140454663174136 4399627 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.9
Current children cumulated vsize (KiB) 1012272

[startup+1782.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/180 4499
/proc/meminfo: memFree=28979228/32873844 swapFree=7628/7628
[pid=4303] ppid=4301 vsize=1012272 CPUtime=1781.88 cores=1,3,5,7
/proc/4303/stat : 4303 (wbo1.7) S 4301 4303 2698 0 -1 4202496 238229 0 0 0 178070 118 0 0 20 0 2 0 276875091 1036566528 238571 33554432000 4194304 5963574 140733233893152 140733233892672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4303/statm: 253068 238571 190 432 0 252633 0
[pid=4303/tid=4305] ppid=4301 vsize=1012272 CPUtime=1777.43 cores=1,3,5,7
/proc/4303/task/4305/stat : 4305 (wbo1.7) R 4301 4303 2698 0 -1 4202560 235795 0 0 0 177600 143 0 0 20 0 2 0 276875097 1036566528 238571 33554432000 4194304 5963574 140733233893152 140454663174136 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.88
Current children cumulated vsize (KiB) 1012272

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

[startup+1791.91 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 4499
/proc/meminfo: memFree=28979460/32873844 swapFree=7628/7628
[pid=4303] ppid=4301 vsize=1012272 CPUtime=1791.48 cores=1,3,5,7
/proc/4303/stat : 4303 (wbo1.7) S 4301 4303 2698 0 -1 4202496 238234 0 0 0 179030 118 0 0 20 0 2 0 276875091 1036566528 238590 33554432000 4194304 5963574 140733233893152 140733233892672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4303/statm: 253068 238590 190 432 0 252633 0
[pid=4303/tid=4305] ppid=4301 vsize=1012272 CPUtime=1787.01 cores=1,3,5,7
/proc/4303/task/4305/stat : 4305 (wbo1.7) R 4301 4303 2698 0 -1 4202560 235800 0 0 0 178557 144 0 0 20 0 2 0 276875097 1036566528 238590 33554432000 4194304 5963574 140733233893152 140454663174136 4222304 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.48
Current children cumulated vsize (KiB) 1012272

[startup+1795.1 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 4499
/proc/meminfo: memFree=28979196/32873844 swapFree=7628/7628
[pid=4303] ppid=4301 vsize=1012272 CPUtime=1794.68 cores=1,3,5,7
/proc/4303/stat : 4303 (wbo1.7) S 4301 4303 2698 0 -1 4202496 238234 0 0 0 179350 118 0 0 20 0 2 0 276875091 1036566528 238624 33554432000 4194304 5963574 140733233893152 140733233892672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4303/statm: 253068 238624 190 432 0 252633 0
[pid=4303/tid=4305] ppid=4301 vsize=1012272 CPUtime=1790.2 cores=1,3,5,7
/proc/4303/task/4305/stat : 4305 (wbo1.7) R 4301 4303 2698 0 -1 4202560 235800 0 0 0 178876 144 0 0 20 0 2 0 276875097 1036566528 238624 33554432000 4194304 5963574 140733233893152 140454663174136 4399623 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.68
Current children cumulated vsize (KiB) 1012272

[startup+1798.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 4499
/proc/meminfo: memFree=28979072/32873844 swapFree=7628/7628
[pid=4303] ppid=4301 vsize=1012272 CPUtime=1797.87 cores=1,3,5,7
/proc/4303/stat : 4303 (wbo1.7) S 4301 4303 2698 0 -1 4202496 238234 0 0 0 179669 118 0 0 20 0 2 0 276875091 1036566528 238624 33554432000 4194304 5963574 140733233893152 140733233892672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4303/statm: 253068 238624 190 432 0 252633 0
[pid=4303/tid=4305] ppid=4301 vsize=1012272 CPUtime=1793.38 cores=1,3,5,7
/proc/4303/task/4305/stat : 4305 (wbo1.7) R 4301 4303 2698 0 -1 4202560 235800 0 0 0 179194 144 0 0 20 0 2 0 276875097 1036566528 238624 33554432000 4194304 5963574 140733233893152 140454663174136 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.87
Current children cumulated vsize (KiB) 1012272

[startup+1799.1 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 4499
/proc/meminfo: memFree=28979072/32873844 swapFree=7628/7628
[pid=4303] ppid=4301 vsize=1012272 CPUtime=1798.67 cores=1,3,5,7
/proc/4303/stat : 4303 (wbo1.7) S 4301 4303 2698 0 -1 4202496 238234 0 0 0 179749 118 0 0 20 0 2 0 276875091 1036566528 238624 33554432000 4194304 5963574 140733233893152 140733233892672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4303/statm: 253068 238624 190 432 0 252633 0
[pid=4303/tid=4305] ppid=4301 vsize=1012272 CPUtime=1794.18 cores=1,3,5,7
/proc/4303/task/4305/stat : 4305 (wbo1.7) R 4301 4303 2698 0 -1 4202560 235800 0 0 0 179274 144 0 0 20 0 2 0 276875097 1036566528 238624 33554432000 4194304 5963574 140733233893152 140454663174136 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.67
Current children cumulated vsize (KiB) 1012272

[startup+1799.5 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 4499
/proc/meminfo: memFree=28979072/32873844 swapFree=7628/7628
[pid=4303] ppid=4301 vsize=1012272 CPUtime=1799.08 cores=1,3,5,7
/proc/4303/stat : 4303 (wbo1.7) S 4301 4303 2698 0 -1 4202496 238234 0 0 0 179790 118 0 0 20 0 2 0 276875091 1036566528 238624 33554432000 4194304 5963574 140733233893152 140733233892672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4303/statm: 253068 238624 190 432 0 252633 0
[pid=4303/tid=4305] ppid=4301 vsize=1012272 CPUtime=1794.59 cores=1,3,5,7
/proc/4303/task/4305/stat : 4305 (wbo1.7) R 4301 4303 2698 0 -1 4202560 235800 0 0 0 179315 144 0 0 20 0 2 0 276875097 1036566528 238624 33554432000 4194304 5963574 140733233893152 140454663174136 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.08
Current children cumulated vsize (KiB) 1012272

[startup+1799.9 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 4499
/proc/meminfo: memFree=28979072/32873844 swapFree=7628/7628
[pid=4303] ppid=4301 vsize=1012272 CPUtime=1799.47 cores=1,3,5,7
/proc/4303/stat : 4303 (wbo1.7) S 4301 4303 2698 0 -1 4202496 238234 0 0 0 179829 118 0 0 20 0 2 0 276875091 1036566528 238624 33554432000 4194304 5963574 140733233893152 140733233892672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4303/statm: 253068 238624 190 432 0 252633 0
[pid=4303/tid=4305] ppid=4301 vsize=1012272 CPUtime=1794.98 cores=1,3,5,7
/proc/4303/task/4305/stat : 4305 (wbo1.7) R 4301 4303 2698 0 -1 4202560 235800 0 0 0 179354 144 0 0 20 0 2 0 276875097 1036566528 238624 33554432000 4194304 5963574 140733233893152 140454663174136 4381557 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.47
Current children cumulated vsize (KiB) 1012272

[startup+1800 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 4499
/proc/meminfo: memFree=28979072/32873844 swapFree=7628/7628
[pid=4303] ppid=4301 vsize=1012272 CPUtime=1799.57 cores=1,3,5,7
/proc/4303/stat : 4303 (wbo1.7) S 4301 4303 2698 0 -1 4202496 238234 0 0 0 179839 118 0 0 20 0 2 0 276875091 1036566528 238624 33554432000 4194304 5963574 140733233893152 140733233892672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4303/statm: 253068 238624 190 432 0 252633 0
[pid=4303/tid=4305] ppid=4301 vsize=1012272 CPUtime=1795.08 cores=1,3,5,7
/proc/4303/task/4305/stat : 4305 (wbo1.7) R 4301 4303 2698 0 -1 4202560 235800 0 0 0 179364 144 0 0 20 0 2 0 276875097 1036566528 238624 33554432000 4194304 5963574 140733233893152 140454663174136 4399623 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.57
Current children cumulated vsize (KiB) 1012272

Child status: 255

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

Real time (s): 1800.02
CPU time (s): 1799.57
CPU user time (s): 1798.39
CPU system time (s): 1.18
CPU usage (%): 99.975
Max. virtual memory (cumulated for all children) (KiB): 1012272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.71
system time used= 1.47378
maximum resident set size= 954500
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 238235
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= 275
involuntary context switches= 3574

runsolver used 2.82857 second user time and 8.84465 second system time

The end

Launcher Data

Begin job on node145 at 2012-05-27 10:31:47
IDJOB=3705420
IDBENCH=71849
IDSOLVER=2283
FILE ID=node145/3705420-1338107507
RUNJOBID= node145-1338087553-2715
PBS_JOBID= 14624445
Free space on /tmp= 71552 MiB

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

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

MD5SUM BENCH= 22116bd56344f7c7bb7157cc5841f631
RANDOM SEED=110644707

node145.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
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		: 2667.149
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	: 5313.38
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
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		: 2667.149
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
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.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29956096 kB
Buffers:          292360 kB
Cached:          1680040 kB
SwapCached:            0 kB
Active:           765200 kB
Inactive:        1337488 kB
Active(anon):     121652 kB
Inactive(anon):    10912 kB
Active(file):     643548 kB
Inactive(file):  1326576 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              6220 kB
Writeback:             0 kB
AnonPages:        137356 kB
Mapped:            14828 kB
Shmem:               200 kB
Slab:             673128 kB
SReclaimable:     114884 kB
SUnreclaim:       558244 kB
KernelStack:        1464 kB
PageTables:         4240 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     145680 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71540 MiB
End job on node145 at 2012-05-27 11:01:47