Trace number 3704906

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.7? 1799.59 1800.01

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K143.opb
MD5SUM8f58618b79e9d2a9b56b6a791eca5768
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables17017
Total number of constraints17305
Number of constraints which are clauses17162
Number of constraints which are cardinality constraints (but not clauses)143
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint143
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 144
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |   wbo:                    1.7 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3704906-1338117407.opb.
0.00/0.00	c Instance file HOME/instance-3704906-1338117407.opb
0.00/0.00	c File size is 1161244 bytes.
0.03/0.08	c Highest Coefficient sum: 144
0.03/0.08	c ============================[ Problem Statistics ]=============================
0.03/0.08	c |                                                                             |
0.03/0.08	c |  Parsing time:          0.09         s                                      |
0.03/0.08	c |  Number Variables:      17017                                               |
0.03/0.08	c |  Number Clauses:        17162                                               |
0.03/0.08	c |  Number Cardinality:    143                                                 |
0.03/0.08	c |  Number PB Constraints: 0                                                   |
0.03/0.08	c |                                                                             |
0.03/0.09	c |  Problem Type:          Decision                                            |
0.03/0.09	c |  Objective Function:    None                                                |
0.03/0.09	c |                                                                             |
0.03/0.09	c ===============================================================================
1799.59/1800.00	c ===============================================================================
1799.59/1800.00	c Wall Clock Time: 1800.00 s
1799.59/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-3704906-1338117407/watcher-3704906-1338117407 -o /tmp/evaluation-result-3704906-1338117407/solver-3704906-1338117407 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3704906-1338117407.opb 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 5782
/proc/meminfo: memFree=29944260/32873844 swapFree=7628/7628
[pid=5782] ppid=5780 vsize=5548 CPUtime=0 cores=0,2,4,6
/proc/5782/stat : 5782 (wbo1.7) R 5780 5782 2698 0 -1 4202496 601 0 0 0 0 0 0 0 20 0 1 0 277865047 5681152 553 33554432000 4194304 5963574 140736376938640 140737011043352 4343959 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/5782/statm: 1387 553 165 432 0 668 0

[startup+0.0338509 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 5782
/proc/meminfo: memFree=29944260/32873844 swapFree=7628/7628
[pid=5782] ppid=5780 vsize=9064 CPUtime=0.03 cores=0,2,4,6
/proc/5782/stat : 5782 (wbo1.7) R 5780 5782 2698 0 -1 4202496 1507 0 0 0 3 0 0 0 20 0 1 0 277865047 9281536 1459 33554432000 4194304 5963574 140736376938640 140737011043352 5368554 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/5782/statm: 2266 1460 258 432 0 1547 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9064

[startup+0.100171 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 5782
/proc/meminfo: memFree=29944260/32873844 swapFree=7628/7628
[pid=5782] ppid=5780 vsize=93232 CPUtime=0.09 cores=0,2,4,6
/proc/5782/stat : 5782 (wbo1.7) S 5780 5782 2698 0 -1 4202496 4096 0 0 0 9 0 0 0 20 0 2 0 277865047 95469568 3762 33554432000 4194304 5963574 140736376938640 140736376938160 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5782/statm: 23308 3762 179 432 0 22873 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 93232

[startup+0.300151 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 5782
/proc/meminfo: memFree=29944260/32873844 swapFree=7628/7628
[pid=5782] ppid=5780 vsize=92548 CPUtime=0.29 cores=0,2,4,6
/proc/5782/stat : 5782 (wbo1.7) S 5780 5782 2698 0 -1 4202496 5434 0 0 0 29 0 0 0 20 0 2 0 277865047 94769152 4664 33554432000 4194304 5963574 140736376938640 140736376938160 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5782/statm: 23137 4664 187 432 0 22702 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 92548

[startup+0.700117 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 5782
/proc/meminfo: memFree=29944260/32873844 swapFree=7628/7628
[pid=5782] ppid=5780 vsize=92548 CPUtime=0.69 cores=0,2,4,6
/proc/5782/stat : 5782 (wbo1.7) S 5780 5782 2698 0 -1 4202496 5678 0 0 0 69 0 0 0 20 0 2 0 277865047 94769152 4908 33554432000 4194304 5963574 140736376938640 140736376938160 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5782/statm: 23137 4908 187 432 0 22702 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 92548

[startup+1.50027 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 5784
/proc/meminfo: memFree=29925040/32873844 swapFree=7628/7628
[pid=5782] ppid=5780 vsize=92548 CPUtime=1.49 cores=0,2,4,6
/proc/5782/stat : 5782 (wbo1.7) S 5780 5782 2698 0 -1 4202496 6253 0 0 0 148 1 0 0 20 0 2 0 277865047 94769152 5483 33554432000 4194304 5963574 140736376938640 140736376938160 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5782/statm: 23137 5483 187 432 0 22702 0
[pid=5782/tid=5784] ppid=5780 vsize=92548 CPUtime=1.39 cores=0,2,4,6
/proc/5782/task/5784/stat : 5784 (wbo1.7) R 5780 5782 2698 0 -1 4202560 3501 0 0 0 139 0 0 0 20 0 2 0 277865055 94769152 5483 33554432000 4194304 5963574 140736376938640 139863820969912 4422139 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 92548

[startup+3.10029 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 5784
/proc/meminfo: memFree=29921956/32873844 swapFree=7628/7628
[pid=5782] ppid=5780 vsize=92548 CPUtime=3.09 cores=0,2,4,6
/proc/5782/stat : 5782 (wbo1.7) S 5780 5782 2698 0 -1 4202496 7339 0 0 0 308 1 0 0 20 0 2 0 277865047 94769152 6569 33554432000 4194304 5963574 140736376938640 140736376938160 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5782/statm: 23137 6569 187 432 0 22702 0
[pid=5782/tid=5784] ppid=5780 vsize=92548 CPUtime=2.99 cores=0,2,4,6
/proc/5782/task/5784/stat : 5784 (wbo1.7) R 5780 5782 2698 0 -1 4202560 4587 0 0 0 299 0 0 0 20 0 2 0 277865055 94769152 6569 33554432000 4194304 5963574 140736376938640 139863820969976 4399592 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) 92548

[startup+6.30028 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 5784
/proc/meminfo: memFree=29912408/32873844 swapFree=7628/7628
[pid=5782] ppid=5780 vsize=92548 CPUtime=6.29 cores=0,2,4,6
/proc/5782/stat : 5782 (wbo1.7) S 5780 5782 2698 0 -1 4202496 9597 0 0 0 627 2 0 0 20 0 2 0 277865047 94769152 8827 33554432000 4194304 5963574 140736376938640 140736376938160 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5782/statm: 23137 8827 187 432 0 22702 0
[pid=5782/tid=5784] ppid=5780 vsize=92548 CPUtime=6.18 cores=0,2,4,6
/proc/5782/task/5784/stat : 5784 (wbo1.7) R 5780 5782 2698 0 -1 4202560 6845 0 0 0 617 1 0 0 20 0 2 0 277865055 94769152 8827 33554432000 4194304 5963574 140736376938640 139863820969976 4381143 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 92548

[startup+12.7003 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 5784
/proc/meminfo: memFree=29899900/32873844 swapFree=7628/7628
[pid=5782] ppid=5780 vsize=92548 CPUtime=12.68 cores=0,2,4,6
/proc/5782/stat : 5782 (wbo1.7) S 5780 5782 2698 0 -1 4202496 11168 0 0 0 1266 2 0 0 20 0 2 0 277865047 94769152 10398 33554432000 4194304 5963574 140736376938640 140736376938160 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5782/statm: 23137 10398 187 432 0 22702 0
[pid=5782/tid=5784] ppid=5780 vsize=92548 CPUtime=12.56 cores=0,2,4,6
/proc/5782/task/5784/stat : 5784 (wbo1.7) R 5780 5782 2698 0 -1 4202560 8416 0 0 0 1254 2 0 0 20 0 2 0 277865055 94769152 10398 33554432000 4194304 5963574 140736376938640 139863820969976 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 92548

[startup+25.5003 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 5784
/proc/meminfo: memFree=29861940/32873844 swapFree=7628/7628
[pid=5782] ppid=5780 vsize=92548 CPUtime=25.48 cores=0,2,4,6
/proc/5782/stat : 5782 (wbo1.7) S 5780 5782 2698 0 -1 4202496 14778 0 0 0 2544 4 0 0 20 0 2 0 277865047 94769152 14008 33554432000 4194304 5963574 140736376938640 140736376938160 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5782/statm: 23137 14008 187 432 0 22702 0
[pid=5782/tid=5784] ppid=5780 vsize=92548 CPUtime=25.33 cores=0,2,4,6
/proc/5782/task/5784/stat : 5784 (wbo1.7) R 5780 5782 2698 0 -1 4202560 12026 0 0 0 2529 4 0 0 20 0 2 0 277865055 94769152 14008 33554432000 4194304 5963574 140736376938640 139863820969976 5135572 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) 92548

[startup+51.1003 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 5784
/proc/meminfo: memFree=29835480/32873844 swapFree=7628/7628
[pid=5782] ppid=5780 vsize=92548 CPUtime=51.08 cores=0,2,4,6
/proc/5782/stat : 5782 (wbo1.7) S 5780 5782 2698 0 -1 4202496 19347 0 0 0 5102 6 0 0 20 0 2 0 277865047 94769152 18577 33554432000 4194304 5963574 140736376938640 140736376938160 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5782/statm: 23137 18577 187 432 0 22702 0
[pid=5782/tid=5784] ppid=5780 vsize=92548 CPUtime=50.86 cores=0,2,4,6
/proc/5782/task/5784/stat : 5784 (wbo1.7) R 5780 5782 2698 0 -1 4202560 16595 0 0 0 5081 5 0 0 20 0 2 0 277865055 94769152 18577 33554432000 4194304 5963574 140736376938640 139863820969976 4388265 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 92548

[startup+102.306 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 5785
/proc/meminfo: memFree=29754128/32873844 swapFree=7628/7628
[pid=5782] ppid=5780 vsize=158808 CPUtime=102.27 cores=0,2,4,6
/proc/5782/stat : 5782 (wbo1.7) S 5780 5782 2698 0 -1 4202496 31646 0 0 0 10218 9 0 0 20 0 2 0 277865047 162619392 30944 33554432000 4194304 5963574 140736376938640 140736376938160 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5782/statm: 39702 30944 187 432 0 39267 0
[pid=5782/tid=5784] ppid=5780 vsize=158808 CPUtime=101.93 cores=0,2,4,6
/proc/5782/task/5784/stat : 5784 (wbo1.7) R 5780 5782 2698 0 -1 4202560 28894 0 0 0 10183 10 0 0 20 0 2 0 277865055 162619392 30944 33554432000 4194304 5963574 140736376938640 139863820969976 4399614 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 158808

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 5785
/proc/meminfo: memFree=29671572/32873844 swapFree=7628/7628
[pid=5782] ppid=5780 vsize=224704 CPUtime=162.23 cores=0,2,4,6
/proc/5782/stat : 5782 (wbo1.7) S 5780 5782 2698 0 -1 4202496 41142 0 0 0 16211 12 0 0 20 0 2 0 277865047 230096896 40404 33554432000 4194304 5963574 140736376938640 140736376938160 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5782/statm: 56176 40404 187 432 0 55741 0
[pid=5782/tid=5784] ppid=5780 vsize=224704 CPUtime=161.73 cores=0,2,4,6
/proc/5782/task/5784/stat : 5784 (wbo1.7) R 5780 5782 2698 0 -1 4202560 38390 0 0 0 16159 14 0 0 20 0 2 0 277865055 230096896 40404 33554432000 4194304 5963574 140736376938640 139863820969976 4399958 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 224704

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 5788
/proc/meminfo: memFree=29624072/32873844 swapFree=7628/7628
[pid=5782] ppid=5780 vsize=224704 CPUtime=222.22 cores=0,2,4,6
/proc/5782/stat : 5782 (wbo1.7) S 5780 5782 2698 0 -1 4202496 49180 0 0 0 22207 15 0 0 20 0 2 0 277865047 230096896 48937 33554432000 4194304 5963574 140736376938640 140736376938160 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5782/statm: 56176 48937 187 432 0 55741 0
[pid=5782/tid=5784] ppid=5780 vsize=224704 CPUtime=221.56 cores=0,2,4,6
/proc/5782/task/5784/stat : 5784 (wbo1.7) R 5780 5782 2698 0 -1 4202560 46428 0 0 0 22139 17 0 0 20 0 2 0 277865055 230096896 48937 33554432000 4194304 5963574 140736376938640 139863820969784 4381793 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) 224704

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 5788
/proc/meminfo: memFree=29523480/32873844 swapFree=7628/7628
[pid=5782] ppid=5780 vsize=290240 CPUtime=282.21 cores=0,2,4,6
/proc/5782/stat : 5782 (wbo1.7) S 5780 5782 2698 0 -1 4202496 63372 0 0 0 28202 19 0 0 20 0 2 0 277865047 297205760 63129 33554432000 4194304 5963574 140736376938640 140736376938160 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5782/statm: 72560 63129 187 432 0 72125 0
[pid=5782/tid=5784] ppid=5780 vsize=290240 CPUtime=281.4 cores=0,2,4,6
/proc/5782/task/5784/stat : 5784 (wbo1.7) R 5780 5782 2698 0 -1 4202560 60620 0 0 0 28117 23 0 0 20 0 2 0 277865055 297205760 63129 33554432000 4194304 5963574 140736376938640 139863820969784 4381137 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 290240

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 5788
/proc/meminfo: memFree=29435472/32873844 swapFree=7628/7628
[pid=5782] ppid=5780 vsize=355776 CPUtime=342.2 cores=0,2,4,6
/proc/5782/stat : 5782 (wbo1.7) S 5780 5782 2698 0 -1 4202496 74751 0 0 0 34197 23 0 0 20 0 2 0 277865047 364314624 74512 33554432000 4194304 5963574 140736376938640 140736376938160 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5782/statm: 88944 74512 187 432 0 88509 0
[pid=5782/tid=5784] ppid=5780 vsize=355776 CPUtime=341.25 cores=0,2,4,6
/proc/5782/task/5784/stat : 5784 (wbo1.7) R 5780 5782 2698 0 -1 4202560 71999 0 0 0 34097 28 0 0 20 0 2 0 277865055 364314624 74512 33554432000 4194304 5963574 140736376938640 139863820969976 4387770 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 355776

[startup+402.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/179 5789
/proc/meminfo: memFree=29435416/32873844 swapFree=7628/7628
[pid=5782] ppid=5780 vsize=355776 CPUtime=402.18 cores=0,2,4,6
/proc/5782/stat : 5782 (wbo1.7) S 5780 5782 2698 0 -1 4202496 74768 0 0 0 40195 23 0 0 20 0 2 0 277865047 364314624 74537 33554432000 4194304 5963574 140736376938640 140736376938160 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5782/statm: 88944 74537 187 432 0 88509 0
[pid=5782/tid=5784] ppid=5780 vsize=355776 CPUtime=401.08 cores=0,2,4,6
/proc/5782/task/5784/stat : 5784 (wbo1.7) R 5780 5782 2698 0 -1 4202560 72016 0 0 0 40079 29 0 0 20 0 2 0 277865055 364314624 74537 33554432000 4194304 5963574 140736376938640 139863820969976 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 355776

[startup+462.3 s]
/proc/loadavg: 2.08 2.03 2.00 3/179 5789
/proc/meminfo: memFree=29389968/32873844 swapFree=7628/7628
[pid=5782] ppid=5780 vsize=355776 CPUtime=462.15 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.01 2.02 2.00 3/180 5799
/proc/meminfo: memFree=29054524/32873844 swapFree=7628/7628
[pid=5782] ppid=5780 vsize=552924 CPUtime=1421.98 cores=0,2,4,6
/proc/5782/stat : 5782 (wbo1.7) S 5780 5782 2698 0 -1 4202496 120741 0 0 0 142157 41 0 0 20 0 2 0 277865047 566194176 121015 33554432000 4194304 5963574 140736376938640 140736376938160 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5782/statm: 138231 121015 187 432 0 137796 0
[pid=5782/tid=5784] ppid=5780 vsize=552924 CPUtime=1418.34 cores=0,2,4,6
/proc/5782/task/5784/stat : 5784 (wbo1.7) R 5780 5782 2698 0 -1 4202560 117989 0 0 0 141773 61 0 0 20 0 2 0 277865055 566194176 121015 33554432000 4194304 5963574 140736376938640 139863820969784 4381238 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1421.98
Current children cumulated vsize (KiB) 552924

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 5799
/proc/meminfo: memFree=29054656/32873844 swapFree=7628/7628
[pid=5782] ppid=5780 vsize=552924 CPUtime=1481.96 cores=0,2,4,6
/proc/5782/stat : 5782 (wbo1.7) S 5780 5782 2698 0 -1 4202496 120744 0 0 0 148155 41 0 0 20 0 2 0 277865047 566194176 121018 33554432000 4194304 5963574 140736376938640 140736376938160 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5782/statm: 138231 121018 187 432 0 137796 0
[pid=5782/tid=5784] ppid=5780 vsize=552924 CPUtime=1478.18 cores=0,2,4,6
/proc/5782/task/5784/stat : 5784 (wbo1.7) R 5780 5782 2698 0 -1 4202560 117992 0 0 0 147756 62 0 0 20 0 2 0 277865055 566194176 121018 33554432000 4194304 5963574 140736376938640 139863820969784 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1481.96
Current children cumulated vsize (KiB) 552924

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 5799
/proc/meminfo: memFree=29030352/32873844 swapFree=7628/7628
[pid=5782] ppid=5780 vsize=552924 CPUtime=1541.95 cores=0,2,4,6
/proc/5782/stat : 5782 (wbo1.7) S 5780 5782 2698 0 -1 4202496 126907 0 0 0 154151 44 0 0 20 0 2 0 277865047 566194176 127181 33554432000 4194304 5963574 140736376938640 140736376938160 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5782/statm: 138231 127181 187 432 0 137796 0
[pid=5782/tid=5784] ppid=5780 vsize=552924 CPUtime=1538.02 cores=0,2,4,6
/proc/5782/task/5784/stat : 5784 (wbo1.7) R 5780 5782 2698 0 -1 4202560 124155 0 0 0 153735 67 0 0 20 0 2 0 277865055 566194176 127181 33554432000 4194304 5963574 140736376938640 139863820969976 4381089 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.95
Current children cumulated vsize (KiB) 552924

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 5799
/proc/meminfo: memFree=28947396/32873844 swapFree=7628/7628
[pid=5782] ppid=5780 vsize=618460 CPUtime=1601.94 cores=0,2,4,6
/proc/5782/stat : 5782 (wbo1.7) S 5780 5782 2698 0 -1 4202496 147576 0 0 0 160143 51 0 0 20 0 2 0 277865047 633303040 147850 33554432000 4194304 5963574 140736376938640 140736376938160 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5782/statm: 154615 147850 187 432 0 154180 0
[pid=5782/tid=5784] ppid=5780 vsize=618460 CPUtime=1597.86 cores=0,2,4,6
/proc/5782/task/5784/stat : 5784 (wbo1.7) R 5780 5782 2698 0 -1 4202560 144824 0 0 0 159711 75 0 0 20 0 2 0 277865055 633303040 147850 33554432000 4194304 5963574 140736376938640 139863820969976 4381238 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1601.94
Current children cumulated vsize (KiB) 618460

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 5800
/proc/meminfo: memFree=28910568/32873844 swapFree=7628/7628
[pid=5782] ppid=5780 vsize=618460 CPUtime=1661.93 cores=0,2,4,6
/proc/5782/stat : 5782 (wbo1.7) S 5780 5782 2698 0 -1 4202496 147579 0 0 0 166142 51 0 0 20 0 2 0 277865047 633303040 147853 33554432000 4194304 5963574 140736376938640 140736376938160 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5782/statm: 154615 147853 187 432 0 154180 0
[pid=5782/tid=5784] ppid=5780 vsize=618460 CPUtime=1657.7 cores=0,2,4,6
/proc/5782/task/5784/stat : 5784 (wbo1.7) R 5780 5782 2698 0 -1 4202560 144827 0 0 0 165694 76 0 0 20 0 2 0 277865055 633303040 147853 33554432000 4194304 5963574 140736376938640 139863820969976 4381565 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1661.93
Current children cumulated vsize (KiB) 618460

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 5800
/proc/meminfo: memFree=28910816/32873844 swapFree=7628/7628
[pid=5782] ppid=5780 vsize=618460 CPUtime=1721.93 cores=0,2,4,6
/proc/5782/stat : 5782 (wbo1.7) S 5780 5782 2698 0 -1 4202496 147579 0 0 0 172142 51 0 0 20 0 2 0 277865047 633303040 147853 33554432000 4194304 5963574 140736376938640 140736376938160 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5782/statm: 154615 147853 187 432 0 154180 0
[pid=5782/tid=5784] ppid=5780 vsize=618460 CPUtime=1717.55 cores=0,2,4,6
/proc/5782/task/5784/stat : 5784 (wbo1.7) R 5780 5782 2698 0 -1 4202560 144827 0 0 0 171678 77 0 0 20 0 2 0 277865055 633303040 147853 33554432000 4194304 5963574 140736376938640 139863820969976 18446744073699066235 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.93
Current children cumulated vsize (KiB) 618460

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 5839
/proc/meminfo: memFree=29178812/32873844 swapFree=7628/7628
[pid=5782] ppid=5780 vsize=618460 CPUtime=1781.9 cores=0,2,4,6
/proc/5782/stat : 5782 (wbo1.7) S 5780 5782 2698 0 -1 4202496 147601 0 0 0 178139 51 0 0 20 0 2 0 277865047 633303040 147950 33554432000 4194304 5963574 140736376938640 140736376938160 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5782/statm: 154615 147950 187 432 0 154180 0
[pid=5782/tid=5784] ppid=5780 vsize=618460 CPUtime=1777.37 cores=0,2,4,6
/proc/5782/task/5784/stat : 5784 (wbo1.7) R 5780 5782 2698 0 -1 4202560 144849 0 0 0 177659 78 0 0 20 0 2 0 277865055 633303040 147950 33554432000 4194304 5963574 140736376938640 139863820969976 4221120 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1781.9
Current children cumulated vsize (KiB) 618460

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 5839
/proc/meminfo: memFree=29151128/32873844 swapFree=7628/7628
[pid=5782] ppid=5780 vsize=618460 CPUtime=1791.5 cores=0,2,4,6
/proc/5782/stat : 5782 (wbo1.7) S 5780 5782 2698 0 -1 4202496 147609 0 0 0 179099 51 0 0 20 0 2 0 277865047 633303040 147960 33554432000 4194304 5963574 140736376938640 140736376938160 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5782/statm: 154615 147960 187 432 0 154180 0
[pid=5782/tid=5784] ppid=5780 vsize=618460 CPUtime=1786.95 cores=0,2,4,6
/proc/5782/task/5784/stat : 5784 (wbo1.7) R 5780 5782 2698 0 -1 4202560 144857 0 0 0 178617 78 0 0 20 0 2 0 277865055 633303040 147960 33554432000 4194304 5963574 140736376938640 139863820969976 4381544 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1791.5
Current children cumulated vsize (KiB) 618460

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 5839
/proc/meminfo: memFree=29151252/32873844 swapFree=7628/7628
[pid=5782] ppid=5780 vsize=619268 CPUtime=1794.7 cores=0,2,4,6
/proc/5782/stat : 5782 (wbo1.7) S 5780 5782 2698 0 -1 4202496 147610 0 0 0 179419 51 0 0 20 0 2 0 277865047 634130432 147961 33554432000 4194304 5963574 140736376938640 140736376938160 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5782/statm: 154817 147961 187 432 0 154382 0
[pid=5782/tid=5784] ppid=5780 vsize=619268 CPUtime=1790.14 cores=0,2,4,6
/proc/5782/task/5784/stat : 5784 (wbo1.7) R 5780 5782 2698 0 -1 4202560 144858 0 0 0 178936 78 0 0 20 0 2 0 277865055 634130432 147961 33554432000 4194304 5963574 140736376938640 139863820970152 4399645 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1794.7
Current children cumulated vsize (KiB) 619268

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 5839
/proc/meminfo: memFree=29141264/32873844 swapFree=7628/7628
[pid=5782] ppid=5780 vsize=619268 CPUtime=1797.89 cores=0,2,4,6
/proc/5782/stat : 5782 (wbo1.7) S 5780 5782 2698 0 -1 4202496 147613 0 0 0 179738 51 0 0 20 0 2 0 277865047 634130432 147965 33554432000 4194304 5963574 140736376938640 140736376938160 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5782/statm: 154817 147965 187 432 0 154382 0
[pid=5782/tid=5784] ppid=5780 vsize=619268 CPUtime=1793.33 cores=0,2,4,6
/proc/5782/task/5784/stat : 5784 (wbo1.7) R 5780 5782 2698 0 -1 4202560 144861 0 0 0 179255 78 0 0 20 0 2 0 277865055 634130432 147965 33554432000 4194304 5963574 140736376938640 139863820970152 4221120 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1797.89
Current children cumulated vsize (KiB) 619268

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 5839
/proc/meminfo: memFree=29145156/32873844 swapFree=7628/7628
[pid=5782] ppid=5780 vsize=619268 CPUtime=1798.69 cores=0,2,4,6
/proc/5782/stat : 5782 (wbo1.7) S 5780 5782 2698 0 -1 4202496 147614 0 0 0 179818 51 0 0 20 0 2 0 277865047 634130432 147966 33554432000 4194304 5963574 140736376938640 140736376938160 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5782/statm: 154817 147966 187 432 0 154382 0
[pid=5782/tid=5784] ppid=5780 vsize=619268 CPUtime=1794.12 cores=0,2,4,6
/proc/5782/task/5784/stat : 5784 (wbo1.7) R 5780 5782 2698 0 -1 4202560 144862 0 0 0 179334 78 0 0 20 0 2 0 277865055 634130432 147966 33554432000 4194304 5963574 140736376938640 139863820970152 4399971 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1798.69
Current children cumulated vsize (KiB) 619268

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 5839
/proc/meminfo: memFree=29141372/32873844 swapFree=7628/7628
[pid=5782] ppid=5780 vsize=619268 CPUtime=1799.1 cores=0,2,4,6
/proc/5782/stat : 5782 (wbo1.7) S 5780 5782 2698 0 -1 4202496 147614 0 0 0 179859 51 0 0 20 0 2 0 277865047 634130432 147966 33554432000 4194304 5963574 140736376938640 140736376938160 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5782/statm: 154817 147966 187 432 0 154382 0
[pid=5782/tid=5784] ppid=5780 vsize=619268 CPUtime=1794.53 cores=0,2,4,6
/proc/5782/task/5784/stat : 5784 (wbo1.7) R 5780 5782 2698 0 -1 4202560 144862 0 0 0 179375 78 0 0 20 0 2 0 277865055 634130432 147966 33554432000 4194304 5963574 140736376938640 139863820970152 4381244 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1799.1
Current children cumulated vsize (KiB) 619268

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 5839
/proc/meminfo: memFree=29141372/32873844 swapFree=7628/7628
[pid=5782] ppid=5780 vsize=619268 CPUtime=1799.49 cores=0,2,4,6
/proc/5782/stat : 5782 (wbo1.7) S 5780 5782 2698 0 -1 4202496 147614 0 0 0 179898 51 0 0 20 0 2 0 277865047 634130432 147966 33554432000 4194304 5963574 140736376938640 140736376938160 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5782/statm: 154817 147966 187 432 0 154382 0
[pid=5782/tid=5784] ppid=5780 vsize=619268 CPUtime=1794.92 cores=0,2,4,6
/proc/5782/task/5784/stat : 5784 (wbo1.7) R 5780 5782 2698 0 -1 4202560 144862 0 0 0 179414 78 0 0 20 0 2 0 277865055 634130432 147966 33554432000 4194304 5963574 140736376938640 139863820970152 4220672 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1799.49
Current children cumulated vsize (KiB) 619268

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 5839
/proc/meminfo: memFree=29141372/32873844 swapFree=7628/7628
[pid=5782] ppid=5780 vsize=619268 CPUtime=1799.59 cores=0,2,4,6
/proc/5782/stat : 5782 (wbo1.7) S 5780 5782 2698 0 -1 4202496 147614 0 0 0 179908 51 0 0 20 0 2 0 277865047 634130432 147966 33554432000 4194304 5963574 140736376938640 140736376938160 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5782/statm: 154817 147966 187 432 0 154382 0
[pid=5782/tid=5784] ppid=5780 vsize=619268 CPUtime=1795.02 cores=0,2,4,6
/proc/5782/task/5784/stat : 5784 (wbo1.7) R 5780 5782 2698 0 -1 4202560 144862 0 0 0 179424 78 0 0 20 0 2 0 277865055 634130432 147966 33554432000 4194304 5963574 140736376938640 139863820970152 4399627 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1799.59
Current children cumulated vsize (KiB) 619268

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 5782 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=329220
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=796878
# CPU time returned by wait4() is 1795.13
# while last known CPU time is 1799.59
#
# 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.59
CPU user time (s): 1799.08
CPU system time (s): 0.51
CPU usage (%): 99.9769
Max. virtual memory (cumulated for all children) (KiB): 619268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.33
system time used= 0.796878
maximum resident set size= 591868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 147615
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= 210
involuntary context switches= 2389

runsolver used 2.71559 second user time and 7.10792 second system time

The end

Launcher Data

Begin job on node145 at 2012-05-27 13:16:47
IDJOB=3704906
IDBENCH=90199
IDSOLVER=2283
FILE ID=node145/3704906-1338117407
RUNJOBID= node145-1338087553-2714
PBS_JOBID= 14624445
Free space on /tmp= 71548 MiB

SOLVER NAME= wbo 1.7
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K143.opb
COMMAND LINE= wbo1.7 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3704906-1338117407/watcher-3704906-1338117407 -o /tmp/evaluation-result-3704906-1338117407/solver-3704906-1338117407 -C 1800 -W 1900 -M 15500  wbo1.7 -file-format=opb HOME/instance-3704906-1338117407.opb

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

MD5SUM BENCH= 8f58618b79e9d2a9b56b6a791eca5768
RANDOM SEED=1503937268

node145.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		: 2667.149
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	: 5334.29
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		: 2667.149
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		: 2667.149
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	: 5313.38
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		: 2667.149
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		: 2667.149
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		: 2667.149
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		: 2667.149
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		: 2667.149
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.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29944688 kB
Buffers:          295568 kB
Cached:          1709312 kB
SwapCached:            0 kB
Active:           752116 kB
Inactive:        1363828 kB
Active(anon):     102052 kB
Inactive(anon):    10912 kB
Active(file):     650064 kB
Inactive(file):  1352916 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              6620 kB
Writeback:             0 kB
AnonPages:        117840 kB
Mapped:            14812 kB
Shmem:               200 kB
Slab:             673460 kB
SReclaimable:     115216 kB
SUnreclaim:       558244 kB
KernelStack:        1488 kB
PageTables:         3816 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     153432 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71544 MiB
End job on node145 at 2012-05-27 13:46:47