Trace number 3713122

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 NameAnswerCPU timeWall clock time
wbo 1.71? 1799.67 1800

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl20_30_pb.cnf.cr--soft-0-100-0.wbo
MD5SUMccc8229e0445e5a3e6fad9172f1ab48d
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark0.269958
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1200
Total number of constraints100
Number of soft constraints100
Number of constraints which are clauses60
Number of constraints which are cardinality constraints (but not clauses)40
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint20
Maximum length of a constraint30
Top cost 4887
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 4886
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 31
Number of bits of the biggest sum of numbers5
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.71 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing wbo file format. File HOME/instance-3713122-1338207684.wbo.
0.00/0.00	c Instance file HOME/instance-3713122-1338207684.wbo
0.00/0.00	c File size is 20880 bytes.
0.00/0.00	c Highest Coefficient sum: 31
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.00         s                                      |
0.00/0.00	c |  Number Variables:      1300                                                |
0.00/0.00	c |  Number Clauses:        60                                                  |
0.00/0.00	c |  Number Cardinality:    0                                                   |
0.00/0.00	c |  Number PB Constraints: 40                                                  |
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Problem Type:          Optimization                                        |
0.00/0.00	c |  Objective Function:    PB Constraint                                       |
0.00/0.00	c |                                                                             |
0.00/0.00	c ============================[ Search Statistics ]==============================
0.00/0.00	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.00/0.00	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.00/0.00	c ===============================================================================
1799.67/1800.00	c ===============================================================================
1799.67/1800.00	c Wall Clock Time: 1800.00 s
1799.67/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-3713122-1338207684/watcher-3713122-1338207684 -o /tmp/evaluation-result-3713122-1338207684/solver-3713122-1338207684 -C 1800 -W 1900 -M 15500 wbo1.71 -file-format=wbo HOME/instance-3713122-1338207684.wbo 

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/177 1256
/proc/meminfo: memFree=27108380/32873648 swapFree=6336/6336
[pid=1256] ppid=1254 vsize=4484 CPUtime=0 cores=0,2,4,6
/proc/1256/stat : 1256 (wbo1.71) R 1254 1256 32463 0 -1 4202496 623 0 0 0 0 0 0 0 20 0 1 0 286895645 4591616 570 33554432000 4194304 5964318 140736292708464 140735624102552 4297174 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/1256/statm: 1121 578 170 433 0 685 0
[pid=1256/tid=1257] ppid=1254 vsize=84048 CPUtime=0 cores=0,2,4,6
/proc/1256/task/1257/stat : 1257 (wbo1.71) R 1254 1256 32463 0 -1 4202560 163 0 0 0 0 0 0 0 20 0 2 0 286895645 86065152 914 33554432000 4194304 5964318 140736292708464 140735624102552 5136394 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0

[startup+0.0487649 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1256
/proc/meminfo: memFree=27108380/32873648 swapFree=6336/6336
[pid=1256] ppid=1254 vsize=84048 CPUtime=0.04 cores=0,2,4,6
/proc/1256/stat : 1256 (wbo1.71) S 1254 1256 32463 0 -1 4202496 1137 0 0 0 4 0 0 0 20 0 2 0 286895645 86065152 1084 33554432000 4194304 5964318 140736292708464 140736292707984 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1256/statm: 21012 1084 194 433 0 20576 0
[pid=1256/tid=1257] ppid=1254 vsize=84048 CPUtime=0.03 cores=0,2,4,6
/proc/1256/task/1257/stat : 1257 (wbo1.71) R 1254 1256 32463 0 -1 4202560 333 0 0 0 3 0 0 0 20 0 2 0 286895645 86065152 1084 33554432000 4194304 5964318 140736292708464 140735624102552 5136324 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 84048

[startup+0.100288 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1256
/proc/meminfo: memFree=27108380/32873648 swapFree=6336/6336
[pid=1256] ppid=1254 vsize=84048 CPUtime=0.09 cores=0,2,4,6
/proc/1256/stat : 1256 (wbo1.71) S 1254 1256 32463 0 -1 4202496 1273 0 0 0 9 0 0 0 20 0 2 0 286895645 86065152 1220 33554432000 4194304 5964318 140736292708464 140736292707984 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1256/statm: 21012 1220 194 433 0 20576 0
[pid=1256/tid=1257] ppid=1254 vsize=84048 CPUtime=0.08 cores=0,2,4,6
/proc/1256/task/1257/stat : 1257 (wbo1.71) R 1254 1256 32463 0 -1 4202560 469 0 0 0 8 0 0 0 20 0 2 0 286895645 86065152 1220 33554432000 4194304 5964318 140736292708464 140735624102552 4388096 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 84048

[startup+0.300295 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1256
/proc/meminfo: memFree=27108380/32873648 swapFree=6336/6336
[pid=1256] ppid=1254 vsize=84048 CPUtime=0.29 cores=0,2,4,6
/proc/1256/stat : 1256 (wbo1.71) S 1254 1256 32463 0 -1 4202496 1681 0 0 0 29 0 0 0 20 0 2 0 286895645 86065152 1628 33554432000 4194304 5964318 140736292708464 140736292707984 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1256/statm: 21012 1628 194 433 0 20576 0
[pid=1256/tid=1257] ppid=1254 vsize=84048 CPUtime=0.28 cores=0,2,4,6
/proc/1256/task/1257/stat : 1257 (wbo1.71) R 1254 1256 32463 0 -1 4202560 877 0 0 0 28 0 0 0 20 0 2 0 286895645 86065152 1628 33554432000 4194304 5964318 140736292708464 140145766184952 4399982 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84048

[startup+0.700294 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1256
/proc/meminfo: memFree=27108380/32873648 swapFree=6336/6336
[pid=1256] ppid=1254 vsize=84048 CPUtime=0.69 cores=0,2,4,6
/proc/1256/stat : 1256 (wbo1.71) S 1254 1256 32463 0 -1 4202496 2266 0 0 0 69 0 0 0 20 0 2 0 286895645 86065152 2213 33554432000 4194304 5964318 140736292708464 140736292707984 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1256/statm: 21012 2213 194 433 0 20576 0
[pid=1256/tid=1257] ppid=1254 vsize=84048 CPUtime=0.68 cores=0,2,4,6
/proc/1256/task/1257/stat : 1257 (wbo1.71) R 1254 1256 32463 0 -1 4202560 1462 0 0 0 68 0 0 0 20 0 2 0 286895645 86065152 2213 33554432000 4194304 5964318 140736292708464 140145766184952 4399971 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 84048

[startup+1.50029 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1258
/proc/meminfo: memFree=27098824/32873648 swapFree=6336/6336
[pid=1256] ppid=1254 vsize=84048 CPUtime=1.48 cores=0,2,4,6
/proc/1256/stat : 1256 (wbo1.71) S 1254 1256 32463 0 -1 4202496 3377 0 0 0 148 0 0 0 20 0 2 0 286895645 86065152 3324 33554432000 4194304 5964318 140736292708464 140736292707984 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1256/statm: 21012 3324 194 433 0 20576 0
[pid=1256/tid=1257] ppid=1254 vsize=84048 CPUtime=1.48 cores=0,2,4,6
/proc/1256/task/1257/stat : 1257 (wbo1.71) R 1254 1256 32463 0 -1 4202560 2573 0 0 0 148 0 0 0 20 0 2 0 286895645 86065152 3324 33554432000 4194304 5964318 140736292708464 140145766184952 5179147 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 84048

[startup+3.10022 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1258
/proc/meminfo: memFree=27093360/32873648 swapFree=6336/6336
[pid=1256] ppid=1254 vsize=84192 CPUtime=3.09 cores=0,2,4,6
/proc/1256/stat : 1256 (wbo1.71) S 1254 1256 32463 0 -1 4202496 4786 0 0 0 308 1 0 0 20 0 2 0 286895645 86212608 4733 33554432000 4194304 5964318 140736292708464 140736292707984 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1256/statm: 21048 4733 194 433 0 20612 0
[pid=1256/tid=1257] ppid=1254 vsize=84192 CPUtime=3.07 cores=0,2,4,6
/proc/1256/task/1257/stat : 1257 (wbo1.71) R 1254 1256 32463 0 -1 4202560 3982 0 0 0 306 1 0 0 20 0 2 0 286895645 86212608 4733 33554432000 4194304 5964318 140736292708464 140145766184952 4400007 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) 84192

[startup+6.30022 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1258
/proc/meminfo: memFree=27085408/32873648 swapFree=6336/6336
[pid=1256] ppid=1254 vsize=84192 CPUtime=6.28 cores=0,2,4,6
/proc/1256/stat : 1256 (wbo1.71) S 1254 1256 32463 0 -1 4202496 5604 0 0 0 627 1 0 0 20 0 2 0 286895645 86212608 5551 33554432000 4194304 5964318 140736292708464 140736292707984 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1256/statm: 21048 5551 194 433 0 20612 0
[pid=1256/tid=1257] ppid=1254 vsize=84192 CPUtime=6.26 cores=0,2,4,6
/proc/1256/task/1257/stat : 1257 (wbo1.71) R 1254 1256 32463 0 -1 4202560 4800 0 0 0 625 1 0 0 20 0 2 0 286895645 86212608 5551 33554432000 4194304 5964318 140736292708464 140145766184760 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 84192

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1258
/proc/meminfo: memFree=27080228/32873648 swapFree=6336/6336
[pid=1256] ppid=1254 vsize=84192 CPUtime=12.69 cores=0,2,4,6
/proc/1256/stat : 1256 (wbo1.71) S 1254 1256 32463 0 -1 4202496 6727 0 0 0 1267 2 0 0 20 0 2 0 286895645 86212608 6674 33554432000 4194304 5964318 140736292708464 140736292707984 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1256/statm: 21048 6674 194 433 0 20612 0
[pid=1256/tid=1257] ppid=1254 vsize=84192 CPUtime=12.65 cores=0,2,4,6
/proc/1256/task/1257/stat : 1257 (wbo1.71) R 1254 1256 32463 0 -1 4202560 5923 0 0 0 1263 2 0 0 20 0 2 0 286895645 86212608 6674 33554432000 4194304 5964318 140736292708464 140145766185000 4221120 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) 84192

[startup+25.5003 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 1258
/proc/meminfo: memFree=27073888/32873648 swapFree=6336/6336
[pid=1256] ppid=1254 vsize=84264 CPUtime=25.48 cores=0,2,4,6
/proc/1256/stat : 1256 (wbo1.71) S 1254 1256 32463 0 -1 4202496 7864 0 0 0 2546 2 0 0 20 0 2 0 286895645 86286336 7811 33554432000 4194304 5964318 140736292708464 140736292707984 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1256/statm: 21066 7811 194 433 0 20630 0
[pid=1256/tid=1257] ppid=1254 vsize=84264 CPUtime=25.41 cores=0,2,4,6
/proc/1256/task/1257/stat : 1257 (wbo1.71) R 1254 1256 32463 0 -1 4202560 7060 0 0 0 2539 2 0 0 20 0 2 0 286895645 86286336 7811 33554432000 4194304 5964318 140736292708464 140145766184952 5139070 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 84264

[startup+51.1003 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 1258
/proc/meminfo: memFree=27060372/32873648 swapFree=6336/6336
[pid=1256] ppid=1254 vsize=84984 CPUtime=51.09 cores=0,2,4,6
/proc/1256/stat : 1256 (wbo1.71) S 1254 1256 32463 0 -1 4202496 9680 0 0 0 5105 4 0 0 20 0 2 0 286895645 87023616 9627 33554432000 4194304 5964318 140736292708464 140736292707984 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1256/statm: 21246 9627 194 433 0 20810 0
[pid=1256/tid=1257] ppid=1254 vsize=84984 CPUtime=50.95 cores=0,2,4,6
/proc/1256/task/1257/stat : 1257 (wbo1.71) R 1254 1256 32463 0 -1 4202560 8876 0 0 0 5092 3 0 0 20 0 2 0 286895645 87023616 9627 33554432000 4194304 5964318 140736292708464 140145766184760 4399971 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) 84984

[startup+102.306 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 1258
/proc/meminfo: memFree=27050204/32873648 swapFree=6336/6336
[pid=1256] ppid=1254 vsize=85272 CPUtime=102.28 cores=0,2,4,6
/proc/1256/stat : 1256 (wbo1.71) S 1254 1256 32463 0 -1 4202496 10564 0 0 0 10224 4 0 0 20 0 2 0 286895645 87318528 10511 33554432000 4194304 5964318 140736292708464 140736292707984 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1256/statm: 21318 10511 194 433 0 20882 0
[pid=1256/tid=1257] ppid=1254 vsize=85272 CPUtime=102.02 cores=0,2,4,6
/proc/1256/task/1257/stat : 1257 (wbo1.71) R 1254 1256 32463 0 -1 4202560 9760 0 0 0 10197 5 0 0 20 0 2 0 286895645 87318528 10511 33554432000 4194304 5964318 140736292708464 140145766184952 4399991 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) 85272

[startup+162.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 1258
/proc/meminfo: memFree=27032296/32873648 swapFree=6336/6336
[pid=1256] ppid=1254 vsize=86100 CPUtime=162.24 cores=0,2,4,6
/proc/1256/stat : 1256 (wbo1.71) S 1254 1256 32463 0 -1 4202496 14115 0 0 0 16219 5 0 0 20 0 2 0 286895645 88166400 14607 33554432000 4194304 5964318 140736292708464 140736292707984 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1256/statm: 21525 14607 194 433 0 21089 0
[pid=1256/tid=1257] ppid=1254 vsize=86100 CPUtime=161.83 cores=0,2,4,6
/proc/1256/task/1257/stat : 1257 (wbo1.71) R 1254 1256 32463 0 -1 4202560 13311 0 0 0 16176 7 0 0 20 0 2 0 286895645 88166400 14607 33554432000 4194304 5964318 140736292708464 140145766184952 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 86100

[startup+222.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/179 1258
/proc/meminfo: memFree=27019960/32873648 swapFree=6336/6336
[pid=1256] ppid=1254 vsize=87124 CPUtime=222.23 cores=0,2,4,6
/proc/1256/stat : 1256 (wbo1.71) S 1254 1256 32463 0 -1 4202496 17117 0 0 0 22216 7 0 0 20 0 2 0 286895645 89214976 17609 33554432000 4194304 5964318 140736292708464 140736292707984 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1256/statm: 21781 17609 194 433 0 21345 0
[pid=1256/tid=1257] ppid=1254 vsize=87124 CPUtime=221.68 cores=0,2,4,6
/proc/1256/task/1257/stat : 1257 (wbo1.71) R 1254 1256 32463 0 -1 4202560 16313 0 0 0 22158 10 0 0 20 0 2 0 286895645 89214976 17609 33554432000 4194304 5964318 140736292708464 140145766184952 4399960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 87124

[startup+282.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 1258
/proc/meminfo: memFree=27005576/32873648 swapFree=6336/6336
[pid=1256] ppid=1254 vsize=153164 CPUtime=282.22 cores=0,2,4,6
/proc/1256/stat : 1256 (wbo1.71) S 1254 1256 32463 0 -1 4202496 18852 0 0 0 28214 8 0 0 20 0 2 0 286895645 156839936 19344 33554432000 4194304 5964318 140736292708464 140736292707984 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1256/statm: 38291 19344 194 433 0 37855 0
[pid=1256/tid=1257] ppid=1254 vsize=153164 CPUtime=281.52 cores=0,2,4,6
/proc/1256/task/1257/stat : 1257 (wbo1.71) R 1254 1256 32463 0 -1 4202560 18048 0 0 0 28140 12 0 0 20 0 2 0 286895645 156839936 19344 33554432000 4194304 5964318 140736292708464 140145766184760 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 153164

[startup+342.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 1259
/proc/meminfo: memFree=26999172/32873648 swapFree=6336/6336
[pid=1256] ppid=1254 vsize=153452 CPUtime=342.21 cores=0,2,4,6
/proc/1256/stat : 1256 (wbo1.71) S 1254 1256 32463 0 -1 4202496 19012 0 0 0 34213 8 0 0 20 0 2 0 286895645 157134848 19493 33554432000 4194304 5964318 140736292708464 140736292707984 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1256/statm: 38363 19493 194 433 0 37927 0
[pid=1256/tid=1257] ppid=1254 vsize=153452 CPUtime=341.36 cores=0,2,4,6
/proc/1256/task/1257/stat : 1257 (wbo1.71) R 1254 1256 32463 0 -1 4202560 18208 0 0 0 34123 13 0 0 20 0 2 0 286895645 157134848 19493 33554432000 4194304 5964318 140736292708464 140145766184824 4399973 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 153452

[startup+402.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/179 1259
/proc/meminfo: memFree=26994976/32873648 swapFree=6336/6336
[pid=1256] ppid=1254 vsize=154748 CPUtime=402.2 cores=0,2,4,6
/proc/1256/stat : 1256 (wbo1.71) S 1254 1256 32463 0 -1 4202496 19290 0 0 0 40212 8 0 0 20 0 2 0 286895645 158461952 19771 33554432000 4194304 5964318 140736292708464 140736292707984 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1308
/proc/meminfo: memFree=26784748/32873648 swapFree=6336/6336
[pid=1256] ppid=1254 vsize=165420 CPUtime=1422.04 cores=0,2,4,6
/proc/1256/stat : 1256 (wbo1.71) S 1254 1256 32463 0 -1 4202496 33944 0 0 0 142183 21 0 0 20 0 2 0 286895645 169390080 34957 33554432000 4194304 5964318 140736292708464 140736292707984 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1256/statm: 41355 34958 194 433 0 40919 0
[pid=1256/tid=1257] ppid=1254 vsize=165420 CPUtime=1418.59 cores=0,2,4,6
/proc/1256/task/1257/stat : 1257 (wbo1.71) R 1254 1256 32463 0 -1 4202560 33141 0 0 0 141817 42 0 0 20 0 2 0 286895645 169390080 34958 33554432000 4194304 5964318 140736292708464 140145766184952 5136324 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 165420

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1308
/proc/meminfo: memFree=26769620/32873648 swapFree=6336/6336
[pid=1256] ppid=1254 vsize=231244 CPUtime=1482.03 cores=0,2,4,6
/proc/1256/stat : 1256 (wbo1.71) S 1254 1256 32463 0 -1 4202496 37674 0 0 0 148177 26 0 0 20 0 2 0 286895645 236793856 38687 33554432000 4194304 5964318 140736292708464 140736292707984 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1256/statm: 57811 38687 194 433 0 57375 0
[pid=1256/tid=1257] ppid=1254 vsize=231244 CPUtime=1478.43 cores=0,2,4,6
/proc/1256/task/1257/stat : 1257 (wbo1.71) R 1254 1256 32463 0 -1 4202560 36870 0 0 0 147796 47 0 0 20 0 2 0 286895645 236793856 38687 33554432000 4194304 5964318 140736292708464 140145766184952 4399995 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 231244

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1309
/proc/meminfo: memFree=26737008/32873648 swapFree=6336/6336
[pid=1256] ppid=1254 vsize=231244 CPUtime=1542.02 cores=0,2,4,6
/proc/1256/stat : 1256 (wbo1.71) S 1254 1256 32463 0 -1 4202496 37930 0 0 0 154176 26 0 0 20 0 2 0 286895645 236793856 38943 33554432000 4194304 5964318 140736292708464 140736292707984 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1256/statm: 57811 38943 194 433 0 57375 0
[pid=1256/tid=1257] ppid=1254 vsize=231244 CPUtime=1538.27 cores=0,2,4,6
/proc/1256/task/1257/stat : 1257 (wbo1.71) R 1254 1256 32463 0 -1 4202560 37126 0 0 0 153779 48 0 0 20 0 2 0 286895645 236793856 38943 33554432000 4194304 5964318 140736292708464 140145766184952 4399995 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 231244

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1309
/proc/meminfo: memFree=26712084/32873648 swapFree=6336/6336
[pid=1256] ppid=1254 vsize=231316 CPUtime=1602.01 cores=0,2,4,6
/proc/1256/stat : 1256 (wbo1.71) S 1254 1256 32463 0 -1 4202496 37953 0 0 0 160175 26 0 0 20 0 2 0 286895645 236867584 38966 33554432000 4194304 5964318 140736292708464 140736292707984 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1256/statm: 57829 38966 194 433 0 57393 0
[pid=1256/tid=1257] ppid=1254 vsize=231316 CPUtime=1598.12 cores=0,2,4,6
/proc/1256/task/1257/stat : 1257 (wbo1.71) R 1254 1256 32463 0 -1 4202560 37149 0 0 0 159762 50 0 0 20 0 2 0 286895645 236867584 38966 33554432000 4194304 5964318 140736292708464 140145766185000 4399991 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 231316

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1309
/proc/meminfo: memFree=26711836/32873648 swapFree=6336/6336
[pid=1256] ppid=1254 vsize=231784 CPUtime=1662 cores=0,2,4,6
/proc/1256/stat : 1256 (wbo1.71) S 1254 1256 32463 0 -1 4202496 38052 0 0 0 166174 26 0 0 20 0 2 0 286895645 237346816 39065 33554432000 4194304 5964318 140736292708464 140736292707984 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1256/statm: 57946 39065 194 433 0 57510 0
[pid=1256/tid=1257] ppid=1254 vsize=231784 CPUtime=1657.97 cores=0,2,4,6
/proc/1256/task/1257/stat : 1257 (wbo1.71) R 1254 1256 32463 0 -1 4202560 37248 0 0 0 165746 51 0 0 20 0 2 0 286895645 237346816 39065 33554432000 4194304 5964318 140736292708464 140145766185000 4400019 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 231784

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 1312
/proc/meminfo: memFree=26710336/32873648 swapFree=6336/6336
[pid=1256] ppid=1254 vsize=232500 CPUtime=1721.98 cores=0,2,4,6
/proc/1256/stat : 1256 (wbo1.71) S 1254 1256 32463 0 -1 4202496 38206 0 0 0 172172 26 0 0 20 0 2 0 286895645 238080000 39212 33554432000 4194304 5964318 140736292708464 140736292707984 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1256/statm: 58125 39212 194 433 0 57689 0
[pid=1256/tid=1257] ppid=1254 vsize=232500 CPUtime=1717.81 cores=0,2,4,6
/proc/1256/task/1257/stat : 1257 (wbo1.71) R 1254 1256 32463 0 -1 4202560 37402 0 0 0 171729 52 0 0 20 0 2 0 286895645 238080000 39212 33554432000 4194304 5964318 140736292708464 140145766185000 4399991 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 232500

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1312
/proc/meminfo: memFree=26701948/32873648 swapFree=6336/6336
[pid=1256] ppid=1254 vsize=235880 CPUtime=1781.97 cores=0,2,4,6
/proc/1256/stat : 1256 (wbo1.71) S 1254 1256 32463 0 -1 4202496 40475 0 0 0 178170 27 0 0 20 0 2 0 286895645 241541120 41481 33554432000 4194304 5964318 140736292708464 140736292707984 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1256/statm: 58970 41481 194 433 0 58534 0
[pid=1256/tid=1257] ppid=1254 vsize=235880 CPUtime=1777.65 cores=0,2,4,6
/proc/1256/task/1257/stat : 1257 (wbo1.71) R 1254 1256 32463 0 -1 4202560 39671 0 0 0 177711 54 0 0 20 0 2 0 286895645 241541120 41481 33554432000 4194304 5964318 140736292708464 140145766184760 4399824 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 235880

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1312
/proc/meminfo: memFree=26695924/32873648 swapFree=6336/6336
[pid=1256] ppid=1254 vsize=236240 CPUtime=1791.58 cores=0,2,4,6
/proc/1256/stat : 1256 (wbo1.71) S 1254 1256 32463 0 -1 4202496 40964 0 0 0 179131 27 0 0 20 0 2 0 286895645 241909760 41936 33554432000 4194304 5964318 140736292708464 140736292707984 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1256/statm: 59060 41936 194 433 0 58624 0
[pid=1256/tid=1257] ppid=1254 vsize=236240 CPUtime=1787.23 cores=0,2,4,6
/proc/1256/task/1257/stat : 1257 (wbo1.71) R 1254 1256 32463 0 -1 4202560 40160 0 0 0 178669 54 0 0 20 0 2 0 286895645 241909760 41936 33554432000 4194304 5964318 140736292708464 140145766184760 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1791.58
Current children cumulated vsize (KiB) 236240

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1312
/proc/meminfo: memFree=26694188/32873648 swapFree=6336/6336
[pid=1256] ppid=1254 vsize=236240 CPUtime=1794.77 cores=0,2,4,6
/proc/1256/stat : 1256 (wbo1.71) S 1254 1256 32463 0 -1 4202496 41035 0 0 0 179450 27 0 0 20 0 2 0 286895645 241909760 42007 33554432000 4194304 5964318 140736292708464 140736292707984 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1256/statm: 59060 42007 194 433 0 58624 0
[pid=1256/tid=1257] ppid=1254 vsize=236240 CPUtime=1790.43 cores=0,2,4,6
/proc/1256/task/1257/stat : 1257 (wbo1.71) R 1254 1256 32463 0 -1 4202560 40231 0 0 0 178989 54 0 0 20 0 2 0 286895645 241909760 42007 33554432000 4194304 5964318 140736292708464 140145766184760 4399824 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1794.77
Current children cumulated vsize (KiB) 236240

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1312
/proc/meminfo: memFree=26692452/32873648 swapFree=6336/6336
[pid=1256] ppid=1254 vsize=236240 CPUtime=1797.97 cores=0,2,4,6
/proc/1256/stat : 1256 (wbo1.71) S 1254 1256 32463 0 -1 4202496 41111 0 0 0 179770 27 0 0 20 0 2 0 286895645 241909760 42083 33554432000 4194304 5964318 140736292708464 140736292707984 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1256/statm: 59060 42083 194 433 0 58624 0
[pid=1256/tid=1257] ppid=1254 vsize=236240 CPUtime=1793.61 cores=0,2,4,6
/proc/1256/task/1257/stat : 1257 (wbo1.71) R 1254 1256 32463 0 -1 4202560 40307 0 0 0 179307 54 0 0 20 0 2 0 286895645 241909760 42083 33554432000 4194304 5964318 140736292708464 140145766184760 4399890 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1797.97
Current children cumulated vsize (KiB) 236240

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1312
/proc/meminfo: memFree=26691708/32873648 swapFree=6336/6336
[pid=1256] ppid=1254 vsize=236240 CPUtime=1798.77 cores=0,2,4,6
/proc/1256/stat : 1256 (wbo1.71) S 1254 1256 32463 0 -1 4202496 41146 0 0 0 179850 27 0 0 20 0 2 0 286895645 241909760 42118 33554432000 4194304 5964318 140736292708464 140736292707984 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1256/statm: 59060 42118 194 433 0 58624 0
[pid=1256/tid=1257] ppid=1254 vsize=236240 CPUtime=1794.41 cores=0,2,4,6
/proc/1256/task/1257/stat : 1257 (wbo1.71) R 1254 1256 32463 0 -1 4202560 40342 0 0 0 179387 54 0 0 20 0 2 0 286895645 241909760 42118 33554432000 4194304 5964318 140736292708464 140145766184760 4399960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.77
Current children cumulated vsize (KiB) 236240

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1312
/proc/meminfo: memFree=26691088/32873648 swapFree=6336/6336
[pid=1256] ppid=1254 vsize=236240 CPUtime=1799.17 cores=0,2,4,6
/proc/1256/stat : 1256 (wbo1.71) S 1254 1256 32463 0 -1 4202496 41146 0 0 0 179890 27 0 0 20 0 2 0 286895645 241909760 42118 33554432000 4194304 5964318 140736292708464 140736292707984 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1256/statm: 59060 42118 194 433 0 58624 0
[pid=1256/tid=1257] ppid=1254 vsize=236240 CPUtime=1794.81 cores=0,2,4,6
/proc/1256/task/1257/stat : 1257 (wbo1.71) R 1254 1256 32463 0 -1 4202560 40342 0 0 0 179427 54 0 0 20 0 2 0 286895645 241909760 42118 33554432000 4194304 5964318 140736292708464 140145766184760 4400320 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.17
Current children cumulated vsize (KiB) 236240

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1312
/proc/meminfo: memFree=26691088/32873648 swapFree=6336/6336
[pid=1256] ppid=1254 vsize=236240 CPUtime=1799.57 cores=0,2,4,6
/proc/1256/stat : 1256 (wbo1.71) S 1254 1256 32463 0 -1 4202496 41170 0 0 0 179930 27 0 0 20 0 2 0 286895645 241909760 42142 33554432000 4194304 5964318 140736292708464 140736292707984 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1256/statm: 59060 42142 194 433 0 58624 0
[pid=1256/tid=1257] ppid=1254 vsize=236240 CPUtime=1795.21 cores=0,2,4,6
/proc/1256/task/1257/stat : 1257 (wbo1.71) R 1254 1256 32463 0 -1 4202560 40366 0 0 0 179467 54 0 0 20 0 2 0 286895645 241909760 42142 33554432000 4194304 5964318 140736292708464 140145766184760 4399973 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.57
Current children cumulated vsize (KiB) 236240

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1312
/proc/meminfo: memFree=26691088/32873648 swapFree=6336/6336
[pid=1256] ppid=1254 vsize=236240 CPUtime=1799.67 cores=0,2,4,6
/proc/1256/stat : 1256 (wbo1.71) S 1254 1256 32463 0 -1 4202496 41170 0 0 0 179940 27 0 0 20 0 2 0 286895645 241909760 42142 33554432000 4194304 5964318 140736292708464 140736292707984 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1256/statm: 59060 42142 194 433 0 58624 0
[pid=1256/tid=1257] ppid=1254 vsize=236240 CPUtime=1795.31 cores=0,2,4,6
/proc/1256/task/1257/stat : 1257 (wbo1.71) R 1254 1256 32463 0 -1 4202560 40366 0 0 0 179477 54 0 0 20 0 2 0 286895645 241909760 42142 33554432000 4194304 5964318 140736292708464 140145766184760 4400019 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.67
Current children cumulated vsize (KiB) 236240

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1256 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=779152
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=552915
# CPU time returned by wait4() is 1795.33
# while last known CPU time is 1799.67
#
# 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.67
CPU user time (s): 1799.4
CPU system time (s): 0.27
CPU usage (%): 99.9814
Max. virtual memory (cumulated for all children) (KiB): 236240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.78
system time used= 0.552915
maximum resident set size= 168580
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41173
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= 64
involuntary context switches= 2175

runsolver used 4.67629 second user time and 14.9647 second system time

The end

Launcher Data

Begin job on node112 at 2012-05-28 14:21:24
IDJOB=3713122
IDBENCH=79157
IDSOLVER=2293
FILE ID=node112/3713122-1338207684
RUNJOBID= node112-1338192203-32479
PBS_JOBID= 14624576
Free space on /tmp= 71588 MiB

SOLVER NAME= wbo 1.71
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl20_30_pb.cnf.cr--soft-0-100-0.wbo
COMMAND LINE= wbo1.71 -file-format=wbo BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3713122-1338207684/watcher-3713122-1338207684 -o /tmp/evaluation-result-3713122-1338207684/solver-3713122-1338207684 -C 1800 -W 1900 -M 15500  wbo1.71 -file-format=wbo HOME/instance-3713122-1338207684.wbo

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

MD5SUM BENCH= ccc8229e0445e5a3e6fad9172f1ab48d
RANDOM SEED=992974778

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.763
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.763
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:        27108008 kB
Buffers:          386120 kB
Cached:          4340628 kB
SwapCached:            0 kB
Active:          1027392 kB
Inactive:        3912300 kB
Active(anon):     215312 kB
Inactive(anon):        0 kB
Active(file):     812080 kB
Inactive(file):  3912300 kB
Unevictable:        6336 kB
Mlocked:            6336 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              5440 kB
Writeback:             0 kB
AnonPages:        266168 kB
Mapped:            15144 kB
Shmem:               200 kB
Slab:             688956 kB
SReclaimable:     132972 kB
SUnreclaim:       555984 kB
KernelStack:        1488 kB
PageTables:         4196 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     184168 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    182272 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= 71584 MiB
End job on node112 at 2012-05-28 14:51:24