Trace number 4397287

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.05 2400.11

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.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-4397287-1568572784.xml 
0.00/0.06	c ========================================[ Problem Statistics ]===========================================
0.00/0.06	c |                                                                                                       
0.00/0.06	c |  Parse time        :         0.00 s 
0.00/0.06	c |
0.00/0.06	c |               Variables: 64
0.00/0.06	c |            Domain Sizes: 8..8
0.00/0.06	c |
0.00/0.06	c |             Constraints: 42
0.00/0.06	c |                   Arity: 2..8  -- Binary: 4  -- Ternary: 4
0.00/0.06	c | 
0.00/0.06	c |                   Types: 
0.00/0.06	c |                          (X != Y): 4
0.00/0.06	c |                          All Different: 38
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.00/0.08	c 101            336            13037          19171          0              0              18   28   23   
0.00/0.09	c 211            746            27872          38661          0              0              17   30   22   
0.04/0.11	c 332            1163           42544          58765          0              0              16   30   22   
0.04/0.13	c 465            1624           61934          83052          0              0              14   29   21   
0.04/0.15	c 611            2154           84214          111508         0              0              2   31   22    
0.04/0.18	c 771            2796           106607         140950         0              0              6   31   22    
0.04/0.20	c 947            3310           127312         170174         0              0              10   30   23   
0.15/0.23	c 1140           4078           156012         208551         0              0              3   32   22    
0.15/0.26	c 1352           4929           185777         249198         0              0              16   30   22   
0.15/0.30	c 1585           5878           217261         289678         0              0              10   28   20   
0.25/0.33	c 1841           6721           248772         328991         0              0              7   31   22    
0.25/0.37	c 2122           7713           285163         377687         0              0              9   31   22    
0.25/0.41	c 2431           8527           321046         425735         0              0              14   28   21   
0.35/0.46	c 2770           9766           366716         483752         0              0              12   28   21   
0.35/0.50	c 3142           11072          411191         539079         0              0              14   32   22   
0.45/0.57	c 3551           12647          473183         619662         0              0              7   33   21    
0.54/0.62	c 4000           13858          519053         677785         0              0              6   30   22    
0.54/0.69	c 4493           15464          585376         766945         0              0              6   33   21    
0.63/0.77	c 5035           17561          661863         867986         0              0              12   29   21   
0.73/0.87	c 5631           19886          749470         985866         0              0              12   31   20   
0.83/0.96	c 6286           22192          838334         1103791        0              0              14   32   22   
0.94/1.05	c 7006           24525          917595         1207283        0              0              15   32   22   
1.04/1.15	c 7798           27126          1016800        1333414        0              0              14   29   21   
1.13/1.28	c 8669           30192          1136608        1485279        0              0              11   33   22   
1.33/1.42	c 9627           33525          1263344        1651045        0              0              12   33   22   
1.43/1.56	c 10680          37184          1402006        1822412        0              0              11   31   20   
1.63/1.73	c 11838          41313          1560693        2023242        0              0              12   32   21   
1.83/1.91	c 13111          46051          1735181        2244424        0              0              12   32   21   
2.04/2.12	c 14511          51175          1933264        2495346        0              0              12   31   20   
2.23/2.34	c 16051          56896          2139830        2759594        0              0              12   32   20   
2.43/2.57	c 17745          62601          2350067        3028860        0              0              13   31   21   
2.73/2.83	c 19608          68741          2591232        3359332        0              0              12   34   22   
3.04/3.12	c 21657          75558          2859523        3727872        0              0              12   31   21   
3.33/3.42	c 23910          82794          3144388        4115303        0              0              13   34   21   
3.63/3.73	c 26388          90466          3440669        4533914        0              0              13   31   21   
3.94/4.10	c 29113          99210          3780359        5001441        0              0              11   32   21   
4.33/4.49	c 32110          108678         4155045        5515930        0              0              12   32   21   
4.83/4.96	c 35406          119853         4590936        6116206        0              0              11   35   21   
5.23/5.37	c 39031          130345         4976854        6649362        0              0              12   34   23   
5.83/5.96	c 43018          143994         5525050        7427239        0              0              12   36   21   
6.53/6.61	c 47403          158742         6137622        8305844        0              0              12   41   21   
7.23/7.33	c 52226          175867         6817869        9258825        0              0              12   36   22   
8.04/8.13	c 57531          194132         7566956        10318634       0              0              11   40   21   
8.94/9.01	c 63366          215277         8398391        11455260       0              0              10   37   21   
9.83/9.95	c 69784          236854         9278223        12692850       0              0              11   39   22   
10.94/11.04	c 76843          261842         10293266       14132262       0              0              11   39   22   
12.13/12.20	c 84607          288302         11382812       15658728       0              0              10   37   21   
13.43/13.50	c 93147          317723         12604310       17395439       0              0              10   37   22   
14.83/14.95	c 102541         350940         13962972       19346774       0              0              10   38   21   
16.43/16.53	c 112874         387660         15435491       21418374       0              0              10   36   21   
18.13/18.23	c 124240         427096         17016484       23670573       0              0              11   35   21   
20.04/20.11	c 136742         470562         18769157       26105993       0              0              11   37   21   
22.04/22.15	c 150494         516188         20698333       28810717       0              0              11   35   21   
24.33/24.47	c 165621         570096         22859551       31814485       0              0              10   37   21   
26.94/27.07	c 182260         630686         25295274       35152506       0              0              11   37   21   
29.63/29.75	c 200562         694525         27800593       38744967       0              0              10   35   21   
32.63/32.77	c 220694         765767         30630394       42671202       0              0              11   39   21   
35.94/36.06	c 242839         841546         33712793       47043835       0              0              10   36   21   
39.43/39.56	c 267198         928361         36965041       51570579       0              0              10   39   21   
43.13/43.20	c 293992         1022495        40413778       56055364       0              0              9   38   21    
47.23/47.33	c 323465         1124765        44241344       61331807       0              0              10   37   21   
51.94/52.09	c 355885         1245462        48693586       67289386       0              0              9   34   21    
57.13/57.28	c 391547         1374377        53520126       73915382       0              0              9   37   21    
62.94/63.09	c 430775         1523082        58912753       81372608       0              0              9   35   21    
68.94/69.05	c 473925         1681062        64483347       88883903       0              0              8   36   20    
75.94/76.06	c 521390         1852078        71034096       97842369       0              0              8   35   21    
83.13/83.20	c 573601         2025308        77640125       107099110      0              0              8   37   22    
91.53/91.63	c 631033         2232121        85461867       117956845      0              0              9   37   21    
101.04/101.15	c 694208         2462955        94325983       130089676      0              0              9   36   21    
111.13/111.24	c 763700         2708519        103741068      143215398      0              0              9   38   21    
122.73/122.88	c 840141         2992031        114599891      158110533      0              0              9   36   21    
135.33/135.40	c 924226         3297666        126334027      173913221      0              0              8   36   21    
148.73/148.83	c 1016719        3608902        138810808      191562537      0              0              9   40   21    
164.23/164.31	c 1118461        3972199        153302454      211236417      0              0              9   37   21    
179.83/179.97	c 1230377        4359152        167736181      231674959      0              0              8   38   22    
198.04/198.19	c 1353484        4799199        184739981      255528502      0              0              9   45   21    
216.33/216.46	c 1488901        5249453        201483370      279400054      0              0              9   45   22    
237.13/237.22	c 1637859        5736660        220536351      306101784      0              0              8   39   22    
259.83/260.00	c 1801712        6321132        241698266      335560468      0              0              7   38   21    
285.83/285.97	c 1981950        6971990        265820818      368493814      0              0              6   40   21    
314.94/315.09	c 2180211        7672257        292905761      406279119      0              0              8   40   21    
346.83/346.94	c 2398298        8467579        322570213      446502044      0              0              9   41   21    
381.73/381.80	c 2638193        9303247        354980294      491474484      0              0              7   39   21    
421.23/421.30	c 2902077        10230565       391713289      542223153      0              0              8   37   20    
464.43/464.59	c 3192349        11266083       432180649      597213229      0              0              8   39   21    
509.13/509.22	c 3511648        12362605       473609682      655730574      0              0              8   37   21    
559.53/559.66	c 3862876        13558320       520319156      722015513      0              0              7   38   21    
617.53/617.67	c 4249226        14959195       574287541      796447902      0              0              8   37   21    
680.13/680.22	c 4674211        16476179       632320384      877343124      0              0              8   39   21    
747.23/747.31	c 5141694        18100172       694453714      964028009      0              0              8   38   21    
818.94/819.08	c 5655925        19918992       761242990      1056090336     0              0              8   38   21    
899.83/899.98	c 6221579        21878468       836542544      1161386909     0              0              8   37   21    
989.23/989.38	c 6843798        24081185       919471916      1275690989     0              0              8   41   21    
1085.43/1085.52	c 7528238        26542650       1009115507     1397794059     0              0              8   45   21    
1189.83/1189.92	c 8281122        29141236       1104953352     1532940795     0              0              7   43   21    
1305.04/1305.11	c 9109294        31998562       1210823825     1680786471     0              0              7   45   21    
1433.33/1433.46	c 10020283       35137713       1329554193     1846469066     0              0              8   39   21    
1578.73/1578.81	c 11022370       38653380       1464521273     2031919617     0              0              7   41   21    
1737.93/1738.01	c 12124665       42557048       1611927523     2236864819     0              0              7   42   21    
1915.13/1915.21	c 13337189       46892559       1776288114     2461182911     0              0              7   39   21    
2103.82/2103.90	c 14670965       51531923       1950761896     2706439611     0              0              7   45   21    
2296.32/2296.45	c 16138118       56424927       2129013199     2951453315     0              0              8   39   21    
2400.03/2400.11	
2400.03/2400.11	c *** INTERRUPTED ***
2400.03/2400.11	c restarts              : 102         
2400.03/2400.11	c conflicts             : 16861337     (7025 /sec)
2400.03/2400.11	c decisions             : 58990557     (24579 /sec)
2400.03/2400.11	c propagations          : 3082331167  (1284284 /sec)
2400.03/2400.11	c root propagations     : 0           
2400.03/2400.11	c filter calls          : 2225724184     (927370 /sec)
2400.03/2400.11	c useless filter calls  : 1235701132     (55 %)
2400.03/2400.11	c Memory used           : 26.72 MB
2400.03/2400.11	c CPU time              : 2400.04 s
2400.03/2400.11	c real time             : 2400.04 s
2400.03/2400.11	
2400.03/2400.11	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 (10788 MiB free)
  memory of node 1: 16384 MiB (13225 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4397287-1568572784/watcher-4397287-1568572784 -o /tmp/evaluation-result-4397287-1568572784/solver-4397287-1568572784 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1568572743-24738 --watchdog 2560 cosoco -lc -model -restarts -stick HOME/instance-4397287-1568572784.xml 

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

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=24767, runsolver pid=24761

[startup+0.100152 s]*
/proc/loadavg: 0.00 0.01 0.05 4/200 24769
/proc/meminfo: memFree=24589928/32770624 swapFree=67108848/67108860
[pid=24767] ppid=24761 vsize=27360 memory=3664 CPUtime=0.04 cores=0,2,4,6
/proc/24767/stat : 24767 (cosoco) R 24761 24767 24707 0 -1 4202496 1132 0 0 0 4 0 0 0 20 0 1 0 433215758 28016640 916 33554432000 4194304 6211092 140728162636512 140728162633784 5081130 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 24137728 140728162640907 140728162641009 140728162641009 140728162643918 0
/proc/24767/statm: 6840 916 815 493 0 145 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 27360 KiB
Current children cumulated memory: 3664 KiB

[startup+0.209608 s]*
/proc/loadavg: 0.00 0.01 0.05 4/200 24769
/proc/meminfo: memFree=24589928/32770624 swapFree=67108848/67108860
[pid=24767] ppid=24761 vsize=27360 memory=3664 CPUtime=0.15 cores=0,2,4,6
/proc/24767/stat : 24767 (cosoco) R 24761 24767 24707 0 -1 4202496 1132 0 0 0 15 0 0 0 20 0 1 0 433215758 28016640 916 33554432000 4194304 6211092 140728162636512 140728162633784 5079264 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 24137728 140728162640907 140728162641009 140728162641009 140728162643918 0
/proc/24767/statm: 6840 916 815 493 0 145 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 27360 KiB
Current children cumulated memory: 3664 KiB

[startup+0.30906 s]*
/proc/loadavg: 0.00 0.01 0.05 3/200 24769
/proc/meminfo: memFree=24589928/32770624 swapFree=67108848/67108860
[pid=24767] ppid=24761 vsize=27360 memory=3664 CPUtime=0.25 cores=0,2,4,6
/proc/24767/stat : 24767 (cosoco) R 24761 24767 24707 0 -1 4202496 1132 0 0 0 25 0 0 0 20 0 1 0 433215758 28016640 916 33554432000 4194304 6211092 140728162636512 140728162633784 5082717 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 24137728 140728162640907 140728162641009 140728162641009 140728162643918 0
/proc/24767/statm: 6840 916 815 493 0 145 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 27360 KiB
Current children cumulated memory: 3664 KiB

[startup+0.700329 s]
/proc/loadavg: 0.00 0.01 0.05 3/200 24769
/proc/meminfo: memFree=24589928/32770624 swapFree=67108848/67108860
[pid=24767] ppid=24761 vsize=27360 memory=3664 CPUtime=0.63 cores=0,2,4,6
/proc/24767/stat : 24767 (cosoco) R 24761 24767 24707 0 -1 4202496 1132 0 0 0 63 0 0 0 20 0 1 0 433215758 28016640 916 33554432000 4194304 6211092 140728162636512 140728162633784 5082431 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 24137728 140728162640907 140728162641009 140728162641009 140728162643918 0
/proc/24767/statm: 6840 916 815 493 0 145 0
Current children cumulated CPU time: 0.63 s
Current children cumulated vsize: 27360 KiB
Current children cumulated memory: 3664 KiB

[startup+1.50032 s]
/proc/loadavg: 0.00 0.01 0.05 4/200 24770
/proc/meminfo: memFree=24589664/32770624 swapFree=67108848/67108860
[pid=24767] ppid=24761 vsize=27360 memory=3664 CPUtime=1.43 cores=0,2,4,6
/proc/24767/stat : 24767 (cosoco) R 24761 24767 24707 0 -1 4202496 1132 0 0 0 143 0 0 0 20 0 1 0 433215758 28016640 916 33554432000 4194304 6211092 140728162636512 140728162633784 5081771 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 24137728 140728162640907 140728162641009 140728162641009 140728162643918 0
/proc/24767/statm: 6840 916 815 493 0 145 0
Current children cumulated CPU time: 1.43 s
Current children cumulated vsize: 27360 KiB
Current children cumulated memory: 3664 KiB

[startup+3.10917 s]
/proc/loadavg: 0.00 0.01 0.05 4/200 24770
/proc/meminfo: memFree=24589720/32770624 swapFree=67108848/67108860
[pid=24767] ppid=24761 vsize=27360 memory=3880 CPUtime=3.04 cores=0,2,4,6
/proc/24767/stat : 24767 (cosoco) R 24761 24767 24707 0 -1 4202496 1179 0 0 0 304 0 0 0 20 0 1 0 433215758 28016640 970 33554432000 4194304 6211092 140728162636512 140728162634472 5080840 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 24137728 140728162640907 140728162641009 140728162641009 140728162643918 0
/proc/24767/statm: 6840 970 860 493 0 145 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 27360 KiB
Current children cumulated memory: 3880 KiB

[startup+6.30034 s]
/proc/loadavg: 0.16 0.05 0.06 4/200 24770
/proc/meminfo: memFree=24589972/32770624 swapFree=67108848/67108860
[pid=24767] ppid=24761 vsize=27360 memory=3880 CPUtime=6.23 cores=0,2,4,6
/proc/24767/stat : 24767 (cosoco) R 24761 24767 24707 0 -1 4202496 1226 0 0 0 623 0 0 0 20 0 1 0 433215758 28016640 970 33554432000 4194304 6211092 140728162636512 140728162634472 5079374 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 24137728 140728162640907 140728162641009 140728162641009 140728162643918 0
/proc/24767/statm: 6840 970 860 493 0 145 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 27360 KiB
Current children cumulated memory: 3880 KiB

[startup+12.7003 s]
/proc/loadavg: 0.31 0.08 0.07 4/200 24770
/proc/meminfo: memFree=24590476/32770624 swapFree=67108848/67108860
[pid=24767] ppid=24761 vsize=27360 memory=3880 CPUtime=12.63 cores=0,2,4,6
/proc/24767/stat : 24767 (cosoco) R 24761 24767 24707 0 -1 4202496 1273 0 0 0 1263 0 0 0 20 0 1 0 433215758 28016640 970 33554432000 4194304 6211092 140728162636512 140728162634472 5078752 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 24137728 140728162640907 140728162641009 140728162641009 140728162643918 0
/proc/24767/statm: 6840 970 860 493 0 145 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 27360 KiB
Current children cumulated memory: 3880 KiB

[startup+25.5003 s]
/proc/loadavg: 0.68 0.17 0.10 4/200 24770
/proc/meminfo: memFree=24590860/32770624 swapFree=67108848/67108860
[pid=24767] ppid=24761 vsize=27360 memory=3880 CPUtime=25.43 cores=0,2,4,6
/proc/24767/stat : 24767 (cosoco) R 24761 24767 24707 0 -1 4202496 1365 0 0 0 2543 0 0 0 20 0 1 0 433215758 28016640 970 33554432000 4194304 6211092 140728162636512 140728162634472 5082385 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 24137728 140728162640907 140728162641009 140728162641009 140728162643918 0
/proc/24767/statm: 6840 970 860 493 0 145 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 27360 KiB
Current children cumulated memory: 3880 KiB

[startup+51.1092 s]
/proc/loadavg: 1.13 0.32 0.15 4/200 24772
/proc/meminfo: memFree=24589988/32770624 swapFree=67108848/67108860
[pid=24767] ppid=24761 vsize=27360 memory=3880 CPUtime=51.04 cores=0,2,4,6
/proc/24767/stat : 24767 (cosoco) R 24761 24767 24707 0 -1 4202496 1411 0 0 0 5104 0 0 0 20 0 1 0 433215758 28016640 970 33554432000 4194304 6211092 140728162636512 140728162634472 5397454 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 24137728 140728162640907 140728162641009 140728162641009 140728162643918 0
/proc/24767/statm: 6840 970 860 493 0 145 0
Current children cumulated CPU time: 51.04 s
Current children cumulated vsize: 27360 KiB
Current children cumulated memory: 3880 KiB

[startup+102.3 s]
/proc/loadavg: 1.62 0.58 0.25 4/200 24783
/proc/meminfo: memFree=24589448/32770624 swapFree=67108848/67108860
[pid=24767] ppid=24761 vsize=27360 memory=3880 CPUtime=102.23 cores=0,2,4,6
/proc/24767/stat : 24767 (cosoco) R 24761 24767 24707 0 -1 4202496 1458 0 0 0 10223 0 0 0 20 0 1 0 433215758 28016640 970 33554432000 4194304 6211092 140728162636512 140728162634472 5397235 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 24137728 140728162640907 140728162641009 140728162641009 140728162643918 0
/proc/24767/statm: 6840 970 860 493 0 145 0
Current children cumulated CPU time: 102.23 s
Current children cumulated vsize: 27360 KiB
Current children cumulated memory: 3880 KiB

[startup+162.3 s]
/proc/loadavg: 1.86 0.84 0.35 4/200 24789
/proc/meminfo: memFree=24588740/32770624 swapFree=67108848/67108860
[pid=24767] ppid=24761 vsize=27360 memory=3880 CPUtime=162.23 cores=0,2,4,6
/proc/24767/stat : 24767 (cosoco) R 24761 24767 24707 0 -1 4202496 1505 0 0 0 16223 0 0 0 20 0 1 0 433215758 28016640 970 33554432000 4194304 6211092 140728162636512 140728162634472 5081728 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 24137728 140728162640907 140728162641009 140728162641009 140728162643918 0
/proc/24767/statm: 6840 970 860 493 0 145 0
Current children cumulated CPU time: 162.23 s
Current children cumulated vsize: 27360 KiB
Current children cumulated memory: 3880 KiB

[startup+222.3 s]
/proc/loadavg: 1.95 1.05 0.46 4/199 24793
/proc/meminfo: memFree=24588388/32770624 swapFree=67108848/67108860
[pid=24767] ppid=24761 vsize=27360 memory=3880 CPUtime=222.23 cores=0,2,4,6
/proc/24767/stat : 24767 (cosoco) R 24761 24767 24707 0 -1 4202496 1552 0 0 0 22223 0 0 0 20 0 1 0 433215758 28016640 970 33554432000 4194304 6211092 140728162636512 140728162634472 5080249 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 24137728 140728162640907 140728162641009 140728162641009 140728162643918 0
/proc/24767/statm: 6840 970 860 493 0 145 0
Current children cumulated CPU time: 222.23 s
Current children cumulated vsize: 27360 KiB
Current children cumulated memory: 3880 KiB

[startup+282.3 s]
/proc/loadavg: 1.98 1.22 0.55 4/199 24797
/proc/meminfo: memFree=24588152/32770624 swapFree=67108848/67108860
[pid=24767] ppid=24761 vsize=27360 memory=3880 CPUtime=282.23 cores=0,2,4,6
/proc/24767/stat : 24767 (cosoco) R 24761 24767 24707 0 -1 4202496 1598 0 0 0 28223 0 0 0 20 0 1 0 433215758 28016640 970 33554432000 4194304 6211092 140728162636512 140728162634472 5081956 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 24137728 140728162640907 140728162641009 140728162641009 140728162643918 0
/proc/24767/statm: 6840 970 860 493 0 145 0
Current children cumulated CPU time: 282.23 s
Current children cumulated vsize: 27360 KiB
Current children cumulated memory: 3880 KiB

[startup+342.3 s]
/proc/loadavg: 1.99 1.36 0.64 4/200 24803
/proc/meminfo: memFree=24587868/32770624 swapFree=67108848/67108860
[pid=24767] ppid=24761 vsize=27360 memory=3880 CPUtime=342.23 cores=0,2,4,6
/proc/24767/stat : 24767 (cosoco) R 24761 24767 24707 0 -1 4202496 1644 0 0 0 34223 0 0 0 20 0 1 0 433215758 28016640 970 33554432000 4194304 6211092 140728162636512 140728162634472 5193708 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 24137728 140728162640907 140728162641009 140728162641009 140728162643918 0
/proc/24767/statm: 6840 970 860 493 0 145 0
Current children cumulated CPU time: 342.23 s
Current children cumulated vsize: 27360 KiB
Current children cumulated memory: 3880 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 1.48 0.73 4/199 24807
/proc/meminfo: memFree=24587488/32770624 swapFree=67108848/67108860
[pid=24767] ppid=24761 vsize=27360 memory=3880 CPUtime=402.23 cores=0,2,4,6
/proc/24767/stat : 24767 (cosoco) R 24761 24767 24707 0 -1 4202496 1690 0 0 0 40223 0 0 0 20 0 1 0 433215758 28016640 970 33554432000 4194304 6211092 140728162636512 140728162634472 5079672 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 24137728 140728162640907 140728162641009 140728162641009 140728162643918 0
/proc/24767/statm: 6840 970 860 493 0 145 0
Current children cumulated CPU time: 402.23 s
Current children cumulated vsize: 27360 KiB
Current children cumulated memory: 3880 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 1.58 0.81 4/199 24811
/proc/meminfo: memFree=24587888/32770624 swapFree=67108848/67108860
[pid=24767] ppid=24761 vsize=27360 memory=3880 CPUtime=462.23 cores=0,2,4,6
/proc/24767/stat : 24767 (cosoco) R 24761 24767 24707 0 -1 4202496 1736 0 0 0 46223 0 0 0 20 0 1 0 433215758 28016640 970 33554432000 4194304 6211092 140728162636512 140728162634472 5080208 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 24137728 140728162640907 140728162641009 140728162641009 140728162643918 0
/proc/24767/statm: 6840 970 860 493 0 145 0
Current children cumulated CPU time: 462.23 s
Current children cumulated vsize: 27360 KiB
Current children cumulated memory: 3880 KiB


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

/proc/24767/statm: 6840 970 860 493 0 145 0
Current children cumulated CPU time: 1662.23 s
Current children cumulated vsize: 27360 KiB
Current children cumulated memory: 3880 KiB

[startup+1722.3 s]
/proc/loadavg: 2.76 2.25 1.79 4/199 24948
/proc/meminfo: memFree=24587488/32770624 swapFree=67108848/67108860
[pid=24767] ppid=24761 vsize=27360 memory=3880 CPUtime=1722.23 cores=0,2,4,6
/proc/24767/stat : 24767 (cosoco) R 24761 24767 24707 0 -1 4202496 2606 0 0 0 172223 0 0 0 20 0 1 0 433215758 28016640 970 33554432000 4194304 6211092 140728162636512 140728162634472 5193728 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 24137728 140728162640907 140728162641009 140728162641009 140728162643918 0
/proc/24767/statm: 6840 970 860 493 0 145 0
Current children cumulated CPU time: 1722.23 s
Current children cumulated vsize: 27360 KiB
Current children cumulated memory: 3880 KiB

[startup+1782.3 s]
/proc/loadavg: 2.28 2.20 1.80 4/200 24954
/proc/meminfo: memFree=24586208/32770624 swapFree=67108848/67108860
[pid=24767] ppid=24761 vsize=27360 memory=3880 CPUtime=1782.23 cores=0,2,4,6
/proc/24767/stat : 24767 (cosoco) R 24761 24767 24707 0 -1 4202496 2652 0 0 0 178223 0 0 0 20 0 1 0 433215758 28016640 970 33554432000 4194304 6211092 140728162636512 140728162634472 5079344 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 24137728 140728162640907 140728162641009 140728162641009 140728162643918 0
/proc/24767/statm: 6840 970 860 493 0 145 0
Current children cumulated CPU time: 1782.23 s
Current children cumulated vsize: 27360 KiB
Current children cumulated memory: 3880 KiB

[startup+1842.3 s]
/proc/loadavg: 2.10 2.17 1.81 4/199 24958
/proc/meminfo: memFree=24586468/32770624 swapFree=67108848/67108860
[pid=24767] ppid=24761 vsize=27360 memory=3880 CPUtime=1842.23 cores=0,2,4,6
/proc/24767/stat : 24767 (cosoco) R 24761 24767 24707 0 -1 4202496 2686 0 0 0 184223 0 0 0 20 0 1 0 433215758 28016640 970 33554432000 4194304 6211092 140728162636512 140728162634472 5079518 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 24137728 140728162640907 140728162641009 140728162641009 140728162643918 0
/proc/24767/statm: 6840 970 860 493 0 145 0
Current children cumulated CPU time: 1842.23 s
Current children cumulated vsize: 27360 KiB
Current children cumulated memory: 3880 KiB

[startup+1902.3 s]
/proc/loadavg: 2.04 2.14 1.82 4/200 24970
/proc/meminfo: memFree=24587016/32770624 swapFree=67108848/67108860
[pid=24767] ppid=24761 vsize=27360 memory=3880 CPUtime=1902.23 cores=0,2,4,6
/proc/24767/stat : 24767 (cosoco) R 24761 24767 24707 0 -1 4202496 2720 0 0 0 190223 0 0 0 20 0 1 0 433215758 28016640 970 33554432000 4194304 6211092 140728162636512 140728162634472 5082243 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 24137728 140728162640907 140728162641009 140728162641009 140728162643918 0
/proc/24767/statm: 6840 970 860 493 0 145 0
Current children cumulated CPU time: 1902.23 s
Current children cumulated vsize: 27360 KiB
Current children cumulated memory: 3880 KiB

[startup+1962.3 s]
/proc/loadavg: 2.01 2.11 1.83 4/201 24976
/proc/meminfo: memFree=24586872/32770624 swapFree=67108848/67108860
[pid=24767] ppid=24761 vsize=27360 memory=3880 CPUtime=1962.23 cores=0,2,4,6
/proc/24767/stat : 24767 (cosoco) R 24761 24767 24707 0 -1 4202496 2766 0 0 0 196223 0 0 0 20 0 1 0 433215758 28016640 970 33554432000 4194304 6211092 140728162636512 140728162634472 5079235 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 24137728 140728162640907 140728162641009 140728162641009 140728162643918 0
/proc/24767/statm: 6840 970 860 493 0 145 0
Current children cumulated CPU time: 1962.23 s
Current children cumulated vsize: 27360 KiB
Current children cumulated memory: 3880 KiB

[startup+2022.3 s]
/proc/loadavg: 2.01 2.09 1.84 4/200 24980
/proc/meminfo: memFree=24587224/32770624 swapFree=67108848/67108860
[pid=24767] ppid=24761 vsize=27360 memory=3880 CPUtime=2022.23 cores=0,2,4,6
/proc/24767/stat : 24767 (cosoco) R 24761 24767 24707 0 -1 4202496 2800 0 0 0 202223 0 0 0 20 0 1 0 433215758 28016640 970 33554432000 4194304 6211092 140728162636512 140728162634472 5393063 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 24137728 140728162640907 140728162641009 140728162641009 140728162643918 0
/proc/24767/statm: 6840 970 860 493 0 145 0
Current children cumulated CPU time: 2022.23 s
Current children cumulated vsize: 27360 KiB
Current children cumulated memory: 3880 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.07 1.86 4/200 24984
/proc/meminfo: memFree=24587600/32770624 swapFree=67108848/67108860
[pid=24767] ppid=24761 vsize=27360 memory=3880 CPUtime=2082.22 cores=0,2,4,6
/proc/24767/stat : 24767 (cosoco) R 24761 24767 24707 0 -1 4202496 2839 0 0 0 208222 0 0 0 20 0 1 0 433215758 28016640 970 33554432000 4194304 6211092 140728162636512 140728162634472 5082827 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 24137728 140728162640907 140728162641009 140728162641009 140728162643918 0
/proc/24767/statm: 6840 970 860 493 0 145 0
Current children cumulated CPU time: 2082.22 s
Current children cumulated vsize: 27360 KiB
Current children cumulated memory: 3880 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.06 1.87 4/201 24990
/proc/meminfo: memFree=24586880/32770624 swapFree=67108848/67108860
[pid=24767] ppid=24761 vsize=27360 memory=3880 CPUtime=2142.22 cores=0,2,4,6
/proc/24767/stat : 24767 (cosoco) R 24761 24767 24707 0 -1 4202496 2885 0 0 0 214222 0 0 0 20 0 1 0 433215758 28016640 970 33554432000 4194304 6211092 140728162636512 140728162634472 5080233 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 24137728 140728162640907 140728162641009 140728162641009 140728162643918 0
/proc/24767/statm: 6840 970 860 493 0 145 0
Current children cumulated CPU time: 2142.22 s
Current children cumulated vsize: 27360 KiB
Current children cumulated memory: 3880 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.05 1.87 4/199 24994
/proc/meminfo: memFree=24587332/32770624 swapFree=67108848/67108860
[pid=24767] ppid=24761 vsize=27360 memory=3880 CPUtime=2202.22 cores=0,2,4,6
/proc/24767/stat : 24767 (cosoco) R 24761 24767 24707 0 -1 4202496 2919 0 0 0 220222 0 0 0 20 0 1 0 433215758 28016640 970 33554432000 4194304 6211092 140728162636512 140728162634472 5081375 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 24137728 140728162640907 140728162641009 140728162641009 140728162643918 0
/proc/24767/statm: 6840 970 860 493 0 145 0
Current children cumulated CPU time: 2202.22 s
Current children cumulated vsize: 27360 KiB
Current children cumulated memory: 3880 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.04 1.88 4/199 24998
/proc/meminfo: memFree=24586984/32770624 swapFree=67108848/67108860
[pid=24767] ppid=24761 vsize=27360 memory=3880 CPUtime=2262.22 cores=0,2,4,6
/proc/24767/stat : 24767 (cosoco) R 24761 24767 24707 0 -1 4202496 2953 0 0 0 226222 0 0 0 20 0 1 0 433215758 28016640 970 33554432000 4194304 6211092 140728162636512 140728162634472 5193728 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 24137728 140728162640907 140728162641009 140728162641009 140728162643918 0
/proc/24767/statm: 6840 970 860 493 0 145 0
Current children cumulated CPU time: 2262.22 s
Current children cumulated vsize: 27360 KiB
Current children cumulated memory: 3880 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.04 1.88 4/200 25004
/proc/meminfo: memFree=24587208/32770624 swapFree=67108848/67108860
[pid=24767] ppid=24761 vsize=27360 memory=3880 CPUtime=2322.22 cores=0,2,4,6
/proc/24767/stat : 24767 (cosoco) R 24761 24767 24707 0 -1 4202496 2999 0 0 0 232222 0 0 0 20 0 1 0 433215758 28016640 970 33554432000 4194304 6211092 140728162636512 140728162634472 5079743 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 24137728 140728162640907 140728162641009 140728162641009 140728162643918 0
/proc/24767/statm: 6840 970 860 493 0 145 0
Current children cumulated CPU time: 2322.22 s
Current children cumulated vsize: 27360 KiB
Current children cumulated memory: 3880 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.03 1.89 4/199 25008
/proc/meminfo: memFree=24587408/32770624 swapFree=67108848/67108860
[pid=24767] ppid=24761 vsize=27360 memory=3880 CPUtime=2382.22 cores=0,2,4,6
/proc/24767/stat : 24767 (cosoco) R 24761 24767 24707 0 -1 4202496 3033 0 0 0 238222 0 0 0 20 0 1 0 433215758 28016640 970 33554432000 4194304 6211092 140728162636512 140728162634472 5083013 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 24137728 140728162640907 140728162641009 140728162641009 140728162643918 0
/proc/24767/statm: 6840 970 860 493 0 145 0
Current children cumulated CPU time: 2382.22 s
Current children cumulated vsize: 27360 KiB
Current children cumulated memory: 3880 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.11 s]
/proc/loadavg: 2.00 2.03 1.89 4/199 25008
/proc/meminfo: memFree=24586912/32770624 swapFree=67108848/67108860
[pid=24767] ppid=24761 vsize=27360 memory=3880 CPUtime=2400.03 cores=0,2,4,6
/proc/24767/stat : 24767 (cosoco) R 24761 24767 24707 0 -1 4202496 3067 0 0 0 240003 0 0 0 20 0 1 0 433215758 28016640 970 33554432000 4194304 6211092 140728162636512 140728162634472 5079344 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 24137728 140728162640907 140728162641009 140728162641009 140728162643918 0
/proc/24767/statm: 6840 970 860 493 0 145 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 27360 KiB
Current children cumulated memory: 3880 KiB

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

[startup+2400.11 s]
# the end of solver process 24767 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2400.04 s, system=0.008999 s

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

[startup+2400.11 s]
/proc/loadavg: 2.00 2.03 1.89 4/199 25008
/proc/meminfo: memFree=24586912/32770624 swapFree=67108848/67108860
[pid=24767] ppid=24761 vsize=27360 memory=3880 CPUtime=2400.03 cores=0,2,4,6
/proc/24767/stat : 24767 (cosoco) R 24761 24767 24707 0 -1 4202496 3067 0 0 0 240003 0 0 0 20 0 1 0 433215758 28016640 970 33554432000 4194304 6211092 140728162636512 140728162634472 5079344 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 24137728 140728162640907 140728162641009 140728162641009 140728162643918 0
/proc/24767/statm: 6840 970 860 493 0 145 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 27360 KiB
Current children cumulated memory: 3880 KiB

Child status: 1
Real time (s): 2400.11
CPU time (s): 2400.05
CPU user time (s): 2400.04
CPU system time (s): 0.008999
CPU usage (%): 99.9974
Max. virtual memory (cumulated for all children) (KiB): 27360
Max. memory (cumulated for all children) (KiB): 3880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2400.04
system time used= 0.008999
maximum resident set size= 3944
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3117
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= 41
involuntary context switches= 618


# summary of solver processes directly reported to runsolver:
#   pid: 24767
#   total CPU time (s): 2400.05
#   total CPU user time (s): 2400.04
#   total CPU system time (s): 0.008999

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.2831 second user time and 16.0661 second system time

The end

Launcher Data

Begin job on node143 at 2019-09-15 20:39:03
IDJOB=4397287
IDBENCH=115871
IDSOLVER=2849
FILE ID=node143/4397287-1568572784
RUNJOBID= node143-1568572743-24738
PBS_JOBID= 21703313
Free space on /tmp= 59276 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-4397287-1568572784/watcher-4397287-1568572784 -o /tmp/evaluation-result-4397287-1568572784/solver-4397287-1568572784 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1568572743-24738 --watchdog 2560  cosoco -lc -model -restarts -stick HOME/instance-4397287-1568572784.xml

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

MD5SUM BENCH= 097ee2ac2bfb45f3aedded97da1eabe0
RANDOM SEED=1868918536

node143.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.73
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.73
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.73
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.73
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:        24592012 kB
MemAvailable:   31750544 kB
Buffers:          211720 kB
Cached:          7244384 kB
SwapCached:            8 kB
Active:          2177136 kB
Inactive:        5327664 kB
Active(anon):       4524 kB
Inactive(anon):   152084 kB
Active(file):    2172612 kB
Inactive(file):  5175580 kB
Unevictable:      108968 kB
Mlocked:          108968 kB
SwapTotal:      67108860 kB
SwapFree:       67108848 kB
Dirty:              5436 kB
Writeback:             0 kB
AnonPages:        157476 kB
Mapped:            50536 kB
Shmem:             98948 kB
Slab:             267076 kB
SReclaimable:     238800 kB
SUnreclaim:        28276 kB
KernelStack:        3312 kB
PageTables:         5592 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     511208 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     71680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 59268 MiB
End job on node143 at 2019-09-15 21:19:03