Trace number 3704090

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.15 901.927

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_unif_50null50mast_rapportOE1.0_TMAX180_K192_cod2.opb
MD5SUM765f9ba042cd825181247f9fbcec5226
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-35819
Best CPU time to get the best result obtained on this benchmark746.384
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 1000
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 891819
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 1000
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 891819
Number of bits of the biggest sum of numbers20
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-3704090-1338100509.opb.
0.00/0.00	c Instance file HOME/instance-3704090-1338100509.opb
0.00/0.00	c File size is 28227229 bytes.
3.09/3.19	c Cost Offset: -891819
3.09/3.19	c Highest Coefficient sum: 64048
3.09/3.19	c ============================[ Problem Statistics ]=============================
3.09/3.19	c |                                                                             |
3.09/3.19	c |  Parsing time:          3.20         s                                      |
3.09/3.19	c |  Number Variables:      400896                                              |
3.09/3.19	c |  Number Clauses:        400785                                              |
3.09/3.19	c |  Number Cardinality:    1977                                                |
3.09/3.19	c |  Number PB Constraints: 1                                                   |
3.09/3.19	c |                                                                             |
3.72/3.53	c |  Problem Type:          Optimization                                        |
3.72/3.53	c |  Objective Function:    PB Constraint                                       |
3.72/3.53	c |                                                                             |
3.72/3.53	c ===============================================================================
1800.15/901.91	c ===============================================================================
1800.15/901.91	c Wall Clock Time: 901.92 s
1800.15/901.91	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-3704090-1338100509/watcher-3704090-1338100509 -o /tmp/evaluation-result-3704090-1338100509/solver-3704090-1338100509 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 HOME/instance-3704090-1338100509.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: 3.85 3.97 3.98 4/178 1078
/proc/meminfo: memFree=30594200/32873844 swapFree=7112/7112
[pid=1078] ppid=1076 vsize=32224 CPUtime=0 cores=0,2,4,6
/proc/1078/stat : 1078 (pwbo2.0) R 1076 1078 31075 0 -1 4202496 496 0 0 0 0 0 0 0 20 0 1 0 276175908 32997376 449 33554432000 4194304 5965102 140736801666544 140736554112616 4396306 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/1078/statm: 8056 449 166 433 0 728 0

[startup+0.00806703 s]
/proc/loadavg: 3.85 3.97 3.98 4/178 1078
/proc/meminfo: memFree=30594200/32873844 swapFree=7112/7112
[pid=1078] ppid=1076 vsize=33572 CPUtime=0 cores=0,2,4,6
/proc/1078/stat : 1078 (pwbo2.0) R 1076 1078 31075 0 -1 4202496 816 0 0 0 0 0 0 0 20 0 1 0 276175908 34377728 769 33554432000 4194304 5965102 140736801666544 140736801663960 4396446 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/1078/statm: 8393 770 175 433 0 1065 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 33572

[startup+0.10028 s]
/proc/loadavg: 3.85 3.97 3.98 4/178 1078
/proc/meminfo: memFree=30594200/32873844 swapFree=7112/7112
[pid=1078] ppid=1076 vsize=50596 CPUtime=0.09 cores=0,2,4,6
/proc/1078/stat : 1078 (pwbo2.0) R 1076 1078 31075 0 -1 4202496 4702 0 0 0 9 0 0 0 20 0 1 0 276175908 51810304 4573 33554432000 4194304 5965102 140736801666544 140736801663960 4351027 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/1078/statm: 12649 4574 433 433 0 5321 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 50596

[startup+0.300296 s]
/proc/loadavg: 3.85 3.97 3.98 4/178 1078
/proc/meminfo: memFree=30594200/32873844 swapFree=7112/7112
[pid=1078] ppid=1076 vsize=69732 CPUtime=0.28 cores=0,2,4,6
/proc/1078/stat : 1078 (pwbo2.0) R 1076 1078 31075 0 -1 4202496 10579 0 0 0 27 1 0 0 20 0 1 0 276175908 71405568 10183 33554432000 4194304 5965102 140736801666544 140736801663960 5137146 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/1078/statm: 17433 10183 970 433 0 10105 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 69732

[startup+0.700279 s]
/proc/loadavg: 3.85 3.97 3.98 4/178 1078
/proc/meminfo: memFree=30594200/32873844 swapFree=7112/7112
[pid=1078] ppid=1076 vsize=116064 CPUtime=0.69 cores=0,2,4,6
/proc/1078/stat : 1078 (pwbo2.0) R 1076 1078 31075 0 -1 4202496 22993 0 0 0 66 3 0 0 20 0 1 0 276175908 118849536 22067 33554432000 4194304 5965102 140736801666544 140736801664488 4396446 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/1078/statm: 29016 22068 1992 433 0 21688 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 116064

[startup+1.50029 s]
/proc/loadavg: 3.85 3.97 3.98 4/179 1079
/proc/meminfo: memFree=30478972/32873844 swapFree=7112/7112
[pid=1078] ppid=1076 vsize=212168 CPUtime=1.49 cores=0,2,4,6
/proc/1078/stat : 1078 (pwbo2.0) R 1076 1078 31075 0 -1 4202496 46804 0 0 0 141 8 0 0 20 0 1 0 276175908 217260032 45840 33554432000 4194304 5965102 140736801666544 140736801664488 5137146 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/1078/statm: 53042 45841 3809 433 0 45714 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 212168

[startup+3.10029 s]
/proc/loadavg: 3.85 3.97 3.98 4/179 1079
/proc/meminfo: memFree=30372252/32873844 swapFree=7112/7112
[pid=1078] ppid=1076 vsize=336312 CPUtime=3.09 cores=0,2,4,6
/proc/1078/stat : 1078 (pwbo2.0) R 1076 1078 31075 0 -1 4202496 77335 0 0 0 297 12 0 0 20 0 1 0 276175908 344383488 76822 33554432000 4194304 5965102 140736801666544 140736801664616 5137146 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/1078/statm: 84078 76822 6879 433 0 76750 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 336312

[startup+6.30039 s]
/proc/loadavg: 3.86 3.97 3.98 5/181 1081
/proc/meminfo: memFree=29906032/32873844 swapFree=7112/7112
[pid=1078] ppid=1076 vsize=889672 CPUtime=9.28 cores=0,2,4,6
/proc/1078/stat : 1078 (pwbo2.0) S 1076 1078 31075 0 -1 4202496 164393 0 0 0 857 71 0 0 20 0 3 0 276175908 911024128 177686 33554432000 4194304 5965102 140736801666544 140736801666064 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1078/statm: 222418 177686 199 433 0 221982 0
[pid=1078/tid=1080] ppid=1076 vsize=889672 CPUtime=3.06 cores=0,2,4,6
/proc/1078/task/1080/stat : 1080 (pwbo2.0) R 1076 1078 31075 0 -1 4202560 63531 0 0 0 255 51 0 0 20 0 3 0 276176228 911024128 177686 33554432000 4194304 5965102 140736801666544 140124669249896 4376226 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=1078/tid=1081] ppid=1076 vsize=889672 CPUtime=3.01 cores=0,2,4,6
/proc/1078/task/1081/stat : 1081 (pwbo2.0) R 1076 1078 31075 0 -1 4202560 21592 0 0 0 294 7 0 0 20 0 3 0 276176228 911024128 177686 33554432000 4194304 5965102 140736801666544 140124658759992 4393958 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 9.28
Current children cumulated vsize (KiB) 889672

[startup+12.7004 s]
/proc/loadavg: 3.87 3.97 3.98 5/181 1081
/proc/meminfo: memFree=29810116/32873844 swapFree=7112/7112
[pid=1078] ppid=1076 vsize=955208 CPUtime=22.08 cores=0,2,4,6
/proc/1078/stat : 1078 (pwbo2.0) S 1076 1078 31075 0 -1 4202496 167412 0 0 0 2135 73 0 0 20 0 3 0 276175908 978132992 195524 33554432000 4194304 5965102 140736801666544 140736801666064 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1078/statm: 238802 195524 199 433 0 238366 0
[pid=1078/tid=1080] ppid=1076 vsize=955208 CPUtime=9.44 cores=0,2,4,6
/proc/1078/task/1080/stat : 1080 (pwbo2.0) R 1076 1078 31075 0 -1 4202560 65144 0 0 0 892 52 0 0 20 0 3 0 276176228 978132992 195524 33554432000 4194304 5965102 140736801666544 140124669249880 4404577 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=1078/tid=1081] ppid=1076 vsize=955208 CPUtime=9.39 cores=0,2,4,6
/proc/1078/task/1081/stat : 1081 (pwbo2.0) R 1076 1078 31075 0 -1 4202560 22998 0 0 0 931 8 0 0 20 0 3 0 276176228 978132992 195524 33554432000 4194304 5965102 140736801666544 140124658759992 4390210 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 22.08
Current children cumulated vsize (KiB) 955208

[startup+25.5004 s]
/proc/loadavg: 3.90 3.97 3.98 5/181 1081
/proc/meminfo: memFree=29805416/32873844 swapFree=7112/7112
[pid=1078] ppid=1076 vsize=955208 CPUtime=47.67 cores=0,2,4,6
/proc/1078/stat : 1078 (pwbo2.0) S 1076 1078 31075 0 -1 4202496 168523 0 0 0 4693 74 0 0 20 0 3 0 276175908 978132992 196665 33554432000 4194304 5965102 140736801666544 140736801666064 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1078/statm: 238802 196665 199 433 0 238366 0
[pid=1078/tid=1080] ppid=1076 vsize=955208 CPUtime=22.22 cores=0,2,4,6
/proc/1078/task/1080/stat : 1080 (pwbo2.0) R 1076 1078 31075 0 -1 4202560 65740 0 0 0 2170 52 0 0 20 0 3 0 276176228 978132992 196665 33554432000 4194304 5965102 140736801666544 140124669250072 4404748 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=1078/tid=1081] ppid=1076 vsize=955208 CPUtime=22.16 cores=0,2,4,6
/proc/1078/task/1081/stat : 1081 (pwbo2.0) R 1076 1078 31075 0 -1 4202560 23513 0 0 0 2207 9 0 0 20 0 3 0 276176228 978132992 196665 33554432000 4194304 5965102 140736801666544 140124658759992 4390210 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 47.67
Current children cumulated vsize (KiB) 955208

[startup+51.1004 s]
/proc/loadavg: 3.93 3.97 3.98 6/181 1081
/proc/meminfo: memFree=29799116/32873844 swapFree=7112/7112
[pid=1078] ppid=1076 vsize=955208 CPUtime=98.86 cores=0,2,4,6
/proc/1078/stat : 1078 (pwbo2.0) S 1076 1078 31075 0 -1 4202496 169822 0 0 0 9810 76 0 0 20 0 3 0 276175908 978132992 197964 33554432000 4194304 5965102 140736801666544 140736801666064 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1078/statm: 238802 197964 199 433 0 238366 0
[pid=1078/tid=1080] ppid=1076 vsize=955208 CPUtime=47.75 cores=0,2,4,6
/proc/1078/task/1080/stat : 1080 (pwbo2.0) R 1076 1078 31075 0 -1 4202560 65740 0 0 0 4723 52 0 0 20 0 3 0 276176228 978132992 197964 33554432000 4194304 5965102 140736801666544 140124669250072 4390172 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=1078/tid=1081] ppid=1076 vsize=955208 CPUtime=47.7 cores=0,2,4,6
/proc/1078/task/1081/stat : 1081 (pwbo2.0) R 1076 1078 31075 0 -1 4202560 24812 0 0 0 4759 11 0 0 20 0 3 0 276176228 978132992 197964 33554432000 4194304 5965102 140736801666544 140124658759992 4390200 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 98.86
Current children cumulated vsize (KiB) 955208

[startup+102.307 s]
/proc/loadavg: 3.97 3.97 3.98 5/181 1081
/proc/meminfo: memFree=29770796/32873844 swapFree=7112/7112
[pid=1078] ppid=1076 vsize=955208 CPUtime=201.26 cores=0,2,4,6
/proc/1078/stat : 1078 (pwbo2.0) S 1076 1078 31075 0 -1 4202496 171407 0 0 0 20047 79 0 0 20 0 3 0 276175908 978132992 196002 33554432000 4194304 5965102 140736801666544 140736801666064 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1078/statm: 238802 196002 199 433 0 238366 0
[pid=1078/tid=1080] ppid=1076 vsize=955208 CPUtime=98.81 cores=0,2,4,6
/proc/1078/task/1080/stat : 1080 (pwbo2.0) R 1076 1078 31075 0 -1 4202560 65740 0 0 0 9829 52 0 0 20 0 3 0 276176228 978132992 196002 33554432000 4194304 5965102 140736801666544 140124669250376 4222464 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=1078/tid=1081] ppid=1076 vsize=955208 CPUtime=98.77 cores=0,2,4,6
/proc/1078/task/1081/stat : 1081 (pwbo2.0) R 1076 1078 31075 0 -1 4202560 26397 0 0 0 9862 15 0 0 20 0 3 0 276176228 978132992 196002 33554432000 4194304 5965102 140736801666544 140124658759992 4393819 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 201.26
Current children cumulated vsize (KiB) 955208

[startup+162.3 s]
/proc/loadavg: 3.99 3.97 3.98 6/181 1081
/proc/meminfo: memFree=29754464/32873844 swapFree=7112/7112
[pid=1078] ppid=1076 vsize=955208 CPUtime=321.23 cores=0,2,4,6
/proc/1078/stat : 1078 (pwbo2.0) S 1076 1078 31075 0 -1 4202496 173014 0 0 0 32041 82 0 0 20 0 3 0 276175908 978132992 197609 33554432000 4194304 5965102 140736801666544 140736801666064 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1078/statm: 238802 197609 199 433 0 238366 0
[pid=1078/tid=1080] ppid=1076 vsize=955208 CPUtime=158.65 cores=0,2,4,6
/proc/1078/task/1080/stat : 1080 (pwbo2.0) R 1076 1078 31075 0 -1 4202560 65742 0 0 0 15812 53 0 0 20 0 3 0 276176228 978132992 197609 33554432000 4194304 5965102 140736801666544 140124669250376 4222474 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=1078/tid=1081] ppid=1076 vsize=955208 CPUtime=158.61 cores=0,2,4,6
/proc/1078/task/1081/stat : 1081 (pwbo2.0) R 1076 1078 31075 0 -1 4202560 28002 0 0 0 15842 19 0 0 20 0 3 0 276176228 978132992 197609 33554432000 4194304 5965102 140736801666544 140124658759512 4400894 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 321.23
Current children cumulated vsize (KiB) 955208

[startup+222.3 s]
/proc/loadavg: 4.10 4.01 3.99 5/181 1081
/proc/meminfo: memFree=29767884/32873844 swapFree=7112/7112
[pid=1078] ppid=1076 vsize=955208 CPUtime=441.21 cores=0,2,4,6
/proc/1078/stat : 1078 (pwbo2.0) S 1076 1078 31075 0 -1 4202496 175518 0 0 0 44035 86 0 0 20 0 3 0 276175908 978132992 200113 33554432000 4194304 5965102 140736801666544 140736801666064 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1078/statm: 238802 200113 199 433 0 238366 0
[pid=1078/tid=1080] ppid=1076 vsize=955208 CPUtime=218.49 cores=0,2,4,6
/proc/1078/task/1080/stat : 1080 (pwbo2.0) R 1076 1078 31075 0 -1 4202560 65742 0 0 0 21795 54 0 0 20 0 3 0 276176228 978132992 200113 33554432000 4194304 5965102 140736801666544 140124669250376 4400894 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=1078/tid=1081] ppid=1076 vsize=955208 CPUtime=218.46 cores=0,2,4,6
/proc/1078/task/1081/stat : 1081 (pwbo2.0) R 1076 1078 31075 0 -1 4202560 30506 0 0 0 21822 24 0 0 20 0 3 0 276176228 978132992 200113 33554432000 4194304 5965102 140736801666544 140124658759512 4390187 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 441.21
Current children cumulated vsize (KiB) 955208

[startup+282.3 s]
/proc/loadavg: 4.04 4.00 3.99 5/181 1082
/proc/meminfo: memFree=29742240/32873844 swapFree=7112/7112
[pid=1078] ppid=1076 vsize=955208 CPUtime=561.19 cores=0,2,4,6
/proc/1078/stat : 1078 (pwbo2.0) S 1076 1078 31075 0 -1 4202496 177560 0 0 0 56027 92 0 0 20 0 3 0 276175908 978132992 202155 33554432000 4194304 5965102 140736801666544 140736801666064 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1078/statm: 238802 202155 199 433 0 238366 0
[pid=1078/tid=1080] ppid=1076 vsize=955208 CPUtime=278.33 cores=0,2,4,6
/proc/1078/task/1080/stat : 1080 (pwbo2.0) R 1076 1078 31075 0 -1 4202560 65742 0 0 0 27778 55 0 0 20 0 3 0 276176228 978132992 202155 33554432000 4194304 5965102 140736801666544 140124669250376 4393771 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=1078/tid=1081] ppid=1076 vsize=955208 CPUtime=278.3 cores=0,2,4,6
/proc/1078/task/1081/stat : 1081 (pwbo2.0) R 1076 1078 31075 0 -1 4202560 32548 0 0 0 27799 31 0 0 20 0 3 0 276176228 978132992 202155 33554432000 4194304 5965102 140736801666544 140124658759992 4393903 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 561.19
Current children cumulated vsize (KiB) 955208

[startup+342.3 s]
/proc/loadavg: 4.02 4.00 3.99 5/182 1126
/proc/meminfo: memFree=29876688/32873844 swapFree=7112/7112
[pid=1078] ppid=1076 vsize=955208 CPUtime=681.17 cores=0,2,4,6
/proc/1078/stat : 1078 (pwbo2.0) S 1076 1078 31075 0 -1 4202496 178697 0 0 0 68022 95 0 0 20 0 3 0 276175908 978132992 203287 33554432000 4194304 5965102 140736801666544 140736801666064 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1078/statm: 238802 203287 199 433 0 238366 0
[pid=1078/tid=1080] ppid=1076 vsize=955208 CPUtime=338.18 cores=0,2,4,6
/proc/1078/task/1080/stat : 1080 (pwbo2.0) R 1076 1078 31075 0 -1 4202560 65742 0 0 0 33762 56 0 0 20 0 3 0 276176228 978132992 203287 33554432000 4194304 5965102 140736801666544 140124669250376 4222474 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=1078/tid=1081] ppid=1076 vsize=955208 CPUtime=338.15 cores=0,2,4,6
/proc/1078/task/1081/stat : 1081 (pwbo2.0) R 1076 1078 31075 0 -1 4202560 33685 0 0 0 33781 34 0 0 20 0 3 0 276176228 978132992 203287 33554432000 4194304 5965102 140736801666544 140124658759800 4383069 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 681.17
Current children cumulated vsize (KiB) 955208

[startup+402.3 s]
/proc/loadavg: 4.01 4.00 3.99 5/181 1126
/proc/meminfo: memFree=29682824/32873844 swapFree=7112/7112
[pid=1078] ppid=1076 vsize=955208 CPUtime=801.14 cores=0,2,4,6
/proc/1078/stat : 1078 (pwbo2.0) S 1076 1078 31075 0 -1 4202496 181182 0 0 0 80015 99 0 0 20 0 3 0 276175908 978132992 209174 33554432000 4194304 5965102 140736801666544 140736801666064 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1078/statm: 238802 209174 199 433 0 238366 0
[pid=1078/tid=1080] ppid=1076 vsize=955208 CPUtime=398.02 cores=0,2,4,6
/proc/1078/task/1080/stat : 1080 (pwbo2.0) R 1076 1078 31075 0 -1 4202560 66225 0 0 0 39744 58 0 0 20 0 3 0 276176228 978132992 209174 33554432000 4194304 5965102 140736801666544 140124669250072 4390200 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=1078/tid=1081] ppid=1076 vsize=955208 CPUtime=397.98 cores=0,2,4,6
/proc/1078/task/1081/stat : 1081 (pwbo2.0) R 1076 1078 31075 0 -1 4202560 35687 0 0 0 39759 39 0 0 20 0 3 0 276176228 978132992 209174 33554432000 4194304 5965102 140736801666544 140124658759992 4404577 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 801.14
Current children cumulated vsize (KiB) 955208

[startup+462.3 s]
/proc/loadavg: 4.00 4.00 3.99 5/181 1126
/proc/meminfo: memFree=29561464/32873844 swapFree=7112/7112
[pid=1078] ppid=1076 vsize=1020744 CPUtime=921.1 cores=0,2,4,6
/proc/1078/stat : 1078 (pwbo2.0) S 1076 1078 31075 0 -1 4202496 182979 0 0 0 92009 101 0 0 20 0 3 0 276175908 1045241856 211511 33554432000 4194304 5965102 140736801666544 140736801666064 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1078/statm: 255186 211511 199 433 0 254750 0
[pid=1078/tid=1080] ppid=1076 vsize=1020744 CPUtime=457.86 cores=0,2,4,6
/proc/1078/task/1080/stat : 1080 (pwbo2.0) R 1076 1078 31075 0 -1 4202560 66226 0 0 0 45728 58 0 0 20 0 3 0 276176228 1045241856 211511 33554432000 4194304 5965102 140736801666544 140124669250072 4404580 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=1078/tid=1081] ppid=1076 vsize=1020744 CPUtime=457.81 cores=0,2,4,6
/proc/1078/task/1081/stat : 1081 (pwbo2.0) R 1076 1078 31075 0 -1 4202560 37483 0 0 0 45739 42 0 0 20 0 3 0 276176228 1045241856 211511 33554432000 4194304 5965102 140736801666544 140124658759992 4400894 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 921.1
Current children cumulated vsize (KiB) 1020744

[startup+522.3 s]
/proc/loadavg: 4.00 4.00 3.99 5/181 1126
/proc/meminfo: memFree=29375048/32873844 swapFree=7112/7112
[pid=1078] ppid=1076 vsize=1020744 CPUtime=1041.09 cores=0,2,4,6
/proc/1078/stat : 1078 (pwbo2.0) S 1076 1078 31075 0 -1 4202496 184015 0 0 0 104006 103 0 0 20 0 3 0 276175908 1045241856 212549 33554432000 4194304 5965102 140736801666544 140736801666064 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1078/statm: 255186 212549 199 433 0 254750 0
[pid=1078/tid=1080] ppid=1076 vsize=1020744 CPUtime=517.71 cores=0,2,4,6
/proc/1078/task/1080/stat : 1080 (pwbo2.0) R 1076 1078 31075 0 -1 4202560 66227 0 0 0 51712 59 0 0 20 0 3 0 276176228 1045241856 212549 33554432000 4194304 5965102 140736801666544 140124669250072 4222416 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=1078/tid=1081] ppid=1076 vsize=1020744 CPUtime=517.66 cores=0,2,4,6
/proc/1078/task/1081/stat : 1081 (pwbo2.0) R 1076 1078 31075 0 -1 4202560 38518 0 0 0 51722 44 0 0 20 0 3 0 276176228 1045241856 212549 33554432000 4194304 5965102 140736801666544 140124658759992 4221984 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1041.09
Current children cumulated vsize (KiB) 1020744

[startup+582.3 s]
/proc/loadavg: 4.00 4.00 3.99 5/181 1127
/proc/meminfo: memFree=29259460/32873844 swapFree=7112/7112
[pid=1078] ppid=1076 vsize=1020744 CPUtime=1161.06 cores=0,2,4,6
/proc/1078/stat : 1078 (pwbo2.0) S 1076 1078 31075 0 -1 4202496 185573 0 0 0 116000 106 0 0 20 0 3 0 276175908 1045241856 214101 33554432000 4194304 5965102 140736801666544 140736801666064 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1078/statm: 255186 214101 199 433 0 254750 0
[pid=1078/tid=1080] ppid=1076 vsize=1020744 CPUtime=577.54 cores=0,2,4,6
/proc/1078/task/1080/stat : 1080 (pwbo2.0) R 1076 1078 31075 0 -1 4202560 66233 0 0 0 57694 60 0 0 20 0 3 0 276176228 1045241856 214101 33554432000 4194304 5965102 140736801666544 140124669250072 4404757 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=1078/tid=1081] ppid=1076 vsize=1020744 CPUtime=577.5 cores=0,2,4,6
/proc/1078/task/1081/stat : 1081 (pwbo2.0) R 1076 1078 31075 0 -1 4202560 40070 0 0 0 57702 48 0 0 20 0 3 0 276176228 1045241856 214101 33554432000 4194304 5965102 140736801666544 140124658759800 4390125 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1161.06
Current children cumulated vsize (KiB) 1020744

[startup+642.3 s]
/proc/loadavg: 4.00 4.00 3.99 5/181 1127
/proc/meminfo: memFree=29102296/32873844 swapFree=7112/7112
[pid=1078] ppid=1076 vsize=1020744 CPUtime=1281.04 cores=0,2,4,6
/proc/1078/stat : 1078 (pwbo2.0) S 1076 1078 31075 0 -1 4202496 186924 0 0 0 127995 109 0 0 20 0 3 0 276175908 1045241856 215445 33554432000 4194304 5965102 140736801666544 140736801666064 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1078/statm: 255186 215445 199 433 0 254750 0
[pid=1078/tid=1080] ppid=1076 vsize=1020744 CPUtime=637.38 cores=0,2,4,6
/proc/1078/task/1080/stat : 1080 (pwbo2.0) R 1076 1078 31075 0 -1 4202560 66240 0 0 0 63677 61 0 0 20 0 3 0 276176228 1045241856 215445 33554432000 4194304 5965102 140736801666544 140124669250072 4404653 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=1078/tid=1081] ppid=1076 vsize=1020744 CPUtime=637.35 cores=0,2,4,6
/proc/1078/task/1081/stat : 1081 (pwbo2.0) R 1076 1078 31075 0 -1 4202560 41414 0 0 0 63683 52 0 0 20 0 3 0 276176228 1045241856 215445 33554432000 4194304 5965102 140736801666544 140124658759992 4221984 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1281.04
Current children cumulated vsize (KiB) 1020744

[startup+702.3 s]
/proc/loadavg: 4.00 4.00 3.99 5/181 1127
/proc/meminfo: memFree=29032020/32873844 swapFree=7112/7112
[pid=1078] ppid=1076 vsize=1020744 CPUtime=1401 cores=0,2,4,6
/proc/1078/stat : 1078 (pwbo2.0) S 1076 1078 31075 0 -1 4202496 188210 0 0 0 139989 111 0 0 20 0 3 0 276175908 1045241856 216713 33554432000 4194304 5965102 140736801666544 140736801666064 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1078/statm: 255186 216713 199 433 0 254750 0
[pid=1078/tid=1080] ppid=1076 vsize=1020744 CPUtime=697.2 cores=0,2,4,6
/proc/1078/task/1080/stat : 1080 (pwbo2.0) R 1076 1078 31075 0 -1 4202560 66258 0 0 0 69658 62 0 0 20 0 3 0 276176228 1045241856 216713 33554432000 4194304 5965102 140736801666544 140124669250072 4393778 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=1078/tid=1081] ppid=1076 vsize=1020744 CPUtime=697.19 cores=0,2,4,6
/proc/1078/task/1081/stat : 1081 (pwbo2.0) R 1076 1078 31075 0 -1 4202560 42682 0 0 0 69664 55 0 0 20 0 3 0 276176228 1045241856 216713 33554432000 4194304 5965102 140736801666544 140124658759992 4390169 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1401
Current children cumulated vsize (KiB) 1020744

[startup+762.307 s]
/proc/loadavg: 4.00 4.00 3.99 5/181 1127
/proc/meminfo: memFree=28910140/32873844 swapFree=7112/7112
[pid=1078] ppid=1076 vsize=1020744 CPUtime=1520.99 cores=0,2,4,6
/proc/1078/stat : 1078 (pwbo2.0) S 1076 1078 31075 0 -1 4202496 189889 0 0 0 151985 114 0 0 20 0 3 0 276175908 1045241856 218642 33554432000 4194304 5965102 140736801666544 140736801666064 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1078/statm: 255186 218642 199 433 0 254750 0
[pid=1078/tid=1080] ppid=1076 vsize=1020744 CPUtime=757.05 cores=0,2,4,6
/proc/1078/task/1080/stat : 1080 (pwbo2.0) R 1076 1078 31075 0 -1 4202560 66259 0 0 0 75642 63 0 0 20 0 3 0 276176228 1045241856 218642 33554432000 4194304 5965102 140736801666544 140124669250072 4404590 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=1078/tid=1081] ppid=1076 vsize=1020744 CPUtime=757.05 cores=0,2,4,6
/proc/1078/task/1081/stat : 1081 (pwbo2.0) R 1076 1078 31075 0 -1 4202560 44360 0 0 0 75646 59 0 0 20 0 3 0 276176228 1045241856 218642 33554432000 4194304 5965102 140736801666544 140124658759992 4383033 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1520.99
Current children cumulated vsize (KiB) 1020744

[startup+822.3 s]
/proc/loadavg: 4.00 4.00 3.99 6/181 1127
/proc/meminfo: memFree=28749600/32873844 swapFree=7112/7112
[pid=1078] ppid=1076 vsize=1020744 CPUtime=1640.96 cores=0,2,4,6
/proc/1078/stat : 1078 (pwbo2.0) S 1076 1078 31075 0 -1 4202496 191765 0 0 0 163978 118 0 0 20 0 3 0 276175908 1045241856 224186 33554432000 4194304 5965102 140736801666544 140736801666064 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1078/statm: 255186 224186 199 433 0 254750 0
[pid=1078/tid=1080] ppid=1076 vsize=1020744 CPUtime=816.89 cores=0,2,4,6
/proc/1078/task/1080/stat : 1080 (pwbo2.0) R 1076 1078 31075 0 -1 4202560 66773 0 0 0 81624 65 0 0 20 0 3 0 276176228 1045241856 224186 33554432000 4194304 5965102 140736801666544 140124669249880 4222416 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=1078/tid=1081] ppid=1076 vsize=1020744 CPUtime=816.88 cores=0,2,4,6
/proc/1078/task/1081/stat : 1081 (pwbo2.0) R 1076 1078 31075 0 -1 4202560 45722 0 0 0 81625 63 0 0 20 0 3 0 276176228 1045241856 224186 33554432000 4194304 5965102 140736801666544 140124658760040 4221984 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1640.96
Current children cumulated vsize (KiB) 1020744

[startup+882.3 s]
/proc/loadavg: 4.03 4.01 3.99 5/181 1128
/proc/meminfo: memFree=28642820/32873844 swapFree=7112/7112
[pid=1078] ppid=1076 vsize=1020744 CPUtime=1760.94 cores=0,2,4,6
/proc/1078/stat : 1078 (pwbo2.0) S 1076 1078 31075 0 -1 4202496 194950 0 0 0 175969 125 0 0 20 0 3 0 276175908 1045241856 227555 33554432000 4194304 5965102 140736801666544 140736801666064 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1078/statm: 255186 227555 199 433 0 254750 0
[pid=1078/tid=1080] ppid=1076 vsize=1020744 CPUtime=876.73 cores=0,2,4,6
/proc/1078/task/1080/stat : 1080 (pwbo2.0) R 1076 1078 31075 0 -1 4202560 66773 0 0 0 87607 66 0 0 20 0 3 0 276176228 1045241856 227555 33554432000 4194304 5965102 140736801666544 140124669249880 4400952 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=1078/tid=1081] ppid=1076 vsize=1020744 CPUtime=876.73 cores=0,2,4,6
/proc/1078/task/1081/stat : 1081 (pwbo2.0) R 1076 1078 31075 0 -1 4202560 48907 0 0 0 87601 72 0 0 20 0 3 0 276176228 1045241856 227555 33554432000 4194304 5965102 140736801666544 140124658759992 4390125 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1760.94
Current children cumulated vsize (KiB) 1020744



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+901.9 s]
/proc/loadavg: 4.02 4.01 3.99 5/182 1131
/proc/meminfo: memFree=28616148/32873844 swapFree=7112/7112
[pid=1078] ppid=1076 vsize=1020744 CPUtime=1800.15 cores=0,2,4,6
/proc/1078/stat : 1078 (pwbo2.0) S 1076 1078 31075 0 -1 4202496 195250 0 0 0 179889 126 0 0 20 0 3 0 276175908 1045241856 227855 33554432000 4194304 5965102 140736801666544 140736801666064 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1078/statm: 255186 227855 199 433 0 254750 0
[pid=1078/tid=1080] ppid=1076 vsize=1020744 CPUtime=896.29 cores=0,2,4,6
/proc/1078/task/1080/stat : 1080 (pwbo2.0) R 1076 1078 31075 0 -1 4202560 66773 0 0 0 89563 66 0 0 20 0 3 0 276176228 1045241856 227855 33554432000 4194304 5965102 140736801666544 140124669249880 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=1078/tid=1081] ppid=1076 vsize=1020744 CPUtime=896.29 cores=0,2,4,6
/proc/1078/task/1081/stat : 1081 (pwbo2.0) R 1076 1078 31075 0 -1 4202560 49207 0 0 0 89557 72 0 0 20 0 3 0 276176228 1045241856 227855 33554432000 4194304 5965102 140736801666544 140124658759512 4390125 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 1020744

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

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

[startup+901.9 s]
/proc/loadavg: 4.02 4.01 3.99 5/182 1131
/proc/meminfo: memFree=28616148/32873844 swapFree=7112/7112
[pid=1078] ppid=1076 vsize=1020744 CPUtime=1800.15 cores=0,2,4,6
/proc/1078/stat : 1078 (pwbo2.0) S 1076 1078 31075 0 -1 4202496 195250 0 0 0 179889 126 0 0 20 0 3 0 276175908 1045241856 227855 33554432000 4194304 5965102 140736801666544 140736801666064 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1078/statm: 255186 227855 199 433 0 254750 0
[pid=1078/tid=1080] ppid=1076 vsize=1020744 CPUtime=896.29 cores=0,2,4,6
/proc/1078/task/1080/stat : 1080 (pwbo2.0) R 1076 1078 31075 0 -1 4202560 66773 0 0 0 89563 66 0 0 20 0 3 0 276176228 1045241856 227855 33554432000 4194304 5965102 140736801666544 140124669249880 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=1078/tid=1081] ppid=1076 vsize=1020744 CPUtime=896.29 cores=0,2,4,6
/proc/1078/task/1081/stat : 1081 (pwbo2.0) R 1076 1078 31075 0 -1 4202560 49207 0 0 0 89557 72 0 0 20 0 3 0 276176228 1045241856 227855 33554432000 4194304 5965102 140736801666544 140124658759512 4390125 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 1020744

Child status: 0

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

Real time (s): 901.927
CPU time (s): 1800.15
CPU user time (s): 1798.89
CPU system time (s): 1.26
CPU usage (%): 199.589
Max. virtual memory (cumulated for all children) (KiB): 1020744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.28
system time used= 1.54377
maximum resident set size= 911428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 195252
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= 6694
involuntary context switches= 1966

runsolver used 2.07168 second user time and 5.02324 second system time

The end

Launcher Data

Begin job on node142 at 2012-05-27 08:35:10
IDJOB=3704090
IDBENCH=91064
IDSOLVER=2279
FILE ID=node142/3704090-1338100509
RUNJOBID= node142-1338085847-31091
PBS_JOBID= 14624428
Free space on /tmp= 71636 MiB

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

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

MD5SUM BENCH= 765f9ba042cd825181247f9fbcec5226
RANDOM SEED=2080553942

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.776
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.776
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:        30594208 kB
Buffers:          264960 kB
Cached:           300472 kB
SwapCached:            0 kB
Active:          1377224 kB
Inactive:          96020 kB
Active(anon):     898984 kB
Inactive(anon):    11212 kB
Active(file):     478240 kB
Inactive(file):    84808 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             32956 kB
Writeback:            16 kB
AnonPages:        914868 kB
Mapped:            12320 kB
Shmem:               200 kB
Slab:             663916 kB
SReclaimable:     106100 kB
SUnreclaim:       557816 kB
KernelStack:        1472 kB
PageTables:         5628 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     488028 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    272384 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= 71628 MiB
End job on node142 at 2012-05-27 08:50:14