Trace number 3726374

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.19 902.123

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_luby_50null0mast_rapportOE1.0_TMAX15_K192_cod2.opb
MD5SUMa88af6dd0118c2f12fc3d8f44e999a51
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-432
Best CPU time to get the best result obtained on this benchmark780.628
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 512
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 3967
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 61696
Number of bits of the biggest sum of numbers16
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-3726374-1338668415.opb.
0.00/0.00	c Instance file HOME/instance-3726374-1338668415.opb
0.00/0.00	c File size is 28224608 bytes.
3.09/3.48	c Cost Offset: -3967
3.09/3.48	c Highest Coefficient sum: 61696
3.09/3.63	c ============================[ Problem Statistics ]=============================
3.09/3.63	c |                                                                             |
3.09/3.63	c |  Parsing time:          3.49         s                                      |
3.09/3.63	c |  Number Variables:      400896                                              |
3.09/3.63	c |  Number Clauses:        400785                                              |
3.09/3.63	c |  Number Cardinality:    1977                                                |
3.09/3.63	c |  Number PB Constraints: 1                                                   |
3.09/3.63	c |                                                                             |
3.97/3.85	c |  Problem Type:          Optimization                                        |
3.97/3.85	c |  Objective Function:    PB Constraint                                       |
3.97/3.85	c |                                                                             |
3.97/3.85	c ===============================================================================
1800.19/902.11	c ===============================================================================
1800.19/902.11	c Wall Clock Time: 902.11 s
1800.19/902.11	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-3726374-1338668415/watcher-3726374-1338668415 -o /tmp/evaluation-result-3726374-1338668415/solver-3726374-1338668415 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 HOME/instance-3726374-1338668415.opb 

running on 4 cores: 1,3,5,7

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.04 3.92 3.22 3/175 3604
/proc/meminfo: memFree=25996960/32873852 swapFree=6856/6856
[pid=3604] ppid=3602 vsize=32992 CPUtime=0 cores=1,3,5,7
/proc/3604/stat : 3604 (pwbo2.02) R 3602 3604 3468 0 -1 4202496 667 0 0 0 0 0 0 0 20 0 1 0 332966988 33783808 620 33554432000 4194304 5964478 140735109881584 140735109879464 4395266 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/3604/statm: 8248 621 168 433 0 921 0

[startup+0.033826 s]
/proc/loadavg: 4.04 3.92 3.22 3/175 3604
/proc/meminfo: memFree=25996960/32873852 swapFree=6856/6856
[pid=3604] ppid=3602 vsize=39660 CPUtime=0.02 cores=1,3,5,7
/proc/3604/stat : 3604 (pwbo2.02) R 3602 3604 3468 0 -1 4202496 2259 0 0 0 2 0 0 0 20 0 1 0 332966988 40611840 2212 33554432000 4194304 5964478 140735109881584 140735109879464 5136490 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/3604/statm: 9915 2216 247 433 0 2588 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 39660

[startup+0.100353 s]
/proc/loadavg: 4.04 3.92 3.22 3/175 3604
/proc/meminfo: memFree=25996960/32873852 swapFree=6856/6856
[pid=3604] ppid=3602 vsize=50592 CPUtime=0.09 cores=1,3,5,7
/proc/3604/stat : 3604 (pwbo2.02) R 3602 3604 3468 0 -1 4202496 4718 0 0 0 9 0 0 0 20 0 1 0 332966988 51806208 4589 33554432000 4194304 5964478 140735109881584 140735109879464 5136490 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/3604/statm: 12648 4594 432 433 0 5321 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 50592

[startup+0.300304 s]
/proc/loadavg: 4.04 3.92 3.22 3/175 3604
/proc/meminfo: memFree=25996960/32873852 swapFree=6856/6856
[pid=3604] ppid=3602 vsize=69464 CPUtime=0.28 cores=1,3,5,7
/proc/3604/stat : 3604 (pwbo2.02) R 3602 3604 3468 0 -1 4202496 10502 0 0 0 27 1 0 0 20 0 1 0 332966988 71131136 10106 33554432000 4194304 5964478 140735109881584 140735109879464 5136490 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/3604/statm: 17366 10106 959 433 0 10039 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 69464

[startup+0.700305 s]
/proc/loadavg: 4.04 3.92 3.22 3/175 3604
/proc/meminfo: memFree=25996960/32873852 swapFree=6856/6856
[pid=3604] ppid=3602 vsize=114872 CPUtime=0.69 cores=1,3,5,7
/proc/3604/stat : 3604 (pwbo2.02) R 3602 3604 3468 0 -1 4202496 22374 0 0 0 65 4 0 0 20 0 1 0 332966988 117628928 21448 33554432000 4194304 5964478 140735109881584 140735109879464 5136490 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/3604/statm: 28718 21448 1938 433 0 21391 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 114872

[startup+1.50031 s]
/proc/loadavg: 3.88 3.88 3.22 3/176 3605
/proc/meminfo: memFree=25787136/32873852 swapFree=6856/6856
[pid=3604] ppid=3602 vsize=208072 CPUtime=1.49 cores=1,3,5,7
/proc/3604/stat : 3604 (pwbo2.02) R 3602 3604 3468 0 -1 4202496 44692 0 0 0 141 8 0 0 20 0 1 0 332966988 213065728 43217 33554432000 4194304 5964478 140735109881584 140735109879672 4395406 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/3604/statm: 52018 43217 3597 433 0 44691 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 208072

[startup+3.10032 s]
/proc/loadavg: 3.88 3.88 3.22 4/178 3607
/proc/meminfo: memFree=25481412/32873852 swapFree=6856/6856
[pid=3604] ppid=3602 vsize=322844 CPUtime=3.09 cores=1,3,5,7
/proc/3604/stat : 3604 (pwbo2.02) R 3602 3604 3468 0 -1 4202496 72942 0 0 0 296 13 0 0 20 0 1 0 332966988 330592256 73451 33554432000 4194304 5964478 140735109881584 140735109879960 5136420 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/3604/statm: 80711 73451 6394 433 0 73384 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 322844

[startup+6.30039 s]
/proc/loadavg: 3.88 3.88 3.22 4/175 3616
/proc/meminfo: memFree=25330588/32873852 swapFree=6856/6856
[pid=3604] ppid=3602 vsize=885568 CPUtime=8.9 cores=1,3,5,7
/proc/3604/stat : 3604 (pwbo2.02) S 3602 3604 3468 0 -1 4202496 162613 0 0 0 846 44 0 0 20 0 3 0 332966988 906821632 178157 33554432000 4194304 5964478 140735109881584 140735109881104 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3604/statm: 221392 178157 196 433 0 220956 0
[pid=3604/tid=3608] ppid=3602 vsize=885568 CPUtime=2.75 cores=1,3,5,7
/proc/3604/task/3608/stat : 3608 (pwbo2.02) R 3602 3604 3468 0 -1 4202560 62459 0 0 0 254 21 0 0 20 0 3 0 332967337 906821632 178157 33554432000 4194304 5964478 140735109881584 139701101205848 5142509 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=3604/tid=3609] ppid=3602 vsize=885568 CPUtime=2.74 cores=1,3,5,7
/proc/3604/task/3609/stat : 3609 (pwbo2.02) R 3602 3604 3468 0 -1 4202560 21407 0 0 0 263 11 0 0 20 0 3 0 332967337 906821632 178157 33554432000 4194304 5964478 140735109881584 139701090715768 4389170 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.9
Current children cumulated vsize (KiB) 885568

[startup+12.7004 s]
/proc/loadavg: 3.82 3.87 3.22 5/180 3649
/proc/meminfo: memFree=24894940/32873852 swapFree=6856/6856
[pid=3604] ppid=3602 vsize=885568 CPUtime=21.69 cores=1,3,5,7
/proc/3604/stat : 3604 (pwbo2.02) S 3602 3604 3468 0 -1 4202496 167224 0 0 0 2123 46 0 0 20 0 3 0 332966988 906821632 184408 33554432000 4194304 5964478 140735109881584 140735109881104 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3604/statm: 221392 184408 197 433 0 220956 0
[pid=3604/tid=3608] ppid=3602 vsize=885568 CPUtime=9.13 cores=1,3,5,7
/proc/3604/task/3608/stat : 3608 (pwbo2.02) R 3602 3604 3468 0 -1 4202560 65525 0 0 0 890 23 0 0 20 0 3 0 332967337 906821632 184408 33554432000 4194304 5964478 140735109881584 139701101206040 4373153 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=3604/tid=3609] ppid=3602 vsize=885568 CPUtime=9.11 cores=1,3,5,7
/proc/3604/task/3609/stat : 3609 (pwbo2.02) R 3602 3604 3468 0 -1 4202560 22952 0 0 0 900 11 0 0 20 0 3 0 332967337 906821632 184408 33554432000 4194304 5964478 140735109881584 139701090715880 4389100 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 21.69
Current children cumulated vsize (KiB) 885568

[startup+25.5004 s]
/proc/loadavg: 3.70 3.84 3.22 4/178 3727
/proc/meminfo: memFree=25162492/32873852 swapFree=6856/6856
[pid=3604] ppid=3602 vsize=885568 CPUtime=47.29 cores=1,3,5,7
/proc/3604/stat : 3604 (pwbo2.02) S 3602 3604 3468 0 -1 4202496 172109 0 0 0 4680 49 0 0 20 0 3 0 332966988 906821632 192119 33554432000 4194304 5964478 140735109881584 140735109881104 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3604/statm: 221392 192119 197 433 0 220956 0
[pid=3604/tid=3608] ppid=3602 vsize=885568 CPUtime=21.9 cores=1,3,5,7
/proc/3604/task/3608/stat : 3608 (pwbo2.02) R 3602 3604 3468 0 -1 4202560 69769 0 0 0 2165 25 0 0 20 0 3 0 332967337 906821632 192119 33554432000 4194304 5964478 140735109881584 139701101206040 5139166 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=3604/tid=3609] ppid=3602 vsize=885568 CPUtime=21.86 cores=1,3,5,7
/proc/3604/task/3609/stat : 3609 (pwbo2.02) R 3602 3604 3468 0 -1 4202560 23593 0 0 0 2175 11 0 0 20 0 3 0 332967337 906821632 192119 33554432000 4194304 5964478 140735109881584 139701090715960 4400115 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 47.29
Current children cumulated vsize (KiB) 885568

[startup+51.1066 s]
/proc/loadavg: 3.19 3.71 3.19 3/171 3753
/proc/meminfo: memFree=25280756/32873852 swapFree=6856/6856
[pid=3604] ppid=3602 vsize=885568 CPUtime=98.49 cores=1,3,5,7
/proc/3604/stat : 3604 (pwbo2.02) S 3602 3604 3468 0 -1 4202496 177533 0 0 0 9796 53 0 0 20 0 3 0 332966988 906821632 190520 33554432000 4194304 5964478 140735109881584 140735109881104 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3604/statm: 221392 190520 197 433 0 220956 0
[pid=3604/tid=3608] ppid=3602 vsize=885568 CPUtime=47.44 cores=1,3,5,7
/proc/3604/task/3608/stat : 3608 (pwbo2.02) R 3602 3604 3468 0 -1 4202560 74220 0 0 0 4716 28 0 0 20 0 3 0 332967337 906821632 190520 33554432000 4194304 5964478 140735109881584 139701101206344 4393008 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=3604/tid=3609] ppid=3602 vsize=885568 CPUtime=47.39 cores=1,3,5,7
/proc/3604/task/3609/stat : 3609 (pwbo2.02) R 3602 3604 3468 0 -1 4202560 24566 0 0 0 4728 11 0 0 20 0 3 0 332967337 906821632 190520 33554432000 4194304 5964478 140735109881584 139701090715960 4389170 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 98.49
Current children cumulated vsize (KiB) 885568

[startup+102.3 s]
/proc/loadavg: 2.51 3.44 3.13 3/171 3753
/proc/meminfo: memFree=25243384/32873852 swapFree=6856/6856
[pid=3604] ppid=3602 vsize=951104 CPUtime=200.85 cores=1,3,5,7
/proc/3604/stat : 3604 (pwbo2.02) S 3602 3604 3468 0 -1 4202496 199384 0 0 0 20022 63 0 0 20 0 3 0 332966988 973930496 206274 33554432000 4194304 5964478 140735109881584 140735109881104 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3604/statm: 237776 206274 197 433 0 237340 0
[pid=3604/tid=3608] ppid=3602 vsize=951104 CPUtime=98.5 cores=1,3,5,7
/proc/3604/task/3608/stat : 3608 (pwbo2.02) R 3602 3604 3468 0 -1 4202560 95420 0 0 0 9812 38 0 0 20 0 3 0 332967337 973930496 206274 33554432000 4194304 5964478 140735109881584 139701101206344 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=3604/tid=3609] ppid=3602 vsize=951104 CPUtime=98.44 cores=1,3,5,7
/proc/3604/task/3609/stat : 3609 (pwbo2.02) R 3602 3604 3468 0 -1 4202560 25217 0 0 0 9833 11 0 0 20 0 3 0 332967337 973930496 206274 33554432000 4194304 5964478 140735109881584 139701090715960 4392863 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 200.85
Current children cumulated vsize (KiB) 951104

[startup+162.3 s]
/proc/loadavg: 2.19 3.18 3.06 3/171 3753
/proc/meminfo: memFree=25157780/32873852 swapFree=6856/6856
[pid=3604] ppid=3602 vsize=1016640 CPUtime=320.84 cores=1,3,5,7
/proc/3604/stat : 3604 (pwbo2.02) S 3602 3604 3468 0 -1 4202496 206088 0 0 0 32014 70 0 0 20 0 3 0 332966988 1041039360 221366 33554432000 4194304 5964478 140735109881584 140735109881104 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3604/statm: 254160 221366 197 433 0 253724 0
[pid=3604/tid=3608] ppid=3602 vsize=1016640 CPUtime=158.34 cores=1,3,5,7
/proc/3604/task/3608/stat : 3608 (pwbo2.02) R 3602 3604 3468 0 -1 4202560 101174 0 0 0 15790 44 0 0 20 0 3 0 332967337 1041039360 221366 33554432000 4194304 5964478 140735109881584 139701101205848 5139118 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=3604/tid=3609] ppid=3602 vsize=1016640 CPUtime=158.29 cores=1,3,5,7
/proc/3604/task/3609/stat : 3609 (pwbo2.02) R 3602 3604 3468 0 -1 4202560 26167 0 0 0 15815 14 0 0 20 0 3 0 332967337 1041039360 221366 33554432000 4194304 5964478 140735109881584 139701090715960 4389164 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 320.84
Current children cumulated vsize (KiB) 1016640

[startup+222.3 s]
/proc/loadavg: 2.07 2.96 2.99 3/171 3753
/proc/meminfo: memFree=25109476/32873852 swapFree=6856/6856
[pid=3604] ppid=3602 vsize=1082176 CPUtime=440.81 cores=1,3,5,7
/proc/3604/stat : 3604 (pwbo2.02) S 3602 3604 3468 0 -1 4202496 214214 0 0 0 44004 77 0 0 20 0 3 0 332966988 1108148224 233405 33554432000 4194304 5964478 140735109881584 140735109881104 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3604/statm: 270544 233405 197 433 0 270108 0
[pid=3604/tid=3608] ppid=3602 vsize=1082176 CPUtime=218.17 cores=1,3,5,7
/proc/3604/task/3608/stat : 3608 (pwbo2.02) R 3602 3604 3468 0 -1 4202560 108194 0 0 0 21767 50 0 0 20 0 3 0 332967337 1108148224 233405 33554432000 4194304 5964478 140735109881584 139701101205848 4221984 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=3604/tid=3609] ppid=3602 vsize=1082176 CPUtime=218.13 cores=1,3,5,7
/proc/3604/task/3609/stat : 3609 (pwbo2.02) R 3602 3604 3468 0 -1 4202560 27273 0 0 0 21795 18 0 0 20 0 3 0 332967337 1108148224 233405 33554432000 4194304 5964478 140735109881584 139701090715960 4222464 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 440.81
Current children cumulated vsize (KiB) 1082176

[startup+282.3 s]
/proc/loadavg: 2.02 2.78 2.92 3/171 3754
/proc/meminfo: memFree=25117636/32873852 swapFree=6856/6856
[pid=3604] ppid=3602 vsize=1049572 CPUtime=560.79 cores=1,3,5,7
/proc/3604/stat : 3604 (pwbo2.02) S 3602 3604 3468 0 -1 4202496 216604 0 0 0 55999 80 0 0 20 0 3 0 332966988 1074761728 231305 33554432000 4194304 5964478 140735109881584 140735109881104 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3604/statm: 262393 231305 198 433 0 261957 0
[pid=3604/tid=3608] ppid=3602 vsize=1049572 CPUtime=278.01 cores=1,3,5,7
/proc/3604/task/3608/stat : 3608 (pwbo2.02) R 3602 3604 3468 0 -1 4202560 109745 0 0 0 27748 53 0 0 20 0 3 0 332967337 1074761728 231305 33554432000 4194304 5964478 140735109881584 139701101205768 4399854 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=3604/tid=3609] ppid=3602 vsize=1049572 CPUtime=277.98 cores=1,3,5,7
/proc/3604/task/3609/stat : 3609 (pwbo2.02) R 3602 3604 3468 0 -1 4202560 28112 0 0 0 27778 20 0 0 20 0 3 0 332967337 1074761728 231305 33554432000 4194304 5964478 140735109881584 139701090715960 4222416 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 560.79
Current children cumulated vsize (KiB) 1049572

[startup+342.3 s]
/proc/loadavg: 2.01 2.64 2.86 3/171 3754
/proc/meminfo: memFree=25113952/32873852 swapFree=6856/6856
[pid=3604] ppid=3602 vsize=1082300 CPUtime=680.75 cores=1,3,5,7
/proc/3604/stat : 3604 (pwbo2.02) S 3602 3604 3468 0 -1 4202496 220598 0 0 0 67991 84 0 0 20 0 3 0 332966988 1108275200 232113 33554432000 4194304 5964478 140735109881584 140735109881104 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3604/statm: 270575 232113 198 433 0 270139 0
[pid=3604/tid=3608] ppid=3602 vsize=1082300 CPUtime=337.84 cores=1,3,5,7
/proc/3604/task/3608/stat : 3608 (pwbo2.02) R 3602 3604 3468 0 -1 4202560 112434 0 0 0 33729 55 0 0 20 0 3 0 332967337 1108275200 232113 33554432000 4194304 5964478 140735109881584 139701101206344 4403343 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=3604/tid=3609] ppid=3602 vsize=1082300 CPUtime=337.82 cores=1,3,5,7
/proc/3604/task/3609/stat : 3609 (pwbo2.02) R 3602 3604 3468 0 -1 4202560 29417 0 0 0 33758 24 0 0 20 0 3 0 332967337 1108275200 232113 33554432000 4194304 5964478 140735109881584 139701090715960 4221984 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 680.75
Current children cumulated vsize (KiB) 1082300

[startup+402.3 s]
/proc/loadavg: 2.00 2.52 2.80 3/171 3754
/proc/meminfo: memFree=25096360/32873852 swapFree=6856/6856
[pid=3604] ppid=3602 vsize=1082300 CPUtime=800.73 cores=1,3,5,7
/proc/3604/stat : 3604 (pwbo2.02) S 3602 3604 3468 0 -1 4202496 223582 0 0 0 79986 87 0 0 20 0 3 0 332966988 1108275200 236597 33554432000 4194304 5964478 140735109881584 140735109881104 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3604/statm: 270575 236597 198 433 0 270139 0
[pid=3604/tid=3608] ppid=3602 vsize=1082300 CPUtime=397.68 cores=1,3,5,7
/proc/3604/task/3608/stat : 3608 (pwbo2.02) R 3602 3604 3468 0 -1 4202560 114577 0 0 0 39711 57 0 0 20 0 3 0 332967337 1108275200 236597 33554432000 4194304 5964478 140735109881584 139701101205912 4392918 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=3604/tid=3609] ppid=3602 vsize=1082300 CPUtime=397.66 cores=1,3,5,7
/proc/3604/task/3609/stat : 3609 (pwbo2.02) R 3602 3604 3468 0 -1 4202560 30258 0 0 0 39739 27 0 0 20 0 3 0 332967337 1108275200 236597 33554432000 4194304 5964478 140735109881584 139701090715960 4389164 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 800.73
Current children cumulated vsize (KiB) 1082300

[startup+462.3 s]
/proc/loadavg: 2.00 2.42 2.75 3/171 3754
/proc/meminfo: memFree=25057200/32873852 swapFree=6856/6856
[pid=3604] ppid=3602 vsize=1147836 CPUtime=920.71 cores=1,3,5,7
/proc/3604/stat : 3604 (pwbo2.02) S 3602 3604 3468 0 -1 4202496 228775 0 0 0 91979 92 0 0 20 0 3 0 332966988 1175384064 246439 33554432000 4194304 5964478 140735109881584 140735109881104 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3604/statm: 286959 246439 198 433 0 286523 0
[pid=3604/tid=3608] ppid=3602 vsize=1147836 CPUtime=457.52 cores=1,3,5,7
/proc/3604/task/3608/stat : 3608 (pwbo2.02) R 3602 3604 3468 0 -1 4202560 118623 0 0 0 45692 60 0 0 20 0 3 0 332967337 1175384064 246439 33554432000 4194304 5964478 140735109881584 139701101205800 4403343 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=3604/tid=3609] ppid=3602 vsize=1147836 CPUtime=457.51 cores=1,3,5,7
/proc/3604/task/3609/stat : 3609 (pwbo2.02) R 3602 3604 3468 0 -1 4202560 31405 0 0 0 45722 29 0 0 20 0 3 0 332967337 1175384064 246439 33554432000 4194304 5964478 140735109881584 139701090716008 4392863 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 920.71
Current children cumulated vsize (KiB) 1147836

[startup+522.3 s]
/proc/loadavg: 2.00 2.34 2.70 3/171 3754
/proc/meminfo: memFree=25045308/32873852 swapFree=6856/6856
[pid=3604] ppid=3602 vsize=1147836 CPUtime=1040.69 cores=1,3,5,7
/proc/3604/stat : 3604 (pwbo2.02) S 3602 3604 3468 0 -1 4202496 231338 0 0 0 103972 97 0 0 20 0 3 0 332966988 1175384064 249206 33554432000 4194304 5964478 140735109881584 140735109881104 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3604/statm: 286959 249206 198 433 0 286523 0
[pid=3604/tid=3608] ppid=3602 vsize=1147836 CPUtime=517.36 cores=1,3,5,7
/proc/3604/task/3608/stat : 3608 (pwbo2.02) R 3602 3604 3468 0 -1 4202560 120032 0 0 0 51673 63 0 0 20 0 3 0 332967337 1175384064 249206 33554432000 4194304 5964478 140735109881584 139701101206344 4403647 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=3604/tid=3609] ppid=3602 vsize=1147836 CPUtime=517.35 cores=1,3,5,7
/proc/3604/task/3609/stat : 3609 (pwbo2.02) R 3602 3604 3468 0 -1 4202560 32559 0 0 0 51702 33 0 0 20 0 3 0 332967337 1175384064 249206 33554432000 4194304 5964478 140735109881584 139701090715960 4222416 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1040.69
Current children cumulated vsize (KiB) 1147836

[startup+582.3 s]
/proc/loadavg: 2.00 2.28 2.65 3/171 3755
/proc/meminfo: memFree=25044440/32873852 swapFree=6856/6856
[pid=3604] ppid=3602 vsize=1147836 CPUtime=1160.68 cores=1,3,5,7
/proc/3604/stat : 3604 (pwbo2.02) S 3602 3604 3468 0 -1 4202496 232239 0 0 0 115971 97 0 0 20 0 3 0 332966988 1175384064 249592 33554432000 4194304 5964478 140735109881584 140735109881104 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3604/statm: 286959 249592 198 433 0 286523 0
[pid=3604/tid=3608] ppid=3602 vsize=1147836 CPUtime=577.21 cores=1,3,5,7
/proc/3604/task/3608/stat : 3608 (pwbo2.02) R 3602 3604 3468 0 -1 4202560 120552 0 0 0 57657 64 0 0 20 0 3 0 332967337 1175384064 249592 33554432000 4194304 5964478 140735109881584 139701101205912 4403590 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=3604/tid=3609] ppid=3602 vsize=1147836 CPUtime=577.21 cores=1,3,5,7
/proc/3604/task/3609/stat : 3609 (pwbo2.02) R 3602 3604 3468 0 -1 4202560 32940 0 0 0 57687 34 0 0 20 0 3 0 332967337 1175384064 249592 33554432000 4194304 5964478 140735109881584 139701090715960 4382029 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1160.68
Current children cumulated vsize (KiB) 1147836

[startup+642.3 s]
/proc/loadavg: 2.00 2.22 2.61 3/172 3758
/proc/meminfo: memFree=25040960/32873852 swapFree=6856/6856
[pid=3604] ppid=3602 vsize=1147836 CPUtime=1280.65 cores=1,3,5,7
/proc/3604/stat : 3604 (pwbo2.02) S 3602 3604 3468 0 -1 4202496 233115 0 0 0 127966 99 0 0 20 0 3 0 332966988 1175384064 250468 33554432000 4194304 5964478 140735109881584 140735109881104 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3604/statm: 286959 250468 198 433 0 286523 0
[pid=3604/tid=3608] ppid=3602 vsize=1147836 CPUtime=637.05 cores=1,3,5,7
/proc/3604/task/3608/stat : 3608 (pwbo2.02) R 3602 3604 3468 0 -1 4202560 120552 0 0 0 63640 65 0 0 20 0 3 0 332967337 1175384064 250468 33554432000 4194304 5964478 140735109881584 139701101205912 4403343 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=3604/tid=3609] ppid=3602 vsize=1147836 CPUtime=637.04 cores=1,3,5,7
/proc/3604/task/3609/stat : 3609 (pwbo2.02) R 3602 3604 3468 0 -1 4202560 33816 0 0 0 63667 37 0 0 20 0 3 0 332967337 1175384064 250468 33554432000 4194304 5964478 140735109881584 139701090715960 4389160 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1280.65
Current children cumulated vsize (KiB) 1147836

[startup+702.307 s]
/proc/loadavg: 2.00 2.18 2.57 3/171 3758
/proc/meminfo: memFree=25036984/32873852 swapFree=6856/6856
[pid=3604] ppid=3602 vsize=1147836 CPUtime=1400.64 cores=1,3,5,7
/proc/3604/stat : 3604 (pwbo2.02) S 3602 3604 3468 0 -1 4202496 233670 0 0 0 139964 100 0 0 20 0 3 0 332966988 1175384064 251496 33554432000 4194304 5964478 140735109881584 140735109881104 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3604/statm: 286959 251496 198 433 0 286523 0
[pid=3604/tid=3608] ppid=3602 vsize=1147836 CPUtime=696.89 cores=1,3,5,7
/proc/3604/task/3608/stat : 3608 (pwbo2.02) R 3602 3604 3468 0 -1 4202560 120553 0 0 0 69623 66 0 0 20 0 3 0 332967337 1175384064 251496 33554432000 4194304 5964478 140735109881584 139701101205912 4222464 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=3604/tid=3609] ppid=3602 vsize=1147836 CPUtime=696.9 cores=1,3,5,7
/proc/3604/task/3609/stat : 3609 (pwbo2.02) R 3602 3604 3468 0 -1 4202560 34370 0 0 0 69651 39 0 0 20 0 3 0 332967337 1175384064 251496 33554432000 4194304 5964478 140735109881584 139701090715480 4399854 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1400.64
Current children cumulated vsize (KiB) 1147836

[startup+762.3 s]
/proc/loadavg: 2.00 2.14 2.53 3/171 3758
/proc/meminfo: memFree=25050876/32873852 swapFree=6856/6856
[pid=3604] ppid=3602 vsize=1082300 CPUtime=1520.62 cores=1,3,5,7
/proc/3604/stat : 3604 (pwbo2.02) S 3602 3604 3468 0 -1 4202496 235324 0 0 0 151960 102 0 0 20 0 3 0 332966988 1108275200 247894 33554432000 4194304 5964478 140735109881584 140735109881104 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3604/statm: 270575 247894 198 433 0 270139 0
[pid=3604/tid=3608] ppid=3602 vsize=1082300 CPUtime=756.73 cores=1,3,5,7
/proc/3604/task/3608/stat : 3608 (pwbo2.02) R 3602 3604 3468 0 -1 4202560 121713 0 0 0 75605 68 0 0 20 0 3 0 332967337 1108275200 247894 33554432000 4194304 5964478 140735109881584 139701101206344 4392863 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=3604/tid=3609] ppid=3602 vsize=1082300 CPUtime=756.73 cores=1,3,5,7
/proc/3604/task/3609/stat : 3609 (pwbo2.02) R 3602 3604 3468 0 -1 4202560 34864 0 0 0 75632 41 0 0 20 0 3 0 332967337 1108275200 247894 33554432000 4194304 5964478 140735109881584 139701090715960 4382029 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1520.62
Current children cumulated vsize (KiB) 1082300

[startup+822.3 s]
/proc/loadavg: 2.00 2.12 2.50 3/171 3758
/proc/meminfo: memFree=25020592/32873852 swapFree=6856/6856
[pid=3604] ppid=3602 vsize=1147836 CPUtime=1640.6 cores=1,3,5,7
/proc/3604/stat : 3604 (pwbo2.02) S 3602 3604 3468 0 -1 4202496 238405 0 0 0 163955 105 0 0 20 0 3 0 332966988 1175384064 255584 33554432000 4194304 5964478 140735109881584 140735109881104 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3604/statm: 286959 255584 198 433 0 286523 0
[pid=3604/tid=3608] ppid=3602 vsize=1147836 CPUtime=816.57 cores=1,3,5,7
/proc/3604/task/3608/stat : 3608 (pwbo2.02) R 3602 3604 3468 0 -1 4202560 124273 0 0 0 81587 70 0 0 20 0 3 0 332967337 1175384064 255584 33554432000 4194304 5964478 140735109881584 139701101205848 4403668 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=3604/tid=3609] ppid=3602 vsize=1147836 CPUtime=816.58 cores=1,3,5,7
/proc/3604/task/3609/stat : 3609 (pwbo2.02) R 3602 3604 3468 0 -1 4202560 35385 0 0 0 81615 43 0 0 20 0 3 0 332967337 1175384064 255584 33554432000 4194304 5964478 140735109881584 139701090715960 4389110 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1640.6
Current children cumulated vsize (KiB) 1147836

[startup+882.3 s]
/proc/loadavg: 2.00 2.09 2.46 3/171 3759
/proc/meminfo: memFree=25003780/32873852 swapFree=6856/6856
[pid=3604] ppid=3602 vsize=1147836 CPUtime=1760.58 cores=1,3,5,7
/proc/3604/stat : 3604 (pwbo2.02) S 3602 3604 3468 0 -1 4202496 241036 0 0 0 175952 106 0 0 20 0 3 0 332966988 1175384064 259777 33554432000 4194304 5964478 140735109881584 140735109881104 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3604/statm: 286959 259777 198 433 0 286523 0
[pid=3604/tid=3608] ppid=3602 vsize=1147836 CPUtime=876.41 cores=1,3,5,7
/proc/3604/task/3608/stat : 3608 (pwbo2.02) R 3602 3604 3468 0 -1 4202560 126285 0 0 0 87569 72 0 0 20 0 3 0 332967337 1175384064 259777 33554432000 4194304 5964478 140735109881584 139701101205848 4399854 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=3604/tid=3609] ppid=3602 vsize=1147836 CPUtime=876.43 cores=1,3,5,7
/proc/3604/task/3609/stat : 3609 (pwbo2.02) R 3602 3604 3468 0 -1 4202560 36004 0 0 0 87598 45 0 0 20 0 3 0 332967337 1175384064 259777 33554432000 4194304 5964478 140735109881584 139701090715960 4221984 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1760.58
Current children cumulated vsize (KiB) 1147836



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+902.1 s]
/proc/loadavg: 2.00 2.08 2.45 3/171 3759
/proc/meminfo: memFree=25003284/32873852 swapFree=6856/6856
[pid=3604] ppid=3602 vsize=1147836 CPUtime=1800.19 cores=1,3,5,7
/proc/3604/stat : 3604 (pwbo2.02) S 3602 3604 3468 0 -1 4202496 241173 0 0 0 179912 107 0 0 20 0 3 0 332966988 1175384064 259914 33554432000 4194304 5964478 140735109881584 140735109881104 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3604/statm: 286959 259914 198 433 0 286523 0
[pid=3604/tid=3608] ppid=3602 vsize=1147836 CPUtime=896.17 cores=1,3,5,7
/proc/3604/task/3608/stat : 3608 (pwbo2.02) R 3602 3604 3468 0 -1 4202560 126285 0 0 0 89545 72 0 0 20 0 3 0 332967337 1175384064 259914 33554432000 4194304 5964478 140735109881584 139701101205848 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=3604/tid=3609] ppid=3602 vsize=1147836 CPUtime=896.18 cores=1,3,5,7
/proc/3604/task/3609/stat : 3609 (pwbo2.02) R 3602 3604 3468 0 -1 4202560 36141 0 0 0 89572 46 0 0 20 0 3 0 332967337 1175384064 259914 33554432000 4194304 5964478 140735109881584 139701090715960 4382021 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 1147836

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 3604 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=527190
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=357793
# CPU time returned by wait4() is 1795.89
# while last known CPU time is 1800.19
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 902.123
CPU time (s): 1800.19
CPU user time (s): 1799.12
CPU system time (s): 1.07
CPU usage (%): 199.55
Max. virtual memory (cumulated for all children) (KiB): 1147836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.53
system time used= 1.35779
maximum resident set size= 1039660
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 241174
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= 7740
involuntary context switches= 1855

runsolver used 2.06169 second user time and 5.2552 second system time

The end

Launcher Data

Begin job on node129 at 2012-06-02 22:20:15
IDJOB=3726374
IDBENCH=91155
IDSOLVER=2309
FILE ID=node129/3726374-1338668415
RUNJOBID= node129-1338667509-3485
PBS_JOBID= 14636510
Free space on /tmp= 70436 MiB

SOLVER NAME= pwbo 2.02
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/NG/normalized-NG.dot_luby_50null0mast_rapportOE1.0_TMAX15_K192_cod2.opb
COMMAND LINE= pwbo2.02 -file-format=opb -verbosity=0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3726374-1338668415/watcher-3726374-1338668415 -o /tmp/evaluation-result-3726374-1338668415/solver-3726374-1338668415 -C 1800 -W 1900 -M 15500  pwbo2.02 -file-format=opb -verbosity=0 HOME/instance-3726374-1338668415.opb

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

MD5SUM BENCH= a88af6dd0118c2f12fc3d8f44e999a51
RANDOM SEED=1119431576

node129.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.957
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        25999456 kB
Buffers:          449720 kB
Cached:          5506312 kB
SwapCached:            0 kB
Active:          2547320 kB
Inactive:        3450532 kB
Active(anon):      33152 kB
Inactive(anon):    10760 kB
Active(file):    2514168 kB
Inactive(file):  3439772 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             53756 kB
Writeback:             0 kB
AnonPages:         48456 kB
Mapped:            17448 kB
Shmem:               204 kB
Slab:             739544 kB
SReclaimable:     181772 kB
SUnreclaim:       557772 kB
KernelStack:        1432 kB
PageTables:         3972 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     158128 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 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= 70452 MiB
End job on node129 at 2012-06-02 22:35:20