Trace number 3712843

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.62 1800.01

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl15_16_pb.cnf.cr--soft-66-100-0.wbo
MD5SUMc3b83188909f121458b2a501f16a66ab
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark25
Best CPU time to get the best result obtained on this benchmark0.128979
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables480
Total number of constraints62
Number of soft constraints22
Number of constraints which are clauses32
Number of constraints which are cardinality constraints (but not clauses)30
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint15
Maximum length of a constraint16
Top cost 1066
Min constraint cost 1
Max constraint cost 83
Sum of constraints costs 1065
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 17
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-3712843-1338182452.wbo.
0.00/0.00	c Instance file HOME/instance-3712843-1338182452.wbo
0.00/0.00	c File size is 8298 bytes.
0.00/0.00	c Highest Coefficient sum: 17
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:      502                                                 |
0.00/0.00	c |  Number Clauses:        32                                                  |
0.00/0.00	c |  Number Cardinality:    18                                                  |
0.00/0.00	c |  Number PB Constraints: 12                                                  |
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Problem Type:          Optimization                                        |
0.00/0.00	c |  Objective Function:    Cardinality 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.62/1800.00	c ===============================================================================
1799.62/1800.00	c Wall Clock Time: 1800.00 s
1799.62/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-3712843-1338182452/watcher-3712843-1338182452 -o /tmp/evaluation-result-3712843-1338182452/solver-3712843-1338182452 -C 1800 -W 1900 -M 15500 wbo1.71 -file-format=wbo HOME/instance-3712843-1338182452.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: 0.94 1.13 1.52 2/176 1258
/proc/meminfo: memFree=31395744/32873844 swapFree=7112/7112
[pid=1258] ppid=1256 vsize=83700 CPUtime=0 cores=0,2,4,6
/proc/1258/stat : 1258 (wbo1.71) S 1256 1258 1215 0 -1 4202496 824 0 0 0 0 0 0 0 20 0 2 0 284370892 85708800 774 33554432000 4194304 5964318 140733591263344 140733591262864 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1258/statm: 20925 774 192 433 0 20489 0
[pid=1258/tid=1259] ppid=1256 vsize=83700 CPUtime=0 cores=0,2,4,6
/proc/1258/task/1259/stat : 1259 (wbo1.71) R 1256 1258 1215 0 -1 4202560 99 0 0 0 0 0 0 0 20 0 2 0 284370892 85708800 784 33554432000 4194304 5964318 140733591263344 140736607621288 5136324 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0

[startup+0.0961319 s]
/proc/loadavg: 0.94 1.13 1.52 2/176 1258
/proc/meminfo: memFree=31395744/32873844 swapFree=7112/7112
[pid=1258] ppid=1256 vsize=83700 CPUtime=0.09 cores=0,2,4,6
/proc/1258/stat : 1258 (wbo1.71) S 1256 1258 1215 0 -1 4202496 1104 0 0 0 9 0 0 0 20 0 2 0 284370892 85708800 1054 33554432000 4194304 5964318 140733591263344 140733591262864 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1258/statm: 20925 1054 194 433 0 20489 0
[pid=1258/tid=1259] ppid=1256 vsize=83700 CPUtime=0.08 cores=0,2,4,6
/proc/1258/task/1259/stat : 1259 (wbo1.71) R 1256 1258 1215 0 -1 4202560 369 0 0 0 8 0 0 0 20 0 2 0 284370892 85708800 1054 33554432000 4194304 5964318 140733591263344 140736607621288 5136394 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 83700

[startup+0.100293 s]
/proc/loadavg: 0.94 1.13 1.52 2/176 1258
/proc/meminfo: memFree=31395744/32873844 swapFree=7112/7112
[pid=1258] ppid=1256 vsize=83700 CPUtime=0.09 cores=0,2,4,6
/proc/1258/stat : 1258 (wbo1.71) S 1256 1258 1215 0 -1 4202496 1111 0 0 0 9 0 0 0 20 0 2 0 284370892 85708800 1061 33554432000 4194304 5964318 140733591263344 140733591262864 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1258/statm: 20925 1061 194 433 0 20489 0
[pid=1258/tid=1259] ppid=1256 vsize=83700 CPUtime=0.08 cores=0,2,4,6
/proc/1258/task/1259/stat : 1259 (wbo1.71) R 1256 1258 1215 0 -1 4202560 376 0 0 0 8 0 0 0 20 0 2 0 284370892 85708800 1061 33554432000 4194304 5964318 140733591263344 140736607621288 5136324 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 83700

[startup+0.300248 s]
/proc/loadavg: 0.94 1.13 1.52 2/176 1258
/proc/meminfo: memFree=31395744/32873844 swapFree=7112/7112
[pid=1258] ppid=1256 vsize=83700 CPUtime=0.29 cores=0,2,4,6
/proc/1258/stat : 1258 (wbo1.71) S 1256 1258 1215 0 -1 4202496 1453 0 0 0 29 0 0 0 20 0 2 0 284370892 85708800 1403 33554432000 4194304 5964318 140733591263344 140733591262864 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1258/statm: 20925 1403 194 433 0 20489 0
[pid=1258/tid=1259] ppid=1256 vsize=83700 CPUtime=0.28 cores=0,2,4,6
/proc/1258/task/1259/stat : 1259 (wbo1.71) R 1256 1258 1215 0 -1 4202560 718 0 0 0 28 0 0 0 20 0 2 0 284370892 85708800 1403 33554432000 4194304 5964318 140733591263344 140736607621288 5136324 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83700

[startup+0.700256 s]
/proc/loadavg: 0.94 1.13 1.52 2/176 1258
/proc/meminfo: memFree=31395744/32873844 swapFree=7112/7112
[pid=1258] ppid=1256 vsize=83700 CPUtime=0.69 cores=0,2,4,6
/proc/1258/stat : 1258 (wbo1.71) S 1256 1258 1215 0 -1 4202496 1766 0 0 0 69 0 0 0 20 0 2 0 284370892 85708800 1716 33554432000 4194304 5964318 140733591263344 140733591262864 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1258/statm: 20925 1716 194 433 0 20489 0
[pid=1258/tid=1259] ppid=1256 vsize=83700 CPUtime=0.68 cores=0,2,4,6
/proc/1258/task/1259/stat : 1259 (wbo1.71) R 1256 1258 1215 0 -1 4202560 1031 0 0 0 68 0 0 0 20 0 2 0 284370892 85708800 1716 33554432000 4194304 5964318 140733591263344 140736607621288 4400442 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83700

[startup+1.50025 s]
/proc/loadavg: 0.94 1.13 1.52 4/180 1262
/proc/meminfo: memFree=31377948/32873844 swapFree=7112/7112
[pid=1258] ppid=1256 vsize=83700 CPUtime=1.49 cores=0,2,4,6
/proc/1258/stat : 1258 (wbo1.71) S 1256 1258 1215 0 -1 4202496 2153 0 0 0 149 0 0 0 20 0 2 0 284370892 85708800 2103 33554432000 4194304 5964318 140733591263344 140733591262864 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1258/statm: 20925 2103 194 433 0 20489 0
[pid=1258/tid=1259] ppid=1256 vsize=83700 CPUtime=1.48 cores=0,2,4,6
/proc/1258/task/1259/stat : 1259 (wbo1.71) R 1256 1258 1215 0 -1 4202560 1418 0 0 0 148 0 0 0 20 0 2 0 284370892 85708800 2103 33554432000 4194304 5964318 140733591263344 139648850634744 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 83700

[startup+3.10025 s]
/proc/loadavg: 0.94 1.13 1.52 4/180 1262
/proc/meminfo: memFree=31370500/32873844 swapFree=7112/7112
[pid=1258] ppid=1256 vsize=83844 CPUtime=3.09 cores=0,2,4,6
/proc/1258/stat : 1258 (wbo1.71) S 1256 1258 1215 0 -1 4202496 2961 0 0 0 309 0 0 0 20 0 2 0 284370892 85856256 2911 33554432000 4194304 5964318 140733591263344 140733591262864 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1258/statm: 20961 2911 194 433 0 20525 0
[pid=1258/tid=1259] ppid=1256 vsize=83844 CPUtime=3.07 cores=0,2,4,6
/proc/1258/task/1259/stat : 1259 (wbo1.71) R 1256 1258 1215 0 -1 4202560 2226 0 0 0 307 0 0 0 20 0 2 0 284370892 85856256 2911 33554432000 4194304 5964318 140733591263344 139648850634744 4400019 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 83844

[startup+6.30025 s]
/proc/loadavg: 1.03 1.15 1.52 4/180 1262
/proc/meminfo: memFree=31363804/32873844 swapFree=7112/7112
[pid=1258] ppid=1256 vsize=83844 CPUtime=6.29 cores=0,2,4,6
/proc/1258/stat : 1258 (wbo1.71) S 1256 1258 1215 0 -1 4202496 3966 0 0 0 629 0 0 0 20 0 2 0 284370892 85856256 3916 33554432000 4194304 5964318 140733591263344 140733591262864 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1258/statm: 20961 3916 194 433 0 20525 0
[pid=1258/tid=1259] ppid=1256 vsize=83844 CPUtime=6.26 cores=0,2,4,6
/proc/1258/task/1259/stat : 1259 (wbo1.71) R 1256 1258 1215 0 -1 4202560 3231 0 0 0 626 0 0 0 20 0 2 0 284370892 85856256 3916 33554432000 4194304 5964318 140733591263344 139648850634552 4400019 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 83844

[startup+12.7003 s]
/proc/loadavg: 1.10 1.16 1.53 4/179 1262
/proc/meminfo: memFree=31355208/32873844 swapFree=7112/7112
[pid=1258] ppid=1256 vsize=83916 CPUtime=12.69 cores=0,2,4,6
/proc/1258/stat : 1258 (wbo1.71) S 1256 1258 1215 0 -1 4202496 4860 0 0 0 1268 1 0 0 20 0 2 0 284370892 85929984 4840 33554432000 4194304 5964318 140733591263344 140733591262864 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1258/statm: 20979 4840 194 433 0 20543 0
[pid=1258/tid=1259] ppid=1256 vsize=83916 CPUtime=12.64 cores=0,2,4,6
/proc/1258/task/1259/stat : 1259 (wbo1.71) R 1256 1258 1215 0 -1 4202560 4125 0 0 0 1264 0 0 0 20 0 2 0 284370892 85929984 4840 33554432000 4194304 5964318 140733591263344 139648850634552 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 83916

[startup+25.5003 s]
/proc/loadavg: 1.30 1.20 1.53 4/179 1262
/proc/meminfo: memFree=31345096/32873844 swapFree=7112/7112
[pid=1258] ppid=1256 vsize=83916 CPUtime=25.48 cores=0,2,4,6
/proc/1258/stat : 1258 (wbo1.71) S 1256 1258 1215 0 -1 4202496 6176 0 0 0 2547 1 0 0 20 0 2 0 284370892 85929984 6676 33554432000 4194304 5964318 140733591263344 140733591262864 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1258/statm: 20979 6676 194 433 0 20543 0
[pid=1258/tid=1259] ppid=1256 vsize=83916 CPUtime=25.41 cores=0,2,4,6
/proc/1258/task/1259/stat : 1259 (wbo1.71) R 1256 1258 1215 0 -1 4202560 5441 0 0 0 2540 1 0 0 20 0 2 0 284370892 85929984 6676 33554432000 4194304 5964318 140733591263344 139648850634744 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 83916

[startup+51.1003 s]
/proc/loadavg: 1.54 1.26 1.54 4/179 1262
/proc/meminfo: memFree=31328828/32873844 swapFree=7112/7112
[pid=1258] ppid=1256 vsize=84168 CPUtime=51.07 cores=0,2,4,6
/proc/1258/stat : 1258 (wbo1.71) S 1256 1258 1215 0 -1 4202496 7897 0 0 0 5105 2 0 0 20 0 2 0 284370892 86188032 8590 33554432000 4194304 5964318 140733591263344 140733591262864 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1258/statm: 21042 8590 194 433 0 20606 0
[pid=1258/tid=1259] ppid=1256 vsize=84168 CPUtime=50.94 cores=0,2,4,6
/proc/1258/task/1259/stat : 1259 (wbo1.71) R 1256 1258 1215 0 -1 4202560 7162 0 0 0 5092 2 0 0 20 0 2 0 284370892 86188032 8590 33554432000 4194304 5964318 140733591263344 139648850634552 4399971 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 84168

[startup+102.307 s]
/proc/loadavg: 1.80 1.37 1.56 4/179 1262
/proc/meminfo: memFree=31311080/32873844 swapFree=7112/7112
[pid=1258] ppid=1256 vsize=85968 CPUtime=102.26 cores=0,2,4,6
/proc/1258/stat : 1258 (wbo1.71) S 1256 1258 1215 0 -1 4202496 9579 0 0 0 10223 3 0 0 20 0 2 0 284370892 88031232 10355 33554432000 4194304 5964318 140733591263344 140733591262864 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1258/statm: 21492 10355 194 433 0 21056 0
[pid=1258/tid=1259] ppid=1256 vsize=85968 CPUtime=102.01 cores=0,2,4,6
/proc/1258/task/1259/stat : 1259 (wbo1.71) R 1256 1258 1215 0 -1 4202560 8844 0 0 0 10197 4 0 0 20 0 2 0 284370892 88031232 10355 33554432000 4194304 5964318 140733591263344 139648850634792 4399982 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 85968

[startup+162.3 s]
/proc/loadavg: 1.92 1.49 1.59 4/179 1262
/proc/meminfo: memFree=31289044/32873844 swapFree=7112/7112
[pid=1258] ppid=1256 vsize=88900 CPUtime=162.25 cores=0,2,4,6
/proc/1258/stat : 1258 (wbo1.71) S 1256 1258 1215 0 -1 4202496 12083 0 0 0 16220 5 0 0 20 0 2 0 284370892 91033600 12820 33554432000 4194304 5964318 140733591263344 140733591262864 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1258/statm: 22225 12820 194 433 0 21789 0
[pid=1258/tid=1259] ppid=1256 vsize=88900 CPUtime=161.85 cores=0,2,4,6
/proc/1258/task/1259/stat : 1259 (wbo1.71) R 1256 1258 1215 0 -1 4202560 11348 0 0 0 16179 6 0 0 20 0 2 0 284370892 91033600 12820 33554432000 4194304 5964318 140733591263344 139648850634792 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 88900

[startup+222.3 s]
/proc/loadavg: 1.97 1.58 1.61 4/179 1263
/proc/meminfo: memFree=31256848/32873844 swapFree=7112/7112
[pid=1258] ppid=1256 vsize=91024 CPUtime=222.23 cores=0,2,4,6
/proc/1258/stat : 1258 (wbo1.71) S 1256 1258 1215 0 -1 4202496 13813 0 0 0 22218 5 0 0 20 0 2 0 284370892 93208576 14568 33554432000 4194304 5964318 140733591263344 140733591262864 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1258/statm: 22756 14568 194 433 0 22320 0
[pid=1258/tid=1259] ppid=1256 vsize=91024 CPUtime=221.69 cores=0,2,4,6
/proc/1258/task/1259/stat : 1259 (wbo1.71) R 1256 1258 1215 0 -1 4202560 13078 0 0 0 22161 8 0 0 20 0 2 0 284370892 93208576 14568 33554432000 4194304 5964318 140733591263344 139648850634552 4381505 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 91024

[startup+282.3 s]
/proc/loadavg: 1.99 1.65 1.64 4/179 1263
/proc/meminfo: memFree=31243128/32873844 swapFree=7112/7112
[pid=1258] ppid=1256 vsize=92212 CPUtime=282.22 cores=0,2,4,6
/proc/1258/stat : 1258 (wbo1.71) S 1256 1258 1215 0 -1 4202496 15297 0 0 0 28216 6 0 0 20 0 2 0 284370892 94425088 16052 33554432000 4194304 5964318 140733591263344 140733591262864 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1258/statm: 23053 16052 194 433 0 22617 0
[pid=1258/tid=1259] ppid=1256 vsize=92212 CPUtime=281.53 cores=0,2,4,6
/proc/1258/task/1259/stat : 1259 (wbo1.71) R 1256 1258 1215 0 -1 4202560 14562 0 0 0 28143 10 0 0 20 0 2 0 284370892 94425088 16052 33554432000 4194304 5964318 140733591263344 139648850634744 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 92212

[startup+342.3 s]
/proc/loadavg: 1.99 1.71 1.65 4/178 1263
/proc/meminfo: memFree=31232840/32873844 swapFree=7112/7112
[pid=1258] ppid=1256 vsize=93944 CPUtime=342.21 cores=0,2,4,6
/proc/1258/stat : 1258 (wbo1.71) S 1256 1258 1215 0 -1 4202496 17568 0 0 0 34213 8 0 0 20 0 2 0 284370892 96198656 18332 33554432000 4194304 5964318 140733591263344 140733591262864 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1258/statm: 23486 18332 194 433 0 23050 0
[pid=1258/tid=1259] ppid=1256 vsize=93944 CPUtime=341.37 cores=0,2,4,6
/proc/1258/task/1259/stat : 1259 (wbo1.71) R 1256 1258 1215 0 -1 4202560 16833 0 0 0 34125 12 0 0 20 0 2 0 284370892 96198656 18332 33554432000 4194304 5964318 140733591263344 139648850634552 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 93944

[startup+402.3 s]
/proc/loadavg: 2.04 1.78 1.68 4/180 1265
/proc/meminfo: memFree=31221964/32873844 swapFree=7112/7112
[pid=1258] ppid=1256 vsize=160776 CPUtime=402.2 cores=0,2,4,6
/proc/1258/stat : 1258 (wbo1.71) S 1256 1258 1215 0 -1 4202496 19384 0 0 0 40211 9 0 0 20 0 2 0 284370892 164634624 20143 33554432000 4194304 5964318 140733591263344 140733591262864 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0

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


[startup+1422.31 s]
/proc/loadavg: 2.00 1.97 1.86 4/179 1275
/proc/meminfo: memFree=31038184/32873844 swapFree=7112/7112
[pid=1258] ppid=1256 vsize=251828 CPUtime=1422.01 cores=0,2,4,6
/proc/1258/stat : 1258 (wbo1.71) S 1256 1258 1215 0 -1 4202496 47652 0 0 0 142170 31 0 0 20 0 2 0 284370892 257871872 48374 33554432000 4194304 5964318 140733591263344 140733591262864 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1258/statm: 62957 48374 194 433 0 62521 0
[pid=1258/tid=1259] ppid=1256 vsize=251828 CPUtime=1418.56 cores=0,2,4,6
/proc/1258/task/1259/stat : 1259 (wbo1.71) R 1256 1258 1215 0 -1 4202560 46917 0 0 0 141804 52 0 0 20 0 2 0 284370892 257871872 48374 33554432000 4194304 5964318 140733591263344 139648850634744 4399991 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 251828

[startup+1482.3 s]
/proc/loadavg: 2.00 1.97 1.87 4/179 1275
/proc/meminfo: memFree=31033900/32873844 swapFree=7112/7112
[pid=1258] ppid=1256 vsize=252332 CPUtime=1481.99 cores=0,2,4,6
/proc/1258/stat : 1258 (wbo1.71) S 1256 1258 1215 0 -1 4202496 48061 0 0 0 148168 31 0 0 20 0 2 0 284370892 258387968 48783 33554432000 4194304 5964318 140733591263344 140733591262864 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1258/statm: 63083 48783 194 433 0 62647 0
[pid=1258/tid=1259] ppid=1256 vsize=252332 CPUtime=1478.4 cores=0,2,4,6
/proc/1258/task/1259/stat : 1259 (wbo1.71) R 1256 1258 1215 0 -1 4202560 47326 0 0 0 147787 53 0 0 20 0 2 0 284370892 258387968 48783 33554432000 4194304 5964318 140733591263344 139648850634552 4399873 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 252332

[startup+1542.3 s]
/proc/loadavg: 2.00 1.97 1.87 4/179 1275
/proc/meminfo: memFree=31005876/32873844 swapFree=7112/7112
[pid=1258] ppid=1256 vsize=254096 CPUtime=1541.98 cores=0,2,4,6
/proc/1258/stat : 1258 (wbo1.71) S 1256 1258 1215 0 -1 4202496 53270 0 0 0 154162 36 0 0 20 0 2 0 284370892 260194304 53987 33554432000 4194304 5964318 140733591263344 140733591262864 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1258/statm: 63524 53987 194 433 0 63088 0
[pid=1258/tid=1259] ppid=1256 vsize=254096 CPUtime=1538.25 cores=0,2,4,6
/proc/1258/task/1259/stat : 1259 (wbo1.71) R 1256 1258 1215 0 -1 4202560 52535 0 0 0 153766 59 0 0 20 0 2 0 284370892 260194304 53987 33554432000 4194304 5964318 140733591263344 139648850634744 4399824 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 254096

[startup+1602.3 s]
/proc/loadavg: 2.00 1.97 1.88 4/179 1275
/proc/meminfo: memFree=30997072/32873844 swapFree=7112/7112
[pid=1258] ppid=1256 vsize=254636 CPUtime=1601.97 cores=0,2,4,6
/proc/1258/stat : 1258 (wbo1.71) S 1256 1258 1215 0 -1 4202496 53895 0 0 0 160160 37 0 0 20 0 2 0 284370892 260747264 54612 33554432000 4194304 5964318 140733591263344 140733591262864 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1258/statm: 63659 54612 194 433 0 63223 0
[pid=1258/tid=1259] ppid=1256 vsize=254636 CPUtime=1598.09 cores=0,2,4,6
/proc/1258/task/1259/stat : 1259 (wbo1.71) R 1256 1258 1215 0 -1 4202560 53160 0 0 0 159748 61 0 0 20 0 2 0 284370892 260747264 54612 33554432000 4194304 5964318 140733591263344 139648850634744 4399824 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 254636

[startup+1662.3 s]
/proc/loadavg: 2.00 1.97 1.89 4/179 1275
/proc/meminfo: memFree=30988180/32873844 swapFree=7112/7112
[pid=1258] ppid=1256 vsize=255012 CPUtime=1661.94 cores=0,2,4,6
/proc/1258/stat : 1258 (wbo1.71) S 1256 1258 1215 0 -1 4202496 54314 0 0 0 166157 37 0 0 20 0 2 0 284370892 261132288 55041 33554432000 4194304 5964318 140733591263344 140733591262864 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1258/statm: 63753 55041 194 433 0 63317 0
[pid=1258/tid=1259] ppid=1256 vsize=255012 CPUtime=1657.93 cores=0,2,4,6
/proc/1258/task/1259/stat : 1259 (wbo1.71) R 1256 1258 1215 0 -1 4202560 53579 0 0 0 165731 62 0 0 20 0 2 0 284370892 261132288 55041 33554432000 4194304 5964318 140733591263344 139648850634744 4399991 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.94
Current children cumulated vsize (KiB) 255012

[startup+1722.3 s]
/proc/loadavg: 2.00 1.97 1.89 4/179 1276
/proc/meminfo: memFree=30971564/32873844 swapFree=7112/7112
[pid=1258] ppid=1256 vsize=256104 CPUtime=1721.94 cores=0,2,4,6
/proc/1258/stat : 1258 (wbo1.71) S 1256 1258 1215 0 -1 4202496 58119 0 0 0 172152 42 0 0 20 0 2 0 284370892 262250496 58846 33554432000 4194304 5964318 140733591263344 140733591262864 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1258/statm: 64026 58846 194 433 0 63590 0
[pid=1258/tid=1259] ppid=1256 vsize=256104 CPUtime=1717.77 cores=0,2,4,6
/proc/1258/task/1259/stat : 1259 (wbo1.71) R 1256 1258 1215 0 -1 4202560 57384 0 0 0 171709 68 0 0 20 0 2 0 284370892 262250496 58846 33554432000 4194304 5964318 140733591263344 139648850634744 4399982 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.94
Current children cumulated vsize (KiB) 256104

[startup+1782.3 s]
/proc/loadavg: 2.00 1.97 1.90 4/180 1279
/proc/meminfo: memFree=30963228/32873844 swapFree=7112/7112
[pid=1258] ppid=1256 vsize=322328 CPUtime=1781.93 cores=0,2,4,6
/proc/1258/stat : 1258 (wbo1.71) S 1256 1258 1215 0 -1 4202496 59884 0 0 0 178150 43 0 0 20 0 2 0 284370892 330063872 60611 33554432000 4194304 5964318 140733591263344 140733591262864 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1258/statm: 80582 60611 194 433 0 80146 0
[pid=1258/tid=1259] ppid=1256 vsize=322328 CPUtime=1777.62 cores=0,2,4,6
/proc/1258/task/1259/stat : 1259 (wbo1.71) R 1256 1258 1215 0 -1 4202560 59149 0 0 0 177692 70 0 0 20 0 2 0 284370892 330063872 60611 33554432000 4194304 5964318 140733591263344 139648850634552 4399973 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.93
Current children cumulated vsize (KiB) 322328

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

[startup+1791.91 s]
/proc/loadavg: 2.00 1.97 1.90 4/180 1279
/proc/meminfo: memFree=30963476/32873844 swapFree=7112/7112
[pid=1258] ppid=1256 vsize=322472 CPUtime=1791.53 cores=0,2,4,6
/proc/1258/stat : 1258 (wbo1.71) S 1256 1258 1215 0 -1 4202496 59918 0 0 0 179110 43 0 0 20 0 2 0 284370892 330211328 60645 33554432000 4194304 5964318 140733591263344 140733591262864 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1258/statm: 80618 60645 194 433 0 80182 0
[pid=1258/tid=1259] ppid=1256 vsize=322472 CPUtime=1787.2 cores=0,2,4,6
/proc/1258/task/1259/stat : 1259 (wbo1.71) R 1256 1258 1215 0 -1 4202560 59183 0 0 0 178650 70 0 0 20 0 2 0 284370892 330211328 60645 33554432000 4194304 5964318 140733591263344 139648850634552 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.53
Current children cumulated vsize (KiB) 322472

[startup+1795.1 s]
/proc/loadavg: 2.00 1.97 1.90 4/180 1279
/proc/meminfo: memFree=30963352/32873844 swapFree=7112/7112
[pid=1258] ppid=1256 vsize=322472 CPUtime=1794.73 cores=0,2,4,6
/proc/1258/stat : 1258 (wbo1.71) S 1256 1258 1215 0 -1 4202496 59925 0 0 0 179430 43 0 0 20 0 2 0 284370892 330211328 60652 33554432000 4194304 5964318 140733591263344 140733591262864 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1258/statm: 80618 60652 194 433 0 80182 0
[pid=1258/tid=1259] ppid=1256 vsize=322472 CPUtime=1790.39 cores=0,2,4,6
/proc/1258/task/1259/stat : 1259 (wbo1.71) R 1256 1258 1215 0 -1 4202560 59190 0 0 0 178969 70 0 0 20 0 2 0 284370892 330211328 60652 33554432000 4194304 5964318 140733591263344 139648850634552 4399824 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.73
Current children cumulated vsize (KiB) 322472

[startup+1798.3 s]
/proc/loadavg: 2.00 1.97 1.90 4/180 1279
/proc/meminfo: memFree=30963104/32873844 swapFree=7112/7112
[pid=1258] ppid=1256 vsize=322796 CPUtime=1797.92 cores=0,2,4,6
/proc/1258/stat : 1258 (wbo1.71) S 1256 1258 1215 0 -1 4202496 59983 0 0 0 179749 43 0 0 20 0 2 0 284370892 330543104 60710 33554432000 4194304 5964318 140733591263344 140733591262864 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1258/statm: 80699 60710 194 433 0 80263 0
[pid=1258/tid=1259] ppid=1256 vsize=322796 CPUtime=1793.58 cores=0,2,4,6
/proc/1258/task/1259/stat : 1259 (wbo1.71) R 1256 1258 1215 0 -1 4202560 59248 0 0 0 179288 70 0 0 20 0 2 0 284370892 330543104 60710 33554432000 4194304 5964318 140733591263344 139648850634792 4399873 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.92
Current children cumulated vsize (KiB) 322796

[startup+1799.1 s]
/proc/loadavg: 2.00 1.97 1.90 4/180 1279
/proc/meminfo: memFree=30963104/32873844 swapFree=7112/7112
[pid=1258] ppid=1256 vsize=322796 CPUtime=1798.72 cores=0,2,4,6
/proc/1258/stat : 1258 (wbo1.71) S 1256 1258 1215 0 -1 4202496 59985 0 0 0 179829 43 0 0 20 0 2 0 284370892 330543104 60712 33554432000 4194304 5964318 140733591263344 140733591262864 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1258/statm: 80699 60712 194 433 0 80263 0
[pid=1258/tid=1259] ppid=1256 vsize=322796 CPUtime=1794.38 cores=0,2,4,6
/proc/1258/task/1259/stat : 1259 (wbo1.71) R 1256 1258 1215 0 -1 4202560 59250 0 0 0 179368 70 0 0 20 0 2 0 284370892 330543104 60712 33554432000 4194304 5964318 140733591263344 139648850634792 4400007 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.72
Current children cumulated vsize (KiB) 322796

[startup+1799.5 s]
/proc/loadavg: 2.00 1.97 1.90 4/180 1279
/proc/meminfo: memFree=30963104/32873844 swapFree=7112/7112
[pid=1258] ppid=1256 vsize=322796 CPUtime=1799.13 cores=0,2,4,6
/proc/1258/stat : 1258 (wbo1.71) S 1256 1258 1215 0 -1 4202496 59986 0 0 0 179870 43 0 0 20 0 2 0 284370892 330543104 60713 33554432000 4194304 5964318 140733591263344 140733591262864 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1258/statm: 80699 60713 194 433 0 80263 0
[pid=1258/tid=1259] ppid=1256 vsize=322796 CPUtime=1794.78 cores=0,2,4,6
/proc/1258/task/1259/stat : 1259 (wbo1.71) R 1256 1258 1215 0 -1 4202560 59251 0 0 0 179408 70 0 0 20 0 2 0 284370892 330543104 60713 33554432000 4194304 5964318 140733591263344 139648850634792 4399824 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.13
Current children cumulated vsize (KiB) 322796

[startup+1799.9 s]
/proc/loadavg: 2.00 1.97 1.90 4/180 1279
/proc/meminfo: memFree=30963104/32873844 swapFree=7112/7112
[pid=1258] ppid=1256 vsize=322796 CPUtime=1799.52 cores=0,2,4,6
/proc/1258/stat : 1258 (wbo1.71) S 1256 1258 1215 0 -1 4202496 59987 0 0 0 179909 43 0 0 20 0 2 0 284370892 330543104 60714 33554432000 4194304 5964318 140733591263344 140733591262864 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1258/statm: 80699 60714 194 433 0 80263 0
[pid=1258/tid=1259] ppid=1256 vsize=322796 CPUtime=1795.17 cores=0,2,4,6
/proc/1258/task/1259/stat : 1259 (wbo1.71) R 1256 1258 1215 0 -1 4202560 59252 0 0 0 179447 70 0 0 20 0 2 0 284370892 330543104 60714 33554432000 4194304 5964318 140733591263344 139648850634792 4400001 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.52
Current children cumulated vsize (KiB) 322796

[startup+1800 s]
/proc/loadavg: 2.00 1.97 1.90 4/180 1279
/proc/meminfo: memFree=30963104/32873844 swapFree=7112/7112
[pid=1258] ppid=1256 vsize=322796 CPUtime=1799.62 cores=0,2,4,6
/proc/1258/stat : 1258 (wbo1.71) S 1256 1258 1215 0 -1 4202496 59987 0 0 0 179919 43 0 0 20 0 2 0 284370892 330543104 60714 33554432000 4194304 5964318 140733591263344 140733591262864 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1258/statm: 80699 60714 194 433 0 80263 0
[pid=1258/tid=1259] ppid=1256 vsize=322796 CPUtime=1795.27 cores=0,2,4,6
/proc/1258/task/1259/stat : 1259 (wbo1.71) R 1256 1258 1215 0 -1 4202560 59252 0 0 0 179457 70 0 0 20 0 2 0 284370892 330543104 60714 33554432000 4194304 5964318 140733591263344 139648850634792 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.62
Current children cumulated vsize (KiB) 322796

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1258 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=589180
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=716891
# CPU time returned by wait4() is 1795.31
# while last known CPU time is 1799.62
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.01
CPU time (s): 1799.62
CPU user time (s): 1799.19
CPU system time (s): 0.43
CPU usage (%): 99.9785
Max. virtual memory (cumulated for all children) (KiB): 322796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.59
system time used= 0.716891
maximum resident set size= 242868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59990
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= 93
involuntary context switches= 1846

runsolver used 2.87156 second user time and 8.59269 second system time

The end

Launcher Data

Begin job on node119 at 2012-05-28 07:20:52
IDJOB=3712843
IDBENCH=78662
IDSOLVER=2293
FILE ID=node119/3712843-1338182452
RUNJOBID= node119-1338182452-1231
PBS_JOBID= 14624567
Free space on /tmp= 71612 MiB

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

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

MD5SUM BENCH= c3b83188909f121458b2a501f16a66ab
RANDOM SEED=307076476

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.943
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:       32873844 kB
MemFree:        31396652 kB
Buffers:          316108 kB
Cached:           356600 kB
SwapCached:         1840 kB
Active:           526520 kB
Inactive:         152192 kB
Active(anon):       6432 kB
Inactive(anon):     2068 kB
Active(file):     520088 kB
Inactive(file):   150124 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67100200 kB
Dirty:             10904 kB
Writeback:             0 kB
AnonPages:         12104 kB
Mapped:            10980 kB
Shmem:                 8 kB
Slab:             658544 kB
SReclaimable:     100520 kB
SUnreclaim:       558024 kB
KernelStack:        1384 kB
PageTables:         3792 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     105104 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 71600 MiB
End job on node119 at 2012-05-28 07:50:52