Trace number 3704035

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.07 900.42

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_fibo_50null0mast_rapportOE1.0_TMAX120_K67_cod2.opb
MD5SUM8e8a9709ab0638484b49ff5cae7622ac
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-94333
Best CPU time to get the best result obtained on this benchmark1797.03
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40937
Total number of constraints41436
Number of constraints which are clauses40882
Number of constraints which are cardinality constraints (but not clauses)67
Number of constraints which are nor clauses,nor cardinality constraints487
Minimum length of a constraint1
Maximum length of a constraint8416
Number of terms in the objective function 243
Biggest coefficient in the objective function 6765
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 250772
Number of bits of the sum of numbers in the objective function 18
Biggest number in a constraint 6765
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 250772
Number of bits of the biggest sum of numbers18
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-3704035-1338098283.opb.
0.00/0.00	c Instance file HOME/instance-3704035-1338098283.opb
0.00/0.00	c File size is 2491997 bytes.
0.19/0.22	c Cost Offset: -250772
0.19/0.22	c Highest Coefficient sum: 12352
0.19/0.22	c ============================[ Problem Statistics ]=============================
0.19/0.22	c |                                                                             |
0.19/0.22	c |  Parsing time:          0.23         s                                      |
0.19/0.22	c |  Number Variables:      40937                                               |
0.19/0.22	c |  Number Clauses:        40882                                               |
0.19/0.22	c |  Number Cardinality:    553                                                 |
0.19/0.22	c |  Number PB Constraints: 1                                                   |
0.19/0.22	c |                                                                             |
0.19/0.27	c |  Problem Type:          Optimization                                        |
0.19/0.27	c |  Objective Function:    Cardinality Constraint                              |
0.19/0.27	c |                                                                             |
0.19/0.27	c ===============================================================================
1800.07/900.41	c ===============================================================================
1800.07/900.41	c Wall Clock Time: 900.41 s
1800.07/900.41	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-3704035-1338098283/watcher-3704035-1338098283 -o /tmp/evaluation-result-3704035-1338098283/solver-3704035-1338098283 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 HOME/instance-3704035-1338098283.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.92 4.00 3.94 4/178 21118
/proc/meminfo: memFree=31199440/32873844 swapFree=6080/6080
[pid=21118] ppid=21116 vsize=7332 CPUtime=0 cores=0,2,4,6
/proc/21118/stat : 21118 (pwbo2.0) R 21116 21118 18125 0 -1 4202496 550 0 0 0 0 0 0 0 20 0 1 0 275952879 7507968 502 33554432000 4194304 5965102 140735039211120 140735039208536 4396446 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/21118/statm: 1833 503 170 433 0 788 0

[startup+0.0827839 s]
/proc/loadavg: 3.92 4.00 3.94 4/178 21118
/proc/meminfo: memFree=31199440/32873844 swapFree=6080/6080
[pid=21118] ppid=21116 vsize=19264 CPUtime=0.07 cores=0,2,4,6
/proc/21118/stat : 21118 (pwbo2.0) R 21116 21118 18125 0 -1 4202496 3551 0 0 0 7 0 0 0 20 0 1 0 275952879 19726336 3470 33554432000 4194304 5965102 140735039211120 140735039208536 5156888 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/21118/statm: 4816 3471 391 433 0 3771 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 19264

[startup+0.100312 s]
/proc/loadavg: 3.92 4.00 3.94 4/178 21118
/proc/meminfo: memFree=31199440/32873844 swapFree=6080/6080
[pid=21118] ppid=21116 vsize=22184 CPUtime=0.09 cores=0,2,4,6
/proc/21118/stat : 21118 (pwbo2.0) R 21116 21118 18125 0 -1 4202496 4232 0 0 0 9 0 0 0 20 0 1 0 275952879 22716416 4151 33554432000 4194304 5965102 140735039211120 140735039208536 5137076 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/21118/statm: 5546 4152 439 433 0 4501 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22184

[startup+0.300156 s]
/proc/loadavg: 3.92 4.00 3.94 4/178 21118
/proc/meminfo: memFree=31199440/32873844 swapFree=6080/6080
[pid=21118] ppid=21116 vsize=205440 CPUtime=0.34 cores=0,2,4,6
/proc/21118/stat : 21118 (pwbo2.0) S 21116 21118 18125 0 -1 4202496 16745 0 0 0 30 4 0 0 20 0 3 0 275952879 210370560 15764 33554432000 4194304 5965102 140735039211120 140735039210640 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21118/statm: 51360 15764 192 433 0 50924 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 205440

[startup+0.700167 s]
/proc/loadavg: 3.92 4.00 3.94 4/178 21118
/proc/meminfo: memFree=31199440/32873844 swapFree=6080/6080
[pid=21118] ppid=21116 vsize=196716 CPUtime=1.14 cores=0,2,4,6
/proc/21118/stat : 21118 (pwbo2.0) S 21116 21118 18125 0 -1 4202496 24016 0 0 0 106 8 0 0 20 0 3 0 275952879 201437184 20185 33554432000 4194304 5965102 140735039211120 140735039210640 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21118/statm: 49179 20185 200 433 0 48743 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 196716

[startup+1.50028 s]
/proc/loadavg: 3.92 4.00 3.94 5/181 21121
/proc/meminfo: memFree=31112368/32873844 swapFree=6080/6080
[pid=21118] ppid=21116 vsize=196716 CPUtime=2.74 cores=0,2,4,6
/proc/21118/stat : 21118 (pwbo2.0) S 21116 21118 18125 0 -1 4202496 31019 0 0 0 264 10 0 0 20 0 3 0 275952879 201437184 21247 33554432000 4194304 5965102 140735039211120 140735039210640 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21118/statm: 49179 21247 200 433 0 48743 0
[pid=21118/tid=21120] ppid=21116 vsize=196716 CPUtime=1.24 cores=0,2,4,6
/proc/21118/task/21120/stat : 21120 (pwbo2.0) R 21116 21118 18125 0 -1 4202560 18739 0 0 0 116 8 0 0 20 0 3 0 275952902 201437184 21247 33554432000 4194304 5965102 140735039211120 140275342543192 4404615 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=21118/tid=21121] ppid=21116 vsize=196716 CPUtime=1.24 cores=0,2,4,6
/proc/21118/task/21121/stat : 21121 (pwbo2.0) R 21116 21118 18125 0 -1 4202560 3416 0 0 0 124 0 0 0 20 0 3 0 275952902 201437184 21247 33554432000 4194304 5965102 140735039211120 140275332052824 4400894 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 196716

[startup+3.10029 s]
/proc/loadavg: 3.92 4.00 3.94 5/181 21121
/proc/meminfo: memFree=31104544/32873844 swapFree=6080/6080
[pid=21118] ppid=21116 vsize=196716 CPUtime=5.93 cores=0,2,4,6
/proc/21118/stat : 21118 (pwbo2.0) S 21116 21118 18125 0 -1 4202496 42952 0 0 0 581 12 0 0 20 0 3 0 275952879 201437184 24758 33554432000 4194304 5965102 140735039211120 140735039210640 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21118/statm: 49179 24758 200 433 0 48743 0
[pid=21118/tid=21120] ppid=21116 vsize=196716 CPUtime=2.84 cores=0,2,4,6
/proc/21118/task/21120/stat : 21120 (pwbo2.0) R 21116 21118 18125 0 -1 4202560 30447 0 0 0 273 11 0 0 20 0 3 0 275952902 201437184 24758 33554432000 4194304 5965102 140735039211120 140275342543384 4395838 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=21118/tid=21121] ppid=21116 vsize=196716 CPUtime=2.84 cores=0,2,4,6
/proc/21118/task/21121/stat : 21121 (pwbo2.0) R 21116 21118 18125 0 -1 4202560 3641 0 0 0 284 0 0 0 20 0 3 0 275952902 201437184 24758 33554432000 4194304 5965102 140735039211120 140275332053304 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 196716

[startup+6.30029 s]
/proc/loadavg: 3.93 4.00 3.94 5/181 21121
/proc/meminfo: memFree=31078316/32873844 swapFree=6080/6080
[pid=21118] ppid=21116 vsize=264308 CPUtime=12.34 cores=0,2,4,6
/proc/21118/stat : 21118 (pwbo2.0) S 21116 21118 18125 0 -1 4202496 56190 0 0 0 1219 15 0 0 20 0 3 0 275952879 270651392 29077 33554432000 4194304 5965102 140735039211120 140735039210640 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21118/statm: 66077 29077 200 433 0 65641 0
[pid=21118/tid=21120] ppid=21116 vsize=264308 CPUtime=6.03 cores=0,2,4,6
/proc/21118/task/21120/stat : 21120 (pwbo2.0) R 21116 21118 18125 0 -1 4202560 43284 0 0 0 591 12 0 0 20 0 3 0 275952902 270651392 29077 33554432000 4194304 5965102 140735039211120 140275342543688 5135042 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=21118/tid=21121] ppid=21116 vsize=264308 CPUtime=6.03 cores=0,2,4,6
/proc/21118/task/21121/stat : 21121 (pwbo2.0) R 21116 21118 18125 0 -1 4202560 4042 0 0 0 602 1 0 0 20 0 3 0 275952902 270651392 29077 33554432000 4194304 5965102 140735039211120 140275332053352 4390172 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 264308

[startup+12.7003 s]
/proc/loadavg: 3.93 4.00 3.94 5/181 21121
/proc/meminfo: memFree=31044832/32873844 swapFree=6080/6080
[pid=21118] ppid=21116 vsize=264308 CPUtime=25.13 cores=0,2,4,6
/proc/21118/stat : 21118 (pwbo2.0) S 21116 21118 18125 0 -1 4202496 86247 0 0 0 2492 21 0 0 20 0 3 0 275952879 270651392 36750 33554432000 4194304 5965102 140735039211120 140735039210640 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21118/statm: 66077 36750 200 433 0 65641 0
[pid=21118/tid=21120] ppid=21116 vsize=264308 CPUtime=12.41 cores=0,2,4,6
/proc/21118/task/21120/stat : 21120 (pwbo2.0) R 21116 21118 18125 0 -1 4202560 72491 0 0 0 1224 17 0 0 20 0 3 0 275952902 270651392 36750 33554432000 4194304 5965102 140735039211120 140275342543384 4393875 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=21118/tid=21121] ppid=21116 vsize=264308 CPUtime=12.41 cores=0,2,4,6
/proc/21118/task/21121/stat : 21121 (pwbo2.0) R 21116 21118 18125 0 -1 4202560 4892 0 0 0 1239 2 0 0 20 0 3 0 275952902 270651392 36750 33554432000 4194304 5965102 140735039211120 140275332053304 4404383 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 264308

[startup+25.5003 s]
/proc/loadavg: 3.95 4.00 3.94 5/181 21121
/proc/meminfo: memFree=30981940/32873844 swapFree=6080/6080
[pid=21118] ppid=21116 vsize=329844 CPUtime=50.72 cores=0,2,4,6
/proc/21118/stat : 21118 (pwbo2.0) S 21116 21118 18125 0 -1 4202496 120566 0 0 0 5044 28 0 0 20 0 3 0 275952879 337760256 49481 33554432000 4194304 5965102 140735039211120 140735039210640 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21118/statm: 82461 49481 200 433 0 82025 0
[pid=21118/tid=21120] ppid=21116 vsize=329844 CPUtime=25.18 cores=0,2,4,6
/proc/21118/task/21120/stat : 21120 (pwbo2.0) R 21116 21118 18125 0 -1 4202560 105029 0 0 0 2495 23 0 0 20 0 3 0 275952902 337760256 49481 33554432000 4194304 5965102 140735039211120 140275342543384 4222314 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=21118/tid=21121] ppid=21116 vsize=329844 CPUtime=25.18 cores=0,2,4,6
/proc/21118/task/21121/stat : 21121 (pwbo2.0) R 21116 21118 18125 0 -1 4202560 6673 0 0 0 2514 4 0 0 20 0 3 0 275952902 337760256 49481 33554432000 4194304 5965102 140735039211120 140275332053352 4404383 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 329844

[startup+51.1003 s]
/proc/loadavg: 4.04 4.01 3.94 5/181 21121
/proc/meminfo: memFree=30862896/32873844 swapFree=6080/6080
[pid=21118] ppid=21116 vsize=393220 CPUtime=101.91 cores=0,2,4,6
/proc/21118/stat : 21118 (pwbo2.0) S 21116 21118 18125 0 -1 4202496 198948 0 0 0 10144 47 0 0 20 0 3 0 275952879 402657280 70874 33554432000 4194304 5965102 140735039211120 140735039210640 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21118/statm: 98305 70874 200 433 0 97869 0
[pid=21118/tid=21120] ppid=21116 vsize=393220 CPUtime=50.71 cores=0,2,4,6
/proc/21118/task/21120/stat : 21120 (pwbo2.0) R 21116 21118 18125 0 -1 4202560 180853 0 0 0 5032 39 0 0 20 0 3 0 275952902 402657280 70874 33554432000 4194304 5965102 140735039211120 140275342543384 5123123 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=21118/tid=21121] ppid=21116 vsize=393220 CPUtime=50.71 cores=0,2,4,6
/proc/21118/task/21121/stat : 21121 (pwbo2.0) R 21116 21118 18125 0 -1 4202560 9231 0 0 0 5064 7 0 0 20 0 3 0 275952902 402657280 70874 33554432000 4194304 5965102 140735039211120 140275332053304 4390200 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 101.91
Current children cumulated vsize (KiB) 393220

[startup+102.306 s]
/proc/loadavg: 4.02 4.01 3.94 5/181 21122
/proc/meminfo: memFree=30726084/32873844 swapFree=6080/6080
[pid=21118] ppid=21116 vsize=458756 CPUtime=204.29 cores=0,2,4,6
/proc/21118/stat : 21118 (pwbo2.0) S 21116 21118 18125 0 -1 4202496 261484 0 0 0 20365 64 0 0 20 0 3 0 275952879 469766144 91704 33554432000 4194304 5965102 140735039211120 140735039210640 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21118/statm: 114689 91704 200 433 0 114253 0
[pid=21118/tid=21120] ppid=21116 vsize=458756 CPUtime=101.78 cores=0,2,4,6
/proc/21118/task/21120/stat : 21120 (pwbo2.0) R 21116 21118 18125 0 -1 4202560 242033 0 0 0 10123 55 0 0 20 0 3 0 275952902 469766144 91704 33554432000 4194304 5965102 140735039211120 140275342543384 4390212 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=21118/tid=21121] ppid=21116 vsize=458756 CPUtime=101.77 cores=0,2,4,6
/proc/21118/task/21121/stat : 21121 (pwbo2.0) R 21116 21118 18125 0 -1 4202560 10587 0 0 0 10168 9 0 0 20 0 3 0 275952902 469766144 91704 33554432000 4194304 5965102 140735039211120 140275332053208 4404650 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 204.29
Current children cumulated vsize (KiB) 458756

[startup+162.3 s]
/proc/loadavg: 4.05 4.02 3.95 5/182 21125
/proc/meminfo: memFree=30588444/32873844 swapFree=6080/6080
[pid=21118] ppid=21116 vsize=524292 CPUtime=324.22 cores=0,2,4,6
/proc/21118/stat : 21118 (pwbo2.0) S 21116 21118 18125 0 -1 4202496 293109 0 0 0 32342 80 0 0 20 0 3 0 275952879 536875008 115695 33554432000 4194304 5965102 140735039211120 140735039210640 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21118/statm: 131073 115695 200 433 0 130637 0
[pid=21118/tid=21120] ppid=21116 vsize=524292 CPUtime=161.58 cores=0,2,4,6
/proc/21118/task/21120/stat : 21120 (pwbo2.0) R 21116 21118 18125 0 -1 4202560 268616 0 0 0 16094 64 0 0 20 0 3 0 275952902 536875008 115695 33554432000 4194304 5965102 140735039211120 140275342543192 4393757 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21118/tid=21121] ppid=21116 vsize=524292 CPUtime=161.6 cores=0,2,4,6
/proc/21118/task/21121/stat : 21121 (pwbo2.0) R 21116 21118 18125 0 -1 4202560 15629 0 0 0 16142 18 0 0 20 0 3 0 275952902 536875008 115695 33554432000 4194304 5965102 140735039211120 140275332053304 4404615 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 324.22
Current children cumulated vsize (KiB) 524292

[startup+222.3 s]
/proc/loadavg: 4.02 4.01 3.95 5/182 21148
/proc/meminfo: memFree=30529240/32873844 swapFree=6080/6080
[pid=21118] ppid=21116 vsize=589828 CPUtime=444.16 cores=0,2,4,6
/proc/21118/stat : 21118 (pwbo2.0) S 21116 21118 18125 0 -1 4202496 307693 0 0 0 44332 84 0 0 20 0 3 0 275952879 603983872 121488 33554432000 4194304 5965102 140735039211120 140735039210640 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21118/statm: 147457 121488 200 433 0 147021 0
[pid=21118/tid=21120] ppid=21116 vsize=589828 CPUtime=221.39 cores=0,2,4,6
/proc/21118/task/21120/stat : 21120 (pwbo2.0) R 21116 21118 18125 0 -1 4202560 283200 0 0 0 22070 69 0 0 20 0 3 0 275952902 603983872 121488 33554432000 4194304 5965102 140735039211120 140275342543688 4222416 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21118/tid=21121] ppid=21116 vsize=589828 CPUtime=221.45 cores=0,2,4,6
/proc/21118/task/21121/stat : 21121 (pwbo2.0) R 21116 21118 18125 0 -1 4202560 15629 0 0 0 22126 19 0 0 20 0 3 0 275952902 603983872 121488 33554432000 4194304 5965102 140735039211120 140275332053304 4393995 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 444.16
Current children cumulated vsize (KiB) 589828

[startup+282.3 s]
/proc/loadavg: 4.00 4.01 3.95 5/181 21148
/proc/meminfo: memFree=30462244/32873844 swapFree=6080/6080
[pid=21118] ppid=21116 vsize=589984 CPUtime=564.11 cores=0,2,4,6
/proc/21118/stat : 21118 (pwbo2.0) S 21116 21118 18125 0 -1 4202496 314666 0 0 0 56325 86 0 0 20 0 3 0 275952879 604143616 126923 33554432000 4194304 5965102 140735039211120 140735039210640 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21118/statm: 147496 126923 200 433 0 147060 0
[pid=21118/tid=21120] ppid=21116 vsize=589984 CPUtime=281.21 cores=0,2,4,6
/proc/21118/task/21120/stat : 21120 (pwbo2.0) R 21116 21118 18125 0 -1 4202560 290130 0 0 0 28049 72 0 0 20 0 3 0 275952902 604143616 126923 33554432000 4194304 5965102 140735039211120 140275342543192 4423596 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21118/tid=21121] ppid=21116 vsize=589984 CPUtime=281.27 cores=0,2,4,6
/proc/21118/task/21121/stat : 21121 (pwbo2.0) R 21116 21118 18125 0 -1 4202560 15672 0 0 0 28107 20 0 0 20 0 3 0 275952902 604143616 126923 33554432000 4194304 5965102 140735039211120 140275332053064 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 564.11
Current children cumulated vsize (KiB) 589984

[startup+342.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/181 21148
/proc/meminfo: memFree=30443612/32873844 swapFree=6080/6080
[pid=21118] ppid=21116 vsize=656340 CPUtime=684.06 cores=0,2,4,6
/proc/21118/stat : 21118 (pwbo2.0) S 21116 21118 18125 0 -1 4202496 323342 0 0 0 68313 93 0 0 20 0 3 0 275952879 672092160 132197 33554432000 4194304 5965102 140735039211120 140735039210640 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21118/statm: 164085 132197 200 433 0 163649 0
[pid=21118/tid=21120] ppid=21116 vsize=656340 CPUtime=341.03 cores=0,2,4,6
/proc/21118/task/21120/stat : 21120 (pwbo2.0) R 21116 21118 18125 0 -1 4202560 294299 0 0 0 34029 74 0 0 20 0 3 0 275952902 672092160 132197 33554432000 4194304 5965102 140735039211120 140275342543384 4390172 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21118/tid=21121] ppid=21116 vsize=656340 CPUtime=341.12 cores=0,2,4,6
/proc/21118/task/21121/stat : 21121 (pwbo2.0) R 21116 21118 18125 0 -1 4202560 20179 0 0 0 34086 26 0 0 20 0 3 0 275952902 672092160 132197 33554432000 4194304 5965102 140735039211120 140275332053304 4393958 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 684.06
Current children cumulated vsize (KiB) 656340

[startup+402.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/181 21149
/proc/meminfo: memFree=30418256/32873844 swapFree=6080/6080
[pid=21118] ppid=21116 vsize=656880 CPUtime=804.04 cores=0,2,4,6
/proc/21118/stat : 21118 (pwbo2.0) S 21116 21118 18125 0 -1 4202496 325410 0 0 0 80310 94 0 0 20 0 3 0 275952879 672645120 135798 33554432000 4194304 5965102 140735039211120 140735039210640 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21118/statm: 164220 135798 200 433 0 163784 0
[pid=21118/tid=21120] ppid=21116 vsize=656880 CPUtime=400.87 cores=0,2,4,6
/proc/21118/task/21120/stat : 21120 (pwbo2.0) R 21116 21118 18125 0 -1 4202560 294814 0 0 0 40011 76 0 0 20 0 3 0 275952902 672645120 135798 33554432000 4194304 5965102 140735039211120 140275342543384 4401137 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21118/tid=21121] ppid=21116 vsize=656880 CPUtime=400.96 cores=0,2,4,6
/proc/21118/task/21121/stat : 21121 (pwbo2.0) R 21116 21118 18125 0 -1 4202560 21732 0 0 0 40067 29 0 0 20 0 3 0 275952902 672645120 135798 33554432000 4194304 5965102 140735039211120 140275332053064 4390219 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 804.04
Current children cumulated vsize (KiB) 656880

[startup+462.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/181 21149
/proc/meminfo: memFree=30385684/32873844 swapFree=6080/6080
[pid=21118] ppid=21116 vsize=657680 CPUtime=924.03 cores=0,2,4,6
/proc/21118/stat : 21118 (pwbo2.0) S 21116 21118 18125 0 -1 4202496 329192 0 0 0 92304 99 0 0 20 0 3 0 275952879 673464320 139580 33554432000 4194304 5965102 140735039211120 140735039210640 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21118/statm: 164420 139580 200 433 0 163984 0
[pid=21118/tid=21120] ppid=21116 vsize=657680 CPUtime=460.72 cores=0,2,4,6
/proc/21118/task/21120/stat : 21120 (pwbo2.0) R 21116 21118 18125 0 -1 4202560 294815 0 0 0 45996 76 0 0 20 0 3 0 275952902 673464320 139580 33554432000 4194304 5965102 140735039211120 140275342543384 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21118/tid=21121] ppid=21116 vsize=657680 CPUtime=460.8 cores=0,2,4,6
/proc/21118/task/21121/stat : 21121 (pwbo2.0) R 21116 21118 18125 0 -1 4202560 25513 0 0 0 46046 34 0 0 20 0 3 0 275952902 673464320 139580 33554432000 4194304 5965102 140735039211120 140275332053304 4222464 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 924.03
Current children cumulated vsize (KiB) 657680

[startup+522.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/181 21149
/proc/meminfo: memFree=30346368/32873844 swapFree=6080/6080
[pid=21118] ppid=21116 vsize=658100 CPUtime=1044 cores=0,2,4,6
/proc/21118/stat : 21118 (pwbo2.0) S 21116 21118 18125 0 -1 4202496 334272 0 0 0 104296 104 0 0 20 0 3 0 275952879 673894400 145171 33554432000 4194304 5965102 140735039211120 140735039210640 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21118/statm: 164525 145171 200 433 0 164089 0
[pid=21118/tid=21120] ppid=21116 vsize=658100 CPUtime=520.57 cores=0,2,4,6
/proc/21118/task/21120/stat : 21120 (pwbo2.0) R 21116 21118 18125 0 -1 4202560 295520 0 0 0 51980 77 0 0 20 0 3 0 275952902 673894400 145171 33554432000 4194304 5965102 140735039211120 140275342542648 4390125 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21118/tid=21121] ppid=21116 vsize=658100 CPUtime=520.65 cores=0,2,4,6
/proc/21118/task/21121/stat : 21121 (pwbo2.0) R 21116 21118 18125 0 -1 4202560 29888 0 0 0 52026 39 0 0 20 0 3 0 275952902 673894400 145171 33554432000 4194304 5965102 140735039211120 140275332053304 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1044
Current children cumulated vsize (KiB) 658100

[startup+582.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/181 21149
/proc/meminfo: memFree=30270460/32873844 swapFree=6080/6080
[pid=21118] ppid=21116 vsize=724208 CPUtime=1163.98 cores=0,2,4,6
/proc/21118/stat : 21118 (pwbo2.0) S 21116 21118 18125 0 -1 4202496 348148 0 0 0 116288 110 0 0 20 0 3 0 275952879 741588992 163959 33554432000 4194304 5965102 140735039211120 140735039210640 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21118/statm: 181052 163959 200 433 0 180616 0
[pid=21118/tid=21120] ppid=21116 vsize=724208 CPUtime=580.41 cores=0,2,4,6
/proc/21118/task/21120/stat : 21120 (pwbo2.0) R 21116 21118 18125 0 -1 4202560 306053 0 0 0 57960 81 0 0 20 0 3 0 275952902 741588992 163959 33554432000 4194304 5965102 140735039211120 140275342543192 4390219 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21118/tid=21121] ppid=21116 vsize=724208 CPUtime=580.49 cores=0,2,4,6
/proc/21118/task/21121/stat : 21121 (pwbo2.0) R 21116 21118 18125 0 -1 4202560 33231 0 0 0 58005 44 0 0 20 0 3 0 275952902 741588992 163959 33554432000 4194304 5965102 140735039211120 140275332053304 4401099 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1163.98
Current children cumulated vsize (KiB) 724208

[startup+642.3 s]
/proc/loadavg: 4.08 4.02 3.95 5/181 21149
/proc/meminfo: memFree=30235244/32873844 swapFree=6080/6080
[pid=21118] ppid=21116 vsize=724624 CPUtime=1283.97 cores=0,2,4,6
/proc/21118/stat : 21118 (pwbo2.0) S 21116 21118 18125 0 -1 4202496 349385 0 0 0 128286 111 0 0 20 0 3 0 275952879 742014976 164276 33554432000 4194304 5965102 140735039211120 140735039210640 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21118/statm: 181156 164276 200 433 0 180720 0
[pid=21118/tid=21120] ppid=21116 vsize=724624 CPUtime=640.26 cores=0,2,4,6
/proc/21118/task/21120/stat : 21120 (pwbo2.0) R 21116 21118 18125 0 -1 4202560 307198 0 0 0 63944 82 0 0 20 0 3 0 275952902 742014976 164276 33554432000 4194304 5965102 140735039211120 140275342543384 4222464 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21118/tid=21121] ppid=21116 vsize=724624 CPUtime=640.34 cores=0,2,4,6
/proc/21118/task/21121/stat : 21121 (pwbo2.0) R 21116 21118 18125 0 -1 4202560 33323 0 0 0 63989 45 0 0 20 0 3 0 275952902 742014976 164276 33554432000 4194304 5965102 140735039211120 140275332053064 4374444 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1283.97
Current children cumulated vsize (KiB) 724624

[startup+702.3 s]
/proc/loadavg: 4.03 4.01 3.95 5/181 21150
/proc/meminfo: memFree=30217452/32873844 swapFree=6080/6080
[pid=21118] ppid=21116 vsize=725328 CPUtime=1403.92 cores=0,2,4,6
/proc/21118/stat : 21118 (pwbo2.0) S 21116 21118 18125 0 -1 4202496 349580 0 0 0 140281 111 0 0 20 0 3 0 275952879 742735872 162804 33554432000 4194304 5965102 140735039211120 140735039210640 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21118/statm: 181332 162804 200 433 0 180896 0
[pid=21118/tid=21120] ppid=21116 vsize=725328 CPUtime=700.1 cores=0,2,4,6
/proc/21118/task/21120/stat : 21120 (pwbo2.0) R 21116 21118 18125 0 -1 4202560 307202 0 0 0 69927 83 0 0 20 0 3 0 275952902 742735872 162804 33554432000 4194304 5965102 140735039211120 140275342543688 4404320 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21118/tid=21121] ppid=21116 vsize=725328 CPUtime=700.15 cores=0,2,4,6
/proc/21118/task/21121/stat : 21121 (pwbo2.0) R 21116 21118 18125 0 -1 4202560 33514 0 0 0 69969 46 0 0 20 0 3 0 275952902 742735872 162804 33554432000 4194304 5965102 140735039211120 140275332053064 4401188 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1403.92
Current children cumulated vsize (KiB) 725328

[startup+762.306 s]
/proc/loadavg: 4.01 4.00 3.95 5/182 21153
/proc/meminfo: memFree=30192120/32873844 swapFree=6080/6080
[pid=21118] ppid=21116 vsize=791688 CPUtime=1523.9 cores=0,2,4,6
/proc/21118/stat : 21118 (pwbo2.0) S 21116 21118 18125 0 -1 4202496 355012 0 0 0 152275 115 0 0 20 0 3 0 275952879 810688512 167543 33554432000 4194304 5965102 140735039211120 140735039210640 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21118/statm: 197922 167543 200 433 0 197486 0
[pid=21118/tid=21120] ppid=21116 vsize=791688 CPUtime=759.94 cores=0,2,4,6
/proc/21118/task/21120/stat : 21120 (pwbo2.0) R 21116 21118 18125 0 -1 4202560 307972 0 0 0 75910 84 0 0 20 0 3 0 275952902 810688512 167543 33554432000 4194304 5965102 140735039211120 140275342543688 4400966 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21118/tid=21121] ppid=21116 vsize=791688 CPUtime=760 cores=0,2,4,6
/proc/21118/task/21121/stat : 21121 (pwbo2.0) R 21116 21118 18125 0 -1 4202560 38176 0 0 0 75949 51 0 0 20 0 3 0 275952902 810688512 167543 33554432000 4194304 5965102 140735039211120 140275332053352 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1523.9
Current children cumulated vsize (KiB) 791688

[startup+822.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/181 21153
/proc/meminfo: memFree=30150084/32873844 swapFree=6080/6080
[pid=21118] ppid=21116 vsize=803264 CPUtime=1643.88 cores=0,2,4,6
/proc/21118/stat : 21118 (pwbo2.0) S 21116 21118 18125 0 -1 4202496 364631 0 0 0 164262 126 0 0 20 0 3 0 275952879 822542336 177906 33554432000 4194304 5965102 140735039211120 140735039210640 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21118/statm: 200816 177906 200 433 0 200380 0
[pid=21118/tid=21120] ppid=21116 vsize=803264 CPUtime=819.78 cores=0,2,4,6
/proc/21118/task/21120/stat : 21120 (pwbo2.0) R 21116 21118 18125 0 -1 4202560 309289 0 0 0 81892 86 0 0 20 0 3 0 275952902 822542336 177906 33554432000 4194304 5965102 140735039211120 140275342543800 4404383 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21118/tid=21121] ppid=21116 vsize=803264 CPUtime=819.83 cores=0,2,4,6
/proc/21118/task/21121/stat : 21121 (pwbo2.0) R 21116 21118 18125 0 -1 4202560 46478 0 0 0 81921 62 0 0 20 0 3 0 275952902 822542336 177906 33554432000 4194304 5965102 140735039211120 140275332053352 4390112 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1643.88
Current children cumulated vsize (KiB) 803264

[startup+882.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/181 21153
/proc/meminfo: memFree=30119572/32873844 swapFree=6080/6080
[pid=21118] ppid=21116 vsize=792752 CPUtime=1763.85 cores=0,2,4,6
/proc/21118/stat : 21118 (pwbo2.0) S 21116 21118 18125 0 -1 4202496 368950 0 0 0 176256 129 0 0 20 0 3 0 275952879 811778048 183566 33554432000 4194304 5965102 140735039211120 140735039210640 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21118/statm: 198188 183566 200 433 0 197752 0
[pid=21118/tid=21120] ppid=21116 vsize=792752 CPUtime=879.63 cores=0,2,4,6
/proc/21118/task/21120/stat : 21120 (pwbo2.0) R 21116 21118 18125 0 -1 4202560 310388 0 0 0 87875 88 0 0 20 0 3 0 275952902 811778048 183566 33554432000 4194304 5965102 140735039211120 140275342543800 4390210 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21118/tid=21121] ppid=21116 vsize=792752 CPUtime=879.68 cores=0,2,4,6
/proc/21118/task/21121/stat : 21121 (pwbo2.0) R 21116 21118 18125 0 -1 4202560 49698 0 0 0 87902 66 0 0 20 0 3 0 275952902 811778048 183566 33554432000 4194304 5965102 140735039211120 140275332053064 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1763.85
Current children cumulated vsize (KiB) 792752



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.4 s]
/proc/loadavg: 3.86 3.97 3.94 5/181 21194
/proc/meminfo: memFree=30388192/32873844 swapFree=6080/6080
[pid=21118] ppid=21116 vsize=792752 CPUtime=1800.07 cores=0,2,4,6
/proc/21118/stat : 21118 (pwbo2.0) S 21116 21118 18125 0 -1 4202496 369006 0 0 0 179877 130 0 0 20 0 3 0 275952879 811778048 185666 33554432000 4194304 5965102 140735039211120 140735039210640 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21118/statm: 198188 185666 200 433 0 197752 0
[pid=21118/tid=21120] ppid=21116 vsize=792752 CPUtime=897.69 cores=0,2,4,6
/proc/21118/task/21120/stat : 21120 (pwbo2.0) R 21116 21118 18125 0 -1 4202560 310425 0 0 0 89681 88 0 0 20 0 3 0 275952902 811778048 185666 33554432000 4194304 5965102 140735039211120 140275342543192 4390200 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21118/tid=21121] ppid=21116 vsize=792752 CPUtime=897.74 cores=0,2,4,6
/proc/21118/task/21121/stat : 21121 (pwbo2.0) R 21116 21118 18125 0 -1 4202560 49717 0 0 0 89708 66 0 0 20 0 3 0 275952902 811778048 185666 33554432000 4194304 5965102 140735039211120 140275332053064 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 792752

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

Real time (s): 900.42
CPU time (s): 1800.07
CPU user time (s): 1798.77
CPU system time (s): 1.3
CPU usage (%): 199.914
Max. virtual memory (cumulated for all children) (KiB): 824508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.11
system time used= 1.58276
maximum resident set size= 742672
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 369008
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= 1358
involuntary context switches= 2061

runsolver used 1.83072 second user time and 4.80527 second system time

The end

Launcher Data

Begin job on node139 at 2012-05-27 07:58:03
IDJOB=3704035
IDBENCH=90353
IDSOLVER=2279
FILE ID=node139/3704035-1338098283
RUNJOBID= node139-1338087173-18141
PBS_JOBID= 14624436
Free space on /tmp= 71652 MiB

SOLVER NAME= pwbo 2.0
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/BA/normalized-BA_RDC4.dot_fibo_50null0mast_rapportOE1.0_TMAX120_K67_cod2.opb
COMMAND LINE= pwbo2.0 -file-format=opb -verbosity=0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3704035-1338098283/watcher-3704035-1338098283 -o /tmp/evaluation-result-3704035-1338098283/solver-3704035-1338098283 -C 1800 -W 1900 -M 15500  pwbo2.0 -file-format=opb -verbosity=0 HOME/instance-3704035-1338098283.opb

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

MD5SUM BENCH= 8e8a9709ab0638484b49ff5cae7622ac
RANDOM SEED=239739716

node139.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.750
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.50
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.750
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.750
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.90
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.750
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.750
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.92
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.750
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.750
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.750
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:        31199920 kB
Buffers:          298556 kB
Cached:           434800 kB
SwapCached:          284 kB
Active:           703520 kB
Inactive:         139808 kB
Active(anon):     103968 kB
Inactive(anon):     8052 kB
Active(file):     599552 kB
Inactive(file):   131756 kB
Unevictable:        6080 kB
Mlocked:            6080 kB
SwapTotal:      67108856 kB
SwapFree:       67106400 kB
Dirty:             15924 kB
Writeback:            40 kB
AnonPages:        117492 kB
Mapped:            12624 kB
Shmem:                 8 kB
Slab:             689512 kB
SReclaimable:     131360 kB
SUnreclaim:       558152 kB
KernelStack:        1440 kB
PageTables:         4348 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     190724 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 71644 MiB
End job on node139 at 2012-05-27 08:13:06