Trace number 3704396

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
pwbo 2.0? 1799.78 1800.01

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K141.opb
MD5SUMe981076bb5354ded6cb9b093a6d1a03e
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 variables16779
Total number of constraints17063
Number of constraints which are clauses16922
Number of constraints which are cardinality constraints (but not clauses)141
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint141
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 142
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 |  pwbo:                    2.0 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3704396-1338106953.opb.
0.00/0.00	c Instance file HOME/instance-3704396-1338106953.opb
0.00/0.00	c File size is 1144017 bytes.
0.02/0.08	c Highest Coefficient sum: 142
0.02/0.08	c ============================[ Problem Statistics ]=============================
0.02/0.08	c |                                                                             |
0.02/0.08	c |  Parsing time:          0.09         s                                      |
0.02/0.08	c |  Number Variables:      16779                                               |
0.02/0.08	c |  Number Clauses:        16922                                               |
0.02/0.08	c |  Number Cardinality:    141                                                 |
0.02/0.08	c |  Number PB Constraints: 0                                                   |
0.02/0.08	c |                                                                             |
0.09/0.10	c |  Problem Type:          Decision                                            |
0.09/0.10	c |  Objective Function:    None                                                |
0.09/0.10	c |                                                                             |
0.09/0.10	c ===============================================================================
1799.50/1800.00	c ===============================================================================
1799.50/1800.00	c Wall Clock Time: 1800.00 s
1799.50/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-3704396-1338106953/watcher-3704396-1338106953 -o /tmp/evaluation-result-3704396-1338106953/solver-3704396-1338106953 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704396-1338106953.opb 

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.01 2.01 2.00 3/177 11288
/proc/meminfo: memFree=31193920/32873844 swapFree=7108/7108
[pid=11288] ppid=11286 vsize=5368 CPUtime=0 cores=1,3,5,7
/proc/11288/stat : 11288 (pwbo2.0) R 11286 11288 9022 0 -1 4202496 568 0 0 0 0 0 0 0 20 0 1 0 276823842 5496832 521 33554432000 4194304 5965102 140734150462944 140737397076280 4396446 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/11288/statm: 1342 521 165 433 0 626 0

[startup+0.0335101 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 11288
/proc/meminfo: memFree=31193920/32873844 swapFree=7108/7108
[pid=11288] ppid=11286 vsize=8940 CPUtime=0.02 cores=1,3,5,7
/proc/11288/stat : 11288 (pwbo2.0) R 11286 11288 9022 0 -1 4202496 1466 0 0 0 2 0 0 0 20 0 1 0 276823842 9154560 1419 33554432000 4194304 5965102 140734150462944 140737397076280 5137146 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/11288/statm: 2235 1420 250 433 0 1519 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 8940

[startup+0.100195 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 11288
/proc/meminfo: memFree=31193920/32873844 swapFree=7108/7108
[pid=11288] ppid=11286 vsize=92616 CPUtime=0.09 cores=1,3,5,7
/proc/11288/stat : 11288 (pwbo2.0) S 11286 11288 9022 0 -1 4202496 3740 0 0 0 9 0 0 0 20 0 2 0 276823842 94838784 3413 33554432000 4194304 5965102 140734150462944 140734150462464 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11288/statm: 23154 3413 176 433 0 22718 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 92616

[startup+0.300157 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 11288
/proc/meminfo: memFree=31193920/32873844 swapFree=7108/7108
[pid=11288] ppid=11286 vsize=92452 CPUtime=0.29 cores=1,3,5,7
/proc/11288/stat : 11288 (pwbo2.0) S 11286 11288 9022 0 -1 4202496 5418 0 0 0 29 0 0 0 20 0 2 0 276823842 94670848 4641 33554432000 4194304 5965102 140734150462944 140734150462464 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11288/statm: 23113 4641 190 433 0 22677 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 92452

[startup+0.700123 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 11288
/proc/meminfo: memFree=31193920/32873844 swapFree=7108/7108
[pid=11288] ppid=11286 vsize=92452 CPUtime=0.68 cores=1,3,5,7
/proc/11288/stat : 11288 (pwbo2.0) S 11286 11288 9022 0 -1 4202496 5812 0 0 0 68 0 0 0 20 0 2 0 276823842 94670848 5035 33554432000 4194304 5965102 140734150462944 140734150462464 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11288/statm: 23113 5035 190 433 0 22677 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 92452

[startup+1.50027 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 11290
/proc/meminfo: memFree=31172096/32873844 swapFree=7108/7108
[pid=11288] ppid=11286 vsize=92452 CPUtime=1.49 cores=1,3,5,7
/proc/11288/stat : 11288 (pwbo2.0) S 11286 11288 9022 0 -1 4202496 6325 0 0 0 148 1 0 0 20 0 2 0 276823842 94670848 5548 33554432000 4194304 5965102 140734150462944 140734150462464 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11288/statm: 23113 5548 190 433 0 22677 0
[pid=11288/tid=11290] ppid=11286 vsize=92452 CPUtime=1.39 cores=1,3,5,7
/proc/11288/task/11290/stat : 11290 (pwbo2.0) R 11286 11288 9022 0 -1 4202560 3600 0 0 0 139 0 0 0 20 0 2 0 276823851 94670848 5548 33554432000 4194304 5965102 140734150462944 139937139779576 4401155 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 92452

[startup+3.10025 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 11290
/proc/meminfo: memFree=31162748/32873844 swapFree=7108/7108
[pid=11288] ppid=11286 vsize=92452 CPUtime=3.09 cores=1,3,5,7
/proc/11288/stat : 11288 (pwbo2.0) S 11286 11288 9022 0 -1 4202496 7676 0 0 0 308 1 0 0 20 0 2 0 276823842 94670848 6899 33554432000 4194304 5965102 140734150462944 140734150462464 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11288/statm: 23113 6899 190 433 0 22677 0
[pid=11288/tid=11290] ppid=11286 vsize=92452 CPUtime=2.99 cores=1,3,5,7
/proc/11288/task/11290/stat : 11290 (pwbo2.0) R 11286 11288 9022 0 -1 4202560 4951 0 0 0 298 1 0 0 20 0 2 0 276823851 94670848 6899 33554432000 4194304 5965102 140734150462944 139937139779576 5137076 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 92452

[startup+6.30026 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 11290
/proc/meminfo: memFree=31146256/32873844 swapFree=7108/7108
[pid=11288] ppid=11286 vsize=92452 CPUtime=6.29 cores=1,3,5,7
/proc/11288/stat : 11288 (pwbo2.0) S 11286 11288 9022 0 -1 4202496 8768 0 0 0 627 2 0 0 20 0 2 0 276823842 94670848 7991 33554432000 4194304 5965102 140734150462944 140734150462464 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11288/statm: 23113 7991 190 433 0 22677 0
[pid=11288/tid=11290] ppid=11286 vsize=92452 CPUtime=6.19 cores=1,3,5,7
/proc/11288/task/11290/stat : 11290 (pwbo2.0) R 11286 11288 9022 0 -1 4202560 6043 0 0 0 617 2 0 0 20 0 2 0 276823851 94670848 7991 33554432000 4194304 5965102 140734150462944 139937139779576 4392552 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 92452

[startup+12.7003 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 11290
/proc/meminfo: memFree=31117488/32873844 swapFree=7108/7108
[pid=11288] ppid=11286 vsize=92452 CPUtime=12.69 cores=1,3,5,7
/proc/11288/stat : 11288 (pwbo2.0) S 11286 11288 9022 0 -1 4202496 12286 0 0 0 1265 4 0 0 20 0 2 0 276823842 94670848 11509 33554432000 4194304 5965102 140734150462944 140734150462464 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11288/statm: 23113 11509 190 433 0 22677 0
[pid=11288/tid=11290] ppid=11286 vsize=92452 CPUtime=12.59 cores=1,3,5,7
/proc/11288/task/11290/stat : 11290 (pwbo2.0) R 11286 11288 9022 0 -1 4202560 9561 0 0 0 1255 4 0 0 20 0 2 0 276823851 94670848 11509 33554432000 4194304 5965102 140734150462944 139937139779624 4382769 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 92452

[startup+25.5003 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 11290
/proc/meminfo: memFree=31105568/32873844 swapFree=7108/7108
[pid=11288] ppid=11286 vsize=92452 CPUtime=25.49 cores=1,3,5,7
/proc/11288/stat : 11288 (pwbo2.0) S 11286 11288 9022 0 -1 4202496 15571 0 0 0 2543 6 0 0 20 0 2 0 276823842 94670848 14794 33554432000 4194304 5965102 140734150462944 140734150462464 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11288/statm: 23113 14794 190 433 0 22677 0
[pid=11288/tid=11290] ppid=11286 vsize=92452 CPUtime=25.39 cores=1,3,5,7
/proc/11288/task/11290/stat : 11290 (pwbo2.0) R 11286 11288 9022 0 -1 4202560 12846 0 0 0 2533 6 0 0 20 0 2 0 276823851 94670848 14794 33554432000 4194304 5965102 140734150462944 139937139779384 4404383 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 92452

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11290
/proc/meminfo: memFree=31034608/32873844 swapFree=7108/7108
[pid=11288] ppid=11286 vsize=157988 CPUtime=51.07 cores=1,3,5,7
/proc/11288/stat : 11288 (pwbo2.0) S 11286 11288 9022 0 -1 4202496 26607 0 0 0 5097 10 0 0 20 0 2 0 276823842 161779712 25830 33554432000 4194304 5965102 140734150462944 140734150462464 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11288/statm: 39497 25830 190 433 0 39061 0
[pid=11288/tid=11290] ppid=11286 vsize=157988 CPUtime=50.99 cores=1,3,5,7
/proc/11288/task/11290/stat : 11290 (pwbo2.0) R 11286 11288 9022 0 -1 4202560 23882 0 0 0 5088 11 0 0 20 0 2 0 276823851 161779712 25830 33554432000 4194304 5965102 140734150462944 139937139779576 4222416 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) 157988

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11290
/proc/meminfo: memFree=31021244/32873844 swapFree=7108/7108
[pid=11288] ppid=11286 vsize=158712 CPUtime=102.27 cores=1,3,5,7
/proc/11288/stat : 11288 (pwbo2.0) S 11286 11288 9022 0 -1 4202496 29889 0 0 0 10216 11 0 0 20 0 2 0 276823842 162521088 29112 33554432000 4194304 5965102 140734150462944 140734150462464 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11288/statm: 39678 29112 190 433 0 39242 0
[pid=11288/tid=11290] ppid=11286 vsize=158712 CPUtime=102.19 cores=1,3,5,7
/proc/11288/task/11290/stat : 11290 (pwbo2.0) R 11286 11288 9022 0 -1 4202560 27164 0 0 0 10206 13 0 0 20 0 2 0 276823851 162521088 29112 33554432000 4194304 5965102 140734150462944 139937139779624 4383061 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 158712

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11290
/proc/meminfo: memFree=30964132/32873844 swapFree=7108/7108
[pid=11288] ppid=11286 vsize=224248 CPUtime=162.22 cores=1,3,5,7
/proc/11288/stat : 11288 (pwbo2.0) S 11286 11288 9022 0 -1 4202496 41702 0 0 0 16206 16 0 0 20 0 2 0 276823842 229629952 40900 33554432000 4194304 5965102 140734150462944 140734150462464 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11288/statm: 56062 40900 190 433 0 55626 0
[pid=11288/tid=11290] ppid=11286 vsize=224248 CPUtime=162.16 cores=1,3,5,7
/proc/11288/task/11290/stat : 11290 (pwbo2.0) R 11286 11288 9022 0 -1 4202560 38977 0 0 0 16197 19 0 0 20 0 2 0 276823851 229629952 40900 33554432000 4194304 5965102 140734150462944 139937139779384 4401118 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 224248

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11290
/proc/meminfo: memFree=30913268/32873844 swapFree=7108/7108
[pid=11288] ppid=11286 vsize=224608 CPUtime=222.18 cores=1,3,5,7
/proc/11288/stat : 11288 (pwbo2.0) S 11286 11288 9022 0 -1 4202496 48588 0 0 0 22199 19 0 0 20 0 2 0 276823842 229998592 48254 33554432000 4194304 5965102 140734150462944 140734150462464 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11288/statm: 56152 48254 190 433 0 55716 0
[pid=11288/tid=11290] ppid=11286 vsize=224608 CPUtime=222.12 cores=1,3,5,7
/proc/11288/task/11290/stat : 11290 (pwbo2.0) R 11286 11288 9022 0 -1 4202560 45863 0 0 0 22189 23 0 0 20 0 2 0 276823851 229998592 48254 33554432000 4194304 5965102 140734150462944 139937139779576 4383000 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 224608

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11291
/proc/meminfo: memFree=30906312/32873844 swapFree=7108/7108
[pid=11288] ppid=11286 vsize=224608 CPUtime=282.17 cores=1,3,5,7
/proc/11288/stat : 11288 (pwbo2.0) S 11286 11288 9022 0 -1 4202496 50500 0 0 0 28197 20 0 0 20 0 2 0 276823842 229998592 50166 33554432000 4194304 5965102 140734150462944 140734150462464 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11288/statm: 56152 50166 190 433 0 55716 0
[pid=11288/tid=11290] ppid=11286 vsize=224608 CPUtime=282.12 cores=1,3,5,7
/proc/11288/task/11290/stat : 11290 (pwbo2.0) R 11286 11288 9022 0 -1 4202560 47775 0 0 0 28188 24 0 0 20 0 2 0 276823851 229998592 50166 33554432000 4194304 5965102 140734150462944 139937139779576 4382755 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 224608

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11291
/proc/meminfo: memFree=30841816/32873844 swapFree=7108/7108
[pid=11288] ppid=11286 vsize=290144 CPUtime=342.16 cores=1,3,5,7
/proc/11288/stat : 11288 (pwbo2.0) S 11286 11288 9022 0 -1 4202496 57372 0 0 0 34193 23 0 0 20 0 2 0 276823842 297107456 57038 33554432000 4194304 5965102 140734150462944 140734150462464 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11288/statm: 72536 57038 190 433 0 72100 0
[pid=11288/tid=11290] ppid=11286 vsize=290144 CPUtime=342.12 cores=1,3,5,7
/proc/11288/task/11290/stat : 11290 (pwbo2.0) R 11286 11288 9022 0 -1 4202560 54647 0 0 0 34183 29 0 0 20 0 2 0 276823851 297107456 57038 33554432000 4194304 5965102 140734150462944 139937139779576 4401131 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 290144

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11291
/proc/meminfo: memFree=30841552/32873844 swapFree=7108/7108
[pid=11288] ppid=11286 vsize=290144 CPUtime=402.14 cores=1,3,5,7
/proc/11288/stat : 11288 (pwbo2.0) S 11286 11288 9022 0 -1 4202496 57388 0 0 0 40191 23 0 0 20 0 2 0 276823842 297107456 57078 33554432000 4194304 5965102 140734150462944 140734150462464 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11288/statm: 72536 57078 190 433 0 72100 0
[pid=11288/tid=11290] ppid=11286 vsize=290144 CPUtime=402.11 cores=1,3,5,7
/proc/11288/task/11290/stat : 11290 (pwbo2.0) R 11286 11288 9022 0 -1 4202560 54663 0 0 0 40181 30 0 0 20 0 2 0 276823851 297107456 57078 33554432000 4194304 5965102 140734150462944 139937139779576 4401096 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 290144

[startup+462.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/180 11294
/proc/meminfo: memFree=30783152/32873844 swapFree=7108/7108
[pid=11288] ppid=11286 vsize=290144 CPUtime=462.12 cores=1,3,5,7

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

/proc/11288/task/11290/stat : 11290 (pwbo2.0) R 11286 11288 9022 0 -1 4202560 109624 0 0 0 130131 69 0 0 20 0 2 0 276823851 498987008 112284 33554432000 4194304 5965102 140734150462944 139937139779576 4401127 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1301.9
Current children cumulated vsize (KiB) 487292

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11300
/proc/meminfo: memFree=30457336/32873844 swapFree=7108/7108
[pid=11288] ppid=11286 vsize=487292 CPUtime=1361.89 cores=1,3,5,7
/proc/11288/stat : 11288 (pwbo2.0) S 11286 11288 9022 0 -1 4202496 112349 0 0 0 136140 49 0 0 20 0 2 0 276823842 498987008 112284 33554432000 4194304 5965102 140734150462944 140734150462464 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11288/statm: 121823 112284 190 433 0 121387 0
[pid=11288/tid=11290] ppid=11286 vsize=487292 CPUtime=1362 cores=1,3,5,7
/proc/11288/task/11290/stat : 11290 (pwbo2.0) R 11286 11288 9022 0 -1 4202560 109624 0 0 0 136130 70 0 0 20 0 2 0 276823851 498987008 112284 33554432000 4194304 5965102 140734150462944 139937139779576 4383297 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1361.89
Current children cumulated vsize (KiB) 487292

[startup+1422.31 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 11300
/proc/meminfo: memFree=30417068/32873844 swapFree=7108/7108
[pid=11288] ppid=11286 vsize=487292 CPUtime=1421.88 cores=1,3,5,7
/proc/11288/stat : 11288 (pwbo2.0) S 11286 11288 9022 0 -1 4202496 112349 0 0 0 142139 49 0 0 20 0 2 0 276823842 498987008 112284 33554432000 4194304 5965102 140734150462944 140734150462464 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11288/statm: 121823 112284 190 433 0 121387 0
[pid=11288/tid=11290] ppid=11286 vsize=487292 CPUtime=1422 cores=1,3,5,7
/proc/11288/task/11290/stat : 11290 (pwbo2.0) R 11286 11288 9022 0 -1 4202560 109624 0 0 0 142129 71 0 0 20 0 2 0 276823851 498987008 112284 33554432000 4194304 5965102 140734150462944 139937139779576 4401116 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 487292

[startup+1482.3 s]
/proc/loadavg: 2.06 2.03 2.00 4/179 11300
/proc/meminfo: memFree=30380588/32873844 swapFree=7108/7108
[pid=11288] ppid=11286 vsize=487292 CPUtime=1481.87 cores=1,3,5,7
/proc/11288/stat : 11288 (pwbo2.0) S 11286 11288 9022 0 -1 4202496 113725 0 0 0 148137 50 0 0 20 0 2 0 276823842 498987008 113660 33554432000 4194304 5965102 140734150462944 140734150462464 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11288/statm: 121823 113660 190 433 0 121387 0
[pid=11288/tid=11290] ppid=11286 vsize=487292 CPUtime=1481.99 cores=1,3,5,7
/proc/11288/task/11290/stat : 11290 (pwbo2.0) R 11286 11288 9022 0 -1 4202560 111000 0 0 0 148126 73 0 0 20 0 2 0 276823851 498987008 113660 33554432000 4194304 5965102 140734150462944 139937139779576 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.87
Current children cumulated vsize (KiB) 487292

[startup+1542.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 11301
/proc/meminfo: memFree=30311944/32873844 swapFree=7108/7108
[pid=11288] ppid=11286 vsize=552828 CPUtime=1541.86 cores=1,3,5,7
/proc/11288/stat : 11288 (pwbo2.0) S 11286 11288 9022 0 -1 4202496 120852 0 0 0 154131 55 0 0 20 0 2 0 276823842 566095872 120787 33554432000 4194304 5965102 140734150462944 140734150462464 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11288/statm: 138207 120787 190 433 0 137771 0
[pid=11288/tid=11290] ppid=11286 vsize=552828 CPUtime=1541.99 cores=1,3,5,7
/proc/11288/task/11290/stat : 11290 (pwbo2.0) R 11286 11288 9022 0 -1 4202560 118127 0 0 0 154121 78 0 0 20 0 2 0 276823851 566095872 120787 33554432000 4194304 5965102 140734150462944 139937139779576 4382772 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 552828

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 11301
/proc/meminfo: memFree=30273752/32873844 swapFree=7108/7108
[pid=11288] ppid=11286 vsize=552828 CPUtime=1601.85 cores=1,3,5,7
/proc/11288/stat : 11288 (pwbo2.0) S 11286 11288 9022 0 -1 4202496 127383 0 0 0 160125 60 0 0 20 0 2 0 276823842 566095872 127318 33554432000 4194304 5965102 140734150462944 140734150462464 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11288/statm: 138207 127318 190 433 0 137771 0
[pid=11288/tid=11290] ppid=11286 vsize=552828 CPUtime=1601.99 cores=1,3,5,7
/proc/11288/task/11290/stat : 11290 (pwbo2.0) R 11286 11288 9022 0 -1 4202560 124658 0 0 0 160114 85 0 0 20 0 2 0 276823851 566095872 127318 33554432000 4194304 5965102 140734150462944 139937139779576 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.85
Current children cumulated vsize (KiB) 552828

[startup+1662.3 s]
/proc/loadavg: 1.85 1.97 1.99 2/173 11328
/proc/meminfo: memFree=30799928/32873844 swapFree=7108/7108
[pid=11288] ppid=11286 vsize=618364 CPUtime=1661.85 cores=1,3,5,7
/proc/11288/stat : 11288 (pwbo2.0) S 11286 11288 9022 0 -1 4202496 134673 0 0 0 166118 67 0 0 20 0 2 0 276823842 633204736 134608 33554432000 4194304 5965102 140734150462944 140734150462464 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11288/statm: 154591 134608 190 433 0 154155 0
[pid=11288/tid=11290] ppid=11286 vsize=618364 CPUtime=1661.99 cores=1,3,5,7
/proc/11288/task/11290/stat : 11290 (pwbo2.0) R 11286 11288 9022 0 -1 4202560 131948 0 0 0 166106 93 0 0 20 0 2 0 276823851 633204736 134608 33554432000 4194304 5965102 140734150462944 139937139779720 4221984 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 618364

[startup+1722.3 s]
/proc/loadavg: 1.31 1.80 1.92 2/172 11328
/proc/meminfo: memFree=30790216/32873844 swapFree=7108/7108
[pid=11288] ppid=11286 vsize=618364 CPUtime=1721.82 cores=1,3,5,7
/proc/11288/stat : 11288 (pwbo2.0) S 11286 11288 9022 0 -1 4202496 136870 0 0 0 172113 69 0 0 20 0 2 0 276823842 633204736 136908 33554432000 4194304 5965102 140734150462944 140734150462464 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11288/statm: 154591 136908 190 433 0 154155 0
[pid=11288/tid=11290] ppid=11286 vsize=618364 CPUtime=1721.97 cores=1,3,5,7
/proc/11288/task/11290/stat : 11290 (pwbo2.0) R 11286 11288 9022 0 -1 4202560 134145 0 0 0 172102 95 0 0 20 0 2 0 276823851 633204736 136908 33554432000 4194304 5965102 140734150462944 139937139779576 4222416 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.82
Current children cumulated vsize (KiB) 618364

[startup+1782.3 s]
/proc/loadavg: 1.11 1.65 1.86 2/172 11328
/proc/meminfo: memFree=30789956/32873844 swapFree=7108/7108
[pid=11288] ppid=11286 vsize=618364 CPUtime=1781.8 cores=1,3,5,7
/proc/11288/stat : 11288 (pwbo2.0) S 11286 11288 9022 0 -1 4202496 136881 0 0 0 178111 69 0 0 20 0 2 0 276823842 633204736 136922 33554432000 4194304 5965102 140734150462944 140734150462464 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11288/statm: 154591 136922 190 433 0 154155 0
[pid=11288/tid=11290] ppid=11286 vsize=618364 CPUtime=1781.97 cores=1,3,5,7
/proc/11288/task/11290/stat : 11290 (pwbo2.0) R 11286 11288 9022 0 -1 4202560 134156 0 0 0 178101 96 0 0 20 0 2 0 276823851 633204736 136922 33554432000 4194304 5965102 140734150462944 139937139779576 4221984 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.8
Current children cumulated vsize (KiB) 618364

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

[startup+1791.91 s]
/proc/loadavg: 1.09 1.63 1.85 2/171 11328
/proc/meminfo: memFree=30790020/32873844 swapFree=7108/7108
[pid=11288] ppid=11286 vsize=618364 CPUtime=1791.41 cores=1,3,5,7
/proc/11288/stat : 11288 (pwbo2.0) S 11286 11288 9022 0 -1 4202496 136883 0 0 0 179072 69 0 0 20 0 2 0 276823842 633204736 136924 33554432000 4194304 5965102 140734150462944 140734150462464 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11288/statm: 154591 136924 190 433 0 154155 0
[pid=11288/tid=11290] ppid=11286 vsize=618364 CPUtime=1791.57 cores=1,3,5,7
/proc/11288/task/11290/stat : 11290 (pwbo2.0) R 11286 11288 9022 0 -1 4202560 134158 0 0 0 179061 96 0 0 20 0 2 0 276823851 633204736 136924 33554432000 4194304 5965102 140734150462944 139937139779576 4401155 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.41
Current children cumulated vsize (KiB) 618364

[startup+1795.1 s]
/proc/loadavg: 1.09 1.63 1.85 2/172 11329
/proc/meminfo: memFree=30790012/32873844 swapFree=7108/7108
[pid=11288] ppid=11286 vsize=618364 CPUtime=1794.61 cores=1,3,5,7
/proc/11288/stat : 11288 (pwbo2.0) S 11286 11288 9022 0 -1 4202496 136883 0 0 0 179392 69 0 0 20 0 2 0 276823842 633204736 136924 33554432000 4194304 5965102 140734150462944 140734150462464 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11288/statm: 154591 136924 190 433 0 154155 0
[pid=11288/tid=11290] ppid=11286 vsize=618364 CPUtime=1794.77 cores=1,3,5,7
/proc/11288/task/11290/stat : 11290 (pwbo2.0) R 11286 11288 9022 0 -1 4202560 134158 0 0 0 179381 96 0 0 20 0 2 0 276823851 633204736 136924 33554432000 4194304 5965102 140734150462944 139937139779576 4400955 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.61
Current children cumulated vsize (KiB) 618364

[startup+1798.3 s]
/proc/loadavg: 1.09 1.62 1.85 2/172 11329
/proc/meminfo: memFree=30790012/32873844 swapFree=7108/7108
[pid=11288] ppid=11286 vsize=618364 CPUtime=1797.8 cores=1,3,5,7
/proc/11288/stat : 11288 (pwbo2.0) S 11286 11288 9022 0 -1 4202496 136883 0 0 0 179711 69 0 0 20 0 2 0 276823842 633204736 136924 33554432000 4194304 5965102 140734150462944 140734150462464 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11288/statm: 154591 136924 190 433 0 154155 0
[pid=11288/tid=11290] ppid=11286 vsize=618364 CPUtime=1797.97 cores=1,3,5,7
/proc/11288/task/11290/stat : 11290 (pwbo2.0) R 11286 11288 9022 0 -1 4202560 134158 0 0 0 179701 96 0 0 20 0 2 0 276823851 633204736 136924 33554432000 4194304 5965102 140734150462944 139937139779576 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.8
Current children cumulated vsize (KiB) 618364

[startup+1799.1 s]
/proc/loadavg: 1.09 1.62 1.85 2/172 11329
/proc/meminfo: memFree=30790012/32873844 swapFree=7108/7108
[pid=11288] ppid=11286 vsize=618364 CPUtime=1798.6 cores=1,3,5,7
/proc/11288/stat : 11288 (pwbo2.0) S 11286 11288 9022 0 -1 4202496 136883 0 0 0 179791 69 0 0 20 0 2 0 276823842 633204736 136924 33554432000 4194304 5965102 140734150462944 140734150462464 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11288/statm: 154591 136924 190 433 0 154155 0
[pid=11288/tid=11290] ppid=11286 vsize=618364 CPUtime=1798.77 cores=1,3,5,7
/proc/11288/task/11290/stat : 11290 (pwbo2.0) R 11286 11288 9022 0 -1 4202560 134158 0 0 0 179781 96 0 0 20 0 2 0 276823851 633204736 136924 33554432000 4194304 5965102 140734150462944 139937139779576 4401131 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.6
Current children cumulated vsize (KiB) 618364

[startup+1799.5 s]
/proc/loadavg: 1.09 1.62 1.85 2/172 11329
/proc/meminfo: memFree=30790012/32873844 swapFree=7108/7108
[pid=11288] ppid=11286 vsize=618364 CPUtime=1799 cores=1,3,5,7
/proc/11288/stat : 11288 (pwbo2.0) S 11286 11288 9022 0 -1 4202496 136883 0 0 0 179831 69 0 0 20 0 2 0 276823842 633204736 136924 33554432000 4194304 5965102 140734150462944 140734150462464 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11288/statm: 154591 136924 190 433 0 154155 0
[pid=11288/tid=11290] ppid=11286 vsize=618364 CPUtime=1799.17 cores=1,3,5,7
/proc/11288/task/11290/stat : 11290 (pwbo2.0) R 11286 11288 9022 0 -1 4202560 134158 0 0 0 179821 96 0 0 20 0 2 0 276823851 633204736 136924 33554432000 4194304 5965102 140734150462944 139937139779576 4401127 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799
Current children cumulated vsize (KiB) 618364

[startup+1799.9 s]
/proc/loadavg: 1.09 1.62 1.85 2/172 11329
/proc/meminfo: memFree=30790012/32873844 swapFree=7108/7108
[pid=11288] ppid=11286 vsize=618364 CPUtime=1799.4 cores=1,3,5,7
/proc/11288/stat : 11288 (pwbo2.0) S 11286 11288 9022 0 -1 4202496 136883 0 0 0 179871 69 0 0 20 0 2 0 276823842 633204736 136924 33554432000 4194304 5965102 140734150462944 140734150462464 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11288/statm: 154591 136924 190 433 0 154155 0
[pid=11288/tid=11290] ppid=11286 vsize=618364 CPUtime=1799.57 cores=1,3,5,7
/proc/11288/task/11290/stat : 11290 (pwbo2.0) R 11286 11288 9022 0 -1 4202560 134158 0 0 0 179861 96 0 0 20 0 2 0 276823851 633204736 136924 33554432000 4194304 5965102 140734150462944 139937139779576 4401155 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.4
Current children cumulated vsize (KiB) 618364

[startup+1800 s]
/proc/loadavg: 1.09 1.62 1.85 2/172 11329
/proc/meminfo: memFree=30790012/32873844 swapFree=7108/7108
[pid=11288] ppid=11286 vsize=618364 CPUtime=1799.5 cores=1,3,5,7
/proc/11288/stat : 11288 (pwbo2.0) S 11286 11288 9022 0 -1 4202496 136883 0 0 0 179881 69 0 0 20 0 2 0 276823842 633204736 136924 33554432000 4194304 5965102 140734150462944 140734150462464 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11288/statm: 154591 136924 190 433 0 154155 0
[pid=11288/tid=11290] ppid=11286 vsize=618364 CPUtime=1799.67 cores=1,3,5,7
/proc/11288/task/11290/stat : 11290 (pwbo2.0) R 11286 11288 9022 0 -1 4202560 134158 0 0 0 179871 96 0 0 20 0 2 0 276823851 633204736 136924 33554432000 4194304 5965102 140734150462944 139937139779576 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.5
Current children cumulated vsize (KiB) 618364

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.78
CPU user time (s): 1798.8
CPU system time (s): 0.977851
CPU usage (%): 99.9874
Max. virtual memory (cumulated for all children) (KiB): 618364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.8
system time used= 0.977851
maximum resident set size= 547708
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 136886
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= 222
involuntary context switches= 2135

runsolver used 2.73758 second user time and 8.80366 second system time

The end

Launcher Data

Begin job on node103 at 2012-05-27 10:22:33
IDJOB=3704396
IDBENCH=90203
IDSOLVER=2280
FILE ID=node103/3704396-1338106953
RUNJOBID= node103-1338087162-9039
PBS_JOBID= 14624435
Free space on /tmp= 71588 MiB

SOLVER NAME= pwbo 2.0
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K141.opb
COMMAND LINE= pwbo2.0 -file-format=opb -verbosity=0 -thread=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3704396-1338106953/watcher-3704396-1338106953 -o /tmp/evaluation-result-3704396-1338106953/solver-3704396-1338106953 -C 1800 -W 1900 -M 15500  pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704396-1338106953.opb

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

MD5SUM BENCH= e981076bb5354ded6cb9b093a6d1a03e
RANDOM SEED=1402361505

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31193812 kB
Buffers:          296248 kB
Cached:           407976 kB
SwapCached:         4540 kB
Active:           683060 kB
Inactive:         166324 kB
Active(anon):     140884 kB
Inactive(anon):     6220 kB
Active(file):     542176 kB
Inactive(file):   160104 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67099532 kB
Dirty:              6604 kB
Writeback:             0 kB
AnonPages:        211944 kB
Mapped:            12360 kB
Shmem:                 8 kB
Slab:             690404 kB
SReclaimable:     132888 kB
SUnreclaim:       557516 kB
KernelStack:        1488 kB
PageTables:         4252 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     149792 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     63488 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= 71588 MiB
End job on node103 at 2012-05-27 10:52:33