Trace number 3712845

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? 1800.02 1800.01

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl15_20_pb.cnf.cr--soft-66-100-0.wbo
MD5SUMcf0241dbee717fce31205c3d6c127ed0
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark49
Best CPU time to get the best result obtained on this benchmark0.159975
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables600
Total number of constraints70
Number of soft constraints26
Number of constraints which are clauses40
Number of constraints which are cardinality constraints (but not clauses)30
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint15
Maximum length of a constraint20
Top cost 1337
Min constraint cost 1
Max constraint cost 86
Sum of constraints costs 1336
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.71 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing wbo file format. File HOME/instance-3712845-1338192043.wbo.
0.00/0.00	c Instance file HOME/instance-3712845-1338192043.wbo
0.00/0.00	c File size is 10294 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:      626                                                 |
0.00/0.00	c |  Number Clauses:        40                                                  |
0.00/0.00	c |  Number Cardinality:    17                                                  |
0.00/0.00	c |  Number PB Constraints: 13                                                  |
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.65/1800.00	c ===============================================================================
1799.65/1800.00	c Wall Clock Time: 1800.00 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-3712845-1338192043/watcher-3712845-1338192043 -o /tmp/evaluation-result-3712845-1338192043/solver-3712845-1338192043 -C 1800 -W 1900 -M 15500 wbo1.71 -file-format=wbo HOME/instance-3712845-1338192043.wbo 

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

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


[startup+0 s]
/proc/loadavg: 2.00 1.99 1.88 3/178 22275
/proc/meminfo: memFree=28755992/32873648 swapFree=7372/7372
[pid=22275] ppid=22273 vsize=83824 CPUtime=0 cores=1,3,5,7
/proc/22275/stat : 22275 (wbo1.71) S 22273 22275 22137 0 -1 4202496 853 0 0 0 0 0 0 0 20 0 2 0 285330318 85835776 803 33554432000 4194304 5964318 140734198060240 140734198059760 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22275/statm: 20956 803 192 433 0 20520 0
[pid=22275/tid=22276] ppid=22273 vsize=83824 CPUtime=0 cores=1,3,5,7
/proc/22275/task/22276/stat : 22276 (wbo1.71) R 22273 22275 22137 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 2 0 285330318 85835776 803 33554432000 4194304 5964318 140734198060240 140734493942472 5136324 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0

[startup+0.0289191 s]
/proc/loadavg: 2.00 1.99 1.88 3/178 22275
/proc/meminfo: memFree=28755992/32873648 swapFree=7372/7372
[pid=22275] ppid=22273 vsize=83824 CPUtime=0.02 cores=1,3,5,7
/proc/22275/stat : 22275 (wbo1.71) S 22273 22275 22137 0 -1 4202496 942 0 0 0 2 0 0 0 20 0 2 0 285330318 85835776 892 33554432000 4194304 5964318 140734198060240 140734198059760 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22275/statm: 20956 892 194 433 0 20520 0
[pid=22275/tid=22276] ppid=22273 vsize=83824 CPUtime=0.01 cores=1,3,5,7
/proc/22275/task/22276/stat : 22276 (wbo1.71) R 22273 22275 22137 0 -1 4202560 196 0 0 0 1 0 0 0 20 0 2 0 285330318 85835776 892 33554432000 4194304 5964318 140734198060240 140734493942472 5136324 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 83824

[startup+0.10024 s]
/proc/loadavg: 2.00 1.99 1.88 3/178 22275
/proc/meminfo: memFree=28755992/32873648 swapFree=7372/7372
[pid=22275] ppid=22273 vsize=83824 CPUtime=0.09 cores=1,3,5,7
/proc/22275/stat : 22275 (wbo1.71) S 22273 22275 22137 0 -1 4202496 1129 0 0 0 9 0 0 0 20 0 2 0 285330318 85835776 1079 33554432000 4194304 5964318 140734198060240 140734198059760 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22275/statm: 20956 1080 194 433 0 20520 0
[pid=22275/tid=22276] ppid=22273 vsize=83824 CPUtime=0.08 cores=1,3,5,7
/proc/22275/task/22276/stat : 22276 (wbo1.71) R 22273 22275 22137 0 -1 4202560 384 0 0 0 8 0 0 0 20 0 2 0 285330318 85835776 1080 33554432000 4194304 5964318 140734198060240 140734493942472 5136324 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 83824

[startup+0.300202 s]
/proc/loadavg: 2.00 1.99 1.88 3/178 22275
/proc/meminfo: memFree=28755992/32873648 swapFree=7372/7372
[pid=22275] ppid=22273 vsize=83824 CPUtime=0.29 cores=1,3,5,7
/proc/22275/stat : 22275 (wbo1.71) S 22273 22275 22137 0 -1 4202496 1509 0 0 0 29 0 0 0 20 0 2 0 285330318 85835776 1459 33554432000 4194304 5964318 140734198060240 140734198059760 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22275/statm: 20956 1459 194 433 0 20520 0
[pid=22275/tid=22276] ppid=22273 vsize=83824 CPUtime=0.28 cores=1,3,5,7
/proc/22275/task/22276/stat : 22276 (wbo1.71) R 22273 22275 22137 0 -1 4202560 763 0 0 0 28 0 0 0 20 0 2 0 285330318 85835776 1459 33554432000 4194304 5964318 140734198060240 140734493942472 5136324 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83824

[startup+0.700203 s]
/proc/loadavg: 2.00 1.99 1.88 3/178 22275
/proc/meminfo: memFree=28755992/32873648 swapFree=7372/7372
[pid=22275] ppid=22273 vsize=83824 CPUtime=0.69 cores=1,3,5,7
/proc/22275/stat : 22275 (wbo1.71) S 22273 22275 22137 0 -1 4202496 1943 0 0 0 69 0 0 0 20 0 2 0 285330318 85835776 1893 33554432000 4194304 5964318 140734198060240 140734198059760 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22275/statm: 20956 1893 194 433 0 20520 0
[pid=22275/tid=22276] ppid=22273 vsize=83824 CPUtime=0.68 cores=1,3,5,7
/proc/22275/task/22276/stat : 22276 (wbo1.71) R 22273 22275 22137 0 -1 4202560 1197 0 0 0 68 0 0 0 20 0 2 0 285330318 85835776 1893 33554432000 4194304 5964318 140734198060240 140502255364088 5136324 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83824

[startup+1.5002 s]
/proc/loadavg: 2.00 1.99 1.88 3/180 22277
/proc/meminfo: memFree=28744280/32873648 swapFree=7372/7372
[pid=22275] ppid=22273 vsize=83824 CPUtime=1.49 cores=1,3,5,7
/proc/22275/stat : 22275 (wbo1.71) S 22273 22275 22137 0 -1 4202496 2503 0 0 0 148 1 0 0 20 0 2 0 285330318 85835776 2453 33554432000 4194304 5964318 140734198060240 140734198059760 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22275/statm: 20956 2453 194 433 0 20520 0
[pid=22275/tid=22276] ppid=22273 vsize=83824 CPUtime=1.48 cores=1,3,5,7
/proc/22275/task/22276/stat : 22276 (wbo1.71) R 22273 22275 22137 0 -1 4202560 1757 0 0 0 148 0 0 0 20 0 2 0 285330318 85835776 2453 33554432000 4194304 5964318 140734198060240 140502255364088 5136324 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 83824

[startup+3.1002 s]
/proc/loadavg: 2.00 1.99 1.88 3/180 22277
/proc/meminfo: memFree=28740188/32873648 swapFree=7372/7372
[pid=22275] ppid=22273 vsize=83968 CPUtime=3.09 cores=1,3,5,7
/proc/22275/stat : 22275 (wbo1.71) S 22273 22275 22137 0 -1 4202496 2996 0 0 0 308 1 0 0 20 0 2 0 285330318 85983232 2946 33554432000 4194304 5964318 140734198060240 140734198059760 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22275/statm: 20992 2946 194 433 0 20556 0
[pid=22275/tid=22276] ppid=22273 vsize=83968 CPUtime=3.08 cores=1,3,5,7
/proc/22275/task/22276/stat : 22276 (wbo1.71) R 22273 22275 22137 0 -1 4202560 2250 0 0 0 307 1 0 0 20 0 2 0 285330318 85983232 2946 33554432000 4194304 5964318 140734198060240 140502255364024 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) 83968

[startup+6.3002 s]
/proc/loadavg: 2.00 1.99 1.88 3/180 22277
/proc/meminfo: memFree=28736064/32873648 swapFree=7372/7372
[pid=22275] ppid=22273 vsize=83968 CPUtime=6.29 cores=1,3,5,7
/proc/22275/stat : 22275 (wbo1.71) S 22273 22275 22137 0 -1 4202496 3116 0 0 0 628 1 0 0 20 0 2 0 285330318 85983232 3066 33554432000 4194304 5964318 140734198060240 140734198059760 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22275/statm: 20992 3066 194 433 0 20556 0
[pid=22275/tid=22276] ppid=22273 vsize=83968 CPUtime=6.28 cores=1,3,5,7
/proc/22275/task/22276/stat : 22276 (wbo1.71) R 22273 22275 22137 0 -1 4202560 2370 0 0 0 627 1 0 0 20 0 2 0 285330318 85983232 3066 33554432000 4194304 5964318 140734198060240 140502255363896 4399960 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) 83968

[startup+12.7002 s]
/proc/loadavg: 2.00 1.99 1.88 3/180 22277
/proc/meminfo: memFree=28729008/32873648 swapFree=7372/7372
[pid=22275] ppid=22273 vsize=83968 CPUtime=12.69 cores=1,3,5,7
/proc/22275/stat : 22275 (wbo1.71) S 22273 22275 22137 0 -1 4202496 3709 0 0 0 1268 1 0 0 20 0 2 0 285330318 85983232 3659 33554432000 4194304 5964318 140734198060240 140734198059760 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22275/statm: 20992 3659 194 433 0 20556 0
[pid=22275/tid=22276] ppid=22273 vsize=83968 CPUtime=12.69 cores=1,3,5,7
/proc/22275/task/22276/stat : 22276 (wbo1.71) R 22273 22275 22137 0 -1 4202560 2963 0 0 0 1267 2 0 0 20 0 2 0 285330318 85983232 3659 33554432000 4194304 5964318 140734198060240 140502255363896 4399960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 83968

[startup+25.5002 s]
/proc/loadavg: 2.00 1.99 1.88 3/180 22300
/proc/meminfo: memFree=28717128/32873648 swapFree=7372/7372
[pid=22275] ppid=22273 vsize=84184 CPUtime=25.48 cores=1,3,5,7
/proc/22275/stat : 22275 (wbo1.71) S 22273 22275 22137 0 -1 4202496 5039 0 0 0 2546 2 0 0 20 0 2 0 285330318 86204416 5027 33554432000 4194304 5964318 140734198060240 140734198059760 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22275/statm: 21046 5027 194 433 0 20610 0
[pid=22275/tid=22276] ppid=22273 vsize=84184 CPUtime=25.48 cores=1,3,5,7
/proc/22275/task/22276/stat : 22276 (wbo1.71) R 22273 22275 22137 0 -1 4202560 4293 0 0 0 2546 2 0 0 20 0 2 0 285330318 86204416 5027 33554432000 4194304 5964318 140734198060240 140502255364088 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 84184

[startup+51.1003 s]
/proc/loadavg: 2.00 1.99 1.88 3/180 22300
/proc/meminfo: memFree=28699412/32873648 swapFree=7372/7372
[pid=22275] ppid=22273 vsize=84184 CPUtime=51.08 cores=1,3,5,7
/proc/22275/stat : 22275 (wbo1.71) S 22273 22275 22137 0 -1 4202496 6683 0 0 0 5106 2 0 0 20 0 2 0 285330318 86204416 7364 33554432000 4194304 5964318 140734198060240 140734198059760 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22275/statm: 21046 7364 194 433 0 20610 0
[pid=22275/tid=22276] ppid=22273 vsize=84184 CPUtime=51.08 cores=1,3,5,7
/proc/22275/task/22276/stat : 22276 (wbo1.71) R 22273 22275 22137 0 -1 4202560 5937 0 0 0 5105 3 0 0 20 0 2 0 285330318 86204416 7364 33554432000 4194304 5964318 140734198060240 140502255363896 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 84184

[startup+102.306 s]
/proc/loadavg: 2.00 1.99 1.89 3/179 22300
/proc/meminfo: memFree=28674172/32873648 swapFree=7372/7372
[pid=22275] ppid=22273 vsize=86884 CPUtime=102.27 cores=1,3,5,7
/proc/22275/stat : 22275 (wbo1.71) S 22273 22275 22137 0 -1 4202496 9374 0 0 0 10223 4 0 0 20 0 2 0 285330318 88969216 10090 33554432000 4194304 5964318 140734198060240 140734198059760 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22275/statm: 21721 10090 194 433 0 21285 0
[pid=22275/tid=22276] ppid=22273 vsize=86884 CPUtime=102.28 cores=1,3,5,7
/proc/22275/task/22276/stat : 22276 (wbo1.71) R 22273 22275 22137 0 -1 4202560 8628 0 0 0 10222 6 0 0 20 0 2 0 285330318 88969216 10090 33554432000 4194304 5964318 140734198060240 140502255363896 4399991 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) 86884

[startup+162.3 s]
/proc/loadavg: 2.00 1.99 1.89 3/179 22301
/proc/meminfo: memFree=28648028/32873648 swapFree=7372/7372
[pid=22275] ppid=22273 vsize=89672 CPUtime=162.25 cores=1,3,5,7
/proc/22275/stat : 22275 (wbo1.71) S 22273 22275 22137 0 -1 4202496 12680 0 0 0 16219 6 0 0 20 0 2 0 285330318 91824128 13396 33554432000 4194304 5964318 140734198060240 140734198059760 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22275/statm: 22418 13396 194 433 0 21982 0
[pid=22275/tid=22276] ppid=22273 vsize=89672 CPUtime=162.28 cores=1,3,5,7
/proc/22275/task/22276/stat : 22276 (wbo1.71) R 22273 22275 22137 0 -1 4202560 11934 0 0 0 16219 9 0 0 20 0 2 0 285330318 91824128 13396 33554432000 4194304 5964318 140734198060240 140502255364136 4399824 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) 89672

[startup+222.3 s]
/proc/loadavg: 2.00 1.99 1.90 3/179 22301
/proc/meminfo: memFree=28625512/32873648 swapFree=7372/7372
[pid=22275] ppid=22273 vsize=90320 CPUtime=222.23 cores=1,3,5,7
/proc/22275/stat : 22275 (wbo1.71) S 22273 22275 22137 0 -1 4202496 14957 0 0 0 22215 8 0 0 20 0 2 0 285330318 92487680 15747 33554432000 4194304 5964318 140734198060240 140734198059760 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22275/statm: 22580 15747 194 433 0 22144 0
[pid=22275/tid=22276] ppid=22273 vsize=90320 CPUtime=222.27 cores=1,3,5,7
/proc/22275/task/22276/stat : 22276 (wbo1.71) R 22273 22275 22137 0 -1 4202560 14211 0 0 0 22215 12 0 0 20 0 2 0 285330318 92487680 15747 33554432000 4194304 5964318 140734198060240 140502255363896 4400461 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 90320

[startup+282.3 s]
/proc/loadavg: 2.00 1.99 1.90 3/179 22301
/proc/meminfo: memFree=28607820/32873648 swapFree=7372/7372
[pid=22275] ppid=22273 vsize=91976 CPUtime=282.23 cores=1,3,5,7
/proc/22275/stat : 22275 (wbo1.71) S 22273 22275 22137 0 -1 4202496 16579 0 0 0 28213 10 0 0 20 0 2 0 285330318 94183424 17396 33554432000 4194304 5964318 140734198060240 140734198059760 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22275/statm: 22994 17396 194 433 0 22558 0
[pid=22275/tid=22276] ppid=22273 vsize=91976 CPUtime=282.27 cores=1,3,5,7
/proc/22275/task/22276/stat : 22276 (wbo1.71) R 22273 22275 22137 0 -1 4202560 15833 0 0 0 28212 15 0 0 20 0 2 0 285330318 94183424 17396 33554432000 4194304 5964318 140734198060240 140502255364088 4220672 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) 91976

[startup+342.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/179 22301
/proc/meminfo: memFree=28586452/32873648 swapFree=7372/7372
[pid=22275] ppid=22273 vsize=95112 CPUtime=342.21 cores=1,3,5,7
/proc/22275/stat : 22275 (wbo1.71) S 22273 22275 22137 0 -1 4202496 18578 0 0 0 34210 11 0 0 20 0 2 0 285330318 97394688 19401 33554432000 4194304 5964318 140734198060240 140734198059760 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22275/statm: 23778 19401 194 433 0 23342 0
[pid=22275/tid=22276] ppid=22273 vsize=95112 CPUtime=342.27 cores=1,3,5,7
/proc/22275/task/22276/stat : 22276 (wbo1.71) R 22273 22275 22137 0 -1 4202560 17832 0 0 0 34210 17 0 0 20 0 2 0 285330318 97394688 19401 33554432000 4194304 5964318 140734198060240 140502255364136 4400336 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) 95112

[startup+402.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/179 22301
/proc/meminfo: memFree=28575968/32873648 swapFree=7372/7372
[pid=22275] ppid=22273 vsize=95688 CPUtime=402.2 cores=1,3,5,7
/proc/22275/stat : 22275 (wbo1.71) S 22273 22275 22137 0 -1 4202496 18701 0 0 0 40209 11 0 0 20 0 2 0 285330318 97984512 19531 33554432000 4194304 5964318 140734198060240 140734198059760 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0

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

/proc/22275/task/22276/stat : 22276 (wbo1.71) R 22273 22275 22137 0 -1 4202560 47475 0 0 0 130174 55 0 0 20 0 2 0 285330318 262385664 49129 33554432000 4194304 5964318 140734198060240 140502255364136 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1302.04
Current children cumulated vsize (KiB) 256236

[startup+1362.3 s]
/proc/loadavg: 2.01 2.03 1.95 3/179 22349
/proc/meminfo: memFree=28128976/32873648 swapFree=7372/7372
[pid=22275] ppid=22273 vsize=257152 CPUtime=1362.02 cores=1,3,5,7
/proc/22275/stat : 22275 (wbo1.71) S 22273 22275 22137 0 -1 4202496 48385 0 0 0 136167 35 0 0 20 0 2 0 285330318 263323648 49278 33554432000 4194304 5964318 140734198060240 140734198059760 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22275/statm: 64288 49278 194 433 0 63852 0
[pid=22275/tid=22276] ppid=22273 vsize=257152 CPUtime=1362.29 cores=1,3,5,7
/proc/22275/task/22276/stat : 22276 (wbo1.71) R 22273 22275 22137 0 -1 4202560 47639 0 0 0 136173 56 0 0 20 0 2 0 285330318 263323648 49278 33554432000 4194304 5964318 140734198060240 140502255364136 4400019 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 257152

[startup+1422.31 s]
/proc/loadavg: 2.00 2.02 1.95 3/179 22350
/proc/meminfo: memFree=28127984/32873648 swapFree=7372/7372
[pid=22275] ppid=22273 vsize=258644 CPUtime=1422.02 cores=1,3,5,7
/proc/22275/stat : 22275 (wbo1.71) S 22273 22275 22137 0 -1 4202496 48684 0 0 0 142167 35 0 0 20 0 2 0 285330318 264851456 49577 33554432000 4194304 5964318 140734198060240 140734198059760 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22275/statm: 64661 49577 194 433 0 64225 0
[pid=22275/tid=22276] ppid=22273 vsize=258644 CPUtime=1422.3 cores=1,3,5,7
/proc/22275/task/22276/stat : 22276 (wbo1.71) R 22273 22275 22137 0 -1 4202560 47938 0 0 0 142173 57 0 0 20 0 2 0 285330318 264851456 49577 33554432000 4194304 5964318 140734198060240 140502255364136 4399960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 258644

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 1.95 3/179 22350
/proc/meminfo: memFree=28027668/32873648 swapFree=7372/7372
[pid=22275] ppid=22273 vsize=260332 CPUtime=1482.01 cores=1,3,5,7
/proc/22275/stat : 22275 (wbo1.71) S 22273 22275 22137 0 -1 4202496 49872 0 0 0 148164 37 0 0 20 0 2 0 285330318 266579968 50765 33554432000 4194304 5964318 140734198060240 140734198059760 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22275/statm: 65083 50765 194 433 0 64647 0
[pid=22275/tid=22276] ppid=22273 vsize=260332 CPUtime=1482.29 cores=1,3,5,7
/proc/22275/task/22276/stat : 22276 (wbo1.71) R 22273 22275 22137 0 -1 4202560 49126 0 0 0 148169 60 0 0 20 0 2 0 285330318 266579968 50765 33554432000 4194304 5964318 140734198060240 140502255364136 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 260332

[startup+1542.3 s]
/proc/loadavg: 2.10 2.04 1.96 3/179 22350
/proc/meminfo: memFree=27964396/32873648 swapFree=7372/7372
[pid=22275] ppid=22273 vsize=261752 CPUtime=1541.99 cores=1,3,5,7
/proc/22275/stat : 22275 (wbo1.71) S 22273 22275 22137 0 -1 4202496 50193 0 0 0 154162 37 0 0 20 0 2 0 285330318 268034048 51089 33554432000 4194304 5964318 140734198060240 140734198059760 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22275/statm: 65438 51089 194 433 0 65002 0
[pid=22275/tid=22276] ppid=22273 vsize=261752 CPUtime=1542.29 cores=1,3,5,7
/proc/22275/task/22276/stat : 22276 (wbo1.71) R 22273 22275 22137 0 -1 4202560 49447 0 0 0 154168 61 0 0 20 0 2 0 285330318 268034048 51089 33554432000 4194304 5964318 140734198060240 140502255364136 4400446 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 261752

[startup+1602.3 s]
/proc/loadavg: 2.03 2.03 1.96 3/179 22350
/proc/meminfo: memFree=27953316/32873648 swapFree=7372/7372
[pid=22275] ppid=22273 vsize=267344 CPUtime=1601.98 cores=1,3,5,7
/proc/22275/stat : 22275 (wbo1.71) S 22273 22275 22137 0 -1 4202496 52948 0 0 0 160159 39 0 0 20 0 2 0 285330318 273760256 53844 33554432000 4194304 5964318 140734198060240 140734198059760 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22275/statm: 66836 53844 194 433 0 66400 0
[pid=22275/tid=22276] ppid=22273 vsize=267344 CPUtime=1602.29 cores=1,3,5,7
/proc/22275/task/22276/stat : 22276 (wbo1.71) R 22273 22275 22137 0 -1 4202560 52202 0 0 0 160165 64 0 0 20 0 2 0 285330318 273760256 53844 33554432000 4194304 5964318 140734198060240 140502255364088 4399982 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 267344

[startup+1662.3 s]
/proc/loadavg: 2.08 2.04 1.97 3/179 22350
/proc/meminfo: memFree=27949652/32873648 swapFree=7372/7372
[pid=22275] ppid=22273 vsize=267960 CPUtime=1661.97 cores=1,3,5,7
/proc/22275/stat : 22275 (wbo1.71) S 22273 22275 22137 0 -1 4202496 53831 0 0 0 166157 40 0 0 20 0 2 0 285330318 274391040 54727 33554432000 4194304 5964318 140734198060240 140734198059760 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22275/statm: 66990 54727 194 433 0 66554 0
[pid=22275/tid=22276] ppid=22273 vsize=267960 CPUtime=1662.3 cores=1,3,5,7
/proc/22275/task/22276/stat : 22276 (wbo1.71) R 22273 22275 22137 0 -1 4202560 53085 0 0 0 166164 66 0 0 20 0 2 0 285330318 274391040 54727 33554432000 4194304 5964318 140734198060240 140502255364136 4400339 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 267960

[startup+1722.3 s]
/proc/loadavg: 2.03 2.03 1.97 3/179 22351
/proc/meminfo: memFree=27945888/32873648 swapFree=7372/7372
[pid=22275] ppid=22273 vsize=267960 CPUtime=1721.96 cores=1,3,5,7
/proc/22275/stat : 22275 (wbo1.71) S 22273 22275 22137 0 -1 4202496 55042 0 0 0 172154 42 0 0 20 0 2 0 285330318 274391040 55938 33554432000 4194304 5964318 140734198060240 140734198059760 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22275/statm: 66990 55938 194 433 0 66554 0
[pid=22275/tid=22276] ppid=22273 vsize=267960 CPUtime=1722.3 cores=1,3,5,7
/proc/22275/task/22276/stat : 22276 (wbo1.71) R 22273 22275 22137 0 -1 4202560 54296 0 0 0 172161 69 0 0 20 0 2 0 285330318 274391040 55938 33554432000 4194304 5964318 140734198060240 140502255364088 4399995 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 267960

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 1.97 3/180 22354
/proc/meminfo: memFree=27938692/32873648 swapFree=7372/7372
[pid=22275] ppid=22273 vsize=269004 CPUtime=1781.96 cores=1,3,5,7
/proc/22275/stat : 22275 (wbo1.71) S 22273 22275 22137 0 -1 4202496 56773 0 0 0 178152 44 0 0 20 0 2 0 285330318 275460096 57669 33554432000 4194304 5964318 140734198060240 140734198059760 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22275/statm: 67251 57669 194 433 0 66815 0
[pid=22275/tid=22276] ppid=22273 vsize=269004 CPUtime=1782.3 cores=1,3,5,7
/proc/22275/task/22276/stat : 22276 (wbo1.71) R 22273 22275 22137 0 -1 4202560 56027 0 0 0 178158 72 0 0 20 0 2 0 285330318 275460096 57669 33554432000 4194304 5964318 140734198060240 140502255364088 4379152 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 269004

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

[startup+1791.91 s]
/proc/loadavg: 2.09 2.04 1.97 3/180 22354
/proc/meminfo: memFree=27938444/32873648 swapFree=7372/7372
[pid=22275] ppid=22273 vsize=269148 CPUtime=1791.56 cores=1,3,5,7
/proc/22275/stat : 22275 (wbo1.71) S 22273 22275 22137 0 -1 4202496 56822 0 0 0 179112 44 0 0 20 0 2 0 285330318 275607552 57718 33554432000 4194304 5964318 140734198060240 140734198059760 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22275/statm: 67287 57718 194 433 0 66851 0
[pid=22275/tid=22276] ppid=22273 vsize=269148 CPUtime=1791.91 cores=1,3,5,7
/proc/22275/task/22276/stat : 22276 (wbo1.71) R 22273 22275 22137 0 -1 4202560 56076 0 0 0 179119 72 0 0 20 0 2 0 285330318 275607552 57718 33554432000 4194304 5964318 140734198060240 140502255363896 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.56
Current children cumulated vsize (KiB) 269148

[startup+1795.1 s]
/proc/loadavg: 2.08 2.04 1.97 3/180 22354
/proc/meminfo: memFree=27938444/32873648 swapFree=7372/7372
[pid=22275] ppid=22273 vsize=269220 CPUtime=1794.76 cores=1,3,5,7
/proc/22275/stat : 22275 (wbo1.71) S 22273 22275 22137 0 -1 4202496 56833 0 0 0 179432 44 0 0 20 0 2 0 285330318 275681280 57729 33554432000 4194304 5964318 140734198060240 140734198059760 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22275/statm: 67305 57729 194 433 0 66869 0
[pid=22275/tid=22276] ppid=22273 vsize=269220 CPUtime=1795.11 cores=1,3,5,7
/proc/22275/task/22276/stat : 22276 (wbo1.71) R 22273 22275 22137 0 -1 4202560 56087 0 0 0 179439 72 0 0 20 0 2 0 285330318 275681280 57729 33554432000 4194304 5964318 140734198060240 140502255363896 4388138 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.76
Current children cumulated vsize (KiB) 269220

[startup+1798.3 s]
/proc/loadavg: 2.08 2.04 1.97 3/180 22354
/proc/meminfo: memFree=27938196/32873648 swapFree=7372/7372
[pid=22275] ppid=22273 vsize=269220 CPUtime=1797.95 cores=1,3,5,7
/proc/22275/stat : 22275 (wbo1.71) S 22273 22275 22137 0 -1 4202496 56838 0 0 0 179751 44 0 0 20 0 2 0 285330318 275681280 57734 33554432000 4194304 5964318 140734198060240 140734198059760 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22275/statm: 67305 57734 194 433 0 66869 0
[pid=22275/tid=22276] ppid=22273 vsize=269220 CPUtime=1798.3 cores=1,3,5,7
/proc/22275/task/22276/stat : 22276 (wbo1.71) R 22273 22275 22137 0 -1 4202560 56092 0 0 0 179758 72 0 0 20 0 2 0 285330318 275681280 57734 33554432000 4194304 5964318 140734198060240 140502255364136 4399991 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.95
Current children cumulated vsize (KiB) 269220

[startup+1799.1 s]
/proc/loadavg: 2.07 2.04 1.97 3/180 22354
/proc/meminfo: memFree=27938196/32873648 swapFree=7372/7372
[pid=22275] ppid=22273 vsize=269220 CPUtime=1798.75 cores=1,3,5,7
/proc/22275/stat : 22275 (wbo1.71) S 22273 22275 22137 0 -1 4202496 56838 0 0 0 179831 44 0 0 20 0 2 0 285330318 275681280 57734 33554432000 4194304 5964318 140734198060240 140734198059760 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22275/statm: 67305 57734 194 433 0 66869 0
[pid=22275/tid=22276] ppid=22273 vsize=269220 CPUtime=1799.1 cores=1,3,5,7
/proc/22275/task/22276/stat : 22276 (wbo1.71) R 22273 22275 22137 0 -1 4202560 56092 0 0 0 179838 72 0 0 20 0 2 0 285330318 275681280 57734 33554432000 4194304 5964318 140734198060240 140502255364136 4399991 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.75
Current children cumulated vsize (KiB) 269220

[startup+1799.5 s]
/proc/loadavg: 2.07 2.04 1.97 3/180 22354
/proc/meminfo: memFree=27938320/32873648 swapFree=7372/7372
[pid=22275] ppid=22273 vsize=269220 CPUtime=1799.16 cores=1,3,5,7
/proc/22275/stat : 22275 (wbo1.71) S 22273 22275 22137 0 -1 4202496 56838 0 0 0 179872 44 0 0 20 0 2 0 285330318 275681280 57734 33554432000 4194304 5964318 140734198060240 140734198059760 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22275/statm: 67305 57734 194 433 0 66869 0
[pid=22275/tid=22276] ppid=22273 vsize=269220 CPUtime=1799.51 cores=1,3,5,7
/proc/22275/task/22276/stat : 22276 (wbo1.71) R 22273 22275 22137 0 -1 4202560 56092 0 0 0 179879 72 0 0 20 0 2 0 285330318 275681280 57734 33554432000 4194304 5964318 140734198060240 140502255364136 4391598 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.16
Current children cumulated vsize (KiB) 269220

[startup+1799.9 s]
/proc/loadavg: 2.07 2.04 1.97 3/180 22354
/proc/meminfo: memFree=27938320/32873648 swapFree=7372/7372
[pid=22275] ppid=22273 vsize=269220 CPUtime=1799.55 cores=1,3,5,7
/proc/22275/stat : 22275 (wbo1.71) S 22273 22275 22137 0 -1 4202496 56838 0 0 0 179911 44 0 0 20 0 2 0 285330318 275681280 57734 33554432000 4194304 5964318 140734198060240 140734198059760 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22275/statm: 67305 57734 194 433 0 66869 0
[pid=22275/tid=22276] ppid=22273 vsize=269220 CPUtime=1799.9 cores=1,3,5,7
/proc/22275/task/22276/stat : 22276 (wbo1.71) R 22273 22275 22137 0 -1 4202560 56092 0 0 0 179918 72 0 0 20 0 2 0 285330318 275681280 57734 33554432000 4194304 5964318 140734198060240 140502255364136 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.55
Current children cumulated vsize (KiB) 269220

[startup+1800 s]
/proc/loadavg: 2.07 2.04 1.97 3/180 22354
/proc/meminfo: memFree=27938320/32873648 swapFree=7372/7372
[pid=22275] ppid=22273 vsize=269220 CPUtime=1799.65 cores=1,3,5,7
/proc/22275/stat : 22275 (wbo1.71) S 22273 22275 22137 0 -1 4202496 56838 0 0 0 179921 44 0 0 20 0 2 0 285330318 275681280 57734 33554432000 4194304 5964318 140734198060240 140734198059760 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22275/statm: 67305 57734 194 433 0 66869 0
[pid=22275/tid=22276] ppid=22273 vsize=269220 CPUtime=1800 cores=1,3,5,7
/proc/22275/task/22276/stat : 22276 (wbo1.71) R 22273 22275 22137 0 -1 4202560 56092 0 0 0 179928 72 0 0 20 0 2 0 285330318 275681280 57734 33554432000 4194304 5964318 140734198060240 140502255364136 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.65
Current children cumulated vsize (KiB) 269220

Child status: 255
Real time (s): 1800.01
CPU time (s): 1800.02
CPU user time (s): 1799.29
CPU system time (s): 0.735888
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 269220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.29
system time used= 0.735888
maximum resident set size= 230948
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56841
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= 83
involuntary context switches= 1849

runsolver used 3.00454 second user time and 7.55785 second system time

The end

Launcher Data

Begin job on node122 at 2012-05-28 10:00:43
IDJOB=3712845
IDBENCH=78684
IDSOLVER=2293
FILE ID=node122/3712845-1338192043
RUNJOBID= node122-1338190243-22154
PBS_JOBID= 14624571
Free space on /tmp= 71692 MiB

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

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

MD5SUM BENCH= cf0241dbee717fce31205c3d6c127ed0
RANDOM SEED=229482186

node122.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.533
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.06
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.533
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.533
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	: 5332.04
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.533
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.533
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		: 2666.533
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	: 5438.54
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.533
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.533
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:        28756736 kB
Buffers:          321232 kB
Cached:          2981544 kB
SwapCached:            0 kB
Active:          1225668 kB
Inactive:        2090584 kB
Active(anon):       5088 kB
Inactive(anon):    11052 kB
Active(file):    1220580 kB
Inactive(file):  2079532 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             10884 kB
Writeback:             0 kB
AnonPages:         78976 kB
Mapped:            14464 kB
Shmem:               200 kB
Slab:             661844 kB
SReclaimable:     106092 kB
SUnreclaim:       555752 kB
KernelStack:        1496 kB
PageTables:         4168 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     142592 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     57344 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= 71684 MiB
End job on node122 at 2012-05-28 10:30:43