Trace number 4390000

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
cosoco 2UNSAT 25.6538 25.6539

General information on the benchmark

NameRlfap_mini/Rlfap-dec-scens11_mini/
Rlfap-ext-scen-11-f04_c18.xml
MD5SUM297c804b8c4092219cf99e305dde67fa
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.9855
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Number of domains5
Minimum domain size6
Maximum domain size40
Distribution of domain sizes[{"size":6,"count":2},{"size":22,"count":14},{"size":33,"count":336},{"size":40,"count":328}]
Minimum variable degree1
Maximum variable degree62
Distribution of variable degrees[{"degree":1,"count":1},{"degree":3,"count":26},{"degree":4,"count":13},{"degree":5,"count":86},{"degree":6,"count":20},{"degree":7,"count":89},{"degree":8,"count":12},{"degree":9,"count":87},{"degree":10,"count":28},{"degree":11,"count":42},{"degree":12,"count":25},{"degree":13,"count":40},{"degree":14,"count":14},{"degree":15,"count":40},{"degree":16,"count":8},{"degree":17,"count":29},{"degree":18,"count":6},{"degree":19,"count":18},{"degree":20,"count":13},{"degree":21,"count":11},{"degree":22,"count":7},{"degree":23,"count":7},{"degree":24,"count":8},{"degree":25,"count":8},{"degree":27,"count":9},{"degree":28,"count":8},{"degree":29,"count":2},{"degree":30,"count":6},{"degree":31,"count":1},{"degree":35,"count":3},{"degree":36,"count":3},{"degree":38,"count":2},{"degree":39,"count":2},{"degree":42,"count":1},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":47,"count":1},{"degree":55,"count":1},{"degree":62,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4103}]
Number of extensional constraints4103
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":4103}]
Optimization problemNO
Type of objective

Solver Data

0.09/0.16	c root propagations     : 2328        
0.09/0.16	c restarts enabled, print stats at every restarts
0.09/0.16	c
0.09/0.16	c
0.09/0.16	c
0.09/0.16	c This is cosoco 2.00 --  
0.09/0.16	c
0.09/0.16	c command line: cosoco -lc -model -restarts -stick HOME/instance-4390000-1568355842.xml 
0.09/0.16	c ========================================[ Problem Statistics ]===========================================
0.09/0.16	c |                                                                                                       
0.09/0.16	c |  Parse time        :         0.14 s 
0.09/0.16	c |
0.09/0.16	c |               Variables: 680
0.09/0.16	c |            Domain Sizes: 6..40
0.09/0.16	c |
0.09/0.16	c |             Constraints: 4103
0.09/0.16	c |                   Arity: 2..2  -- Binary: 4103
0.09/0.16	c | 
0.09/0.16	c |                   Types: 
0.09/0.16	c |                          Extension: 4103  (nb tuples: 2..382) -- (shared: 3830)
0.09/0.16	c |                          
0.09/0.16	c =========================================================================================================
0.09/0.16	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth
0.09/0.17	c 101            494            80286          27465          668            0              342   349   341
0.09/0.18	c 211            692            128769         46312          668            0              5   15   9     
0.09/0.19	c 332            899            179953         69087          668            0              6   11   9     
0.09/0.20	c 465            1125           242787         89869          668            0              9   13   11    
0.09/0.21	c 611            1365           320007         114450         668            0              7   10   8     
0.21/0.22	c 771            1625           403162         141568         668            0              9   13   10    
0.21/0.23	c 947            1912           488265         172775         668            0              6   11   8     
0.21/0.25	c 1140           2236           585144         205600         668            0              3   12   10    
0.21/0.27	c 1352           2578           685424         240913         668            0              4   10   8     
0.21/0.28	c 1585           2957           814278         277664         668            0              9   12   10    
0.21/0.30	c 1841           3381           944406         321013         668            0              4   12   10    
0.31/0.33	c 2122           3975           1095180        367711         668            0              6   13   10    
0.31/0.35	c 2431           4538           1266128        419498         668            0              9   13   11    
0.31/0.38	c 2770           5279           1417287        474235         668            0              7   13   11    
0.31/0.40	c 3142           5936           1597688        535200         668            0              8   13   11    
0.41/0.44	c 3551           6649           1814558        604235         668            0              7   13   11    
0.41/0.47	c 4000           7531           1998859        679108         668            0              7   13   10    
0.41/0.50	c 4493           8373           2193460        764956         668            0              5   13   9     
0.51/0.54	c 5035           9288           2458674        854226         668            0              7   13   10    
0.51/0.58	c 5631           10336          2760898        959330         668            0              5   13   10    
0.60/0.63	c 6286           11518          3052880        1075969        668            0              7   13   10    
0.60/0.68	c 7006           12727          3397220        1203180        668            0              5   13   10    
0.69/0.73	c 7798           14081          3707597        1327415        668            0              5   13   10    
0.79/0.81	c 8669           15665          4197232        1479033        668            0              7   13   10    
0.79/0.86	c 9627           17456          4552770        1615983        668            0              5   13   9     
0.89/0.94	c 10680          19433          5096035        1797106        668            0              5   13   10    
1.00/1.02	c 11838          21404          5617336        1998609        668            0              5   13   10    
1.10/1.12	c 13111          23620          6277521        2203116        668            0              6   12   10    
1.19/1.22	c 14511          26061          6981830        2444521        668            0              5   13   10    
1.29/1.32	c 16051          28705          7629933        2715388        668            0              5   13   8     
1.39/1.45	c 17745          31802          8477757        2985319        668            0              5   13   10    
1.49/1.58	c 19608          35261          9324613        3332413        668            0              5   13   9     
1.69/1.73	c 21657          38925          10343231       3689661        668            0              5   13   10    
1.89/1.91	c 23910          42936          11522860       4057440        668            0              5   13   10    
2.00/2.09	c 26388          47298          12672609       4485420        668            0              5   13   10    
2.19/2.29	c 29113          51842          13978834       4942887        668            0              3   13   10    
2.49/2.51	c 32110          57036          15434949       5470383        668            0              5   13   10    
2.69/2.76	c 35406          62795          17068747       6054137        668            0              5   13   10    
3.00/3.02	c 39031          69384          18796913       6701658        668            0              5   13   9     
3.19/3.27	c 43018          77128          20459523       7355832        668            0              5   13   9     
3.49/3.60	c 47403          85182          22581138       8068180        668            0              5   13   11    
3.89/3.97	c 52226          93819          25105411       8926670        668            0              5   13   10    
4.29/4.37	c 57531          103417         27746479       9838709        668            0              5   13   10    
4.79/4.81	c 63366          113654         30652840       10883174       668            0              5   13   10    
5.19/5.29	c 69784          125724         33767208       12028572       668            0              5   13   10    
5.69/5.79	c 76843          138925         37004557       13243358       668            0              4   13   10    
6.39/6.41	c 84607          152979         41115525       14586083       668            0              5   13   10    
7.00/7.03	c 93147          167601         45190286       16083330       668            0              3   13   10    
7.69/7.75	c 102541         184964         49883630       17761744       668            0              3   13   10    
8.49/8.57	c 112874         203244         55245036       19600471       668            0              3   13   10    
9.29/9.34	c 124240         223397         60267915       21581165       668            0              3   13   9     
10.29/10.34	c 136742         247103         66685225       23853104       668            0              3   13   10    
11.29/11.36	c 150494         271232         73327997       26344768       668            0              3   13   10    
12.29/12.37	c 165621         299369         80067872       28945990       668            0              4   13   8     
13.39/13.49	c 182260         331449         87360106       31808325       668            0              3   13   9     
14.89/14.91	c 200562         365569         96355667       35193741       668            0              3   13   10    
16.19/16.29	c 220694         403293         105242318      38744350       668            0              3   13   9     
18.00/18.01	c 242839         444210         116273413      42870693       668            0              3   13   10    
19.89/19.92	c 267198         489061         128507045      47362862       668            0              3   13   9     
22.00/22.10	c 293992         541102         142112228      52546961       668            0              3   13   9     
24.39/24.43	c 323465         597044         156908720      58173760       668            0              3   13   9     
25.59/25.65	s UNSATISFIABLE
25.59/25.65	c restarts              : 61          
25.59/25.65	c conflicts             : 338096       (13186 /sec)
25.59/25.65	c decisions             : 626019       (24415 /sec)
25.59/25.65	c propagations          : 61190250    (2386485 /sec)
25.59/25.65	c root propagations     : 2328        
25.59/25.65	c filter calls          : 164278835      (6407049 /sec)
25.59/25.65	c useless filter calls  : 141747974      (86 %)
25.59/25.65	c Memory used           : 43.25 MB
25.59/25.65	c CPU time              : 25.6403 s
25.59/25.65	c real time             : 25.6471 s
25.59/25.65	

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (15265 MiB free)
  memory of node 1: 16384 MiB (15618 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4390000-1568355842/watcher-4390000-1568355842 -o /tmp/evaluation-result-4390000-1568355842/solver-4390000-1568355842 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1568334353-31998 --watchdog 2560 cosoco -lc -model -restarts -stick HOME/instance-4390000-1568355842.xml 

running on 4 cores: 1,3,5,7

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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=3422, runsolver pid=3419
Current StackSize limit: 8192 KiB


[startup+0.100159 s]*
/proc/loadavg: 1.92 1.98 2.03 3/203 3423
/proc/meminfo: memFree=31616268/32770624 swapFree=67003472/67108860
[pid=3422] ppid=3419 vsize=38204 memory=14512 CPUtime=0.09 cores=1,3,5,7
/proc/3422/stat : 3422 (cosoco) R 3419 3422 31966 0 -1 4202496 3797 0 0 0 9 0 0 0 20 0 1 0 411823853 39120896 3628 33554432000 4194304 6210612 140731613236752 140731613233288 5286952 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 20123648 140731613238283 140731613238385 140731613238385 140731613241294 0
/proc/3422/statm: 9551 3628 804 493 0 2856 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 38204 KiB
Current children cumulated memory: 14512 KiB

[startup+0.209957 s]*
/proc/loadavg: 1.92 1.98 2.03 3/203 3423
/proc/meminfo: memFree=31608128/32770624 swapFree=67003472/67108860
[pid=3422] ppid=3419 vsize=44284 memory=20584 CPUtime=0.21 cores=1,3,5,7
/proc/3422/stat : 3422 (cosoco) R 3419 3422 31966 0 -1 4202496 5359 0 0 0 20 1 0 0 20 0 1 0 411823853 45346816 5146 33554432000 4194304 6210612 140731613236752 140731613233064 5017005 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 20123648 140731613238283 140731613238385 140731613238385 140731613241294 0
/proc/3422/statm: 11071 5146 845 493 0 4376 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 44284 KiB
Current children cumulated memory: 20584 KiB

[startup+0.309851 s]*
/proc/loadavg: 1.92 1.98 2.03 3/203 3423
/proc/meminfo: memFree=31608128/32770624 swapFree=67003472/67108860
[pid=3422] ppid=3419 vsize=44284 memory=20584 CPUtime=0.31 cores=1,3,5,7
/proc/3422/stat : 3422 (cosoco) R 3419 3422 31966 0 -1 4202496 5359 0 0 0 30 1 0 0 20 0 1 0 411823853 45346816 5146 33554432000 4194304 6210612 140731613236752 140731613233064 5016906 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 20123648 140731613238283 140731613238385 140731613238385 140731613241294 0
/proc/3422/statm: 11071 5146 845 493 0 4376 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 44284 KiB
Current children cumulated memory: 20584 KiB

[startup+0.700275 s]
/proc/loadavg: 1.92 1.98 2.03 3/203 3423
/proc/meminfo: memFree=31608128/32770624 swapFree=67003472/67108860
[pid=3422] ppid=3419 vsize=44284 memory=20584 CPUtime=0.69 cores=1,3,5,7
/proc/3422/stat : 3422 (cosoco) R 3419 3422 31966 0 -1 4202496 5359 0 0 0 68 1 0 0 20 0 1 0 411823853 45346816 5146 33554432000 4194304 6210612 140731613236752 140731613233064 5017005 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 20123648 140731613238283 140731613238385 140731613238385 140731613241294 0
/proc/3422/statm: 11071 5146 845 493 0 4376 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 44284 KiB
Current children cumulated memory: 20584 KiB

[startup+1.50027 s]
/proc/loadavg: 1.92 1.98 2.03 3/203 3423
/proc/meminfo: memFree=31608128/32770624 swapFree=67003472/67108860
[pid=3422] ppid=3419 vsize=44284 memory=20584 CPUtime=1.49 cores=1,3,5,7
/proc/3422/stat : 3422 (cosoco) R 3419 3422 31966 0 -1 4202496 5359 0 0 0 148 1 0 0 20 0 1 0 411823853 45346816 5146 33554432000 4194304 6210612 140731613236752 140731613233064 5016914 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 20123648 140731613238283 140731613238385 140731613238385 140731613241294 0
/proc/3422/statm: 11071 5146 845 493 0 4376 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 44284 KiB
Current children cumulated memory: 20584 KiB

[startup+3.10922 s]
/proc/loadavg: 1.92 1.98 2.03 3/203 3423
/proc/meminfo: memFree=31607812/32770624 swapFree=67003472/67108860
[pid=3422] ppid=3419 vsize=44284 memory=20784 CPUtime=3.1 cores=1,3,5,7
/proc/3422/stat : 3422 (cosoco) R 3419 3422 31966 0 -1 4202496 6485 0 0 0 309 1 0 0 20 0 1 0 411823853 45346816 5196 33554432000 4194304 6210612 140731613236752 140731613234712 5017108 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 20123648 140731613238283 140731613238385 140731613238385 140731613241294 0
/proc/3422/statm: 11071 5196 850 493 0 4376 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 44284 KiB
Current children cumulated memory: 20784 KiB

[startup+6.30027 s]
/proc/loadavg: 1.92 1.98 2.03 3/204 3424
/proc/meminfo: memFree=31608012/32770624 swapFree=67003472/67108860
[pid=3422] ppid=3419 vsize=44284 memory=20784 CPUtime=6.29 cores=1,3,5,7
/proc/3422/stat : 3422 (cosoco) R 3419 3422 31966 0 -1 4202496 7600 0 0 0 628 1 0 0 20 0 1 0 411823853 45346816 5196 33554432000 4194304 6210612 140731613236752 140731613234712 5409264 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 20123648 140731613238283 140731613238385 140731613238385 140731613241294 0
/proc/3422/statm: 11071 5196 850 493 0 4376 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 44284 KiB
Current children cumulated memory: 20784 KiB

[startup+12.7003 s]
/proc/loadavg: 1.93 1.98 2.03 3/204 3426
/proc/meminfo: memFree=31606792/32770624 swapFree=67003472/67108860
[pid=3422] ppid=3419 vsize=44284 memory=20784 CPUtime=12.69 cores=1,3,5,7
/proc/3422/stat : 3422 (cosoco) R 3419 3422 31966 0 -1 4202496 8737 0 0 0 1268 1 0 0 20 0 1 0 411823853 45346816 5196 33554432000 4194304 6210612 140731613236752 140731613234712 5389281 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 20123648 140731613238283 140731613238385 140731613238385 140731613241294 0
/proc/3422/statm: 11071 5196 850 493 0 4376 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 44284 KiB
Current children cumulated memory: 20784 KiB

[startup+25.5003 s]
/proc/loadavg: 2.01 2.00 2.04 3/204 3426
/proc/meminfo: memFree=31607804/32770624 swapFree=67003472/67108860
[pid=3422] ppid=3419 vsize=44284 memory=20784 CPUtime=25.49 cores=1,3,5,7
/proc/3422/stat : 3422 (cosoco) R 3419 3422 31966 0 -1 4202496 10966 0 0 0 2548 1 0 0 20 0 1 0 411823853 45346816 5196 33554432000 4194304 6210612 140731613236752 140731613234712 5017181 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 20123648 140731613238283 140731613238385 140731613238385 140731613241294 0
/proc/3422/statm: 11071 5196 850 493 0 4376 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 44284 KiB
Current children cumulated memory: 20784 KiB

[startup+25.6539 s]
# the end of solver process 3422 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=25.6408 s, system=0.013001 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+25.6003 s]
/proc/loadavg: 2.01 2.00 2.04 3/204 3426
/proc/meminfo: memFree=31607804/32770624 swapFree=67003472/67108860
[pid=3422] ppid=3419 vsize=44284 memory=20784 CPUtime=25.59 cores=1,3,5,7
/proc/3422/stat : 3422 (cosoco) R 3419 3422 31966 0 -1 4202496 10966 0 0 0 2558 1 0 0 20 0 1 0 411823853 45346816 5196 33554432000 4194304 6210612 140731613236752 140731613234712 5017201 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 20123648 140731613238283 140731613238385 140731613238385 140731613241294 0
/proc/3422/statm: 11071 5196 850 493 0 4376 0
Current children cumulated CPU time: 25.59 s
Current children cumulated vsize: 44284 KiB
Current children cumulated memory: 20784 KiB

Child status: 0
Real time (s): 25.6539
CPU time (s): 25.6538
CPU user time (s): 25.6408
CPU system time (s): 0.013001
CPU usage (%): 99.9997
Max. virtual memory (cumulated for all children) (KiB): 44284
Max. memory (cumulated for all children) (KiB): 20784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.6408
system time used= 0.013001
maximum resident set size= 20856
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11010
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= 15
involuntary context switches= 9


# summary of solver processes directly reported to runsolver:
#   pid: 3422
#   total CPU time (s): 25.6538
#   total CPU user time (s): 25.6408
#   total CPU system time (s): 0.013001

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.122299 second user time and 0.20273 second system time

The end

Launcher Data

Begin job on node133 at 2019-09-13 08:23:23
IDJOB=4390000
IDBENCH=141069
IDSOLVER=2830
FILE ID=node133/4390000-1568355842
RUNJOBID= node133-1568334353-31998
PBS_JOBID= 21701160
Free space on /tmp= 55112 MiB

SOLVER NAME= cosoco 2
BENCH NAME= XCSP18/Rlfap_mini/Rlfap-dec-scens11_mini/Rlfap-ext-scen-11-f04_c18.xml
COMMAND LINE= cosoco -lc -model -restarts -stick BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4390000-1568355842/watcher-4390000-1568355842 -o /tmp/evaluation-result-4390000-1568355842/solver-4390000-1568355842 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1568334353-31998 --watchdog 2560  cosoco -lc -model -restarts -stick HOME/instance-4390000-1568355842.xml

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

MD5SUM BENCH= 297c804b8c4092219cf99e305dde67fa
RANDOM SEED=516007954

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/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		: 2668.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.18
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		: 2668.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		: 2668.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.18
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		: 2668.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.18
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		: 2668.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		: 2668.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.18
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		: 2668.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:        31625408 kB
MemAvailable:   31853776 kB
Buffers:          144268 kB
Cached:           368056 kB
SwapCached:         3476 kB
Active:           314008 kB
Inactive:         250328 kB
Active(anon):      76108 kB
Inactive(anon):    15724 kB
Active(file):     237900 kB
Inactive(file):   234604 kB
Unevictable:      111240 kB
Mlocked:          111240 kB
SwapTotal:      67108860 kB
SwapFree:       67003472 kB
Dirty:              2768 kB
Writeback:             0 kB
AnonPages:        161376 kB
Mapped:            44556 kB
Shmem:             31332 kB
Slab:             172152 kB
SReclaimable:     143400 kB
SUnreclaim:        28752 kB
KernelStack:        3600 kB
PageTables:         5868 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     575632 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    116736 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 55108 MiB
End job on node133 at 2019-09-13 08:23:49