Trace number 3704063

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.11 902.044

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_luby_10null0mast_rapportOE1.0_TMAX60_K192_cod2.opb
MD5SUM3b8362af58c9130644833689fa0f2100
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1783.1
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 1605
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 6694
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 256
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 62779
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.0 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3704063-1338100787.opb.
0.00/0.00	c Instance file HOME/instance-3704063-1338100787.opb
0.00/0.00	c File size is 28232497 bytes.
3.49/3.52	c Cost Offset: -6694
3.49/3.52	c Highest Coefficient sum: 62779
3.49/3.52	c ============================[ Problem Statistics ]=============================
3.49/3.52	c |                                                                             |
3.49/3.52	c |  Parsing time:          3.52         s                                      |
3.49/3.52	c |  Number Variables:      400896                                              |
3.49/3.52	c |  Number Clauses:        400785                                              |
3.49/3.52	c |  Number Cardinality:    1977                                                |
3.49/3.52	c |  Number PB Constraints: 1                                                   |
3.49/3.52	c |                                                                             |
4.03/3.89	c |  Problem Type:          Optimization                                        |
4.03/3.89	c |  Objective Function:    PB Constraint                                       |
4.03/3.89	c |                                                                             |
4.03/3.89	c ===============================================================================
1800.11/902.01	c ===============================================================================
1800.11/902.01	c Wall Clock Time: 902.02 s
1800.11/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-3704063-1338100787/watcher-3704063-1338100787 -o /tmp/evaluation-result-3704063-1338100787/solver-3704063-1338100787 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 HOME/instance-3704063-1338100787.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: 3.83 3.93 3.92 4/178 22913
/proc/meminfo: memFree=28977324/32873844 swapFree=7112/7112
[pid=22913] ppid=22911 vsize=32860 CPUtime=0 cores=1,3,5,7
/proc/22913/stat : 22913 (pwbo2.0) R 22911 22913 19605 0 -1 4202496 658 0 0 0 0 0 0 0 20 0 1 0 276204437 33648640 610 33554432000 4194304 5965102 140734623627024 140735935167048 4396446 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/22913/statm: 8215 610 169 433 0 886 0

[startup+0.050557 s]
/proc/loadavg: 3.83 3.93 3.92 4/178 22913
/proc/meminfo: memFree=28977324/32873844 swapFree=7112/7112
[pid=22913] ppid=22911 vsize=41752 CPUtime=0.04 cores=1,3,5,7
/proc/22913/stat : 22913 (pwbo2.0) R 22911 22913 19605 0 -1 4202496 2900 0 0 0 4 0 0 0 20 0 1 0 276204437 42754048 2786 33554432000 4194304 5965102 140734623627024 140735935167048 5137146 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/22913/statm: 10471 2787 292 433 0 3142 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 41752

[startup+0.100389 s]
/proc/loadavg: 3.83 3.93 3.92 4/178 22913
/proc/meminfo: memFree=28977324/32873844 swapFree=7112/7112
[pid=22913] ppid=22911 vsize=48176 CPUtime=0.09 cores=1,3,5,7
/proc/22913/stat : 22913 (pwbo2.0) R 22911 22913 19605 0 -1 4202496 4638 0 0 0 9 0 0 0 20 0 1 0 276204437 49332224 4475 33554432000 4194304 5965102 140734623627024 140735935167048 5137146 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/22913/statm: 12044 4476 423 433 0 4715 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 48176

[startup+0.300314 s]
/proc/loadavg: 3.83 3.93 3.92 4/178 22913
/proc/meminfo: memFree=28977324/32873844 swapFree=7112/7112
[pid=22913] ppid=22911 vsize=68908 CPUtime=0.29 cores=1,3,5,7
/proc/22913/stat : 22913 (pwbo2.0) R 22911 22913 19605 0 -1 4202496 10446 0 0 0 28 1 0 0 20 0 1 0 276204437 70561792 10016 33554432000 4194304 5965102 140734623627024 140735935167048 4351027 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/22913/statm: 17260 10021 943 433 0 9931 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 68908

[startup+0.700324 s]
/proc/loadavg: 3.83 3.93 3.92 4/178 22913
/proc/meminfo: memFree=28977324/32873844 swapFree=7112/7112
[pid=22913] ppid=22911 vsize=114044 CPUtime=0.69 cores=1,3,5,7
/proc/22913/stat : 22913 (pwbo2.0) R 22911 22913 19605 0 -1 4202496 21975 0 0 0 65 4 0 0 20 0 1 0 276204437 116781056 21015 33554432000 4194304 5965102 140734623627024 140734623625032 5137146 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/22913/statm: 28511 21016 1900 433 0 21182 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 114044

[startup+1.50032 s]
/proc/loadavg: 3.83 3.93 3.92 4/179 22914
/proc/meminfo: memFree=28808484/32873844 swapFree=7112/7112
[pid=22913] ppid=22911 vsize=208164 CPUtime=1.49 cores=1,3,5,7
/proc/22913/stat : 22913 (pwbo2.0) R 22911 22913 19605 0 -1 4202496 44363 0 0 0 141 8 0 0 20 0 1 0 276204437 213159936 43365 33554432000 4194304 5965102 140734623627024 140734623624824 4396601 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/22913/statm: 52041 43366 3545 433 0 44712 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 208164

[startup+3.10031 s]
/proc/loadavg: 3.83 3.93 3.92 4/179 22914
/proc/meminfo: memFree=28705152/32873844 swapFree=7112/7112
[pid=22913] ppid=22911 vsize=321300 CPUtime=3.09 cores=1,3,5,7
/proc/22913/stat : 22913 (pwbo2.0) R 22911 22913 19605 0 -1 4202496 72153 0 0 0 296 13 0 0 20 0 1 0 276204437 329011200 72629 33554432000 4194304 5965102 140734623627024 140734623625016 4351027 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/22913/statm: 80325 72634 6345 433 0 72996 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 321300

[startup+6.30041 s]
/proc/loadavg: 3.77 3.91 3.91 5/181 22916
/proc/meminfo: memFree=28209788/32873844 swapFree=7112/7112
[pid=22913] ppid=22911 vsize=885556 CPUtime=8.99 cores=1,3,5,7
/proc/22913/stat : 22913 (pwbo2.0) S 22911 22913 19605 0 -1 4202496 164272 0 0 0 854 45 0 0 20 0 3 0 276204437 906809344 178960 33554432000 4194304 5965102 140734623627024 140734623626544 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22913/statm: 221389 178960 198 433 0 220953 0
[pid=22913/tid=22915] ppid=22911 vsize=885556 CPUtime=2.73 cores=1,3,5,7
/proc/22913/task/22915/stat : 22915 (pwbo2.0) R 22911 22913 19605 0 -1 4202560 62449 0 0 0 254 19 0 0 20 0 3 0 276204790 906809344 178960 33554432000 4194304 5965102 140734623627024 140362230065432 4376299 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22913/tid=22916] ppid=22911 vsize=885556 CPUtime=2.69 cores=1,3,5,7
/proc/22913/task/22916/stat : 22916 (pwbo2.0) R 22911 22913 19605 0 -1 4202560 23456 0 0 0 259 10 0 0 20 0 3 0 276204790 906809344 178960 33554432000 4194304 5965102 140734623627024 140362219575512 4221984 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.99
Current children cumulated vsize (KiB) 885556

[startup+12.7006 s]
/proc/loadavg: 3.79 3.91 3.91 5/181 22916
/proc/meminfo: memFree=28093400/32873844 swapFree=7112/7112
[pid=22913] ppid=22911 vsize=885680 CPUtime=21.78 cores=1,3,5,7
/proc/22913/stat : 22913 (pwbo2.0) S 22911 22913 19605 0 -1 4202496 168238 0 0 0 2129 49 0 0 20 0 3 0 276204437 906936320 187590 33554432000 4194304 5965102 140734623627024 140734623626544 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22913/statm: 221420 187590 199 433 0 220984 0
[pid=22913/tid=22915] ppid=22911 vsize=885680 CPUtime=9.11 cores=1,3,5,7
/proc/22913/task/22915/stat : 22915 (pwbo2.0) R 22911 22913 19605 0 -1 4202560 65662 0 0 0 889 22 0 0 20 0 3 0 276204790 906936320 187590 33554432000 4194304 5965102 140734623627024 140362230065688 4376299 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22913/tid=22916] ppid=22911 vsize=885680 CPUtime=9.07 cores=1,3,5,7
/proc/22913/task/22916/stat : 22916 (pwbo2.0) R 22911 22913 19605 0 -1 4202560 24209 0 0 0 895 12 0 0 20 0 3 0 276204790 906936320 187590 33554432000 4194304 5965102 140734623627024 140362219575416 4400960 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 21.78
Current children cumulated vsize (KiB) 885680

[startup+25.5004 s]
/proc/loadavg: 3.97 3.95 3.93 5/182 22919
/proc/meminfo: memFree=28023040/32873844 swapFree=7112/7112
[pid=22913] ppid=22911 vsize=885680 CPUtime=47.38 cores=1,3,5,7
/proc/22913/stat : 22913 (pwbo2.0) S 22911 22913 19605 0 -1 4202496 169731 0 0 0 4687 51 0 0 20 0 3 0 276204437 906936320 190475 33554432000 4194304 5965102 140734623627024 140734623626544 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22913/statm: 221420 190475 199 433 0 220984 0
[pid=22913/tid=22915] ppid=22911 vsize=885680 CPUtime=21.88 cores=1,3,5,7
/proc/22913/task/22915/stat : 22915 (pwbo2.0) R 22911 22913 19605 0 -1 4202560 67014 0 0 0 2165 23 0 0 20 0 3 0 276204790 906936320 190475 33554432000 4194304 5965102 140734623627024 140362230065496 4404740 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22913/tid=22916] ppid=22911 vsize=885680 CPUtime=21.84 cores=1,3,5,7
/proc/22913/task/22916/stat : 22916 (pwbo2.0) R 22911 22913 19605 0 -1 4202560 24350 0 0 0 2172 12 0 0 20 0 3 0 276204790 906936320 190475 33554432000 4194304 5965102 140734623627024 140362219575416 4393958 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 47.38
Current children cumulated vsize (KiB) 885680

[startup+51.1004 s]
/proc/loadavg: 3.98 3.95 3.93 5/182 22920
/proc/meminfo: memFree=27866160/32873844 swapFree=7112/7112
[pid=22913] ppid=22911 vsize=951216 CPUtime=98.57 cores=1,3,5,7
/proc/22913/stat : 22913 (pwbo2.0) S 22911 22913 19605 0 -1 4202496 171674 0 0 0 9804 53 0 0 20 0 3 0 276204437 974045184 194164 33554432000 4194304 5965102 140734623627024 140734623626544 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22913/statm: 237804 194164 199 433 0 237368 0
[pid=22913/tid=22915] ppid=22911 vsize=951216 CPUtime=47.41 cores=1,3,5,7
/proc/22913/task/22915/stat : 22915 (pwbo2.0) R 22911 22913 19605 0 -1 4202560 68653 0 0 0 4717 24 0 0 20 0 3 0 276204790 974045184 194164 33554432000 4194304 5965102 140734623627024 140362230065448 4404621 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22913/tid=22916] ppid=22911 vsize=951216 CPUtime=47.37 cores=1,3,5,7
/proc/22913/task/22916/stat : 22916 (pwbo2.0) R 22911 22913 19605 0 -1 4202560 24654 0 0 0 4723 14 0 0 20 0 3 0 276204790 974045184 194164 33554432000 4194304 5965102 140734623627024 140362219575608 4400963 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 98.57
Current children cumulated vsize (KiB) 951216

[startup+102.307 s]
/proc/loadavg: 3.99 3.95 3.93 5/181 22920
/proc/meminfo: memFree=27640224/32873844 swapFree=7112/7112
[pid=22913] ppid=22911 vsize=885680 CPUtime=200.96 cores=1,3,5,7
/proc/22913/stat : 22913 (pwbo2.0) S 22911 22913 19605 0 -1 4202496 176833 0 0 0 20040 56 0 0 20 0 3 0 276204437 906936320 190858 33554432000 4194304 5965102 140734623627024 140734623626544 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22913/statm: 221420 190858 199 433 0 220984 0
[pid=22913/tid=22915] ppid=22911 vsize=885680 CPUtime=98.49 cores=1,3,5,7
/proc/22913/task/22915/stat : 22915 (pwbo2.0) R 22911 22913 19605 0 -1 4202560 73442 0 0 0 9821 28 0 0 20 0 3 0 276204790 906936320 190858 33554432000 4194304 5965102 140734623627024 140362230065992 4391899 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22913/tid=22916] ppid=22911 vsize=885680 CPUtime=98.44 cores=1,3,5,7
/proc/22913/task/22916/stat : 22916 (pwbo2.0) R 22911 22913 19605 0 -1 4202560 25024 0 0 0 9829 15 0 0 20 0 3 0 276204790 906936320 190858 33554432000 4194304 5965102 140734623627024 140362219575608 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 200.96
Current children cumulated vsize (KiB) 885680

[startup+162.3 s]
/proc/loadavg: 3.99 3.96 3.93 5/181 22920
/proc/meminfo: memFree=27323044/32873844 swapFree=7112/7112
[pid=22913] ppid=22911 vsize=951216 CPUtime=320.93 cores=1,3,5,7
/proc/22913/stat : 22913 (pwbo2.0) S 22911 22913 19605 0 -1 4202496 183605 0 0 0 32034 59 0 0 20 0 3 0 276204437 974045184 201882 33554432000 4194304 5965102 140734623627024 140734623626544 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22913/statm: 237804 201882 199 433 0 237368 0
[pid=22913/tid=22915] ppid=22911 vsize=951216 CPUtime=158.33 cores=1,3,5,7
/proc/22913/task/22915/stat : 22915 (pwbo2.0) R 22911 22913 19605 0 -1 4202560 79969 0 0 0 15802 31 0 0 20 0 3 0 276204790 974045184 201882 33554432000 4194304 5965102 140734623627024 140362230065496 4376299 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22913/tid=22916] ppid=22911 vsize=951216 CPUtime=158.28 cores=1,3,5,7
/proc/22913/task/22916/stat : 22916 (pwbo2.0) R 22911 22913 19605 0 -1 4202560 25269 0 0 0 15811 17 0 0 20 0 3 0 276204790 974045184 201882 33554432000 4194304 5965102 140734623627024 140362219575608 4404383 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 320.93
Current children cumulated vsize (KiB) 951216

[startup+222.3 s]
/proc/loadavg: 3.99 3.97 3.93 5/181 22920
/proc/meminfo: memFree=27106948/32873844 swapFree=7112/7112
[pid=22913] ppid=22911 vsize=951216 CPUtime=440.92 cores=1,3,5,7
/proc/22913/stat : 22913 (pwbo2.0) S 22911 22913 19605 0 -1 4202496 197245 0 0 0 44027 65 0 0 20 0 3 0 276204437 974045184 201480 33554432000 4194304 5965102 140734623627024 140734623626544 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22913/statm: 237804 201480 199 433 0 237368 0
[pid=22913/tid=22915] ppid=22911 vsize=951216 CPUtime=218.17 cores=1,3,5,7
/proc/22913/task/22915/stat : 22915 (pwbo2.0) R 22911 22913 19605 0 -1 4202560 92438 0 0 0 21781 36 0 0 20 0 3 0 276204790 974045184 201480 33554432000 4194304 5965102 140734623627024 140362230065496 4400955 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22913/tid=22916] ppid=22911 vsize=951216 CPUtime=218.13 cores=1,3,5,7
/proc/22913/task/22916/stat : 22916 (pwbo2.0) R 22911 22913 19605 0 -1 4202560 26440 0 0 0 21794 19 0 0 20 0 3 0 276204790 974045184 201480 33554432000 4194304 5965102 140734623627024 140362219575608 4390125 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 440.92
Current children cumulated vsize (KiB) 951216

[startup+282.3 s]
/proc/loadavg: 3.99 3.97 3.93 5/181 22920
/proc/meminfo: memFree=26979624/32873844 swapFree=7112/7112
[pid=22913] ppid=22911 vsize=967620 CPUtime=560.9 cores=1,3,5,7
/proc/22913/stat : 22913 (pwbo2.0) S 22911 22913 19605 0 -1 4202496 204669 0 0 0 56020 70 0 0 20 0 3 0 276204437 990842880 206186 33554432000 4194304 5965102 140734623627024 140734623626544 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22913/statm: 241905 206186 199 433 0 241469 0
[pid=22913/tid=22915] ppid=22911 vsize=967620 CPUtime=278.02 cores=1,3,5,7
/proc/22913/task/22915/stat : 22915 (pwbo2.0) R 22911 22913 19605 0 -1 4202560 99404 0 0 0 27761 41 0 0 20 0 3 0 276204790 990842880 206186 33554432000 4194304 5965102 140734623627024 140362230065480 4221984 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22913/tid=22916] ppid=22911 vsize=967620 CPUtime=277.97 cores=1,3,5,7
/proc/22913/task/22916/stat : 22916 (pwbo2.0) R 22911 22913 19605 0 -1 4202560 26898 0 0 0 27775 22 0 0 20 0 3 0 276204790 990842880 206186 33554432000 4194304 5965102 140734623627024 140362219575608 4390210 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 560.9
Current children cumulated vsize (KiB) 967620

[startup+342.3 s]
/proc/loadavg: 3.99 3.97 3.93 5/181 22920
/proc/meminfo: memFree=26994412/32873844 swapFree=7112/7112
[pid=22913] ppid=22911 vsize=967620 CPUtime=680.88 cores=1,3,5,7
/proc/22913/stat : 22913 (pwbo2.0) S 22911 22913 19605 0 -1 4202496 208290 0 0 0 68015 73 0 0 20 0 3 0 276204437 990842880 207169 33554432000 4194304 5965102 140734623627024 140734623626544 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22913/statm: 241905 207169 199 433 0 241469 0
[pid=22913/tid=22915] ppid=22911 vsize=967620 CPUtime=337.86 cores=1,3,5,7
/proc/22913/task/22915/stat : 22915 (pwbo2.0) R 22911 22913 19605 0 -1 4202560 102042 0 0 0 33743 43 0 0 20 0 3 0 276204790 990842880 207169 33554432000 4194304 5965102 140734623627024 140362230065992 4222416 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22913/tid=22916] ppid=22911 vsize=967620 CPUtime=337.82 cores=1,3,5,7
/proc/22913/task/22916/stat : 22916 (pwbo2.0) R 22911 22913 19605 0 -1 4202560 27881 0 0 0 33757 25 0 0 20 0 3 0 276204790 990842880 207169 33554432000 4194304 5965102 140734623627024 140362219575608 4400894 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 680.88
Current children cumulated vsize (KiB) 967620

[startup+402.3 s]
/proc/loadavg: 3.99 3.97 3.93 5/181 22921
/proc/meminfo: memFree=26907196/32873844 swapFree=7112/7112
[pid=22913] ppid=22911 vsize=967620 CPUtime=800.86 cores=1,3,5,7
/proc/22913/stat : 22913 (pwbo2.0) S 22911 22913 19605 0 -1 4202496 211173 0 0 0 80011 75 0 0 20 0 3 0 276204437 990842880 208843 33554432000 4194304 5965102 140734623627024 140734623626544 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22913/statm: 241905 208843 199 433 0 241469 0
[pid=22913/tid=22915] ppid=22911 vsize=967620 CPUtime=397.71 cores=1,3,5,7
/proc/22913/task/22915/stat : 22915 (pwbo2.0) R 22911 22913 19605 0 -1 4202560 104519 0 0 0 39726 45 0 0 20 0 3 0 276204790 990842880 208843 33554432000 4194304 5965102 140734623627024 140362230065992 4401041 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22913/tid=22916] ppid=22911 vsize=967620 CPUtime=397.66 cores=1,3,5,7
/proc/22913/task/22916/stat : 22916 (pwbo2.0) R 22911 22913 19605 0 -1 4202560 28287 0 0 0 39739 27 0 0 20 0 3 0 276204790 990842880 208843 33554432000 4194304 5965102 140734623627024 140362219575608 4393922 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 800.86
Current children cumulated vsize (KiB) 967620

[startup+462.3 s]
/proc/loadavg: 3.99 3.97 3.93 5/181 22921
/proc/meminfo: memFree=26830012/32873844 swapFree=7112/7112
[pid=22913] ppid=22911 vsize=1033156 CPUtime=920.85 cores=1,3,5,7
/proc/22913/stat : 22913 (pwbo2.0) S 22911 22913 19605 0 -1 4202496 214001 0 0 0 92007 78 0 0 20 0 3 0 276204437 1057951744 221891 33554432000 4194304 5965102 140734623627024 140734623626544 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22913/statm: 258289 221891 199 433 0 257853 0
[pid=22913/tid=22915] ppid=22911 vsize=1033156 CPUtime=457.55 cores=1,3,5,7
/proc/22913/task/22915/stat : 22915 (pwbo2.0) R 22911 22913 19605 0 -1 4202560 106899 0 0 0 45709 46 0 0 20 0 3 0 276204790 1057951744 221891 33554432000 4194304 5965102 140734623627024 140362230065496 4222416 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22913/tid=22916] ppid=22911 vsize=1033156 CPUtime=457.51 cores=1,3,5,7
/proc/22913/task/22916/stat : 22916 (pwbo2.0) R 22911 22913 19605 0 -1 4202560 28735 0 0 0 45723 28 0 0 20 0 3 0 276204790 1057951744 221891 33554432000 4194304 5965102 140734623627024 140362219575608 4222416 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 920.85
Current children cumulated vsize (KiB) 1033156

[startup+522.3 s]
/proc/loadavg: 3.99 3.97 3.93 5/181 22921
/proc/meminfo: memFree=26682788/32873844 swapFree=7112/7112
[pid=22913] ppid=22911 vsize=1033156 CPUtime=1040.83 cores=1,3,5,7
/proc/22913/stat : 22913 (pwbo2.0) S 22911 22913 19605 0 -1 4202496 214446 0 0 0 104004 79 0 0 20 0 3 0 276204437 1057951744 222336 33554432000 4194304 5965102 140734623627024 140734623626544 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22913/statm: 258289 222336 199 433 0 257853 0
[pid=22913/tid=22915] ppid=22911 vsize=1033156 CPUtime=517.4 cores=1,3,5,7
/proc/22913/task/22915/stat : 22915 (pwbo2.0) R 22911 22913 19605 0 -1 4202560 106899 0 0 0 51693 47 0 0 20 0 3 0 276204790 1057951744 222336 33554432000 4194304 5965102 140734623627024 140362230065496 4222416 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22913/tid=22916] ppid=22911 vsize=1033156 CPUtime=517.35 cores=1,3,5,7
/proc/22913/task/22916/stat : 22916 (pwbo2.0) R 22911 22913 19605 0 -1 4202560 29180 0 0 0 51705 30 0 0 20 0 3 0 276204790 1057951744 222336 33554432000 4194304 5965102 140734623627024 140362219575608 4393958 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1040.83
Current children cumulated vsize (KiB) 1033156

[startup+582.3 s]
/proc/loadavg: 3.55 3.87 3.89 3/173 22946
/proc/meminfo: memFree=30642860/32873844 swapFree=7112/7112
[pid=22913] ppid=22911 vsize=967620 CPUtime=1160.81 cores=1,3,5,7
/proc/22913/stat : 22913 (pwbo2.0) S 22911 22913 19605 0 -1 4202496 214966 0 0 0 116000 81 0 0 20 0 3 0 276204437 990842880 214547 33554432000 4194304 5965102 140734623627024 140734623626544 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22913/statm: 241905 214547 199 433 0 241469 0
[pid=22913/tid=22915] ppid=22911 vsize=967620 CPUtime=577.25 cores=1,3,5,7
/proc/22913/task/22915/stat : 22915 (pwbo2.0) R 22911 22913 19605 0 -1 4202560 106899 0 0 0 57677 48 0 0 20 0 3 0 276204790 990842880 214547 33554432000 4194304 5965102 140734623627024 140362230065992 4404416 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22913/tid=22916] ppid=22911 vsize=967620 CPUtime=577.2 cores=1,3,5,7
/proc/22913/task/22916/stat : 22916 (pwbo2.0) R 22911 22913 19605 0 -1 4202560 29700 0 0 0 57687 33 0 0 20 0 3 0 276204790 990842880 214547 33554432000 4194304 5965102 140734623627024 140362219575128 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1160.81
Current children cumulated vsize (KiB) 967620

[startup+642.3 s]
/proc/loadavg: 2.57 3.53 3.77 3/174 22949
/proc/meminfo: memFree=30639408/32873844 swapFree=7112/7112
[pid=22913] ppid=22911 vsize=967620 CPUtime=1280.8 cores=1,3,5,7
/proc/22913/stat : 22913 (pwbo2.0) S 22911 22913 19605 0 -1 4202496 215377 0 0 0 127998 82 0 0 20 0 3 0 276204437 990842880 215411 33554432000 4194304 5965102 140734623627024 140734623626544 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22913/statm: 241905 215411 199 433 0 241469 0
[pid=22913/tid=22915] ppid=22911 vsize=967620 CPUtime=637.1 cores=1,3,5,7
/proc/22913/task/22915/stat : 22915 (pwbo2.0) R 22911 22913 19605 0 -1 4202560 106899 0 0 0 63661 49 0 0 20 0 3 0 276204790 990842880 215411 33554432000 4194304 5965102 140734623627024 140362230065992 4404383 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22913/tid=22916] ppid=22911 vsize=967620 CPUtime=637.04 cores=1,3,5,7
/proc/22913/task/22916/stat : 22916 (pwbo2.0) R 22911 22913 19605 0 -1 4202560 30111 0 0 0 63669 35 0 0 20 0 3 0 276204790 990842880 215411 33554432000 4194304 5965102 140734623627024 140362219575608 4393903 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1280.8
Current children cumulated vsize (KiB) 967620

[startup+702.3 s]
/proc/loadavg: 2.21 3.25 3.66 3/173 22950
/proc/meminfo: memFree=30632892/32873844 swapFree=7112/7112
[pid=22913] ppid=22911 vsize=967620 CPUtime=1400.76 cores=1,3,5,7
/proc/22913/stat : 22913 (pwbo2.0) S 22911 22913 19605 0 -1 4202496 215817 0 0 0 139993 83 0 0 20 0 3 0 276204437 990842880 217117 33554432000 4194304 5965102 140734623627024 140734623626544 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22913/statm: 241905 217117 199 433 0 241469 0
[pid=22913/tid=22915] ppid=22911 vsize=967620 CPUtime=696.94 cores=1,3,5,7
/proc/22913/task/22915/stat : 22915 (pwbo2.0) R 22911 22913 19605 0 -1 4202560 106900 0 0 0 69644 50 0 0 20 0 3 0 276204790 990842880 217117 33554432000 4194304 5965102 140734623627024 140362230065992 4222416 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22913/tid=22916] ppid=22911 vsize=967620 CPUtime=696.88 cores=1,3,5,7
/proc/22913/task/22916/stat : 22916 (pwbo2.0) R 22911 22913 19605 0 -1 4202560 30550 0 0 0 69651 37 0 0 20 0 3 0 276204790 990842880 217117 33554432000 4194304 5965102 140734623627024 140362219575608 4404757 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1400.76
Current children cumulated vsize (KiB) 967620

[startup+762.307 s]
/proc/loadavg: 2.07 3.02 3.55 3/173 22950
/proc/meminfo: memFree=30629512/32873844 swapFree=7112/7112
[pid=22913] ppid=22911 vsize=967620 CPUtime=1520.75 cores=1,3,5,7
/proc/22913/stat : 22913 (pwbo2.0) S 22911 22913 19605 0 -1 4202496 216128 0 0 0 151992 83 0 0 20 0 3 0 276204437 990842880 217912 33554432000 4194304 5965102 140734623627024 140734623626544 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22913/statm: 241905 217912 199 433 0 241469 0
[pid=22913/tid=22915] ppid=22911 vsize=967620 CPUtime=756.79 cores=1,3,5,7
/proc/22913/task/22915/stat : 22915 (pwbo2.0) R 22911 22913 19605 0 -1 4202560 106902 0 0 0 75628 51 0 0 20 0 3 0 276204790 990842880 217912 33554432000 4194304 5965102 140734623627024 140362230065992 4404757 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22913/tid=22916] ppid=22911 vsize=967620 CPUtime=756.73 cores=1,3,5,7
/proc/22913/task/22916/stat : 22916 (pwbo2.0) R 22911 22913 19605 0 -1 4202560 30859 0 0 0 75634 39 0 0 20 0 3 0 276204790 990842880 217912 33554432000 4194304 5965102 140734623627024 140362219575656 4390210 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1520.75
Current children cumulated vsize (KiB) 967620

[startup+822.3 s]
/proc/loadavg: 2.02 2.83 3.45 3/173 22950
/proc/meminfo: memFree=30627176/32873844 swapFree=7112/7112
[pid=22913] ppid=22911 vsize=967620 CPUtime=1640.72 cores=1,3,5,7
/proc/22913/stat : 22913 (pwbo2.0) S 22911 22913 19605 0 -1 4202496 216412 0 0 0 163988 84 0 0 20 0 3 0 276204437 990842880 218492 33554432000 4194304 5965102 140734623627024 140734623626544 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22913/statm: 241905 218492 199 433 0 241469 0
[pid=22913/tid=22915] ppid=22911 vsize=967620 CPUtime=816.62 cores=1,3,5,7
/proc/22913/task/22915/stat : 22915 (pwbo2.0) R 22911 22913 19605 0 -1 4202560 106910 0 0 0 81610 52 0 0 20 0 3 0 276204790 990842880 218492 33554432000 4194304 5965102 140734623627024 140362230065992 4222464 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22913/tid=22916] ppid=22911 vsize=967620 CPUtime=816.57 cores=1,3,5,7
/proc/22913/task/22916/stat : 22916 (pwbo2.0) R 22911 22913 19605 0 -1 4202560 31135 0 0 0 81617 40 0 0 20 0 3 0 276204790 990842880 218492 33554432000 4194304 5965102 140734623627024 140362219575608 4390112 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1640.72
Current children cumulated vsize (KiB) 967620

[startup+882.3 s]
/proc/loadavg: 2.01 2.68 3.36 3/173 22950
/proc/meminfo: memFree=30626068/32873844 swapFree=7112/7112
[pid=22913] ppid=22911 vsize=967620 CPUtime=1760.69 cores=1,3,5,7
/proc/22913/stat : 22913 (pwbo2.0) S 22911 22913 19605 0 -1 4202496 216727 0 0 0 175985 84 0 0 20 0 3 0 276204437 990842880 218794 33554432000 4194304 5965102 140734623627024 140734623626544 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22913/statm: 241905 218794 199 433 0 241469 0
[pid=22913/tid=22915] ppid=22911 vsize=967620 CPUtime=876.46 cores=1,3,5,7
/proc/22913/task/22915/stat : 22915 (pwbo2.0) R 22911 22913 19605 0 -1 4202560 106923 0 0 0 87593 53 0 0 20 0 3 0 276204790 990842880 218794 33554432000 4194304 5965102 140734623627024 140362230065992 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22913/tid=22916] ppid=22911 vsize=967620 CPUtime=876.41 cores=1,3,5,7
/proc/22913/task/22916/stat : 22916 (pwbo2.0) R 22911 22913 19605 0 -1 4202560 31437 0 0 0 87599 42 0 0 20 0 3 0 276204790 990842880 218794 33554432000 4194304 5965102 140734623627024 140362219575608 4404761 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1760.69
Current children cumulated vsize (KiB) 967620



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+902.007 s]
/proc/loadavg: 2.00 2.63 3.33 3/173 22950
/proc/meminfo: memFree=30625292/32873844 swapFree=7112/7112
[pid=22913] ppid=22911 vsize=967620 CPUtime=1800.11 cores=1,3,5,7
/proc/22913/stat : 22913 (pwbo2.0) S 22911 22913 19605 0 -1 4202496 216834 0 0 0 179927 84 0 0 20 0 3 0 276204437 990842880 218963 33554432000 4194304 5965102 140734623627024 140734623626544 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22913/statm: 241905 218963 199 433 0 241469 0
[pid=22913/tid=22915] ppid=22911 vsize=967620 CPUtime=896.12 cores=1,3,5,7
/proc/22913/task/22915/stat : 22915 (pwbo2.0) R 22911 22913 19605 0 -1 4202560 106924 0 0 0 89559 53 0 0 20 0 3 0 276204790 990842880 218963 33554432000 4194304 5965102 140734623627024 140362230065992 4393958 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22913/tid=22916] ppid=22911 vsize=967620 CPUtime=896.08 cores=1,3,5,7
/proc/22913/task/22916/stat : 22916 (pwbo2.0) R 22911 22913 19605 0 -1 4202560 31543 0 0 0 89566 42 0 0 20 0 3 0 276204790 990842880 218963 33554432000 4194304 5965102 140734623627024 140362219575608 4400894 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 967620

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

Real time (s): 902.044
CPU time (s): 1800.11
CPU user time (s): 1799.27
CPU system time (s): 0.84
CPU usage (%): 199.559
Max. virtual memory (cumulated for all children) (KiB): 1033156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.65
system time used= 1.13983
maximum resident set size= 889788
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 216836
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= 8050
involuntary context switches= 2131

runsolver used 1.91971 second user time and 5.79812 second system time

The end

Launcher Data

Begin job on node119 at 2012-05-27 08:39:48
IDJOB=3704063
IDBENCH=91083
IDSOLVER=2279
FILE ID=node119/3704063-1338100787
RUNJOBID= node119-1338085105-19622
PBS_JOBID= 14624426
Free space on /tmp= 71552 MiB

SOLVER NAME= pwbo 2.0
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/NG/normalized-NG.dot_luby_10null0mast_rapportOE1.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-3704063-1338100787/watcher-3704063-1338100787 -o /tmp/evaluation-result-3704063-1338100787/solver-3704063-1338100787 -C 1800 -W 1900 -M 15500  pwbo2.0 -file-format=opb -verbosity=0 HOME/instance-3704063-1338100787.opb

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

MD5SUM BENCH= 3b8362af58c9130644833689fa0f2100
RANDOM SEED=2075843604

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28976952 kB
Buffers:          260076 kB
Cached:           340976 kB
SwapCached:         1776 kB
Active:          3014264 kB
Inactive:          79280 kB
Active(anon):    2492860 kB
Inactive(anon):     1972 kB
Active(file):     521404 kB
Inactive(file):    77308 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67100168 kB
Dirty:             32952 kB
Writeback:             0 kB
AnonPages:       2551460 kB
Mapped:            12584 kB
Shmem:                 8 kB
Slab:             656652 kB
SReclaimable:      98944 kB
SUnreclaim:       557708 kB
KernelStack:        1480 kB
PageTables:         9360 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     534496 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1568768 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= 71580 MiB
End job on node119 at 2012-05-27 08:54:52