Trace number 3728297

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.68 1800.01

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/coloring/
normalized-dsjc125-1-4_wcsp.wbo
MD5SUMb95440184c2619269a303a66296dd7fe
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark35
Best CPU time to get the best result obtained on this benchmark1796.83
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables500
Total number of constraints3069
Number of soft constraints2944
Number of constraints which are clauses2944
Number of constraints which are cardinality constraints (but not clauses)125
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
Top cost 737
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 2944
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
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-3728297-1338676160.wbo.
0.00/0.00	c Instance file HOME/instance-3728297-1338676160.wbo
0.00/0.00	c File size is 86160 bytes.
0.00/0.01	c Highest Coefficient sum: 5
0.00/0.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Parsing time:          0.01         s                                      |
0.00/0.01	c |  Number Variables:      3444                                                |
0.00/0.01	c |  Number Clauses:        3069                                                |
0.00/0.01	c |  Number Cardinality:    125                                                 |
0.00/0.01	c |  Number PB Constraints: 0                                                   |
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Problem Type:          Optimization                                        |
0.00/0.01	c |  Objective Function:    Cardinality Constraint                              |
0.00/0.01	c |                                                                             |
0.00/0.01	c ============================[ Search Statistics ]==============================
0.00/0.01	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.00/0.01	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.00/0.01	c ===============================================================================
0.00/0.01	c | 0.01      | 0  | 1            lb |  0                0                0.00  |
0.02/0.05	c | 0.05      | 0  | 2            lb |  0                0                0.00  |
7.18/7.29	c | 7.29      | 0  | 3            lb |  0                0                0.00  |
1799.36/1800.00	c ===============================================================================
1799.36/1800.00	c Wall Clock Time: 1800.00 s
1799.36/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-3728297-1338676160/watcher-3728297-1338676160 -o /tmp/evaluation-result-3728297-1338676160/solver-3728297-1338676160 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=wbo HOME/instance-3728297-1338676160.wbo 

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: 2.04 3.21 3.63 3/177 29737
/proc/meminfo: memFree=27842588/32873648 swapFree=7112/7112
[pid=29737] ppid=29735 vsize=3244 CPUtime=0 cores=1,3,5,7
/proc/29737/stat : 29737 (wbo1.72) R 29735 29737 28397 0 -1 4202496 327 0 0 0 0 0 0 0 20 0 1 0 333741936 3321856 280 33554432000 4194304 5964350 140736856669584 140734534366808 4360743 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/29737/statm: 811 280 162 433 0 353 0

[startup+0.0330819 s]
/proc/loadavg: 2.04 3.21 3.63 3/177 29737
/proc/meminfo: memFree=27842588/32873648 swapFree=7112/7112
[pid=29737] ppid=29735 vsize=84436 CPUtime=0.02 cores=1,3,5,7
/proc/29737/stat : 29737 (wbo1.72) S 29735 29737 28397 0 -1 4202496 1635 0 0 0 2 0 0 0 20 0 2 0 333741936 86462464 1566 33554432000 4194304 5964350 140736856669584 140736856669104 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29737/statm: 21109 1566 194 433 0 20673 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 84436

[startup+0.100173 s]
/proc/loadavg: 2.04 3.21 3.63 3/177 29737
/proc/meminfo: memFree=27842588/32873648 swapFree=7112/7112
[pid=29737] ppid=29735 vsize=84820 CPUtime=0.09 cores=1,3,5,7
/proc/29737/stat : 29737 (wbo1.72) S 29735 29737 28397 0 -1 4202496 1900 0 0 0 9 0 0 0 20 0 2 0 333741936 86855680 1831 33554432000 4194304 5964350 140736856669584 140736856669104 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29737/statm: 21205 1831 194 433 0 20769 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 84820

[startup+0.300108 s]
/proc/loadavg: 2.04 3.21 3.63 3/177 29737
/proc/meminfo: memFree=27842588/32873648 swapFree=7112/7112
[pid=29737] ppid=29735 vsize=84820 CPUtime=0.29 cores=1,3,5,7
/proc/29737/stat : 29737 (wbo1.72) S 29735 29737 28397 0 -1 4202496 1900 0 0 0 29 0 0 0 20 0 2 0 333741936 86855680 1831 33554432000 4194304 5964350 140736856669584 140736856669104 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29737/statm: 21205 1831 194 433 0 20769 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84820

[startup+0.700107 s]
/proc/loadavg: 2.04 3.21 3.63 3/177 29737
/proc/meminfo: memFree=27842588/32873648 swapFree=7112/7112
[pid=29737] ppid=29735 vsize=84820 CPUtime=0.69 cores=1,3,5,7
/proc/29737/stat : 29737 (wbo1.72) S 29735 29737 28397 0 -1 4202496 1904 0 0 0 69 0 0 0 20 0 2 0 333741936 86855680 1835 33554432000 4194304 5964350 140736856669584 140736856669104 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29737/statm: 21205 1835 194 433 0 20769 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 84820

[startup+1.50015 s]
/proc/loadavg: 2.04 3.21 3.63 4/179 29739
/proc/meminfo: memFree=27825204/32873648 swapFree=7112/7112
[pid=29737] ppid=29735 vsize=84820 CPUtime=1.48 cores=1,3,5,7
/proc/29737/stat : 29737 (wbo1.72) S 29735 29737 28397 0 -1 4202496 2487 0 0 0 148 0 0 0 20 0 2 0 333741936 86855680 2418 33554432000 4194304 5964350 140736856669584 140736856669104 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29737/statm: 21205 2418 194 433 0 20769 0
[pid=29737/tid=29739] ppid=29735 vsize=84820 CPUtime=1.47 cores=1,3,5,7
/proc/29737/task/29739/stat : 29739 (wbo1.72) R 29735 29737 28397 0 -1 4202560 1573 0 0 0 147 0 0 0 20 0 2 0 333741937 86855680 2418 33554432000 4194304 5964350 140736856669584 140563736532984 5136340 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 84820

[startup+3.10014 s]
/proc/loadavg: 2.04 3.21 3.63 3/179 29739
/proc/meminfo: memFree=27814540/32873648 swapFree=7112/7112
[pid=29737] ppid=29735 vsize=84820 CPUtime=3.08 cores=1,3,5,7
/proc/29737/stat : 29737 (wbo1.72) S 29735 29737 28397 0 -1 4202496 3790 0 0 0 308 0 0 0 20 0 2 0 333741936 86855680 3721 33554432000 4194304 5964350 140736856669584 140736856669104 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29737/statm: 21205 3721 194 433 0 20769 0
[pid=29737/tid=29739] ppid=29735 vsize=84820 CPUtime=3.07 cores=1,3,5,7
/proc/29737/task/29739/stat : 29739 (wbo1.72) R 29735 29737 28397 0 -1 4202560 2876 0 0 0 307 0 0 0 20 0 2 0 333741937 86855680 3721 33554432000 4194304 5964350 140736856669584 140563736532984 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 84820

[startup+6.30015 s]
/proc/loadavg: 2.03 3.19 3.62 3/179 29739
/proc/meminfo: memFree=27795520/32873648 swapFree=7112/7112
[pid=29737] ppid=29735 vsize=84964 CPUtime=6.28 cores=1,3,5,7
/proc/29737/stat : 29737 (wbo1.72) S 29735 29737 28397 0 -1 4202496 6629 0 0 0 627 1 0 0 20 0 2 0 333741936 87003136 6560 33554432000 4194304 5964350 140736856669584 140736856669104 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29737/statm: 21241 6560 194 433 0 20805 0
[pid=29737/tid=29739] ppid=29735 vsize=84964 CPUtime=6.28 cores=1,3,5,7
/proc/29737/task/29739/stat : 29739 (wbo1.72) R 29735 29737 28397 0 -1 4202560 5715 0 0 0 626 2 0 0 20 0 2 0 333741937 87003136 6560 33554432000 4194304 5964350 140736856669584 140563736532984 4399846 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 84964

[startup+12.7003 s]
/proc/loadavg: 2.03 3.17 3.62 3/179 29739
/proc/meminfo: memFree=27777612/32873648 swapFree=7112/7112
[pid=29737] ppid=29735 vsize=85012 CPUtime=12.68 cores=1,3,5,7
/proc/29737/stat : 29737 (wbo1.72) S 29735 29737 28397 0 -1 4202496 7128 0 0 0 1267 1 0 0 20 0 2 0 333741936 87052288 6760 33554432000 4194304 5964350 140736856669584 140736856669104 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29737/statm: 21253 6760 194 433 0 20817 0
[pid=29737/tid=29739] ppid=29735 vsize=85012 CPUtime=12.68 cores=1,3,5,7
/proc/29737/task/29739/stat : 29739 (wbo1.72) R 29735 29737 28397 0 -1 4202560 6214 0 0 0 1266 2 0 0 20 0 2 0 333741937 87052288 6760 33554432000 4194304 5964350 140736856669584 140563736533944 4389080 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 85012

[startup+25.5003 s]
/proc/loadavg: 2.09 3.13 3.60 4/179 29739
/proc/meminfo: memFree=27753276/32873648 swapFree=7112/7112
[pid=29737] ppid=29735 vsize=85012 CPUtime=25.48 cores=1,3,5,7
/proc/29737/stat : 29737 (wbo1.72) S 29735 29737 28397 0 -1 4202496 7415 0 0 0 2547 1 0 0 20 0 2 0 333741936 87052288 7047 33554432000 4194304 5964350 140736856669584 140736856669104 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29737/statm: 21253 7047 194 433 0 20817 0
[pid=29737/tid=29739] ppid=29735 vsize=85012 CPUtime=25.47 cores=1,3,5,7
/proc/29737/task/29739/stat : 29739 (wbo1.72) R 29735 29737 28397 0 -1 4202560 6501 0 0 0 2545 2 0 0 20 0 2 0 333741937 87052288 7047 33554432000 4194304 5964350 140736856669584 140563736532984 4389030 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 85012

[startup+51.1002 s]
/proc/loadavg: 2.06 3.04 3.55 4/180 29742
/proc/meminfo: memFree=27691300/32873648 swapFree=7112/7112
[pid=29737] ppid=29735 vsize=85228 CPUtime=51.07 cores=1,3,5,7
/proc/29737/stat : 29737 (wbo1.72) S 29735 29737 28397 0 -1 4202496 12505 0 0 0 5104 3 0 0 20 0 2 0 333741936 87273472 12137 33554432000 4194304 5964350 140736856669584 140736856669104 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29737/statm: 21307 12137 194 433 0 20871 0
[pid=29737/tid=29739] ppid=29735 vsize=85228 CPUtime=51.07 cores=1,3,5,7
/proc/29737/task/29739/stat : 29739 (wbo1.72) R 29735 29737 28397 0 -1 4202560 11591 0 0 0 5103 4 0 0 20 0 2 0 333741937 87273472 12137 33554432000 4194304 5964350 140736856669584 140563736532984 4389052 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 85228

[startup+102.307 s]
/proc/loadavg: 2.02 2.88 3.47 4/179 29743
/proc/meminfo: memFree=27580816/32873648 swapFree=7112/7112
[pid=29737] ppid=29735 vsize=150872 CPUtime=102.25 cores=1,3,5,7
/proc/29737/stat : 29737 (wbo1.72) S 29735 29737 28397 0 -1 4202496 24579 0 0 0 10217 8 0 0 20 0 2 0 333741936 154492928 24193 33554432000 4194304 5964350 140736856669584 140736856669104 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29737/statm: 37718 24193 194 433 0 37282 0
[pid=29737/tid=29739] ppid=29735 vsize=150872 CPUtime=102.25 cores=1,3,5,7
/proc/29737/task/29739/stat : 29739 (wbo1.72) R 29735 29737 28397 0 -1 4202560 23665 0 0 0 10215 10 0 0 20 0 2 0 333741937 154492928 24193 33554432000 4194304 5964350 140736856669584 140563736532984 4389049 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 150872

[startup+162.3 s]
/proc/loadavg: 2.01 2.72 3.37 4/179 29743
/proc/meminfo: memFree=27518240/32873648 swapFree=7112/7112
[pid=29737] ppid=29735 vsize=151032 CPUtime=162.23 cores=1,3,5,7
/proc/29737/stat : 29737 (wbo1.72) S 29735 29737 28397 0 -1 4202496 32156 0 0 0 16213 10 0 0 20 0 2 0 333741936 154656768 32662 33554432000 4194304 5964350 140736856669584 140736856669104 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29737/statm: 37758 32662 194 433 0 37322 0
[pid=29737/tid=29739] ppid=29735 vsize=151032 CPUtime=162.24 cores=1,3,5,7
/proc/29737/task/29739/stat : 29739 (wbo1.72) R 29735 29737 28397 0 -1 4202560 31242 0 0 0 16211 13 0 0 20 0 2 0 333741937 154656768 32662 33554432000 4194304 5964350 140736856669584 140563736532792 4389084 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 151032

[startup+222.3 s]
/proc/loadavg: 2.00 2.58 3.28 4/179 29743
/proc/meminfo: memFree=27454456/32873648 swapFree=7112/7112
[pid=29737] ppid=29735 vsize=216568 CPUtime=222.21 cores=1,3,5,7
/proc/29737/stat : 29737 (wbo1.72) S 29735 29737 28397 0 -1 4202496 37112 0 0 0 22209 12 0 0 20 0 2 0 333741936 221765632 37618 33554432000 4194304 5964350 140736856669584 140736856669104 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29737/statm: 54142 37618 194 433 0 53706 0
[pid=29737/tid=29739] ppid=29735 vsize=216568 CPUtime=222.24 cores=1,3,5,7
/proc/29737/task/29739/stat : 29739 (wbo1.72) R 29735 29737 28397 0 -1 4202560 36198 0 0 0 22208 16 0 0 20 0 2 0 333741937 221765632 37618 33554432000 4194304 5964350 140736856669584 140563736532792 4222464 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 216568

[startup+282.3 s]
/proc/loadavg: 2.00 2.47 3.20 4/179 29743
/proc/meminfo: memFree=27441276/32873648 swapFree=7112/7112
[pid=29737] ppid=29735 vsize=216808 CPUtime=282.18 cores=1,3,5,7
/proc/29737/stat : 29737 (wbo1.72) S 29735 29737 28397 0 -1 4202496 40081 0 0 0 28205 13 0 0 20 0 2 0 333741936 222011392 40578 33554432000 4194304 5964350 140736856669584 140736856669104 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29737/statm: 54202 40578 194 433 0 53766 0
[pid=29737/tid=29739] ppid=29735 vsize=216808 CPUtime=282.22 cores=1,3,5,7
/proc/29737/task/29739/stat : 29739 (wbo1.72) R 29735 29737 28397 0 -1 4202560 39167 0 0 0 28204 18 0 0 20 0 2 0 333741937 222011392 40578 33554432000 4194304 5964350 140736856669584 140563736532792 4392614 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 216808

[startup+342.3 s]
/proc/loadavg: 2.00 2.38 3.12 4/179 29743
/proc/meminfo: memFree=27366468/32873648 swapFree=7112/7112
[pid=29737] ppid=29735 vsize=216808 CPUtime=342.14 cores=1,3,5,7
/proc/29737/stat : 29737 (wbo1.72) S 29735 29737 28397 0 -1 4202496 46128 0 0 0 34199 15 0 0 20 0 2 0 333741936 222011392 46666 33554432000 4194304 5964350 140736856669584 140736856669104 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29737/statm: 54202 46666 194 433 0 53766 0
[pid=29737/tid=29739] ppid=29735 vsize=216808 CPUtime=342.18 cores=1,3,5,7
/proc/29737/task/29739/stat : 29739 (wbo1.72) R 29735 29737 28397 0 -1 4202560 45214 0 0 0 34197 21 0 0 20 0 2 0 333741937 222011392 46666 33554432000 4194304 5964350 140736856669584 140563736532792 4399835 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 216808

[startup+402.3 s]
/proc/loadavg: 2.00 2.31 3.05 3/179 29744
/proc/meminfo: memFree=27311664/32873648 swapFree=7112/7112
[pid=29737] ppid=29735 vsize=282344 CPUtime=402.12 cores=1,3,5,7
/proc/29737/stat : 29737 (wbo1.72) S 29735 29737 28397 0 -1 4202496 59935 0 0 0 40193 19 0 0 20 0 2 0 333741936 289120256 60473 33554432000 4194304 5964350 140736856669584 140736856669104 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29737/statm: 70586 60473 194 433 0 70150 0
[pid=29737/tid=29739] ppid=29735 vsize=282344 CPUtime=402.18 cores=1,3,5,7
/proc/29737/task/29739/stat : 29739 (wbo1.72) R 29735 29737 28397 0 -1 4202560 59021 0 0 0 40192 26 0 0 20 0 2 0 333741937 289120256 60473 33554432000 4194304 5964350 140736856669584 140563736532984 4399930 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 282344

[startup+462.3 s]
/proc/loadavg: 2.00 2.25 2.98 4/179 29744
/proc/meminfo: memFree=27272004/32873648 swapFree=7112/7112
[pid=29737] ppid=29735 vsize=348240 CPUtime=462.11 cores=1,3,5,7

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

/proc/29737/task/29739/stat : 29739 (wbo1.72) R 29735 29737 28397 0 -1 4202560 139724 0 0 0 130125 78 0 0 20 0 2 0 333741937 626470912 141192 33554432000 4194304 5964350 140736856669584 140563736533032 4399866 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1301.82
Current children cumulated vsize (KiB) 611788

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.35 3/179 29754
/proc/meminfo: memFree=26741564/32873648 swapFree=7112/7112
[pid=29737] ppid=29735 vsize=611788 CPUtime=1361.8 cores=1,3,5,7
/proc/29737/stat : 29737 (wbo1.72) S 29735 29737 28397 0 -1 4202496 147721 0 0 0 136119 61 0 0 20 0 2 0 333741936 626470912 148275 33554432000 4194304 5964350 140736856669584 140736856669104 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29737/statm: 152947 148275 194 433 0 152511 0
[pid=29737/tid=29739] ppid=29735 vsize=611788 CPUtime=1362.02 cores=1,3,5,7
/proc/29737/task/29739/stat : 29739 (wbo1.72) R 29735 29737 28397 0 -1 4202560 146807 0 0 0 136120 82 0 0 20 0 2 0 333741937 626470912 148275 33554432000 4194304 5964350 140736856669584 140563736532984 4389030 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1361.8
Current children cumulated vsize (KiB) 611788

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.32 4/179 29754
/proc/meminfo: memFree=26652612/32873648 swapFree=7112/7112
[pid=29737] ppid=29735 vsize=742860 CPUtime=1421.8 cores=1,3,5,7
/proc/29737/stat : 29737 (wbo1.72) S 29735 29737 28397 0 -1 4202496 169735 0 0 0 142109 71 0 0 20 0 2 0 333741936 760688640 170289 33554432000 4194304 5964350 140736856669584 140736856669104 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29737/statm: 185715 170289 194 433 0 185279 0
[pid=29737/tid=29739] ppid=29735 vsize=742860 CPUtime=1422.03 cores=1,3,5,7
/proc/29737/task/29739/stat : 29739 (wbo1.72) R 29735 29737 28397 0 -1 4202560 168821 0 0 0 142111 92 0 0 20 0 2 0 333741937 760688640 170289 33554432000 4194304 5964350 140736856669584 140563736532984 4222464 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.8
Current children cumulated vsize (KiB) 742860

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.30 4/179 29754
/proc/meminfo: memFree=26652364/32873648 swapFree=7112/7112
[pid=29737] ppid=29735 vsize=742860 CPUtime=1481.79 cores=1,3,5,7
/proc/29737/stat : 29737 (wbo1.72) S 29735 29737 28397 0 -1 4202496 169735 0 0 0 148108 71 0 0 20 0 2 0 333741936 760688640 170289 33554432000 4194304 5964350 140736856669584 140736856669104 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29737/statm: 185715 170289 194 433 0 185279 0
[pid=29737/tid=29739] ppid=29735 vsize=742860 CPUtime=1482.02 cores=1,3,5,7
/proc/29737/task/29739/stat : 29739 (wbo1.72) R 29735 29737 28397 0 -1 4202560 168821 0 0 0 148109 93 0 0 20 0 2 0 333741937 760688640 170289 33554432000 4194304 5964350 140736856669584 140563736532984 4222464 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.79
Current children cumulated vsize (KiB) 742860

[startup+1542.3 s]
/proc/loadavg: 2.13 2.03 2.29 4/179 29754
/proc/meminfo: memFree=26652240/32873648 swapFree=7112/7112
[pid=29737] ppid=29735 vsize=742860 CPUtime=1541.78 cores=1,3,5,7
/proc/29737/stat : 29737 (wbo1.72) S 29735 29737 28397 0 -1 4202496 169737 0 0 0 154107 71 0 0 20 0 2 0 333741936 760688640 170291 33554432000 4194304 5964350 140736856669584 140736856669104 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29737/statm: 185715 170291 194 433 0 185279 0
[pid=29737/tid=29739] ppid=29735 vsize=742860 CPUtime=1542.02 cores=1,3,5,7
/proc/29737/task/29739/stat : 29739 (wbo1.72) R 29735 29737 28397 0 -1 4202560 168823 0 0 0 154108 94 0 0 20 0 2 0 333741937 760688640 170291 33554432000 4194304 5964350 140736856669584 140563736532984 4389005 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.78
Current children cumulated vsize (KiB) 742860

[startup+1602.3 s]
/proc/loadavg: 2.05 2.02 2.27 4/179 29755
/proc/meminfo: memFree=26652116/32873648 swapFree=7112/7112
[pid=29737] ppid=29735 vsize=742860 CPUtime=1601.77 cores=1,3,5,7
/proc/29737/stat : 29737 (wbo1.72) S 29735 29737 28397 0 -1 4202496 169746 0 0 0 160106 71 0 0 20 0 2 0 333741936 760688640 170300 33554432000 4194304 5964350 140736856669584 140736856669104 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29737/statm: 185715 170300 194 433 0 185279 0
[pid=29737/tid=29739] ppid=29735 vsize=742860 CPUtime=1602.02 cores=1,3,5,7
/proc/29737/task/29739/stat : 29739 (wbo1.72) R 29735 29737 28397 0 -1 4202560 168832 0 0 0 160107 95 0 0 20 0 2 0 333741937 760688640 170300 33554432000 4194304 5964350 140736856669584 140563736532984 4222464 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.77
Current children cumulated vsize (KiB) 742860

[startup+1662.3 s]
/proc/loadavg: 2.02 2.02 2.25 4/179 29755
/proc/meminfo: memFree=26629672/32873648 swapFree=7112/7112
[pid=29737] ppid=29735 vsize=742860 CPUtime=1661.76 cores=1,3,5,7
/proc/29737/stat : 29737 (wbo1.72) S 29735 29737 28397 0 -1 4202496 169782 0 0 0 166105 71 0 0 20 0 2 0 333741936 760688640 170336 33554432000 4194304 5964350 140736856669584 140736856669104 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29737/statm: 185715 170336 194 433 0 185279 0
[pid=29737/tid=29739] ppid=29735 vsize=742860 CPUtime=1662.02 cores=1,3,5,7
/proc/29737/task/29739/stat : 29739 (wbo1.72) R 29735 29737 28397 0 -1 4202560 168868 0 0 0 166106 96 0 0 20 0 2 0 333741937 760688640 170336 33554432000 4194304 5964350 140736856669584 140563736532984 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.76
Current children cumulated vsize (KiB) 742860

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.23 3/179 29755
/proc/meminfo: memFree=26545220/32873648 swapFree=7112/7112
[pid=29737] ppid=29735 vsize=742860 CPUtime=1721.71 cores=1,3,5,7
/proc/29737/stat : 29737 (wbo1.72) S 29735 29737 28397 0 -1 4202496 170462 0 0 0 172100 71 0 0 20 0 2 0 333741936 760688640 170992 33554432000 4194304 5964350 140736856669584 140736856669104 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29737/statm: 185715 170992 194 433 0 185279 0
[pid=29737/tid=29739] ppid=29735 vsize=742860 CPUtime=1721.98 cores=1,3,5,7
/proc/29737/task/29739/stat : 29739 (wbo1.72) R 29735 29737 28397 0 -1 4202560 169548 0 0 0 172100 98 0 0 20 0 2 0 333741937 760688640 170992 33554432000 4194304 5964350 140736856669584 140563736532792 4399835 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.71
Current children cumulated vsize (KiB) 742860

[startup+1782.3 s]
/proc/loadavg: 2.04 2.02 2.22 4/179 29755
/proc/meminfo: memFree=26517244/32873648 swapFree=7112/7112
[pid=29737] ppid=29735 vsize=743508 CPUtime=1781.67 cores=1,3,5,7
/proc/29737/stat : 29737 (wbo1.72) S 29735 29737 28397 0 -1 4202496 170749 0 0 0 178096 71 0 0 20 0 2 0 333741936 761352192 171299 33554432000 4194304 5964350 140736856669584 140736856669104 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29737/statm: 185877 171299 194 433 0 185441 0
[pid=29737/tid=29739] ppid=29735 vsize=743508 CPUtime=1781.95 cores=1,3,5,7
/proc/29737/task/29739/stat : 29739 (wbo1.72) R 29735 29737 28397 0 -1 4202560 169835 0 0 0 178096 99 0 0 20 0 2 0 333741937 761352192 171299 33554432000 4194304 5964350 140736856669584 140563736532792 4403484 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.67
Current children cumulated vsize (KiB) 743508

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

[startup+1791.91 s]
/proc/loadavg: 2.03 2.02 2.22 4/179 29755
/proc/meminfo: memFree=26517104/32873648 swapFree=7112/7112
[pid=29737] ppid=29735 vsize=744264 CPUtime=1791.27 cores=1,3,5,7
/proc/29737/stat : 29737 (wbo1.72) S 29735 29737 28397 0 -1 4202496 170888 0 0 0 179056 71 0 0 20 0 2 0 333741936 762126336 171434 33554432000 4194304 5964350 140736856669584 140736856669104 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29737/statm: 186066 171434 194 433 0 185630 0
[pid=29737/tid=29739] ppid=29735 vsize=744264 CPUtime=1791.55 cores=1,3,5,7
/proc/29737/task/29739/stat : 29739 (wbo1.72) R 29735 29737 28397 0 -1 4202560 169974 0 0 0 179056 99 0 0 20 0 2 0 333741937 762126336 171434 33554432000 4194304 5964350 140736856669584 140563736532792 4379216 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.27
Current children cumulated vsize (KiB) 744264

[startup+1795.1 s]
/proc/loadavg: 2.03 2.02 2.21 4/179 29755
/proc/meminfo: memFree=26517104/32873648 swapFree=7112/7112
[pid=29737] ppid=29735 vsize=744264 CPUtime=1794.47 cores=1,3,5,7
/proc/29737/stat : 29737 (wbo1.72) S 29735 29737 28397 0 -1 4202496 170888 0 0 0 179376 71 0 0 20 0 2 0 333741936 762126336 171434 33554432000 4194304 5964350 140736856669584 140736856669104 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29737/statm: 186066 171434 194 433 0 185630 0
[pid=29737/tid=29739] ppid=29735 vsize=744264 CPUtime=1794.75 cores=1,3,5,7
/proc/29737/task/29739/stat : 29739 (wbo1.72) R 29735 29737 28397 0 -1 4202560 169974 0 0 0 179376 99 0 0 20 0 2 0 333741937 762126336 171434 33554432000 4194304 5964350 140736856669584 140563736532792 4409205 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.47
Current children cumulated vsize (KiB) 744264

[startup+1798.3 s]
/proc/loadavg: 2.03 2.02 2.21 4/179 29755
/proc/meminfo: memFree=26517228/32873648 swapFree=7112/7112
[pid=29737] ppid=29735 vsize=744264 CPUtime=1797.66 cores=1,3,5,7
/proc/29737/stat : 29737 (wbo1.72) S 29735 29737 28397 0 -1 4202496 170888 0 0 0 179695 71 0 0 20 0 2 0 333741936 762126336 171434 33554432000 4194304 5964350 140736856669584 140736856669104 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29737/statm: 186066 171434 194 433 0 185630 0
[pid=29737/tid=29739] ppid=29735 vsize=744264 CPUtime=1797.95 cores=1,3,5,7
/proc/29737/task/29739/stat : 29739 (wbo1.72) R 29735 29737 28397 0 -1 4202560 169974 0 0 0 179696 99 0 0 20 0 2 0 333741937 762126336 171434 33554432000 4194304 5964350 140736856669584 140563736532792 4389080 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.66
Current children cumulated vsize (KiB) 744264

[startup+1799.1 s]
/proc/loadavg: 2.03 2.02 2.21 4/179 29755
/proc/meminfo: memFree=26517228/32873648 swapFree=7112/7112
[pid=29737] ppid=29735 vsize=744264 CPUtime=1798.46 cores=1,3,5,7
/proc/29737/stat : 29737 (wbo1.72) S 29735 29737 28397 0 -1 4202496 170888 0 0 0 179775 71 0 0 20 0 2 0 333741936 762126336 171434 33554432000 4194304 5964350 140736856669584 140736856669104 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29737/statm: 186066 171434 194 433 0 185630 0
[pid=29737/tid=29739] ppid=29735 vsize=744264 CPUtime=1798.75 cores=1,3,5,7
/proc/29737/task/29739/stat : 29739 (wbo1.72) R 29735 29737 28397 0 -1 4202560 169974 0 0 0 179776 99 0 0 20 0 2 0 333741937 762126336 171434 33554432000 4194304 5964350 140736856669584 140563736532792 4403576 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.46
Current children cumulated vsize (KiB) 744264

[startup+1799.5 s]
/proc/loadavg: 2.03 2.02 2.21 4/179 29755
/proc/meminfo: memFree=26517228/32873648 swapFree=7112/7112
[pid=29737] ppid=29735 vsize=744264 CPUtime=1798.87 cores=1,3,5,7
/proc/29737/stat : 29737 (wbo1.72) S 29735 29737 28397 0 -1 4202496 170888 0 0 0 179816 71 0 0 20 0 2 0 333741936 762126336 171434 33554432000 4194304 5964350 140736856669584 140736856669104 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29737/statm: 186066 171434 194 433 0 185630 0
[pid=29737/tid=29739] ppid=29735 vsize=744264 CPUtime=1799.15 cores=1,3,5,7
/proc/29737/task/29739/stat : 29739 (wbo1.72) R 29735 29737 28397 0 -1 4202560 169974 0 0 0 179816 99 0 0 20 0 2 0 333741937 762126336 171434 33554432000 4194304 5964350 140736856669584 140563736532792 4399835 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.87
Current children cumulated vsize (KiB) 744264

[startup+1799.9 s]
/proc/loadavg: 2.03 2.02 2.21 4/179 29755
/proc/meminfo: memFree=26517228/32873648 swapFree=7112/7112
[pid=29737] ppid=29735 vsize=744264 CPUtime=1799.26 cores=1,3,5,7
/proc/29737/stat : 29737 (wbo1.72) S 29735 29737 28397 0 -1 4202496 170888 0 0 0 179855 71 0 0 20 0 2 0 333741936 762126336 171434 33554432000 4194304 5964350 140736856669584 140736856669104 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29737/statm: 186066 171434 194 433 0 185630 0
[pid=29737/tid=29739] ppid=29735 vsize=744264 CPUtime=1799.55 cores=1,3,5,7
/proc/29737/task/29739/stat : 29739 (wbo1.72) R 29735 29737 28397 0 -1 4202560 169974 0 0 0 179856 99 0 0 20 0 2 0 333741937 762126336 171434 33554432000 4194304 5964350 140736856669584 140563736532792 4221984 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.26
Current children cumulated vsize (KiB) 744264

[startup+1800 s]
/proc/loadavg: 2.03 2.02 2.21 4/179 29755
/proc/meminfo: memFree=26517228/32873648 swapFree=7112/7112
[pid=29737] ppid=29735 vsize=744264 CPUtime=1799.36 cores=1,3,5,7
/proc/29737/stat : 29737 (wbo1.72) S 29735 29737 28397 0 -1 4202496 170888 0 0 0 179865 71 0 0 20 0 2 0 333741936 762126336 171434 33554432000 4194304 5964350 140736856669584 140736856669104 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29737/statm: 186066 171434 194 433 0 185630 0
[pid=29737/tid=29739] ppid=29735 vsize=744264 CPUtime=1799.65 cores=1,3,5,7
/proc/29737/task/29739/stat : 29739 (wbo1.72) R 29735 29737 28397 0 -1 4202560 169974 0 0 0 179866 99 0 0 20 0 2 0 333741937 762126336 171434 33554432000 4194304 5964350 140736856669584 140563736532792 4221984 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.36
Current children cumulated vsize (KiB) 744264

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.68
CPU user time (s): 1798.67
CPU system time (s): 1.00485
CPU usage (%): 99.9817
Max. virtual memory (cumulated for all children) (KiB): 744264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.67
system time used= 1.00485
maximum resident set size= 685744
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 170890
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= 300
involuntary context switches= 2436

runsolver used 3.53146 second user time and 9.92949 second system time

The end

Launcher Data

Begin job on node126 at 2012-06-03 00:29:20
IDJOB=3728297
IDBENCH=79441
IDSOLVER=2315
FILE ID=node126/3728297-1338676160
RUNJOBID= node126-1338676159-29475
PBS_JOBID= 14636504
Free space on /tmp= 70784 MiB

SOLVER NAME= wbo 1.72
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/coloring/normalized-dsjc125-1-4_wcsp.wbo
COMMAND LINE= wbo1.72 -file-format=wbo BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3728297-1338676160/watcher-3728297-1338676160 -o /tmp/evaluation-result-3728297-1338676160/solver-3728297-1338676160 -C 1800 -W 1900 -M 15500  wbo1.72 -file-format=wbo HOME/instance-3728297-1338676160.wbo

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

MD5SUM BENCH= b95440184c2619269a303a66296dd7fe
RANDOM SEED=1645984319

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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.456
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.90
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.456
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27843124 kB
Buffers:          399176 kB
Cached:          3753836 kB
SwapCached:         9476 kB
Active:          1467996 kB
Inactive:        2702628 kB
Active(anon):       6752 kB
Inactive(anon):    12180 kB
Active(file):    1461244 kB
Inactive(file):  2690448 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67094928 kB
Dirty:             10688 kB
Writeback:             0 kB
AnonPages:         15528 kB
Mapped:            10568 kB
Shmem:                 0 kB
Slab:             722932 kB
SReclaimable:     166504 kB
SUnreclaim:       556428 kB
KernelStack:        1448 kB
PageTables:         3804 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     142460 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= 70784 MiB
End job on node126 at 2012-06-03 00:59:20