Trace number 3713120

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

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl20_21_pb.cnf.cr--soft-0-100-0.wbo
MD5SUMa882a0978da6ad149ec004c2c9449010
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.115982
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables840
Total number of constraints82
Number of soft constraints82
Number of constraints which are clauses42
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 constraint21
Top cost 4216
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 4215
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 22
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-3713120-1338205680.wbo.
0.00/0.00	c Instance file HOME/instance-3713120-1338205680.wbo
0.00/0.00	c File size is 14500 bytes.
0.00/0.00	c Highest Coefficient sum: 22
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:      922                                                 |
0.00/0.00	c |  Number Clauses:        42                                                  |
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.65/1800.00	c ===============================================================================
1799.65/1800.00	c Wall Clock Time: 1800.01 s
1799.65/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-3713120-1338205680/watcher-3713120-1338205680 -o /tmp/evaluation-result-3713120-1338205680/solver-3713120-1338205680 -C 1800 -W 1900 -M 15500 wbo1.71 -file-format=wbo HOME/instance-3713120-1338205680.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: 1.98 1.98 1.99 3/177 13555
/proc/meminfo: memFree=28579172/32873844 swapFree=7116/7116
[pid=13555] ppid=13553 vsize=83840 CPUtime=0 cores=0,2,4,6
/proc/13555/stat : 13555 (wbo1.71) S 13553 13555 12215 0 -1 4202496 905 0 0 0 0 0 0 0 20 0 2 0 286693106 85852160 853 33554432000 4194304 5964318 140734002520512 140734002520032 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13555/statm: 20960 853 192 433 0 20524 0
[pid=13555/tid=13556] ppid=13553 vsize=83840 CPUtime=0 cores=0,2,4,6
/proc/13555/task/13556/stat : 13556 (wbo1.71) R 13553 13555 12215 0 -1 4202560 135 0 0 0 0 0 0 0 20 0 2 0 286693107 85852160 854 33554432000 4194304 5964318 140734002520512 140734832441496 5136394 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0

[startup+0.021341 s]
/proc/loadavg: 1.98 1.98 1.99 3/177 13555
/proc/meminfo: memFree=28579172/32873844 swapFree=7116/7116
[pid=13555] ppid=13553 vsize=83840 CPUtime=0.01 cores=0,2,4,6
/proc/13555/stat : 13555 (wbo1.71) S 13553 13555 12215 0 -1 4202496 969 0 0 0 1 0 0 0 20 0 2 0 286693106 85852160 917 33554432000 4194304 5964318 140734002520512 140734002520032 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13555/statm: 20960 917 194 433 0 20524 0
[pid=13555/tid=13556] ppid=13553 vsize=83840 CPUtime=0 cores=0,2,4,6
/proc/13555/task/13556/stat : 13556 (wbo1.71) R 13553 13555 12215 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 2 0 286693107 85852160 917 33554432000 4194304 5964318 140734002520512 140734832441496 4381626 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 83840

[startup+0.100341 s]
/proc/loadavg: 1.98 1.98 1.99 3/177 13555
/proc/meminfo: memFree=28579172/32873844 swapFree=7116/7116
[pid=13555] ppid=13553 vsize=83840 CPUtime=0.09 cores=0,2,4,6
/proc/13555/stat : 13555 (wbo1.71) S 13553 13555 12215 0 -1 4202496 1191 0 0 0 9 0 0 0 20 0 2 0 286693106 85852160 1139 33554432000 4194304 5964318 140734002520512 140734002520032 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13555/statm: 20960 1139 194 433 0 20524 0
[pid=13555/tid=13556] ppid=13553 vsize=83840 CPUtime=0.08 cores=0,2,4,6
/proc/13555/task/13556/stat : 13556 (wbo1.71) R 13553 13555 12215 0 -1 4202560 420 0 0 0 8 0 0 0 20 0 2 0 286693107 85852160 1139 33554432000 4194304 5964318 140734002520512 140734832441496 4221120 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) 83840

[startup+0.300313 s]
/proc/loadavg: 1.98 1.98 1.99 3/177 13555
/proc/meminfo: memFree=28579172/32873844 swapFree=7116/7116
[pid=13555] ppid=13553 vsize=83840 CPUtime=0.29 cores=0,2,4,6
/proc/13555/stat : 13555 (wbo1.71) S 13553 13555 12215 0 -1 4202496 1633 0 0 0 29 0 0 0 20 0 2 0 286693106 85852160 1581 33554432000 4194304 5964318 140734002520512 140734002520032 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13555/statm: 20960 1581 194 433 0 20524 0
[pid=13555/tid=13556] ppid=13553 vsize=83840 CPUtime=0.28 cores=0,2,4,6
/proc/13555/task/13556/stat : 13556 (wbo1.71) R 13553 13555 12215 0 -1 4202560 862 0 0 0 28 0 0 0 20 0 2 0 286693107 85852160 1581 33554432000 4194304 5964318 140734002520512 140734832441496 4400007 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) 83840

[startup+0.700244 s]
/proc/loadavg: 1.98 1.98 1.99 3/177 13555
/proc/meminfo: memFree=28579172/32873844 swapFree=7116/7116
[pid=13555] ppid=13553 vsize=83840 CPUtime=0.69 cores=0,2,4,6
/proc/13555/stat : 13555 (wbo1.71) S 13553 13555 12215 0 -1 4202496 2329 0 0 0 69 0 0 0 20 0 2 0 286693106 85852160 2277 33554432000 4194304 5964318 140734002520512 140734002520032 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13555/statm: 20960 2277 194 433 0 20524 0
[pid=13555/tid=13556] ppid=13553 vsize=83840 CPUtime=0.68 cores=0,2,4,6
/proc/13555/task/13556/stat : 13556 (wbo1.71) R 13553 13555 12215 0 -1 4202560 1558 0 0 0 68 0 0 0 20 0 2 0 286693107 85852160 2277 33554432000 4194304 5964318 140734002520512 139959065131000 5136324 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) 83840

[startup+1.5003 s]
/proc/loadavg: 1.98 1.98 1.99 3/179 13557
/proc/meminfo: memFree=28569764/32873844 swapFree=7116/7116
[pid=13555] ppid=13553 vsize=83984 CPUtime=1.48 cores=0,2,4,6
/proc/13555/stat : 13555 (wbo1.71) S 13553 13555 12215 0 -1 4202496 3275 0 0 0 148 0 0 0 20 0 2 0 286693106 85999616 3223 33554432000 4194304 5964318 140734002520512 140734002520032 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13555/statm: 20996 3223 194 433 0 20560 0
[pid=13555/tid=13556] ppid=13553 vsize=83984 CPUtime=1.48 cores=0,2,4,6
/proc/13555/task/13556/stat : 13556 (wbo1.71) R 13553 13555 12215 0 -1 4202560 2504 0 0 0 148 0 0 0 20 0 2 0 286693107 85999616 3223 33554432000 4194304 5964318 140734002520512 139959065131000 4399995 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 83984

[startup+3.10027 s]
/proc/loadavg: 1.98 1.98 1.99 3/179 13557
/proc/meminfo: memFree=28566028/32873844 swapFree=7116/7116
[pid=13555] ppid=13553 vsize=83984 CPUtime=3.08 cores=0,2,4,6
/proc/13555/stat : 13555 (wbo1.71) S 13553 13555 12215 0 -1 4202496 3867 0 0 0 308 0 0 0 20 0 2 0 286693106 85999616 3815 33554432000 4194304 5964318 140734002520512 140734002520032 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13555/statm: 20996 3815 194 433 0 20560 0
[pid=13555/tid=13556] ppid=13553 vsize=83984 CPUtime=3.07 cores=0,2,4,6
/proc/13555/task/13556/stat : 13556 (wbo1.71) R 13553 13555 12215 0 -1 4202560 3096 0 0 0 307 0 0 0 20 0 2 0 286693107 85999616 3815 33554432000 4194304 5964318 140734002520512 139959065131000 4381878 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 83984

[startup+6.30027 s]
/proc/loadavg: 1.98 1.98 1.99 3/179 13557
/proc/meminfo: memFree=28560208/32873844 swapFree=7116/7116
[pid=13555] ppid=13553 vsize=84056 CPUtime=6.29 cores=0,2,4,6
/proc/13555/stat : 13555 (wbo1.71) S 13553 13555 12215 0 -1 4202496 5017 0 0 0 628 1 0 0 20 0 2 0 286693106 86073344 4965 33554432000 4194304 5964318 140734002520512 140734002520032 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13555/statm: 21014 4965 194 433 0 20578 0
[pid=13555/tid=13556] ppid=13553 vsize=84056 CPUtime=6.26 cores=0,2,4,6
/proc/13555/task/13556/stat : 13556 (wbo1.71) R 13553 13555 12215 0 -1 4202560 4246 0 0 0 625 1 0 0 20 0 2 0 286693107 86073344 4965 33554432000 4194304 5964318 140734002520512 139959065130808 4389406 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) 84056

[startup+12.7003 s]
/proc/loadavg: 1.98 1.98 1.99 3/179 13557
/proc/meminfo: memFree=28551044/32873844 swapFree=7116/7116
[pid=13555] ppid=13553 vsize=84056 CPUtime=12.69 cores=0,2,4,6
/proc/13555/stat : 13555 (wbo1.71) S 13553 13555 12215 0 -1 4202496 7310 0 0 0 1267 2 0 0 20 0 2 0 286693106 86073344 7258 33554432000 4194304 5964318 140734002520512 140734002520032 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13555/statm: 21014 7258 194 433 0 20578 0
[pid=13555/tid=13556] ppid=13553 vsize=84056 CPUtime=12.65 cores=0,2,4,6
/proc/13555/task/13556/stat : 13556 (wbo1.71) R 13553 13555 12215 0 -1 4202560 6539 0 0 0 1263 2 0 0 20 0 2 0 286693107 86073344 7258 33554432000 4194304 5964318 140734002520512 139959065131048 4400394 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) 84056

[startup+25.5003 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 13557
/proc/meminfo: memFree=28537148/32873844 swapFree=7116/7116
[pid=13555] ppid=13553 vsize=84164 CPUtime=25.49 cores=0,2,4,6
/proc/13555/stat : 13555 (wbo1.71) S 13553 13555 12215 0 -1 4202496 10505 0 0 0 2546 3 0 0 20 0 2 0 286693106 86183936 10453 33554432000 4194304 5964318 140734002520512 140734002520032 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13555/statm: 21041 10453 194 433 0 20605 0
[pid=13555/tid=13556] ppid=13553 vsize=84164 CPUtime=25.42 cores=0,2,4,6
/proc/13555/task/13556/stat : 13556 (wbo1.71) R 13553 13555 12215 0 -1 4202560 9734 0 0 0 2539 3 0 0 20 0 2 0 286693107 86183936 10453 33554432000 4194304 5964318 140734002520512 139959065131000 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 84164

[startup+51.1004 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 13557
/proc/meminfo: memFree=28528748/32873844 swapFree=7116/7116
[pid=13555] ppid=13553 vsize=84164 CPUtime=51.08 cores=0,2,4,6
/proc/13555/stat : 13555 (wbo1.71) S 13553 13555 12215 0 -1 4202496 12500 0 0 0 5104 4 0 0 20 0 2 0 286693106 86183936 12448 33554432000 4194304 5964318 140734002520512 140734002520032 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13555/statm: 21041 12448 194 433 0 20605 0
[pid=13555/tid=13556] ppid=13553 vsize=84164 CPUtime=50.95 cores=0,2,4,6
/proc/13555/task/13556/stat : 13556 (wbo1.71) R 13553 13555 12215 0 -1 4202560 11729 0 0 0 5091 4 0 0 20 0 2 0 286693107 86183936 12448 33554432000 4194304 5964318 140734002520512 139959065131000 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 84164

[startup+102.307 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 13557
/proc/meminfo: memFree=28397520/32873844 swapFree=7116/7116
[pid=13555] ppid=13553 vsize=86828 CPUtime=102.28 cores=0,2,4,6
/proc/13555/stat : 13555 (wbo1.71) S 13553 13555 12215 0 -1 4202496 16768 0 0 0 10222 6 0 0 20 0 2 0 286693106 88911872 16711 33554432000 4194304 5964318 140734002520512 140734002520032 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13555/statm: 21707 16711 194 433 0 21271 0
[pid=13555/tid=13556] ppid=13553 vsize=86828 CPUtime=102.03 cores=0,2,4,6
/proc/13555/task/13556/stat : 13556 (wbo1.71) R 13553 13555 12215 0 -1 4202560 15997 0 0 0 10196 7 0 0 20 0 2 0 286693107 88911872 16711 33554432000 4194304 5964318 140734002520512 139959065131000 4400019 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 86828

[startup+162.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/180 13560
/proc/meminfo: memFree=28386520/32873844 swapFree=7116/7116
[pid=13555] ppid=13553 vsize=153172 CPUtime=162.26 cores=0,2,4,6
/proc/13555/stat : 13555 (wbo1.71) S 13553 13555 12215 0 -1 4202496 19516 0 0 0 16218 8 0 0 20 0 2 0 286693106 156848128 19469 33554432000 4194304 5964318 140734002520512 140734002520032 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13555/statm: 38293 19469 194 433 0 37857 0
[pid=13555/tid=13556] ppid=13553 vsize=153172 CPUtime=161.87 cores=0,2,4,6
/proc/13555/task/13556/stat : 13556 (wbo1.71) R 13553 13555 12215 0 -1 4202560 18745 0 0 0 16177 10 0 0 20 0 2 0 286693107 156848128 19469 33554432000 4194304 5964318 140734002520512 139959065131000 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 153172

[startup+222.3 s]
/proc/loadavg: 2.05 2.00 2.00 3/179 13560
/proc/meminfo: memFree=28385344/32873844 swapFree=7116/7116
[pid=13555] ppid=13553 vsize=153172 CPUtime=222.23 cores=0,2,4,6
/proc/13555/stat : 13555 (wbo1.71) S 13553 13555 12215 0 -1 4202496 19564 0 0 0 22215 8 0 0 20 0 2 0 286693106 156848128 20557 33554432000 4194304 5964318 140734002520512 140734002520032 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13555/statm: 38293 20557 194 433 0 37857 0
[pid=13555/tid=13556] ppid=13553 vsize=153172 CPUtime=221.69 cores=0,2,4,6
/proc/13555/task/13556/stat : 13556 (wbo1.71) R 13553 13555 12215 0 -1 4202560 18793 0 0 0 22158 11 0 0 20 0 2 0 286693107 156848128 20557 33554432000 4194304 5964318 140734002520512 139959065131000 4400001 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) 153172

[startup+282.3 s]
/proc/loadavg: 2.02 2.00 2.00 3/179 13561
/proc/meminfo: memFree=28331296/32873844 swapFree=7116/7116
[pid=13555] ppid=13553 vsize=154324 CPUtime=282.22 cores=0,2,4,6
/proc/13555/stat : 13555 (wbo1.71) S 13553 13555 12215 0 -1 4202496 21620 0 0 0 28213 9 0 0 20 0 2 0 286693106 158027776 22613 33554432000 4194304 5964318 140734002520512 140734002520032 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13555/statm: 38581 22613 194 433 0 38145 0
[pid=13555/tid=13556] ppid=13553 vsize=154324 CPUtime=281.53 cores=0,2,4,6
/proc/13555/task/13556/stat : 13556 (wbo1.71) R 13553 13555 12215 0 -1 4202560 20849 0 0 0 28140 13 0 0 20 0 2 0 286693107 158027776 22613 33554432000 4194304 5964318 140734002520512 139959065131000 4399960 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) 154324

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13561
/proc/meminfo: memFree=28306864/32873844 swapFree=7116/7116
[pid=13555] ppid=13553 vsize=154324 CPUtime=342.21 cores=0,2,4,6
/proc/13555/stat : 13555 (wbo1.71) S 13553 13555 12215 0 -1 4202496 23158 0 0 0 34211 10 0 0 20 0 2 0 286693106 158027776 24151 33554432000 4194304 5964318 140734002520512 140734002520032 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13555/statm: 38581 24151 194 433 0 38145 0
[pid=13555/tid=13556] ppid=13553 vsize=154324 CPUtime=341.38 cores=0,2,4,6
/proc/13555/task/13556/stat : 13556 (wbo1.71) R 13553 13555 12215 0 -1 4202560 22387 0 0 0 34123 15 0 0 20 0 2 0 286693107 158027776 24151 33554432000 4194304 5964318 140734002520512 139959065131000 4220672 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) 154324

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13561
/proc/meminfo: memFree=28306492/32873844 swapFree=7116/7116
[pid=13555] ppid=13553 vsize=154576 CPUtime=402.2 cores=0,2,4,6
/proc/13555/stat : 13555 (wbo1.71) S 13553 13555 12215 0 -1 4202496 23224 0 0 0 40210 10 0 0 20 0 2 0 286693106 158285824 24217 33554432000 4194304 5964318 140734002520512 140734002520032 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 2.00 2.00 3/179 13593
/proc/meminfo: memFree=27595316/32873844 swapFree=7116/7116
[pid=13555] ppid=13553 vsize=161488 CPUtime=1422.04 cores=0,2,4,6
/proc/13555/stat : 13555 (wbo1.71) S 13553 13555 12215 0 -1 4202496 35688 0 0 0 142184 20 0 0 20 0 2 0 286693106 165363712 36673 33554432000 4194304 5964318 140734002520512 140734002520032 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13555/statm: 40372 36673 194 433 0 39936 0
[pid=13555/tid=13556] ppid=13553 vsize=161488 CPUtime=1418.62 cores=0,2,4,6
/proc/13555/task/13556/stat : 13556 (wbo1.71) R 13553 13555 12215 0 -1 4202560 34917 0 0 0 141821 41 0 0 20 0 2 0 286693107 165363712 36673 33554432000 4194304 5964318 140734002520512 139959065131000 4399824 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 161488

[startup+1482.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 13593
/proc/meminfo: memFree=27583660/32873844 swapFree=7116/7116
[pid=13555] ppid=13553 vsize=227312 CPUtime=1482.02 cores=0,2,4,6
/proc/13555/stat : 13555 (wbo1.71) S 13553 13555 12215 0 -1 4202496 38561 0 0 0 148179 23 0 0 20 0 2 0 286693106 232767488 39546 33554432000 4194304 5964318 140734002520512 140734002520032 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13555/statm: 56828 39546 194 433 0 56392 0
[pid=13555/tid=13556] ppid=13553 vsize=227312 CPUtime=1478.46 cores=0,2,4,6
/proc/13555/task/13556/stat : 13556 (wbo1.71) R 13553 13555 12215 0 -1 4202560 37790 0 0 0 147801 45 0 0 20 0 2 0 286693107 232767488 39546 33554432000 4194304 5964318 140734002520512 139959065131000 4399942 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 227312

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 13594
/proc/meminfo: memFree=27569648/32873844 swapFree=7116/7116
[pid=13555] ppid=13553 vsize=228536 CPUtime=1542.01 cores=0,2,4,6
/proc/13555/stat : 13555 (wbo1.71) S 13553 13555 12215 0 -1 4202496 42125 0 0 0 154176 25 0 0 20 0 2 0 286693106 234020864 43110 33554432000 4194304 5964318 140734002520512 140734002520032 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13555/statm: 57134 43110 194 433 0 56698 0
[pid=13555/tid=13556] ppid=13553 vsize=228536 CPUtime=1538.31 cores=0,2,4,6
/proc/13555/task/13556/stat : 13556 (wbo1.71) R 13553 13555 12215 0 -1 4202560 41354 0 0 0 153783 48 0 0 20 0 2 0 286693107 234020864 43110 33554432000 4194304 5964318 140734002520512 139959065131000 4399995 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 228536

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13594
/proc/meminfo: memFree=27560472/32873844 swapFree=7116/7116
[pid=13555] ppid=13553 vsize=229328 CPUtime=1602.01 cores=0,2,4,6
/proc/13555/stat : 13555 (wbo1.71) S 13553 13555 12215 0 -1 4202496 44402 0 0 0 160175 26 0 0 20 0 2 0 286693106 234831872 45387 33554432000 4194304 5964318 140734002520512 140734002520032 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13555/statm: 57332 45387 194 433 0 56896 0
[pid=13555/tid=13556] ppid=13553 vsize=229328 CPUtime=1598.16 cores=0,2,4,6
/proc/13555/task/13556/stat : 13556 (wbo1.71) R 13553 13555 12215 0 -1 4202560 43631 0 0 0 159766 50 0 0 20 0 2 0 286693107 234831872 45387 33554432000 4194304 5964318 140734002520512 139959065130808 4399824 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 229328

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13594
/proc/meminfo: memFree=27552908/32873844 swapFree=7116/7116
[pid=13555] ppid=13553 vsize=233144 CPUtime=1661.99 cores=0,2,4,6
/proc/13555/stat : 13555 (wbo1.71) S 13553 13555 12215 0 -1 4202496 46323 0 0 0 166172 27 0 0 20 0 2 0 286693106 238739456 47292 33554432000 4194304 5964318 140734002520512 140734002520032 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13555/statm: 58286 47292 194 433 0 57850 0
[pid=13555/tid=13556] ppid=13553 vsize=233144 CPUtime=1658 cores=0,2,4,6
/proc/13555/task/13556/stat : 13556 (wbo1.71) R 13553 13555 12215 0 -1 4202560 45552 0 0 0 165748 52 0 0 20 0 2 0 286693107 238739456 47292 33554432000 4194304 5964318 140734002520512 139959065131048 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 233144

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13633
/proc/meminfo: memFree=28628292/32873844 swapFree=7116/7116
[pid=13555] ppid=13553 vsize=233288 CPUtime=1721.98 cores=0,2,4,6
/proc/13555/stat : 13555 (wbo1.71) S 13553 13555 12215 0 -1 4202496 47271 0 0 0 172170 28 0 0 20 0 2 0 286693106 238886912 48249 33554432000 4194304 5964318 140734002520512 140734002520032 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13555/statm: 58322 48249 194 433 0 57886 0
[pid=13555/tid=13556] ppid=13553 vsize=233288 CPUtime=1717.84 cores=0,2,4,6
/proc/13555/task/13556/stat : 13556 (wbo1.71) R 13553 13555 12215 0 -1 4202560 46500 0 0 0 171730 54 0 0 20 0 2 0 286693107 238886912 48249 33554432000 4194304 5964318 140734002520512 139959065131000 4379136 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 233288

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13633
/proc/meminfo: memFree=28615700/32873844 swapFree=7116/7116
[pid=13555] ppid=13553 vsize=233288 CPUtime=1781.96 cores=0,2,4,6
/proc/13555/stat : 13555 (wbo1.71) S 13553 13555 12215 0 -1 4202496 47294 0 0 0 178168 28 0 0 20 0 2 0 286693106 238886912 48354 33554432000 4194304 5964318 140734002520512 140734002520032 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13555/statm: 58322 48354 194 433 0 57886 0
[pid=13555/tid=13556] ppid=13553 vsize=233288 CPUtime=1777.68 cores=0,2,4,6
/proc/13555/task/13556/stat : 13556 (wbo1.71) R 13553 13555 12215 0 -1 4202560 46523 0 0 0 177713 55 0 0 20 0 2 0 286693107 238886912 48354 33554432000 4194304 5964318 140734002520512 139959065131000 4400001 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 233288

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 13633
/proc/meminfo: memFree=28613964/32873844 swapFree=7116/7116
[pid=13555] ppid=13553 vsize=233288 CPUtime=1791.56 cores=0,2,4,6
/proc/13555/stat : 13555 (wbo1.71) S 13553 13555 12215 0 -1 4202496 47294 0 0 0 179128 28 0 0 20 0 2 0 286693106 238886912 48354 33554432000 4194304 5964318 140734002520512 140734002520032 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13555/statm: 58322 48354 194 433 0 57886 0
[pid=13555/tid=13556] ppid=13553 vsize=233288 CPUtime=1787.26 cores=0,2,4,6
/proc/13555/task/13556/stat : 13556 (wbo1.71) R 13553 13555 12215 0 -1 4202560 46523 0 0 0 178671 55 0 0 20 0 2 0 286693107 238886912 48354 33554432000 4194304 5964318 140734002520512 139959065131000 4399991 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.56
Current children cumulated vsize (KiB) 233288

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13633
/proc/meminfo: memFree=28611616/32873844 swapFree=7116/7116
[pid=13555] ppid=13553 vsize=233288 CPUtime=1794.76 cores=0,2,4,6
/proc/13555/stat : 13555 (wbo1.71) S 13553 13555 12215 0 -1 4202496 47294 0 0 0 179448 28 0 0 20 0 2 0 286693106 238886912 48354 33554432000 4194304 5964318 140734002520512 140734002520032 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13555/statm: 58322 48354 194 433 0 57886 0
[pid=13555/tid=13556] ppid=13553 vsize=233288 CPUtime=1790.45 cores=0,2,4,6
/proc/13555/task/13556/stat : 13556 (wbo1.71) R 13553 13555 12215 0 -1 4202560 46523 0 0 0 178990 55 0 0 20 0 2 0 286693107 238886912 48354 33554432000 4194304 5964318 140734002520512 139959065131000 4400336 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.76
Current children cumulated vsize (KiB) 233288

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13634
/proc/meminfo: memFree=28611244/32873844 swapFree=7116/7116
[pid=13555] ppid=13553 vsize=233288 CPUtime=1797.95 cores=0,2,4,6
/proc/13555/stat : 13555 (wbo1.71) S 13553 13555 12215 0 -1 4202496 47294 0 0 0 179767 28 0 0 20 0 2 0 286693106 238886912 48354 33554432000 4194304 5964318 140734002520512 140734002520032 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13555/statm: 58322 48354 194 433 0 57886 0
[pid=13555/tid=13556] ppid=13553 vsize=233288 CPUtime=1793.63 cores=0,2,4,6
/proc/13555/task/13556/stat : 13556 (wbo1.71) R 13553 13555 12215 0 -1 4202560 46523 0 0 0 179308 55 0 0 20 0 2 0 286693107 238886912 48354 33554432000 4194304 5964318 140734002520512 139959065131000 4399842 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.95
Current children cumulated vsize (KiB) 233288

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13634
/proc/meminfo: memFree=28610988/32873844 swapFree=7116/7116
[pid=13555] ppid=13553 vsize=233288 CPUtime=1798.75 cores=0,2,4,6
/proc/13555/stat : 13555 (wbo1.71) S 13553 13555 12215 0 -1 4202496 47294 0 0 0 179847 28 0 0 20 0 2 0 286693106 238886912 48354 33554432000 4194304 5964318 140734002520512 140734002520032 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13555/statm: 58322 48354 194 433 0 57886 0
[pid=13555/tid=13556] ppid=13553 vsize=233288 CPUtime=1794.43 cores=0,2,4,6
/proc/13555/task/13556/stat : 13556 (wbo1.71) R 13553 13555 12215 0 -1 4202560 46523 0 0 0 179388 55 0 0 20 0 2 0 286693107 238886912 48354 33554432000 4194304 5964318 140734002520512 139959065131000 4400336 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.75
Current children cumulated vsize (KiB) 233288

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13634
/proc/meminfo: memFree=28610988/32873844 swapFree=7116/7116
[pid=13555] ppid=13553 vsize=233288 CPUtime=1799.16 cores=0,2,4,6
/proc/13555/stat : 13555 (wbo1.71) S 13553 13555 12215 0 -1 4202496 47294 0 0 0 179888 28 0 0 20 0 2 0 286693106 238886912 48354 33554432000 4194304 5964318 140734002520512 140734002520032 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13555/statm: 58322 48354 194 433 0 57886 0
[pid=13555/tid=13556] ppid=13553 vsize=233288 CPUtime=1794.84 cores=0,2,4,6
/proc/13555/task/13556/stat : 13556 (wbo1.71) R 13553 13555 12215 0 -1 4202560 46523 0 0 0 179429 55 0 0 20 0 2 0 286693107 238886912 48354 33554432000 4194304 5964318 140734002520512 139959065131000 4400007 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.16
Current children cumulated vsize (KiB) 233288

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13634
/proc/meminfo: memFree=28610988/32873844 swapFree=7116/7116
[pid=13555] ppid=13553 vsize=233288 CPUtime=1799.55 cores=0,2,4,6
/proc/13555/stat : 13555 (wbo1.71) S 13553 13555 12215 0 -1 4202496 47294 0 0 0 179927 28 0 0 20 0 2 0 286693106 238886912 48354 33554432000 4194304 5964318 140734002520512 140734002520032 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13555/statm: 58322 48354 194 433 0 57886 0
[pid=13555/tid=13556] ppid=13553 vsize=233288 CPUtime=1795.23 cores=0,2,4,6
/proc/13555/task/13556/stat : 13556 (wbo1.71) R 13553 13555 12215 0 -1 4202560 46523 0 0 0 179468 55 0 0 20 0 2 0 286693107 238886912 48354 33554432000 4194304 5964318 140734002520512 139959065131000 4399995 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.55
Current children cumulated vsize (KiB) 233288

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13634
/proc/meminfo: memFree=28610988/32873844 swapFree=7116/7116
[pid=13555] ppid=13553 vsize=233288 CPUtime=1799.65 cores=0,2,4,6
/proc/13555/stat : 13555 (wbo1.71) S 13553 13555 12215 0 -1 4202496 47294 0 0 0 179937 28 0 0 20 0 2 0 286693106 238886912 48354 33554432000 4194304 5964318 140734002520512 140734002520032 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13555/statm: 58322 48354 194 433 0 57886 0
[pid=13555/tid=13556] ppid=13553 vsize=233288 CPUtime=1795.33 cores=0,2,4,6
/proc/13555/task/13556/stat : 13556 (wbo1.71) R 13553 13555 12215 0 -1 4202560 46523 0 0 0 179478 55 0 0 20 0 2 0 286693107 238886912 48354 33554432000 4194304 5964318 140734002520512 139959065131000 5139016 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.65
Current children cumulated vsize (KiB) 233288

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13555 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=800148
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=561914
# CPU time returned by wait4() is 1795.36
# while last known CPU time is 1799.65
#
# 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.65
CPU user time (s): 1799.37
CPU system time (s): 0.28
CPU usage (%): 99.9799
Max. virtual memory (cumulated for all children) (KiB): 233288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.8
system time used= 0.561914
maximum resident set size= 193428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47297
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= 81
involuntary context switches= 1872

runsolver used 5.2552 second user time and 20.4209 second system time

The end

Launcher Data

Begin job on node138 at 2012-05-28 13:48:00
IDJOB=3713120
IDBENCH=79148
IDSOLVER=2293
FILE ID=node138/3713120-1338205680
RUNJOBID= node138-1338194596-12231
PBS_JOBID= 14624599
Free space on /tmp= 71488 MiB

SOLVER NAME= wbo 1.71
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl20_21_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-3713120-1338205680/watcher-3713120-1338205680 -o /tmp/evaluation-result-3713120-1338205680/solver-3713120-1338205680 -C 1800 -W 1900 -M 15500  wbo1.71 -file-format=wbo HOME/instance-3713120-1338205680.wbo

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

MD5SUM BENCH= a882a0978da6ad149ec004c2c9449010
RANDOM SEED=226207551

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.347
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.91
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		: 2667.347
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.92
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		: 2667.347
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:        28579964 kB
Buffers:          661504 kB
Cached:          2446112 kB
SwapCached:          208 kB
Active:          1452472 kB
Inactive:        1948848 kB
Active(anon):     275444 kB
Inactive(anon):    11576 kB
Active(file):    1177028 kB
Inactive(file):  1937272 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67108648 kB
Dirty:              5452 kB
Writeback:             0 kB
AnonPages:        368868 kB
Mapped:            15132 kB
Shmem:               200 kB
Slab:             753100 kB
SReclaimable:     195208 kB
SUnreclaim:       557892 kB
KernelStack:        1488 kB
PageTables:         4344 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     150448 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     77824 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= 71484 MiB
End job on node138 at 2012-05-28 14:18:01