Trace number 3712859

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
wbo 1.71? 1799.48 1800.01

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl40_41_pb.cnf.cr--soft-33-100-0.wbo
MD5SUMf511ebc8ef7d333a60d28a0c67ab699d
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark2.06669
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables3280
Total number of constraints162
Number of soft constraints117
Number of constraints which are clauses82
Number of constraints which are cardinality constraints (but not clauses)80
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint40
Maximum length of a constraint41
Top cost 5670
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 5669
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 42
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |   wbo:                    1.71 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing wbo file format. File HOME/instance-3712859-1338191454.wbo.
0.00/0.00	c Instance file HOME/instance-3712859-1338191454.wbo
0.00/0.00	c File size is 58882 bytes.
0.00/0.00	c Highest Coefficient sum: 42
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.01         s                                      |
0.00/0.00	c |  Number Variables:      3397                                                |
0.00/0.00	c |  Number Clauses:        82                                                  |
0.00/0.00	c |  Number Cardinality:    17                                                  |
0.00/0.00	c |  Number PB Constraints: 63                                                  |
0.00/0.00	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.48/1800.00	c ===============================================================================
1799.48/1800.00	c Wall Clock Time: 1800.00 s
1799.48/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-3712859-1338191454/watcher-3712859-1338191454 -o /tmp/evaluation-result-3712859-1338191454/solver-3712859-1338191454 -C 1800 -W 1900 -M 15500 wbo1.71 -file-format=wbo HOME/instance-3712859-1338191454.wbo 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 1818
/proc/meminfo: memFree=31383496/32873844 swapFree=7112/7112
[pid=1818] ppid=1815 vsize=3928 CPUtime=0 cores=1,3,5,7
/proc/1818/stat : 1818 (wbo1.71) R 1815 1818 1215 0 -1 4202496 485 0 0 0 0 0 0 0 20 0 1 0 285271033 4022272 437 33554432000 4194304 5964318 140736156749280 140736156747064 5136394 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/1818/statm: 982 438 169 433 0 531 0

[startup+0.102505 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 1818
/proc/meminfo: memFree=31383496/32873844 swapFree=7112/7112
[pid=1818] ppid=1815 vsize=84696 CPUtime=0.09 cores=1,3,5,7
/proc/1818/stat : 1818 (wbo1.71) S 1815 1818 1215 0 -1 4202496 1674 0 0 0 9 0 0 0 20 0 2 0 285271033 86728704 1611 33554432000 4194304 5964318 140736156749280 140736156748800 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1818/statm: 21174 1611 194 433 0 20738 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 84696

[startup+0.200179 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 1818
/proc/meminfo: memFree=31383496/32873844 swapFree=7112/7112
[pid=1818] ppid=1815 vsize=84696 CPUtime=0.19 cores=1,3,5,7
/proc/1818/stat : 1818 (wbo1.71) S 1815 1818 1215 0 -1 4202496 1940 0 0 0 19 0 0 0 20 0 2 0 285271033 86728704 1877 33554432000 4194304 5964318 140736156749280 140736156748800 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1818/statm: 21174 1877 194 433 0 20738 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 84696

[startup+0.300139 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 1818
/proc/meminfo: memFree=31383496/32873844 swapFree=7112/7112
[pid=1818] ppid=1815 vsize=84696 CPUtime=0.29 cores=1,3,5,7
/proc/1818/stat : 1818 (wbo1.71) S 1815 1818 1215 0 -1 4202496 2188 0 0 0 29 0 0 0 20 0 2 0 285271033 86728704 2125 33554432000 4194304 5964318 140736156749280 140736156748800 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1818/statm: 21174 2125 194 433 0 20738 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84696

[startup+0.700114 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 1818
/proc/meminfo: memFree=31383496/32873844 swapFree=7112/7112
[pid=1818] ppid=1815 vsize=84696 CPUtime=0.68 cores=1,3,5,7
/proc/1818/stat : 1818 (wbo1.71) S 1815 1818 1215 0 -1 4202496 3134 0 0 0 68 0 0 0 20 0 2 0 285271033 86728704 3071 33554432000 4194304 5964318 140736156749280 140736156748800 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1818/statm: 21174 3071 194 433 0 20738 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 84696

[startup+1.50032 s]
/proc/loadavg: 2.00 2.00 1.97 3/180 1820
/proc/meminfo: memFree=31359880/32873844 swapFree=7112/7112
[pid=1818] ppid=1815 vsize=84696 CPUtime=1.48 cores=1,3,5,7
/proc/1818/stat : 1818 (wbo1.71) S 1815 1818 1215 0 -1 4202496 4793 0 0 0 147 1 0 0 20 0 2 0 285271033 86728704 4730 33554432000 4194304 5964318 140736156749280 140736156748800 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1818/statm: 21174 4730 194 433 0 20738 0
[pid=1818/tid=1820] ppid=1815 vsize=84696 CPUtime=1.47 cores=1,3,5,7
/proc/1818/task/1820/stat : 1820 (wbo1.71) R 1815 1818 1215 0 -1 4202560 3821 0 0 0 146 1 0 0 20 0 2 0 285271033 86728704 4730 33554432000 4194304 5964318 140736156749280 140107173656568 4399995 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 84696

[startup+3.10026 s]
/proc/loadavg: 2.00 2.00 1.97 3/180 1820
/proc/meminfo: memFree=31345000/32873844 swapFree=7112/7112
[pid=1818] ppid=1815 vsize=84840 CPUtime=3.09 cores=1,3,5,7
/proc/1818/stat : 1818 (wbo1.71) S 1815 1818 1215 0 -1 4202496 6165 0 0 0 307 2 0 0 20 0 2 0 285271033 86876160 6102 33554432000 4194304 5964318 140736156749280 140736156748800 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1818/statm: 21210 6102 194 433 0 20774 0
[pid=1818/tid=1820] ppid=1815 vsize=84840 CPUtime=3.07 cores=1,3,5,7
/proc/1818/task/1820/stat : 1820 (wbo1.71) R 1815 1818 1215 0 -1 4202560 5193 0 0 0 305 2 0 0 20 0 2 0 285271033 86876160 6102 33554432000 4194304 5964318 140736156749280 140107173656568 4399991 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) 84840

[startup+6.30031 s]
/proc/loadavg: 2.00 2.00 1.97 3/180 1820
/proc/meminfo: memFree=31327912/32873844 swapFree=7112/7112
[pid=1818] ppid=1815 vsize=84912 CPUtime=6.29 cores=1,3,5,7
/proc/1818/stat : 1818 (wbo1.71) S 1815 1818 1215 0 -1 4202496 8036 0 0 0 626 3 0 0 20 0 2 0 285271033 86949888 7973 33554432000 4194304 5964318 140736156749280 140736156748800 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1818/statm: 21228 7973 194 433 0 20792 0
[pid=1818/tid=1820] ppid=1815 vsize=84912 CPUtime=6.26 cores=1,3,5,7
/proc/1818/task/1820/stat : 1820 (wbo1.71) R 1815 1818 1215 0 -1 4202560 7064 0 0 0 623 3 0 0 20 0 2 0 285271033 86949888 7973 33554432000 4194304 5964318 140736156749280 140107173656376 4391275 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) 84912

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 1820
/proc/meminfo: memFree=31294472/32873844 swapFree=7112/7112
[pid=1818] ppid=1815 vsize=84912 CPUtime=12.69 cores=1,3,5,7
/proc/1818/stat : 1818 (wbo1.71) S 1815 1818 1215 0 -1 4202496 12550 0 0 0 1265 4 0 0 20 0 2 0 285271033 86949888 12487 33554432000 4194304 5964318 140736156749280 140736156748800 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1818/statm: 21228 12487 194 433 0 20792 0
[pid=1818/tid=1820] ppid=1815 vsize=84912 CPUtime=12.64 cores=1,3,5,7
/proc/1818/task/1820/stat : 1820 (wbo1.71) R 1815 1818 1215 0 -1 4202560 11578 0 0 0 1260 4 0 0 20 0 2 0 285271033 86949888 12487 33554432000 4194304 5964318 140736156749280 140107173656568 4399991 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) 84912

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 1820
/proc/meminfo: memFree=31231744/32873844 swapFree=7112/7112
[pid=1818] ppid=1815 vsize=150556 CPUtime=25.48 cores=1,3,5,7
/proc/1818/stat : 1818 (wbo1.71) S 1815 1818 1215 0 -1 4202496 19665 0 0 0 2541 7 0 0 20 0 2 0 285271033 154169344 19602 33554432000 4194304 5964318 140736156749280 140736156748800 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1818/statm: 37639 19602 194 433 0 37203 0
[pid=1818/tid=1820] ppid=1815 vsize=150556 CPUtime=25.41 cores=1,3,5,7
/proc/1818/task/1820/stat : 1820 (wbo1.71) R 1815 1818 1215 0 -1 4202560 18693 0 0 0 2534 7 0 0 20 0 2 0 285271033 154169344 19602 33554432000 4194304 5964318 140736156749280 140107173656568 4221120 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) 150556

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 1821
/proc/meminfo: memFree=31178072/32873844 swapFree=7112/7112
[pid=1818] ppid=1815 vsize=150716 CPUtime=51.08 cores=1,3,5,7
/proc/1818/stat : 1818 (wbo1.71) S 1815 1818 1215 0 -1 4202496 24971 0 0 0 5098 10 0 0 20 0 2 0 285271033 154333184 24908 33554432000 4194304 5964318 140736156749280 140736156748800 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1818/statm: 37679 24908 194 433 0 37243 0
[pid=1818/tid=1820] ppid=1815 vsize=150716 CPUtime=50.94 cores=1,3,5,7
/proc/1818/task/1820/stat : 1820 (wbo1.71) R 1815 1818 1215 0 -1 4202560 23999 0 0 0 5084 10 0 0 20 0 2 0 285271033 154333184 24908 33554432000 4194304 5964318 140736156749280 140107173656568 4399973 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) 150716

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 1821
/proc/meminfo: memFree=31088480/32873844 swapFree=7112/7112
[pid=1818] ppid=1815 vsize=216492 CPUtime=102.25 cores=1,3,5,7
/proc/1818/stat : 1818 (wbo1.71) S 1815 1818 1215 0 -1 4202496 38387 0 0 0 10209 16 0 0 20 0 2 0 285271033 221687808 38416 33554432000 4194304 5964318 140736156749280 140736156748800 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1818/statm: 54123 38416 194 433 0 53687 0
[pid=1818/tid=1820] ppid=1815 vsize=216492 CPUtime=101.99 cores=1,3,5,7
/proc/1818/task/1820/stat : 1820 (wbo1.71) R 1815 1818 1215 0 -1 4202560 37415 0 0 0 10182 17 0 0 20 0 2 0 285271033 221687808 38416 33554432000 4194304 5964318 140736156749280 140107173656568 4400532 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 216492

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 1821
/proc/meminfo: memFree=30996576/32873844 swapFree=7112/7112
[pid=1818] ppid=1815 vsize=282172 CPUtime=162.2 cores=1,3,5,7
/proc/1818/stat : 1818 (wbo1.71) S 1815 1818 1215 0 -1 4202496 50945 0 0 0 16198 22 0 0 20 0 2 0 285271033 288944128 51305 33554432000 4194304 5964318 140736156749280 140736156748800 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1818/statm: 70543 51305 194 433 0 70107 0
[pid=1818/tid=1820] ppid=1815 vsize=282172 CPUtime=161.8 cores=1,3,5,7
/proc/1818/task/1820/stat : 1820 (wbo1.71) R 1815 1818 1215 0 -1 4202560 49973 0 0 0 16156 24 0 0 20 0 2 0 285271033 288944128 51305 33554432000 4194304 5964318 140736156749280 140107173656568 4381935 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 282172

[startup+222.307 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 1821
/proc/meminfo: memFree=30765560/32873844 swapFree=7112/7112
[pid=1818] ppid=1815 vsize=348140 CPUtime=222.2 cores=1,3,5,7
/proc/1818/stat : 1818 (wbo1.71) S 1815 1818 1215 0 -1 4202496 70028 0 0 0 22191 29 0 0 20 0 2 0 285271033 356495360 70388 33554432000 4194304 5964318 140736156749280 140736156748800 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1818/statm: 87035 70388 194 433 0 86599 0
[pid=1818/tid=1820] ppid=1815 vsize=348140 CPUtime=221.66 cores=1,3,5,7
/proc/1818/task/1820/stat : 1820 (wbo1.71) R 1815 1818 1215 0 -1 4202560 69056 0 0 0 22134 32 0 0 20 0 2 0 285271033 356495360 70388 33554432000 4194304 5964318 140736156749280 140107173656568 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 348140

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 1821
/proc/meminfo: memFree=30630636/32873844 swapFree=7112/7112
[pid=1818] ppid=1815 vsize=348356 CPUtime=282.19 cores=1,3,5,7
/proc/1818/stat : 1818 (wbo1.71) S 1815 1818 1215 0 -1 4202496 80346 0 0 0 28185 34 0 0 20 0 2 0 285271033 356716544 80706 33554432000 4194304 5964318 140736156749280 140736156748800 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1818/statm: 87089 80706 194 433 0 86653 0
[pid=1818/tid=1820] ppid=1815 vsize=348356 CPUtime=281.5 cores=1,3,5,7
/proc/1818/task/1820/stat : 1820 (wbo1.71) R 1815 1818 1215 0 -1 4202560 79374 0 0 0 28113 37 0 0 20 0 2 0 285271033 356716544 80706 33554432000 4194304 5964318 140736156749280 140107173656568 4399991 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 348356

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 1822
/proc/meminfo: memFree=30630360/32873844 swapFree=7112/7112
[pid=1818] ppid=1815 vsize=348716 CPUtime=342.17 cores=1,3,5,7
/proc/1818/stat : 1818 (wbo1.71) S 1815 1818 1215 0 -1 4202496 80388 0 0 0 34183 34 0 0 20 0 2 0 285271033 357085184 80718 33554432000 4194304 5964318 140736156749280 140736156748800 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1818/statm: 87179 80718 194 433 0 86743 0
[pid=1818/tid=1820] ppid=1815 vsize=348716 CPUtime=341.34 cores=1,3,5,7
/proc/1818/task/1820/stat : 1820 (wbo1.71) R 1815 1818 1215 0 -1 4202560 79416 0 0 0 34095 39 0 0 20 0 2 0 285271033 357085184 80718 33554432000 4194304 5964318 140736156749280 140107173656744 4400699 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 348716

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 1822
/proc/meminfo: memFree=30609680/32873844 swapFree=7112/7112
[pid=1818] ppid=1815 vsize=414540 CPUtime=402.11 cores=1,3,5,7
/proc/1818/stat : 1818 (wbo1.71) S 1815 1818 1215 0 -1 4202496 85515 0 0 0 40175 36 0 0 20 0 2 0 285271033 424488960 85878 33554432000 4194304 5964318 140736156749280 140736156748800 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1818/statm: 103635 85878 194 433 0 103199 0
[pid=1818/tid=1820] ppid=1815 vsize=414540 CPUtime=401.14 cores=1,3,5,7
/proc/1818/task/1820/stat : 1820 (wbo1.71) R 1815 1818 1215 0 -1 4202560 84543 0 0 0 40072 42 0 0 20 0 2 0 285271033 424488960 85878 33554432000 4194304 5964318 140736156749280 140107173656568 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.11
Current children cumulated vsize (KiB) 414540

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 1822
/proc/meminfo: memFree=30609168/32873844 swapFree=7112/7112
[pid=1818] ppid=1815 vsize=414828 CPUtime=462.09 cores=1,3,5,7

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


[startup+1362.3 s]
/proc/loadavg: 2.12 2.03 2.00 3/179 1862
/proc/meminfo: memFree=29892696/32873844 swapFree=7112/7112
[pid=1818] ppid=1815 vsize=749708 CPUtime=1361.85 cores=1,3,5,7
/proc/1818/stat : 1818 (wbo1.71) S 1815 1818 1215 0 -1 4202496 179973 0 0 0 136103 82 0 0 20 0 2 0 285271033 767700992 180831 33554432000 4194304 5964318 140736156749280 140736156748800 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1818/statm: 187427 180831 194 433 0 186991 0
[pid=1818/tid=1820] ppid=1815 vsize=749708 CPUtime=1358.59 cores=1,3,5,7
/proc/1818/task/1820/stat : 1820 (wbo1.71) R 1815 1818 1215 0 -1 4202560 179001 0 0 0 135757 102 0 0 20 0 2 0 285271033 767700992 180831 33554432000 4194304 5964318 140736156749280 140107173656600 4399845 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1361.85
Current children cumulated vsize (KiB) 749708

[startup+1422.3 s]
/proc/loadavg: 2.12 2.04 2.00 3/179 1862
/proc/meminfo: memFree=29892600/32873844 swapFree=7112/7112
[pid=1818] ppid=1815 vsize=749708 CPUtime=1421.84 cores=1,3,5,7
/proc/1818/stat : 1818 (wbo1.71) S 1815 1818 1215 0 -1 4202496 179973 0 0 0 142102 82 0 0 20 0 2 0 285271033 767700992 180831 33554432000 4194304 5964318 140736156749280 140736156748800 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1818/statm: 187427 180831 194 433 0 186991 0
[pid=1818/tid=1820] ppid=1815 vsize=749708 CPUtime=1418.44 cores=1,3,5,7
/proc/1818/task/1820/stat : 1820 (wbo1.71) R 1815 1818 1215 0 -1 4202560 179001 0 0 0 141741 103 0 0 20 0 2 0 285271033 767700992 180831 33554432000 4194304 5964318 140736156749280 140107173656600 4399960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.84
Current children cumulated vsize (KiB) 749708

[startup+1482.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/179 1862
/proc/meminfo: memFree=29892384/32873844 swapFree=7112/7112
[pid=1818] ppid=1815 vsize=749708 CPUtime=1481.83 cores=1,3,5,7
/proc/1818/stat : 1818 (wbo1.71) S 1815 1818 1215 0 -1 4202496 179975 0 0 0 148101 82 0 0 20 0 2 0 285271033 767700992 180833 33554432000 4194304 5964318 140736156749280 140736156748800 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1818/statm: 187427 180833 194 433 0 186991 0
[pid=1818/tid=1820] ppid=1815 vsize=749708 CPUtime=1478.28 cores=1,3,5,7
/proc/1818/task/1820/stat : 1820 (wbo1.71) R 1815 1818 1215 0 -1 4202560 179003 0 0 0 147724 104 0 0 20 0 2 0 285271033 767700992 180833 33554432000 4194304 5964318 140736156749280 140107173656600 4399842 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.83
Current children cumulated vsize (KiB) 749708

[startup+1542.31 s]
/proc/loadavg: 2.06 2.04 2.00 3/179 1862
/proc/meminfo: memFree=29892416/32873844 swapFree=7112/7112
[pid=1818] ppid=1815 vsize=749708 CPUtime=1541.83 cores=1,3,5,7
/proc/1818/stat : 1818 (wbo1.71) S 1815 1818 1215 0 -1 4202496 179975 0 0 0 154101 82 0 0 20 0 2 0 285271033 767700992 180833 33554432000 4194304 5964318 140736156749280 140736156748800 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1818/statm: 187427 180833 194 433 0 186991 0
[pid=1818/tid=1820] ppid=1815 vsize=749708 CPUtime=1538.13 cores=1,3,5,7
/proc/1818/task/1820/stat : 1820 (wbo1.71) R 1815 1818 1215 0 -1 4202560 179003 0 0 0 153708 105 0 0 20 0 2 0 285271033 767700992 180833 33554432000 4194304 5964318 140736156749280 140107173656600 4399960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.83
Current children cumulated vsize (KiB) 749708

[startup+1602.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/179 1863
/proc/meminfo: memFree=29892664/32873844 swapFree=7112/7112
[pid=1818] ppid=1815 vsize=749708 CPUtime=1601.81 cores=1,3,5,7
/proc/1818/stat : 1818 (wbo1.71) S 1815 1818 1215 0 -1 4202496 179975 0 0 0 160099 82 0 0 20 0 2 0 285271033 767700992 180833 33554432000 4194304 5964318 140736156749280 140736156748800 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1818/statm: 187427 180833 194 433 0 186991 0
[pid=1818/tid=1820] ppid=1815 vsize=749708 CPUtime=1597.97 cores=1,3,5,7
/proc/1818/task/1820/stat : 1820 (wbo1.71) R 1815 1818 1215 0 -1 4202560 179003 0 0 0 159691 106 0 0 20 0 2 0 285271033 767700992 180833 33554432000 4194304 5964318 140736156749280 140107173656600 4388138 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.81
Current children cumulated vsize (KiB) 749708

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 1863
/proc/meminfo: memFree=29892664/32873844 swapFree=7112/7112
[pid=1818] ppid=1815 vsize=749888 CPUtime=1661.81 cores=1,3,5,7
/proc/1818/stat : 1818 (wbo1.71) S 1815 1818 1215 0 -1 4202496 180013 0 0 0 166098 83 0 0 20 0 2 0 285271033 767885312 180871 33554432000 4194304 5964318 140736156749280 140736156748800 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1818/statm: 187472 180871 194 433 0 187036 0
[pid=1818/tid=1820] ppid=1815 vsize=749888 CPUtime=1657.82 cores=1,3,5,7
/proc/1818/task/1820/stat : 1820 (wbo1.71) R 1815 1818 1215 0 -1 4202560 179041 0 0 0 165674 108 0 0 20 0 2 0 285271033 767885312 180871 33554432000 4194304 5964318 140736156749280 140107173656616 4399995 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.81
Current children cumulated vsize (KiB) 749888

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 1863
/proc/meminfo: memFree=29892540/32873844 swapFree=7112/7112
[pid=1818] ppid=1815 vsize=749888 CPUtime=1721.8 cores=1,3,5,7
/proc/1818/stat : 1818 (wbo1.71) S 1815 1818 1215 0 -1 4202496 180013 0 0 0 172097 83 0 0 20 0 2 0 285271033 767885312 180871 33554432000 4194304 5964318 140736156749280 140736156748800 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1818/statm: 187472 180871 194 433 0 187036 0
[pid=1818/tid=1820] ppid=1815 vsize=749888 CPUtime=1717.66 cores=1,3,5,7
/proc/1818/task/1820/stat : 1820 (wbo1.71) R 1815 1818 1215 0 -1 4202560 179041 0 0 0 171657 109 0 0 20 0 2 0 285271033 767885312 180871 33554432000 4194304 5964318 140736156749280 140107173656616 4399816 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.8
Current children cumulated vsize (KiB) 749888

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 1866
/proc/meminfo: memFree=29891912/32873844 swapFree=7112/7112
[pid=1818] ppid=1815 vsize=749888 CPUtime=1781.79 cores=1,3,5,7
/proc/1818/stat : 1818 (wbo1.71) S 1815 1818 1215 0 -1 4202496 180015 0 0 0 178096 83 0 0 20 0 2 0 285271033 767885312 180873 33554432000 4194304 5964318 140736156749280 140736156748800 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1818/statm: 187472 180873 194 433 0 187036 0
[pid=1818/tid=1820] ppid=1815 vsize=749888 CPUtime=1777.51 cores=1,3,5,7
/proc/1818/task/1820/stat : 1820 (wbo1.71) R 1815 1818 1215 0 -1 4202560 179043 0 0 0 177641 110 0 0 20 0 2 0 285271033 767885312 180873 33554432000 4194304 5964318 140736156749280 140107173656616 4391085 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.79
Current children cumulated vsize (KiB) 749888

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

[startup+1792.01 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 1866
/proc/meminfo: memFree=29891712/32873844 swapFree=7112/7112
[pid=1818] ppid=1815 vsize=749888 CPUtime=1791.49 cores=1,3,5,7
/proc/1818/stat : 1818 (wbo1.71) S 1815 1818 1215 0 -1 4202496 180021 0 0 0 179066 83 0 0 20 0 2 0 285271033 767885312 180930 33554432000 4194304 5964318 140736156749280 140736156748800 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1818/statm: 187472 180930 194 433 0 187036 0
[pid=1818/tid=1820] ppid=1815 vsize=749888 CPUtime=1787.19 cores=1,3,5,7
/proc/1818/task/1820/stat : 1820 (wbo1.71) R 1815 1818 1215 0 -1 4202560 179049 0 0 0 178609 110 0 0 20 0 2 0 285271033 767885312 180930 33554432000 4194304 5964318 140736156749280 140107173656616 4399991 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.49
Current children cumulated vsize (KiB) 749888

[startup+1795.2 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 1866
/proc/meminfo: memFree=29891836/32873844 swapFree=7112/7112
[pid=1818] ppid=1815 vsize=749888 CPUtime=1794.69 cores=1,3,5,7
/proc/1818/stat : 1818 (wbo1.71) S 1815 1818 1215 0 -1 4202496 180021 0 0 0 179386 83 0 0 20 0 2 0 285271033 767885312 180930 33554432000 4194304 5964318 140736156749280 140736156748800 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1818/statm: 187472 180930 194 433 0 187036 0
[pid=1818/tid=1820] ppid=1815 vsize=749888 CPUtime=1790.38 cores=1,3,5,7
/proc/1818/task/1820/stat : 1820 (wbo1.71) R 1815 1818 1215 0 -1 4202560 179049 0 0 0 178928 110 0 0 20 0 2 0 285271033 767885312 180930 33554432000 4194304 5964318 140736156749280 140107173656616 4399842 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.69
Current children cumulated vsize (KiB) 749888

[startup+1798.4 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 1866
/proc/meminfo: memFree=29890844/32873844 swapFree=7112/7112
[pid=1818] ppid=1815 vsize=749888 CPUtime=1797.88 cores=1,3,5,7
/proc/1818/stat : 1818 (wbo1.71) S 1815 1818 1215 0 -1 4202496 180593 0 0 0 179705 83 0 0 20 0 2 0 285271033 767885312 181502 33554432000 4194304 5964318 140736156749280 140736156748800 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1818/statm: 187472 181502 194 433 0 187036 0
[pid=1818/tid=1820] ppid=1815 vsize=749888 CPUtime=1793.57 cores=1,3,5,7
/proc/1818/task/1820/stat : 1820 (wbo1.71) R 1815 1818 1215 0 -1 4202560 179621 0 0 0 179247 110 0 0 20 0 2 0 285271033 767885312 181502 33554432000 4194304 5964318 140736156749280 140107173656568 5136324 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.88
Current children cumulated vsize (KiB) 749888

[startup+1799.2 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 1866
/proc/meminfo: memFree=29889604/32873844 swapFree=7112/7112
[pid=1818] ppid=1815 vsize=749888 CPUtime=1798.68 cores=1,3,5,7
/proc/1818/stat : 1818 (wbo1.71) S 1815 1818 1215 0 -1 4202496 180805 0 0 0 179785 83 0 0 20 0 2 0 285271033 767885312 181714 33554432000 4194304 5964318 140736156749280 140736156748800 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1818/statm: 187472 181714 194 433 0 187036 0
[pid=1818/tid=1820] ppid=1815 vsize=749888 CPUtime=1794.36 cores=1,3,5,7
/proc/1818/task/1820/stat : 1820 (wbo1.71) R 1815 1818 1215 0 -1 4202560 179833 0 0 0 179326 110 0 0 20 0 2 0 285271033 767885312 181714 33554432000 4194304 5964318 140736156749280 140107173656568 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.68
Current children cumulated vsize (KiB) 749888

[startup+1799.6 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 1866
/proc/meminfo: memFree=29888612/32873844 swapFree=7112/7112
[pid=1818] ppid=1815 vsize=749888 CPUtime=1799.08 cores=1,3,5,7
/proc/1818/stat : 1818 (wbo1.71) S 1815 1818 1215 0 -1 4202496 180850 0 0 0 179825 83 0 0 20 0 2 0 285271033 767885312 181759 33554432000 4194304 5964318 140736156749280 140736156748800 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1818/statm: 187472 181759 194 433 0 187036 0
[pid=1818/tid=1820] ppid=1815 vsize=749888 CPUtime=1794.77 cores=1,3,5,7
/proc/1818/task/1820/stat : 1820 (wbo1.71) R 1815 1818 1215 0 -1 4202560 179878 0 0 0 179367 110 0 0 20 0 2 0 285271033 767885312 181759 33554432000 4194304 5964318 140736156749280 140107173656568 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.08
Current children cumulated vsize (KiB) 749888

[startup+1800 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 1866
/proc/meminfo: memFree=29888612/32873844 swapFree=7112/7112
[pid=1818] ppid=1815 vsize=749888 CPUtime=1799.48 cores=1,3,5,7
/proc/1818/stat : 1818 (wbo1.71) S 1815 1818 1215 0 -1 4202496 180899 0 0 0 179865 83 0 0 20 0 2 0 285271033 767885312 181808 33554432000 4194304 5964318 140736156749280 140736156748800 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1818/statm: 187472 181808 194 433 0 187036 0
[pid=1818/tid=1820] ppid=1815 vsize=749888 CPUtime=1795.16 cores=1,3,5,7
/proc/1818/task/1820/stat : 1820 (wbo1.71) R 1815 1818 1215 0 -1 4202560 179927 0 0 0 179406 110 0 0 20 0 2 0 285271033 767885312 181808 33554432000 4194304 5964318 140736156749280 140107173656568 4400326 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.48
Current children cumulated vsize (KiB) 749888

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1818 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=73259
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=115830
# CPU time returned by wait4() is 1795.19
# while last known CPU time is 1799.48
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.01
CPU time (s): 1799.48
CPU user time (s): 1798.65
CPU system time (s): 0.83
CPU usage (%): 99.9707
Max. virtual memory (cumulated for all children) (KiB): 749888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.07
system time used= 1.11583
maximum resident set size= 727248
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 180903
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= 255
involuntary context switches= 1973

runsolver used 6.82996 second user time and 17.7883 second system time

The end

Launcher Data

Begin job on node119 at 2012-05-28 09:50:54
IDJOB=3712859
IDBENCH=78678
IDSOLVER=2293
FILE ID=node119/3712859-1338191454
RUNJOBID= node119-1338182452-1232
PBS_JOBID= 14624567
Free space on /tmp= 71608 MiB

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

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

MD5SUM BENCH= f511ebc8ef7d333a60d28a0c67ab699d
RANDOM SEED=144416800

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.943
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.90
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.943
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31384140 kB
Buffers:          317464 kB
Cached:           358184 kB
SwapCached:         1840 kB
Active:           536316 kB
Inactive:         154332 kB
Active(anon):      14348 kB
Inactive(anon):     2068 kB
Active(file):     521968 kB
Inactive(file):   152264 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67100200 kB
Dirty:             10884 kB
Writeback:             0 kB
AnonPages:        150592 kB
Mapped:            12496 kB
Shmem:                 8 kB
Slab:             658400 kB
SReclaimable:     100620 kB
SUnreclaim:       557780 kB
KernelStack:        1496 kB
PageTables:         4060 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     144196 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    133120 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= 71600 MiB
End job on node119 at 2012-05-28 10:20:54