Trace number 3726397

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
pwbo 2.02? 1799.52 1800.01

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl30_35_pb.cnf.cr.opb
MD5SUM55203b98fb707e386dea9ef4475d45f9
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.041993
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables2100
Total number of constraints130
Number of constraints which are clauses70
Number of constraints which are cardinality constraints (but not clauses)60
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint30
Maximum length of a constraint35
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 36
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 |  pwbo:                     2.02 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3726397-1338653489.opb.
0.00/0.00	c Instance file HOME/instance-3726397-1338653489.opb
0.00/0.00	c File size is 36758 bytes.
0.00/0.00	c Highest Coefficient sum: 36
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:      2100                                                |
0.00/0.00	c |  Number Clauses:        70                                                  |
0.00/0.00	c |  Number Cardinality:    60                                                  |
0.00/0.00	c |  Number PB Constraints: 0                                                   |
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Problem Type:          Decision                                            |
0.00/0.00	c |  Objective Function:    None                                                |
0.00/0.00	c |                                                                             |
0.00/0.00	c ===============================================================================
1799.52/1800.00	c ===============================================================================
1799.52/1800.00	c Wall Clock Time: 1800.00 s
1799.52/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-3726397-1338653489/watcher-3726397-1338653489 -o /tmp/evaluation-result-3726397-1338653489/solver-3726397-1338653489 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726397-1338653489.opb 

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: 2.01 2.00 1.92 4/175 31193
/proc/meminfo: memFree=29338320/32873648 swapFree=7116/7116
[pid=31193] ppid=31191 vsize=84320 CPUtime=0 cores=0,2,4,6
/proc/31193/stat : 31193 (pwbo2.02) S 31191 31193 28704 0 -1 4202496 959 0 0 0 0 0 0 0 20 0 2 0 331474348 86343680 904 33554432000 4194304 5964478 140737417228544 140737417228064 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31193/statm: 21080 909 176 433 0 20644 0
[pid=31193/tid=31196] ppid=31191 vsize=84320 CPUtime=0 cores=0,2,4,6
/proc/31193/task/31196/stat : 31196 (pwbo2.02) R 31191 31193 28704 0 -1 4202560 103 0 0 0 0 0 0 0 20 0 2 0 331474349 86343680 917 33554432000 4194304 5964478 140737417228544 140733981118920 4302173 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0

[startup+0.052531 s]
/proc/loadavg: 2.01 2.00 1.92 4/175 31193
/proc/meminfo: memFree=29338320/32873648 swapFree=7116/7116
[pid=31193] ppid=31191 vsize=84320 CPUtime=0.04 cores=0,2,4,6
/proc/31193/stat : 31193 (pwbo2.02) S 31191 31193 28704 0 -1 4202496 1292 0 0 0 4 0 0 0 20 0 2 0 331474348 86343680 1236 33554432000 4194304 5964478 140737417228544 140737417228064 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31193/statm: 21080 1236 186 433 0 20644 0
[pid=31193/tid=31196] ppid=31191 vsize=84320 CPUtime=0.03 cores=0,2,4,6
/proc/31193/task/31196/stat : 31196 (pwbo2.02) R 31191 31193 28704 0 -1 4202560 422 0 0 0 3 0 0 0 20 0 2 0 331474349 86343680 1236 33554432000 4194304 5964478 140737417228544 140733981118920 5136420 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 84320

[startup+0.10024 s]
/proc/loadavg: 2.01 2.00 1.92 4/175 31193
/proc/meminfo: memFree=29338320/32873648 swapFree=7116/7116
[pid=31193] ppid=31191 vsize=84320 CPUtime=0.09 cores=0,2,4,6
/proc/31193/stat : 31193 (pwbo2.02) S 31191 31193 28704 0 -1 4202496 1439 0 0 0 9 0 0 0 20 0 2 0 331474348 86343680 1383 33554432000 4194304 5964478 140737417228544 140737417228064 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31193/statm: 21080 1383 186 433 0 20644 0
[pid=31193/tid=31196] ppid=31191 vsize=84320 CPUtime=0.08 cores=0,2,4,6
/proc/31193/task/31196/stat : 31196 (pwbo2.02) R 31191 31193 28704 0 -1 4202560 569 0 0 0 8 0 0 0 20 0 2 0 331474349 86343680 1383 33554432000 4194304 5964478 140737417228544 140733981118920 5136420 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 84320

[startup+0.300205 s]
/proc/loadavg: 2.01 2.00 1.92 4/175 31193
/proc/meminfo: memFree=29338320/32873648 swapFree=7116/7116
[pid=31193] ppid=31191 vsize=84320 CPUtime=0.29 cores=0,2,4,6
/proc/31193/stat : 31193 (pwbo2.02) S 31191 31193 28704 0 -1 4202496 1993 0 0 0 29 0 0 0 20 0 2 0 331474348 86343680 1937 33554432000 4194304 5964478 140737417228544 140737417228064 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31193/statm: 21080 1937 186 433 0 20644 0
[pid=31193/tid=31196] ppid=31191 vsize=84320 CPUtime=0.28 cores=0,2,4,6
/proc/31193/task/31196/stat : 31196 (pwbo2.02) R 31191 31193 28704 0 -1 4202560 1123 0 0 0 28 0 0 0 20 0 2 0 331474349 86343680 1937 33554432000 4194304 5964478 140737417228544 140553345484600 5136420 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84320

[startup+0.700258 s]
/proc/loadavg: 2.01 2.00 1.92 4/175 31193
/proc/meminfo: memFree=29338320/32873648 swapFree=7116/7116
[pid=31193] ppid=31191 vsize=84320 CPUtime=0.69 cores=0,2,4,6
/proc/31193/stat : 31193 (pwbo2.02) S 31191 31193 28704 0 -1 4202496 2847 0 0 0 69 0 0 0 20 0 2 0 331474348 86343680 2791 33554432000 4194304 5964478 140737417228544 140737417228064 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31193/statm: 21080 2791 186 433 0 20644 0
[pid=31193/tid=31196] ppid=31191 vsize=84320 CPUtime=0.68 cores=0,2,4,6
/proc/31193/task/31196/stat : 31196 (pwbo2.02) R 31191 31193 28704 0 -1 4202560 1977 0 0 0 68 0 0 0 20 0 2 0 331474349 86343680 2791 33554432000 4194304 5964478 140737417228544 140553345484600 5136420 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 84320

[startup+1.50021 s]
/proc/loadavg: 2.01 2.00 1.92 4/179 31197
/proc/meminfo: memFree=29320624/32873648 swapFree=7116/7116
[pid=31193] ppid=31191 vsize=84464 CPUtime=1.48 cores=0,2,4,6
/proc/31193/stat : 31193 (pwbo2.02) S 31191 31193 28704 0 -1 4202496 4252 0 0 0 148 0 0 0 20 0 2 0 331474348 86491136 4196 33554432000 4194304 5964478 140737417228544 140737417228064 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31193/statm: 21116 4196 186 433 0 20680 0
[pid=31193/tid=31196] ppid=31191 vsize=84464 CPUtime=1.47 cores=0,2,4,6
/proc/31193/task/31196/stat : 31196 (pwbo2.02) R 31191 31193 28704 0 -1 4202560 3382 0 0 0 147 0 0 0 20 0 2 0 331474349 86491136 4196 33554432000 4194304 5964478 140737417228544 140553345484792 4381993 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 84464

[startup+3.10022 s]
/proc/loadavg: 2.01 2.00 1.92 4/179 31197
/proc/meminfo: memFree=29313556/32873648 swapFree=7116/7116
[pid=31193] ppid=31191 vsize=84464 CPUtime=3.09 cores=0,2,4,6
/proc/31193/stat : 31193 (pwbo2.02) S 31191 31193 28704 0 -1 4202496 5297 0 0 0 308 1 0 0 20 0 2 0 331474348 86491136 5241 33554432000 4194304 5964478 140737417228544 140737417228064 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31193/statm: 21116 5241 186 433 0 20680 0
[pid=31193/tid=31196] ppid=31191 vsize=84464 CPUtime=3.07 cores=0,2,4,6
/proc/31193/task/31196/stat : 31196 (pwbo2.02) R 31191 31193 28704 0 -1 4202560 4427 0 0 0 306 1 0 0 20 0 2 0 331474349 86491136 5241 33554432000 4194304 5964478 140737417228544 140553345484792 4399969 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) 84464

[startup+6.30023 s]
/proc/loadavg: 2.00 2.00 1.92 4/179 31197
/proc/meminfo: memFree=29299428/32873648 swapFree=7116/7116
[pid=31193] ppid=31191 vsize=84536 CPUtime=6.29 cores=0,2,4,6
/proc/31193/stat : 31193 (pwbo2.02) S 31191 31193 28704 0 -1 4202496 7379 0 0 0 627 2 0 0 20 0 2 0 331474348 86564864 7323 33554432000 4194304 5964478 140737417228544 140737417228064 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31193/statm: 21134 7323 186 433 0 20698 0
[pid=31193/tid=31196] ppid=31191 vsize=84536 CPUtime=6.26 cores=0,2,4,6
/proc/31193/task/31196/stat : 31196 (pwbo2.02) R 31191 31193 28704 0 -1 4202560 6509 0 0 0 624 2 0 0 20 0 2 0 331474349 86564864 7323 33554432000 4194304 5964478 140737417228544 140553345484600 4399920 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) 84536

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 1.92 4/179 31197
/proc/meminfo: memFree=29285504/32873648 swapFree=7116/7116
[pid=31193] ppid=31191 vsize=84536 CPUtime=12.68 cores=0,2,4,6
/proc/31193/stat : 31193 (pwbo2.02) S 31191 31193 28704 0 -1 4202496 10096 0 0 0 1266 2 0 0 20 0 2 0 331474348 86564864 10040 33554432000 4194304 5964478 140737417228544 140737417228064 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31193/statm: 21134 10040 186 433 0 20698 0
[pid=31193/tid=31196] ppid=31191 vsize=84536 CPUtime=12.65 cores=0,2,4,6
/proc/31193/task/31196/stat : 31196 (pwbo2.02) R 31191 31193 28704 0 -1 4202560 9226 0 0 0 1263 2 0 0 20 0 2 0 331474349 86564864 10040 33554432000 4194304 5964478 140737417228544 140553345484600 4399920 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) 84536

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 1.92 4/179 31197
/proc/meminfo: memFree=29253164/32873648 swapFree=7116/7116
[pid=31193] ppid=31191 vsize=84644 CPUtime=25.48 cores=0,2,4,6
/proc/31193/stat : 31193 (pwbo2.02) S 31191 31193 28704 0 -1 4202496 16210 0 0 0 2544 4 0 0 20 0 2 0 331474348 86675456 16154 33554432000 4194304 5964478 140737417228544 140737417228064 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31193/statm: 21161 16154 186 433 0 20725 0
[pid=31193/tid=31196] ppid=31191 vsize=84644 CPUtime=25.41 cores=0,2,4,6
/proc/31193/task/31196/stat : 31196 (pwbo2.02) R 31191 31193 28704 0 -1 4202560 15340 0 0 0 2537 4 0 0 20 0 2 0 331474349 86675456 16154 33554432000 4194304 5964478 140737417228544 140553345484600 5136420 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 84644

[startup+51.1003 s]
/proc/loadavg: 2.06 2.02 1.93 4/179 31197
/proc/meminfo: memFree=29212384/32873648 swapFree=7116/7116
[pid=31193] ppid=31191 vsize=150340 CPUtime=51.06 cores=0,2,4,6
/proc/31193/stat : 31193 (pwbo2.02) S 31191 31193 28704 0 -1 4202496 23546 0 0 0 5099 7 0 0 20 0 2 0 331474348 153948160 23505 33554432000 4194304 5964478 140737417228544 140737417228064 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31193/statm: 37585 23505 186 433 0 37149 0
[pid=31193/tid=31196] ppid=31191 vsize=150340 CPUtime=50.93 cores=0,2,4,6
/proc/31193/task/31196/stat : 31196 (pwbo2.02) R 31191 31193 28704 0 -1 4202560 22676 0 0 0 5086 7 0 0 20 0 2 0 331474349 153948160 23505 33554432000 4194304 5964478 140737417228544 140553345484792 4400103 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 150340

[startup+102.306 s]
/proc/loadavg: 2.03 2.01 1.93 4/179 31198
/proc/meminfo: memFree=29165528/32873648 swapFree=7116/7116
[pid=31193] ppid=31191 vsize=150868 CPUtime=102.25 cores=0,2,4,6
/proc/31193/stat : 31193 (pwbo2.02) S 31191 31193 28704 0 -1 4202496 30361 0 0 0 10215 10 0 0 20 0 2 0 331474348 154488832 31318 33554432000 4194304 5964478 140737417228544 140737417228064 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31193/statm: 37717 31318 186 433 0 37281 0
[pid=31193/tid=31196] ppid=31191 vsize=150868 CPUtime=102 cores=0,2,4,6
/proc/31193/task/31196/stat : 31196 (pwbo2.02) R 31191 31193 28704 0 -1 4202560 29491 0 0 0 10189 11 0 0 20 0 2 0 331474349 154488832 31318 33554432000 4194304 5964478 140737417228544 140553345484600 4220672 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) 150868

[startup+162.3 s]
/proc/loadavg: 2.01 2.00 1.93 4/179 31198
/proc/meminfo: memFree=29118232/32873648 swapFree=7116/7116
[pid=31193] ppid=31191 vsize=218636 CPUtime=162.22 cores=0,2,4,6
/proc/31193/stat : 31193 (pwbo2.02) S 31191 31193 28704 0 -1 4202496 39222 0 0 0 16208 14 0 0 20 0 2 0 331474348 223883264 40244 33554432000 4194304 5964478 140737417228544 140737417228064 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31193/statm: 54659 40244 186 433 0 54223 0
[pid=31193/tid=31196] ppid=31191 vsize=218636 CPUtime=161.82 cores=0,2,4,6
/proc/31193/task/31196/stat : 31196 (pwbo2.02) R 31191 31193 28704 0 -1 4202560 38352 0 0 0 16166 16 0 0 20 0 2 0 331474349 223883264 40244 33554432000 4194304 5964478 140737417228544 140553345484792 4400087 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 218636

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.93 4/179 31198
/proc/meminfo: memFree=29079816/32873648 swapFree=7116/7116
[pid=31193] ppid=31191 vsize=219644 CPUtime=222.19 cores=0,2,4,6
/proc/31193/stat : 31193 (pwbo2.02) S 31191 31193 28704 0 -1 4202496 44955 0 0 0 22203 16 0 0 20 0 2 0 331474348 224915456 46142 33554432000 4194304 5964478 140737417228544 140737417228064 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31193/statm: 54911 46142 186 433 0 54475 0
[pid=31193/tid=31196] ppid=31191 vsize=219644 CPUtime=221.65 cores=0,2,4,6
/proc/31193/task/31196/stat : 31196 (pwbo2.02) R 31191 31193 28704 0 -1 4202560 44085 0 0 0 22146 19 0 0 20 0 2 0 331474349 224915456 46142 33554432000 4194304 5964478 140737417228544 140553345484600 4400109 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 219644

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.93 4/179 31198
/proc/meminfo: memFree=29036788/32873648 swapFree=7116/7116
[pid=31193] ppid=31191 vsize=285900 CPUtime=282.18 cores=0,2,4,6
/proc/31193/stat : 31193 (pwbo2.02) S 31191 31193 28704 0 -1 4202496 53899 0 0 0 28199 19 0 0 20 0 2 0 331474348 292761600 55086 33554432000 4194304 5964478 140737417228544 140737417228064 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31193/statm: 71475 55086 186 433 0 71039 0
[pid=31193/tid=31196] ppid=31191 vsize=285900 CPUtime=281.5 cores=0,2,4,6
/proc/31193/task/31196/stat : 31196 (pwbo2.02) R 31191 31193 28704 0 -1 4202560 53029 0 0 0 28127 23 0 0 20 0 2 0 331474349 292761600 55086 33554432000 4194304 5964478 140737417228544 140553345484792 4400087 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 285900

[startup+342.3 s]
/proc/loadavg: 2.06 2.02 1.93 3/179 31432
/proc/meminfo: memFree=29017052/32873648 swapFree=7116/7116
[pid=31193] ppid=31191 vsize=288132 CPUtime=342.17 cores=0,2,4,6
/proc/31193/stat : 31193 (pwbo2.02) S 31191 31193 28704 0 -1 4202496 56297 0 0 0 34197 20 0 0 20 0 2 0 331474348 295047168 57499 33554432000 4194304 5964478 140737417228544 140737417228064 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31193/statm: 72033 57499 186 433 0 71597 0
[pid=31193/tid=31196] ppid=31191 vsize=288132 CPUtime=341.34 cores=0,2,4,6
/proc/31193/task/31196/stat : 31196 (pwbo2.02) R 31191 31193 28704 0 -1 4202560 55427 0 0 0 34109 25 0 0 20 0 2 0 331474349 295047168 57499 33554432000 4194304 5964478 140737417228544 140553345484600 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 288132

[startup+402.3 s]
/proc/loadavg: 2.02 2.01 1.93 3/179 31433
/proc/meminfo: memFree=28929596/32873648 swapFree=7116/7116
[pid=31193] ppid=31191 vsize=289068 CPUtime=402.14 cores=0,2,4,6
/proc/31193/stat : 31193 (pwbo2.02) S 31191 31193 28704 0 -1 4202496 66097 0 0 0 40191 23 0 0 20 0 2 0 331474348 296005632 67412 33554432000 4194304 5964478 140737417228544 140737417228064 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 31443
/proc/meminfo: memFree=28106132/32873648 swapFree=7116/7116
[pid=31193] ppid=31191 vsize=633744 CPUtime=1421.88 cores=0,2,4,6
/proc/31193/stat : 31193 (pwbo2.02) S 31191 31193 28704 0 -1 4202496 147568 0 0 0 142130 58 0 0 20 0 2 0 331474348 648953856 148042 33554432000 4194304 5964478 140737417228544 140737417228064 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31193/statm: 158436 148042 186 433 0 158000 0
[pid=31193/tid=31196] ppid=31191 vsize=633744 CPUtime=1418.48 cores=0,2,4,6
/proc/31193/task/31196/stat : 31196 (pwbo2.02) R 31191 31193 28704 0 -1 4202560 146698 0 0 0 141769 79 0 0 20 0 2 0 331474349 648953856 148042 33554432000 4194304 5964478 140737417228544 140553345484792 4400087 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 633744

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 31443
/proc/meminfo: memFree=28035228/32873648 swapFree=7116/7116
[pid=31193] ppid=31191 vsize=634068 CPUtime=1481.87 cores=0,2,4,6
/proc/31193/stat : 31193 (pwbo2.02) S 31191 31193 28704 0 -1 4202496 147651 0 0 0 148128 59 0 0 20 0 2 0 331474348 649285632 148125 33554432000 4194304 5964478 140737417228544 140737417228064 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31193/statm: 158517 148125 186 433 0 158081 0
[pid=31193/tid=31196] ppid=31191 vsize=634068 CPUtime=1478.32 cores=0,2,4,6
/proc/31193/task/31196/stat : 31196 (pwbo2.02) R 31191 31193 28704 0 -1 4202560 146781 0 0 0 147752 80 0 0 20 0 2 0 331474349 649285632 148125 33554432000 4194304 5964478 140737417228544 140553345484840 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.87
Current children cumulated vsize (KiB) 634068

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 31443
/proc/meminfo: memFree=27998008/32873648 swapFree=7116/7116
[pid=31193] ppid=31191 vsize=634728 CPUtime=1541.86 cores=0,2,4,6
/proc/31193/stat : 31193 (pwbo2.02) S 31191 31193 28704 0 -1 4202496 147803 0 0 0 154127 59 0 0 20 0 2 0 331474348 649961472 148277 33554432000 4194304 5964478 140737417228544 140737417228064 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31193/statm: 158682 148277 186 433 0 158246 0
[pid=31193/tid=31196] ppid=31191 vsize=634728 CPUtime=1538.17 cores=0,2,4,6
/proc/31193/task/31196/stat : 31196 (pwbo2.02) R 31191 31193 28704 0 -1 4202560 146933 0 0 0 153736 81 0 0 20 0 2 0 331474349 649961472 148277 33554432000 4194304 5964478 140737417228544 140553345484840 4400115 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 634728

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 31444
/proc/meminfo: memFree=27997324/32873648 swapFree=7116/7116
[pid=31193] ppid=31191 vsize=634728 CPUtime=1601.85 cores=0,2,4,6
/proc/31193/stat : 31193 (pwbo2.02) S 31191 31193 28704 0 -1 4202496 147817 0 0 0 160126 59 0 0 20 0 2 0 331474348 649961472 148291 33554432000 4194304 5964478 140737417228544 140737417228064 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31193/statm: 158682 148291 186 433 0 158246 0
[pid=31193/tid=31196] ppid=31191 vsize=634728 CPUtime=1598.02 cores=0,2,4,6
/proc/31193/task/31196/stat : 31196 (pwbo2.02) R 31191 31193 28704 0 -1 4202560 146947 0 0 0 159720 82 0 0 20 0 2 0 331474349 649961472 148291 33554432000 4194304 5964478 140737417228544 140553345484840 4381974 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.85
Current children cumulated vsize (KiB) 634728

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 31444
/proc/meminfo: memFree=27997884/32873648 swapFree=7116/7116
[pid=31193] ppid=31191 vsize=634728 CPUtime=1661.84 cores=0,2,4,6
/proc/31193/stat : 31193 (pwbo2.02) S 31191 31193 28704 0 -1 4202496 147817 0 0 0 166125 59 0 0 20 0 2 0 331474348 649961472 148291 33554432000 4194304 5964478 140737417228544 140737417228064 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31193/statm: 158682 148291 186 433 0 158246 0
[pid=31193/tid=31196] ppid=31191 vsize=634728 CPUtime=1657.86 cores=0,2,4,6
/proc/31193/task/31196/stat : 31196 (pwbo2.02) R 31191 31193 28704 0 -1 4202560 146947 0 0 0 165703 83 0 0 20 0 2 0 331474349 649961472 148291 33554432000 4194304 5964478 140737417228544 140553345484840 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.84
Current children cumulated vsize (KiB) 634728

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/180 31447
/proc/meminfo: memFree=27997036/32873648 swapFree=7116/7116
[pid=31193] ppid=31191 vsize=634728 CPUtime=1721.83 cores=0,2,4,6
/proc/31193/stat : 31193 (pwbo2.02) S 31191 31193 28704 0 -1 4202496 147817 0 0 0 172124 59 0 0 20 0 2 0 331474348 649961472 148291 33554432000 4194304 5964478 140737417228544 140737417228064 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31193/statm: 158682 148291 186 433 0 158246 0
[pid=31193/tid=31196] ppid=31191 vsize=634728 CPUtime=1717.71 cores=0,2,4,6
/proc/31193/task/31196/stat : 31196 (pwbo2.02) R 31191 31193 28704 0 -1 4202560 146947 0 0 0 171687 84 0 0 20 0 2 0 331474349 649961472 148291 33554432000 4194304 5964478 140737417228544 140553345484840 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.83
Current children cumulated vsize (KiB) 634728

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 31447
/proc/meminfo: memFree=27940340/32873648 swapFree=7116/7116
[pid=31193] ppid=31191 vsize=704260 CPUtime=1781.82 cores=0,2,4,6
/proc/31193/stat : 31193 (pwbo2.02) S 31191 31193 28704 0 -1 4202496 162254 0 0 0 178117 65 0 0 20 0 2 0 331474348 721162240 162728 33554432000 4194304 5964478 140737417228544 140737417228064 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31193/statm: 176065 162728 186 433 0 175629 0
[pid=31193/tid=31196] ppid=31191 vsize=704260 CPUtime=1777.56 cores=0,2,4,6
/proc/31193/task/31196/stat : 31196 (pwbo2.02) R 31191 31193 28704 0 -1 4202560 161384 0 0 0 177664 92 0 0 20 0 2 0 331474349 721162240 162728 33554432000 4194304 5964478 140737417228544 140553345484792 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 704260

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 31447
/proc/meminfo: memFree=27924964/32873648 swapFree=7116/7116
[pid=31193] ppid=31191 vsize=705712 CPUtime=1791.42 cores=0,2,4,6
/proc/31193/stat : 31193 (pwbo2.02) S 31191 31193 28704 0 -1 4202496 166051 0 0 0 179076 66 0 0 20 0 2 0 331474348 722649088 166525 33554432000 4194304 5964478 140737417228544 140737417228064 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31193/statm: 176428 166525 186 433 0 175992 0
[pid=31193/tid=31196] ppid=31191 vsize=705712 CPUtime=1787.14 cores=0,2,4,6
/proc/31193/task/31196/stat : 31196 (pwbo2.02) R 31191 31193 28704 0 -1 4202560 165181 0 0 0 178621 93 0 0 20 0 2 0 331474349 722649088 166525 33554432000 4194304 5964478 140737417228544 140553345484792 4400087 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.42
Current children cumulated vsize (KiB) 705712

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 31447
/proc/meminfo: memFree=27920252/32873648 swapFree=7116/7116
[pid=31193] ppid=31191 vsize=706360 CPUtime=1794.62 cores=0,2,4,6
/proc/31193/stat : 31193 (pwbo2.02) S 31191 31193 28704 0 -1 4202496 167249 0 0 0 179395 67 0 0 20 0 2 0 331474348 723312640 167719 33554432000 4194304 5964478 140737417228544 140737417228064 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31193/statm: 176590 167719 186 433 0 176154 0
[pid=31193/tid=31196] ppid=31191 vsize=706360 CPUtime=1790.33 cores=0,2,4,6
/proc/31193/task/31196/stat : 31196 (pwbo2.02) R 31191 31193 28704 0 -1 4202560 166379 0 0 0 178939 94 0 0 20 0 2 0 331474349 723312640 167719 33554432000 4194304 5964478 140737417228544 140553345484840 5136420 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.62
Current children cumulated vsize (KiB) 706360

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 31447
/proc/meminfo: memFree=27918392/32873648 swapFree=7116/7116
[pid=31193] ppid=31191 vsize=706520 CPUtime=1797.82 cores=0,2,4,6
/proc/31193/stat : 31193 (pwbo2.02) S 31191 31193 28704 0 -1 4202496 168156 0 0 0 179714 68 0 0 20 0 2 0 331474348 723476480 168626 33554432000 4194304 5964478 140737417228544 140737417228064 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31193/statm: 176630 168627 186 433 0 176194 0
[pid=31193/tid=31196] ppid=31191 vsize=706520 CPUtime=1793.52 cores=0,2,4,6
/proc/31193/task/31196/stat : 31196 (pwbo2.02) R 31191 31193 28704 0 -1 4202560 167287 0 0 0 179257 95 0 0 20 0 2 0 331474349 723476480 168627 33554432000 4194304 5964478 140737417228544 140553345484792 5136420 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.82
Current children cumulated vsize (KiB) 706520

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 31447
/proc/meminfo: memFree=27916160/32873648 swapFree=7116/7116
[pid=31193] ppid=31191 vsize=706520 CPUtime=1798.62 cores=0,2,4,6
/proc/31193/stat : 31193 (pwbo2.02) S 31191 31193 28704 0 -1 4202496 168606 0 0 0 179794 68 0 0 20 0 2 0 331474348 723476480 169076 33554432000 4194304 5964478 140737417228544 140737417228064 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31193/statm: 176630 169076 186 433 0 176194 0
[pid=31193/tid=31196] ppid=31191 vsize=706520 CPUtime=1794.31 cores=0,2,4,6
/proc/31193/task/31196/stat : 31196 (pwbo2.02) R 31191 31193 28704 0 -1 4202560 167736 0 0 0 179336 95 0 0 20 0 2 0 331474349 723476480 169076 33554432000 4194304 5964478 140737417228544 140553345484792 4400067 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.62
Current children cumulated vsize (KiB) 706520

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 31447
/proc/meminfo: memFree=27914052/32873648 swapFree=7116/7116
[pid=31193] ppid=31191 vsize=706520 CPUtime=1799.02 cores=0,2,4,6
/proc/31193/stat : 31193 (pwbo2.02) S 31191 31193 28704 0 -1 4202496 168779 0 0 0 179834 68 0 0 20 0 2 0 331474348 723476480 169249 33554432000 4194304 5964478 140737417228544 140737417228064 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31193/statm: 176630 169249 186 433 0 176194 0
[pid=31193/tid=31196] ppid=31191 vsize=706520 CPUtime=1794.72 cores=0,2,4,6
/proc/31193/task/31196/stat : 31196 (pwbo2.02) R 31191 31193 28704 0 -1 4202560 167909 0 0 0 179377 95 0 0 20 0 2 0 331474349 723476480 169249 33554432000 4194304 5964478 140737417228544 140553345484792 4400078 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.02
Current children cumulated vsize (KiB) 706520

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 31447
/proc/meminfo: memFree=27914052/32873648 swapFree=7116/7116
[pid=31193] ppid=31191 vsize=706520 CPUtime=1799.42 cores=0,2,4,6
/proc/31193/stat : 31193 (pwbo2.02) S 31191 31193 28704 0 -1 4202496 168815 0 0 0 179874 68 0 0 20 0 2 0 331474348 723476480 169285 33554432000 4194304 5964478 140737417228544 140737417228064 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31193/statm: 176630 169285 186 433 0 176194 0
[pid=31193/tid=31196] ppid=31191 vsize=706520 CPUtime=1795.11 cores=0,2,4,6
/proc/31193/task/31196/stat : 31196 (pwbo2.02) R 31191 31193 28704 0 -1 4202560 167945 0 0 0 179416 95 0 0 20 0 2 0 331474349 723476480 169285 33554432000 4194304 5964478 140737417228544 140553345484792 4399938 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.42
Current children cumulated vsize (KiB) 706520

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 31447
/proc/meminfo: memFree=27914052/32873648 swapFree=7116/7116
[pid=31193] ppid=31191 vsize=706520 CPUtime=1799.52 cores=0,2,4,6
/proc/31193/stat : 31193 (pwbo2.02) S 31191 31193 28704 0 -1 4202496 168830 0 0 0 179884 68 0 0 20 0 2 0 331474348 723476480 169300 33554432000 4194304 5964478 140737417228544 140737417228064 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31193/statm: 176630 169300 186 433 0 176194 0
[pid=31193/tid=31196] ppid=31191 vsize=706520 CPUtime=1795.21 cores=0,2,4,6
/proc/31193/task/31196/stat : 31196 (pwbo2.02) R 31191 31193 28704 0 -1 4202560 167960 0 0 0 179426 95 0 0 20 0 2 0 331474349 723476480 169300 33554432000 4194304 5964478 140737417228544 140553345484792 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.52
Current children cumulated vsize (KiB) 706520

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 31193 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=271229
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=974851
# CPU time returned by wait4() is 1795.25
# while last known CPU time is 1799.52
#
# 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.52
CPU user time (s): 1798.84
CPU system time (s): 0.68
CPU usage (%): 99.9725
Max. virtual memory (cumulated for all children) (KiB): 706520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.27
system time used= 0.974851
maximum resident set size= 677212
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 168833
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= 231
involuntary context switches= 1898

runsolver used 2.67959 second user time and 7.2609 second system time

The end

Launcher Data

Begin job on node123 at 2012-06-02 18:11:29
IDJOB=3726397
IDBENCH=1413
IDSOLVER=2310
FILE ID=node123/3726397-1338653489
RUNJOBID= node123-1338651688-31050
PBS_JOBID= 14636457
Free space on /tmp= 71320 MiB

SOLVER NAME= pwbo 2.02
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl30_35_pb.cnf.cr.opb
COMMAND LINE= pwbo2.02 -file-format=opb -verbosity=0 -thread=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3726397-1338653489/watcher-3726397-1338653489 -o /tmp/evaluation-result-3726397-1338653489/solver-3726397-1338653489 -C 1800 -W 1900 -M 15500  pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726397-1338653489.opb

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

MD5SUM BENCH= 55203b98fb707e386dea9ef4475d45f9
RANDOM SEED=723046319

node123.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
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		: 2667.217
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:        29337948 kB
Buffers:          475776 kB
Cached:          2165152 kB
SwapCached:         2272 kB
Active:           795860 kB
Inactive:        1853656 kB
Active(anon):       4044 kB
Inactive(anon):     5516 kB
Active(file):     791816 kB
Inactive(file):  1848140 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100312 kB
Dirty:             10912 kB
Writeback:             0 kB
AnonPages:         88208 kB
Mapped:             9420 kB
Shmem:                 0 kB
Slab:             747440 kB
SReclaimable:     191880 kB
SUnreclaim:       555560 kB
KernelStack:        1488 kB
PageTables:         3760 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     105056 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     77824 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= 71308 MiB
End job on node123 at 2012-06-02 18:41:29