Trace number 4408128

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 2.0SAT 4.45023 4.45097

General information on the benchmark

NameMagicSquare/MagicSquare-sum-s1/
MagicSquare-12-sum.xml
MD5SUM72f076078db8222856487e1257170ccd
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark4.44533
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints27
Number of domains1
Minimum domain size144
Maximum domain size144
Distribution of domain sizes[{"size":144,"count":144}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":120},{"degree":4,"count":24}]
Minimum constraint arity12
Maximum constraint arity144
Distribution of constraint arities[{"arity":12,"count":26},{"arity":144,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":1},{"type":"sum","count":26}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c root propagations     : 0           
0.00/0.00	c restarts enabled, print stats at every restarts
0.00/0.00	c
0.00/0.00	c
0.00/0.00	c
0.00/0.00	c This is cosoco 2.00 --  
0.00/0.00	c
0.00/0.00	c command line: cosoco -lc -model -restarts -stick HOME/instance-4408128-1569800355.xml 
0.00/0.00	c ========================================[ Problem Statistics ]===========================================
0.00/0.00	c |                                                                                                       
0.00/0.00	c |  Parse time        :         0.00 s 
0.00/0.00	c |
0.00/0.00	c |               Variables: 144
0.00/0.00	c |            Domain Sizes: 144..144
0.00/0.00	c |
0.00/0.00	c |             Constraints: 27
0.00/0.00	c |                   Arity: 12..144
0.00/0.00	c | 
0.00/0.00	c |                   Types: 
0.00/0.00	c |                          All Different: 1
0.00/0.00	c |                          Sum: 26
0.00/0.00	c |                          
0.00/0.00	c =========================================================================================================
0.00/0.00	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth
0.00/0.02	c 101            151            1891           19385          0              0              8   22   13    
0.00/0.05	c 211            327            4152           40878          0              0              11   35   27   
0.00/0.07	c 332            508            6235           70483          0              0              10   31   22   
0.00/0.09	c 465            699            8317           97375          0              0              15   32   22   
0.10/0.11	c 611            925            11379          125374         0              0              32   45   42   
0.10/0.14	c 771            1146           14177          157164         0              0              28   31   29   
0.10/0.17	c 947            1410           17583          200411         0              0              7   32   19    
0.21/0.22	c 1140           1707           21583          254842         0              0              8   41   18    
0.21/0.26	c 1352           2009           25022          332614         0              0              17   33   27   
0.21/0.30	c 1585           2338           28597          384852         0              0              6   43   37    
0.31/0.33	c 1841           2694           32421          442678         0              0              7   43   38    
0.31/0.38	c 2122           3096           37329          510030         0              0              8   43   31    
0.41/0.42	c 2431           3537           42043          576623         0              0              7   53   42    
0.41/0.49	c 2770           4119           50745          688062         0              0              7   89   72    
0.51/0.54	c 3142           4702           58021          746855         0              0              8   96   86    
0.51/0.59	c 3551           5277           64000          823286         0              0              32   83   69   
0.60/0.64	c 4000           5923           70887          899553         0              0              7   85   77    
0.69/0.71	c 4493           6635           81591          1019230        0              0              8   102   92   
0.69/0.77	c 5035           7323           89885          1125731        0              0              7   71   68    
0.79/0.86	c 5631           8289           101744         1255693        0              0              11   118   83  
0.89/0.94	c 6286           9242           112475         1402038        0              0              10   90   84   
1.00/1.09	c 7006           10368          132051         1674269        0              0              11   85   77   
1.29/1.34	c 7798           11707          169649         2195792        0              0              33   107   103 
1.39/1.49	c 8669           12747          190682         2589680        0              0              29   84   81   
1.59/1.68	c 9627           14195          217270         2881944        0              0              33   108   100 
1.89/1.91	c 10680          15800          247623         3222409        0              0              19   108   103 
2.00/2.06	c 11838          17413          268155         3497878        0              0              26   123   108 
2.39/2.42	c 13111          19942          307528         4188952        0              0              25   106   104 
2.59/2.64	c 14511          22164          338001         4427430        0              0              10   126   114 
3.00/3.08	c 16051          24344          400644         5237836        0              0              16   103   97  
3.39/3.47	c 17745          26498          453581         6103330        0              0              19   98   95   
3.59/3.66	c 19608          28875          476580         6453018        0              0              9   105   95   
3.89/3.94	c 21657          31609          513395         6883899        0              0              9   106   101  
4.19/4.26	c 23910          34609          560993         7345751        0              0              9   117   107  
4.39/4.45	c First solution is found
4.39/4.45	s SATISFIABLE
4.39/4.45	c restarts              : 34          
4.39/4.45	c conflicts             : 24932        (5607 /sec)
4.39/4.45	c decisions             : 36412        (8189 /sec)
4.39/4.45	c propagations          : 7525031     (1692452 /sec)
4.39/4.45	c root propagations     : 0           
4.39/4.45	c filter calls          : 586018         (131801 /sec)
4.39/4.45	c useless filter calls  : 372667         (63 %)
4.39/4.45	c Memory used           : 27.03 MB
4.39/4.45	c CPU time              : 4.44623 s
4.39/4.45	c real time             : 4.4459 s
4.39/4.45	
4.39/4.45	c solution 1
4.39/4.45	
4.39/4.45	v <instantiation type='solution'>
4.39/4.45	v <list>x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[3][11] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[4][10] x[4][11] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[5][9] x[5][10] x[5][11] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[6][9] x[6][10] x[6][11] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[7][9] x[7][10] x[7][11] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][6] x[8][7] x[8][8] x[8][9] x[8][10] x[8][11] x[9][0] x[9][1] x[9][2] x[9][3] x[9][4] x[9][5] x[9][6] x[9][7] x[9][8] x[9][9] x[9][10] x[9][11] x[10][0] x[10][1] x[10][2] x[10][3] x[10][4] x[10][5] x[10][6] x[10][7] x[10][8] x[10][9] x[10][10] x[10][11] x[11][0] x[11][1] x[11][2] x[11][3] x[11][4] x[11][5] x[11][6] x[11][7] x[11][8] x[11][9] x[11][10] x[11][11] </list>
4.39/4.45	v <values>56 8 103 60 66 44 32 143 91 12 114 141 77 108 20 65 134 68 49 64 1 138 37 109 94 84 127 69 71 55 51 85 83 54 15 82 58 57 59 130 117 118 119 40 39 7 11 115 90 113 98 74 14 52 76 4 89 105 126 29 28 96 102 38 33 129 144 47 27 62 86 78 24 97 19 30 26 106 133 140 23 136 111 25 99 75 104 67 122 53 35 9 93 16 116 81 101 5 107 80 50 46 41 22 142 110 121 45 95 137 10 70 61 43 31 139 87 6 112 79 17 2 21 124 128 120 125 42 123 92 3 73 131 88 100 63 48 36 34 135 72 132 18 13 </values>
4.39/4.45	v </instantiation>
4.39/4.45	

Verifier Data

OK	

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 (12257 MiB free)
  memory of node 1: 16384 MiB (15647 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4408128-1569800355/watcher-4408128-1569800355 -o /tmp/evaluation-result-4408128-1569800355/solver-4408128-1569800355 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1569787355-25779 --watchdog 2580 cosoco -lc -model -restarts -stick HOME/instance-4408128-1569800355.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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=28285, runsolver pid=28282
Current StackSize limit: 8192 KiB


[startup+0.100142 s]*
/proc/loadavg: 2.00 2.01 2.05 5/199 28286
/proc/meminfo: memFree=28575320/32770624 swapFree=67002732/67108860
[pid=28285] ppid=28282 vsize=27492 memory=4212 CPUtime=0.1 cores=0,2,4,6
/proc/28285/stat : 28285 (cosoco) R 28282 28285 25748 0 -1 4202496 1217 0 0 0 10 0 0 0 20 0 1 0 556196965 28151808 1053 33554432000 4194304 6211132 140731129548528 140731129546488 5081337 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 34258944 140731129549835 140731129549937 140731129549937 140731129552846 0
/proc/28285/statm: 6873 1053 886 493 0 178 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 27492 KiB
Current children cumulated memory: 4212 KiB

[startup+0.209429 s]*
/proc/loadavg: 2.00 2.01 2.05 3/199 28286
/proc/meminfo: memFree=28575356/32770624 swapFree=67002732/67108860
[pid=28285] ppid=28282 vsize=27492 memory=4212 CPUtime=0.21 cores=0,2,4,6
/proc/28285/stat : 28285 (cosoco) R 28282 28285 25748 0 -1 4202496 1217 0 0 0 21 0 0 0 20 0 1 0 556196965 28151808 1053 33554432000 4194304 6211132 140731129548528 140731129546488 5207550 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 34258944 140731129549835 140731129549937 140731129549937 140731129552846 0
/proc/28285/statm: 6873 1053 886 493 0 178 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 27492 KiB
Current children cumulated memory: 4212 KiB

[startup+0.308913 s]*
/proc/loadavg: 2.00 2.01 2.05 3/199 28286
/proc/meminfo: memFree=28575356/32770624 swapFree=67002732/67108860
[pid=28285] ppid=28282 vsize=27492 memory=4212 CPUtime=0.31 cores=0,2,4,6
/proc/28285/stat : 28285 (cosoco) R 28282 28285 25748 0 -1 4202496 1217 0 0 0 31 0 0 0 20 0 1 0 556196965 28151808 1053 33554432000 4194304 6211132 140731129548528 140731129546488 5079092 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 34258944 140731129549835 140731129549937 140731129549937 140731129552846 0
/proc/28285/statm: 6873 1053 886 493 0 178 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 27492 KiB
Current children cumulated memory: 4212 KiB

[startup+0.70027 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 28286
/proc/meminfo: memFree=28575356/32770624 swapFree=67002732/67108860
[pid=28285] ppid=28282 vsize=27676 memory=4212 CPUtime=0.69 cores=0,2,4,6
/proc/28285/stat : 28285 (cosoco) R 28282 28285 25748 0 -1 4202496 1231 0 0 0 69 0 0 0 20 0 1 0 556196965 28340224 1053 33554432000 4194304 6211132 140731129548528 140731129546488 5397281 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 34258944 140731129549835 140731129549937 140731129549937 140731129552846 0
/proc/28285/statm: 6919 1053 886 493 0 224 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 27676 KiB
Current children cumulated memory: 4212 KiB

[startup+1.50028 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 28286
/proc/meminfo: memFree=28575356/32770624 swapFree=67002732/67108860
[pid=28285] ppid=28282 vsize=27676 memory=4212 CPUtime=1.49 cores=0,2,4,6
/proc/28285/stat : 28285 (cosoco) R 28282 28285 25748 0 -1 4202496 1231 0 0 0 149 0 0 0 20 0 1 0 556196965 28340224 1053 33554432000 4194304 6211132 140731129548528 140731129546488 5149732 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 34258944 140731129549835 140731129549937 140731129549937 140731129552846 0
/proc/28285/statm: 6919 1053 886 493 0 224 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 27676 KiB
Current children cumulated memory: 4212 KiB

[startup+3.10908 s]
/proc/loadavg: 1.84 1.98 2.03 3/199 28286
/proc/meminfo: memFree=28574796/32770624 swapFree=67002732/67108860
[pid=28285] ppid=28282 vsize=27676 memory=4272 CPUtime=3.1 cores=0,2,4,6
/proc/28285/stat : 28285 (cosoco) R 28282 28285 25748 0 -1 4202496 1352 0 0 0 310 0 0 0 20 0 1 0 556196965 28340224 1068 33554432000 4194304 6211132 140731129548528 140731129546488 5193728 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 34258944 140731129549835 140731129549937 140731129549937 140731129552846 0
/proc/28285/statm: 6919 1068 886 493 0 224 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 27676 KiB
Current children cumulated memory: 4272 KiB

[startup+4.45094 s]
# the end of solver process 28285 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=4.44623 s, system=0.003999 s

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

[startup+3.20027 s]
/proc/loadavg: 1.84 1.98 2.03 3/199 28286
/proc/meminfo: memFree=28574796/32770624 swapFree=67002732/67108860
[pid=28285] ppid=28282 vsize=27676 memory=4272 CPUtime=3.19 cores=0,2,4,6
/proc/28285/stat : 28285 (cosoco) R 28282 28285 25748 0 -1 4202496 1352 0 0 0 319 0 0 0 20 0 1 0 556196965 28340224 1068 33554432000 4194304 6211132 140731129548528 140731129546488 5081337 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 34258944 140731129549835 140731129549937 140731129549937 140731129552846 0
/proc/28285/statm: 6919 1068 886 493 0 224 0
Current children cumulated CPU time: 3.19 s
Current children cumulated vsize: 27676 KiB
Current children cumulated memory: 4272 KiB

[startup+4.00025 s]*
/proc/loadavg: 1.84 1.98 2.03 3/199 28286
/proc/meminfo: memFree=28575020/32770624 swapFree=67002732/67108860
[pid=28285] ppid=28282 vsize=27676 memory=4280 CPUtime=4 cores=0,2,4,6
/proc/28285/stat : 28285 (cosoco) R 28282 28285 25748 0 -1 4202496 1446 0 0 0 400 0 0 0 20 0 1 0 556196965 28340224 1070 33554432000 4194304 6211132 140731129548528 140731129546488 5075597 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 34258944 140731129549835 140731129549937 140731129549937 140731129552846 0
/proc/28285/statm: 6919 1070 886 493 0 224 0
Current children cumulated CPU time: 4 s
Current children cumulated vsize: 27676 KiB
Current children cumulated memory: 4280 KiB

[startup+4.40025 s]
/proc/loadavg: 1.84 1.98 2.03 3/199 28286
/proc/meminfo: memFree=28575020/32770624 swapFree=67002732/67108860
[pid=28285] ppid=28282 vsize=27676 memory=4280 CPUtime=4.39 cores=0,2,4,6
/proc/28285/stat : 28285 (cosoco) R 28282 28285 25748 0 -1 4202496 1472 0 0 0 439 0 0 0 20 0 1 0 556196965 28340224 1070 33554432000 4194304 6211132 140731129548528 140731129546488 5078748 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 34258944 140731129549835 140731129549937 140731129549937 140731129552846 0
/proc/28285/statm: 6919 1070 886 493 0 224 0
Current children cumulated CPU time: 4.39 s
Current children cumulated vsize: 27676 KiB
Current children cumulated memory: 4280 KiB

Child status: 0
Real time (s): 4.45097
CPU time (s): 4.45023
CPU user time (s): 4.44623
CPU system time (s): 0.003999
CPU usage (%): 99.9833
Max. virtual memory (cumulated for all children) (KiB): 27676
Max. memory (cumulated for all children) (KiB): 4280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.44623
system time used= 0.003999
maximum resident set size= 4352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1512
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= 14
involuntary context switches= 7


# summary of solver processes directly reported to runsolver:
#   pid: 28285
#   total CPU time (s): 4.45023
#   total CPU user time (s): 4.44623
#   total CPU system time (s): 0.003999

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.03897 second user time and 0.068461 second system time

The end

Launcher Data

Begin job on node148 at 2019-09-30 01:38:37
IDJOB=4408128
IDBENCH=133229
IDSOLVER=2874
FILE ID=node148/4408128-1569800355
RUNJOBID= node148-1569787355-25779
PBS_JOBID= 21705817
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco 2.0
BENCH NAME= XCSP17/MagicSquare/MagicSquare-sum-s1/MagicSquare-12-sum.xml
COMMAND LINE= cosoco -lc -model -restarts -stick BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4408128-1569800355/watcher-4408128-1569800355 -o /tmp/evaluation-result-4408128-1569800355/solver-4408128-1569800355 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1569787355-25779 --watchdog 2580  cosoco -lc -model -restarts -stick HOME/instance-4408128-1569800355.xml

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

MD5SUM BENCH= 72f076078db8222856487e1257170ccd
RANDOM SEED=2110093914

node148.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.13
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.13
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.13
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.13
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:        28575132 kB
MemAvailable:   31871400 kB
Buffers:          164024 kB
Cached:          3470488 kB
SwapCached:         3492 kB
Active:          2242628 kB
Inactive:        1400020 kB
Active(anon):      21516 kB
Inactive(anon):    67036 kB
Active(file):    2221112 kB
Inactive(file):  1332984 kB
Unevictable:      110976 kB
Mlocked:          110976 kB
SwapTotal:      67108860 kB
SwapFree:       67002732 kB
Dirty:              2748 kB
Writeback:             0 kB
AnonPages:        117060 kB
Mapped:            28552 kB
Shmem:             71796 kB
Slab:             145048 kB
SReclaimable:     116012 kB
SUnreclaim:        29036 kB
KernelStack:        3520 kB
PageTables:         5120 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     571220 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 62024 MiB
End job on node148 at 2019-09-30 01:38:42