Trace number 3705413

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.49 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.7 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3705413-1338107423.opb.
0.00/0.00	c Instance file HOME/instance-3705413-1338107423.opb
0.00/0.00	c File size is 208560 bytes.
0.00/0.02	c Cost Offset: 0
0.00/0.02	c Highest Coefficient sum: 636
0.00/0.02	c ============================[ Problem Statistics ]=============================
0.00/0.02	c |                                                                             |
0.00/0.02	c |  Parsing time:          0.02         s                                      |
0.00/0.02	c |  Number Variables:      2130                                                |
0.00/0.02	c |  Number Clauses:        2174                                                |
0.00/0.02	c |  Number Cardinality:    50                                                  |
0.00/0.02	c |  Number PB Constraints: 320                                                 |
0.00/0.02	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.49/1800.00	c ===============================================================================
1799.49/1800.00	c Wall Clock Time: 1800.00 s
1799.49/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-3705413-1338107423/watcher-3705413-1338107423 -o /tmp/evaluation-result-3705413-1338107423/solver-3705413-1338107423 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3705413-1338107423.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.00 2.00 2.00 3/178 4264
/proc/meminfo: memFree=29530496/32873844 swapFree=7628/7628
[pid=4264] ppid=4262 vsize=3748 CPUtime=0 cores=0,2,4,6
/proc/4264/stat : 4264 (wbo1.7) R 4262 4264 2698 0 -1 4202496 421 0 0 0 0 0 0 0 20 0 1 0 276866680 3837952 373 33554432000 4194304 5963574 140735505918848 140736464285752 4353043 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/4264/statm: 937 373 172 432 0 451 0

[startup+0.0721809 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 4264
/proc/meminfo: memFree=29530496/32873844 swapFree=7628/7628
[pid=4264] ppid=4262 vsize=85320 CPUtime=0.06 cores=0,2,4,6
/proc/4264/stat : 4264 (wbo1.7) S 4262 4264 2698 0 -1 4202496 1705 0 0 0 6 0 0 0 20 0 2 0 276866680 87367680 1606 33554432000 4194304 5963574 140735505918848 140735505918368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4264/statm: 21330 1606 190 432 0 20895 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85320

[startup+0.100292 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 4264
/proc/meminfo: memFree=29530496/32873844 swapFree=7628/7628
[pid=4264] ppid=4262 vsize=85320 CPUtime=0.09 cores=0,2,4,6
/proc/4264/stat : 4264 (wbo1.7) S 4262 4264 2698 0 -1 4202496 1750 0 0 0 9 0 0 0 20 0 2 0 276866680 87367680 1651 33554432000 4194304 5963574 140735505918848 140735505918368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4264/statm: 21330 1651 190 432 0 20895 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 85320

[startup+0.30024 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 4264
/proc/meminfo: memFree=29530496/32873844 swapFree=7628/7628
[pid=4264] ppid=4262 vsize=85320 CPUtime=0.29 cores=0,2,4,6
/proc/4264/stat : 4264 (wbo1.7) S 4262 4264 2698 0 -1 4202496 2043 0 0 0 29 0 0 0 20 0 2 0 276866680 87367680 1944 33554432000 4194304 5963574 140735505918848 140735505918368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4264/statm: 21330 1944 190 432 0 20895 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 85320

[startup+0.700237 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 4264
/proc/meminfo: memFree=29530496/32873844 swapFree=7628/7628
[pid=4264] ppid=4262 vsize=85320 CPUtime=0.69 cores=0,2,4,6
/proc/4264/stat : 4264 (wbo1.7) S 4262 4264 2698 0 -1 4202496 2531 0 0 0 69 0 0 0 20 0 2 0 276866680 87367680 2432 33554432000 4194304 5963574 140735505918848 140735505918368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4264/statm: 21330 2433 190 432 0 20895 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 85320

[startup+1.50027 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 4266
/proc/meminfo: memFree=29519568/32873844 swapFree=7628/7628
[pid=4264] ppid=4262 vsize=85464 CPUtime=1.49 cores=0,2,4,6
/proc/4264/stat : 4264 (wbo1.7) S 4262 4264 2698 0 -1 4202496 3215 0 0 0 149 0 0 0 20 0 2 0 276866680 87515136 3116 33554432000 4194304 5963574 140735505918848 140735505918368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4264/statm: 21366 3116 190 432 0 20931 0
[pid=4264/tid=4266] ppid=4262 vsize=85464 CPUtime=1.46 cores=0,2,4,6
/proc/4264/task/4266/stat : 4266 (wbo1.7) R 4262 4264 2698 0 -1 4202560 2054 0 0 0 146 0 0 0 20 0 2 0 276866683 87515136 3116 33554432000 4194304 5963574 140735505918848 139881866631160 4222416 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) 85464

[startup+3.10027 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 4266
/proc/meminfo: memFree=29516632/32873844 swapFree=7628/7628
[pid=4264] ppid=4262 vsize=85464 CPUtime=3.09 cores=0,2,4,6
/proc/4264/stat : 4264 (wbo1.7) S 4262 4264 2698 0 -1 4202496 4117 0 0 0 308 1 0 0 20 0 2 0 276866680 87515136 4018 33554432000 4194304 5963574 140735505918848 140735505918368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4264/statm: 21366 4018 190 432 0 20931 0
[pid=4264/tid=4266] ppid=4262 vsize=85464 CPUtime=3.05 cores=0,2,4,6
/proc/4264/task/4266/stat : 4266 (wbo1.7) R 4262 4264 2698 0 -1 4202560 2956 0 0 0 305 0 0 0 20 0 2 0 276866683 87515136 4018 33554432000 4194304 5963574 140735505918848 139881866631160 4403244 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) 85464

[startup+6.30027 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 4266
/proc/meminfo: memFree=29505472/32873844 swapFree=7628/7628
[pid=4264] ppid=4262 vsize=85536 CPUtime=6.29 cores=0,2,4,6
/proc/4264/stat : 4264 (wbo1.7) S 4262 4264 2698 0 -1 4202496 6235 0 0 0 628 1 0 0 20 0 2 0 276866680 87588864 6136 33554432000 4194304 5963574 140735505918848 140735505918368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4264/statm: 21384 6136 190 432 0 20949 0
[pid=4264/tid=4266] ppid=4262 vsize=85536 CPUtime=6.25 cores=0,2,4,6
/proc/4264/task/4266/stat : 4266 (wbo1.7) R 4262 4264 2698 0 -1 4202560 5074 0 0 0 624 1 0 0 20 0 2 0 276866683 87588864 6136 33554432000 4194304 5963574 140735505918848 139881866630968 4222256 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) 85536

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 4266
/proc/meminfo: memFree=29492104/32873844 swapFree=7628/7628
[pid=4264] ppid=4262 vsize=85644 CPUtime=12.69 cores=0,2,4,6
/proc/4264/stat : 4264 (wbo1.7) S 4262 4264 2698 0 -1 4202496 9443 0 0 0 1267 2 0 0 20 0 2 0 276866680 87699456 9344 33554432000 4194304 5963574 140735505918848 140735505918368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4264/statm: 21411 9344 190 432 0 20976 0
[pid=4264/tid=4266] ppid=4262 vsize=85644 CPUtime=12.63 cores=0,2,4,6
/proc/4264/task/4266/stat : 4266 (wbo1.7) R 4262 4264 2698 0 -1 4202560 8282 0 0 0 1261 2 0 0 20 0 2 0 276866683 87699456 9344 33554432000 4194304 5963574 140735505918848 139881866630968 4403255 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) 85644

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 4266
/proc/meminfo: memFree=29469964/32873844 swapFree=7628/7628
[pid=4264] ppid=4262 vsize=85804 CPUtime=25.48 cores=0,2,4,6
/proc/4264/stat : 4264 (wbo1.7) S 4262 4264 2698 0 -1 4202496 14833 0 0 0 2544 4 0 0 20 0 2 0 276866680 87863296 14734 33554432000 4194304 5963574 140735505918848 140735505918368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4264/statm: 21451 14734 190 432 0 21016 0
[pid=4264/tid=4266] ppid=4262 vsize=85804 CPUtime=25.4 cores=0,2,4,6
/proc/4264/task/4266/stat : 4266 (wbo1.7) R 4262 4264 2698 0 -1 4202560 13672 0 0 0 2536 4 0 0 20 0 2 0 276866683 87863296 14734 33554432000 4194304 5963574 140735505918848 139881866630968 4399633 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 85804

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4266
/proc/meminfo: memFree=29453252/32873844 swapFree=7628/7628
[pid=4264] ppid=4262 vsize=151580 CPUtime=51.08 cores=0,2,4,6
/proc/4264/stat : 4264 (wbo1.7) S 4262 4264 2698 0 -1 4202496 18435 0 0 0 5102 6 0 0 20 0 2 0 276866680 155217920 18336 33554432000 4194304 5963574 140735505918848 140735505918368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4264/statm: 37895 18336 190 432 0 37460 0
[pid=4264/tid=4266] ppid=4262 vsize=151580 CPUtime=50.93 cores=0,2,4,6
/proc/4264/task/4266/stat : 4266 (wbo1.7) R 4262 4264 2698 0 -1 4202560 17274 0 0 0 5088 5 0 0 20 0 2 0 276866683 155217920 18336 33554432000 4194304 5963574 140735505918848 139881866631160 4399623 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) 151580

[startup+102.306 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 4305
/proc/meminfo: memFree=29896156/32873844 swapFree=7628/7628
[pid=4264] ppid=4262 vsize=151724 CPUtime=102.27 cores=0,2,4,6
/proc/4264/stat : 4264 (wbo1.7) S 4262 4264 2698 0 -1 4202496 30625 0 0 0 10217 10 0 0 20 0 2 0 276866680 155365376 30747 33554432000 4194304 5963574 140735505918848 140735505918368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4264/statm: 37931 30747 190 432 0 37496 0
[pid=4264/tid=4266] ppid=4262 vsize=151724 CPUtime=102 cores=0,2,4,6
/proc/4264/task/4266/stat : 4266 (wbo1.7) R 4262 4264 2698 0 -1 4202560 29464 0 0 0 10189 11 0 0 20 0 2 0 276866683 155365376 30747 33554432000 4194304 5963574 140735505918848 139881866631160 4399462 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) 151724

[startup+162.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 4305
/proc/meminfo: memFree=29750856/32873844 swapFree=7628/7628
[pid=4264] ppid=4262 vsize=217836 CPUtime=162.22 cores=0,2,4,6
/proc/4264/stat : 4264 (wbo1.7) S 4262 4264 2698 0 -1 4202496 42205 0 0 0 16208 14 0 0 20 0 2 0 276866680 223064064 42343 33554432000 4194304 5963574 140735505918848 140735505918368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4264/statm: 54459 42343 190 432 0 54024 0
[pid=4264/tid=4266] ppid=4262 vsize=217836 CPUtime=161.8 cores=0,2,4,6
/proc/4264/task/4266/stat : 4266 (wbo1.7) R 4262 4264 2698 0 -1 4202560 41044 0 0 0 16164 16 0 0 20 0 2 0 276866683 223064064 42343 33554432000 4194304 5963574 140735505918848 139881866631160 4399542 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) 217836

[startup+222.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 4305
/proc/meminfo: memFree=29621268/32873844 swapFree=7628/7628
[pid=4264] ppid=4262 vsize=284380 CPUtime=222.2 cores=0,2,4,6
/proc/4264/stat : 4264 (wbo1.7) S 4262 4264 2698 0 -1 4202496 65336 0 0 0 22196 24 0 0 20 0 2 0 276866680 291205120 66416 33554432000 4194304 5963574 140735505918848 140735505918368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4264/statm: 71095 66416 190 432 0 70660 0
[pid=4264/tid=4266] ppid=4262 vsize=284380 CPUtime=221.64 cores=0,2,4,6
/proc/4264/task/4266/stat : 4266 (wbo1.7) R 4262 4264 2698 0 -1 4202560 64175 0 0 0 22137 27 0 0 20 0 2 0 276866683 291205120 66416 33554432000 4194304 5963574 140735505918848 139881866630968 4222314 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 284380

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4305
/proc/meminfo: memFree=29622908/32873844 swapFree=7628/7628
[pid=4264] ppid=4262 vsize=284920 CPUtime=282.19 cores=0,2,4,6
/proc/4264/stat : 4264 (wbo1.7) S 4262 4264 2698 0 -1 4202496 65373 0 0 0 28195 24 0 0 20 0 2 0 276866680 291758080 65887 33554432000 4194304 5963574 140735505918848 140735505918368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4264/statm: 71230 65887 190 432 0 70795 0
[pid=4264/tid=4266] ppid=4262 vsize=284920 CPUtime=281.48 cores=0,2,4,6
/proc/4264/task/4266/stat : 4266 (wbo1.7) R 4262 4264 2698 0 -1 4202560 64212 0 0 0 28120 28 0 0 20 0 2 0 276866683 291758080 65887 33554432000 4194304 5963574 140735505918848 139881866631336 4381574 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) 284920

[startup+342.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 4306
/proc/meminfo: memFree=29499832/32873844 swapFree=7628/7628
[pid=4264] ppid=4262 vsize=350816 CPUtime=342.18 cores=0,2,4,6
/proc/4264/stat : 4264 (wbo1.7) S 4262 4264 2698 0 -1 4202496 75234 0 0 0 34189 29 0 0 20 0 2 0 276866680 359235584 75756 33554432000 4194304 5963574 140735505918848 140735505918368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4264/statm: 87704 75756 190 432 0 87269 0
[pid=4264/tid=4266] ppid=4262 vsize=350816 CPUtime=341.32 cores=0,2,4,6
/proc/4264/task/4266/stat : 4266 (wbo1.7) R 4262 4264 2698 0 -1 4202560 74073 0 0 0 34099 33 0 0 20 0 2 0 276866683 359235584 75756 33554432000 4194304 5963574 140735505918848 139881866631160 4399619 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 350816

[startup+402.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 4306
/proc/meminfo: memFree=29467588/32873844 swapFree=7628/7628
[pid=4264] ppid=4262 vsize=350816 CPUtime=402.14 cores=0,2,4,6
/proc/4264/stat : 4264 (wbo1.7) S 4262 4264 2698 0 -1 4202496 75267 0 0 0 40185 29 0 0 20 0 2 0 276866680 359235584 75807 33554432000 4194304 5963574 140735505918848 140735505918368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4264/statm: 87704 75807 190 432 0 87269 0
[pid=4264/tid=4266] ppid=4262 vsize=350816 CPUtime=401.14 cores=0,2,4,6
/proc/4264/task/4266/stat : 4266 (wbo1.7) R 4262 4264 2698 0 -1 4202560 74106 0 0 0 40080 34 0 0 20 0 2 0 276866683 359235584 75807 33554432000 4194304 5963574 140735505918848 139881866631160 4221120 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) 350816

[startup+462.3 s]
/proc/loadavg: 2.14 2.06 2.01 3/179 4306
/proc/meminfo: memFree=29451664/32873844 swapFree=7628/7628
[pid=4264] ppid=4262 vsize=351464 CPUtime=462.12 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4315
/proc/meminfo: memFree=28561376/32873844 swapFree=7628/7628
[pid=4264] ppid=4262 vsize=754876 CPUtime=1421.94 cores=0,2,4,6
/proc/4264/stat : 4264 (wbo1.7) S 4262 4264 2698 0 -1 4202496 183117 0 0 0 142104 90 0 0 20 0 2 0 276866680 772993024 183672 33554432000 4194304 5963574 140735505918848 140735505918368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4264/statm: 188719 183672 190 432 0 188284 0
[pid=4264/tid=4266] ppid=4262 vsize=754876 CPUtime=1418.48 cores=0,2,4,6
/proc/4264/task/4266/stat : 4266 (wbo1.7) R 4262 4264 2698 0 -1 4202560 181956 0 0 0 141738 110 0 0 20 0 2 0 276866683 772993024 183672 33554432000 4194304 5963574 140735505918848 139881866631160 4381529 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.94
Current children cumulated vsize (KiB) 754876

[startup+1482.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 4315
/proc/meminfo: memFree=28503764/32873844 swapFree=7628/7628
[pid=4264] ppid=4262 vsize=754948 CPUtime=1481.91 cores=0,2,4,6
/proc/4264/stat : 4264 (wbo1.7) S 4262 4264 2698 0 -1 4202496 183256 0 0 0 148101 90 0 0 20 0 2 0 276866680 773066752 183858 33554432000 4194304 5963574 140735505918848 140735505918368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4264/statm: 188737 183858 190 432 0 188302 0
[pid=4264/tid=4266] ppid=4262 vsize=754948 CPUtime=1478.3 cores=0,2,4,6
/proc/4264/task/4266/stat : 4266 (wbo1.7) R 4262 4264 2698 0 -1 4202560 182095 0 0 0 147719 111 0 0 20 0 2 0 276866683 773066752 183858 33554432000 4194304 5963574 140735505918848 139881866631208 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 754948

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 4316
/proc/meminfo: memFree=28440244/32873844 swapFree=7628/7628
[pid=4264] ppid=4262 vsize=755128 CPUtime=1541.87 cores=0,2,4,6
/proc/4264/stat : 4264 (wbo1.7) S 4262 4264 2698 0 -1 4202496 183335 0 0 0 154097 90 0 0 20 0 2 0 276866680 773251072 183908 33554432000 4194304 5963574 140735505918848 140735505918368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4264/statm: 188782 183908 190 432 0 188347 0
[pid=4264/tid=4266] ppid=4262 vsize=755128 CPUtime=1538.11 cores=0,2,4,6
/proc/4264/task/4266/stat : 4266 (wbo1.7) R 4262 4264 2698 0 -1 4202560 182174 0 0 0 153698 113 0 0 20 0 2 0 276866683 773251072 183908 33554432000 4194304 5963574 140735505918848 139881866631208 4399511 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.87
Current children cumulated vsize (KiB) 755128

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4316
/proc/meminfo: memFree=28366448/32873844 swapFree=7628/7628
[pid=4264] ppid=4262 vsize=820664 CPUtime=1601.83 cores=0,2,4,6
/proc/4264/stat : 4264 (wbo1.7) S 4262 4264 2698 0 -1 4202496 187647 0 0 0 160091 92 0 0 20 0 2 0 276866680 840359936 188190 33554432000 4194304 5963574 140735505918848 140735505918368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4264/statm: 205166 188190 190 432 0 204731 0
[pid=4264/tid=4266] ppid=4262 vsize=820664 CPUtime=1597.93 cores=0,2,4,6
/proc/4264/task/4266/stat : 4266 (wbo1.7) R 4262 4264 2698 0 -1 4202560 186486 0 0 0 159677 116 0 0 20 0 2 0 276866683 840359936 188190 33554432000 4194304 5963574 140735505918848 139881866631160 4403064 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.83
Current children cumulated vsize (KiB) 820664

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4316
/proc/meminfo: memFree=28366244/32873844 swapFree=7628/7628
[pid=4264] ppid=4262 vsize=820880 CPUtime=1661.81 cores=0,2,4,6
/proc/4264/stat : 4264 (wbo1.7) S 4262 4264 2698 0 -1 4202496 187693 0 0 0 166089 92 0 0 20 0 2 0 276866680 840581120 188240 33554432000 4194304 5963574 140735505918848 140735505918368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4264/statm: 205220 188240 190 432 0 204785 0
[pid=4264/tid=4266] ppid=4262 vsize=820880 CPUtime=1657.77 cores=0,2,4,6
/proc/4264/task/4266/stat : 4266 (wbo1.7) R 4262 4264 2698 0 -1 4202560 186532 0 0 0 165660 117 0 0 20 0 2 0 276866683 840581120 188240 33554432000 4194304 5963574 140735505918848 139881866631208 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.81
Current children cumulated vsize (KiB) 820880

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4316
/proc/meminfo: memFree=28366104/32873844 swapFree=7628/7628
[pid=4264] ppid=4262 vsize=820988 CPUtime=1721.8 cores=0,2,4,6
/proc/4264/stat : 4264 (wbo1.7) S 4262 4264 2698 0 -1 4202496 187766 0 0 0 172088 92 0 0 20 0 2 0 276866680 840691712 188309 33554432000 4194304 5963574 140735505918848 140735505918368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4264/statm: 205247 188309 190 432 0 204812 0
[pid=4264/tid=4266] ppid=4262 vsize=820988 CPUtime=1717.61 cores=0,2,4,6
/proc/4264/task/4266/stat : 4266 (wbo1.7) R 4262 4264 2698 0 -1 4202560 186605 0 0 0 171643 118 0 0 20 0 2 0 276866683 840691712 188309 33554432000 4194304 5963574 140735505918848 139881866631208 4399462 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.8
Current children cumulated vsize (KiB) 820988

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 4319
/proc/meminfo: memFree=28353912/32873844 swapFree=7628/7628
[pid=4264] ppid=4262 vsize=821308 CPUtime=1781.79 cores=0,2,4,6
/proc/4264/stat : 4264 (wbo1.7) S 4262 4264 2698 0 -1 4202496 190699 0 0 0 178085 94 0 0 20 0 2 0 276866680 841019392 191242 33554432000 4194304 5963574 140735505918848 140735505918368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4264/statm: 205327 191242 190 432 0 204892 0
[pid=4264/tid=4266] ppid=4262 vsize=821308 CPUtime=1777.45 cores=0,2,4,6
/proc/4264/task/4266/stat : 4266 (wbo1.7) R 4262 4264 2698 0 -1 4202560 189538 0 0 0 177624 121 0 0 20 0 2 0 276866683 841019392 191242 33554432000 4194304 5963574 140735505918848 139881866631160 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.79
Current children cumulated vsize (KiB) 821308

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 4319
/proc/meminfo: memFree=28354068/32873844 swapFree=7628/7628
[pid=4264] ppid=4262 vsize=821416 CPUtime=1791.4 cores=0,2,4,6
/proc/4264/stat : 4264 (wbo1.7) S 4262 4264 2698 0 -1 4202496 190716 0 0 0 179046 94 0 0 20 0 2 0 276866680 841129984 191259 33554432000 4194304 5963574 140735505918848 140735505918368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4264/statm: 205354 191259 190 432 0 204919 0
[pid=4264/tid=4266] ppid=4262 vsize=821416 CPUtime=1787.03 cores=0,2,4,6
/proc/4264/task/4266/stat : 4266 (wbo1.7) R 4262 4264 2698 0 -1 4202560 189555 0 0 0 178582 121 0 0 20 0 2 0 276866683 841129984 191259 33554432000 4194304 5963574 140735505918848 139881866631208 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.4
Current children cumulated vsize (KiB) 821416

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 4319
/proc/meminfo: memFree=28353820/32873844 swapFree=7628/7628
[pid=4264] ppid=4262 vsize=821632 CPUtime=1794.59 cores=0,2,4,6
/proc/4264/stat : 4264 (wbo1.7) S 4262 4264 2698 0 -1 4202496 190755 0 0 0 179365 94 0 0 20 0 2 0 276866680 841351168 191298 33554432000 4194304 5963574 140735505918848 140735505918368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4264/statm: 205408 191298 190 432 0 204973 0
[pid=4264/tid=4266] ppid=4262 vsize=821632 CPUtime=1790.23 cores=0,2,4,6
/proc/4264/task/4266/stat : 4266 (wbo1.7) R 4262 4264 2698 0 -1 4202560 189594 0 0 0 178902 121 0 0 20 0 2 0 276866683 841351168 191298 33554432000 4194304 5963574 140735505918848 139881866630968 4399623 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.59
Current children cumulated vsize (KiB) 821632

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 4319
/proc/meminfo: memFree=28353696/32873844 swapFree=7628/7628
[pid=4264] ppid=4262 vsize=821848 CPUtime=1797.79 cores=0,2,4,6
/proc/4264/stat : 4264 (wbo1.7) S 4262 4264 2698 0 -1 4202496 190792 0 0 0 179685 94 0 0 20 0 2 0 276866680 841572352 191335 33554432000 4194304 5963574 140735505918848 140735505918368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4264/statm: 205462 191335 190 432 0 205027 0
[pid=4264/tid=4266] ppid=4262 vsize=821848 CPUtime=1793.41 cores=0,2,4,6
/proc/4264/task/4266/stat : 4266 (wbo1.7) R 4262 4264 2698 0 -1 4202560 189631 0 0 0 179220 121 0 0 20 0 2 0 276866683 841572352 191335 33554432000 4194304 5963574 140735505918848 139881866630968 4399488 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.79
Current children cumulated vsize (KiB) 821848

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 4319
/proc/meminfo: memFree=28353696/32873844 swapFree=7628/7628
[pid=4264] ppid=4262 vsize=821848 CPUtime=1798.59 cores=0,2,4,6
/proc/4264/stat : 4264 (wbo1.7) S 4262 4264 2698 0 -1 4202496 190792 0 0 0 179765 94 0 0 20 0 2 0 276866680 841572352 191335 33554432000 4194304 5963574 140735505918848 140735505918368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4264/statm: 205462 191335 190 432 0 205027 0
[pid=4264/tid=4266] ppid=4262 vsize=821848 CPUtime=1794.21 cores=0,2,4,6
/proc/4264/task/4266/stat : 4266 (wbo1.7) R 4262 4264 2698 0 -1 4202560 189631 0 0 0 179300 121 0 0 20 0 2 0 276866683 841572352 191335 33554432000 4194304 5963574 140735505918848 139881866630968 4399603 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.59
Current children cumulated vsize (KiB) 821848

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 4319
/proc/meminfo: memFree=28353696/32873844 swapFree=7628/7628
[pid=4264] ppid=4262 vsize=821848 CPUtime=1798.99 cores=0,2,4,6
/proc/4264/stat : 4264 (wbo1.7) S 4262 4264 2698 0 -1 4202496 190793 0 0 0 179805 94 0 0 20 0 2 0 276866680 841572352 191336 33554432000 4194304 5963574 140735505918848 140735505918368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4264/statm: 205462 191336 190 432 0 205027 0
[pid=4264/tid=4266] ppid=4262 vsize=821848 CPUtime=1794.61 cores=0,2,4,6
/proc/4264/task/4266/stat : 4266 (wbo1.7) R 4262 4264 2698 0 -1 4202560 189632 0 0 0 179340 121 0 0 20 0 2 0 276866683 841572352 191336 33554432000 4194304 5963574 140735505918848 139881866630968 4381567 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.99
Current children cumulated vsize (KiB) 821848

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 4319
/proc/meminfo: memFree=28353696/32873844 swapFree=7628/7628
[pid=4264] ppid=4262 vsize=821848 CPUtime=1799.39 cores=0,2,4,6
/proc/4264/stat : 4264 (wbo1.7) S 4262 4264 2698 0 -1 4202496 190794 0 0 0 179845 94 0 0 20 0 2 0 276866680 841572352 191337 33554432000 4194304 5963574 140735505918848 140735505918368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4264/statm: 205462 191337 190 432 0 205027 0
[pid=4264/tid=4266] ppid=4262 vsize=821848 CPUtime=1795.01 cores=0,2,4,6
/proc/4264/task/4266/stat : 4266 (wbo1.7) R 4262 4264 2698 0 -1 4202560 189633 0 0 0 179380 121 0 0 20 0 2 0 276866683 841572352 191337 33554432000 4194304 5963574 140735505918848 139881866630968 4381496 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.39
Current children cumulated vsize (KiB) 821848

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 4319
/proc/meminfo: memFree=28353696/32873844 swapFree=7628/7628
[pid=4264] ppid=4262 vsize=821848 CPUtime=1799.49 cores=0,2,4,6
/proc/4264/stat : 4264 (wbo1.7) S 4262 4264 2698 0 -1 4202496 190794 0 0 0 179855 94 0 0 20 0 2 0 276866680 841572352 191337 33554432000 4194304 5963574 140735505918848 140735505918368 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4264/statm: 205462 191337 190 432 0 205027 0
[pid=4264/tid=4266] ppid=4262 vsize=821848 CPUtime=1795.11 cores=0,2,4,6
/proc/4264/task/4266/stat : 4266 (wbo1.7) R 4262 4264 2698 0 -1 4202560 189633 0 0 0 179390 121 0 0 20 0 2 0 276866683 841572352 191337 33554432000 4194304 5963574 140735505918848 139881866630968 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.49
Current children cumulated vsize (KiB) 821848

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 4264 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=925281
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=228813
# CPU time returned by wait4() is 1795.15
# while last known CPU time is 1799.49
#
# 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.49
CPU user time (s): 1798.55
CPU system time (s): 0.94
CPU usage (%): 99.9712
Max. virtual memory (cumulated for all children) (KiB): 821848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.93
system time used= 1.22881
maximum resident set size= 765352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 190795
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= 320
involuntary context switches= 1878

runsolver used 3.40348 second user time and 9.28059 second system time

The end

Launcher Data

Begin job on node145 at 2012-05-27 10:30:23
IDJOB=3705413
IDBENCH=71848
IDSOLVER=2283
FILE ID=node145/3705413-1338107423
RUNJOBID= node145-1338087553-2714
PBS_JOBID= 14624445
Free space on /tmp= 71552 MiB

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

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

MD5SUM BENCH= e08af5097f76b1d4e2b0ba1d8a42ed5a
RANDOM SEED=603891499

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:        29531140 kB
Buffers:          292308 kB
Cached:          1679912 kB
SwapCached:            0 kB
Active:          1192332 kB
Inactive:        1337300 kB
Active(anon):     548680 kB
Inactive(anon):    10912 kB
Active(file):     643652 kB
Inactive(file):  1326388 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              5692 kB
Writeback:             0 kB
AnonPages:        531144 kB
Mapped:            15060 kB
Shmem:               200 kB
Slab:             673320 kB
SReclaimable:     115048 kB
SUnreclaim:       558272 kB
KernelStack:        1472 kB
PageTables:         5020 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     171244 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    348160 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= 71544 MiB
End job on node145 at 2012-05-27 11:00:23