Trace number 4292831

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
cosoco 1.12? (TO) 2519.98 2520.01

General information on the benchmark

NameColouredQueens/
ColouredQueens-13_c18.xml
MD5SUM3785e9b0b2758b612fcaaefab5873f44
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables169
Number of constraints72
Number of domains1
Minimum domain size13
Maximum domain size13
Distribution of domain sizes[{"size":13,"count":169}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":165}]
Minimum constraint arity2
Maximum constraint arity13
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":4},{"arity":9,"count":4},{"arity":10,"count":4},{"arity":11,"count":4},{"arity":12,"count":4},{"arity":13,"count":28}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":72}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c root propagations     : 0           
0.00/0.00	c restarts enabled, print stats at every restarts
0.00/0.00	c
0.00/0.00	c
0.00/0.00	c
0.00/0.00	c This is cosoco 1.12 --  
0.00/0.00	c
0.00/0.00	c command line: HOME/cosoco -lc -model -restarts HOME/instance-4292831-1532295870.xml 
0.00/0.00	c ========================================[ Problem Statistics ]===========================================
0.00/0.00	c |                                                                                                       
0.00/0.00	c |  Parse time        :         0.00 s 
0.00/0.00	c |
0.00/0.00	c |               Variables: 169
0.00/0.00	c |            Domain Sizes: 13..13
0.00/0.00	c |
0.00/0.00	c |             Constraints: 72
0.00/0.00	c |                   Arity: 2..13  -- Binary: 4  -- Ternary: 4
0.00/0.00	c | 
0.00/0.00	c |                   Types: 
0.00/0.00	c |                          (X != Y): 4
0.00/0.00	c |                          All Different: 68
0.00/0.00	c |                          
0.00/0.00	c =========================================================================================================
0.00/0.00	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth
0.00/0.04	c 101            435            21996          33310          0              0              45   82   71   
0.00/0.08	c 211            827            42431          64145          0              0              65   82   72   
0.10/0.11	c 332            1279           63580          89728          0              0              63   79   69   
0.10/0.16	c 465            1790           91808          131560         0              0              67   88   74   
0.10/0.21	c 611            2285           118696         180691         0              0              63   86   75   
0.21/0.26	c 771            2778           141921         217412         0              0              62   90   79   
0.31/0.33	c 947            3532           182584         277158         0              0              67   93   75   
0.31/0.39	c 1140           4154           216669         333309         0              0              63   85   73   
0.41/0.47	c 1352           5000           264103         404750         0              0              66   91   78   
0.51/0.52	c 1585           5671           292042         447663         0              0              65   82   72   
0.51/0.60	c 1841           6704           336426         523473         0              0              59   88   78   
0.60/0.69	c 2122           7580           387086         620620         0              0              61   78   70   
0.79/0.82	c 2431           8693           458948         725179         0              0              65   90   75   
0.89/0.93	c 2770           9705           521748         830350         0              0              66   85   76   
1.00/1.05	c 3142           10948          589759         934153         0              0              62   88   76   
1.10/1.14	c 3551           12021          642170         1011915        0              0              65   82   75   
1.29/1.30	c 4000           13616          729873         1143090        0              0              56   83   73   
1.39/1.48	c 4493           15498          835364         1300170        0              0              57   89   72   
1.59/1.64	c 5035           17173          924626         1433500        0              0              60   85   73   
1.79/1.83	c 5631           19105          1029661        1600561        0              0              60   88   73   
2.00/2.03	c 6286           21093          1144466        1768813        0              0              64   86   76   
2.19/2.28	c 7006           23763          1285013        1987792        0              0              66   95   81   
2.49/2.53	c 7798           26291          1424091        2210737        0              0              48   98   79   
2.79/2.82	c 8669           29165          1585544        2465453        0              0              65   88   77   
3.00/3.09	c 9627           32246          1738583        2711766        0              0              63   96   78   
3.39/3.47	c 10680          35550          1947589        3048326        0              0              68   93   81   
3.69/3.75	c 11838          38335          2100780        3347993        0              0              44   92   74   
4.19/4.25	c 13111          43270          2380182        3750247        0              0              61   88   73   
4.49/4.57	c 14511          47009          2562172        4071774        0              0              62   92   79   
5.00/5.07	c 16051          51223          2842114        4524029        0              0              63   86   73   
5.39/5.46	c 17745          55192          3061639        4906960        0              0              59   90   78   
5.89/5.94	c 19608          60685          3337562        5332662        0              0              61   89   75   
6.59/6.64	c 21657          68301          3737342        5898776        0              0              61   93   75   
7.29/7.31	c 23910          75071          4109588        6505220        0              0              60   91   77   
7.89/7.96	c 26388          82457          4470159        7102792        0              0              67   99   81   
8.79/8.87	c 29113          91990          4983272        7881730        0              0              63   92   77   
9.59/9.62	c 32110          100291         5411202        8613202        0              0              59   86   71   
10.49/10.51	c 35406          108831         5917498        9450060        0              0              58   93   78   
11.00/11.04	c 39031          116351         6198068        10032760       0              0              64   97   82   
12.00/12.07	c 43018          127391         6775937        11088524       0              0              66   94   81   
13.10/13.16	c 47403          139460         7391382        12073828       0              0              57   88   73   
14.19/14.22	c 52226          151667         7981146        13195466       0              0              67   98   83   
15.39/15.47	c 57531          167154         8668333        14340214       0              0              57   89   73   
17.19/17.22	c 63366          187909         9638031        15850691       0              0              63   100   79  
18.69/18.77	c 69784          204410         10492184       17270105       0              0              62   93   77   
20.10/20.16	c 76843          220211         11217865       18899860       0              0              64   93   82   
22.69/22.75	c 84607          244532         12638476       21181417       0              0              61   98   78   
25.19/25.24	c 93147          268702         14031306       23397902       0              0              62   101   80  
28.10/28.12	c 102541         295843         15615935       25991133       0              0              61   94   78   
31.19/31.22	c 112874         325093         17347764       28683841       0              0              60   95   78   
34.00/34.07	c 124240         355264         18880341       31597604       0              0              67   101   84  
38.69/38.73	c 136742         395638         21456600       35748735       0              0              61   97   76   
43.10/43.15	c 150494         441426         23957256       39357335       0              0              58   91   75   
47.49/47.54	c 165621         488717         26412641       43398668       0              0              61   96   79   
53.10/53.15	c 182260         540360         29505848       48539483       0              0              59   99   81   
58.39/58.47	c 200562         595176         32527754       53389426       0              0              59   96   76   
63.89/63.98	c 220694         653847         35588749       58201403       0              0              50   96   78   
69.69/69.79	c 242839         713154         38822771       63669886       0              0              59   91   74   
76.10/76.16	c 267198         776376         42350795       69744046       0              0              58   97   78   
81.39/81.42	c 293992         842714         45282304       75268630       0              0              61   102   83  
88.79/88.85	c 323465         913759         49351313       82636812       0              0              64   98   83   
99.10/99.15	c 355885         1011393        55165498       91946579       0              0              60   95   76   
110.69/110.78	c 391547         1119563        61617915       102287912      0              0              55   100   76  
122.00/122.03	c 430775         1232536        67869137       112020114      0              0              60   101   78  
131.79/131.87	c 473925         1337577        73254485       122195299      0              0              56   97   80   
143.59/143.66	c 521390         1459398        79689212       134195951      0              0              65   103   84  
159.10/159.11	c 573601         1615720        88497614       148852789      0              0              57   97   74   
177.79/177.85	c 631033         1780651        98885923       164374656      0              0              58   96   75   
198.49/198.55	c 694208         1978210        110286705      183879845      0              0              59   100   80  
210.29/210.35	c 763700         2110456        116617116      197363340      0              0              61   99   83   
226.19/226.24	c 840141         2286910        125468217      213573245      0              0              51   101   79  
250.69/250.76	c 924226         2530196        139135348      235354500      0              0              37   98   79   
276.39/276.45	c 1016719        2776736        153142876      262907822      0              0              51   102   79  
303.19/303.27	c 1118461        3057967        167814488      287806022      0              0              59   105   79  
331.29/331.39	c 1230377        3370641        183645552      310459465      0              0              50   89   69   
360.69/360.74	c 1353484        3673033        199527462      341013630      0              0              54   99   79   
403.19/403.27	c 1488901        4078366        222828186      380793443      0              0              56   102   75  
434.39/434.40	c 1637859        4464239        239808627      414003834      0              0              58   101   85  
484.99/485.10	c 1801712        4950848        268275306      461633340      0              0              56   98   74   
539.18/539.24	c 1981950        5418545        298019686      512861091      0              0              48   99   78   
598.48/598.57	c 2180211        5990871        330821639      566661334      0              0              58   103   77  
653.48/653.59	c 2398298        6533208        360927655      621118217      0              0              58   97   77   
713.09/713.17	c 2638193        7134128        393717504      676257803      0              0              62   107   84  
778.99/779.07	c 2902077        7834807        430532488      739287706      0              0              54   97   77   
850.88/850.95	c 3192349        8645187        470676733      807792717      0              0              60   106   81  
944.58/944.64	c 3511648        9556139        520880036      906185566      0              0              56   103   80  
1026.88/1026.95	c 3862876        10510878       566013232      989030569      0              0              58   107   79  
1128.38/1128.43	c 4249226        11501585       621756730      1086624296     0              0              56   107   81  
1259.98/1260.05	c 4674211        12717720       694101617      1201043196     0              0              54   101   74  
1405.47/1405.55	c 5141694        14130855       776693115      1324908534     0              0              56   102   78  
1564.87/1564.93	c 5655925        15750420       864998850      1473618177     0              0              52   106   80  
1697.47/1697.59	c 6221579        17146359       938472432      1597675644     0              0              56   103   80  
1859.57/1859.65	c 6843798        18669604       1026282394     1760898387     0              0              54   97   77   
2065.87/2065.98	c 7528238        20556066       1140765945     1949752708     0              0              54   97   75   
2266.26/2266.35	c 8281122        22710297       1253725969     2125303637     0              0              57   100   76  
2519.97/2520.00	
2519.97/2520.00	c *** INTERRUPTED ***
2519.97/2520.00	c restarts              : 95          
2519.97/2520.00	c conflicts             : 9080145      (3603 /sec)
2519.97/2520.00	c decisions             : 25263516     (10025 /sec)
2519.97/2520.00	c propagations          : 2360434789  (936690 /sec)
2519.97/2520.00	c root propagations     : 0           
2519.97/2520.00	c filter calls          : 1394111152     (553224 /sec)
2519.97/2520.00	c useless filter calls  : 737151297      (52 %)
2519.97/2520.00	c Memory used           : 26.91 MB
2519.97/2520.00	c CPU time              : 2519.97 s
2519.97/2520.00	
2519.97/2520.00	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (13097 MiB free)
  memory of node 1: 16384 MiB (13785 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4292831-1532295870/watcher-4292831-1532295870 -o /tmp/evaluation-result-4292831-1532295870/solver-4292831-1532295870 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532293349-10562 --watchdog 2580 HOME/cosoco -lc -model -restarts HOME/instance-4292831-1532295870.xml 

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

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

solver pid=10879, runsolver pid=10876

[startup+0.100199 s]*
/proc/loadavg: 2.00 2.01 2.05 3/191 10880
/proc/meminfo: memFree=27527248/32770624 swapFree=67108860/67108860
[pid=10879] ppid=10876 vsize=27424 memory=3932 CPUtime=0.1 cores=0,2,4,6
/proc/10879/stat : 10879 (cosoco) R 10876 10879 10531 0 -1 4202496 1159 0 0 0 10 0 0 0 20 0 1 0 47150238 28082176 983 33554432000 4194304 6142532 140722372366352 140722372362984 5060745 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8243016 8247936 10117120 140722372367494 140722372367624 140722372367624 140722372370382 0
/proc/10879/statm: 6856 983 831 476 0 178 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 27424 KiB
Current children cumulated memory: 3932 KiB

[startup+0.209637 s]*
/proc/loadavg: 2.00 2.01 2.05 3/191 10880
/proc/meminfo: memFree=27527248/32770624 swapFree=67108860/67108860
[pid=10879] ppid=10876 vsize=27424 memory=3932 CPUtime=0.21 cores=0,2,4,6
/proc/10879/stat : 10879 (cosoco) R 10876 10879 10531 0 -1 4202496 1159 0 0 0 21 0 0 0 20 0 1 0 47150238 28082176 983 33554432000 4194304 6142532 140722372366352 140722372362984 5058848 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8243016 8247936 10117120 140722372367494 140722372367624 140722372367624 140722372370382 0
/proc/10879/statm: 6856 983 831 476 0 178 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 27424 KiB
Current children cumulated memory: 3932 KiB

[startup+0.309063 s]*
/proc/loadavg: 2.00 2.01 2.05 3/191 10880
/proc/meminfo: memFree=27527248/32770624 swapFree=67108860/67108860
[pid=10879] ppid=10876 vsize=27424 memory=3932 CPUtime=0.31 cores=0,2,4,6
/proc/10879/stat : 10879 (cosoco) R 10876 10879 10531 0 -1 4202496 1160 0 0 0 31 0 0 0 20 0 1 0 47150238 28082176 983 33554432000 4194304 6142532 140722372366352 140722372363752 5061929 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8243016 8247936 10117120 140722372367494 140722372367624 140722372367624 140722372370382 0
/proc/10879/statm: 6856 983 831 476 0 178 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 27424 KiB
Current children cumulated memory: 3932 KiB

[startup+0.700332 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 10880
/proc/meminfo: memFree=27527352/32770624 swapFree=67108860/67108860
[pid=10879] ppid=10876 vsize=27424 memory=3932 CPUtime=0.69 cores=0,2,4,6
/proc/10879/stat : 10879 (cosoco) R 10876 10879 10531 0 -1 4202496 1160 0 0 0 69 0 0 0 20 0 1 0 47150238 28082176 983 33554432000 4194304 6142532 140722372366352 140722372363752 5057891 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8243016 8247936 10117120 140722372367494 140722372367624 140722372367624 140722372370382 0
/proc/10879/statm: 6856 983 831 476 0 178 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 27424 KiB
Current children cumulated memory: 3932 KiB

[startup+1.50033 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 10880
/proc/meminfo: memFree=27527820/32770624 swapFree=67108860/67108860
[pid=10879] ppid=10876 vsize=27424 memory=3932 CPUtime=1.49 cores=0,2,4,6
/proc/10879/stat : 10879 (cosoco) R 10876 10879 10531 0 -1 4202496 1160 0 0 0 149 0 0 0 20 0 1 0 47150238 28082176 983 33554432000 4194304 6142532 140722372366352 140722372363752 5059249 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8243016 8247936 10117120 140722372367494 140722372367624 140722372367624 140722372370382 0
/proc/10879/statm: 6856 983 831 476 0 178 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 27424 KiB
Current children cumulated memory: 3932 KiB

[startup+3.10935 s]
/proc/loadavg: 2.00 2.01 2.05 2/187 10912
/proc/meminfo: memFree=27528836/32770624 swapFree=67108860/67108860
[pid=10879] ppid=10876 vsize=27424 memory=4012 CPUtime=3.1 cores=0,2,4,6
/proc/10879/stat : 10879 (cosoco) R 10876 10879 10531 0 -1 4202496 1266 0 0 0 310 0 0 0 20 0 1 0 47150238 28082176 1003 33554432000 4194304 6142532 140722372366352 140722372363752 5336728 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8243016 8247936 10117120 140722372367494 140722372367624 140722372367624 140722372370382 0
/proc/10879/statm: 6856 1003 839 476 0 178 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 27424 KiB
Current children cumulated memory: 4012 KiB

[startup+6.30032 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 10941
/proc/meminfo: memFree=27527896/32770624 swapFree=67108860/67108860
[pid=10879] ppid=10876 vsize=27424 memory=4024 CPUtime=6.29 cores=0,2,4,6
/proc/10879/stat : 10879 (cosoco) R 10876 10879 10531 0 -1 4202496 1372 0 0 0 629 0 0 0 20 0 1 0 47150238 28082176 1006 33554432000 4194304 6142532 140722372366352 140722372363752 5058615 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8243016 8247936 10117120 140722372367494 140722372367624 140722372367624 140722372370382 0
/proc/10879/statm: 6856 1006 839 476 0 178 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 27424 KiB
Current children cumulated memory: 4024 KiB

[startup+12.7002 s]
/proc/loadavg: 2.08 2.03 2.05 3/191 10941
/proc/meminfo: memFree=27527776/32770624 swapFree=67108860/67108860
[pid=10879] ppid=10876 vsize=27424 memory=4028 CPUtime=12.69 cores=0,2,4,6
/proc/10879/stat : 10879 (cosoco) R 10876 10879 10531 0 -1 4202496 1480 0 0 0 1269 0 0 0 20 0 1 0 47150238 28082176 1007 33554432000 4194304 6142532 140722372366352 140722372363752 5058760 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8243016 8247936 10117120 140722372367494 140722372367624 140722372367624 140722372370382 0
/proc/10879/statm: 6856 1007 839 476 0 178 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 27424 KiB
Current children cumulated memory: 4028 KiB

[startup+25.5002 s]
/proc/loadavg: 2.07 2.03 2.05 3/191 10941
/proc/meminfo: memFree=27528024/32770624 swapFree=67108860/67108860
[pid=10879] ppid=10876 vsize=27424 memory=4032 CPUtime=25.49 cores=0,2,4,6
/proc/10879/stat : 10879 (cosoco) R 10876 10879 10531 0 -1 4202496 1697 0 0 0 2549 0 0 0 20 0 1 0 47150238 28082176 1008 33554432000 4194304 6142532 140722372366352 140722372363752 5060851 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8243016 8247936 10117120 140722372367494 140722372367624 140722372367624 140722372370382 0
/proc/10879/statm: 6856 1008 839 476 0 178 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 27424 KiB
Current children cumulated memory: 4032 KiB

[startup+51.109 s]
/proc/loadavg: 2.05 2.03 2.05 3/190 10941
/proc/meminfo: memFree=27528164/32770624 swapFree=67108860/67108860
[pid=10879] ppid=10876 vsize=27424 memory=4036 CPUtime=51.1 cores=0,2,4,6
/proc/10879/stat : 10879 (cosoco) R 10876 10879 10531 0 -1 4202496 1806 0 0 0 5110 0 0 0 20 0 1 0 47150238 28082176 1009 33554432000 4194304 6142532 140722372366352 140722372363752 5057941 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8243016 8247936 10117120 140722372367494 140722372367624 140722372367624 140722372370382 0
/proc/10879/statm: 6856 1009 839 476 0 178 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 27424 KiB
Current children cumulated memory: 4036 KiB

[startup+102.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/190 10942
/proc/meminfo: memFree=27528508/32770624 swapFree=67108860/67108860
[pid=10879] ppid=10876 vsize=27556 memory=4036 CPUtime=102.29 cores=0,2,4,6
/proc/10879/stat : 10879 (cosoco) R 10876 10879 10531 0 -1 4202496 1917 0 0 0 10229 0 0 0 20 0 1 0 47150238 28217344 1009 33554432000 4194304 6142532 140722372366352 140722372363752 5059162 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8243016 8247936 10117120 140722372367494 140722372367624 140722372367624 140722372370382 0
/proc/10879/statm: 6889 1009 839 476 0 211 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 27556 KiB
Current children cumulated memory: 4036 KiB

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/191 10944
/proc/meminfo: memFree=27528700/32770624 swapFree=67108860/67108860
[pid=10879] ppid=10876 vsize=27556 memory=4040 CPUtime=162.29 cores=0,2,4,6
/proc/10879/stat : 10879 (cosoco) R 10876 10879 10531 0 -1 4202496 2027 0 0 0 16229 0 0 0 20 0 1 0 47150238 28217344 1010 33554432000 4194304 6142532 140722372366352 140722372363752 5058760 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8243016 8247936 10117120 140722372367494 140722372367624 140722372367624 140722372370382 0
/proc/10879/statm: 6889 1010 839 476 0 211 0
Current children cumulated CPU time: 162.29 s
Current children cumulated vsize: 27556 KiB
Current children cumulated memory: 4040 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/192 10946
/proc/meminfo: memFree=27528508/32770624 swapFree=67108860/67108860
[pid=10879] ppid=10876 vsize=27556 memory=4040 CPUtime=222.29 cores=0,2,4,6
/proc/10879/stat : 10879 (cosoco) R 10876 10879 10531 0 -1 4202496 2137 0 0 0 22229 0 0 0 20 0 1 0 47150238 28217344 1010 33554432000 4194304 6142532 140722372366352 140722372363752 5058259 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8243016 8247936 10117120 140722372367494 140722372367624 140722372367624 140722372370382 0
/proc/10879/statm: 6889 1010 839 476 0 211 0
Current children cumulated CPU time: 222.29 s
Current children cumulated vsize: 27556 KiB
Current children cumulated memory: 4040 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/192 10947
/proc/meminfo: memFree=27528360/32770624 swapFree=67108860/67108860
[pid=10879] ppid=10876 vsize=27556 memory=4040 CPUtime=282.29 cores=0,2,4,6
/proc/10879/stat : 10879 (cosoco) R 10876 10879 10531 0 -1 4202496 2248 0 0 0 28229 0 0 0 20 0 1 0 47150238 28217344 1010 33554432000 4194304 6142532 140722372366352 140722372363752 5058873 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8243016 8247936 10117120 140722372367494 140722372367624 140722372367624 140722372370382 0
/proc/10879/statm: 6889 1010 839 476 0 211 0
Current children cumulated CPU time: 282.29 s
Current children cumulated vsize: 27556 KiB
Current children cumulated memory: 4040 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/193 10956
/proc/meminfo: memFree=27526968/32770624 swapFree=67108860/67108860
[pid=10879] ppid=10876 vsize=27556 memory=4044 CPUtime=342.29 cores=0,2,4,6
/proc/10879/stat : 10879 (cosoco) R 10876 10879 10531 0 -1 4202496 2359 0 0 0 34229 0 0 0 20 0 1 0 47150238 28217344 1011 33554432000 4194304 6142532 140722372366352 140722372363752 5058672 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8243016 8247936 10117120 140722372367494 140722372367624 140722372367624 140722372370382 0
/proc/10879/statm: 6889 1011 839 476 0 211 0
Current children cumulated CPU time: 342.29 s
Current children cumulated vsize: 27556 KiB
Current children cumulated memory: 4044 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/193 10957
/proc/meminfo: memFree=27527428/32770624 swapFree=67108860/67108860
[pid=10879] ppid=10876 vsize=27556 memory=4044 CPUtime=402.29 cores=0,2,4,6
/proc/10879/stat : 10879 (cosoco) R 10876 10879 10531 0 -1 4202496 2470 0 0 0 40229 0 0 0 20 0 1 0 47150238 28217344 1011 33554432000 4194304 6142532 140722372366352 140722372363752 5058437 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8243016 8247936 10117120 140722372367494 140722372367624 140722372367624 140722372370382 0
/proc/10879/statm: 6889 1011 839 476 0 211 0
Current children cumulated CPU time: 402.29 s
Current children cumulated vsize: 27556 KiB
Current children cumulated memory: 4044 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/192 10958
/proc/meminfo: memFree=27527576/32770624 swapFree=67108860/67108860
[pid=10879] ppid=10876 vsize=27556 memory=4044 CPUtime=462.28 cores=0,2,4,6
/proc/10879/stat : 10879 (cosoco) R 10876 10879 10531 0 -1 4202496 2581 0 0 0 46228 0 0 0 20 0 1 0 47150238 28217344 1011 33554432000 4194304 6142532 140722372366352 140722372363752 5058036 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8243016 8247936 10117120 140722372367494 140722372367624 140722372367624 140722372370382 0
/proc/10879/statm: 6889 1011 839 476 0 211 0
Current children cumulated CPU time: 462.28 s
Current children cumulated vsize: 27556 KiB
Current children cumulated memory: 4044 KiB


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

/proc/10879/statm: 6889 1011 839 476 0 211 0
Current children cumulated CPU time: 1722.27 s
Current children cumulated vsize: 27556 KiB
Current children cumulated memory: 4044 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/192 11044
/proc/meminfo: memFree=27525648/32770624 swapFree=67108860/67108860
[pid=10879] ppid=10876 vsize=27556 memory=4044 CPUtime=1782.27 cores=0,2,4,6
/proc/10879/stat : 10879 (cosoco) R 10876 10879 10531 0 -1 4202496 4909 0 0 0 178227 0 0 0 20 0 1 0 47150238 28217344 1011 33554432000 4194304 6142532 140722372366352 140722372363752 5175264 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8243016 8247936 10117120 140722372367494 140722372367624 140722372367624 140722372370382 0
/proc/10879/statm: 6889 1011 839 476 0 211 0
Current children cumulated CPU time: 1782.27 s
Current children cumulated vsize: 27556 KiB
Current children cumulated memory: 4044 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/191 11045
/proc/meminfo: memFree=27525392/32770624 swapFree=67108860/67108860
[pid=10879] ppid=10876 vsize=27556 memory=4044 CPUtime=1842.27 cores=0,2,4,6
/proc/10879/stat : 10879 (cosoco) R 10876 10879 10531 0 -1 4202496 5006 0 0 0 184227 0 0 0 20 0 1 0 47150238 28217344 1011 33554432000 4194304 6142532 140722372366352 140722372363752 5319104 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8243016 8247936 10117120 140722372367494 140722372367624 140722372367624 140722372370382 0
/proc/10879/statm: 6889 1011 839 476 0 211 0
Current children cumulated CPU time: 1842.27 s
Current children cumulated vsize: 27556 KiB
Current children cumulated memory: 4044 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/190 11046
/proc/meminfo: memFree=27525864/32770624 swapFree=67108860/67108860
[pid=10879] ppid=10876 vsize=27556 memory=4044 CPUtime=1902.27 cores=0,2,4,6
/proc/10879/stat : 10879 (cosoco) R 10876 10879 10531 0 -1 4202496 5117 0 0 0 190227 0 0 0 20 0 1 0 47150238 28217344 1011 33554432000 4194304 6142532 140722372366352 140722372363752 5059886 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8243016 8247936 10117120 140722372367494 140722372367624 140722372367624 140722372370382 0
/proc/10879/statm: 6889 1011 839 476 0 211 0
Current children cumulated CPU time: 1902.27 s
Current children cumulated vsize: 27556 KiB
Current children cumulated memory: 4044 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 11048
/proc/meminfo: memFree=27526296/32770624 swapFree=67108860/67108860
[pid=10879] ppid=10876 vsize=27556 memory=4044 CPUtime=1962.27 cores=0,2,4,6
/proc/10879/stat : 10879 (cosoco) R 10876 10879 10531 0 -1 4202496 5215 0 0 0 196227 0 0 0 20 0 1 0 47150238 28217344 1011 33554432000 4194304 6142532 140722372366352 140722372363752 5058552 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8243016 8247936 10117120 140722372367494 140722372367624 140722372367624 140722372370382 0
/proc/10879/statm: 6889 1011 839 476 0 211 0
Current children cumulated CPU time: 1962.27 s
Current children cumulated vsize: 27556 KiB
Current children cumulated memory: 4044 KiB

[startup+2022.3 s]
/proc/loadavg: 2.08 2.03 2.05 3/191 11049
/proc/meminfo: memFree=27526156/32770624 swapFree=67108860/67108860
[pid=10879] ppid=10876 vsize=27556 memory=4044 CPUtime=2022.27 cores=0,2,4,6
/proc/10879/stat : 10879 (cosoco) R 10876 10879 10531 0 -1 4202496 5313 0 0 0 202227 0 0 0 20 0 1 0 47150238 28217344 1011 33554432000 4194304 6142532 140722372366352 140722372363752 5060628 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8243016 8247936 10117120 140722372367494 140722372367624 140722372367624 140722372370382 0
/proc/10879/statm: 6889 1011 839 476 0 211 0
Current children cumulated CPU time: 2022.27 s
Current children cumulated vsize: 27556 KiB
Current children cumulated memory: 4044 KiB

[startup+2082.3 s]
/proc/loadavg: 2.03 2.02 2.05 3/191 11050
/proc/meminfo: memFree=27526300/32770624 swapFree=67108860/67108860
[pid=10879] ppid=10876 vsize=27556 memory=4044 CPUtime=2082.27 cores=0,2,4,6
/proc/10879/stat : 10879 (cosoco) R 10876 10879 10531 0 -1 4202496 5424 0 0 0 208227 0 0 0 20 0 1 0 47150238 28217344 1011 33554432000 4194304 6142532 140722372366352 140722372363752 5061864 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8243016 8247936 10117120 140722372367494 140722372367624 140722372367624 140722372370382 0
/proc/10879/statm: 6889 1011 839 476 0 211 0
Current children cumulated CPU time: 2082.27 s
Current children cumulated vsize: 27556 KiB
Current children cumulated memory: 4044 KiB

[startup+2142.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/193 11060
/proc/meminfo: memFree=27525684/32770624 swapFree=67108860/67108860
[pid=10879] ppid=10876 vsize=27556 memory=4044 CPUtime=2142.27 cores=0,2,4,6
/proc/10879/stat : 10879 (cosoco) R 10876 10879 10531 0 -1 4202496 5522 0 0 0 214227 0 0 0 20 0 1 0 47150238 28217344 1011 33554432000 4194304 6142532 140722372366352 140722372363752 5058628 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8243016 8247936 10117120 140722372367494 140722372367624 140722372367624 140722372370382 0
/proc/10879/statm: 6889 1011 839 476 0 211 0
Current children cumulated CPU time: 2142.27 s
Current children cumulated vsize: 27556 KiB
Current children cumulated memory: 4044 KiB

[startup+2202.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/193 11061
/proc/meminfo: memFree=27525788/32770624 swapFree=67108860/67108860
[pid=10879] ppid=10876 vsize=27556 memory=4044 CPUtime=2202.26 cores=0,2,4,6
/proc/10879/stat : 10879 (cosoco) R 10876 10879 10531 0 -1 4202496 5620 0 0 0 220226 0 0 0 20 0 1 0 47150238 28217344 1011 33554432000 4194304 6142532 140722372366352 140722372363752 5058024 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8243016 8247936 10117120 140722372367494 140722372367624 140722372367624 140722372370382 0
/proc/10879/statm: 6889 1011 839 476 0 211 0
Current children cumulated CPU time: 2202.26 s
Current children cumulated vsize: 27556 KiB
Current children cumulated memory: 4044 KiB

[startup+2262.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/192 11062
/proc/meminfo: memFree=27526076/32770624 swapFree=67108860/67108860
[pid=10879] ppid=10876 vsize=27556 memory=4044 CPUtime=2262.26 cores=0,2,4,6
/proc/10879/stat : 10879 (cosoco) R 10876 10879 10531 0 -1 4202496 5718 0 0 0 226226 0 0 0 20 0 1 0 47150238 28217344 1011 33554432000 4194304 6142532 140722372366352 140722372363752 5319096 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8243016 8247936 10117120 140722372367494 140722372367624 140722372367624 140722372370382 0
/proc/10879/statm: 6889 1011 839 476 0 211 0
Current children cumulated CPU time: 2262.26 s
Current children cumulated vsize: 27556 KiB
Current children cumulated memory: 4044 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/192 11063
/proc/meminfo: memFree=27526092/32770624 swapFree=67108860/67108860
[pid=10879] ppid=10876 vsize=27556 memory=4044 CPUtime=2322.26 cores=0,2,4,6
/proc/10879/stat : 10879 (cosoco) R 10876 10879 10531 0 -1 4202496 5829 0 0 0 232226 0 0 0 20 0 1 0 47150238 28217344 1011 33554432000 4194304 6142532 140722372366352 140722372363752 5058364 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8243016 8247936 10117120 140722372367494 140722372367624 140722372367624 140722372370382 0
/proc/10879/statm: 6889 1011 839 476 0 211 0
Current children cumulated CPU time: 2322.26 s
Current children cumulated vsize: 27556 KiB
Current children cumulated memory: 4044 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/192 11064
/proc/meminfo: memFree=27525960/32770624 swapFree=67108860/67108860
[pid=10879] ppid=10876 vsize=27556 memory=4044 CPUtime=2382.26 cores=0,2,4,6
/proc/10879/stat : 10879 (cosoco) R 10876 10879 10531 0 -1 4202496 5927 0 0 0 238226 0 0 0 20 0 1 0 47150238 28217344 1011 33554432000 4194304 6142532 140722372366352 140722372363752 5058259 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8243016 8247936 10117120 140722372367494 140722372367624 140722372367624 140722372370382 0
/proc/10879/statm: 6889 1011 839 476 0 211 0
Current children cumulated CPU time: 2382.26 s
Current children cumulated vsize: 27556 KiB
Current children cumulated memory: 4044 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/190 11066
/proc/meminfo: memFree=27525896/32770624 swapFree=67108860/67108860
[pid=10879] ppid=10876 vsize=27556 memory=4044 CPUtime=2442.26 cores=0,2,4,6
/proc/10879/stat : 10879 (cosoco) R 10876 10879 10531 0 -1 4202496 6025 0 0 0 244226 0 0 0 20 0 1 0 47150238 28217344 1011 33554432000 4194304 6142532 140722372366352 140722372363752 5059664 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8243016 8247936 10117120 140722372367494 140722372367624 140722372367624 140722372370382 0
/proc/10879/statm: 6889 1011 839 476 0 211 0
Current children cumulated CPU time: 2442.26 s
Current children cumulated vsize: 27556 KiB
Current children cumulated memory: 4044 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 11068
/proc/meminfo: memFree=27526192/32770624 swapFree=67108860/67108860
[pid=10879] ppid=10876 vsize=27556 memory=4044 CPUtime=2502.26 cores=0,2,4,6
/proc/10879/stat : 10879 (cosoco) R 10876 10879 10531 0 -1 4202496 6123 0 0 0 250226 0 0 0 20 0 1 0 47150238 28217344 1011 33554432000 4194304 6142532 140722372366352 140722372363752 5058369 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8243016 8247936 10117120 140722372367494 140722372367624 140722372367624 140722372370382 0
/proc/10879/statm: 6889 1011 839 476 0 211 0
Current children cumulated CPU time: 2502.26 s
Current children cumulated vsize: 27556 KiB
Current children cumulated memory: 4044 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.08 2.03 2.05 3/191 11068
/proc/meminfo: memFree=27526140/32770624 swapFree=67108860/67108860
[pid=10879] ppid=10876 vsize=27556 memory=4044 CPUtime=2519.97 cores=0,2,4,6
/proc/10879/stat : 10879 (cosoco) R 10876 10879 10531 0 -1 4202496 6221 0 0 0 251997 0 0 0 20 0 1 0 47150238 28217344 1011 33554432000 4194304 6142532 140722372366352 140722372363752 5062775 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8243016 8247936 10117120 140722372367494 140722372367624 140722372367624 140722372370382 0
/proc/10879/statm: 6889 1011 839 476 0 211 0
Current children cumulated CPU time: 2519.97 s
Current children cumulated vsize: 27556 KiB
Current children cumulated memory: 4044 KiB

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

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

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

Child status: 1
Real time (s): 2520.01
CPU time (s): 2519.98
CPU user time (s): 2519.98
CPU system time (s): 0.002999
CPU usage (%): 99.9987
Max. virtual memory (cumulated for all children) (KiB): 27556
Max. memory (cumulated for all children) (KiB): 4044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.98
system time used= 0.002999
maximum resident set size= 4108
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6269
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= 15
involuntary context switches= 826


# summary of solver processes directly reported to runsolver:
#   pid: 10879
#   total CPU time (s): 2519.98
#   total CPU user time (s): 2519.98
#   total CPU system time (s): 0.002999

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.53063 second user time and 16.435 second system time

The end

Launcher Data

Begin job on node134 at 2018-07-22 23:44:30
IDJOB=4292831
IDBENCH=141022
IDSOLVER=2752
FILE ID=node134/4292831-1532295870
RUNJOBID= node134-1532293349-10562
PBS_JOBID= 21018978
Free space on /tmp= 55992 MiB

SOLVER NAME= cosoco 1.12
BENCH NAME= XCSP18/ColouredQueens/ColouredQueens-13_c18.xml
COMMAND LINE= DIR/cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4292831-1532295870/watcher-4292831-1532295870 -o /tmp/evaluation-result-4292831-1532295870/solver-4292831-1532295870 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532293349-10562 --watchdog 2580  HOME/cosoco -lc -model -restarts HOME/instance-4292831-1532295870.xml

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

MD5SUM BENCH= 3785e9b0b2758b612fcaaefab5873f44
RANDOM SEED=1734587846

node134.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.68
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.68
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.68
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.68
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:        27528352 kB
MemAvailable:   31977680 kB
Buffers:          174104 kB
Cached:          4540284 kB
SwapCached:            0 kB
Active:          1381756 kB
Inactive:        3387436 kB
Active(anon):       4760 kB
Inactive(anon):    70304 kB
Active(file):    1376996 kB
Inactive(file):  3317132 kB
Unevictable:        7396 kB
Mlocked:            7396 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2756 kB
Writeback:             0 kB
AnonPages:         63064 kB
Mapped:            38400 kB
Shmem:             17056 kB
Slab:             170036 kB
SReclaimable:     142068 kB
SUnreclaim:        27968 kB
KernelStack:        3424 kB
PageTables:         4752 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     344208 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 55992 MiB
End job on node134 at 2018-07-23 00:26:30