Trace number 3727718

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
wbo 1.72? 1799.79 1800.01

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx75.opb
MD5SUM899c8865b8ac9a45eaa204f923cbd9e8
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 variables4977
Total number of constraints5494
Number of constraints which are clauses4970
Number of constraints which are cardinality constraints (but not clauses)76
Number of constraints which are nor clauses,nor cardinality constraints448
Minimum length of a constraint2
Maximum length of a constraint448
Number of terms in the objective function 7
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 7
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 947
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |   wbo:                     1.72 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3727718-1338665070.opb.
0.00/0.00	c Instance file HOME/instance-3727718-1338665070.opb
0.00/0.00	c File size is 469538 bytes.
0.03/0.03	c Cost Offset: 0
0.03/0.03	c Highest Coefficient sum: 947
0.03/0.03	c ============================[ Problem Statistics ]=============================
0.03/0.03	c |                                                                             |
0.03/0.03	c |  Parsing time:          0.04         s                                      |
0.03/0.03	c |  Number Variables:      4977                                                |
0.03/0.03	c |  Number Clauses:        5045                                                |
0.03/0.03	c |  Number Cardinality:    76                                                  |
0.03/0.03	c |  Number PB Constraints: 448                                                 |
0.03/0.03	c |                                                                             |
0.03/0.04	c |  Problem Type:          Optimization                                        |
0.03/0.04	c |  Objective Function:    Cardinality Constraint                              |
0.03/0.04	c |                                                                             |
0.03/0.04	c ============================[ Search Statistics ]==============================
0.03/0.04	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.03/0.04	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.03/0.04	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-3727718-1338665070/watcher-3727718-1338665070 -o /tmp/evaluation-result-3727718-1338665070/solver-3727718-1338665070 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727718-1338665070.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 19631
/proc/meminfo: memFree=30873236/32873648 swapFree=7628/7628
[pid=19631] ppid=19629 vsize=4236 CPUtime=0 cores=1,3,5,7
/proc/19631/stat : 19631 (wbo1.72) R 19629 19631 16985 0 -1 4202496 471 0 0 0 0 0 0 0 20 0 1 0 332632949 4337664 423 33554432000 4194304 5964350 140736975670400 140735318405048 4348846 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/19631/statm: 1059 424 172 433 0 508 0

[startup+0.036458 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19631
/proc/meminfo: memFree=30873236/32873648 swapFree=7628/7628
[pid=19631] ppid=19629 vsize=6976 CPUtime=0.03 cores=1,3,5,7
/proc/19631/stat : 19631 (wbo1.72) R 19629 19631 16985 0 -1 4202496 1231 0 0 0 3 0 0 0 20 0 1 0 332632949 7143424 1183 33554432000 4194304 5964350 140736975670400 140735318405048 5136410 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/19631/statm: 1744 1184 267 433 0 1193 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 6976

[startup+0.100177 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19631
/proc/meminfo: memFree=30873236/32873648 swapFree=7628/7628
[pid=19631] ppid=19629 vsize=87108 CPUtime=0.09 cores=1,3,5,7
/proc/19631/stat : 19631 (wbo1.72) S 19629 19631 16985 0 -1 4202496 2844 0 0 0 9 0 0 0 20 0 2 0 332632949 89198592 2582 33554432000 4194304 5964350 140736975670400 140736975669920 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19631/statm: 21777 2582 190 433 0 21341 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 87108

[startup+0.300118 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19631
/proc/meminfo: memFree=30873236/32873648 swapFree=7628/7628
[pid=19631] ppid=19629 vsize=87108 CPUtime=0.29 cores=1,3,5,7
/proc/19631/stat : 19631 (wbo1.72) S 19629 19631 16985 0 -1 4202496 3136 0 0 0 29 0 0 0 20 0 2 0 332632949 89198592 2874 33554432000 4194304 5964350 140736975670400 140736975669920 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19631/statm: 21777 2874 190 433 0 21341 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 87108

[startup+0.700112 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19631
/proc/meminfo: memFree=30873236/32873648 swapFree=7628/7628
[pid=19631] ppid=19629 vsize=87108 CPUtime=0.68 cores=1,3,5,7
/proc/19631/stat : 19631 (wbo1.72) S 19629 19631 16985 0 -1 4202496 3746 0 0 0 68 0 0 0 20 0 2 0 332632949 89198592 3484 33554432000 4194304 5964350 140736975670400 140736975669920 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19631/statm: 21777 3484 190 433 0 21341 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 87108

[startup+1.50021 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19633
/proc/meminfo: memFree=30857604/32873648 swapFree=7628/7628
[pid=19631] ppid=19629 vsize=87108 CPUtime=1.48 cores=1,3,5,7
/proc/19631/stat : 19631 (wbo1.72) S 19629 19631 16985 0 -1 4202496 4745 0 0 0 148 0 0 0 20 0 2 0 332632949 89198592 4483 33554432000 4194304 5964350 140736975670400 140736975669920 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19631/statm: 21777 4483 190 433 0 21341 0
[pid=19631/tid=19633] ppid=19629 vsize=87108 CPUtime=1.44 cores=1,3,5,7
/proc/19631/task/19633/stat : 19633 (wbo1.72) R 19629 19631 16985 0 -1 4202560 3018 0 0 0 144 0 0 0 20 0 2 0 332632953 89198592 4483 33554432000 4194304 5964350 140736975670400 140378592966648 4391080 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 87108

[startup+3.10021 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19633
/proc/meminfo: memFree=30850784/32873648 swapFree=7628/7628
[pid=19631] ppid=19629 vsize=87108 CPUtime=3.09 cores=1,3,5,7
/proc/19631/stat : 19631 (wbo1.72) S 19629 19631 16985 0 -1 4202496 5758 0 0 0 308 1 0 0 20 0 2 0 332632949 89198592 5496 33554432000 4194304 5964350 140736975670400 140736975669920 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19631/statm: 21777 5496 190 433 0 21341 0
[pid=19631/tid=19633] ppid=19629 vsize=87108 CPUtime=3.04 cores=1,3,5,7
/proc/19631/task/19633/stat : 19633 (wbo1.72) R 19629 19631 16985 0 -1 4202560 4031 0 0 0 304 0 0 0 20 0 2 0 332632953 89198592 5496 33554432000 4194304 5964350 140736975670400 140378592966648 4381928 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 87108

[startup+6.30027 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19633
/proc/meminfo: memFree=30839172/32873648 swapFree=7628/7628
[pid=19631] ppid=19629 vsize=87324 CPUtime=6.29 cores=1,3,5,7
/proc/19631/stat : 19631 (wbo1.72) S 19629 19631 16985 0 -1 4202496 8658 0 0 0 627 2 0 0 20 0 2 0 332632949 89419776 8396 33554432000 4194304 5964350 140736975670400 140736975669920 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19631/statm: 21831 8396 190 433 0 21395 0
[pid=19631/tid=19633] ppid=19629 vsize=87324 CPUtime=6.24 cores=1,3,5,7
/proc/19631/task/19633/stat : 19633 (wbo1.72) R 19629 19631 16985 0 -1 4202560 6931 0 0 0 622 2 0 0 20 0 2 0 332632953 89419776 8396 33554432000 4194304 5964350 140736975670400 140378592966648 4403647 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) 87324

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19633
/proc/meminfo: memFree=30821580/32873648 swapFree=7628/7628
[pid=19631] ppid=19629 vsize=87432 CPUtime=12.68 cores=1,3,5,7
/proc/19631/stat : 19631 (wbo1.72) S 19629 19631 16985 0 -1 4202496 10840 0 0 0 1265 3 0 0 20 0 2 0 332632949 89530368 10578 33554432000 4194304 5964350 140736975670400 140736975669920 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19631/statm: 21858 10578 190 433 0 21422 0
[pid=19631/tid=19633] ppid=19629 vsize=87432 CPUtime=12.64 cores=1,3,5,7
/proc/19631/task/19633/stat : 19633 (wbo1.72) R 19629 19631 16985 0 -1 4202560 9113 0 0 0 1261 3 0 0 20 0 2 0 332632953 89530368 10578 33554432000 4194304 5964350 140736975670400 140378592966696 4409544 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) 87432

[startup+25.5001 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19633
/proc/meminfo: memFree=30790956/32873648 swapFree=7628/7628
[pid=19631] ppid=19629 vsize=87592 CPUtime=25.48 cores=1,3,5,7
/proc/19631/stat : 19631 (wbo1.72) S 19629 19631 16985 0 -1 4202496 18141 0 0 0 2543 5 0 0 20 0 2 0 332632949 89694208 17879 33554432000 4194304 5964350 140736975670400 140736975669920 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19631/statm: 21898 17879 190 433 0 21462 0
[pid=19631/tid=19633] ppid=19629 vsize=87592 CPUtime=25.44 cores=1,3,5,7
/proc/19631/task/19633/stat : 19633 (wbo1.72) R 19629 19631 16985 0 -1 4202560 16414 0 0 0 2538 6 0 0 20 0 2 0 332632953 89694208 17879 33554432000 4194304 5964350 140736975670400 140378592966696 4221984 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) 87592

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19633
/proc/meminfo: memFree=30776012/32873648 swapFree=7628/7628
[pid=19631] ppid=19629 vsize=153368 CPUtime=51.07 cores=1,3,5,7
/proc/19631/stat : 19631 (wbo1.72) S 19629 19631 16985 0 -1 4202496 20931 0 0 0 5101 6 0 0 20 0 2 0 332632949 157048832 20669 33554432000 4194304 5964350 140736975670400 140736975669920 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19631/statm: 38342 20669 190 433 0 37906 0
[pid=19631/tid=19633] ppid=19629 vsize=153368 CPUtime=51.04 cores=1,3,5,7
/proc/19631/task/19633/stat : 19633 (wbo1.72) R 19629 19631 16985 0 -1 4202560 19204 0 0 0 5097 7 0 0 20 0 2 0 332632953 157048832 20669 33554432000 4194304 5964350 140736975670400 140378592966648 4220672 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 153368

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 19634
/proc/meminfo: memFree=30642500/32873648 swapFree=7628/7628
[pid=19631] ppid=19629 vsize=218904 CPUtime=102.27 cores=1,3,5,7
/proc/19631/stat : 19631 (wbo1.72) S 19629 19631 16985 0 -1 4202496 40093 0 0 0 10216 11 0 0 20 0 2 0 332632949 224157696 39831 33554432000 4194304 5964350 140736975670400 140736975669920 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19631/statm: 54726 39831 190 433 0 54290 0
[pid=19631/tid=19633] ppid=19629 vsize=218904 CPUtime=102.25 cores=1,3,5,7
/proc/19631/task/19633/stat : 19633 (wbo1.72) R 19629 19631 16985 0 -1 4202560 38366 0 0 0 10212 13 0 0 20 0 2 0 332632953 224157696 39831 33554432000 4194304 5964350 140736975670400 140378592966648 4399840 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 218904

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19635
/proc/meminfo: memFree=30594044/32873648 swapFree=7628/7628
[pid=19631] ppid=19629 vsize=219120 CPUtime=162.24 cores=1,3,5,7
/proc/19631/stat : 19631 (wbo1.72) S 19629 19631 16985 0 -1 4202496 49291 0 0 0 16210 14 0 0 20 0 2 0 332632949 224378880 48998 33554432000 4194304 5964350 140736975670400 140736975669920 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19631/statm: 54780 48998 190 433 0 54344 0
[pid=19631/tid=19633] ppid=19629 vsize=219120 CPUtime=162.22 cores=1,3,5,7
/proc/19631/task/19633/stat : 19633 (wbo1.72) R 19629 19631 16985 0 -1 4202560 47564 0 0 0 16206 16 0 0 20 0 2 0 332632953 224378880 48998 33554432000 4194304 5964350 140736975670400 140378592966680 4400011 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 219120

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19635
/proc/meminfo: memFree=30562240/32873648 swapFree=7628/7628
[pid=19631] ppid=19629 vsize=219480 CPUtime=222.19 cores=1,3,5,7
/proc/19631/stat : 19631 (wbo1.72) S 19629 19631 16985 0 -1 4202496 49377 0 0 0 22205 14 0 0 20 0 2 0 332632949 224747520 49129 33554432000 4194304 5964350 140736975670400 140736975669920 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19631/statm: 54870 49129 190 433 0 54434 0
[pid=19631/tid=19633] ppid=19629 vsize=219480 CPUtime=222.18 cores=1,3,5,7
/proc/19631/task/19633/stat : 19633 (wbo1.72) R 19629 19631 16985 0 -1 4202560 47650 0 0 0 22201 17 0 0 20 0 2 0 332632953 224747520 49129 33554432000 4194304 5964350 140736975670400 140378592966824 4399832 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 219480

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19635
/proc/meminfo: memFree=30504488/32873648 swapFree=7628/7628
[pid=19631] ppid=19629 vsize=285232 CPUtime=282.17 cores=1,3,5,7
/proc/19631/stat : 19631 (wbo1.72) S 19629 19631 16985 0 -1 4202496 56247 0 0 0 28200 17 0 0 20 0 2 0 332632949 292077568 55988 33554432000 4194304 5964350 140736975670400 140736975669920 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19631/statm: 71308 55988 190 433 0 70872 0
[pid=19631/tid=19633] ppid=19629 vsize=285232 CPUtime=282.16 cores=1,3,5,7
/proc/19631/task/19633/stat : 19633 (wbo1.72) R 19629 19631 16985 0 -1 4202560 54520 0 0 0 28195 21 0 0 20 0 2 0 332632953 292077568 55988 33554432000 4194304 5964350 140736975670400 140378592966456 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 285232

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 19638
/proc/meminfo: memFree=30474376/32873648 swapFree=7628/7628
[pid=19631] ppid=19629 vsize=285232 CPUtime=342.16 cores=1,3,5,7
/proc/19631/stat : 19631 (wbo1.72) S 19629 19631 16985 0 -1 4202496 56247 0 0 0 34199 17 0 0 20 0 2 0 332632949 292077568 55988 33554432000 4194304 5964350 140736975670400 140736975669920 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19631/statm: 71308 55988 190 433 0 70872 0
[pid=19631/tid=19633] ppid=19629 vsize=285232 CPUtime=342.16 cores=1,3,5,7
/proc/19631/task/19633/stat : 19633 (wbo1.72) R 19629 19631 16985 0 -1 4202560 54520 0 0 0 34194 22 0 0 20 0 2 0 332632953 292077568 55988 33554432000 4194304 5964350 140736975670400 140378592966456 4220672 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 285232

[startup+402.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 19638
/proc/meminfo: memFree=30414220/32873648 swapFree=7628/7628
[pid=19631] ppid=19629 vsize=353792 CPUtime=402.14 cores=1,3,5,7
/proc/19631/stat : 19631 (wbo1.72) S 19629 19631 16985 0 -1 4202496 70066 0 0 0 40192 22 0 0 20 0 2 0 332632949 362283008 69788 33554432000 4194304 5964350 140736975670400 140736975669920 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19631/statm: 88448 69788 190 433 0 88012 0
[pid=19631/tid=19633] ppid=19629 vsize=353792 CPUtime=402.16 cores=1,3,5,7
/proc/19631/task/19633/stat : 19633 (wbo1.72) R 19629 19631 16985 0 -1 4202560 68339 0 0 0 40187 29 0 0 20 0 2 0 332632953 362283008 69788 33554432000 4194304 5964350 140736975670400 140378592966648 4381949 0 0 4096 16387 0 0 0 -1 1 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.01 2.01 2.00 3/178 19638
/proc/meminfo: memFree=30340424/32873648 swapFree=7628/7628
[pid=19631] ppid=19629 vsize=419328 CPUtime=462.13 cores=1,3,5,7

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

/proc/19631/task/19633/stat : 19633 (wbo1.72) R 19629 19631 16985 0 -1 4202560 147622 0 0 0 130125 78 0 0 20 0 2 0 332632953 634826752 149251 33554432000 4194304 5964350 140736975670400 140378592966696 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1301.88
Current children cumulated vsize (KiB) 619948

[startup+1362.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 19644
/proc/meminfo: memFree=29979264/32873648 swapFree=7628/7628
[pid=19631] ppid=19629 vsize=619948 CPUtime=1361.87 cores=1,3,5,7
/proc/19631/stat : 19631 (wbo1.72) S 19629 19631 16985 0 -1 4202496 149349 0 0 0 136129 58 0 0 20 0 2 0 332632949 634826752 149251 33554432000 4194304 5964350 140736975670400 140736975669920 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19631/statm: 154987 149251 190 433 0 154551 0
[pid=19631/tid=19633] ppid=19629 vsize=619948 CPUtime=1362.03 cores=1,3,5,7
/proc/19631/task/19633/stat : 19633 (wbo1.72) R 19629 19631 16985 0 -1 4202560 147622 0 0 0 136124 79 0 0 20 0 2 0 332632953 634826752 149251 33554432000 4194304 5964350 140736975670400 140378592966696 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1361.87
Current children cumulated vsize (KiB) 619948

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19645
/proc/meminfo: memFree=29979268/32873648 swapFree=7628/7628
[pid=19631] ppid=19629 vsize=619948 CPUtime=1421.86 cores=1,3,5,7
/proc/19631/stat : 19631 (wbo1.72) S 19629 19631 16985 0 -1 4202496 149382 0 0 0 142128 58 0 0 20 0 2 0 332632949 634826752 149284 33554432000 4194304 5964350 140736975670400 140736975669920 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19631/statm: 154987 149284 190 433 0 154551 0
[pid=19631/tid=19633] ppid=19629 vsize=619948 CPUtime=1422.04 cores=1,3,5,7
/proc/19631/task/19633/stat : 19633 (wbo1.72) R 19629 19631 16985 0 -1 4202560 147655 0 0 0 142124 80 0 0 20 0 2 0 332632953 634826752 149284 33554432000 4194304 5964350 140736975670400 140378592966696 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.86
Current children cumulated vsize (KiB) 619948

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19645
/proc/meminfo: memFree=29963828/32873648 swapFree=7628/7628
[pid=19631] ppid=19629 vsize=685484 CPUtime=1481.85 cores=1,3,5,7
/proc/19631/stat : 19631 (wbo1.72) S 19629 19631 16985 0 -1 4202496 153637 0 0 0 148125 60 0 0 20 0 2 0 332632949 701935616 153539 33554432000 4194304 5964350 140736975670400 140736975669920 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19631/statm: 171371 153539 190 433 0 170935 0
[pid=19631/tid=19633] ppid=19629 vsize=685484 CPUtime=1482.03 cores=1,3,5,7
/proc/19631/task/19633/stat : 19633 (wbo1.72) R 19629 19631 16985 0 -1 4202560 151910 0 0 0 148121 82 0 0 20 0 2 0 332632953 701935616 153539 33554432000 4194304 5964350 140736975670400 140378592966648 4381652 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.85
Current children cumulated vsize (KiB) 685484

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 19648
/proc/meminfo: memFree=29853808/32873648 swapFree=7628/7628
[pid=19631] ppid=19629 vsize=751020 CPUtime=1541.84 cores=1,3,5,7
/proc/19631/stat : 19631 (wbo1.72) S 19629 19631 16985 0 -1 4202496 180709 0 0 0 154113 71 0 0 20 0 2 0 332632949 769044480 180611 33554432000 4194304 5964350 140736975670400 140736975669920 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19631/statm: 187755 180611 190 433 0 187319 0
[pid=19631/tid=19633] ppid=19629 vsize=751020 CPUtime=1542.04 cores=1,3,5,7
/proc/19631/task/19633/stat : 19633 (wbo1.72) R 19629 19631 16985 0 -1 4202560 178982 0 0 0 154110 94 0 0 20 0 2 0 332632953 769044480 180611 33554432000 4194304 5964350 140736975670400 140378592966696 4381880 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 751020

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19648
/proc/meminfo: memFree=29753468/32873648 swapFree=7628/7628
[pid=19631] ppid=19629 vsize=882416 CPUtime=1601.82 cores=1,3,5,7
/proc/19631/stat : 19631 (wbo1.72) S 19629 19631 16985 0 -1 4202496 206043 0 0 0 160100 82 0 0 20 0 2 0 332632949 903593984 205951 33554432000 4194304 5964350 140736975670400 140736975669920 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19631/statm: 220604 205951 190 433 0 220168 0
[pid=19631/tid=19633] ppid=19629 vsize=882416 CPUtime=1602.03 cores=1,3,5,7
/proc/19631/task/19633/stat : 19633 (wbo1.72) R 19629 19631 16985 0 -1 4202560 204316 0 0 0 160097 106 0 0 20 0 2 0 332632953 903593984 205951 33554432000 4194304 5964350 140736975670400 140378592966648 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.82
Current children cumulated vsize (KiB) 882416

[startup+1662.3 s]
/proc/loadavg: 1.94 1.98 1.99 3/179 19687
/proc/meminfo: memFree=30077804/32873648 swapFree=7628/7628
[pid=19631] ppid=19629 vsize=883656 CPUtime=1661.81 cores=1,3,5,7
/proc/19631/stat : 19631 (wbo1.72) S 19629 19631 16985 0 -1 4202496 206450 0 0 0 166099 82 0 0 20 0 2 0 332632949 904863744 206395 33554432000 4194304 5964350 140736975670400 140736975669920 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19631/statm: 220914 206395 190 433 0 220478 0
[pid=19631/tid=19633] ppid=19629 vsize=883656 CPUtime=1662.02 cores=1,3,5,7
/proc/19631/task/19633/stat : 19633 (wbo1.72) R 19629 19631 16985 0 -1 4202560 204723 0 0 0 166095 107 0 0 20 0 2 0 332632953 904863744 206395 33554432000 4194304 5964350 140736975670400 140378592966520 4399843 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.81
Current children cumulated vsize (KiB) 883656

[startup+1722.3 s]
/proc/loadavg: 1.97 1.98 1.99 3/179 19688
/proc/meminfo: memFree=30032140/32873648 swapFree=7628/7628
[pid=19631] ppid=19629 vsize=883656 CPUtime=1721.8 cores=1,3,5,7
/proc/19631/stat : 19631 (wbo1.72) S 19629 19631 16985 0 -1 4202496 206451 0 0 0 172098 82 0 0 20 0 2 0 332632949 904863744 206401 33554432000 4194304 5964350 140736975670400 140736975669920 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19631/statm: 220914 206401 190 433 0 220478 0
[pid=19631/tid=19633] ppid=19629 vsize=883656 CPUtime=1722.03 cores=1,3,5,7
/proc/19631/task/19633/stat : 19633 (wbo1.72) R 19629 19631 16985 0 -1 4202560 204724 0 0 0 172095 108 0 0 20 0 2 0 332632953 904863744 206401 33554432000 4194304 5964350 140736975670400 140378592966520 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.8
Current children cumulated vsize (KiB) 883656

[startup+1782.3 s]
/proc/loadavg: 2.05 2.00 2.00 3/179 19688
/proc/meminfo: memFree=29998280/32873648 swapFree=7628/7628
[pid=19631] ppid=19629 vsize=883656 CPUtime=1781.79 cores=1,3,5,7
/proc/19631/stat : 19631 (wbo1.72) S 19629 19631 16985 0 -1 4202496 206453 0 0 0 178097 82 0 0 20 0 2 0 332632949 904863744 206401 33554432000 4194304 5964350 140736975670400 140736975669920 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19631/statm: 220914 206401 190 433 0 220478 0
[pid=19631/tid=19633] ppid=19629 vsize=883656 CPUtime=1782.03 cores=1,3,5,7
/proc/19631/task/19633/stat : 19633 (wbo1.72) R 19629 19631 16985 0 -1 4202560 204726 0 0 0 178094 109 0 0 20 0 2 0 332632953 904863744 206401 33554432000 4194304 5964350 140736975670400 140378592966520 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.79
Current children cumulated vsize (KiB) 883656

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

[startup+1791.91 s]
/proc/loadavg: 2.04 2.00 2.00 3/179 19688
/proc/meminfo: memFree=29996028/32873648 swapFree=7628/7628
[pid=19631] ppid=19629 vsize=883656 CPUtime=1791.39 cores=1,3,5,7
/proc/19631/stat : 19631 (wbo1.72) S 19629 19631 16985 0 -1 4202496 206453 0 0 0 179057 82 0 0 20 0 2 0 332632949 904863744 206401 33554432000 4194304 5964350 140736975670400 140736975669920 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19631/statm: 220914 206401 190 433 0 220478 0
[pid=19631/tid=19633] ppid=19629 vsize=883656 CPUtime=1791.63 cores=1,3,5,7
/proc/19631/task/19633/stat : 19633 (wbo1.72) R 19629 19631 16985 0 -1 4202560 204726 0 0 0 179054 109 0 0 20 0 2 0 332632953 904863744 206401 33554432000 4194304 5964350 140736975670400 140378592966520 4399846 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.39
Current children cumulated vsize (KiB) 883656

[startup+1795.1 s]
/proc/loadavg: 2.04 2.00 2.00 3/179 19688
/proc/meminfo: memFree=29993796/32873648 swapFree=7628/7628
[pid=19631] ppid=19629 vsize=883656 CPUtime=1794.59 cores=1,3,5,7
/proc/19631/stat : 19631 (wbo1.72) S 19629 19631 16985 0 -1 4202496 206453 0 0 0 179377 82 0 0 20 0 2 0 332632949 904863744 206401 33554432000 4194304 5964350 140736975670400 140736975669920 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19631/statm: 220914 206401 190 433 0 220478 0
[pid=19631/tid=19633] ppid=19629 vsize=883656 CPUtime=1794.83 cores=1,3,5,7
/proc/19631/task/19633/stat : 19633 (wbo1.72) R 19629 19631 16985 0 -1 4202560 204726 0 0 0 179374 109 0 0 20 0 2 0 332632953 904863744 206401 33554432000 4194304 5964350 140736975670400 140378592966520 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.59
Current children cumulated vsize (KiB) 883656

[startup+1798.3 s]
/proc/loadavg: 2.04 2.00 2.00 3/179 19688
/proc/meminfo: memFree=29991840/32873648 swapFree=7628/7628
[pid=19631] ppid=19629 vsize=883656 CPUtime=1797.79 cores=1,3,5,7
/proc/19631/stat : 19631 (wbo1.72) S 19629 19631 16985 0 -1 4202496 206453 0 0 0 179697 82 0 0 20 0 2 0 332632949 904863744 206401 33554432000 4194304 5964350 140736975670400 140736975669920 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19631/statm: 220914 206401 190 433 0 220478 0
[pid=19631/tid=19633] ppid=19629 vsize=883656 CPUtime=1798.03 cores=1,3,5,7
/proc/19631/task/19633/stat : 19633 (wbo1.72) R 19629 19631 16985 0 -1 4202560 204726 0 0 0 179694 109 0 0 20 0 2 0 332632953 904863744 206401 33554432000 4194304 5964350 140736975670400 140378592966520 4381928 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.79
Current children cumulated vsize (KiB) 883656

[startup+1799.1 s]
/proc/loadavg: 2.04 2.00 2.00 3/179 19688
/proc/meminfo: memFree=29991096/32873648 swapFree=7628/7628
[pid=19631] ppid=19629 vsize=883656 CPUtime=1798.59 cores=1,3,5,7
/proc/19631/stat : 19631 (wbo1.72) S 19629 19631 16985 0 -1 4202496 206453 0 0 0 179777 82 0 0 20 0 2 0 332632949 904863744 206401 33554432000 4194304 5964350 140736975670400 140736975669920 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19631/statm: 220914 206401 190 433 0 220478 0
[pid=19631/tid=19633] ppid=19629 vsize=883656 CPUtime=1798.83 cores=1,3,5,7
/proc/19631/task/19633/stat : 19633 (wbo1.72) R 19629 19631 16985 0 -1 4202560 204726 0 0 0 179774 109 0 0 20 0 2 0 332632953 904863744 206401 33554432000 4194304 5964350 140736975670400 140378592966520 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.59
Current children cumulated vsize (KiB) 883656

[startup+1799.5 s]
/proc/loadavg: 2.04 2.00 2.00 3/179 19688
/proc/meminfo: memFree=29990724/32873648 swapFree=7628/7628
[pid=19631] ppid=19629 vsize=883656 CPUtime=1798.99 cores=1,3,5,7
/proc/19631/stat : 19631 (wbo1.72) S 19629 19631 16985 0 -1 4202496 206453 0 0 0 179817 82 0 0 20 0 2 0 332632949 904863744 206401 33554432000 4194304 5964350 140736975670400 140736975669920 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19631/statm: 220914 206401 190 433 0 220478 0
[pid=19631/tid=19633] ppid=19629 vsize=883656 CPUtime=1799.23 cores=1,3,5,7
/proc/19631/task/19633/stat : 19633 (wbo1.72) R 19629 19631 16985 0 -1 4202560 204726 0 0 0 179814 109 0 0 20 0 2 0 332632953 904863744 206401 33554432000 4194304 5964350 140736975670400 140378592966520 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.99
Current children cumulated vsize (KiB) 883656

[startup+1799.9 s]
/proc/loadavg: 2.04 2.00 2.00 3/179 19688
/proc/meminfo: memFree=29990724/32873648 swapFree=7628/7628
[pid=19631] ppid=19629 vsize=883656 CPUtime=1799.39 cores=1,3,5,7
/proc/19631/stat : 19631 (wbo1.72) S 19629 19631 16985 0 -1 4202496 206453 0 0 0 179857 82 0 0 20 0 2 0 332632949 904863744 206401 33554432000 4194304 5964350 140736975670400 140736975669920 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19631/statm: 220914 206401 190 433 0 220478 0
[pid=19631/tid=19633] ppid=19629 vsize=883656 CPUtime=1799.63 cores=1,3,5,7
/proc/19631/task/19633/stat : 19633 (wbo1.72) R 19629 19631 16985 0 -1 4202560 204726 0 0 0 179854 109 0 0 20 0 2 0 332632953 904863744 206401 33554432000 4194304 5964350 140736975670400 140378592966520 4399944 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.39
Current children cumulated vsize (KiB) 883656

[startup+1800 s]
/proc/loadavg: 2.04 2.00 2.00 3/179 19688
/proc/meminfo: memFree=29990724/32873648 swapFree=7628/7628
[pid=19631] ppid=19629 vsize=883656 CPUtime=1799.49 cores=1,3,5,7
/proc/19631/stat : 19631 (wbo1.72) S 19629 19631 16985 0 -1 4202496 206453 0 0 0 179867 82 0 0 20 0 2 0 332632949 904863744 206401 33554432000 4194304 5964350 140736975670400 140736975669920 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19631/statm: 220914 206401 190 433 0 220478 0
[pid=19631/tid=19633] ppid=19629 vsize=883656 CPUtime=1799.73 cores=1,3,5,7
/proc/19631/task/19633/stat : 19633 (wbo1.72) R 19629 19631 16985 0 -1 4202560 204726 0 0 0 179864 109 0 0 20 0 2 0 332632953 904863744 206401 33554432000 4194304 5964350 140736975670400 140378592966520 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.49
Current children cumulated vsize (KiB) 883656

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.79
CPU user time (s): 1798.68
CPU system time (s): 1.10983
CPU usage (%): 99.9881
Max. virtual memory (cumulated for all children) (KiB): 883656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.68
system time used= 1.10983
maximum resident set size= 825616
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 206456
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= 284
involuntary context switches= 4885

runsolver used 4.53631 second user time and 10.0635 second system time

The end

Launcher Data

Begin job on node122 at 2012-06-02 21:24:30
IDJOB=3727718
IDBENCH=71843
IDSOLVER=2313
FILE ID=node122/3727718-1338665070
RUNJOBID= node122-1338650487-18369
PBS_JOBID= 14636458
Free space on /tmp= 71308 MiB

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

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

MD5SUM BENCH= 899c8865b8ac9a45eaa204f923cbd9e8
RANDOM SEED=887991315

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        30873392 kB
Buffers:          141184 kB
Cached:           966776 kB
SwapCached:         1816 kB
Active:           305612 kB
Inactive:         931376 kB
Active(anon):     129396 kB
Inactive(anon):     1928 kB
Active(file):     176216 kB
Inactive(file):   929448 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67100092 kB
Dirty:              5836 kB
Writeback:             0 kB
AnonPages:        241384 kB
Mapped:             9552 kB
Shmem:                 0 kB
Slab:             624516 kB
SReclaimable:      68688 kB
SUnreclaim:       555828 kB
KernelStack:        1496 kB
PageTables:         4328 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     148676 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    106496 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71296 MiB
End job on node122 at 2012-06-02 21:54:30