Trace number 3705415

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.44 1800

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx60.opb
MD5SUM26c9befa85d0a0769813e718015f6caa
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark3.68244
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2994
Total number of constraints3433
Number of constraints which are clauses2988
Number of constraints which are cardinality constraints (but not clauses)61
Number of constraints which are nor clauses,nor cardinality constraints384
Minimum length of a constraint2
Maximum length of a constraint384
Number of terms in the objective function 6
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 6
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 757
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.7 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3705415-1338107091.opb.
0.00/0.00	c Instance file HOME/instance-3705415-1338107091.opb
0.00/0.00	c File size is 305017 bytes.
0.00/0.02	c Cost Offset: 0
0.00/0.02	c Highest Coefficient sum: 757
0.00/0.03	c ============================[ Problem Statistics ]=============================
0.00/0.03	c |                                                                             |
0.00/0.03	c |  Parsing time:          0.03         s                                      |
0.00/0.03	c |  Number Variables:      2994                                                |
0.00/0.03	c |  Number Clauses:        3048                                                |
0.00/0.03	c |  Number Cardinality:    61                                                  |
0.00/0.03	c |  Number PB Constraints: 384                                                 |
0.00/0.03	c |                                                                             |
0.00/0.03	c |  Problem Type:          Optimization                                        |
0.00/0.03	c |  Objective Function:    Cardinality Constraint                              |
0.00/0.03	c |                                                                             |
0.00/0.03	c ============================[ Search Statistics ]==============================
0.00/0.03	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.00/0.03	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.00/0.03	c ===============================================================================
1799.44/1800.00	c ===============================================================================
1799.44/1800.00	c Wall Clock Time: 1800.00 s
1799.44/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-3705415-1338107091/watcher-3705415-1338107091 -o /tmp/evaluation-result-3705415-1338107091/solver-3705415-1338107091 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3705415-1338107091.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: 2.07 2.02 2.00 2/175 25289
/proc/meminfo: memFree=28606728/32873852 swapFree=6848/6848
[pid=25289] ppid=25287 vsize=3860 CPUtime=0 cores=0,2,4,6
/proc/25289/stat : 25289 (wbo1.7) R 25287 25289 23570 0 -1 4202496 420 0 0 0 0 0 0 0 20 0 1 0 276834528 3952640 373 33554432000 4194304 5963574 140735308191440 140734600647864 4394735 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/25289/statm: 965 373 172 432 0 455 0

[startup+0.034434 s]
/proc/loadavg: 2.07 2.02 2.00 2/175 25289
/proc/meminfo: memFree=28606728/32873852 swapFree=6848/6848
[pid=25289] ppid=25287 vsize=86048 CPUtime=0.02 cores=0,2,4,6
/proc/25289/stat : 25289 (wbo1.7) S 25287 25289 23570 0 -1 4202496 1769 0 0 0 2 0 0 0 20 0 2 0 276834528 88113152 1647 33554432000 4194304 5963574 140735308191440 140735308190960 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25289/statm: 21512 1650 182 432 0 21077 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 86048

[startup+0.100288 s]
/proc/loadavg: 2.07 2.02 2.00 2/175 25289
/proc/meminfo: memFree=28606728/32873852 swapFree=6848/6848
[pid=25289] ppid=25287 vsize=86048 CPUtime=0.09 cores=0,2,4,6
/proc/25289/stat : 25289 (wbo1.7) S 25287 25289 23570 0 -1 4202496 2116 0 0 0 9 0 0 0 20 0 2 0 276834528 88113152 1994 33554432000 4194304 5963574 140735308191440 140735308190960 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25289/statm: 21512 1994 190 432 0 21077 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 86048

[startup+0.300235 s]
/proc/loadavg: 2.07 2.02 2.00 2/175 25289
/proc/meminfo: memFree=28606728/32873852 swapFree=6848/6848
[pid=25289] ppid=25287 vsize=86048 CPUtime=0.29 cores=0,2,4,6
/proc/25289/stat : 25289 (wbo1.7) S 25287 25289 23570 0 -1 4202496 2435 0 0 0 29 0 0 0 20 0 2 0 276834528 88113152 2313 33554432000 4194304 5963574 140735308191440 140735308190960 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25289/statm: 21512 2313 190 432 0 21077 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 86048

[startup+0.700238 s]
/proc/loadavg: 2.07 2.02 2.00 2/175 25289
/proc/meminfo: memFree=28606728/32873852 swapFree=6848/6848
[pid=25289] ppid=25287 vsize=86048 CPUtime=0.68 cores=0,2,4,6
/proc/25289/stat : 25289 (wbo1.7) S 25287 25289 23570 0 -1 4202496 2970 0 0 0 68 0 0 0 20 0 2 0 276834528 88113152 2848 33554432000 4194304 5963574 140735308191440 140735308190960 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25289/statm: 21512 2848 190 432 0 21077 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 86048

[startup+1.50026 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 25291
/proc/meminfo: memFree=28594552/32873852 swapFree=6848/6848
[pid=25289] ppid=25287 vsize=86192 CPUtime=1.49 cores=0,2,4,6
/proc/25289/stat : 25289 (wbo1.7) S 25287 25289 23570 0 -1 4202496 4194 0 0 0 148 1 0 0 20 0 2 0 276834528 88260608 4072 33554432000 4194304 5963574 140735308191440 140735308190960 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25289/statm: 21548 4072 190 432 0 21113 0
[pid=25289/tid=25291] ppid=25287 vsize=86192 CPUtime=1.45 cores=0,2,4,6
/proc/25289/task/25291/stat : 25291 (wbo1.7) R 25287 25289 23570 0 -1 4202560 2832 0 0 0 144 1 0 0 20 0 2 0 276834531 88260608 4072 33554432000 4194304 5963574 140735308191440 140063780448248 4381565 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 86192

[startup+3.10027 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 25291
/proc/meminfo: memFree=28590212/32873852 swapFree=6848/6848
[pid=25289] ppid=25287 vsize=86192 CPUtime=3.09 cores=0,2,4,6
/proc/25289/stat : 25289 (wbo1.7) S 25287 25289 23570 0 -1 4202496 5500 0 0 0 308 1 0 0 20 0 2 0 276834528 88260608 5378 33554432000 4194304 5963574 140735308191440 140735308190960 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25289/statm: 21548 5378 190 432 0 21113 0
[pid=25289/tid=25291] ppid=25287 vsize=86192 CPUtime=3.05 cores=0,2,4,6
/proc/25289/task/25291/stat : 25291 (wbo1.7) R 25287 25289 23570 0 -1 4202560 4138 0 0 0 304 1 0 0 20 0 2 0 276834531 88260608 5378 33554432000 4194304 5963574 140735308191440 140063780448248 18446744073699066235 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 86192

[startup+6.30026 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 25291
/proc/meminfo: memFree=28579920/32873852 swapFree=6848/6848
[pid=25289] ppid=25287 vsize=86264 CPUtime=6.29 cores=0,2,4,6
/proc/25289/stat : 25289 (wbo1.7) S 25287 25289 23570 0 -1 4202496 7117 0 0 0 628 1 0 0 20 0 2 0 276834528 88334336 6995 33554432000 4194304 5963574 140735308191440 140735308190960 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25289/statm: 21566 6995 190 432 0 21131 0
[pid=25289/tid=25291] ppid=25287 vsize=86264 CPUtime=6.24 cores=0,2,4,6
/proc/25289/task/25291/stat : 25291 (wbo1.7) R 25287 25289 23570 0 -1 4202560 5755 0 0 0 623 1 0 0 20 0 2 0 276834531 88334336 6995 33554432000 4194304 5963574 140735308191440 140063780448248 18446744073699066235 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 86264

[startup+12.7003 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 25291
/proc/meminfo: memFree=28562012/32873852 swapFree=6848/6848
[pid=25289] ppid=25287 vsize=86372 CPUtime=12.69 cores=0,2,4,6
/proc/25289/stat : 25289 (wbo1.7) S 25287 25289 23570 0 -1 4202496 11671 0 0 0 1267 2 0 0 20 0 2 0 276834528 88444928 11549 33554432000 4194304 5963574 140735308191440 140735308190960 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25289/statm: 21593 11549 190 432 0 21158 0
[pid=25289/tid=25291] ppid=25287 vsize=86372 CPUtime=12.62 cores=0,2,4,6
/proc/25289/task/25291/stat : 25291 (wbo1.7) R 25287 25289 23570 0 -1 4202560 10309 0 0 0 1260 2 0 0 20 0 2 0 276834531 88444928 11549 33554432000 4194304 5963574 140735308191440 140063780448248 4381565 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 86372

[startup+25.5003 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 25291
/proc/meminfo: memFree=28524564/32873852 swapFree=6848/6848
[pid=25289] ppid=25287 vsize=86532 CPUtime=25.49 cores=0,2,4,6
/proc/25289/stat : 25289 (wbo1.7) S 25287 25289 23570 0 -1 4202496 17111 0 0 0 2545 4 0 0 20 0 2 0 276834528 88608768 16989 33554432000 4194304 5963574 140735308191440 140735308190960 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25289/statm: 21633 16989 190 432 0 21198 0
[pid=25289/tid=25291] ppid=25287 vsize=86532 CPUtime=25.39 cores=0,2,4,6
/proc/25289/task/25291/stat : 25291 (wbo1.7) R 25287 25289 23570 0 -1 4202560 15749 0 0 0 2535 4 0 0 20 0 2 0 276834531 88608768 16989 33554432000 4194304 5963574 140735308191440 140063780448296 5135572 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 86532

[startup+51.1003 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 25291
/proc/meminfo: memFree=28479256/32873852 swapFree=6848/6848
[pid=25289] ppid=25287 vsize=152308 CPUtime=51.08 cores=0,2,4,6
/proc/25289/stat : 25289 (wbo1.7) S 25287 25289 23570 0 -1 4202496 23805 0 0 0 5103 5 0 0 20 0 2 0 276834528 155963392 23683 33554432000 4194304 5963574 140735308191440 140735308190960 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25289/statm: 38077 23683 190 432 0 37642 0
[pid=25289/tid=25291] ppid=25287 vsize=152308 CPUtime=50.92 cores=0,2,4,6
/proc/25289/task/25291/stat : 25291 (wbo1.7) R 25287 25289 23570 0 -1 4202560 22443 0 0 0 5087 5 0 0 20 0 2 0 276834531 155963392 23683 33554432000 4194304 5963574 140735308191440 140063780448248 4378528 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 152308

[startup+102.306 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 25291
/proc/meminfo: memFree=28405964/32873852 swapFree=6848/6848
[pid=25289] ppid=25287 vsize=217844 CPUtime=102.27 cores=0,2,4,6
/proc/25289/stat : 25289 (wbo1.7) S 25287 25289 23570 0 -1 4202496 37296 0 0 0 10217 10 0 0 20 0 2 0 276834528 223072256 37450 33554432000 4194304 5963574 140735308191440 140735308190960 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25289/statm: 54461 37450 190 432 0 54026 0
[pid=25289/tid=25291] ppid=25287 vsize=217844 CPUtime=101.99 cores=0,2,4,6
/proc/25289/task/25291/stat : 25291 (wbo1.7) R 25287 25289 23570 0 -1 4202560 35934 0 0 0 10188 11 0 0 20 0 2 0 276834531 223072256 37450 33554432000 4194304 5963574 140735308191440 140063780448248 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 217844

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25291
/proc/meminfo: memFree=28366312/32873852 swapFree=6848/6848
[pid=25289] ppid=25287 vsize=218204 CPUtime=162.22 cores=0,2,4,6
/proc/25289/stat : 25289 (wbo1.7) S 25287 25289 23570 0 -1 4202496 38171 0 0 0 16212 10 0 0 20 0 2 0 276834528 223440896 38304 33554432000 4194304 5963574 140735308191440 140735308190960 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25289/statm: 54551 38304 190 432 0 54116 0
[pid=25289/tid=25291] ppid=25287 vsize=218204 CPUtime=161.79 cores=0,2,4,6
/proc/25289/task/25291/stat : 25291 (wbo1.7) R 25287 25289 23570 0 -1 4202560 36809 0 0 0 16167 12 0 0 20 0 2 0 276834531 223440896 38304 33554432000 4194304 5963574 140735308191440 140063780448424 4399505 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 218204

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25292
/proc/meminfo: memFree=28291076/32873852 swapFree=6848/6848
[pid=25289] ppid=25287 vsize=218420 CPUtime=222.21 cores=0,2,4,6
/proc/25289/stat : 25289 (wbo1.7) S 25287 25289 23570 0 -1 4202496 49034 0 0 0 22206 15 0 0 20 0 2 0 276834528 223662080 49867 33554432000 4194304 5963574 140735308191440 140735308190960 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25289/statm: 54605 49867 190 432 0 54170 0
[pid=25289/tid=25291] ppid=25287 vsize=218420 CPUtime=221.63 cores=0,2,4,6
/proc/25289/task/25291/stat : 25291 (wbo1.7) R 25287 25289 23570 0 -1 4202560 47672 0 0 0 22145 18 0 0 20 0 2 0 276834531 223662080 49867 33554432000 4194304 5963574 140735308191440 140063780448296 18446744073699066235 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 218420

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25292
/proc/meminfo: memFree=28210656/32873852 swapFree=6848/6848
[pid=25289] ppid=25287 vsize=351380 CPUtime=282.19 cores=0,2,4,6
/proc/25289/stat : 25289 (wbo1.7) S 25287 25289 23570 0 -1 4202496 67983 0 0 0 28196 23 0 0 20 0 2 0 276834528 359813120 68816 33554432000 4194304 5963574 140735308191440 140735308190960 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25289/statm: 87845 68816 190 432 0 87410 0
[pid=25289/tid=25291] ppid=25287 vsize=351380 CPUtime=281.47 cores=0,2,4,6
/proc/25289/task/25291/stat : 25291 (wbo1.7) R 25287 25289 23570 0 -1 4202560 66621 0 0 0 28120 27 0 0 20 0 2 0 276834531 359813120 68816 33554432000 4194304 5963574 140735308191440 140063780448296 4399623 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 351380

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25295
/proc/meminfo: memFree=28193676/32873852 swapFree=6848/6848
[pid=25289] ppid=25287 vsize=351380 CPUtime=342.16 cores=0,2,4,6
/proc/25289/stat : 25289 (wbo1.7) S 25287 25289 23570 0 -1 4202496 68016 0 0 0 34193 23 0 0 20 0 2 0 276834528 359813120 68852 33554432000 4194304 5963574 140735308191440 140735308190960 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25289/statm: 87845 68852 190 432 0 87410 0
[pid=25289/tid=25291] ppid=25287 vsize=351380 CPUtime=341.29 cores=0,2,4,6
/proc/25289/task/25291/stat : 25291 (wbo1.7) R 25287 25289 23570 0 -1 4202560 66654 0 0 0 34101 28 0 0 20 0 2 0 276834531 359813120 68852 33554432000 4194304 5963574 140735308191440 140063780448296 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 351380

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25295
/proc/meminfo: memFree=28130672/32873852 swapFree=6848/6848
[pid=25289] ppid=25287 vsize=353792 CPUtime=402.14 cores=0,2,4,6
/proc/25289/stat : 25289 (wbo1.7) S 25287 25289 23570 0 -1 4202496 78229 0 0 0 40186 28 0 0 20 0 2 0 276834528 362283008 79102 33554432000 4194304 5963574 140735308191440 140735308190960 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25289/statm: 88448 79102 190 432 0 88013 0
[pid=25289/tid=25291] ppid=25287 vsize=353792 CPUtime=401.13 cores=0,2,4,6
/proc/25289/task/25291/stat : 25291 (wbo1.7) R 25287 25289 23570 0 -1 4202560 76867 0 0 0 40079 34 0 0 20 0 2 0 276834531 362283008 79102 33554432000 4194304 5963574 140735308191440 140063780448248 5135572 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 353792

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25295
/proc/meminfo: memFree=28090260/32873852 swapFree=6848/6848
[pid=25289] ppid=25287 vsize=354296 CPUtime=462.11 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 25301
/proc/meminfo: memFree=27458240/32873852 swapFree=6848/6848
[pid=25289] ppid=25287 vsize=820496 CPUtime=1421.8 cores=0,2,4,6
/proc/25289/stat : 25289 (wbo1.7) S 25287 25289 23570 0 -1 4202496 193881 0 0 0 142106 74 0 0 20 0 2 0 276834528 840187904 195003 33554432000 4194304 5963574 140735308191440 140735308190960 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25289/statm: 205124 195003 190 432 0 204689 0
[pid=25289/tid=25291] ppid=25287 vsize=820496 CPUtime=1418.33 cores=0,2,4,6
/proc/25289/task/25291/stat : 25291 (wbo1.7) R 25287 25289 23570 0 -1 4202560 192519 0 0 0 141738 95 0 0 20 0 2 0 276834531 840187904 195003 33554432000 4194304 5963574 140735308191440 140063780448424 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.8
Current children cumulated vsize (KiB) 820496

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 25302
/proc/meminfo: memFree=27458364/32873852 swapFree=6848/6848
[pid=25289] ppid=25287 vsize=820496 CPUtime=1481.78 cores=0,2,4,6
/proc/25289/stat : 25289 (wbo1.7) S 25287 25289 23570 0 -1 4202496 193881 0 0 0 148104 74 0 0 20 0 2 0 276834528 840187904 195003 33554432000 4194304 5963574 140735308191440 140735308190960 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25289/statm: 205124 195003 190 432 0 204689 0
[pid=25289/tid=25291] ppid=25287 vsize=820496 CPUtime=1478.17 cores=0,2,4,6
/proc/25289/task/25291/stat : 25291 (wbo1.7) R 25287 25289 23570 0 -1 4202560 192519 0 0 0 147721 96 0 0 20 0 2 0 276834531 840187904 195003 33554432000 4194304 5963574 140735308191440 140063780448424 4399603 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.78
Current children cumulated vsize (KiB) 820496

[startup+1542.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/178 25305
/proc/meminfo: memFree=27458356/32873852 swapFree=6848/6848
[pid=25289] ppid=25287 vsize=820496 CPUtime=1541.77 cores=0,2,4,6
/proc/25289/stat : 25289 (wbo1.7) S 25287 25289 23570 0 -1 4202496 193881 0 0 0 154103 74 0 0 20 0 2 0 276834528 840187904 195003 33554432000 4194304 5963574 140735308191440 140735308190960 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25289/statm: 205124 195003 190 432 0 204689 0
[pid=25289/tid=25291] ppid=25287 vsize=820496 CPUtime=1538.01 cores=0,2,4,6
/proc/25289/task/25291/stat : 25291 (wbo1.7) R 25287 25289 23570 0 -1 4202560 192519 0 0 0 153704 97 0 0 20 0 2 0 276834531 840187904 195003 33554432000 4194304 5963574 140735308191440 140063780448424 4399623 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.77
Current children cumulated vsize (KiB) 820496

[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 25305
/proc/meminfo: memFree=27458240/32873852 swapFree=6848/6848
[pid=25289] ppid=25287 vsize=820496 CPUtime=1601.76 cores=0,2,4,6
/proc/25289/stat : 25289 (wbo1.7) S 25287 25289 23570 0 -1 4202496 193881 0 0 0 160102 74 0 0 20 0 2 0 276834528 840187904 195003 33554432000 4194304 5963574 140735308191440 140735308190960 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25289/statm: 205124 195003 190 432 0 204689 0
[pid=25289/tid=25291] ppid=25287 vsize=820496 CPUtime=1597.86 cores=0,2,4,6
/proc/25289/task/25291/stat : 25291 (wbo1.7) R 25287 25289 23570 0 -1 4202560 192519 0 0 0 159688 98 0 0 20 0 2 0 276834531 840187904 195003 33554432000 4194304 5963574 140735308191440 140063780448424 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.76
Current children cumulated vsize (KiB) 820496

[startup+1662.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/177 25305
/proc/meminfo: memFree=27458364/32873852 swapFree=6848/6848
[pid=25289] ppid=25287 vsize=820496 CPUtime=1661.75 cores=0,2,4,6
/proc/25289/stat : 25289 (wbo1.7) S 25287 25289 23570 0 -1 4202496 193881 0 0 0 166101 74 0 0 20 0 2 0 276834528 840187904 195003 33554432000 4194304 5963574 140735308191440 140735308190960 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25289/statm: 205124 195003 190 432 0 204689 0
[pid=25289/tid=25291] ppid=25287 vsize=820496 CPUtime=1657.71 cores=0,2,4,6
/proc/25289/task/25291/stat : 25291 (wbo1.7) R 25287 25289 23570 0 -1 4202560 192519 0 0 0 165672 99 0 0 20 0 2 0 276834531 840187904 195003 33554432000 4194304 5963574 140735308191440 140063780448424 4399639 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.75
Current children cumulated vsize (KiB) 820496

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 25344
/proc/meminfo: memFree=27761044/32873852 swapFree=6848/6848
[pid=25289] ppid=25287 vsize=820496 CPUtime=1721.75 cores=0,2,4,6
/proc/25289/stat : 25289 (wbo1.7) S 25287 25289 23570 0 -1 4202496 193881 0 0 0 172100 75 0 0 20 0 2 0 276834528 840187904 195003 33554432000 4194304 5963574 140735308191440 140735308190960 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25289/statm: 205124 195003 190 432 0 204689 0
[pid=25289/tid=25291] ppid=25287 vsize=820496 CPUtime=1717.55 cores=0,2,4,6
/proc/25289/task/25291/stat : 25291 (wbo1.7) R 25287 25289 23570 0 -1 4202560 192519 0 0 0 171655 100 0 0 20 0 2 0 276834531 840187904 195003 33554432000 4194304 5963574 140735308191440 140063780448424 4403234 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.75
Current children cumulated vsize (KiB) 820496

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 25345
/proc/meminfo: memFree=27752116/32873852 swapFree=6848/6848
[pid=25289] ppid=25287 vsize=820496 CPUtime=1781.74 cores=0,2,4,6
/proc/25289/stat : 25289 (wbo1.7) S 25287 25289 23570 0 -1 4202496 193881 0 0 0 178099 75 0 0 20 0 2 0 276834528 840187904 195003 33554432000 4194304 5963574 140735308191440 140735308190960 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25289/statm: 205124 195003 190 432 0 204689 0
[pid=25289/tid=25291] ppid=25287 vsize=820496 CPUtime=1777.4 cores=0,2,4,6
/proc/25289/task/25291/stat : 25291 (wbo1.7) R 25287 25289 23570 0 -1 4202560 192519 0 0 0 177639 101 0 0 20 0 2 0 276834531 840187904 195003 33554432000 4194304 5963574 140735308191440 140063780448424 4399627 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.74
Current children cumulated vsize (KiB) 820496

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 25345
/proc/meminfo: memFree=27752116/32873852 swapFree=6848/6848
[pid=25289] ppid=25287 vsize=820496 CPUtime=1791.35 cores=0,2,4,6
/proc/25289/stat : 25289 (wbo1.7) S 25287 25289 23570 0 -1 4202496 193881 0 0 0 179060 75 0 0 20 0 2 0 276834528 840187904 195003 33554432000 4194304 5963574 140735308191440 140735308190960 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25289/statm: 205124 195003 190 432 0 204689 0
[pid=25289/tid=25291] ppid=25287 vsize=820496 CPUtime=1786.98 cores=0,2,4,6
/proc/25289/task/25291/stat : 25291 (wbo1.7) R 25287 25289 23570 0 -1 4202560 192519 0 0 0 178597 101 0 0 20 0 2 0 276834531 840187904 195003 33554432000 4194304 5963574 140735308191440 140063780448424 4399623 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.35
Current children cumulated vsize (KiB) 820496

[startup+1795.1 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 25345
/proc/meminfo: memFree=27752116/32873852 swapFree=6848/6848
[pid=25289] ppid=25287 vsize=820496 CPUtime=1794.55 cores=0,2,4,6
/proc/25289/stat : 25289 (wbo1.7) S 25287 25289 23570 0 -1 4202496 193881 0 0 0 179380 75 0 0 20 0 2 0 276834528 840187904 195003 33554432000 4194304 5963574 140735308191440 140735308190960 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25289/statm: 205124 195003 190 432 0 204689 0
[pid=25289/tid=25291] ppid=25287 vsize=820496 CPUtime=1790.17 cores=0,2,4,6
/proc/25289/task/25291/stat : 25291 (wbo1.7) R 25287 25289 23570 0 -1 4202560 192519 0 0 0 178916 101 0 0 20 0 2 0 276834531 840187904 195003 33554432000 4194304 5963574 140735308191440 140063780448424 4399623 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.55
Current children cumulated vsize (KiB) 820496

[startup+1798.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 25345
/proc/meminfo: memFree=27744732/32873852 swapFree=6848/6848
[pid=25289] ppid=25287 vsize=820496 CPUtime=1797.74 cores=0,2,4,6
/proc/25289/stat : 25289 (wbo1.7) S 25287 25289 23570 0 -1 4202496 193881 0 0 0 179699 75 0 0 20 0 2 0 276834528 840187904 195003 33554432000 4194304 5963574 140735308191440 140735308190960 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25289/statm: 205124 195003 190 432 0 204689 0
[pid=25289/tid=25291] ppid=25287 vsize=820496 CPUtime=1793.36 cores=0,2,4,6
/proc/25289/task/25291/stat : 25291 (wbo1.7) R 25287 25289 23570 0 -1 4202560 192519 0 0 0 179235 101 0 0 20 0 2 0 276834531 840187904 195003 33554432000 4194304 5963574 140735308191440 140063780448424 4399390 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.74
Current children cumulated vsize (KiB) 820496

[startup+1799.1 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 25345
/proc/meminfo: memFree=27744732/32873852 swapFree=6848/6848
[pid=25289] ppid=25287 vsize=820496 CPUtime=1798.54 cores=0,2,4,6
/proc/25289/stat : 25289 (wbo1.7) S 25287 25289 23570 0 -1 4202496 193881 0 0 0 179779 75 0 0 20 0 2 0 276834528 840187904 195003 33554432000 4194304 5963574 140735308191440 140735308190960 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25289/statm: 205124 195003 190 432 0 204689 0
[pid=25289/tid=25291] ppid=25287 vsize=820496 CPUtime=1794.15 cores=0,2,4,6
/proc/25289/task/25291/stat : 25291 (wbo1.7) R 25287 25289 23570 0 -1 4202560 192519 0 0 0 179314 101 0 0 20 0 2 0 276834531 840187904 195003 33554432000 4194304 5963574 140735308191440 140063780448424 4399560 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.54
Current children cumulated vsize (KiB) 820496

[startup+1799.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 25345
/proc/meminfo: memFree=27744732/32873852 swapFree=6848/6848
[pid=25289] ppid=25287 vsize=820496 CPUtime=1798.95 cores=0,2,4,6
/proc/25289/stat : 25289 (wbo1.7) S 25287 25289 23570 0 -1 4202496 193881 0 0 0 179820 75 0 0 20 0 2 0 276834528 840187904 195003 33554432000 4194304 5963574 140735308191440 140735308190960 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25289/statm: 205124 195003 190 432 0 204689 0
[pid=25289/tid=25291] ppid=25287 vsize=820496 CPUtime=1794.56 cores=0,2,4,6
/proc/25289/task/25291/stat : 25291 (wbo1.7) R 25287 25289 23570 0 -1 4202560 192519 0 0 0 179355 101 0 0 20 0 2 0 276834531 840187904 195003 33554432000 4194304 5963574 140735308191440 140063780448424 4403093 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.95
Current children cumulated vsize (KiB) 820496

[startup+1799.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 25345
/proc/meminfo: memFree=27744732/32873852 swapFree=6848/6848
[pid=25289] ppid=25287 vsize=820496 CPUtime=1799.34 cores=0,2,4,6
/proc/25289/stat : 25289 (wbo1.7) S 25287 25289 23570 0 -1 4202496 193881 0 0 0 179859 75 0 0 20 0 2 0 276834528 840187904 195003 33554432000 4194304 5963574 140735308191440 140735308190960 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25289/statm: 205124 195003 190 432 0 204689 0
[pid=25289/tid=25291] ppid=25287 vsize=820496 CPUtime=1794.95 cores=0,2,4,6
/proc/25289/task/25291/stat : 25291 (wbo1.7) R 25287 25289 23570 0 -1 4202560 192519 0 0 0 179394 101 0 0 20 0 2 0 276834531 840187904 195003 33554432000 4194304 5963574 140735308191440 140063780448424 4399603 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.34
Current children cumulated vsize (KiB) 820496

[startup+1800 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 25345
/proc/meminfo: memFree=27744732/32873852 swapFree=6848/6848
[pid=25289] ppid=25287 vsize=820496 CPUtime=1799.44 cores=0,2,4,6
/proc/25289/stat : 25289 (wbo1.7) S 25287 25289 23570 0 -1 4202496 193881 0 0 0 179869 75 0 0 20 0 2 0 276834528 840187904 195003 33554432000 4194304 5963574 140735308191440 140735308190960 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25289/statm: 205124 195003 190 432 0 204689 0
[pid=25289/tid=25291] ppid=25287 vsize=820496 CPUtime=1795.05 cores=0,2,4,6
/proc/25289/task/25291/stat : 25291 (wbo1.7) R 25287 25289 23570 0 -1 4202560 192519 0 0 0 179404 101 0 0 20 0 2 0 276834531 840187904 195003 33554432000 4194304 5963574 140735308191440 140063780448424 4399627 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.44
Current children cumulated vsize (KiB) 820496

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25289 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=75259
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=24844
# CPU time returned by wait4() is 1795.1
# while last known CPU time is 1799.44
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800
CPU time (s): 1799.44
CPU user time (s): 1798.69
CPU system time (s): 0.75
CPU usage (%): 99.9686
Max. virtual memory (cumulated for all children) (KiB): 820496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.08
system time used= 1.02484
maximum resident set size= 780016
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 193882
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= 302
involuntary context switches= 1891

runsolver used 3.2965 second user time and 8.71068 second system time

The end

Launcher Data

Begin job on node129 at 2012-05-27 10:24:51
IDJOB=3705415
IDBENCH=71842
IDSOLVER=2283
FILE ID=node129/3705415-1338107091
RUNJOBID= node129-1338087110-23586
PBS_JOBID= 14624434
Free space on /tmp= 71200 MiB

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

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

MD5SUM BENCH= 26c9befa85d0a0769813e718015f6caa
RANDOM SEED=1001706015

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

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

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

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


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        28607108 kB
Buffers:          319704 kB
Cached:          3011908 kB
SwapCached:            0 kB
Active:          1274868 kB
Inactive:        2170228 kB
Active(anon):     115816 kB
Inactive(anon):        0 kB
Active(file):    1159052 kB
Inactive(file):  2170228 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              5716 kB
Writeback:             0 kB
AnonPages:        119876 kB
Mapped:            15228 kB
Shmem:               204 kB
Slab:             681588 kB
SReclaimable:     123988 kB
SUnreclaim:       557600 kB
KernelStack:        1440 kB
PageTables:         4196 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     144956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 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= 71188 MiB
End job on node129 at 2012-05-27 10:54:51