Trace number 3726298

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 NameAnswerobjective functionCPU timeWall clock time
pwbo 2.02? (TO) 1800.06 902.063

General information on the benchmark

Name/OPT-SMALLINT-LIN/
heinz/normalized-datt256.opb
MD5SUMeff0b252efd7ad849119636cdcc0cdec
Bench CategoryOPT-SMALLINT-LIN (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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables262144
Total number of constraints11077
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)516
Number of constraints which are nor clauses,nor cardinality constraints10561
Minimum length of a constraint1
Maximum length of a constraint57840
Number of terms in the objective function 262144
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 262144
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 262144
Number of bits of the biggest sum of numbers19
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-3726298-1338658793.opb.
0.00/0.00	c Instance file HOME/instance-3726298-1338658793.opb
0.00/0.00	c File size is 18715310 bytes.
3.49/3.56	c Cost Offset: 0
3.49/3.56	c Highest Coefficient sum: 61440
3.49/3.56	c ============================[ Problem Statistics ]=============================
3.49/3.56	c |                                                                             |
3.49/3.56	c |  Parsing time:          3.57         s                                      |
3.49/3.56	c |  Number Variables:      262144                                              |
3.49/3.56	c |  Number Clauses:        516                                                 |
3.49/3.56	c |  Number Cardinality:    21632                                               |
3.49/3.56	c |  Number PB Constraints: 1                                                   |
3.49/3.56	c |                                                                             |
3.75/3.77	c |  Problem Type:          Optimization                                        |
3.75/3.77	c |  Objective Function:    Cardinality Constraint                              |
3.75/3.77	c |                                                                             |
3.75/3.77	c ===============================================================================
1800.06/902.01	c ===============================================================================
1800.06/902.01	c Wall Clock Time: 902.02 s
1800.06/902.01	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-3726298-1338658793/watcher-3726298-1338658793 -o /tmp/evaluation-result-3726298-1338658793/solver-3726298-1338658793 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 HOME/instance-3726298-1338658793.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: 4.07 4.06 3.98 3/178 6628
/proc/meminfo: memFree=29053880/32873844 swapFree=6872/6872
[pid=6628] ppid=6626 vsize=24128 CPUtime=0 cores=0,2,4,6
/proc/6628/stat : 6628 (pwbo2.02) R 6626 6628 3386 0 -1 4202496 763 0 0 0 0 0 0 0 20 0 1 0 332007857 24707072 716 33554432000 4194304 5964478 140733871441104 140733769762088 4395649 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/6628/statm: 6032 716 159 433 0 1026 0

[startup+0.0766389 s]
/proc/loadavg: 4.07 4.06 3.98 3/178 6628
/proc/meminfo: memFree=29053880/32873844 swapFree=6872/6872
[pid=6628] ppid=6626 vsize=50732 CPUtime=0.07 cores=0,2,4,6
/proc/6628/stat : 6628 (pwbo2.02) R 6626 6628 3386 0 -1 4202496 7554 0 0 0 6 1 0 0 20 0 1 0 332007857 51949568 6867 33554432000 4194304 5964478 140733871441104 140733769762088 5136490 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/6628/statm: 12683 6873 310 433 0 7677 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 50732

[startup+0.100289 s]
/proc/loadavg: 4.07 4.06 3.98 3/178 6628
/proc/meminfo: memFree=29053880/32873844 swapFree=6872/6872
[pid=6628] ppid=6626 vsize=58804 CPUtime=0.09 cores=0,2,4,6
/proc/6628/stat : 6628 (pwbo2.02) R 6626 6628 3386 0 -1 4202496 9630 0 0 0 8 1 0 0 20 0 1 0 332007857 60215296 8864 33554432000 4194304 5964478 140733871441104 140733769762088 4396163 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/6628/statm: 14701 8869 365 433 0 9695 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 58804

[startup+0.300289 s]
/proc/loadavg: 4.07 4.06 3.98 3/178 6628
/proc/meminfo: memFree=29053880/32873844 swapFree=6872/6872
[pid=6628] ppid=6626 vsize=135228 CPUtime=0.29 cores=0,2,4,6
/proc/6628/stat : 6628 (pwbo2.02) R 6626 6628 3386 0 -1 4202496 25530 0 0 0 26 3 0 0 20 0 1 0 332007857 138473472 24537 33554432000 4194304 5964478 140733871441104 140733871439272 5136490 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/6628/statm: 33807 24538 774 433 0 28801 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 135228

[startup+0.700292 s]
/proc/loadavg: 4.07 4.06 3.98 3/178 6628
/proc/meminfo: memFree=29053880/32873844 swapFree=6872/6872
[pid=6628] ppid=6626 vsize=179028 CPUtime=0.69 cores=0,2,4,6
/proc/6628/stat : 6628 (pwbo2.02) R 6626 6628 3386 0 -1 4202496 37893 0 0 0 64 5 0 0 20 0 1 0 332007857 183324672 37411 33554432000 4194304 5964478 140733871441104 140733871439272 5136490 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/6628/statm: 44757 37412 1251 433 0 39751 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 179028

[startup+1.50029 s]
/proc/loadavg: 3.99 4.04 3.98 4/179 6629
/proc/meminfo: memFree=28874344/32873844 swapFree=6872/6872
[pid=6628] ppid=6626 vsize=252068 CPUtime=1.49 cores=0,2,4,6
/proc/6628/stat : 6628 (pwbo2.02) R 6626 6628 3386 0 -1 4202496 57084 0 0 0 140 9 0 0 20 0 1 0 332007857 258117632 56602 33554432000 4194304 5964478 140733871441104 140733871439528 5136490 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/6628/statm: 63050 56604 2180 433 0 58044 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 252068

[startup+3.10029 s]
/proc/loadavg: 3.99 4.04 3.98 4/179 6629
/proc/meminfo: memFree=28780476/32873844 swapFree=6872/6872
[pid=6628] ppid=6626 vsize=354280 CPUtime=3.09 cores=0,2,4,6
/proc/6628/stat : 6628 (pwbo2.02) R 6626 6628 3386 0 -1 4202496 84357 0 0 0 295 14 0 0 20 0 1 0 332007857 362782720 83875 33554432000 4194304 5964478 140733871441104 140733871439464 5136490 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/6628/statm: 88570 83876 3923 433 0 83564 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 354280

[startup+6.30029 s]
/proc/loadavg: 3.99 4.04 3.98 5/181 6631
/proc/meminfo: memFree=28377208/32873844 swapFree=6872/6872
[pid=6628] ppid=6626 vsize=819640 CPUtime=8.93 cores=0,2,4,6
/proc/6628/stat : 6628 (pwbo2.02) S 6626 6628 3386 0 -1 4202496 154136 0 0 0 860 33 0 0 20 0 3 0 332007857 839311360 169963 33554432000 4194304 5964478 140733871441104 140733871440624 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6628/statm: 204910 169963 191 433 0 204474 0
[pid=6628/tid=6630] ppid=6626 vsize=819640 CPUtime=2.69 cores=0,2,4,6
/proc/6628/task/6630/stat : 6630 (pwbo2.02) R 6626 6628 3386 0 -1 4202560 46224 0 0 0 257 12 0 0 20 0 3 0 332008214 839311360 169963 33554432000 4194304 5964478 140733871441104 139811723630888 4407163 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=6628/tid=6631] ppid=6626 vsize=819640 CPUtime=2.68 cores=0,2,4,6
/proc/6628/task/6631/stat : 6631 (pwbo2.02) R 6626 6628 3386 0 -1 4202560 11125 0 0 0 263 5 0 0 20 0 3 0 332008214 839311360 169963 33554432000 4194304 5964478 140733871441104 139811599988968 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 8.93
Current children cumulated vsize (KiB) 819640

[startup+12.7003 s]
/proc/loadavg: 3.99 4.04 3.98 5/182 6634
/proc/meminfo: memFree=28256052/32873844 swapFree=6872/6872
[pid=6628] ppid=6626 vsize=950712 CPUtime=21.73 cores=0,2,4,6
/proc/6628/stat : 6628 (pwbo2.02) S 6626 6628 3386 0 -1 4202496 161676 0 0 0 2137 36 0 0 20 0 3 0 332007857 973529088 199923 33554432000 4194304 5964478 140733871441104 140733871440624 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6628/statm: 237678 199923 191 433 0 237242 0
[pid=6628/tid=6630] ppid=6626 vsize=950712 CPUtime=9.07 cores=0,2,4,6
/proc/6628/task/6630/stat : 6630 (pwbo2.02) R 6626 6628 3386 0 -1 4202560 53760 0 0 0 892 15 0 0 20 0 3 0 332008214 973529088 199923 33554432000 4194304 5964478 140733871441104 139811723630936 4419287 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=6628/tid=6631] ppid=6626 vsize=950712 CPUtime=9.06 cores=0,2,4,6
/proc/6628/task/6631/stat : 6631 (pwbo2.02) R 6626 6628 3386 0 -1 4202560 11129 0 0 0 901 5 0 0 20 0 3 0 332008214 973529088 199923 33554432000 4194304 5964478 140733871441104 139811599989048 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 21.73
Current children cumulated vsize (KiB) 950712

[startup+25.5003 s]
/proc/loadavg: 3.99 4.04 3.98 5/182 6634
/proc/meminfo: memFree=27976744/32873844 swapFree=6872/6872
[pid=6628] ppid=6626 vsize=1147320 CPUtime=47.32 cores=0,2,4,6
/proc/6628/stat : 6628 (pwbo2.02) S 6626 6628 3386 0 -1 4202496 178733 0 0 0 4689 43 0 0 20 0 3 0 332007857 1174855680 256703 33554432000 4194304 5964478 140733871441104 140733871440624 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6628/statm: 286830 256703 191 433 0 286394 0
[pid=6628/tid=6630] ppid=6626 vsize=1147320 CPUtime=21.84 cores=0,2,4,6
/proc/6628/task/6630/stat : 6630 (pwbo2.02) R 6626 6628 3386 0 -1 4202560 70800 0 0 0 2162 22 0 0 20 0 3 0 332008214 1174855680 256703 33554432000 4194304 5964478 140733871441104 139811723630936 4408534 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=6628/tid=6631] ppid=6626 vsize=1147320 CPUtime=21.84 cores=0,2,4,6
/proc/6628/task/6631/stat : 6631 (pwbo2.02) R 6626 6628 3386 0 -1 4202560 11146 0 0 0 2179 5 0 0 20 0 3 0 332008214 1174855680 256703 33554432000 4194304 5964478 140733871441104 139811599989048 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 47.32
Current children cumulated vsize (KiB) 1147320

[startup+51.1004 s]
/proc/loadavg: 3.99 4.03 3.98 5/182 6634
/proc/meminfo: memFree=27568448/32873844 swapFree=6872/6872
[pid=6628] ppid=6626 vsize=1606072 CPUtime=98.51 cores=0,2,4,6
/proc/6628/stat : 6628 (pwbo2.02) S 6626 6628 3386 0 -1 4202496 203439 0 0 0 9798 53 0 0 20 0 3 0 332007857 1644617728 350022 33554432000 4194304 5964478 140733871441104 140733871440624 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6628/statm: 401518 350022 191 433 0 401082 0
[pid=6628/tid=6630] ppid=6626 vsize=1606072 CPUtime=47.37 cores=0,2,4,6
/proc/6628/task/6630/stat : 6630 (pwbo2.02) R 6626 6628 3386 0 -1 4202560 95476 0 0 0 4705 32 0 0 20 0 3 0 332008214 1644617728 350022 33554432000 4194304 5964478 140733871441104 139811723631128 5142509 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=6628/tid=6631] ppid=6626 vsize=1606072 CPUtime=47.37 cores=0,2,4,6
/proc/6628/task/6631/stat : 6631 (pwbo2.02) R 6626 6628 3386 0 -1 4202560 11176 0 0 0 4732 5 0 0 20 0 3 0 332008214 1644617728 350022 33554432000 4194304 5964478 140733871441104 139811599989048 4222416 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 98.51
Current children cumulated vsize (KiB) 1606072

[startup+102.306 s]
/proc/loadavg: 3.99 4.02 3.98 5/181 6635
/proc/meminfo: memFree=26969452/32873844 swapFree=6872/6872
[pid=6628] ppid=6626 vsize=2195356 CPUtime=200.9 cores=0,2,4,6
/proc/6628/stat : 6628 (pwbo2.02) S 6626 6628 3386 0 -1 4202496 243283 0 0 0 20018 72 0 0 20 0 3 0 332007857 2248044544 484674 33554432000 4194304 5964478 140733871441104 140733871440624 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6628/statm: 548839 484674 191 433 0 548403 0
[pid=6628/tid=6630] ppid=6626 vsize=2195356 CPUtime=98.45 cores=0,2,4,6
/proc/6628/task/6630/stat : 6630 (pwbo2.02) R 6626 6628 3386 0 -1 4202560 135279 0 0 0 9793 52 0 0 20 0 3 0 332008214 2248044544 484674 33554432000 4194304 5964478 140733871441104 139811723630936 5143823 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=6628/tid=6631] ppid=6626 vsize=2195356 CPUtime=98.44 cores=0,2,4,6
/proc/6628/task/6631/stat : 6631 (pwbo2.02) R 6626 6628 3386 0 -1 4202560 11217 0 0 0 9839 5 0 0 20 0 3 0 332008214 2248044544 484674 33554432000 4194304 5964478 140733871441104 139811599989048 4381996 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 200.9
Current children cumulated vsize (KiB) 2195356

[startup+162.3 s]
/proc/loadavg: 3.99 4.02 3.98 5/181 6635
/proc/meminfo: memFree=26684612/32873844 swapFree=6872/6872
[pid=6628] ppid=6626 vsize=2523036 CPUtime=320.88 cores=0,2,4,6
/proc/6628/stat : 6628 (pwbo2.02) S 6626 6628 3386 0 -1 4202496 257791 0 0 0 32006 82 0 0 20 0 3 0 332007857 2583588864 543144 33554432000 4194304 5964478 140733871441104 140733871440624 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6628/statm: 630759 543144 194 433 0 630323 0
[pid=6628/tid=6630] ppid=6626 vsize=2523036 CPUtime=158.29 cores=0,2,4,6
/proc/6628/task/6630/stat : 6630 (pwbo2.02) R 6626 6628 3386 0 -1 4202560 149732 0 0 0 15766 63 0 0 20 0 3 0 332008214 2583588864 543144 33554432000 4194304 5964478 140733871441104 139811723630952 4389110 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=6628/tid=6631] ppid=6626 vsize=2523036 CPUtime=158.28 cores=0,2,4,6
/proc/6628/task/6631/stat : 6631 (pwbo2.02) R 6626 6628 3386 0 -1 4202560 11272 0 0 0 15822 6 0 0 20 0 3 0 332008214 2583588864 543144 33554432000 4194304 5964478 140733871441104 139811599989048 4382006 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 320.88
Current children cumulated vsize (KiB) 2523036

[startup+222.3 s]
/proc/loadavg: 3.99 4.01 3.98 5/181 6635
/proc/meminfo: memFree=26641300/32873844 swapFree=6872/6872
[pid=6628] ppid=6626 vsize=2523036 CPUtime=440.85 cores=0,2,4,6
/proc/6628/stat : 6628 (pwbo2.02) S 6626 6628 3386 0 -1 4202496 258964 0 0 0 44002 83 0 0 20 0 3 0 332007857 2583588864 544826 33554432000 4194304 5964478 140733871441104 140733871440624 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6628/statm: 630759 544826 194 433 0 630323 0
[pid=6628/tid=6630] ppid=6626 vsize=2523036 CPUtime=218.13 cores=0,2,4,6
/proc/6628/task/6630/stat : 6630 (pwbo2.02) R 6626 6628 3386 0 -1 4202560 150855 0 0 0 21748 65 0 0 20 0 3 0 332008214 2583588864 544826 33554432000 4194304 5964478 140733871441104 139811723630584 4221984 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=6628/tid=6631] ppid=6626 vsize=2523036 CPUtime=218.12 cores=0,2,4,6
/proc/6628/task/6631/stat : 6631 (pwbo2.02) R 6626 6628 3386 0 -1 4202560 11322 0 0 0 21805 7 0 0 20 0 3 0 332008214 2583588864 544826 33554432000 4194304 5964478 140733871441104 139811599989048 4222416 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 440.85
Current children cumulated vsize (KiB) 2523036

[startup+282.3 s]
/proc/loadavg: 3.99 4.01 3.98 5/181 6635
/proc/meminfo: memFree=26550188/32873844 swapFree=6872/6872
[pid=6628] ppid=6626 vsize=2523036 CPUtime=560.83 cores=0,2,4,6
/proc/6628/stat : 6628 (pwbo2.02) S 6626 6628 3386 0 -1 4202496 269620 0 0 0 55991 92 0 0 20 0 3 0 332007857 2583588864 555509 33554432000 4194304 5964478 140733871441104 140733871440624 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6628/statm: 630759 555509 194 433 0 630323 0
[pid=6628/tid=6630] ppid=6626 vsize=2523036 CPUtime=277.98 cores=0,2,4,6
/proc/6628/task/6630/stat : 6630 (pwbo2.02) R 6626 6628 3386 0 -1 4202560 161446 0 0 0 27723 75 0 0 20 0 3 0 332008214 2583588864 555509 33554432000 4194304 5964478 140733871441104 139811723630584 4222464 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=6628/tid=6631] ppid=6626 vsize=2523036 CPUtime=277.97 cores=0,2,4,6
/proc/6628/task/6631/stat : 6631 (pwbo2.02) R 6626 6628 3386 0 -1 4202560 11387 0 0 0 27789 8 0 0 20 0 3 0 332008214 2583588864 555509 33554432000 4194304 5964478 140733871441104 139811599989048 4382019 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 560.83
Current children cumulated vsize (KiB) 2523036

[startup+342.3 s]
/proc/loadavg: 3.99 4.00 3.98 5/181 6635
/proc/meminfo: memFree=26497188/32873844 swapFree=6872/6872
[pid=6628] ppid=6626 vsize=2588572 CPUtime=680.8 cores=0,2,4,6
/proc/6628/stat : 6628 (pwbo2.02) S 6626 6628 3386 0 -1 4202496 279195 0 0 0 67979 101 0 0 20 0 3 0 332007857 2650697728 566354 33554432000 4194304 5964478 140733871441104 140733871440624 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6628/statm: 647143 566354 194 433 0 646707 0
[pid=6628/tid=6630] ppid=6626 vsize=2588572 CPUtime=337.82 cores=0,2,4,6
/proc/6628/task/6630/stat : 6630 (pwbo2.02) R 6626 6628 3386 0 -1 4202560 170990 0 0 0 33697 85 0 0 20 0 3 0 332008214 2650697728 566354 33554432000 4194304 5964478 140733871441104 139811723630584 4389123 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=6628/tid=6631] ppid=6626 vsize=2588572 CPUtime=337.81 cores=0,2,4,6
/proc/6628/task/6631/stat : 6631 (pwbo2.02) R 6626 6628 3386 0 -1 4202560 11418 0 0 0 33772 9 0 0 20 0 3 0 332008214 2650697728 566354 33554432000 4194304 5964478 140733871441104 139811599989048 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 680.8
Current children cumulated vsize (KiB) 2588572

[startup+402.3 s]
/proc/loadavg: 3.99 4.00 3.98 5/181 6636
/proc/meminfo: memFree=26352044/32873844 swapFree=6872/6872
[pid=6628] ppid=6626 vsize=2719644 CPUtime=800.79 cores=0,2,4,6
/proc/6628/stat : 6628 (pwbo2.02) S 6626 6628 3386 0 -1 4202496 294009 0 0 0 79962 117 0 0 20 0 3 0 332007857 2784915456 594640 33554432000 4194304 5964478 140733871441104 140733871440624 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6628/statm: 679911 594640 194 433 0 679475 0
[pid=6628/tid=6630] ppid=6626 vsize=2719644 CPUtime=397.67 cores=0,2,4,6
/proc/6628/task/6630/stat : 6630 (pwbo2.02) R 6626 6628 3386 0 -1 4202560 185673 0 0 0 39666 101 0 0 20 0 3 0 332008214 2784915456 594640 33554432000 4194304 5964478 140733871441104 139811723630952 4389160 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=6628/tid=6631] ppid=6626 vsize=2719644 CPUtime=397.66 cores=0,2,4,6
/proc/6628/task/6631/stat : 6631 (pwbo2.02) R 6626 6628 3386 0 -1 4202560 11549 0 0 0 39755 11 0 0 20 0 3 0 332008214 2784915456 594640 33554432000 4194304 5964478 140733871441104 139811599989048 4382008 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 800.79
Current children cumulated vsize (KiB) 2719644

[startup+462.3 s]
/proc/loadavg: 3.99 4.00 3.98 5/181 6636
/proc/meminfo: memFree=26322268/32873844 swapFree=6872/6872
[pid=6628] ppid=6626 vsize=2719644 CPUtime=920.77 cores=0,2,4,6
/proc/6628/stat : 6628 (pwbo2.02) S 6626 6628 3386 0 -1 4202496 294142 0 0 0 91960 117 0 0 20 0 3 0 332007857 2784915456 594780 33554432000 4194304 5964478 140733871441104 140733871440624 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6628/statm: 679911 594780 194 433 0 679475 0
[pid=6628/tid=6630] ppid=6626 vsize=2719644 CPUtime=457.51 cores=0,2,4,6
/proc/6628/task/6630/stat : 6630 (pwbo2.02) R 6626 6628 3386 0 -1 4202560 185674 0 0 0 45650 101 0 0 20 0 3 0 332008214 2784915456 594780 33554432000 4194304 5964478 140733871441104 139811723630952 4389085 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=6628/tid=6631] ppid=6626 vsize=2719644 CPUtime=457.51 cores=0,2,4,6
/proc/6628/task/6631/stat : 6631 (pwbo2.02) R 6626 6628 3386 0 -1 4202560 11681 0 0 0 45740 11 0 0 20 0 3 0 332008214 2784915456 594780 33554432000 4194304 5964478 140733871441104 139811599989048 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 920.77
Current children cumulated vsize (KiB) 2719644

[startup+522.3 s]
/proc/loadavg: 3.99 4.00 3.98 5/181 6636
/proc/meminfo: memFree=26299868/32873844 swapFree=6872/6872
[pid=6628] ppid=6626 vsize=2719644 CPUtime=1040.75 cores=0,2,4,6
/proc/6628/stat : 6628 (pwbo2.02) S 6626 6628 3386 0 -1 4202496 294257 0 0 0 103958 117 0 0 20 0 3 0 332007857 2784915456 594895 33554432000 4194304 5964478 140733871441104 140733871440624 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6628/statm: 679911 594895 194 433 0 679475 0
[pid=6628/tid=6630] ppid=6626 vsize=2719644 CPUtime=517.36 cores=0,2,4,6
/proc/6628/task/6630/stat : 6630 (pwbo2.02) R 6626 6628 3386 0 -1 4202560 185687 0 0 0 51634 102 0 0 20 0 3 0 332008214 2784915456 594895 33554432000 4194304 5964478 140733871441104 139811723630952 4410739 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=6628/tid=6631] ppid=6626 vsize=2719644 CPUtime=517.36 cores=0,2,4,6
/proc/6628/task/6631/stat : 6631 (pwbo2.02) R 6626 6628 3386 0 -1 4202560 11783 0 0 0 51724 12 0 0 20 0 3 0 332008214 2784915456 594895 33554432000 4194304 5964478 140733871441104 139811599989048 4382021 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1040.75
Current children cumulated vsize (KiB) 2719644

[startup+582.3 s]
/proc/loadavg: 3.99 4.00 3.98 5/181 6636
/proc/meminfo: memFree=26252176/32873844 swapFree=6872/6872
[pid=6628] ppid=6626 vsize=2719644 CPUtime=1160.73 cores=0,2,4,6
/proc/6628/stat : 6628 (pwbo2.02) S 6626 6628 3386 0 -1 4202496 294295 0 0 0 115956 117 0 0 20 0 3 0 332007857 2784915456 594932 33554432000 4194304 5964478 140733871441104 140733871440624 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6628/statm: 679911 594932 194 433 0 679475 0
[pid=6628/tid=6630] ppid=6626 vsize=2719644 CPUtime=577.21 cores=0,2,4,6
/proc/6628/task/6630/stat : 6630 (pwbo2.02) R 6626 6628 3386 0 -1 4202560 185696 0 0 0 57618 103 0 0 20 0 3 0 332008214 2784915456 594932 33554432000 4194304 5964478 140733871441104 139811723630952 4222416 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=6628/tid=6631] ppid=6626 vsize=2719644 CPUtime=577.2 cores=0,2,4,6
/proc/6628/task/6631/stat : 6631 (pwbo2.02) R 6626 6628 3386 0 -1 4202560 11812 0 0 0 57707 13 0 0 20 0 3 0 332008214 2784915456 594932 33554432000 4194304 5964478 140733871441104 139811599989048 4381960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1160.73
Current children cumulated vsize (KiB) 2719644

[startup+642.3 s]
/proc/loadavg: 3.99 4.00 3.98 5/182 6639
/proc/meminfo: memFree=26250048/32873844 swapFree=6872/6872
[pid=6628] ppid=6626 vsize=2719644 CPUtime=1280.72 cores=0,2,4,6
/proc/6628/stat : 6628 (pwbo2.02) S 6626 6628 3386 0 -1 4202496 294328 0 0 0 127955 117 0 0 20 0 3 0 332007857 2784915456 594965 33554432000 4194304 5964478 140733871441104 140733871440624 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6628/statm: 679911 594965 194 433 0 679475 0
[pid=6628/tid=6630] ppid=6626 vsize=2719644 CPUtime=637.06 cores=0,2,4,6
/proc/6628/task/6630/stat : 6630 (pwbo2.02) R 6626 6628 3386 0 -1 4202560 185696 0 0 0 63602 104 0 0 20 0 3 0 332008214 2784915456 594965 33554432000 4194304 5964478 140733871441104 139811723630952 4389170 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=6628/tid=6631] ppid=6626 vsize=2719644 CPUtime=637.06 cores=0,2,4,6
/proc/6628/task/6631/stat : 6631 (pwbo2.02) R 6626 6628 3386 0 -1 4202560 11845 0 0 0 63692 14 0 0 20 0 3 0 332008214 2784915456 594965 33554432000 4194304 5964478 140733871441104 139811599989048 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1280.72
Current children cumulated vsize (KiB) 2719644

[startup+702.3 s]
/proc/loadavg: 3.99 4.00 3.98 5/180 6639
/proc/meminfo: memFree=26187984/32873844 swapFree=6872/6872
[pid=6628] ppid=6626 vsize=2719644 CPUtime=1400.7 cores=0,2,4,6
/proc/6628/stat : 6628 (pwbo2.02) S 6626 6628 3386 0 -1 4202496 301363 0 0 0 139949 121 0 0 20 0 3 0 332007857 2784915456 602000 33554432000 4194304 5964478 140733871441104 140733871440624 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6628/statm: 679911 602000 194 433 0 679475 0
[pid=6628/tid=6630] ppid=6626 vsize=2719644 CPUtime=696.9 cores=0,2,4,6
/proc/6628/task/6630/stat : 6630 (pwbo2.02) R 6626 6628 3386 0 -1 4202560 192700 0 0 0 69581 109 0 0 20 0 3 0 332008214 2784915456 602000 33554432000 4194304 5964478 140733871441104 139811723630584 4222464 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=6628/tid=6631] ppid=6626 vsize=2719644 CPUtime=696.9 cores=0,2,4,6
/proc/6628/task/6631/stat : 6631 (pwbo2.02) R 6626 6628 3386 0 -1 4202560 11876 0 0 0 69675 15 0 0 20 0 3 0 332008214 2784915456 602000 33554432000 4194304 5964478 140733871441104 139811599989048 4381960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1400.7
Current children cumulated vsize (KiB) 2719644

[startup+762.306 s]
/proc/loadavg: 3.99 4.00 3.98 5/181 6640
/proc/meminfo: memFree=26070960/32873844 swapFree=6872/6872
[pid=6628] ppid=6626 vsize=2785180 CPUtime=1520.69 cores=0,2,4,6
/proc/6628/stat : 6628 (pwbo2.02) S 6626 6628 3386 0 -1 4202496 315694 0 0 0 151939 130 0 0 20 0 3 0 332007857 2852024320 616331 33554432000 4194304 5964478 140733871441104 140733871440624 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6628/statm: 696295 616331 194 433 0 695859 0
[pid=6628/tid=6630] ppid=6626 vsize=2785180 CPUtime=756.75 cores=0,2,4,6
/proc/6628/task/6630/stat : 6630 (pwbo2.02) R 6626 6628 3386 0 -1 4202560 207005 0 0 0 75556 119 0 0 20 0 3 0 332008214 2852024320 616331 33554432000 4194304 5964478 140733871441104 139811723630584 4400056 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=6628/tid=6631] ppid=6626 vsize=2785180 CPUtime=756.75 cores=0,2,4,6
/proc/6628/task/6631/stat : 6631 (pwbo2.02) R 6626 6628 3386 0 -1 4202560 11902 0 0 0 75659 16 0 0 20 0 3 0 332008214 2852024320 616331 33554432000 4194304 5964478 140733871441104 139811599989048 4381960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1520.69
Current children cumulated vsize (KiB) 2785180

[startup+822.3 s]
/proc/loadavg: 4.06 4.02 3.98 5/181 6640
/proc/meminfo: memFree=26011796/32873844 swapFree=6872/6872
[pid=6628] ppid=6626 vsize=2850716 CPUtime=1640.66 cores=0,2,4,6
/proc/6628/stat : 6628 (pwbo2.02) S 6626 6628 3386 0 -1 4202496 328569 0 0 0 163926 140 0 0 20 0 3 0 332007857 2919133184 629206 33554432000 4194304 5964478 140733871441104 140733871440624 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6628/statm: 712679 629206 194 433 0 712243 0
[pid=6628/tid=6630] ppid=6626 vsize=2850716 CPUtime=816.59 cores=0,2,4,6
/proc/6628/task/6630/stat : 6630 (pwbo2.02) R 6626 6628 3386 0 -1 4202560 219855 0 0 0 81529 130 0 0 20 0 3 0 332008214 2919133184 629206 33554432000 4194304 5964478 140733871441104 139811723630584 4389147 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=6628/tid=6631] ppid=6626 vsize=2850716 CPUtime=816.59 cores=0,2,4,6
/proc/6628/task/6631/stat : 6631 (pwbo2.02) R 6626 6628 3386 0 -1 4202560 11927 0 0 0 81642 17 0 0 20 0 3 0 332008214 2919133184 629206 33554432000 4194304 5964478 140733871441104 139811599989048 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1640.66
Current children cumulated vsize (KiB) 2850716

[startup+882.3 s]
/proc/loadavg: 4.02 4.01 3.98 5/181 6681
/proc/meminfo: memFree=26486636/32873844 swapFree=6872/6872
[pid=6628] ppid=6626 vsize=2850716 CPUtime=1760.64 cores=0,2,4,6
/proc/6628/stat : 6628 (pwbo2.02) S 6626 6628 3386 0 -1 4202496 331887 0 0 0 175921 143 0 0 20 0 3 0 332007857 2919133184 632524 33554432000 4194304 5964478 140733871441104 140733871440624 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6628/statm: 712679 632524 194 433 0 712243 0
[pid=6628/tid=6630] ppid=6626 vsize=2850716 CPUtime=876.44 cores=0,2,4,6
/proc/6628/task/6630/stat : 6630 (pwbo2.02) R 6626 6628 3386 0 -1 4202560 223126 0 0 0 87510 134 0 0 20 0 3 0 332008214 2919133184 632524 33554432000 4194304 5964478 140733871441104 139811723630584 4400067 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=6628/tid=6631] ppid=6626 vsize=2850716 CPUtime=876.44 cores=0,2,4,6
/proc/6628/task/6631/stat : 6631 (pwbo2.02) R 6626 6628 3386 0 -1 4202560 11974 0 0 0 87626 18 0 0 20 0 3 0 332008214 2919133184 632524 33554432000 4194304 5964478 140733871441104 139811599989048 4381996 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1760.64
Current children cumulated vsize (KiB) 2850716



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+902.006 s]
/proc/loadavg: 4.01 4.01 3.98 5/181 6681
/proc/meminfo: memFree=26398468/32873844 swapFree=6872/6872
[pid=6628] ppid=6626 vsize=2850716 CPUtime=1800.06 cores=0,2,4,6
/proc/6628/stat : 6628 (pwbo2.02) S 6626 6628 3386 0 -1 4202496 332207 0 0 0 179862 144 0 0 20 0 3 0 332007857 2919133184 632844 33554432000 4194304 5964478 140733871441104 140733871440624 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6628/statm: 712679 632844 194 433 0 712243 0
[pid=6628/tid=6630] ppid=6626 vsize=2850716 CPUtime=896.1 cores=0,2,4,6
/proc/6628/task/6630/stat : 6630 (pwbo2.02) R 6626 6628 3386 0 -1 4202560 223422 0 0 0 89476 134 0 0 20 0 3 0 332008214 2919133184 632844 33554432000 4194304 5964478 140733871441104 139811723630584 4400087 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=6628/tid=6631] ppid=6626 vsize=2850716 CPUtime=896.1 cores=0,2,4,6
/proc/6628/task/6631/stat : 6631 (pwbo2.02) R 6626 6628 3386 0 -1 4202560 11998 0 0 0 89591 19 0 0 20 0 3 0 332008214 2919133184 632844 33554432000 4194304 5964478 140733871441104 139811599989048 4382019 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 2850716

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 6628 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=93256
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=761732
# CPU time returned by wait4() is 1795.85
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 902.063
CPU time (s): 1800.06
CPU user time (s): 1798.62
CPU system time (s): 1.44
CPU usage (%): 199.549
Max. virtual memory (cumulated for all children) (KiB): 2850716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.09
system time used= 1.76173
maximum resident set size= 2531380
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 332208
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= 3546
involuntary context switches= 2006

runsolver used 1.64975 second user time and 4.85526 second system time

The end

Launcher Data

Begin job on node106 at 2012-06-02 19:39:54
IDJOB=3726298
IDBENCH=89871
IDSOLVER=2309
FILE ID=node106/3726298-1338658793
RUNJOBID= node106-1338651441-5233
PBS_JOBID= 14636474
Free space on /tmp= 70844 MiB

SOLVER NAME= pwbo 2.02
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-datt256.opb
COMMAND LINE= pwbo2.02 -file-format=opb -verbosity=0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3726298-1338658793/watcher-3726298-1338658793 -o /tmp/evaluation-result-3726298-1338658793/solver-3726298-1338658793 -C 1800 -W 1900 -M 15500  pwbo2.02 -file-format=opb -verbosity=0 HOME/instance-3726298-1338658793.opb

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

MD5SUM BENCH= eff0b252efd7ad849119636cdcc0cdec
RANDOM SEED=2003149002

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
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:       32873844 kB
MemFree:        29053880 kB
Buffers:          264700 kB
Cached:          2634168 kB
SwapCached:         1936 kB
Active:          1015696 kB
Inactive:        1964636 kB
Active(anon):      78620 kB
Inactive(anon):     4868 kB
Active(file):     937076 kB
Inactive(file):  1959768 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67100520 kB
Dirty:             29280 kB
Writeback:             0 kB
AnonPages:         86412 kB
Mapped:             9728 kB
Shmem:                 0 kB
Slab:             699464 kB
SReclaimable:     141656 kB
SUnreclaim:       557808 kB
KernelStack:        1464 kB
PageTables:         3772 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     160416 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 70836 MiB
End job on node106 at 2012-06-02 19:54:58