Trace number 4408547

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) 2400.08 2400.7

General information on the benchmark

NameColouredQueens/ColouredQueens-m1-s1/
ColouredQueens-08.xml
MD5SUM097ee2ac2bfb45f3aedded97da1eabe0
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark8.52622
Satisfiable
(Un)Satisfiability was proved
Number of variables64
Number of constraints42
Number of domains1
Minimum domain size8
Maximum domain size8
Distribution of domain sizes[{"size":8,"count":64}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":60}]
Minimum constraint arity2
Maximum constraint arity8
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":4},{"arity":4,"count":4},{"arity":5,"count":4},{"arity":6,"count":4},{"arity":7,"count":4},{"arity":8,"count":18}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":42}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.57	c root propagations     : 0           
0.00/0.57	c restarts enabled, print stats at every restarts
0.00/0.57	c
0.00/0.57	c
0.00/0.57	c
0.00/0.57	c This is cosoco 2.00 --  
0.00/0.57	c
0.00/0.57	c command line: cosoco -lc -model -restarts -stick HOME/instance-4408547-1569787393.xml 
0.00/0.57	c ========================================[ Problem Statistics ]===========================================
0.00/0.57	c |                                                                                                       
0.00/0.57	c |  Parse time        :         0.00 s 
0.00/0.57	c |
0.00/0.57	c |               Variables: 64
0.00/0.57	c |            Domain Sizes: 8..8
0.00/0.57	c |
0.00/0.57	c |             Constraints: 42
0.00/0.57	c |                   Arity: 2..8  -- Binary: 4  -- Ternary: 4
0.00/0.57	c | 
0.00/0.57	c |                   Types: 
0.00/0.57	c |                          (X != Y): 4
0.00/0.57	c |                          All Different: 38
0.00/0.57	c |                          
0.00/0.57	c =========================================================================================================
0.00/0.57	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth
0.00/0.59	c 101            336            13037          19171          0              0              18   28   23   
0.00/0.60	c 211            746            27872          38661          0              0              17   30   22   
0.03/0.62	c 332            1163           42544          58765          0              0              16   30   22   
0.03/0.64	c 465            1624           61934          83052          0              0              14   29   21   
0.03/0.66	c 611            2154           84214          111508         0              0              2   31   22    
0.03/0.69	c 771            2796           106607         140950         0              0              6   31   22    
0.12/0.71	c 947            3310           127312         170174         0              0              10   30   23   
0.12/0.74	c 1140           4078           156012         208551         0              0              3   32   22    
0.12/0.77	c 1352           4929           185777         249198         0              0              16   30   22   
0.22/0.81	c 1585           5878           217261         289678         0              0              10   28   20   
0.22/0.84	c 1841           6721           248772         328991         0              0              7   31   22    
0.22/0.88	c 2122           7713           285163         377687         0              0              9   31   22    
0.32/0.92	c 2431           8527           321046         425735         0              0              14   28   21   
0.32/0.97	c 2770           9766           366716         483752         0              0              12   28   21   
0.43/1.01	c 3142           11072          411191         539079         0              0              14   32   22   
0.43/1.08	c 3551           12647          473183         619662         0              0              7   33   21    
0.53/1.13	c 4000           13858          519053         677785         0              0              6   30   22    
0.62/1.20	c 4493           15464          585376         766945         0              0              6   33   21    
0.62/1.28	c 5035           17561          661863         867986         0              0              12   29   21   
0.72/1.38	c 5631           19886          749470         985866         0              0              12   31   20   
0.82/1.47	c 6286           22192          838334         1103791        0              0              14   32   22   
0.92/1.55	c 7006           24525          917595         1207283        0              0              15   32   22   
1.02/1.66	c 7798           27126          1016800        1333414        0              0              14   29   21   
1.12/1.79	c 8669           30192          1136608        1485279        0              0              11   33   22   
1.32/1.92	c 9627           33525          1263344        1651045        0              0              12   33   22   
1.43/2.07	c 10680          37184          1402006        1822412        0              0              11   31   20   
1.62/2.24	c 11838          41313          1560693        2023242        0              0              12   32   21   
1.82/2.42	c 13111          46051          1735181        2244424        0              0              12   32   21   
2.02/2.63	c 14511          51175          1933264        2495346        0              0              12   31   20   
2.22/2.85	c 16051          56896          2139830        2759594        0              0              12   32   20   
2.43/3.08	c 17745          62601          2350067        3028860        0              0              13   31   21   
2.72/3.34	c 19608          68741          2591232        3359332        0              0              12   34   22   
3.02/3.62	c 21657          75558          2859523        3727872        0              0              12   31   21   
3.32/3.93	c 23910          82794          3144388        4115303        0              0              13   34   21   
3.62/4.24	c 26388          90466          3440669        4533914        0              0              13   31   21   
4.02/4.60	c 29113          99210          3780359        5001441        0              0              11   32   21   
4.32/5.00	c 32110          108678         4155045        5515930        0              0              12   32   21   
4.82/5.47	c 35406          119853         4590936        6116206        0              0              11   35   21   
5.22/5.88	c 39031          130345         4976854        6649362        0              0              12   34   23   
5.82/6.46	c 43018          143994         5525050        7427239        0              0              12   36   21   
6.53/7.12	c 47403          158742         6137622        8305844        0              0              12   41   21   
7.22/7.84	c 52226          175867         6817869        9258825        0              0              12   36   22   
8.02/8.64	c 57531          194132         7566956        10318634       0              0              11   40   21   
8.92/9.52	c 63366          215277         8398391        11455260       0              0              10   37   21   
9.82/10.46	c 69784          236854         9278223        12692850       0              0              11   39   22   
10.92/11.54	c 76843          261842         10293266       14132262       0              0              11   39   22   
12.12/12.71	c 84607          288302         11382812       15658728       0              0              10   37   21   
13.43/14.01	c 93147          317723         12604310       17395439       0              0              10   37   22   
14.82/15.46	c 102541         350940         13962972       19346774       0              0              10   38   21   
16.43/17.04	c 112874         387660         15435491       21418374       0              0              10   36   21   
18.12/18.74	c 124240         427096         17016484       23670573       0              0              11   35   21   
20.02/20.62	c 136742         470562         18769157       26105993       0              0              11   37   21   
22.02/22.66	c 150494         516188         20698333       28810717       0              0              11   35   21   
24.32/24.98	c 165621         570096         22859551       31814485       0              0              10   37   21   
26.92/27.58	c 182260         630686         25295274       35152506       0              0              11   37   21   
29.62/30.26	c 200562         694525         27800593       38744967       0              0              10   35   21   
32.62/33.28	c 220694         765767         30630394       42671202       0              0              11   39   21   
35.92/36.57	c 242839         841546         33712793       47043835       0              0              10   36   21   
39.43/40.07	c 267198         928361         36965041       51570579       0              0              10   39   21   
43.12/43.71	c 293992         1022495        40413778       56055364       0              0              9   38   21    
47.22/47.84	c 323465         1124765        44241344       61331807       0              0              10   37   21   
52.02/52.60	c 355885         1245462        48693586       67289386       0              0              9   34   21    
57.12/57.79	c 391547         1374377        53520126       73915382       0              0              9   37   21    
62.92/63.59	c 430775         1523082        58912753       81372608       0              0              9   35   21    
68.92/69.55	c 473925         1681062        64483347       88883903       0              0              8   36   20    
75.92/76.56	c 521390         1852078        71034096       97842369       0              0              8   35   21    
83.12/83.70	c 573601         2025308        77640125       107099110      0              0              8   37   22    
91.53/92.13	c 631033         2232121        85461867       117956845      0              0              9   37   21    
101.02/101.64	c 694208         2462955        94325983       130089676      0              0              9   36   21    
111.12/111.74	c 763700         2708519        103741068      143215398      0              0              9   38   21    
122.72/123.39	c 840141         2992031        114599891      158110533      0              0              9   36   21    
135.32/135.91	c 924226         3297666        126334027      173913221      0              0              8   36   21    
148.72/149.35	c 1016719        3608902        138810808      191562537      0              0              9   40   21    
164.22/164.84	c 1118461        3972199        153302454      211236417      0              0              9   37   21    
179.92/180.50	c 1230377        4359152        167736181      231674959      0              0              8   38   22    
198.12/198.72	c 1353484        4799199        184739981      255528502      0              0              9   45   21    
216.32/217.00	c 1488901        5249453        201483370      279400054      0              0              9   45   22    
237.12/237.77	c 1637859        5736660        220536351      306101784      0              0              8   39   22    
259.92/260.55	c 1801712        6321132        241698266      335560468      0              0              7   38   21    
285.92/286.53	c 1981950        6971990        265820818      368493814      0              0              6   40   21    
315.02/315.64	c 2180211        7672257        292905761      406279119      0              0              8   40   21    
346.82/347.48	c 2398298        8467579        322570213      446502044      0              0              9   41   21    
381.72/382.36	c 2638193        9303247        354980294      491474484      0              0              7   39   21    
421.22/421.87	c 2902077        10230565       391713289      542223153      0              0              8   37   20    
464.52/465.16	c 3192349        11266083       432180649      597213229      0              0              8   39   21    
509.21/509.81	c 3511648        12362605       473609682      655730574      0              0              8   37   21    
559.61/560.25	c 3862876        13558320       520319156      722015513      0              0              7   38   21    
617.61/618.26	c 4249226        14959195       574287541      796447902      0              0              8   37   21    
680.21/680.81	c 4674211        16476179       632320384      877343124      0              0              8   39   21    
747.31/747.94	c 5141694        18100172       694453714      964028009      0              0              8   38   21    
819.11/819.73	c 5655925        19918992       761242990      1056090336     0              0              8   38   21    
900.01/900.69	c 6221579        21878468       836542544      1161386909     0              0              8   37   21    
989.51/990.11	c 6843798        24081185       919471916      1275690989     0              0              8   41   21    
1085.60/1086.28	c 7528238        26542650       1009115507     1397794059     0              0              8   45   21    
1190.10/1190.70	c 8281122        29141236       1104953352     1532940795     0              0              7   43   21    
1305.30/1305.90	c 9109294        31998562       1210823825     1680786471     0              0              7   45   21    
1433.59/1434.27	c 10020283       35137713       1329554193     1846469066     0              0              8   39   21    
1578.99/1579.65	c 11022370       38653380       1464521273     2031919617     0              0              7   41   21    
1738.19/1738.87	c 12124665       42557048       1611927523     2236864819     0              0              7   42   21    
1915.39/1916.08	c 13337189       46892559       1776288114     2461182911     0              0              7   39   21    
2104.08/2104.75	c 14670965       51531923       1950761896     2706439611     0              0              7   45   21    
2296.77/2297.46	c 16138118       56424927       2129013199     2951453315     0              0              8   39   21    
2400.07/2400.70	
2400.07/2400.70	c *** INTERRUPTED ***
2400.07/2400.70	c restarts              : 102         
2400.07/2400.70	c conflicts             : 16857974     (7024 /sec)
2400.07/2400.70	c decisions             : 58978946     (24574 /sec)
2400.07/2400.70	c propagations          : 3081682060  (1283994 /sec)
2400.07/2400.70	c root propagations     : 0           
2400.07/2400.70	c filter calls          : 2225245145     (927156 /sec)
2400.07/2400.70	c useless filter calls  : 1235431777     (55 %)
2400.07/2400.70	c Memory used           : 26.72 MB
2400.07/2400.70	c CPU time              : 2400.08 s
2400.07/2400.70	c real time             : 2400.12 s
2400.07/2400.70	
2400.07/2400.70	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 (15286 MiB free)
  memory of node 1: 16384 MiB (15460 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4408547-1569787393/watcher-4408547-1569787393 -o /tmp/evaluation-result-4408547-1569787393/solver-4408547-1569787393 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1569787540-6947 --watchdog 2560 cosoco -lc -model -restarts -stick HOME/instance-4408547-1569787393.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=6972, runsolver pid=6967

[startup+0.100153 s]*
/proc/loadavg: 0.08 0.03 0.05 2/198 6977
/proc/meminfo: memFree=31484440/32770624 swapFree=66941828/67108860
[pid=6972] ppid=6967 vsize=2272 memory=4 CPUtime=0 cores=1,3,5,7
/proc/6972/stat : 6972 (cosoco) D 6967 6972 6915 0 -1 1077936128 159 0 0 0 0 0 0 0 20 0 1 0 555011497 2326528 1 33554432000 4194304 6211132 140723386320848 140723386318072 139640386488007 0 0 4096 0 18446744072101608996 0 0 17 1 0 0 1 0 0 8312316 8317760 35078144 140723386328075 140723386328177 140723386328177 140723386331086 0
/proc/6972/statm: 568 1 0 493 0 39 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 2272 KiB
Current children cumulated memory: 4 KiB

[startup+0.209387 s]*
/proc/loadavg: 0.08 0.03 0.05 1/198 6977
/proc/meminfo: memFree=31484440/32770624 swapFree=66941828/67108860
[pid=6972] ppid=6967 vsize=4560 memory=188 CPUtime=0 cores=1,3,5,7
/proc/6972/stat : 6972 (cosoco) D 6967 6972 6915 0 -1 4194304 175 0 0 0 0 0 0 0 20 0 1 0 555011497 4669440 47 33554432000 4194304 6211132 140723386320848 140723386318024 139640386488071 0 0 4096 0 18446744071580419588 0 0 17 1 0 0 1 0 0 8312316 8317760 35078144 140723386328075 140723386328177 140723386328177 140723386331086 0
/proc/6972/statm: 1140 47 37 493 0 43 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 4560 KiB
Current children cumulated memory: 188 KiB

[startup+0.309087 s]*
/proc/loadavg: 0.08 0.03 0.05 1/198 6977
/proc/meminfo: memFree=31479332/32770624 swapFree=66941828/67108860
[pid=6972] ppid=6967 vsize=8040 memory=208 CPUtime=0 cores=1,3,5,7
/proc/6972/stat : 6972 (cosoco) D 6967 6972 6915 0 -1 4194304 181 0 1 0 0 0 0 0 20 0 1 0 555011497 8232960 52 33554432000 4194304 6211132 140723386320848 140723386317976 139640386488007 0 0 4096 0 18446744071580996127 0 0 17 1 0 0 9 0 0 8312316 8317760 35078144 140723386328075 140723386328177 140723386328177 140723386331086 0
/proc/6972/statm: 2010 52 39 493 0 45 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 8040 KiB
Current children cumulated memory: 208 KiB

[startup+0.700278 s]
/proc/loadavg: 0.08 0.03 0.05 1/198 6977
/proc/meminfo: memFree=31478960/32770624 swapFree=66941828/67108860
[pid=6972] ppid=6967 vsize=27360 memory=3688 CPUtime=0.12 cores=1,3,5,7
/proc/6972/stat : 6972 (cosoco) R 6967 6972 6915 0 -1 4202496 1130 0 1 0 12 0 0 0 20 0 1 0 555011497 28016640 922 33554432000 4194304 6211132 140723386320848 140723386317336 5082393 0 0 4096 8405026 0 0 0 17 5 0 0 9 0 0 8312316 8317760 35078144 140723386328075 140723386328177 140723386328177 140723386331086 0
/proc/6972/statm: 6840 922 818 493 0 145 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 27360 KiB
Current children cumulated memory: 3688 KiB

[startup+1.50028 s]
/proc/loadavg: 0.08 0.03 0.05 3/198 6977
/proc/meminfo: memFree=31479124/32770624 swapFree=66941828/67108860
[pid=6972] ppid=6967 vsize=27360 memory=3688 CPUtime=0.92 cores=1,3,5,7
/proc/6972/stat : 6972 (cosoco) R 6967 6972 6915 0 -1 4202496 1130 0 1 0 92 0 0 0 20 0 1 0 555011497 28016640 922 33554432000 4194304 6211132 140723386320848 140723386318808 5081341 0 0 4096 8405026 0 0 0 17 5 0 0 9 0 0 8312316 8317760 35078144 140723386328075 140723386328177 140723386328177 140723386331086 0
/proc/6972/statm: 6840 922 818 493 0 145 0
Current children cumulated CPU time: 0.92 s
Current children cumulated vsize: 27360 KiB
Current children cumulated memory: 3688 KiB

[startup+3.10909 s]
/proc/loadavg: 0.08 0.03 0.05 3/198 6977
/proc/meminfo: memFree=31479016/32770624 swapFree=66941828/67108860
[pid=6972] ppid=6967 vsize=27360 memory=3876 CPUtime=2.53 cores=1,3,5,7
/proc/6972/stat : 6972 (cosoco) R 6967 6972 6915 0 -1 4202496 1178 0 1 0 253 0 0 0 20 0 1 0 555011497 28016640 969 33554432000 4194304 6211132 140723386320848 140723386318808 5082762 0 0 4096 8405026 0 0 0 17 5 0 0 9 0 0 8312316 8317760 35078144 140723386328075 140723386328177 140723386328177 140723386331086 0
/proc/6972/statm: 6840 969 860 493 0 145 0
Current children cumulated CPU time: 2.53 s
Current children cumulated vsize: 27360 KiB
Current children cumulated memory: 3876 KiB

[startup+6.30026 s]
/proc/loadavg: 0.40 0.10 0.07 3/198 6977
/proc/meminfo: memFree=31479152/32770624 swapFree=66941828/67108860
[pid=6972] ppid=6967 vsize=27360 memory=3876 CPUtime=5.72 cores=1,3,5,7
/proc/6972/stat : 6972 (cosoco) R 6967 6972 6915 0 -1 4202496 1226 0 1 0 572 0 0 0 20 0 1 0 555011497 28016640 969 33554432000 4194304 6211132 140723386320848 140723386318808 5081398 0 0 4096 8405026 0 0 0 17 5 0 0 9 0 0 8312316 8317760 35078144 140723386328075 140723386328177 140723386328177 140723386331086 0
/proc/6972/statm: 6840 969 860 493 0 145 0
Current children cumulated CPU time: 5.72 s
Current children cumulated vsize: 27360 KiB
Current children cumulated memory: 3876 KiB

[startup+12.7003 s]
/proc/loadavg: 0.52 0.13 0.08 3/198 6977
/proc/meminfo: memFree=31479348/32770624 swapFree=66941828/67108860
[pid=6972] ppid=6967 vsize=27360 memory=3876 CPUtime=12.12 cores=1,3,5,7
/proc/6972/stat : 6972 (cosoco) R 6967 6972 6915 0 -1 4202496 1274 0 1 0 1212 0 0 0 20 0 1 0 555011497 28016640 969 33554432000 4194304 6211132 140723386320848 140723386318808 5082823 0 0 4096 8405026 0 0 0 17 5 0 0 9 0 0 8312316 8317760 35078144 140723386328075 140723386328177 140723386328177 140723386331086 0
/proc/6972/statm: 6840 969 860 493 0 145 0
Current children cumulated CPU time: 12.12 s
Current children cumulated vsize: 27360 KiB
Current children cumulated memory: 3876 KiB

[startup+25.5003 s]
/proc/loadavg: 0.85 0.22 0.11 3/197 6977
/proc/meminfo: memFree=31479348/32770624 swapFree=66941828/67108860
[pid=6972] ppid=6967 vsize=27360 memory=3876 CPUtime=24.92 cores=1,3,5,7
/proc/6972/stat : 6972 (cosoco) R 6967 6972 6915 0 -1 4202496 1368 0 1 0 2492 0 0 0 20 0 1 0 555011497 28016640 969 33554432000 4194304 6211132 140723386320848 140723386318808 5079518 0 0 4096 8405026 0 0 0 17 5 0 0 9 0 0 8312316 8317760 35078144 140723386328075 140723386328177 140723386328177 140723386331086 0
/proc/6972/statm: 6840 969 860 493 0 145 0
Current children cumulated CPU time: 24.92 s
Current children cumulated vsize: 27360 KiB
Current children cumulated memory: 3876 KiB

[startup+51.109 s]
/proc/loadavg: 1.31 0.38 0.17 3/197 6980
/proc/meminfo: memFree=31477908/32770624 swapFree=66941828/67108860
[pid=6972] ppid=6967 vsize=27360 memory=3876 CPUtime=50.53 cores=1,3,5,7
/proc/6972/stat : 6972 (cosoco) R 6967 6972 6915 0 -1 4202496 1415 0 1 0 5053 0 0 0 20 0 1 0 555011497 28016640 969 33554432000 4194304 6211132 140723386320848 140723386318808 5078861 0 0 4096 8405026 0 0 0 17 5 0 0 9 0 0 8312316 8317760 35078144 140723386328075 140723386328177 140723386328177 140723386331086 0
/proc/6972/statm: 6840 969 860 493 0 145 0
Current children cumulated CPU time: 50.53 s
Current children cumulated vsize: 27360 KiB
Current children cumulated memory: 3876 KiB

[startup+102.3 s]
/proc/loadavg: 1.70 0.63 0.26 3/197 6984
/proc/meminfo: memFree=31477308/32770624 swapFree=66941828/67108860
[pid=6972] ppid=6967 vsize=27360 memory=3876 CPUtime=101.72 cores=1,3,5,7
/proc/6972/stat : 6972 (cosoco) R 6967 6972 6915 0 -1 4202496 1463 0 1 0 10172 0 0 0 20 0 1 0 555011497 28016640 969 33554432000 4194304 6211132 140723386320848 140723386318808 5193760 0 0 4096 8405026 0 0 0 17 5 0 0 9 0 0 8312316 8317760 35078144 140723386328075 140723386328177 140723386328177 140723386331086 0
/proc/6972/statm: 6840 969 860 493 0 145 0
Current children cumulated CPU time: 101.72 s
Current children cumulated vsize: 27360 KiB
Current children cumulated memory: 3876 KiB

[startup+162.3 s]
/proc/loadavg: 1.85 0.86 0.37 3/197 6988
/proc/meminfo: memFree=31477264/32770624 swapFree=66941828/67108860
[pid=6972] ppid=6967 vsize=27360 memory=3876 CPUtime=161.72 cores=1,3,5,7
/proc/6972/stat : 6972 (cosoco) R 6967 6972 6915 0 -1 4202496 1511 0 1 0 16172 0 0 0 20 0 1 0 555011497 28016640 969 33554432000 4194304 6211132 140723386320848 140723386318808 5082803 0 0 4096 8405026 0 0 0 17 5 0 0 9 0 0 8312316 8317760 35078144 140723386328075 140723386328177 140723386328177 140723386331086 0
/proc/6972/statm: 6840 969 860 493 0 145 0
Current children cumulated CPU time: 161.72 s
Current children cumulated vsize: 27360 KiB
Current children cumulated memory: 3876 KiB

[startup+222.3 s]
/proc/loadavg: 1.95 1.07 0.47 3/197 6994
/proc/meminfo: memFree=31478080/32770624 swapFree=66941828/67108860
[pid=6972] ppid=6967 vsize=27360 memory=3876 CPUtime=221.72 cores=1,3,5,7
/proc/6972/stat : 6972 (cosoco) R 6967 6972 6915 0 -1 4202496 1559 0 1 0 22172 0 0 0 20 0 1 0 555011497 28016640 969 33554432000 4194304 6211132 140723386320848 140723386318808 5193728 0 0 4096 8405026 0 0 0 17 5 0 0 9 0 0 8312316 8317760 35078144 140723386328075 140723386328177 140723386328177 140723386331086 0
/proc/6972/statm: 6840 969 860 493 0 145 0
Current children cumulated CPU time: 221.72 s
Current children cumulated vsize: 27360 KiB
Current children cumulated memory: 3876 KiB

[startup+282.3 s]
/proc/loadavg: 1.98 1.24 0.57 3/197 7005
/proc/meminfo: memFree=31477968/32770624 swapFree=66941828/67108860
[pid=6972] ppid=6967 vsize=27360 memory=3876 CPUtime=281.72 cores=1,3,5,7
/proc/6972/stat : 6972 (cosoco) R 6967 6972 6915 0 -1 4202496 1606 0 1 0 28172 0 0 0 20 0 1 0 555011497 28016640 969 33554432000 4194304 6211132 140723386320848 140723386318808 5081280 0 0 4096 8405026 0 0 0 17 5 0 0 9 0 0 8312316 8317760 35078144 140723386328075 140723386328177 140723386328177 140723386331086 0
/proc/6972/statm: 6840 969 860 493 0 145 0
Current children cumulated CPU time: 281.72 s
Current children cumulated vsize: 27360 KiB
Current children cumulated memory: 3876 KiB

[startup+342.3 s]
/proc/loadavg: 1.99 1.38 0.66 3/197 7009
/proc/meminfo: memFree=31477364/32770624 swapFree=66941828/67108860
[pid=6972] ppid=6967 vsize=27360 memory=3876 CPUtime=341.72 cores=1,3,5,7
/proc/6972/stat : 6972 (cosoco) R 6967 6972 6915 0 -1 4202496 1653 0 1 0 34172 0 0 0 20 0 1 0 555011497 28016640 969 33554432000 4194304 6211132 140723386320848 140723386318808 5079518 0 0 4096 8405026 0 0 0 17 5 0 0 9 0 0 8312316 8317760 35078144 140723386328075 140723386328177 140723386328177 140723386331086 0
/proc/6972/statm: 6840 969 860 493 0 145 0
Current children cumulated CPU time: 341.72 s
Current children cumulated vsize: 27360 KiB
Current children cumulated memory: 3876 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 1.49 0.74 3/197 7015
/proc/meminfo: memFree=31476348/32770624 swapFree=66941828/67108860
[pid=6972] ppid=6967 vsize=27360 memory=3876 CPUtime=401.72 cores=1,3,5,7
/proc/6972/stat : 6972 (cosoco) R 6967 6972 6915 0 -1 4202496 1700 0 1 0 40172 0 0 0 20 0 1 0 555011497 28016640 969 33554432000 4194304 6211132 140723386320848 140723386318808 5081422 0 0 4096 8405026 0 0 0 17 5 0 0 9 0 0 8312316 8317760 35078144 140723386328075 140723386328177 140723386328177 140723386331086 0
/proc/6972/statm: 6840 969 860 493 0 145 0
Current children cumulated CPU time: 401.72 s
Current children cumulated vsize: 27360 KiB
Current children cumulated memory: 3876 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 1.58 0.82 3/197 7019
/proc/meminfo: memFree=31477072/32770624 swapFree=66941828/67108860
[pid=6972] ppid=6967 vsize=27360 memory=3876 CPUtime=461.71 cores=1,3,5,7
/proc/6972/stat : 6972 (cosoco) R 6967 6972 6915 0 -1 4202496 1747 0 1 0 46171 0 0 0 20 0 1 0 555011497 28016640 969 33554432000 4194304 6211132 140723386320848 140723386318808 5082397 0 0 4096 8405026 0 0 0 17 5 0 0 9 0 0 8312316 8317760 35078144 140723386328075 140723386328177 140723386328177 140723386331086 0
/proc/6972/statm: 6840 969 860 493 0 145 0
Current children cumulated CPU time: 461.71 s
Current children cumulated vsize: 27360 KiB
Current children cumulated memory: 3876 KiB


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

/proc/6972/statm: 6840 969 860 493 0 145 0
Current children cumulated CPU time: 1661.69 s
Current children cumulated vsize: 27360 KiB
Current children cumulated memory: 3876 KiB

[startup+1722.3 s]
/proc/loadavg: 2.00 2.03 1.74 3/197 7132
/proc/meminfo: memFree=31476504/32770624 swapFree=66941828/67108860
[pid=6972] ppid=6967 vsize=27360 memory=3876 CPUtime=1721.69 cores=1,3,5,7
/proc/6972/stat : 6972 (cosoco) R 6967 6972 6915 0 -1 4202496 2638 0 1 0 172169 0 0 0 20 0 1 0 555011497 28016640 969 33554432000 4194304 6211132 140723386320848 140723386318808 5080353 0 0 4096 8405026 0 0 0 17 5 0 0 9 0 0 8312316 8317760 35078144 140723386328075 140723386328177 140723386328177 140723386331086 0
/proc/6972/statm: 6840 969 860 493 0 145 0
Current children cumulated CPU time: 1721.69 s
Current children cumulated vsize: 27360 KiB
Current children cumulated memory: 3876 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 1.76 3/197 7136
/proc/meminfo: memFree=31475884/32770624 swapFree=66941828/67108860
[pid=6972] ppid=6967 vsize=27360 memory=3876 CPUtime=1781.69 cores=1,3,5,7
/proc/6972/stat : 6972 (cosoco) R 6967 6972 6915 0 -1 4202496 2685 0 1 0 178169 0 0 0 20 0 1 0 555011497 28016640 969 33554432000 4194304 6211132 140723386320848 140723386318808 5083275 0 0 4096 8405026 0 0 0 17 5 0 0 9 0 0 8312316 8317760 35078144 140723386328075 140723386328177 140723386328177 140723386331086 0
/proc/6972/statm: 6840 969 860 493 0 145 0
Current children cumulated CPU time: 1781.69 s
Current children cumulated vsize: 27360 KiB
Current children cumulated memory: 3876 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 1.77 3/197 7142
/proc/meminfo: memFree=31475480/32770624 swapFree=66941828/67108860
[pid=6972] ppid=6967 vsize=27360 memory=3876 CPUtime=1841.68 cores=1,3,5,7
/proc/6972/stat : 6972 (cosoco) R 6967 6972 6915 0 -1 4202496 2720 0 1 0 184168 0 0 0 20 0 1 0 555011497 28016640 969 33554432000 4194304 6211132 140723386320848 140723386318808 5193742 0 0 4096 8405026 0 0 0 17 5 0 0 9 0 0 8312316 8317760 35078144 140723386328075 140723386328177 140723386328177 140723386331086 0
/proc/6972/statm: 6840 969 860 493 0 145 0
Current children cumulated CPU time: 1841.68 s
Current children cumulated vsize: 27360 KiB
Current children cumulated memory: 3876 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 1.79 3/197 7146
/proc/meminfo: memFree=31476608/32770624 swapFree=66941828/67108860
[pid=6972] ppid=6967 vsize=27360 memory=3876 CPUtime=1901.68 cores=1,3,5,7
/proc/6972/stat : 6972 (cosoco) R 6967 6972 6915 0 -1 4202496 2755 0 1 0 190168 0 0 0 20 0 1 0 555011497 28016640 969 33554432000 4194304 6211132 140723386320848 140723386318808 5079596 0 0 4096 8405026 0 0 0 17 5 0 0 9 0 0 8312316 8317760 35078144 140723386328075 140723386328177 140723386328177 140723386331086 0
/proc/6972/statm: 6840 969 860 493 0 145 0
Current children cumulated CPU time: 1901.68 s
Current children cumulated vsize: 27360 KiB
Current children cumulated memory: 3876 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 1.80 3/197 7150
/proc/meminfo: memFree=31476328/32770624 swapFree=66941828/67108860
[pid=6972] ppid=6967 vsize=27360 memory=3876 CPUtime=1961.68 cores=1,3,5,7
/proc/6972/stat : 6972 (cosoco) R 6967 6972 6915 0 -1 4202496 2802 0 1 0 196168 0 0 0 20 0 1 0 555011497 28016640 969 33554432000 4194304 6211132 140723386320848 140723386318808 5081322 0 0 4096 8405026 0 0 0 17 5 0 0 9 0 0 8312316 8317760 35078144 140723386328075 140723386328177 140723386328177 140723386331086 0
/proc/6972/statm: 6840 969 860 493 0 145 0
Current children cumulated CPU time: 1961.68 s
Current children cumulated vsize: 27360 KiB
Current children cumulated memory: 3876 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 1.81 3/197 7156
/proc/meminfo: memFree=31476240/32770624 swapFree=66941828/67108860
[pid=6972] ppid=6967 vsize=27360 memory=3876 CPUtime=2021.68 cores=1,3,5,7
/proc/6972/stat : 6972 (cosoco) R 6967 6972 6915 0 -1 4202496 2837 0 1 0 202168 0 0 0 20 0 1 0 555011497 28016640 969 33554432000 4194304 6211132 140723386320848 140723386318808 5083100 0 0 4096 8405026 0 0 0 17 5 0 0 9 0 0 8312316 8317760 35078144 140723386328075 140723386328177 140723386328177 140723386331086 0
/proc/6972/statm: 6840 969 860 493 0 145 0
Current children cumulated CPU time: 2021.68 s
Current children cumulated vsize: 27360 KiB
Current children cumulated memory: 3876 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 1.82 3/197 7167
/proc/meminfo: memFree=31475340/32770624 swapFree=66941828/67108860
[pid=6972] ppid=6967 vsize=27360 memory=3876 CPUtime=2081.68 cores=1,3,5,7
/proc/6972/stat : 6972 (cosoco) R 6967 6972 6915 0 -1 4202496 2877 0 1 0 208168 0 0 0 20 0 1 0 555011497 28016640 969 33554432000 4194304 6211132 140723386320848 140723386318808 5081287 0 0 4096 8405026 0 0 0 17 5 0 0 9 0 0 8312316 8317760 35078144 140723386328075 140723386328177 140723386328177 140723386331086 0
/proc/6972/statm: 6840 969 860 493 0 145 0
Current children cumulated CPU time: 2081.68 s
Current children cumulated vsize: 27360 KiB
Current children cumulated memory: 3876 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 1.83 3/197 7171
/proc/meminfo: memFree=31475708/32770624 swapFree=66941828/67108860
[pid=6972] ppid=6967 vsize=27360 memory=3876 CPUtime=2141.68 cores=1,3,5,7
/proc/6972/stat : 6972 (cosoco) R 6967 6972 6915 0 -1 4202496 2924 0 1 0 214168 0 0 0 20 0 1 0 555011497 28016640 969 33554432000 4194304 6211132 140723386320848 140723386318808 5078752 0 0 4096 8405026 0 0 0 17 5 0 0 9 0 0 8312316 8317760 35078144 140723386328075 140723386328177 140723386328177 140723386331086 0
/proc/6972/statm: 6840 969 860 493 0 145 0
Current children cumulated CPU time: 2141.68 s
Current children cumulated vsize: 27360 KiB
Current children cumulated memory: 3876 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 1.85 3/197 7177
/proc/meminfo: memFree=31474712/32770624 swapFree=66941828/67108860
[pid=6972] ppid=6967 vsize=27360 memory=3876 CPUtime=2201.68 cores=1,3,5,7
/proc/6972/stat : 6972 (cosoco) R 6967 6972 6915 0 -1 4202496 2959 0 1 0 220168 0 0 0 20 0 1 0 555011497 28016640 969 33554432000 4194304 6211132 140723386320848 140723386318808 5081322 0 0 4096 8405026 0 0 0 17 5 0 0 9 0 0 8312316 8317760 35078144 140723386328075 140723386328177 140723386328177 140723386331086 0
/proc/6972/statm: 6840 969 860 493 0 145 0
Current children cumulated CPU time: 2201.68 s
Current children cumulated vsize: 27360 KiB
Current children cumulated memory: 3876 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 1.86 3/197 7181
/proc/meminfo: memFree=31475384/32770624 swapFree=66941828/67108860
[pid=6972] ppid=6967 vsize=27360 memory=3876 CPUtime=2261.67 cores=1,3,5,7
/proc/6972/stat : 6972 (cosoco) R 6967 6972 6915 0 -1 4202496 2994 0 1 0 226167 0 0 0 20 0 1 0 555011497 28016640 969 33554432000 4194304 6211132 140723386320848 140723386318808 5080275 0 0 4096 8405026 0 0 0 17 5 0 0 9 0 0 8312316 8317760 35078144 140723386328075 140723386328177 140723386328177 140723386331086 0
/proc/6972/statm: 6840 969 860 493 0 145 0
Current children cumulated CPU time: 2261.67 s
Current children cumulated vsize: 27360 KiB
Current children cumulated memory: 3876 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 1.87 3/197 7185
/proc/meminfo: memFree=31475196/32770624 swapFree=66941828/67108860
[pid=6972] ppid=6967 vsize=27360 memory=3876 CPUtime=2321.67 cores=1,3,5,7
/proc/6972/stat : 6972 (cosoco) R 6967 6972 6915 0 -1 4202496 3041 0 1 0 232167 0 0 0 20 0 1 0 555011497 28016640 969 33554432000 4194304 6211132 140723386320848 140723386318808 5082361 0 0 4096 8405026 0 0 0 17 5 0 0 9 0 0 8312316 8317760 35078144 140723386328075 140723386328177 140723386328177 140723386331086 0
/proc/6972/statm: 6840 969 860 493 0 145 0
Current children cumulated CPU time: 2321.67 s
Current children cumulated vsize: 27360 KiB
Current children cumulated memory: 3876 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 1.87 3/197 7191
/proc/meminfo: memFree=31475968/32770624 swapFree=66941828/67108860
[pid=6972] ppid=6967 vsize=27360 memory=3876 CPUtime=2381.67 cores=1,3,5,7
/proc/6972/stat : 6972 (cosoco) R 6967 6972 6915 0 -1 4202496 3076 0 1 0 238167 0 0 0 20 0 1 0 555011497 28016640 969 33554432000 4194304 6211132 140723386320848 140723386318808 5082233 0 0 4096 8405026 0 0 0 17 5 0 0 9 0 0 8312316 8317760 35078144 140723386328075 140723386328177 140723386328177 140723386331086 0
/proc/6972/statm: 6840 969 860 493 0 145 0
Current children cumulated CPU time: 2381.67 s
Current children cumulated vsize: 27360 KiB
Current children cumulated memory: 3876 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.7 s]
/proc/loadavg: 2.00 2.01 1.87 3/197 7192
/proc/meminfo: memFree=31476124/32770624 swapFree=66941828/67108860
[pid=6972] ppid=6967 vsize=27360 memory=3876 CPUtime=2400.07 cores=1,3,5,7
/proc/6972/stat : 6972 (cosoco) R 6967 6972 6915 0 -1 4202496 3111 0 1 0 240007 0 0 0 20 0 1 0 555011497 28016640 969 33554432000 4194304 6211132 140723386320848 140723386318808 5081379 0 0 4096 8405026 0 0 0 17 5 0 0 9 0 0 8312316 8317760 35078144 140723386328075 140723386328177 140723386328177 140723386331086 0
/proc/6972/statm: 6840 969 860 493 0 145 0
Current children cumulated CPU time: 2400.07 s
Current children cumulated vsize: 27360 KiB
Current children cumulated memory: 3876 KiB

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

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

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

[startup+2400.7 s]
/proc/loadavg: 2.00 2.01 1.87 3/197 7192
/proc/meminfo: memFree=31476124/32770624 swapFree=66941828/67108860
[pid=6972] ppid=6967 vsize=27360 memory=3876 CPUtime=2400.07 cores=1,3,5,7
/proc/6972/stat : 6972 (cosoco) R 6967 6972 6915 0 -1 4202496 3111 0 1 0 240007 0 0 0 20 0 1 0 555011497 28016640 969 33554432000 4194304 6211132 140723386320848 140723386318808 5081379 0 0 4096 8405026 0 0 0 17 5 0 0 9 0 0 8312316 8317760 35078144 140723386328075 140723386328177 140723386328177 140723386331086 0
/proc/6972/statm: 6840 969 860 493 0 145 0
Current children cumulated CPU time: 2400.07 s
Current children cumulated vsize: 27360 KiB
Current children cumulated memory: 3876 KiB

Child status: 1
Real time (s): 2400.7
CPU time (s): 2400.08
CPU user time (s): 2400.08
CPU system time (s): 0.003999
CPU usage (%): 99.9742
Max. virtual memory (cumulated for all children) (KiB): 27360
Max. memory (cumulated for all children) (KiB): 3876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2400.08
system time used= 0.003999
maximum resident set size= 3940
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3160
page faults= 1
swaps= 0
block input operations= 10784
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 46
involuntary context switches= 618


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

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.17664 second user time and 14.3491 second system time

The end

Launcher Data

Begin job on node139 at 2019-09-29 22:05:40
IDJOB=4408547
IDBENCH=115871
IDSOLVER=2875
FILE ID=node139/4408547-1569787393
RUNJOBID= node139-1569787540-6947
PBS_JOBID= 21705823
Free space on /tmp= 62032 MiB

SOLVER NAME= cosoco 2.0
BENCH NAME= XCSP17/ColouredQueens/ColouredQueens-m1-s1/ColouredQueens-08.xml
COMMAND LINE= cosoco -lc -model -restarts -stick BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4408547-1569787393/watcher-4408547-1569787393 -o /tmp/evaluation-result-4408547-1569787393/solver-4408547-1569787393 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1569787540-6947 --watchdog 2560  cosoco -lc -model -restarts -stick HOME/instance-4408547-1569787393.xml

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

MD5SUM BENCH= 097ee2ac2bfb45f3aedded97da1eabe0
RANDOM SEED=1274834143

node139.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.57
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.57
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.57
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.57
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:        31484720 kB
MemAvailable:   31815048 kB
Buffers:          204952 kB
Cached:           465656 kB
SwapCached:        64664 kB
Active:           398580 kB
Inactive:         340640 kB
Active(anon):      20796 kB
Inactive(anon):   128640 kB
Active(file):     377784 kB
Inactive(file):   212000 kB
Unevictable:      108428 kB
Mlocked:          108428 kB
SwapTotal:      67108860 kB
SwapFree:       66941828 kB
Dirty:              5436 kB
Writeback:             0 kB
AnonPages:        112924 kB
Mapped:            26192 kB
Shmem:             72116 kB
Slab:             141264 kB
SReclaimable:     112760 kB
SUnreclaim:        28504 kB
KernelStack:        3264 kB
PageTables:         5768 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     533148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 62024 MiB
End job on node139 at 2019-09-29 22:45:41