Trace number 3726544

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.02UNSAT 1331.34 1331.37

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.ex.mem.LsqHdStrong.ucl.opb
MD5SUM3764cf8f4e2d3654f46ab0ec56ea8581
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 benchmark369.578
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables168111
Total number of constraints487525
Number of constraints which are clauses468727
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints18798
Minimum length of a constraint1
Maximum length of a constraint15
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 130
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 512
Number of bits of the biggest sum of numbers10
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-3726544-1338654436.opb.
0.00/0.00	c Instance file HOME/instance-3726544-1338654436.opb
0.00/0.00	c File size is 17269096 bytes.
1.19/1.25	c Highest Coefficient sum: 512
1.19/1.25	c ============================[ Problem Statistics ]=============================
1.19/1.25	c |                                                                             |
1.19/1.25	c |  Parsing time:          1.25         s                                      |
1.19/1.25	c |  Number Variables:      168111                                              |
1.19/1.25	c |  Number Clauses:        468727                                              |
1.19/1.25	c |  Number Cardinality:    0                                                   |
1.19/1.25	c |  Number PB Constraints: 18798                                               |
1.19/1.25	c |                                                                             |
1.48/1.54	c |  Problem Type:          Decision                                            |
1.48/1.54	c |  Objective Function:    None                                                |
1.48/1.54	c |                                                                             |
1.48/1.54	c ===============================================================================
1330.99/1331.36	c ===============================================================================
1330.99/1331.36	c Wall Clock Time: 1331.36 s
1330.99/1331.36	s UNSATISFIABLE

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-3726544-1338654436/watcher-3726544-1338654436 -o /tmp/evaluation-result-3726544-1338654436/solver-3726544-1338654436 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726544-1338654436.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.00 2.00 1.97 3/178 16524
/proc/meminfo: memFree=27549808/32873648 swapFree=6864/6864
[pid=16524] ppid=16522 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/16524/stat : 16524 (runsolver) D 16522 16524 13572 0 -1 4202560 40 0 0 0 0 0 0 0 20 0 1 0 331569652 12095488 51 33554432000 4194304 5436572 140736715413120 140736715409416 4883175 0 0 4096 24578 18446744071579943789 0 0 17 0 0 0 0 0 0
/proc/16524/statm: 2953 51 31 304 0 2645 0

[startup+0.040149 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 16524
/proc/meminfo: memFree=27549808/32873648 swapFree=6864/6864
[pid=16524] ppid=16522 vsize=22860 CPUtime=0.03 cores=0,2,4,6
/proc/16524/stat : 16524 (pwbo2.02) R 16522 16524 13572 0 -1 4202496 1088 0 0 0 3 0 0 0 20 0 1 0 331569652 23408640 1041 33554432000 4194304 5964478 140734164715344 140736715409000 4344768 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/16524/statm: 5715 1042 274 433 0 1062 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 22860

[startup+0.100165 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 16524
/proc/meminfo: memFree=27549808/32873648 swapFree=6864/6864
[pid=16524] ppid=16522 vsize=28092 CPUtime=0.08 cores=0,2,4,6
/proc/16524/stat : 16524 (pwbo2.02) R 16522 16524 13572 0 -1 4202496 2522 0 0 0 8 0 0 0 20 0 1 0 331569652 28766208 2442 33554432000 4194304 5964478 140734164715344 140736715409000 4344768 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/16524/statm: 7023 2443 482 433 0 2370 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 28092

[startup+0.300157 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 16524
/proc/meminfo: memFree=27549808/32873648 swapFree=6864/6864
[pid=16524] ppid=16522 vsize=45672 CPUtime=0.28 cores=0,2,4,6
/proc/16524/stat : 16524 (pwbo2.02) R 16522 16524 13572 0 -1 4202496 7427 0 0 0 28 0 0 0 20 0 1 0 331569652 46768128 6902 33554432000 4194304 5964478 140734164715344 140734164713688 5244263 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/16524/statm: 11321 6902 1137 433 0 6668 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 45672

[startup+0.700156 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 16524
/proc/meminfo: memFree=27549808/32873648 swapFree=6864/6864
[pid=16524] ppid=16522 vsize=77152 CPUtime=0.69 cores=0,2,4,6
/proc/16524/stat : 16524 (pwbo2.02) R 16522 16524 13572 0 -1 4202496 16704 0 0 0 67 2 0 0 20 0 1 0 331569652 79003648 15521 33554432000 4194304 5964478 140734164715344 140734164713688 4395406 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/16524/statm: 19288 15522 2457 433 0 14635 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 77152

[startup+1.50017 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 16525
/proc/meminfo: memFree=27476632/32873648 swapFree=6864/6864
[pid=16524] ppid=16522 vsize=201756 CPUtime=1.48 cores=0,2,4,6
/proc/16524/stat : 16524 (pwbo2.02) S 16522 16524 13572 0 -1 4202496 48525 0 0 0 141 7 0 0 20 0 2 0 331569652 206598144 43733 33554432000 4194304 5964478 140734164715344 140734164714864 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16524/statm: 50439 43734 176 433 0 50003 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 201756

[startup+3.1002 s]
/proc/loadavg: 2.00 2.00 1.97 3/180 16526
/proc/meminfo: memFree=27320068/32873648 swapFree=6864/6864
[pid=16524] ppid=16522 vsize=262488 CPUtime=3.09 cores=0,2,4,6
/proc/16524/stat : 16524 (pwbo2.02) S 16522 16524 13572 0 -1 4202496 68101 0 0 0 297 12 0 0 20 0 2 0 331569652 268787712 58318 33554432000 4194304 5964478 140734164715344 140734164714864 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16524/statm: 65622 58318 187 433 0 65186 0
[pid=16524/tid=16526] ppid=16522 vsize=262488 CPUtime=1.83 cores=0,2,4,6
/proc/16524/task/16526/stat : 16526 (pwbo2.02) R 16522 16524 13572 0 -1 4202560 38324 0 0 0 175 8 0 0 20 0 2 0 331569777 268787712 58318 33554432000 4194304 5964478 140734164715344 140604574960408 4399938 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) 262488

[startup+6.3002 s]
/proc/loadavg: 2.00 2.00 1.97 3/180 16526
/proc/meminfo: memFree=27318952/32873648 swapFree=6864/6864
[pid=16524] ppid=16522 vsize=262488 CPUtime=6.28 cores=0,2,4,6
/proc/16524/stat : 16524 (pwbo2.02) S 16522 16524 13572 0 -1 4202496 68101 0 0 0 616 12 0 0 20 0 2 0 331569652 268787712 58318 33554432000 4194304 5964478 140734164715344 140734164714864 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16524/statm: 65622 58318 187 433 0 65186 0
[pid=16524/tid=16526] ppid=16522 vsize=262488 CPUtime=5.04 cores=0,2,4,6
/proc/16524/task/16526/stat : 16526 (pwbo2.02) R 16522 16524 13572 0 -1 4202560 38324 0 0 0 495 9 0 0 20 0 2 0 331569777 268787712 58318 33554432000 4194304 5964478 140734164715344 140604574959416 4399952 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 262488

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 16526
/proc/meminfo: memFree=27318792/32873648 swapFree=6864/6864
[pid=16524] ppid=16522 vsize=262488 CPUtime=12.68 cores=0,2,4,6
/proc/16524/stat : 16524 (pwbo2.02) S 16522 16524 13572 0 -1 4202496 68375 0 0 0 1256 12 0 0 20 0 2 0 331569652 268787712 58592 33554432000 4194304 5964478 140734164715344 140734164714864 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16524/statm: 65622 58592 187 433 0 65186 0
[pid=16524/tid=16526] ppid=16522 vsize=262488 CPUtime=11.43 cores=0,2,4,6
/proc/16524/task/16526/stat : 16526 (pwbo2.02) R 16522 16524 13572 0 -1 4202560 38598 0 0 0 1134 9 0 0 20 0 2 0 331569777 268787712 58592 33554432000 4194304 5964478 140734164715344 140604574959416 5136420 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) 262488

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 16527
/proc/meminfo: memFree=27315744/32873648 swapFree=6864/6864
[pid=16524] ppid=16522 vsize=262488 CPUtime=25.48 cores=0,2,4,6
/proc/16524/stat : 16524 (pwbo2.02) S 16522 16524 13572 0 -1 4202496 69027 0 0 0 2535 13 0 0 20 0 2 0 331569652 268787712 59244 33554432000 4194304 5964478 140734164715344 140734164714864 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16524/statm: 65622 59244 187 433 0 65186 0
[pid=16524/tid=16526] ppid=16522 vsize=262488 CPUtime=24.24 cores=0,2,4,6
/proc/16524/task/16526/stat : 16526 (pwbo2.02) R 16522 16524 13572 0 -1 4202560 39250 0 0 0 2414 10 0 0 20 0 2 0 331569777 268787712 59244 33554432000 4194304 5964478 140734164715344 140604574959416 4403343 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) 262488

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 16527
/proc/meminfo: memFree=27309664/32873648 swapFree=6864/6864
[pid=16524] ppid=16522 vsize=328024 CPUtime=51.08 cores=0,2,4,6
/proc/16524/stat : 16524 (pwbo2.02) S 16522 16524 13572 0 -1 4202496 71036 0 0 0 5093 15 0 0 20 0 2 0 331569652 335896576 61253 33554432000 4194304 5964478 140734164715344 140734164714864 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16524/statm: 82006 61253 187 433 0 81570 0
[pid=16524/tid=16526] ppid=16522 vsize=328024 CPUtime=49.83 cores=0,2,4,6
/proc/16524/task/16526/stat : 16526 (pwbo2.02) R 16522 16524 13572 0 -1 4202560 41259 0 0 0 4971 12 0 0 20 0 2 0 331569777 335896576 61253 33554432000 4194304 5964478 140734164715344 140604574959656 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 328024

[startup+102.306 s]
/proc/loadavg: 2.04 2.01 1.97 3/179 16527
/proc/meminfo: memFree=27292536/32873648 swapFree=6864/6864
[pid=16524] ppid=16522 vsize=328024 CPUtime=102.27 cores=0,2,4,6
/proc/16524/stat : 16524 (pwbo2.02) S 16522 16524 13572 0 -1 4202496 74805 0 0 0 10210 17 0 0 20 0 2 0 331569652 335896576 65022 33554432000 4194304 5964478 140734164715344 140734164714864 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16524/statm: 82006 65022 187 433 0 81570 0
[pid=16524/tid=16526] ppid=16522 vsize=328024 CPUtime=101.04 cores=0,2,4,6
/proc/16524/task/16526/stat : 16526 (pwbo2.02) R 16522 16524 13572 0 -1 4202560 45028 0 0 0 10089 15 0 0 20 0 2 0 331569777 335896576 65022 33554432000 4194304 5964478 140734164715344 140604574959416 4390354 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 328024

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 1.97 3/179 16527
/proc/meminfo: memFree=27275924/32873648 swapFree=6864/6864
[pid=16524] ppid=16522 vsize=328024 CPUtime=162.25 cores=0,2,4,6
/proc/16524/stat : 16524 (pwbo2.02) S 16522 16524 13572 0 -1 4202496 78758 0 0 0 16205 20 0 0 20 0 2 0 331569652 335896576 68975 33554432000 4194304 5964478 140734164715344 140734164714864 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16524/statm: 82006 68975 187 433 0 81570 0
[pid=16524/tid=16526] ppid=16522 vsize=328024 CPUtime=161.04 cores=0,2,4,6
/proc/16524/task/16526/stat : 16526 (pwbo2.02) R 16522 16524 13572 0 -1 4202560 48981 0 0 0 16085 19 0 0 20 0 2 0 331569777 335896576 68975 33554432000 4194304 5964478 140734164715344 140604574959656 4399915 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 328024

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/180 16530
/proc/meminfo: memFree=27264140/32873648 swapFree=6864/6864
[pid=16524] ppid=16522 vsize=328024 CPUtime=222.25 cores=0,2,4,6
/proc/16524/stat : 16524 (pwbo2.02) S 16522 16524 13572 0 -1 4202496 81458 0 0 0 22202 23 0 0 20 0 2 0 331569652 335896576 71675 33554432000 4194304 5964478 140734164715344 140734164714864 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16524/statm: 82006 71675 187 433 0 81570 0
[pid=16524/tid=16526] ppid=16522 vsize=328024 CPUtime=221.04 cores=0,2,4,6
/proc/16524/task/16526/stat : 16526 (pwbo2.02) R 16522 16524 13572 0 -1 4202560 51681 0 0 0 22081 23 0 0 20 0 2 0 331569777 335896576 71675 33554432000 4194304 5964478 140734164715344 140604574959608 4392882 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 328024

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 16530
/proc/meminfo: memFree=27253240/32873648 swapFree=6864/6864
[pid=16524] ppid=16522 vsize=328024 CPUtime=282.24 cores=0,2,4,6
/proc/16524/stat : 16524 (pwbo2.02) S 16522 16524 13572 0 -1 4202496 83821 0 0 0 28198 26 0 0 20 0 2 0 331569652 335896576 74038 33554432000 4194304 5964478 140734164715344 140734164714864 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16524/statm: 82006 74038 187 433 0 81570 0
[pid=16524/tid=16526] ppid=16522 vsize=328024 CPUtime=281.04 cores=0,2,4,6
/proc/16524/task/16526/stat : 16526 (pwbo2.02) R 16522 16524 13572 0 -1 4202560 54044 0 0 0 28078 26 0 0 20 0 2 0 331569777 335896576 74038 33554432000 4194304 5964478 140734164715344 140604574959608 4399941 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 328024

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 16531
/proc/meminfo: memFree=27243444/32873648 swapFree=6864/6864
[pid=16524] ppid=16522 vsize=393560 CPUtime=342.23 cores=0,2,4,6
/proc/16524/stat : 16524 (pwbo2.02) S 16522 16524 13572 0 -1 4202496 86123 0 0 0 34196 27 0 0 20 0 2 0 331569652 403005440 76340 33554432000 4194304 5964478 140734164715344 140734164714864 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16524/statm: 98390 76340 187 433 0 97954 0
[pid=16524/tid=16526] ppid=16522 vsize=393560 CPUtime=341.04 cores=0,2,4,6
/proc/16524/task/16526/stat : 16526 (pwbo2.02) R 16522 16524 13572 0 -1 4202560 56346 0 0 0 34075 29 0 0 20 0 2 0 331569777 403005440 76340 33554432000 4194304 5964478 140734164715344 140604574959656 4399915 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 393560

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 16804
/proc/meminfo: memFree=28222060/32873648 swapFree=6864/6864
[pid=16524] ppid=16522 vsize=393560 CPUtime=402.23 cores=0,2,4,6
/proc/16524/stat : 16524 (pwbo2.02) S 16522 16524 13572 0 -1 4202496 88440 0 0 0 40194 29 0 0 20 0 2 0 331569652 403005440 78720 33554432000 4194304 5964478 140734164715344 140734164714864 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16524/statm: 98390 78720 187 433 0 97954 0
[pid=16524/tid=16526] ppid=16522 vsize=393560 CPUtime=401.05 cores=0,2,4,6
/proc/16524/task/16526/stat : 16526 (pwbo2.02) R 16522 16524 13572 0 -1 4202560 58663 0 0 0 40074 31 0 0 20 0 2 0 331569777 403005440 78720 33554432000 4194304 5964478 140734164715344 140604574959416 4403343 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 393560

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 16804
/proc/meminfo: memFree=28195676/32873648 swapFree=6864/6864
[pid=16524] ppid=16522 vsize=393560 CPUtime=462.18 cores=0,2,4,6
/proc/16524/stat : 16524 (pwbo2.02) S 16522 16524 13572 0 -1 4202496 90107 0 0 0 46188 30 0 0 20 0 2 0 331569652 403005440 81232 33554432000 4194304 5964478 140734164715344 140734164714864 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16524/statm: 98390 81232 187 433 0 97954 0

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

/proc/16524/task/16526/stat : 16526 (pwbo2.02) R 16522 16524 13572 0 -1 4202560 68182 0 0 0 88052 47 0 0 20 0 2 0 331569777 403005440 90938 33554432000 4194304 5964478 140734164715344 140604574959608 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 393560

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 16809
/proc/meminfo: memFree=28065468/32873648 swapFree=6864/6864
[pid=16524] ppid=16522 vsize=393560 CPUtime=942.06 cores=0,2,4,6
/proc/16524/stat : 16524 (pwbo2.02) S 16522 16524 13572 0 -1 4202496 99033 0 0 0 94168 38 0 0 20 0 2 0 331569652 403005440 92012 33554432000 4194304 5964478 140734164715344 140734164714864 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16524/statm: 98390 92012 187 433 0 97954 0
[pid=16524/tid=16526] ppid=16522 vsize=393560 CPUtime=941 cores=0,2,4,6
/proc/16524/task/16526/stat : 16526 (pwbo2.02) R 16522 16524 13572 0 -1 4202560 69256 0 0 0 94051 49 0 0 20 0 2 0 331569777 403005440 92012 33554432000 4194304 5964478 140734164715344 140604574959416 4392863 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 942.06
Current children cumulated vsize (KiB) 393560

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 16809
/proc/meminfo: memFree=28053580/32873648 swapFree=6864/6864
[pid=16524] ppid=16522 vsize=393560 CPUtime=1002.06 cores=0,2,4,6
/proc/16524/stat : 16524 (pwbo2.02) S 16522 16524 13572 0 -1 4202496 99729 0 0 0 100167 39 0 0 20 0 2 0 331569652 403005440 92708 33554432000 4194304 5964478 140734164715344 140734164714864 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16524/statm: 98390 92708 187 433 0 97954 0
[pid=16524/tid=16526] ppid=16522 vsize=393560 CPUtime=1001 cores=0,2,4,6
/proc/16524/task/16526/stat : 16526 (pwbo2.02) R 16522 16524 13572 0 -1 4202560 69952 0 0 0 100049 51 0 0 20 0 2 0 331569777 403005440 92708 33554432000 4194304 5964478 140734164715344 140604574959608 4389543 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1002.06
Current children cumulated vsize (KiB) 393560

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 16809
/proc/meminfo: memFree=28040248/32873648 swapFree=6864/6864
[pid=16524] ppid=16522 vsize=393560 CPUtime=1062.05 cores=0,2,4,6
/proc/16524/stat : 16524 (pwbo2.02) S 16522 16524 13572 0 -1 4202496 100729 0 0 0 106165 40 0 0 20 0 2 0 331569652 403005440 93708 33554432000 4194304 5964478 140734164715344 140734164714864 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16524/statm: 98390 93708 187 433 0 97954 0
[pid=16524/tid=16526] ppid=16522 vsize=393560 CPUtime=1061 cores=0,2,4,6
/proc/16524/task/16526/stat : 16526 (pwbo2.02) R 16522 16524 13572 0 -1 4202560 70952 0 0 0 106047 53 0 0 20 0 2 0 331569777 403005440 93708 33554432000 4194304 5964478 140734164715344 140604574959656 4399915 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1062.05
Current children cumulated vsize (KiB) 393560

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 16809
/proc/meminfo: memFree=28029268/32873648 swapFree=6864/6864
[pid=16524] ppid=16522 vsize=459096 CPUtime=1122.04 cores=0,2,4,6
/proc/16524/stat : 16524 (pwbo2.02) S 16522 16524 13572 0 -1 4202496 101882 0 0 0 112163 41 0 0 20 0 2 0 331569652 470114304 94894 33554432000 4194304 5964478 140734164715344 140734164714864 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16524/statm: 114774 94894 187 433 0 114338 0
[pid=16524/tid=16526] ppid=16522 vsize=459096 CPUtime=1121 cores=0,2,4,6
/proc/16524/task/16526/stat : 16526 (pwbo2.02) R 16522 16524 13572 0 -1 4202560 72105 0 0 0 112046 54 0 0 20 0 2 0 331569777 470114304 94894 33554432000 4194304 5964478 140734164715344 140604574959416 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1122.04
Current children cumulated vsize (KiB) 459096

[startup+1182.3 s]
/proc/loadavg: 2.04 2.01 1.99 3/179 16809
/proc/meminfo: memFree=28024008/32873648 swapFree=6864/6864
[pid=16524] ppid=16522 vsize=459096 CPUtime=1182.03 cores=0,2,4,6
/proc/16524/stat : 16524 (pwbo2.02) S 16522 16524 13572 0 -1 4202496 102758 0 0 0 118161 42 0 0 20 0 2 0 331569652 470114304 95971 33554432000 4194304 5964478 140734164715344 140734164714864 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16524/statm: 114774 95971 187 433 0 114338 0
[pid=16524/tid=16526] ppid=16522 vsize=459096 CPUtime=1181 cores=0,2,4,6
/proc/16524/task/16526/stat : 16526 (pwbo2.02) R 16522 16524 13572 0 -1 4202560 72981 0 0 0 118045 55 0 0 20 0 2 0 331569777 470114304 95971 33554432000 4194304 5964478 140734164715344 140604574959624 4392918 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1182.03
Current children cumulated vsize (KiB) 459096

[startup+1242.3 s]
/proc/loadavg: 2.01 2.01 1.99 3/179 16849
/proc/meminfo: memFree=28159880/32873648 swapFree=6864/6864
[pid=16524] ppid=16522 vsize=459096 CPUtime=1242.01 cores=0,2,4,6
/proc/16524/stat : 16524 (pwbo2.02) S 16522 16524 13572 0 -1 4202496 103661 0 0 0 124158 43 0 0 20 0 2 0 331569652 470114304 96874 33554432000 4194304 5964478 140734164715344 140734164714864 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16524/statm: 114774 96874 187 433 0 114338 0
[pid=16524/tid=16526] ppid=16522 vsize=459096 CPUtime=1241 cores=0,2,4,6
/proc/16524/task/16526/stat : 16526 (pwbo2.02) R 16522 16524 13572 0 -1 4202560 73884 0 0 0 124042 58 0 0 20 0 2 0 331569777 470114304 96874 33554432000 4194304 5964478 140734164715344 140604574959624 4403343 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1242.01
Current children cumulated vsize (KiB) 459096

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/179 16849
/proc/meminfo: memFree=28032480/32873648 swapFree=6864/6864
[pid=16524] ppid=16522 vsize=459096 CPUtime=1302.01 cores=0,2,4,6
/proc/16524/stat : 16524 (pwbo2.02) S 16522 16524 13572 0 -1 4202496 103844 0 0 0 130158 43 0 0 20 0 2 0 331569652 470114304 98079 33554432000 4194304 5964478 140734164715344 140734164714864 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16524/statm: 114774 98079 187 433 0 114338 0
[pid=16524/tid=16526] ppid=16522 vsize=459096 CPUtime=1301.01 cores=0,2,4,6
/proc/16524/task/16526/stat : 16526 (pwbo2.02) R 16522 16524 13572 0 -1 4202560 74067 0 0 0 130042 59 0 0 20 0 2 0 331569777 470114304 98079 33554432000 4194304 5964478 140734164715344 140604574959544 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1302.01
Current children cumulated vsize (KiB) 459096

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

[startup+1305.5 s]
/proc/loadavg: 2.00 2.00 1.99 3/179 16849
/proc/meminfo: memFree=28032480/32873648 swapFree=6864/6864
[pid=16524] ppid=16522 vsize=459096 CPUtime=1305.2 cores=0,2,4,6
/proc/16524/stat : 16524 (pwbo2.02) S 16522 16524 13572 0 -1 4202496 103844 0 0 0 130477 43 0 0 20 0 2 0 331569652 470114304 98079 33554432000 4194304 5964478 140734164715344 140734164714864 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16524/statm: 114774 98079 187 433 0 114338 0
[pid=16524/tid=16526] ppid=16522 vsize=459096 CPUtime=1304.2 cores=0,2,4,6
/proc/16524/task/16526/stat : 16526 (pwbo2.02) R 16522 16524 13572 0 -1 4202560 74067 0 0 0 130361 59 0 0 20 0 2 0 331569777 470114304 98079 33554432000 4194304 5964478 140734164715344 140604574959544 4400044 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1305.2
Current children cumulated vsize (KiB) 459096

[startup+1318.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/179 16849
/proc/meminfo: memFree=27971564/32873648 swapFree=6864/6864
[pid=16524] ppid=16522 vsize=459096 CPUtime=1318 cores=0,2,4,6
/proc/16524/stat : 16524 (pwbo2.02) S 16522 16524 13572 0 -1 4202496 103877 0 0 0 131757 43 0 0 20 0 2 0 331569652 470114304 98112 33554432000 4194304 5964478 140734164715344 140734164714864 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16524/statm: 114774 98112 187 433 0 114338 0
[pid=16524/tid=16526] ppid=16522 vsize=459096 CPUtime=1317 cores=0,2,4,6
/proc/16524/task/16526/stat : 16526 (pwbo2.02) R 16522 16524 13572 0 -1 4202560 74100 0 0 0 131640 60 0 0 20 0 2 0 331569777 470114304 98112 33554432000 4194304 5964478 140734164715344 140604574959608 4399915 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1318
Current children cumulated vsize (KiB) 459096

[startup+1324.7 s]
/proc/loadavg: 2.00 2.00 1.99 3/179 16849
/proc/meminfo: memFree=27935232/32873648 swapFree=6864/6864
[pid=16524] ppid=16522 vsize=459096 CPUtime=1324.4 cores=0,2,4,6
/proc/16524/stat : 16524 (pwbo2.02) S 16522 16524 13572 0 -1 4202496 103959 0 0 0 132397 43 0 0 20 0 2 0 331569652 470114304 98194 33554432000 4194304 5964478 140734164715344 140734164714864 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16524/statm: 114774 98194 187 433 0 114338 0
[pid=16524/tid=16526] ppid=16522 vsize=459096 CPUtime=1323.4 cores=0,2,4,6
/proc/16524/task/16526/stat : 16526 (pwbo2.02) R 16522 16524 13572 0 -1 4202560 74182 0 0 0 132280 60 0 0 20 0 2 0 331569777 470114304 98194 33554432000 4194304 5964478 140734164715344 140604574959656 4388605 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1324.4
Current children cumulated vsize (KiB) 459096

[startup+1327.9 s]
/proc/loadavg: 2.00 2.00 1.99 3/179 16849
/proc/meminfo: memFree=27916616/32873648 swapFree=6864/6864
[pid=16524] ppid=16522 vsize=459096 CPUtime=1327.6 cores=0,2,4,6
/proc/16524/stat : 16524 (pwbo2.02) S 16522 16524 13572 0 -1 4202496 103994 0 0 0 132717 43 0 0 20 0 2 0 331569652 470114304 98229 33554432000 4194304 5964478 140734164715344 140734164714864 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16524/statm: 114774 98229 187 433 0 114338 0
[pid=16524/tid=16526] ppid=16522 vsize=459096 CPUtime=1326.6 cores=0,2,4,6
/proc/16524/task/16526/stat : 16526 (pwbo2.02) R 16522 16524 13572 0 -1 4202560 74217 0 0 0 132600 60 0 0 20 0 2 0 331569777 470114304 98229 33554432000 4194304 5964478 140734164715344 140604574959656 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1327.6
Current children cumulated vsize (KiB) 459096

[startup+1329.5 s]
/proc/loadavg: 2.00 2.00 1.99 3/179 16849
/proc/meminfo: memFree=27911904/32873648 swapFree=6864/6864
[pid=16524] ppid=16522 vsize=459096 CPUtime=1329.19 cores=0,2,4,6
/proc/16524/stat : 16524 (pwbo2.02) S 16522 16524 13572 0 -1 4202496 104010 0 0 0 132876 43 0 0 20 0 2 0 331569652 470114304 98245 33554432000 4194304 5964478 140734164715344 140734164714864 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16524/statm: 114774 98245 187 433 0 114338 0
[pid=16524/tid=16526] ppid=16522 vsize=459096 CPUtime=1328.2 cores=0,2,4,6
/proc/16524/task/16526/stat : 16526 (pwbo2.02) R 16522 16524 13572 0 -1 4202560 74233 0 0 0 132760 60 0 0 20 0 2 0 331569777 470114304 98245 33554432000 4194304 5964478 140734164715344 140604574959656 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1329.19
Current children cumulated vsize (KiB) 459096

[startup+1330.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/179 16849
/proc/meminfo: memFree=27907688/32873648 swapFree=6864/6864
[pid=16524] ppid=16522 vsize=459096 CPUtime=1329.99 cores=0,2,4,6
/proc/16524/stat : 16524 (pwbo2.02) S 16522 16524 13572 0 -1 4202496 104022 0 0 0 132956 43 0 0 20 0 2 0 331569652 470114304 98257 33554432000 4194304 5964478 140734164715344 140734164714864 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16524/statm: 114774 98257 187 433 0 114338 0
[pid=16524/tid=16526] ppid=16522 vsize=459096 CPUtime=1329 cores=0,2,4,6
/proc/16524/task/16526/stat : 16526 (pwbo2.02) R 16522 16524 13572 0 -1 4202560 74245 0 0 0 132840 60 0 0 20 0 2 0 331569777 470114304 98257 33554432000 4194304 5964478 140734164715344 140604574959608 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1329.99
Current children cumulated vsize (KiB) 459096

[startup+1331.1 s]
/proc/loadavg: 2.00 2.00 1.99 3/179 16849
/proc/meminfo: memFree=27903472/32873648 swapFree=6864/6864
[pid=16524] ppid=16522 vsize=459096 CPUtime=1330.79 cores=0,2,4,6
/proc/16524/stat : 16524 (pwbo2.02) S 16522 16524 13572 0 -1 4202496 104031 0 0 0 133036 43 0 0 20 0 2 0 331569652 470114304 98266 33554432000 4194304 5964478 140734164715344 140734164714864 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16524/statm: 114774 98266 187 433 0 114338 0
[pid=16524/tid=16526] ppid=16522 vsize=459096 CPUtime=1329.8 cores=0,2,4,6
/proc/16524/task/16526/stat : 16526 (pwbo2.02) R 16522 16524 13572 0 -1 4202560 74254 0 0 0 132920 60 0 0 20 0 2 0 331569777 470114304 98266 33554432000 4194304 5964478 140734164715344 140604574959608 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1330.79
Current children cumulated vsize (KiB) 459096

[startup+1331.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/179 16849
/proc/meminfo: memFree=27903472/32873648 swapFree=6864/6864
[pid=16524] ppid=16522 vsize=459096 CPUtime=1330.99 cores=0,2,4,6
/proc/16524/stat : 16524 (pwbo2.02) S 16522 16524 13572 0 -1 4202496 104033 0 0 0 133056 43 0 0 20 0 2 0 331569652 470114304 98268 33554432000 4194304 5964478 140734164715344 140734164714864 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16524/statm: 114774 98268 187 433 0 114338 0
[pid=16524/tid=16526] ppid=16522 vsize=459096 CPUtime=1330 cores=0,2,4,6
/proc/16524/task/16526/stat : 16526 (pwbo2.02) R 16522 16524 13572 0 -1 4202560 74256 0 0 0 132940 60 0 0 20 0 2 0 331569777 470114304 98268 33554432000 4194304 5964478 140734164715344 140604574959608 4399932 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1330.99
Current children cumulated vsize (KiB) 459096

Child status: 255
Real time (s): 1331.37
CPU time (s): 1331.34
CPU user time (s): 1330.68
CPU system time (s): 0.6559
CPU usage (%): 99.9977
Max. virtual memory (cumulated for all children) (KiB): 459096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1330.68
system time used= 0.6559
maximum resident set size= 393088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 104037
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= 106
involuntary context switches= 1542

runsolver used 2.81257 second user time and 6.02208 second system time

The end

Launcher Data

Begin job on node120 at 2012-06-02 18:27:17
IDJOB=3726544
IDBENCH=1447
IDSOLVER=2310
FILE ID=node120/3726544-1338654436
RUNJOBID= node120-1338651811-14891
PBS_JOBID= 14636460
Free space on /tmp= 70748 MiB

SOLVER NAME= pwbo 2.02
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.ex.mem.LsqHdStrong.ucl.opb
COMMAND LINE= pwbo2.02 -file-format=opb -verbosity=0 -thread=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3726544-1338654436/watcher-3726544-1338654436 -o /tmp/evaluation-result-3726544-1338654436/solver-3726544-1338654436 -C 1800 -W 1900 -M 15500  pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726544-1338654436.opb

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

MD5SUM BENCH= 3764cf8f4e2d3654f46ab0ec56ea8581
RANDOM SEED=2039938576

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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.88
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.456
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.456
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.83
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.456
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.456
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:        27550080 kB
Buffers:          539864 kB
Cached:          2747956 kB
SwapCached:         1572 kB
Active:          2751696 kB
Inactive:        1637472 kB
Active(anon):    1093472 kB
Inactive(anon):     9228 kB
Active(file):    1658224 kB
Inactive(file):  1628244 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67103516 kB
Dirty:             22488 kB
Writeback:            28 kB
AnonPages:       1105096 kB
Mapped:            12064 kB
Shmem:                32 kB
Slab:             791184 kB
SReclaimable:     235232 kB
SUnreclaim:       555952 kB
KernelStack:        1440 kB
PageTables:         5928 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     190260 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    897024 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= 70764 MiB
End job on node120 at 2012-06-02 18:49:28