Trace number 4241044

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
R1: cosoco 1.1UNSAT 10.5312 10.5345

General information on the benchmark

NameQRandom/QRandom-reg2ext-s1/
reg-s20-p03-c20-d10-n10-l5-40.xml
MD5SUMb581a39749cdd21b83f7329098fa8172
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark4.6845298
Satisfiable
(Un)Satisfiability was proved
Number of variables130
Number of constraints100
Number of domains23
Minimum domain size1
Maximum domain size20
Distribution of domain sizes[{"size":1,"count":20},{"size":6,"count":20},{"size":10,"count":10},{"size":20,"count":80}]
Minimum variable degree1
Maximum variable degree15
Distribution of variable degrees[{"degree":1,"count":40},{"degree":2,"count":80},{"degree":6,"count":1},{"degree":7,"count":1},{"degree":8,"count":1},{"degree":9,"count":1},{"degree":10,"count":2},{"degree":11,"count":1},{"degree":12,"count":2},{"degree":15,"count":1}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":100}]
Number of extensional constraints100
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":100}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.06	c root propagations     : 265         
0.00/0.06	c restarts enabled, print stats at every restarts
0.00/0.06	c
0.00/0.06	c
0.00/0.06	c
0.00/0.06	c This is cosoco 1.0 --  
0.00/0.06	c
0.00/0.06	c ========================================[ Problem Statistics ]===========================================
0.00/0.06	c |                                                                                                       
0.00/0.06	c |  Parse time        :         0.06 s 
0.00/0.06	c |
0.00/0.06	c |               Variables: 130
0.00/0.06	c |            Domain Sizes: 1..20
0.00/0.06	c |
0.00/0.06	c |             Constraints: 100
0.00/0.06	c |                   Arity: 3..3  -- Ternary: 100
0.00/0.06	c | 
0.00/0.06	c |                   Types: 
0.00/0.06	c |                          Extension: 100  (nb tuples: 10..200) -- (shared: 11)
0.00/0.06	c |                          
0.00/0.06	c =========================================================================================================
0.00/0.06	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth
0.00/0.08	c 101            274            11939          26237          41             0              32   48   36   
0.09/0.10	c 211            566            23397          50868          41             0              30   43   35   
0.09/0.12	c 332            913            37624          85508          41             0              25   38   31   
0.09/0.13	c 465            1275           49919          110307         41             0              27   38   31   
0.09/0.15	c 611            1813           63610          139452         41             0              27   46   34   
0.09/0.17	c 771            2284           84481          187652         41             0              21   38   30   
0.09/0.19	c 947            2837           99268          219268         41             0              24   43   31   
0.19/0.20	c 1140           3309           114618         251815         41             0              12   40   28   
0.19/0.23	c 1352           4072           138468         304208         41             0              13   38   25   
0.19/0.25	c 1585           4639           160693         352085         41             0              24   38   29   
0.19/0.27	c 1841           5309           187862         416428         41             0              23   38   32   
0.29/0.30	c 2122           6073           215325         475234         41             0              22   42   30   
0.29/0.33	c 2431           7017           249669         547175         41             0              14   41   30   
0.29/0.37	c 2770           7981           284600         628366         41             0              17   37   27   
0.39/0.41	c 3142           9092           321109         704493         41             0              24   42   33   
0.39/0.45	c 3551           10401          362653         795022         41             0              16   36   25   
0.49/0.50	c 4000           11531          409621         894993         41             0              24   39   29   
0.49/0.55	c 4493           13082          465786         1012818        41             0              13   46   28   
0.59/0.61	c 5035           14755          521855         1134181        41             0              23   45   35   
0.59/0.67	c 5631           16437          587067         1279841        41             0              24   39   32   
0.69/0.74	c 6286           18378          668018         1445157        41             0              21   46   30   
0.79/0.81	c 7006           20455          741317         1603963        41             0              23   43   31   
0.79/0.89	c 7798           22787          824931         1788043        41             0              12   44   31   
0.89/0.98	c 8669           24999          915714         1982627        41             0              23   40   30   
0.99/1.07	c 9627           28207          1008587        2179703        41             0              23   53   33   
1.10/1.17	c 10680          31706          1103012        2382609        41             0              17   43   29   
1.20/1.28	c 11838          34692          1224698        2654629        41             0              23   42   32   
1.29/1.38	c 13111          38266          1332058        2888633        41             0              17   43   28   
1.49/1.52	c 14511          41750          1474358        3205365        41             0              21   43   30   
1.59/1.66	c 16051          46519          1627614        3526411        41             0              21   43   29   
1.79/1.86	c 17745          52430          1814272        3943616        41             0              11   41   23   
1.99/2.04	c 19608          57150          2013085        4380407        41             0              20   45   32   
2.20/2.25	c 21657          62462          2225661        4842285        41             0              19   42   29   
2.39/2.46	c 23910          69668          2443057        5295432        41             0              18   47   31   
2.59/2.69	c 26388          76088          2684752        5832770        41             0              18   50   29   
2.89/2.97	c 29113          82939          2974661        6471801        41             0              14   42   27   
3.19/3.29	c 32110          90634          3285597        7145490        41             0              18   48   28   
3.59/3.64	c 35406          98951          3644959        7925226        41             0              16   40   29   
3.99/4.05	c 39031          107717         4031077        8775721        42             0              4   42   26    
4.40/4.49	c 43018          117028         4468971        9756472        42             0              17   40   29   
4.89/4.93	c 47403          128527         4917976        10739576       42             0              16   47   29   
5.39/5.42	c 52226          141301         5406511        11799463       44             0              14   42   27   
5.89/5.95	c 57531          155480         5935867        12993891       45             0              13   43   25   
6.49/6.51	c 63366          172011         6514964        14223285       47             0              9   43   26    
7.09/7.14	c 69784          189741         7190891        15658673       48             0              12   52   25   
7.89/7.90	c 76843          208515         7963644        17312233       50             0              9   48   24    
8.69/8.73	c 84607          229368         8791918        19098287       52             0              13   47   24   
9.59/9.61	c 93147          253867         9711478        21031582       55             0              6   42   25    
10.49/10.53	c restarts              : 48          
10.49/10.53	c conflicts             : 102397       (9724 /sec)
10.49/10.53	c decisions             : 280180       (26608 /sec)
10.49/10.53	c propagations          : 23037598    (2187831 /sec)
10.49/10.53	c root propagations     : 265         
10.49/10.53	c filter calls          : 10643787       (1010818 /sec)
10.49/10.53	c useless filter calls  : 5694584        (53 %)
10.49/10.53	c Memory used           : 27.14 MB
10.49/10.53	c CPU time              : 10.5298 s
10.49/10.53	
10.49/10.53	s UNSATISFIABLE

Verifier Data


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-4241044-1500629093/watcher-4241044-1500629093 -o /tmp/evaluation-result-4241044-1500629093/solver-4241044-1500629093 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node128-1500623778-3171 --watchdog 2560 HOME/cosoco -lc -model -restarts HOME/instance-4241044-1500629093.xml 

pid=4936
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.96 2.00 1.99 3/187 4939
/proc/meminfo: memFree=30205808/32770624 swapFree=6204/1833960
[pid=4939] ppid=4936 vsize=27124 CPUtime=0 cores=0,2,4,6
/proc/4939/stat : 4939 (cosoco) R 4936 4939 3140 0 -1 4202496 1026 0 0 0 0 0 0 0 20 0 1 0 16185504 27774976 832 33554432000 4194304 5970956 140729368912144 140729368911648 139735913767036 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 8070896 8075904 36405248 140729368917185 140729368917315 140729368917315 140729368920014 0
/proc/4939/statm: 6781 832 716 434 0 145 0

[startup+0.100113 s]
/proc/loadavg: 1.96 2.00 1.99 3/187 4939
/proc/meminfo: memFree=30205808/32770624 swapFree=6204/1833960
[pid=4939] ppid=4936 vsize=27784 CPUtime=0.09 cores=0,2,4,6
/proc/4939/stat : 4939 (cosoco) R 4936 4939 3140 0 -1 4202496 1257 0 0 0 9 0 0 0 20 0 1 0 16185504 28450816 1096 33554432000 4194304 5970956 140729368912144 140729368909752 4934354 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 36405248 140729368917185 140729368917315 140729368917315 140729368920014 0
/proc/4939/statm: 6946 1096 799 434 0 310 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27784

[startup+0.200248 s]
/proc/loadavg: 1.96 2.00 1.99 3/187 4939
/proc/meminfo: memFree=30205808/32770624 swapFree=6204/1833960
[pid=4939] ppid=4936 vsize=27784 CPUtime=0.19 cores=0,2,4,6
/proc/4939/stat : 4939 (cosoco) R 4936 4939 3140 0 -1 4202496 1257 0 0 0 19 0 0 0 20 0 1 0 16185504 28450816 1096 33554432000 4194304 5970956 140729368912144 140729368909480 4934327 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 36405248 140729368917185 140729368917315 140729368917315 140729368920014 0
/proc/4939/statm: 6946 1096 799 434 0 310 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 27784

[startup+0.300199 s]
/proc/loadavg: 1.96 2.00 1.99 3/187 4939
/proc/meminfo: memFree=30205808/32770624 swapFree=6204/1833960
[pid=4939] ppid=4936 vsize=27784 CPUtime=0.29 cores=0,2,4,6
/proc/4939/stat : 4939 (cosoco) R 4936 4939 3140 0 -1 4202496 1257 0 0 0 29 0 0 0 20 0 1 0 16185504 28450816 1096 33554432000 4194304 5970956 140729368912144 140729368909480 4934477 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 36405248 140729368917185 140729368917315 140729368917315 140729368920014 0
/proc/4939/statm: 6946 1096 799 434 0 310 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27784

[startup+0.700174 s]
/proc/loadavg: 1.96 2.00 1.99 3/187 4939
/proc/meminfo: memFree=30205808/32770624 swapFree=6204/1833960
[pid=4939] ppid=4936 vsize=27784 CPUtime=0.69 cores=0,2,4,6
/proc/4939/stat : 4939 (cosoco) R 4936 4939 3140 0 -1 4202496 1257 0 0 0 69 0 0 0 20 0 1 0 16185504 28450816 1096 33554432000 4194304 5970956 140729368912144 140729368909480 4934327 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 36405248 140729368917185 140729368917315 140729368917315 140729368920014 0
/proc/4939/statm: 6946 1096 799 434 0 310 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27784

[startup+1.50017 s]
/proc/loadavg: 1.96 2.00 1.99 3/188 4940
/proc/meminfo: memFree=30204288/32770624 swapFree=6204/1833960
[pid=4939] ppid=4936 vsize=27784 CPUtime=1.49 cores=0,2,4,6
/proc/4939/stat : 4939 (cosoco) R 4936 4939 3140 0 -1 4202496 1259 0 0 0 149 0 0 0 20 0 1 0 16185504 28450816 1096 33554432000 4194304 5970956 140729368912144 140729368909480 4934527 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 36405248 140729368917185 140729368917315 140729368917315 140729368920014 0
/proc/4939/statm: 6946 1096 799 434 0 310 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27784

[startup+3.10017 s]
/proc/loadavg: 1.96 2.00 1.99 3/188 4940
/proc/meminfo: memFree=30203668/32770624 swapFree=6204/1833960
[pid=4939] ppid=4936 vsize=27784 CPUtime=3.09 cores=0,2,4,6
/proc/4939/stat : 4939 (cosoco) R 4936 4939 3140 0 -1 4202496 1499 0 0 0 309 0 0 0 20 0 1 0 16185504 28450816 1099 33554432000 4194304 5970956 140729368912144 140729368909480 4930648 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 36405248 140729368917185 140729368917315 140729368917315 140729368920014 0
/proc/4939/statm: 6946 1099 799 434 0 310 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27784

[startup+6.30017 s]
/proc/loadavg: 2.05 2.01 2.00 3/188 5001
/proc/meminfo: memFree=30204160/32770624 swapFree=6204/1834008
[pid=4939] ppid=4936 vsize=27784 CPUtime=6.29 cores=0,2,4,6
/proc/4939/stat : 4939 (cosoco) R 4936 4939 3140 0 -1 4202496 1739 0 0 0 629 0 0 0 20 0 1 0 16185504 28450816 1099 33554432000 4194304 5970956 140729368912144 140729368909480 4934477 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 36405248 140729368917185 140729368917315 140729368917315 140729368920014 0
/proc/4939/statm: 6946 1099 799 434 0 310 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 27784

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

[startup+6.4002 s]
/proc/loadavg: 2.05 2.01 2.00 3/188 5001
/proc/meminfo: memFree=30204160/32770624 swapFree=6204/1834008
[pid=4939] ppid=4936 vsize=27784 CPUtime=6.39 cores=0,2,4,6
/proc/4939/stat : 4939 (cosoco) R 4936 4939 3140 0 -1 4202496 1739 0 0 0 639 0 0 0 20 0 1 0 16185504 28450816 1099 33554432000 4194304 5970956 140729368912144 140729368909480 4934489 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 36405248 140729368917185 140729368917315 140729368917315 140729368920014 0
/proc/4939/statm: 6946 1099 799 434 0 310 0
Current children cumulated CPU time (s) 6.39
Current children cumulated vsize (KiB) 27784

[startup+8.00017 s]
/proc/loadavg: 1.96 2.00 1.99 3/188 5001
/proc/meminfo: memFree=30203620/32770624 swapFree=6204/1834012
[pid=4939] ppid=4936 vsize=27784 CPUtime=7.99 cores=0,2,4,6
/proc/4939/stat : 4939 (cosoco) R 4936 4939 3140 0 -1 4202496 1979 0 0 0 799 0 0 0 20 0 1 0 16185504 28450816 1099 33554432000 4194304 5970956 140729368912144 140729368909480 4934327 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 36405248 140729368917185 140729368917315 140729368917315 140729368920014 0
/proc/4939/statm: 6946 1099 799 434 0 310 0
Current children cumulated CPU time (s) 7.99
Current children cumulated vsize (KiB) 27784

[startup+9.60017 s]
/proc/loadavg: 1.96 2.00 1.99 3/187 5002
/proc/meminfo: memFree=30203000/32770624 swapFree=6204/1834016
[pid=4939] ppid=4936 vsize=27784 CPUtime=9.59 cores=0,2,4,6
/proc/4939/stat : 4939 (cosoco) R 4936 4939 3140 0 -1 4202496 1979 0 0 0 959 0 0 0 20 0 1 0 16185504 28450816 1099 33554432000 4194304 5970956 140729368912144 140729368909480 4934473 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 36405248 140729368917185 140729368917315 140729368917315 140729368920014 0
/proc/4939/statm: 6946 1099 799 434 0 310 0
Current children cumulated CPU time (s) 9.59
Current children cumulated vsize (KiB) 27784

[startup+10.0059 s]
/proc/loadavg: 1.96 2.00 1.99 3/187 5002
/proc/meminfo: memFree=30203140/32770624 swapFree=6204/1834016
[pid=4939] ppid=4936 vsize=27784 CPUtime=10 cores=0,2,4,6
/proc/4939/stat : 4939 (cosoco) R 4936 4939 3140 0 -1 4202496 1979 0 0 0 1000 0 0 0 20 0 1 0 16185504 28450816 1099 33554432000 4194304 5970956 140729368912144 140729368909480 4934449 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 36405248 140729368917185 140729368917315 140729368917315 140729368920014 0
/proc/4939/statm: 6946 1099 799 434 0 310 0
Current children cumulated CPU time (s) 10
Current children cumulated vsize (KiB) 27784

[startup+10.4002 s]
/proc/loadavg: 1.96 2.00 1.99 3/187 5002
/proc/meminfo: memFree=30203140/32770624 swapFree=6204/1834016
[pid=4939] ppid=4936 vsize=27784 CPUtime=10.39 cores=0,2,4,6
/proc/4939/stat : 4939 (cosoco) R 4936 4939 3140 0 -1 4202496 1979 0 0 0 1039 0 0 0 20 0 1 0 16185504 28450816 1099 33554432000 4194304 5970956 140729368912144 140729368909480 4934864 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 36405248 140729368917185 140729368917315 140729368917315 140729368920014 0
/proc/4939/statm: 6946 1099 799 434 0 310 0
Current children cumulated CPU time (s) 10.39
Current children cumulated vsize (KiB) 27784

[startup+10.5002 s]
/proc/loadavg: 1.96 2.00 1.99 3/187 5002
/proc/meminfo: memFree=30203140/32770624 swapFree=6204/1834016
[pid=4939] ppid=4936 vsize=27784 CPUtime=10.49 cores=0,2,4,6
/proc/4939/stat : 4939 (cosoco) R 4936 4939 3140 0 -1 4202496 1979 0 0 0 1049 0 0 0 20 0 1 0 16185504 28450816 1099 33554432000 4194304 5970956 140729368912144 140729368909480 4934527 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 36405248 140729368917185 140729368917315 140729368917315 140729368920014 0
/proc/4939/statm: 6946 1099 799 434 0 310 0
Current children cumulated CPU time (s) 10.49
Current children cumulated vsize (KiB) 27784

Child status: 0
Real time (s): 10.5345
CPU time (s): 10.5312
CPU user time (s): 10.5301
CPU system time (s): 0.00103
CPU usage (%): 99.9685
Max. virtual memory (cumulated for all children) (KiB): 27784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.5301
system time used= 0.00103
maximum resident set size= 4468
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2018
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= 6
involuntary context switches= 543

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.026956 second user time and 0.050062 second system time

The end

Launcher Data

Begin job on node128 at 2017-07-21 11:24:53
IDJOB=4241044
IDBENCH=125700
IDSOLVER=2620
FILE ID=node128/4241044-1500629093
RUNJOBID= node128-1500623778-3171
PBS_JOBID= 20623005
Free space on /tmp= 62024 MiB

SOLVER NAME= cosoco 1.1
BENCH NAME= XCSP17/QRandom/QRandom-reg2ext-s1/reg-s20-p03-c20-d10-n10-l5-40.xml
COMMAND LINE= DIR/cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4241044-1500629093/watcher-4241044-1500629093 -o /tmp/evaluation-result-4241044-1500629093/solver-4241044-1500629093 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node128-1500623778-3171 --watchdog 2560  HOME/cosoco -lc -model -restarts HOME/instance-4241044-1500629093.xml

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

MD5SUM BENCH= b581a39749cdd21b83f7329098fa8172
RANDOM SEED=959813531

node128.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.64
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
microcode	: 0x19
cpu MHz		: 1600.000
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 1600.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.64
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 1867.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.64
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
microcode	: 0x19
cpu MHz		: 1600.000
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 1733.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.64
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
microcode	: 0x19
cpu MHz		: 1600.000
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 sep 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 nopl 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 dtherm 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:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30206300 kB
MemAvailable:   32013832 kB
Buffers:          158300 kB
Cached:          1928300 kB
SwapCached:            0 kB
Active:           300536 kB
Inactive:        1842792 kB
Active(anon):      59444 kB
Inactive(anon):     8832 kB
Active(file):     241092 kB
Inactive(file):  1833960 kB
Unevictable:        6204 kB
Mlocked:            6204 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2368 kB
Writeback:             0 kB
AnonPages:         66976 kB
Mapped:            34112 kB
Shmem:              8852 kB
Slab:             121396 kB
SReclaimable:      96632 kB
SUnreclaim:        24764 kB
KernelStack:        3456 kB
PageTables:         5248 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     328540 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 62020 MiB
End job on node128 at 2017-07-21 11:25:03