Trace number 3727560

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
wbo 1.72? (TO) 1800.43 1800.51

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_5_40_1.opb
MD5SUMae75c4a4fdafb98542bd11b7f7eecd54
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1307.56
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables41
Total number of constraints11
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints10
Minimum length of a constraint1
Maximum length of a constraint40
Number of terms in the objective function 1
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 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1086
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3258
Number of bits of the biggest sum of numbers12
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.72 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3727560-1338662275.opb.
0.00/0.00	c Instance file HOME/instance-3727560-1338662275.opb
0.00/0.00	c File size is 3384 bytes.
0.00/0.00	c Cost Offset: 0
0.00/0.00	c Highest Coefficient sum: 3258
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.00         s                                      |
0.00/0.00	c |  Number Variables:      41                                                  |
0.00/0.00	c |  Number Clauses:        1                                                   |
0.00/0.00	c |  Number Cardinality:    0                                                   |
0.00/0.00	c |  Number PB Constraints: 10                                                  |
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Problem Type:          Optimization                                        |
0.00/0.00	c |  Objective Function:    Cardinality Constraint                              |
0.00/0.00	c |                                                                             |
0.00/0.00	c ============================[ Search Statistics ]==============================
0.00/0.00	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.00/0.00	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.00/0.00	c ===============================================================================
1800.06/1800.51	c ===============================================================================
1800.06/1800.51	c Wall Clock Time: 1800.51 s
1800.06/1800.51	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-3727560-1338662275/watcher-3727560-1338662275 -o /tmp/evaluation-result-3727560-1338662275/solver-3727560-1338662275 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727560-1338662275.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 6717
/proc/meminfo: memFree=26366164/32873648 swapFree=6864/6864
[pid=6717] ppid=6715 vsize=83568 CPUtime=0 cores=0,2,4,6
/proc/6717/stat : 6717 (wbo1.72) S 6715 6717 4479 0 -1 4202496 747 0 0 0 0 0 0 0 20 0 2 0 332352891 85573632 698 33554432000 4194304 5964350 140734474812352 140734474811872 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6717/statm: 20892 698 189 433 0 20456 0
[pid=6717/tid=6718] ppid=6715 vsize=83568 CPUtime=0 cores=0,2,4,6
/proc/6717/task/6718/stat : 6718 (wbo1.72) R 6715 6717 4479 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 2 0 332352891 85573632 698 33554432000 4194304 5964350 140734474812352 140737248701688 5136410 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0

[startup+0.0112659 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6717
/proc/meminfo: memFree=26366164/32873648 swapFree=6864/6864
[pid=6717] ppid=6715 vsize=83568 CPUtime=0 cores=0,2,4,6
/proc/6717/stat : 6717 (wbo1.72) S 6715 6717 4479 0 -1 4202496 768 0 0 0 0 0 0 0 20 0 2 0 332352891 85573632 719 33554432000 4194304 5964350 140734474812352 140734474811872 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6717/statm: 20892 719 190 433 0 20456 0
[pid=6717/tid=6718] ppid=6715 vsize=83568 CPUtime=0 cores=0,2,4,6
/proc/6717/task/6718/stat : 6718 (wbo1.72) R 6715 6717 4479 0 -1 4202560 67 0 0 0 0 0 0 0 20 0 2 0 332352891 85573632 719 33554432000 4194304 5964350 140734474812352 140737248701688 5136340 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 83568

[startup+0.100277 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6717
/proc/meminfo: memFree=26366164/32873648 swapFree=6864/6864
[pid=6717] ppid=6715 vsize=83568 CPUtime=0.09 cores=0,2,4,6
/proc/6717/stat : 6717 (wbo1.72) S 6715 6717 4479 0 -1 4202496 1032 0 0 0 9 0 0 0 20 0 2 0 332352891 85573632 983 33554432000 4194304 5964350 140734474812352 140734474811872 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6717/statm: 20892 983 190 433 0 20456 0
[pid=6717/tid=6718] ppid=6715 vsize=83568 CPUtime=0.08 cores=0,2,4,6
/proc/6717/task/6718/stat : 6718 (wbo1.72) R 6715 6717 4479 0 -1 4202560 331 0 0 0 8 0 0 0 20 0 2 0 332352891 85573632 983 33554432000 4194304 5964350 140734474812352 140737248701688 5136340 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 83568

[startup+0.300208 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6717
/proc/meminfo: memFree=26366164/32873648 swapFree=6864/6864
[pid=6717] ppid=6715 vsize=83568 CPUtime=0.29 cores=0,2,4,6
/proc/6717/stat : 6717 (wbo1.72) S 6715 6717 4479 0 -1 4202496 1399 0 0 0 29 0 0 0 20 0 2 0 332352891 85573632 1350 33554432000 4194304 5964350 140734474812352 140734474811872 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6717/statm: 20892 1350 190 433 0 20456 0
[pid=6717/tid=6718] ppid=6715 vsize=83568 CPUtime=0.28 cores=0,2,4,6
/proc/6717/task/6718/stat : 6718 (wbo1.72) R 6715 6717 4479 0 -1 4202560 698 0 0 0 28 0 0 0 20 0 2 0 332352891 85573632 1350 33554432000 4194304 5964350 140734474812352 140737248701688 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83568

[startup+0.700212 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6717
/proc/meminfo: memFree=26366164/32873648 swapFree=6864/6864
[pid=6717] ppid=6715 vsize=83712 CPUtime=0.69 cores=0,2,4,6
/proc/6717/stat : 6717 (wbo1.72) S 6715 6717 4479 0 -1 4202496 1710 0 0 0 69 0 0 0 20 0 2 0 332352891 85721088 1661 33554432000 4194304 5964350 140734474812352 140734474811872 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6717/statm: 20928 1661 190 433 0 20492 0
[pid=6717/tid=6718] ppid=6715 vsize=83712 CPUtime=0.68 cores=0,2,4,6
/proc/6717/task/6718/stat : 6718 (wbo1.72) R 6715 6717 4479 0 -1 4202560 1009 0 0 0 68 0 0 0 20 0 2 0 332352891 85721088 1661 33554432000 4194304 5964350 140734474812352 140737248701688 5136340 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83712

[startup+1.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6719
/proc/meminfo: memFree=26355632/32873648 swapFree=6864/6864
[pid=6717] ppid=6715 vsize=83712 CPUtime=1.49 cores=0,2,4,6
/proc/6717/stat : 6717 (wbo1.72) S 6715 6717 4479 0 -1 4202496 2328 0 0 0 149 0 0 0 20 0 2 0 332352891 85721088 2279 33554432000 4194304 5964350 140734474812352 140734474811872 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6717/statm: 20928 2279 190 433 0 20492 0
[pid=6717/tid=6718] ppid=6715 vsize=83712 CPUtime=1.48 cores=0,2,4,6
/proc/6717/task/6718/stat : 6718 (wbo1.72) R 6715 6717 4479 0 -1 4202560 1627 0 0 0 148 0 0 0 20 0 2 0 332352891 85721088 2279 33554432000 4194304 5964350 140734474812352 139891752392216 5136340 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) 83712

[startup+3.10015 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6719
/proc/meminfo: memFree=26349308/32873648 swapFree=6864/6864
[pid=6717] ppid=6715 vsize=84072 CPUtime=3.09 cores=0,2,4,6
/proc/6717/stat : 6717 (wbo1.72) S 6715 6717 4479 0 -1 4202496 3128 0 0 0 309 0 0 0 20 0 2 0 332352891 86089728 3079 33554432000 4194304 5964350 140734474812352 140734474811872 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6717/statm: 21018 3079 190 433 0 20582 0
[pid=6717/tid=6718] ppid=6715 vsize=84072 CPUtime=3.08 cores=0,2,4,6
/proc/6717/task/6718/stat : 6718 (wbo1.72) R 6715 6717 4479 0 -1 4202560 2427 0 0 0 308 0 0 0 20 0 2 0 332352891 86089728 3079 33554432000 4194304 5964350 140734474812352 139891752392216 4399921 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) 84072

[startup+6.30021 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6719
/proc/meminfo: memFree=26336828/32873648 swapFree=6864/6864
[pid=6717] ppid=6715 vsize=84468 CPUtime=6.29 cores=0,2,4,6
/proc/6717/stat : 6717 (wbo1.72) S 6715 6717 4479 0 -1 4202496 4246 0 0 0 629 0 0 0 20 0 2 0 332352891 86495232 4197 33554432000 4194304 5964350 140734474812352 140734474811872 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6717/statm: 21117 4197 190 433 0 20681 0
[pid=6717/tid=6718] ppid=6715 vsize=84468 CPUtime=6.28 cores=0,2,4,6
/proc/6717/task/6718/stat : 6718 (wbo1.72) R 6715 6717 4479 0 -1 4202560 3545 0 0 0 628 0 0 0 20 0 2 0 332352891 86495232 4197 33554432000 4194304 5964350 140734474812352 139891752392504 4399889 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) 84468

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 6719
/proc/meminfo: memFree=26314608/32873648 swapFree=6864/6864
[pid=6717] ppid=6715 vsize=85816 CPUtime=12.69 cores=0,2,4,6
/proc/6717/stat : 6717 (wbo1.72) S 6715 6717 4479 0 -1 4202496 6316 0 0 0 1268 1 0 0 20 0 2 0 332352891 87875584 6262 33554432000 4194304 5964350 140734474812352 140734474811872 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6717/statm: 21454 6262 190 433 0 21018 0
[pid=6717/tid=6718] ppid=6715 vsize=85816 CPUtime=12.69 cores=0,2,4,6
/proc/6717/task/6718/stat : 6718 (wbo1.72) R 6715 6717 4479 0 -1 4202560 5615 0 0 0 1267 2 0 0 20 0 2 0 332352891 87875584 6262 33554432000 4194304 5964350 140734474812352 139891752392504 4399872 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) 85816

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6720
/proc/meminfo: memFree=26289864/32873648 swapFree=6864/6864
[pid=6717] ppid=6715 vsize=87568 CPUtime=25.49 cores=0,2,4,6
/proc/6717/stat : 6717 (wbo1.72) S 6715 6717 4479 0 -1 4202496 9397 0 0 0 2546 3 0 0 20 0 2 0 332352891 89669632 9338 33554432000 4194304 5964350 140734474812352 140734474811872 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6717/statm: 21892 9338 190 433 0 21456 0
[pid=6717/tid=6718] ppid=6715 vsize=87568 CPUtime=25.49 cores=0,2,4,6
/proc/6717/task/6718/stat : 6718 (wbo1.72) R 6715 6717 4479 0 -1 4202560 8696 0 0 0 2545 4 0 0 20 0 2 0 332352891 89669632 9338 33554432000 4194304 5964350 140734474812352 139891752392216 4389683 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) 87568

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6720
/proc/meminfo: memFree=26246856/32873648 swapFree=6864/6864
[pid=6717] ppid=6715 vsize=89260 CPUtime=51.06 cores=0,2,4,6
/proc/6717/stat : 6717 (wbo1.72) S 6715 6717 4479 0 -1 4202496 14107 0 0 0 5101 5 0 0 20 0 2 0 332352891 91402240 14053 33554432000 4194304 5964350 140734474812352 140734474811872 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6717/statm: 22315 14053 190 433 0 21879 0
[pid=6717/tid=6718] ppid=6715 vsize=89260 CPUtime=51.07 cores=0,2,4,6
/proc/6717/task/6718/stat : 6718 (wbo1.72) R 6715 6717 4479 0 -1 4202560 13406 0 0 0 5101 6 0 0 20 0 2 0 332352891 91402240 14053 33554432000 4194304 5964350 140734474812352 139891752392504 4403618 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 89260

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6720
/proc/meminfo: memFree=26170320/32873648 swapFree=6864/6864
[pid=6717] ppid=6715 vsize=158628 CPUtime=102.26 cores=0,2,4,6
/proc/6717/stat : 6717 (wbo1.72) S 6715 6717 4479 0 -1 4202496 22417 0 0 0 10215 11 0 0 20 0 2 0 332352891 162435072 22737 33554432000 4194304 5964350 140734474812352 140734474811872 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6717/statm: 39657 22737 190 433 0 39221 0
[pid=6717/tid=6718] ppid=6715 vsize=158628 CPUtime=102.27 cores=0,2,4,6
/proc/6717/task/6718/stat : 6718 (wbo1.72) R 6715 6717 4479 0 -1 4202560 21716 0 0 0 10215 12 0 0 20 0 2 0 332352891 162435072 22737 33554432000 4194304 5964350 140734474812352 139891752392216 4399840 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) 158628

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 6723
/proc/meminfo: memFree=26111080/32873648 swapFree=6864/6864
[pid=6717] ppid=6715 vsize=160648 CPUtime=162.24 cores=0,2,4,6
/proc/6717/stat : 6717 (wbo1.72) S 6715 6717 4479 0 -1 4202496 29967 0 0 0 16208 16 0 0 20 0 2 0 332352891 164503552 30287 33554432000 4194304 5964350 140734474812352 140734474811872 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6717/statm: 40162 30287 190 433 0 39726 0
[pid=6717/tid=6718] ppid=6715 vsize=160648 CPUtime=162.27 cores=0,2,4,6
/proc/6717/task/6718/stat : 6718 (wbo1.72) R 6715 6717 4479 0 -1 4202560 29266 0 0 0 16208 19 0 0 20 0 2 0 332352891 164503552 30287 33554432000 4194304 5964350 140734474812352 139891752392216 4399840 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) 160648

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6723
/proc/meminfo: memFree=26070144/32873648 swapFree=6864/6864
[pid=6717] ppid=6715 vsize=163336 CPUtime=222.21 cores=0,2,4,6
/proc/6717/stat : 6717 (wbo1.72) S 6715 6717 4479 0 -1 4202496 35479 0 0 0 22200 21 0 0 20 0 2 0 332352891 167256064 35780 33554432000 4194304 5964350 140734474812352 140734474811872 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6717/statm: 40834 35780 190 433 0 40398 0
[pid=6717/tid=6718] ppid=6715 vsize=163336 CPUtime=222.25 cores=0,2,4,6
/proc/6717/task/6718/stat : 6718 (wbo1.72) R 6715 6717 4479 0 -1 4202560 34778 0 0 0 22200 25 0 0 20 0 2 0 332352891 167256064 35780 33554432000 4194304 5964350 140734474812352 139891752392216 4399938 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 163336

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6723
/proc/meminfo: memFree=26014456/32873648 swapFree=6864/6864
[pid=6717] ppid=6715 vsize=229640 CPUtime=282.2 cores=0,2,4,6
/proc/6717/stat : 6717 (wbo1.72) S 6715 6717 4479 0 -1 4202496 42763 0 0 0 28193 27 0 0 20 0 2 0 332352891 235151360 43562 33554432000 4194304 5964350 140734474812352 140734474811872 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6717/statm: 57410 43562 190 433 0 56974 0
[pid=6717/tid=6718] ppid=6715 vsize=229640 CPUtime=282.25 cores=0,2,4,6
/proc/6717/task/6718/stat : 6718 (wbo1.72) R 6715 6717 4479 0 -1 4202560 42062 0 0 0 28193 32 0 0 20 0 2 0 332352891 235151360 43562 33554432000 4194304 5964350 140734474812352 139891752392216 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 229640

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6724
/proc/meminfo: memFree=25969180/32873648 swapFree=6864/6864
[pid=6717] ppid=6715 vsize=230024 CPUtime=342.19 cores=0,2,4,6
/proc/6717/stat : 6717 (wbo1.72) S 6715 6717 4479 0 -1 4202496 47795 0 0 0 34186 33 0 0 20 0 2 0 332352891 235544576 48594 33554432000 4194304 5964350 140734474812352 140734474811872 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6717/statm: 57506 48594 190 433 0 57070 0
[pid=6717/tid=6718] ppid=6715 vsize=230024 CPUtime=342.25 cores=0,2,4,6
/proc/6717/task/6718/stat : 6718 (wbo1.72) R 6715 6717 4479 0 -1 4202560 47094 0 0 0 34186 39 0 0 20 0 2 0 332352891 235544576 48594 33554432000 4194304 5964350 140734474812352 139891752392216 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 230024

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6724
/proc/meminfo: memFree=25928452/32873648 swapFree=6864/6864
[pid=6717] ppid=6715 vsize=230800 CPUtime=402.18 cores=0,2,4,6
/proc/6717/stat : 6717 (wbo1.72) S 6715 6717 4479 0 -1 4202496 52328 0 0 0 40181 37 0 0 20 0 2 0 332352891 236339200 53127 33554432000 4194304 5964350 140734474812352 140734474811872 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0

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

[pid=6717] ppid=6715 vsize=437124 CPUtime=1062.02 cores=0,2,4,6
/proc/6717/stat : 6717 (wbo1.72) S 6715 6717 4479 0 -1 4202496 95070 0 0 0 106121 81 0 0 20 0 2 0 332352891 447614976 95811 33554432000 4194304 5964350 140734474812352 140734474811872 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6717/statm: 109281 95811 190 433 0 108845 0
[pid=6717/tid=6718] ppid=6715 vsize=437124 CPUtime=1062.22 cores=0,2,4,6
/proc/6717/task/6718/stat : 6718 (wbo1.72) R 6715 6717 4479 0 -1 4202560 94369 0 0 0 106124 98 0 0 20 0 2 0 332352891 447614976 95811 33554432000 4194304 5964350 140734474812352 139891752392216 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 437124

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6730
/proc/meminfo: memFree=25575060/32873648 swapFree=6864/6864
[pid=6717] ppid=6715 vsize=437124 CPUtime=1122 cores=0,2,4,6
/proc/6717/stat : 6717 (wbo1.72) S 6715 6717 4479 0 -1 4202496 97181 0 0 0 112116 84 0 0 20 0 2 0 332352891 447614976 97922 33554432000 4194304 5964350 140734474812352 140734474811872 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6717/statm: 109281 97922 190 433 0 108845 0
[pid=6717/tid=6718] ppid=6715 vsize=437124 CPUtime=1122.22 cores=0,2,4,6
/proc/6717/task/6718/stat : 6718 (wbo1.72) R 6715 6717 4479 0 -1 4202560 96480 0 0 0 112120 102 0 0 20 0 2 0 332352891 447614976 97922 33554432000 4194304 5964350 140734474812352 139891752392216 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 437124

[startup+1182.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 6730
/proc/meminfo: memFree=25544272/32873648 swapFree=6864/6864
[pid=6717] ppid=6715 vsize=437724 CPUtime=1181.99 cores=0,2,4,6
/proc/6717/stat : 6717 (wbo1.72) S 6715 6717 4479 0 -1 4202496 101115 0 0 0 118111 88 0 0 20 0 2 0 332352891 448229376 101845 33554432000 4194304 5964350 140734474812352 140734474811872 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6717/statm: 109431 101845 190 433 0 108995 0
[pid=6717/tid=6718] ppid=6715 vsize=437724 CPUtime=1182.22 cores=0,2,4,6
/proc/6717/task/6718/stat : 6718 (wbo1.72) R 6715 6717 4479 0 -1 4202560 100414 0 0 0 118116 106 0 0 20 0 2 0 332352891 448229376 101845 33554432000 4194304 5964350 140734474812352 139891752392216 4379231 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 437724

[startup+1242.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 6731
/proc/meminfo: memFree=25509104/32873648 swapFree=6864/6864
[pid=6717] ppid=6715 vsize=438592 CPUtime=1241.97 cores=0,2,4,6
/proc/6717/stat : 6717 (wbo1.72) S 6715 6717 4479 0 -1 4202496 103769 0 0 0 124106 91 0 0 20 0 2 0 332352891 449118208 104492 33554432000 4194304 5964350 140734474812352 140734474811872 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6717/statm: 109648 104492 190 433 0 109212 0
[pid=6717/tid=6718] ppid=6715 vsize=438592 CPUtime=1242.22 cores=0,2,4,6
/proc/6717/task/6718/stat : 6718 (wbo1.72) R 6715 6717 4479 0 -1 4202560 103068 0 0 0 124112 110 0 0 20 0 2 0 332352891 449118208 104492 33554432000 4194304 5964350 140734474812352 139891752392216 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1241.97
Current children cumulated vsize (KiB) 438592

[startup+1302.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 6731
/proc/meminfo: memFree=25486828/32873648 swapFree=6864/6864
[pid=6717] ppid=6715 vsize=505028 CPUtime=1301.96 cores=0,2,4,6
/proc/6717/stat : 6717 (wbo1.72) S 6715 6717 4479 0 -1 4202496 107807 0 0 0 130101 95 0 0 20 0 2 0 332352891 517148672 108513 33554432000 4194304 5964350 140734474812352 140734474811872 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6717/statm: 126257 108513 190 433 0 125821 0
[pid=6717/tid=6718] ppid=6715 vsize=505028 CPUtime=1302.21 cores=0,2,4,6
/proc/6717/task/6718/stat : 6718 (wbo1.72) R 6715 6717 4479 0 -1 4202560 107106 0 0 0 130106 115 0 0 20 0 2 0 332352891 517148672 108513 33554432000 4194304 5964350 140734474812352 139891752392216 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1301.96
Current children cumulated vsize (KiB) 505028

[startup+1362.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/180 6734
/proc/meminfo: memFree=25467416/32873648 swapFree=6864/6864
[pid=6717] ppid=6715 vsize=505028 CPUtime=1361.95 cores=0,2,4,6
/proc/6717/stat : 6717 (wbo1.72) S 6715 6717 4479 0 -1 4202496 108216 0 0 0 136099 96 0 0 20 0 2 0 332352891 517148672 108922 33554432000 4194304 5964350 140734474812352 140734474811872 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6717/statm: 126257 108922 190 433 0 125821 0
[pid=6717/tid=6718] ppid=6715 vsize=505028 CPUtime=1362.21 cores=0,2,4,6
/proc/6717/task/6718/stat : 6718 (wbo1.72) R 6715 6717 4479 0 -1 4202560 107515 0 0 0 136104 117 0 0 20 0 2 0 332352891 517148672 108922 33554432000 4194304 5964350 140734474812352 139891752392216 4399858 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1361.95
Current children cumulated vsize (KiB) 505028

[startup+1422.31 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 6757
/proc/meminfo: memFree=25441432/32873648 swapFree=6864/6864
[pid=6717] ppid=6715 vsize=505896 CPUtime=1421.94 cores=0,2,4,6
/proc/6717/stat : 6717 (wbo1.72) S 6715 6717 4479 0 -1 4202496 112051 0 0 0 142094 100 0 0 20 0 2 0 332352891 518037504 112757 33554432000 4194304 5964350 140734474812352 140734474811872 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6717/statm: 126474 112757 190 433 0 126038 0
[pid=6717/tid=6718] ppid=6715 vsize=505896 CPUtime=1422.22 cores=0,2,4,6
/proc/6717/task/6718/stat : 6718 (wbo1.72) R 6715 6717 4479 0 -1 4202560 111350 0 0 0 142100 122 0 0 20 0 2 0 332352891 518037504 112757 33554432000 4194304 5964350 140734474812352 139891752392216 5136340 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1421.94
Current children cumulated vsize (KiB) 505896

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6757
/proc/meminfo: memFree=25405636/32873648 swapFree=6864/6864
[pid=6717] ppid=6715 vsize=505896 CPUtime=1481.93 cores=0,2,4,6
/proc/6717/stat : 6717 (wbo1.72) S 6715 6717 4479 0 -1 4202496 114647 0 0 0 148089 104 0 0 20 0 2 0 332352891 518037504 115353 33554432000 4194304 5964350 140734474812352 140734474811872 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6717/statm: 126474 115353 190 433 0 126038 0
[pid=6717/tid=6718] ppid=6715 vsize=505896 CPUtime=1482.21 cores=0,2,4,6
/proc/6717/task/6718/stat : 6718 (wbo1.72) R 6715 6717 4479 0 -1 4202560 113946 0 0 0 148094 127 0 0 20 0 2 0 332352891 518037504 115353 33554432000 4194304 5964350 140734474812352 139891752392216 5136340 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1481.93
Current children cumulated vsize (KiB) 505896

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6758
/proc/meminfo: memFree=25400064/32873648 swapFree=6864/6864
[pid=6717] ppid=6715 vsize=507244 CPUtime=1541.92 cores=0,2,4,6
/proc/6717/stat : 6717 (wbo1.72) S 6715 6717 4479 0 -1 4202496 115562 0 0 0 154087 105 0 0 20 0 2 0 332352891 519417856 116268 33554432000 4194304 5964350 140734474812352 140734474811872 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6717/statm: 126811 116268 190 433 0 126375 0
[pid=6717/tid=6718] ppid=6715 vsize=507244 CPUtime=1542.22 cores=0,2,4,6
/proc/6717/task/6718/stat : 6718 (wbo1.72) R 6715 6717 4479 0 -1 4202560 114861 0 0 0 154093 129 0 0 20 0 2 0 332352891 519417856 116268 33554432000 4194304 5964350 140734474812352 139891752392216 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.92
Current children cumulated vsize (KiB) 507244

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6758
/proc/meminfo: memFree=25383312/32873648 swapFree=6864/6864
[pid=6717] ppid=6715 vsize=507244 CPUtime=1601.9 cores=0,2,4,6
/proc/6717/stat : 6717 (wbo1.72) S 6715 6717 4479 0 -1 4202496 118090 0 0 0 160083 107 0 0 20 0 2 0 332352891 519417856 118796 33554432000 4194304 5964350 140734474812352 140734474811872 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6717/statm: 126811 118796 190 433 0 126375 0
[pid=6717/tid=6718] ppid=6715 vsize=507244 CPUtime=1602.22 cores=0,2,4,6
/proc/6717/task/6718/stat : 6718 (wbo1.72) R 6715 6717 4479 0 -1 4202560 117389 0 0 0 160090 132 0 0 20 0 2 0 332352891 519417856 118796 33554432000 4194304 5964350 140734474812352 139891752392216 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1601.9
Current children cumulated vsize (KiB) 507244

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6758
/proc/meminfo: memFree=25349588/32873648 swapFree=6864/6864
[pid=6717] ppid=6715 vsize=507352 CPUtime=1661.9 cores=0,2,4,6
/proc/6717/stat : 6717 (wbo1.72) S 6715 6717 4479 0 -1 4202496 121122 0 0 0 166080 110 0 0 20 0 2 0 332352891 519528448 121828 33554432000 4194304 5964350 140734474812352 140734474811872 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6717/statm: 126838 121828 190 433 0 126402 0
[pid=6717/tid=6718] ppid=6715 vsize=507352 CPUtime=1662.22 cores=0,2,4,6
/proc/6717/task/6718/stat : 6718 (wbo1.72) R 6715 6717 4479 0 -1 4202560 120421 0 0 0 166086 136 0 0 20 0 2 0 332352891 519528448 121828 33554432000 4194304 5964350 140734474812352 139891752392216 4399921 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1661.9
Current children cumulated vsize (KiB) 507352

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6758
/proc/meminfo: memFree=25333144/32873648 swapFree=6864/6864
[pid=6717] ppid=6715 vsize=573756 CPUtime=1721.89 cores=0,2,4,6
/proc/6717/stat : 6717 (wbo1.72) S 6715 6717 4479 0 -1 4202496 122526 0 0 0 172077 112 0 0 20 0 2 0 332352891 587526144 123231 33554432000 4194304 5964350 140734474812352 140734474811872 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6717/statm: 143439 123231 190 433 0 143003 0
[pid=6717/tid=6718] ppid=6715 vsize=573756 CPUtime=1722.22 cores=0,2,4,6
/proc/6717/task/6718/stat : 6718 (wbo1.72) R 6715 6717 4479 0 -1 4202560 121825 0 0 0 172083 139 0 0 20 0 2 0 332352891 587526144 123231 33554432000 4194304 5964350 140734474812352 139891752392216 4399843 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.89
Current children cumulated vsize (KiB) 573756

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6758
/proc/meminfo: memFree=25325556/32873648 swapFree=6864/6864
[pid=6717] ppid=6715 vsize=574264 CPUtime=1781.86 cores=0,2,4,6
/proc/6717/stat : 6717 (wbo1.72) S 6715 6717 4479 0 -1 4202496 124300 0 0 0 178072 114 0 0 20 0 2 0 332352891 588046336 124979 33554432000 4194304 5964350 140734474812352 140734474811872 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6717/statm: 143566 124979 190 433 0 143130 0
[pid=6717/tid=6718] ppid=6715 vsize=574264 CPUtime=1782.2 cores=0,2,4,6
/proc/6717/task/6718/stat : 6718 (wbo1.72) R 6715 6717 4479 0 -1 4202560 123599 0 0 0 178078 142 0 0 20 0 2 0 332352891 588046336 124979 33554432000 4194304 5964350 140734474812352 139891752392696 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.86
Current children cumulated vsize (KiB) 574264



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6797
/proc/meminfo: memFree=25835604/32873648 swapFree=6864/6864
[pid=6717] ppid=6715 vsize=574264 CPUtime=1800.06 cores=0,2,4,6
/proc/6717/stat : 6717 (wbo1.72) S 6715 6717 4479 0 -1 4202496 124854 0 0 0 179891 115 0 0 20 0 2 0 332352891 588046336 125528 33554432000 4194304 5964350 140734474812352 140734474811872 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6717/statm: 143566 125528 190 433 0 143130 0
[pid=6717/tid=6718] ppid=6715 vsize=574264 CPUtime=1800.41 cores=0,2,4,6
/proc/6717/task/6718/stat : 6718 (wbo1.72) R 6715 6717 4479 0 -1 4202560 124153 0 0 0 179898 143 0 0 20 0 2 0 332352891 588046336 125528 33554432000 4194304 5964350 140734474812352 139891752392216 4378756 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) 574264

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

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

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6797
/proc/meminfo: memFree=25835604/32873648 swapFree=6864/6864
[pid=6717] ppid=6715 vsize=574264 CPUtime=1800.06 cores=0,2,4,6
/proc/6717/stat : 6717 (wbo1.72) S 6715 6717 4479 0 -1 4202496 124854 0 0 0 179891 115 0 0 20 0 2 0 332352891 588046336 125528 33554432000 4194304 5964350 140734474812352 140734474811872 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6717/statm: 143566 125528 190 433 0 143130 0
[pid=6717/tid=6718] ppid=6715 vsize=574264 CPUtime=1800.41 cores=0,2,4,6
/proc/6717/task/6718/stat : 6718 (wbo1.72) R 6715 6717 4479 0 -1 4202560 124153 0 0 0 179898 143 0 0 20 0 2 0 332352891 588046336 125528 33554432000 4194304 5964350 140734474812352 139891752392216 4378756 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) 574264

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.43
CPU user time (s): 1798.99
CPU system time (s): 1.44478
CPU usage (%): 99.9954
Max. virtual memory (cumulated for all children) (KiB): 574264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.99
system time used= 1.44478
maximum resident set size= 502116
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 124855
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= 203
involuntary context switches= 2068

runsolver used 3.41048 second user time and 9.43456 second system time

The end

Launcher Data

Begin job on node125 at 2012-06-02 20:37:55
IDJOB=3727560
IDBENCH=2913
IDSOLVER=2313
FILE ID=node125/3727560-1338662275
RUNJOBID= node125-1338651472-6060
PBS_JOBID= 14636455
Free space on /tmp= 70452 MiB

SOLVER NAME= wbo 1.72
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_5_40_1.opb
COMMAND LINE= wbo1.72 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3727560-1338662275/watcher-3727560-1338662275 -o /tmp/evaluation-result-3727560-1338662275/solver-3727560-1338662275 -C 1800 -W 1900 -M 15500  wbo1.72 -file-format=opb HOME/instance-3727560-1338662275.opb

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

MD5SUM BENCH= ae75c4a4fdafb98542bd11b7f7eecd54
RANDOM SEED=1859987067

node125.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.373
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.74
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.373
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.373
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.373
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.90
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.373
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.373
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	: 5438.54
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.373
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.373
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:        26366504 kB
Buffers:          601256 kB
Cached:          4984452 kB
SwapCached:         2308 kB
Active:          2445440 kB
Inactive:        3158424 kB
Active(anon):       9168 kB
Inactive(anon):     9252 kB
Active(file):    2436272 kB
Inactive(file):  3149172 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67102524 kB
Dirty:             11104 kB
Writeback:             0 kB
AnonPages:         20732 kB
Mapped:            15144 kB
Shmem:                96 kB
Slab:             765892 kB
SReclaimable:     209728 kB
SUnreclaim:       556164 kB
KernelStack:        1472 kB
PageTables:         4172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     141912 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 70444 MiB
End job on node125 at 2012-06-02 21:07:57