Trace number 4294528

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 1.12? (TO) 2519.81 2520.01

General information on the benchmark

NameMisteryShopper/
MisteryShopper-06d_c18.xml
MD5SUM71f002b78114a95e8a0fa642f39b0e56
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 benchmark8.06246
Satisfiable
(Un)Satisfiability was proved
Number of variables1176
Number of constraints701
Number of domains3
Minimum domain size7
Maximum domain size42
Distribution of domain sizes[{"size":7,"count":294},{"size":8,"count":294},{"size":42,"count":588}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":588},{"degree":3,"count":294},{"degree":4,"count":259},{"degree":5,"count":35}]
Minimum constraint arity2
Maximum constraint arity294
Distribution of constraint arities[{"arity":2,"count":588},{"arity":5,"count":7},{"arity":7,"count":84},{"arity":42,"count":14},{"arity":84,"count":7},{"arity":294,"count":1}]
Number of extensional constraints588
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":588},{"type":"allDifferent","count":98},{"type":"ordered","count":7},{"type":"lex","count":1},{"type":"channel","count":7}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.01	c Create channel(X,Y) constraint using 42 element constraint 
0.00/0.01	c Create channel(X,Y) constraint using 42 element constraint 
0.00/0.01	c Create channel(X,Y) constraint using 42 element constraint 
0.00/0.01	c Create channel(X,Y) constraint using 42 element constraint 
0.00/0.01	c Create channel(X,Y) constraint using 42 element constraint 
0.00/0.01	c Create channel(X,Y) constraint using 42 element constraint 
0.00/0.01	c Create channel(X,Y) constraint using 42 element constraint 
0.00/0.01	c
0.00/0.01	c This is cosoco 1.12 --  
0.00/0.01	c
0.00/0.01	c command line: HOME/cosoco -lc -model -restarts HOME/instance-4294528-1532473042.xml 
0.00/0.01	0
0.00/0.01	0
0.00/0.01	0
0.00/0.01	0
0.00/0.01	0
0.00/0.01	0
0.00/0.01	0
0.00/0.01	0
0.00/0.01	0
0.00/0.01	0
0.00/0.01	0
0.00/0.01	0
0.00/0.01	0
0.00/0.01	0
0.00/0.01	0
0.00/0.01	0
0.00/0.01	0
0.00/0.01	0
0.00/0.01	0
0.00/0.01	0
0.00/0.01	0
0.00/0.01	0
0.00/0.01	0
0.00/0.01	0
0.00/0.01	0
0.00/0.01	0
0.00/0.01	0
0.00/0.01	0
0.00/0.10	c root propagations     : 1040        
0.00/0.10	c restarts enabled, print stats at every restarts
0.00/0.10	c
0.00/0.10	c
0.00/0.10	c ========================================[ Problem Statistics ]===========================================
0.00/0.10	c |                                                                                                       
0.00/0.10	c |  Parse time        :         0.09 s 
0.00/0.10	c |
0.00/0.10	c |               Variables: 1176
0.00/0.10	c |            Domain Sizes: 7..42
0.00/0.10	c |
0.00/0.10	c |             Constraints: 1055
0.00/0.10	c |                   Arity: 2..84  -- Binary: 616
0.00/0.10	c | 
0.00/0.10	c |                   Types: 
0.00/0.10	c |                          (X - Y < k): 28
0.00/0.10	c |                          All Different: 98
0.00/0.10	c |                          Element Constant: 294
0.00/0.10	c |                          Extension: 588  (nb tuples: 42..42) -- (shared: 0)
0.00/0.10	c |                          Lex: 47
0.00/0.10	c |                          
0.00/0.10	c =========================================================================================================
0.00/0.10	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth
0.10/0.13	c 101            410            47313          42503          201            0              18   303   280 
0.10/0.16	c 211            889            89684          76995          238            0              1   368   74   
0.10/0.19	c 332            1415           144464         105866         238            0              6   378   194  
0.10/0.21	c 465            1771           170274         118954         238            0              7   207   129  
0.20/0.23	c 611            2003           208591         151370         240            0              1   43   35    
0.20/0.25	c 771            2317           239441         176074         240            0              1   119   58   
0.20/0.27	c 947            2575           258004         185136         242            0              1   81   58    
0.30/0.32	c 1140           3197           340412         244571         244            0              1   103   68   
0.30/0.35	c 1352           3732           396160         285273         244            0              19   137   112 
0.30/0.41	c 1585           4484           502527         335380         244            0              13   108   102 
0.40/0.44	c 1841           4992           556876         371424         245            0              1   161   140  
0.50/0.58	c 2122           5991           747754         587645         245            0              1   216   164  
0.60/0.63	c 2431           6587           832627         650393         247            0              1   145   120  
0.69/0.75	c 2770           7423           985988         878445         247            0              1   177   134  
0.69/0.77	c 3142           7937           1028903        899016         247            0              17   127   115 
0.79/0.80	c 3551           8498           1074088        976693         249            0              1   113   102  
0.79/0.85	c 4000           9661           1164429        1025688        249            0              16   166   142 
0.89/0.91	c 4493           10732          1284862        1140056        249            0              25   129   116 
0.89/0.99	c 5035           12055          1413278        1299483        249            0              34   147   135 
1.00/1.10	c 5631           13845          1602623        1376745        249            0              11   43   40   
1.29/1.39	c 6286           15845          2026603        1834938        250            0              1   210   195  
1.39/1.46	c 7006           17464          2153162        1902272        252            0              1   201   179  
1.49/1.57	c 7798           19672          2322657        1995451        252            0              13   233   222 
1.59/1.62	c 8669           20893          2401563        2065183        252            0              1   159   151  
1.59/1.67	c 9627           22044          2500261        2099595        252            0              8   120   115  
1.69/1.76	c 10680          24006          2677043        2267866        254            0              1   115   104  
1.79/1.83	c 11838          25723          2800730        2417137        255            0              1   110   98   
1.89/1.98	c 13111          29212          3089316        2559989        255            0              18   136   126 
2.10/2.14	c 14511          33917          3382686        2673394        255            0              28   174   140 
2.29/2.34	c 16051          40039          3710605        2872757        255            0              1   177   150  
2.39/2.49	c 17745          44636          4022782        2995162        255            0              28   155   148 
2.89/2.91	c 19608          49198          4533310        3969527        255            0              34   214   181 
2.99/3.05	c 21657          52850          4771191        4081599        255            0              71   189   163 
3.19/3.20	c 23910          57509          5002233        4222334        255            0              91   125   116 
3.49/3.52	c 26388          67189          5645854        4539289        255            0              9   126   122  
3.89/3.96	c 29113          78893          6557247        4859004        255            0              11   164   152 
5.39/5.49	c 32110          95344          8736246        7543662        255            0              10   222   187 
5.88/5.92	c 35406          102020         9348236        8629423        255            0              14   191   174 
6.38/6.42	c 39031          110663         10193754       9080160        255            0              15   152   145 
6.78/6.83	c 43018          119446         10931697       9480726        256            0              1   136   127  
8.18/8.23	c 47403          128609         12497571       12681917       256            0              13   180   173 
9.18/9.22	c 52226          144356         14101642       14835172       256            0              15   178   172 
10.18/10.20	c 57531          158955         16089367       15730114       257            0              1   176   168  
11.88/11.99	c 63366          175264         18178216       19788000       257            0              1   175   166  
13.18/13.22	c 69784          225548         20382451       20354586       257            0              56   189   175 
14.10/14.17	c 76843          252872         22109133       20802622       257            0              35   269   221 
15.39/15.44	c 84607          274729         24608650       21792409       257            0              38   443   405 
17.10/17.19	c 93147          299312         28073200       23837219       257            0              41   537   506 
17.89/17.98	c 102541         316923         29489235       24492228       257            0              48   266   233 
19.10/19.14	c 112874         336474         31828830       25700678       257            0              52   516   368 
19.89/19.92	c 124240         353964         33141367       26063790       259            0              1   270   267  
20.39/20.45	c 136742         372128         33921963       26427200       259            0              58   130   107 
23.29/23.30	c 150494         412895         38734612       30281588       259            0              58   156   146 
24.39/24.44	c 165621         441464         40398254       31471439       259            0              58   152   134 
27.38/27.42	c 182260         484384         45391165       36370984       259            0              54   131   121 
27.68/27.78	c 200562         503916         45844413       36593601       260            0              1   92   82    
29.88/29.95	c 220694         554085         49243417       38644481       260            0              9   102   95   
33.38/33.41	c 242839         622855         55126796       41538160       260            0              17   107   102 
35.88/35.99	c 267198         662788         58926234       44101471       261            0              1   136   133  
40.48/40.57	c 293992         815580         66346121       46967586       310            0              1   145   130  
42.68/42.76	c 323465         870087         70442350       48344371       310            0              14   146   110 
45.18/45.25	c 355885         946862         74811816       50913316       310            0              12   137   126 
47.68/47.71	c 391547         1026197        79631235       53233766       310            0              14   119   106 
50.78/50.88	c 430775         1118998        85243795       56525358       310            0              12   109   100 
54.38/54.44	c 473925         1186656        92238186       62517904       310            0              14   92   80   
59.28/59.34	c 521390         1331972        101533862      67862520       310            0              12   112   104 
65.68/65.70	c 573601         1591916        112664580      71431831       310            0              22   155   134 
81.18/81.20	c 631033         2053291        138234578      78536104       310            0              2   141   136  
89.18/89.21	c 694208         2234689        155760846      85838720       310            0              3   496   481  
100.48/100.56	c 763700         2409149        179267049      101905889      311            0              1   364   346  
103.28/103.37	c 840141         2493600        181613546      107558334      311            0              1   210   197  
112.09/112.19	c 924226         2683763        197134560      114512575      312            0              1   146   76   
117.99/118.06	c 1016719        2889601        207568145      118466805      312            0              9   146   135  
125.28/125.39	c 1118461        3081912        221060878      127010468      312            0              8   134   102  
137.27/137.31	c 1230377        3444179        244064716      137490733      312            0              9   127   123  
148.98/149.01	c 1353484        3811825        268933093      150782887      312            0              2   241   140  
160.17/160.23	c 1488901        4161118        292861399      161604238      312            0              1   255   155  
195.57/195.67	c 1637859        4553498        352433052      211677032      312            0              25   433   296 
217.08/217.14	c 1801712        5056912        394648130      253877478      312            0              1   265   249  
248.77/248.81	c 1981950        5898473        450694903      272406160      313            0              1   144   108  
278.56/278.61	c 2180211        6311639        501580551      305859508      314            0              1   399   323  
311.07/311.11	c 2398298        6916891        559891000      333067838      314            0              11   253   241 
319.86/320.00	c 2638193        7169490        575794234      337774924      314            0              19   181   180 
357.76/357.82	c 2902077        7808284        633363861      392045240      314            0              16   452   418 
380.56/380.63	c 3192349        8395880        672628271      410880459      314            0              11   354   334 
426.55/426.61	c 3511648        9397353        761087367      446093206      314            0              11   196   182 
473.06/473.18	c 3862876        10361609       847005460      499547529      314            0              12   590   377 
493.85/493.90	c 4249226        10892298       891010215      515521170      315            0              1   153   140  
540.34/540.41	c 4674211        12149772       983060480      561975627      317            0              1   145   136  
591.54/591.69	c 5141694        13386479       1089677737     627542070      317            0              16   168   157 
699.13/699.26	c 5655925        14661105       1266565254     713297562      317            0              5   171   79   
758.83/758.95	c 6221579        16280200       1386642143     791894837      317            0              10   189   170 
817.72/817.80	c 6843798        17773950       1498079053     841336224      317            0              8   200   190  
917.02/917.12	c 7528238        19284997       1672470347     931578719      317            0              17   143   133 
991.02/991.12	c 8281122        21299413       1822978433     1015769478     317            0              9   146   126  
1172.19/1172.37	c 9109294        23535019       2148876961     1201676542     317            0              12   133   123 
1268.09/1268.29	c 10020283       25773914       2359799650     1302650138     318            0              1   130   119  
1500.88/1501.03	c 11022370       27778191       2762511227     1635954770     318            0              13   410   399 
1615.06/1615.29	c 12124665       30867416       3018892442     1713834299     318            0              12   154   146 
1824.74/1824.91	c 13337189       36302814       3482990948     1900386993     318            0              14   819   563 
1917.24/1917.44	c 14670965       39545271       3685486641     1958653268     318            0              14   168   161 
2083.83/2084.02	c 16138118       43151835       4033787156     2148334577     319            0              1   128   118  
2324.21/2324.40	c 17751986       47195063       4467980191     2368586642     320            0              1   304   285  
2519.80/2520.00	
2519.80/2520.00	c *** INTERRUPTED ***
2519.80/2520.00	c restarts              : 103         
2519.80/2520.00	c conflicts             : 19459367     (7723 /sec)
2519.80/2520.00	c decisions             : 52286928     (20750 /sec)
2519.80/2520.00	c propagations          : 2535654420  (1006294 /sec)
2519.80/2520.00	c root propagations     : 1040        
2519.80/2520.00	c filter calls          : 4896322939     (1943144 /sec)
2519.80/2520.00	c useless filter calls  : 4115415802     (84 %)
2519.80/2520.00	c Memory used           : 37.20 MB
2519.80/2520.00	c CPU time              : 2519.79 s
2519.80/2520.00	
2519.80/2520.00	s UNKNOWN

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294528-1532473042/watcher-4294528-1532473042 -o /tmp/evaluation-result-4294528-1532473042/solver-4294528-1532473042 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532470521-22596 --watchdog 2580 HOME/cosoco -lc -model -restarts HOME/instance-4294528-1532473042.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=22893, runsolver pid=22890
Current StackSize limit: 8192 KiB


[startup+0.10009 s]*
/proc/loadavg: 2.16 2.12 1.98 4/187 22894
/proc/meminfo: memFree=16077212/32770624 swapFree=67108860/67108860
[pid=22893] ppid=22890 vsize=34856 memory=11328 CPUtime=0.1 cores=0,2,4,6
/proc/22893/stat : 22893 (cosoco) R 22890 22893 22565 0 -1 4202496 3012 0 0 0 10 0 0 0 20 0 1 0 64867489 35692544 2832 33554432000 4194304 6142532 140736302625376 140736302622008 140129120873445 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8243016 8247936 14716928 140736302630022 140736302630152 140736302630152 140736302632910 0
/proc/22893/statm: 8714 2832 854 476 0 2036 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 34856 KiB
Current children cumulated memory: 11328 KiB

[startup+0.20943 s]*
/proc/loadavg: 2.16 2.12 1.98 3/187 22894
/proc/meminfo: memFree=16074996/32770624 swapFree=67108860/67108860
[pid=22893] ppid=22890 vsize=36240 memory=12648 CPUtime=0.2 cores=0,2,4,6
/proc/22893/stat : 22893 (cosoco) R 22890 22893 22565 0 -1 4202496 3378 0 0 0 20 0 0 0 20 0 1 0 64867489 37109760 3162 33554432000 4194304 6142532 140736302625376 140736302622008 5331323 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8243016 8247936 14716928 140736302630022 140736302630152 140736302630152 140736302632910 0
/proc/22893/statm: 9060 3162 855 476 0 2382 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 36240 KiB
Current children cumulated memory: 12648 KiB

[startup+0.309055 s]*
/proc/loadavg: 2.16 2.12 1.98 3/187 22894
/proc/meminfo: memFree=16074996/32770624 swapFree=67108860/67108860
[pid=22893] ppid=22890 vsize=36240 memory=12648 CPUtime=0.3 cores=0,2,4,6
/proc/22893/stat : 22893 (cosoco) R 22890 22893 22565 0 -1 4202496 3378 0 0 0 30 0 0 0 20 0 1 0 64867489 37109760 3162 33554432000 4194304 6142532 140736302625376 140736302622008 5055541 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8243016 8247936 14716928 140736302630022 140736302630152 140736302630152 140736302632910 0
/proc/22893/statm: 9060 3162 855 476 0 2382 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 36240 KiB
Current children cumulated memory: 12648 KiB

[startup+0.700226 s]
/proc/loadavg: 2.16 2.12 1.98 3/187 22894
/proc/meminfo: memFree=16074996/32770624 swapFree=67108860/67108860
[pid=22893] ppid=22890 vsize=36240 memory=12648 CPUtime=0.69 cores=0,2,4,6
/proc/22893/stat : 22893 (cosoco) R 22890 22893 22565 0 -1 4202496 3378 0 0 0 69 0 0 0 20 0 1 0 64867489 37109760 3162 33554432000 4194304 6142532 140736302625376 140736302622008 5175278 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8243016 8247936 14716928 140736302630022 140736302630152 140736302630152 140736302632910 0
/proc/22893/statm: 9060 3162 855 476 0 2382 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 36240 KiB
Current children cumulated memory: 12648 KiB

[startup+1.50023 s]
/proc/loadavg: 2.16 2.12 1.98 3/187 22894
/proc/meminfo: memFree=16074416/32770624 swapFree=67108860/67108860
[pid=22893] ppid=22890 vsize=36240 memory=12648 CPUtime=1.49 cores=0,2,4,6
/proc/22893/stat : 22893 (cosoco) R 22890 22893 22565 0 -1 4202496 3378 0 0 0 149 0 0 0 20 0 1 0 64867489 37109760 3162 33554432000 4194304 6142532 140736302625376 140736302622776 5080045 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8243016 8247936 14716928 140736302630022 140736302630152 140736302630152 140736302632910 0
/proc/22893/statm: 9060 3162 855 476 0 2382 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 36240 KiB
Current children cumulated memory: 12648 KiB

[startup+3.10883 s]
/proc/loadavg: 2.16 2.12 1.98 3/187 22894
/proc/meminfo: memFree=16074512/32770624 swapFree=67108860/67108860
[pid=22893] ppid=22890 vsize=36240 memory=12888 CPUtime=3.1 cores=0,2,4,6
/proc/22893/stat : 22893 (cosoco) R 22890 22893 22565 0 -1 4202496 5275 0 0 0 310 0 0 0 20 0 1 0 64867489 37109760 3222 33554432000 4194304 6142532 140736302625376 140736302622776 5347477 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8243016 8247936 14716928 140736302630022 140736302630152 140736302630152 140736302632910 0
/proc/22893/statm: 9060 3222 855 476 0 2382 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 36240 KiB
Current children cumulated memory: 12888 KiB

[startup+6.30022 s]
/proc/loadavg: 2.23 2.13 1.99 3/187 22894
/proc/meminfo: memFree=16074300/32770624 swapFree=67108860/67108860
[pid=22893] ppid=22890 vsize=36240 memory=12888 CPUtime=6.28 cores=0,2,4,6
/proc/22893/stat : 22893 (cosoco) R 22890 22893 22565 0 -1 4202496 7171 0 0 0 628 0 0 0 20 0 1 0 64867489 37109760 3222 33554432000 4194304 6142532 140736302625376 140736302622776 5060834 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8243016 8247936 14716928 140736302630022 140736302630152 140736302630152 140736302632910 0
/proc/22893/statm: 9060 3222 855 476 0 2382 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 36240 KiB
Current children cumulated memory: 12888 KiB

[startup+12.7002 s]
/proc/loadavg: 2.21 2.13 1.99 3/187 22894
/proc/meminfo: memFree=16074424/32770624 swapFree=67108860/67108860
[pid=22893] ppid=22890 vsize=36240 memory=12888 CPUtime=12.68 cores=0,2,4,6
/proc/22893/stat : 22893 (cosoco) R 22890 22893 22565 0 -1 4202496 9064 0 0 0 1268 0 0 0 20 0 1 0 64867489 37109760 3222 33554432000 4194304 6142532 140736302625376 140736302622776 5062275 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8243016 8247936 14716928 140736302630022 140736302630152 140736302630152 140736302632910 0
/proc/22893/statm: 9060 3222 855 476 0 2382 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 36240 KiB
Current children cumulated memory: 12888 KiB

[startup+25.5002 s]
/proc/loadavg: 2.16 2.12 1.99 3/187 22894
/proc/meminfo: memFree=16072496/32770624 swapFree=67108860/67108860
[pid=22893] ppid=22890 vsize=37032 memory=13640 CPUtime=25.49 cores=0,2,4,6
/proc/22893/stat : 22893 (cosoco) R 22890 22893 22565 0 -1 4202496 12072 0 0 0 2548 1 0 0 20 0 1 0 64867489 37920768 3410 33554432000 4194304 6142532 140736302625376 140736302622776 5061926 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8243016 8247936 14716928 140736302630022 140736302630152 140736302630152 140736302632910 0
/proc/22893/statm: 9258 3410 855 476 0 2580 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 37032 KiB
Current children cumulated memory: 13640 KiB

[startup+51.1089 s]
/proc/loadavg: 2.11 2.11 1.99 3/187 22895
/proc/meminfo: memFree=16074300/32770624 swapFree=67108860/67108860
[pid=22893] ppid=22890 vsize=37032 memory=13640 CPUtime=51.09 cores=0,2,4,6
/proc/22893/stat : 22893 (cosoco) R 22890 22893 22565 0 -1 4202496 12968 0 0 0 5108 1 0 0 20 0 1 0 64867489 37920768 3410 33554432000 4194304 6142532 140736302625376 140736302622776 5054733 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8243016 8247936 14716928 140736302630022 140736302630152 140736302630152 140736302632910 0
/proc/22893/statm: 9258 3410 855 476 0 2580 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 37032 KiB
Current children cumulated memory: 13640 KiB

[startup+102.3 s]
/proc/loadavg: 2.16 2.13 2.00 3/187 22896
/proc/meminfo: memFree=16074832/32770624 swapFree=67108860/67108860
[pid=22893] ppid=22890 vsize=37032 memory=13640 CPUtime=102.28 cores=0,2,4,6
/proc/22893/stat : 22893 (cosoco) R 22890 22893 22565 0 -1 4202496 13899 0 0 0 10227 1 0 0 20 0 1 0 64867489 37920768 3410 33554432000 4194304 6142532 140736302625376 140736302622776 5055064 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8243016 8247936 14716928 140736302630022 140736302630152 140736302630152 140736302632910 0
/proc/22893/statm: 9258 3410 855 476 0 2580 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 37032 KiB
Current children cumulated memory: 13640 KiB

[startup+162.3 s]
/proc/loadavg: 2.06 2.10 2.00 3/188 22905
/proc/meminfo: memFree=16074028/32770624 swapFree=67108860/67108860
[pid=22893] ppid=22890 vsize=37032 memory=13684 CPUtime=162.27 cores=0,2,4,6
/proc/22893/stat : 22893 (cosoco) R 22890 22893 22565 0 -1 4202496 14815 0 0 0 16226 1 0 0 20 0 1 0 64867489 37920768 3421 33554432000 4194304 6142532 140736302625376 140736302622776 5060749 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8243016 8247936 14716928 140736302630022 140736302630152 140736302630152 140736302632910 0
/proc/22893/statm: 9258 3421 855 476 0 2580 0
Current children cumulated CPU time: 162.27 s
Current children cumulated vsize: 37032 KiB
Current children cumulated memory: 13684 KiB

[startup+222.3 s]
/proc/loadavg: 2.02 2.09 2.00 3/189 22932
/proc/meminfo: memFree=16073048/32770624 swapFree=67108860/67108860
[pid=22893] ppid=22890 vsize=37164 memory=13708 CPUtime=222.27 cores=0,2,4,6
/proc/22893/stat : 22893 (cosoco) R 22890 22893 22565 0 -1 4202496 15748 0 0 0 22226 1 0 0 20 0 1 0 64867489 38055936 3427 33554432000 4194304 6142532 140736302625376 140736302622776 4990600 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8243016 8247936 14716928 140736302630022 140736302630152 140736302630152 140736302632910 0
/proc/22893/statm: 9291 3427 855 476 0 2613 0
Current children cumulated CPU time: 222.27 s
Current children cumulated vsize: 37164 KiB
Current children cumulated memory: 13708 KiB

[startup+282.3 s]
/proc/loadavg: 2.01 2.07 2.00 3/189 22993
/proc/meminfo: memFree=16075664/32770624 swapFree=67108860/67108860
[pid=22893] ppid=22890 vsize=37164 memory=13708 CPUtime=282.26 cores=0,2,4,6
/proc/22893/stat : 22893 (cosoco) R 22890 22893 22565 0 -1 4202496 16683 0 0 0 28225 1 0 0 20 0 1 0 64867489 38055936 3427 33554432000 4194304 6142532 140736302625376 140736302622776 5058672 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8243016 8247936 14716928 140736302630022 140736302630152 140736302630152 140736302632910 0
/proc/22893/statm: 9291 3427 855 476 0 2613 0
Current children cumulated CPU time: 282.26 s
Current children cumulated vsize: 37164 KiB
Current children cumulated memory: 13708 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.06 2.00 3/189 22994
/proc/meminfo: memFree=16076348/32770624 swapFree=67108860/67108860
[pid=22893] ppid=22890 vsize=37164 memory=13720 CPUtime=342.26 cores=0,2,4,6
/proc/22893/stat : 22893 (cosoco) R 22890 22893 22565 0 -1 4202496 17622 0 0 0 34225 1 0 0 20 0 1 0 64867489 38055936 3430 33554432000 4194304 6142532 140736302625376 140736302622776 5327044 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8243016 8247936 14716928 140736302630022 140736302630152 140736302630152 140736302632910 0
/proc/22893/statm: 9291 3430 855 476 0 2613 0
Current children cumulated CPU time: 342.26 s
Current children cumulated vsize: 37164 KiB
Current children cumulated memory: 13720 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.05 2.00 3/189 22995
/proc/meminfo: memFree=16076720/32770624 swapFree=67108860/67108860
[pid=22893] ppid=22890 vsize=37164 memory=13740 CPUtime=402.25 cores=0,2,4,6
/proc/22893/stat : 22893 (cosoco) R 22890 22893 22565 0 -1 4202496 18561 0 0 0 40224 1 0 0 20 0 1 0 64867489 38055936 3435 33554432000 4194304 6142532 140736302625376 140736302622776 5057941 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8243016 8247936 14716928 140736302630022 140736302630152 140736302630152 140736302632910 0
/proc/22893/statm: 9291 3435 855 476 0 2613 0
Current children cumulated CPU time: 402.25 s
Current children cumulated vsize: 37164 KiB
Current children cumulated memory: 13740 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/188 22996
/proc/meminfo: memFree=16076936/32770624 swapFree=67108860/67108860
[pid=22893] ppid=22890 vsize=37164 memory=13740 CPUtime=462.25 cores=0,2,4,6
/proc/22893/stat : 22893 (cosoco) R 22890 22893 22565 0 -1 4202496 19491 0 0 0 46224 1 0 0 20 0 1 0 64867489 38055936 3435 33554432000 4194304 6142532 140736302625376 140736302622776 4995266 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8243016 8247936 14716928 140736302630022 140736302630152 140736302630152 140736302632910 0
/proc/22893/statm: 9291 3435 855 476 0 2613 0
Current children cumulated CPU time: 462.25 s
Current children cumulated vsize: 37164 KiB
Current children cumulated memory: 13740 KiB


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

/proc/22893/statm: 9390 3556 855 476 0 2712 0
Current children cumulated CPU time: 1722.15 s
Current children cumulated vsize: 37560 KiB
Current children cumulated memory: 14224 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/187 23036
/proc/meminfo: memFree=16075548/32770624 swapFree=67108860/67108860
[pid=22893] ppid=22890 vsize=37956 memory=14608 CPUtime=1782.15 cores=0,2,4,6
/proc/22893/stat : 22893 (cosoco) R 22890 22893 22565 0 -1 4202496 29989 0 0 0 178214 1 0 0 20 0 1 0 64867489 38866944 3652 33554432000 4194304 6142532 140736302625376 140736302622408 5061893 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8243016 8247936 14716928 140736302630022 140736302630152 140736302630152 140736302632910 0
/proc/22893/statm: 9489 3652 855 476 0 2811 0
Current children cumulated CPU time: 1782.15 s
Current children cumulated vsize: 37956 KiB
Current children cumulated memory: 14608 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/187 23038
/proc/meminfo: memFree=16075680/32770624 swapFree=67108860/67108860
[pid=22893] ppid=22890 vsize=38088 memory=14644 CPUtime=1842.14 cores=0,2,4,6
/proc/22893/stat : 22893 (cosoco) R 22890 22893 22565 0 -1 4202496 30655 0 0 0 184213 1 0 0 20 0 1 0 64867489 39002112 3661 33554432000 4194304 6142532 140736302625376 140736302622776 5058259 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8243016 8247936 14716928 140736302630022 140736302630152 140736302630152 140736302632910 0
/proc/22893/statm: 9522 3661 855 476 0 2844 0
Current children cumulated CPU time: 1842.14 s
Current children cumulated vsize: 38088 KiB
Current children cumulated memory: 14644 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/187 23039
/proc/meminfo: memFree=16075432/32770624 swapFree=67108860/67108860
[pid=22893] ppid=22890 vsize=38088 memory=14644 CPUtime=1902.14 cores=0,2,4,6
/proc/22893/stat : 22893 (cosoco) R 22890 22893 22565 0 -1 4202496 30980 0 0 0 190213 1 0 0 20 0 1 0 64867489 39002112 3661 33554432000 4194304 6142532 140736302625376 140736302622776 5054405 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8243016 8247936 14716928 140736302630022 140736302630152 140736302630152 140736302632910 0
/proc/22893/statm: 9522 3661 855 476 0 2844 0
Current children cumulated CPU time: 1902.14 s
Current children cumulated vsize: 38088 KiB
Current children cumulated memory: 14644 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/189 23049
/proc/meminfo: memFree=16074976/32770624 swapFree=67108860/67108860
[pid=22893] ppid=22890 vsize=38088 memory=14644 CPUtime=1962.13 cores=0,2,4,6
/proc/22893/stat : 22893 (cosoco) R 22890 22893 22565 0 -1 4202496 31542 0 0 0 196212 1 0 0 20 0 1 0 64867489 39002112 3661 33554432000 4194304 6142532 140736302625376 140736302622776 5318987 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8243016 8247936 14716928 140736302630022 140736302630152 140736302630152 140736302632910 0
/proc/22893/statm: 9522 3661 855 476 0 2844 0
Current children cumulated CPU time: 1962.13 s
Current children cumulated vsize: 38088 KiB
Current children cumulated memory: 14644 KiB

[startup+2022.3 s]
/proc/loadavg: 2.03 2.03 2.05 3/189 23050
/proc/meminfo: memFree=16075756/32770624 swapFree=67108860/67108860
[pid=22893] ppid=22890 vsize=38088 memory=14644 CPUtime=2022.13 cores=0,2,4,6
/proc/22893/stat : 22893 (cosoco) R 22890 22893 22565 0 -1 4202496 31888 0 0 0 202212 1 0 0 20 0 1 0 64867489 39002112 3661 33554432000 4194304 6142532 140736302625376 140736302622776 5347477 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8243016 8247936 14716928 140736302630022 140736302630152 140736302630152 140736302632910 0
/proc/22893/statm: 9522 3661 855 476 0 2844 0
Current children cumulated CPU time: 2022.13 s
Current children cumulated vsize: 38088 KiB
Current children cumulated memory: 14644 KiB

[startup+2082.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/189 23051
/proc/meminfo: memFree=16075632/32770624 swapFree=67108860/67108860
[pid=22893] ppid=22890 vsize=38088 memory=14644 CPUtime=2082.12 cores=0,2,4,6
/proc/22893/stat : 22893 (cosoco) R 22890 22893 22565 0 -1 4202496 32234 0 0 0 208211 1 0 0 20 0 1 0 64867489 39002112 3661 33554432000 4194304 6142532 140736302625376 140736302622776 5330587 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8243016 8247936 14716928 140736302630022 140736302630152 140736302630152 140736302632910 0
/proc/22893/statm: 9522 3661 855 476 0 2844 0
Current children cumulated CPU time: 2082.12 s
Current children cumulated vsize: 38088 KiB
Current children cumulated memory: 14644 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 23052
/proc/meminfo: memFree=16075548/32770624 swapFree=67108860/67108860
[pid=22893] ppid=22890 vsize=38088 memory=14644 CPUtime=2142.12 cores=0,2,4,6
/proc/22893/stat : 22893 (cosoco) R 22890 22893 22565 0 -1 4202496 32930 0 0 0 214211 1 0 0 20 0 1 0 64867489 39002112 3661 33554432000 4194304 6142532 140736302625376 140736302622776 5336753 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8243016 8247936 14716928 140736302630022 140736302630152 140736302630152 140736302632910 0
/proc/22893/statm: 9522 3661 855 476 0 2844 0
Current children cumulated CPU time: 2142.12 s
Current children cumulated vsize: 38088 KiB
Current children cumulated memory: 14644 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 23053
/proc/meminfo: memFree=16075548/32770624 swapFree=67108860/67108860
[pid=22893] ppid=22890 vsize=38088 memory=14644 CPUtime=2202.11 cores=0,2,4,6
/proc/22893/stat : 22893 (cosoco) R 22890 22893 22565 0 -1 4202496 33346 0 0 0 220210 1 0 0 20 0 1 0 64867489 39002112 3661 33554432000 4194304 6142532 140736302625376 140736302622776 5080063 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8243016 8247936 14716928 140736302630022 140736302630152 140736302630152 140736302632910 0
/proc/22893/statm: 9522 3661 855 476 0 2844 0
Current children cumulated CPU time: 2202.11 s
Current children cumulated vsize: 38088 KiB
Current children cumulated memory: 14644 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 23054
/proc/meminfo: memFree=16075572/32770624 swapFree=67108860/67108860
[pid=22893] ppid=22890 vsize=38088 memory=14644 CPUtime=2262.11 cores=0,2,4,6
/proc/22893/stat : 22893 (cosoco) R 22890 22893 22565 0 -1 4202496 33760 0 0 0 226210 1 0 0 20 0 1 0 64867489 39002112 3661 33554432000 4194304 6142532 140736302625376 140736302622776 5060757 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8243016 8247936 14716928 140736302630022 140736302630152 140736302630152 140736302632910 0
/proc/22893/statm: 9522 3661 855 476 0 2844 0
Current children cumulated CPU time: 2262.11 s
Current children cumulated vsize: 38088 KiB
Current children cumulated memory: 14644 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 23055
/proc/meminfo: memFree=16075696/32770624 swapFree=67108860/67108860
[pid=22893] ppid=22890 vsize=38088 memory=14644 CPUtime=2322.11 cores=0,2,4,6
/proc/22893/stat : 22893 (cosoco) R 22890 22893 22565 0 -1 4202496 34174 0 0 0 232210 1 0 0 20 0 1 0 64867489 39002112 3661 33554432000 4194304 6142532 140736302625376 140736302622776 5175056 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8243016 8247936 14716928 140736302630022 140736302630152 140736302630152 140736302632910 0
/proc/22893/statm: 9522 3661 855 476 0 2844 0
Current children cumulated CPU time: 2322.11 s
Current children cumulated vsize: 38088 KiB
Current children cumulated memory: 14644 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 23056
/proc/meminfo: memFree=16075836/32770624 swapFree=67108860/67108860
[pid=22893] ppid=22890 vsize=38088 memory=14644 CPUtime=2382.1 cores=0,2,4,6
/proc/22893/stat : 22893 (cosoco) R 22890 22893 22565 0 -1 4202496 34755 0 0 0 238209 1 0 0 20 0 1 0 64867489 39002112 3661 33554432000 4194304 6142532 140736302625376 140736302622776 5326540 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8243016 8247936 14716928 140736302630022 140736302630152 140736302630152 140736302632910 0
/proc/22893/statm: 9522 3661 855 476 0 2844 0
Current children cumulated CPU time: 2382.1 s
Current children cumulated vsize: 38088 KiB
Current children cumulated memory: 14644 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 23057
/proc/meminfo: memFree=16075712/32770624 swapFree=67108860/67108860
[pid=22893] ppid=22890 vsize=38088 memory=14644 CPUtime=2442.1 cores=0,2,4,6
/proc/22893/stat : 22893 (cosoco) R 22890 22893 22565 0 -1 4202496 35127 0 0 0 244209 1 0 0 20 0 1 0 64867489 39002112 3661 33554432000 4194304 6142532 140736302625376 140736302622776 5060688 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8243016 8247936 14716928 140736302630022 140736302630152 140736302630152 140736302632910 0
/proc/22893/statm: 9522 3661 855 476 0 2844 0
Current children cumulated CPU time: 2442.1 s
Current children cumulated vsize: 38088 KiB
Current children cumulated memory: 14644 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 23058
/proc/meminfo: memFree=16075828/32770624 swapFree=67108860/67108860
[pid=22893] ppid=22890 vsize=38088 memory=14644 CPUtime=2502.09 cores=0,2,4,6
/proc/22893/stat : 22893 (cosoco) R 22890 22893 22565 0 -1 4202496 35498 0 0 0 250208 1 0 0 20 0 1 0 64867489 39002112 3661 33554432000 4194304 6142532 140736302625376 140736302622776 5058694 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8243016 8247936 14716928 140736302630022 140736302630152 140736302630152 140736302632910 0
/proc/22893/statm: 9522 3661 855 476 0 2844 0
Current children cumulated CPU time: 2502.09 s
Current children cumulated vsize: 38088 KiB
Current children cumulated memory: 14644 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 23059
/proc/meminfo: memFree=16075712/32770624 swapFree=67108860/67108860
[pid=22893] ppid=22890 vsize=38088 memory=14644 CPUtime=2519.8 cores=0,2,4,6
/proc/22893/stat : 22893 (cosoco) R 22890 22893 22565 0 -1 4202496 35829 0 0 0 251979 1 0 0 20 0 1 0 64867489 39002112 3661 33554432000 4194304 6142532 140736302625376 140736302622776 5062254 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8243016 8247936 14716928 140736302630022 140736302630152 140736302630152 140736302632910 0
/proc/22893/statm: 9522 3661 855 476 0 2844 0
Current children cumulated CPU time: 2519.8 s
Current children cumulated vsize: 38088 KiB
Current children cumulated memory: 14644 KiB

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

[startup+2520.01 s]
# the end of solver process 22893 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.79 s, system=0.017998 s

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

Child status: 1
Real time (s): 2520.01
CPU time (s): 2519.81
CPU user time (s): 2519.79
CPU system time (s): 0.017998
CPU usage (%): 99.9922
Max. virtual memory (cumulated for all children) (KiB): 38088
Max. memory (cumulated for all children) (KiB): 14644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.79
system time used= 0.017998
maximum resident set size= 14708
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35879
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= 19
involuntary context switches= 3164


# summary of solver processes directly reported to runsolver:
#   pid: 22893
#   total CPU time (s): 2519.81
#   total CPU user time (s): 2519.79
#   total CPU system time (s): 0.017998

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.43592 second user time and 16.2527 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-25 00:57:22
IDJOB=4294528
IDBENCH=141393
IDSOLVER=2752
FILE ID=node150/4294528-1532473042
RUNJOBID= node150-1532470521-22596
PBS_JOBID= 21021585
Free space on /tmp= 53104 MiB

SOLVER NAME= cosoco 1.12
BENCH NAME= XCSP18/MisteryShopper/MisteryShopper-06d_c18.xml
COMMAND LINE= DIR/cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294528-1532473042/watcher-4294528-1532473042 -o /tmp/evaluation-result-4294528-1532473042/solver-4294528-1532473042 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532470521-22596 --watchdog 2580  HOME/cosoco -lc -model -restarts HOME/instance-4294528-1532473042.xml

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

MD5SUM BENCH= 71f002b78114a95e8a0fa642f39b0e56
RANDOM SEED=1631599173

node150.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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
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.76
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.76
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.76
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:        16085304 kB
MemAvailable:   31933628 kB
Buffers:          235500 kB
Cached:         15697632 kB
SwapCached:            0 kB
Active:          1578676 kB
Inactive:       14413484 kB
Active(anon):      17532 kB
Inactive(anon):    61412 kB
Active(file):    1561144 kB
Inactive(file): 14352072 kB
Unevictable:        7756 kB
Mlocked:            7756 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2972 kB
Writeback:             0 kB
AnonPages:         66712 kB
Mapped:            40800 kB
Shmem:             17032 kB
Slab:             390556 kB
SReclaimable:     363568 kB
SUnreclaim:        26988 kB
KernelStack:        3344 kB
PageTables:         4772 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     350976 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 53100 MiB
End job on node150 at 2018-07-25 01:39:22