Trace number 3728399

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.89 1800.02

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl50_55_pb.cnf.cr--soft-0-100-0.wbo
MD5SUM6f81f937ed71e1dab8ff48fcb963c1e2
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark2.66859
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables5500
Total number of constraints210
Number of soft constraints210
Number of constraints which are clauses110
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint50
Maximum length of a constraint55
Top cost 10479
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 10478
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 56
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.72 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing wbo file format. File HOME/instance-3728399-1338674982.wbo.
0.00/0.00	c Instance file HOME/instance-3728399-1338674982.wbo
0.00/0.00	c File size is 99656 bytes.
0.00/0.01	c Highest Coefficient sum: 56
0.00/0.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Parsing time:          0.01         s                                      |
0.00/0.01	c |  Number Variables:      5710                                                |
0.00/0.01	c |  Number Clauses:        110                                                 |
0.00/0.01	c |  Number Cardinality:    0                                                   |
0.00/0.01	c |  Number PB Constraints: 100                                                 |
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Problem Type:          Optimization                                        |
0.00/0.01	c |  Objective Function:    PB Constraint                                       |
0.00/0.01	c |                                                                             |
0.00/0.01	c ============================[ Search Statistics ]==============================
0.00/0.01	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.00/0.01	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.00/0.01	c ===============================================================================
1799.53/1800.00	c ===============================================================================
1799.53/1800.00	c Wall Clock Time: 1800.00 s
1799.53/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-3728399-1338674982/watcher-3728399-1338674982 -o /tmp/evaluation-result-3728399-1338674982/solver-3728399-1338674982 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=wbo HOME/instance-3728399-1338674982.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.00 1.00 1.22 2/175 19920
/proc/meminfo: memFree=27682660/32873844 swapFree=7372/7372
[pid=19920] ppid=19916 vsize=4340 CPUtime=0 cores=0,2,4,6
/proc/19920/stat : 19920 (wbo1.72) R 19916 19920 19363 0 -1 4202496 560 0 0 0 0 0 0 0 20 0 1 0 333624353 4444160 512 33554432000 4194304 5964350 140733554268080 140734612745736 4395326 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/19920/statm: 1085 514 163 433 0 624 0

[startup+0.0195511 s]
/proc/loadavg: 1.00 1.00 1.22 2/175 19920
/proc/meminfo: memFree=27682660/32873844 swapFree=7372/7372
[pid=19920] ppid=19916 vsize=85736 CPUtime=0.01 cores=0,2,4,6
/proc/19920/stat : 19920 (wbo1.72) S 19916 19920 19363 0 -1 4202496 1813 0 0 0 1 0 0 0 20 0 2 0 333624353 87793664 1698 33554432000 4194304 5964350 140733554268080 140733554267600 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19920/statm: 21434 1703 185 433 0 20998 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 85736

[startup+0.10027 s]
/proc/loadavg: 1.00 1.00 1.22 2/175 19920
/proc/meminfo: memFree=27682660/32873844 swapFree=7372/7372
[pid=19920] ppid=19916 vsize=85352 CPUtime=0.09 cores=0,2,4,6
/proc/19920/stat : 19920 (wbo1.72) S 19916 19920 19363 0 -1 4202496 2144 0 0 0 9 0 0 0 20 0 2 0 333624353 87400448 1939 33554432000 4194304 5964350 140733554268080 140733554267600 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19920/statm: 21338 1939 193 433 0 20902 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 85352

[startup+0.300222 s]
/proc/loadavg: 1.00 1.00 1.22 2/175 19920
/proc/meminfo: memFree=27682660/32873844 swapFree=7372/7372
[pid=19920] ppid=19916 vsize=85352 CPUtime=0.29 cores=0,2,4,6
/proc/19920/stat : 19920 (wbo1.72) S 19916 19920 19363 0 -1 4202496 2604 0 0 0 29 0 0 0 20 0 2 0 333624353 87400448 2399 33554432000 4194304 5964350 140733554268080 140733554267600 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19920/statm: 21338 2399 193 433 0 20902 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 85352

[startup+0.700221 s]
/proc/loadavg: 1.00 1.00 1.22 2/175 19920
/proc/meminfo: memFree=27682660/32873844 swapFree=7372/7372
[pid=19920] ppid=19916 vsize=85352 CPUtime=0.69 cores=0,2,4,6
/proc/19920/stat : 19920 (wbo1.72) S 19916 19920 19363 0 -1 4202496 3391 0 0 0 69 0 0 0 20 0 2 0 333624353 87400448 3186 33554432000 4194304 5964350 140733554268080 140733554267600 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19920/statm: 21338 3187 193 433 0 20902 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 85352

[startup+1.50025 s]
/proc/loadavg: 1.00 1.00 1.22 4/179 19924
/proc/meminfo: memFree=27658788/32873844 swapFree=7372/7372
[pid=19920] ppid=19916 vsize=85352 CPUtime=1.49 cores=0,2,4,6
/proc/19920/stat : 19920 (wbo1.72) S 19916 19920 19363 0 -1 4202496 5029 0 0 0 148 1 0 0 20 0 2 0 333624353 87400448 4824 33554432000 4194304 5964350 140733554268080 140733554267600 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19920/statm: 21338 4825 193 433 0 20902 0
[pid=19920/tid=19924] ppid=19916 vsize=85352 CPUtime=1.47 cores=0,2,4,6
/proc/19920/task/19924/stat : 19924 (wbo1.72) R 19916 19920 19363 0 -1 4202560 3869 0 0 0 147 0 0 0 20 0 2 0 333624355 87400448 4825 33554432000 4194304 5964350 140733554268080 140402253232120 5136340 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 85352

[startup+3.10025 s]
/proc/loadavg: 1.00 1.00 1.22 4/179 19924
/proc/meminfo: memFree=27644132/32873844 swapFree=7372/7372
[pid=19920] ppid=19916 vsize=85352 CPUtime=3.09 cores=0,2,4,6
/proc/19920/stat : 19920 (wbo1.72) S 19916 19920 19363 0 -1 4202496 6889 0 0 0 308 1 0 0 20 0 2 0 333624353 87400448 6684 33554432000 4194304 5964350 140733554268080 140733554267600 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19920/statm: 21338 6684 193 433 0 20902 0
[pid=19920/tid=19924] ppid=19916 vsize=85352 CPUtime=3.07 cores=0,2,4,6
/proc/19920/task/19924/stat : 19924 (wbo1.72) R 19916 19920 19363 0 -1 4202560 5728 0 0 0 306 1 0 0 20 0 2 0 333624355 87400448 6684 33554432000 4194304 5964350 140733554268080 140402253232120 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 85352

[startup+6.30025 s]
/proc/loadavg: 1.08 1.02 1.22 4/179 19924
/proc/meminfo: memFree=27628500/32873844 swapFree=7372/7372
[pid=19920] ppid=19916 vsize=85352 CPUtime=6.29 cores=0,2,4,6
/proc/19920/stat : 19920 (wbo1.72) S 19916 19920 19363 0 -1 4202496 8541 0 0 0 627 2 0 0 20 0 2 0 333624353 87400448 8336 33554432000 4194304 5964350 140733554268080 140733554267600 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19920/statm: 21338 8336 193 433 0 20902 0
[pid=19920/tid=19924] ppid=19916 vsize=85352 CPUtime=6.27 cores=0,2,4,6
/proc/19920/task/19924/stat : 19924 (wbo1.72) R 19916 19920 19363 0 -1 4202560 7380 0 0 0 625 2 0 0 20 0 2 0 333624355 87400448 8336 33554432000 4194304 5964350 140733554268080 140402253232120 4400390 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) 85352

[startup+12.7003 s]
/proc/loadavg: 1.15 1.03 1.22 4/179 19924
/proc/meminfo: memFree=27604972/32873844 swapFree=7372/7372
[pid=19920] ppid=19916 vsize=85568 CPUtime=12.68 cores=0,2,4,6
/proc/19920/stat : 19920 (wbo1.72) S 19916 19920 19363 0 -1 4202496 13704 0 0 0 1265 3 0 0 20 0 2 0 333624353 87621632 13499 33554432000 4194304 5964350 140733554268080 140733554267600 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19920/statm: 21392 13499 193 433 0 20956 0
[pid=19920/tid=19924] ppid=19916 vsize=85568 CPUtime=12.67 cores=0,2,4,6
/proc/19920/task/19924/stat : 19924 (wbo1.72) R 19916 19920 19363 0 -1 4202560 12543 0 0 0 1263 4 0 0 20 0 2 0 333624355 87621632 13499 33554432000 4194304 5964350 140733554268080 140402253232120 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 85568

[startup+25.5002 s]
/proc/loadavg: 1.34 1.08 1.24 4/180 19927
/proc/meminfo: memFree=27573260/32873844 swapFree=7372/7372
[pid=19920] ppid=19916 vsize=151212 CPUtime=25.49 cores=0,2,4,6
/proc/19920/stat : 19920 (wbo1.72) S 19916 19920 19363 0 -1 4202496 19457 0 0 0 2544 5 0 0 20 0 2 0 333624353 154841088 19252 33554432000 4194304 5964350 140733554268080 140733554267600 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19920/statm: 37803 19252 193 433 0 37367 0
[pid=19920/tid=19924] ppid=19916 vsize=151212 CPUtime=25.48 cores=0,2,4,6
/proc/19920/task/19924/stat : 19924 (wbo1.72) R 19916 19920 19363 0 -1 4202560 18296 0 0 0 2542 6 0 0 20 0 2 0 333624355 154841088 19252 33554432000 4194304 5964350 140733554268080 140402253231928 4221984 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) 151212

[startup+51.1003 s]
/proc/loadavg: 1.56 1.15 1.26 4/180 19927
/proc/meminfo: memFree=27527180/32873844 swapFree=7372/7372
[pid=19920] ppid=19916 vsize=151372 CPUtime=51.07 cores=0,2,4,6
/proc/19920/stat : 19920 (wbo1.72) S 19916 19920 19363 0 -1 4202496 28572 0 0 0 5099 8 0 0 20 0 2 0 333624353 155004928 28393 33554432000 4194304 5964350 140733554268080 140733554267600 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19920/statm: 37843 28393 193 433 0 37407 0
[pid=19920/tid=19924] ppid=19916 vsize=151372 CPUtime=51.07 cores=0,2,4,6
/proc/19920/task/19924/stat : 19924 (wbo1.72) R 19916 19920 19363 0 -1 4202560 27411 0 0 0 5098 9 0 0 20 0 2 0 333624355 155004928 28393 33554432000 4194304 5964350 140733554268080 140402253232120 4400007 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 151372

[startup+102.307 s]
/proc/loadavg: 1.91 1.31 1.30 4/179 19927
/proc/meminfo: memFree=27493256/32873844 swapFree=7372/7372
[pid=19920] ppid=19916 vsize=217148 CPUtime=102.25 cores=0,2,4,6
/proc/19920/stat : 19920 (wbo1.72) S 19916 19920 19363 0 -1 4202496 36054 0 0 0 10215 10 0 0 20 0 2 0 333624353 222359552 35895 33554432000 4194304 5964350 140733554268080 140733554267600 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19920/statm: 54287 35895 193 433 0 53851 0
[pid=19920/tid=19924] ppid=19916 vsize=217148 CPUtime=102.24 cores=0,2,4,6
/proc/19920/task/19924/stat : 19924 (wbo1.72) R 19916 19920 19363 0 -1 4202560 34893 0 0 0 10212 12 0 0 20 0 2 0 333624355 222359552 35895 33554432000 4194304 5964350 140733554268080 140402253232120 5136340 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 217148

[startup+162.3 s]
/proc/loadavg: 1.97 1.43 1.34 4/179 19927
/proc/meminfo: memFree=27406164/32873844 swapFree=7372/7372
[pid=19920] ppid=19916 vsize=282684 CPUtime=162.23 cores=0,2,4,6
/proc/19920/stat : 19920 (wbo1.72) S 19916 19920 19363 0 -1 4202496 53422 0 0 0 16207 16 0 0 20 0 2 0 333624353 289468416 54032 33554432000 4194304 5964350 140733554268080 140733554267600 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19920/statm: 70671 54032 193 433 0 70235 0
[pid=19920/tid=19924] ppid=19916 vsize=282684 CPUtime=162.23 cores=0,2,4,6
/proc/19920/task/19924/stat : 19924 (wbo1.72) R 19916 19920 19363 0 -1 4202560 52261 0 0 0 16204 19 0 0 20 0 2 0 333624355 289468416 54032 33554432000 4194304 5964350 140733554268080 140402253232120 4221984 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 282684

[startup+222.3 s]
/proc/loadavg: 1.99 1.53 1.38 4/179 19928
/proc/meminfo: memFree=27351324/32873844 swapFree=7372/7372
[pid=19920] ppid=19916 vsize=282684 CPUtime=222.21 cores=0,2,4,6
/proc/19920/stat : 19920 (wbo1.72) S 19916 19920 19363 0 -1 4202496 63788 0 0 0 22200 21 0 0 20 0 2 0 333624353 289468416 64458 33554432000 4194304 5964350 140733554268080 140733554267600 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19920/statm: 70671 64458 193 433 0 70235 0
[pid=19920/tid=19924] ppid=19916 vsize=282684 CPUtime=222.23 cores=0,2,4,6
/proc/19920/task/19924/stat : 19924 (wbo1.72) R 19916 19920 19363 0 -1 4202560 62627 0 0 0 22199 24 0 0 20 0 2 0 333624355 289468416 64458 33554432000 4194304 5964350 140733554268080 140402253232120 4399994 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 282684

[startup+282.3 s]
/proc/loadavg: 1.99 1.62 1.42 4/179 19928
/proc/meminfo: memFree=27159632/32873844 swapFree=7372/7372
[pid=19920] ppid=19916 vsize=479508 CPUtime=282.19 cores=0,2,4,6
/proc/19920/stat : 19920 (wbo1.72) S 19916 19920 19363 0 -1 4202496 110342 0 0 0 28184 35 0 0 20 0 2 0 333624353 491016192 111071 33554432000 4194304 5964350 140733554268080 140733554267600 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19920/statm: 119877 111071 193 433 0 119441 0
[pid=19920/tid=19924] ppid=19916 vsize=479508 CPUtime=282.21 cores=0,2,4,6
/proc/19920/task/19924/stat : 19924 (wbo1.72) R 19916 19920 19363 0 -1 4202560 109181 0 0 0 28182 39 0 0 20 0 2 0 333624355 491016192 111071 33554432000 4194304 5964350 140733554268080 140402253232120 4400007 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 479508

[startup+342.3 s]
/proc/loadavg: 1.99 1.68 1.45 4/179 19928
/proc/meminfo: memFree=27142380/32873844 swapFree=7372/7372
[pid=19920] ppid=19916 vsize=479508 CPUtime=342.18 cores=0,2,4,6
/proc/19920/stat : 19920 (wbo1.72) S 19916 19920 19363 0 -1 4202496 114158 0 0 0 34182 36 0 0 20 0 2 0 333624353 491016192 114887 33554432000 4194304 5964350 140733554268080 140733554267600 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19920/statm: 119877 114887 193 433 0 119441 0
[pid=19920/tid=19924] ppid=19916 vsize=479508 CPUtime=342.21 cores=0,2,4,6
/proc/19920/task/19924/stat : 19924 (wbo1.72) R 19916 19920 19363 0 -1 4202560 112997 0 0 0 34179 42 0 0 20 0 2 0 333624355 491016192 114887 33554432000 4194304 5964350 140733554268080 140402253232120 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 479508

[startup+402.3 s]
/proc/loadavg: 1.99 1.74 1.48 4/179 19928
/proc/meminfo: memFree=27141320/32873844 swapFree=7372/7372
[pid=19920] ppid=19916 vsize=479508 CPUtime=402.15 cores=0,2,4,6
/proc/19920/stat : 19920 (wbo1.72) S 19916 19920 19363 0 -1 4202496 114197 0 0 0 40179 36 0 0 20 0 2 0 333624353 491016192 114876 33554432000 4194304 5964350 140733554268080 140733554267600 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19920/statm: 119877 114876 193 433 0 119441 0
[pid=19920/tid=19924] ppid=19916 vsize=479508 CPUtime=402.2 cores=0,2,4,6
/proc/19920/task/19924/stat : 19924 (wbo1.72) R 19916 19920 19363 0 -1 4202560 113036 0 0 0 40177 43 0 0 20 0 2 0 333624355 491016192 114876 33554432000 4194304 5964350 140733554268080 140402253232152 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 479508

[startup+462.3 s]
/proc/loadavg: 1.99 1.78 1.51 4/179 19928
/proc/meminfo: memFree=27013948/32873844 swapFree=7372/7372
[pid=19920] ppid=19916 vsize=610940 CPUtime=462.12 cores=0,2,4,6

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

/proc/19920/task/19924/stat : 19924 (wbo1.72) R 19916 19920 19363 0 -1 4202560 287333 0 0 0 130099 115 0 0 20 0 2 0 333624355 1231130624 289354 33554432000 4194304 5964350 140733554268080 140402253232120 4399989 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1301.93
Current children cumulated vsize (KiB) 1202276

[startup+1362.3 s]
/proc/loadavg: 2.00 1.99 1.79 4/179 19937
/proc/meminfo: memFree=26345640/32873844 swapFree=7372/7372
[pid=19920] ppid=19916 vsize=1268352 CPUtime=1361.9 cores=0,2,4,6
/proc/19920/stat : 19920 (wbo1.72) S 19916 19920 19363 0 -1 4202496 298790 0 0 0 136090 100 0 0 20 0 2 0 333624353 1298792448 299647 33554432000 4194304 5964350 140733554268080 140733554267600 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19920/statm: 317088 299647 193 433 0 316652 0
[pid=19920/tid=19924] ppid=19916 vsize=1268352 CPUtime=1362.12 cores=0,2,4,6
/proc/19920/task/19924/stat : 19924 (wbo1.72) R 19916 19920 19363 0 -1 4202560 297629 0 0 0 136091 121 0 0 20 0 2 0 333624355 1298792448 299647 33554432000 4194304 5964350 140733554268080 140402253232120 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1361.9
Current children cumulated vsize (KiB) 1268352

[startup+1422.31 s]
/proc/loadavg: 2.00 1.99 1.81 4/179 19938
/proc/meminfo: memFree=26338292/32873844 swapFree=7372/7372
[pid=19920] ppid=19916 vsize=1268352 CPUtime=1421.9 cores=0,2,4,6
/proc/19920/stat : 19920 (wbo1.72) S 19916 19920 19363 0 -1 4202496 298804 0 0 0 142090 100 0 0 20 0 2 0 333624353 1298792448 299683 33554432000 4194304 5964350 140733554268080 140733554267600 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19920/statm: 317088 299683 193 433 0 316652 0
[pid=19920/tid=19924] ppid=19916 vsize=1268352 CPUtime=1422.13 cores=0,2,4,6
/proc/19920/task/19924/stat : 19924 (wbo1.72) R 19916 19920 19363 0 -1 4202560 297643 0 0 0 142091 122 0 0 20 0 2 0 333624355 1298792448 299683 33554432000 4194304 5964350 140733554268080 140402253232120 4400011 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.9
Current children cumulated vsize (KiB) 1268352

[startup+1482.3 s]
/proc/loadavg: 2.00 1.99 1.82 4/179 19938
/proc/meminfo: memFree=26326192/32873844 swapFree=7372/7372
[pid=19920] ppid=19916 vsize=1268352 CPUtime=1481.88 cores=0,2,4,6
/proc/19920/stat : 19920 (wbo1.72) S 19916 19920 19363 0 -1 4202496 298810 0 0 0 148088 100 0 0 20 0 2 0 333624353 1298792448 299690 33554432000 4194304 5964350 140733554268080 140733554267600 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19920/statm: 317088 299690 193 433 0 316652 0
[pid=19920/tid=19924] ppid=19916 vsize=1268352 CPUtime=1482.13 cores=0,2,4,6
/proc/19920/task/19924/stat : 19924 (wbo1.72) R 19916 19920 19363 0 -1 4202560 297649 0 0 0 148090 123 0 0 20 0 2 0 333624355 1298792448 299690 33554432000 4194304 5964350 140733554268080 140402253232120 4399976 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.88
Current children cumulated vsize (KiB) 1268352

[startup+1542.3 s]
/proc/loadavg: 2.00 1.99 1.82 4/179 19938
/proc/meminfo: memFree=26326316/32873844 swapFree=7372/7372
[pid=19920] ppid=19916 vsize=1268352 CPUtime=1541.87 cores=0,2,4,6
/proc/19920/stat : 19920 (wbo1.72) S 19916 19920 19363 0 -1 4202496 298817 0 0 0 154087 100 0 0 20 0 2 0 333624353 1298792448 299697 33554432000 4194304 5964350 140733554268080 140733554267600 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19920/statm: 317088 299697 193 433 0 316652 0
[pid=19920/tid=19924] ppid=19916 vsize=1268352 CPUtime=1542.13 cores=0,2,4,6
/proc/19920/task/19924/stat : 19924 (wbo1.72) R 19916 19920 19363 0 -1 4202560 297656 0 0 0 154089 124 0 0 20 0 2 0 333624355 1298792448 299697 33554432000 4194304 5964350 140733554268080 140402253232120 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.87
Current children cumulated vsize (KiB) 1268352

[startup+1602.3 s]
/proc/loadavg: 2.12 2.02 1.84 4/179 19938
/proc/meminfo: memFree=26326068/32873844 swapFree=7372/7372
[pid=19920] ppid=19916 vsize=1268352 CPUtime=1601.86 cores=0,2,4,6
/proc/19920/stat : 19920 (wbo1.72) S 19916 19920 19363 0 -1 4202496 298847 0 0 0 160086 100 0 0 20 0 2 0 333624353 1298792448 299591 33554432000 4194304 5964350 140733554268080 140733554267600 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19920/statm: 317088 299591 193 433 0 316652 0
[pid=19920/tid=19924] ppid=19916 vsize=1268352 CPUtime=1602.13 cores=0,2,4,6
/proc/19920/task/19924/stat : 19924 (wbo1.72) R 19916 19920 19363 0 -1 4202560 297686 0 0 0 160088 125 0 0 20 0 2 0 333624355 1298792448 299591 33554432000 4194304 5964350 140733554268080 140402253232152 4400011 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.86
Current children cumulated vsize (KiB) 1268352

[startup+1662.3 s]
/proc/loadavg: 2.04 2.02 1.85 4/179 19938
/proc/meminfo: memFree=26325696/32873844 swapFree=7372/7372
[pid=19920] ppid=19916 vsize=1268352 CPUtime=1661.85 cores=0,2,4,6
/proc/19920/stat : 19920 (wbo1.72) S 19916 19920 19363 0 -1 4202496 298847 0 0 0 166085 100 0 0 20 0 2 0 333624353 1298792448 299591 33554432000 4194304 5964350 140733554268080 140733554267600 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19920/statm: 317088 299591 193 433 0 316652 0
[pid=19920/tid=19924] ppid=19916 vsize=1268352 CPUtime=1662.13 cores=0,2,4,6
/proc/19920/task/19924/stat : 19924 (wbo1.72) R 19916 19920 19363 0 -1 4202560 297686 0 0 0 166087 126 0 0 20 0 2 0 333624355 1298792448 299591 33554432000 4194304 5964350 140733554268080 140402253232152 4400007 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 1268352

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 1.85 4/179 19939
/proc/meminfo: memFree=26325200/32873844 swapFree=7372/7372
[pid=19920] ppid=19916 vsize=1268352 CPUtime=1721.84 cores=0,2,4,6
/proc/19920/stat : 19920 (wbo1.72) S 19916 19920 19363 0 -1 4202496 298847 0 0 0 172084 100 0 0 20 0 2 0 333624353 1298792448 299591 33554432000 4194304 5964350 140733554268080 140733554267600 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19920/statm: 317088 299591 193 433 0 316652 0
[pid=19920/tid=19924] ppid=19916 vsize=1268352 CPUtime=1722.14 cores=0,2,4,6
/proc/19920/task/19924/stat : 19924 (wbo1.72) R 19916 19920 19363 0 -1 4202560 297686 0 0 0 172087 127 0 0 20 0 2 0 333624355 1298792448 299591 33554432000 4194304 5964350 140733554268080 140402253232152 4399987 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 1268352

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 1.86 4/179 19939
/proc/meminfo: memFree=26314040/32873844 swapFree=7372/7372
[pid=19920] ppid=19916 vsize=1268352 CPUtime=1781.84 cores=0,2,4,6
/proc/19920/stat : 19920 (wbo1.72) S 19916 19920 19363 0 -1 4202496 298854 0 0 0 178084 100 0 0 20 0 2 0 333624353 1298792448 299598 33554432000 4194304 5964350 140733554268080 140733554267600 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19920/statm: 317088 299598 193 433 0 316652 0
[pid=19920/tid=19924] ppid=19916 vsize=1268352 CPUtime=1782.14 cores=0,2,4,6
/proc/19920/task/19924/stat : 19924 (wbo1.72) R 19916 19920 19363 0 -1 4202560 297693 0 0 0 178086 128 0 0 20 0 2 0 333624355 1298792448 299598 33554432000 4194304 5964350 140733554268080 140402253232152 4399998 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.84
Current children cumulated vsize (KiB) 1268352

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.01 1.86 4/179 19939
/proc/meminfo: memFree=26312800/32873844 swapFree=7372/7372
[pid=19920] ppid=19916 vsize=1268352 CPUtime=1791.44 cores=0,2,4,6
/proc/19920/stat : 19920 (wbo1.72) S 19916 19920 19363 0 -1 4202496 298856 0 0 0 179044 100 0 0 20 0 2 0 333624353 1298792448 299600 33554432000 4194304 5964350 140733554268080 140733554267600 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19920/statm: 317088 299600 193 433 0 316652 0
[pid=19920/tid=19924] ppid=19916 vsize=1268352 CPUtime=1791.75 cores=0,2,4,6
/proc/19920/task/19924/stat : 19924 (wbo1.72) R 19916 19920 19363 0 -1 4202560 297695 0 0 0 179047 128 0 0 20 0 2 0 333624355 1298792448 299600 33554432000 4194304 5964350 140733554268080 140402253232152 4399976 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.44
Current children cumulated vsize (KiB) 1268352

[startup+1795.1 s]
/proc/loadavg: 2.00 2.01 1.86 4/179 19939
/proc/meminfo: memFree=26311932/32873844 swapFree=7372/7372
[pid=19920] ppid=19916 vsize=1268352 CPUtime=1794.64 cores=0,2,4,6
/proc/19920/stat : 19920 (wbo1.72) S 19916 19920 19363 0 -1 4202496 298856 0 0 0 179364 100 0 0 20 0 2 0 333624353 1298792448 299600 33554432000 4194304 5964350 140733554268080 140733554267600 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19920/statm: 317088 299600 193 433 0 316652 0
[pid=19920/tid=19924] ppid=19916 vsize=1268352 CPUtime=1794.95 cores=0,2,4,6
/proc/19920/task/19924/stat : 19924 (wbo1.72) R 19916 19920 19363 0 -1 4202560 297695 0 0 0 179367 128 0 0 20 0 2 0 333624355 1298792448 299600 33554432000 4194304 5964350 140733554268080 140402253232152 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.64
Current children cumulated vsize (KiB) 1268352

[startup+1798.3 s]
/proc/loadavg: 2.00 2.01 1.86 4/179 19939
/proc/meminfo: memFree=26311684/32873844 swapFree=7372/7372
[pid=19920] ppid=19916 vsize=1268352 CPUtime=1797.83 cores=0,2,4,6
/proc/19920/stat : 19920 (wbo1.72) S 19916 19920 19363 0 -1 4202496 298856 0 0 0 179683 100 0 0 20 0 2 0 333624353 1298792448 299600 33554432000 4194304 5964350 140733554268080 140733554267600 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19920/statm: 317088 299600 193 433 0 316652 0
[pid=19920/tid=19924] ppid=19916 vsize=1268352 CPUtime=1798.14 cores=0,2,4,6
/proc/19920/task/19924/stat : 19924 (wbo1.72) R 19916 19920 19363 0 -1 4202560 297695 0 0 0 179686 128 0 0 20 0 2 0 333624355 1298792448 299600 33554432000 4194304 5964350 140733554268080 140402253232152 4400007 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.83
Current children cumulated vsize (KiB) 1268352

[startup+1799.1 s]
/proc/loadavg: 2.00 2.01 1.86 4/179 19939
/proc/meminfo: memFree=26311684/32873844 swapFree=7372/7372
[pid=19920] ppid=19916 vsize=1268352 CPUtime=1798.63 cores=0,2,4,6
/proc/19920/stat : 19920 (wbo1.72) S 19916 19920 19363 0 -1 4202496 298856 0 0 0 179763 100 0 0 20 0 2 0 333624353 1298792448 299600 33554432000 4194304 5964350 140733554268080 140733554267600 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19920/statm: 317088 299600 193 433 0 316652 0
[pid=19920/tid=19924] ppid=19916 vsize=1268352 CPUtime=1798.94 cores=0,2,4,6
/proc/19920/task/19924/stat : 19924 (wbo1.72) R 19916 19920 19363 0 -1 4202560 297695 0 0 0 179766 128 0 0 20 0 2 0 333624355 1298792448 299600 33554432000 4194304 5964350 140733554268080 140402253232152 4400007 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.63
Current children cumulated vsize (KiB) 1268352

[startup+1799.5 s]
/proc/loadavg: 2.00 2.01 1.86 4/179 19939
/proc/meminfo: memFree=26311684/32873844 swapFree=7372/7372
[pid=19920] ppid=19916 vsize=1268352 CPUtime=1799.04 cores=0,2,4,6
/proc/19920/stat : 19920 (wbo1.72) S 19916 19920 19363 0 -1 4202496 298856 0 0 0 179804 100 0 0 20 0 2 0 333624353 1298792448 299600 33554432000 4194304 5964350 140733554268080 140733554267600 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19920/statm: 317088 299600 193 433 0 316652 0
[pid=19920/tid=19924] ppid=19916 vsize=1268352 CPUtime=1799.35 cores=0,2,4,6
/proc/19920/task/19924/stat : 19924 (wbo1.72) R 19916 19920 19363 0 -1 4202560 297695 0 0 0 179807 128 0 0 20 0 2 0 333624355 1298792448 299600 33554432000 4194304 5964350 140733554268080 140402253232152 4399976 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.04
Current children cumulated vsize (KiB) 1268352

[startup+1799.9 s]
/proc/loadavg: 2.00 2.01 1.86 4/179 19939
/proc/meminfo: memFree=26311684/32873844 swapFree=7372/7372
[pid=19920] ppid=19916 vsize=1268352 CPUtime=1799.43 cores=0,2,4,6
/proc/19920/stat : 19920 (wbo1.72) S 19916 19920 19363 0 -1 4202496 298856 0 0 0 179843 100 0 0 20 0 2 0 333624353 1298792448 299600 33554432000 4194304 5964350 140733554268080 140733554267600 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19920/statm: 317088 299600 193 433 0 316652 0
[pid=19920/tid=19924] ppid=19916 vsize=1268352 CPUtime=1799.74 cores=0,2,4,6
/proc/19920/task/19924/stat : 19924 (wbo1.72) R 19916 19920 19363 0 -1 4202560 297695 0 0 0 179846 128 0 0 20 0 2 0 333624355 1298792448 299600 33554432000 4194304 5964350 140733554268080 140402253232152 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.43
Current children cumulated vsize (KiB) 1268352

[startup+1800 s]
/proc/loadavg: 2.00 2.01 1.86 4/179 19939
/proc/meminfo: memFree=26311684/32873844 swapFree=7372/7372
[pid=19920] ppid=19916 vsize=1268352 CPUtime=1799.53 cores=0,2,4,6
/proc/19920/stat : 19920 (wbo1.72) S 19916 19920 19363 0 -1 4202496 298856 0 0 0 179853 100 0 0 20 0 2 0 333624353 1298792448 299600 33554432000 4194304 5964350 140733554268080 140733554267600 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19920/statm: 317088 299600 193 433 0 316652 0
[pid=19920/tid=19924] ppid=19916 vsize=1268352 CPUtime=1799.84 cores=0,2,4,6
/proc/19920/task/19924/stat : 19924 (wbo1.72) R 19916 19920 19363 0 -1 4202560 297695 0 0 0 179856 128 0 0 20 0 2 0 333624355 1298792448 299600 33554432000 4194304 5964350 140733554268080 140402253232152 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.53
Current children cumulated vsize (KiB) 1268352

Child status: 255
Real time (s): 1800.02
CPU time (s): 1799.89
CPU user time (s): 1798.58
CPU system time (s): 1.3098
CPU usage (%): 99.9927
Max. virtual memory (cumulated for all children) (KiB): 1268352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.58
system time used= 1.3098
maximum resident set size= 1198908
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 298859
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= 307
involuntary context switches= 1835

runsolver used 3.63445 second user time and 8.83866 second system time

The end

Launcher Data

Begin job on node118 at 2012-06-03 00:09:43
IDJOB=3728399
IDBENCH=79158
IDSOLVER=2315
FILE ID=node118/3728399-1338674982
RUNJOBID= node118-1338674982-19893
PBS_JOBID= 14636520
Free space on /tmp= 70972 MiB

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

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

MD5SUM BENCH= 6f81f937ed71e1dab8ff48fcb963c1e2
RANDOM SEED=1936540831

node118.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.212
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.42
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.212
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	: 5438.55
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.212
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.212
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.212
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	: 5320.68
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.212
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.212
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.212
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27683552 kB
Buffers:          480720 kB
Cached:          3835260 kB
SwapCached:            0 kB
Active:          1328340 kB
Inactive:        2999108 kB
Active(anon):       1856 kB
Inactive(anon):    11340 kB
Active(file):    1326484 kB
Inactive(file):  2987768 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             10880 kB
Writeback:             0 kB
AnonPages:         17616 kB
Mapped:            10952 kB
Shmem:               200 kB
Slab:             723144 kB
SReclaimable:     164472 kB
SUnreclaim:       558672 kB
KernelStack:        1376 kB
PageTables:         3880 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     104816 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 70960 MiB
End job on node118 at 2012-06-03 00:39:43