Trace number 3695995

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
pb2sat 2012-05-19? (TO) 1800.13 1800.51

General information on the benchmark

Name/OPT-BIGINT-LIN/leberre/opb-paranoid/misc2010/datasets/
9orless/normalized-r-cran-car.cudf.paranoid.opb
MD5SUM3a7916060902a0391ae7e367fcc49c09
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark146110
Best CPU time to get the best result obtained on this benchmark193.467
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables19771
Total number of constraints96409
Number of constraints which are clauses94844
Number of constraints which are cardinality constraints (but not clauses)1565
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint2962
Number of terms in the objective function 7254
Biggest coefficient in the objective function 4296
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 12720454
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 4296
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 12720454
Number of bits of the biggest sum of numbers24
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.87	c model valid
0.00/0.87	c current solution ok
1.08/1.14	o 2230332
1.08/1.14	c current bound: 1115166
1.08/1.14	c fallback to adder encoding
1800.09/1800.51	./satsolver.sh: line 5:  8472 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.09/1800.51	c error: unexpected solver exit code
1800.09/1800.51	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-3695995-1338098959/watcher-3695995-1338098959 -o /tmp/evaluation-result-3695995-1338098959/solver-3695995-1338098959 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3695995-1338098959.opb 828809389 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: 2.00 2.00 2.00 3/179 8465
/proc/meminfo: memFree=31113068/32873844 swapFree=7372/7372
[pid=8465] ppid=8463 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8465/stat : 8465 (runPb2sat.sh) S 8463 8465 6832 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276022028 9367552 274 33554432000 4194304 5064252 140735727414544 140735727413456 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8465/statm: 2287 274 233 213 0 72 0

[startup+0.061054 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8465
/proc/meminfo: memFree=31113068/32873844 swapFree=7372/7372
[pid=8465] ppid=8463 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8465/stat : 8465 (runPb2sat.sh) S 8463 8465 6832 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276022028 9367552 274 33554432000 4194304 5064252 140735727414544 140735727413456 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8465/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100263 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8465
/proc/meminfo: memFree=31113068/32873844 swapFree=7372/7372
[pid=8465] ppid=8463 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8465/stat : 8465 (runPb2sat.sh) S 8463 8465 6832 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276022028 9367552 274 33554432000 4194304 5064252 140735727414544 140735727413456 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8465/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300221 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8465
/proc/meminfo: memFree=31113068/32873844 swapFree=7372/7372
[pid=8465] ppid=8463 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8465/stat : 8465 (runPb2sat.sh) S 8463 8465 6832 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276022028 9367552 274 33554432000 4194304 5064252 140735727414544 140735727413456 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8465/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70025 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8465
/proc/meminfo: memFree=31113068/32873844 swapFree=7372/7372
[pid=8465] ppid=8463 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8465/stat : 8465 (runPb2sat.sh) S 8463 8465 6832 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276022028 9367552 274 33554432000 4194304 5064252 140735727414544 140735727413456 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8465/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50032 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 8469
/proc/meminfo: memFree=31100548/32873844 swapFree=7372/7372
[pid=8465] ppid=8463 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8465/stat : 8465 (runPb2sat.sh) S 8463 8465 6832 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276022028 9367552 274 33554432000 4194304 5064252 140735727414544 140735727413456 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8465/statm: 2287 274 233 213 0 72 0
[pid=8466] ppid=8465 vsize=52632 CPUtime=1.47 cores=0,2,4,6
/proc/8466/stat : 8466 (pb2sat) R 8465 8465 6832 0 -1 4202496 8485 4329 0 0 114 22 10 1 20 0 1 0 276022028 53895168 10802 33554432000 4194304 5873084 140735072102416 140735072096808 4664978 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8466/statm: 13158 10802 179 410 0 12740 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 61780

[startup+3.10039 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8472
/proc/meminfo: memFree=30960008/32873844 swapFree=7372/7372
[pid=8465] ppid=8463 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8465/stat : 8465 (runPb2sat.sh) S 8463 8465 6832 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276022028 9367552 274 33554432000 4194304 5064252 140735727414544 140735727413456 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8465/statm: 2287 274 233 213 0 72 0
[pid=8466] ppid=8465 vsize=85400 CPUtime=2.02 cores=0,2,4,6
/proc/8466/stat : 8466 (pb2sat) S 8465 8465 6832 0 -1 4202496 9089 4329 0 0 160 31 10 1 20 0 1 0 276022028 87449600 18994 33554432000 4194304 5873084 140735072102416 140735072096232 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8466/statm: 21350 18994 179 410 0 20932 0
[pid=8471] ppid=8466 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8471/stat : 8471 (satsolver.sh) S 8466 8465 6832 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276022232 9367552 266 33554432000 4194304 5064252 140734068903568 140734068902480 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8471/statm: 2287 266 226 213 0 72 0
[pid=8472] ppid=8471 vsize=159984 CPUtime=1.04 cores=0,2,4,6
/proc/8472/stat : 8472 (glucose_static) R 8471 8465 6832 0 -1 4202496 31365 0 0 0 97 7 0 0 20 0 1 0 276022232 163823616 35527 33554432000 4194304 4896791 140734875665824 140734874614616 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8472/statm: 39996 35527 76 172 0 39822 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 263680

[startup+6.3004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8472
/proc/meminfo: memFree=30830992/32873844 swapFree=7372/7372
[pid=8465] ppid=8463 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8465/stat : 8465 (runPb2sat.sh) S 8463 8465 6832 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276022028 9367552 274 33554432000 4194304 5064252 140735727414544 140735727413456 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8465/statm: 2287 274 233 213 0 72 0
[pid=8466] ppid=8465 vsize=85400 CPUtime=2.02 cores=0,2,4,6
/proc/8466/stat : 8466 (pb2sat) S 8465 8465 6832 0 -1 4202496 9089 4329 0 0 160 31 10 1 20 0 1 0 276022028 87449600 18994 33554432000 4194304 5873084 140735072102416 140735072096232 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8466/statm: 21350 18994 179 410 0 20932 0
[pid=8471] ppid=8466 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8471/stat : 8471 (satsolver.sh) S 8466 8465 6832 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276022232 9367552 266 33554432000 4194304 5064252 140734068903568 140734068902480 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8471/statm: 2287 266 226 213 0 72 0
[pid=8472] ppid=8471 vsize=161380 CPUtime=4.24 cores=0,2,4,6
/proc/8472/stat : 8472 (glucose_static) R 8471 8465 6832 0 -1 4202496 32379 0 0 0 417 7 0 0 20 0 1 0 276022232 165253120 35906 33554432000 4194304 4896791 140734875665824 140734875663336 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8472/statm: 40345 35906 77 172 0 40171 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 265076

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8472
/proc/meminfo: memFree=30827316/32873844 swapFree=7372/7372
[pid=8465] ppid=8463 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8465/stat : 8465 (runPb2sat.sh) S 8463 8465 6832 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276022028 9367552 274 33554432000 4194304 5064252 140735727414544 140735727413456 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8465/statm: 2287 274 233 213 0 72 0
[pid=8466] ppid=8465 vsize=85400 CPUtime=2.02 cores=0,2,4,6
/proc/8466/stat : 8466 (pb2sat) S 8465 8465 6832 0 -1 4202496 9089 4329 0 0 160 31 10 1 20 0 1 0 276022028 87449600 18994 33554432000 4194304 5873084 140735072102416 140735072096232 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8466/statm: 21350 18994 179 410 0 20932 0
[pid=8471] ppid=8466 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8471/stat : 8471 (satsolver.sh) S 8466 8465 6832 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276022232 9367552 266 33554432000 4194304 5064252 140734068903568 140734068902480 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8471/statm: 2287 266 226 213 0 72 0
[pid=8472] ppid=8471 vsize=162212 CPUtime=10.63 cores=0,2,4,6
/proc/8472/stat : 8472 (glucose_static) R 8471 8465 6832 0 -1 4202496 33216 0 0 0 1056 7 0 0 20 0 1 0 276022232 166105088 36123 33554432000 4194304 4896791 140734875665824 140734875663144 4224921 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8472/statm: 40553 36123 77 172 0 40379 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 265908

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8472
/proc/meminfo: memFree=30828632/32873844 swapFree=7372/7372
[pid=8465] ppid=8463 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8465/stat : 8465 (runPb2sat.sh) S 8463 8465 6832 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276022028 9367552 274 33554432000 4194304 5064252 140735727414544 140735727413456 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8465/statm: 2287 274 233 213 0 72 0
[pid=8466] ppid=8465 vsize=85400 CPUtime=2.02 cores=0,2,4,6
/proc/8466/stat : 8466 (pb2sat) S 8465 8465 6832 0 -1 4202496 9089 4329 0 0 160 31 10 1 20 0 1 0 276022028 87449600 18994 33554432000 4194304 5873084 140735072102416 140735072096232 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8466/statm: 21350 18994 179 410 0 20932 0
[pid=8471] ppid=8466 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8471/stat : 8471 (satsolver.sh) S 8466 8465 6832 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276022232 9367552 266 33554432000 4194304 5064252 140734068903568 140734068902480 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8471/statm: 2287 266 226 213 0 72 0
[pid=8472] ppid=8471 vsize=182616 CPUtime=23.44 cores=0,2,4,6
/proc/8472/stat : 8472 (glucose_static) R 8471 8465 6832 0 -1 4202496 36264 0 0 0 2336 8 0 0 20 0 1 0 276022232 186998784 36953 33554432000 4194304 4896791 140734875665824 140734875663336 4202992 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8472/statm: 45654 36953 77 172 0 45480 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 286312

[startup+51.1005 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 8475
/proc/meminfo: memFree=30812944/32873844 swapFree=7372/7372
[pid=8465] ppid=8463 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8465/stat : 8465 (runPb2sat.sh) S 8463 8465 6832 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276022028 9367552 274 33554432000 4194304 5064252 140735727414544 140735727413456 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8465/statm: 2287 274 233 213 0 72 0
[pid=8466] ppid=8465 vsize=85400 CPUtime=2.02 cores=0,2,4,6
/proc/8466/stat : 8466 (pb2sat) S 8465 8465 6832 0 -1 4202496 9089 4329 0 0 160 31 10 1 20 0 1 0 276022028 87449600 18994 33554432000 4194304 5873084 140735072102416 140735072096232 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8466/statm: 21350 18994 179 410 0 20932 0
[pid=8471] ppid=8466 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8471/stat : 8471 (satsolver.sh) S 8466 8465 6832 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276022232 9367552 266 33554432000 4194304 5064252 140734068903568 140734068902480 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8471/statm: 2287 266 226 213 0 72 0
[pid=8472] ppid=8471 vsize=185380 CPUtime=49.03 cores=0,2,4,6
/proc/8472/stat : 8472 (glucose_static) R 8471 8465 6832 0 -1 4202496 38864 0 0 0 4895 8 0 0 20 0 1 0 276022232 189829120 39223 33554432000 4194304 4896791 140734875665824 140734875663032 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8472/statm: 46345 39223 77 172 0 46171 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 289076

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8475
/proc/meminfo: memFree=30805292/32873844 swapFree=7372/7372
[pid=8465] ppid=8463 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8465/stat : 8465 (runPb2sat.sh) S 8463 8465 6832 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276022028 9367552 274 33554432000 4194304 5064252 140735727414544 140735727413456 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8465/statm: 2287 274 233 213 0 72 0
[pid=8466] ppid=8465 vsize=85400 CPUtime=2.02 cores=0,2,4,6
/proc/8466/stat : 8466 (pb2sat) S 8465 8465 6832 0 -1 4202496 9089 4329 0 0 160 31 10 1 20 0 1 0 276022028 87449600 18994 33554432000 4194304 5873084 140735072102416 140735072096232 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8466/statm: 21350 18994 179 410 0 20932 0
[pid=8471] ppid=8466 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8471/stat : 8471 (satsolver.sh) S 8466 8465 6832 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276022232 9367552 266 33554432000 4194304 5064252 140734068903568 140734068902480 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8471/statm: 2287 266 226 213 0 72 0
[pid=8472] ppid=8471 vsize=189780 CPUtime=100.23 cores=0,2,4,6
/proc/8472/stat : 8472 (glucose_static) R 8471 8465 6832 0 -1 4202496 42323 0 0 0 10013 10 0 0 20 0 1 0 276022232 194334720 40252 33554432000 4194304 4896791 140734875665824 140734875663032 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8472/statm: 47445 40252 77 172 0 47271 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 293476

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8475
/proc/meminfo: memFree=30786600/32873844 swapFree=7372/7372
[pid=8465] ppid=8463 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8465/stat : 8465 (runPb2sat.sh) S 8463 8465 6832 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276022028 9367552 274 33554432000 4194304 5064252 140735727414544 140735727413456 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8465/statm: 2287 274 233 213 0 72 0
[pid=8466] ppid=8465 vsize=85400 CPUtime=2.02 cores=0,2,4,6
/proc/8466/stat : 8466 (pb2sat) S 8465 8465 6832 0 -1 4202496 9089 4329 0 0 160 31 10 1 20 0 1 0 276022028 87449600 18994 33554432000 4194304 5873084 140735072102416 140735072096232 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8466/statm: 21350 18994 179 410 0 20932 0
[pid=8471] ppid=8466 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8471/stat : 8471 (satsolver.sh) S 8466 8465 6832 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276022232 9367552 266 33554432000 4194304 5064252 140734068903568 140734068902480 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8471/statm: 2287 266 226 213 0 72 0
[pid=8472] ppid=8471 vsize=196988 CPUtime=160.2 cores=0,2,4,6
/proc/8472/stat : 8472 (glucose_static) R 8471 8465 6832 0 -1 4202496 45175 0 0 0 16008 12 0 0 20 0 1 0 276022232 201715712 42680 33554432000 4194304 4896791 140734875665824 140734875663032 4224670 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8472/statm: 49247 42680 77 172 0 49073 0
Current children cumulated CPU time (s) 162.22

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8486
/proc/meminfo: memFree=30518600/32873844 swapFree=7372/7372
[pid=8465] ppid=8463 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8465/stat : 8465 (runPb2sat.sh) S 8463 8465 6832 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276022028 9367552 274 33554432000 4194304 5064252 140735727414544 140735727413456 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8465/statm: 2287 274 233 213 0 72 0
[pid=8466] ppid=8465 vsize=85400 CPUtime=2.02 cores=0,2,4,6
/proc/8466/stat : 8466 (pb2sat) S 8465 8465 6832 0 -1 4202496 9089 4329 0 0 160 31 10 1 20 0 1 0 276022028 87449600 18994 33554432000 4194304 5873084 140735072102416 140735072096232 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8466/statm: 21350 18994 179 410 0 20932 0
[pid=8471] ppid=8466 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8471/stat : 8471 (satsolver.sh) S 8466 8465 6832 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276022232 9367552 266 33554432000 4194304 5064252 140734068903568 140734068902480 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8471/statm: 2287 266 226 213 0 72 0
[pid=8472] ppid=8471 vsize=365880 CPUtime=1359.95 cores=0,2,4,6
/proc/8472/stat : 8472 (glucose_static) R 8471 8465 6832 0 -1 4202496 95420 0 0 0 135912 83 0 0 20 0 1 0 276022232 374661120 81927 33554432000 4194304 4896791 140734875665824 140734875663352 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8472/statm: 91470 81927 78 172 0 91296 0
Current children cumulated CPU time (s) 1361.97
Current children cumulated vsize (KiB) 469576

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8486
/proc/meminfo: memFree=30511444/32873844 swapFree=7372/7372
[pid=8465] ppid=8463 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8465/stat : 8465 (runPb2sat.sh) S 8463 8465 6832 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276022028 9367552 274 33554432000 4194304 5064252 140735727414544 140735727413456 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8465/statm: 2287 274 233 213 0 72 0
[pid=8466] ppid=8465 vsize=85400 CPUtime=2.02 cores=0,2,4,6
/proc/8466/stat : 8466 (pb2sat) S 8465 8465 6832 0 -1 4202496 9089 4329 0 0 160 31 10 1 20 0 1 0 276022028 87449600 18994 33554432000 4194304 5873084 140735072102416 140735072096232 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8466/statm: 21350 18994 179 410 0 20932 0
[pid=8471] ppid=8466 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8471/stat : 8471 (satsolver.sh) S 8466 8465 6832 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276022232 9367552 266 33554432000 4194304 5064252 140734068903568 140734068902480 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8471/statm: 2287 266 226 213 0 72 0
[pid=8472] ppid=8471 vsize=368080 CPUtime=1419.93 cores=0,2,4,6
/proc/8472/stat : 8472 (glucose_static) R 8471 8465 6832 0 -1 4202496 97080 0 0 0 141907 86 0 0 20 0 1 0 276022232 376913920 83580 33554432000 4194304 4896791 140734875665824 140734875663032 4237981 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8472/statm: 92020 83580 78 172 0 91846 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 471776

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8486
/proc/meminfo: memFree=30498752/32873844 swapFree=7372/7372
[pid=8465] ppid=8463 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8465/stat : 8465 (runPb2sat.sh) S 8463 8465 6832 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276022028 9367552 274 33554432000 4194304 5064252 140735727414544 140735727413456 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8465/statm: 2287 274 233 213 0 72 0
[pid=8466] ppid=8465 vsize=85400 CPUtime=2.02 cores=0,2,4,6
/proc/8466/stat : 8466 (pb2sat) S 8465 8465 6832 0 -1 4202496 9089 4329 0 0 160 31 10 1 20 0 1 0 276022028 87449600 18994 33554432000 4194304 5873084 140735072102416 140735072096232 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8466/statm: 21350 18994 179 410 0 20932 0
[pid=8471] ppid=8466 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8471/stat : 8471 (satsolver.sh) S 8466 8465 6832 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276022232 9367552 266 33554432000 4194304 5064252 140734068903568 140734068902480 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8471/statm: 2287 266 226 213 0 72 0
[pid=8472] ppid=8471 vsize=370164 CPUtime=1479.92 cores=0,2,4,6
/proc/8472/stat : 8472 (glucose_static) R 8471 8465 6832 0 -1 4202496 98603 0 0 0 147903 89 0 0 20 0 1 0 276022232 379047936 83590 33554432000 4194304 4896791 140734875665824 140734875663352 4224109 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8472/statm: 92541 83590 78 172 0 92367 0
Current children cumulated CPU time (s) 1481.94
Current children cumulated vsize (KiB) 473860

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8532
/proc/meminfo: memFree=30754404/32873844 swapFree=7372/7372
[pid=8465] ppid=8463 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8465/stat : 8465 (runPb2sat.sh) S 8463 8465 6832 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276022028 9367552 274 33554432000 4194304 5064252 140735727414544 140735727413456 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8465/statm: 2287 274 233 213 0 72 0
[pid=8466] ppid=8465 vsize=85400 CPUtime=2.02 cores=0,2,4,6
/proc/8466/stat : 8466 (pb2sat) S 8465 8465 6832 0 -1 4202496 9089 4329 0 0 160 31 10 1 20 0 1 0 276022028 87449600 18994 33554432000 4194304 5873084 140735072102416 140735072096232 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8466/statm: 21350 18994 179 410 0 20932 0
[pid=8471] ppid=8466 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8471/stat : 8471 (satsolver.sh) S 8466 8465 6832 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276022232 9367552 266 33554432000 4194304 5064252 140734068903568 140734068902480 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8471/statm: 2287 266 226 213 0 72 0
[pid=8472] ppid=8471 vsize=322072 CPUtime=1539.92 cores=0,2,4,6
/proc/8472/stat : 8472 (glucose_static) R 8471 8465 6832 0 -1 4202496 101135 0 0 0 153899 93 0 0 20 0 1 0 276022232 329801728 76600 33554432000 4194304 4896791 140734875665824 140734875663208 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8472/statm: 80518 76600 78 172 0 80344 0
Current children cumulated CPU time (s) 1541.94
Current children cumulated vsize (KiB) 425768

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8532
/proc/meminfo: memFree=30728148/32873844 swapFree=7372/7372
[pid=8465] ppid=8463 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8465/stat : 8465 (runPb2sat.sh) S 8463 8465 6832 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276022028 9367552 274 33554432000 4194304 5064252 140735727414544 140735727413456 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8465/statm: 2287 274 233 213 0 72 0
[pid=8466] ppid=8465 vsize=85400 CPUtime=2.02 cores=0,2,4,6
/proc/8466/stat : 8466 (pb2sat) S 8465 8465 6832 0 -1 4202496 9089 4329 0 0 160 31 10 1 20 0 1 0 276022028 87449600 18994 33554432000 4194304 5873084 140735072102416 140735072096232 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8466/statm: 21350 18994 179 410 0 20932 0
[pid=8471] ppid=8466 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8471/stat : 8471 (satsolver.sh) S 8466 8465 6832 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276022232 9367552 266 33554432000 4194304 5064252 140734068903568 140734068902480 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8471/statm: 2287 266 226 213 0 72 0
[pid=8472] ppid=8471 vsize=374676 CPUtime=1599.9 cores=0,2,4,6
/proc/8472/stat : 8472 (glucose_static) R 8471 8465 6832 0 -1 4202496 102480 0 0 0 159894 96 0 0 20 0 1 0 276022232 383668224 78967 33554432000 4194304 4896791 140734875665824 140734875663352 4203026 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8472/statm: 93669 78967 78 172 0 93495 0
Current children cumulated CPU time (s) 1601.92
Current children cumulated vsize (KiB) 478372

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8532
/proc/meminfo: memFree=30694644/32873844 swapFree=7372/7372
[pid=8465] ppid=8463 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8465/stat : 8465 (runPb2sat.sh) S 8463 8465 6832 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276022028 9367552 274 33554432000 4194304 5064252 140735727414544 140735727413456 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8465/statm: 2287 274 233 213 0 72 0
[pid=8466] ppid=8465 vsize=85400 CPUtime=2.02 cores=0,2,4,6
/proc/8466/stat : 8466 (pb2sat) S 8465 8465 6832 0 -1 4202496 9089 4329 0 0 160 31 10 1 20 0 1 0 276022028 87449600 18994 33554432000 4194304 5873084 140735072102416 140735072096232 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8466/statm: 21350 18994 179 410 0 20932 0
[pid=8471] ppid=8466 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8471/stat : 8471 (satsolver.sh) S 8466 8465 6832 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276022232 9367552 266 33554432000 4194304 5064252 140734068903568 140734068902480 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8471/statm: 2287 266 226 213 0 72 0
[pid=8472] ppid=8471 vsize=376460 CPUtime=1659.88 cores=0,2,4,6
/proc/8472/stat : 8472 (glucose_static) R 8471 8465 6832 0 -1 4202496 102929 0 0 0 165892 96 0 0 20 0 1 0 276022232 385495040 86579 33554432000 4194304 4896791 140734875665824 140734875663032 4205066 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8472/statm: 94115 86579 78 172 0 93941 0
Current children cumulated CPU time (s) 1661.9
Current children cumulated vsize (KiB) 480156

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8532
/proc/meminfo: memFree=30678852/32873844 swapFree=7372/7372
[pid=8465] ppid=8463 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8465/stat : 8465 (runPb2sat.sh) S 8463 8465 6832 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276022028 9367552 274 33554432000 4194304 5064252 140735727414544 140735727413456 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8465/statm: 2287 274 233 213 0 72 0
[pid=8466] ppid=8465 vsize=85400 CPUtime=2.02 cores=0,2,4,6
/proc/8466/stat : 8466 (pb2sat) S 8465 8465 6832 0 -1 4202496 9089 4329 0 0 160 31 10 1 20 0 1 0 276022028 87449600 18994 33554432000 4194304 5873084 140735072102416 140735072096232 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8466/statm: 21350 18994 179 410 0 20932 0
[pid=8471] ppid=8466 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8471/stat : 8471 (satsolver.sh) S 8466 8465 6832 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276022232 9367552 266 33554432000 4194304 5064252 140734068903568 140734068902480 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8471/statm: 2287 266 226 213 0 72 0
[pid=8472] ppid=8471 vsize=378428 CPUtime=1719.87 cores=0,2,4,6
/proc/8472/stat : 8472 (glucose_static) R 8471 8465 6832 0 -1 4202496 103886 0 0 0 171889 98 0 0 20 0 1 0 276022232 387510272 86727 33554432000 4194304 4896791 140734875665824 140734875661560 4203775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8472/statm: 94607 86727 78 172 0 94433 0
Current children cumulated CPU time (s) 1721.89
Current children cumulated vsize (KiB) 482124

[startup+1782.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 8532
/proc/meminfo: memFree=30660524/32873844 swapFree=7372/7372
[pid=8465] ppid=8463 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8465/stat : 8465 (runPb2sat.sh) S 8463 8465 6832 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276022028 9367552 274 33554432000 4194304 5064252 140735727414544 140735727413456 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8465/statm: 2287 274 233 213 0 72 0
[pid=8466] ppid=8465 vsize=85400 CPUtime=2.02 cores=0,2,4,6
/proc/8466/stat : 8466 (pb2sat) S 8465 8465 6832 0 -1 4202496 9089 4329 0 0 160 31 10 1 20 0 1 0 276022028 87449600 18994 33554432000 4194304 5873084 140735072102416 140735072096232 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8466/statm: 21350 18994 179 410 0 20932 0
[pid=8471] ppid=8466 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8471/stat : 8471 (satsolver.sh) S 8466 8465 6832 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276022232 9367552 266 33554432000 4194304 5064252 140734068903568 140734068902480 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8471/statm: 2287 266 226 213 0 72 0
[pid=8472] ppid=8471 vsize=380228 CPUtime=1779.87 cores=0,2,4,6
/proc/8472/stat : 8472 (glucose_static) R 8471 8465 6832 0 -1 4202496 104595 0 0 0 177887 100 0 0 20 0 1 0 276022232 389353472 86518 33554432000 4194304 4896791 140734875665824 140734875663032 4206710 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8472/statm: 95057 86518 78 172 0 94883 0
Current children cumulated CPU time (s) 1781.89
Current children cumulated vsize (KiB) 483924



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.05 2.01 2.00 3/183 8532
/proc/meminfo: memFree=30682436/32873844 swapFree=7372/7372
[pid=8465] ppid=8463 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8465/stat : 8465 (runPb2sat.sh) S 8463 8465 6832 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276022028 9367552 274 33554432000 4194304 5064252 140735727414544 140735727413456 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8465/statm: 2287 274 233 213 0 72 0
[pid=8466] ppid=8465 vsize=85400 CPUtime=2.02 cores=0,2,4,6
/proc/8466/stat : 8466 (pb2sat) S 8465 8465 6832 0 -1 4202496 9089 4329 0 0 160 31 10 1 20 0 1 0 276022028 87449600 18994 33554432000 4194304 5873084 140735072102416 140735072096232 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8466/statm: 21350 18994 179 410 0 20932 0
[pid=8471] ppid=8466 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8471/stat : 8471 (satsolver.sh) S 8466 8465 6832 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276022232 9367552 266 33554432000 4194304 5064252 140734068903568 140734068902480 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8471/statm: 2287 266 226 213 0 72 0
[pid=8472] ppid=8471 vsize=381432 CPUtime=1798.07 cores=0,2,4,6
/proc/8472/stat : 8472 (glucose_static) R 8471 8465 6832 0 -1 4202496 105360 0 0 0 179706 101 0 0 20 0 1 0 276022232 390586368 80918 33554432000 4194304 4896791 140734875665824 140734875663112 4225366 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8472/statm: 95358 80918 78 172 0 95184 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 485128

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.13
CPU user time (s): 1798.78
CPU system time (s): 1.3478
CPU usage (%): 99.9789
Max. virtual memory (cumulated for all children) (KiB): 615224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.78
system time used= 1.3478
maximum resident set size= 442768
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 119768
page faults= 0
swaps= 0
block input operations= 0
block output operations= 131904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 121
involuntary context switches= 1857

runsolver used 2.69959 second user time and 7.13591 second system time

The end

Launcher Data

Begin job on node118 at 2012-05-27 08:09:19
IDJOB=3695995
IDBENCH=72269
IDSOLVER=2274
FILE ID=node118/3695995-1338098959
RUNJOBID= node118-1338087839-6848
PBS_JOBID= 14624448
Free space on /tmp= 71596 MiB

SOLVER NAME= pb2sat 2012-05-19
BENCH NAME= PB10/normalized-PB10/OPT-BIGINT-LIN/leberre/opb-paranoid/misc2010/datasets/9orless/normalized-r-cran-car.cudf.paranoid.opb
COMMAND LINE= DIR/runPb2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3695995-1338098959/watcher-3695995-1338098959 -o /tmp/evaluation-result-3695995-1338098959/solver-3695995-1338098959 -C 1800 -W 1900 -M 15500  HOME/runPb2sat.sh HOME/instance-3695995-1338098959.opb 828809389 HOME HOME

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

MD5SUM BENCH= 3a7916060902a0391ae7e367fcc49c09
RANDOM SEED=828809389

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.212
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.212
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31113440 kB
Buffers:          300072 kB
Cached:           360576 kB
SwapCached:            0 kB
Active:           784248 kB
Inactive:         149012 kB
Active(anon):     262484 kB
Inactive(anon):    11324 kB
Active(file):     521764 kB
Inactive(file):   137688 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             12120 kB
Writeback:             0 kB
AnonPages:        437644 kB
Mapped:            12508 kB
Shmem:               200 kB
Slab:             687084 kB
SReclaimable:     128516 kB
SUnreclaim:       558568 kB
KernelStack:        1520 kB
PageTables:         4528 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     418392 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    266240 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= 71540 MiB
End job on node118 at 2012-05-27 08:39:20