Trace number 3728313

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

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/coloring/
normalized-myciel5g-4_wcsp.wbo
MD5SUM3fb8f81d652630b13b866ff5b3a4bf01
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark716.004
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables188
Total number of constraints991
Number of soft constraints944
Number of constraints which are clauses944
Number of constraints which are cardinality constraints (but not clauses)47
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
Top cost 237
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 944
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-3728313-1338676279.wbo.
0.00/0.00	c Instance file HOME/instance-3728313-1338676279.wbo
0.00/0.00	c File size is 27028 bytes.
0.00/0.00	c Highest Coefficient sum: 5
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:      1132                                                |
0.00/0.00	c |  Number Clauses:        991                                                 |
0.00/0.00	c |  Number Cardinality:    47                                                  |
0.00/0.00	c |  Number PB Constraints: 0                                                   |
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Problem Type:          Optimization                                        |
0.00/0.00	c |  Objective Function:    Cardinality 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 ===============================================================================
0.28/0.31	c | 0.32      | 0  | 1            lb |  0                0                0.00  |
33.99/34.03	c | 34.03     | 0  | 2            lb |  0                0                0.00  |
1799.43/1800.00	c ===============================================================================
1799.43/1800.00	c Wall Clock Time: 1800.00 s
1799.43/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-3728313-1338676279/watcher-3728313-1338676279 -o /tmp/evaluation-result-3728313-1338676279/solver-3728313-1338676279 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=wbo HOME/instance-3728313-1338676279.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.09 2.05 2.01 3/177 7753
/proc/meminfo: memFree=28542664/32873844 swapFree=7632/7632
[pid=7753] ppid=7751 vsize=83816 CPUtime=0 cores=1,3,5,7
/proc/7753/stat : 7753 (wbo1.72) S 7751 7753 7067 0 -1 4202496 947 0 0 0 0 0 0 0 20 0 2 0 333753465 85827584 893 33554432000 4194304 5964350 140736234103152 140736234102672 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7753/statm: 20954 894 183 433 0 20518 0
[pid=7753/tid=7754] ppid=7751 vsize=83816 CPUtime=0 cores=1,3,5,7
/proc/7753/task/7754/stat : 7754 (wbo1.72) R 7751 7753 7067 0 -1 4202560 182 0 0 0 0 0 0 0 20 0 2 0 333753465 85827584 897 33554432000 4194304 5964350 140736234103152 140735144927480 4415136 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0

[startup+0.072598 s]
/proc/loadavg: 2.09 2.05 2.01 3/177 7753
/proc/meminfo: memFree=28542664/32873844 swapFree=7632/7632
[pid=7753] ppid=7751 vsize=83816 CPUtime=0.06 cores=1,3,5,7
/proc/7753/stat : 7753 (wbo1.72) S 7751 7753 7067 0 -1 4202496 1263 0 0 0 6 0 0 0 20 0 2 0 333753465 85827584 1209 33554432000 4194304 5964350 140736234103152 140736234102672 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7753/statm: 20954 1209 190 433 0 20518 0
[pid=7753/tid=7754] ppid=7751 vsize=83816 CPUtime=0.05 cores=1,3,5,7
/proc/7753/task/7754/stat : 7754 (wbo1.72) R 7751 7753 7067 0 -1 4202560 494 0 0 0 5 0 0 0 20 0 2 0 333753465 85827584 1209 33554432000 4194304 5964350 140736234103152 140079652841464 5136340 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 83816

[startup+0.100297 s]
/proc/loadavg: 2.09 2.05 2.01 3/177 7753
/proc/meminfo: memFree=28542664/32873844 swapFree=7632/7632
[pid=7753] ppid=7751 vsize=83816 CPUtime=0.09 cores=1,3,5,7
/proc/7753/stat : 7753 (wbo1.72) S 7751 7753 7067 0 -1 4202496 1375 0 0 0 9 0 0 0 20 0 2 0 333753465 85827584 1321 33554432000 4194304 5964350 140736234103152 140736234102672 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7753/statm: 20954 1322 190 433 0 20518 0
[pid=7753/tid=7754] ppid=7751 vsize=83816 CPUtime=0.08 cores=1,3,5,7
/proc/7753/task/7754/stat : 7754 (wbo1.72) R 7751 7753 7067 0 -1 4202560 607 0 0 0 8 0 0 0 20 0 2 0 333753465 85827584 1322 33554432000 4194304 5964350 140736234103152 140079652841464 5136340 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 83816

[startup+0.300257 s]
/proc/loadavg: 2.09 2.05 2.01 3/177 7753
/proc/meminfo: memFree=28542664/32873844 swapFree=7632/7632
[pid=7753] ppid=7751 vsize=83816 CPUtime=0.28 cores=1,3,5,7
/proc/7753/stat : 7753 (wbo1.72) S 7751 7753 7067 0 -1 4202496 2067 0 0 0 28 0 0 0 20 0 2 0 333753465 85827584 2013 33554432000 4194304 5964350 140736234103152 140736234102672 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7753/statm: 20954 2013 190 433 0 20518 0
[pid=7753/tid=7754] ppid=7751 vsize=83816 CPUtime=0.28 cores=1,3,5,7
/proc/7753/task/7754/stat : 7754 (wbo1.72) R 7751 7753 7067 0 -1 4202560 1298 0 0 0 28 0 0 0 20 0 2 0 333753465 85827584 2013 33554432000 4194304 5964350 140736234103152 140079652841464 5136340 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 83816

[startup+0.700255 s]
/proc/loadavg: 2.09 2.05 2.01 3/177 7753
/proc/meminfo: memFree=28542664/32873844 swapFree=7632/7632
[pid=7753] ppid=7751 vsize=83816 CPUtime=0.68 cores=1,3,5,7
/proc/7753/stat : 7753 (wbo1.72) S 7751 7753 7067 0 -1 4202496 2293 0 0 0 68 0 0 0 20 0 2 0 333753465 85827584 2239 33554432000 4194304 5964350 140736234103152 140736234102672 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7753/statm: 20954 2239 194 433 0 20518 0
[pid=7753/tid=7754] ppid=7751 vsize=83816 CPUtime=0.68 cores=1,3,5,7
/proc/7753/task/7754/stat : 7754 (wbo1.72) R 7751 7753 7067 0 -1 4202560 1524 0 0 0 68 0 0 0 20 0 2 0 333753465 85827584 2239 33554432000 4194304 5964350 140736234103152 140079652841464 4400035 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 83816

[startup+1.50026 s]
/proc/loadavg: 2.09 2.05 2.01 3/179 7755
/proc/meminfo: memFree=28534456/32873844 swapFree=7632/7632
[pid=7753] ppid=7751 vsize=83816 CPUtime=1.48 cores=1,3,5,7
/proc/7753/stat : 7753 (wbo1.72) S 7751 7753 7067 0 -1 4202496 2387 0 0 0 148 0 0 0 20 0 2 0 333753465 85827584 2333 33554432000 4194304 5964350 140736234103152 140736234102672 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7753/statm: 20954 2333 194 433 0 20518 0
[pid=7753/tid=7754] ppid=7751 vsize=83816 CPUtime=1.48 cores=1,3,5,7
/proc/7753/task/7754/stat : 7754 (wbo1.72) R 7751 7753 7067 0 -1 4202560 1618 0 0 0 148 0 0 0 20 0 2 0 333753465 85827584 2333 33554432000 4194304 5964350 140736234103152 140079652841832 5136340 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 83816

[startup+3.10026 s]
/proc/loadavg: 2.09 2.05 2.01 3/179 7755
/proc/meminfo: memFree=28532100/32873844 swapFree=7632/7632
[pid=7753] ppid=7751 vsize=83816 CPUtime=3.09 cores=1,3,5,7
/proc/7753/stat : 7753 (wbo1.72) S 7751 7753 7067 0 -1 4202496 3289 0 0 0 308 1 0 0 20 0 2 0 333753465 85827584 3235 33554432000 4194304 5964350 140736234103152 140736234102672 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7753/statm: 20954 3235 194 433 0 20518 0
[pid=7753/tid=7754] ppid=7751 vsize=83816 CPUtime=3.07 cores=1,3,5,7
/proc/7753/task/7754/stat : 7754 (wbo1.72) R 7751 7753 7067 0 -1 4202560 2520 0 0 0 306 1 0 0 20 0 2 0 333753465 85827584 3235 33554432000 4194304 5964350 140736234103152 140079652841272 5136340 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 83816

[startup+6.30027 s]
/proc/loadavg: 2.08 2.05 2.01 3/179 7755
/proc/meminfo: memFree=28524304/32873844 swapFree=7632/7632
[pid=7753] ppid=7751 vsize=83960 CPUtime=6.28 cores=1,3,5,7
/proc/7753/stat : 7753 (wbo1.72) S 7751 7753 7067 0 -1 4202496 5146 0 0 0 627 1 0 0 20 0 2 0 333753465 85975040 5092 33554432000 4194304 5964350 140736234103152 140736234102672 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7753/statm: 20990 5092 194 433 0 20554 0
[pid=7753/tid=7754] ppid=7751 vsize=83960 CPUtime=6.26 cores=1,3,5,7
/proc/7753/task/7754/stat : 7754 (wbo1.72) R 7751 7753 7067 0 -1 4202560 4377 0 0 0 625 1 0 0 20 0 2 0 333753465 85975040 5092 33554432000 4194304 5964350 140736234103152 140079652841464 4222416 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 83960

[startup+12.7003 s]
/proc/loadavg: 2.07 2.05 2.01 3/179 7755
/proc/meminfo: memFree=28515904/32873844 swapFree=7632/7632
[pid=7753] ppid=7751 vsize=83960 CPUtime=12.68 cores=1,3,5,7
/proc/7753/stat : 7753 (wbo1.72) S 7751 7753 7067 0 -1 4202496 6915 0 0 0 1266 2 0 0 20 0 2 0 333753465 85975040 6861 33554432000 4194304 5964350 140736234103152 140736234102672 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7753/statm: 20990 6861 194 433 0 20554 0
[pid=7753/tid=7754] ppid=7751 vsize=83960 CPUtime=12.65 cores=1,3,5,7
/proc/7753/task/7754/stat : 7754 (wbo1.72) R 7751 7753 7067 0 -1 4202560 6146 0 0 0 1263 2 0 0 20 0 2 0 333753465 85975040 6861 33554432000 4194304 5964350 140736234103152 140079652841464 5122387 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 83960

[startup+25.5003 s]
/proc/loadavg: 2.12 2.07 2.01 3/179 7755
/proc/meminfo: memFree=28506496/32873844 swapFree=7632/7632
[pid=7753] ppid=7751 vsize=84032 CPUtime=25.48 cores=1,3,5,7
/proc/7753/stat : 7753 (wbo1.72) S 7751 7753 7067 0 -1 4202496 9207 0 0 0 2546 2 0 0 20 0 2 0 333753465 86048768 9153 33554432000 4194304 5964350 140736234103152 140736234102672 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7753/statm: 21008 9153 194 433 0 20572 0
[pid=7753/tid=7754] ppid=7751 vsize=84032 CPUtime=25.41 cores=1,3,5,7
/proc/7753/task/7754/stat : 7754 (wbo1.72) R 7751 7753 7067 0 -1 4202560 8438 0 0 0 2539 2 0 0 20 0 2 0 333753465 86048768 9153 33554432000 4194304 5964350 140736234103152 140079652841464 4389030 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 84032

[startup+51.1003 s]
/proc/loadavg: 2.08 2.06 2.01 3/179 7755
/proc/meminfo: memFree=28498436/32873844 swapFree=7632/7632
[pid=7753] ppid=7751 vsize=83816 CPUtime=51.08 cores=1,3,5,7
/proc/7753/stat : 7753 (wbo1.72) S 7751 7753 7067 0 -1 4202496 11152 0 0 0 5105 3 0 0 20 0 2 0 333753465 85827584 11036 33554432000 4194304 5964350 140736234103152 140736234102672 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7753/statm: 20954 11036 194 433 0 20518 0
[pid=7753/tid=7754] ppid=7751 vsize=83816 CPUtime=50.95 cores=1,3,5,7
/proc/7753/task/7754/stat : 7754 (wbo1.72) R 7751 7753 7067 0 -1 4202560 10383 0 0 0 5092 3 0 0 20 0 2 0 333753465 85827584 11036 33554432000 4194304 5964350 140736234103152 140079652842424 4221984 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 83816

[startup+102.307 s]
/proc/loadavg: 2.03 2.05 2.00 3/179 7755
/proc/meminfo: memFree=28330912/32873844 swapFree=7632/7632
[pid=7753] ppid=7751 vsize=149352 CPUtime=102.28 cores=1,3,5,7
/proc/7753/stat : 7753 (wbo1.72) S 7751 7753 7067 0 -1 4202496 25456 0 0 0 10219 9 0 0 20 0 2 0 333753465 152936448 25340 33554432000 4194304 5964350 140736234103152 140736234102672 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7753/statm: 37338 25340 194 433 0 36902 0
[pid=7753/tid=7754] ppid=7751 vsize=149352 CPUtime=102.02 cores=1,3,5,7
/proc/7753/task/7754/stat : 7754 (wbo1.72) R 7751 7753 7067 0 -1 4202560 24687 0 0 0 10193 9 0 0 20 0 2 0 333753465 152936448 25340 33554432000 4194304 5964350 140736234103152 140079652841464 4389090 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 149352

[startup+162.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/179 7756
/proc/meminfo: memFree=28276848/32873844 swapFree=7632/7632
[pid=7753] ppid=7751 vsize=215372 CPUtime=162.26 cores=1,3,5,7
/proc/7753/stat : 7753 (wbo1.72) S 7751 7753 7067 0 -1 4202496 39309 0 0 0 16213 13 0 0 20 0 2 0 333753465 220540928 39193 33554432000 4194304 5964350 140736234103152 140736234102672 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7753/statm: 53843 39193 194 433 0 53407 0
[pid=7753/tid=7754] ppid=7751 vsize=215372 CPUtime=161.86 cores=1,3,5,7
/proc/7753/task/7754/stat : 7754 (wbo1.72) R 7751 7753 7067 0 -1 4202560 38540 0 0 0 16171 15 0 0 20 0 2 0 333753465 220540928 39193 33554432000 4194304 5964350 140736234103152 140079652841512 4399944 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 215372

[startup+222.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/179 7756
/proc/meminfo: memFree=28227744/32873844 swapFree=7632/7632
[pid=7753] ppid=7751 vsize=280908 CPUtime=222.26 cores=1,3,5,7
/proc/7753/stat : 7753 (wbo1.72) S 7751 7753 7067 0 -1 4202496 51278 0 0 0 22209 17 0 0 20 0 2 0 333753465 287649792 51162 33554432000 4194304 5964350 140736234103152 140736234102672 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7753/statm: 70227 51162 194 433 0 69791 0
[pid=7753/tid=7754] ppid=7751 vsize=280908 CPUtime=221.71 cores=1,3,5,7
/proc/7753/task/7754/stat : 7754 (wbo1.72) R 7751 7753 7067 0 -1 4202560 50509 0 0 0 22152 19 0 0 20 0 2 0 333753465 287649792 51162 33554432000 4194304 5964350 140736234103152 140079652841464 4389052 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 280908

[startup+282.3 s]
/proc/loadavg: 1.47 1.88 1.95 2/172 7780
/proc/meminfo: memFree=29195620/32873844 swapFree=7632/7632
[pid=7753] ppid=7751 vsize=281148 CPUtime=282.22 cores=1,3,5,7
/proc/7753/stat : 7753 (wbo1.72) S 7751 7753 7067 0 -1 4202496 57615 0 0 0 28203 19 0 0 20 0 2 0 333753465 287895552 57490 33554432000 4194304 5964350 140736234103152 140736234102672 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7753/statm: 70287 57490 194 433 0 69851 0
[pid=7753/tid=7754] ppid=7751 vsize=281148 CPUtime=281.53 cores=1,3,5,7
/proc/7753/task/7754/stat : 7754 (wbo1.72) R 7751 7753 7067 0 -1 4202560 56846 0 0 0 28131 22 0 0 20 0 2 0 333753465 287895552 57490 33554432000 4194304 5964350 140736234103152 140079652841272 4222416 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 281148

[startup+342.3 s]
/proc/loadavg: 1.17 1.72 1.89 2/172 7780
/proc/meminfo: memFree=29184868/32873844 swapFree=7632/7632
[pid=7753] ppid=7751 vsize=281148 CPUtime=342.17 cores=1,3,5,7
/proc/7753/stat : 7753 (wbo1.72) S 7751 7753 7067 0 -1 4202496 60362 0 0 0 34197 20 0 0 20 0 2 0 333753465 287895552 60241 33554432000 4194304 5964350 140736234103152 140736234102672 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7753/statm: 70287 60241 194 433 0 69851 0
[pid=7753/tid=7754] ppid=7751 vsize=281148 CPUtime=341.34 cores=1,3,5,7
/proc/7753/task/7754/stat : 7754 (wbo1.72) R 7751 7753 7067 0 -1 4202560 59593 0 0 0 34109 25 0 0 20 0 2 0 333753465 287895552 60241 33554432000 4194304 5964350 140736234103152 140079652841464 4403544 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 281148

[startup+402.3 s]
/proc/loadavg: 1.06 1.58 1.83 2/172 7780
/proc/meminfo: memFree=29148180/32873844 swapFree=7632/7632
[pid=7753] ppid=7751 vsize=347044 CPUtime=402.14 cores=1,3,5,7
/proc/7753/stat : 7753 (wbo1.72) S 7751 7753 7067 0 -1 4202496 69314 0 0 0 40190 24 0 0 20 0 2 0 333753465 355373056 69522 33554432000 4194304 5964350 140736234103152 140736234102672 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0

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


[startup+1422.31 s]
/proc/loadavg: 1.02 1.03 1.26 2/172 7790
/proc/meminfo: memFree=28705508/32873844 swapFree=7632/7632
[pid=7753] ppid=7751 vsize=741608 CPUtime=1421.84 cores=1,3,5,7
/proc/7753/stat : 7753 (wbo1.72) S 7751 7753 7067 0 -1 4202496 178218 0 0 0 142071 113 0 0 20 0 2 0 333753465 759406592 179635 33554432000 4194304 5964350 140736234103152 140736234102672 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7753/statm: 185402 179635 194 433 0 184966 0
[pid=7753/tid=7754] ppid=7751 vsize=741608 CPUtime=1418.39 cores=1,3,5,7
/proc/7753/task/7754/stat : 7754 (wbo1.72) R 7751 7753 7067 0 -1 4202560 177449 0 0 0 141706 133 0 0 20 0 2 0 333753465 759406592 179635 33554432000 4194304 5964350 140736234103152 140079652841512 4388542 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.84
Current children cumulated vsize (KiB) 741608

[startup+1482.3 s]
/proc/loadavg: 1.01 1.02 1.24 2/172 7790
/proc/meminfo: memFree=28686288/32873844 swapFree=7632/7632
[pid=7753] ppid=7751 vsize=807144 CPUtime=1481.81 cores=1,3,5,7
/proc/7753/stat : 7753 (wbo1.72) S 7751 7753 7067 0 -1 4202496 182971 0 0 0 148063 118 0 0 20 0 2 0 333753465 826515456 184388 33554432000 4194304 5964350 140736234103152 140736234102672 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7753/statm: 201786 184388 194 433 0 201350 0
[pid=7753/tid=7754] ppid=7751 vsize=807144 CPUtime=1478.23 cores=1,3,5,7
/proc/7753/task/7754/stat : 7754 (wbo1.72) R 7751 7753 7067 0 -1 4202560 182202 0 0 0 147683 140 0 0 20 0 2 0 333753465 826515456 184388 33554432000 4194304 5964350 140736234103152 140079652841272 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.81
Current children cumulated vsize (KiB) 807144

[startup+1542.3 s]
/proc/loadavg: 1.00 1.01 1.22 2/172 7790
/proc/meminfo: memFree=28664588/32873844 swapFree=7632/7632
[pid=7753] ppid=7751 vsize=807144 CPUtime=1541.8 cores=1,3,5,7
/proc/7753/stat : 7753 (wbo1.72) S 7751 7753 7067 0 -1 4202496 188443 0 0 0 154057 123 0 0 20 0 2 0 333753465 826515456 189859 33554432000 4194304 5964350 140736234103152 140736234102672 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7753/statm: 201786 189859 194 433 0 201350 0
[pid=7753/tid=7754] ppid=7751 vsize=807144 CPUtime=1538.07 cores=1,3,5,7
/proc/7753/task/7754/stat : 7754 (wbo1.72) R 7751 7753 7067 0 -1 4202560 187674 0 0 0 153661 146 0 0 20 0 2 0 333753465 826515456 189859 33554432000 4194304 5964350 140736234103152 140079652841464 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.8
Current children cumulated vsize (KiB) 807144

[startup+1602.3 s]
/proc/loadavg: 1.03 1.02 1.21 2/172 7790
/proc/meminfo: memFree=28652684/32873844 swapFree=7632/7632
[pid=7753] ppid=7751 vsize=808596 CPUtime=1601.8 cores=1,3,5,7
/proc/7753/stat : 7753 (wbo1.72) S 7751 7753 7067 0 -1 4202496 191405 0 0 0 160053 127 0 0 20 0 2 0 333753465 828002304 192821 33554432000 4194304 5964350 140736234103152 140736234102672 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7753/statm: 202149 192821 194 433 0 201713 0
[pid=7753/tid=7754] ppid=7751 vsize=808596 CPUtime=1597.92 cores=1,3,5,7
/proc/7753/task/7754/stat : 7754 (wbo1.72) R 7751 7753 7067 0 -1 4202560 190636 0 0 0 159642 150 0 0 20 0 2 0 333753465 828002304 192821 33554432000 4194304 5964350 140736234103152 140079652841272 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.8
Current children cumulated vsize (KiB) 808596

[startup+1662.3 s]
/proc/loadavg: 1.04 1.03 1.20 2/172 7791
/proc/meminfo: memFree=28615112/32873844 swapFree=7632/7632
[pid=7753] ppid=7751 vsize=874132 CPUtime=1661.79 cores=1,3,5,7
/proc/7753/stat : 7753 (wbo1.72) S 7751 7753 7067 0 -1 4202496 200854 0 0 0 166044 135 0 0 20 0 2 0 333753465 895111168 202270 33554432000 4194304 5964350 140736234103152 140736234102672 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7753/statm: 218533 202270 194 433 0 218097 0
[pid=7753/tid=7754] ppid=7751 vsize=874132 CPUtime=1657.76 cores=1,3,5,7
/proc/7753/task/7754/stat : 7754 (wbo1.72) R 7751 7753 7067 0 -1 4202560 200085 0 0 0 165616 160 0 0 20 0 2 0 333753465 895111168 202270 33554432000 4194304 5964350 140736234103152 140079652841272 4399835 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.79
Current children cumulated vsize (KiB) 874132

[startup+1722.3 s]
/proc/loadavg: 1.05 1.04 1.19 2/172 7791
/proc/meminfo: memFree=28594024/32873844 swapFree=7632/7632
[pid=7753] ppid=7751 vsize=874132 CPUtime=1721.75 cores=1,3,5,7
/proc/7753/stat : 7753 (wbo1.72) S 7751 7753 7067 0 -1 4202496 205892 0 0 0 172034 141 0 0 20 0 2 0 333753465 895111168 207482 33554432000 4194304 5964350 140736234103152 140736234102672 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7753/statm: 218533 207482 194 433 0 218097 0
[pid=7753/tid=7754] ppid=7751 vsize=874132 CPUtime=1717.58 cores=1,3,5,7
/proc/7753/task/7754/stat : 7754 (wbo1.72) R 7751 7753 7067 0 -1 4202560 205123 0 0 0 171591 167 0 0 20 0 2 0 333753465 895111168 207482 33554432000 4194304 5964350 140736234103152 140079652841512 4389052 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.75
Current children cumulated vsize (KiB) 874132

[startup+1782.3 s]
/proc/loadavg: 1.05 1.04 1.18 2/173 7794
/proc/meminfo: memFree=28576504/32873844 swapFree=7632/7632
[pid=7753] ppid=7751 vsize=874132 CPUtime=1781.74 cores=1,3,5,7
/proc/7753/stat : 7753 (wbo1.72) S 7751 7753 7067 0 -1 4202496 210280 0 0 0 178028 146 0 0 20 0 2 0 333753465 895111168 211864 33554432000 4194304 5964350 140736234103152 140736234102672 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7753/statm: 218533 211864 194 433 0 218097 0
[pid=7753/tid=7754] ppid=7751 vsize=874132 CPUtime=1777.42 cores=1,3,5,7
/proc/7753/task/7754/stat : 7754 (wbo1.72) R 7751 7753 7067 0 -1 4202560 209511 0 0 0 177571 171 0 0 20 0 2 0 333753465 895111168 211864 33554432000 4194304 5964350 140736234103152 140079652841512 4403488 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.74
Current children cumulated vsize (KiB) 874132

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

[startup+1791.91 s]
/proc/loadavg: 1.12 1.06 1.18 2/173 7817
/proc/meminfo: memFree=28572148/32873844 swapFree=7632/7632
[pid=7753] ppid=7751 vsize=874132 CPUtime=1791.34 cores=1,3,5,7
/proc/7753/stat : 7753 (wbo1.72) S 7751 7753 7067 0 -1 4202496 211400 0 0 0 178987 147 0 0 20 0 2 0 333753465 895111168 212977 33554432000 4194304 5964350 140736234103152 140736234102672 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7753/statm: 218533 212977 194 433 0 218097 0
[pid=7753/tid=7754] ppid=7751 vsize=874132 CPUtime=1787 cores=1,3,5,7
/proc/7753/task/7754/stat : 7754 (wbo1.72) R 7751 7753 7067 0 -1 4202560 210631 0 0 0 178526 174 0 0 20 0 2 0 333753465 895111168 212977 33554432000 4194304 5964350 140736234103152 140079652841464 4388238 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.34
Current children cumulated vsize (KiB) 874132

[startup+1795.1 s]
/proc/loadavg: 1.11 1.05 1.18 2/173 7817
/proc/meminfo: memFree=28571156/32873844 swapFree=7632/7632
[pid=7753] ppid=7751 vsize=874132 CPUtime=1794.54 cores=1,3,5,7
/proc/7753/stat : 7753 (wbo1.72) S 7751 7753 7067 0 -1 4202496 211554 0 0 0 179307 147 0 0 20 0 2 0 333753465 895111168 213131 33554432000 4194304 5964350 140736234103152 140736234102672 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7753/statm: 218533 213131 194 433 0 218097 0
[pid=7753/tid=7754] ppid=7751 vsize=874132 CPUtime=1790.19 cores=1,3,5,7
/proc/7753/task/7754/stat : 7754 (wbo1.72) R 7751 7753 7067 0 -1 4202560 210785 0 0 0 178845 174 0 0 20 0 2 0 333753465 895111168 213131 33554432000 4194304 5964350 140736234103152 140079652841064 4378855 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.54
Current children cumulated vsize (KiB) 874132

[startup+1798.3 s]
/proc/loadavg: 1.11 1.05 1.18 2/173 7817
/proc/meminfo: memFree=28571140/32873844 swapFree=7632/7632
[pid=7753] ppid=7751 vsize=874132 CPUtime=1797.73 cores=1,3,5,7
/proc/7753/stat : 7753 (wbo1.72) S 7751 7753 7067 0 -1 4202496 211562 0 0 0 179626 147 0 0 20 0 2 0 333753465 895111168 213146 33554432000 4194304 5964350 140736234103152 140736234102672 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7753/statm: 218533 213146 194 433 0 218097 0
[pid=7753/tid=7754] ppid=7751 vsize=874132 CPUtime=1793.37 cores=1,3,5,7
/proc/7753/task/7754/stat : 7754 (wbo1.72) R 7751 7753 7067 0 -1 4202560 210793 0 0 0 179163 174 0 0 20 0 2 0 333753465 895111168 213146 33554432000 4194304 5964350 140736234103152 140079652841064 4389052 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.73
Current children cumulated vsize (KiB) 874132

[startup+1799.1 s]
/proc/loadavg: 1.10 1.05 1.18 2/173 7817
/proc/meminfo: memFree=28571140/32873844 swapFree=7632/7632
[pid=7753] ppid=7751 vsize=874132 CPUtime=1798.53 cores=1,3,5,7
/proc/7753/stat : 7753 (wbo1.72) S 7751 7753 7067 0 -1 4202496 211562 0 0 0 179706 147 0 0 20 0 2 0 333753465 895111168 213146 33554432000 4194304 5964350 140736234103152 140736234102672 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7753/statm: 218533 213146 194 433 0 218097 0
[pid=7753/tid=7754] ppid=7751 vsize=874132 CPUtime=1794.16 cores=1,3,5,7
/proc/7753/task/7754/stat : 7754 (wbo1.72) R 7751 7753 7067 0 -1 4202560 210793 0 0 0 179242 174 0 0 20 0 2 0 333753465 895111168 213146 33554432000 4194304 5964350 140736234103152 140079652841064 4399889 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.53
Current children cumulated vsize (KiB) 874132

[startup+1799.5 s]
/proc/loadavg: 1.10 1.05 1.18 2/173 7817
/proc/meminfo: memFree=28571140/32873844 swapFree=7632/7632
[pid=7753] ppid=7751 vsize=874132 CPUtime=1798.93 cores=1,3,5,7
/proc/7753/stat : 7753 (wbo1.72) S 7751 7753 7067 0 -1 4202496 211562 0 0 0 179746 147 0 0 20 0 2 0 333753465 895111168 213146 33554432000 4194304 5964350 140736234103152 140736234102672 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7753/statm: 218533 213146 194 433 0 218097 0
[pid=7753/tid=7754] ppid=7751 vsize=874132 CPUtime=1794.57 cores=1,3,5,7
/proc/7753/task/7754/stat : 7754 (wbo1.72) R 7751 7753 7067 0 -1 4202560 210793 0 0 0 179283 174 0 0 20 0 2 0 333753465 895111168 213146 33554432000 4194304 5964350 140736234103152 140079652841064 4389049 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.93
Current children cumulated vsize (KiB) 874132

[startup+1799.9 s]
/proc/loadavg: 1.10 1.05 1.18 2/173 7817
/proc/meminfo: memFree=28571140/32873844 swapFree=7632/7632
[pid=7753] ppid=7751 vsize=874132 CPUtime=1799.33 cores=1,3,5,7
/proc/7753/stat : 7753 (wbo1.72) S 7751 7753 7067 0 -1 4202496 211562 0 0 0 179786 147 0 0 20 0 2 0 333753465 895111168 213146 33554432000 4194304 5964350 140736234103152 140736234102672 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7753/statm: 218533 213146 194 433 0 218097 0
[pid=7753/tid=7754] ppid=7751 vsize=874132 CPUtime=1794.96 cores=1,3,5,7
/proc/7753/task/7754/stat : 7754 (wbo1.72) R 7751 7753 7067 0 -1 4202560 210793 0 0 0 179322 174 0 0 20 0 2 0 333753465 895111168 213146 33554432000 4194304 5964350 140736234103152 140079652841064 4389049 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.33
Current children cumulated vsize (KiB) 874132

[startup+1800 s]
/proc/loadavg: 1.10 1.05 1.18 2/173 7817
/proc/meminfo: memFree=28571140/32873844 swapFree=7632/7632
[pid=7753] ppid=7751 vsize=874132 CPUtime=1799.43 cores=1,3,5,7
/proc/7753/stat : 7753 (wbo1.72) S 7751 7753 7067 0 -1 4202496 211562 0 0 0 179796 147 0 0 20 0 2 0 333753465 895111168 213146 33554432000 4194304 5964350 140736234103152 140736234102672 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7753/statm: 218533 213146 194 433 0 218097 0
[pid=7753/tid=7754] ppid=7751 vsize=874132 CPUtime=1795.06 cores=1,3,5,7
/proc/7753/task/7754/stat : 7754 (wbo1.72) R 7751 7753 7067 0 -1 4202560 210793 0 0 0 179332 174 0 0 20 0 2 0 333753465 895111168 213146 33554432000 4194304 5964350 140736234103152 140079652841064 4373049 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.43
Current children cumulated vsize (KiB) 874132

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 7753 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=328372
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=758732
# CPU time returned by wait4() is 1795.09
# while last known CPU time is 1799.43
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.01
CPU time (s): 1799.43
CPU user time (s): 1797.96
CPU system time (s): 1.47
CPU usage (%): 99.9679
Max. virtual memory (cumulated for all children) (KiB): 874132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.33
system time used= 1.75873
maximum resident set size= 852592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 211564
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= 382
involuntary context switches= 1837

runsolver used 3.50747 second user time and 9.8855 second system time

The end

Launcher Data

Begin job on node130 at 2012-06-03 00:31:19
IDJOB=3728313
IDBENCH=79655
IDSOLVER=2315
FILE ID=node130/3728313-1338676279
RUNJOBID= node130-1338674713-7515
PBS_JOBID= 14636509
Free space on /tmp= 70976 MiB

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

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

MD5SUM BENCH= 3fb8f81d652630b13b866ff5b3a4bf01
RANDOM SEED=940787788

node130.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.875
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.75
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.875
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.875
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.91
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.875
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.86
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.875
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.875
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.92
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.875
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.875
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	: 5228.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28543308 kB
Buffers:          395232 kB
Cached:          2189992 kB
SwapCached:         4252 kB
Active:          1942696 kB
Inactive:        1525860 kB
Active(anon):     875528 kB
Inactive(anon):     8136 kB
Active(file):    1067168 kB
Inactive(file):  1517724 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67099280 kB
Dirty:              5444 kB
Writeback:             0 kB
AnonPages:       1012916 kB
Mapped:            10116 kB
Shmem:                 4 kB
Slab:             719236 kB
SReclaimable:     160976 kB
SUnreclaim:       558260 kB
KernelStack:        1496 kB
PageTables:         5568 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     150000 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    952320 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= 70976 MiB
End job on node130 at 2012-06-03 01:01:19