Trace number 3704087

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.0? (TO) 1800.6 902.066

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_unif_50null0mast_rapportOE2.0_TMAX60_K192_cod2.opb
MD5SUMfd17a1ef8bbc0500cef6aa90a9a85c00
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-9733
Best CPU time to get the best result obtained on this benchmark1801.26
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 892
Biggest coefficient in the objective function 995
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 442322
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 995
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 442322
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.0 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3704087-1338100071.opb.
0.00/0.00	c Instance file HOME/instance-3704087-1338100071.opb
0.00/0.00	c File size is 28226240 bytes.
3.09/3.17	c Cost Offset: -442322
3.09/3.17	c Highest Coefficient sum: 64490
3.09/3.17	c ============================[ Problem Statistics ]=============================
3.09/3.17	c |                                                                             |
3.09/3.17	c |  Parsing time:          3.17         s                                      |
3.09/3.17	c |  Number Variables:      400896                                              |
3.09/3.17	c |  Number Clauses:        400785                                              |
3.09/3.17	c |  Number Cardinality:    1977                                                |
3.09/3.17	c |  Number PB Constraints: 1                                                   |
3.09/3.17	c |                                                                             |
3.72/3.51	c |  Problem Type:          Optimization                                        |
3.72/3.51	c |  Objective Function:    PB Constraint                                       |
3.72/3.51	c |                                                                             |
3.72/3.51	c ===============================================================================
1800.21/902.01	c ===============================================================================
1800.21/902.01	c Wall Clock Time: 902.02 s
1800.21/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-3704087-1338100071/watcher-3704087-1338100071 -o /tmp/evaluation-result-3704087-1338100071/solver-3704087-1338100071 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 HOME/instance-3704087-1338100071.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.01 4.01 3.97 3/178 10113
/proc/meminfo: memFree=28078376/32873648 swapFree=7372/7372
[pid=10113] ppid=10111 vsize=33572 CPUtime=0 cores=0,2,4,6
/proc/10113/stat : 10113 (pwbo2.0) R 10111 10113 7065 0 -1 4202496 782 0 0 0 0 0 0 0 20 0 1 0 276133169 34377728 735 33554432000 4194304 5965102 140734440829200 140736610791720 5180368 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/10113/statm: 8393 736 171 433 0 1065 0

[startup+0.036146 s]
/proc/loadavg: 4.01 4.01 3.97 3/178 10113
/proc/meminfo: memFree=28078376/32873648 swapFree=7372/7372
[pid=10113] ppid=10111 vsize=40052 CPUtime=0.03 cores=0,2,4,6
/proc/10113/stat : 10113 (pwbo2.0) R 10111 10113 7065 0 -1 4202496 2359 0 0 0 3 0 0 0 20 0 1 0 276133169 41013248 2279 33554432000 4194304 5965102 140734440829200 140736610791720 4350459 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/10113/statm: 10013 2280 257 433 0 2685 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 40052

[startup+0.100327 s]
/proc/loadavg: 4.01 4.01 3.97 3/178 10113
/proc/meminfo: memFree=28078376/32873648 swapFree=7372/7372
[pid=10113] ppid=10111 vsize=50728 CPUtime=0.09 cores=0,2,4,6
/proc/10113/stat : 10113 (pwbo2.0) R 10111 10113 7065 0 -1 4202496 4754 0 0 0 9 0 0 0 20 0 1 0 276133169 51945472 4625 33554432000 4194304 5965102 140734440829200 140736610791720 5137146 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/10113/statm: 12682 4627 436 433 0 5354 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 50728

[startup+0.300286 s]
/proc/loadavg: 4.01 4.01 3.97 3/178 10113
/proc/meminfo: memFree=28078376/32873648 swapFree=7372/7372
[pid=10113] ppid=10111 vsize=69864 CPUtime=0.29 cores=0,2,4,6
/proc/10113/stat : 10113 (pwbo2.0) R 10111 10113 7065 0 -1 4202496 10633 0 0 0 29 0 0 0 20 0 1 0 276133169 71540736 10237 33554432000 4194304 5965102 140734440829200 140736610791720 4351027 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/10113/statm: 17466 10237 977 433 0 10138 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 69864

[startup+0.700284 s]
/proc/loadavg: 4.01 4.01 3.97 3/178 10113
/proc/meminfo: memFree=28078376/32873648 swapFree=7372/7372
[pid=10113] ppid=10111 vsize=116460 CPUtime=0.69 cores=0,2,4,6
/proc/10113/stat : 10113 (pwbo2.0) R 10111 10113 7065 0 -1 4202496 23175 0 0 0 67 2 0 0 20 0 1 0 276133169 119255040 22249 33554432000 4194304 5965102 140734440829200 140736610791720 5137146 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/10113/statm: 29115 22250 2008 433 0 21787 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 116460

[startup+1.50018 s]
/proc/loadavg: 3.93 3.99 3.97 4/179 10114
/proc/meminfo: memFree=27962744/32873648 swapFree=7372/7372
[pid=10113] ppid=10111 vsize=212828 CPUtime=1.49 cores=0,2,4,6
/proc/10113/stat : 10113 (pwbo2.0) R 10111 10113 7065 0 -1 4202496 46401 0 0 0 143 6 0 0 20 0 1 0 276133169 217935872 46970 33554432000 4194304 5965102 140734440829200 140734440827144 5137146 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/10113/statm: 53207 46970 3832 433 0 45879 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 212828

[startup+3.1003 s]
/proc/loadavg: 3.93 3.99 3.97 4/179 10114
/proc/meminfo: memFree=27844992/32873648 swapFree=7372/7372
[pid=10113] ppid=10111 vsize=336708 CPUtime=3.09 cores=0,2,4,6
/proc/10113/stat : 10113 (pwbo2.0) R 10111 10113 7065 0 -1 4202496 75683 0 0 0 298 11 0 0 20 0 1 0 276133169 344788992 77725 33554432000 4194304 5965102 140734440829200 140734440827176 4350459 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/10113/statm: 84177 77725 6916 433 0 76849 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 336708

[startup+6.30031 s]
/proc/loadavg: 3.94 3.99 3.97 5/181 10116
/proc/meminfo: memFree=27354456/32873648 swapFree=7372/7372
[pid=10113] ppid=10111 vsize=888724 CPUtime=9.27 cores=0,2,4,6
/proc/10113/stat : 10113 (pwbo2.0) S 10111 10113 7065 0 -1 4202496 163831 0 0 0 888 39 0 0 20 0 3 0 276133169 910053376 185725 33554432000 4194304 5965102 140734440829200 140734440828720 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10113/statm: 222181 185725 198 433 0 221745 0
[pid=10113/tid=10115] ppid=10111 vsize=888724 CPUtime=3.08 cores=0,2,4,6
/proc/10113/task/10115/stat : 10115 (pwbo2.0) R 10111 10113 7065 0 -1 4202560 61825 0 0 0 291 17 0 0 20 0 3 0 276133486 910053376 185725 33554432000 4194304 5965102 140734440829200 140370070714904 5143165 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=10113/tid=10116] ppid=10111 vsize=888724 CPUtime=3.07 cores=0,2,4,6
/proc/10113/task/10116/stat : 10116 (pwbo2.0) R 10111 10113 7065 0 -1 4202560 24551 0 0 0 295 12 0 0 20 0 3 0 276133486 910053376 185725 33554432000 4194304 5965102 140734440829200 140370060224632 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 9.27
Current children cumulated vsize (KiB) 888724

[startup+12.7003 s]
/proc/loadavg: 3.94 3.99 3.97 5/181 10116
/proc/meminfo: memFree=27325396/32873648 swapFree=7372/7372
[pid=10113] ppid=10111 vsize=888724 CPUtime=22.06 cores=0,2,4,6
/proc/10113/stat : 10113 (pwbo2.0) S 10111 10113 7065 0 -1 4202496 173821 0 0 0 2163 43 0 0 20 0 3 0 276133169 910053376 192871 33554432000 4194304 5965102 140734440829200 140734440828720 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10113/statm: 222181 192871 199 433 0 221745 0
[pid=10113/tid=10115] ppid=10111 vsize=888724 CPUtime=9.48 cores=0,2,4,6
/proc/10113/task/10115/stat : 10115 (pwbo2.0) R 10111 10113 7065 0 -1 4202560 71729 0 0 0 926 22 0 0 20 0 3 0 276133486 910053376 192871 33554432000 4194304 5965102 140734440829200 140370070714712 5131650 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=10113/tid=10116] ppid=10111 vsize=888724 CPUtime=9.47 cores=0,2,4,6
/proc/10113/task/10116/stat : 10116 (pwbo2.0) R 10111 10113 7065 0 -1 4202560 24637 0 0 0 935 12 0 0 20 0 3 0 276133486 910053376 192871 33554432000 4194304 5965102 140734440829200 140370060224824 4222416 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 22.06
Current children cumulated vsize (KiB) 888724

[startup+25.5003 s]
/proc/loadavg: 3.95 3.99 3.97 5/181 10116
/proc/meminfo: memFree=27212964/32873648 swapFree=7372/7372
[pid=10113] ppid=10111 vsize=1019796 CPUtime=47.67 cores=0,2,4,6
/proc/10113/stat : 10113 (pwbo2.0) S 10111 10113 7065 0 -1 4202496 190863 0 0 0 4717 50 0 0 20 0 3 0 276133169 1044271104 209861 33554432000 4194304 5965102 140734440829200 140734440828720 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10113/statm: 254949 209861 199 433 0 254513 0
[pid=10113/tid=10115] ppid=10111 vsize=1019796 CPUtime=22.28 cores=0,2,4,6
/proc/10113/task/10115/stat : 10115 (pwbo2.0) R 10111 10113 7065 0 -1 4202560 88584 0 0 0 2200 28 0 0 20 0 3 0 276133486 1044271104 209861 33554432000 4194304 5965102 140734440829200 140370070714904 4396446 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=10113/tid=10116] ppid=10111 vsize=1019796 CPUtime=22.26 cores=0,2,4,6
/proc/10113/task/10116/stat : 10116 (pwbo2.0) R 10111 10113 7065 0 -1 4202560 24824 0 0 0 2214 12 0 0 20 0 3 0 276133486 1044271104 209861 33554432000 4194304 5965102 140734440829200 140370060224344 4400978 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 47.67
Current children cumulated vsize (KiB) 1019796

[startup+51.1004 s]
/proc/loadavg: 3.89 3.97 3.96 5/181 10157
/proc/meminfo: memFree=27116764/32873648 swapFree=7372/7372
[pid=10113] ppid=10111 vsize=1150868 CPUtime=98.86 cores=0,2,4,6
/proc/10113/stat : 10113 (pwbo2.0) S 10111 10113 7065 0 -1 4202496 223054 0 0 0 9821 65 0 0 20 0 3 0 276133169 1178488832 240459 33554432000 4194304 5965102 140734440829200 140734440828720 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10113/statm: 287717 240459 199 433 0 287281 0
[pid=10113/tid=10115] ppid=10111 vsize=1150868 CPUtime=47.88 cores=0,2,4,6
/proc/10113/task/10115/stat : 10115 (pwbo2.0) R 10111 10113 7065 0 -1 4202560 120443 0 0 0 4746 42 0 0 20 0 3 0 276133486 1178488832 240459 33554432000 4194304 5965102 140734440829200 140370070714904 5131732 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=10113/tid=10116] ppid=10111 vsize=1150868 CPUtime=47.85 cores=0,2,4,6
/proc/10113/task/10116/stat : 10116 (pwbo2.0) R 10111 10113 7065 0 -1 4202560 25156 0 0 0 4773 12 0 0 20 0 3 0 276133486 1178488832 240459 33554432000 4194304 5965102 140734440829200 140370060224824 4393958 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 98.86
Current children cumulated vsize (KiB) 1150868

[startup+102.3 s]
/proc/loadavg: 3.95 3.97 3.96 5/181 10157
/proc/meminfo: memFree=26484476/32873648 swapFree=7372/7372
[pid=10113] ppid=10111 vsize=1567484 CPUtime=201.24 cores=0,2,4,6
/proc/10113/stat : 10113 (pwbo2.0) S 10111 10113 7065 0 -1 4202496 289877 0 0 0 20024 100 0 0 20 0 3 0 276133169 1605103616 325300 33554432000 4194304 5965102 140734440829200 140734440828720 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10113/statm: 391871 325300 199 433 0 391435 0
[pid=10113/tid=10115] ppid=10111 vsize=1567484 CPUtime=99.09 cores=0,2,4,6
/proc/10113/task/10115/stat : 10115 (pwbo2.0) R 10111 10113 7065 0 -1 4202560 185651 0 0 0 9834 75 0 0 20 0 3 0 276133486 1605103616 325300 33554432000 4194304 5965102 140734440829200 140370070714904 5123080 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=10113/tid=10116] ppid=10111 vsize=1567484 CPUtime=99.04 cores=0,2,4,6
/proc/10113/task/10116/stat : 10116 (pwbo2.0) R 10111 10113 7065 0 -1 4202560 26771 0 0 0 9887 17 0 0 20 0 3 0 276133486 1605103616 325300 33554432000 4194304 5965102 140734440829200 140370060224824 4404580 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 201.24
Current children cumulated vsize (KiB) 1567484

[startup+162.3 s]
/proc/loadavg: 3.98 3.97 3.96 5/182 10160
/proc/meminfo: memFree=25956232/32873648 swapFree=7372/7372
[pid=10113] ppid=10111 vsize=1870556 CPUtime=321.2 cores=0,2,4,6
/proc/10113/stat : 10113 (pwbo2.0) S 10111 10113 7065 0 -1 4202496 313620 0 0 0 31996 124 0 0 20 0 3 0 276133169 1915449344 389636 33554432000 4194304 5965102 140734440829200 140734440828720 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10113/statm: 467639 389636 199 433 0 467203 0
[pid=10113/tid=10115] ppid=10111 vsize=1870556 CPUtime=159.08 cores=0,2,4,6
/proc/10113/task/10115/stat : 10115 (pwbo2.0) R 10111 10113 7065 0 -1 4202560 208755 0 0 0 15810 98 0 0 20 0 3 0 276133486 1915449344 389636 33554432000 4194304 5965102 140734440829200 140370070714664 4376299 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=10113/tid=10116] ppid=10111 vsize=1870556 CPUtime=159.02 cores=0,2,4,6
/proc/10113/task/10116/stat : 10116 (pwbo2.0) R 10111 10113 7065 0 -1 4202560 27410 0 0 0 15883 19 0 0 20 0 3 0 276133486 1915449344 389636 33554432000 4194304 5965102 140734440829200 140370060224824 4390187 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 321.2
Current children cumulated vsize (KiB) 1870556

[startup+222.307 s]
/proc/loadavg: 3.99 3.97 3.96 5/181 10160
/proc/meminfo: memFree=25267200/32873648 swapFree=7372/7372
[pid=10113] ppid=10111 vsize=2222844 CPUtime=441.2 cores=0,2,4,6
/proc/10113/stat : 10113 (pwbo2.0) S 10111 10113 7065 0 -1 4202496 347374 0 0 0 43965 155 0 0 20 0 3 0 276133169 2276192256 467513 33554432000 4194304 5965102 140734440829200 140734440828720 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10113/statm: 555711 467513 199 433 0 555275 0
[pid=10113/tid=10115] ppid=10111 vsize=2222844 CPUtime=219.09 cores=0,2,4,6
/proc/10113/task/10115/stat : 10115 (pwbo2.0) R 10111 10113 7065 0 -1 4202560 241702 0 0 0 21780 129 0 0 20 0 3 0 276133486 2276192256 467513 33554432000 4194304 5965102 140734440829200 140370070714696 5134387 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=10113/tid=10116] ppid=10111 vsize=2222844 CPUtime=219.03 cores=0,2,4,6
/proc/10113/task/10116/stat : 10116 (pwbo2.0) R 10111 10113 7065 0 -1 4202560 28217 0 0 0 21882 21 0 0 20 0 3 0 276133486 2276192256 467513 33554432000 4194304 5965102 140734440829200 140370060224824 4390210 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 441.2
Current children cumulated vsize (KiB) 2222844

[startup+282.3 s]
/proc/loadavg: 3.99 3.97 3.96 5/181 10161
/proc/meminfo: memFree=24686992/32873648 swapFree=7372/7372
[pid=10113] ppid=10111 vsize=2525916 CPUtime=561.15 cores=0,2,4,6
/proc/10113/stat : 10113 (pwbo2.0) S 10111 10113 7065 0 -1 4202496 389127 0 0 0 55925 190 0 0 20 0 3 0 276133169 2586537984 528919 33554432000 4194304 5965102 140734440829200 140734440828720 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10113/statm: 631479 528919 199 433 0 631043 0
[pid=10113/tid=10115] ppid=10111 vsize=2525916 CPUtime=279.08 cores=0,2,4,6
/proc/10113/task/10115/stat : 10115 (pwbo2.0) R 10111 10113 7065 0 -1 4202560 282432 0 0 0 27745 163 0 0 20 0 3 0 276133486 2586537984 528919 33554432000 4194304 5965102 140734440829200 140370070714904 5131650 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=10113/tid=10116] ppid=10111 vsize=2525916 CPUtime=279.01 cores=0,2,4,6
/proc/10113/task/10116/stat : 10116 (pwbo2.0) R 10111 10113 7065 0 -1 4202560 29240 0 0 0 27877 24 0 0 20 0 3 0 276133486 2586537984 528919 33554432000 4194304 5965102 140734440829200 140370060224824 4400894 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 561.15
Current children cumulated vsize (KiB) 2525916

[startup+342.3 s]
/proc/loadavg: 3.99 3.97 3.96 5/181 10161
/proc/meminfo: memFree=24107484/32873648 swapFree=7372/7372
[pid=10113] ppid=10111 vsize=2878204 CPUtime=681.13 cores=0,2,4,6
/proc/10113/stat : 10113 (pwbo2.0) S 10111 10113 7065 0 -1 4202496 408128 0 0 0 67899 214 0 0 20 0 3 0 276133169 2947280896 595943 33554432000 4194304 5965102 140734440829200 140734440828720 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10113/statm: 719551 595943 199 433 0 719115 0
[pid=10113/tid=10115] ppid=10111 vsize=2878204 CPUtime=339.08 cores=0,2,4,6
/proc/10113/task/10115/stat : 10115 (pwbo2.0) R 10111 10113 7065 0 -1 4202560 300728 0 0 0 33721 187 0 0 20 0 3 0 276133486 2947280896 595943 33554432000 4194304 5965102 140734440829200 140370070714712 5237527 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=10113/tid=10116] ppid=10111 vsize=2878204 CPUtime=339.01 cores=0,2,4,6
/proc/10113/task/10116/stat : 10116 (pwbo2.0) R 10111 10113 7065 0 -1 4202560 29945 0 0 0 33874 27 0 0 20 0 3 0 276133486 2947280896 595943 33554432000 4194304 5965102 140734440829200 140370060224344 4393801 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 681.13
Current children cumulated vsize (KiB) 2878204

[startup+402.3 s]
/proc/loadavg: 4.07 3.99 3.97 5/181 10161
/proc/meminfo: memFree=23623092/32873648 swapFree=7372/7372
[pid=10113] ppid=10111 vsize=3140348 CPUtime=801.12 cores=0,2,4,6
/proc/10113/stat : 10113 (pwbo2.0) S 10111 10113 7065 0 -1 4202496 422473 0 0 0 79885 227 0 0 20 0 3 0 276133169 3215716352 645249 33554432000 4194304 5965102 140734440829200 140734440828720 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10113/statm: 785087 645249 199 433 0 784651 0
[pid=10113/tid=10115] ppid=10111 vsize=3140348 CPUtime=399.08 cores=0,2,4,6
/proc/10113/task/10115/stat : 10115 (pwbo2.0) R 10111 10113 7065 0 -1 4202560 314434 0 0 0 39710 198 0 0 20 0 3 0 276133486 3215716352 645249 33554432000 4194304 5965102 140734440829200 140370070714904 5143165 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=10113/tid=10116] ppid=10111 vsize=3140348 CPUtime=399.01 cores=0,2,4,6
/proc/10113/task/10116/stat : 10116 (pwbo2.0) R 10111 10113 7065 0 -1 4202560 30584 0 0 0 39872 29 0 0 20 0 3 0 276133486 3215716352 645249 33554432000 4194304 5965102 140734440829200 140370060224760 4404383 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 801.12
Current children cumulated vsize (KiB) 3140348

[startup+462.3 s]
/proc/loadavg: 4.02 3.99 3.97 5/181 10161
/proc/meminfo: memFree=23140600/32873648 swapFree=7372/7372
[pid=10113] ppid=10111 vsize=3336956 CPUtime=921.09 cores=0,2,4,6
/proc/10113/stat : 10113 (pwbo2.0) S 10111 10113 7065 0 -1 4202496 428623 0 0 0 91874 235 0 0 20 0 3 0 276133169 3417042944 681198 33554432000 4194304 5965102 140734440829200 140734440828720 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10113/statm: 834239 681198 199 433 0 833803 0
[pid=10113/tid=10115] ppid=10111 vsize=3336956 CPUtime=459.09 cores=0,2,4,6
/proc/10113/task/10115/stat : 10115 (pwbo2.0) R 10111 10113 7065 0 -1 4202560 319993 0 0 0 45703 206 0 0 20 0 3 0 276133486 3417042944 681198 33554432000 4194304 5965102 140734440829200 140370070714712 4401659 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=10113/tid=10116] ppid=10111 vsize=3336956 CPUtime=459.01 cores=0,2,4,6
/proc/10113/task/10116/stat : 10116 (pwbo2.0) R 10111 10113 7065 0 -1 4202560 31175 0 0 0 45870 31 0 0 20 0 3 0 276133486 3417042944 681198 33554432000 4194304 5965102 140734440829200 140370060224824 5244967 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 921.09
Current children cumulated vsize (KiB) 3336956

[startup+522.3 s]
/proc/loadavg: 4.01 3.99 3.97 5/181 10161
/proc/meminfo: memFree=22841148/32873648 swapFree=7372/7372
[pid=10113] ppid=10111 vsize=3468028 CPUtime=1041.07 cores=0,2,4,6
/proc/10113/stat : 10113 (pwbo2.0) S 10111 10113 7065 0 -1 4202496 434154 0 0 0 103861 246 0 0 20 0 3 0 276133169 3551260672 707474 33554432000 4194304 5965102 140734440829200 140734440828720 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10113/statm: 867007 707474 199 433 0 866571 0
[pid=10113/tid=10115] ppid=10111 vsize=3468028 CPUtime=519.09 cores=0,2,4,6
/proc/10113/task/10115/stat : 10115 (pwbo2.0) R 10111 10113 7065 0 -1 4202560 324904 0 0 0 51692 217 0 0 20 0 3 0 276133486 3551260672 707474 33554432000 4194304 5965102 140734440829200 140370070714904 4401559 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=10113/tid=10116] ppid=10111 vsize=3468028 CPUtime=519.01 cores=0,2,4,6
/proc/10113/task/10116/stat : 10116 (pwbo2.0) R 10111 10113 7065 0 -1 4202560 31795 0 0 0 51868 33 0 0 20 0 3 0 276133486 3551260672 707474 33554432000 4194304 5965102 140734440829200 140370060224824 4393922 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1041.07
Current children cumulated vsize (KiB) 3468028

[startup+582.3 s]
/proc/loadavg: 4.00 3.99 3.97 5/180 10161
/proc/meminfo: memFree=22670516/32873648 swapFree=7372/7372
[pid=10113] ppid=10111 vsize=3623708 CPUtime=1161.05 cores=0,2,4,6
/proc/10113/stat : 10113 (pwbo2.0) S 10111 10113 7065 0 -1 4202496 449122 0 0 0 115842 263 0 0 20 0 3 0 276133169 3710676992 745730 33554432000 4194304 5965102 140734440829200 140734440828720 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10113/statm: 905927 745730 199 433 0 905491 0
[pid=10113/tid=10115] ppid=10111 vsize=3623708 CPUtime=579.08 cores=0,2,4,6
/proc/10113/task/10115/stat : 10115 (pwbo2.0) R 10111 10113 7065 0 -1 4202560 338842 0 0 0 57677 231 0 0 20 0 3 0 276133486 3710676992 745730 33554432000 4194304 5965102 140734440829200 140370070714632 5136273 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=10113/tid=10116] ppid=10111 vsize=3623708 CPUtime=579.01 cores=0,2,4,6
/proc/10113/task/10116/stat : 10116 (pwbo2.0) R 10111 10113 7065 0 -1 4202560 32825 0 0 0 57864 37 0 0 20 0 3 0 276133486 3710676992 745730 33554432000 4194304 5965102 140734440829200 140370060224824 4222416 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1161.05
Current children cumulated vsize (KiB) 3623708

[startup+642.3 s]
/proc/loadavg: 4.00 3.99 3.97 5/181 10162
/proc/meminfo: memFree=22416788/32873648 swapFree=7372/7372
[pid=10113] ppid=10111 vsize=3861244 CPUtime=1281.02 cores=0,2,4,6
/proc/10113/stat : 10113 (pwbo2.0) S 10111 10113 7065 0 -1 4202496 464669 0 0 0 127822 280 0 0 20 0 3 0 276133169 3953913856 790652 33554432000 4194304 5965102 140734440829200 140734440828720 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10113/statm: 965311 790652 199 433 0 964875 0
[pid=10113/tid=10115] ppid=10111 vsize=3861244 CPUtime=639.08 cores=0,2,4,6
/proc/10113/task/10115/stat : 10115 (pwbo2.0) R 10111 10113 7065 0 -1 4202560 353651 0 0 0 63659 249 0 0 20 0 3 0 276133486 3953913856 790652 33554432000 4194304 5965102 140734440829200 140370070714904 5123123 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=10113/tid=10116] ppid=10111 vsize=3861244 CPUtime=639 cores=0,2,4,6
/proc/10113/task/10116/stat : 10116 (pwbo2.0) R 10111 10113 7065 0 -1 4202560 33563 0 0 0 63861 39 0 0 20 0 3 0 276133486 3953913856 790652 33554432000 4194304 5965102 140734440829200 140370060224872 4404630 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1281.02
Current children cumulated vsize (KiB) 3861244

[startup+702.3 s]
/proc/loadavg: 4.04 4.00 3.97 5/181 10162
/proc/meminfo: memFree=22189064/32873648 swapFree=7372/7372
[pid=10113] ppid=10111 vsize=3992316 CPUtime=1401 cores=0,2,4,6
/proc/10113/stat : 10113 (pwbo2.0) S 10111 10113 7065 0 -1 4202496 479045 0 0 0 139805 295 0 0 20 0 3 0 276133169 4088131584 824407 33554432000 4194304 5965102 140734440829200 140734440828720 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10113/statm: 998079 824407 199 433 0 997643 0
[pid=10113/tid=10115] ppid=10111 vsize=3992316 CPUtime=699.08 cores=0,2,4,6
/proc/10113/task/10115/stat : 10115 (pwbo2.0) R 10111 10113 7065 0 -1 4202560 367483 0 0 0 69644 264 0 0 20 0 3 0 276133486 4088131584 824407 33554432000 4194304 5965102 140734440829200 140370070714904 4400955 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=10113/tid=10116] ppid=10111 vsize=3992316 CPUtime=699 cores=0,2,4,6
/proc/10113/task/10116/stat : 10116 (pwbo2.0) R 10111 10113 7065 0 -1 4202560 34107 0 0 0 69859 41 0 0 20 0 3 0 276133486 4088131584 824407 33554432000 4194304 5965102 140734440829200 140370060224824 4388979 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1401
Current children cumulated vsize (KiB) 3992316

[startup+762.3 s]
/proc/loadavg: 4.01 4.00 3.97 5/182 10165
/proc/meminfo: memFree=21918484/32873648 swapFree=7372/7372
[pid=10113] ppid=10111 vsize=4220536 CPUtime=1520.95 cores=0,2,4,6
/proc/10113/stat : 10113 (pwbo2.0) S 10111 10113 7065 0 -1 4202496 500581 0 0 0 151759 336 0 0 20 0 3 0 276133169 4321828864 873247 33554432000 4194304 5965102 140734440829200 140734440828720 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10113/statm: 1055134 873247 199 433 0 1054698 0
[pid=10113/tid=10115] ppid=10111 vsize=4220536 CPUtime=759.08 cores=0,2,4,6
/proc/10113/task/10115/stat : 10115 (pwbo2.0) R 10111 10113 7065 0 -1 4202560 388240 0 0 0 75604 304 0 0 20 0 3 0 276133486 4321828864 873247 33554432000 4194304 5965102 140734440829200 140370070715320 4420520 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=10113/tid=10116] ppid=10111 vsize=4220536 CPUtime=758.96 cores=0,2,4,6
/proc/10113/task/10116/stat : 10116 (pwbo2.0) R 10111 10113 7065 0 -1 4202560 34886 0 0 0 75852 44 0 0 20 0 3 0 276133486 4321828864 873247 33554432000 4194304 5965102 140734440829200 140370060224824 4404696 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1520.95
Current children cumulated vsize (KiB) 4220536

[startup+822.3 s]
/proc/loadavg: 4.00 4.00 3.97 5/181 10165
/proc/meminfo: memFree=21562764/32873648 swapFree=7372/7372
[pid=10113] ppid=10111 vsize=4414408 CPUtime=1640.89 cores=0,2,4,6
/proc/10113/stat : 10113 (pwbo2.0) S 10111 10113 7065 0 -1 4202496 580952 0 0 0 163669 420 0 0 20 0 3 0 276133169 4520353792 921872 33554432000 4194304 5965102 140734440829200 140734440828720 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10113/statm: 1103602 921872 199 433 0 1103166 0
[pid=10113/tid=10115] ppid=10111 vsize=4414408 CPUtime=819.07 cores=0,2,4,6
/proc/10113/task/10115/stat : 10115 (pwbo2.0) R 10111 10113 7065 0 -1 4202560 468107 0 0 0 81520 387 0 0 20 0 3 0 276133486 4520353792 921872 33554432000 4194304 5965102 140734440829200 140370070714712 5123014 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=10113/tid=10116] ppid=10111 vsize=4414408 CPUtime=818.94 cores=0,2,4,6
/proc/10113/task/10116/stat : 10116 (pwbo2.0) R 10111 10113 7065 0 -1 4202560 35390 0 0 0 81848 46 0 0 20 0 3 0 276133486 4520353792 921872 33554432000 4194304 5965102 140734440829200 140370060224344 4404714 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1640.89
Current children cumulated vsize (KiB) 4414408

[startup+882.307 s]
/proc/loadavg: 4.00 4.00 3.97 5/181 10165
/proc/meminfo: memFree=21497752/32873648 swapFree=7372/7372
[pid=10113] ppid=10111 vsize=4574108 CPUtime=1760.8 cores=0,2,4,6
/proc/10113/stat : 10113 (pwbo2.0) S 10111 10113 7065 0 -1 4202496 657181 0 0 0 175587 493 0 0 20 0 3 0 276133169 4683886592 948787 33554432000 4194304 5965102 140734440829200 140734440828720 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10113/statm: 1143527 948787 199 433 0 1143091 0
[pid=10113/tid=10115] ppid=10111 vsize=4574108 CPUtime=879.08 cores=0,2,4,6
/proc/10113/task/10115/stat : 10115 (pwbo2.0) R 10111 10113 7065 0 -1 4202560 543452 0 0 0 87448 460 0 0 20 0 3 0 276133486 4683886592 948787 33554432000 4194304 5965102 140734440829200 140370070714776 5139774 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=10113/tid=10116] ppid=10111 vsize=4574108 CPUtime=878.86 cores=0,2,4,6
/proc/10113/task/10116/stat : 10116 (pwbo2.0) R 10111 10113 7065 0 -1 4202560 36274 0 0 0 87838 48 0 0 20 0 3 0 276133486 4683886592 948787 33554432000 4194304 5965102 140734440829200 140370060224824 4404383 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1760.8
Current children cumulated vsize (KiB) 4574108



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+902 s]
/proc/loadavg: 4.00 4.00 3.97 5/181 10166
/proc/meminfo: memFree=21369392/32873648 swapFree=7372/7372
[pid=10113] ppid=10111 vsize=4647760 CPUtime=1800.21 cores=0,2,4,6
/proc/10113/stat : 10113 (pwbo2.0) S 10111 10113 7065 0 -1 4202496 689167 0 0 0 179499 522 0 0 20 0 3 0 276133169 4759306240 970060 33554432000 4194304 5965102 140734440829200 140734440828720 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10113/statm: 1161940 970060 199 433 0 1161504 0
[pid=10113/tid=10115] ppid=10111 vsize=4647760 CPUtime=898.79 cores=0,2,4,6
/proc/10113/task/10115/stat : 10115 (pwbo2.0) R 10111 10113 7065 0 -1 4202560 575117 0 0 0 89391 488 0 0 20 0 3 0 276133486 4759306240 970060 33554432000 4194304 5965102 140734440829200 140370070714776 4445892 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=10113/tid=10116] ppid=10111 vsize=4647760 CPUtime=898.55 cores=0,2,4,6
/proc/10113/task/10116/stat : 10116 (pwbo2.0) R 10111 10113 7065 0 -1 4202560 36595 0 0 0 89806 49 0 0 20 0 3 0 276133486 4759306240 970060 33554432000 4194304 5965102 140734440829200 140370060224824 4404711 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 4647760

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

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

[startup+902 s]
/proc/loadavg: 4.00 4.00 3.97 5/181 10166
/proc/meminfo: memFree=21369392/32873648 swapFree=7372/7372
[pid=10113] ppid=10111 vsize=4647760 CPUtime=1800.21 cores=0,2,4,6
/proc/10113/stat : 10113 (pwbo2.0) S 10111 10113 7065 0 -1 4202496 689167 0 0 0 179499 522 0 0 20 0 3 0 276133169 4759306240 970060 33554432000 4194304 5965102 140734440829200 140734440828720 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10113/statm: 1161940 970060 199 433 0 1161504 0
[pid=10113/tid=10115] ppid=10111 vsize=4647760 CPUtime=898.79 cores=0,2,4,6
/proc/10113/task/10115/stat : 10115 (pwbo2.0) R 10111 10113 7065 0 -1 4202560 575117 0 0 0 89391 488 0 0 20 0 3 0 276133486 4759306240 970060 33554432000 4194304 5965102 140734440829200 140370070714776 4445892 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=10113/tid=10116] ppid=10111 vsize=4647760 CPUtime=898.55 cores=0,2,4,6
/proc/10113/task/10116/stat : 10116 (pwbo2.0) R 10111 10113 7065 0 -1 4202560 36595 0 0 0 89806 49 0 0 20 0 3 0 276133486 4759306240 970060 33554432000 4194304 5965102 140734440829200 140370060224824 4404711 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 4647760

Child status: 0
Real time (s): 902.066
CPU time (s): 1800.6
CPU user time (s): 1795.04
CPU system time (s): 5.56015
CPU usage (%): 199.609
Max. virtual memory (cumulated for all children) (KiB): 4721580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.04
system time used= 5.56015
maximum resident set size= 3929336
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 689168
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= 6571
involuntary context switches= 1957

runsolver used 1.9427 second user time and 5.22221 second system time

The end

Launcher Data

Begin job on node122 at 2012-05-27 08:27:52
IDJOB=3704087
IDBENCH=90935
IDSOLVER=2279
FILE ID=node122/3704087-1338100071
RUNJOBID= node122-1338086209-7081
PBS_JOBID= 14624430
Free space on /tmp= 71660 MiB

SOLVER NAME= pwbo 2.0
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/NG/normalized-NG.dot_unif_50null0mast_rapportOE2.0_TMAX60_K192_cod2.opb
COMMAND LINE= pwbo2.0 -file-format=opb -verbosity=0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3704087-1338100071/watcher-3704087-1338100071 -o /tmp/evaluation-result-3704087-1338100071/solver-3704087-1338100071 -C 1800 -W 1900 -M 15500  pwbo2.0 -file-format=opb -verbosity=0 HOME/instance-3704087-1338100071.opb

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

MD5SUM BENCH= fd17a1ef8bbc0500cef6aa90a9a85c00
RANDOM SEED=818782905

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.533
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.533
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.533
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.533
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:        28078632 kB
Buffers:          280764 kB
Cached:          2874684 kB
SwapCached:            0 kB
Active:          1980064 kB
Inactive:        2030272 kB
Active(anon):     846668 kB
Inactive(anon):    11052 kB
Active(file):    1133396 kB
Inactive(file):  2019220 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             32952 kB
Writeback:             0 kB
AnonPages:        862576 kB
Mapped:            14636 kB
Shmem:               200 kB
Slab:             645036 kB
SReclaimable:      89312 kB
SUnreclaim:       555724 kB
KernelStack:        1472 kB
PageTables:         5696 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     199192 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    735232 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= 71632 MiB
End job on node122 at 2012-05-27 08:42:56