Trace number 3726622

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.92 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 |  pwbo:                     2.02 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3726622-1338657568.opb.
0.00/0.00	c Instance file HOME/instance-3726622-1338657568.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.26         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.52/1800.00	c ===============================================================================
1799.52/1800.00	c Wall Clock Time: 1800.00 s
1799.52/1800.00	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3726622-1338657568/watcher-3726622-1338657568 -o /tmp/evaluation-result-3726622-1338657568/solver-3726622-1338657568 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726622-1338657568.opb 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17003
/proc/meminfo: memFree=28579744/32873648 swapFree=6864/6864
[pid=17003] ppid=17001 vsize=7008 CPUtime=0 cores=0,2,4,6
/proc/17003/stat : 17003 (pwbo2.02) R 17001 17003 13572 0 -1 4202496 446 0 0 0 0 0 0 0 20 0 1 0 331882843 7176192 398 33554432000 4194304 5964478 140735865991152 140736202370520 4395199 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/17003/statm: 1752 399 168 433 0 483 0

[startup+0.051166 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17003
/proc/meminfo: memFree=28579744/32873648 swapFree=6864/6864
[pid=17003] ppid=17001 vsize=12824 CPUtime=0.04 cores=0,2,4,6
/proc/17003/stat : 17003 (pwbo2.02) R 17001 17003 13572 0 -1 4202496 1943 0 0 0 4 0 0 0 20 0 1 0 331882843 13131776 1895 33554432000 4194304 5964478 140735865991152 140736202370520 5136490 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/17003/statm: 3206 1895 309 433 0 1937 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 12824

[startup+0.100259 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17003
/proc/meminfo: memFree=28579744/32873648 swapFree=6864/6864
[pid=17003] ppid=17001 vsize=14808 CPUtime=0.09 cores=0,2,4,6
/proc/17003/stat : 17003 (pwbo2.02) R 17001 17003 13572 0 -1 4202496 2611 0 0 0 9 0 0 0 20 0 1 0 331882843 15163392 2530 33554432000 4194304 5964478 140735865991152 140736202370520 5136490 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/17003/statm: 3702 2530 481 433 0 2433 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14808

[startup+0.300228 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17003
/proc/meminfo: memFree=28579744/32873648 swapFree=6864/6864
[pid=17003] ppid=17001 vsize=104320 CPUtime=0.29 cores=0,2,4,6
/proc/17003/stat : 17003 (pwbo2.02) S 17001 17003 13572 0 -1 4202496 8970 0 0 0 28 1 0 0 20 0 2 0 331882843 106823680 7909 33554432000 4194304 5964478 140735865991152 140735865990672 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17003/statm: 26080 7909 176 433 0 25644 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 104320

[startup+0.700228 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17003
/proc/meminfo: memFree=28579744/32873648 swapFree=6864/6864
[pid=17003] ppid=17001 vsize=103356 CPUtime=0.69 cores=0,2,4,6
/proc/17003/stat : 17003 (pwbo2.02) S 17001 17003 13572 0 -1 4202496 11646 0 0 0 67 2 0 0 20 0 2 0 331882843 105836544 9611 33554432000 4194304 5964478 140735865991152 140735865990672 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17003/statm: 25839 9611 187 433 0 25403 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 103356

[startup+1.50025 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17005
/proc/meminfo: memFree=28541388/32873648 swapFree=6864/6864
[pid=17003] ppid=17001 vsize=103356 CPUtime=1.49 cores=0,2,4,6
/proc/17003/stat : 17003 (pwbo2.02) S 17001 17003 13572 0 -1 4202496 11983 0 0 0 147 2 0 0 20 0 2 0 331882843 105836544 9948 33554432000 4194304 5964478 140735865991152 140735865990672 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17003/statm: 25839 9948 187 433 0 25403 0
[pid=17003/tid=17005] ppid=17001 vsize=103356 CPUtime=1.22 cores=0,2,4,6
/proc/17003/task/17005/stat : 17005 (pwbo2.02) R 17001 17003 13572 0 -1 4202560 5852 0 0 0 122 0 0 0 20 0 2 0 331882870 105836544 9948 33554432000 4194304 5964478 140735865991152 139720530920984 5136420 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 103356

[startup+3.10026 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17005
/proc/meminfo: memFree=28538660/32873648 swapFree=6864/6864
[pid=17003] ppid=17001 vsize=103356 CPUtime=3.09 cores=0,2,4,6
/proc/17003/stat : 17003 (pwbo2.02) S 17001 17003 13572 0 -1 4202496 12692 0 0 0 307 2 0 0 20 0 2 0 331882843 105836544 10657 33554432000 4194304 5964478 140735865991152 140735865990672 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17003/statm: 25839 10657 187 433 0 25403 0
[pid=17003/tid=17005] ppid=17001 vsize=103356 CPUtime=2.82 cores=0,2,4,6
/proc/17003/task/17005/stat : 17005 (pwbo2.02) R 17001 17003 13572 0 -1 4202560 6561 0 0 0 280 2 0 0 20 0 2 0 331882870 105836544 10657 33554432000 4194304 5964478 140735865991152 139720530921464 5136420 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 103356

[startup+6.3003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17005
/proc/meminfo: memFree=28531720/32873648 swapFree=6864/6864
[pid=17003] ppid=17001 vsize=103356 CPUtime=6.29 cores=0,2,4,6
/proc/17003/stat : 17003 (pwbo2.02) S 17001 17003 13572 0 -1 4202496 13997 0 0 0 626 3 0 0 20 0 2 0 331882843 105836544 11962 33554432000 4194304 5964478 140735865991152 140735865990672 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17003/statm: 25839 11962 187 433 0 25403 0
[pid=17003/tid=17005] ppid=17001 vsize=103356 CPUtime=6.02 cores=0,2,4,6
/proc/17003/task/17005/stat : 17005 (pwbo2.02) R 17001 17003 13572 0 -1 4202560 7866 0 0 0 600 2 0 0 20 0 2 0 331882870 105836544 11962 33554432000 4194304 5964478 140735865991152 139720530921464 4400001 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 103356

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17005
/proc/meminfo: memFree=28517212/32873648 swapFree=6864/6864
[pid=17003] ppid=17001 vsize=103356 CPUtime=12.69 cores=0,2,4,6
/proc/17003/stat : 17003 (pwbo2.02) S 17001 17003 13572 0 -1 4202496 16242 0 0 0 1265 4 0 0 20 0 2 0 331882843 105836544 14207 33554432000 4194304 5964478 140735865991152 140735865990672 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17003/statm: 25839 14207 187 433 0 25403 0
[pid=17003/tid=17005] ppid=17001 vsize=103356 CPUtime=12.42 cores=0,2,4,6
/proc/17003/task/17005/stat : 17005 (pwbo2.02) R 17001 17003 13572 0 -1 4202560 10111 0 0 0 1238 4 0 0 20 0 2 0 331882870 105836544 14207 33554432000 4194304 5964478 140735865991152 139720530921512 4400571 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 103356

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17005
/proc/meminfo: memFree=28504200/32873648 swapFree=6864/6864
[pid=17003] ppid=17001 vsize=103356 CPUtime=25.49 cores=0,2,4,6
/proc/17003/stat : 17003 (pwbo2.02) S 17001 17003 13572 0 -1 4202496 17885 0 0 0 2544 5 0 0 20 0 2 0 331882843 105836544 15850 33554432000 4194304 5964478 140735865991152 140735865990672 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17003/statm: 25839 15850 187 433 0 25403 0
[pid=17003/tid=17005] ppid=17001 vsize=103356 CPUtime=25.22 cores=0,2,4,6
/proc/17003/task/17005/stat : 17005 (pwbo2.02) R 17001 17003 13572 0 -1 4202560 11754 0 0 0 2518 4 0 0 20 0 2 0 331882870 105836544 15850 33554432000 4194304 5964478 140735865991152 139720530921272 4403343 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 103356

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 17008
/proc/meminfo: memFree=28480900/32873648 swapFree=6864/6864
[pid=17003] ppid=17001 vsize=103356 CPUtime=51.08 cores=0,2,4,6
/proc/17003/stat : 17003 (pwbo2.02) S 17001 17003 13572 0 -1 4202496 23157 0 0 0 5101 7 0 0 20 0 2 0 331882843 105836544 21122 33554432000 4194304 5964478 140735865991152 140735865990672 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17003/statm: 25839 21122 187 433 0 25403 0
[pid=17003/tid=17005] ppid=17001 vsize=103356 CPUtime=50.82 cores=0,2,4,6
/proc/17003/task/17005/stat : 17005 (pwbo2.02) R 17001 17003 13572 0 -1 4202560 17026 0 0 0 5076 6 0 0 20 0 2 0 331882870 105836544 21122 33554432000 4194304 5964478 140735865991152 139720530920904 4381692 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 103356

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17008
/proc/meminfo: memFree=28433644/32873648 swapFree=6864/6864
[pid=17003] ppid=17001 vsize=168892 CPUtime=102.26 cores=0,2,4,6
/proc/17003/stat : 17003 (pwbo2.02) S 17001 17003 13572 0 -1 4202496 29421 0 0 0 10215 11 0 0 20 0 2 0 331882843 172945408 27859 33554432000 4194304 5964478 140735865991152 140735865990672 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17003/statm: 42223 27859 187 433 0 41787 0
[pid=17003/tid=17005] ppid=17001 vsize=168892 CPUtime=102.01 cores=0,2,4,6
/proc/17003/task/17005/stat : 17005 (pwbo2.02) R 17001 17003 13572 0 -1 4202560 23290 0 0 0 10190 11 0 0 20 0 2 0 331882870 172945408 27859 33554432000 4194304 5964478 140735865991152 139720530921512 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 168892

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17008
/proc/meminfo: memFree=28383512/32873648 swapFree=6864/6864
[pid=17003] ppid=17001 vsize=170516 CPUtime=162.24 cores=0,2,4,6
/proc/17003/stat : 17003 (pwbo2.02) S 17001 17003 13572 0 -1 4202496 37955 0 0 0 16208 16 0 0 20 0 2 0 331882843 174608384 36606 33554432000 4194304 5964478 140735865991152 140735865990672 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17003/statm: 42629 36606 187 433 0 42193 0
[pid=17003/tid=17005] ppid=17001 vsize=170516 CPUtime=162 cores=0,2,4,6
/proc/17003/task/17005/stat : 17005 (pwbo2.02) R 17001 17003 13572 0 -1 4202560 31824 0 0 0 16183 17 0 0 20 0 2 0 331882870 174608384 36606 33554432000 4194304 5964478 140735865991152 139720530921464 4400153 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 170516

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17008
/proc/meminfo: memFree=28352544/32873648 swapFree=6864/6864
[pid=17003] ppid=17001 vsize=236860 CPUtime=222.23 cores=0,2,4,6
/proc/17003/stat : 17003 (pwbo2.02) S 17001 17003 13572 0 -1 4202496 44064 0 0 0 22202 21 0 0 20 0 2 0 331882843 242544640 42715 33554432000 4194304 5964478 140735865991152 140735865990672 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17003/statm: 59215 42715 187 433 0 58779 0
[pid=17003/tid=17005] ppid=17001 vsize=236860 CPUtime=222 cores=0,2,4,6
/proc/17003/task/17005/stat : 17005 (pwbo2.02) R 17001 17003 13572 0 -1 4202560 37933 0 0 0 22176 24 0 0 20 0 2 0 331882870 242544640 42715 33554432000 4194304 5964478 140735865991152 139720530921272 4403343 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 236860

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17009
/proc/meminfo: memFree=28316332/32873648 swapFree=6864/6864
[pid=17003] ppid=17001 vsize=236860 CPUtime=282.19 cores=0,2,4,6
/proc/17003/stat : 17003 (pwbo2.02) S 17001 17003 13572 0 -1 4202496 49020 0 0 0 28194 25 0 0 20 0 2 0 331882843 242544640 47660 33554432000 4194304 5964478 140735865991152 140735865990672 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17003/statm: 59215 47660 187 433 0 58779 0
[pid=17003/tid=17005] ppid=17001 vsize=236860 CPUtime=281.98 cores=0,2,4,6
/proc/17003/task/17005/stat : 17005 (pwbo2.02) R 17001 17003 13572 0 -1 4202560 42889 0 0 0 28169 29 0 0 20 0 2 0 331882870 242544640 47660 33554432000 4194304 5964478 140735865991152 139720530921464 4399986 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 236860

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17009
/proc/meminfo: memFree=28267352/32873648 swapFree=6864/6864
[pid=17003] ppid=17001 vsize=302396 CPUtime=342.18 cores=0,2,4,6
/proc/17003/stat : 17003 (pwbo2.02) S 17001 17003 13572 0 -1 4202496 57745 0 0 0 34183 35 0 0 20 0 2 0 331882843 309653504 56385 33554432000 4194304 5964478 140735865991152 140735865990672 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17003/statm: 75599 56385 187 433 0 75163 0
[pid=17003/tid=17005] ppid=17001 vsize=302396 CPUtime=341.98 cores=0,2,4,6
/proc/17003/task/17005/stat : 17005 (pwbo2.02) R 17001 17003 13572 0 -1 4202560 51614 0 0 0 34159 39 0 0 20 0 2 0 331882870 309653504 56385 33554432000 4194304 5964478 140735865991152 139720530921464 4400010 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 302396

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17009
/proc/meminfo: memFree=28250340/32873648 swapFree=6864/6864
[pid=17003] ppid=17001 vsize=303612 CPUtime=402.16 cores=0,2,4,6
/proc/17003/stat : 17003 (pwbo2.02) S 17001 17003 13572 0 -1 4202496 59050 0 0 0 40181 35 0 0 20 0 2 0 331882843 310898688 57690 33554432000 4194304 5964478 140735865991152 140735865990672 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17003/statm: 75903 57690 187 433 0 75467 0
[pid=17003/tid=17005] ppid=17001 vsize=303612 CPUtime=401.98 cores=0,2,4,6
/proc/17003/task/17005/stat : 17005 (pwbo2.02) R 17001 17003 13572 0 -1 4202560 52919 0 0 0 40157 41 0 0 20 0 2 0 331882870 310898688 57690 33554432000 4194304 5964478 140735865991152 139720530921464 4381601 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 303612

[startup+462.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/180 17010
/proc/meminfo: memFree=28230516/32873648 swapFree=6864/6864
[pid=17003] ppid=17001 vsize=303612 CPUtime=462.15 cores=0,2,4,6

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

/proc/17003/task/17005/stat : 17005 (pwbo2.02) R 17001 17003 13572 0 -1 4202560 117597 0 0 0 130069 122 0 0 20 0 2 0 331882870 581201920 122869 33554432000 4194304 5964478 140735865991152 139720530921464 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1301.91
Current children cumulated vsize (KiB) 567580

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17604
/proc/meminfo: memFree=27796480/32873648 swapFree=6864/6864
[pid=17003] ppid=17001 vsize=567580 CPUtime=1361.9 cores=0,2,4,6
/proc/17003/stat : 17003 (pwbo2.02) S 17001 17003 13572 0 -1 4202496 123728 0 0 0 136086 104 0 0 20 0 2 0 331882843 581201920 122869 33554432000 4194304 5964478 140735865991152 140735865990672 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17003/statm: 141895 122869 187 433 0 141459 0
[pid=17003/tid=17005] ppid=17001 vsize=567580 CPUtime=1361.9 cores=0,2,4,6
/proc/17003/task/17005/stat : 17005 (pwbo2.02) R 17001 17003 13572 0 -1 4202560 117597 0 0 0 136067 123 0 0 20 0 2 0 331882870 581201920 122869 33554432000 4194304 5964478 140735865991152 139720530921464 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1361.9
Current children cumulated vsize (KiB) 567580

[startup+1422.31 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 17604
/proc/meminfo: memFree=27762220/32873648 swapFree=6864/6864
[pid=17003] ppid=17001 vsize=567580 CPUtime=1421.89 cores=0,2,4,6
/proc/17003/stat : 17003 (pwbo2.02) S 17001 17003 13572 0 -1 4202496 123728 0 0 0 142085 104 0 0 20 0 2 0 331882843 581201920 122869 33554432000 4194304 5964478 140735865991152 140735865990672 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17003/statm: 141895 122869 187 433 0 141459 0
[pid=17003/tid=17005] ppid=17001 vsize=567580 CPUtime=1421.91 cores=0,2,4,6
/proc/17003/task/17005/stat : 17005 (pwbo2.02) R 17001 17003 13572 0 -1 4202560 117597 0 0 0 142067 124 0 0 20 0 2 0 331882870 581201920 122869 33554432000 4194304 5964478 140735865991152 139720530921464 4400532 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1421.89
Current children cumulated vsize (KiB) 567580

[startup+1482.3 s]
/proc/loadavg: 2.10 2.02 2.01 3/179 17605
/proc/meminfo: memFree=27737744/32873648 swapFree=6864/6864
[pid=17003] ppid=17001 vsize=567580 CPUtime=1481.88 cores=0,2,4,6
/proc/17003/stat : 17003 (pwbo2.02) S 17001 17003 13572 0 -1 4202496 123728 0 0 0 148084 104 0 0 20 0 2 0 331882843 581201920 122869 33554432000 4194304 5964478 140735865991152 140735865990672 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17003/statm: 141895 122869 187 433 0 141459 0
[pid=17003/tid=17005] ppid=17001 vsize=567580 CPUtime=1481.91 cores=0,2,4,6
/proc/17003/task/17005/stat : 17005 (pwbo2.02) R 17001 17003 13572 0 -1 4202560 117597 0 0 0 148066 125 0 0 20 0 2 0 331882870 581201920 122869 33554432000 4194304 5964478 140735865991152 139720530921464 4400038 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1481.88
Current children cumulated vsize (KiB) 567580

[startup+1542.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 17605
/proc/meminfo: memFree=27721748/32873648 swapFree=6864/6864
[pid=17003] ppid=17001 vsize=567580 CPUtime=1541.86 cores=0,2,4,6
/proc/17003/stat : 17003 (pwbo2.02) S 17001 17003 13572 0 -1 4202496 123730 0 0 0 154082 104 0 0 20 0 2 0 331882843 581201920 122871 33554432000 4194304 5964478 140735865991152 140735865990672 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17003/statm: 141895 122871 187 433 0 141459 0
[pid=17003/tid=17005] ppid=17001 vsize=567580 CPUtime=1541.91 cores=0,2,4,6
/proc/17003/task/17005/stat : 17005 (pwbo2.02) R 17001 17003 13572 0 -1 4202560 117599 0 0 0 154065 126 0 0 20 0 2 0 331882870 581201920 122871 33554432000 4194304 5964478 140735865991152 139720530921464 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 567580

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 17605
/proc/meminfo: memFree=27722504/32873648 swapFree=6864/6864
[pid=17003] ppid=17001 vsize=567580 CPUtime=1601.85 cores=0,2,4,6
/proc/17003/stat : 17003 (pwbo2.02) S 17001 17003 13572 0 -1 4202496 123730 0 0 0 160081 104 0 0 20 0 2 0 331882843 581201920 122871 33554432000 4194304 5964478 140735865991152 140735865990672 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17003/statm: 141895 122871 187 433 0 141459 0
[pid=17003/tid=17005] ppid=17001 vsize=567580 CPUtime=1601.91 cores=0,2,4,6
/proc/17003/task/17005/stat : 17005 (pwbo2.02) R 17001 17003 13572 0 -1 4202560 117599 0 0 0 160064 127 0 0 20 0 2 0 331882870 581201920 122871 33554432000 4194304 5964478 140735865991152 139720530921464 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1601.85
Current children cumulated vsize (KiB) 567580

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 17605
/proc/meminfo: memFree=27722380/32873648 swapFree=6864/6864
[pid=17003] ppid=17001 vsize=567580 CPUtime=1661.85 cores=0,2,4,6
/proc/17003/stat : 17003 (pwbo2.02) S 17001 17003 13572 0 -1 4202496 123773 0 0 0 166081 104 0 0 20 0 2 0 331882843 581201920 122914 33554432000 4194304 5964478 140735865991152 140735865990672 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17003/statm: 141895 122914 187 433 0 141459 0
[pid=17003/tid=17005] ppid=17001 vsize=567580 CPUtime=1661.92 cores=0,2,4,6
/proc/17003/task/17005/stat : 17005 (pwbo2.02) R 17001 17003 13572 0 -1 4202560 117642 0 0 0 166064 128 0 0 20 0 2 0 331882870 581201920 122914 33554432000 4194304 5964478 140735865991152 139720530921272 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 567580

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17605
/proc/meminfo: memFree=27711344/32873648 swapFree=6864/6864
[pid=17003] ppid=17001 vsize=567580 CPUtime=1721.84 cores=0,2,4,6
/proc/17003/stat : 17003 (pwbo2.02) S 17001 17003 13572 0 -1 4202496 126541 0 0 0 172077 107 0 0 20 0 2 0 331882843 581201920 125681 33554432000 4194304 5964478 140735865991152 140735865990672 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17003/statm: 141895 125681 187 433 0 141459 0
[pid=17003/tid=17005] ppid=17001 vsize=567580 CPUtime=1721.92 cores=0,2,4,6
/proc/17003/task/17005/stat : 17005 (pwbo2.02) R 17001 17003 13572 0 -1 4202560 120410 0 0 0 172060 132 0 0 20 0 2 0 331882870 581201920 125681 33554432000 4194304 5964478 140735865991152 139720530921272 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 567580

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17606
/proc/meminfo: memFree=27697332/32873648 swapFree=6864/6864
[pid=17003] ppid=17001 vsize=567580 CPUtime=1781.83 cores=0,2,4,6
/proc/17003/stat : 17003 (pwbo2.02) S 17001 17003 13572 0 -1 4202496 130011 0 0 0 178073 110 0 0 20 0 2 0 331882843 581201920 129151 33554432000 4194304 5964478 140735865991152 140735865990672 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17003/statm: 141895 129151 187 433 0 141459 0
[pid=17003/tid=17005] ppid=17001 vsize=567580 CPUtime=1781.92 cores=0,2,4,6
/proc/17003/task/17005/stat : 17005 (pwbo2.02) R 17001 17003 13572 0 -1 4202560 123880 0 0 0 178055 137 0 0 20 0 2 0 331882870 581201920 129151 33554432000 4194304 5964478 140735865991152 139720530921464 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.83
Current children cumulated vsize (KiB) 567580

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 17606
/proc/meminfo: memFree=27695224/32873648 swapFree=6864/6864
[pid=17003] ppid=17001 vsize=567580 CPUtime=1791.43 cores=0,2,4,6
/proc/17003/stat : 17003 (pwbo2.02) S 17001 17003 13572 0 -1 4202496 130545 0 0 0 179032 111 0 0 20 0 2 0 331882843 581201920 129685 33554432000 4194304 5964478 140735865991152 140735865990672 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17003/statm: 141895 129685 187 433 0 141459 0
[pid=17003/tid=17005] ppid=17001 vsize=567580 CPUtime=1791.53 cores=0,2,4,6
/proc/17003/task/17005/stat : 17005 (pwbo2.02) R 17001 17003 13572 0 -1 4202560 124414 0 0 0 179016 137 0 0 20 0 2 0 331882870 581201920 129685 33554432000 4194304 5964478 140735865991152 139720530921464 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1791.43
Current children cumulated vsize (KiB) 567580

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17606
/proc/meminfo: memFree=27694728/32873648 swapFree=6864/6864
[pid=17003] ppid=17001 vsize=567580 CPUtime=1794.63 cores=0,2,4,6
/proc/17003/stat : 17003 (pwbo2.02) S 17001 17003 13572 0 -1 4202496 130711 0 0 0 179352 111 0 0 20 0 2 0 331882843 581201920 129851 33554432000 4194304 5964478 140735865991152 140735865990672 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17003/statm: 141895 129851 187 433 0 141459 0
[pid=17003/tid=17005] ppid=17001 vsize=567580 CPUtime=1794.73 cores=0,2,4,6
/proc/17003/task/17005/stat : 17005 (pwbo2.02) R 17001 17003 13572 0 -1 4202560 124580 0 0 0 179335 138 0 0 20 0 2 0 331882870 581201920 129851 33554432000 4194304 5964478 140735865991152 139720530921464 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1794.63
Current children cumulated vsize (KiB) 567580

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17606
/proc/meminfo: memFree=27693984/32873648 swapFree=6864/6864
[pid=17003] ppid=17001 vsize=567580 CPUtime=1797.82 cores=0,2,4,6
/proc/17003/stat : 17003 (pwbo2.02) S 17001 17003 13572 0 -1 4202496 130891 0 0 0 179671 111 0 0 20 0 2 0 331882843 581201920 130031 33554432000 4194304 5964478 140735865991152 140735865990672 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17003/statm: 141895 130031 187 433 0 141459 0
[pid=17003/tid=17005] ppid=17001 vsize=567580 CPUtime=1797.92 cores=0,2,4,6
/proc/17003/task/17005/stat : 17005 (pwbo2.02) R 17001 17003 13572 0 -1 4202560 124760 0 0 0 179654 138 0 0 20 0 2 0 331882870 581201920 130031 33554432000 4194304 5964478 140735865991152 139720530921464 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1797.82
Current children cumulated vsize (KiB) 567580

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17606
/proc/meminfo: memFree=27693736/32873648 swapFree=6864/6864
[pid=17003] ppid=17001 vsize=567580 CPUtime=1798.62 cores=0,2,4,6
/proc/17003/stat : 17003 (pwbo2.02) S 17001 17003 13572 0 -1 4202496 130934 0 0 0 179751 111 0 0 20 0 2 0 331882843 581201920 130074 33554432000 4194304 5964478 140735865991152 140735865990672 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17003/statm: 141895 130074 187 433 0 141459 0
[pid=17003/tid=17005] ppid=17001 vsize=567580 CPUtime=1798.72 cores=0,2,4,6
/proc/17003/task/17005/stat : 17005 (pwbo2.02) R 17001 17003 13572 0 -1 4202560 124803 0 0 0 179734 138 0 0 20 0 2 0 331882870 581201920 130074 33554432000 4194304 5964478 140735865991152 139720530921464 4399912 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.62
Current children cumulated vsize (KiB) 567580

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17606
/proc/meminfo: memFree=27693612/32873648 swapFree=6864/6864
[pid=17003] ppid=17001 vsize=567580 CPUtime=1799.03 cores=0,2,4,6
/proc/17003/stat : 17003 (pwbo2.02) S 17001 17003 13572 0 -1 4202496 130961 0 0 0 179792 111 0 0 20 0 2 0 331882843 581201920 130101 33554432000 4194304 5964478 140735865991152 140735865990672 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17003/statm: 141895 130101 187 433 0 141459 0
[pid=17003/tid=17005] ppid=17001 vsize=567580 CPUtime=1799.13 cores=0,2,4,6
/proc/17003/task/17005/stat : 17005 (pwbo2.02) R 17001 17003 13572 0 -1 4202560 124830 0 0 0 179775 138 0 0 20 0 2 0 331882870 581201920 130101 33554432000 4194304 5964478 140735865991152 139720530921464 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.03
Current children cumulated vsize (KiB) 567580

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17606
/proc/meminfo: memFree=27693612/32873648 swapFree=6864/6864
[pid=17003] ppid=17001 vsize=567580 CPUtime=1799.42 cores=0,2,4,6
/proc/17003/stat : 17003 (pwbo2.02) S 17001 17003 13572 0 -1 4202496 130975 0 0 0 179831 111 0 0 20 0 2 0 331882843 581201920 130115 33554432000 4194304 5964478 140735865991152 140735865990672 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17003/statm: 141895 130115 187 433 0 141459 0
[pid=17003/tid=17005] ppid=17001 vsize=567580 CPUtime=1799.52 cores=0,2,4,6
/proc/17003/task/17005/stat : 17005 (pwbo2.02) R 17001 17003 13572 0 -1 4202560 124844 0 0 0 179814 138 0 0 20 0 2 0 331882870 581201920 130115 33554432000 4194304 5964478 140735865991152 139720530921464 4400038 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.42
Current children cumulated vsize (KiB) 567580

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17606
/proc/meminfo: memFree=27693612/32873648 swapFree=6864/6864
[pid=17003] ppid=17001 vsize=567580 CPUtime=1799.52 cores=0,2,4,6
/proc/17003/stat : 17003 (pwbo2.02) S 17001 17003 13572 0 -1 4202496 130980 0 0 0 179841 111 0 0 20 0 2 0 331882843 581201920 130120 33554432000 4194304 5964478 140735865991152 140735865990672 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17003/statm: 141895 130120 187 433 0 141459 0
[pid=17003/tid=17005] ppid=17001 vsize=567580 CPUtime=1799.62 cores=0,2,4,6
/proc/17003/task/17005/stat : 17005 (pwbo2.02) R 17001 17003 13572 0 -1 4202560 124849 0 0 0 179824 138 0 0 20 0 2 0 331882870 581201920 130120 33554432000 4194304 5964478 140735865991152 139720530921464 4400001 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.52
Current children cumulated vsize (KiB) 567580

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.92
CPU user time (s): 1798.51
CPU system time (s): 1.40779
CPU usage (%): 99.9948
Max. virtual memory (cumulated for all children) (KiB): 567580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.51
system time used= 1.40779
maximum resident set size= 520500
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 130985
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= 228
involuntary context switches= 1897

runsolver used 3.19251 second user time and 7.45187 second system time

The end

Launcher Data

Begin job on node120 at 2012-06-02 19:19:29
IDJOB=3726622
IDBENCH=73961
IDSOLVER=2310
FILE ID=node120/3726622-1338657568
RUNJOBID= node120-1338651811-14891
PBS_JOBID= 14636460
Free space on /tmp= 70780 MiB

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

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

MD5SUM BENCH= 336dbbe12a18bfd6b8d34c583a70b44b
RANDOM SEED=1527304784

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28580380 kB
Buffers:          540872 kB
Cached:          2720788 kB
SwapCached:         1572 kB
Active:          1725716 kB
Inactive:        1640724 kB
Active(anon):      96676 kB
Inactive(anon):     9228 kB
Active(file):    1629040 kB
Inactive(file):  1631496 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67103516 kB
Dirty:              8552 kB
Writeback:             0 kB
AnonPages:        321764 kB
Mapped:            11460 kB
Shmem:                32 kB
Slab:             790628 kB
SReclaimable:     234960 kB
SUnreclaim:       555668 kB
KernelStack:        1488 kB
PageTables:         4320 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     158936 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    215040 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= 70772 MiB
End job on node120 at 2012-06-02 19:49:29