Trace number 4396692

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) 2519.9 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-4396692-1568583538.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.30/0.31	c 211            1840           112191         30838          0              0              67   132   101 
0.40/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.74	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.46	c 2122           13204          1076112        245845         0              0              31   198   162 
2.79/2.88	c 2431           15499          1256848        279889         0              0              142   177   161
3.29/3.31	c 2770           16904          1434248        315419         0              0              132   170   165
3.69/3.77	c 3142           19358          1626222        378410         0              0              111   171   149
3.99/4.08	c 3551           21606          1765739        398710         0              0              9   153   140  
4.39/4.40	c 4000           23812          1935302        429827         0              0              75   230   186 
4.89/4.99	c 4493           26061          2184448        461683         0              0              103   169   161
5.49/5.57	c 5035           28972          2466710        511552         0              0              65   181   140 
5.99/6.02	c 5631           32859          2698302        536832         0              0              116   152   138
6.39/6.46	c 6286           35769          2893259        579225         0              0              17   153   110 
7.59/7.64	c 7006           40489          3357379        644971         0              0              87   150   121 
8.10/8.13	c 7798           43368          3640457        684904         0              0              119   168   161
9.89/10.00	c 8669           54150          4410589        821643         0              0              74   150   113 
10.39/10.45	c 9627           57029          4661443        851129         0              0              80   163   154 
10.99/11.09	c 10680          60882          5011669        903397         0              0              26   146   139 
11.69/11.71	c 11838          64378          5341022        950352         0              0              55   156   143 
12.79/12.81	c 13111          69431          5931411        1062559        0              0              24   152   140 
13.99/14.06	c 14511          75804          6428497        1119758        0              0              78   109   92  
14.89/14.98	c 16051          80973          6981091        1246052        0              0              79   148   132 
15.69/15.75	c 17745          86838          7468407        1301919        0              0              91   138   132 
16.59/16.62	c 19608          93242          7995824        1368666        0              0              74   106   100 
18.29/18.33	c 21657          98039          8732350        1695340        0              0              32   151   136 
21.28/21.31	c 23910          106644         10310071       1966138        0              0              44   120   105 
23.28/23.30	c 26388          114000         11642462       2260083        0              0              90   120   112 
26.58/26.67	c 29113          123676         13524117       2616413        0              0              108   129   119
28.38/28.45	c 32110          132237         14568323       2828745        0              0              110   189   168
30.58/30.62	c 35406          147119         16123382       3169434        0              0              108   161   146
33.28/33.37	c 39031          158736         17793191       3497485        0              0              92   140   116 
36.48/36.56	c 43018          175775         19923138       3901421        0              0              90   138   122 
41.18/41.25	c 47403          189921         22786043       4449158        0              0              100   136   127
43.68/43.75	c 52226          205367         24496699       4747007        0              0              94   141   126 
45.58/45.66	c 57531          217499         25832220       5110133        0              0              64   153   137 
49.78/49.82	c 63366          240039         28243900       5450587        0              0              63   136   122 
52.48/52.54	c 69784          252136         29617831       5926109        0              0              54   125   111 
57.48/57.55	c 76843          278052         31872432       6682685        0              0              42   84   75   
62.18/62.29	c 84607          297734         33909407       7069244        0              0              17   118   99  
72.17/72.21	c 93147          326875         40196034       8243769        0              0              93   165   154 
75.57/75.61	c 102541         343724         42153883       8628315        0              0              43   130   127 
80.67/80.79	c 112874         362813         44750235       9283000        0              0              96   189   179 
87.87/87.95	c 124240         392708         48775799       10136912       0              0              92   220   210 
95.17/95.20	c 136742         426590         52832966       11227352       0              0              66   195   180 
102.98/103.08	c 150494         464634         56359395       11966873       0              0              55   160   151 
121.08/121.15	c 165621         575268         63360827       12871228       0              0              91   145   122 
141.57/141.69	c 182260         678156         71557020       14261132       0              0              59   155   127 
156.97/157.01	c 200562         740579         80438012       15846676       0              0              94   153   128 
170.47/170.52	c 220694         809414         88883773       17315323       0              0              99   186   178 
180.86/180.95	c 242839         880017         94772976       18452488       0              0              71   170   143 
203.26/203.32	c 267198         991451         104374339      20946597       0              0              53   157   138 
235.26/235.38	c 293992         1114400        118707013      30105438       0              0              51   135   105 
279.85/279.97	c 323465         1282920        136633057      36156557       0              0              79   133   116 
314.34/314.42	c 355885         1437248        152920136      42773028       0              0              89   186   158 
345.84/345.95	c 391547         1702067        168420590      46291907       0              0              71   169   155 
367.73/367.87	c 430775         1798825        181149624      48804080       0              0              76   206   192 
399.73/399.86	c 473925         1939745        195639586      51767936       0              0              103   185   158
449.03/449.18	c 521390         2198520        220281709      57863031       0              0              8   199   156  
481.52/481.66	c 573601         2357188        240881459      62470433       0              0              68   178   158 
514.62/514.79	c 631033         2560326        262742812      66660216       0              0              16   185   173 
556.12/556.20	c 694208         2739446        287361601      72756458       0              0              96   208   199 
601.03/601.14	c 763700         2923050        312254007      80117811       0              0              79   207   199 
663.62/663.76	c 840141         3184634        352406112      86284738       0              0              100   186   174
699.42/699.55	c 924226         3384238        374677713      92588946       0              0              133   203   189
736.62/736.73	c 1016719        3598964        394908041      97310437       0              0              36   160   155 
797.32/797.47	c 1118461        3997566        436764705      106071772      0              0              58   146   134 
852.02/852.12	c 1230377        4354033        467259708      108903113      0              0              24   126   106 
954.92/955.03	c 1353484        4807779        524689471      118051575      0              0              88   144   132 
1020.92/1021.06	c 1488901        5095989        557066651      125695708      0              0              46   94   75   
1132.71/1132.82	c 1637859        5588425        622605746      141301205      0              0              16   155   145 
1269.51/1269.60	c 1801712        6088186        695237407      158535292      0              0              170   197   185
1342.30/1342.43	c 1981950        6492636        739249993      171448289      0              0              28   160   141 
1489.50/1489.66	c 2180211        7163925        818645641      185948617      0              0              26   164   141 
1669.91/1670.08	c 2398298        7741790        909096761      211987307      0              0              20   190   180 
1794.80/1794.96	c 2638193        8463186        981514384      230410993      0              0              120   174   163
2214.39/2214.50	c 2902077        9334848        1161294254     271474715      0              0              51   139   130 
2519.88/2520.00	
2519.88/2520.00	c *** INTERRUPTED ***
2519.88/2520.00	c restarts              : 84          
2519.88/2520.00	c conflicts             : 3080224      (1222 /sec)
2519.88/2520.00	c decisions             : 9950299      (3949 /sec)
2519.88/2520.00	c propagations          : 300052934   (119074 /sec)
2519.88/2520.00	c root propagations     : 0           
2519.88/2520.00	c filter calls          : 1288507932     (511336 /sec)
2519.88/2520.00	c useless filter calls  : 1205764412     (93 %)
2519.88/2520.00	c Memory used           : 30.49 MB
2519.88/2520.00	c CPU time              : 2519.88 s
2519.88/2520.00	c real time             : 2520.01 s
2519.88/2520.00	
2519.88/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 (10003 MiB free)
  memory of node 1: 16384 MiB (15149 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396692-1568583538/watcher-4396692-1568583538 -o /tmp/evaluation-result-4396692-1568583538/solver-4396692-1568583538 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1568572746-32297 --watchdog 2580 cosoco -lc -model -restarts -stick HOME/instance-4396692-1568583538.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=1987, runsolver pid=1984

[startup+0.100158 s]*
/proc/loadavg: 1.94 2.03 2.05 3/199 1989
/proc/meminfo: memFree=25753320/32770624 swapFree=66941240/67108860
[pid=1987] ppid=1984 vsize=30956 memory=7548 CPUtime=0.1 cores=1,3,5,7
/proc/1987/stat : 1987 (cosoco) R 1984 1987 32265 0 -1 4202496 2079 0 0 0 10 0 0 0 20 0 1 0 434592498 31698944 1887 33554432000 4194304 6211092 140727666166016 140727666162552 5156471 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 30380032 140727666172939 140727666173041 140727666173041 140727666175950 0
/proc/1987/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.209575 s]*
/proc/loadavg: 1.94 2.03 2.05 3/199 1989
/proc/meminfo: memFree=25752948/32770624 swapFree=66941240/67108860
[pid=1987] ppid=1984 vsize=30956 memory=7548 CPUtime=0.2 cores=1,3,5,7
/proc/1987/stat : 1987 (cosoco) R 1984 1987 32265 0 -1 4202496 2094 0 0 0 20 0 0 0 20 0 1 0 434592498 31698944 1887 33554432000 4194304 6211092 140727666166016 140727666162552 5157412 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 30380032 140727666172939 140727666173041 140727666173041 140727666175950 0
/proc/1987/statm: 7739 1887 894 493 0 1044 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 30956 KiB
Current children cumulated memory: 7548 KiB

[startup+0.308871 s]*
/proc/loadavg: 1.94 2.03 2.05 3/199 1989
/proc/meminfo: memFree=25752948/32770624 swapFree=66941240/67108860
[pid=1987] ppid=1984 vsize=31088 memory=7548 CPUtime=0.3 cores=1,3,5,7
/proc/1987/stat : 1987 (cosoco) R 1984 1987 32265 0 -1 4202496 2097 0 0 0 30 0 0 0 20 0 1 0 434592498 31834112 1887 33554432000 4194304 6211092 140727666166016 140727666162552 5156460 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 30380032 140727666172939 140727666173041 140727666173041 140727666175950 0
/proc/1987/statm: 7772 1887 894 493 0 1077 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 31088 KiB
Current children cumulated memory: 7548 KiB

[startup+0.700274 s]
/proc/loadavg: 1.94 2.03 2.05 3/199 1989
/proc/meminfo: memFree=25752584/32770624 swapFree=66941240/67108860
[pid=1987] ppid=1984 vsize=31088 memory=7548 CPUtime=0.69 cores=1,3,5,7
/proc/1987/stat : 1987 (cosoco) R 1984 1987 32265 0 -1 4202496 2115 0 0 0 69 0 0 0 20 0 1 0 434592498 31834112 1887 33554432000 4194304 6211092 140727666166016 140727666162552 5156440 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 30380032 140727666172939 140727666173041 140727666173041 140727666175950 0
/proc/1987/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.50028 s]
/proc/loadavg: 1.94 2.03 2.05 3/199 1989
/proc/meminfo: memFree=25752496/32770624 swapFree=66941240/67108860
[pid=1987] ppid=1984 vsize=31220 memory=7812 CPUtime=1.49 cores=1,3,5,7
/proc/1987/stat : 1987 (cosoco) R 1984 1987 32265 0 -1 4202496 2146 0 0 0 149 0 0 0 20 0 1 0 434592498 31969280 1953 33554432000 4194304 6211092 140727666166016 140727666163976 5250260 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 30380032 140727666172939 140727666173041 140727666173041 140727666175950 0
/proc/1987/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.10895 s]
/proc/loadavg: 1.94 2.03 2.05 3/199 1989
/proc/meminfo: memFree=25752824/32770624 swapFree=66941240/67108860
[pid=1987] ppid=1984 vsize=31220 memory=7944 CPUtime=3.1 cores=1,3,5,7
/proc/1987/stat : 1987 (cosoco) R 1984 1987 32265 0 -1 4202496 3136 0 0 0 310 0 0 0 20 0 1 0 434592498 31969280 1986 33554432000 4194304 6211092 140727666166016 140727666163976 5136306 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 30380032 140727666172939 140727666173041 140727666173041 140727666175950 0
/proc/1987/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.30027 s]
/proc/loadavg: 2.03 2.05 2.05 3/199 1989
/proc/meminfo: memFree=25752516/32770624 swapFree=66941240/67108860
[pid=1987] ppid=1984 vsize=31220 memory=7948 CPUtime=6.29 cores=1,3,5,7
/proc/1987/stat : 1987 (cosoco) R 1984 1987 32265 0 -1 4202496 4132 0 0 0 629 0 0 0 20 0 1 0 434592498 31969280 1987 33554432000 4194304 6211092 140727666166016 140727666163976 5250293 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 30380032 140727666172939 140727666173041 140727666173041 140727666175950 0
/proc/1987/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: 2.02 2.04 2.05 3/199 1990
/proc/meminfo: memFree=25753260/32770624 swapFree=66941240/67108860
[pid=1987] ppid=1984 vsize=31220 memory=7956 CPUtime=12.69 cores=1,3,5,7
/proc/1987/stat : 1987 (cosoco) R 1984 1987 32265 0 -1 4202496 5126 0 0 0 1269 0 0 0 20 0 1 0 434592498 31969280 1989 33554432000 4194304 6211092 140727666166016 140727666163976 5155341 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 30380032 140727666172939 140727666173041 140727666173041 140727666175950 0
/proc/1987/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: 2.02 2.04 2.05 3/199 1990
/proc/meminfo: memFree=25753136/32770624 swapFree=66941240/67108860
[pid=1987] ppid=1984 vsize=31220 memory=7956 CPUtime=25.48 cores=1,3,5,7
/proc/1987/stat : 1987 (cosoco) R 1984 1987 32265 0 -1 4202496 7113 0 0 0 2548 0 0 0 20 0 1 0 434592498 31969280 1989 33554432000 4194304 6211092 140727666166016 140727666163976 5250293 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 30380032 140727666172939 140727666173041 140727666173041 140727666175950 0
/proc/1987/statm: 7805 1989 895 493 0 1110 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 31220 KiB
Current children cumulated memory: 7956 KiB

[startup+51.109 s]
/proc/loadavg: 2.01 2.04 2.05 3/199 1992
/proc/meminfo: memFree=25752948/32770624 swapFree=66941240/67108860
[pid=1987] ppid=1984 vsize=31220 memory=7960 CPUtime=51.09 cores=1,3,5,7
/proc/1987/stat : 1987 (cosoco) R 1984 1987 32265 0 -1 4202496 8113 0 0 0 5109 0 0 0 20 0 1 0 434592498 31969280 1990 33554432000 4194304 6211092 140727666166016 140727666163976 5250467 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 30380032 140727666172939 140727666173041 140727666173041 140727666175950 0
/proc/1987/statm: 7805 1990 895 493 0 1110 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 31220 KiB
Current children cumulated memory: 7960 KiB

[startup+102.3 s]
/proc/loadavg: 2.01 2.04 2.05 3/199 2003
/proc/meminfo: memFree=25750988/32770624 swapFree=66941244/67108860
[pid=1987] ppid=1984 vsize=31220 memory=7968 CPUtime=102.28 cores=1,3,5,7
/proc/1987/stat : 1987 (cosoco) R 1984 1987 32265 0 -1 4202496 9113 0 0 0 10227 1 0 0 20 0 1 0 434592498 31969280 1992 33554432000 4194304 6211092 140727666166016 140727666163976 5156256 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 30380032 140727666172939 140727666173041 140727666173041 140727666175950 0
/proc/1987/statm: 7805 1992 895 493 0 1110 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 31220 KiB
Current children cumulated memory: 7968 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/199 2007
/proc/meminfo: memFree=25751776/32770624 swapFree=66941244/67108860
[pid=1987] ppid=1984 vsize=31220 memory=7968 CPUtime=162.27 cores=1,3,5,7
/proc/1987/stat : 1987 (cosoco) R 1984 1987 32265 0 -1 4202496 9623 0 0 0 16226 1 0 0 20 0 1 0 434592498 31969280 1992 33554432000 4194304 6211092 140727666166016 140727666163976 5250224 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 30380032 140727666172939 140727666173041 140727666173041 140727666175950 0
/proc/1987/statm: 7805 1992 895 493 0 1110 0
Current children cumulated CPU time: 162.27 s
Current children cumulated vsize: 31220 KiB
Current children cumulated memory: 7968 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/200 2013
/proc/meminfo: memFree=25751060/32770624 swapFree=66941244/67108860
[pid=1987] ppid=1984 vsize=31220 memory=7968 CPUtime=222.26 cores=1,3,5,7
/proc/1987/stat : 1987 (cosoco) R 1984 1987 32265 0 -1 4202496 10134 0 0 0 22225 1 0 0 20 0 1 0 434592498 31969280 1992 33554432000 4194304 6211092 140727666166016 140727666163976 5156460 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 30380032 140727666172939 140727666173041 140727666173041 140727666175950 0
/proc/1987/statm: 7805 1992 895 493 0 1110 0
Current children cumulated CPU time: 222.26 s
Current children cumulated vsize: 31220 KiB
Current children cumulated memory: 7968 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/199 2017
/proc/meminfo: memFree=25750628/32770624 swapFree=66941244/67108860
[pid=1987] ppid=1984 vsize=31220 memory=7968 CPUtime=282.25 cores=1,3,5,7
/proc/1987/stat : 1987 (cosoco) R 1984 1987 32265 0 -1 4202496 10643 0 0 0 28224 1 0 0 20 0 1 0 434592498 31969280 1992 33554432000 4194304 6211092 140727666166016 140727666163976 5156936 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 30380032 140727666172939 140727666173041 140727666173041 140727666175950 0
/proc/1987/statm: 7805 1992 895 493 0 1110 0
Current children cumulated CPU time: 282.25 s
Current children cumulated vsize: 31220 KiB
Current children cumulated memory: 7968 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 2021
/proc/meminfo: memFree=25751108/32770624 swapFree=66941244/67108860
[pid=1987] ppid=1984 vsize=31220 memory=7968 CPUtime=342.24 cores=1,3,5,7
/proc/1987/stat : 1987 (cosoco) R 1984 1987 32265 0 -1 4202496 11155 0 0 0 34223 1 0 0 20 0 1 0 434592498 31969280 1992 33554432000 4194304 6211092 140727666166016 140727666163976 5155345 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 30380032 140727666172939 140727666173041 140727666173041 140727666175950 0
/proc/1987/statm: 7805 1992 895 493 0 1110 0
Current children cumulated CPU time: 342.24 s
Current children cumulated vsize: 31220 KiB
Current children cumulated memory: 7968 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 2027
/proc/meminfo: memFree=25750920/32770624 swapFree=66941244/67108860
[pid=1987] ppid=1984 vsize=31220 memory=7976 CPUtime=402.23 cores=1,3,5,7
/proc/1987/stat : 1987 (cosoco) R 1984 1987 32265 0 -1 4202496 11669 0 0 0 40222 1 0 0 20 0 1 0 434592498 31969280 1994 33554432000 4194304 6211092 140727666166016 140727666163976 5250241 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 30380032 140727666172939 140727666173041 140727666173041 140727666175950 0
/proc/1987/statm: 7805 1994 895 493 0 1110 0
Current children cumulated CPU time: 402.23 s
Current children cumulated vsize: 31220 KiB
Current children cumulated memory: 7976 KiB

[startup+462.3 s]
/proc/loadavg: 2.08 2.03 2.05 3/199 2031
/proc/meminfo: memFree=25750444/32770624 swapFree=66941244/67108860
[pid=1987] ppid=1984 vsize=31220 memory=7976 CPUtime=462.22 cores=1,3,5,7
/proc/1987/stat : 1987 (cosoco) R 1984 1987 32265 0 -1 4202496 12182 0 0 0 46221 1 0 0 20 0 1 0 434592498 31969280 1994 33554432000 4194304 6211092 140727666166016 140727666163976 5155345 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 30380032 140727666172939 140727666173041 140727666173041 140727666175950 0
/proc/1987/statm: 7805 1994 895 493 0 1110 0
Current children cumulated CPU time: 462.22 s
Current children cumulated vsize: 31220 KiB
Current children cumulated memory: 7976 KiB


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

/proc/1987/statm: 7805 1995 895 493 0 1110 0
Current children cumulated CPU time: 1722.2 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/198 2195
/proc/meminfo: memFree=25751192/32770624 swapFree=66941244/67108860
[pid=1987] ppid=1984 vsize=31220 memory=7980 CPUtime=1782.2 cores=1,3,5,7
/proc/1987/stat : 1987 (cosoco) R 1984 1987 32265 0 -1 4202496 22828 0 0 0 178219 1 0 0 20 0 1 0 434592498 31969280 1995 33554432000 4194304 6211092 140727666166016 140727666163976 5156699 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 30380032 140727666172939 140727666173041 140727666173041 140727666175950 0
/proc/1987/statm: 7805 1995 895 493 0 1110 0
Current children cumulated CPU time: 1782.2 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 2202
/proc/meminfo: memFree=25749620/32770624 swapFree=66941244/67108860
[pid=1987] ppid=1984 vsize=31220 memory=7980 CPUtime=1842.2 cores=1,3,5,7
/proc/1987/stat : 1987 (cosoco) R 1984 1987 32265 0 -1 4202496 23337 0 0 0 184219 1 0 0 20 0 1 0 434592498 31969280 1995 33554432000 4194304 6211092 140727666166016 140727666163976 5250272 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 30380032 140727666172939 140727666173041 140727666173041 140727666175950 0
/proc/1987/statm: 7805 1995 895 493 0 1110 0
Current children cumulated CPU time: 1842.2 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/199 2214
/proc/meminfo: memFree=25748948/32770624 swapFree=66941244/67108860
[pid=1987] ppid=1984 vsize=31220 memory=7980 CPUtime=1902.19 cores=1,3,5,7
/proc/1987/stat : 1987 (cosoco) R 1984 1987 32265 0 -1 4202496 23775 0 0 0 190218 1 0 0 20 0 1 0 434592498 31969280 1995 33554432000 4194304 6211092 140727666166016 140727666163976 5250241 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 30380032 140727666172939 140727666173041 140727666173041 140727666175950 0
/proc/1987/statm: 7805 1995 895 493 0 1110 0
Current children cumulated CPU time: 1902.19 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/199 2218
/proc/meminfo: memFree=25749644/32770624 swapFree=66941244/67108860
[pid=1987] ppid=1984 vsize=31220 memory=7980 CPUtime=1962.19 cores=1,3,5,7
/proc/1987/stat : 1987 (cosoco) R 1984 1987 32265 0 -1 4202496 24205 0 0 0 196218 1 0 0 20 0 1 0 434592498 31969280 1995 33554432000 4194304 6211092 140727666166016 140727666163976 5250272 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 30380032 140727666172939 140727666173041 140727666173041 140727666175950 0
/proc/1987/statm: 7805 1995 895 493 0 1110 0
Current children cumulated CPU time: 1962.19 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 2224
/proc/meminfo: memFree=25748852/32770624 swapFree=66941244/67108860
[pid=1987] ppid=1984 vsize=31220 memory=7980 CPUtime=2022.19 cores=1,3,5,7
/proc/1987/stat : 1987 (cosoco) R 1984 1987 32265 0 -1 4202496 24633 0 0 0 202218 1 0 0 20 0 1 0 434592498 31969280 1995 33554432000 4194304 6211092 140727666166016 140727666163976 5157458 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 30380032 140727666172939 140727666173041 140727666173041 140727666175950 0
/proc/1987/statm: 7805 1995 895 493 0 1110 0
Current children cumulated CPU time: 2022.19 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 2228
/proc/meminfo: memFree=25749152/32770624 swapFree=66941244/67108860
[pid=1987] ppid=1984 vsize=31220 memory=7980 CPUtime=2082.19 cores=1,3,5,7
/proc/1987/stat : 1987 (cosoco) R 1984 1987 32265 0 -1 4202496 25061 0 0 0 208218 1 0 0 20 0 1 0 434592498 31969280 1995 33554432000 4194304 6211092 140727666166016 140727666163976 5193696 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 30380032 140727666172939 140727666173041 140727666173041 140727666175950 0
/proc/1987/statm: 7805 1995 895 493 0 1110 0
Current children cumulated CPU time: 2082.19 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 2232
/proc/meminfo: memFree=25749348/32770624 swapFree=66941244/67108860
[pid=1987] ppid=1984 vsize=31220 memory=7980 CPUtime=2142.19 cores=1,3,5,7
/proc/1987/stat : 1987 (cosoco) R 1984 1987 32265 0 -1 4202496 25478 0 0 0 214218 1 0 0 20 0 1 0 434592498 31969280 1995 33554432000 4194304 6211092 140727666166016 140727666163976 5155679 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 30380032 140727666172939 140727666173041 140727666173041 140727666175950 0
/proc/1987/statm: 7805 1995 895 493 0 1110 0
Current children cumulated CPU time: 2142.19 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/200 2364
/proc/meminfo: memFree=25753260/32770624 swapFree=66941244/67108860
[pid=1987] ppid=1984 vsize=31220 memory=7980 CPUtime=2202.19 cores=1,3,5,7
/proc/1987/stat : 1987 (cosoco) R 1984 1987 32265 0 -1 4202496 25911 0 0 0 220218 1 0 0 20 0 1 0 434592498 31969280 1995 33554432000 4194304 6211092 140727666166016 140727666163976 5409453 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 30380032 140727666172939 140727666173041 140727666173041 140727666175950 0
/proc/1987/statm: 7805 1995 895 493 0 1110 0
Current children cumulated CPU time: 2202.19 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 2368
/proc/meminfo: memFree=25752752/32770624 swapFree=66941244/67108860
[pid=1987] ppid=1984 vsize=31220 memory=7980 CPUtime=2262.19 cores=1,3,5,7
/proc/1987/stat : 1987 (cosoco) R 1984 1987 32265 0 -1 4202496 26455 0 0 0 226218 1 0 0 20 0 1 0 434592498 31969280 1995 33554432000 4194304 6211092 140727666166016 140727666163976 5155337 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 30380032 140727666172939 140727666173041 140727666173041 140727666175950 0
/proc/1987/statm: 7805 1995 895 493 0 1110 0
Current children cumulated CPU time: 2262.19 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/199 2372
/proc/meminfo: memFree=25752432/32770624 swapFree=66941244/67108860
[pid=1987] ppid=1984 vsize=31220 memory=7980 CPUtime=2322.18 cores=1,3,5,7
/proc/1987/stat : 1987 (cosoco) R 1984 1987 32265 0 -1 4202496 26936 0 0 0 232217 1 0 0 20 0 1 0 434592498 31969280 1995 33554432000 4194304 6211092 140727666166016 140727666163976 5250298 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 30380032 140727666172939 140727666173041 140727666173041 140727666175950 0
/proc/1987/statm: 7805 1995 895 493 0 1110 0
Current children cumulated CPU time: 2322.18 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/200 2378
/proc/meminfo: memFree=25751932/32770624 swapFree=66941244/67108860
[pid=1987] ppid=1984 vsize=31220 memory=7980 CPUtime=2382.18 cores=1,3,5,7
/proc/1987/stat : 1987 (cosoco) R 1984 1987 32265 0 -1 4202496 27417 0 0 0 238217 1 0 0 20 0 1 0 434592498 31969280 1995 33554432000 4194304 6211092 140727666166016 140727666163976 5136256 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 30380032 140727666172939 140727666173041 140727666173041 140727666175950 0
/proc/1987/statm: 7805 1995 895 493 0 1110 0
Current children cumulated CPU time: 2382.18 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/199 2382
/proc/meminfo: memFree=25751772/32770624 swapFree=66941244/67108860
[pid=1987] ppid=1984 vsize=31220 memory=7980 CPUtime=2442.18 cores=1,3,5,7
/proc/1987/stat : 1987 (cosoco) R 1984 1987 32265 0 -1 4202496 27878 0 0 0 244217 1 0 0 20 0 1 0 434592498 31969280 1995 33554432000 4194304 6211092 140727666166016 140727666163976 5155337 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 30380032 140727666172939 140727666173041 140727666173041 140727666175950 0
/proc/1987/statm: 7805 1995 895 493 0 1110 0
Current children cumulated CPU time: 2442.18 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/200 2395
/proc/meminfo: memFree=25751268/32770624 swapFree=66941248/67108860
[pid=1987] ppid=1984 vsize=31220 memory=7980 CPUtime=2502.18 cores=1,3,5,7
/proc/1987/stat : 1987 (cosoco) R 1984 1987 32265 0 -1 4202496 28339 0 0 0 250217 1 0 0 20 0 1 0 434592498 31969280 1995 33554432000 4194304 6211092 140727666166016 140727666163976 5155345 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 30380032 140727666172939 140727666173041 140727666173041 140727666175950 0
/proc/1987/statm: 7805 1995 895 493 0 1110 0
Current children cumulated CPU time: 2502.18 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/200 2407
/proc/meminfo: memFree=25751400/32770624 swapFree=66941248/67108860
[pid=1987] ppid=1984 vsize=31220 memory=7980 CPUtime=2519.88 cores=1,3,5,7
/proc/1987/stat : 1987 (cosoco) R 1984 1987 32265 0 -1 4202496 28774 0 0 0 251987 1 0 0 20 0 1 0 434592498 31969280 1995 33554432000 4194304 6211092 140727666166016 140727666163976 5158160 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 30380032 140727666172939 140727666173041 140727666173041 140727666175950 0
/proc/1987/statm: 7805 1995 895 493 0 1110 0
Current children cumulated CPU time: 2519.88 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 1987 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.88 s, system=0.017999 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.9
CPU user time (s): 2519.88
CPU system time (s): 0.017999
CPU usage (%): 99.9957
Max. virtual memory (cumulated for all children) (KiB): 31220
Max. memory (cumulated for all children) (KiB): 7980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.88
system time used= 0.017999
maximum resident set size= 8044
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28826
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= 911


# summary of solver processes directly reported to runsolver:
#   pid: 1987
#   total CPU time (s): 2519.9
#   total CPU user time (s): 2519.88
#   total CPU system time (s): 0.017999

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.61415 second user time and 16.1309 second system time

The end

Launcher Data

Begin job on node149 at 2019-09-15 23:38:20
IDJOB=4396692
IDBENCH=128090
IDSOLVER=2848
FILE ID=node149/4396692-1568583538
RUNJOBID= node149-1568572746-32297
PBS_JOBID= 21703308
Free space on /tmp= 61420 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-4396692-1568583538/watcher-4396692-1568583538 -o /tmp/evaluation-result-4396692-1568583538/solver-4396692-1568583538 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1568572746-32297 --watchdog 2580  cosoco -lc -model -restarts -stick HOME/instance-4396692-1568583538.xml

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

MD5SUM BENCH= e1683218a1e3c524b21c5eaa634d1705
RANDOM SEED=1386010824

node149.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.81
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.81
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.81
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.81
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:        25756616 kB
MemAvailable:   31839456 kB
Buffers:          211348 kB
Cached:          6172228 kB
SwapCached:        61256 kB
Active:          2510044 kB
Inactive:        3937992 kB
Active(anon):      32016 kB
Inactive(anon):    80904 kB
Active(file):    2478028 kB
Inactive(file):  3857088 kB
Unevictable:      111216 kB
Mlocked:          111216 kB
SwapTotal:      67108860 kB
SwapFree:       66941240 kB
Dirty:              3000 kB
Writeback:             0 kB
AnonPages:        157348 kB
Mapped:            48708 kB
Shmem:             39840 kB
Slab:             156952 kB
SReclaimable:     127116 kB
SUnreclaim:        29836 kB
KernelStack:        3808 kB
PageTables:         5700 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     538880 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    108544 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      144768 kB
DirectMap2M:    33400832 kB

Free space on /tmp at the end= 61416 MiB
End job on node149 at 2019-09-16 00:20:20