Trace number 4103295

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
NaPS 1.02? (MO) 407.129 407.307

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-mkc1.opb
MD5SUMc469eec4209d8404cb0293cb27bb013d
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved NO
Number of variables27743
Total number of constraints5584
Number of constraints which are clauses712
Number of constraints which are cardinality constraints (but not clauses)24
Number of constraints which are nor clauses,nor cardinality constraints4848
Minimum length of a constraint2
Maximum length of a constraint25072
Number of terms in the objective function 25306
Biggest coefficient in the objective function 20480000
Number of bits for the biggest coefficient in the objective function 25
Sum of the numbers in the objective function 56454927307
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 536870912000
Number of bits of the biggest number in a constraint 39
Biggest sum of numbers in a constraint 1129539816832
Number of bits of the biggest sum of numbers41
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c NaPS 1.02b.
406.31/406.50	c 
406.31/406.50	c *** TERMINATED *** by signal 15
406.31/406.50	s UNKNOWN
406.31/406.50	c _____________________________________________________________________________
406.31/406.50	c 
406.31/406.50	c std/band forms        : 2236,1
406.31/406.50	c 2cl/3cl ITE-codings   : 0,0
406.31/406.50	c BDD/srt/adr Max costs : 203,0,0
406.31/406.50	c BDDraw/bin/mul/srt/adr: 0,0,2236,0,0
406.31/406.50	c BDD nodes             : 20556449
406.31/406.50	c Es1/CC detections     : 0,0
406.31/406.50	c SAT/UNSAT calls       : 0,0
406.31/406.50	c restarts              : 0
406.31/406.50	c conflicts             : 0              (0 /sec)
406.31/406.50	c decisions             : 0              (0 /sec)
406.31/406.50	c propagations          : 0              (0 /sec)
406.31/406.50	c inspects              : 0              (0 /sec)
406.31/406.50	c CPU time (solving tm) : 400.2 s        (0 s)
406.31/406.50	c Time for Opt-base     : 22.63 s
406.31/406.50	c _____________________________________________________________________________

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4103295-1467024478/watcher-4103295-1467024478 -o /tmp/evaluation-result-4103295-1467024478/solver-4103295-1467024478 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1467020147-25277 --watchdog 1960 -S 80 naps-1.02 HOME/instance-4103295-1467024478.opb 

pid=25664
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 Stack size limit: 81920 KiB
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: 81920 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 25667
/proc/meminfo: memFree=28989524/32872528 swapFree=249752/274280
[pid=25667] ppid=25664 vsize=7284 CPUtime=0 cores=0,2,4,6
/proc/25667/stat : 25667 (naps-1.02) R 25664 25667 25261 0 -1 4202496 502 0 0 0 0 0 0 0 20 0 1 0 35487830 7458816 377 33554432000 4194304 5796924 140735643979520 140734394929672 4621249 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/25667/statm: 1821 377 114 392 0 1420 0

[startup+0.100166 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 25667
/proc/meminfo: memFree=28989524/32872528 swapFree=249752/274280
[pid=25667] ppid=25664 vsize=16720 CPUtime=0.09 cores=0,2,4,6
/proc/25667/stat : 25667 (naps-1.02) R 25664 25667 25261 0 -1 4202496 2876 0 0 0 9 0 0 0 20 0 1 0 35487830 17121280 2576 33554432000 4194304 5796924 140735643979520 140734394929672 5183584 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/25667/statm: 4180 2576 124 392 0 3779 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16720

[startup+0.200292 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 25667
/proc/meminfo: memFree=28989524/32872528 swapFree=249752/274280
[pid=25667] ppid=25664 vsize=19100 CPUtime=0.19 cores=0,2,4,6
/proc/25667/stat : 25667 (naps-1.02) R 25664 25667 25261 0 -1 4202496 3473 0 0 0 19 0 0 0 20 0 1 0 35487830 19558400 3173 33554432000 4194304 5796924 140735643979520 140734394929672 4404063 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/25667/statm: 4775 3173 124 392 0 4374 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 19100

[startup+0.30029 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 25667
/proc/meminfo: memFree=28989524/32872528 swapFree=249752/274280
[pid=25667] ppid=25664 vsize=33288 CPUtime=0.29 cores=0,2,4,6
/proc/25667/stat : 25667 (naps-1.02) R 25664 25667 25261 0 -1 4202496 6986 0 0 0 28 1 0 0 20 0 1 0 35487830 34086912 6686 33554432000 4194304 5796924 140735643979520 140734394929672 4806863 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/25667/statm: 8322 6686 124 392 0 7921 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 33288

[startup+0.700277 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 25667
/proc/meminfo: memFree=28989524/32872528 swapFree=249752/274280
[pid=25667] ppid=25664 vsize=37132 CPUtime=0.69 cores=0,2,4,6
/proc/25667/stat : 25667 (naps-1.02) R 25664 25667 25261 0 -1 4202496 9290 0 0 0 68 1 0 0 20 0 1 0 35487830 38023168 7700 33554432000 4194304 5796924 140735643979520 140735643977048 5092509 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/25667/statm: 9283 7700 129 392 0 8882 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 37132

[startup+1.50023 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 25668
/proc/meminfo: memFree=28953336/32872528 swapFree=249752/274280
[pid=25667] ppid=25664 vsize=43216 CPUtime=1.49 cores=0,2,4,6
/proc/25667/stat : 25667 (naps-1.02) R 25664 25667 25261 0 -1 4202496 10858 0 0 0 148 1 0 0 20 0 1 0 35487830 44253184 9051 33554432000 4194304 5796924 140735643979520 140735643975736 4839563 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/25667/statm: 10804 9051 144 392 0 10403 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 43216

[startup+3.10023 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 25668
/proc/meminfo: memFree=28950916/32872528 swapFree=249752/274280
[pid=25667] ppid=25664 vsize=44004 CPUtime=3.09 cores=0,2,4,6
/proc/25667/stat : 25667 (naps-1.02) R 25664 25667 25261 0 -1 4202496 11023 0 0 0 308 1 0 0 20 0 1 0 35487830 45060096 9216 33554432000 4194304 5796924 140735643979520 140735643975736 5092518 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/25667/statm: 11001 9216 144 392 0 10600 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 44004

[startup+6.30023 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 25669
/proc/meminfo: memFree=28826996/32872528 swapFree=249752/274280
[pid=25667] ppid=25664 vsize=48444 CPUtime=6.29 cores=0,2,4,6
/proc/25667/stat : 25667 (naps-1.02) R 25664 25667 25261 0 -1 4202496 12454 0 0 0 628 1 0 0 20 0 1 0 35487830 49606656 10317 33554432000 4194304 5796924 140735643979520 140735643975736 4806768 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/25667/statm: 12111 10317 144 392 0 11710 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 48444

[startup+12.7002 s]
/proc/loadavg: 2.00 2.01 2.00 2/178 25669
/proc/meminfo: memFree=25457640/32872528 swapFree=249752/274280
[pid=25667] ppid=25664 vsize=54144 CPUtime=12.69 cores=0,2,4,6
/proc/25667/stat : 25667 (naps-1.02) R 25664 25667 25261 0 -1 4202496 14012 0 0 0 1267 2 0 0 20 0 1 0 35487830 55443456 11727 33554432000 4194304 5796924 140735643979520 140735643975736 4865437 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/25667/statm: 13536 11727 144 392 0 13135 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 54144

[startup+25.5002 s]
/proc/loadavg: 2.66 2.16 2.05 2/178 25670
/proc/meminfo: memFree=23714544/32872528 swapFree=249752/274280
[pid=25667] ppid=25664 vsize=67616 CPUtime=25.49 cores=0,2,4,6
/proc/25667/stat : 25667 (naps-1.02) R 25664 25667 25261 0 -1 4202496 16529 0 0 0 2546 3 0 0 20 0 1 0 35487830 69238784 14970 33554432000 4194304 5796924 140735643979520 140735643975736 5092487 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/25667/statm: 16904 14970 144 392 0 16503 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 67616

[startup+51.1073 s]
/proc/loadavg: 3.46 2.38 2.12 2/178 25670
/proc/meminfo: memFree=22534852/32872528 swapFree=249752/274280
[pid=25667] ppid=25664 vsize=1245296 CPUtime=51.09 cores=0,2,4,6
/proc/25667/stat : 25667 (naps-1.02) R 25664 25667 25261 0 -1 4202496 302016 0 0 0 5064 45 0 0 20 0 1 0 35487830 1275183104 309411 33554432000 4194304 5796924 140735643979520 140735607671480 5095032 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/25667/statm: 311324 309413 144 392 0 310923 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1245296

[startup+102.3 s]
/proc/loadavg: 4.19 2.76 2.27 3/178 25718
/proc/meminfo: memFree=27836988/32872528 swapFree=249752/274280
[pid=25667] ppid=25664 vsize=3464168 CPUtime=102.28 cores=0,2,4,6
/proc/25667/stat : 25667 (naps-1.02) R 25664 25667 25261 0 -1 4202496 837003 0 0 0 10101 127 0 0 20 0 1 0 35487830 3547308032 860425 33554432000 4194304 5796924 140735643979520 140735606908200 4806891 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/25667/statm: 866042 860425 144 392 0 865641 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 3464168

[startup+162.3 s]
/proc/loadavg: 2.88 2.64 2.26 3/178 25721
/proc/meminfo: memFree=24617016/32872528 swapFree=249752/274280
[pid=25667] ppid=25664 vsize=5976132 CPUtime=162.25 cores=0,2,4,6
/proc/25667/stat : 25667 (naps-1.02) R 25664 25667 25261 0 -1 4202496 1437458 0 0 0 16006 219 0 0 20 0 1 0 35487830 6119559168 1491050 33554432000 4194304 5796924 140735643979520 140735606771240 5095032 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/25667/statm: 1494033 1491052 144 392 0 1493632 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 5976132

[startup+222.3 s]
/proc/loadavg: 2.32 2.52 2.24 3/177 25722
/proc/meminfo: memFree=19581512/32872528 swapFree=249752/274280
[pid=25667] ppid=25664 vsize=8474484 CPUtime=222.21 cores=0,2,4,6
/proc/25667/stat : 25667 (naps-1.02) R 25664 25667 25261 0 -1 4202496 2050904 0 0 0 21903 318 0 0 20 0 1 0 35487830 8677871616 2113174 33554432000 4194304 5796924 140735643979520 140735611133912 4266536 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/25667/statm: 2118621 2113174 144 392 0 2118220 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 8474484

[startup+282.3 s]
/proc/loadavg: 2.15 2.44 2.23 3/177 25723
/proc/meminfo: memFree=14518028/32872528 swapFree=249752/274280
[pid=25667] ppid=25664 vsize=11017864 CPUtime=282.18 cores=0,2,4,6
/proc/25667/stat : 25667 (naps-1.02) R 25664 25667 25261 0 -1 4202496 2628162 0 0 0 27809 409 0 0 20 0 1 0 35487830 11282292736 2740732 33554432000 4194304 5796924 140735643979520 140735610088024 5095032 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/25667/statm: 2754466 2740733 144 392 0 2754065 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 11017864

[startup+342.3 s]
/proc/loadavg: 2.05 2.35 2.21 3/177 25725
/proc/meminfo: memFree=9684900/32872528 swapFree=249752/274280
[pid=25667] ppid=25664 vsize=13350172 CPUtime=342.14 cores=0,2,4,6
/proc/25667/stat : 25667 (naps-1.02) R 25664 25667 25261 0 -1 4202496 3211260 0 0 0 33709 505 0 0 20 0 1 0 35487830 13670576128 3333537 33554432000 4194304 5796924 140735643979520 140735610004696 5095032 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/25667/statm: 3337543 3333538 144 392 0 3337142 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 13350172

[startup+402.3 s]
/proc/loadavg: 2.02 2.29 2.19 3/177 25726
/proc/meminfo: memFree=4633484/32872528 swapFree=249752/274280
[pid=25667] ppid=25664 vsize=15713140 CPUtime=402.11 cores=0,2,4,6
/proc/25667/stat : 25667 (naps-1.02) R 25664 25667 25261 0 -1 4202496 3776260 0 0 0 39612 599 0 0 20 0 1 0 35487830 16090255360 3907734 33554432000 4194304 5796924 140735643979520 140735609899048 5087700 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/25667/statm: 3928285 3907734 144 392 0 3927884 0
Current children cumulated CPU time (s) 402.11
Current children cumulated vsize (KiB) 15713140



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+406.5 s]
/proc/loadavg: 2.02 2.28 2.19 3/177 25726
/proc/meminfo: memFree=4260544/32872528 swapFree=249752/274280
[pid=25667] ppid=25664 vsize=15873124 CPUtime=406.31 cores=0,2,4,6
/proc/25667/stat : 25667 (naps-1.02) R 25664 25667 25261 0 -1 4202496 3816258 0 0 0 40024 607 0 0 20 0 1 0 35487830 16254078976 3948243 33554432000 4194304 5796924 140735643979520 140735609104248 5087724 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/25667/statm: 3968281 3948243 144 392 0 3967880 0
Current children cumulated CPU time (s) 406.31
Current children cumulated vsize (KiB) 15873124

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 25667 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+406.8 s]
/proc/loadavg: 2.02 2.28 2.19 3/177 25726
/proc/meminfo: memFree=4260544/32872528 swapFree=249752/274280
[pid=25667] ppid=25664 vsize=0 CPUtime=406.61 cores=0,2,4,6
/proc/25667/stat : 25667 (naps-1.02) R 25664 25667 25261 0 -1 4202500 3816271 0 0 0 40024 637 0 0 20 0 1 0 35487830 0 0 33554432000 0 0 0 0 0 0 16384 4096 17954 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25667/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 406.61
Current children cumulated vsize (KiB) 0

[startup+407.2 s]
/proc/loadavg: 2.02 2.28 2.19 3/177 25726
/proc/meminfo: memFree=4260544/32872528 swapFree=249752/274280
[pid=25667] ppid=25664 vsize=0 CPUtime=407.01 cores=0,2,4,6
/proc/25667/stat : 25667 (naps-1.02) R 25664 25667 25261 0 -1 4202500 3816271 0 0 0 40024 677 0 0 20 0 1 0 35487830 0 0 33554432000 0 0 0 0 0 0 16384 4096 17954 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25667/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 407.01
Current children cumulated vsize (KiB) 0

[startup+407.3 s]
/proc/loadavg: 2.02 2.28 2.19 3/177 25726
/proc/meminfo: memFree=4260544/32872528 swapFree=249752/274280
[pid=25667] ppid=25664 vsize=0 CPUtime=407.11 cores=0,2,4,6
/proc/25667/stat : 25667 (naps-1.02) R 25664 25667 25261 0 -1 4202500 3816271 0 0 0 40024 687 0 0 20 0 1 0 35487830 0 0 33554432000 0 0 0 0 0 0 16384 4096 17954 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25667/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 407.11
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 407.307
CPU time (s): 407.129
CPU user time (s): 400.249
CPU system time (s): 6.87995
CPU usage (%): 99.9563
Max. virtual memory (cumulated for all children) (KiB): 15873124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 400.249
system time used= 6.87995
maximum resident set size= 15793024
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3816271
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 180
involuntary context switches= 438

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.02084 second user time and 1.57776 second system time

The end

Launcher Data

Begin job on node107 at 2016-06-27 12:47:58
IDJOB=4103295
IDBENCH=2320
IDSOLVER=2544
FILE ID=node107/4103295-1467024478
RUNJOBID= node107-1467020147-25277
PBS_JOBID= 19976981
Free space on /tmp= 71704 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-mkc1.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103295-1467024478/watcher-4103295-1467024478 -o /tmp/evaluation-result-4103295-1467024478/solver-4103295-1467024478 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1467020147-25277 --watchdog 1960 -S 80 naps-1.02 HOME/instance-4103295-1467024478.opb

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

MD5SUM BENCH= c469eec4209d8404cb0293cb27bb013d
RANDOM SEED=1890579228

node107.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.695
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.39
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.695
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	: 5332.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.695
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	: 5332.54
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.695
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	: 5332.55
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.695
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	: 5332.56
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.695
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	: 5332.55
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.695
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	: 5332.55
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.695
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	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28990432 kB
Buffers:           77820 kB
Cached:           407052 kB
SwapCached:         1956 kB
Active:          2453732 kB
Inactive:         401712 kB
Active(anon):    2372456 kB
Inactive(anon):      616 kB
Active(file):      81276 kB
Inactive(file):   401096 kB
Unevictable:      274280 kB
Mlocked:          249752 kB
SwapTotal:      67108856 kB
SwapFree:       67099140 kB
Dirty:              5844 kB
Writeback:             0 kB
AnonPages:       2637648 kB
Mapped:             8940 kB
Shmem:                 0 kB
Slab:             614288 kB
SReclaimable:      57760 kB
SUnreclaim:       556528 kB
KernelStack:        1472 kB
PageTables:         9404 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2824188 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    479232 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71708 MiB
End job on node107 at 2016-06-27 12:54:46