Trace number 3704830

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

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12032_3-unsat.opb
MD5SUM336dbbe12a18bfd6b8d34c583a70b44b
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 benchmark282.212
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables32186
Total number of constraints107047
Number of constraints which are clauses106519
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints528
Minimum length of a constraint1
Maximum length of a constraint93
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 26
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 561
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-3704830-1338107763.opb.
0.00/0.00	c Instance file HOME/instance-3704830-1338107763.opb
0.00/0.00	c File size is 3410453 bytes.
0.19/0.26	c Highest Coefficient sum: 561
0.19/0.26	c ============================[ Problem Statistics ]=============================
0.19/0.26	c |                                                                             |
0.19/0.26	c |  Parsing time:          0.27         s                                      |
0.19/0.26	c |  Number Variables:      32186                                               |
0.19/0.26	c |  Number Clauses:        106519                                              |
0.19/0.26	c |  Number Cardinality:    0                                                   |
0.19/0.26	c |  Number PB Constraints: 528                                                 |
0.19/0.26	c |                                                                             |
0.29/0.31	c |  Problem Type:          Decision                                            |
0.29/0.31	c |  Objective Function:    None                                                |
0.29/0.31	c |                                                                             |
0.29/0.31	c ===============================================================================
1799.47/1800.00	c ===============================================================================
1799.47/1800.00	c Wall Clock Time: 1800.00 s
1799.47/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-3704830-1338107763/watcher-3704830-1338107763 -o /tmp/evaluation-result-3704830-1338107763/solver-3704830-1338107763 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3704830-1338107763.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.08 2.04 2.01 3/177 26314
/proc/meminfo: memFree=30889296/32873844 swapFree=7624/7624
[pid=26314] ppid=26312 vsize=7004 CPUtime=0 cores=0,2,4,6
/proc/26314/stat : 26314 (wbo1.7) R 26312 26314 24863 0 -1 4202496 448 0 0 0 0 0 0 0 20 0 1 0 276901955 7172096 400 33554432000 4194304 5963574 140734815670880 140733704384152 4394802 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/26314/statm: 1751 400 169 432 0 483 0

[startup+0.076234 s]
/proc/loadavg: 2.08 2.04 2.01 3/177 26314
/proc/meminfo: memFree=30889296/32873844 swapFree=7624/7624
[pid=26314] ppid=26312 vsize=13848 CPUtime=0.07 cores=0,2,4,6
/proc/26314/stat : 26314 (wbo1.7) R 26312 26314 24863 0 -1 4202496 2289 0 0 0 7 0 0 0 20 0 1 0 276901955 14180352 2208 33554432000 4194304 5963574 140734815670880 140733704384152 4349263 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/26314/statm: 3462 2210 395 432 0 2194 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 13848

[startup+0.100257 s]
/proc/loadavg: 2.08 2.04 2.01 3/177 26314
/proc/meminfo: memFree=30889296/32873844 swapFree=7624/7624
[pid=26314] ppid=26312 vsize=14804 CPUtime=0.09 cores=0,2,4,6
/proc/26314/stat : 26314 (wbo1.7) R 26312 26314 24863 0 -1 4202496 2600 0 0 0 9 0 0 0 20 0 1 0 276901955 15159296 2519 33554432000 4194304 5963574 140734815670880 140733704384152 5135572 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/26314/statm: 3701 2519 479 432 0 2433 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14804

[startup+0.300272 s]
/proc/loadavg: 2.08 2.04 2.01 3/177 26314
/proc/meminfo: memFree=30889296/32873844 swapFree=7624/7624
[pid=26314] ppid=26312 vsize=104316 CPUtime=0.29 cores=0,2,4,6
/proc/26314/stat : 26314 (wbo1.7) S 26312 26314 24863 0 -1 4202496 8952 0 0 0 28 1 0 0 20 0 2 0 276901955 106819584 7891 33554432000 4194304 5963574 140734815670880 140734815670400 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26314/statm: 26079 7891 177 432 0 25644 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 104316

[startup+0.700242 s]
/proc/loadavg: 2.08 2.04 2.01 3/177 26314
/proc/meminfo: memFree=30889296/32873844 swapFree=7624/7624
[pid=26314] ppid=26312 vsize=103352 CPUtime=0.69 cores=0,2,4,6
/proc/26314/stat : 26314 (wbo1.7) S 26312 26314 24863 0 -1 4202496 11646 0 0 0 68 1 0 0 20 0 2 0 276901955 105832448 9611 33554432000 4194304 5963574 140734815670880 140734815670400 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26314/statm: 25838 9611 188 432 0 25403 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 103352

[startup+1.50027 s]
/proc/loadavg: 2.08 2.04 2.01 4/179 26316
/proc/meminfo: memFree=30850948/32873844 swapFree=7624/7624
[pid=26314] ppid=26312 vsize=103352 CPUtime=1.49 cores=0,2,4,6
/proc/26314/stat : 26314 (wbo1.7) S 26312 26314 24863 0 -1 4202496 11969 0 0 0 147 2 0 0 20 0 2 0 276901955 105832448 9934 33554432000 4194304 5963574 140734815670880 140734815670400 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26314/statm: 25838 9934 188 432 0 25403 0
[pid=26314/tid=26316] ppid=26312 vsize=103352 CPUtime=1.21 cores=0,2,4,6
/proc/26314/task/26316/stat : 26316 (wbo1.7) R 26312 26314 24863 0 -1 4202560 5838 0 0 0 120 1 0 0 20 0 2 0 276901982 105832448 9934 33554432000 4194304 5963574 140734815670880 140683255859240 4392454 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 103352

[startup+3.10028 s]
/proc/loadavg: 2.08 2.04 2.01 4/179 26316
/proc/meminfo: memFree=30848368/32873844 swapFree=7624/7624
[pid=26314] ppid=26312 vsize=103352 CPUtime=3.09 cores=0,2,4,6
/proc/26314/stat : 26314 (wbo1.7) S 26312 26314 24863 0 -1 4202496 12659 0 0 0 307 2 0 0 20 0 2 0 276901955 105832448 10624 33554432000 4194304 5963574 140734815670880 140734815670400 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26314/statm: 25838 10624 188 432 0 25403 0
[pid=26314/tid=26316] ppid=26312 vsize=103352 CPUtime=2.81 cores=0,2,4,6
/proc/26314/task/26316/stat : 26316 (wbo1.7) R 26312 26314 24863 0 -1 4202560 6528 0 0 0 280 1 0 0 20 0 2 0 276901982 105832448 10624 33554432000 4194304 5963574 140734815670880 140683255859240 4399451 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) 103352

[startup+6.30027 s]
/proc/loadavg: 2.07 2.04 2.01 4/179 26316
/proc/meminfo: memFree=30841424/32873844 swapFree=7624/7624
[pid=26314] ppid=26312 vsize=103352 CPUtime=6.29 cores=0,2,4,6
/proc/26314/stat : 26314 (wbo1.7) S 26312 26314 24863 0 -1 4202496 13950 0 0 0 627 2 0 0 20 0 2 0 276901955 105832448 11915 33554432000 4194304 5963574 140734815670880 140734815670400 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26314/statm: 25838 11915 188 432 0 25403 0
[pid=26314/tid=26316] ppid=26312 vsize=103352 CPUtime=6 cores=0,2,4,6
/proc/26314/task/26316/stat : 26316 (wbo1.7) R 26312 26314 24863 0 -1 4202560 7819 0 0 0 599 1 0 0 20 0 2 0 276901982 105832448 11915 33554432000 4194304 5963574 140734815670880 140683255859000 5135572 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 103352

[startup+12.7003 s]
/proc/loadavg: 2.07 2.03 2.01 4/179 26316
/proc/meminfo: memFree=30829908/32873844 swapFree=7624/7624
[pid=26314] ppid=26312 vsize=103352 CPUtime=12.69 cores=0,2,4,6
/proc/26314/stat : 26314 (wbo1.7) S 26312 26314 24863 0 -1 4202496 16156 0 0 0 1266 3 0 0 20 0 2 0 276901955 105832448 14121 33554432000 4194304 5963574 140734815670880 140734815670400 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26314/statm: 25838 14121 188 432 0 25403 0
[pid=26314/tid=26316] ppid=26312 vsize=103352 CPUtime=12.38 cores=0,2,4,6
/proc/26314/task/26316/stat : 26316 (wbo1.7) R 26312 26314 24863 0 -1 4202560 10025 0 0 0 1236 2 0 0 20 0 2 0 276901982 105832448 14121 33554432000 4194304 5963574 140734815670880 140683255859192 5135572 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 103352

[startup+25.5003 s]
/proc/loadavg: 2.05 2.03 2.00 4/179 26316
/proc/meminfo: memFree=30818384/32873844 swapFree=7624/7624
[pid=26314] ppid=26312 vsize=103352 CPUtime=25.48 cores=0,2,4,6
/proc/26314/stat : 26314 (wbo1.7) S 26312 26314 24863 0 -1 4202496 17880 0 0 0 2545 3 0 0 20 0 2 0 276901955 105832448 15845 33554432000 4194304 5963574 140734815670880 140734815670400 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26314/statm: 25838 15845 188 432 0 25403 0
[pid=26314/tid=26316] ppid=26312 vsize=103352 CPUtime=25.15 cores=0,2,4,6
/proc/26314/task/26316/stat : 26316 (wbo1.7) R 26312 26314 24863 0 -1 4202560 11749 0 0 0 2513 2 0 0 20 0 2 0 276901982 105832448 15845 33554432000 4194304 5963574 140734815670880 140683255859000 4399390 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) 103352

[startup+51.1003 s]
/proc/loadavg: 2.09 2.04 2.01 4/179 26316
/proc/meminfo: memFree=30792576/32873844 swapFree=7624/7624
[pid=26314] ppid=26312 vsize=103352 CPUtime=51.08 cores=0,2,4,6
/proc/26314/stat : 26314 (wbo1.7) S 26312 26314 24863 0 -1 4202496 23153 0 0 0 5102 6 0 0 20 0 2 0 276901955 105832448 21118 33554432000 4194304 5963574 140734815670880 140734815670400 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26314/statm: 25838 21118 188 432 0 25403 0
[pid=26314/tid=26316] ppid=26312 vsize=103352 CPUtime=50.69 cores=0,2,4,6
/proc/26314/task/26316/stat : 26316 (wbo1.7) R 26312 26314 24863 0 -1 4202560 17022 0 0 0 5064 5 0 0 20 0 2 0 276901982 105832448 21118 33554432000 4194304 5963574 140734815670880 140683255859000 4392533 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) 103352

[startup+102.307 s]
/proc/loadavg: 2.10 2.05 2.01 4/179 26316
/proc/meminfo: memFree=30758000/32873844 swapFree=7624/7624
[pid=26314] ppid=26312 vsize=168888 CPUtime=102.28 cores=0,2,4,6
/proc/26314/stat : 26314 (wbo1.7) S 26312 26314 24863 0 -1 4202496 28603 0 0 0 10219 9 0 0 20 0 2 0 276901955 172941312 26568 33554432000 4194304 5963574 140734815670880 140734815670400 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26314/statm: 42222 26568 188 432 0 41787 0
[pid=26314/tid=26316] ppid=26312 vsize=168888 CPUtime=101.76 cores=0,2,4,6
/proc/26314/task/26316/stat : 26316 (wbo1.7) R 26312 26314 24863 0 -1 4202560 22472 0 0 0 10167 9 0 0 20 0 2 0 276901982 172941312 26568 33554432000 4194304 5963574 140734815670880 140683255859240 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 168888

[startup+162.3 s]
/proc/loadavg: 2.10 2.06 2.01 4/179 26316
/proc/meminfo: memFree=30715592/32873844 swapFree=7624/7624
[pid=26314] ppid=26312 vsize=170512 CPUtime=162.27 cores=0,2,4,6
/proc/26314/stat : 26314 (wbo1.7) S 26312 26314 24863 0 -1 4202496 35577 0 0 0 16214 13 0 0 20 0 2 0 276901955 174604288 33542 33554432000 4194304 5963574 140734815670880 140734815670400 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26314/statm: 42628 33542 188 432 0 42193 0
[pid=26314/tid=26316] ppid=26312 vsize=170512 CPUtime=161.6 cores=0,2,4,6
/proc/26314/task/26316/stat : 26316 (wbo1.7) R 26312 26314 24863 0 -1 4202560 29446 0 0 0 16146 14 0 0 20 0 2 0 276901982 174604288 33542 33554432000 4194304 5963574 140734815670880 140683255859192 4399633 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 170512

[startup+222.3 s]
/proc/loadavg: 2.04 2.04 2.00 4/179 26316
/proc/meminfo: memFree=30652724/32873844 swapFree=7624/7624
[pid=26314] ppid=26312 vsize=236856 CPUtime=222.26 cores=0,2,4,6
/proc/26314/stat : 26314 (wbo1.7) S 26312 26314 24863 0 -1 4202496 43914 0 0 0 22207 19 0 0 20 0 2 0 276901955 242540544 41879 33554432000 4194304 5963574 140734815670880 140734815670400 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26314/statm: 59214 41879 188 432 0 58779 0
[pid=26314/tid=26316] ppid=26312 vsize=236856 CPUtime=221.45 cores=0,2,4,6
/proc/26314/task/26316/stat : 26316 (wbo1.7) R 26312 26314 24863 0 -1 4202560 37783 0 0 0 22124 21 0 0 20 0 2 0 276901982 242540544 41879 33554432000 4194304 5963574 140734815670880 140683255859000 4381544 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 236856

[startup+282.3 s]
/proc/loadavg: 2.08 2.05 2.00 4/180 26319
/proc/meminfo: memFree=30619112/32873844 swapFree=7624/7624
[pid=26314] ppid=26312 vsize=236856 CPUtime=282.25 cores=0,2,4,6
/proc/26314/stat : 26314 (wbo1.7) S 26312 26314 24863 0 -1 4202496 45104 0 0 0 28206 19 0 0 20 0 2 0 276901955 242540544 43069 33554432000 4194304 5963574 140734815670880 140734815670400 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26314/statm: 59214 43069 188 432 0 58779 0
[pid=26314/tid=26316] ppid=26312 vsize=236856 CPUtime=281.29 cores=0,2,4,6
/proc/26314/task/26316/stat : 26316 (wbo1.7) R 26312 26314 24863 0 -1 4202560 38973 0 0 0 28107 22 0 0 20 0 2 0 276901982 242540544 43069 33554432000 4194304 5963574 140734815670880 140683255859000 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 236856

[startup+342.3 s]
/proc/loadavg: 2.13 2.07 2.01 4/179 26320
/proc/meminfo: memFree=30565352/32873844 swapFree=7624/7624
[pid=26314] ppid=26312 vsize=236856 CPUtime=342.2 cores=0,2,4,6
/proc/26314/stat : 26314 (wbo1.7) S 26312 26314 24863 0 -1 4202496 53452 0 0 0 34191 29 0 0 20 0 2 0 276901955 242540544 51514 33554432000 4194304 5963574 140734815670880 140734815670400 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26314/statm: 59214 51514 188 432 0 58779 0
[pid=26314/tid=26316] ppid=26312 vsize=236856 CPUtime=341.1 cores=0,2,4,6
/proc/26314/task/26316/stat : 26316 (wbo1.7) R 26312 26314 24863 0 -1 4202560 47321 0 0 0 34077 33 0 0 20 0 2 0 276901982 242540544 51514 33554432000 4194304 5963574 140734815670880 140683255859192 4399448 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 236856

[startup+402.3 s]
/proc/loadavg: 2.11 2.07 2.01 4/179 26320
/proc/meminfo: memFree=30525328/32873844 swapFree=7624/7624
[pid=26314] ppid=26312 vsize=303608 CPUtime=402.14 cores=0,2,4,6
/proc/26314/stat : 26314 (wbo1.7) S 26312 26314 24863 0 -1 4202496 58363 0 0 0 40180 34 0 0 20 0 2 0 276901955 310894592 56402 33554432000 4194304 5963574 140734815670880 140734815670400 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26314/statm: 75902 56402 188 432 0 75467 0
[pid=26314/tid=26316] ppid=26312 vsize=303608 CPUtime=400.9 cores=0,2,4,6
/proc/26314/task/26316/stat : 26316 (wbo1.7) R 26312 26314 24863 0 -1 4202560 52232 0 0 0 40051 39 0 0 20 0 2 0 276901982 310894592 56402 33554432000 4194304 5963574 140734815670880 140683255859000 4403036 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 303608

[startup+462.3 s]
/proc/loadavg: 2.11 2.07 2.01 4/179 26320
/proc/meminfo: memFree=30499928/32873844 swapFree=7624/7624
[pid=26314] ppid=26312 vsize=303608 CPUtime=462.13 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 26638
/proc/meminfo: memFree=30615628/32873844 swapFree=7624/7624
[pid=26314] ppid=26312 vsize=567576 CPUtime=1421.88 cores=0,2,4,6
/proc/26314/stat : 26314 (wbo1.7) S 26312 26314 24863 0 -1 4202496 123930 0 0 0 142082 106 0 0 20 0 2 0 276901955 581197824 122394 33554432000 4194304 5963574 140734815670880 140734815670400 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26314/statm: 141894 122394 188 432 0 141459 0
[pid=26314/tid=26316] ppid=26312 vsize=567576 CPUtime=1418.15 cores=0,2,4,6
/proc/26314/task/26316/stat : 26316 (wbo1.7) R 26312 26314 24863 0 -1 4202560 117799 0 0 0 141689 126 0 0 20 0 2 0 276901982 581197824 122394 33554432000 4194304 5963574 140734815670880 140683255859192 4399474 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 567576

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 26641
/proc/meminfo: memFree=30593924/32873844 swapFree=7624/7624
[pid=26314] ppid=26312 vsize=567576 CPUtime=1481.83 cores=0,2,4,6
/proc/26314/stat : 26314 (wbo1.7) S 26312 26314 24863 0 -1 4202496 123959 0 0 0 148077 106 0 0 20 0 2 0 276901955 581197824 122476 33554432000 4194304 5963574 140734815670880 140734815670400 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26314/statm: 141894 122476 188 432 0 141459 0
[pid=26314/tid=26316] ppid=26312 vsize=567576 CPUtime=1477.96 cores=0,2,4,6
/proc/26314/task/26316/stat : 26316 (wbo1.7) R 26312 26314 24863 0 -1 4202560 117828 0 0 0 147669 127 0 0 20 0 2 0 276901982 581197824 122476 33554432000 4194304 5963574 140734815670880 140683255859192 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.83
Current children cumulated vsize (KiB) 567576

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 26665
/proc/meminfo: memFree=30574884/32873844 swapFree=7624/7624
[pid=26314] ppid=26312 vsize=567576 CPUtime=1541.82 cores=0,2,4,6
/proc/26314/stat : 26314 (wbo1.7) S 26312 26314 24863 0 -1 4202496 123960 0 0 0 154076 106 0 0 20 0 2 0 276901955 581197824 122476 33554432000 4194304 5963574 140734815670880 140734815670400 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26314/statm: 141894 122476 188 432 0 141459 0
[pid=26314/tid=26316] ppid=26312 vsize=567576 CPUtime=1537.81 cores=0,2,4,6
/proc/26314/task/26316/stat : 26316 (wbo1.7) R 26312 26314 24863 0 -1 4202560 117829 0 0 0 153653 128 0 0 20 0 2 0 276901982 581197824 122476 33554432000 4194304 5963574 140734815670880 140683255859192 4399603 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.82
Current children cumulated vsize (KiB) 567576

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26665
/proc/meminfo: memFree=30564260/32873844 swapFree=7624/7624
[pid=26314] ppid=26312 vsize=567576 CPUtime=1601.81 cores=0,2,4,6
/proc/26314/stat : 26314 (wbo1.7) S 26312 26314 24863 0 -1 4202496 123962 0 0 0 160075 106 0 0 20 0 2 0 276901955 581197824 122478 33554432000 4194304 5963574 140734815670880 140734815670400 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26314/statm: 141894 122478 188 432 0 141459 0
[pid=26314/tid=26316] ppid=26312 vsize=567576 CPUtime=1597.65 cores=0,2,4,6
/proc/26314/task/26316/stat : 26316 (wbo1.7) R 26312 26314 24863 0 -1 4202560 117831 0 0 0 159636 129 0 0 20 0 2 0 276901982 581197824 122478 33554432000 4194304 5963574 140734815670880 140683255859192 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.81
Current children cumulated vsize (KiB) 567576

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26665
/proc/meminfo: memFree=30563788/32873844 swapFree=7624/7624
[pid=26314] ppid=26312 vsize=567576 CPUtime=1661.8 cores=0,2,4,6
/proc/26314/stat : 26314 (wbo1.7) S 26312 26314 24863 0 -1 4202496 123962 0 0 0 166074 106 0 0 20 0 2 0 276901955 581197824 122478 33554432000 4194304 5963574 140734815670880 140734815670400 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26314/statm: 141894 122478 188 432 0 141459 0
[pid=26314/tid=26316] ppid=26312 vsize=567576 CPUtime=1657.5 cores=0,2,4,6
/proc/26314/task/26316/stat : 26316 (wbo1.7) R 26312 26314 24863 0 -1 4202560 117831 0 0 0 165620 130 0 0 20 0 2 0 276901982 581197824 122478 33554432000 4194304 5963574 140734815670880 140683255859192 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.8
Current children cumulated vsize (KiB) 567576

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26665
/proc/meminfo: memFree=30562732/32873844 swapFree=7624/7624
[pid=26314] ppid=26312 vsize=567576 CPUtime=1721.79 cores=0,2,4,6
/proc/26314/stat : 26314 (wbo1.7) S 26312 26314 24863 0 -1 4202496 124007 0 0 0 172073 106 0 0 20 0 2 0 276901955 581197824 122522 33554432000 4194304 5963574 140734815670880 140734815670400 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26314/statm: 141894 122522 188 432 0 141459 0
[pid=26314/tid=26316] ppid=26312 vsize=567576 CPUtime=1717.34 cores=0,2,4,6
/proc/26314/task/26316/stat : 26316 (wbo1.7) R 26312 26314 24863 0 -1 4202560 117876 0 0 0 171603 131 0 0 20 0 2 0 276901982 581197824 122522 33554432000 4194304 5963574 140734815670880 140683255859000 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.79
Current children cumulated vsize (KiB) 567576

[startup+1782.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 26665
/proc/meminfo: memFree=30535204/32873844 swapFree=7624/7624
[pid=26314] ppid=26312 vsize=567576 CPUtime=1781.78 cores=0,2,4,6
/proc/26314/stat : 26314 (wbo1.7) S 26312 26314 24863 0 -1 4202496 127131 0 0 0 178069 109 0 0 20 0 2 0 276901955 581197824 125645 33554432000 4194304 5963574 140734815670880 140734815670400 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26314/statm: 141894 125645 188 432 0 141459 0
[pid=26314/tid=26316] ppid=26312 vsize=567576 CPUtime=1777.19 cores=0,2,4,6
/proc/26314/task/26316/stat : 26316 (wbo1.7) R 26312 26314 24863 0 -1 4202560 121000 0 0 0 177585 134 0 0 20 0 2 0 276901982 581197824 125645 33554432000 4194304 5963574 140734815670880 140683255859240 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.78
Current children cumulated vsize (KiB) 567576

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

[startup+1791.91 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 26665
/proc/meminfo: memFree=30530120/32873844 swapFree=7624/7624
[pid=26314] ppid=26312 vsize=567576 CPUtime=1791.38 cores=0,2,4,6
/proc/26314/stat : 26314 (wbo1.7) S 26312 26314 24863 0 -1 4202496 127638 0 0 0 179029 109 0 0 20 0 2 0 276901955 581197824 126152 33554432000 4194304 5963574 140734815670880 140734815670400 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26314/statm: 141894 126152 188 432 0 141459 0
[pid=26314/tid=26316] ppid=26312 vsize=567576 CPUtime=1786.77 cores=0,2,4,6
/proc/26314/task/26316/stat : 26316 (wbo1.7) R 26312 26314 24863 0 -1 4202560 121507 0 0 0 178542 135 0 0 20 0 2 0 276901982 581197824 126152 33554432000 4194304 5963574 140734815670880 140683255859192 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.38
Current children cumulated vsize (KiB) 567576

[startup+1795.1 s]
/proc/loadavg: 2.06 2.01 2.00 3/179 26665
/proc/meminfo: memFree=30528880/32873844 swapFree=7624/7624
[pid=26314] ppid=26312 vsize=567576 CPUtime=1794.58 cores=0,2,4,6
/proc/26314/stat : 26314 (wbo1.7) S 26312 26314 24863 0 -1 4202496 127831 0 0 0 179349 109 0 0 20 0 2 0 276901955 581197824 126345 33554432000 4194304 5963574 140734815670880 140734815670400 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26314/statm: 141894 126345 188 432 0 141459 0
[pid=26314/tid=26316] ppid=26312 vsize=567576 CPUtime=1789.96 cores=0,2,4,6
/proc/26314/task/26316/stat : 26316 (wbo1.7) R 26312 26314 24863 0 -1 4202560 121700 0 0 0 178861 135 0 0 20 0 2 0 276901982 581197824 126345 33554432000 4194304 5963574 140734815670880 140683255859192 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.58
Current children cumulated vsize (KiB) 567576

[startup+1798.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/179 26665
/proc/meminfo: memFree=30527764/32873844 swapFree=7624/7624
[pid=26314] ppid=26312 vsize=567576 CPUtime=1797.77 cores=0,2,4,6
/proc/26314/stat : 26314 (wbo1.7) S 26312 26314 24863 0 -1 4202496 128026 0 0 0 179667 110 0 0 20 0 2 0 276901955 581197824 126540 33554432000 4194304 5963574 140734815670880 140734815670400 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26314/statm: 141894 126540 188 432 0 141459 0
[pid=26314/tid=26316] ppid=26312 vsize=567576 CPUtime=1793.15 cores=0,2,4,6
/proc/26314/task/26316/stat : 26316 (wbo1.7) R 26312 26314 24863 0 -1 4202560 121895 0 0 0 179179 136 0 0 20 0 2 0 276901982 581197824 126540 33554432000 4194304 5963574 140734815670880 140683255859192 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.77
Current children cumulated vsize (KiB) 567576

[startup+1799.1 s]
/proc/loadavg: 2.06 2.01 2.00 3/179 26665
/proc/meminfo: memFree=30527144/32873844 swapFree=7624/7624
[pid=26314] ppid=26312 vsize=567576 CPUtime=1798.57 cores=0,2,4,6
/proc/26314/stat : 26314 (wbo1.7) S 26312 26314 24863 0 -1 4202496 128066 0 0 0 179747 110 0 0 20 0 2 0 276901955 581197824 126580 33554432000 4194304 5963574 140734815670880 140734815670400 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26314/statm: 141894 126580 188 432 0 141459 0
[pid=26314/tid=26316] ppid=26312 vsize=567576 CPUtime=1793.94 cores=0,2,4,6
/proc/26314/task/26316/stat : 26316 (wbo1.7) R 26312 26314 24863 0 -1 4202560 121935 0 0 0 179258 136 0 0 20 0 2 0 276901982 581197824 126580 33554432000 4194304 5963574 140734815670880 140683255859192 4399537 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.57
Current children cumulated vsize (KiB) 567576

[startup+1799.5 s]
/proc/loadavg: 2.06 2.01 2.00 3/179 26665
/proc/meminfo: memFree=30526648/32873844 swapFree=7624/7624
[pid=26314] ppid=26312 vsize=567576 CPUtime=1798.98 cores=0,2,4,6
/proc/26314/stat : 26314 (wbo1.7) S 26312 26314 24863 0 -1 4202496 128091 0 0 0 179788 110 0 0 20 0 2 0 276901955 581197824 126605 33554432000 4194304 5963574 140734815670880 140734815670400 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26314/statm: 141894 126605 188 432 0 141459 0
[pid=26314/tid=26316] ppid=26312 vsize=567576 CPUtime=1794.35 cores=0,2,4,6
/proc/26314/task/26316/stat : 26316 (wbo1.7) R 26312 26314 24863 0 -1 4202560 121960 0 0 0 179299 136 0 0 20 0 2 0 276901982 581197824 126605 33554432000 4194304 5963574 140734815670880 140683255859240 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.98
Current children cumulated vsize (KiB) 567576

[startup+1799.9 s]
/proc/loadavg: 2.06 2.01 2.00 3/179 26665
/proc/meminfo: memFree=30526648/32873844 swapFree=7624/7624
[pid=26314] ppid=26312 vsize=567576 CPUtime=1799.37 cores=0,2,4,6
/proc/26314/stat : 26314 (wbo1.7) S 26312 26314 24863 0 -1 4202496 128116 0 0 0 179827 110 0 0 20 0 2 0 276901955 581197824 126630 33554432000 4194304 5963574 140734815670880 140734815670400 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26314/statm: 141894 126630 188 432 0 141459 0
[pid=26314/tid=26316] ppid=26312 vsize=567576 CPUtime=1794.74 cores=0,2,4,6
/proc/26314/task/26316/stat : 26316 (wbo1.7) R 26312 26314 24863 0 -1 4202560 121985 0 0 0 179338 136 0 0 20 0 2 0 276901982 581197824 126630 33554432000 4194304 5963574 140734815670880 140683255859240 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.37
Current children cumulated vsize (KiB) 567576

[startup+1800 s]
/proc/loadavg: 2.06 2.01 2.00 3/179 26665
/proc/meminfo: memFree=30526648/32873844 swapFree=7624/7624
[pid=26314] ppid=26312 vsize=567576 CPUtime=1799.47 cores=0,2,4,6
/proc/26314/stat : 26314 (wbo1.7) S 26312 26314 24863 0 -1 4202496 128123 0 0 0 179837 110 0 0 20 0 2 0 276901955 581197824 126637 33554432000 4194304 5963574 140734815670880 140734815670400 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26314/statm: 141894 126637 188 432 0 141459 0
[pid=26314/tid=26316] ppid=26312 vsize=567576 CPUtime=1794.84 cores=0,2,4,6
/proc/26314/task/26316/stat : 26316 (wbo1.7) R 26312 26314 24863 0 -1 4202560 121992 0 0 0 179348 136 0 0 20 0 2 0 276901982 581197824 126637 33554432000 4194304 5963574 140734815670880 140683255859240 4399505 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.47
Current children cumulated vsize (KiB) 567576

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26314 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=745309
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=383789
# CPU time returned by wait4() is 1795.13
# while last known CPU time is 1799.47
#
# 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.47
CPU user time (s): 1798.37
CPU system time (s): 1.1
CPU usage (%): 99.9702
Max. virtual memory (cumulated for all children) (KiB): 567576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.75
system time used= 1.38379
maximum resident set size= 506556
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 128125
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= 229
involuntary context switches= 2081

runsolver used 3.07253 second user time and 8.75167 second system time

The end

Launcher Data

Begin job on node130 at 2012-05-27 10:36:04
IDJOB=3704830
IDBENCH=73961
IDSOLVER=2283
FILE ID=node130/3704830-1338107763
RUNJOBID= node130-1338086734-24879
PBS_JOBID= 14624431
Free space on /tmp= 71468 MiB

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

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

MD5SUM BENCH= 336dbbe12a18bfd6b8d34c583a70b44b
RANDOM SEED=2098184780

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.875
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.875
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	: 5228.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30889296 kB
Buffers:          256140 kB
Cached:           483556 kB
SwapCached:         4508 kB
Active:          1108300 kB
Inactive:          73628 kB
Active(anon):     432552 kB
Inactive(anon):     8952 kB
Active(file):     675748 kB
Inactive(file):    64676 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099856 kB
Dirty:              8548 kB
Writeback:             0 kB
AnonPages:        482704 kB
Mapped:            12440 kB
Shmem:                 8 kB
Slab:             660184 kB
SReclaimable:     102104 kB
SUnreclaim:       558080 kB
KernelStack:        1488 kB
PageTables:         4684 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     156068 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    417792 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71460 MiB
End job on node130 at 2012-05-27 11:06:04