Trace number 3705502

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

General information on the benchmark

Name/OPT-SMALLINT-LIN/oliveras/j120opt/
normalized-j12038_4.std.opb
MD5SUM661b4190c55178f9645295549e370fd5
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark147
Best CPU time to get the best result obtained on this benchmark1800.2
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables72842
Total number of constraints245147
Number of constraints which are clauses243947
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1200
Minimum length of a constraint1
Maximum length of a constraint120
Number of terms in the objective function 300
Biggest coefficient in the objective function 300
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 45150
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 300
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 45150
Number of bits of the biggest sum of numbers16
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-3705502-1338108883.opb.
0.00/0.00	c Instance file HOME/instance-3705502-1338108883.opb
0.00/0.00	c File size is 8328149 bytes.
0.69/0.70	c Cost Offset: 0
0.69/0.70	c Highest Coefficient sum: 730
0.69/0.70	c ============================[ Problem Statistics ]=============================
0.69/0.70	c |                                                                             |
0.69/0.70	c |  Parsing time:          0.71         s                                      |
0.69/0.70	c |  Number Variables:      72842                                               |
0.69/0.70	c |  Number Clauses:        243947                                              |
0.69/0.70	c |  Number Cardinality:    0                                                   |
0.69/0.70	c |  Number PB Constraints: 1200                                                |
0.69/0.70	c |                                                                             |
0.79/0.86	c |  Problem Type:          Optimization                                        |
0.79/0.86	c |  Objective Function:    PB Constraint                                       |
0.79/0.86	c |                                                                             |
0.79/0.86	c ============================[ Search Statistics ]==============================
0.79/0.86	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.79/0.86	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.79/0.86	c ===============================================================================
0.89/0.98	c | 0.98      | 0  | 116          lb |  0                0                0.00  |
1.79/1.82	c | 1.82      | 0  | 117          lb |  0                0                0.00  |
12.89/12.95	c | 12.96     | 0  | 118          lb |  0                0                0.00  |
150.07/150.19	c | 150.19    | 0  | 119          lb |  0                0                0.00  |
1799.53/1800.00	c ===============================================================================
1799.53/1800.00	c Wall Clock Time: 1800.00 s
1799.53/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-3705502-1338108883/watcher-3705502-1338108883 -o /tmp/evaluation-result-3705502-1338108883/solver-3705502-1338108883 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3705502-1338108883.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/179 14705
/proc/meminfo: memFree=30969016/32873844 swapFree=7616/7616
[pid=14705] ppid=14703 vsize=11900 CPUtime=0 cores=0,2,4,6
/proc/14705/stat : 14705 (wbo1.7) R 14703 14705 12409 0 -1 4202496 475 0 0 0 0 0 0 0 20 0 1 0 277013085 12185600 427 33554432000 4194304 5963574 140736577267552 140737484848232 5135642 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/14705/statm: 2975 429 171 432 0 506 0

[startup+0.0718759 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14705
/proc/meminfo: memFree=30969016/32873844 swapFree=7616/7616
[pid=14705] ppid=14703 vsize=24232 CPUtime=0.06 cores=0,2,4,6
/proc/14705/stat : 14705 (wbo1.7) R 14703 14705 12409 0 -1 4202496 3512 0 0 0 6 0 0 0 20 0 1 0 277013085 24813568 3317 33554432000 4194304 5963574 140736577267552 140736577266152 5135642 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/14705/statm: 6058 3321 370 432 0 3589 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 24232

[startup+0.100273 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14705
/proc/meminfo: memFree=30969016/32873844 swapFree=7616/7616
[pid=14705] ppid=14703 vsize=25712 CPUtime=0.09 cores=0,2,4,6
/proc/14705/stat : 14705 (wbo1.7) R 14703 14705 12409 0 -1 4202496 4070 0 0 0 9 0 0 0 20 0 1 0 277013085 26329088 3875 33554432000 4194304 5963574 140736577267552 140736577266152 5180764 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/14705/statm: 6428 3876 465 432 0 3959 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25712

[startup+0.300235 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14705
/proc/meminfo: memFree=30969016/32873844 swapFree=7616/7616
[pid=14705] ppid=14703 vsize=33648 CPUtime=0.29 cores=0,2,4,6
/proc/14705/stat : 14705 (wbo1.7) R 14703 14705 12409 0 -1 4202496 6757 0 0 0 28 1 0 0 20 0 1 0 277013085 34455552 6393 33554432000 4194304 5963574 140736577267552 140736577266040 4344320 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/14705/statm: 8412 6393 1112 432 0 5943 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 33648

[startup+0.70023 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14705
/proc/meminfo: memFree=30969016/32873844 swapFree=7616/7616
[pid=14705] ppid=14703 vsize=57652 CPUtime=0.69 cores=0,2,4,6
/proc/14705/stat : 14705 (wbo1.7) R 14703 14705 12409 0 -1 4202496 13522 0 0 0 67 2 0 0 20 0 1 0 277013085 59035648 12932 33554432000 4194304 5963574 140736577267552 140736577266040 5135642 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/14705/statm: 14413 12933 2183 432 0 11944 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 57652

[startup+1.50025 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 14707
/proc/meminfo: memFree=30857724/32873844 swapFree=7616/7616
[pid=14705] ppid=14703 vsize=191628 CPUtime=1.49 cores=0,2,4,6
/proc/14705/stat : 14705 (wbo1.7) S 14703 14705 12409 0 -1 4202496 35310 0 0 0 143 6 0 0 20 0 2 0 277013085 196227072 29089 33554432000 4194304 5963574 140736577267552 140736577267072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14705/statm: 47907 29089 199 432 0 47472 0
[pid=14705/tid=14707] ppid=14703 vsize=191628 CPUtime=0.78 cores=0,2,4,6
/proc/14705/task/14707/stat : 14707 (wbo1.7) R 14703 14705 12409 0 -1 4202560 21268 0 0 0 74 4 0 0 20 0 2 0 277013156 196227072 29089 33554432000 4194304 5963574 140736577267552 140613506144648 4399623 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 191628

[startup+3.10023 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 14707
/proc/meminfo: memFree=30839504/32873844 swapFree=7616/7616
[pid=14705] ppid=14703 vsize=191628 CPUtime=3.09 cores=0,2,4,6
/proc/14705/stat : 14705 (wbo1.7) S 14703 14705 12409 0 -1 4202496 38513 0 0 0 303 6 0 0 20 0 2 0 277013085 196227072 32290 33554432000 4194304 5963574 140736577267552 140736577267072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14705/statm: 47907 32290 199 432 0 47472 0
[pid=14705/tid=14707] ppid=14703 vsize=191628 CPUtime=2.37 cores=0,2,4,6
/proc/14705/task/14707/stat : 14707 (wbo1.7) R 14703 14705 12409 0 -1 4202560 24471 0 0 0 233 4 0 0 20 0 2 0 277013156 196227072 32290 33554432000 4194304 5963574 140736577267552 140613506144808 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 191628

[startup+6.30026 s]
/proc/loadavg: 2.08 2.02 2.01 3/181 14707
/proc/meminfo: memFree=30837264/32873844 swapFree=7616/7616
[pid=14705] ppid=14703 vsize=191628 CPUtime=6.29 cores=0,2,4,6
/proc/14705/stat : 14705 (wbo1.7) S 14703 14705 12409 0 -1 4202496 38513 0 0 0 623 6 0 0 20 0 2 0 277013085 196227072 32290 33554432000 4194304 5963574 140736577267552 140736577267072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14705/statm: 47907 32290 199 432 0 47472 0
[pid=14705/tid=14707] ppid=14703 vsize=191628 CPUtime=5.56 cores=0,2,4,6
/proc/14705/task/14707/stat : 14707 (wbo1.7) R 14703 14705 12409 0 -1 4202560 24471 0 0 0 552 4 0 0 20 0 2 0 277013156 196227072 32290 33554432000 4194304 5963574 140736577267552 140613506144808 4381200 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 191628

[startup+12.7003 s]
/proc/loadavg: 2.07 2.02 2.00 3/181 14707
/proc/meminfo: memFree=30832468/32873844 swapFree=7616/7616
[pid=14705] ppid=14703 vsize=191628 CPUtime=12.69 cores=0,2,4,6
/proc/14705/stat : 14705 (wbo1.7) S 14703 14705 12409 0 -1 4202496 38579 0 0 0 1263 6 0 0 20 0 2 0 277013085 196227072 32356 33554432000 4194304 5963574 140736577267552 140736577267072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14705/statm: 47907 32356 199 432 0 47472 0
[pid=14705/tid=14707] ppid=14703 vsize=191628 CPUtime=11.95 cores=0,2,4,6
/proc/14705/task/14707/stat : 14707 (wbo1.7) R 14703 14705 12409 0 -1 4202560 24537 0 0 0 1191 4 0 0 20 0 2 0 277013156 196227072 32356 33554432000 4194304 5963574 140736577267552 140613506144808 4392309 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 191628

[startup+25.5003 s]
/proc/loadavg: 2.06 2.01 2.00 3/181 14708
/proc/meminfo: memFree=30813340/32873844 swapFree=7616/7616
[pid=14705] ppid=14703 vsize=191628 CPUtime=25.49 cores=0,2,4,6
/proc/14705/stat : 14705 (wbo1.7) S 14703 14705 12409 0 -1 4202496 41761 0 0 0 2542 7 0 0 20 0 2 0 277013085 196227072 36048 33554432000 4194304 5963574 140736577267552 140736577267072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14705/statm: 47907 36048 199 432 0 47472 0
[pid=14705/tid=14707] ppid=14703 vsize=191628 CPUtime=24.71 cores=0,2,4,6
/proc/14705/task/14707/stat : 14707 (wbo1.7) R 14703 14705 12409 0 -1 4202560 27719 0 0 0 2467 4 0 0 20 0 2 0 277013156 196227072 36048 33554432000 4194304 5963574 140736577267552 140613506144808 4400155 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 191628

[startup+51.1003 s]
/proc/loadavg: 2.04 2.01 2.00 3/181 14708
/proc/meminfo: memFree=30810860/32873844 swapFree=7616/7616
[pid=14705] ppid=14703 vsize=191628 CPUtime=51.09 cores=0,2,4,6
/proc/14705/stat : 14705 (wbo1.7) S 14703 14705 12409 0 -1 4202496 42029 0 0 0 5102 7 0 0 20 0 2 0 277013085 196227072 36316 33554432000 4194304 5963574 140736577267552 140736577267072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14705/statm: 47907 36316 199 432 0 47472 0
[pid=14705/tid=14707] ppid=14703 vsize=191628 CPUtime=50.25 cores=0,2,4,6
/proc/14705/task/14707/stat : 14707 (wbo1.7) R 14703 14705 12409 0 -1 4202560 27987 0 0 0 5021 4 0 0 20 0 2 0 277013156 196227072 36316 33554432000 4194304 5963574 140736577267552 140613506144808 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 191628

[startup+102.307 s]
/proc/loadavg: 2.08 2.02 2.00 3/181 14708
/proc/meminfo: memFree=30776916/32873844 swapFree=7616/7616
[pid=14705] ppid=14703 vsize=257164 CPUtime=102.28 cores=0,2,4,6
/proc/14705/stat : 14705 (wbo1.7) S 14703 14705 12409 0 -1 4202496 49188 0 0 0 10215 13 0 0 20 0 2 0 277013085 263335936 43475 33554432000 4194304 5963574 140736577267552 140736577267072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14705/statm: 64291 43475 199 432 0 63856 0
[pid=14705/tid=14707] ppid=14703 vsize=257164 CPUtime=101.32 cores=0,2,4,6
/proc/14705/task/14707/stat : 14707 (wbo1.7) R 14703 14705 12409 0 -1 4202560 35146 0 0 0 10120 12 0 0 20 0 2 0 277013156 263335936 43475 33554432000 4194304 5963574 140736577267552 140613506144296 4399482 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 257164

[startup+162.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/181 14708
/proc/meminfo: memFree=30704620/32873844 swapFree=7616/7616
[pid=14705] ppid=14703 vsize=257164 CPUtime=162.27 cores=0,2,4,6
/proc/14705/stat : 14705 (wbo1.7) S 14703 14705 12409 0 -1 4202496 60154 0 0 0 16208 19 0 0 20 0 2 0 277013085 263335936 55461 33554432000 4194304 5963574 140736577267552 140736577267072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14705/statm: 64291 55461 199 432 0 63856 0
[pid=14705/tid=14707] ppid=14703 vsize=257164 CPUtime=161.15 cores=0,2,4,6
/proc/14705/task/14707/stat : 14707 (wbo1.7) R 14703 14705 12409 0 -1 4202560 46112 0 0 0 16097 18 0 0 20 0 2 0 277013156 263335936 55461 33554432000 4194304 5963574 140736577267552 140613506144680 4392454 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 257164

[startup+222.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/181 14708
/proc/meminfo: memFree=30700156/32873844 swapFree=7616/7616
[pid=14705] ppid=14703 vsize=257164 CPUtime=222.26 cores=0,2,4,6
/proc/14705/stat : 14705 (wbo1.7) S 14703 14705 12409 0 -1 4202496 60297 0 0 0 22207 19 0 0 20 0 2 0 277013085 263335936 55604 33554432000 4194304 5963574 140736577267552 140736577267072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14705/statm: 64291 55604 199 432 0 63856 0
[pid=14705/tid=14707] ppid=14703 vsize=257164 CPUtime=221 cores=0,2,4,6
/proc/14705/task/14707/stat : 14707 (wbo1.7) R 14703 14705 12409 0 -1 4202560 46255 0 0 0 22080 20 0 0 20 0 2 0 277013156 263335936 55604 33554432000 4194304 5963574 140736577267552 140613506144680 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 257164

[startup+282.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/181 14708
/proc/meminfo: memFree=30695876/32873844 swapFree=7616/7616
[pid=14705] ppid=14703 vsize=257164 CPUtime=282.25 cores=0,2,4,6
/proc/14705/stat : 14705 (wbo1.7) S 14703 14705 12409 0 -1 4202496 60584 0 0 0 28206 19 0 0 20 0 2 0 277013085 263335936 55891 33554432000 4194304 5963574 140736577267552 140736577267072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14705/statm: 64291 55891 199 432 0 63856 0
[pid=14705/tid=14707] ppid=14703 vsize=257164 CPUtime=280.84 cores=0,2,4,6
/proc/14705/task/14707/stat : 14707 (wbo1.7) R 14703 14705 12409 0 -1 4202560 46542 0 0 0 28063 21 0 0 20 0 2 0 277013156 263335936 55891 33554432000 4194304 5963574 140736577267552 140613506144680 4399451 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 257164

[startup+342.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/182 14868
/proc/meminfo: memFree=31098080/32873844 swapFree=7616/7616
[pid=14705] ppid=14703 vsize=257164 CPUtime=342.2 cores=0,2,4,6
/proc/14705/stat : 14705 (wbo1.7) S 14703 14705 12409 0 -1 4202496 60665 0 0 0 34201 19 0 0 20 0 2 0 277013085 263335936 56519 33554432000 4194304 5963574 140736577267552 140736577267072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14705/statm: 64291 56519 199 432 0 63856 0
[pid=14705/tid=14707] ppid=14703 vsize=257164 CPUtime=340.65 cores=0,2,4,6
/proc/14705/task/14707/stat : 14707 (wbo1.7) R 14703 14705 12409 0 -1 4202560 46623 0 0 0 34043 22 0 0 20 0 2 0 277013156 263335936 56519 33554432000 4194304 5963574 140736577267552 140613506144680 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 257164

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/182 14891
/proc/meminfo: memFree=31048024/32873844 swapFree=7616/7616
[pid=14705] ppid=14703 vsize=326348 CPUtime=402.16 cores=0,2,4,6
/proc/14705/stat : 14705 (wbo1.7) S 14703 14705 12409 0 -1 4202496 65579 0 0 0 40192 24 0 0 20 0 2 0 277013085 334180352 62208 33554432000 4194304 5963574 140736577267552 140736577267072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14705/statm: 81587 62208 199 432 0 81152 0
[pid=14705/tid=14707] ppid=14703 vsize=326348 CPUtime=400.46 cores=0,2,4,6
/proc/14705/task/14707/stat : 14707 (wbo1.7) R 14703 14705 12409 0 -1 4202560 51537 0 0 0 40018 28 0 0 20 0 2 0 277013156 334180352 62208 33554432000 4194304 5963574 140736577267552 140613506144184 4399614 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 326348

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 14891
/proc/meminfo: memFree=31023100/32873844 swapFree=7616/7616
[pid=14705] ppid=14703 vsize=326348 CPUtime=462.13 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 14897
/proc/meminfo: memFree=30764412/32873844 swapFree=7616/7616
[pid=14705] ppid=14703 vsize=459244 CPUtime=1421.92 cores=0,2,4,6
/proc/14705/stat : 14705 (wbo1.7) S 14703 14705 12409 0 -1 4202496 100384 0 0 0 142127 65 0 0 20 0 2 0 277013085 470265856 97507 33554432000 4194304 5963574 140736577267552 140736577267072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14705/statm: 114811 97507 199 432 0 114376 0
[pid=14705/tid=14707] ppid=14703 vsize=459244 CPUtime=1417.7 cores=0,2,4,6
/proc/14705/task/14707/stat : 14707 (wbo1.7) R 14703 14705 12409 0 -1 4202560 86342 0 0 0 141687 83 0 0 20 0 2 0 277013156 470265856 97507 33554432000 4194304 5963574 140736577267552 140613506144056 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 459244

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 14897
/proc/meminfo: memFree=30757840/32873844 swapFree=7616/7616
[pid=14705] ppid=14703 vsize=459244 CPUtime=1481.9 cores=0,2,4,6
/proc/14705/stat : 14705 (wbo1.7) S 14703 14705 12409 0 -1 4202496 102145 0 0 0 148123 67 0 0 20 0 2 0 277013085 470265856 99268 33554432000 4194304 5963574 140736577267552 140736577267072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14705/statm: 114811 99268 199 432 0 114376 0
[pid=14705/tid=14707] ppid=14703 vsize=459244 CPUtime=1477.53 cores=0,2,4,6
/proc/14705/task/14707/stat : 14707 (wbo1.7) R 14703 14705 12409 0 -1 4202560 88103 0 0 0 147666 87 0 0 20 0 2 0 277013156 470265856 99268 33554432000 4194304 5963574 140736577267552 140613506144248 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1481.9
Current children cumulated vsize (KiB) 459244

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 14900
/proc/meminfo: memFree=30740432/32873844 swapFree=7616/7616
[pid=14705] ppid=14703 vsize=459244 CPUtime=1541.89 cores=0,2,4,6
/proc/14705/stat : 14705 (wbo1.7) S 14703 14705 12409 0 -1 4202496 105868 0 0 0 154117 72 0 0 20 0 2 0 277013085 470265856 102991 33554432000 4194304 5963574 140736577267552 140736577267072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14705/statm: 114811 102991 199 432 0 114376 0
[pid=14705/tid=14707] ppid=14703 vsize=459244 CPUtime=1537.38 cores=0,2,4,6
/proc/14705/task/14707/stat : 14707 (wbo1.7) R 14703 14705 12409 0 -1 4202560 91826 0 0 0 153645 93 0 0 20 0 2 0 277013156 470265856 102991 33554432000 4194304 5963574 140736577267552 140613506144056 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.89
Current children cumulated vsize (KiB) 459244

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 14901
/proc/meminfo: memFree=30727668/32873844 swapFree=7616/7616
[pid=14705] ppid=14703 vsize=459244 CPUtime=1601.88 cores=0,2,4,6
/proc/14705/stat : 14705 (wbo1.7) S 14703 14705 12409 0 -1 4202496 109111 0 0 0 160112 76 0 0 20 0 2 0 277013085 470265856 106234 33554432000 4194304 5963574 140736577267552 140736577267072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14705/statm: 114811 106234 199 432 0 114376 0
[pid=14705/tid=14707] ppid=14703 vsize=459244 CPUtime=1597.22 cores=0,2,4,6
/proc/14705/task/14707/stat : 14707 (wbo1.7) R 14703 14705 12409 0 -1 4202560 95069 0 0 0 159624 98 0 0 20 0 2 0 277013156 470265856 106234 33554432000 4194304 5963574 140736577267552 140613506144248 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1601.88
Current children cumulated vsize (KiB) 459244

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 14901
/proc/meminfo: memFree=30724320/32873844 swapFree=7616/7616
[pid=14705] ppid=14703 vsize=459244 CPUtime=1661.88 cores=0,2,4,6
/proc/14705/stat : 14705 (wbo1.7) S 14703 14705 12409 0 -1 4202496 109900 0 0 0 166111 77 0 0 20 0 2 0 277013085 470265856 107023 33554432000 4194304 5963574 140736577267552 140736577267072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14705/statm: 114811 107023 199 432 0 114376 0
[pid=14705/tid=14707] ppid=14703 vsize=459244 CPUtime=1657.06 cores=0,2,4,6
/proc/14705/task/14707/stat : 14707 (wbo1.7) R 14703 14705 12409 0 -1 4202560 95858 0 0 0 165607 99 0 0 20 0 2 0 277013156 470265856 107023 33554432000 4194304 5963574 140736577267552 140613506144056 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1661.88
Current children cumulated vsize (KiB) 459244

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 14901
/proc/meminfo: memFree=30723496/32873844 swapFree=7616/7616
[pid=14705] ppid=14703 vsize=459244 CPUtime=1721.85 cores=0,2,4,6
/proc/14705/stat : 14705 (wbo1.7) S 14703 14705 12409 0 -1 4202496 110015 0 0 0 172108 77 0 0 20 0 2 0 277013085 470265856 107210 33554432000 4194304 5963574 140736577267552 140736577267072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14705/statm: 114811 107210 199 432 0 114376 0
[pid=14705/tid=14707] ppid=14703 vsize=459244 CPUtime=1716.9 cores=0,2,4,6
/proc/14705/task/14707/stat : 14707 (wbo1.7) R 14703 14705 12409 0 -1 4202560 95973 0 0 0 171589 101 0 0 20 0 2 0 277013156 470265856 107210 33554432000 4194304 5963574 140736577267552 140613506144056 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.85
Current children cumulated vsize (KiB) 459244

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 14901
/proc/meminfo: memFree=30722988/32873844 swapFree=7616/7616
[pid=14705] ppid=14703 vsize=459244 CPUtime=1781.83 cores=0,2,4,6
/proc/14705/stat : 14705 (wbo1.7) S 14703 14705 12409 0 -1 4202496 110170 0 0 0 178106 77 0 0 20 0 2 0 277013085 470265856 107520 33554432000 4194304 5963574 140736577267552 140736577267072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14705/statm: 114811 107520 199 432 0 114376 0
[pid=14705/tid=14707] ppid=14703 vsize=459244 CPUtime=1776.73 cores=0,2,4,6
/proc/14705/task/14707/stat : 14707 (wbo1.7) R 14703 14705 12409 0 -1 4202560 96128 0 0 0 177572 101 0 0 20 0 2 0 277013156 470265856 107520 33554432000 4194304 5963574 140736577267552 140613506144056 4402879 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.83
Current children cumulated vsize (KiB) 459244

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 14901
/proc/meminfo: memFree=30722988/32873844 swapFree=7616/7616
[pid=14705] ppid=14703 vsize=459244 CPUtime=1791.44 cores=0,2,4,6
/proc/14705/stat : 14705 (wbo1.7) S 14703 14705 12409 0 -1 4202496 110187 0 0 0 179067 77 0 0 20 0 2 0 277013085 470265856 107537 33554432000 4194304 5963574 140736577267552 140736577267072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14705/statm: 114811 107537 199 432 0 114376 0
[pid=14705/tid=14707] ppid=14703 vsize=459244 CPUtime=1786.31 cores=0,2,4,6
/proc/14705/task/14707/stat : 14707 (wbo1.7) R 14703 14705 12409 0 -1 4202560 96145 0 0 0 178529 102 0 0 20 0 2 0 277013156 470265856 107537 33554432000 4194304 5963574 140736577267552 140613506144056 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1791.44
Current children cumulated vsize (KiB) 459244

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 14901
/proc/meminfo: memFree=30722988/32873844 swapFree=7616/7616
[pid=14705] ppid=14703 vsize=459244 CPUtime=1794.64 cores=0,2,4,6
/proc/14705/stat : 14705 (wbo1.7) S 14703 14705 12409 0 -1 4202496 110188 0 0 0 179387 77 0 0 20 0 2 0 277013085 470265856 107538 33554432000 4194304 5963574 140736577267552 140736577267072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14705/statm: 114811 107538 199 432 0 114376 0
[pid=14705/tid=14707] ppid=14703 vsize=459244 CPUtime=1789.5 cores=0,2,4,6
/proc/14705/task/14707/stat : 14707 (wbo1.7) R 14703 14705 12409 0 -1 4202560 96146 0 0 0 178848 102 0 0 20 0 2 0 277013156 470265856 107538 33554432000 4194304 5963574 140736577267552 140613506144056 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1794.64
Current children cumulated vsize (KiB) 459244

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 14901
/proc/meminfo: memFree=30722740/32873844 swapFree=7616/7616
[pid=14705] ppid=14703 vsize=459244 CPUtime=1797.83 cores=0,2,4,6
/proc/14705/stat : 14705 (wbo1.7) S 14703 14705 12409 0 -1 4202496 110269 0 0 0 179706 77 0 0 20 0 2 0 277013085 470265856 107619 33554432000 4194304 5963574 140736577267552 140736577267072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14705/statm: 114811 107619 199 432 0 114376 0
[pid=14705/tid=14707] ppid=14703 vsize=459244 CPUtime=1792.69 cores=0,2,4,6
/proc/14705/task/14707/stat : 14707 (wbo1.7) R 14703 14705 12409 0 -1 4202560 96227 0 0 0 179167 102 0 0 20 0 2 0 277013156 470265856 107619 33554432000 4194304 5963574 140736577267552 140613506144056 4403213 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1797.83
Current children cumulated vsize (KiB) 459244

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 14901
/proc/meminfo: memFree=30722616/32873844 swapFree=7616/7616
[pid=14705] ppid=14703 vsize=459244 CPUtime=1798.63 cores=0,2,4,6
/proc/14705/stat : 14705 (wbo1.7) S 14703 14705 12409 0 -1 4202496 110269 0 0 0 179786 77 0 0 20 0 2 0 277013085 470265856 107619 33554432000 4194304 5963574 140736577267552 140736577267072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14705/statm: 114811 107619 199 432 0 114376 0
[pid=14705/tid=14707] ppid=14703 vsize=459244 CPUtime=1793.48 cores=0,2,4,6
/proc/14705/task/14707/stat : 14707 (wbo1.7) R 14703 14705 12409 0 -1 4202560 96227 0 0 0 179246 102 0 0 20 0 2 0 277013156 470265856 107619 33554432000 4194304 5963574 140736577267552 140613506144056 4399614 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.63
Current children cumulated vsize (KiB) 459244

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 14901
/proc/meminfo: memFree=30722616/32873844 swapFree=7616/7616
[pid=14705] ppid=14703 vsize=459244 CPUtime=1799.04 cores=0,2,4,6
/proc/14705/stat : 14705 (wbo1.7) S 14703 14705 12409 0 -1 4202496 110270 0 0 0 179827 77 0 0 20 0 2 0 277013085 470265856 107620 33554432000 4194304 5963574 140736577267552 140736577267072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14705/statm: 114811 107620 199 432 0 114376 0
[pid=14705/tid=14707] ppid=14703 vsize=459244 CPUtime=1793.89 cores=0,2,4,6
/proc/14705/task/14707/stat : 14707 (wbo1.7) R 14703 14705 12409 0 -1 4202560 96228 0 0 0 179287 102 0 0 20 0 2 0 277013156 470265856 107620 33554432000 4194304 5963574 140736577267552 140613506144056 4399633 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.04
Current children cumulated vsize (KiB) 459244

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 14901
/proc/meminfo: memFree=30722616/32873844 swapFree=7616/7616
[pid=14705] ppid=14703 vsize=459244 CPUtime=1799.43 cores=0,2,4,6
/proc/14705/stat : 14705 (wbo1.7) S 14703 14705 12409 0 -1 4202496 110270 0 0 0 179866 77 0 0 20 0 2 0 277013085 470265856 107620 33554432000 4194304 5963574 140736577267552 140736577267072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14705/statm: 114811 107620 199 432 0 114376 0
[pid=14705/tid=14707] ppid=14703 vsize=459244 CPUtime=1794.28 cores=0,2,4,6
/proc/14705/task/14707/stat : 14707 (wbo1.7) R 14703 14705 12409 0 -1 4202560 96228 0 0 0 179326 102 0 0 20 0 2 0 277013156 470265856 107620 33554432000 4194304 5963574 140736577267552 140613506144056 4400078 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.43
Current children cumulated vsize (KiB) 459244

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 14901
/proc/meminfo: memFree=30722616/32873844 swapFree=7616/7616
[pid=14705] ppid=14703 vsize=459244 CPUtime=1799.53 cores=0,2,4,6
/proc/14705/stat : 14705 (wbo1.7) S 14703 14705 12409 0 -1 4202496 110270 0 0 0 179876 77 0 0 20 0 2 0 277013085 470265856 107620 33554432000 4194304 5963574 140736577267552 140736577267072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14705/statm: 114811 107620 199 432 0 114376 0
[pid=14705/tid=14707] ppid=14703 vsize=459244 CPUtime=1794.38 cores=0,2,4,6
/proc/14705/task/14707/stat : 14707 (wbo1.7) R 14703 14705 12409 0 -1 4202560 96228 0 0 0 179336 102 0 0 20 0 2 0 277013156 470265856 107620 33554432000 4194304 5963574 140736577267552 140613506144056 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.53
Current children cumulated vsize (KiB) 459244

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14705 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=51262
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=55839
# CPU time returned by wait4() is 1795.11
# while last known CPU time is 1799.53
#
# 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.53
CPU user time (s): 1798.76
CPU system time (s): 0.77
CPU usage (%): 99.9736
Max. virtual memory (cumulated for all children) (KiB): 459244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.05
system time used= 1.05584
maximum resident set size= 430480
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 110270
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= 173
involuntary context switches= 1953

runsolver used 3.11053 second user time and 8.48771 second system time

The end

Launcher Data

Begin job on node135 at 2012-05-27 10:54:43
IDJOB=3705502
IDBENCH=77380
IDSOLVER=2283
FILE ID=node135/3705502-1338108883
RUNJOBID= node135-1338083668-12425
PBS_JOBID= 14624422
Free space on /tmp= 71628 MiB

SOLVER NAME= wbo 1.7
BENCH NAME= PB10/normalized-PB10/OPT-SMALLINT-LIN/oliveras/j120opt/normalized-j12038_4.std.opb
COMMAND LINE= wbo1.7 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3705502-1338108883/watcher-3705502-1338108883 -o /tmp/evaluation-result-3705502-1338108883/solver-3705502-1338108883 -C 1800 -W 1900 -M 15500  wbo1.7 -file-format=opb HOME/instance-3705502-1338108883.opb

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

MD5SUM BENCH= 661b4190c55178f9645295549e370fd5
RANDOM SEED=633920275

node135.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.820
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.64
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.820
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	: 5332.57
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.820
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.55
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.820
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	: 5332.55
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.820
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	: 5332.54
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.820
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	: 5332.55
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.820
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	: 5238.35
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.820
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30969544 kB
Buffers:          279572 kB
Cached:           321292 kB
SwapCached:         1732 kB
Active:          1012348 kB
Inactive:          75268 kB
Active(anon):     477092 kB
Inactive(anon):    12016 kB
Active(file):     535256 kB
Inactive(file):    63252 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67105788 kB
Dirty:             13828 kB
Writeback:             0 kB
AnonPages:        494752 kB
Mapped:            12472 kB
Shmem:               132 kB
Slab:             675052 kB
SReclaimable:     116300 kB
SUnreclaim:       558752 kB
KernelStack:        1504 kB
PageTables:         4856 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     167392 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    389120 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= 71620 MiB
End job on node135 at 2012-05-27 11:24:43