Trace number 4407952

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.0? (TO) 2520.05 2520.01

General information on the benchmark

NameCarSequencing/CarSequencing-m1-jcr/
CarSequencing-16-81.xml
MD5SUMe1683218a1e3c524b21c5eaa634d1705
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 benchmark27.9455
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of constraints737
Number of domains2
Minimum domain size2
Maximum domain size26
Distribution of domain sizes[{"size":2,"count":500},{"size":26,"count":100}]
Minimum variable degree2
Maximum variable degree52
Distribution of variable degrees[{"degree":2,"count":100},{"degree":3,"count":5},{"degree":4,"count":5},{"degree":5,"count":6},{"degree":6,"count":10},{"degree":7,"count":10},{"degree":8,"count":18},{"degree":9,"count":18},{"degree":10,"count":18},{"degree":11,"count":18},{"degree":12,"count":18},{"degree":13,"count":18},{"degree":14,"count":18},{"degree":15,"count":18},{"degree":16,"count":18},{"degree":17,"count":18},{"degree":18,"count":18},{"degree":19,"count":18},{"degree":20,"count":18},{"degree":21,"count":18},{"degree":22,"count":20},{"degree":23,"count":20},{"degree":24,"count":20},{"degree":25,"count":20},{"degree":26,"count":10},"...",{"degree":28,"count":8}, {"degree":29,"count":8}, {"degree":30,"count":9}, {"degree":31,"count":9}, {"degree":32,"count":22}, {"degree":33,"count":5}, {"degree":34,"count":6}, {"degree":35,"count":6}, {"degree":36,"count":7}, {"degree":37,"count":2}, {"degree":38,"count":2}, {"degree":39,"count":2}, {"degree":40,"count":2}, {"degree":41,"count":2}, {"degree":42,"count":2}, {"degree":43,"count":2}, {"degree":44,"count":2}, {"degree":45,"count":2}, {"degree":46,"count":2}, {"degree":47,"count":2}, {"degree":48,"count":2}, {"degree":49,"count":2}, {"degree":50,"count":2}, {"degree":51,"count":3}, {"degree":52,"count":3}]
Minimum constraint arity2
Maximum constraint arity100
Distribution of constraint arities[{"arity":2,"count":99},{"arity":3,"count":196},{"arity":4,"count":1},{"arity":5,"count":194},{"arity":6,"count":101},{"arity":7,"count":1},{"arity":8,"count":1},{"arity":10,"count":4},{"arity":12,"count":1},{"arity":13,"count":1},{"arity":14,"count":1},{"arity":15,"count":2},{"arity":16,"count":2},{"arity":18,"count":1},{"arity":19,"count":2},{"arity":20,"count":3},{"arity":22,"count":3},{"arity":24,"count":1},{"arity":25,"count":4},{"arity":26,"count":1},{"arity":28,"count":3},{"arity":30,"count":3},{"arity":31,"count":2},{"arity":32,"count":1},{"arity":34,"count":3},"...",{"arity":67,"count":2}, {"arity":68,"count":1}, {"arity":70,"count":5}, {"arity":72,"count":1}, {"arity":73,"count":2}, {"arity":74,"count":1}, {"arity":75,"count":2}, {"arity":76,"count":3}, {"arity":78,"count":1}, {"arity":79,"count":2}, {"arity":80,"count":3}, {"arity":82,"count":3}, {"arity":84,"count":1}, {"arity":85,"count":4}, {"arity":86,"count":1}, {"arity":88,"count":3}, {"arity":90,"count":3}, {"arity":91,"count":2}, {"arity":92,"count":1}, {"arity":94,"count":3}, {"arity":95,"count":2}, {"arity":96,"count":1}, {"arity":97,"count":2}, {"arity":98,"count":1}, {"arity":100,"count":6}]
Number of extensional constraints100
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":100},{"type":"sum","count":636},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c Create Cardinality(vars,values,occurs) constraint using 100 Exactly/AtMost.. constraint 
0.00/0.00	c
0.00/0.06	c root propagations     : 0           
0.00/0.06	c restarts enabled, print stats at every restarts
0.00/0.06	c
0.00/0.06	c
0.00/0.06	c
0.00/0.06	c This is cosoco 2.00 --  
0.00/0.06	c
0.00/0.06	c command line: cosoco -lc -model -restarts -stick HOME/instance-4407952-1569799932.xml 
0.00/0.06	c ========================================[ Problem Statistics ]===========================================
0.00/0.06	c |                                                                                                       
0.00/0.06	c |  Parse time        :         0.06 s 
0.00/0.06	c |
0.00/0.06	c |               Variables: 600
0.00/0.06	c |            Domain Sizes: 2..26
0.00/0.06	c |
0.00/0.06	c |             Constraints: 762
0.00/0.06	c |                   Arity: 2..100  -- Binary: 99  -- Ternary: 196
0.00/0.06	c | 
0.00/0.06	c |                   Types: 
0.00/0.06	c |                          Exactly K: 26
0.00/0.06	c |                          Extension: 100  (nb tuples: 26..26) -- (shared: 99)
0.00/0.06	c |                          Sum: 636
0.00/0.06	c |                          
0.00/0.06	c =========================================================================================================
0.00/0.06	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth
0.10/0.18	c 101            783            59146          17151          0              0              324   354   337
0.21/0.31	c 211            1840           112191         30838          0              0              67   132   101 
0.41/0.43	c 332            2685           159292         40882          0              0              65   147   121 
0.60/0.61	c 465            3492           234124         51356          0              0              111   170   160
0.79/0.81	c 611            4514           314192         62575          0              0              135   181   163
0.89/0.97	c 771            5391           387861         76711          0              0              146   225   193
1.10/1.12	c 947            6215           478858         96782          0              0              139   208   199
1.29/1.31	c 1140           6807           560966         125969         0              0              137   183   171
1.49/1.50	c 1352           8366           650007         142467         0              0              143   178   162
1.69/1.73	c 1585           9490           790531         171457         0              0              25   216   203 
1.89/1.94	c 1841           10835          875594         189023         0              0              66   195   135 
2.39/2.45	c 2122           13204          1076112        245845         0              0              31   198   162 
2.79/2.87	c 2431           15499          1256848        279889         0              0              142   177   161
3.19/3.29	c 2770           16904          1434248        315419         0              0              132   170   165
3.69/3.75	c 3142           19358          1626222        378410         0              0              111   171   149
4.00/4.07	c 3551           21606          1765739        398710         0              0              9   153   140  
4.29/4.39	c 4000           23812          1935302        429827         0              0              75   230   186 
4.89/4.96	c 4493           26061          2184448        461683         0              0              103   169   161
5.49/5.54	c 5035           28972          2466710        511552         0              0              65   181   140 
5.89/6.00	c 5631           32859          2698302        536832         0              0              116   152   138
6.39/6.43	c 6286           35769          2893259        579225         0              0              17   153   110 
7.59/7.61	c 7006           40489          3357379        644971         0              0              87   150   121 
8.00/8.10	c 7798           43368          3640457        684904         0              0              119   168   161
9.89/9.95	c 8669           54150          4410589        821643         0              0              74   150   113 
10.39/10.40	c 9627           57029          4661443        851129         0              0              80   163   154 
11.00/11.04	c 10680          60882          5011669        903397         0              0              26   146   139 
11.59/11.66	c 11838          64378          5341022        950352         0              0              55   156   143 
12.69/12.76	c 13111          69431          5931411        1062559        0              0              24   152   140 
13.89/14.00	c 14511          75804          6428497        1119758        0              0              78   109   92  
14.89/14.92	c 16051          80973          6981091        1246052        0              0              79   148   132 
15.69/15.70	c 17745          86838          7468407        1301919        0              0              91   138   132 
16.49/16.57	c 19608          93242          7995824        1368666        0              0              74   106   100 
18.19/18.26	c 21657          98039          8732350        1695340        0              0              32   151   136 
21.19/21.21	c 23910          106644         10310071       1966138        0              0              44   120   105 
23.19/23.21	c 26388          114000         11642462       2260083        0              0              90   120   112 
26.49/26.57	c 29113          123676         13524117       2616413        0              0              108   129   119
28.29/28.34	c 32110          132237         14568323       2828745        0              0              110   189   168
30.49/30.51	c 35406          147119         16123382       3169434        0              0              108   161   146
33.19/33.27	c 39031          158736         17793191       3497485        0              0              92   140   116 
36.39/36.46	c 43018          175775         19923138       3901421        0              0              90   138   122 
41.10/41.12	c 47403          189921         22786043       4449158        0              0              100   136   127
43.59/43.62	c 52226          205367         24496699       4747007        0              0              94   141   126 
45.49/45.52	c 57531          217499         25832220       5110133        0              0              64   153   137 
49.59/49.68	c 63366          240039         28243900       5450587        0              0              63   136   122 
52.29/52.39	c 69784          252136         29617831       5926109        0              0              54   125   111 
57.29/57.39	c 76843          278052         31872432       6682685        0              0              42   84   75   
62.00/62.10	c 84607          297734         33909407       7069244        0              0              17   118   99  
71.89/71.91	c 93147          326875         40196034       8243769        0              0              93   165   154 
75.19/75.27	c 102541         343724         42153883       8628315        0              0              43   130   127 
80.29/80.38	c 112874         362813         44750235       9283000        0              0              96   189   179 
87.39/87.45	c 124240         392708         48775799       10136912       0              0              92   220   210 
94.59/94.60	c 136742         426590         52832966       11227352       0              0              66   195   180 
102.29/102.39	c 150494         464634         56359395       11966873       0              0              55   160   151 
120.19/120.24	c 165621         575268         63360827       12871228       0              0              91   145   122 
140.49/140.55	c 182260         678156         71557020       14261132       0              0              59   155   127 
155.69/155.76	c 200562         740579         80438012       15846676       0              0              94   153   128 
169.10/169.11	c 220694         809414         88883773       17315323       0              0              99   186   178 
179.39/179.46	c 242839         880017         94772976       18452488       0              0              71   170   143 
201.49/201.57	c 267198         991451         104374339      20946597       0              0              53   157   138 
233.19/233.23	c 293992         1114400        118707013      30105438       0              0              51   135   105 
277.10/277.15	c 323465         1282920        136633057      36156557       0              0              79   133   116 
311.10/311.13	c 355885         1437248        152920136      42773028       0              0              89   186   158 
342.19/342.23	c 391547         1702067        168420590      46291907       0              0              71   169   155 
363.89/363.99	c 430775         1798825        181149624      48804080       0              0              76   206   192 
395.69/395.70	c 473925         1939745        195639586      51767936       0              0              103   185   158
444.39/444.46	c 521390         2198520        220281709      57863031       0              0              8   199   156  
476.69/476.71	c 573601         2357188        240881459      62470433       0              0              68   178   158 
509.50/509.53	c 631033         2560326        262742812      66660216       0              0              16   185   173 
550.70/550.70	c 694208         2739446        287361601      72756458       0              0              96   208   199 
595.40/595.40	c 763700         2923050        312254007      80117811       0              0              79   207   199 
657.20/657.25	c 840141         3184634        352406112      86284738       0              0              100   186   174
692.80/692.82	c 924226         3384238        374677713      92588946       0              0              133   203   189
729.60/729.63	c 1016719        3598964        394908041      97310437       0              0              36   160   155 
790.01/790.02	c 1118461        3997566        436764705      106071772      0              0              58   146   134 
844.11/844.18	c 1230377        4354033        467259708      108903113      0              0              24   126   106 
946.11/946.17	c 1353484        4807779        524689471      118051575      0              0              88   144   132 
1011.50/1011.57	c 1488901        5095989        557066651      125695708      0              0              46   94   75   
1122.60/1122.62	c 1637859        5588425        622605746      141301205      0              0              16   155   145 
1258.61/1258.69	c 1801712        6088186        695237407      158535292      0              0              170   197   185
1331.21/1331.22	c 1981950        6492636        739249993      171448289      0              0              28   160   141 
1477.21/1477.26	c 2180211        7163925        818645641      185948617      0              0              26   164   141 
1656.52/1656.50	c 2398298        7741790        909096761      211987307      0              0              20   190   180 
1781.03/1781.07	c 2638193        8463186        981514384      230410993      0              0              120   174   163
2194.73/2194.77	c 2902077        9334848        1161294254     271474715      0              0              51   139   130 
2520.04/2520.00	
2520.04/2520.00	c *** INTERRUPTED ***
2520.04/2520.00	c restarts              : 84          
2520.04/2520.00	c conflicts             : 3095402      (1228 /sec)
2520.04/2520.00	c decisions             : 9993763      (3966 /sec)
2520.04/2520.00	c propagations          : 302487054   (120033 /sec)
2520.04/2520.00	c root propagations     : 0           
2520.04/2520.00	c filter calls          : 1298735371     (515363 /sec)
2520.04/2520.00	c useless filter calls  : 1215334135     (93 %)
2520.04/2520.00	c Memory used           : 30.49 MB
2520.04/2520.00	c CPU time              : 2520.04 s
2520.04/2520.00	c real time             : 2520.01 s
2520.04/2520.00	
2520.04/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 (14558 MiB free)
  memory of node 1: 16384 MiB (14638 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4407952-1569799932/watcher-4407952-1569799932 -o /tmp/evaluation-result-4407952-1569799932/solver-4407952-1569799932 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node119-1569787352-30040 --watchdog 2580 cosoco -lc -model -restarts -stick HOME/instance-4407952-1569799932.xml 

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

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
Current StackSize limit: 8192 KiB

solver pid=32566, runsolver pid=32563

[startup+0.100158 s]*
/proc/loadavg: 1.93 2.00 2.04 3/199 32567
/proc/meminfo: memFree=29894128/32770624 swapFree=66954180/67108860
[pid=32566] ppid=32563 vsize=30956 memory=7548 CPUtime=0.1 cores=1,3,5,7
/proc/32566/stat : 32566 (cosoco) R 32563 32566 30008 0 -1 4202496 2079 0 0 0 10 0 0 0 20 0 1 0 555907940 31698944 1887 33554432000 4194304 6211132 140735256465536 140735256462072 5193786 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8312316 8317760 14372864 140735256474635 140735256474737 140735256474737 140735256477646 0
/proc/32566/statm: 7739 1887 894 493 0 1044 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 30956 KiB
Current children cumulated memory: 7548 KiB

[startup+0.209655 s]*
/proc/loadavg: 1.93 2.00 2.04 3/199 32567
/proc/meminfo: memFree=29893544/32770624 swapFree=66954180/67108860
[pid=32566] ppid=32563 vsize=30956 memory=7548 CPUtime=0.21 cores=1,3,5,7
/proc/32566/stat : 32566 (cosoco) R 32563 32566 30008 0 -1 4202496 2094 0 0 0 21 0 0 0 20 0 1 0 555907940 31698944 1887 33554432000 4194304 6211132 140735256465536 140735256462072 5250304 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8312316 8317760 14372864 140735256474635 140735256474737 140735256474737 140735256477646 0
/proc/32566/statm: 7739 1887 894 493 0 1044 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 30956 KiB
Current children cumulated memory: 7548 KiB

[startup+0.309574 s]*
/proc/loadavg: 1.93 2.00 2.04 3/199 32567
/proc/meminfo: memFree=29893420/32770624 swapFree=66954180/67108860
[pid=32566] ppid=32563 vsize=31088 memory=7548 CPUtime=0.31 cores=1,3,5,7
/proc/32566/stat : 32566 (cosoco) R 32563 32566 30008 0 -1 4202496 2097 0 0 0 31 0 0 0 20 0 1 0 555907940 31834112 1887 33554432000 4194304 6211132 140735256465536 140735256463128 140526821694560 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8312316 8317760 14372864 140735256474635 140735256474737 140735256474737 140735256477646 0
/proc/32566/statm: 7772 1887 894 493 0 1077 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 31088 KiB
Current children cumulated memory: 7548 KiB

[startup+0.700273 s]
/proc/loadavg: 1.93 2.00 2.04 3/199 32567
/proc/meminfo: memFree=29893436/32770624 swapFree=66954180/67108860
[pid=32566] ppid=32563 vsize=31088 memory=7548 CPUtime=0.69 cores=1,3,5,7
/proc/32566/stat : 32566 (cosoco) R 32563 32566 30008 0 -1 4202496 2115 0 0 0 69 0 0 0 20 0 1 0 555907940 31834112 1887 33554432000 4194304 6211132 140735256465536 140735256463128 5250330 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8312316 8317760 14372864 140735256474635 140735256474737 140735256474737 140735256477646 0
/proc/32566/statm: 7772 1887 894 493 0 1077 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 31088 KiB
Current children cumulated memory: 7548 KiB

[startup+1.50029 s]
/proc/loadavg: 1.93 2.00 2.04 3/199 32567
/proc/meminfo: memFree=29893504/32770624 swapFree=66954180/67108860
[pid=32566] ppid=32563 vsize=31220 memory=7812 CPUtime=1.49 cores=1,3,5,7
/proc/32566/stat : 32566 (cosoco) R 32563 32566 30008 0 -1 4202496 2146 0 0 0 149 0 0 0 20 0 1 0 555907940 31969280 1953 33554432000 4194304 6211132 140735256465536 140735256463496 5250482 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8312316 8317760 14372864 140735256474635 140735256474737 140735256474737 140735256477646 0
/proc/32566/statm: 7805 1953 895 493 0 1110 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 31220 KiB
Current children cumulated memory: 7812 KiB

[startup+3.10904 s]
/proc/loadavg: 1.93 2.00 2.04 3/199 32567
/proc/meminfo: memFree=29893504/32770624 swapFree=66954180/67108860
[pid=32566] ppid=32563 vsize=31220 memory=7944 CPUtime=3.1 cores=1,3,5,7
/proc/32566/stat : 32566 (cosoco) R 32563 32566 30008 0 -1 4202496 3135 0 0 0 310 0 0 0 20 0 1 0 555907940 31969280 1986 33554432000 4194304 6211132 140735256465536 140735256463496 5155532 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8312316 8317760 14372864 140735256474635 140735256474737 140735256474737 140735256477646 0
/proc/32566/statm: 7805 1986 895 493 0 1110 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 31220 KiB
Current children cumulated memory: 7944 KiB

[startup+6.30025 s]
/proc/loadavg: 1.93 2.00 2.04 3/199 32567
/proc/meminfo: memFree=29893472/32770624 swapFree=66954180/67108860
[pid=32566] ppid=32563 vsize=31220 memory=7948 CPUtime=6.29 cores=1,3,5,7
/proc/32566/stat : 32566 (cosoco) R 32563 32566 30008 0 -1 4202496 4130 0 0 0 629 0 0 0 20 0 1 0 555907940 31969280 1987 33554432000 4194304 6211132 140735256465536 140735256463496 5155377 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8312316 8317760 14372864 140735256474635 140735256474737 140735256474737 140735256477646 0
/proc/32566/statm: 7805 1987 895 493 0 1110 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 31220 KiB
Current children cumulated memory: 7948 KiB

[startup+12.7003 s]
/proc/loadavg: 1.94 2.00 2.04 3/199 32567
/proc/meminfo: memFree=29893596/32770624 swapFree=66954180/67108860
[pid=32566] ppid=32563 vsize=31220 memory=7956 CPUtime=12.69 cores=1,3,5,7
/proc/32566/stat : 32566 (cosoco) R 32563 32566 30008 0 -1 4202496 5123 0 0 0 1269 0 0 0 20 0 1 0 555907940 31969280 1989 33554432000 4194304 6211132 140735256465536 140735256463496 5156869 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8312316 8317760 14372864 140735256474635 140735256474737 140735256474737 140735256477646 0
/proc/32566/statm: 7805 1989 895 493 0 1110 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 31220 KiB
Current children cumulated memory: 7956 KiB

[startup+25.5003 s]
/proc/loadavg: 1.95 2.00 2.04 3/199 32569
/proc/meminfo: memFree=29893076/32770624 swapFree=66954180/67108860
[pid=32566] ppid=32563 vsize=31220 memory=7956 CPUtime=25.49 cores=1,3,5,7
/proc/32566/stat : 32566 (cosoco) R 32563 32566 30008 0 -1 4202496 7108 0 0 0 2549 0 0 0 20 0 1 0 555907940 31969280 1989 33554432000 4194304 6211132 140735256465536 140735256463496 5136319 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8312316 8317760 14372864 140735256474635 140735256474737 140735256474737 140735256477646 0
/proc/32566/statm: 7805 1989 895 493 0 1110 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 31220 KiB
Current children cumulated memory: 7956 KiB

[startup+51.1094 s]
/proc/loadavg: 1.97 2.00 2.04 3/199 32570
/proc/meminfo: memFree=29891600/32770624 swapFree=66954180/67108860
[pid=32566] ppid=32563 vsize=31220 memory=7960 CPUtime=51.1 cores=1,3,5,7
/proc/32566/stat : 32566 (cosoco) R 32563 32566 30008 0 -1 4202496 8107 0 0 0 5110 0 0 0 20 0 1 0 555907940 31969280 1990 33554432000 4194304 6211132 140735256465536 140735256463496 5155519 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8312316 8317760 14372864 140735256474635 140735256474737 140735256474737 140735256477646 0
/proc/32566/statm: 7805 1990 895 493 0 1110 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 31220 KiB
Current children cumulated memory: 7960 KiB

[startup+102.3 s]
/proc/loadavg: 1.93 1.98 2.03 3/199 32635
/proc/meminfo: memFree=30192104/32770624 swapFree=66954180/67108860
[pid=32566] ppid=32563 vsize=31220 memory=7960 CPUtime=102.29 cores=1,3,5,7
/proc/32566/stat : 32566 (cosoco) R 32563 32566 30008 0 -1 4202496 8618 0 0 0 10229 0 0 0 20 0 1 0 555907940 31969280 1990 33554432000 4194304 6211132 140735256465536 140735256463496 5155390 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8312316 8317760 14372864 140735256474635 140735256474737 140735256474737 140735256477646 0
/proc/32566/statm: 7805 1990 895 493 0 1110 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 31220 KiB
Current children cumulated memory: 7960 KiB

[startup+162.3 s]
/proc/loadavg: 1.98 1.99 2.03 3/199 32641
/proc/meminfo: memFree=30190796/32770624 swapFree=66954180/67108860
[pid=32566] ppid=32563 vsize=31220 memory=7968 CPUtime=162.29 cores=1,3,5,7
/proc/32566/stat : 32566 (cosoco) R 32563 32566 30008 0 -1 4202496 9127 0 0 0 16229 0 0 0 20 0 1 0 555907940 31969280 1992 33554432000 4194304 6211132 140735256465536 140735256463496 5136288 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8312316 8317760 14372864 140735256474635 140735256474737 140735256474737 140735256477646 0
/proc/32566/statm: 7805 1992 895 493 0 1110 0
Current children cumulated CPU time: 162.29 s
Current children cumulated vsize: 31220 KiB
Current children cumulated memory: 7968 KiB

[startup+222.3 s]
/proc/loadavg: 1.99 1.99 2.03 3/199 32645
/proc/meminfo: memFree=30189884/32770624 swapFree=66954180/67108860
[pid=32566] ppid=32563 vsize=31220 memory=7968 CPUtime=222.29 cores=1,3,5,7
/proc/32566/stat : 32566 (cosoco) R 32563 32566 30008 0 -1 4202496 9637 0 0 0 22229 0 0 0 20 0 1 0 555907940 31969280 1992 33554432000 4194304 6211132 140735256465536 140735256463496 5155377 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8312316 8317760 14372864 140735256474635 140735256474737 140735256474737 140735256477646 0
/proc/32566/statm: 7805 1992 895 493 0 1110 0
Current children cumulated CPU time: 222.29 s
Current children cumulated vsize: 31220 KiB
Current children cumulated memory: 7968 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/199 32649
/proc/meminfo: memFree=30190380/32770624 swapFree=66954180/67108860
[pid=32566] ppid=32563 vsize=31220 memory=7968 CPUtime=282.29 cores=1,3,5,7
/proc/32566/stat : 32566 (cosoco) R 32563 32566 30008 0 -1 4202496 10147 0 0 0 28229 0 0 0 20 0 1 0 555907940 31969280 1992 33554432000 4194304 6211132 140735256465536 140735256463496 5156288 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8312316 8317760 14372864 140735256474635 140735256474737 140735256474737 140735256477646 0
/proc/32566/statm: 7805 1992 895 493 0 1110 0
Current children cumulated CPU time: 282.29 s
Current children cumulated vsize: 31220 KiB
Current children cumulated memory: 7968 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/199 32655
/proc/meminfo: memFree=30190228/32770624 swapFree=66954180/67108860
[pid=32566] ppid=32563 vsize=31220 memory=7968 CPUtime=342.29 cores=1,3,5,7
/proc/32566/stat : 32566 (cosoco) R 32563 32566 30008 0 -1 4202496 10656 0 0 0 34229 0 0 0 20 0 1 0 555907940 31969280 1992 33554432000 4194304 6211132 140735256465536 140735256463496 5136333 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8312316 8317760 14372864 140735256474635 140735256474737 140735256474737 140735256477646 0
/proc/32566/statm: 7805 1992 895 493 0 1110 0
Current children cumulated CPU time: 342.29 s
Current children cumulated vsize: 31220 KiB
Current children cumulated memory: 7968 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/199 32659
/proc/meminfo: memFree=30190288/32770624 swapFree=66954180/67108860
[pid=32566] ppid=32563 vsize=31220 memory=7976 CPUtime=402.29 cores=1,3,5,7
/proc/32566/stat : 32566 (cosoco) R 32563 32566 30008 0 -1 4202496 11169 0 0 0 40229 0 0 0 20 0 1 0 555907940 31969280 1994 33554432000 4194304 6211132 140735256465536 140735256463496 5250482 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8312316 8317760 14372864 140735256474635 140735256474737 140735256474737 140735256477646 0
/proc/32566/statm: 7805 1994 895 493 0 1110 0
Current children cumulated CPU time: 402.29 s
Current children cumulated vsize: 31220 KiB
Current children cumulated memory: 7976 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/199 32663
/proc/meminfo: memFree=30190992/32770624 swapFree=66954180/67108860
[pid=32566] ppid=32563 vsize=31220 memory=7976 CPUtime=462.29 cores=1,3,5,7
/proc/32566/stat : 32566 (cosoco) R 32563 32566 30008 0 -1 4202496 11681 0 0 0 46229 0 0 0 20 0 1 0 555907940 31969280 1994 33554432000 4194304 6211132 140735256465536 140735256463496 5250292 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8312316 8317760 14372864 140735256474635 140735256474737 140735256474737 140735256477646 0
/proc/32566/statm: 7805 1994 895 493 0 1110 0
Current children cumulated CPU time: 462.29 s
Current children cumulated vsize: 31220 KiB
Current children cumulated memory: 7976 KiB


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

/proc/32566/statm: 7805 1995 895 493 0 1110 0
Current children cumulated CPU time: 1722.32 s
Current children cumulated vsize: 31220 KiB
Current children cumulated memory: 7980 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 352
/proc/meminfo: memFree=30189136/32770624 swapFree=66954180/67108860
[pid=32566] ppid=32563 vsize=31220 memory=7980 CPUtime=1782.32 cores=1,3,5,7
/proc/32566/stat : 32566 (cosoco) R 32563 32566 30008 0 -1 4202496 22077 0 0 0 178231 1 0 0 20 0 1 0 555907940 31969280 1995 33554432000 4194304 6211132 140735256465536 140735256463496 5155373 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8312316 8317760 14372864 140735256474635 140735256474737 140735256474737 140735256477646 0
/proc/32566/statm: 7805 1995 895 493 0 1110 0
Current children cumulated CPU time: 1782.32 s
Current children cumulated vsize: 31220 KiB
Current children cumulated memory: 7980 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 356
/proc/meminfo: memFree=30189476/32770624 swapFree=66954180/67108860
[pid=32566] ppid=32563 vsize=31220 memory=7980 CPUtime=1842.32 cores=1,3,5,7
/proc/32566/stat : 32566 (cosoco) R 32563 32566 30008 0 -1 4202496 22477 0 0 0 184231 1 0 0 20 0 1 0 555907940 31969280 1995 33554432000 4194304 6211132 140735256465536 140735256463496 5157484 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8312316 8317760 14372864 140735256474635 140735256474737 140735256474737 140735256477646 0
/proc/32566/statm: 7805 1995 895 493 0 1110 0
Current children cumulated CPU time: 1842.32 s
Current children cumulated vsize: 31220 KiB
Current children cumulated memory: 7980 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 360
/proc/meminfo: memFree=30189552/32770624 swapFree=66954180/67108860
[pid=32566] ppid=32563 vsize=31220 memory=7980 CPUtime=1902.32 cores=1,3,5,7
/proc/32566/stat : 32566 (cosoco) R 32563 32566 30008 0 -1 4202496 22872 0 0 0 190231 1 0 0 20 0 1 0 555907940 31969280 1995 33554432000 4194304 6211132 140735256465536 140735256463496 5155377 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8312316 8317760 14372864 140735256474635 140735256474737 140735256474737 140735256477646 0
/proc/32566/statm: 7805 1995 895 493 0 1110 0
Current children cumulated CPU time: 1902.32 s
Current children cumulated vsize: 31220 KiB
Current children cumulated memory: 7980 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 366
/proc/meminfo: memFree=30189020/32770624 swapFree=66954180/67108860
[pid=32566] ppid=32563 vsize=31220 memory=7980 CPUtime=1962.33 cores=1,3,5,7
/proc/32566/stat : 32566 (cosoco) R 32563 32566 30008 0 -1 4202496 23274 0 0 0 196232 1 0 0 20 0 1 0 555907940 31969280 1995 33554432000 4194304 6211132 140735256465536 140735256463496 5250304 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8312316 8317760 14372864 140735256474635 140735256474737 140735256474737 140735256477646 0
/proc/32566/statm: 7805 1995 895 493 0 1110 0
Current children cumulated CPU time: 1962.33 s
Current children cumulated vsize: 31220 KiB
Current children cumulated memory: 7980 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 370
/proc/meminfo: memFree=30188876/32770624 swapFree=66954180/67108860
[pid=32566] ppid=32563 vsize=31220 memory=7980 CPUtime=2022.33 cores=1,3,5,7
/proc/32566/stat : 32566 (cosoco) R 32563 32566 30008 0 -1 4202496 23664 0 0 0 202232 1 0 0 20 0 1 0 555907940 31969280 1995 33554432000 4194304 6211132 140735256465536 140735256463496 5156912 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8312316 8317760 14372864 140735256474635 140735256474737 140735256474737 140735256477646 0
/proc/32566/statm: 7805 1995 895 493 0 1110 0
Current children cumulated CPU time: 2022.33 s
Current children cumulated vsize: 31220 KiB
Current children cumulated memory: 7980 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 374
/proc/meminfo: memFree=30189172/32770624 swapFree=66954180/67108860
[pid=32566] ppid=32563 vsize=31220 memory=7980 CPUtime=2082.33 cores=1,3,5,7
/proc/32566/stat : 32566 (cosoco) R 32563 32566 30008 0 -1 4202496 24064 0 0 0 208232 1 0 0 20 0 1 0 555907940 31969280 1995 33554432000 4194304 6211132 140735256465536 140735256463496 5155390 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8312316 8317760 14372864 140735256474635 140735256474737 140735256474737 140735256477646 0
/proc/32566/statm: 7805 1995 895 493 0 1110 0
Current children cumulated CPU time: 2082.33 s
Current children cumulated vsize: 31220 KiB
Current children cumulated memory: 7980 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 380
/proc/meminfo: memFree=30188992/32770624 swapFree=66954180/67108860
[pid=32566] ppid=32563 vsize=31220 memory=7980 CPUtime=2142.33 cores=1,3,5,7
/proc/32566/stat : 32566 (cosoco) R 32563 32566 30008 0 -1 4202496 24451 0 0 0 214232 1 0 0 20 0 1 0 555907940 31969280 1995 33554432000 4194304 6211132 140735256465536 140735256463496 5156497 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8312316 8317760 14372864 140735256474635 140735256474737 140735256474737 140735256477646 0
/proc/32566/statm: 7805 1995 895 493 0 1110 0
Current children cumulated CPU time: 2142.33 s
Current children cumulated vsize: 31220 KiB
Current children cumulated memory: 7980 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 384
/proc/meminfo: memFree=30189304/32770624 swapFree=66954180/67108860
[pid=32566] ppid=32563 vsize=31220 memory=7980 CPUtime=2202.33 cores=1,3,5,7
/proc/32566/stat : 32566 (cosoco) R 32563 32566 30008 0 -1 4202496 24976 0 0 0 220232 1 0 0 20 0 1 0 555907940 31969280 1995 33554432000 4194304 6211132 140735256465536 140735256463496 5155703 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8312316 8317760 14372864 140735256474635 140735256474737 140735256474737 140735256477646 0
/proc/32566/statm: 7805 1995 895 493 0 1110 0
Current children cumulated CPU time: 2202.33 s
Current children cumulated vsize: 31220 KiB
Current children cumulated memory: 7980 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 388
/proc/meminfo: memFree=30189028/32770624 swapFree=66954180/67108860
[pid=32566] ppid=32563 vsize=31220 memory=7980 CPUtime=2262.33 cores=1,3,5,7
/proc/32566/stat : 32566 (cosoco) R 32563 32566 30008 0 -1 4202496 25392 0 0 0 226232 1 0 0 20 0 1 0 555907940 31969280 1995 33554432000 4194304 6211132 140735256465536 140735256463496 5155373 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8312316 8317760 14372864 140735256474635 140735256474737 140735256474737 140735256477646 0
/proc/32566/statm: 7805 1995 895 493 0 1110 0
Current children cumulated CPU time: 2262.33 s
Current children cumulated vsize: 31220 KiB
Current children cumulated memory: 7980 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/201 403
/proc/meminfo: memFree=30187944/32770624 swapFree=66954180/67108860
[pid=32566] ppid=32563 vsize=31220 memory=7980 CPUtime=2322.33 cores=1,3,5,7
/proc/32566/stat : 32566 (cosoco) R 32563 32566 30008 0 -1 4202496 25869 0 0 0 232232 1 0 0 20 0 1 0 555907940 31969280 1995 33554432000 4194304 6211132 140735256465536 140735256463496 5250321 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8312316 8317760 14372864 140735256474635 140735256474737 140735256474737 140735256477646 0
/proc/32566/statm: 7805 1995 895 493 0 1110 0
Current children cumulated CPU time: 2322.33 s
Current children cumulated vsize: 31220 KiB
Current children cumulated memory: 7980 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/201 408
/proc/meminfo: memFree=30188288/32770624 swapFree=66954180/67108860
[pid=32566] ppid=32563 vsize=31220 memory=7980 CPUtime=2382.33 cores=1,3,5,7
/proc/32566/stat : 32566 (cosoco) R 32563 32566 30008 0 -1 4202496 26343 0 0 0 238232 1 0 0 20 0 1 0 555907940 31969280 1995 33554432000 4194304 6211132 140735256465536 140735256463496 5390500 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8312316 8317760 14372864 140735256474635 140735256474737 140735256474737 140735256477646 0
/proc/32566/statm: 7805 1995 895 493 0 1110 0
Current children cumulated CPU time: 2382.33 s
Current children cumulated vsize: 31220 KiB
Current children cumulated memory: 7980 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/201 412
/proc/meminfo: memFree=30188668/32770624 swapFree=66954180/67108860
[pid=32566] ppid=32563 vsize=31220 memory=7980 CPUtime=2442.33 cores=1,3,5,7
/proc/32566/stat : 32566 (cosoco) R 32563 32566 30008 0 -1 4202496 26797 0 0 0 244232 1 0 0 20 0 1 0 555907940 31969280 1995 33554432000 4194304 6211132 140735256465536 140735256463496 5250273 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8312316 8317760 14372864 140735256474635 140735256474737 140735256474737 140735256477646 0
/proc/32566/statm: 7805 1995 895 493 0 1110 0
Current children cumulated CPU time: 2442.33 s
Current children cumulated vsize: 31220 KiB
Current children cumulated memory: 7980 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/201 419
/proc/meminfo: memFree=30188124/32770624 swapFree=66954180/67108860
[pid=32566] ppid=32563 vsize=31220 memory=7980 CPUtime=2502.33 cores=1,3,5,7
/proc/32566/stat : 32566 (cosoco) R 32563 32566 30008 0 -1 4202496 27254 0 0 0 250232 1 0 0 20 0 1 0 555907940 31969280 1995 33554432000 4194304 6211132 140735256465536 140735256463496 5250482 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8312316 8317760 14372864 140735256474635 140735256474737 140735256474737 140735256477646 0
/proc/32566/statm: 7805 1995 895 493 0 1110 0
Current children cumulated CPU time: 2502.33 s
Current children cumulated vsize: 31220 KiB
Current children cumulated memory: 7980 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.01 2.05 3/201 420
/proc/meminfo: memFree=30188556/32770624 swapFree=66954180/67108860
[pid=32566] ppid=32563 vsize=31220 memory=7980 CPUtime=2520.04 cores=1,3,5,7
/proc/32566/stat : 32566 (cosoco) R 32563 32566 30008 0 -1 4202496 27695 0 0 0 252003 1 0 0 20 0 1 0 555907940 31969280 1995 33554432000 4194304 6211132 140735256465536 140735256463496 5250266 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8312316 8317760 14372864 140735256474635 140735256474737 140735256474737 140735256477646 0
/proc/32566/statm: 7805 1995 895 493 0 1110 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 31220 KiB
Current children cumulated memory: 7980 KiB

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

[startup+2520.01 s]
# the end of solver process 32566 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2520.04 s, system=0.013 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): 2520.05
CPU user time (s): 2520.04
CPU system time (s): 0.013
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 31220
Max. memory (cumulated for all children) (KiB): 7980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2520.04
system time used= 0.013
maximum resident set size= 8044
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27746
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= 7
involuntary context switches= 765


# summary of solver processes directly reported to runsolver:
#   pid: 32566
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2520.04
#   total CPU system time (s): 0.013

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.72485 second user time and 15.281 second system time

The end

Launcher Data

Begin job on node119 at 2019-09-30 01:31:31
IDJOB=4407952
IDBENCH=128090
IDSOLVER=2874
FILE ID=node119/4407952-1569799932
RUNJOBID= node119-1569787352-30040
PBS_JOBID= 21705833
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco 2.0
BENCH NAME= XCSP17/CarSequencing/CarSequencing-m1-jcr/CarSequencing-16-81.xml
COMMAND LINE= cosoco -lc -model -restarts -stick BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4407952-1569799932/watcher-4407952-1569799932 -o /tmp/evaluation-result-4407952-1569799932/solver-4407952-1569799932 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node119-1569787352-30040 --watchdog 2580  cosoco -lc -model -restarts -stick HOME/instance-4407952-1569799932.xml

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

MD5SUM BENCH= e1683218a1e3c524b21c5eaa634d1705
RANDOM SEED=876320917

node119.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.47
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.47
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.47
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.47
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:        29897848 kB
MemAvailable:   31515260 kB
Buffers:          212168 kB
Cached:          1743524 kB
SwapCached:        46700 kB
Active:          1386396 kB
Inactive:         933788 kB
Active(anon):     328628 kB
Inactive(anon):   117924 kB
Active(file):    1057768 kB
Inactive(file):   815864 kB
Unevictable:      107588 kB
Mlocked:          107588 kB
SwapTotal:      67108860 kB
SwapFree:       66954180 kB
Dirty:              2956 kB
Writeback:             0 kB
AnonPages:        435564 kB
Mapped:            28488 kB
Shmem:             73180 kB
Slab:             148764 kB
SReclaimable:     119228 kB
SUnreclaim:        29536 kB
KernelStack:        3760 kB
PageTables:         6068 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     882092 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    385024 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= 62024 MiB
End job on node119 at 2019-09-30 02:13:31