Trace number 3713123

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

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl30_31_pb.cnf.cr--soft-0-100-0.wbo
MD5SUM67b20cf3e4322ffbf404f0fb862124f3
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark0.597908
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1860
Total number of constraints122
Number of soft constraints122
Number of constraints which are clauses62
Number of constraints which are cardinality constraints (but not clauses)60
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint30
Maximum length of a constraint31
Top cost 5869
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 5868
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 32
Number of bits of the biggest sum of numbers6
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-3713123-1338208316.wbo.
0.00/0.00	c Instance file HOME/instance-3713123-1338208316.wbo
0.00/0.00	c File size is 33041 bytes.
0.00/0.00	c Highest Coefficient sum: 32
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:      1982                                                |
0.00/0.00	c |  Number Clauses:        62                                                  |
0.00/0.00	c |  Number Cardinality:    0                                                   |
0.00/0.00	c |  Number PB Constraints: 60                                                  |
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.58/1800.00	c ===============================================================================
1799.58/1800.00	c Wall Clock Time: 1800.01 s
1799.58/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-3713123-1338208316/watcher-3713123-1338208316 -o /tmp/evaluation-result-3713123-1338208316/solver-3713123-1338208316 -C 1800 -W 1900 -M 15500 wbo1.71 -file-format=wbo HOME/instance-3713123-1338208316.wbo 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1300
/proc/meminfo: memFree=27208584/32873648 swapFree=6336/6336
[pid=1300] ppid=1298 vsize=3520 CPUtime=0 cores=1,3,5,7
/proc/1300/stat : 1300 (wbo1.71) R 1298 1300 32463 0 -1 4202496 391 0 0 0 0 0 0 0 20 0 1 0 286958865 3604480 343 33554432000 4194304 5964318 140734444991680 140736447461432 4344327 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/1300/statm: 880 343 163 433 0 435 0
[pid=1300/tid=1301] ppid=1298 vsize=84192 CPUtime=0 cores=1,3,5,7
/proc/1300/task/1301/stat : 1301 (wbo1.71) R 1298 1300 32463 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 2 0 286958866 86212608 813 33554432000 4194304 5964318 140734444991680 140736447461432 5136394 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0

[startup+0.0531009 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1300
/proc/meminfo: memFree=27208584/32873648 swapFree=6336/6336
[pid=1300] ppid=1298 vsize=84192 CPUtime=0.04 cores=1,3,5,7
/proc/1300/stat : 1300 (wbo1.71) S 1298 1300 32463 0 -1 4202496 1280 0 0 0 4 0 0 0 20 0 2 0 286958865 86212608 1223 33554432000 4194304 5964318 140734444991680 140734444991200 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1300/statm: 21048 1223 194 433 0 20612 0
[pid=1300/tid=1301] ppid=1298 vsize=84192 CPUtime=0.03 cores=1,3,5,7
/proc/1300/task/1301/stat : 1301 (wbo1.71) R 1298 1300 32463 0 -1 4202560 424 0 0 0 3 0 0 0 20 0 2 0 286958866 86212608 1223 33554432000 4194304 5964318 140734444991680 140729391728632 5136324 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 84192

[startup+0.100286 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1300
/proc/meminfo: memFree=27208584/32873648 swapFree=6336/6336
[pid=1300] ppid=1298 vsize=84192 CPUtime=0.09 cores=1,3,5,7
/proc/1300/stat : 1300 (wbo1.71) S 1298 1300 32463 0 -1 4202496 1430 0 0 0 9 0 0 0 20 0 2 0 286958865 86212608 1373 33554432000 4194304 5964318 140734444991680 140734444991200 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1300/statm: 21048 1373 194 433 0 20612 0
[pid=1300/tid=1301] ppid=1298 vsize=84192 CPUtime=0.08 cores=1,3,5,7
/proc/1300/task/1301/stat : 1301 (wbo1.71) R 1298 1300 32463 0 -1 4202560 574 0 0 0 8 0 0 0 20 0 2 0 286958866 86212608 1373 33554432000 4194304 5964318 140734444991680 140729391728632 5136324 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 84192

[startup+0.300253 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1300
/proc/meminfo: memFree=27208584/32873648 swapFree=6336/6336
[pid=1300] ppid=1298 vsize=84192 CPUtime=0.29 cores=1,3,5,7
/proc/1300/stat : 1300 (wbo1.71) S 1298 1300 32463 0 -1 4202496 1942 0 0 0 29 0 0 0 20 0 2 0 286958865 86212608 1885 33554432000 4194304 5964318 140734444991680 140734444991200 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1300/statm: 21048 1885 194 433 0 20612 0
[pid=1300/tid=1301] ppid=1298 vsize=84192 CPUtime=0.28 cores=1,3,5,7
/proc/1300/task/1301/stat : 1301 (wbo1.71) R 1298 1300 32463 0 -1 4202560 1086 0 0 0 28 0 0 0 20 0 2 0 286958866 86212608 1885 33554432000 4194304 5964318 140734444991680 140729391728632 5136324 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84192

[startup+0.700251 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1300
/proc/meminfo: memFree=27208584/32873648 swapFree=6336/6336
[pid=1300] ppid=1298 vsize=84192 CPUtime=0.69 cores=1,3,5,7
/proc/1300/stat : 1300 (wbo1.71) S 1298 1300 32463 0 -1 4202496 2793 0 0 0 69 0 0 0 20 0 2 0 286958865 86212608 2736 33554432000 4194304 5964318 140734444991680 140734444991200 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1300/statm: 21048 2736 194 433 0 20612 0
[pid=1300/tid=1301] ppid=1298 vsize=84192 CPUtime=0.68 cores=1,3,5,7
/proc/1300/task/1301/stat : 1301 (wbo1.71) R 1298 1300 32463 0 -1 4202560 1937 0 0 0 68 0 0 0 20 0 2 0 286958866 86212608 2736 33554432000 4194304 5964318 140734444991680 140729391728632 5136324 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 84192

[startup+1.50025 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1302
/proc/meminfo: memFree=27195780/32873648 swapFree=6336/6336
[pid=1300] ppid=1298 vsize=84336 CPUtime=1.49 cores=1,3,5,7
/proc/1300/stat : 1300 (wbo1.71) S 1298 1300 32463 0 -1 4202496 4313 0 0 0 149 0 0 0 20 0 2 0 286958865 86360064 4256 33554432000 4194304 5964318 140734444991680 140734444991200 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1300/statm: 21084 4256 194 433 0 20648 0
[pid=1300/tid=1301] ppid=1298 vsize=84336 CPUtime=1.47 cores=1,3,5,7
/proc/1300/task/1301/stat : 1301 (wbo1.71) R 1298 1300 32463 0 -1 4202560 3457 0 0 0 147 0 0 0 20 0 2 0 286958866 86360064 4256 33554432000 4194304 5964318 140734444991680 140729391728680 5136324 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 84336

[startup+3.10026 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1302
/proc/meminfo: memFree=27191308/32873648 swapFree=6336/6336
[pid=1300] ppid=1298 vsize=84336 CPUtime=3.08 cores=1,3,5,7
/proc/1300/stat : 1300 (wbo1.71) S 1298 1300 32463 0 -1 4202496 5213 0 0 0 308 0 0 0 20 0 2 0 286958865 86360064 5156 33554432000 4194304 5964318 140734444991680 140734444991200 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1300/statm: 21084 5156 194 433 0 20648 0
[pid=1300/tid=1301] ppid=1298 vsize=84336 CPUtime=3.07 cores=1,3,5,7
/proc/1300/task/1301/stat : 1301 (wbo1.71) R 1298 1300 32463 0 -1 4202560 4357 0 0 0 307 0 0 0 20 0 2 0 286958866 86360064 5156 33554432000 4194304 5964318 140734444991680 140729391728632 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 84336

[startup+6.30025 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 1302
/proc/meminfo: memFree=27177952/32873648 swapFree=6336/6336
[pid=1300] ppid=1298 vsize=84408 CPUtime=6.29 cores=1,3,5,7
/proc/1300/stat : 1300 (wbo1.71) S 1298 1300 32463 0 -1 4202496 7689 0 0 0 627 2 0 0 20 0 2 0 286958865 86433792 7632 33554432000 4194304 5964318 140734444991680 140734444991200 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1300/statm: 21102 7632 194 433 0 20666 0
[pid=1300/tid=1301] ppid=1298 vsize=84408 CPUtime=6.26 cores=1,3,5,7
/proc/1300/task/1301/stat : 1301 (wbo1.71) R 1298 1300 32463 0 -1 4202560 6833 0 0 0 625 1 0 0 20 0 2 0 286958866 86433792 7632 33554432000 4194304 5964318 140734444991680 140729391728440 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 84408

[startup+12.7002 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 1302
/proc/meminfo: memFree=27158556/32873648 swapFree=6336/6336
[pid=1300] ppid=1298 vsize=84408 CPUtime=12.69 cores=1,3,5,7
/proc/1300/stat : 1300 (wbo1.71) S 1298 1300 32463 0 -1 4202496 12089 0 0 0 1266 3 0 0 20 0 2 0 286958865 86433792 12032 33554432000 4194304 5964318 140734444991680 140734444991200 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1300/statm: 21102 12032 194 433 0 20666 0
[pid=1300/tid=1301] ppid=1298 vsize=84408 CPUtime=12.65 cores=1,3,5,7
/proc/1300/task/1301/stat : 1301 (wbo1.71) R 1298 1300 32463 0 -1 4202560 11233 0 0 0 1262 3 0 0 20 0 2 0 286958866 86433792 12032 33554432000 4194304 5964318 140734444991680 140729391728632 4399995 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 84408

[startup+25.5003 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 1302
/proc/meminfo: memFree=27138696/32873648 swapFree=6336/6336
[pid=1300] ppid=1298 vsize=84516 CPUtime=25.49 cores=1,3,5,7
/proc/1300/stat : 1300 (wbo1.71) S 1298 1300 32463 0 -1 4202496 16978 0 0 0 2544 5 0 0 20 0 2 0 286958865 86544384 16921 33554432000 4194304 5964318 140734444991680 140734444991200 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1300/statm: 21129 16921 194 433 0 20693 0
[pid=1300/tid=1301] ppid=1298 vsize=84516 CPUtime=25.41 cores=1,3,5,7
/proc/1300/task/1301/stat : 1301 (wbo1.71) R 1298 1300 32463 0 -1 4202560 16122 0 0 0 2536 5 0 0 20 0 2 0 286958866 86544384 16921 33554432000 4194304 5964318 140734444991680 140729391728632 4381464 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 84516

[startup+51.1003 s]
/proc/loadavg: 2.04 2.02 2.00 3/180 1303
/proc/meminfo: memFree=27095596/32873648 swapFree=6336/6336
[pid=1300] ppid=1298 vsize=150356 CPUtime=51.08 cores=1,3,5,7
/proc/1300/stat : 1300 (wbo1.71) S 1298 1300 32463 0 -1 4202496 27240 0 0 0 5099 9 0 0 20 0 2 0 286958865 153964544 27183 33554432000 4194304 5964318 140734444991680 140734444991200 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1300/statm: 37589 27183 194 433 0 37153 0
[pid=1300/tid=1301] ppid=1298 vsize=150356 CPUtime=50.94 cores=1,3,5,7
/proc/1300/task/1301/stat : 1301 (wbo1.71) R 1298 1300 32463 0 -1 4202560 26384 0 0 0 5085 9 0 0 20 0 2 0 286958866 153964544 27183 33554432000 4194304 5964318 140734444991680 140729391728632 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 150356

[startup+102.306 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 1303
/proc/meminfo: memFree=27052272/32873648 swapFree=6336/6336
[pid=1300] ppid=1298 vsize=215892 CPUtime=102.25 cores=1,3,5,7
/proc/1300/stat : 1300 (wbo1.71) S 1298 1300 32463 0 -1 4202496 36365 0 0 0 10213 12 0 0 20 0 2 0 286958865 221073408 36343 33554432000 4194304 5964318 140734444991680 140734444991200 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1300/statm: 53973 36343 194 433 0 53537 0
[pid=1300/tid=1301] ppid=1298 vsize=215892 CPUtime=101.99 cores=1,3,5,7
/proc/1300/task/1301/stat : 1301 (wbo1.71) R 1298 1300 32463 0 -1 4202560 35509 0 0 0 10186 13 0 0 20 0 2 0 286958866 221073408 36343 33554432000 4194304 5964318 140734444991680 140729391728632 4399991 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 215892

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1303
/proc/meminfo: memFree=27045892/32873648 swapFree=6336/6336
[pid=1300] ppid=1298 vsize=216132 CPUtime=162.22 cores=1,3,5,7
/proc/1300/stat : 1300 (wbo1.71) S 1298 1300 32463 0 -1 4202496 36583 0 0 0 16210 12 0 0 20 0 2 0 286958865 221319168 37252 33554432000 4194304 5964318 140734444991680 140734444991200 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1300/statm: 54033 37252 194 433 0 53597 0
[pid=1300/tid=1301] ppid=1298 vsize=216132 CPUtime=161.81 cores=1,3,5,7
/proc/1300/task/1301/stat : 1301 (wbo1.71) R 1298 1300 32463 0 -1 4202560 35727 0 0 0 16167 14 0 0 20 0 2 0 286958866 221319168 37252 33554432000 4194304 5964318 140734444991680 140729391728440 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 216132

[startup+222.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 1303
/proc/meminfo: memFree=26995276/32873648 swapFree=6336/6336
[pid=1300] ppid=1298 vsize=217788 CPUtime=222.21 cores=1,3,5,7
/proc/1300/stat : 1300 (wbo1.71) S 1298 1300 32463 0 -1 4202496 48350 0 0 0 22204 17 0 0 20 0 2 0 286958865 223014912 49019 33554432000 4194304 5964318 140734444991680 140734444991200 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1300/statm: 54447 49019 194 433 0 54011 0
[pid=1300/tid=1301] ppid=1298 vsize=217788 CPUtime=221.65 cores=1,3,5,7
/proc/1300/task/1301/stat : 1301 (wbo1.71) R 1298 1300 32463 0 -1 4202560 47494 0 0 0 22145 20 0 0 20 0 2 0 286958866 223014912 49019 33554432000 4194304 5964318 140734444991680 140729391728632 4400019 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 217788

[startup+282.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/179 1304
/proc/meminfo: memFree=26970844/32873648 swapFree=6336/6336
[pid=1300] ppid=1298 vsize=283684 CPUtime=282.2 cores=1,3,5,7
/proc/1300/stat : 1300 (wbo1.71) S 1298 1300 32463 0 -1 4202496 54323 0 0 0 28200 20 0 0 20 0 2 0 286958865 290492416 55108 33554432000 4194304 5964318 140734444991680 140734444991200 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1300/statm: 70921 55108 194 433 0 70485 0
[pid=1300/tid=1301] ppid=1298 vsize=283684 CPUtime=281.49 cores=1,3,5,7
/proc/1300/task/1301/stat : 1301 (wbo1.71) R 1298 1300 32463 0 -1 4202560 53467 0 0 0 28126 23 0 0 20 0 2 0 286958866 290492416 55108 33554432000 4194304 5964318 140734444991680 140729391728632 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 283684

[startup+342.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 1304
/proc/meminfo: memFree=26883764/32873648 swapFree=6336/6336
[pid=1300] ppid=1298 vsize=350012 CPUtime=342.18 cores=1,3,5,7
/proc/1300/stat : 1300 (wbo1.71) S 1298 1300 32463 0 -1 4202496 73244 0 0 0 34190 28 0 0 20 0 2 0 286958865 358412288 74094 33554432000 4194304 5964318 140734444991680 140734444991200 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1300/statm: 87503 74094 194 433 0 87067 0
[pid=1300/tid=1301] ppid=1298 vsize=350012 CPUtime=341.32 cores=1,3,5,7
/proc/1300/task/1301/stat : 1301 (wbo1.71) R 1298 1300 32463 0 -1 4202560 72388 0 0 0 34100 32 0 0 20 0 2 0 286958866 358412288 74094 33554432000 4194304 5964318 140734444991680 140729391728632 4399995 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 350012

[startup+402.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 1304
/proc/meminfo: memFree=26839672/32873648 swapFree=6336/6336
[pid=1300] ppid=1298 vsize=418284 CPUtime=402.17 cores=1,3,5,7
/proc/1300/stat : 1300 (wbo1.71) S 1298 1300 32463 0 -1 4202496 84299 0 0 0 40182 35 0 0 20 0 2 0 286958865 428322816 85149 33554432000 4194304 5964318 140734444991680 140734444991200 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0

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


[startup+1422.31 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 1354
/proc/meminfo: memFree=26551344/32873648 swapFree=6336/6336
[pid=1300] ppid=1298 vsize=555600 CPUtime=1421.97 cores=1,3,5,7
/proc/1300/stat : 1300 (wbo1.71) S 1298 1300 32463 0 -1 4202496 126397 0 0 0 142134 63 0 0 20 0 2 0 286958865 568934400 126381 33554432000 4194304 5964318 140734444991680 140734444991200 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1300/statm: 138900 126381 194 433 0 138464 0
[pid=1300/tid=1301] ppid=1298 vsize=555600 CPUtime=1418.44 cores=1,3,5,7
/proc/1300/task/1301/stat : 1301 (wbo1.71) R 1298 1300 32463 0 -1 4202560 125541 0 0 0 141761 83 0 0 20 0 2 0 286958866 568934400 126381 33554432000 4194304 5964318 140734444991680 140729391728632 4399982 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.97
Current children cumulated vsize (KiB) 555600

[startup+1482.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 1354
/proc/meminfo: memFree=26484164/32873648 swapFree=6336/6336
[pid=1300] ppid=1298 vsize=622396 CPUtime=1481.95 cores=1,3,5,7
/proc/1300/stat : 1300 (wbo1.71) S 1298 1300 32463 0 -1 4202496 135434 0 0 0 148127 68 0 0 20 0 2 0 286958865 637333504 135418 33554432000 4194304 5964318 140734444991680 140734444991200 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1300/statm: 155599 135418 194 433 0 155163 0
[pid=1300/tid=1301] ppid=1298 vsize=622396 CPUtime=1478.28 cores=1,3,5,7
/proc/1300/task/1301/stat : 1301 (wbo1.71) R 1298 1300 32463 0 -1 4202560 134578 0 0 0 147738 90 0 0 20 0 2 0 286958866 637333504 135418 33554432000 4194304 5964318 140734444991680 140729391728632 4399960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.95
Current children cumulated vsize (KiB) 622396

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1355
/proc/meminfo: memFree=26435220/32873648 swapFree=6336/6336
[pid=1300] ppid=1298 vsize=622900 CPUtime=1541.94 cores=1,3,5,7
/proc/1300/stat : 1300 (wbo1.71) S 1298 1300 32463 0 -1 4202496 142809 0 0 0 154120 74 0 0 20 0 2 0 286958865 637849600 142790 33554432000 4194304 5964318 140734444991680 140734444991200 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1300/statm: 155725 142790 194 433 0 155289 0
[pid=1300/tid=1301] ppid=1298 vsize=622900 CPUtime=1538.11 cores=1,3,5,7
/proc/1300/task/1301/stat : 1301 (wbo1.71) R 1298 1300 32463 0 -1 4202560 141953 0 0 0 153714 97 0 0 20 0 2 0 286958866 637849600 142790 33554432000 4194304 5964318 140734444991680 140729391728632 4399995 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.94
Current children cumulated vsize (KiB) 622900

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1355
/proc/meminfo: memFree=26370532/32873648 swapFree=6336/6336
[pid=1300] ppid=1298 vsize=624948 CPUtime=1601.92 cores=1,3,5,7
/proc/1300/stat : 1300 (wbo1.71) S 1298 1300 32463 0 -1 4202496 149981 0 0 0 160113 79 0 0 20 0 2 0 286958865 639946752 150000 33554432000 4194304 5964318 140734444991680 140734444991200 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1300/statm: 156237 150000 194 433 0 155801 0
[pid=1300/tid=1301] ppid=1298 vsize=624948 CPUtime=1597.94 cores=1,3,5,7
/proc/1300/task/1301/stat : 1301 (wbo1.71) R 1298 1300 32463 0 -1 4202560 149125 0 0 0 159691 103 0 0 20 0 2 0 286958866 639946752 150000 33554432000 4194304 5964318 140734444991680 140729391728632 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.92
Current children cumulated vsize (KiB) 624948

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1355
/proc/meminfo: memFree=26307828/32873648 swapFree=6336/6336
[pid=1300] ppid=1298 vsize=692908 CPUtime=1661.9 cores=1,3,5,7
/proc/1300/stat : 1300 (wbo1.71) S 1298 1300 32463 0 -1 4202496 157674 0 0 0 166106 84 0 0 20 0 2 0 286958865 709537792 157691 33554432000 4194304 5964318 140734444991680 140734444991200 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1300/statm: 173227 157691 194 433 0 172791 0
[pid=1300/tid=1301] ppid=1298 vsize=692908 CPUtime=1657.77 cores=1,3,5,7
/proc/1300/task/1301/stat : 1301 (wbo1.71) R 1298 1300 32463 0 -1 4202560 156818 0 0 0 165668 109 0 0 20 0 2 0 286958866 709537792 157691 33554432000 4194304 5964318 140734444991680 140729391728632 4399971 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.9
Current children cumulated vsize (KiB) 692908

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 1360
/proc/meminfo: memFree=26270688/32873648 swapFree=6336/6336
[pid=1300] ppid=1298 vsize=693364 CPUtime=1721.89 cores=1,3,5,7
/proc/1300/stat : 1300 (wbo1.71) S 1298 1300 32463 0 -1 4202496 159969 0 0 0 172103 86 0 0 20 0 2 0 286958865 710004736 159983 33554432000 4194304 5964318 140734444991680 140734444991200 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1300/statm: 173341 159983 194 433 0 172905 0
[pid=1300/tid=1301] ppid=1298 vsize=693364 CPUtime=1717.62 cores=1,3,5,7
/proc/1300/task/1301/stat : 1301 (wbo1.71) R 1298 1300 32463 0 -1 4202560 159113 0 0 0 171650 112 0 0 20 0 2 0 286958866 710004736 159983 33554432000 4194304 5964318 140734444991680 140729391728680 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.89
Current children cumulated vsize (KiB) 693364

[startup+1782.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/180 1384
/proc/meminfo: memFree=26269840/32873648 swapFree=6336/6336
[pid=1300] ppid=1298 vsize=693796 CPUtime=1781.89 cores=1,3,5,7
/proc/1300/stat : 1300 (wbo1.71) S 1298 1300 32463 0 -1 4202496 160089 0 0 0 178102 87 0 0 20 0 2 0 286958865 710447104 160103 33554432000 4194304 5964318 140734444991680 140734444991200 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1300/statm: 173449 160103 194 433 0 173013 0
[pid=1300/tid=1301] ppid=1298 vsize=693796 CPUtime=1777.46 cores=1,3,5,7
/proc/1300/task/1301/stat : 1301 (wbo1.71) R 1298 1300 32463 0 -1 4202560 159233 0 0 0 177633 113 0 0 20 0 2 0 286958866 710447104 160103 33554432000 4194304 5964318 140734444991680 140729391728680 4399982 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.89
Current children cumulated vsize (KiB) 693796

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

[startup+1791.91 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 1384
/proc/meminfo: memFree=26269772/32873648 swapFree=6336/6336
[pid=1300] ppid=1298 vsize=693904 CPUtime=1791.49 cores=1,3,5,7
/proc/1300/stat : 1300 (wbo1.71) S 1298 1300 32463 0 -1 4202496 160105 0 0 0 179062 87 0 0 20 0 2 0 286958865 710557696 160119 33554432000 4194304 5964318 140734444991680 140734444991200 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1300/statm: 173476 160119 194 433 0 173040 0
[pid=1300/tid=1301] ppid=1298 vsize=693904 CPUtime=1787.04 cores=1,3,5,7
/proc/1300/task/1301/stat : 1301 (wbo1.71) R 1298 1300 32463 0 -1 4202560 159249 0 0 0 178591 113 0 0 20 0 2 0 286958866 710557696 160119 33554432000 4194304 5964318 140734444991680 140729391728680 4381878 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.49
Current children cumulated vsize (KiB) 693904

[startup+1795.1 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 1384
/proc/meminfo: memFree=26269780/32873648 swapFree=6336/6336
[pid=1300] ppid=1298 vsize=693904 CPUtime=1794.69 cores=1,3,5,7
/proc/1300/stat : 1300 (wbo1.71) S 1298 1300 32463 0 -1 4202496 160113 0 0 0 179382 87 0 0 20 0 2 0 286958865 710557696 160127 33554432000 4194304 5964318 140734444991680 140734444991200 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1300/statm: 173476 160127 194 433 0 173040 0
[pid=1300/tid=1301] ppid=1298 vsize=693904 CPUtime=1790.23 cores=1,3,5,7
/proc/1300/task/1301/stat : 1301 (wbo1.71) R 1298 1300 32463 0 -1 4202560 159257 0 0 0 178910 113 0 0 20 0 2 0 286958866 710557696 160127 33554432000 4194304 5964318 140734444991680 140729391728680 4400019 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.69
Current children cumulated vsize (KiB) 693904

[startup+1798.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/180 1386
/proc/meminfo: memFree=26269648/32873648 swapFree=6336/6336
[pid=1300] ppid=1298 vsize=694084 CPUtime=1797.88 cores=1,3,5,7
/proc/1300/stat : 1300 (wbo1.71) S 1298 1300 32463 0 -1 4202496 160146 0 0 0 179701 87 0 0 20 0 2 0 286958865 710742016 160160 33554432000 4194304 5964318 140734444991680 140734444991200 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1300/statm: 173521 160160 194 433 0 173085 0
[pid=1300/tid=1301] ppid=1298 vsize=694084 CPUtime=1793.42 cores=1,3,5,7
/proc/1300/task/1301/stat : 1301 (wbo1.71) R 1298 1300 32463 0 -1 4202560 159290 0 0 0 179229 113 0 0 20 0 2 0 286958866 710742016 160160 33554432000 4194304 5964318 140734444991680 140729391728680 4399991 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.88
Current children cumulated vsize (KiB) 694084

[startup+1799.1 s]
/proc/loadavg: 2.04 2.01 2.00 3/180 1386
/proc/meminfo: memFree=26269648/32873648 swapFree=6336/6336
[pid=1300] ppid=1298 vsize=694084 CPUtime=1798.68 cores=1,3,5,7
/proc/1300/stat : 1300 (wbo1.71) S 1298 1300 32463 0 -1 4202496 160148 0 0 0 179781 87 0 0 20 0 2 0 286958865 710742016 160162 33554432000 4194304 5964318 140734444991680 140734444991200 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1300/statm: 173521 160162 194 433 0 173085 0
[pid=1300/tid=1301] ppid=1298 vsize=694084 CPUtime=1794.21 cores=1,3,5,7
/proc/1300/task/1301/stat : 1301 (wbo1.71) R 1298 1300 32463 0 -1 4202560 159292 0 0 0 179308 113 0 0 20 0 2 0 286958866 710742016 160162 33554432000 4194304 5964318 140734444991680 140729391728680 4399824 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.68
Current children cumulated vsize (KiB) 694084

[startup+1799.5 s]
/proc/loadavg: 2.04 2.01 2.00 3/180 1386
/proc/meminfo: memFree=26269648/32873648 swapFree=6336/6336
[pid=1300] ppid=1298 vsize=694084 CPUtime=1799.09 cores=1,3,5,7
/proc/1300/stat : 1300 (wbo1.71) S 1298 1300 32463 0 -1 4202496 160149 0 0 0 179822 87 0 0 20 0 2 0 286958865 710742016 160163 33554432000 4194304 5964318 140734444991680 140734444991200 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1300/statm: 173521 160163 194 433 0 173085 0
[pid=1300/tid=1301] ppid=1298 vsize=694084 CPUtime=1794.62 cores=1,3,5,7
/proc/1300/task/1301/stat : 1301 (wbo1.71) R 1298 1300 32463 0 -1 4202560 159293 0 0 0 179349 113 0 0 20 0 2 0 286958866 710742016 160163 33554432000 4194304 5964318 140734444991680 140729391728680 4399824 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.09
Current children cumulated vsize (KiB) 694084

[startup+1799.9 s]
/proc/loadavg: 2.04 2.01 2.00 3/180 1386
/proc/meminfo: memFree=26269648/32873648 swapFree=6336/6336
[pid=1300] ppid=1298 vsize=694084 CPUtime=1799.48 cores=1,3,5,7
/proc/1300/stat : 1300 (wbo1.71) S 1298 1300 32463 0 -1 4202496 160151 0 0 0 179861 87 0 0 20 0 2 0 286958865 710742016 160165 33554432000 4194304 5964318 140734444991680 140734444991200 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1300/statm: 173521 160165 194 433 0 173085 0
[pid=1300/tid=1301] ppid=1298 vsize=694084 CPUtime=1795.01 cores=1,3,5,7
/proc/1300/task/1301/stat : 1301 (wbo1.71) R 1298 1300 32463 0 -1 4202560 159295 0 0 0 179388 113 0 0 20 0 2 0 286958866 710742016 160165 33554432000 4194304 5964318 140734444991680 140729391728680 4400001 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.48
Current children cumulated vsize (KiB) 694084

[startup+1800 s]
/proc/loadavg: 2.04 2.01 2.00 3/180 1386
/proc/meminfo: memFree=26269648/32873648 swapFree=6336/6336
[pid=1300] ppid=1298 vsize=694084 CPUtime=1799.58 cores=1,3,5,7
/proc/1300/stat : 1300 (wbo1.71) S 1298 1300 32463 0 -1 4202496 160153 0 0 0 179871 87 0 0 20 0 2 0 286958865 710742016 160167 33554432000 4194304 5964318 140734444991680 140734444991200 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1300/statm: 173521 160167 194 433 0 173085 0
[pid=1300/tid=1301] ppid=1298 vsize=694084 CPUtime=1795.11 cores=1,3,5,7
/proc/1300/task/1301/stat : 1301 (wbo1.71) R 1298 1300 32463 0 -1 4202560 159297 0 0 0 179398 113 0 0 20 0 2 0 286958866 710742016 160167 33554432000 4194304 5964318 140734444991680 140729391728680 4399824 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.58
Current children cumulated vsize (KiB) 694084

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1300 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=999270
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=149825
# CPU time returned by wait4() is 1795.15
# while last known CPU time is 1799.58
#
# 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.58
CPU user time (s): 1798.71
CPU system time (s): 0.87
CPU usage (%): 99.9759
Max. virtual memory (cumulated for all children) (KiB): 694084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794
system time used= 1.14982
maximum resident set size= 640680
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 160156
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= 229
involuntary context switches= 1904

runsolver used 2.73058 second user time and 7.09192 second system time

The end

Launcher Data

Begin job on node112 at 2012-05-28 14:31:56
IDJOB=3713123
IDBENCH=79160
IDSOLVER=2293
FILE ID=node112/3713123-1338208316
RUNJOBID= node112-1338192203-32480
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-chnl30_31_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-3713123-1338208316/watcher-3713123-1338208316 -o /tmp/evaluation-result-3713123-1338208316/solver-3713123-1338208316 -C 1800 -W 1900 -M 15500  wbo1.71 -file-format=wbo HOME/instance-3713123-1338208316.wbo

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

MD5SUM BENCH= 67b20cf3e4322ffbf404f0fb862124f3
RANDOM SEED=954919488

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:        27209344 kB
Buffers:          386232 kB
Cached:          4340988 kB
SwapCached:            0 kB
Active:           926976 kB
Inactive:        3912336 kB
Active(anon):     114852 kB
Inactive(anon):        0 kB
Active(file):     812124 kB
Inactive(file):  3912336 kB
Unevictable:        6336 kB
Mlocked:            6336 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              5436 kB
Writeback:             0 kB
AnonPages:        127004 kB
Mapped:            15144 kB
Shmem:               200 kB
Slab:             688952 kB
SReclaimable:     132980 kB
SUnreclaim:       555972 kB
KernelStack:        1488 kB
PageTables:         3980 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     151068 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     83968 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 15:01:56