Trace number 3700930

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
npSolver 1.0? (TO) 1800.09 1800.61

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Base/
normalized-minisat50_4_16_9.opb
MD5SUM796ce15de170aa64363741766a49999c
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3179263
Best CPU time to get the best result obtained on this benchmark1801.45
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5100
Total number of constraints7606
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)6
Number of constraints which are nor clauses,nor cardinality constraints7500
Minimum length of a constraint2
Maximum length of a constraint1225
Number of terms in the objective function 4950
Biggest coefficient in the objective function 143055667
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 44011059162
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 143055667
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 44011059162
Number of bits of the biggest sum of numbers36
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.15	c run usual solver
1.20/1.33	c model valid
1.20/1.33	c current solution ok
1.66/1.71	o 106223593
1.66/1.71	c current bound: 53111821
1.66/1.71	c fallback to adder encoding
11.03/11.27	c model valid
11.03/11.27	c current solution ok
11.03/11.29	o 27322813
11.03/11.29	c current bound: 13661431
11.03/11.29	c fallback to adder encoding
42.70/42.91	c model valid
42.70/42.91	c current solution ok
42.70/42.93	o 9582115
42.70/42.93	c current bound: 4791082
42.70/42.93	c fallback to adder encoding
256.24/256.51	c model valid
256.24/256.51	c current solution ok
256.24/256.52	o 4218515
256.24/256.52	c current bound: 2109282
256.24/256.52	c fallback to adder encoding
1800.05/1800.60	./satsolver.sh: line 5: 20710 Terminated              ./glucose $1 > $2 2> /dev/null
1800.05/1800.61	c error: unexpected solver exit code
1800.05/1800.61	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-3700930-1338139242/watcher-3700930-1338139242 -o /tmp/evaluation-result-3700930-1338139242/solver-3700930-1338139242 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3700930-1338139242.opb 1572249971 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.07 2.02 2.00 3/178 20648
/proc/meminfo: memFree=31698872/32873844 swapFree=6872/6872
[pid=20648] ppid=20646 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20648/stat : 20648 (npSolver-pbo.sh) S 20646 20648 19129 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279991227 9367552 274 33554432000 4194304 5064252 140735664987168 140735664986080 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20648/statm: 2287 274 233 213 0 72 0

[startup+0.0570761 s]
/proc/loadavg: 2.07 2.02 2.00 3/178 20648
/proc/meminfo: memFree=31698872/32873844 swapFree=6872/6872
[pid=20648] ppid=20646 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20648/stat : 20648 (npSolver-pbo.sh) S 20646 20648 19129 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279991227 9367552 274 33554432000 4194304 5064252 140735664987168 140735664986080 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20648/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100273 s]
/proc/loadavg: 2.07 2.02 2.00 3/178 20648
/proc/meminfo: memFree=31698872/32873844 swapFree=6872/6872
[pid=20648] ppid=20646 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20648/stat : 20648 (npSolver-pbo.sh) S 20646 20648 19129 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279991227 9367552 274 33554432000 4194304 5064252 140735664987168 140735664986080 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20648/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300153 s]
/proc/loadavg: 2.07 2.02 2.00 3/178 20648
/proc/meminfo: memFree=31698872/32873844 swapFree=6872/6872
[pid=20648] ppid=20646 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20648/stat : 20648 (npSolver-pbo.sh) S 20646 20648 19129 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279991227 9367552 274 33554432000 4194304 5064252 140735664987168 140735664986080 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20648/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70021 s]
/proc/loadavg: 2.07 2.02 2.00 3/178 20648
/proc/meminfo: memFree=31698872/32873844 swapFree=6872/6872
[pid=20648] ppid=20646 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20648/stat : 20648 (npSolver-pbo.sh) S 20646 20648 19129 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279991227 9367552 274 33554432000 4194304 5064252 140735664987168 140735664986080 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20648/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50031 s]
/proc/loadavg: 2.07 2.02 2.00 3/184 20654
/proc/meminfo: memFree=31379184/32873844 swapFree=6872/6872
[pid=20648] ppid=20646 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20648/stat : 20648 (npSolver-pbo.sh) S 20646 20648 19129 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279991227 9367552 274 33554432000 4194304 5064252 140735664987168 140735664986080 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20648/statm: 2287 274 233 213 0 72 0
[pid=20649] ppid=20648 vsize=18080 CPUtime=1.47 cores=0,2,4,6
/proc/20649/stat : 20649 (npSolver-pbo) R 20648 20648 19129 0 -1 4202496 4563 28561 0 0 18 17 98 14 20 0 1 0 279991227 18513920 3525 33554432000 4194304 5992684 140735652505280 140735652499464 5179696 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20649/statm: 4520 3525 179 440 0 4076 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 27228

[startup+3.10021 s]
/proc/loadavg: 2.07 2.02 2.00 3/182 20662
/proc/meminfo: memFree=31349820/32873844 swapFree=6872/6872
[pid=20648] ppid=20646 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20648/stat : 20648 (npSolver-pbo.sh) S 20646 20648 19129 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279991227 9367552 274 33554432000 4194304 5064252 140735664987168 140735664986080 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20648/statm: 2287 274 233 213 0 72 0
[pid=20649] ppid=20648 vsize=94944 CPUtime=2.43 cores=0,2,4,6
/proc/20649/stat : 20649 (npSolver-pbo) S 20648 20648 19129 0 -1 4202496 9985 29078 0 0 87 43 98 15 20 0 1 0 279991227 97222656 18484 33554432000 4194304 5992684 140735652505280 140735652497600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20649/statm: 23736 18484 188 440 0 23292 0
Current children cumulated CPU time (s) 2.43
Current children cumulated vsize (KiB) 104092
heavy processes:

[startup+6.30041 s]
/proc/loadavg: 2.06 2.02 2.00 3/184 20667
/proc/meminfo: memFree=31273052/32873844 swapFree=6872/6872
[pid=20648] ppid=20646 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20648/stat : 20648 (npSolver-pbo.sh) S 20646 20648 19129 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279991227 9367552 274 33554432000 4194304 5064252 140735664987168 140735664986080 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20648/statm: 2287 274 233 213 0 72 0
[pid=20649] ppid=20648 vsize=94944 CPUtime=2.43 cores=0,2,4,6
/proc/20649/stat : 20649 (npSolver-pbo) S 20648 20648 19129 0 -1 4202496 9985 29078 0 0 87 43 98 15 20 0 1 0 279991227 97222656 18484 33554432000 4194304 5992684 140735652505280 140735652497600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20649/statm: 23736 18484 188 440 0 23292 0
[pid=20663] ppid=20649 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20663/stat : 20663 (satsolver.sh) S 20649 20648 19129 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 279991473 9367552 266 33554432000 4194304 5064252 140737442193088 140737442192000 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20663/statm: 2287 266 226 213 0 72 0
[pid=20664] ppid=20663 vsize=152656 CPUtime=3.81 cores=0,2,4,6
/proc/20664/stat : 20664 (glucose) R 20663 20648 19129 0 -1 4202496 29858 0 0 0 375 6 0 0 20 0 1 0 279991474 156319744 34683 33554432000 4194304 5208918 140734487860256 140734487858008 4229021 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20664/statm: 38164 34683 103 248 0 37913 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 265896

[startup+12.7004 s]
/proc/loadavg: 2.06 2.01 2.00 3/184 20681
/proc/meminfo: memFree=31094060/32873844 swapFree=6872/6872
[pid=20648] ppid=20646 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20648/stat : 20648 (npSolver-pbo.sh) S 20646 20648 19129 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279991227 9367552 274 33554432000 4194304 5064252 140735664987168 140735664986080 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20648/statm: 2287 274 233 213 0 72 0
[pid=20649] ppid=20648 vsize=85648 CPUtime=11.68 cores=0,2,4,6
/proc/20649/stat : 20649 (npSolver-pbo) S 20648 20648 19129 0 -1 4202496 16335 66146 0 0 139 51 936 42 20 0 1 0 279991227 87703552 13121 33554432000 4194304 5992684 140735652505280 140735652497600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20649/statm: 21412 13121 189 440 0 20968 0
[pid=20678] ppid=20649 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20678/stat : 20678 (satsolver.sh) S 20649 20648 19129 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 279992415 9367552 267 33554432000 4194304 5064252 140733357942768 140733357941680 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20678/statm: 2287 267 226 213 0 72 0
[pid=20679] ppid=20678 vsize=127732 CPUtime=0.8 cores=0,2,4,6
/proc/20679/stat : 20679 (glucose) R 20678 20648 19129 0 -1 4202496 24942 0 0 0 74 6 0 0 20 0 1 0 279992415 130797568 27505 33554432000 4194304 5208918 140734744072384 140734744070552 4229319 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20679/statm: 31933 27505 96 248 0 31682 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 231676

[startup+25.5005 s]
/proc/loadavg: 2.12 2.03 2.01 3/183 20681
/proc/meminfo: memFree=30663752/32873844 swapFree=6872/6872
[pid=20648] ppid=20646 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20648/stat : 20648 (npSolver-pbo.sh) S 20646 20648 19129 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279991227 9367552 274 33554432000 4194304 5064252 140735664987168 140735664986080 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20648/statm: 2287 274 233 213 0 72 0
[pid=20649] ppid=20648 vsize=85648 CPUtime=11.68 cores=0,2,4,6
/proc/20649/stat : 20649 (npSolver-pbo) S 20648 20648 19129 0 -1 4202496 16335 66146 0 0 139 51 936 42 20 0 1 0 279991227 87703552 13121 33554432000 4194304 5992684 140735652505280 140735652497600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20649/statm: 21412 13121 189 440 0 20968 0
[pid=20678] ppid=20649 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20678/stat : 20678 (satsolver.sh) S 20649 20648 19129 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 279992415 9367552 267 33554432000 4194304 5064252 140733357942768 140733357941680 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20678/statm: 2287 267 226 213 0 72 0
[pid=20679] ppid=20678 vsize=129908 CPUtime=13.61 cores=0,2,4,6
/proc/20679/stat : 20679 (glucose) R 20678 20648 19129 0 -1 4202496 25544 0 0 0 1354 7 0 0 20 0 1 0 279992415 133025792 29640 33554432000 4194304 5208918 140734744072384 140734744070232 4228997 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20679/statm: 32477 29640 104 248 0 32226 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 233852

[startup+51.1005 s]
/proc/loadavg: 2.08 2.03 2.00 3/183 20688
/proc/meminfo: memFree=30691032/32873844 swapFree=6872/6872
[pid=20648] ppid=20646 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20648/stat : 20648 (npSolver-pbo.sh) S 20646 20648 19129 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279991227 9367552 274 33554432000 4194304 5064252 140735664987168 140735664986080 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20648/statm: 2287 274 233 213 0 72 0
[pid=20649] ppid=20648 vsize=52156 CPUtime=43.18 cores=0,2,4,6
/proc/20649/stat : 20649 (npSolver-pbo) S 20648 20648 19129 0 -1 4202496 21357 101695 0 0 182 56 4014 66 20 0 1 0 279991227 53407744 11404 33554432000 4194304 5992684 140735652505280 140735652497600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20649/statm: 13039 11404 189 440 0 12595 0
[pid=20687] ppid=20649 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20687/stat : 20687 (satsolver.sh) S 20649 20648 19129 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 279995566 9367552 267 33554432000 4194304 5064252 140736727014032 140736727012944 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20687/statm: 2287 267 226 213 0 72 0
[pid=20688] ppid=20687 vsize=115436 CPUtime=7.69 cores=0,2,4,6
/proc/20688/stat : 20688 (glucose) R 20687 20648 19129 0 -1 4202496 21787 0 0 0 764 5 0 0 20 0 1 0 279995566 118206464 24547 33554432000 4194304 5208918 140736632694064 140736632691912 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20688/statm: 28859 24547 104 248 0 28608 0
Current children cumulated CPU time (s) 50.87
Current children cumulated vsize (KiB) 185888

[startup+102.3 s]
/proc/loadavg: 2.07 2.03 2.01 4/183 20695
/proc/meminfo: memFree=30746804/32873844 swapFree=6872/6872
[pid=20648] ppid=20646 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20648/stat : 20648 (npSolver-pbo.sh) S 20646 20648 19129 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279991227 9367552 274 33554432000 4194304 5064252 140735664987168 140735664986080 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20648/statm: 2287 274 233 213 0 72 0
[pid=20649] ppid=20648 vsize=52156 CPUtime=43.18 cores=0,2,4,6
/proc/20649/stat : 20649 (npSolver-pbo) S 20648 20648 19129 0 -1 4202496 21357 101695 0 0 182 56 4014 66 20 0 1 0 279991227 53407744 11404 33554432000 4194304 5992684 140735652505280 140735652497600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20649/statm: 13039 11404 189 440 0 12595 0
[pid=20687] ppid=20649 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20687/stat : 20687 (satsolver.sh) S 20649 20648 19129 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 279995566 9367552 267 33554432000 4194304 5064252 140736727014032 140736727012944 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20687/statm: 2287 267 226 213 0 72 0
[pid=20688] ppid=20687 vsize=118976 CPUtime=58.89 cores=0,2,4,6
/proc/20688/stat : 20688 (glucose) R 20687 20648 19129 0 -1 4202496 23246 0 0 0 5883 6 0 0 20 0 1 0 279995566 121831424 27580 33554432000 4194304 5208918 140736632694064 140736632691896 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20688/statm: 29744 27580 105 248 0 29493 0
Current children cumulated CPU time (s) 102.07
Current children cumulated vsize (KiB) 189428

[startup+162.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/183 20703
/proc/meminfo: memFree=30779152/32873844 swapFree=6872/6872
[pid=20648] ppid=20646 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20648/stat : 20648 (npSolver-pbo.sh) S 20646 20648 19129 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279991227 9367552 274 33554432000 4194304 5064252 140735664987168 140735664986080 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20648/statm: 2287 274 233 213 0 72 0
[pid=20649] ppid=20648 vsize=52156 CPUtime=43.18 cores=0,2,4,6
/proc/20649/stat : 20649 (npSolver-pbo) S 20648 20648 19129 0 -1 4202496 21357 101695 0 0 182 56 4014 66 20 0 1 0 279991227 53407744 11404 33554432000 4194304 5992684 140735652505280 140735652497600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20649/statm: 13039 11404 189 440 0 12595 0
[pid=20687] ppid=20649 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20687/stat : 20687 (satsolver.sh) S 20649 20648 19129 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 279995566 9367552 267 33554432000 4194304 5064252 140736727014032 140736727012944 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20687/statm: 2287 267 226 213 0 72 0
[pid=20688] ppid=20687 vsize=179056 CPUtime=118.86 cores=0,2,4,6
/proc/20688/stat : 20688 (glucose) R 20687 20648 19129 0 -1 4202496 23865 0 0 0 11879 7 0 0 20 0 1 0 279995566 183353344 41455 33554432000 4194304 5208918 140736632694064 140736632691928 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20688/statm: 44764 41455 105 248 0 44513 0
Current children cumulated CPU time (s) 162.04
Current children cumulated vsize (KiB) 249508

[startup+222.307 s]
/proc/loadavg: 2.04 2.04 2.00 3/183 20703
/proc/meminfo: memFree=30752616/32873844 swapFree=6872/6872

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


[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 20729
/proc/meminfo: memFree=30722156/32873844 swapFree=6872/6872
[pid=20648] ppid=20646 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20648/stat : 20648 (npSolver-pbo.sh) S 20646 20648 19129 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279991227 9367552 274 33554432000 4194304 5064252 140735664987168 140735664986080 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20648/statm: 2287 274 233 213 0 72 0
[pid=20649] ppid=20648 vsize=84624 CPUtime=256.66 cores=0,2,4,6
/proc/20649/stat : 20649 (npSolver-pbo) S 20648 20648 19129 0 -1 4202496 25745 133470 0 0 219 61 25298 88 20 0 1 0 279991227 86654976 18465 33554432000 4194304 5992684 140735652505280 140735652497600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20649/statm: 21156 18465 189 440 0 20712 0
[pid=20709] ppid=20649 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20709/stat : 20709 (satsolver.sh) S 20649 20648 19129 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280016919 9367552 266 33554432000 4194304 5064252 140733773540880 140733773539792 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20709/statm: 2287 266 226 213 0 72 0
[pid=20710] ppid=20709 vsize=209348 CPUtime=1165.15 cores=0,2,4,6
/proc/20710/stat : 20710 (glucose) R 20709 20648 19129 0 -1 4202496 40957 0 0 0 116477 38 0 0 20 0 1 0 280016919 214372352 47471 33554432000 4194304 5208918 140733808258624 140733808256776 4229512 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20710/statm: 52337 47471 105 248 0 52086 0
Current children cumulated CPU time (s) 1421.81
Current children cumulated vsize (KiB) 312268

[startup+1482.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 20729
/proc/meminfo: memFree=30730544/32873844 swapFree=6872/6872
[pid=20648] ppid=20646 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20648/stat : 20648 (npSolver-pbo.sh) S 20646 20648 19129 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279991227 9367552 274 33554432000 4194304 5064252 140735664987168 140735664986080 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20648/statm: 2287 274 233 213 0 72 0
[pid=20649] ppid=20648 vsize=84624 CPUtime=256.66 cores=0,2,4,6
/proc/20649/stat : 20649 (npSolver-pbo) S 20648 20648 19129 0 -1 4202496 25745 133470 0 0 219 61 25298 88 20 0 1 0 279991227 86654976 18465 33554432000 4194304 5992684 140735652505280 140735652497600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20649/statm: 21156 18465 189 440 0 20712 0
[pid=20709] ppid=20649 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20709/stat : 20709 (satsolver.sh) S 20649 20648 19129 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280016919 9367552 266 33554432000 4194304 5064252 140733773540880 140733773539792 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20709/statm: 2287 266 226 213 0 72 0
[pid=20710] ppid=20709 vsize=209348 CPUtime=1225.13 cores=0,2,4,6
/proc/20710/stat : 20710 (glucose) R 20709 20648 19129 0 -1 4202496 41917 0 0 0 122473 40 0 0 20 0 1 0 280016919 214372352 44399 33554432000 4194304 5208918 140733808258624 140733808256776 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20710/statm: 52337 44399 105 248 0 52086 0
Current children cumulated CPU time (s) 1481.79
Current children cumulated vsize (KiB) 312268

[startup+1542.31 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 20729
/proc/meminfo: memFree=30733952/32873844 swapFree=6872/6872
[pid=20648] ppid=20646 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20648/stat : 20648 (npSolver-pbo.sh) S 20646 20648 19129 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279991227 9367552 274 33554432000 4194304 5064252 140735664987168 140735664986080 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20648/statm: 2287 274 233 213 0 72 0
[pid=20649] ppid=20648 vsize=84624 CPUtime=256.66 cores=0,2,4,6
/proc/20649/stat : 20649 (npSolver-pbo) S 20648 20648 19129 0 -1 4202496 25745 133470 0 0 219 61 25298 88 20 0 1 0 279991227 86654976 18465 33554432000 4194304 5992684 140735652505280 140735652497600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20649/statm: 21156 18465 189 440 0 20712 0
[pid=20709] ppid=20649 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20709/stat : 20709 (satsolver.sh) S 20649 20648 19129 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280016919 9367552 266 33554432000 4194304 5064252 140733773540880 140733773539792 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20709/statm: 2287 266 226 213 0 72 0
[pid=20710] ppid=20709 vsize=178528 CPUtime=1285.13 cores=0,2,4,6
/proc/20710/stat : 20710 (glucose) R 20709 20648 19129 0 -1 4202496 42295 0 0 0 128472 41 0 0 20 0 1 0 280016919 182812672 40748 33554432000 4194304 5208918 140733808258624 140733808256712 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20710/statm: 44632 40748 105 248 0 44381 0
Current children cumulated CPU time (s) 1541.79
Current children cumulated vsize (KiB) 281448

[startup+1602.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/183 20729
/proc/meminfo: memFree=30752648/32873844 swapFree=6872/6872
[pid=20648] ppid=20646 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20648/stat : 20648 (npSolver-pbo.sh) S 20646 20648 19129 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279991227 9367552 274 33554432000 4194304 5064252 140735664987168 140735664986080 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20648/statm: 2287 274 233 213 0 72 0
[pid=20649] ppid=20648 vsize=84624 CPUtime=256.66 cores=0,2,4,6
/proc/20649/stat : 20649 (npSolver-pbo) S 20648 20648 19129 0 -1 4202496 25745 133470 0 0 219 61 25298 88 20 0 1 0 279991227 86654976 18465 33554432000 4194304 5992684 140735652505280 140735652497600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20649/statm: 21156 18465 189 440 0 20712 0
[pid=20709] ppid=20649 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20709/stat : 20709 (satsolver.sh) S 20649 20648 19129 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280016919 9367552 266 33554432000 4194304 5064252 140733773540880 140733773539792 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20709/statm: 2287 266 226 213 0 72 0
[pid=20710] ppid=20709 vsize=144264 CPUtime=1345.11 cores=0,2,4,6
/proc/20710/stat : 20710 (glucose) R 20709 20648 19129 0 -1 4202496 43639 0 0 0 134469 42 0 0 20 0 1 0 280016919 147726336 34434 33554432000 4194304 5208918 140733808258624 140733808255000 4212703 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20710/statm: 36066 34434 105 248 0 35815 0
Current children cumulated CPU time (s) 1601.77
Current children cumulated vsize (KiB) 247184

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 20730
/proc/meminfo: memFree=30741496/32873844 swapFree=6872/6872
[pid=20648] ppid=20646 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20648/stat : 20648 (npSolver-pbo.sh) S 20646 20648 19129 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279991227 9367552 274 33554432000 4194304 5064252 140735664987168 140735664986080 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20648/statm: 2287 274 233 213 0 72 0
[pid=20649] ppid=20648 vsize=84624 CPUtime=256.66 cores=0,2,4,6
/proc/20649/stat : 20649 (npSolver-pbo) S 20648 20648 19129 0 -1 4202496 25745 133470 0 0 219 61 25298 88 20 0 1 0 279991227 86654976 18465 33554432000 4194304 5992684 140735652505280 140735652497600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20649/statm: 21156 18465 189 440 0 20712 0
[pid=20709] ppid=20649 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20709/stat : 20709 (satsolver.sh) S 20649 20648 19129 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280016919 9367552 266 33554432000 4194304 5064252 140733773540880 140733773539792 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20709/statm: 2287 266 226 213 0 72 0
[pid=20710] ppid=20709 vsize=224404 CPUtime=1405.1 cores=0,2,4,6
/proc/20710/stat : 20710 (glucose) R 20709 20648 19129 0 -1 4202496 44600 0 0 0 140466 44 0 0 20 0 1 0 280016919 229789696 48675 33554432000 4194304 5208918 140733808258624 140733808256776 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20710/statm: 56101 48675 105 248 0 55850 0
Current children cumulated CPU time (s) 1661.76
Current children cumulated vsize (KiB) 327324

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 4/183 20730
/proc/meminfo: memFree=30747592/32873844 swapFree=6872/6872
[pid=20648] ppid=20646 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20648/stat : 20648 (npSolver-pbo.sh) S 20646 20648 19129 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279991227 9367552 274 33554432000 4194304 5064252 140735664987168 140735664986080 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20648/statm: 2287 274 233 213 0 72 0
[pid=20649] ppid=20648 vsize=84624 CPUtime=256.66 cores=0,2,4,6
/proc/20649/stat : 20649 (npSolver-pbo) S 20648 20648 19129 0 -1 4202496 25745 133470 0 0 219 61 25298 88 20 0 1 0 279991227 86654976 18465 33554432000 4194304 5992684 140735652505280 140735652497600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20649/statm: 21156 18465 189 440 0 20712 0
[pid=20709] ppid=20649 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20709/stat : 20709 (satsolver.sh) S 20649 20648 19129 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280016919 9367552 266 33554432000 4194304 5064252 140733773540880 140733773539792 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20709/statm: 2287 266 226 213 0 72 0
[pid=20710] ppid=20709 vsize=193584 CPUtime=1465.09 cores=0,2,4,6
/proc/20710/stat : 20710 (glucose) R 20709 20648 19129 0 -1 4202496 44971 0 0 0 146464 45 0 0 20 0 1 0 280016919 198230016 46048 33554432000 4194304 5208918 140733808258624 140733808256712 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20710/statm: 48396 46048 105 248 0 48145 0
Current children cumulated CPU time (s) 1721.75
Current children cumulated vsize (KiB) 296504

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 20733
/proc/meminfo: memFree=30737360/32873844 swapFree=6872/6872
[pid=20648] ppid=20646 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20648/stat : 20648 (npSolver-pbo.sh) S 20646 20648 19129 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279991227 9367552 274 33554432000 4194304 5064252 140735664987168 140735664986080 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20648/statm: 2287 274 233 213 0 72 0
[pid=20649] ppid=20648 vsize=84624 CPUtime=256.66 cores=0,2,4,6
/proc/20649/stat : 20649 (npSolver-pbo) S 20648 20648 19129 0 -1 4202496 25745 133470 0 0 219 61 25298 88 20 0 1 0 279991227 86654976 18465 33554432000 4194304 5992684 140735652505280 140735652497600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20649/statm: 21156 18465 189 440 0 20712 0
[pid=20709] ppid=20649 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20709/stat : 20709 (satsolver.sh) S 20649 20648 19129 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280016919 9367552 266 33554432000 4194304 5064252 140733773540880 140733773539792 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20709/statm: 2287 266 226 213 0 72 0
[pid=20710] ppid=20709 vsize=193584 CPUtime=1525.09 cores=0,2,4,6
/proc/20710/stat : 20710 (glucose) R 20709 20648 19129 0 -1 4202496 45931 0 0 0 152462 47 0 0 20 0 1 0 280016919 198230016 44000 33554432000 4194304 5208918 140733808258624 140733808256712 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20710/statm: 48396 44000 105 248 0 48145 0
Current children cumulated CPU time (s) 1781.75
Current children cumulated vsize (KiB) 296504



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20762
/proc/meminfo: memFree=31420164/32873844 swapFree=6872/6872
[pid=20648] ppid=20646 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20648/stat : 20648 (npSolver-pbo.sh) S 20646 20648 19129 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279991227 9367552 274 33554432000 4194304 5064252 140735664987168 140735664986080 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20648/statm: 2287 274 233 213 0 72 0
[pid=20649] ppid=20648 vsize=84624 CPUtime=256.66 cores=0,2,4,6
/proc/20649/stat : 20649 (npSolver-pbo) S 20648 20648 19129 0 -1 4202496 25745 133470 0 0 219 61 25298 88 20 0 1 0 279991227 86654976 18465 33554432000 4194304 5992684 140735652505280 140735652497600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20649/statm: 21156 18465 189 440 0 20712 0
[pid=20709] ppid=20649 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20709/stat : 20709 (satsolver.sh) S 20649 20648 19129 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280016919 9367552 266 33554432000 4194304 5064252 140733773540880 140733773539792 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20709/statm: 2287 266 226 213 0 72 0
[pid=20710] ppid=20709 vsize=193584 CPUtime=1543.39 cores=0,2,4,6
/proc/20710/stat : 20710 (glucose) R 20709 20648 19129 0 -1 4202496 45935 0 0 0 154292 47 0 0 20 0 1 0 280016919 198230016 46048 33554432000 4194304 5208918 140733808258624 140733808256712 4212649 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20710/statm: 48396 46048 105 248 0 48145 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 296504

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20762
/proc/meminfo: memFree=31420164/32873844 swapFree=6872/6872
[pid=20648] ppid=20646 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20648/stat : 20648 (npSolver-pbo.sh) S 20646 20648 19129 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279991227 9367552 274 33554432000 4194304 5064252 140735664987168 140735664986080 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20648/statm: 2287 274 233 213 0 72 0
[pid=20649] ppid=20648 vsize=84624 CPUtime=256.66 cores=0,2,4,6
/proc/20649/stat : 20649 (npSolver-pbo) S 20648 20648 19129 0 -1 4202496 25745 133470 0 0 219 61 25298 88 20 0 1 0 279991227 86654976 18465 33554432000 4194304 5992684 140735652505280 140735652497600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20649/statm: 21156 18465 189 440 0 20712 0
[pid=20709] ppid=20649 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20709/stat : 20709 (satsolver.sh) S 20649 20648 19129 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280016919 9367552 266 33554432000 4194304 5064252 140733773540880 140733773539792 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20709/statm: 2287 266 226 213 0 72 0
[pid=20710] ppid=20709 vsize=193584 CPUtime=1543.39 cores=0,2,4,6
/proc/20710/stat : 20710 (glucose) R 20709 20648 19129 0 -1 4202496 45935 0 0 0 154292 47 0 0 20 0 1 0 280016919 198230016 46048 33554432000 4194304 5208918 140733808258624 140733808256712 4212649 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20710/statm: 48396 46048 105 248 0 48145 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 296504

Child status: 0
Real time (s): 1800.61
CPU time (s): 1800.09
CPU user time (s): 1798.11
CPU system time (s): 1.9797
CPU usage (%): 99.9709
Max. virtual memory (cumulated for all children) (KiB): 411676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.11
system time used= 1.9797
maximum resident set size= 243632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 206138
page faults= 0
swaps= 0
block input operations= 0
block output operations= 352584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1895
involuntary context switches= 2229

runsolver used 2.71859 second user time and 7.14691 second system time

The end

Launcher Data

Begin job on node105 at 2012-05-27 19:20:42
IDJOB=3700930
IDBENCH=92742
IDSOLVER=2277
FILE ID=node105/3700930-1338139242
RUNJOBID= node105-1338123980-19145
PBS_JOBID= 14624503
Free space on /tmp= 71588 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Base/normalized-minisat50_4_16_9.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3700930-1338139242/watcher-3700930-1338139242 -o /tmp/evaluation-result-3700930-1338139242/solver-3700930-1338139242 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3700930-1338139242.opb 1572249971 HOME HOME

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

MD5SUM BENCH= 796ce15de170aa64363741766a49999c
RANDOM SEED=1572249971

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.882
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.882
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	: 5438.54
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.882
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.882
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.92
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.882
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	: 5447.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31702820 kB
Buffers:          258348 kB
Cached:            61632 kB
SwapCached:         1720 kB
Active:           284752 kB
Inactive:          49424 kB
Active(anon):       9396 kB
Inactive(anon):     6036 kB
Active(file):     275356 kB
Inactive(file):    43388 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67100436 kB
Dirty:             17868 kB
Writeback:             0 kB
AnonPages:        204544 kB
Mapped:             9560 kB
Shmem:                 0 kB
Slab:             697940 kB
SReclaimable:     139656 kB
SUnreclaim:       558284 kB
KernelStack:        1528 kB
PageTables:         3872 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     133836 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    188416 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= 71552 MiB
End job on node105 at 2012-05-27 19:50:43