Trace number 3704832

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
wbo 1.7? 1799.56 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 |   wbo:                    1.7 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3704832-1338107650.opb.
0.00/0.00	c Instance file HOME/instance-3704832-1338107650.opb
0.00/0.00	c File size is 4220396 bytes.
0.28/0.31	c Highest Coefficient sum: 740
0.28/0.31	c ============================[ Problem Statistics ]=============================
0.28/0.31	c |                                                                             |
0.28/0.31	c |  Parsing time:          0.32         s                                      |
0.28/0.31	c |  Number Variables:      37752                                               |
0.28/0.31	c |  Number Clauses:        125272                                              |
0.28/0.31	c |  Number Cardinality:    0                                                   |
0.28/0.31	c |  Number PB Constraints: 620                                                 |
0.28/0.31	c |                                                                             |
0.28/0.37	c |  Problem Type:          Decision                                            |
0.28/0.37	c |  Objective Function:    None                                                |
0.28/0.37	c |                                                                             |
0.28/0.37	c ===============================================================================
1799.56/1800.00	c ===============================================================================
1799.56/1800.00	c Wall Clock Time: 1800.00 s
1799.56/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-3704832-1338107650/watcher-3704832-1338107650 -o /tmp/evaluation-result-3704832-1338107650/solver-3704832-1338107650 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3704832-1338107650.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.06 2.02 2.00 3/177 13556
/proc/meminfo: memFree=27284372/32873648 swapFree=6848/6848
[pid=13556] ppid=13554 vsize=7796 CPUtime=0 cores=1,3,5,7
/proc/13556/stat : 13556 (wbo1.7) R 13554 13556 12137 0 -1 4202496 448 0 0 0 0 0 0 0 20 0 1 0 276891885 7983104 401 33554432000 4194304 5963574 140734380316944 140734671213832 4394735 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/13556/statm: 1949 401 169 432 0 483 0

[startup+0.0527921 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 13556
/proc/meminfo: memFree=27284372/32873648 swapFree=6848/6848
[pid=13556] ppid=13554 vsize=14828 CPUtime=0.04 cores=1,3,5,7
/proc/13556/stat : 13556 (wbo1.7) R 13554 13556 12137 0 -1 4202496 2236 0 0 0 4 0 0 0 20 0 1 0 276891885 15183872 2156 33554432000 4194304 5963574 140734380316944 140734671213832 5135642 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/13556/statm: 3707 2157 330 432 0 2241 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 14828

[startup+0.100327 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 13556
/proc/meminfo: memFree=27284372/32873648 swapFree=6848/6848
[pid=13556] ppid=13554 vsize=16700 CPUtime=0.09 cores=1,3,5,7
/proc/13556/stat : 13556 (wbo1.7) R 13554 13556 12137 0 -1 4202496 2892 0 0 0 9 0 0 0 20 0 1 0 276891885 17100800 2812 33554432000 4194304 5963574 140734380316944 140734671213832 5135642 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/13556/statm: 4175 2813 508 432 0 2709 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16700

[startup+0.300288 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 13556
/proc/meminfo: memFree=27284372/32873648 swapFree=6848/6848
[pid=13556] ppid=13554 vsize=28728 CPUtime=0.28 cores=1,3,5,7
/proc/13556/stat : 13556 (wbo1.7) R 13554 13556 12137 0 -1 4202496 6606 0 0 0 28 0 0 0 20 0 1 0 276891885 29417472 6347 33554432000 4194304 5963574 140734380316944 140734671213832 5135642 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/13556/statm: 7182 6347 1152 432 0 5716 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 28728

[startup+0.700242 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 13556
/proc/meminfo: memFree=27284372/32873648 swapFree=6848/6848
[pid=13556] ppid=13554 vsize=108792 CPUtime=0.69 cores=1,3,5,7
/proc/13556/stat : 13556 (wbo1.7) S 13554 13556 12137 0 -1 4202496 14121 0 0 0 67 2 0 0 20 0 2 0 276891885 111403008 11680 33554432000 4194304 5963574 140734380316944 140734380316464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13556/statm: 27198 11680 188 432 0 26763 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 108792

[startup+1.50028 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 13558
/proc/meminfo: memFree=27237112/32873648 swapFree=6848/6848
[pid=13556] ppid=13554 vsize=108792 CPUtime=1.49 cores=1,3,5,7
/proc/13556/stat : 13556 (wbo1.7) S 13554 13556 12137 0 -1 4202496 14460 0 0 0 147 2 0 0 20 0 2 0 276891885 111403008 12019 33554432000 4194304 5963574 140734380316944 140734380316464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13556/statm: 27198 12019 188 432 0 26763 0
[pid=13556/tid=13558] ppid=13554 vsize=108792 CPUtime=1.17 cores=1,3,5,7
/proc/13556/task/13558/stat : 13558 (wbo1.7) R 13554 13556 12137 0 -1 4202560 7170 0 0 0 115 2 0 0 20 0 2 0 276891917 111403008 12019 33554432000 4194304 5963574 140734380316944 140720187045928 4408784 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) 108792

[startup+3.10028 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 13558
/proc/meminfo: memFree=27234500/32873648 swapFree=6848/6848
[pid=13556] ppid=13554 vsize=108792 CPUtime=3.09 cores=1,3,5,7
/proc/13556/stat : 13556 (wbo1.7) S 13554 13556 12137 0 -1 4202496 15300 0 0 0 307 2 0 0 20 0 2 0 276891885 111403008 12859 33554432000 4194304 5963574 140734380316944 140734380316464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13556/statm: 27198 12859 188 432 0 26763 0
[pid=13556/tid=13558] ppid=13554 vsize=108792 CPUtime=2.77 cores=1,3,5,7
/proc/13556/task/13558/stat : 13558 (wbo1.7) R 13554 13556 12137 0 -1 4202560 8010 0 0 0 275 2 0 0 20 0 2 0 276891917 111403008 12859 33554432000 4194304 5963574 140734380316944 140720187045928 4410413 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 108792

[startup+6.30033 s]
/proc/loadavg: 2.06 2.01 2.00 3/179 13558
/proc/meminfo: memFree=27225588/32873648 swapFree=6848/6848
[pid=13556] ppid=13554 vsize=108792 CPUtime=6.29 cores=1,3,5,7
/proc/13556/stat : 13556 (wbo1.7) S 13554 13556 12137 0 -1 4202496 16818 0 0 0 627 2 0 0 20 0 2 0 276891885 111403008 14377 33554432000 4194304 5963574 140734380316944 140734380316464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13556/statm: 27198 14377 188 432 0 26763 0
[pid=13556/tid=13558] ppid=13554 vsize=108792 CPUtime=5.96 cores=1,3,5,7
/proc/13556/task/13558/stat : 13558 (wbo1.7) R 13554 13556 12137 0 -1 4202560 9528 0 0 0 594 2 0 0 20 0 2 0 276891917 111403008 14377 33554432000 4194304 5963574 140734380316944 140720187045928 4402875 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) 108792

[startup+12.7003 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 13558
/proc/meminfo: memFree=27208988/32873648 swapFree=6848/6848
[pid=13556] ppid=13554 vsize=108792 CPUtime=12.69 cores=1,3,5,7
/proc/13556/stat : 13556 (wbo1.7) S 13554 13556 12137 0 -1 4202496 19874 0 0 0 1266 3 0 0 20 0 2 0 276891885 111403008 17433 33554432000 4194304 5963574 140734380316944 140734380316464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13556/statm: 27198 17433 188 432 0 26763 0
[pid=13556/tid=13558] ppid=13554 vsize=108792 CPUtime=12.34 cores=1,3,5,7
/proc/13556/task/13558/stat : 13558 (wbo1.7) R 13554 13556 12137 0 -1 4202560 12584 0 0 0 1232 2 0 0 20 0 2 0 276891917 111403008 17433 33554432000 4194304 5963574 140734380316944 140720187045880 4387472 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 108792

[startup+25.5003 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 13558
/proc/meminfo: memFree=27183568/32873648 swapFree=6848/6848
[pid=13556] ppid=13554 vsize=108792 CPUtime=25.48 cores=1,3,5,7
/proc/13556/stat : 13556 (wbo1.7) S 13554 13556 12137 0 -1 4202496 23785 0 0 0 2544 4 0 0 20 0 2 0 276891885 111403008 21344 33554432000 4194304 5963574 140734380316944 140734380316464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13556/statm: 27198 21344 188 432 0 26763 0
[pid=13556/tid=13558] ppid=13554 vsize=108792 CPUtime=25.1 cores=1,3,5,7
/proc/13556/task/13558/stat : 13558 (wbo1.7) R 13554 13556 12137 0 -1 4202560 16495 0 0 0 2507 3 0 0 20 0 2 0 276891917 111403008 21344 33554432000 4194304 5963574 140734380316944 140720187045688 4399592 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) 108792

[startup+51.1003 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 13558
/proc/meminfo: memFree=27150296/32873648 swapFree=6848/6848
[pid=13556] ppid=13554 vsize=175952 CPUtime=51.08 cores=1,3,5,7
/proc/13556/stat : 13556 (wbo1.7) S 13554 13556 12137 0 -1 4202496 29335 0 0 0 5101 7 0 0 20 0 2 0 276891885 180174848 26894 33554432000 4194304 5963574 140734380316944 140734380316464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13556/statm: 43988 26894 188 432 0 43553 0
[pid=13556/tid=13558] ppid=13554 vsize=175952 CPUtime=50.64 cores=1,3,5,7
/proc/13556/task/13558/stat : 13558 (wbo1.7) R 13554 13556 12137 0 -1 4202560 22045 0 0 0 5058 6 0 0 20 0 2 0 276891917 180174848 26894 33554432000 4194304 5963574 140734380316944 140720187045880 4399477 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) 175952

[startup+102.306 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 13559
/proc/meminfo: memFree=27117908/32873648 swapFree=6848/6848
[pid=13556] ppid=13554 vsize=175952 CPUtime=102.28 cores=1,3,5,7
/proc/13556/stat : 13556 (wbo1.7) S 13554 13556 12137 0 -1 4202496 35971 0 0 0 10217 11 0 0 20 0 2 0 276891885 180174848 33530 33554432000 4194304 5963574 140734380316944 140734380316464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13556/statm: 43988 33530 188 432 0 43553 0
[pid=13556/tid=13558] ppid=13554 vsize=175952 CPUtime=101.71 cores=1,3,5,7
/proc/13556/task/13558/stat : 13558 (wbo1.7) R 13554 13556 12137 0 -1 4202560 28681 0 0 0 10160 11 0 0 20 0 2 0 276891917 180174848 33530 33554432000 4194304 5963574 140734380316944 140720187045880 4399633 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 175952

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13559
/proc/meminfo: memFree=27077608/32873648 swapFree=6848/6848
[pid=13556] ppid=13554 vsize=242296 CPUtime=162.26 cores=1,3,5,7
/proc/13556/stat : 13556 (wbo1.7) S 13554 13556 12137 0 -1 4202496 46022 0 0 0 16209 17 0 0 20 0 2 0 276891885 248111104 43581 33554432000 4194304 5963574 140734380316944 140734380316464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13556/statm: 60574 43581 188 432 0 60139 0
[pid=13556/tid=13558] ppid=13554 vsize=242296 CPUtime=161.56 cores=1,3,5,7
/proc/13556/task/13558/stat : 13558 (wbo1.7) R 13554 13556 12137 0 -1 4202560 38732 0 0 0 16138 18 0 0 20 0 2 0 276891917 248111104 43581 33554432000 4194304 5963574 140734380316944 140720187045688 4399633 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 242296

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13559
/proc/meminfo: memFree=27036812/32873648 swapFree=6848/6848
[pid=13556] ppid=13554 vsize=242296 CPUtime=222.26 cores=1,3,5,7
/proc/13556/stat : 13556 (wbo1.7) S 13554 13556 12137 0 -1 4202496 55562 0 0 0 22202 24 0 0 20 0 2 0 276891885 248111104 53121 33554432000 4194304 5963574 140734380316944 140734380316464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13556/statm: 60574 53121 188 432 0 60139 0
[pid=13556/tid=13558] ppid=13554 vsize=242296 CPUtime=221.4 cores=1,3,5,7
/proc/13556/task/13558/stat : 13558 (wbo1.7) R 13554 13556 12137 0 -1 4202560 48272 0 0 0 22114 26 0 0 20 0 2 0 276891917 248111104 53121 33554432000 4194304 5963574 140734380316944 140720187045928 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 242296

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13559
/proc/meminfo: memFree=27009580/32873648 swapFree=6848/6848
[pid=13556] ppid=13554 vsize=309048 CPUtime=282.22 cores=1,3,5,7
/proc/13556/stat : 13556 (wbo1.7) S 13554 13556 12137 0 -1 4202496 60806 0 0 0 28195 27 0 0 20 0 2 0 276891885 316465152 58499 33554432000 4194304 5963574 140734380316944 140734380316464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13556/statm: 77262 58499 188 432 0 76827 0
[pid=13556/tid=13558] ppid=13554 vsize=309048 CPUtime=281.22 cores=1,3,5,7
/proc/13556/task/13558/stat : 13558 (wbo1.7) R 13554 13556 12137 0 -1 4202560 53516 0 0 0 28092 30 0 0 20 0 2 0 276891917 316465152 58499 33554432000 4194304 5963574 140734380316944 140720187045688 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 309048

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13559
/proc/meminfo: memFree=26924592/32873648 swapFree=6848/6848
[pid=13556] ppid=13554 vsize=309048 CPUtime=342.19 cores=1,3,5,7
/proc/13556/stat : 13556 (wbo1.7) S 13554 13556 12137 0 -1 4202496 65702 0 0 0 34187 32 0 0 20 0 2 0 276891885 316465152 63487 33554432000 4194304 5963574 140734380316944 140734380316464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13556/statm: 77262 63487 188 432 0 76827 0
[pid=13556/tid=13558] ppid=13554 vsize=309048 CPUtime=341.03 cores=1,3,5,7
/proc/13556/task/13558/stat : 13558 (wbo1.7) R 13554 13556 12137 0 -1 4202560 58412 0 0 0 34067 36 0 0 20 0 2 0 276891917 316465152 63487 33554432000 4194304 5963574 140734380316944 140720187045880 4399580 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) 309048

[startup+402.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/180 13563
/proc/meminfo: memFree=26867824/32873648 swapFree=6848/6848
[pid=13556] ppid=13554 vsize=374584 CPUtime=402.17 cores=1,3,5,7
/proc/13556/stat : 13556 (wbo1.7) S 13554 13556 12137 0 -1 4202496 80046 0 0 0 40173 44 0 0 20 0 2 0 276891885 383574016 77809 33554432000 4194304 5963574 140734380316944 140734380316464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13556/statm: 93646 77809 188 432 0 93211 0
[pid=13556/tid=13558] ppid=13554 vsize=374584 CPUtime=400.86 cores=1,3,5,7
/proc/13556/task/13558/stat : 13558 (wbo1.7) R 13554 13556 12137 0 -1 4202560 72756 0 0 0 40037 49 0 0 20 0 2 0 276891917 383574016 77809 33554432000 4194304 5963574 140734380316944 140720187045880 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 374584

[startup+462.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 13563
/proc/meminfo: memFree=26845924/32873648 swapFree=6848/6848
[pid=13556] ppid=13554 vsize=374584 CPUtime=462.16 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13998
/proc/meminfo: memFree=26747652/32873648 swapFree=6848/6848
[pid=13556] ppid=13554 vsize=641284 CPUtime=1421.96 cores=1,3,5,7
/proc/13556/stat : 13556 (wbo1.7) S 13554 13556 12137 0 -1 4202496 155812 0 0 0 142066 130 0 0 20 0 2 0 276891885 656674816 154577 33554432000 4194304 5963574 140734380316944 140734380316464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13556/statm: 160321 154577 188 432 0 159886 0
[pid=13556/tid=13558] ppid=13554 vsize=641284 CPUtime=1418.17 cores=1,3,5,7
/proc/13556/task/13558/stat : 13558 (wbo1.7) R 13554 13556 12137 0 -1 4202560 148522 0 0 0 141667 150 0 0 20 0 2 0 276891917 656674816 154577 33554432000 4194304 5963574 140734380316944 140720187045880 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.96
Current children cumulated vsize (KiB) 641284

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13998
/proc/meminfo: memFree=26685708/32873648 swapFree=6848/6848
[pid=13556] ppid=13554 vsize=706820 CPUtime=1481.94 cores=1,3,5,7
/proc/13556/stat : 13556 (wbo1.7) S 13554 13556 12137 0 -1 4202496 163948 0 0 0 148055 139 0 0 20 0 2 0 276891885 723783680 162713 33554432000 4194304 5963574 140734380316944 140734380316464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13556/statm: 176705 162713 188 432 0 176270 0
[pid=13556/tid=13558] ppid=13554 vsize=706820 CPUtime=1478.01 cores=1,3,5,7
/proc/13556/task/13558/stat : 13558 (wbo1.7) R 13554 13556 12137 0 -1 4202560 156658 0 0 0 147641 160 0 0 20 0 2 0 276891917 723783680 162713 33554432000 4194304 5963574 140734380316944 140720187045880 4392333 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.94
Current children cumulated vsize (KiB) 706820

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13998
/proc/meminfo: memFree=26656472/32873648 swapFree=6848/6848
[pid=13556] ppid=13554 vsize=706820 CPUtime=1541.91 cores=1,3,5,7
/proc/13556/stat : 13556 (wbo1.7) S 13554 13556 12137 0 -1 4202496 170656 0 0 0 154043 148 0 0 20 0 2 0 276891885 723783680 169454 33554432000 4194304 5963574 140734380316944 140734380316464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13556/statm: 176705 169454 188 432 0 176270 0
[pid=13556/tid=13558] ppid=13554 vsize=706820 CPUtime=1537.81 cores=1,3,5,7
/proc/13556/task/13558/stat : 13558 (wbo1.7) R 13554 13556 12137 0 -1 4202560 163366 0 0 0 153611 170 0 0 20 0 2 0 276891917 723783680 169454 33554432000 4194304 5963574 140734380316944 140720187045928 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.91
Current children cumulated vsize (KiB) 706820

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 14001
/proc/meminfo: memFree=26612816/32873648 swapFree=6848/6848
[pid=13556] ppid=13554 vsize=772356 CPUtime=1601.89 cores=1,3,5,7
/proc/13556/stat : 13556 (wbo1.7) S 13554 13556 12137 0 -1 4202496 176749 0 0 0 160033 156 0 0 20 0 2 0 276891885 790892544 175599 33554432000 4194304 5963574 140734380316944 140734380316464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13556/statm: 193089 175599 188 432 0 192654 0
[pid=13556/tid=13558] ppid=13554 vsize=772356 CPUtime=1597.65 cores=1,3,5,7
/proc/13556/task/13558/stat : 13558 (wbo1.7) R 13554 13556 12137 0 -1 4202560 169459 0 0 0 159586 179 0 0 20 0 2 0 276891917 790892544 175599 33554432000 4194304 5963574 140734380316944 140720187045928 4400055 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.89
Current children cumulated vsize (KiB) 772356

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 14025
/proc/meminfo: memFree=26586872/32873648 swapFree=6848/6848
[pid=13556] ppid=13554 vsize=772356 CPUtime=1661.88 cores=1,3,5,7
/proc/13556/stat : 13556 (wbo1.7) S 13554 13556 12137 0 -1 4202496 182576 0 0 0 166022 166 0 0 20 0 2 0 276891885 790892544 181760 33554432000 4194304 5963574 140734380316944 140734380316464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13556/statm: 193089 181760 188 432 0 192654 0
[pid=13556/tid=13558] ppid=13554 vsize=772356 CPUtime=1657.49 cores=1,3,5,7
/proc/13556/task/13558/stat : 13558 (wbo1.7) R 13554 13556 12137 0 -1 4202560 175286 0 0 0 165559 190 0 0 20 0 2 0 276891917 790892544 181760 33554432000 4194304 5963574 140734380316944 140720187045880 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.88
Current children cumulated vsize (KiB) 772356

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14025
/proc/meminfo: memFree=26547880/32873648 swapFree=6848/6848
[pid=13556] ppid=13554 vsize=772356 CPUtime=1721.86 cores=1,3,5,7
/proc/13556/stat : 13556 (wbo1.7) S 13554 13556 12137 0 -1 4202496 188312 0 0 0 172012 174 0 0 20 0 2 0 276891885 790892544 187496 33554432000 4194304 5963574 140734380316944 140734380316464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13556/statm: 193089 187496 188 432 0 192654 0
[pid=13556/tid=13558] ppid=13554 vsize=772356 CPUtime=1717.33 cores=1,3,5,7
/proc/13556/task/13558/stat : 13558 (wbo1.7) R 13554 13556 12137 0 -1 4202560 181022 0 0 0 171534 199 0 0 20 0 2 0 276891917 790892544 187496 33554432000 4194304 5963574 140734380316944 140720187045880 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.86
Current children cumulated vsize (KiB) 772356

[startup+1782.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 14025
/proc/meminfo: memFree=26509564/32873648 swapFree=6848/6848
[pid=13556] ppid=13554 vsize=837892 CPUtime=1781.86 cores=1,3,5,7
/proc/13556/stat : 13556 (wbo1.7) S 13554 13556 12137 0 -1 4202496 193593 0 0 0 178005 181 0 0 20 0 2 0 276891885 858001408 192777 33554432000 4194304 5963574 140734380316944 140734380316464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13556/statm: 209473 192777 188 432 0 209038 0
[pid=13556/tid=13558] ppid=13554 vsize=837892 CPUtime=1777.18 cores=1,3,5,7
/proc/13556/task/13558/stat : 13558 (wbo1.7) R 13554 13556 12137 0 -1 4202560 186303 0 0 0 177512 206 0 0 20 0 2 0 276891917 858001408 192777 33554432000 4194304 5963574 140734380316944 140720187045880 4399451 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.86
Current children cumulated vsize (KiB) 837892

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

[startup+1791.91 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 14025
/proc/meminfo: memFree=26506092/32873648 swapFree=6848/6848
[pid=13556] ppid=13554 vsize=837892 CPUtime=1791.46 cores=1,3,5,7
/proc/13556/stat : 13556 (wbo1.7) S 13554 13556 12137 0 -1 4202496 194320 0 0 0 178964 182 0 0 20 0 2 0 276891885 858001408 193504 33554432000 4194304 5963574 140734380316944 140734380316464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13556/statm: 209473 193504 188 432 0 209038 0
[pid=13556/tid=13558] ppid=13554 vsize=837892 CPUtime=1786.76 cores=1,3,5,7
/proc/13556/task/13558/stat : 13558 (wbo1.7) R 13554 13556 12137 0 -1 4202560 187030 0 0 0 178468 208 0 0 20 0 2 0 276891917 858001408 193504 33554432000 4194304 5963574 140734380316944 140720187045880 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.46
Current children cumulated vsize (KiB) 837892

[startup+1795.1 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 14025
/proc/meminfo: memFree=26504728/32873648 swapFree=6848/6848
[pid=13556] ppid=13554 vsize=837892 CPUtime=1794.66 cores=1,3,5,7
/proc/13556/stat : 13556 (wbo1.7) S 13554 13556 12137 0 -1 4202496 194567 0 0 0 179284 182 0 0 20 0 2 0 276891885 858001408 193751 33554432000 4194304 5963574 140734380316944 140734380316464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13556/statm: 209473 193751 188 432 0 209038 0
[pid=13556/tid=13558] ppid=13554 vsize=837892 CPUtime=1789.95 cores=1,3,5,7
/proc/13556/task/13558/stat : 13558 (wbo1.7) R 13554 13556 12137 0 -1 4202560 187277 0 0 0 178787 208 0 0 20 0 2 0 276891917 858001408 193751 33554432000 4194304 5963574 140734380316944 140720187045880 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.66
Current children cumulated vsize (KiB) 837892

[startup+1798.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 14025
/proc/meminfo: memFree=26504108/32873648 swapFree=6848/6848
[pid=13556] ppid=13554 vsize=837892 CPUtime=1797.85 cores=1,3,5,7
/proc/13556/stat : 13556 (wbo1.7) S 13554 13556 12137 0 -1 4202496 194823 0 0 0 179603 182 0 0 20 0 2 0 276891885 858001408 194007 33554432000 4194304 5963574 140734380316944 140734380316464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13556/statm: 209473 194007 188 432 0 209038 0
[pid=13556/tid=13558] ppid=13554 vsize=837892 CPUtime=1793.14 cores=1,3,5,7
/proc/13556/task/13558/stat : 13558 (wbo1.7) R 13554 13556 12137 0 -1 4202560 187533 0 0 0 179106 208 0 0 20 0 2 0 276891917 858001408 194007 33554432000 4194304 5963574 140734380316944 140720187045880 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.85
Current children cumulated vsize (KiB) 837892

[startup+1799.1 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 14025
/proc/meminfo: memFree=26503736/32873648 swapFree=6848/6848
[pid=13556] ppid=13554 vsize=837892 CPUtime=1798.65 cores=1,3,5,7
/proc/13556/stat : 13556 (wbo1.7) S 13554 13556 12137 0 -1 4202496 194881 0 0 0 179683 182 0 0 20 0 2 0 276891885 858001408 194065 33554432000 4194304 5963574 140734380316944 140734380316464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13556/statm: 209473 194065 188 432 0 209038 0
[pid=13556/tid=13558] ppid=13554 vsize=837892 CPUtime=1793.94 cores=1,3,5,7
/proc/13556/task/13558/stat : 13558 (wbo1.7) R 13554 13556 12137 0 -1 4202560 187591 0 0 0 179186 208 0 0 20 0 2 0 276891917 858001408 194065 33554432000 4194304 5963574 140734380316944 140720187045880 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.65
Current children cumulated vsize (KiB) 837892

[startup+1799.5 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 14025
/proc/meminfo: memFree=26503488/32873648 swapFree=6848/6848
[pid=13556] ppid=13554 vsize=837892 CPUtime=1799.06 cores=1,3,5,7
/proc/13556/stat : 13556 (wbo1.7) S 13554 13556 12137 0 -1 4202496 194907 0 0 0 179724 182 0 0 20 0 2 0 276891885 858001408 194091 33554432000 4194304 5963574 140734380316944 140734380316464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13556/statm: 209473 194091 188 432 0 209038 0
[pid=13556/tid=13558] ppid=13554 vsize=837892 CPUtime=1794.34 cores=1,3,5,7
/proc/13556/task/13558/stat : 13558 (wbo1.7) R 13554 13556 12137 0 -1 4202560 187617 0 0 0 179226 208 0 0 20 0 2 0 276891917 858001408 194091 33554432000 4194304 5963574 140734380316944 140720187045880 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.06
Current children cumulated vsize (KiB) 837892

[startup+1799.9 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 14025
/proc/meminfo: memFree=26503488/32873648 swapFree=6848/6848
[pid=13556] ppid=13554 vsize=837892 CPUtime=1799.46 cores=1,3,5,7
/proc/13556/stat : 13556 (wbo1.7) S 13554 13556 12137 0 -1 4202496 194933 0 0 0 179763 183 0 0 20 0 2 0 276891885 858001408 194117 33554432000 4194304 5963574 140734380316944 140734380316464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13556/statm: 209473 194117 188 432 0 209038 0
[pid=13556/tid=13558] ppid=13554 vsize=837892 CPUtime=1794.74 cores=1,3,5,7
/proc/13556/task/13558/stat : 13558 (wbo1.7) R 13554 13556 12137 0 -1 4202560 187643 0 0 0 179265 209 0 0 20 0 2 0 276891917 858001408 194117 33554432000 4194304 5963574 140734380316944 140720187045880 4399456 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) 837892

[startup+1800 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 14025
/proc/meminfo: memFree=26503488/32873648 swapFree=6848/6848
[pid=13556] ppid=13554 vsize=837892 CPUtime=1799.56 cores=1,3,5,7
/proc/13556/stat : 13556 (wbo1.7) S 13554 13556 12137 0 -1 4202496 194941 0 0 0 179773 183 0 0 20 0 2 0 276891885 858001408 194125 33554432000 4194304 5963574 140734380316944 140734380316464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13556/statm: 209473 194125 188 432 0 209038 0
[pid=13556/tid=13558] ppid=13554 vsize=837892 CPUtime=1794.84 cores=1,3,5,7
/proc/13556/task/13558/stat : 13558 (wbo1.7) R 13554 13556 12137 0 -1 4202560 187651 0 0 0 179275 209 0 0 20 0 2 0 276891917 858001408 194125 33554432000 4194304 5963574 140734380316944 140720187045880 4399451 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.56
Current children cumulated vsize (KiB) 837892

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13556 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=62413
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=119677
# CPU time returned by wait4() is 1795.18
# while last known CPU time is 1799.56
#
# 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.56
CPU user time (s): 1797.73
CPU system time (s): 1.83
CPU usage (%): 99.9748
Max. virtual memory (cumulated for all children) (KiB): 837892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.06
system time used= 2.11968
maximum resident set size= 776508
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 194943
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= 287
involuntary context switches= 1976

runsolver used 6.05808 second user time and 19.2271 second system time

The end

Launcher Data

Begin job on node113 at 2012-05-27 10:34:10
IDJOB=3704832
IDBENCH=73867
IDSOLVER=2283
FILE ID=node113/3704832-1338107650
RUNJOBID= node113-1338088429-12154
PBS_JOBID= 14624460
Free space on /tmp= 71388 MiB

SOLVER NAME= wbo 1.7
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12038_3-sat.opb
COMMAND LINE= wbo1.7 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3704832-1338107650/watcher-3704832-1338107650 -o /tmp/evaluation-result-3704832-1338107650/solver-3704832-1338107650 -C 1800 -W 1900 -M 15500  wbo1.7 -file-format=opb HOME/instance-3704832-1338107650.opb

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

MD5SUM BENCH= 56cc40b9ea431027514a5b56e02d7edb
RANDOM SEED=15464628

node113.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.026
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.05
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.026
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.90
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.026
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	: 5438.54
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.026
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.026
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.026
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.026
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.92
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.026
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:        27284636 kB
Buffers:          335164 kB
Cached:          4032756 kB
SwapCached:            0 kB
Active:          1419120 kB
Inactive:        3336800 kB
Active(anon):     390464 kB
Inactive(anon):        0 kB
Active(file):    1028656 kB
Inactive(file):  3336800 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              9292 kB
Writeback:            16 kB
AnonPages:        397000 kB
Mapped:            15148 kB
Shmem:               200 kB
Slab:             694220 kB
SReclaimable:     138412 kB
SUnreclaim:       555808 kB
KernelStack:        1456 kB
PageTables:         4868 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     165408 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    274432 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= 71380 MiB
End job on node113 at 2012-05-27 11:04:11