Trace number 3728468

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 NameAnswerCPU timeWall clock time
wbo 1.72? 1799.97 1800.01

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-35-30--soft-0-100-0.wbo
MD5SUM169186b65db4bc0391cc8aa4ed776345
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.047992
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1050
Total number of constraints65
Number of soft constraints65
Number of constraints which are clauses35
Number of constraints which are cardinality constraints (but not clauses)30
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint30
Maximum length of a constraint35
Top cost 3654
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 3653
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 36
Number of bits of the biggest sum of numbers6
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.72 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing wbo file format. File HOME/instance-3728468-1338675614.wbo.
0.00/0.00	c Instance file HOME/instance-3728468-1338675614.wbo
0.00/0.00	c File size is 17750 bytes.
0.00/0.00	c Highest Coefficient sum: 36
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.00         s                                      |
0.00/0.00	c |  Number Variables:      1115                                                |
0.00/0.00	c |  Number Clauses:        35                                                  |
0.00/0.00	c |  Number Cardinality:    0                                                   |
0.00/0.00	c |  Number PB Constraints: 30                                                  |
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Problem Type:          Optimization                                        |
0.00/0.00	c |  Objective Function:    PB Constraint                                       |
0.00/0.00	c |                                                                             |
0.00/0.00	c ============================[ Search Statistics ]==============================
0.00/0.00	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.00/0.00	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.00/0.00	c ===============================================================================
1799.57/1800.00	c ===============================================================================
1799.57/1800.00	c Wall Clock Time: 1800.00 s
1799.57/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-3728468-1338675614/watcher-3728468-1338675614 -o /tmp/evaluation-result-3728468-1338675614/solver-3728468-1338675614 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=wbo HOME/instance-3728468-1338675614.wbo 

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: 2.04 2.93 3.49 3/178 6976
/proc/meminfo: memFree=28916340/32873844 swapFree=7380/7380
[pid=6976] ppid=6972 vsize=83976 CPUtime=0 cores=0,2,4,6
/proc/6976/stat : 6976 (wbo1.72) S 6972 6976 5745 0 -1 4202496 950 0 0 0 0 0 0 0 20 0 2 0 333686175 85991424 898 33554432000 4194304 5964350 140733729290592 140733729290112 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6976/statm: 20994 898 191 433 0 20558 0
[pid=6976/tid=6977] ppid=6972 vsize=83976 CPUtime=0 cores=0,2,4,6
/proc/6976/task/6977/stat : 6977 (wbo1.72) R 6972 6976 5745 0 -1 4202560 164 0 0 0 0 0 0 0 20 0 2 0 333686175 85991424 899 33554432000 4194304 5964350 140733729290592 140736862814392 5136340 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0

[startup+0.0648479 s]
/proc/loadavg: 2.04 2.93 3.49 3/178 6976
/proc/meminfo: memFree=28916340/32873844 swapFree=7380/7380
[pid=6976] ppid=6972 vsize=83976 CPUtime=0.06 cores=0,2,4,6
/proc/6976/stat : 6976 (wbo1.72) S 6972 6976 5745 0 -1 4202496 1137 0 0 0 6 0 0 0 20 0 2 0 333686175 85991424 1085 33554432000 4194304 5964350 140733729290592 140733729290112 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6976/statm: 20994 1085 193 433 0 20558 0
[pid=6976/tid=6977] ppid=6972 vsize=83976 CPUtime=0.04 cores=0,2,4,6
/proc/6976/task/6977/stat : 6977 (wbo1.72) R 6972 6976 5745 0 -1 4202560 350 0 0 0 4 0 0 0 20 0 2 0 333686175 85991424 1085 33554432000 4194304 5964350 140733729290592 140736862814392 5136340 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 83976

[startup+0.100282 s]
/proc/loadavg: 2.04 2.93 3.49 3/178 6976
/proc/meminfo: memFree=28916340/32873844 swapFree=7380/7380
[pid=6976] ppid=6972 vsize=83976 CPUtime=0.09 cores=0,2,4,6
/proc/6976/stat : 6976 (wbo1.72) S 6972 6976 5745 0 -1 4202496 1232 0 0 0 9 0 0 0 20 0 2 0 333686175 85991424 1180 33554432000 4194304 5964350 140733729290592 140733729290112 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6976/statm: 20994 1180 193 433 0 20558 0
[pid=6976/tid=6977] ppid=6972 vsize=83976 CPUtime=0.08 cores=0,2,4,6
/proc/6976/task/6977/stat : 6977 (wbo1.72) R 6972 6976 5745 0 -1 4202560 445 0 0 0 8 0 0 0 20 0 2 0 333686175 85991424 1180 33554432000 4194304 5964350 140733729290592 140736862814392 4400518 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 83976

[startup+0.300244 s]
/proc/loadavg: 2.04 2.93 3.49 3/178 6976
/proc/meminfo: memFree=28916340/32873844 swapFree=7380/7380
[pid=6976] ppid=6972 vsize=83976 CPUtime=0.29 cores=0,2,4,6
/proc/6976/stat : 6976 (wbo1.72) S 6972 6976 5745 0 -1 4202496 1693 0 0 0 29 0 0 0 20 0 2 0 333686175 85991424 1641 33554432000 4194304 5964350 140733729290592 140733729290112 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6976/statm: 20994 1641 193 433 0 20558 0
[pid=6976/tid=6977] ppid=6972 vsize=83976 CPUtime=0.28 cores=0,2,4,6
/proc/6976/task/6977/stat : 6977 (wbo1.72) R 6972 6976 5745 0 -1 4202560 906 0 0 0 28 0 0 0 20 0 2 0 333686175 85991424 1641 33554432000 4194304 5964350 140733729290592 140736862814392 4393295 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83976

[startup+0.700237 s]
/proc/loadavg: 2.04 2.93 3.49 3/178 6976
/proc/meminfo: memFree=28916340/32873844 swapFree=7380/7380
[pid=6976] ppid=6972 vsize=83976 CPUtime=0.69 cores=0,2,4,6
/proc/6976/stat : 6976 (wbo1.72) S 6972 6976 5745 0 -1 4202496 2632 0 0 0 69 0 0 0 20 0 2 0 333686175 85991424 2580 33554432000 4194304 5964350 140733729290592 140733729290112 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6976/statm: 20994 2580 193 433 0 20558 0
[pid=6976/tid=6977] ppid=6972 vsize=83976 CPUtime=0.68 cores=0,2,4,6
/proc/6976/task/6977/stat : 6977 (wbo1.72) R 6972 6976 5745 0 -1 4202560 1845 0 0 0 68 0 0 0 20 0 2 0 333686175 85991424 2580 33554432000 4194304 5964350 140733729290592 140736862814392 4381916 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83976

[startup+1.50027 s]
/proc/loadavg: 2.04 2.91 3.48 4/182 6980
/proc/meminfo: memFree=28888772/32873844 swapFree=7380/7380
[pid=6976] ppid=6972 vsize=83976 CPUtime=1.48 cores=0,2,4,6
/proc/6976/stat : 6976 (wbo1.72) S 6972 6976 5745 0 -1 4202496 4038 0 0 0 148 0 0 0 20 0 2 0 333686175 85991424 3986 33554432000 4194304 5964350 140733729290592 140733729290112 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6976/statm: 20994 3986 193 433 0 20558 0
[pid=6976/tid=6977] ppid=6972 vsize=83976 CPUtime=1.48 cores=0,2,4,6
/proc/6976/task/6977/stat : 6977 (wbo1.72) R 6972 6976 5745 0 -1 4202560 3251 0 0 0 148 0 0 0 20 0 2 0 333686175 85991424 3986 33554432000 4194304 5964350 140733729290592 140198414505976 18446744073699066235 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 83976

[startup+3.10027 s]
/proc/loadavg: 2.04 2.91 3.48 4/182 6980
/proc/meminfo: memFree=28876488/32873844 swapFree=7380/7380
[pid=6976] ppid=6972 vsize=84120 CPUtime=3.09 cores=0,2,4,6
/proc/6976/stat : 6976 (wbo1.72) S 6972 6976 5745 0 -1 4202496 5115 0 0 0 308 1 0 0 20 0 2 0 333686175 86138880 5063 33554432000 4194304 5964350 140733729290592 140733729290112 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6976/statm: 21030 5063 193 433 0 20594 0
[pid=6976/tid=6977] ppid=6972 vsize=84120 CPUtime=3.08 cores=0,2,4,6
/proc/6976/task/6977/stat : 6977 (wbo1.72) R 6972 6976 5745 0 -1 4202560 4328 0 0 0 307 1 0 0 20 0 2 0 333686175 86138880 5063 33554432000 4194304 5964350 140733729290592 140198414506024 4221984 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 84120

[startup+6.30024 s]
/proc/loadavg: 2.04 2.91 3.48 4/182 6980
/proc/meminfo: memFree=28849688/32873844 swapFree=7380/7380
[pid=6976] ppid=6972 vsize=84192 CPUtime=6.28 cores=0,2,4,6
/proc/6976/stat : 6976 (wbo1.72) S 6972 6976 5745 0 -1 4202496 7377 0 0 0 627 1 0 0 20 0 2 0 333686175 86212608 7317 33554432000 4194304 5964350 140733729290592 140733729290112 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6976/statm: 21048 7317 193 433 0 20612 0
[pid=6976/tid=6977] ppid=6972 vsize=84192 CPUtime=6.27 cores=0,2,4,6
/proc/6976/task/6977/stat : 6977 (wbo1.72) R 6972 6976 5745 0 -1 4202560 6590 0 0 0 625 2 0 0 20 0 2 0 333686175 86212608 7317 33554432000 4194304 5964350 140733729290592 140198414505976 4381884 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 84192

[startup+12.7002 s]
/proc/loadavg: 2.03 2.88 3.47 4/182 6980
/proc/meminfo: memFree=28820192/32873844 swapFree=7380/7380
[pid=6976] ppid=6972 vsize=84192 CPUtime=12.68 cores=0,2,4,6
/proc/6976/stat : 6976 (wbo1.72) S 6972 6976 5745 0 -1 4202496 10746 0 0 0 1266 2 0 0 20 0 2 0 333686175 86212608 10686 33554432000 4194304 5964350 140733729290592 140733729290112 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6976/statm: 21048 10686 193 433 0 20612 0
[pid=6976/tid=6977] ppid=6972 vsize=84192 CPUtime=12.68 cores=0,2,4,6
/proc/6976/task/6977/stat : 6977 (wbo1.72) R 6972 6976 5745 0 -1 4202560 9959 0 0 0 1265 3 0 0 20 0 2 0 333686175 86212608 10686 33554432000 4194304 5964350 140733729290592 140198414505976 4400007 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 84192

[startup+25.5003 s]
/proc/loadavg: 2.03 2.85 3.45 4/182 6980
/proc/meminfo: memFree=28783580/32873844 swapFree=7380/7380
[pid=6976] ppid=6972 vsize=84300 CPUtime=25.46 cores=0,2,4,6
/proc/6976/stat : 6976 (wbo1.72) S 6972 6976 5745 0 -1 4202496 15748 0 0 0 2542 4 0 0 20 0 2 0 333686175 86323200 15689 33554432000 4194304 5964350 140733729290592 140733729290112 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6976/statm: 21075 15689 193 433 0 20639 0
[pid=6976/tid=6977] ppid=6972 vsize=84300 CPUtime=25.46 cores=0,2,4,6
/proc/6976/task/6977/stat : 6977 (wbo1.72) R 6972 6976 5745 0 -1 4202560 14961 0 0 0 2541 5 0 0 20 0 2 0 333686175 86323200 15689 33554432000 4194304 5964350 140733729290592 140198414505784 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 84300

[startup+51.1002 s]
/proc/loadavg: 2.02 2.78 3.41 4/181 6980
/proc/meminfo: memFree=28706256/32873844 swapFree=7380/7380
[pid=6976] ppid=6972 vsize=149996 CPUtime=51.05 cores=0,2,4,6
/proc/6976/stat : 6976 (wbo1.72) S 6972 6976 5745 0 -1 4202496 23422 0 0 0 5098 7 0 0 20 0 2 0 333686175 153595904 23708 33554432000 4194304 5964350 140733729290592 140733729290112 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6976/statm: 37499 23708 193 433 0 37063 0
[pid=6976/tid=6977] ppid=6972 vsize=149996 CPUtime=51.05 cores=0,2,4,6
/proc/6976/task/6977/stat : 6977 (wbo1.72) R 6972 6976 5745 0 -1 4202560 22635 0 0 0 5097 8 0 0 20 0 2 0 333686175 153595904 23708 33554432000 4194304 5964350 140733729290592 140198414505976 5136340 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 149996

[startup+102.307 s]
/proc/loadavg: 2.07 2.68 3.34 4/181 6980
/proc/meminfo: memFree=28541656/32873844 swapFree=7380/7380
[pid=6976] ppid=6972 vsize=150380 CPUtime=102.25 cores=0,2,4,6
/proc/6976/stat : 6976 (wbo1.72) S 6972 6976 5745 0 -1 4202496 31187 0 0 0 10215 10 0 0 20 0 2 0 333686175 153989120 31473 33554432000 4194304 5964350 140733729290592 140733729290112 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6976/statm: 37595 31473 193 433 0 37159 0
[pid=6976/tid=6977] ppid=6972 vsize=150380 CPUtime=102.26 cores=0,2,4,6
/proc/6976/task/6977/stat : 6977 (wbo1.72) R 6972 6976 5745 0 -1 4202560 30400 0 0 0 10214 12 0 0 20 0 2 0 333686175 153989120 31473 33554432000 4194304 5964350 140733729290592 140198414505976 4400007 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 150380

[startup+162.3 s]
/proc/loadavg: 2.03 2.55 3.25 4/181 6980
/proc/meminfo: memFree=28387304/32873844 swapFree=7380/7380
[pid=6976] ppid=6972 vsize=215916 CPUtime=162.24 cores=0,2,4,6
/proc/6976/stat : 6976 (wbo1.72) S 6972 6976 5745 0 -1 4202496 38882 0 0 0 16210 14 0 0 20 0 2 0 333686175 221097984 39168 33554432000 4194304 5964350 140733729290592 140733729290112 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6976/statm: 53979 39168 193 433 0 53543 0
[pid=6976/tid=6977] ppid=6972 vsize=215916 CPUtime=162.26 cores=0,2,4,6
/proc/6976/task/6977/stat : 6977 (wbo1.72) R 6972 6976 5745 0 -1 4202560 38095 0 0 0 16209 17 0 0 20 0 2 0 333686175 221097984 39168 33554432000 4194304 5964350 140733729290592 140198414505976 4400017 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 215916

[startup+222.3 s]
/proc/loadavg: 2.01 2.45 3.17 4/181 6980
/proc/meminfo: memFree=28175612/32873844 swapFree=7380/7380
[pid=6976] ppid=6972 vsize=217932 CPUtime=222.21 cores=0,2,4,6
/proc/6976/stat : 6976 (wbo1.72) S 6972 6976 5745 0 -1 4202496 46339 0 0 0 22204 17 0 0 20 0 2 0 333686175 223162368 46686 33554432000 4194304 5964350 140733729290592 140733729290112 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6976/statm: 54483 46686 193 433 0 54047 0
[pid=6976/tid=6977] ppid=6972 vsize=217932 CPUtime=222.25 cores=0,2,4,6
/proc/6976/task/6977/stat : 6977 (wbo1.72) R 6972 6976 5745 0 -1 4202560 45552 0 0 0 22204 21 0 0 20 0 2 0 333686175 223162368 46686 33554432000 4194304 5964350 140733729290592 140198414505976 4400003 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 217932

[startup+282.3 s]
/proc/loadavg: 2.00 2.36 3.09 4/181 6980
/proc/meminfo: memFree=28173372/32873844 swapFree=7380/7380
[pid=6976] ppid=6972 vsize=217932 CPUtime=282.18 cores=0,2,4,6
/proc/6976/stat : 6976 (wbo1.72) S 6972 6976 5745 0 -1 4202496 46617 0 0 0 28200 18 0 0 20 0 2 0 333686175 223162368 47120 33554432000 4194304 5964350 140733729290592 140733729290112 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6976/statm: 54483 47120 193 433 0 54047 0
[pid=6976/tid=6977] ppid=6972 vsize=217932 CPUtime=282.23 cores=0,2,4,6
/proc/6976/task/6977/stat : 6977 (wbo1.72) R 6972 6976 5745 0 -1 4202560 45830 0 0 0 28200 23 0 0 20 0 2 0 333686175 223162368 47120 33554432000 4194304 5964350 140733729290592 140198414505976 4399987 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 217932

[startup+342.3 s]
/proc/loadavg: 2.00 2.29 3.02 4/181 6981
/proc/meminfo: memFree=28128908/32873844 swapFree=7380/7380
[pid=6976] ppid=6972 vsize=285052 CPUtime=342.17 cores=0,2,4,6
/proc/6976/stat : 6976 (wbo1.72) S 6972 6976 5745 0 -1 4202496 57233 0 0 0 34193 24 0 0 20 0 2 0 333686175 291893248 58241 33554432000 4194304 5964350 140733729290592 140733729290112 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6976/statm: 71263 58241 193 433 0 70827 0
[pid=6976/tid=6977] ppid=6972 vsize=285052 CPUtime=342.23 cores=0,2,4,6
/proc/6976/task/6977/stat : 6977 (wbo1.72) R 6972 6976 5745 0 -1 4202560 56446 0 0 0 34193 30 0 0 20 0 2 0 333686175 291893248 58241 33554432000 4194304 5964350 140733729290592 140198414505784 4381612 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 285052

[startup+402.3 s]
/proc/loadavg: 2.00 2.24 2.96 4/181 6981
/proc/meminfo: memFree=28118520/32873844 swapFree=7380/7380
[pid=6976] ppid=6972 vsize=285340 CPUtime=402.16 cores=0,2,4,6
/proc/6976/stat : 6976 (wbo1.72) S 6972 6976 5745 0 -1 4202496 59840 0 0 0 40191 25 0 0 20 0 2 0 333686175 292188160 60848 33554432000 4194304 5964350 140733729290592 140733729290112 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0

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

/proc/6976/task/6977/stat : 6977 (wbo1.72) R 6972 6976 5745 0 -1 4202560 108485 0 0 0 130153 71 0 0 20 0 2 0 333686175 518025216 110548 33554432000 4194304 5964350 140733729290592 140198414506024 4381894 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1301.98
Current children cumulated vsize (KiB) 505884

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.32 4/181 6991
/proc/meminfo: memFree=27384036/32873844 swapFree=7380/7380
[pid=6976] ppid=6972 vsize=506064 CPUtime=1361.97 cores=0,2,4,6
/proc/6976/stat : 6976 (wbo1.72) S 6972 6976 5745 0 -1 4202496 109300 0 0 0 136146 51 0 0 20 0 2 0 333686175 518209536 110576 33554432000 4194304 5964350 140733729290592 140733729290112 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6976/statm: 126516 110576 193 433 0 126080 0
[pid=6976/tid=6977] ppid=6972 vsize=506064 CPUtime=1362.24 cores=0,2,4,6
/proc/6976/task/6977/stat : 6977 (wbo1.72) R 6972 6976 5745 0 -1 4202560 108513 0 0 0 136152 72 0 0 20 0 2 0 333686175 518209536 110576 33554432000 4194304 5964350 140733729290592 140198414506024 4400007 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1361.97
Current children cumulated vsize (KiB) 506064

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.29 4/181 6991
/proc/meminfo: memFree=27380172/32873844 swapFree=7380/7380
[pid=6976] ppid=6972 vsize=509552 CPUtime=1421.93 cores=0,2,4,6
/proc/6976/stat : 6976 (wbo1.72) S 6972 6976 5745 0 -1 4202496 110195 0 0 0 142142 51 0 0 20 0 2 0 333686175 521781248 111568 33554432000 4194304 5964350 140733729290592 140733729290112 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6976/statm: 127388 111568 193 433 0 126952 0
[pid=6976/tid=6977] ppid=6972 vsize=509552 CPUtime=1422.23 cores=0,2,4,6
/proc/6976/task/6977/stat : 6977 (wbo1.72) R 6972 6976 5745 0 -1 4202560 109408 0 0 0 142150 73 0 0 20 0 2 0 333686175 521781248 111568 33554432000 4194304 5964350 140733729290592 140198414505976 4399987 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 509552

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.27 4/181 6991
/proc/meminfo: memFree=27347492/32873844 swapFree=7380/7380
[pid=6976] ppid=6972 vsize=513276 CPUtime=1481.91 cores=0,2,4,6
/proc/6976/stat : 6976 (wbo1.72) S 6972 6976 5745 0 -1 4202496 118316 0 0 0 148134 57 0 0 20 0 2 0 333686175 525594624 119713 33554432000 4194304 5964350 140733729290592 140733729290112 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6976/statm: 128319 119713 193 433 0 127883 0
[pid=6976/tid=6977] ppid=6972 vsize=513276 CPUtime=1482.22 cores=0,2,4,6
/proc/6976/task/6977/stat : 6977 (wbo1.72) R 6972 6976 5745 0 -1 4202560 117529 0 0 0 148142 80 0 0 20 0 2 0 333686175 525594624 119713 33554432000 4194304 5964350 140733729290592 140198414505976 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 513276

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.25 4/181 6992
/proc/meminfo: memFree=27345136/32873844 swapFree=7380/7380
[pid=6976] ppid=6972 vsize=514824 CPUtime=1541.9 cores=0,2,4,6
/proc/6976/stat : 6976 (wbo1.72) S 6972 6976 5745 0 -1 4202496 118888 0 0 0 154133 57 0 0 20 0 2 0 333686175 527179776 120285 33554432000 4194304 5964350 140733729290592 140733729290112 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6976/statm: 128706 120285 193 433 0 128270 0
[pid=6976/tid=6977] ppid=6972 vsize=514824 CPUtime=1542.22 cores=0,2,4,6
/proc/6976/task/6977/stat : 6977 (wbo1.72) R 6972 6976 5745 0 -1 4202560 118101 0 0 0 154141 81 0 0 20 0 2 0 333686175 527179776 120285 33554432000 4194304 5964350 140733729290592 140198414505784 4381939 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 514824

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.23 4/181 6992
/proc/meminfo: memFree=27307192/32873844 swapFree=7380/7380
[pid=6976] ppid=6972 vsize=583072 CPUtime=1601.9 cores=0,2,4,6
/proc/6976/stat : 6976 (wbo1.72) S 6972 6976 5745 0 -1 4202496 128688 0 0 0 160127 63 0 0 20 0 2 0 333686175 597065728 130085 33554432000 4194304 5964350 140733729290592 140733729290112 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6976/statm: 145768 130085 193 433 0 145332 0
[pid=6976/tid=6977] ppid=6972 vsize=583072 CPUtime=1602.23 cores=0,2,4,6
/proc/6976/task/6977/stat : 6977 (wbo1.72) R 6972 6976 5745 0 -1 4202560 127901 0 0 0 160136 87 0 0 20 0 2 0 333686175 597065728 130085 33554432000 4194304 5964350 140733729290592 140198414505976 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.9
Current children cumulated vsize (KiB) 583072

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.22 4/181 6992
/proc/meminfo: memFree=27287892/32873844 swapFree=7380/7380
[pid=6976] ppid=6972 vsize=586132 CPUtime=1661.89 cores=0,2,4,6
/proc/6976/stat : 6976 (wbo1.72) S 6972 6976 5745 0 -1 4202496 133173 0 0 0 166123 66 0 0 20 0 2 0 333686175 600199168 134570 33554432000 4194304 5964350 140733729290592 140733729290112 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6976/statm: 146533 134570 193 433 0 146097 0
[pid=6976/tid=6977] ppid=6972 vsize=586132 CPUtime=1662.23 cores=0,2,4,6
/proc/6976/task/6977/stat : 6977 (wbo1.72) R 6972 6976 5745 0 -1 4202560 132386 0 0 0 166131 92 0 0 20 0 2 0 333686175 600199168 134570 33554432000 4194304 5964350 140733729290592 140198414506024 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.89
Current children cumulated vsize (KiB) 586132

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.20 4/181 6992
/proc/meminfo: memFree=27287424/32873844 swapFree=7380/7380
[pid=6976] ppid=6972 vsize=586132 CPUtime=1721.88 cores=0,2,4,6
/proc/6976/stat : 6976 (wbo1.72) S 6972 6976 5745 0 -1 4202496 133184 0 0 0 172122 66 0 0 20 0 2 0 333686175 600199168 134581 33554432000 4194304 5964350 140733729290592 140733729290112 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6976/statm: 146533 134581 193 433 0 146097 0
[pid=6976/tid=6977] ppid=6972 vsize=586132 CPUtime=1722.23 cores=0,2,4,6
/proc/6976/task/6977/stat : 6977 (wbo1.72) R 6972 6976 5745 0 -1 4202560 132397 0 0 0 172130 93 0 0 20 0 2 0 333686175 600199168 134581 33554432000 4194304 5964350 140733729290592 140198414506024 4381981 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.88
Current children cumulated vsize (KiB) 586132

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.18 4/181 6992
/proc/meminfo: memFree=27286956/32873844 swapFree=7380/7380
[pid=6976] ppid=6972 vsize=586132 CPUtime=1781.87 cores=0,2,4,6
/proc/6976/stat : 6976 (wbo1.72) S 6972 6976 5745 0 -1 4202496 133188 0 0 0 178121 66 0 0 20 0 2 0 333686175 600199168 134585 33554432000 4194304 5964350 140733729290592 140733729290112 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6976/statm: 146533 134585 193 433 0 146097 0
[pid=6976/tid=6977] ppid=6972 vsize=586132 CPUtime=1782.24 cores=0,2,4,6
/proc/6976/task/6977/stat : 6977 (wbo1.72) R 6972 6976 5745 0 -1 4202560 132401 0 0 0 178130 94 0 0 20 0 2 0 333686175 600199168 134585 33554432000 4194304 5964350 140733729290592 140198414506024 4400011 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.87
Current children cumulated vsize (KiB) 586132

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.18 4/182 6995
/proc/meminfo: memFree=27286664/32873844 swapFree=7380/7380
[pid=6976] ppid=6972 vsize=586132 CPUtime=1791.47 cores=0,2,4,6
/proc/6976/stat : 6976 (wbo1.72) S 6972 6976 5745 0 -1 4202496 133190 0 0 0 179081 66 0 0 20 0 2 0 333686175 600199168 134587 33554432000 4194304 5964350 140733729290592 140733729290112 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6976/statm: 146533 134587 193 433 0 146097 0
[pid=6976/tid=6977] ppid=6972 vsize=586132 CPUtime=1791.84 cores=0,2,4,6
/proc/6976/task/6977/stat : 6977 (wbo1.72) R 6972 6976 5745 0 -1 4202560 132403 0 0 0 179090 94 0 0 20 0 2 0 333686175 600199168 134587 33554432000 4194304 5964350 140733729290592 140198414506024 4400017 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.47
Current children cumulated vsize (KiB) 586132

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.18 4/182 6995
/proc/meminfo: memFree=27286664/32873844 swapFree=7380/7380
[pid=6976] ppid=6972 vsize=586132 CPUtime=1794.67 cores=0,2,4,6
/proc/6976/stat : 6976 (wbo1.72) S 6972 6976 5745 0 -1 4202496 133190 0 0 0 179401 66 0 0 20 0 2 0 333686175 600199168 134587 33554432000 4194304 5964350 140733729290592 140733729290112 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6976/statm: 146533 134587 193 433 0 146097 0
[pid=6976/tid=6977] ppid=6972 vsize=586132 CPUtime=1795.04 cores=0,2,4,6
/proc/6976/task/6977/stat : 6977 (wbo1.72) R 6972 6976 5745 0 -1 4202560 132403 0 0 0 179410 94 0 0 20 0 2 0 333686175 600199168 134587 33554432000 4194304 5964350 140733729290592 140198414506024 4399987 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.67
Current children cumulated vsize (KiB) 586132

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.18 4/182 6995
/proc/meminfo: memFree=27286680/32873844 swapFree=7380/7380
[pid=6976] ppid=6972 vsize=586132 CPUtime=1797.87 cores=0,2,4,6
/proc/6976/stat : 6976 (wbo1.72) S 6972 6976 5745 0 -1 4202496 133190 0 0 0 179721 66 0 0 20 0 2 0 333686175 600199168 134587 33554432000 4194304 5964350 140733729290592 140733729290112 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6976/statm: 146533 134587 193 433 0 146097 0
[pid=6976/tid=6977] ppid=6972 vsize=586132 CPUtime=1798.24 cores=0,2,4,6
/proc/6976/task/6977/stat : 6977 (wbo1.72) R 6972 6976 5745 0 -1 4202560 132403 0 0 0 179730 94 0 0 20 0 2 0 333686175 600199168 134587 33554432000 4194304 5964350 140733729290592 140198414506024 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.87
Current children cumulated vsize (KiB) 586132

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.18 4/182 6995
/proc/meminfo: memFree=27286680/32873844 swapFree=7380/7380
[pid=6976] ppid=6972 vsize=586132 CPUtime=1798.67 cores=0,2,4,6
/proc/6976/stat : 6976 (wbo1.72) S 6972 6976 5745 0 -1 4202496 133190 0 0 0 179801 66 0 0 20 0 2 0 333686175 600199168 134587 33554432000 4194304 5964350 140733729290592 140733729290112 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6976/statm: 146533 134587 193 433 0 146097 0
[pid=6976/tid=6977] ppid=6972 vsize=586132 CPUtime=1799.04 cores=0,2,4,6
/proc/6976/task/6977/stat : 6977 (wbo1.72) R 6972 6976 5745 0 -1 4202560 132403 0 0 0 179810 94 0 0 20 0 2 0 333686175 600199168 134587 33554432000 4194304 5964350 140733729290592 140198414506024 4400023 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.67
Current children cumulated vsize (KiB) 586132

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.18 4/182 6995
/proc/meminfo: memFree=27286680/32873844 swapFree=7380/7380
[pid=6976] ppid=6972 vsize=586132 CPUtime=1799.07 cores=0,2,4,6
/proc/6976/stat : 6976 (wbo1.72) S 6972 6976 5745 0 -1 4202496 133190 0 0 0 179841 66 0 0 20 0 2 0 333686175 600199168 134587 33554432000 4194304 5964350 140733729290592 140733729290112 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6976/statm: 146533 134587 193 433 0 146097 0
[pid=6976/tid=6977] ppid=6972 vsize=586132 CPUtime=1799.44 cores=0,2,4,6
/proc/6976/task/6977/stat : 6977 (wbo1.72) R 6972 6976 5745 0 -1 4202560 132403 0 0 0 179850 94 0 0 20 0 2 0 333686175 600199168 134587 33554432000 4194304 5964350 140733729290592 140198414506024 4400011 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.07
Current children cumulated vsize (KiB) 586132

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.18 4/182 6995
/proc/meminfo: memFree=27286680/32873844 swapFree=7380/7380
[pid=6976] ppid=6972 vsize=586132 CPUtime=1799.47 cores=0,2,4,6
/proc/6976/stat : 6976 (wbo1.72) S 6972 6976 5745 0 -1 4202496 133190 0 0 0 179881 66 0 0 20 0 2 0 333686175 600199168 134587 33554432000 4194304 5964350 140733729290592 140733729290112 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6976/statm: 146533 134587 193 433 0 146097 0
[pid=6976/tid=6977] ppid=6972 vsize=586132 CPUtime=1799.84 cores=0,2,4,6
/proc/6976/task/6977/stat : 6977 (wbo1.72) R 6972 6976 5745 0 -1 4202560 132403 0 0 0 179890 94 0 0 20 0 2 0 333686175 600199168 134587 33554432000 4194304 5964350 140733729290592 140198414506024 4400007 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.47
Current children cumulated vsize (KiB) 586132

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.18 4/182 6995
/proc/meminfo: memFree=27286680/32873844 swapFree=7380/7380
[pid=6976] ppid=6972 vsize=586132 CPUtime=1799.57 cores=0,2,4,6
/proc/6976/stat : 6976 (wbo1.72) S 6972 6976 5745 0 -1 4202496 133190 0 0 0 179891 66 0 0 20 0 2 0 333686175 600199168 134587 33554432000 4194304 5964350 140733729290592 140733729290112 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6976/statm: 146533 134587 193 433 0 146097 0
[pid=6976/tid=6977] ppid=6972 vsize=586132 CPUtime=1799.94 cores=0,2,4,6
/proc/6976/task/6977/stat : 6977 (wbo1.72) R 6972 6976 5745 0 -1 4202560 132403 0 0 0 179900 94 0 0 20 0 2 0 333686175 600199168 134587 33554432000 4194304 5964350 140733729290592 140198414506024 4382134 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.57
Current children cumulated vsize (KiB) 586132

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.97
CPU user time (s): 1799.01
CPU system time (s): 0.960853
CPU usage (%): 99.9977
Max. virtual memory (cumulated for all children) (KiB): 586132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.01
system time used= 0.960853
maximum resident set size= 538360
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 133193
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= 178
involuntary context switches= 1862

runsolver used 4.01939 second user time and 9.2286 second system time

The end

Launcher Data

Begin job on node133 at 2012-06-03 00:20:14
IDJOB=3728468
IDBENCH=79184
IDSOLVER=2315
FILE ID=node133/3728468-1338675614
RUNJOBID= node133-1338675614-6949
PBS_JOBID= 14636490
Free space on /tmp= 70484 MiB

SOLVER NAME= wbo 1.72
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-35-30--soft-0-100-0.wbo
COMMAND LINE= wbo1.72 -file-format=wbo BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3728468-1338675614/watcher-3728468-1338675614 -o /tmp/evaluation-result-3728468-1338675614/solver-3728468-1338675614 -C 1800 -W 1900 -M 15500  wbo1.72 -file-format=wbo HOME/instance-3728468-1338675614.wbo

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

MD5SUM BENCH= 169186b65db4bc0391cc8aa4ed776345
RANDOM SEED=856160819

node133.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.540
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.08
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.540
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.92
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.540
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.540
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.540
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.540
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.90
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.540
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.540
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:        28917364 kB
Buffers:          367108 kB
Cached:          2706860 kB
SwapCached:          676 kB
Active:          1345324 kB
Inactive:        1738784 kB
Active(anon):       1896 kB
Inactive(anon):    10240 kB
Active(file):    1343428 kB
Inactive(file):  1728544 kB
Unevictable:        7380 kB
Mlocked:            7380 kB
SwapTotal:      67108856 kB
SwapFree:       67107040 kB
Dirty:             11432 kB
Writeback:            12 kB
AnonPages:         16680 kB
Mapped:             9704 kB
Shmem:                 0 kB
Slab:             732984 kB
SReclaimable:     174804 kB
SUnreclaim:       558180 kB
KernelStack:        1432 kB
PageTables:         4236 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     105228 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 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= 70472 MiB
End job on node133 at 2012-06-03 00:50:14