Trace number 3705574

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
wbo 1.7? 1799.82 1800.04

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_luby_50null0mast_rapportOE1.0_TMAX300_K67_cod2.opb
MD5SUMb363732a49ff55c5c06709720571fcad
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-439
Best CPU time to get the best result obtained on this benchmark1783.01
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 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 829
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 300
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 12582
Number of bits of the biggest sum of numbers14
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 |   wbo:                    1.7 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3705574-1338158687.opb.
0.00/0.00	c Instance file HOME/instance-3705574-1338158687.opb
0.00/0.00	c File size is 2491647 bytes.
0.09/0.19	c Cost Offset: -829
0.09/0.19	c Highest Coefficient sum: 12582
0.09/0.19	c ============================[ Problem Statistics ]=============================
0.09/0.19	c |                                                                             |
0.09/0.19	c |  Parsing time:          0.20         s                                      |
0.09/0.19	c |  Number Variables:      40937                                               |
0.09/0.19	c |  Number Clauses:        40882                                               |
0.09/0.19	c |  Number Cardinality:    553                                                 |
0.09/0.19	c |  Number PB Constraints: 1                                                   |
0.09/0.19	c |                                                                             |
0.19/0.23	c |  Problem Type:          Optimization                                        |
0.19/0.23	c |  Objective Function:    Cardinality Constraint                              |
0.19/0.23	c |                                                                             |
0.19/0.23	c ============================[ Search Statistics ]==============================
0.19/0.23	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.19/0.23	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.19/0.23	c ===============================================================================
0.19/0.28	c | 0.28      | 0  | -828         lb |  0                0                0.00  |
0.29/0.32	c | 0.32      | 0  | -827         lb |  0                0                0.00  |
0.29/0.39	c | 0.39      | 0  | -826         lb |  0                0                0.00  |
0.68/0.70	c | 0.70      | 0  | -825         lb |  0                0                0.00  |
4.78/4.83	c | 4.84      | 0  | -824         lb |  0                0                0.00  |
161.54/161.64	c | 161.64    | 0  | -823         lb |  0                0                0.00  |
1799.39/1800.00	c ===============================================================================
1799.39/1800.00	c Wall Clock Time: 1800.00 s
1799.39/1800.00	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-3705574-1338158687/watcher-3705574-1338158687 -o /tmp/evaluation-result-3705574-1338158687/solver-3705574-1338158687 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3705574-1338158687.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: 1.91 2.04 2.00 1/173 22688
/proc/meminfo: memFree=30435800/32873844 swapFree=7108/7108
[pid=22688] ppid=22685 vsize=6116 CPUtime=0 cores=1,3,5,7
/proc/22688/stat : 22688 (wbo1.7) R 22685 22688 22647 0 -1 4202496 446 0 0 0 0 0 0 0 20 0 1 0 281995695 6262784 399 33554432000 4194304 5963574 140736894161296 140735430124888 4344320 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/22688/statm: 1529 399 173 432 0 485 0

[startup+0.0825779 s]
/proc/loadavg: 1.91 2.04 2.00 1/173 22688
/proc/meminfo: memFree=30435800/32873844 swapFree=7108/7108
[pid=22688] ppid=22685 vsize=14140 CPUtime=0.07 cores=1,3,5,7
/proc/22688/stat : 22688 (wbo1.7) R 22685 22688 22647 0 -1 4202496 2501 0 0 0 7 0 0 0 20 0 1 0 281995695 14479360 2454 33554432000 4194304 5963574 140736894161296 140735430124888 5135642 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/22688/statm: 3535 2456 431 432 0 2491 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 14140

[startup+0.100289 s]
/proc/loadavg: 1.91 2.04 2.00 1/173 22688
/proc/meminfo: memFree=30435800/32873844 swapFree=7108/7108
[pid=22688] ppid=22685 vsize=15768 CPUtime=0.09 cores=1,3,5,7
/proc/22688/stat : 22688 (wbo1.7) R 22685 22688 22647 0 -1 4202496 3076 0 0 0 9 0 0 0 20 0 1 0 281995695 16146432 2980 33554432000 4194304 5963574 140736894161296 140735430124888 4394942 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/22688/statm: 3942 2981 482 432 0 2898 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15768

[startup+0.300359 s]
/proc/loadavg: 1.91 2.04 2.00 1/173 22688
/proc/meminfo: memFree=30435800/32873844 swapFree=7108/7108
[pid=22688] ppid=22685 vsize=104052 CPUtime=0.29 cores=1,3,5,7
/proc/22688/stat : 22688 (wbo1.7) S 22685 22688 22647 0 -1 4202496 13282 0 0 0 27 2 0 0 20 0 2 0 281995695 106549248 11315 33554432000 4194304 5963574 140736894161296 140736894160816 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22688/statm: 26013 11318 194 432 0 25578 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 104052

[startup+0.700345 s]
/proc/loadavg: 1.91 2.04 2.00 1/173 22688
/proc/meminfo: memFree=30435800/32873844 swapFree=7108/7108
[pid=22688] ppid=22685 vsize=100032 CPUtime=0.68 cores=1,3,5,7
/proc/22688/stat : 22688 (wbo1.7) S 22685 22688 22647 0 -1 4202496 15629 0 0 0 66 2 0 0 20 0 2 0 281995695 102432768 13174 33554432000 4194304 5963574 140736894161296 140736894160816 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22688/statm: 25008 13174 198 432 0 24573 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 100032

[startup+1.50032 s]
/proc/loadavg: 1.91 2.04 2.00 3/179 22694
/proc/meminfo: memFree=30323912/32873844 swapFree=7108/7108
[pid=22688] ppid=22685 vsize=100032 CPUtime=1.48 cores=1,3,5,7
/proc/22688/stat : 22688 (wbo1.7) S 22685 22688 22647 0 -1 4202496 16066 0 0 0 146 2 0 0 20 0 2 0 281995695 102432768 13611 33554432000 4194304 5963574 140736894161296 140736894160816 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22688/statm: 25008 13611 198 432 0 24573 0
[pid=22688/tid=22693] ppid=22685 vsize=100032 CPUtime=1.29 cores=1,3,5,7
/proc/22688/task/22693/stat : 22693 (wbo1.7) R 22685 22688 22647 0 -1 4202560 10547 0 0 0 126 3 0 0 20 0 2 0 281995715 102432768 13611 33554432000 4194304 5963574 140736894161296 140348615956840 4222464 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 100032

[startup+3.10033 s]
/proc/loadavg: 1.91 2.04 2.00 3/179 22694
/proc/meminfo: memFree=30312132/32873844 swapFree=7108/7108
[pid=22688] ppid=22685 vsize=100032 CPUtime=3.08 cores=1,3,5,7
/proc/22688/stat : 22688 (wbo1.7) S 22685 22688 22647 0 -1 4202496 16066 0 0 0 306 2 0 0 20 0 2 0 281995695 102432768 13611 33554432000 4194304 5963574 140736894161296 140736894160816 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22688/statm: 25008 13611 198 432 0 24573 0
[pid=22688/tid=22693] ppid=22685 vsize=100032 CPUtime=2.89 cores=1,3,5,7
/proc/22688/task/22693/stat : 22693 (wbo1.7) R 22685 22688 22647 0 -1 4202560 10547 0 0 0 286 3 0 0 20 0 2 0 281995715 102432768 13611 33554432000 4194304 5963574 140736894161296 140348615956840 4388668 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 100032

[startup+6.30026 s]
/proc/loadavg: 1.91 2.04 2.00 3/179 22694
/proc/meminfo: memFree=30281084/32873844 swapFree=7108/7108
[pid=22688] ppid=22685 vsize=100032 CPUtime=6.29 cores=1,3,5,7
/proc/22688/stat : 22688 (wbo1.7) S 22685 22688 22647 0 -1 4202496 19110 0 0 0 626 3 0 0 20 0 2 0 281995695 102432768 16654 33554432000 4194304 5963574 140736894161296 140736894160816 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22688/statm: 25008 16654 198 432 0 24573 0
[pid=22688/tid=22693] ppid=22685 vsize=100032 CPUtime=6.09 cores=1,3,5,7
/proc/22688/task/22693/stat : 22693 (wbo1.7) R 22685 22688 22647 0 -1 4202560 13591 0 0 0 606 3 0 0 20 0 2 0 281995715 102432768 16654 33554432000 4194304 5963574 140736894161296 140348615956840 4388636 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 100032

[startup+12.7003 s]
/proc/loadavg: 1.93 2.03 2.00 3/179 22694
/proc/meminfo: memFree=30234484/32873844 swapFree=7108/7108
[pid=22688] ppid=22685 vsize=100032 CPUtime=12.68 cores=1,3,5,7
/proc/22688/stat : 22688 (wbo1.7) S 22685 22688 22647 0 -1 4202496 19118 0 0 0 1265 3 0 0 20 0 2 0 281995695 102432768 16663 33554432000 4194304 5963574 140736894161296 140736894160816 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22688/statm: 25008 16663 198 432 0 24573 0
[pid=22688/tid=22693] ppid=22685 vsize=100032 CPUtime=12.48 cores=1,3,5,7
/proc/22688/task/22693/stat : 22693 (wbo1.7) R 22685 22688 22647 0 -1 4202560 13599 0 0 0 1245 3 0 0 20 0 2 0 281995715 102432768 16663 33554432000 4194304 5963574 140736894161296 140348615956840 4222464 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 100032

[startup+25.5004 s]
/proc/loadavg: 1.94 2.03 2.00 3/179 22694
/proc/meminfo: memFree=30153068/32873844 swapFree=7108/7108
[pid=22688] ppid=22685 vsize=100032 CPUtime=25.47 cores=1,3,5,7
/proc/22688/stat : 22688 (wbo1.7) S 22685 22688 22647 0 -1 4202496 23363 0 0 0 2542 5 0 0 20 0 2 0 281995695 102432768 20902 33554432000 4194304 5963574 140736894161296 140736894160816 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22688/statm: 25008 20902 198 432 0 24573 0
[pid=22688/tid=22693] ppid=22685 vsize=100032 CPUtime=25.27 cores=1,3,5,7
/proc/22688/task/22693/stat : 22693 (wbo1.7) R 22685 22688 22647 0 -1 4202560 17844 0 0 0 2522 5 0 0 20 0 2 0 281995715 102432768 20902 33554432000 4194304 5963574 140736894161296 140348615956280 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 100032

[startup+51.1004 s]
/proc/loadavg: 2.07 2.06 2.01 3/179 22694
/proc/meminfo: memFree=30025876/32873844 swapFree=7108/7108
[pid=22688] ppid=22685 vsize=165568 CPUtime=51.05 cores=1,3,5,7
/proc/22688/stat : 22688 (wbo1.7) S 22685 22688 22647 0 -1 4202496 32107 0 0 0 5096 9 0 0 20 0 2 0 281995695 169541632 29911 33554432000 4194304 5963574 140736894161296 140736894160816 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22688/statm: 41392 29911 198 432 0 40957 0
[pid=22688/tid=22693] ppid=22685 vsize=165568 CPUtime=50.86 cores=1,3,5,7
/proc/22688/task/22693/stat : 22693 (wbo1.7) R 22685 22688 22647 0 -1 4202560 26588 0 0 0 5077 9 0 0 20 0 2 0 281995715 169541632 29911 33554432000 4194304 5963574 140736894161296 140348615956280 4399651 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 165568

[startup+102.307 s]
/proc/loadavg: 2.03 2.05 2.00 3/179 22694
/proc/meminfo: memFree=29839832/32873844 swapFree=7108/7108
[pid=22688] ppid=22685 vsize=231104 CPUtime=102.25 cores=1,3,5,7
/proc/22688/stat : 22688 (wbo1.7) S 22685 22688 22647 0 -1 4202496 42942 0 0 0 10212 13 0 0 20 0 2 0 281995695 236650496 40746 33554432000 4194304 5963574 140736894161296 140736894160816 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22688/statm: 57776 40746 198 432 0 57341 0
[pid=22688/tid=22693] ppid=22685 vsize=231104 CPUtime=102.07 cores=1,3,5,7
/proc/22688/task/22693/stat : 22693 (wbo1.7) R 22685 22688 22647 0 -1 4202560 37423 0 0 0 10193 14 0 0 20 0 2 0 281995715 236650496 40746 33554432000 4194304 5963574 140736894161296 140348615956280 4399982 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 231104

[startup+162.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/179 22694
/proc/meminfo: memFree=29736360/32873844 swapFree=7108/7108
[pid=22688] ppid=22685 vsize=231104 CPUtime=162.23 cores=1,3,5,7
/proc/22688/stat : 22688 (wbo1.7) S 22685 22688 22647 0 -1 4202496 52788 0 0 0 16205 18 0 0 20 0 2 0 281995695 236650496 50298 33554432000 4194304 5963574 140736894161296 140736894160816 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22688/statm: 57776 50298 198 432 0 57341 0
[pid=22688/tid=22693] ppid=22685 vsize=231104 CPUtime=162.07 cores=1,3,5,7
/proc/22688/task/22693/stat : 22693 (wbo1.7) R 22685 22688 22647 0 -1 4202560 47269 0 0 0 16187 20 0 0 20 0 2 0 281995715 236650496 50298 33554432000 4194304 5963574 140736894161296 140348615956888 4403231 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 231104

[startup+222.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/179 22694
/proc/meminfo: memFree=29693048/32873844 swapFree=7108/7108
[pid=22688] ppid=22685 vsize=231104 CPUtime=222.22 cores=1,3,5,7
/proc/22688/stat : 22688 (wbo1.7) S 22685 22688 22647 0 -1 4202496 52914 0 0 0 22204 18 0 0 20 0 2 0 281995695 236650496 50424 33554432000 4194304 5963574 140736894161296 140736894160816 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22688/statm: 57776 50424 198 432 0 57341 0
[pid=22688/tid=22693] ppid=22685 vsize=231104 CPUtime=222.07 cores=1,3,5,7
/proc/22688/task/22693/stat : 22693 (wbo1.7) R 22685 22688 22647 0 -1 4202560 47395 0 0 0 22185 22 0 0 20 0 2 0 281995715 236650496 50424 33554432000 4194304 5963574 140736894161296 140348615957432 4403265 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 231104

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 22695
/proc/meminfo: memFree=29643004/32873844 swapFree=7108/7108
[pid=22688] ppid=22685 vsize=296640 CPUtime=282.22 cores=1,3,5,7
/proc/22688/stat : 22688 (wbo1.7) S 22685 22688 22647 0 -1 4202496 62873 0 0 0 28199 23 0 0 20 0 2 0 281995695 303759360 60383 33554432000 4194304 5963574 140736894161296 140736894160816 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22688/statm: 74160 60383 198 432 0 73725 0
[pid=22688/tid=22693] ppid=22685 vsize=296640 CPUtime=282.07 cores=1,3,5,7
/proc/22688/task/22693/stat : 22693 (wbo1.7) R 22685 22688 22647 0 -1 4202560 57354 0 0 0 28180 27 0 0 20 0 2 0 281995715 303759360 60383 33554432000 4194304 5963574 140736894161296 140348615956280 4388706 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 296640

[startup+342.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/180 22698
/proc/meminfo: memFree=29533744/32873844 swapFree=7108/7108
[pid=22688] ppid=22685 vsize=362176 CPUtime=342.18 cores=1,3,5,7
/proc/22688/stat : 22688 (wbo1.7) S 22685 22688 22647 0 -1 4202496 80397 0 0 0 34187 31 0 0 20 0 2 0 281995695 370868224 78093 33554432000 4194304 5963574 140736894161296 140736894160816 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22688/statm: 90544 78093 198 432 0 90109 0
[pid=22688/tid=22693] ppid=22685 vsize=362176 CPUtime=342.05 cores=1,3,5,7
/proc/22688/task/22693/stat : 22693 (wbo1.7) R 22685 22688 22647 0 -1 4202560 74878 0 0 0 34169 36 0 0 20 0 2 0 281995715 370868224 78093 33554432000 4194304 5963574 140736894161296 140348615956280 4388696 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 362176

[startup+402.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 22698
/proc/meminfo: memFree=29427024/32873844 swapFree=7108/7108
[pid=22688] ppid=22685 vsize=362176 CPUtime=402.12 cores=1,3,5,7
/proc/22688/stat : 22688 (wbo1.7) S 22685 22688 22647 0 -1 4202496 81671 0 0 0 40181 31 0 0 20 0 2 0 281995695 370868224 79506 33554432000 4194304 5963574 140736894161296 140736894160816 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22688/statm: 90544 79506 198 432 0 90109 0
[pid=22688/tid=22693] ppid=22685 vsize=362176 CPUtime=402 cores=1,3,5,7
/proc/22688/task/22693/stat : 22693 (wbo1.7) R 22685 22688 22647 0 -1 4202560 76152 0 0 0 40163 37 0 0 20 0 2 0 281995715 370868224 79506 33554432000 4194304 5963574 140736894161296 140348615956344 4399456 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 362176

[startup+462.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 22698
/proc/meminfo: memFree=29380340/32873844 swapFree=7108/7108
[pid=22688] ppid=22685 vsize=430144 CPUtime=462.08 cores=1,3,5,7

################
# More data... #
################

/proc/22688/task/22693/stat : 22693 (wbo1.7) R 22685 22688 22647 0 -1 4202560 261183 0 0 0 130002 183 0 0 20 0 2 0 281995715 1112801280 265439 33554432000 4194304 5963574 140736894161296 140348615956472 4392341 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1301.78
Current children cumulated vsize (KiB) 1086720

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22727
/proc/meminfo: memFree=28665908/32873844 swapFree=7108/7108
[pid=22688] ppid=22685 vsize=1086720 CPUtime=1361.76 cores=1,3,5,7
/proc/22688/stat : 22688 (wbo1.7) S 22685 22688 22647 0 -1 4202496 266718 0 0 0 136012 164 0 0 20 0 2 0 281995695 1112801280 265455 33554432000 4194304 5963574 140736894161296 140736894160816 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22688/statm: 271680 265455 198 432 0 271245 0
[pid=22688/tid=22693] ppid=22685 vsize=1086720 CPUtime=1361.85 cores=1,3,5,7
/proc/22688/task/22693/stat : 22693 (wbo1.7) R 22685 22688 22647 0 -1 4202560 261199 0 0 0 136001 184 0 0 20 0 2 0 281995715 1112801280 265455 33554432000 4194304 5963574 140736894161296 140348615956472 4388646 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1361.76
Current children cumulated vsize (KiB) 1086720

[startup+1422.31 s]
/proc/loadavg: 2.07 2.03 2.01 3/179 22727
/proc/meminfo: memFree=28665968/32873844 swapFree=7108/7108
[pid=22688] ppid=22685 vsize=1086720 CPUtime=1421.76 cores=1,3,5,7
/proc/22688/stat : 22688 (wbo1.7) S 22685 22688 22647 0 -1 4202496 266718 0 0 0 142012 164 0 0 20 0 2 0 281995695 1112801280 265455 33554432000 4194304 5963574 140736894161296 140736894160816 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22688/statm: 271680 265455 198 432 0 271245 0
[pid=22688/tid=22693] ppid=22685 vsize=1086720 CPUtime=1421.86 cores=1,3,5,7
/proc/22688/task/22693/stat : 22693 (wbo1.7) R 22685 22688 22647 0 -1 4202560 261199 0 0 0 142001 185 0 0 20 0 2 0 281995715 1112801280 265455 33554432000 4194304 5963574 140736894161296 140348615956472 4403192 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1421.76
Current children cumulated vsize (KiB) 1086720

[startup+1482.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 22728
/proc/meminfo: memFree=28666092/32873844 swapFree=7108/7108
[pid=22688] ppid=22685 vsize=1086720 CPUtime=1481.74 cores=1,3,5,7
/proc/22688/stat : 22688 (wbo1.7) S 22685 22688 22647 0 -1 4202496 266722 0 0 0 148010 164 0 0 20 0 2 0 281995695 1112801280 265459 33554432000 4194304 5963574 140736894161296 140736894160816 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22688/statm: 271680 265459 198 432 0 271245 0
[pid=22688/tid=22693] ppid=22685 vsize=1086720 CPUtime=1481.85 cores=1,3,5,7
/proc/22688/task/22693/stat : 22693 (wbo1.7) R 22685 22688 22647 0 -1 4202560 261203 0 0 0 147999 186 0 0 20 0 2 0 281995715 1112801280 265459 33554432000 4194304 5963574 140736894161296 140348615956472 4399456 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1481.74
Current children cumulated vsize (KiB) 1086720

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 22731
/proc/meminfo: memFree=28654108/32873844 swapFree=7108/7108
[pid=22688] ppid=22685 vsize=1086720 CPUtime=1541.73 cores=1,3,5,7
/proc/22688/stat : 22688 (wbo1.7) S 22685 22688 22647 0 -1 4202496 266753 0 0 0 154009 164 0 0 20 0 2 0 281995695 1112801280 265490 33554432000 4194304 5963574 140736894161296 140736894160816 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22688/statm: 271680 265490 198 432 0 271245 0
[pid=22688/tid=22693] ppid=22685 vsize=1086720 CPUtime=1541.86 cores=1,3,5,7
/proc/22688/task/22693/stat : 22693 (wbo1.7) R 22685 22688 22647 0 -1 4202560 261234 0 0 0 153999 187 0 0 20 0 2 0 281995715 1112801280 265490 33554432000 4194304 5963574 140736894161296 140348615956472 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1541.73
Current children cumulated vsize (KiB) 1086720

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 22731
/proc/meminfo: memFree=28641840/32873844 swapFree=7108/7108
[pid=22688] ppid=22685 vsize=1152256 CPUtime=1601.72 cores=1,3,5,7
/proc/22688/stat : 22688 (wbo1.7) S 22685 22688 22647 0 -1 4202496 270068 0 0 0 160005 167 0 0 20 0 2 0 281995695 1179910144 268805 33554432000 4194304 5963574 140736894161296 140736894160816 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22688/statm: 288064 268805 198 432 0 287629 0
[pid=22688/tid=22693] ppid=22685 vsize=1152256 CPUtime=1601.86 cores=1,3,5,7
/proc/22688/task/22693/stat : 22693 (wbo1.7) R 22685 22688 22647 0 -1 4202560 264549 0 0 0 159995 191 0 0 20 0 2 0 281995715 1179910144 268805 33554432000 4194304 5963574 140736894161296 140348615956472 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1601.72
Current children cumulated vsize (KiB) 1152256

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22731
/proc/meminfo: memFree=28616048/32873844 swapFree=7108/7108
[pid=22688] ppid=22685 vsize=1154080 CPUtime=1661.71 cores=1,3,5,7
/proc/22688/stat : 22688 (wbo1.7) S 22685 22688 22647 0 -1 4202496 276284 0 0 0 166000 171 0 0 20 0 2 0 281995695 1181777920 275021 33554432000 4194304 5963574 140736894161296 140736894160816 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22688/statm: 288520 275021 198 432 0 288085 0
[pid=22688/tid=22693] ppid=22685 vsize=1154080 CPUtime=1661.86 cores=1,3,5,7
/proc/22688/task/22693/stat : 22693 (wbo1.7) R 22685 22688 22647 0 -1 4202560 270765 0 0 0 165989 197 0 0 20 0 2 0 281995715 1181777920 275021 33554432000 4194304 5963574 140736894161296 140348615956472 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1661.71
Current children cumulated vsize (KiB) 1154080

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22731
/proc/meminfo: memFree=28611460/32873844 swapFree=7108/7108
[pid=22688] ppid=22685 vsize=1154080 CPUtime=1721.7 cores=1,3,5,7
/proc/22688/stat : 22688 (wbo1.7) S 22685 22688 22647 0 -1 4202496 277457 0 0 0 171998 172 0 0 20 0 2 0 281995695 1181777920 276193 33554432000 4194304 5963574 140736894161296 140736894160816 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22688/statm: 288520 276193 198 432 0 288085 0
[pid=22688/tid=22693] ppid=22685 vsize=1154080 CPUtime=1721.87 cores=1,3,5,7
/proc/22688/task/22693/stat : 22693 (wbo1.7) R 22685 22688 22647 0 -1 4202560 271938 0 0 0 171989 198 0 0 20 0 2 0 281995715 1181777920 276193 33554432000 4194304 5963574 140736894161296 140348615956280 4399623 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1721.7
Current children cumulated vsize (KiB) 1154080

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 22732
/proc/meminfo: memFree=28609616/32873844 swapFree=7108/7108
[pid=22688] ppid=22685 vsize=1154080 CPUtime=1781.69 cores=1,3,5,7
/proc/22688/stat : 22688 (wbo1.7) S 22685 22688 22647 0 -1 4202496 277994 0 0 0 177997 172 0 0 20 0 2 0 281995695 1181777920 276730 33554432000 4194304 5963574 140736894161296 140736894160816 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22688/statm: 288520 276730 198 432 0 288085 0
[pid=22688/tid=22693] ppid=22685 vsize=1154080 CPUtime=1781.87 cores=1,3,5,7
/proc/22688/task/22693/stat : 22693 (wbo1.7) R 22685 22688 22647 0 -1 4202560 272475 0 0 0 177988 199 0 0 20 0 2 0 281995715 1181777920 276730 33554432000 4194304 5963574 140736894161296 140348615956280 4399451 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1781.69
Current children cumulated vsize (KiB) 1154080

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 22732
/proc/meminfo: memFree=28609864/32873844 swapFree=7108/7108
[pid=22688] ppid=22685 vsize=1154080 CPUtime=1791.29 cores=1,3,5,7
/proc/22688/stat : 22688 (wbo1.7) S 22685 22688 22647 0 -1 4202496 278009 0 0 0 178957 172 0 0 20 0 2 0 281995695 1181777920 276745 33554432000 4194304 5963574 140736894161296 140736894160816 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22688/statm: 288520 276745 198 432 0 288085 0
[pid=22688/tid=22693] ppid=22685 vsize=1154080 CPUtime=1791.48 cores=1,3,5,7
/proc/22688/task/22693/stat : 22693 (wbo1.7) R 22685 22688 22647 0 -1 4202560 272490 0 0 0 178949 199 0 0 20 0 2 0 281995715 1181777920 276745 33554432000 4194304 5963574 140736894161296 140348615956280 4399456 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1791.29
Current children cumulated vsize (KiB) 1154080

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 22732
/proc/meminfo: memFree=28609864/32873844 swapFree=7108/7108
[pid=22688] ppid=22685 vsize=1154080 CPUtime=1794.49 cores=1,3,5,7
/proc/22688/stat : 22688 (wbo1.7) S 22685 22688 22647 0 -1 4202496 278011 0 0 0 179277 172 0 0 20 0 2 0 281995695 1181777920 276747 33554432000 4194304 5963574 140736894161296 140736894160816 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22688/statm: 288520 276747 198 432 0 288085 0
[pid=22688/tid=22693] ppid=22685 vsize=1154080 CPUtime=1794.68 cores=1,3,5,7
/proc/22688/task/22693/stat : 22693 (wbo1.7) R 22685 22688 22647 0 -1 4202560 272492 0 0 0 179269 199 0 0 20 0 2 0 281995715 1181777920 276747 33554432000 4194304 5963574 140736894161296 140348615956280 4399614 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1794.49
Current children cumulated vsize (KiB) 1154080

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 22732
/proc/meminfo: memFree=28609864/32873844 swapFree=7108/7108
[pid=22688] ppid=22685 vsize=1154080 CPUtime=1797.69 cores=1,3,5,7
/proc/22688/stat : 22688 (wbo1.7) S 22685 22688 22647 0 -1 4202496 278044 0 0 0 179597 172 0 0 20 0 2 0 281995695 1181777920 276780 33554432000 4194304 5963574 140736894161296 140736894160816 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22688/statm: 288520 276780 198 432 0 288085 0
[pid=22688/tid=22693] ppid=22685 vsize=1154080 CPUtime=1797.87 cores=1,3,5,7
/proc/22688/task/22693/stat : 22693 (wbo1.7) R 22685 22688 22647 0 -1 4202560 272525 0 0 0 179588 199 0 0 20 0 2 0 281995715 1181777920 276780 33554432000 4194304 5963574 140736894161296 140348615956280 4399456 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1797.69
Current children cumulated vsize (KiB) 1154080

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 22732
/proc/meminfo: memFree=28609740/32873844 swapFree=7108/7108
[pid=22688] ppid=22685 vsize=1154080 CPUtime=1798.49 cores=1,3,5,7
/proc/22688/stat : 22688 (wbo1.7) S 22685 22688 22647 0 -1 4202496 278046 0 0 0 179677 172 0 0 20 0 2 0 281995695 1181777920 276782 33554432000 4194304 5963574 140736894161296 140736894160816 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22688/statm: 288520 276782 198 432 0 288085 0
[pid=22688/tid=22693] ppid=22685 vsize=1154080 CPUtime=1798.67 cores=1,3,5,7
/proc/22688/task/22693/stat : 22693 (wbo1.7) R 22685 22688 22647 0 -1 4202560 272527 0 0 0 179668 199 0 0 20 0 2 0 281995715 1181777920 276782 33554432000 4194304 5963574 140736894161296 140348615956280 4400164 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1798.49
Current children cumulated vsize (KiB) 1154080

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 22732
/proc/meminfo: memFree=28609740/32873844 swapFree=7108/7108
[pid=22688] ppid=22685 vsize=1154080 CPUtime=1798.89 cores=1,3,5,7
/proc/22688/stat : 22688 (wbo1.7) S 22685 22688 22647 0 -1 4202496 278047 0 0 0 179717 172 0 0 20 0 2 0 281995695 1181777920 276783 33554432000 4194304 5963574 140736894161296 140736894160816 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22688/statm: 288520 276783 198 432 0 288085 0
[pid=22688/tid=22693] ppid=22685 vsize=1154080 CPUtime=1799.08 cores=1,3,5,7
/proc/22688/task/22693/stat : 22693 (wbo1.7) R 22685 22688 22647 0 -1 4202560 272528 0 0 0 179709 199 0 0 20 0 2 0 281995715 1181777920 276783 33554432000 4194304 5963574 140736894161296 140348615956280 4399651 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1798.89
Current children cumulated vsize (KiB) 1154080

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 22732
/proc/meminfo: memFree=28609740/32873844 swapFree=7108/7108
[pid=22688] ppid=22685 vsize=1154080 CPUtime=1799.29 cores=1,3,5,7
/proc/22688/stat : 22688 (wbo1.7) S 22685 22688 22647 0 -1 4202496 278048 0 0 0 179757 172 0 0 20 0 2 0 281995695 1181777920 276784 33554432000 4194304 5963574 140736894161296 140736894160816 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22688/statm: 288520 276784 198 432 0 288085 0
[pid=22688/tid=22693] ppid=22685 vsize=1154080 CPUtime=1799.47 cores=1,3,5,7
/proc/22688/task/22693/stat : 22693 (wbo1.7) R 22685 22688 22647 0 -1 4202560 272529 0 0 0 179748 199 0 0 20 0 2 0 281995715 1181777920 276784 33554432000 4194304 5963574 140736894161296 140348615956280 4388706 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1799.29
Current children cumulated vsize (KiB) 1154080

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 22732
/proc/meminfo: memFree=28609740/32873844 swapFree=7108/7108
[pid=22688] ppid=22685 vsize=1154080 CPUtime=1799.39 cores=1,3,5,7
/proc/22688/stat : 22688 (wbo1.7) S 22685 22688 22647 0 -1 4202496 278048 0 0 0 179767 172 0 0 20 0 2 0 281995695 1181777920 276784 33554432000 4194304 5963574 140736894161296 140736894160816 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22688/statm: 288520 276784 198 432 0 288085 0
[pid=22688/tid=22693] ppid=22685 vsize=1154080 CPUtime=1799.57 cores=1,3,5,7
/proc/22688/task/22693/stat : 22693 (wbo1.7) R 22685 22688 22647 0 -1 4202560 272529 0 0 0 179758 199 0 0 20 0 2 0 281995715 1181777920 276784 33554432000 4194304 5963574 140736894161296 140348615956280 4399971 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1799.39
Current children cumulated vsize (KiB) 1154080

Child status: 255
Real time (s): 1800.04
CPU time (s): 1799.82
CPU user time (s): 1797.78
CPU system time (s): 2.04269
CPU usage (%): 99.9878
Max. virtual memory (cumulated for all children) (KiB): 1154080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.78
system time used= 2.04269
maximum resident set size= 1107136
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 278048
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= 350
involuntary context switches= 1840

runsolver used 6.62899 second user time and 13.182 second system time

The end

Launcher Data

Begin job on node111 at 2012-05-28 00:44:47
IDJOB=3705574
IDBENCH=90820
IDSOLVER=2283
FILE ID=node111/3705574-1338158687
RUNJOBID= node111-1338158687-22664
PBS_JOBID= 14624545
Free space on /tmp= 71676 MiB

SOLVER NAME= wbo 1.7
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/BA/normalized-BA_RDC4.dot_luby_50null0mast_rapportOE1.0_TMAX300_K67_cod2.opb
COMMAND LINE= wbo1.7 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3705574-1338158687/watcher-3705574-1338158687 -o /tmp/evaluation-result-3705574-1338158687/solver-3705574-1338158687 -C 1800 -W 1900 -M 15500  wbo1.7 -file-format=opb HOME/instance-3705574-1338158687.opb

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

MD5SUM BENCH= b363732a49ff55c5c06709720571fcad
RANDOM SEED=1610006344

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30436700 kB
Buffers:          501204 kB
Cached:          1079132 kB
SwapCached:         1668 kB
Active:           674644 kB
Inactive:         915760 kB
Active(anon):       2132 kB
Inactive(anon):     9132 kB
Active(file):     672512 kB
Inactive(file):   906628 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67105320 kB
Dirty:             15568 kB
Writeback:             0 kB
AnonPages:         14352 kB
Mapped:            13596 kB
Shmem:                 8 kB
Slab:             707648 kB
SReclaimable:     149840 kB
SUnreclaim:       557808 kB
KernelStack:        1376 kB
PageTables:         4116 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     104044 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71664 MiB
End job on node111 at 2012-05-28 01:14:47