Trace number 3728194

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.84 1800.04

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-101-100--soft-66-100-0.wbo
MD5SUMd7ec3e5f8584fe7f5e0e066c760adfab
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark3.9214
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables10100
Total number of constraints201
Number of soft constraints65
Number of constraints which are clauses101
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint100
Maximum length of a constraint101
Top cost 3414
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 3413
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 102
Number of bits of the biggest sum of numbers7
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-3728194-1338671505.wbo.
0.00/0.00	c Instance file HOME/instance-3728194-1338671505.wbo
0.00/0.00	c File size is 181878 bytes.
0.00/0.01	c Highest Coefficient sum: 102
0.00/0.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Parsing time:          0.02         s                                      |
0.00/0.01	c |  Number Variables:      10165                                               |
0.00/0.01	c |  Number Clauses:        101                                                 |
0.00/0.01	c |  Number Cardinality:    67                                                  |
0.00/0.01	c |  Number PB Constraints: 33                                                  |
0.00/0.01	c |                                                                             |
0.01/0.02	c |  Problem Type:          Optimization                                        |
0.01/0.02	c |  Objective Function:    PB Constraint                                       |
0.01/0.02	c |                                                                             |
0.01/0.02	c ============================[ Search Statistics ]==============================
0.01/0.02	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.01/0.02	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.01/0.02	c ===============================================================================
1799.54/1800.00	c ===============================================================================
1799.54/1800.00	c Wall Clock Time: 1800.00 s
1799.54/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-3728194-1338671505/watcher-3728194-1338671505 -o /tmp/evaluation-result-3728194-1338671505/solver-3728194-1338671505 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=wbo HOME/instance-3728194-1338671505.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.00 2.00 1.91 3/174 20245
/proc/meminfo: memFree=30847764/32873648 swapFree=7628/7628
[pid=20245] ppid=20243 vsize=4788 CPUtime=0 cores=0,2,4,6
/proc/20245/stat : 20245 (wbo1.72) R 20243 20245 19762 0 -1 4202496 626 0 0 0 0 0 0 0 20 0 1 0 333276477 4902912 579 33554432000 4194304 5964350 140735624838624 140735624838040 4318229 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/20245/statm: 1197 581 167 433 0 716 0

[startup+0.0225171 s]
/proc/loadavg: 2.00 2.00 1.91 3/174 20245
/proc/meminfo: memFree=30847764/32873648 swapFree=7628/7628
[pid=20245] ppid=20243 vsize=87440 CPUtime=0.01 cores=0,2,4,6
/proc/20245/stat : 20245 (wbo1.72) S 20243 20245 19762 0 -1 4202496 2093 0 0 0 1 0 0 0 20 0 2 0 333276477 89538560 2001 33554432000 4194304 5964350 140735624838624 140735624838144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20245/statm: 21860 2001 177 433 0 21424 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 87440

[startup+0.100171 s]
/proc/loadavg: 2.00 2.00 1.91 3/174 20245
/proc/meminfo: memFree=30847764/32873648 swapFree=7628/7628
[pid=20245] ppid=20243 vsize=87440 CPUtime=0.09 cores=0,2,4,6
/proc/20245/stat : 20245 (wbo1.72) S 20243 20245 19762 0 -1 4202496 2914 0 0 0 9 0 0 0 20 0 2 0 333276477 89538560 2650 33554432000 4194304 5964350 140735624838624 140735624838144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20245/statm: 21860 2650 192 433 0 21424 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 87440

[startup+0.300112 s]
/proc/loadavg: 2.00 2.00 1.91 3/174 20245
/proc/meminfo: memFree=30847764/32873648 swapFree=7628/7628
[pid=20245] ppid=20243 vsize=87440 CPUtime=0.29 cores=0,2,4,6
/proc/20245/stat : 20245 (wbo1.72) S 20243 20245 19762 0 -1 4202496 3336 0 0 0 29 0 0 0 20 0 2 0 333276477 89538560 3072 33554432000 4194304 5964350 140735624838624 140735624838144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20245/statm: 21860 3072 193 433 0 21424 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 87440

[startup+0.700108 s]
/proc/loadavg: 2.00 2.00 1.91 3/174 20245
/proc/meminfo: memFree=30847764/32873648 swapFree=7628/7628
[pid=20245] ppid=20243 vsize=87440 CPUtime=0.69 cores=0,2,4,6
/proc/20245/stat : 20245 (wbo1.72) S 20243 20245 19762 0 -1 4202496 3971 0 0 0 69 0 0 0 20 0 2 0 333276477 89538560 3707 33554432000 4194304 5964350 140735624838624 140735624838144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20245/statm: 21860 3707 193 433 0 21424 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 87440

[startup+1.50021 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 20253
/proc/meminfo: memFree=30818700/32873648 swapFree=7628/7628
[pid=20245] ppid=20243 vsize=87440 CPUtime=1.48 cores=0,2,4,6
/proc/20245/stat : 20245 (wbo1.72) S 20243 20245 19762 0 -1 4202496 5188 0 0 0 148 0 0 0 20 0 2 0 333276477 89538560 4924 33554432000 4194304 5964350 140735624838624 140735624838144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20245/statm: 21860 4924 193 433 0 21424 0
[pid=20245/tid=20252] ppid=20243 vsize=87440 CPUtime=1.46 cores=0,2,4,6
/proc/20245/task/20252/stat : 20252 (wbo1.72) R 20243 20245 19762 0 -1 4202560 3672 0 0 0 146 0 0 0 20 0 2 0 333276479 89538560 4924 33554432000 4194304 5964350 140735624838624 140476494055416 5136340 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 87440

[startup+3.10021 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 20253
/proc/meminfo: memFree=30803572/32873648 swapFree=7628/7628
[pid=20245] ppid=20243 vsize=87440 CPUtime=3.09 cores=0,2,4,6
/proc/20245/stat : 20245 (wbo1.72) S 20243 20245 19762 0 -1 4202496 7472 0 0 0 308 1 0 0 20 0 2 0 333276477 89538560 7208 33554432000 4194304 5964350 140735624838624 140735624838144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20245/statm: 21860 7208 193 433 0 21424 0
[pid=20245/tid=20252] ppid=20243 vsize=87440 CPUtime=3.06 cores=0,2,4,6
/proc/20245/task/20252/stat : 20252 (wbo1.72) R 20243 20245 19762 0 -1 4202560 5956 0 0 0 305 1 0 0 20 0 2 0 333276479 89538560 7208 33554432000 4194304 5964350 140735624838624 140476494055416 4381880 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 87440

[startup+6.30021 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 20253
/proc/meminfo: memFree=30777540/32873648 swapFree=7628/7628
[pid=20245] ppid=20243 vsize=87440 CPUtime=6.28 cores=0,2,4,6
/proc/20245/stat : 20245 (wbo1.72) S 20243 20245 19762 0 -1 4202496 10591 0 0 0 627 1 0 0 20 0 2 0 333276477 89538560 10327 33554432000 4194304 5964350 140735624838624 140735624838144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20245/statm: 21860 10327 193 433 0 21424 0
[pid=20245/tid=20252] ppid=20243 vsize=87440 CPUtime=6.26 cores=0,2,4,6
/proc/20245/task/20252/stat : 20252 (wbo1.72) R 20243 20245 19762 0 -1 4202560 9075 0 0 0 625 1 0 0 20 0 2 0 333276479 89538560 10327 33554432000 4194304 5964350 140735624838624 140476494055416 4388212 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 87440

[startup+12.7001 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 20253
/proc/meminfo: memFree=30753612/32873648 swapFree=7628/7628
[pid=20245] ppid=20243 vsize=87440 CPUtime=12.69 cores=0,2,4,6
/proc/20245/stat : 20245 (wbo1.72) S 20243 20245 19762 0 -1 4202496 12519 0 0 0 1267 2 0 0 20 0 2 0 333276477 89538560 12255 33554432000 4194304 5964350 140735624838624 140735624838144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20245/statm: 21860 12255 193 433 0 21424 0
[pid=20245/tid=20252] ppid=20243 vsize=87440 CPUtime=12.66 cores=0,2,4,6
/proc/20245/task/20252/stat : 20252 (wbo1.72) R 20243 20245 19762 0 -1 4202560 11003 0 0 0 1264 2 0 0 20 0 2 0 333276479 89538560 12255 33554432000 4194304 5964350 140735624838624 140476494055416 4399998 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 87440

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 20253
/proc/meminfo: memFree=30676968/32873648 swapFree=7628/7628
[pid=20245] ppid=20243 vsize=152976 CPUtime=25.48 cores=0,2,4,6
/proc/20245/stat : 20245 (wbo1.72) S 20243 20245 19762 0 -1 4202496 21373 0 0 0 2544 4 0 0 20 0 2 0 333276477 156647424 21133 33554432000 4194304 5964350 140735624838624 140735624838144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20245/statm: 38244 21133 193 433 0 37808 0
[pid=20245/tid=20252] ppid=20243 vsize=152976 CPUtime=25.46 cores=0,2,4,6
/proc/20245/task/20252/stat : 20252 (wbo1.72) R 20243 20245 19762 0 -1 4202560 19857 0 0 0 2541 5 0 0 20 0 2 0 333276479 156647424 21133 33554432000 4194304 5964350 140735624838624 140476494055464 5136340 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 152976

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 20253
/proc/meminfo: memFree=30605500/32873648 swapFree=7628/7628
[pid=20245] ppid=20243 vsize=152976 CPUtime=51.06 cores=0,2,4,6
/proc/20245/stat : 20245 (wbo1.72) S 20243 20245 19762 0 -1 4202496 31034 0 0 0 5098 8 0 0 20 0 2 0 333276477 156647424 30775 33554432000 4194304 5964350 140735624838624 140735624838144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20245/statm: 38244 30775 193 433 0 37808 0
[pid=20245/tid=20252] ppid=20243 vsize=152976 CPUtime=51.04 cores=0,2,4,6
/proc/20245/task/20252/stat : 20252 (wbo1.72) R 20243 20245 19762 0 -1 4202560 29518 0 0 0 5095 9 0 0 20 0 2 0 333276479 156647424 30775 33554432000 4194304 5964350 140735624838624 140476494055416 4222416 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 152976

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 20253
/proc/meminfo: memFree=30400456/32873648 swapFree=7628/7628
[pid=20245] ppid=20243 vsize=284532 CPUtime=102.26 cores=0,2,4,6
/proc/20245/stat : 20245 (wbo1.72) S 20243 20245 19762 0 -1 4202496 62914 0 0 0 10211 15 0 0 20 0 2 0 333276477 291360768 63155 33554432000 4194304 5964350 140735624838624 140735624838144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20245/statm: 71133 63155 193 433 0 70697 0
[pid=20245/tid=20252] ppid=20243 vsize=284532 CPUtime=102.25 cores=0,2,4,6
/proc/20245/task/20252/stat : 20252 (wbo1.72) R 20243 20245 19762 0 -1 4202560 61398 0 0 0 10208 17 0 0 20 0 2 0 333276479 291360768 63155 33554432000 4194304 5964350 140735624838624 140476494055416 4400007 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 284532

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 20254
/proc/meminfo: memFree=30115932/32873648 swapFree=7628/7628
[pid=20245] ppid=20243 vsize=481380 CPUtime=162.24 cores=0,2,4,6
/proc/20245/stat : 20245 (wbo1.72) S 20243 20245 19762 0 -1 4202496 112504 0 0 0 16197 27 0 0 20 0 2 0 333276477 492933120 112745 33554432000 4194304 5964350 140735624838624 140735624838144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20245/statm: 120345 112745 193 433 0 119909 0
[pid=20245/tid=20252] ppid=20243 vsize=481380 CPUtime=162.24 cores=0,2,4,6
/proc/20245/task/20252/stat : 20252 (wbo1.72) R 20243 20245 19762 0 -1 4202560 110988 0 0 0 16194 30 0 0 20 0 2 0 333276479 492933120 112745 33554432000 4194304 5964350 140735624838624 140476494055416 4399987 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 481380

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 20254
/proc/meminfo: memFree=30024956/32873648 swapFree=7628/7628
[pid=20245] ppid=20243 vsize=546916 CPUtime=222.22 cores=0,2,4,6
/proc/20245/stat : 20245 (wbo1.72) S 20243 20245 19762 0 -1 4202496 125702 0 0 0 22191 31 0 0 20 0 2 0 333276477 560041984 125941 33554432000 4194304 5964350 140735624838624 140735624838144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20245/statm: 136729 125941 193 433 0 136293 0
[pid=20245/tid=20252] ppid=20243 vsize=546916 CPUtime=222.23 cores=0,2,4,6
/proc/20245/task/20252/stat : 20252 (wbo1.72) R 20243 20245 19762 0 -1 4202560 124186 0 0 0 22188 35 0 0 20 0 2 0 333276479 560041984 125941 33554432000 4194304 5964350 140735624838624 140476494055416 4381939 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 546916

[startup+282.3 s]
/proc/loadavg: 2.06 2.02 1.92 3/179 20254
/proc/meminfo: memFree=29984436/32873648 swapFree=7628/7628
[pid=20245] ppid=20243 vsize=546916 CPUtime=282.19 cores=0,2,4,6
/proc/20245/stat : 20245 (wbo1.72) S 20243 20245 19762 0 -1 4202496 127436 0 0 0 28188 31 0 0 20 0 2 0 333276477 560041984 127672 33554432000 4194304 5964350 140735624838624 140735624838144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20245/statm: 136729 127672 193 433 0 136293 0
[pid=20245/tid=20252] ppid=20243 vsize=546916 CPUtime=282.21 cores=0,2,4,6
/proc/20245/task/20252/stat : 20252 (wbo1.72) R 20243 20245 19762 0 -1 4202560 125920 0 0 0 28185 36 0 0 20 0 2 0 333276479 560041984 127672 33554432000 4194304 5964350 140735624838624 140476494055416 4381894 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 546916

[startup+342.3 s]
/proc/loadavg: 2.07 2.03 1.92 3/179 20254
/proc/meminfo: memFree=29821408/32873648 swapFree=7628/7628
[pid=20245] ppid=20243 vsize=677988 CPUtime=342.17 cores=0,2,4,6
/proc/20245/stat : 20245 (wbo1.72) S 20243 20245 19762 0 -1 4202496 150684 0 0 0 34178 39 0 0 20 0 2 0 333276477 694259712 150901 33554432000 4194304 5964350 140735624838624 140735624838144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20245/statm: 169497 150901 193 433 0 169061 0
[pid=20245/tid=20252] ppid=20243 vsize=677988 CPUtime=342.19 cores=0,2,4,6
/proc/20245/task/20252/stat : 20252 (wbo1.72) R 20243 20245 19762 0 -1 4202560 149168 0 0 0 34174 45 0 0 20 0 2 0 333276479 694259712 150901 33554432000 4194304 5964350 140735624838624 140476494055416 4399976 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 677988

[startup+402.3 s]
/proc/loadavg: 2.03 2.02 1.92 3/179 20254
/proc/meminfo: memFree=29823308/32873648 swapFree=7628/7628
[pid=20245] ppid=20243 vsize=677988 CPUtime=402.15 cores=0,2,4,6
/proc/20245/stat : 20245 (wbo1.72) S 20243 20245 19762 0 -1 4202496 150708 0 0 0 40176 39 0 0 20 0 2 0 333276477 694259712 150919 33554432000 4194304 5964350 140735624838624 140735624838144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20245/statm: 169497 150919 193 433 0 169061 0
[pid=20245/tid=20252] ppid=20243 vsize=677988 CPUtime=402.18 cores=0,2,4,6
/proc/20245/task/20252/stat : 20252 (wbo1.72) R 20243 20245 19762 0 -1 4202560 149192 0 0 0 40172 46 0 0 20 0 2 0 333276479 694259712 150919 33554432000 4194304 5964350 140735624838624 140476494055448 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 677988

[startup+462.3 s]
/proc/loadavg: 2.01 2.01 1.92 3/179 20255
/proc/meminfo: memFree=29822096/32873648 swapFree=7628/7628
[pid=20245] ppid=20243 vsize=677988 CPUtime=462.14 cores=0,2,4,6

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

/proc/20245/task/20252/stat : 20252 (wbo1.72) R 20243 20245 19762 0 -1 4202560 278425 0 0 0 130118 95 0 0 20 0 2 0 333276479 1164390400 280177 33554432000 4194304 5964350 140735624838624 140476494055416 4400007 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1301.97
Current children cumulated vsize (KiB) 1137100

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 20265
/proc/meminfo: memFree=28784912/32873648 swapFree=7628/7628
[pid=20245] ppid=20243 vsize=1137100 CPUtime=1361.96 cores=0,2,4,6
/proc/20245/stat : 20245 (wbo1.72) S 20243 20245 19762 0 -1 4202496 279941 0 0 0 136121 75 0 0 20 0 2 0 333276477 1164390400 280177 33554432000 4194304 5964350 140735624838624 140735624838144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20245/statm: 284275 280177 193 433 0 283839 0
[pid=20245/tid=20252] ppid=20243 vsize=1137100 CPUtime=1362.12 cores=0,2,4,6
/proc/20245/task/20252/stat : 20252 (wbo1.72) R 20243 20245 19762 0 -1 4202560 278425 0 0 0 136116 96 0 0 20 0 2 0 333276479 1164390400 280177 33554432000 4194304 5964350 140735624838624 140476494055416 4400023 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1361.96
Current children cumulated vsize (KiB) 1137100

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 20265
/proc/meminfo: memFree=28784916/32873648 swapFree=7628/7628
[pid=20245] ppid=20243 vsize=1137100 CPUtime=1421.95 cores=0,2,4,6
/proc/20245/stat : 20245 (wbo1.72) S 20243 20245 19762 0 -1 4202496 279942 0 0 0 142120 75 0 0 20 0 2 0 333276477 1164390400 280178 33554432000 4194304 5964350 140735624838624 140735624838144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20245/statm: 284275 280178 193 433 0 283839 0
[pid=20245/tid=20252] ppid=20243 vsize=1137100 CPUtime=1422.12 cores=0,2,4,6
/proc/20245/task/20252/stat : 20252 (wbo1.72) R 20243 20245 19762 0 -1 4202560 278426 0 0 0 142115 97 0 0 20 0 2 0 333276479 1164390400 280178 33554432000 4194304 5964350 140735624838624 140476494055416 4400011 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 1137100

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 20265
/proc/meminfo: memFree=28726348/32873648 swapFree=7628/7628
[pid=20245] ppid=20243 vsize=1202636 CPUtime=1481.94 cores=0,2,4,6
/proc/20245/stat : 20245 (wbo1.72) S 20243 20245 19762 0 -1 4202496 294836 0 0 0 148115 79 0 0 20 0 2 0 333276477 1231499264 295072 33554432000 4194304 5964350 140735624838624 140735624838144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20245/statm: 300659 295072 193 433 0 300223 0
[pid=20245/tid=20252] ppid=20243 vsize=1202636 CPUtime=1482.12 cores=0,2,4,6
/proc/20245/task/20252/stat : 20252 (wbo1.72) R 20243 20245 19762 0 -1 4202560 293320 0 0 0 148111 101 0 0 20 0 2 0 333276479 1231499264 295072 33554432000 4194304 5964350 140735624838624 140476494055416 4381894 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1481.94
Current children cumulated vsize (KiB) 1202636

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 20265
/proc/meminfo: memFree=28497096/32873648 swapFree=7628/7628
[pid=20245] ppid=20243 vsize=1464780 CPUtime=1541.92 cores=0,2,4,6
/proc/20245/stat : 20245 (wbo1.72) S 20243 20245 19762 0 -1 4202496 350556 0 0 0 154099 93 0 0 20 0 2 0 333276477 1499934720 350792 33554432000 4194304 5964350 140735624838624 140735624838144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20245/statm: 366195 350792 193 433 0 365759 0
[pid=20245/tid=20252] ppid=20243 vsize=1464780 CPUtime=1542.12 cores=0,2,4,6
/proc/20245/task/20252/stat : 20252 (wbo1.72) R 20243 20245 19762 0 -1 4202560 349040 0 0 0 154095 117 0 0 20 0 2 0 333276479 1499934720 350792 33554432000 4194304 5964350 140735624838624 140476494055416 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.92
Current children cumulated vsize (KiB) 1464780

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 20265
/proc/meminfo: memFree=28371720/32873648 swapFree=7628/7628
[pid=20245] ppid=20243 vsize=1595852 CPUtime=1601.89 cores=0,2,4,6
/proc/20245/stat : 20245 (wbo1.72) S 20243 20245 19762 0 -1 4202496 381614 0 0 0 160089 100 0 0 20 0 2 0 333276477 1634152448 381847 33554432000 4194304 5964350 140735624838624 140735624838144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20245/statm: 398963 381847 193 433 0 398527 0
[pid=20245/tid=20252] ppid=20243 vsize=1595852 CPUtime=1602.09 cores=0,2,4,6
/proc/20245/task/20252/stat : 20252 (wbo1.72) R 20243 20245 19762 0 -1 4202560 380098 0 0 0 160084 125 0 0 20 0 2 0 333276479 1634152448 381847 33554432000 4194304 5964350 140735624838624 140476494055416 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1601.89
Current children cumulated vsize (KiB) 1595852

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 20266
/proc/meminfo: memFree=28371628/32873648 swapFree=7628/7628
[pid=20245] ppid=20243 vsize=1595852 CPUtime=1661.87 cores=0,2,4,6
/proc/20245/stat : 20245 (wbo1.72) S 20243 20245 19762 0 -1 4202496 381638 0 0 0 166087 100 0 0 20 0 2 0 333276477 1634152448 381888 33554432000 4194304 5964350 140735624838624 140735624838144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20245/statm: 398963 381888 193 433 0 398527 0
[pid=20245/tid=20252] ppid=20243 vsize=1595852 CPUtime=1662.08 cores=0,2,4,6
/proc/20245/task/20252/stat : 20252 (wbo1.72) R 20243 20245 19762 0 -1 4202560 380122 0 0 0 166082 126 0 0 20 0 2 0 333276479 1634152448 381888 33554432000 4194304 5964350 140735624838624 140476494055416 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1661.87
Current children cumulated vsize (KiB) 1595852

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/180 20269
/proc/meminfo: memFree=28371352/32873648 swapFree=7628/7628
[pid=20245] ppid=20243 vsize=1595852 CPUtime=1721.85 cores=0,2,4,6
/proc/20245/stat : 20245 (wbo1.72) S 20243 20245 19762 0 -1 4202496 381656 0 0 0 172085 100 0 0 20 0 2 0 333276477 1634152448 381927 33554432000 4194304 5964350 140735624838624 140735624838144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20245/statm: 398963 381927 193 433 0 398527 0
[pid=20245/tid=20252] ppid=20243 vsize=1595852 CPUtime=1722.07 cores=0,2,4,6
/proc/20245/task/20252/stat : 20252 (wbo1.72) R 20243 20245 19762 0 -1 4202560 380140 0 0 0 172080 127 0 0 20 0 2 0 333276479 1634152448 381927 33554432000 4194304 5964350 140735624838624 140476494055416 4400462 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.85
Current children cumulated vsize (KiB) 1595852

[startup+1782.3 s]
/proc/loadavg: 2.07 2.02 1.94 3/179 20269
/proc/meminfo: memFree=28370768/32873648 swapFree=7628/7628
[pid=20245] ppid=20243 vsize=1595852 CPUtime=1781.84 cores=0,2,4,6
/proc/20245/stat : 20245 (wbo1.72) S 20243 20245 19762 0 -1 4202496 381665 0 0 0 178084 100 0 0 20 0 2 0 333276477 1634152448 381950 33554432000 4194304 5964350 140735624838624 140735624838144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20245/statm: 398963 381950 193 433 0 398527 0
[pid=20245/tid=20252] ppid=20243 vsize=1595852 CPUtime=1782.07 cores=0,2,4,6
/proc/20245/task/20252/stat : 20252 (wbo1.72) R 20243 20245 19762 0 -1 4202560 380149 0 0 0 178079 128 0 0 20 0 2 0 333276479 1634152448 381950 33554432000 4194304 5964350 140735624838624 140476494055416 4400007 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.84
Current children cumulated vsize (KiB) 1595852

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

[startup+1791.91 s]
/proc/loadavg: 2.06 2.02 1.94 3/179 20269
/proc/meminfo: memFree=28370876/32873648 swapFree=7628/7628
[pid=20245] ppid=20243 vsize=1595852 CPUtime=1791.45 cores=0,2,4,6
/proc/20245/stat : 20245 (wbo1.72) S 20243 20245 19762 0 -1 4202496 381666 0 0 0 179045 100 0 0 20 0 2 0 333276477 1634152448 381950 33554432000 4194304 5964350 140735624838624 140735624838144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20245/statm: 398963 381950 193 433 0 398527 0
[pid=20245/tid=20252] ppid=20243 vsize=1595852 CPUtime=1791.67 cores=0,2,4,6
/proc/20245/task/20252/stat : 20252 (wbo1.72) R 20243 20245 19762 0 -1 4202560 380150 0 0 0 179039 128 0 0 20 0 2 0 333276479 1634152448 381950 33554432000 4194304 5964350 140735624838624 140476494055416 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1791.45
Current children cumulated vsize (KiB) 1595852

[startup+1795.1 s]
/proc/loadavg: 2.06 2.01 1.94 3/179 20269
/proc/meminfo: memFree=28370876/32873648 swapFree=7628/7628
[pid=20245] ppid=20243 vsize=1595852 CPUtime=1794.65 cores=0,2,4,6
/proc/20245/stat : 20245 (wbo1.72) S 20243 20245 19762 0 -1 4202496 381666 0 0 0 179365 100 0 0 20 0 2 0 333276477 1634152448 381950 33554432000 4194304 5964350 140735624838624 140735624838144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20245/statm: 398963 381950 193 433 0 398527 0
[pid=20245/tid=20252] ppid=20243 vsize=1595852 CPUtime=1794.87 cores=0,2,4,6
/proc/20245/task/20252/stat : 20252 (wbo1.72) R 20243 20245 19762 0 -1 4202560 380150 0 0 0 179359 128 0 0 20 0 2 0 333276479 1634152448 381950 33554432000 4194304 5964350 140735624838624 140476494055416 4381622 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1794.65
Current children cumulated vsize (KiB) 1595852

[startup+1798.3 s]
/proc/loadavg: 2.05 2.01 1.94 3/179 20269
/proc/meminfo: memFree=28370612/32873648 swapFree=7628/7628
[pid=20245] ppid=20243 vsize=1595852 CPUtime=1797.84 cores=0,2,4,6
/proc/20245/stat : 20245 (wbo1.72) S 20243 20245 19762 0 -1 4202496 381669 0 0 0 179684 100 0 0 20 0 2 0 333276477 1634152448 381950 33554432000 4194304 5964350 140735624838624 140735624838144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20245/statm: 398963 381950 193 433 0 398527 0
[pid=20245/tid=20252] ppid=20243 vsize=1595852 CPUtime=1798.07 cores=0,2,4,6
/proc/20245/task/20252/stat : 20252 (wbo1.72) R 20243 20245 19762 0 -1 4202560 380153 0 0 0 179679 128 0 0 20 0 2 0 333276479 1634152448 381950 33554432000 4194304 5964350 140735624838624 140476494055416 4399987 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1797.84
Current children cumulated vsize (KiB) 1595852

[startup+1799.1 s]
/proc/loadavg: 2.05 2.01 1.94 3/179 20269
/proc/meminfo: memFree=28370612/32873648 swapFree=7628/7628
[pid=20245] ppid=20243 vsize=1595852 CPUtime=1798.64 cores=0,2,4,6
/proc/20245/stat : 20245 (wbo1.72) S 20243 20245 19762 0 -1 4202496 381669 0 0 0 179764 100 0 0 20 0 2 0 333276477 1634152448 381950 33554432000 4194304 5964350 140735624838624 140735624838144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20245/statm: 398963 381950 193 433 0 398527 0
[pid=20245/tid=20252] ppid=20243 vsize=1595852 CPUtime=1798.87 cores=0,2,4,6
/proc/20245/task/20252/stat : 20252 (wbo1.72) R 20243 20245 19762 0 -1 4202560 380153 0 0 0 179759 128 0 0 20 0 2 0 333276479 1634152448 381950 33554432000 4194304 5964350 140735624838624 140476494055416 4399989 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.64
Current children cumulated vsize (KiB) 1595852

[startup+1799.5 s]
/proc/loadavg: 2.05 2.01 1.94 3/179 20269
/proc/meminfo: memFree=28370860/32873648 swapFree=7628/7628
[pid=20245] ppid=20243 vsize=1595852 CPUtime=1799.04 cores=0,2,4,6
/proc/20245/stat : 20245 (wbo1.72) S 20243 20245 19762 0 -1 4202496 381669 0 0 0 179804 100 0 0 20 0 2 0 333276477 1634152448 381950 33554432000 4194304 5964350 140735624838624 140735624838144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20245/statm: 398963 381950 193 433 0 398527 0
[pid=20245/tid=20252] ppid=20243 vsize=1595852 CPUtime=1799.27 cores=0,2,4,6
/proc/20245/task/20252/stat : 20252 (wbo1.72) R 20243 20245 19762 0 -1 4202560 380153 0 0 0 179799 128 0 0 20 0 2 0 333276479 1634152448 381950 33554432000 4194304 5964350 140735624838624 140476494055416 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.04
Current children cumulated vsize (KiB) 1595852

[startup+1799.9 s]
/proc/loadavg: 2.05 2.01 1.94 3/179 20269
/proc/meminfo: memFree=28370860/32873648 swapFree=7628/7628
[pid=20245] ppid=20243 vsize=1595852 CPUtime=1799.44 cores=0,2,4,6
/proc/20245/stat : 20245 (wbo1.72) S 20243 20245 19762 0 -1 4202496 381669 0 0 0 179844 100 0 0 20 0 2 0 333276477 1634152448 381950 33554432000 4194304 5964350 140735624838624 140735624838144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20245/statm: 398963 381950 193 433 0 398527 0
[pid=20245/tid=20252] ppid=20243 vsize=1595852 CPUtime=1799.67 cores=0,2,4,6
/proc/20245/task/20252/stat : 20252 (wbo1.72) R 20243 20245 19762 0 -1 4202560 380153 0 0 0 179839 128 0 0 20 0 2 0 333276479 1634152448 381950 33554432000 4194304 5964350 140735624838624 140476494055416 4381941 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.44
Current children cumulated vsize (KiB) 1595852

[startup+1800 s]
/proc/loadavg: 2.05 2.01 1.94 3/179 20269
/proc/meminfo: memFree=28370860/32873648 swapFree=7628/7628
[pid=20245] ppid=20243 vsize=1595852 CPUtime=1799.54 cores=0,2,4,6
/proc/20245/stat : 20245 (wbo1.72) S 20243 20245 19762 0 -1 4202496 381669 0 0 0 179854 100 0 0 20 0 2 0 333276477 1634152448 381950 33554432000 4194304 5964350 140735624838624 140735624838144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20245/statm: 398963 381950 193 433 0 398527 0
[pid=20245/tid=20252] ppid=20243 vsize=1595852 CPUtime=1799.77 cores=0,2,4,6
/proc/20245/task/20252/stat : 20252 (wbo1.72) R 20243 20245 19762 0 -1 4202560 380153 0 0 0 179849 128 0 0 20 0 2 0 333276479 1634152448 381950 33554432000 4194304 5964350 140735624838624 140476494055416 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.54
Current children cumulated vsize (KiB) 1595852

Child status: 255
Real time (s): 1800.04
CPU time (s): 1799.84
CPU user time (s): 1798.51
CPU system time (s): 1.3258
CPU usage (%): 99.9889
Max. virtual memory (cumulated for all children) (KiB): 1595852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.51
system time used= 1.3258
maximum resident set size= 1527812
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 381672
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= 303
involuntary context switches= 1974

runsolver used 3.16052 second user time and 9.67553 second system time

The end

Launcher Data

Begin job on node122 at 2012-06-02 23:11:45
IDJOB=3728194
IDBENCH=78713
IDSOLVER=2315
FILE ID=node122/3728194-1338671505
RUNJOBID= node122-1338669704-20106
PBS_JOBID= 14636501
Free space on /tmp= 71188 MiB

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

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

MD5SUM BENCH= d7ec3e5f8584fe7f5e0e066c760adfab
RANDOM SEED=659749855

node122.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.533
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.06
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.533
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.533
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	: 5332.04
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.533
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.533
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.533
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	: 5438.54
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.533
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.533
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:       32873648 kB
MemFree:        30848432 kB
Buffers:          144760 kB
Cached:          1112040 kB
SwapCached:         1816 kB
Active:           313092 kB
Inactive:         949072 kB
Active(anon):       5512 kB
Inactive(anon):     1928 kB
Active(file):     307580 kB
Inactive(file):   947144 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67100092 kB
Dirty:             10864 kB
Writeback:             0 kB
AnonPages:         10396 kB
Mapped:             8168 kB
Shmem:                 0 kB
Slab:             624984 kB
SReclaimable:      68840 kB
SUnreclaim:       556144 kB
KernelStack:        1408 kB
PageTables:         3728 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     104788 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71176 MiB
End job on node122 at 2012-06-02 23:41:45