Trace number 3749926

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 NameAnswerobjective functionCPU timeWall clock time
npSolver 1.0 (fixed)? (TO) 1800.06 1800.72

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_50_2__8_45__64.opb
MD5SUMcc9e86bf563f6565193c3e6b50384be6
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark45008
Best CPU time to get the best result obtained on this benchmark1.76373
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6448
Total number of constraints150
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)102
Number of constraints which are nor clauses,nor cardinality constraints48
Minimum length of a constraint64
Maximum length of a constraint577
Number of terms in the objective function 6400
Biggest coefficient in the objective function 126454
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 214818240
Number of bits of the sum of numbers in the objective function 28
Biggest number in a constraint 126454
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 214818240
Number of bits of the biggest sum of numbers28
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.09	c run usual solver
0.00/0.77	c model valid
0.00/0.77	c current solution ok
0.00/1.00	o 254142
0.00/1.00	c current bound: 127071
0.00/1.00	c fallback to adder encoding
1441.03/1441.69	c model valid
1441.03/1441.69	c current solution ok
1441.43/1441.71	o 126671
1441.43/1441.71	c current bound: 63335
1441.43/1441.71	c fallback to adder encoding
1632.14/1632.77	c model valid
1632.14/1632.77	c current solution ok
1632.14/1632.79	o 45008
1632.14/1632.79	c current bound: 22504
1632.14/1632.79	c fallback to adder encoding
1633.00/1633.31	c current bound: 33756
1633.00/1633.31	c fallback to adder encoding
1633.36/1634.32	c current bound: 39382
1633.36/1634.32	c fallback to adder encoding
1637.79/1638.43	c current bound: 42195
1637.79/1638.43	c fallback to adder encoding
1655.47/1656.10	c current bound: 43602
1655.47/1656.10	c fallback to adder encoding
1685.36/1686.06	c current bound: 44305
1685.36/1686.06	c fallback to adder encoding
1709.17/1709.87	c current bound: 44657
1709.17/1709.87	c fallback to adder encoding
1741.97/1742.63	c current bound: 44833
1741.97/1742.63	c fallback to adder encoding
1771.04/1771.72	c current bound: 44921
1771.04/1771.72	c fallback to adder encoding
1800.06/1800.71	c error: unexpected solver exit code
1800.06/1800.71	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-3749926-1339158997/watcher-3749926-1339158997 -o /tmp/evaluation-result-3749926-1339158997/solver-3749926-1339158997 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3749926-1339158997.opb 133005899 HOME HOME 

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: 1.00 1.09 1.45 3/173 27017
/proc/meminfo: memFree=27086964/32873648 swapFree=7116/7116
[pid=27017] ppid=27014 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27017/stat : 27017 (npSolver-pbo.sh) S 27014 27017 22896 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382025180 9367552 274 33554432000 4194304 5064252 140735142060624 140735142059536 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27017/statm: 2287 274 233 213 0 72 0

[startup+0.070787 s]
/proc/loadavg: 1.00 1.09 1.45 3/173 27017
/proc/meminfo: memFree=27086964/32873648 swapFree=7116/7116
[pid=27017] ppid=27014 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27017/stat : 27017 (npSolver-pbo.sh) S 27014 27017 22896 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382025180 9367552 274 33554432000 4194304 5064252 140735142060624 140735142059536 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27017/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100333 s]
/proc/loadavg: 1.00 1.09 1.45 3/173 27017
/proc/meminfo: memFree=27086964/32873648 swapFree=7116/7116
[pid=27017] ppid=27014 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27017/stat : 27017 (npSolver-pbo.sh) S 27014 27017 22896 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382025180 9367552 274 33554432000 4194304 5064252 140735142060624 140735142059536 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27017/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300231 s]
/proc/loadavg: 1.00 1.09 1.45 3/173 27017
/proc/meminfo: memFree=27086964/32873648 swapFree=7116/7116
[pid=27017] ppid=27014 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27017/stat : 27017 (npSolver-pbo.sh) S 27014 27017 22896 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382025180 9367552 274 33554432000 4194304 5064252 140735142060624 140735142059536 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27017/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700228 s]
/proc/loadavg: 1.00 1.09 1.45 3/173 27017
/proc/meminfo: memFree=27086964/32873648 swapFree=7116/7116
[pid=27017] ppid=27014 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27017/stat : 27017 (npSolver-pbo.sh) S 27014 27017 22896 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382025180 9367552 274 33554432000 4194304 5064252 140735142060624 140735142059536 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27017/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50026 s]
/proc/loadavg: 1.00 1.09 1.45 3/182 27035
/proc/meminfo: memFree=26964868/32873648 swapFree=7116/7116
[pid=27017] ppid=27014 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27017/stat : 27017 (npSolver-pbo.sh) S 27014 27017 22896 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382025180 9367552 274 33554432000 4194304 5064252 140735142060624 140735142059536 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27017/statm: 2287 274 233 213 0 72 0
[pid=27020] ppid=27017 vsize=93720 CPUtime=1.48 cores=0,2,4,6
/proc/27020/stat : 27020 (npSolver-pbo) R 27017 27017 22896 0 -1 4202496 7759 19625 0 0 60 22 61 5 20 0 1 0 382025180 95969280 15345 33554432000 4194304 6004724 140735640388112 140735640382160 4534761 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27020/statm: 23430 15345 172 442 0 22984 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 102868

[startup+3.10031 s]
/proc/loadavg: 1.00 1.09 1.45 3/181 27045
/proc/meminfo: memFree=26813512/32873648 swapFree=7116/7116
[pid=27017] ppid=27014 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27017/stat : 27017 (npSolver-pbo.sh) S 27014 27017 22896 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382025180 9367552 274 33554432000 4194304 5064252 140735142060624 140735142059536 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27017/statm: 2287 274 233 213 0 72 0
[pid=27020] ppid=27017 vsize=93720 CPUtime=1.64 cores=0,2,4,6
/proc/27020/stat : 27020 (npSolver-pbo) S 27017 27017 22896 0 -1 4202496 8287 19625 0 0 69 29 61 5 20 0 1 0 382025180 95969280 16883 33554432000 4194304 6004724 140735640388112 140735640380464 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/27020/statm: 23430 16883 174 442 0 22984 0
[pid=27043] ppid=27020 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27043/stat : 27043 (satsolver.sh) S 27020 27017 22896 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 382025346 9367552 266 33554432000 4194304 5064252 140735328656848 140735328655760 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27043/statm: 2287 266 226 213 0 72 0
[pid=27044] ppid=27043 vsize=127828 CPUtime=1.43 cores=0,2,4,6
/proc/27044/stat : 27044 (glucose) R 27043 27017 22896 0 -1 4202496 24565 0 0 0 137 6 0 0 20 0 1 0 382025346 130895872 28079 33554432000 4194304 5208918 140736972734432 140736972732280 4211160 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27044/statm: 31957 28079 104 248 0 31706 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 239844

[startup+6.30028 s]
/proc/loadavg: 1.24 1.14 1.47 3/183 27047
/proc/meminfo: memFree=26398700/32873648 swapFree=7116/7116
[pid=27017] ppid=27014 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27017/stat : 27017 (npSolver-pbo.sh) S 27014 27017 22896 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382025180 9367552 274 33554432000 4194304 5064252 140735142060624 140735142059536 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27017/statm: 2287 274 233 213 0 72 0
[pid=27020] ppid=27017 vsize=93720 CPUtime=1.64 cores=0,2,4,6
/proc/27020/stat : 27020 (npSolver-pbo) S 27017 27017 22896 0 -1 4202496 8287 19625 0 0 69 29 61 5 20 0 1 0 382025180 95969280 16883 33554432000 4194304 6004724 140735640388112 140735640380464 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/27020/statm: 23430 16883 174 442 0 22984 0
[pid=27043] ppid=27020 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27043/stat : 27043 (satsolver.sh) S 27020 27017 22896 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 382025346 9367552 266 33554432000 4194304 5064252 140735328656848 140735328655760 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27043/statm: 2287 266 226 213 0 72 0
[pid=27044] ppid=27043 vsize=128516 CPUtime=4.63 cores=0,2,4,6
/proc/27044/stat : 27044 (glucose) R 27043 27017 22896 0 -1 4202496 24743 0 0 0 457 6 0 0 20 0 1 0 382025346 131600384 28257 33554432000 4194304 5208918 140736972734432 140736972732104 4211176 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27044/statm: 32129 28257 104 248 0 31878 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 240532

[startup+12.7003 s]
/proc/loadavg: 1.30 1.16 1.47 3/183 27047
/proc/meminfo: memFree=26400748/32873648 swapFree=7116/7116
[pid=27017] ppid=27014 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27017/stat : 27017 (npSolver-pbo.sh) S 27014 27017 22896 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382025180 9367552 274 33554432000 4194304 5064252 140735142060624 140735142059536 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27017/statm: 2287 274 233 213 0 72 0
[pid=27020] ppid=27017 vsize=93720 CPUtime=1.64 cores=0,2,4,6
/proc/27020/stat : 27020 (npSolver-pbo) S 27017 27017 22896 0 -1 4202496 8287 19625 0 0 69 29 61 5 20 0 1 0 382025180 95969280 16883 33554432000 4194304 6004724 140735640388112 140735640380464 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/27020/statm: 23430 16883 174 442 0 22984 0
[pid=27043] ppid=27020 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27043/stat : 27043 (satsolver.sh) S 27020 27017 22896 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 382025346 9367552 266 33554432000 4194304 5064252 140735328656848 140735328655760 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27043/statm: 2287 266 226 213 0 72 0
[pid=27044] ppid=27043 vsize=129604 CPUtime=11.03 cores=0,2,4,6
/proc/27044/stat : 27044 (glucose) R 27043 27017 22896 0 -1 4202496 25035 0 0 0 1097 6 0 0 20 0 1 0 382025346 132714496 28549 33554432000 4194304 5208918 140736972734432 140736972732280 4229328 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27044/statm: 32401 28549 104 248 0 32150 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 241620

[startup+25.5004 s]
/proc/loadavg: 1.59 1.23 1.49 3/183 27047
/proc/meminfo: memFree=26401028/32873648 swapFree=7116/7116
[pid=27017] ppid=27014 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27017/stat : 27017 (npSolver-pbo.sh) S 27014 27017 22896 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382025180 9367552 274 33554432000 4194304 5064252 140735142060624 140735142059536 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27017/statm: 2287 274 233 213 0 72 0
[pid=27020] ppid=27017 vsize=93720 CPUtime=1.64 cores=0,2,4,6
/proc/27020/stat : 27020 (npSolver-pbo) S 27017 27017 22896 0 -1 4202496 8287 19625 0 0 69 29 61 5 20 0 1 0 382025180 95969280 16883 33554432000 4194304 6004724 140735640388112 140735640380464 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/27020/statm: 23430 16883 174 442 0 22984 0
[pid=27043] ppid=27020 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27043/stat : 27043 (satsolver.sh) S 27020 27017 22896 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 382025346 9367552 266 33554432000 4194304 5064252 140735328656848 140735328655760 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27043/statm: 2287 266 226 213 0 72 0
[pid=27044] ppid=27043 vsize=129868 CPUtime=23.82 cores=0,2,4,6
/proc/27044/stat : 27044 (glucose) R 27043 27017 22896 0 -1 4202496 25105 0 0 0 2376 6 0 0 20 0 1 0 382025346 132984832 28619 33554432000 4194304 5208918 140736972734432 140736972732280 4228997 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27044/statm: 32467 28619 104 248 0 32216 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 241884

[startup+51.1004 s]
/proc/loadavg: 1.73 1.29 1.50 3/183 27047
/proc/meminfo: memFree=26388136/32873648 swapFree=7116/7116
[pid=27017] ppid=27014 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27017/stat : 27017 (npSolver-pbo.sh) S 27014 27017 22896 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382025180 9367552 274 33554432000 4194304 5064252 140735142060624 140735142059536 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27017/statm: 2287 274 233 213 0 72 0
[pid=27020] ppid=27017 vsize=93720 CPUtime=1.64 cores=0,2,4,6
/proc/27020/stat : 27020 (npSolver-pbo) S 27017 27017 22896 0 -1 4202496 8287 19625 0 0 69 29 61 5 20 0 1 0 382025180 95969280 16883 33554432000 4194304 6004724 140735640388112 140735640380464 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/27020/statm: 23430 16883 174 442 0 22984 0
[pid=27043] ppid=27020 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27043/stat : 27043 (satsolver.sh) S 27020 27017 22896 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 382025346 9367552 266 33554432000 4194304 5064252 140735328656848 140735328655760 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27043/statm: 2287 266 226 213 0 72 0
[pid=27044] ppid=27043 vsize=154092 CPUtime=49.42 cores=0,2,4,6
/proc/27044/stat : 27044 (glucose) R 27043 27017 22896 0 -1 4202496 26999 0 0 0 4936 6 0 0 20 0 1 0 382025346 157790208 31014 33554432000 4194304 5208918 140736972734432 140736972732264 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27044/statm: 38523 31014 104 248 0 38272 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 266108

[startup+102.3 s]
/proc/loadavg: 1.89 1.41 1.53 3/183 27047
/proc/meminfo: memFree=26378936/32873648 swapFree=7116/7116
[pid=27017] ppid=27014 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27017/stat : 27017 (npSolver-pbo.sh) S 27014 27017 22896 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382025180 9367552 274 33554432000 4194304 5064252 140735142060624 140735142059536 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27017/statm: 2287 274 233 213 0 72 0
[pid=27020] ppid=27017 vsize=93720 CPUtime=1.64 cores=0,2,4,6
/proc/27020/stat : 27020 (npSolver-pbo) S 27017 27017 22896 0 -1 4202496 8287 19625 0 0 69 29 61 5 20 0 1 0 382025180 95969280 16883 33554432000 4194304 6004724 140735640388112 140735640380464 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/27020/statm: 23430 16883 174 442 0 22984 0
[pid=27043] ppid=27020 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27043/stat : 27043 (satsolver.sh) S 27020 27017 22896 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 382025346 9367552 266 33554432000 4194304 5064252 140735328656848 140735328655760 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27043/statm: 2287 266 226 213 0 72 0
[pid=27044] ppid=27043 vsize=138636 CPUtime=100.62 cores=0,2,4,6
/proc/27044/stat : 27044 (glucose) R 27043 27017 22896 0 -1 4202496 28155 0 0 0 10055 7 0 0 20 0 1 0 382025346 141963264 31431 33554432000 4194304 5208918 140736972734432 140736972732264 4211888 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27044/statm: 34659 31431 104 248 0 34408 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 250652

[startup+162.3 s]
/proc/loadavg: 1.95 1.50 1.55 3/183 27047
/proc/meminfo: memFree=26367552/32873648 swapFree=7116/7116
[pid=27017] ppid=27014 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27017/stat : 27017 (npSolver-pbo.sh) S 27014 27017 22896 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382025180 9367552 274 33554432000 4194304 5064252 140735142060624 140735142059536 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27017/statm: 2287 274 233 213 0 72 0
[pid=27020] ppid=27017 vsize=93720 CPUtime=1.64 cores=0,2,4,6
/proc/27020/stat : 27020 (npSolver-pbo) S 27017 27017 22896 0 -1 4202496 8287 19625 0 0 69 29 61 5 20 0 1 0 382025180 95969280 16883 33554432000 4194304 6004724 140735640388112 140735640380464 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/27020/statm: 23430 16883 174 442 0 22984 0
[pid=27043] ppid=27020 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27043/stat : 27043 (satsolver.sh) S 27020 27017 22896 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 382025346 9367552 266 33554432000 4194304 5064252 140735328656848 140735328655760 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27043/statm: 2287 266 226 213 0 72 0
[pid=27044] ppid=27043 vsize=159552 CPUtime=160.61 cores=0,2,4,6
/proc/27044/stat : 27044 (glucose) R 27043 27017 22896 0 -1 4202496 29498 0 0 0 16052 9 0 0 20 0 1 0 382025346 163381248 32044 33554432000 4194304 5208918 140736972734432 140736972732584 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27044/statm: 39888 32044 104 248 0 39637 0
Current children cumulated CPU time (s) 162.25

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

/proc/27044/stat : 27044 (glucose) R 27043 27017 22896 0 -1 4202496 38279 0 0 0 136021 19 0 0 20 0 1 0 382025346 258433024 49594 33554432000 4194304 5208918 140736972734432 140736972730808 4211632 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27044/statm: 63094 49594 104 248 0 62843 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 364392

[startup+1422.3 s]
/proc/loadavg: 2.00 1.97 1.85 3/184 27060
/proc/meminfo: memFree=26259072/32873648 swapFree=7116/7116
[pid=27017] ppid=27014 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27017/stat : 27017 (npSolver-pbo.sh) S 27014 27017 22896 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382025180 9367552 274 33554432000 4194304 5064252 140735142060624 140735142059536 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27017/statm: 2287 274 233 213 0 72 0
[pid=27020] ppid=27017 vsize=93720 CPUtime=1.64 cores=0,2,4,6
/proc/27020/stat : 27020 (npSolver-pbo) S 27017 27017 22896 0 -1 4202496 8287 19625 0 0 69 29 61 5 20 0 1 0 382025180 95969280 16883 33554432000 4194304 6004724 140735640388112 140735640380464 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/27020/statm: 23430 16883 174 442 0 22984 0
[pid=27043] ppid=27020 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27043/stat : 27043 (satsolver.sh) S 27020 27017 22896 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 382025346 9367552 266 33554432000 4194304 5064252 140735328656848 140735328655760 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27043/statm: 2287 266 226 213 0 72 0
[pid=27044] ppid=27043 vsize=252376 CPUtime=1420.4 cores=0,2,4,6
/proc/27044/stat : 27044 (glucose) R 27043 27017 22896 0 -1 4202496 38281 0 0 0 142021 19 0 0 20 0 1 0 382025346 258433024 50618 33554432000 4194304 5208918 140736972734432 140736972730808 4211584 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27044/statm: 63094 50618 104 248 0 62843 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 364392

[startup+1482.3 s]
/proc/loadavg: 2.05 1.99 1.86 3/184 27090
/proc/meminfo: memFree=26368128/32873648 swapFree=7116/7116
[pid=27017] ppid=27014 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27017/stat : 27017 (npSolver-pbo.sh) S 27014 27017 22896 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382025180 9367552 274 33554432000 4194304 5064252 140735142060624 140735142059536 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27017/statm: 2287 274 233 213 0 72 0
[pid=27020] ppid=27017 vsize=77048 CPUtime=1442.01 cores=0,2,4,6
/proc/27020/stat : 27020 (npSolver-pbo) S 27017 27017 22896 0 -1 4202496 12294 64079 0 0 120 36 144004 41 20 0 1 0 382025180 78897152 11192 33554432000 4194304 6004724 140735640388112 140735640380464 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/27020/statm: 19262 11192 175 442 0 18816 0
[pid=27066] ppid=27020 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27066/stat : 27066 (satsolver.sh) S 27020 27017 22896 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 382169407 9367552 267 33554432000 4194304 5064252 140736151889312 140736151888224 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27066/statm: 2287 267 226 213 0 72 0
[pid=27067] ppid=27066 vsize=121872 CPUtime=40.01 cores=0,2,4,6
/proc/27067/stat : 27067 (glucose) R 27066 27017 22896 0 -1 4202496 23341 0 0 0 3994 7 0 0 20 0 1 0 382169407 124796928 28131 33554432000 4194304 5208918 140733631128656 140733631126488 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27067/statm: 30468 28131 105 248 0 30217 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 217216

[startup+1542.31 s]
/proc/loadavg: 2.14 2.02 1.87 3/183 27091
/proc/meminfo: memFree=26359356/32873648 swapFree=7116/7116
[pid=27017] ppid=27014 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27017/stat : 27017 (npSolver-pbo.sh) S 27014 27017 22896 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382025180 9367552 274 33554432000 4194304 5064252 140735142060624 140735142059536 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27017/statm: 2287 274 233 213 0 72 0
[pid=27020] ppid=27017 vsize=77048 CPUtime=1442.01 cores=0,2,4,6
/proc/27020/stat : 27020 (npSolver-pbo) S 27017 27017 22896 0 -1 4202496 12294 64079 0 0 120 36 144004 41 20 0 1 0 382025180 78897152 11192 33554432000 4194304 6004724 140735640388112 140735640380464 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/27020/statm: 19262 11192 175 442 0 18816 0
[pid=27066] ppid=27020 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27066/stat : 27066 (satsolver.sh) S 27020 27017 22896 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 382169407 9367552 267 33554432000 4194304 5064252 140736151889312 140736151888224 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27066/statm: 2287 267 226 213 0 72 0
[pid=27067] ppid=27066 vsize=124680 CPUtime=100.01 cores=0,2,4,6
/proc/27067/stat : 27067 (glucose) R 27066 27017 22896 0 -1 4202496 25279 0 0 0 9993 8 0 0 20 0 1 0 382169407 127672320 29285 33554432000 4194304 5208918 140733631128656 140733631126488 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27067/statm: 31170 29285 105 248 0 30919 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 220024

[startup+1602.3 s]
/proc/loadavg: 2.05 2.01 1.88 3/183 27091
/proc/meminfo: memFree=26319872/32873648 swapFree=7116/7116
[pid=27017] ppid=27014 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27017/stat : 27017 (npSolver-pbo.sh) S 27014 27017 22896 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382025180 9367552 274 33554432000 4194304 5064252 140735142060624 140735142059536 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27017/statm: 2287 274 233 213 0 72 0
[pid=27020] ppid=27017 vsize=77048 CPUtime=1442.01 cores=0,2,4,6
/proc/27020/stat : 27020 (npSolver-pbo) S 27017 27017 22896 0 -1 4202496 12294 64079 0 0 120 36 144004 41 20 0 1 0 382025180 78897152 11192 33554432000 4194304 6004724 140735640388112 140735640380464 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/27020/statm: 19262 11192 175 442 0 18816 0
[pid=27066] ppid=27020 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27066/stat : 27066 (satsolver.sh) S 27020 27017 22896 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 382169407 9367552 267 33554432000 4194304 5064252 140736151889312 140736151888224 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27066/statm: 2287 267 226 213 0 72 0
[pid=27067] ppid=27066 vsize=175012 CPUtime=159.99 cores=0,2,4,6
/proc/27067/stat : 27067 (glucose) R 27066 27017 22896 0 -1 4202496 25838 0 0 0 15991 8 0 0 20 0 1 0 382169407 179212288 38020 33554432000 4194304 5208918 140733631128656 140733631125032 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27067/statm: 43753 38020 105 248 0 43502 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 270356

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 1.89 3/183 27126
/proc/meminfo: memFree=26397656/32873648 swapFree=7116/7116
[pid=27017] ppid=27014 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27017/stat : 27017 (npSolver-pbo.sh) S 27014 27017 22896 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382025180 9367552 274 33554432000 4194304 5064252 140735142060624 140735142059536 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27017/statm: 2287 274 233 213 0 72 0
[pid=27020] ppid=27017 vsize=76176 CPUtime=1655.9 cores=0,2,4,6
/proc/27020/stat : 27020 (npSolver-pbo) S 27017 27017 22896 0 -1 4202496 31402 173777 0 0 280 54 165167 89 20 0 1 0 382025180 78004224 17087 33554432000 4194304 6004724 140735640388112 140735640380464 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/27020/statm: 19044 17087 176 442 0 18598 0
[pid=27125] ppid=27020 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27125/stat : 27125 (satsolver.sh) S 27020 27017 22896 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 382190833 9367552 266 33554432000 4194304 5064252 140734815276912 140734815275824 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27125/statm: 2287 266 226 213 0 72 0
[pid=27126] ppid=27125 vsize=108420 CPUtime=5.75 cores=0,2,4,6
/proc/27126/stat : 27126 (glucose) R 27125 27017 22896 0 -1 4202496 19864 0 0 0 571 4 0 0 20 0 1 0 382190833 111022080 21019 33554432000 4194304 5208918 140733814429600 140733814427752 4232812 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27126/statm: 27105 21019 105 248 0 26854 0
Current children cumulated CPU time (s) 1661.65
Current children cumulated vsize (KiB) 202892

[startup+1722.3 s]
/proc/loadavg: 2.06 2.02 1.90 3/183 27140
/proc/meminfo: memFree=26386440/32873648 swapFree=7116/7116
[pid=27017] ppid=27014 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27017/stat : 27017 (npSolver-pbo.sh) S 27014 27017 22896 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382025180 9367552 274 33554432000 4194304 5064252 140735142060624 140735142059536 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27017/statm: 2287 274 233 213 0 72 0
[pid=27020] ppid=27017 vsize=76176 CPUtime=1709.69 cores=0,2,4,6
/proc/27020/stat : 27020 (npSolver-pbo) S 27017 27017 22896 0 -1 4202496 39218 222481 0 0 358 63 170443 105 20 0 1 0 382025180 78004224 17609 33554432000 4194304 6004724 140735640388112 140735640380464 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/27020/statm: 19044 17609 176 442 0 18598 0
[pid=27139] ppid=27020 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27139/stat : 27139 (satsolver.sh) S 27020 27017 22896 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 382196211 9367552 267 33554432000 4194304 5064252 140736694976016 140736694974928 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27139/statm: 2287 267 226 213 0 72 0
[pid=27140] ppid=27139 vsize=109796 CPUtime=11.98 cores=0,2,4,6
/proc/27140/stat : 27140 (glucose) R 27139 27017 22896 0 -1 4202496 20087 0 0 0 1194 4 0 0 20 0 1 0 382196211 112431104 21852 33554432000 4194304 5208918 140735653078624 140735653075000 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27140/statm: 27449 21852 105 248 0 27198 0
Current children cumulated CPU time (s) 1721.67
Current children cumulated vsize (KiB) 204268

[startup+1782.3 s]
/proc/loadavg: 2.18 2.05 1.91 3/182 27154
/proc/meminfo: memFree=26384948/32873648 swapFree=7116/7116
[pid=27017] ppid=27014 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27017/stat : 27017 (npSolver-pbo.sh) S 27014 27017 22896 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382025180 9367552 274 33554432000 4194304 5064252 140735142060624 140735142059536 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27017/statm: 2287 274 233 213 0 72 0
[pid=27020] ppid=27017 vsize=76176 CPUtime=1771.52 cores=0,2,4,6
/proc/27020/stat : 27020 (npSolver-pbo) S 27017 27017 22896 0 -1 4202496 47046 272251 0 0 436 71 176525 120 20 0 1 0 382025180 78004224 17609 33554432000 4194304 6004724 140735640388112 140735640380464 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/27020/statm: 19044 17609 176 442 0 18598 0
[pid=27153] ppid=27020 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27153/stat : 27153 (satsolver.sh) S 27020 27017 22896 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 382202396 9367552 267 33554432000 4194304 5064252 140737442512368 140737442511280 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27153/statm: 2287 267 226 213 0 72 0
[pid=27154] ppid=27153 vsize=109544 CPUtime=10.13 cores=0,2,4,6
/proc/27154/stat : 27154 (glucose) R 27153 27017 22896 0 -1 4202496 20262 0 0 0 1009 4 0 0 20 0 1 0 382202396 112173056 21177 33554432000 4194304 5208918 140735719042704 140735719040856 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27154/statm: 27386 21177 105 248 0 27135 0
Current children cumulated CPU time (s) 1781.65
Current children cumulated vsize (KiB) 204016



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.7 s]
/proc/loadavg: 2.13 2.04 1.91 3/180 27194
/proc/meminfo: memFree=26891724/32873648 swapFree=7116/7116
[pid=27017] ppid=27014 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27017/stat : 27017 (npSolver-pbo.sh) S 27014 27017 22896 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382025180 9367552 274 33554432000 4194304 5064252 140735142060624 140735142059536 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27017/statm: 2287 274 233 213 0 72 0
[pid=27020] ppid=27017 vsize=76176 CPUtime=1771.52 cores=0,2,4,6
/proc/27020/stat : 27020 (npSolver-pbo) S 27017 27017 22896 0 -1 4202496 47046 272251 0 0 436 71 176525 120 20 0 1 0 382025180 78004224 17609 33554432000 4194304 6004724 140735640388112 140735640380464 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/27020/statm: 19044 17609 176 442 0 18598 0
[pid=27153] ppid=27020 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27153/stat : 27153 (satsolver.sh) S 27020 27017 22896 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 382202396 9367552 267 33554432000 4194304 5064252 140737442512368 140737442511280 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27153/statm: 2287 267 226 213 0 72 0
[pid=27154] ppid=27153 vsize=110604 CPUtime=28.54 cores=0,2,4,6
/proc/27154/stat : 27154 (glucose) R 27153 27017 22896 0 -1 4202496 20658 0 0 0 2850 4 0 0 20 0 1 0 382202396 113258496 21562 33554432000 4194304 5208918 140735719042704 140735719039080 4229088 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27154/statm: 27651 21562 105 248 0 27400 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 205076

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27017 and gives
#  childrusage.ru_utime.tv_sec=1769
#  childrusage.ru_utime.tv_usec=615977
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=920708
# CPU time returned by wait4() is 1771.54
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.72
CPU time (s): 1800.06
CPU user time (s): 1798.11
CPU system time (s): 1.95
CPU usage (%): 99.9633
Max. virtual memory (cumulated for all children) (KiB): 413712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1769.62
system time used= 1.92071
maximum resident set size= 248584
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 320274
page faults= 0
swaps= 0
block input operations= 0
block output operations= 640000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1321
involuntary context switches= 1944

runsolver used 2.86156 second user time and 8.63869 second system time

The end

Launcher Data

Begin job on node123 at 2012-06-08 14:36:37
IDJOB=3749926
IDBENCH=71906
IDSOLVER=2334
FILE ID=node123/3749926-1339158997
RUNJOBID= node123-1339158997-26992
PBS_JOBID= 14643769
Free space on /tmp= 71264 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_50_2__8_45__64.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3749926-1339158997/watcher-3749926-1339158997 -o /tmp/evaluation-result-3749926-1339158997/solver-3749926-1339158997 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3749926-1339158997.opb 133005899 HOME HOME

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

MD5SUM BENCH= cc9e86bf563f6565193c3e6b50384be6
RANDOM SEED=133005899

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27087368 kB
Buffers:         1890200 kB
Cached:          2926712 kB
SwapCached:         2512 kB
Active:          2242260 kB
Inactive:        2584172 kB
Active(anon):       1588 kB
Inactive(anon):     8476 kB
Active(file):    2240672 kB
Inactive(file):  2575696 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100576 kB
Dirty:             17484 kB
Writeback:            12 kB
AnonPages:         12656 kB
Mapped:             9444 kB
Shmem:                 0 kB
Slab:             822044 kB
SReclaimable:     266104 kB
SUnreclaim:       555940 kB
KernelStack:        1424 kB
PageTables:         3900 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     104372 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71216 MiB
End job on node123 at 2012-06-08 15:06:38