Trace number 3726624

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.46 1800.01

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12038_3-sat.opb
MD5SUM56cc40b9ea431027514a5b56e02d7edb
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables37752
Total number of constraints125892
Number of constraints which are clauses125272
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints620
Minimum length of a constraint1
Maximum length of a constraint120
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 34
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 740
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-3726624-1338657390.opb.
0.00/0.00	c Instance file HOME/instance-3726624-1338657390.opb
0.00/0.00	c File size is 4220396 bytes.
0.29/0.32	c Highest Coefficient sum: 740
0.29/0.33	c ============================[ Problem Statistics ]=============================
0.29/0.33	c |                                                                             |
0.29/0.33	c |  Parsing time:          0.33         s                                      |
0.29/0.33	c |  Number Variables:      37752                                               |
0.29/0.33	c |  Number Clauses:        125272                                              |
0.29/0.33	c |  Number Cardinality:    0                                                   |
0.29/0.33	c |  Number PB Constraints: 620                                                 |
0.29/0.33	c |                                                                             |
0.29/0.39	c |  Problem Type:          Decision                                            |
0.29/0.39	c |  Objective Function:    None                                                |
0.29/0.39	c |                                                                             |
0.29/0.39	c ===============================================================================
1799.46/1800.00	c ===============================================================================
1799.46/1800.00	c Wall Clock Time: 1800.00 s
1799.46/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-3726624-1338657390/watcher-3726624-1338657390 -o /tmp/evaluation-result-3726624-1338657390/solver-3726624-1338657390 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726624-1338657390.opb 

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.96 3/177 31641
/proc/meminfo: memFree=29067468/32873648 swapFree=7116/7116
[pid=31641] ppid=31639 vsize=7800 CPUtime=0 cores=1,3,5,7
/proc/31641/stat : 31641 (pwbo2.02) R 31639 31641 28704 0 -1 4202496 440 0 0 0 0 0 0 0 20 0 1 0 331864452 7987200 392 33554432000 4194304 5964478 140735163235856 140733368930248 5179599 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/31641/statm: 1950 392 166 433 0 483 0

[startup+0.0940769 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 31641
/proc/meminfo: memFree=29067468/32873648 swapFree=7116/7116
[pid=31641] ppid=31639 vsize=16308 CPUtime=0.08 cores=1,3,5,7
/proc/31641/stat : 31641 (pwbo2.02) R 31639 31641 28704 0 -1 4202496 2738 0 0 0 8 0 0 0 20 0 1 0 331864452 16699392 2657 33554432000 4194304 5964478 140735163235856 140733368930248 4349952 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/31641/statm: 4077 2659 465 433 0 2610 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 16308

[startup+0.100221 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 31641
/proc/meminfo: memFree=29067468/32873648 swapFree=7116/7116
[pid=31641] ppid=31639 vsize=16440 CPUtime=0.09 cores=1,3,5,7
/proc/31641/stat : 31641 (pwbo2.02) R 31639 31641 28704 0 -1 4202496 2821 0 0 0 9 0 0 0 20 0 1 0 331864452 16834560 2740 33554432000 4194304 5964478 140735163235856 140733368930248 5136490 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/31641/statm: 4110 2740 487 433 0 2643 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16440

[startup+0.30016 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 31641
/proc/meminfo: memFree=29067468/32873648 swapFree=7116/7116
[pid=31641] ppid=31639 vsize=28204 CPUtime=0.29 cores=1,3,5,7
/proc/31641/stat : 31641 (pwbo2.02) R 31639 31641 28704 0 -1 4202496 6465 0 0 0 28 1 0 0 20 0 1 0 331864452 28880896 6206 33554432000 4194304 5964478 140735163235856 140735163234200 5136490 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/31641/statm: 7051 6207 1121 433 0 5584 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28204

[startup+0.700131 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 31641
/proc/meminfo: memFree=29067468/32873648 swapFree=7116/7116
[pid=31641] ppid=31639 vsize=108796 CPUtime=0.69 cores=1,3,5,7
/proc/31641/stat : 31641 (pwbo2.02) S 31639 31641 28704 0 -1 4202496 14122 0 0 0 67 2 0 0 20 0 2 0 331864452 111407104 11680 33554432000 4194304 5964478 140735163235856 140735163235376 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31641/statm: 27199 11680 187 433 0 26763 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 108796

[startup+1.50015 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 31643
/proc/meminfo: memFree=29020200/32873648 swapFree=7116/7116
[pid=31641] ppid=31639 vsize=108796 CPUtime=1.49 cores=1,3,5,7
/proc/31641/stat : 31641 (pwbo2.02) S 31639 31641 28704 0 -1 4202496 14456 0 0 0 147 2 0 0 20 0 2 0 331864452 111407104 12014 33554432000 4194304 5964478 140735163235856 140735163235376 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31641/statm: 27199 12014 187 433 0 26763 0
[pid=31641/tid=31643] ppid=31639 vsize=108796 CPUtime=1.15 cores=1,3,5,7
/proc/31641/task/31643/stat : 31643 (pwbo2.02) R 31639 31641 28704 0 -1 4202560 7165 0 0 0 114 1 0 0 20 0 2 0 331864485 111407104 12014 33554432000 4194304 5964478 140735163235856 140299416786936 4222416 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 108796

[startup+3.10016 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 31643
/proc/meminfo: memFree=29016844/32873648 swapFree=7116/7116
[pid=31641] ppid=31639 vsize=108796 CPUtime=3.08 cores=1,3,5,7
/proc/31641/stat : 31641 (pwbo2.02) S 31639 31641 28704 0 -1 4202496 15301 0 0 0 306 2 0 0 20 0 2 0 331864452 111407104 12859 33554432000 4194304 5964478 140735163235856 140735163235376 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31641/statm: 27199 12859 187 433 0 26763 0
[pid=31641/tid=31643] ppid=31639 vsize=108796 CPUtime=2.74 cores=1,3,5,7
/proc/31641/task/31643/stat : 31643 (pwbo2.02) R 31639 31641 28704 0 -1 4202560 8010 0 0 0 273 1 0 0 20 0 2 0 331864485 111407104 12859 33554432000 4194304 5964478 140735163235856 140299416786744 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 108796

[startup+6.3003 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 31643
/proc/meminfo: memFree=29004716/32873648 swapFree=7116/7116
[pid=31641] ppid=31639 vsize=108796 CPUtime=6.29 cores=1,3,5,7
/proc/31641/stat : 31641 (pwbo2.02) S 31639 31641 28704 0 -1 4202496 16828 0 0 0 625 4 0 0 20 0 2 0 331864452 111407104 14386 33554432000 4194304 5964478 140735163235856 140735163235376 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31641/statm: 27199 14386 187 433 0 26763 0
[pid=31641/tid=31643] ppid=31639 vsize=108796 CPUtime=5.94 cores=1,3,5,7
/proc/31641/task/31643/stat : 31643 (pwbo2.02) R 31639 31641 28704 0 -1 4202560 9537 0 0 0 592 2 0 0 20 0 2 0 331864485 111407104 14386 33554432000 4194304 5964478 140735163235856 140299416786936 5136420 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) 108796

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 31643
/proc/meminfo: memFree=28982940/32873648 swapFree=7116/7116
[pid=31641] ppid=31639 vsize=108796 CPUtime=12.68 cores=1,3,5,7
/proc/31641/stat : 31641 (pwbo2.02) S 31639 31641 28704 0 -1 4202496 19887 0 0 0 1264 4 0 0 20 0 2 0 331864452 111407104 17445 33554432000 4194304 5964478 140735163235856 140735163235376 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31641/statm: 27199 17445 187 433 0 26763 0
[pid=31641/tid=31643] ppid=31639 vsize=108796 CPUtime=12.32 cores=1,3,5,7
/proc/31641/task/31643/stat : 31643 (pwbo2.02) R 31639 31641 28704 0 -1 4202560 12596 0 0 0 1229 3 0 0 20 0 2 0 331864485 111407104 17445 33554432000 4194304 5964478 140735163235856 140299416786984 4403343 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 108796

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 31643
/proc/meminfo: memFree=28950048/32873648 swapFree=7116/7116
[pid=31641] ppid=31639 vsize=108796 CPUtime=25.48 cores=1,3,5,7
/proc/31641/stat : 31641 (pwbo2.02) S 31639 31641 28704 0 -1 4202496 23786 0 0 0 2543 5 0 0 20 0 2 0 331864452 111407104 21344 33554432000 4194304 5964478 140735163235856 140735163235376 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31641/statm: 27199 21344 187 433 0 26763 0
[pid=31641/tid=31643] ppid=31639 vsize=108796 CPUtime=25.09 cores=1,3,5,7
/proc/31641/task/31643/stat : 31643 (pwbo2.02) R 31639 31641 28704 0 -1 4202560 16495 0 0 0 2505 4 0 0 20 0 2 0 331864485 111407104 21344 33554432000 4194304 5964478 140735163235856 140299416786744 4399920 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) 108796

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 31643
/proc/meminfo: memFree=28915252/32873648 swapFree=7116/7116
[pid=31641] ppid=31639 vsize=175956 CPUtime=51.08 cores=1,3,5,7
/proc/31641/stat : 31641 (pwbo2.02) S 31639 31641 28704 0 -1 4202496 29374 0 0 0 5100 8 0 0 20 0 2 0 331864452 180178944 26932 33554432000 4194304 5964478 140735163235856 140735163235376 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31641/statm: 43989 26932 187 433 0 43553 0
[pid=31641/tid=31643] ppid=31639 vsize=175956 CPUtime=50.62 cores=1,3,5,7
/proc/31641/task/31643/stat : 31643 (pwbo2.02) R 31639 31641 28704 0 -1 4202560 22083 0 0 0 5056 6 0 0 20 0 2 0 331864485 180178944 26932 33554432000 4194304 5964478 140735163235856 140299416786872 4381833 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) 175956

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 31643
/proc/meminfo: memFree=28887092/32873648 swapFree=7116/7116
[pid=31641] ppid=31639 vsize=175956 CPUtime=102.25 cores=1,3,5,7
/proc/31641/stat : 31641 (pwbo2.02) S 31639 31641 28704 0 -1 4202496 36006 0 0 0 10213 12 0 0 20 0 2 0 331864452 180178944 33609 33554432000 4194304 5964478 140735163235856 140735163235376 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31641/statm: 43989 33609 187 433 0 43553 0
[pid=31641/tid=31643] ppid=31639 vsize=175956 CPUtime=101.67 cores=1,3,5,7
/proc/31641/task/31643/stat : 31643 (pwbo2.02) R 31639 31641 28704 0 -1 4202560 28715 0 0 0 10156 11 0 0 20 0 2 0 331864485 180178944 33609 33554432000 4194304 5964478 140735163235856 140299416786744 4392918 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) 175956

[startup+162.3 s]
/proc/loadavg: 2.05 2.01 1.97 3/179 31644
/proc/meminfo: memFree=28846668/32873648 swapFree=7116/7116
[pid=31641] ppid=31639 vsize=242300 CPUtime=162.22 cores=1,3,5,7
/proc/31641/stat : 31641 (pwbo2.02) S 31639 31641 28704 0 -1 4202496 46236 0 0 0 16205 17 0 0 20 0 2 0 331864452 248115200 43818 33554432000 4194304 5964478 140735163235856 140735163235376 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31641/statm: 60575 43818 187 433 0 60139 0
[pid=31641/tid=31643] ppid=31639 vsize=242300 CPUtime=161.49 cores=1,3,5,7
/proc/31641/task/31643/stat : 31643 (pwbo2.02) R 31639 31641 28704 0 -1 4202560 38945 0 0 0 16132 17 0 0 20 0 2 0 331864485 248115200 43818 33554432000 4194304 5964478 140735163235856 140299416786744 4399862 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 242300

[startup+222.3 s]
/proc/loadavg: 2.02 2.01 1.97 3/180 31647
/proc/meminfo: memFree=28792980/32873648 swapFree=7116/7116
[pid=31641] ppid=31639 vsize=242300 CPUtime=222.21 cores=1,3,5,7
/proc/31641/stat : 31641 (pwbo2.02) S 31639 31641 28704 0 -1 4202496 58162 0 0 0 22195 26 0 0 20 0 2 0 331864452 248115200 55744 33554432000 4194304 5964478 140735163235856 140735163235376 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31641/statm: 60575 55744 187 433 0 60139 0
[pid=31641/tid=31643] ppid=31639 vsize=242300 CPUtime=221.34 cores=1,3,5,7
/proc/31641/task/31643/stat : 31643 (pwbo2.02) R 31639 31641 28704 0 -1 4202560 50871 0 0 0 22106 28 0 0 20 0 2 0 331864485 248115200 55744 33554432000 4194304 5964478 140735163235856 140299416786984 4403719 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 242300

[startup+282.3 s]
/proc/loadavg: 2.07 2.02 1.97 3/179 31647
/proc/meminfo: memFree=28714880/32873648 swapFree=7116/7116
[pid=31641] ppid=31639 vsize=309052 CPUtime=282.2 cores=1,3,5,7
/proc/31641/stat : 31641 (pwbo2.02) S 31639 31641 28704 0 -1 4202496 61155 0 0 0 28192 28 0 0 20 0 2 0 331864452 316469248 58737 33554432000 4194304 5964478 140735163235856 140735163235376 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31641/statm: 77263 58737 187 433 0 76827 0
[pid=31641/tid=31643] ppid=31639 vsize=309052 CPUtime=281.19 cores=1,3,5,7
/proc/31641/task/31643/stat : 31643 (pwbo2.02) R 31639 31641 28704 0 -1 4202560 53864 0 0 0 28088 31 0 0 20 0 2 0 331864485 316469248 58737 33554432000 4194304 5964478 140735163235856 140299416786744 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 309052

[startup+342.3 s]
/proc/loadavg: 2.02 2.01 1.97 3/179 31647
/proc/meminfo: memFree=28630196/32873648 swapFree=7116/7116
[pid=31641] ppid=31639 vsize=309052 CPUtime=342.19 cores=1,3,5,7
/proc/31641/stat : 31641 (pwbo2.02) S 31639 31641 28704 0 -1 4202496 69716 0 0 0 34185 34 0 0 20 0 2 0 331864452 316469248 67298 33554432000 4194304 5964478 140735163235856 140735163235376 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31641/statm: 77263 67298 187 433 0 76827 0
[pid=31641/tid=31643] ppid=31639 vsize=309052 CPUtime=341.03 cores=1,3,5,7
/proc/31641/task/31643/stat : 31643 (pwbo2.02) R 31639 31641 28704 0 -1 4202560 62425 0 0 0 34066 37 0 0 20 0 2 0 331864485 316469248 67298 33554432000 4194304 5964478 140735163235856 140299416786984 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 309052

[startup+402.3 s]
/proc/loadavg: 2.01 2.01 1.97 3/179 31647
/proc/meminfo: memFree=28578004/32873648 swapFree=7116/7116
[pid=31641] ppid=31639 vsize=374588 CPUtime=402.16 cores=1,3,5,7
/proc/31641/stat : 31641 (pwbo2.02) S 31639 31641 28704 0 -1 4202496 82873 0 0 0 40170 46 0 0 20 0 2 0 331864452 383578112 80481 33554432000 4194304 5964478 140735163235856 140735163235376 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31641/statm: 93647 80481 187 433 0 93211 0
[pid=31641/tid=31643] ppid=31639 vsize=374588 CPUtime=400.86 cores=1,3,5,7
/proc/31641/task/31643/stat : 31643 (pwbo2.02) R 31639 31641 28704 0 -1 4202560 75582 0 0 0 40036 50 0 0 20 0 2 0 331864485 383578112 80481 33554432000 4194304 5964478 140735163235856 140299416786936 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 374588

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 31648
/proc/meminfo: memFree=28567384/32873648 swapFree=7116/7116
[pid=31641] ppid=31639 vsize=374588 CPUtime=462.11 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.99 3/180 31658
/proc/meminfo: memFree=27990156/32873648 swapFree=7116/7116
[pid=31641] ppid=31639 vsize=706824 CPUtime=1421.88 cores=1,3,5,7
/proc/31641/stat : 31641 (pwbo2.02) S 31639 31641 28704 0 -1 4202496 159648 0 0 0 142054 134 0 0 20 0 2 0 331864452 723787776 157734 33554432000 4194304 5964478 140735163235856 140735163235376 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31641/statm: 176706 157734 187 433 0 176270 0
[pid=31641/tid=31643] ppid=31639 vsize=706824 CPUtime=1418.12 cores=1,3,5,7
/proc/31641/task/31643/stat : 31643 (pwbo2.02) R 31639 31641 28704 0 -1 4202560 152357 0 0 0 141658 154 0 0 20 0 2 0 331864485 723787776 157734 33554432000 4194304 5964478 140735163235856 140299416786984 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 706824

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/179 31658
/proc/meminfo: memFree=27961100/32873648 swapFree=7116/7116
[pid=31641] ppid=31639 vsize=706824 CPUtime=1481.86 cores=1,3,5,7
/proc/31641/stat : 31641 (pwbo2.02) S 31639 31641 28704 0 -1 4202496 167078 0 0 0 148042 144 0 0 20 0 2 0 331864452 723787776 165164 33554432000 4194304 5964478 140735163235856 140735163235376 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31641/statm: 176706 165164 187 433 0 176270 0
[pid=31641/tid=31643] ppid=31639 vsize=706824 CPUtime=1477.96 cores=1,3,5,7
/proc/31641/task/31643/stat : 31643 (pwbo2.02) R 31639 31641 28704 0 -1 4202560 159787 0 0 0 147631 165 0 0 20 0 2 0 331864485 723787776 165164 33554432000 4194304 5964478 140735163235856 140299416786936 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.86
Current children cumulated vsize (KiB) 706824

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/179 31697
/proc/meminfo: memFree=28251372/32873648 swapFree=7116/7116
[pid=31641] ppid=31639 vsize=772360 CPUtime=1541.84 cores=1,3,5,7
/proc/31641/stat : 31641 (pwbo2.02) S 31639 31641 28704 0 -1 4202496 174133 0 0 0 154030 154 0 0 20 0 2 0 331864452 790896640 172239 33554432000 4194304 5964478 140735163235856 140735163235376 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31641/statm: 193090 172239 187 433 0 192654 0
[pid=31641/tid=31643] ppid=31639 vsize=772360 CPUtime=1537.79 cores=1,3,5,7
/proc/31641/task/31643/stat : 31643 (pwbo2.02) R 31639 31641 28704 0 -1 4202560 166842 0 0 0 153604 175 0 0 20 0 2 0 331864485 790896640 172239 33554432000 4194304 5964478 140735163235856 140299416786936 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 772360

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/179 31697
/proc/meminfo: memFree=28183464/32873648 swapFree=7116/7116
[pid=31641] ppid=31639 vsize=772360 CPUtime=1601.8 cores=1,3,5,7
/proc/31641/stat : 31641 (pwbo2.02) S 31639 31641 28704 0 -1 4202496 179943 0 0 0 160019 161 0 0 20 0 2 0 331864452 790896640 178073 33554432000 4194304 5964478 140735163235856 140735163235376 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31641/statm: 193090 178073 187 433 0 192654 0
[pid=31641/tid=31643] ppid=31639 vsize=772360 CPUtime=1597.6 cores=1,3,5,7
/proc/31641/task/31643/stat : 31643 (pwbo2.02) R 31639 31641 28704 0 -1 4202560 172652 0 0 0 159577 183 0 0 20 0 2 0 331864485 790896640 178073 33554432000 4194304 5964478 140735163235856 140299416786936 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.8
Current children cumulated vsize (KiB) 772360

[startup+1662.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 31698
/proc/meminfo: memFree=28126072/32873648 swapFree=7116/7116
[pid=31641] ppid=31639 vsize=772360 CPUtime=1661.78 cores=1,3,5,7
/proc/31641/stat : 31641 (pwbo2.02) S 31639 31641 28704 0 -1 4202496 185786 0 0 0 166009 169 0 0 20 0 2 0 331864452 790896640 184250 33554432000 4194304 5964478 140735163235856 140735163235376 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31641/statm: 193090 184250 187 433 0 192654 0
[pid=31641/tid=31643] ppid=31639 vsize=772360 CPUtime=1657.44 cores=1,3,5,7
/proc/31641/task/31643/stat : 31643 (pwbo2.02) R 31639 31641 28704 0 -1 4202560 178495 0 0 0 165551 193 0 0 20 0 2 0 331864485 790896640 184250 33554432000 4194304 5964478 140735163235856 140299416786936 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.78
Current children cumulated vsize (KiB) 772360

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 31698
/proc/meminfo: memFree=28088092/32873648 swapFree=7116/7116
[pid=31641] ppid=31639 vsize=837896 CPUtime=1721.76 cores=1,3,5,7
/proc/31641/stat : 31641 (pwbo2.02) S 31639 31641 28704 0 -1 4202496 191666 0 0 0 171999 177 0 0 20 0 2 0 331864452 858005504 190198 33554432000 4194304 5964478 140735163235856 140735163235376 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31641/statm: 209474 190198 187 433 0 209038 0
[pid=31641/tid=31643] ppid=31639 vsize=837896 CPUtime=1717.28 cores=1,3,5,7
/proc/31641/task/31643/stat : 31643 (pwbo2.02) R 31639 31641 28704 0 -1 4202560 184375 0 0 0 171526 202 0 0 20 0 2 0 331864485 858005504 190198 33554432000 4194304 5964478 140735163235856 140299416786936 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.76
Current children cumulated vsize (KiB) 837896

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 31698
/proc/meminfo: memFree=28057960/32873648 swapFree=7116/7116
[pid=31641] ppid=31639 vsize=837896 CPUtime=1781.76 cores=1,3,5,7
/proc/31641/stat : 31641 (pwbo2.02) S 31639 31641 28704 0 -1 4202496 195915 0 0 0 177992 184 0 0 20 0 2 0 331864452 858005504 194447 33554432000 4194304 5964478 140735163235856 140735163235376 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31641/statm: 209474 194447 187 433 0 209038 0
[pid=31641/tid=31643] ppid=31639 vsize=837896 CPUtime=1777.13 cores=1,3,5,7
/proc/31641/task/31643/stat : 31643 (pwbo2.02) R 31639 31641 28704 0 -1 4202560 188624 0 0 0 177505 208 0 0 20 0 2 0 331864485 858005504 194447 33554432000 4194304 5964478 140735163235856 140299416786744 4390131 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.76
Current children cumulated vsize (KiB) 837896

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31698
/proc/meminfo: memFree=28056596/32873648 swapFree=7116/7116
[pid=31641] ppid=31639 vsize=837896 CPUtime=1791.36 cores=1,3,5,7
/proc/31641/stat : 31641 (pwbo2.02) S 31639 31641 28704 0 -1 4202496 195915 0 0 0 178952 184 0 0 20 0 2 0 331864452 858005504 194447 33554432000 4194304 5964478 140735163235856 140735163235376 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31641/statm: 209474 194447 187 433 0 209038 0
[pid=31641/tid=31643] ppid=31639 vsize=837896 CPUtime=1786.71 cores=1,3,5,7
/proc/31641/task/31643/stat : 31643 (pwbo2.02) R 31639 31641 28704 0 -1 4202560 188624 0 0 0 178462 209 0 0 20 0 2 0 331864485 858005504 194447 33554432000 4194304 5964478 140735163235856 140299416786744 4221072 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.36
Current children cumulated vsize (KiB) 837896

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31698
/proc/meminfo: memFree=28055976/32873648 swapFree=7116/7116
[pid=31641] ppid=31639 vsize=837896 CPUtime=1794.56 cores=1,3,5,7
/proc/31641/stat : 31641 (pwbo2.02) S 31639 31641 28704 0 -1 4202496 195924 0 0 0 179272 184 0 0 20 0 2 0 331864452 858005504 194456 33554432000 4194304 5964478 140735163235856 140735163235376 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31641/statm: 209474 194456 187 433 0 209038 0
[pid=31641/tid=31643] ppid=31639 vsize=837896 CPUtime=1789.9 cores=1,3,5,7
/proc/31641/task/31643/stat : 31643 (pwbo2.02) R 31639 31641 28704 0 -1 4202560 188633 0 0 0 178781 209 0 0 20 0 2 0 331864485 858005504 194456 33554432000 4194304 5964478 140735163235856 140299416786744 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.56
Current children cumulated vsize (KiB) 837896

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31698
/proc/meminfo: memFree=28055232/32873648 swapFree=7116/7116
[pid=31641] ppid=31639 vsize=837896 CPUtime=1797.76 cores=1,3,5,7
/proc/31641/stat : 31641 (pwbo2.02) S 31639 31641 28704 0 -1 4202496 195961 0 0 0 179592 184 0 0 20 0 2 0 331864452 858005504 194493 33554432000 4194304 5964478 140735163235856 140735163235376 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31641/statm: 209474 194493 187 433 0 209038 0
[pid=31641/tid=31643] ppid=31639 vsize=837896 CPUtime=1793.09 cores=1,3,5,7
/proc/31641/task/31643/stat : 31643 (pwbo2.02) R 31639 31641 28704 0 -1 4202560 188670 0 0 0 179100 209 0 0 20 0 2 0 331864485 858005504 194493 33554432000 4194304 5964478 140735163235856 140299416786744 4403343 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.76
Current children cumulated vsize (KiB) 837896

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31698
/proc/meminfo: memFree=28054984/32873648 swapFree=7116/7116
[pid=31641] ppid=31639 vsize=837896 CPUtime=1798.56 cores=1,3,5,7
/proc/31641/stat : 31641 (pwbo2.02) S 31639 31641 28704 0 -1 4202496 195974 0 0 0 179672 184 0 0 20 0 2 0 331864452 858005504 194506 33554432000 4194304 5964478 140735163235856 140735163235376 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31641/statm: 209474 194506 187 433 0 209038 0
[pid=31641/tid=31643] ppid=31639 vsize=837896 CPUtime=1793.89 cores=1,3,5,7
/proc/31641/task/31643/stat : 31643 (pwbo2.02) R 31639 31641 28704 0 -1 4202560 188683 0 0 0 179180 209 0 0 20 0 2 0 331864485 858005504 194506 33554432000 4194304 5964478 140735163235856 140299416786744 4403343 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.56
Current children cumulated vsize (KiB) 837896

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31698
/proc/meminfo: memFree=28054612/32873648 swapFree=7116/7116
[pid=31641] ppid=31639 vsize=837896 CPUtime=1798.96 cores=1,3,5,7
/proc/31641/stat : 31641 (pwbo2.02) S 31639 31641 28704 0 -1 4202496 195982 0 0 0 179712 184 0 0 20 0 2 0 331864452 858005504 194514 33554432000 4194304 5964478 140735163235856 140735163235376 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31641/statm: 209474 194514 187 433 0 209038 0
[pid=31641/tid=31643] ppid=31639 vsize=837896 CPUtime=1794.29 cores=1,3,5,7
/proc/31641/task/31643/stat : 31643 (pwbo2.02) R 31639 31641 28704 0 -1 4202560 188691 0 0 0 179220 209 0 0 20 0 2 0 331864485 858005504 194514 33554432000 4194304 5964478 140735163235856 140299416786744 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.96
Current children cumulated vsize (KiB) 837896

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31698
/proc/meminfo: memFree=28054612/32873648 swapFree=7116/7116
[pid=31641] ppid=31639 vsize=837896 CPUtime=1799.36 cores=1,3,5,7
/proc/31641/stat : 31641 (pwbo2.02) S 31639 31641 28704 0 -1 4202496 195986 0 0 0 179752 184 0 0 20 0 2 0 331864452 858005504 194518 33554432000 4194304 5964478 140735163235856 140735163235376 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31641/statm: 209474 194518 187 433 0 209038 0
[pid=31641/tid=31643] ppid=31639 vsize=837896 CPUtime=1794.68 cores=1,3,5,7
/proc/31641/task/31643/stat : 31643 (pwbo2.02) R 31639 31641 28704 0 -1 4202560 188695 0 0 0 179259 209 0 0 20 0 2 0 331864485 858005504 194518 33554432000 4194304 5964478 140735163235856 140299416786744 4400124 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.36
Current children cumulated vsize (KiB) 837896

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31698
/proc/meminfo: memFree=28054612/32873648 swapFree=7116/7116
[pid=31641] ppid=31639 vsize=837896 CPUtime=1799.46 cores=1,3,5,7
/proc/31641/stat : 31641 (pwbo2.02) S 31639 31641 28704 0 -1 4202496 195986 0 0 0 179762 184 0 0 20 0 2 0 331864452 858005504 194518 33554432000 4194304 5964478 140735163235856 140735163235376 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31641/statm: 209474 194518 187 433 0 209038 0
[pid=31641/tid=31643] ppid=31639 vsize=837896 CPUtime=1794.78 cores=1,3,5,7
/proc/31641/task/31643/stat : 31643 (pwbo2.02) R 31639 31641 28704 0 -1 4202560 188695 0 0 0 179269 209 0 0 20 0 2 0 331864485 858005504 194518 33554432000 4194304 5964478 140735163235856 140299416786744 4400076 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.46
Current children cumulated vsize (KiB) 837896

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 31641 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=21419
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=122677
# CPU time returned by wait4() is 1795.14
# while last known CPU time is 1799.46
#
# 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.46
CPU user time (s): 1797.62
CPU system time (s): 1.84
CPU usage (%): 99.9693
Max. virtual memory (cumulated for all children) (KiB): 837896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.02
system time used= 2.12268
maximum resident set size= 778088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 195990
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= 300
involuntary context switches= 1848

runsolver used 3.07153 second user time and 7.52686 second system time

The end

Launcher Data

Begin job on node123 at 2012-06-02 19:16:30
IDJOB=3726624
IDBENCH=73867
IDSOLVER=2310
FILE ID=node123/3726624-1338657390
RUNJOBID= node123-1338651688-31051
PBS_JOBID= 14636457
Free space on /tmp= 71308 MiB

SOLVER NAME= pwbo 2.02
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12038_3-sat.opb
COMMAND LINE= pwbo2.02 -file-format=opb -verbosity=0 -thread=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3726624-1338657390/watcher-3726624-1338657390 -o /tmp/evaluation-result-3726624-1338657390/solver-3726624-1338657390 -C 1800 -W 1900 -M 15500  pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726624-1338657390.opb

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

MD5SUM BENCH= 56cc40b9ea431027514a5b56e02d7edb
RANDOM SEED=1607704386

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:        29068104 kB
Buffers:          476864 kB
Cached:          2170124 kB
SwapCached:         2272 kB
Active:          1059592 kB
Inactive:        1854952 kB
Active(anon):     262716 kB
Inactive(anon):     5516 kB
Active(file):     796876 kB
Inactive(file):  1849436 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100312 kB
Dirty:              9720 kB
Writeback:             0 kB
AnonPages:        373640 kB
Mapped:            11000 kB
Shmem:                 0 kB
Slab:             747656 kB
SReclaimable:     192008 kB
SUnreclaim:       555648 kB
KernelStack:        1488 kB
PageTables:         4404 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     145336 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    268288 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= 71256 MiB
End job on node123 at 2012-06-02 19:46:30