Trace number 3728382

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.72? 1799.93 1800.02

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl10_20_pb.cnf.cr--soft-0-100-0.wbo
MD5SUM8d28474a5cb37d0277ef3e3fb6ddbee0
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark0.091985
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables400
Total number of constraints60
Number of soft constraints60
Number of constraints which are clauses40
Number of constraints which are cardinality constraints (but not clauses)20
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint20
Top cost 2653
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 2652
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 21
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.72 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing wbo file format. File HOME/instance-3728382-1338674840.wbo.
0.00/0.00	c Instance file HOME/instance-3728382-1338674840.wbo
0.00/0.00	c File size is 7174 bytes.
0.00/0.00	c Highest Coefficient sum: 21
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:      460                                                 |
0.00/0.00	c |  Number Clauses:        40                                                  |
0.00/0.00	c |  Number Cardinality:    0                                                   |
0.00/0.00	c |  Number PB Constraints: 20                                                  |
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.67/1800.01	c ===============================================================================
1799.67/1800.01	c Wall Clock Time: 1800.01 s
1799.67/1800.01	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-3728382-1338674840/watcher-3728382-1338674840 -o /tmp/evaluation-result-3728382-1338674840/solver-3728382-1338674840 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=wbo HOME/instance-3728382-1338674840.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.06 2.03 2.00 3/177 26149
/proc/meminfo: memFree=27882656/32873648 swapFree=6852/6852
[pid=26149] ppid=26147 vsize=83680 CPUtime=0 cores=1,3,5,7
/proc/26149/stat : 26149 (wbo1.72) S 26147 26149 24312 0 -1 4202496 821 0 0 0 0 0 0 0 20 0 2 0 333610768 85688320 771 33554432000 4194304 5964350 140737459183296 140737459182816 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26149/statm: 20920 771 192 433 0 20484 0
[pid=26149/tid=26150] ppid=26147 vsize=83680 CPUtime=0 cores=1,3,5,7
/proc/26149/task/26150/stat : 26150 (wbo1.72) R 26147 26149 24312 0 -1 4202560 90 0 0 0 0 0 0 0 20 0 2 0 333610768 85688320 772 33554432000 4194304 5964350 140737459183296 140737390873064 5136340 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0

[startup+0.010992 s]
/proc/loadavg: 2.06 2.03 2.00 3/177 26149
/proc/meminfo: memFree=27882656/32873648 swapFree=6852/6852
[pid=26149] ppid=26147 vsize=83680 CPUtime=0 cores=1,3,5,7
/proc/26149/stat : 26149 (wbo1.72) S 26147 26149 24312 0 -1 4202496 840 0 0 0 0 0 0 0 20 0 2 0 333610768 85688320 791 33554432000 4194304 5964350 140737459183296 140737459182816 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26149/statm: 20920 791 192 433 0 20484 0
[pid=26149/tid=26150] ppid=26147 vsize=83680 CPUtime=0 cores=1,3,5,7
/proc/26149/task/26150/stat : 26150 (wbo1.72) R 26147 26149 24312 0 -1 4202560 109 0 0 0 0 0 0 0 20 0 2 0 333610768 85688320 791 33554432000 4194304 5964350 140737459183296 140737390873064 5136340 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 83680

[startup+0.100235 s]
/proc/loadavg: 2.06 2.03 2.00 3/177 26149
/proc/meminfo: memFree=27882656/32873648 swapFree=6852/6852
[pid=26149] ppid=26147 vsize=83680 CPUtime=0.09 cores=1,3,5,7
/proc/26149/stat : 26149 (wbo1.72) S 26147 26149 24312 0 -1 4202496 1022 0 0 0 9 0 0 0 20 0 2 0 333610768 85688320 972 33554432000 4194304 5964350 140737459183296 140737459182816 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26149/statm: 20920 972 193 433 0 20484 0
[pid=26149/tid=26150] ppid=26147 vsize=83680 CPUtime=0.08 cores=1,3,5,7
/proc/26149/task/26150/stat : 26150 (wbo1.72) R 26147 26149 24312 0 -1 4202560 291 0 0 0 8 0 0 0 20 0 2 0 333610768 85688320 973 33554432000 4194304 5964350 140737459183296 139759218370552 5136340 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) 83680

[startup+0.300253 s]
/proc/loadavg: 2.06 2.03 2.00 3/177 26149
/proc/meminfo: memFree=27882656/32873648 swapFree=6852/6852
[pid=26149] ppid=26147 vsize=83680 CPUtime=0.29 cores=1,3,5,7
/proc/26149/stat : 26149 (wbo1.72) S 26147 26149 24312 0 -1 4202496 1209 0 0 0 29 0 0 0 20 0 2 0 333610768 85688320 1159 33554432000 4194304 5964350 140737459183296 140737459182816 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26149/statm: 20920 1159 193 433 0 20484 0
[pid=26149/tid=26150] ppid=26147 vsize=83680 CPUtime=0.28 cores=1,3,5,7
/proc/26149/task/26150/stat : 26150 (wbo1.72) R 26147 26149 24312 0 -1 4202560 477 0 0 0 28 0 0 0 20 0 2 0 333610768 85688320 1159 33554432000 4194304 5964350 140737459183296 139759218370552 4400003 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) 83680

[startup+0.700254 s]
/proc/loadavg: 2.06 2.03 2.00 3/177 26149
/proc/meminfo: memFree=27882656/32873648 swapFree=6852/6852
[pid=26149] ppid=26147 vsize=83680 CPUtime=0.69 cores=1,3,5,7
/proc/26149/stat : 26149 (wbo1.72) S 26147 26149 24312 0 -1 4202496 1459 0 0 0 69 0 0 0 20 0 2 0 333610768 85688320 1409 33554432000 4194304 5964350 140737459183296 140737459182816 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26149/statm: 20920 1409 193 433 0 20484 0
[pid=26149/tid=26150] ppid=26147 vsize=83680 CPUtime=0.68 cores=1,3,5,7
/proc/26149/task/26150/stat : 26150 (wbo1.72) R 26147 26149 24312 0 -1 4202560 727 0 0 0 68 0 0 0 20 0 2 0 333610768 85688320 1409 33554432000 4194304 5964350 140737459183296 139759218370552 4400007 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) 83680

[startup+1.50025 s]
/proc/loadavg: 2.06 2.03 2.00 3/179 26151
/proc/meminfo: memFree=27877228/32873648 swapFree=6852/6852
[pid=26149] ppid=26147 vsize=83680 CPUtime=1.49 cores=1,3,5,7
/proc/26149/stat : 26149 (wbo1.72) S 26147 26149 24312 0 -1 4202496 1994 0 0 0 149 0 0 0 20 0 2 0 333610768 85688320 1944 33554432000 4194304 5964350 140737459183296 140737459182816 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26149/statm: 20920 1944 193 433 0 20484 0
[pid=26149/tid=26150] ppid=26147 vsize=83680 CPUtime=1.48 cores=1,3,5,7
/proc/26149/task/26150/stat : 26150 (wbo1.72) R 26147 26149 24312 0 -1 4202560 1262 0 0 0 148 0 0 0 20 0 2 0 333610768 85688320 1944 33554432000 4194304 5964350 140737459183296 139759218370360 4399840 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) 83680

[startup+3.10026 s]
/proc/loadavg: 2.06 2.03 2.00 3/179 26151
/proc/meminfo: memFree=27873516/32873648 swapFree=6852/6852
[pid=26149] ppid=26147 vsize=83824 CPUtime=3.09 cores=1,3,5,7
/proc/26149/stat : 26149 (wbo1.72) S 26147 26149 24312 0 -1 4202496 2599 0 0 0 309 0 0 0 20 0 2 0 333610768 85835776 2549 33554432000 4194304 5964350 140737459183296 140737459182816 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26149/statm: 20956 2549 193 433 0 20520 0
[pid=26149/tid=26150] ppid=26147 vsize=83824 CPUtime=3.08 cores=1,3,5,7
/proc/26149/task/26150/stat : 26150 (wbo1.72) R 26147 26149 24312 0 -1 4202560 1867 0 0 0 308 0 0 0 20 0 2 0 333610768 85835776 2549 33554432000 4194304 5964350 140737459183296 139759218370360 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 83824

[startup+6.30026 s]
/proc/loadavg: 2.06 2.03 2.00 3/179 26151
/proc/meminfo: memFree=27870292/32873648 swapFree=6852/6852
[pid=26149] ppid=26147 vsize=83824 CPUtime=6.29 cores=1,3,5,7
/proc/26149/stat : 26149 (wbo1.72) S 26147 26149 24312 0 -1 4202496 3083 0 0 0 629 0 0 0 20 0 2 0 333610768 85835776 3033 33554432000 4194304 5964350 140737459183296 140737459182816 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26149/statm: 20956 3033 193 433 0 20520 0
[pid=26149/tid=26150] ppid=26147 vsize=83824 CPUtime=6.28 cores=1,3,5,7
/proc/26149/task/26150/stat : 26150 (wbo1.72) R 26147 26149 24312 0 -1 4202560 2351 0 0 0 628 0 0 0 20 0 2 0 333610768 85835776 3033 33554432000 4194304 5964350 140737459183296 139759218370552 4220672 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) 83824

[startup+12.7003 s]
/proc/loadavg: 2.05 2.03 2.00 3/179 26151
/proc/meminfo: memFree=27848404/32873648 swapFree=6852/6852
[pid=26149] ppid=26147 vsize=83896 CPUtime=12.68 cores=1,3,5,7
/proc/26149/stat : 26149 (wbo1.72) S 26147 26149 24312 0 -1 4202496 3805 0 0 0 1268 0 0 0 20 0 2 0 333610768 85909504 3755 33554432000 4194304 5964350 140737459183296 140737459182816 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26149/statm: 20974 3755 193 433 0 20538 0
[pid=26149/tid=26150] ppid=26147 vsize=83896 CPUtime=12.68 cores=1,3,5,7
/proc/26149/task/26150/stat : 26150 (wbo1.72) R 26147 26149 24312 0 -1 4202560 3073 0 0 0 1268 0 0 0 20 0 2 0 333610768 85909504 3755 33554432000 4194304 5964350 140737459183296 139759218370360 4400428 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 83896

[startup+25.5002 s]
/proc/loadavg: 2.04 2.03 2.00 3/179 26151
/proc/meminfo: memFree=27825012/32873648 swapFree=6852/6852
[pid=26149] ppid=26147 vsize=84760 CPUtime=25.49 cores=1,3,5,7
/proc/26149/stat : 26149 (wbo1.72) S 26147 26149 24312 0 -1 4202496 5226 0 0 0 2548 1 0 0 20 0 2 0 333610768 86794240 5161 33554432000 4194304 5964350 140737459183296 140737459182816 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26149/statm: 21190 5161 193 433 0 20754 0
[pid=26149/tid=26150] ppid=26147 vsize=84760 CPUtime=25.48 cores=1,3,5,7
/proc/26149/task/26150/stat : 26150 (wbo1.72) R 26147 26149 24312 0 -1 4202560 4494 0 0 0 2548 0 0 0 20 0 2 0 333610768 86794240 5161 33554432000 4194304 5964350 140737459183296 139759218370360 4399840 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) 84760

[startup+51.1003 s]
/proc/loadavg: 2.17 2.06 2.01 3/179 26190
/proc/meminfo: memFree=27916584/32873648 swapFree=6852/6852
[pid=26149] ppid=26147 vsize=85732 CPUtime=51.07 cores=1,3,5,7
/proc/26149/stat : 26149 (wbo1.72) S 26147 26149 24312 0 -1 4202496 7145 0 0 0 5106 1 0 0 20 0 2 0 333610768 87789568 7225 33554432000 4194304 5964350 140737459183296 140737459182816 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26149/statm: 21433 7225 193 433 0 20997 0
[pid=26149/tid=26150] ppid=26147 vsize=85732 CPUtime=51.07 cores=1,3,5,7
/proc/26149/task/26150/stat : 26150 (wbo1.72) R 26147 26149 24312 0 -1 4202560 6413 0 0 0 5105 2 0 0 20 0 2 0 333610768 87789568 7225 33554432000 4194304 5964350 140737459183296 139759218370360 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 85732

[startup+102.307 s]
/proc/loadavg: 2.07 2.05 2.01 3/179 26190
/proc/meminfo: memFree=27888628/32873648 swapFree=6852/6852
[pid=26149] ppid=26147 vsize=88304 CPUtime=102.27 cores=1,3,5,7
/proc/26149/stat : 26149 (wbo1.72) S 26147 26149 24312 0 -1 4202496 10060 0 0 0 10225 2 0 0 20 0 2 0 333610768 90423296 10464 33554432000 4194304 5964350 140737459183296 140737459182816 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26149/statm: 22076 10464 193 433 0 21640 0
[pid=26149/tid=26150] ppid=26147 vsize=88304 CPUtime=102.27 cores=1,3,5,7
/proc/26149/task/26150/stat : 26150 (wbo1.72) R 26147 26149 24312 0 -1 4202560 9328 0 0 0 10223 4 0 0 20 0 2 0 333610768 90423296 10464 33554432000 4194304 5964350 140737459183296 139759218370360 4399938 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 88304

[startup+162.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/180 26193
/proc/meminfo: memFree=27862812/32873648 swapFree=6852/6852
[pid=26149] ppid=26147 vsize=92784 CPUtime=162.25 cores=1,3,5,7
/proc/26149/stat : 26149 (wbo1.72) S 26147 26149 24312 0 -1 4202496 13547 0 0 0 16220 5 0 0 20 0 2 0 333610768 95010816 13925 33554432000 4194304 5964350 140737459183296 140737459182816 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26149/statm: 23196 13925 193 433 0 22760 0
[pid=26149/tid=26150] ppid=26147 vsize=92784 CPUtime=162.26 cores=1,3,5,7
/proc/26149/task/26150/stat : 26150 (wbo1.72) R 26147 26149 24312 0 -1 4202560 12815 0 0 0 16218 8 0 0 20 0 2 0 333610768 95010816 13925 33554432000 4194304 5964350 140737459183296 139759218370552 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 92784

[startup+222.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/179 26193
/proc/meminfo: memFree=27846640/32873648 swapFree=6852/6852
[pid=26149] ppid=26147 vsize=95668 CPUtime=222.24 cores=1,3,5,7
/proc/26149/stat : 26149 (wbo1.72) S 26147 26149 24312 0 -1 4202496 16611 0 0 0 22216 8 0 0 20 0 2 0 333610768 97964032 17494 33554432000 4194304 5964350 140737459183296 140737459182816 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26149/statm: 23917 17494 193 433 0 23481 0
[pid=26149/tid=26150] ppid=26147 vsize=95668 CPUtime=222.26 cores=1,3,5,7
/proc/26149/task/26150/stat : 26150 (wbo1.72) R 26147 26149 24312 0 -1 4202560 15879 0 0 0 22214 12 0 0 20 0 2 0 333610768 97964032 17494 33554432000 4194304 5964350 140737459183296 139759218370552 4399858 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 95668

[startup+282.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/179 26194
/proc/meminfo: memFree=27823600/32873648 swapFree=6852/6852
[pid=26149] ppid=26147 vsize=163376 CPUtime=282.23 cores=1,3,5,7
/proc/26149/stat : 26149 (wbo1.72) S 26147 26149 24312 0 -1 4202496 20497 0 0 0 28212 11 0 0 20 0 2 0 333610768 167297024 21382 33554432000 4194304 5964350 140737459183296 140737459182816 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26149/statm: 40844 21382 193 433 0 40408 0
[pid=26149/tid=26150] ppid=26147 vsize=163376 CPUtime=282.26 cores=1,3,5,7
/proc/26149/task/26150/stat : 26150 (wbo1.72) R 26147 26149 24312 0 -1 4202560 19765 0 0 0 28210 16 0 0 20 0 2 0 333610768 167297024 21382 33554432000 4194304 5964350 140737459183296 139759218370552 4378928 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 163376

[startup+342.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/179 26194
/proc/meminfo: memFree=27821144/32873648 swapFree=6852/6852
[pid=26149] ppid=26147 vsize=164456 CPUtime=342.21 cores=1,3,5,7
/proc/26149/stat : 26149 (wbo1.72) S 26147 26149 24312 0 -1 4202496 20794 0 0 0 34210 11 0 0 20 0 2 0 333610768 168402944 21675 33554432000 4194304 5964350 140737459183296 140737459182816 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26149/statm: 41114 21675 193 433 0 40678 0
[pid=26149/tid=26150] ppid=26147 vsize=164456 CPUtime=342.25 cores=1,3,5,7
/proc/26149/task/26150/stat : 26150 (wbo1.72) R 26147 26149 24312 0 -1 4202560 20062 0 0 0 34208 17 0 0 20 0 2 0 333610768 168402944 21675 33554432000 4194304 5964350 140737459183296 139759218370552 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 164456

[startup+402.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/179 26194
/proc/meminfo: memFree=27795420/32873648 swapFree=6852/6852
[pid=26149] ppid=26147 vsize=168248 CPUtime=402.21 cores=1,3,5,7
/proc/26149/stat : 26149 (wbo1.72) S 26147 26149 24312 0 -1 4202496 23702 0 0 0 40205 16 0 0 20 0 2 0 333610768 172285952 24580 33554432000 4194304 5964350 140737459183296 140737459182816 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0

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

/proc/26149/task/26150/stat : 26150 (wbo1.72) R 26147 26149 24312 0 -1 4202560 52770 0 0 0 130152 69 0 0 20 0 2 0 333610768 266772480 54386 33554432000 4194304 5964350 140737459183296 139759218370600 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1302.06
Current children cumulated vsize (KiB) 260520

[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 26203
/proc/meminfo: memFree=27559624/32873648 swapFree=6852/6852
[pid=26149] ppid=26147 vsize=262016 CPUtime=1362.04 cores=1,3,5,7
/proc/26149/stat : 26149 (wbo1.72) S 26147 26149 24312 0 -1 4202496 53799 0 0 0 136155 49 0 0 20 0 2 0 333610768 268304384 54683 33554432000 4194304 5964350 140737459183296 140737459182816 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26149/statm: 65504 54683 193 433 0 65068 0
[pid=26149/tid=26150] ppid=26147 vsize=262016 CPUtime=1362.21 cores=1,3,5,7
/proc/26149/task/26150/stat : 26150 (wbo1.72) R 26147 26149 24312 0 -1 4202560 53067 0 0 0 136151 70 0 0 20 0 2 0 333610768 268304384 54683 33554432000 4194304 5964350 140737459183296 139759218370600 4399938 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 262016

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26203
/proc/meminfo: memFree=27559836/32873648 swapFree=6852/6852
[pid=26149] ppid=26147 vsize=262448 CPUtime=1422.03 cores=1,3,5,7
/proc/26149/stat : 26149 (wbo1.72) S 26147 26149 24312 0 -1 4202496 53883 0 0 0 142154 49 0 0 20 0 2 0 333610768 268746752 54767 33554432000 4194304 5964350 140737459183296 140737459182816 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26149/statm: 65612 54767 193 433 0 65176 0
[pid=26149/tid=26150] ppid=26147 vsize=262448 CPUtime=1422.21 cores=1,3,5,7
/proc/26149/task/26150/stat : 26150 (wbo1.72) R 26147 26149 24312 0 -1 4202560 53151 0 0 0 142150 71 0 0 20 0 2 0 333610768 268746752 54767 33554432000 4194304 5964350 140737459183296 139759218370600 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 262448

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26203
/proc/meminfo: memFree=27553564/32873648 swapFree=6852/6852
[pid=26149] ppid=26147 vsize=263064 CPUtime=1482.02 cores=1,3,5,7
/proc/26149/stat : 26149 (wbo1.72) S 26147 26149 24312 0 -1 4202496 55186 0 0 0 148151 51 0 0 20 0 2 0 333610768 269377536 56066 33554432000 4194304 5964350 140737459183296 140737459182816 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26149/statm: 65766 56066 193 433 0 65330 0
[pid=26149/tid=26150] ppid=26147 vsize=263064 CPUtime=1482.2 cores=1,3,5,7
/proc/26149/task/26150/stat : 26150 (wbo1.72) R 26147 26149 24312 0 -1 4202560 54454 0 0 0 148146 74 0 0 20 0 2 0 333610768 269377536 56066 33554432000 4194304 5964350 140737459183296 139759218370600 4400017 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 263064

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 26205
/proc/meminfo: memFree=27544948/32873648 swapFree=6852/6852
[pid=26149] ppid=26147 vsize=263548 CPUtime=1542.01 cores=1,3,5,7
/proc/26149/stat : 26149 (wbo1.72) S 26147 26149 24312 0 -1 4202496 56851 0 0 0 154147 54 0 0 20 0 2 0 333610768 269873152 57731 33554432000 4194304 5964350 140737459183296 140737459182816 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26149/statm: 65887 57731 193 433 0 65451 0
[pid=26149/tid=26150] ppid=26147 vsize=263548 CPUtime=1542.2 cores=1,3,5,7
/proc/26149/task/26150/stat : 26150 (wbo1.72) R 26147 26149 24312 0 -1 4202560 56119 0 0 0 154142 78 0 0 20 0 2 0 333610768 269873152 57731 33554432000 4194304 5964350 140737459183296 139759218370600 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 263548

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26205
/proc/meminfo: memFree=27540620/32873648 swapFree=6852/6852
[pid=26149] ppid=26147 vsize=264028 CPUtime=1602 cores=1,3,5,7
/proc/26149/stat : 26149 (wbo1.72) S 26147 26149 24312 0 -1 4202496 57268 0 0 0 160146 54 0 0 20 0 2 0 333610768 270364672 58148 33554432000 4194304 5964350 140737459183296 140737459182816 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26149/statm: 66007 58148 193 433 0 65571 0
[pid=26149/tid=26150] ppid=26147 vsize=264028 CPUtime=1602.2 cores=1,3,5,7
/proc/26149/task/26150/stat : 26150 (wbo1.72) R 26147 26149 24312 0 -1 4202560 56536 0 0 0 160141 79 0 0 20 0 2 0 333610768 270364672 58148 33554432000 4194304 5964350 140737459183296 139759218370600 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 264028

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26205
/proc/meminfo: memFree=27530760/32873648 swapFree=6852/6852
[pid=26149] ppid=26147 vsize=265416 CPUtime=1662 cores=1,3,5,7
/proc/26149/stat : 26149 (wbo1.72) S 26147 26149 24312 0 -1 4202496 58469 0 0 0 166144 56 0 0 20 0 2 0 333610768 271785984 59349 33554432000 4194304 5964350 140737459183296 140737459182816 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26149/statm: 66354 59349 193 433 0 65918 0
[pid=26149/tid=26150] ppid=26147 vsize=265416 CPUtime=1662.2 cores=1,3,5,7
/proc/26149/task/26150/stat : 26150 (wbo1.72) R 26147 26149 24312 0 -1 4202560 57737 0 0 0 166138 82 0 0 20 0 2 0 333610768 271785984 59349 33554432000 4194304 5964350 140737459183296 139759218370552 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 265416

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26205
/proc/meminfo: memFree=27518220/32873648 swapFree=6852/6852
[pid=26149] ppid=26147 vsize=330952 CPUtime=1721.98 cores=1,3,5,7
/proc/26149/stat : 26149 (wbo1.72) S 26147 26149 24312 0 -1 4202496 60239 0 0 0 172139 59 0 0 20 0 2 0 333610768 338894848 61116 33554432000 4194304 5964350 140737459183296 140737459182816 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26149/statm: 82738 61116 193 433 0 82302 0
[pid=26149/tid=26150] ppid=26147 vsize=330952 CPUtime=1722.2 cores=1,3,5,7
/proc/26149/task/26150/stat : 26150 (wbo1.72) R 26147 26149 24312 0 -1 4202560 59507 0 0 0 172134 86 0 0 20 0 2 0 333610768 338894848 61116 33554432000 4194304 5964350 140737459183296 139759218370600 4400751 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 330952

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26205
/proc/meminfo: memFree=27506448/32873648 swapFree=6852/6852
[pid=26149] ppid=26147 vsize=331112 CPUtime=1781.97 cores=1,3,5,7
/proc/26149/stat : 26149 (wbo1.72) S 26147 26149 24312 0 -1 4202496 61622 0 0 0 178136 61 0 0 20 0 2 0 333610768 339058688 62499 33554432000 4194304 5964350 140737459183296 140737459182816 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26149/statm: 82778 62499 193 433 0 82342 0
[pid=26149/tid=26150] ppid=26147 vsize=331112 CPUtime=1782.2 cores=1,3,5,7
/proc/26149/task/26150/stat : 26150 (wbo1.72) R 26147 26149 24312 0 -1 4202560 60890 0 0 0 178131 89 0 0 20 0 2 0 333610768 339058688 62499 33554432000 4194304 5964350 140737459183296 139759218370600 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 331112

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 26205
/proc/meminfo: memFree=27505332/32873648 swapFree=6852/6852
[pid=26149] ppid=26147 vsize=331272 CPUtime=1791.58 cores=1,3,5,7
/proc/26149/stat : 26149 (wbo1.72) S 26147 26149 24312 0 -1 4202496 61825 0 0 0 179096 62 0 0 20 0 2 0 333610768 339222528 62702 33554432000 4194304 5964350 140737459183296 140737459182816 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26149/statm: 82818 62702 193 433 0 82382 0
[pid=26149/tid=26150] ppid=26147 vsize=331272 CPUtime=1791.8 cores=1,3,5,7
/proc/26149/task/26150/stat : 26150 (wbo1.72) R 26147 26149 24312 0 -1 4202560 61093 0 0 0 179091 89 0 0 20 0 2 0 333610768 339222528 62702 33554432000 4194304 5964350 140737459183296 139759218370552 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.58
Current children cumulated vsize (KiB) 331272

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26205
/proc/meminfo: memFree=27504216/32873648 swapFree=6852/6852
[pid=26149] ppid=26147 vsize=331272 CPUtime=1794.78 cores=1,3,5,7
/proc/26149/stat : 26149 (wbo1.72) S 26147 26149 24312 0 -1 4202496 61908 0 0 0 179416 62 0 0 20 0 2 0 333610768 339222528 62785 33554432000 4194304 5964350 140737459183296 140737459182816 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26149/statm: 82818 62785 193 433 0 82382 0
[pid=26149/tid=26150] ppid=26147 vsize=331272 CPUtime=1795 cores=1,3,5,7
/proc/26149/task/26150/stat : 26150 (wbo1.72) R 26147 26149 24312 0 -1 4202560 61176 0 0 0 179410 90 0 0 20 0 2 0 333610768 339222528 62785 33554432000 4194304 5964350 140737459183296 139759218370552 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.78
Current children cumulated vsize (KiB) 331272

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26205
/proc/meminfo: memFree=27503968/32873648 swapFree=6852/6852
[pid=26149] ppid=26147 vsize=331272 CPUtime=1797.97 cores=1,3,5,7
/proc/26149/stat : 26149 (wbo1.72) S 26147 26149 24312 0 -1 4202496 61978 0 0 0 179735 62 0 0 20 0 2 0 333610768 339222528 62855 33554432000 4194304 5964350 140737459183296 140737459182816 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26149/statm: 82818 62855 193 433 0 82382 0
[pid=26149/tid=26150] ppid=26147 vsize=331272 CPUtime=1798.2 cores=1,3,5,7
/proc/26149/task/26150/stat : 26150 (wbo1.72) R 26147 26149 24312 0 -1 4202560 61246 0 0 0 179730 90 0 0 20 0 2 0 333610768 339222528 62855 33554432000 4194304 5964350 140737459183296 139759218370552 4400011 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.97
Current children cumulated vsize (KiB) 331272

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26205
/proc/meminfo: memFree=27503844/32873648 swapFree=6852/6852
[pid=26149] ppid=26147 vsize=331272 CPUtime=1798.77 cores=1,3,5,7
/proc/26149/stat : 26149 (wbo1.72) S 26147 26149 24312 0 -1 4202496 61994 0 0 0 179815 62 0 0 20 0 2 0 333610768 339222528 62871 33554432000 4194304 5964350 140737459183296 140737459182816 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26149/statm: 82818 62871 193 433 0 82382 0
[pid=26149/tid=26150] ppid=26147 vsize=331272 CPUtime=1799 cores=1,3,5,7
/proc/26149/task/26150/stat : 26150 (wbo1.72) R 26147 26149 24312 0 -1 4202560 61262 0 0 0 179810 90 0 0 20 0 2 0 333610768 339222528 62871 33554432000 4194304 5964350 140737459183296 139759218370600 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.77
Current children cumulated vsize (KiB) 331272

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26205
/proc/meminfo: memFree=27503596/32873648 swapFree=6852/6852
[pid=26149] ppid=26147 vsize=331272 CPUtime=1799.18 cores=1,3,5,7
/proc/26149/stat : 26149 (wbo1.72) S 26147 26149 24312 0 -1 4202496 62003 0 0 0 179856 62 0 0 20 0 2 0 333610768 339222528 62880 33554432000 4194304 5964350 140737459183296 140737459182816 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26149/statm: 82818 62880 193 433 0 82382 0
[pid=26149/tid=26150] ppid=26147 vsize=331272 CPUtime=1799.4 cores=1,3,5,7
/proc/26149/task/26150/stat : 26150 (wbo1.72) R 26147 26149 24312 0 -1 4202560 61271 0 0 0 179850 90 0 0 20 0 2 0 333610768 339222528 62880 33554432000 4194304 5964350 140737459183296 139759218370600 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.18
Current children cumulated vsize (KiB) 331272

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26205
/proc/meminfo: memFree=27503596/32873648 swapFree=6852/6852
[pid=26149] ppid=26147 vsize=331272 CPUtime=1799.57 cores=1,3,5,7
/proc/26149/stat : 26149 (wbo1.72) S 26147 26149 24312 0 -1 4202496 62009 0 0 0 179895 62 0 0 20 0 2 0 333610768 339222528 62886 33554432000 4194304 5964350 140737459183296 140737459182816 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26149/statm: 82818 62886 193 433 0 82382 0
[pid=26149/tid=26150] ppid=26147 vsize=331272 CPUtime=1799.8 cores=1,3,5,7
/proc/26149/task/26150/stat : 26150 (wbo1.72) R 26147 26149 24312 0 -1 4202560 61277 0 0 0 179890 90 0 0 20 0 2 0 333610768 339222528 62886 33554432000 4194304 5964350 140737459183296 139759218370600 4388188 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.57
Current children cumulated vsize (KiB) 331272

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26205
/proc/meminfo: memFree=27503596/32873648 swapFree=6852/6852
[pid=26149] ppid=26147 vsize=331272 CPUtime=1799.67 cores=1,3,5,7
/proc/26149/stat : 26149 (wbo1.72) S 26147 26149 24312 0 -1 4202496 62010 0 0 0 179905 62 0 0 20 0 2 0 333610768 339222528 62887 33554432000 4194304 5964350 140737459183296 140737459182816 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26149/statm: 82818 62887 193 433 0 82382 0
[pid=26149/tid=26150] ppid=26147 vsize=331272 CPUtime=1799.9 cores=1,3,5,7
/proc/26149/task/26150/stat : 26150 (wbo1.72) R 26147 26149 24312 0 -1 4202560 61278 0 0 0 179900 90 0 0 20 0 2 0 333610768 339222528 62887 33554432000 4194304 5964350 140737459183296 139759218370600 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.67
Current children cumulated vsize (KiB) 331272

Child status: 255
Real time (s): 1800.02
CPU time (s): 1799.93
CPU user time (s): 1799.02
CPU system time (s): 0.91586
CPU usage (%): 99.9954
Max. virtual memory (cumulated for all children) (KiB): 331272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.02
system time used= 0.91586
maximum resident set size= 251560
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62013
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= 95
involuntary context switches= 1844

runsolver used 5.72113 second user time and 18.7222 second system time

The end

Launcher Data

Begin job on node115 at 2012-06-03 00:07:20
IDJOB=3728382
IDBENCH=79151
IDSOLVER=2315
FILE ID=node115/3728382-1338674840
RUNJOBID= node115-1338669414-25121
PBS_JOBID= 14636487
Free space on /tmp= 70824 MiB

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

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

MD5SUM BENCH= 8d28474a5cb37d0277ef3e3fb6ddbee0
RANDOM SEED=1913975421

node115.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.462
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	: 5332.92
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.462
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.462
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.462
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.462
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.462
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		: 2666.462
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.462
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:        27882912 kB
Buffers:          560196 kB
Cached:          3424636 kB
SwapCached:          964 kB
Active:          1939628 kB
Inactive:        2144796 kB
Active(anon):      91316 kB
Inactive(anon):     9820 kB
Active(file):    1848312 kB
Inactive(file):  2134976 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67106432 kB
Dirty:             11620 kB
Writeback:             0 kB
AnonPages:        104288 kB
Mapped:            12456 kB
Shmem:                96 kB
Slab:             769100 kB
SReclaimable:     212592 kB
SUnreclaim:       556508 kB
KernelStack:        1488 kB
PageTables:         3972 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     146016 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 70820 MiB
End job on node115 at 2012-06-03 00:37:20