Trace number 4251507

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-mini 1.1 (2017-06-27)? (TO) 2400.05 2400.1

General information on the benchmark

NameColouredQueens/ColouredQueens-m1-s1/
ColouredQueens-11.xml
MD5SUM3da25fcd556a00d93fc440927ef81e89
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 variables121
Number of constraints60
Number of domains1
Minimum domain size11
Maximum domain size11
Distribution of domain sizes[{"size":11,"count":121}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":117}]
Minimum constraint arity2
Maximum constraint arity11
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":24}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":60}]
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.0 --  
0.00/0.00	c
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: 121
0.00/0.00	c |            Domain Sizes: 11..11
0.00/0.00	c |
0.00/0.00	c |             Constraints: 60
0.00/0.00	c |                   Arity: 2..11  -- Binary: 4  -- Ternary: 4
0.00/0.00	c | 
0.00/0.00	c |                   Types: 
0.00/0.00	c |                          All Different: 60
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.03	c 101            323            17379          26453          0              0              45   59   49   
0.00/0.06	c 211            777            36150          53856          0              0              40   60   47   
0.00/0.08	c 332            1185           54355          78174          0              0              38   57   44   
0.09/0.11	c 465            1602           75615          108170         0              0              39   57   48   
0.09/0.14	c 611            2023           93684          134383         0              0              39   57   46   
0.09/0.18	c 771            2494           122164         178781         0              0              39   52   45   
0.19/0.22	c 947            3020           150420         226610         0              0              36   56   48   
0.19/0.26	c 1140           3621           177983         267786         0              0              41   58   49   
0.29/0.32	c 1352           4382           214478         319876         0              0              41   61   47   
0.29/0.37	c 1585           5087           250609         373586         0              0              37   60   48   
0.39/0.45	c 1841           6114           302811         447286         0              0              40   61   51   
0.49/0.51	c 2122           6952           345465         512724         0              0              39   68   53   
0.49/0.59	c 2431           7938           395839         598577         0              0              39   61   46   
0.59/0.69	c 2770           9200           461090         693881         0              0              40   63   48   
0.69/0.74	c 3142           10104          495793         748500         0              0              41   64   54   
0.79/0.84	c 3551           11420          568402         857335         0              0              43   65   50   
0.89/0.96	c 4000           13258          649866         977493         0              0              40   67   52   
0.99/1.05	c 4493           14544          710258         1069061        0              0              37   59   49   
1.10/1.16	c 5035           16192          784546         1178185        0              0              37   59   46   
1.29/1.30	c 5631           18084          878340         1327791        0              0              36   59   49   
1.39/1.45	c 6286           20056          977653         1477634        0              0              39   60   50   
1.59/1.60	c 7006           22299          1080776        1628213        0              0              42   64   52   
1.69/1.77	c 7798           24625          1193079        1801728        0              0              42   68   53   
1.89/1.96	c 8669           27360          1324257        2008418        0              0              42   68   54   
2.20/2.21	c 9627           30765          1492420        2263266        0              0              37   65   50   
2.39/2.47	c 10680          34546          1671369        2522302        0              0              40   65   51   
2.79/2.82	c 11838          38981          1908015        2861890        0              0              35   63   48   
3.09/3.11	c 13111          42856          2101042        3148515        0              0              36   63   49   
3.40/3.41	c 14511          46770          2299492        3485884        0              0              40   65   52   
3.59/3.67	c 16051          50649          2472488        3783918        0              0              30   68   54   
3.99/4.07	c 17745          56639          2739640        4194988        0              0              38   64   50   
4.40/4.49	c 19608          62471          3027188        4581175        0              0              38   65   49   
4.89/4.94	c 21657          69160          3327054        5064771        0              0              38   65   51   
5.39/5.50	c 23910          77437          3704355        5622765        0              0              35   66   48   
5.99/6.03	c 26388          84130          4056421        6197090        0              0              37   67   54   
6.49/6.53	c 29113          90526          4395237        6749448        0              0              39   64   51   
7.19/7.23	c 32110          103064         4871759        7428787        0              0              40   73   53   
7.89/7.99	c 35406          112461         5370303        8302827        0              0              40   68   52   
8.80/8.86	c 39031          123644         5947355        9193493        0              0              35   62   47   
9.79/9.89	c 43018          137622         6635520        10271992       0              0              36   64   49   
10.79/10.87	c 47403          150460         7279803        11342012       0              0              38   67   51   
11.89/11.91	c 52226          163788         7967885        12358239       0              0              36   62   50   
13.20/13.24	c 57531          181602         8854586        13750771       0              0              37   67   51   
14.49/14.56	c 63366          200574         9741241        15099406       0              0              39   65   51   
16.09/16.19	c 69784          221391         10837528       16836073       0              0              39   65   51   
17.49/17.56	c 76843          239254         11737348       18337203       0              0              38   69   54   
18.89/18.93	c 84607          258959         12628980       19824028       0              0              42   71   55   
20.69/20.78	c 93147          283347         13852110       21857786       0              0              36   67   52   
22.89/22.97	c 102541         314819         15339759       24152708       0              0              38   68   52   
24.89/24.96	c 112874         341627         16648323       26250963       0              0              39   69   54   
27.29/27.35	c 124240         371589         18268953       28966835       0              0              35   65   48   
29.89/29.93	c 136742         405769         19973254       31878661       0              0              38   66   53   
32.59/32.64	c 150494         446788         21783586       34680799       0              0              35   68   50   
35.99/36.07	c 165621         495261         24065472       38170274       0              0              38   71   51   
39.70/39.75	c 182260         542932         26494477       42018184       0              0              36   67   52   
44.00/44.01	c 200562         600673         29312810       46316728       0              0              36   71   52   
48.99/49.02	c 220694         663006         32619189       51612671       0              0              37   73   53   
53.90/53.91	c 242839         734404         35890122       56929477       0              0              34   70   49   
57.89/57.94	c 267198         797601         38560856       61434666       0              0              36   67   55   
62.80/62.84	c 293992         867116         41823828       66685257       0              0              36   71   52   
69.59/69.67	c 323465         967313         46392886       73652110       0              0              37   70   51   
74.80/74.81	c 355885         1041413        49714606       80307474       0              0              36   66   52   
82.69/82.78	c 391547         1154853        55080353       88503215       0              0              31   72   50   
90.89/90.94	c 430775         1265104        60510706       96493185       0              0              35   71   51   
99.89/99.95	c 473925         1395642        66425476       106133670      0              0              37   73   55   
108.59/108.67	c 521390         1516940        72341773       115513827      0              0              35   71   52   
119.59/119.68	c 573601         1657391        79598953       127089229      0              0              34   68   51   
131.49/131.60	c 631033         1825131        87487130       140599044      0              0              34   74   53   
143.69/143.70	c 694208         2001686        95577653       153952282      0              0              32   73   52   
159.49/159.59	c 763700         2212408        106291808      170391319      0              0              32   69   48   
177.09/177.17	c 840141         2474270        118071915      188851694      0              0              35   70   50   
195.19/195.20	c 924226         2725800        130073494      208708670      0              0              33   66   50   
212.59/212.64	c 1016719        2988032        141826320      227478882      0              0              34   72   53   
237.09/237.17	c 1118461        3313959        158069377      251837890      0              0              35   72   51   
262.69/262.77	c 1230377        3653167        174994409      278688172      0              0              34   68   51   
294.69/294.72	c 1353484        4069448        196392788      310695648      0              0              32   70   48   
327.59/327.65	c 1488901        4516258        218741499      343869492      0              0              32   65   48   
363.58/363.66	c 1637859        5027401        242345784      381082499      0              0              33   73   51   
398.78/398.88	c 1801712        5516444        265897255      420597243      0              0              31   66   48   
442.19/442.26	c 1981950        6108444        294976327      463882569      0              0              33   69   49   
483.99/484.10	c 2180211        6667182        322771443      506657378      0              0              35   73   52   
536.08/536.11	c 2398298        7375225        357135792      561990887      0              0              34   74   50   
583.58/583.63	c 2638193        8052636        389023403      614336148      0              0              35   73   52   
634.48/634.56	c 2902077        8738878        422154036      672336305      0              0              33   73   54   
694.28/694.33	c 3192349        9525368        461150014      739691960      0              0              34   76   52   
765.28/765.39	c 3511648        10583136       509118167      811806699      0              0              33   78   50   
834.67/834.70	c 3862876        11527770       555560243      889251874      0              0              31   73   49   
905.17/905.29	c 4249226        12673634       602081411      967603758      0              0              33   75   55   
1006.17/1006.26	c 4674211        14058899       670223922      1067801261     0              0              33   72   50   
1103.27/1103.31	c 5141694        15392547       735849129      1170932408     0              0              33   74   51   
1211.07/1211.17	c 5655925        16948701       806774449      1289363357     0              0              35   77   53   
1333.76/1333.86	c 6221579        18660780       889282508      1417853643     0              0              33   74   51   
1480.57/1480.66	c 6843798        20698329       986900868      1572630449     0              0              32   79   51   
1642.86/1642.98	c 7528238        22889631       1095811904     1737330491     0              0              33   72   51   
1798.15/1798.20	c 8281122        25097328       1200063488     1900998983     0              0              31   72   50   
1988.25/1988.34	c 9109294        27767830       1325839288     2102121561     0              0              32   73   51   
2205.45/2205.52	c 10020283       30753177       1470143936     2331888173     0              0              31   74   50   
2389.84/2389.91	c 11022370       33559359       1593029261     2531817137     0              0              33   80   54   

Verifier Data

One s line expected

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4251507-1500914935/watcher-4251507-1500914935 -o /tmp/evaluation-result-4251507-1500914935/solver-4251507-1500914935 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node116-1500914924-3649 --watchdog 2560 HOME/cosoco -lc -model -restarts HOME/instance-4251507-1500914935.xml 

pid=3966
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 0.08 1.54 4.48 1/176 3969
/proc/meminfo: memFree=32138912/32770624 swapFree=5880/108268
[pid=3969] ppid=3966 vsize=26904 CPUtime=0 cores=1,3,5,7
/proc/3969/stat : 3969 (cosoco) R 3966 3969 3617 0 -1 4202496 975 0 0 0 0 0 0 0 20 0 1 0 1046641 27549696 759 33554432000 4194304 5744392 140734234649600 140734234646248 5255936 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 7841632 7846472 31633408 140734234653889 140734234654019 140734234654019 140734234656718 0
/proc/3969/statm: 6726 759 677 379 0 145 0

[startup+0.100147 s]
/proc/loadavg: 0.08 1.54 4.48 1/176 3969
/proc/meminfo: memFree=32138912/32770624 swapFree=5880/108268
[pid=3969] ppid=3966 vsize=26904 CPUtime=0.09 cores=1,3,5,7
/proc/3969/stat : 3969 (cosoco) R 3966 3969 3617 0 -1 4202496 1043 0 0 0 9 0 0 0 20 0 1 0 1046641 27549696 825 33554432000 4194304 5744392 140734234649600 140734234646248 4914047 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7841632 7846472 31633408 140734234653889 140734234654019 140734234654019 140734234656718 0
/proc/3969/statm: 6726 825 701 379 0 145 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26904

[startup+0.200254 s]
/proc/loadavg: 0.08 1.54 4.48 1/176 3969
/proc/meminfo: memFree=32138912/32770624 swapFree=5880/108268
[pid=3969] ppid=3966 vsize=26904 CPUtime=0.19 cores=1,3,5,7
/proc/3969/stat : 3969 (cosoco) R 3966 3969 3617 0 -1 4202496 1043 0 0 0 19 0 0 0 20 0 1 0 1046641 27549696 825 33554432000 4194304 5744392 140734234649600 140734234646248 4998864 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7841632 7846472 31633408 140734234653889 140734234654019 140734234654019 140734234656718 0
/proc/3969/statm: 6726 825 701 379 0 145 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 26904

[startup+0.300249 s]
/proc/loadavg: 0.08 1.54 4.48 1/176 3969
/proc/meminfo: memFree=32138912/32770624 swapFree=5880/108268
[pid=3969] ppid=3966 vsize=26904 CPUtime=0.29 cores=1,3,5,7
/proc/3969/stat : 3969 (cosoco) R 3966 3969 3617 0 -1 4202496 1043 0 0 0 29 0 0 0 20 0 1 0 1046641 27549696 825 33554432000 4194304 5744392 140734234649600 140734234646248 4915256 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7841632 7846472 31633408 140734234653889 140734234654019 140734234654019 140734234656718 0
/proc/3969/statm: 6726 825 701 379 0 145 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26904

[startup+0.700214 s]
/proc/loadavg: 0.08 1.54 4.48 1/176 3969
/proc/meminfo: memFree=32138912/32770624 swapFree=5880/108268
[pid=3969] ppid=3966 vsize=26904 CPUtime=0.69 cores=1,3,5,7
/proc/3969/stat : 3969 (cosoco) R 3966 3969 3617 0 -1 4202496 1043 0 0 0 69 0 0 0 20 0 1 0 1046641 27549696 825 33554432000 4194304 5744392 140734234649600 140734234646248 4914182 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7841632 7846472 31633408 140734234653889 140734234654019 140734234654019 140734234656718 0
/proc/3969/statm: 6726 825 701 379 0 145 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26904

[startup+1.50021 s]
/proc/loadavg: 0.16 1.54 4.46 2/177 3970
/proc/meminfo: memFree=32138276/32770624 swapFree=5880/108268
[pid=3969] ppid=3966 vsize=26904 CPUtime=1.49 cores=1,3,5,7
/proc/3969/stat : 3969 (cosoco) R 3966 3969 3617 0 -1 4202496 1044 0 0 0 149 0 0 0 20 0 1 0 1046641 27549696 825 33554432000 4194304 5744392 140734234649600 140734234647000 4916447 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7841632 7846472 31633408 140734234653889 140734234654019 140734234654019 140734234656718 0
/proc/3969/statm: 6726 825 701 379 0 145 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26904

[startup+3.10017 s]
/proc/loadavg: 0.16 1.54 4.46 3/183 3985
/proc/meminfo: memFree=32115616/32770624 swapFree=5880/108228
[pid=3969] ppid=3966 vsize=26904 CPUtime=3.09 cores=1,3,5,7
/proc/3969/stat : 3969 (cosoco) R 3966 3969 3617 0 -1 4202496 1119 0 0 0 309 0 0 0 20 0 1 0 1046641 27549696 884 33554432000 4194304 5744392 140734234649600 140734234647000 4917494 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7841632 7846472 31633408 140734234653889 140734234654019 140734234654019 140734234656718 0
/proc/3969/statm: 6726 884 748 379 0 145 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26904

[startup+6.30019 s]
/proc/loadavg: 0.16 1.54 4.46 3/183 3985
/proc/meminfo: memFree=32099908/32770624 swapFree=5880/108236
[pid=3969] ppid=3966 vsize=26904 CPUtime=6.29 cores=1,3,5,7
/proc/3969/stat : 3969 (cosoco) R 3966 3969 3617 0 -1 4202496 1194 0 0 0 629 0 0 0 20 0 1 0 1046641 27549696 884 33554432000 4194304 5744392 140734234649600 140734234647000 4913898 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7841632 7846472 31633408 140734234653889 140734234654019 140734234654019 140734234656718 0
/proc/3969/statm: 6726 884 748 379 0 145 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 26904

[startup+12.7002 s]
/proc/loadavg: 0.44 1.55 4.44 3/183 3985
/proc/meminfo: memFree=32096868/32770624 swapFree=5880/108252
[pid=3969] ppid=3966 vsize=26904 CPUtime=12.69 cores=1,3,5,7
/proc/3969/stat : 3969 (cosoco) R 3966 3969 3617 0 -1 4202496 1269 0 0 0 1269 0 0 0 20 0 1 0 1046641 27549696 884 33554432000 4194304 5744392 140734234649600 140734234647000 4914406 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7841632 7846472 31633408 140734234653889 140734234654019 140734234654019 140734234656718 0
/proc/3969/statm: 6726 884 748 379 0 145 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 26904

[startup+25.5002 s]
/proc/loadavg: 0.68 1.57 4.41 3/183 3985
/proc/meminfo: memFree=32097348/32770624 swapFree=5880/108268
[pid=3969] ppid=3966 vsize=26904 CPUtime=25.49 cores=1,3,5,7
/proc/3969/stat : 3969 (cosoco) R 3966 3969 3617 0 -1 4202496 1419 0 0 0 2549 0 0 0 20 0 1 0 1046641 27549696 884 33554432000 4194304 5744392 140734234649600 140734234647000 4916469 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7841632 7846472 31633408 140734234653889 140734234654019 140734234654019 140734234656718 0
/proc/3969/statm: 6726 884 748 379 0 145 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 26904

[startup+51.1002 s]
/proc/loadavg: 1.13 1.60 4.35 3/183 3985
/proc/meminfo: memFree=32097780/32770624 swapFree=5880/108300
[pid=3969] ppid=3966 vsize=26904 CPUtime=51.09 cores=1,3,5,7
/proc/3969/stat : 3969 (cosoco) R 3966 3969 3617 0 -1 4202496 1494 0 0 0 5109 0 0 0 20 0 1 0 1046641 27549696 884 33554432000 4194304 5744392 140734234649600 140734234647000 4917655 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7841632 7846472 31633408 140734234653889 140734234654019 140734234654019 140734234656718 0
/proc/3969/statm: 6726 884 748 379 0 145 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 26904

[startup+102.3 s]
/proc/loadavg: 1.73 1.68 4.22 3/183 3993
/proc/meminfo: memFree=32097136/32770624 swapFree=5880/108360
[pid=3969] ppid=3966 vsize=26904 CPUtime=102.3 cores=1,3,5,7
/proc/3969/stat : 3969 (cosoco) R 3966 3969 3617 0 -1 4202496 1569 0 0 0 10230 0 0 0 20 0 1 0 1046641 27549696 884 33554432000 4194304 5744392 140734234649600 140734234647000 5118794 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7841632 7846472 31633408 140734234653889 140734234654019 140734234654019 140734234656718 0
/proc/3969/statm: 6726 884 748 379 0 145 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 26904

[startup+162.3 s]
/proc/loadavg: 1.90 1.74 4.08 3/183 3994
/proc/meminfo: memFree=32097964/32770624 swapFree=5880/108412
[pid=3969] ppid=3966 vsize=26904 CPUtime=162.29 cores=1,3,5,7
/proc/3969/stat : 3969 (cosoco) R 3966 3969 3617 0 -1 4202496 1644 0 0 0 16229 0 0 0 20 0 1 0 1046641 27549696 884 33554432000 4194304 5744392 140734234649600 140734234647000 4914654 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7841632 7846472 31633408 140734234653889 140734234654019 140734234654019 140734234656718 0
/proc/3969/statm: 6726 884 748 379 0 145 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 26904

[startup+222.306 s]
/proc/loadavg: 1.96 1.79 3.95 3/183 3995
/proc/meminfo: memFree=32097840/32770624 swapFree=5880/108460
[pid=3969] ppid=3966 vsize=26904 CPUtime=222.29 cores=1,3,5,7
/proc/3969/stat : 3969 (cosoco) R 3966 3969 3617 0 -1 4202496 1719 0 0 0 22229 0 0 0 20 0 1 0 1046641 27549696 884 33554432000 4194304 5744392 140734234649600 140734234647000 4913884 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7841632 7846472 31633408 140734234653889 140734234654019 140734234654019 140734234656718 0
/proc/3969/statm: 6726 884 748 379 0 145 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 26904

[startup+282.3 s]
/proc/loadavg: 1.99 1.83 3.83 3/183 3996
/proc/meminfo: memFree=32097784/32770624 swapFree=5880/108496
[pid=3969] ppid=3966 vsize=26904 CPUtime=282.29 cores=1,3,5,7
/proc/3969/stat : 3969 (cosoco) R 3966 3969 3617 0 -1 4202496 1794 0 0 0 28229 0 0 0 20 0 1 0 1046641 27549696 884 33554432000 4194304 5744392 140734234649600 140734234647000 4917954 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7841632 7846472 31633408 140734234653889 140734234654019 140734234654019 140734234656718 0
/proc/3969/statm: 6726 884 748 379 0 145 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 26904

[startup+342.3 s]
/proc/loadavg: 2.06 1.87 3.72 3/182 3997
/proc/meminfo: memFree=32097428/32770624 swapFree=5880/108540
[pid=3969] ppid=3966 vsize=26904 CPUtime=342.28 cores=1,3,5,7
/proc/3969/stat : 3969 (cosoco) R 3966 3969 3617 0 -1 4202496 1869 0 0 0 34228 0 0 0 20 0 1 0 1046641 27549696 884 33554432000 4194304 5744392 140734234649600 140734234647000 4916473 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7841632 7846472 31633408 140734234653889 140734234654019 140734234654019 140734234656718 0
/proc/3969/statm: 6726 884 748 379 0 145 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 26904

[startup+402.3 s]
/proc/loadavg: 2.02 1.90 3.61 3/182 3999
/proc/meminfo: memFree=32097912/32770624 swapFree=5880/108580
[pid=3969] ppid=3966 vsize=26904 CPUtime=402.28 cores=1,3,5,7
/proc/3969/stat : 3969 (cosoco) R 3966 3969 3617 0 -1 4202496 1944 0 0 0 40228 0 0 0 20 0 1 0 1046641 27549696 884 33554432000 4194304 5744392 140734234649600 140734234647000 5126896 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7841632 7846472 31633408 140734234653889 140734234654019 140734234654019 140734234656718 0
/proc/3969/statm: 6726 884 748 379 0 145 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 26904

[startup+462.3 s]
/proc/loadavg: 2.01 1.91 3.51 3/182 4000
/proc/meminfo: memFree=32097656/32770624 swapFree=5880/108616
[pid=3969] ppid=3966 vsize=26904 CPUtime=462.28 cores=1,3,5,7
/proc/3969/stat : 3969 (cosoco) R 3966 3969 3617 0 -1 4202496 2019 0 0 0 46228 0 0 0 20 0 1 0 1046641 27549696 884 33554432000 4194304 5744392 140734234649600 140734234647000 4916579 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7841632 7846472 31633408 140734234653889 140734234654019 140734234654019 140734234656718 0
/proc/3969/statm: 6726 884 748 379 0 145 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 26904

[startup+522.3 s]
/proc/loadavg: 2.00 1.93 3.41 3/182 4001
/proc/meminfo: memFree=32097788/32770624 swapFree=5880/108644
[pid=3969] ppid=3966 vsize=26904 CPUtime=522.28 cores=1,3,5,7
/proc/3969/stat : 3969 (cosoco) R 3966 3969 3617 0 -1 4202496 2094 0 0 0 52228 0 0 0 20 0 1 0 1046641 27549696 884 33554432000 4194304 5744392 140734234649600 140734234647000 4917939 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7841632 7846472 31633408 140734234653889 140734234654019 140734234654019 140734234656718 0
/proc/3969/statm: 6726 884 748 379 0 145 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 26904

[startup+582.3 s]
/proc/loadavg: 2.00 1.94 3.33 3/182 4003
/proc/meminfo: memFree=32098180/32770624 swapFree=5880/108684
[pid=3969] ppid=3966 vsize=26904 CPUtime=582.28 cores=1,3,5,7
/proc/3969/stat : 3969 (cosoco) R 3966 3969 3617 0 -1 4202496 2157 0 0 0 58228 0 0 0 20 0 1 0 1046641 27549696 884 33554432000 4194304 5744392 140734234649600 140734234647000 4916720 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7841632 7846472 31633408 140734234653889 140734234654019 140734234654019 140734234656718 0
/proc/3969/statm: 6726 884 748 379 0 145 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 26904


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


[startup+1542.31 s]
/proc/loadavg: 2.00 1.99 2.47 3/181 4055
/proc/meminfo: memFree=32098840/32770624 swapFree=5880/108952
[pid=3969] ppid=3966 vsize=26904 CPUtime=1542.26 cores=1,3,5,7
/proc/3969/stat : 3969 (cosoco) R 3966 3969 3617 0 -1 4202496 3301 0 0 0 154226 0 0 0 20 0 1 0 1046641 27549696 884 33554432000 4194304 5744392 140734234649600 140734234647000 4914895 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7841632 7846472 31633408 140734234653889 140734234654019 140734234654019 140734234656718 0
/proc/3969/statm: 6726 884 748 379 0 145 0
Current children cumulated CPU time (s) 1542.26
Current children cumulated vsize (KiB) 26904

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 2.44 3/182 4057
/proc/meminfo: memFree=32098148/32770624 swapFree=5880/108980
[pid=3969] ppid=3966 vsize=26904 CPUtime=1602.26 cores=1,3,5,7
/proc/3969/stat : 3969 (cosoco) R 3966 3969 3617 0 -1 4202496 3364 0 0 0 160226 0 0 0 20 0 1 0 1046641 27549696 884 33554432000 4194304 5744392 140734234649600 140734234647000 4914059 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7841632 7846472 31633408 140734234653889 140734234654019 140734234654019 140734234656718 0
/proc/3969/statm: 6726 884 748 379 0 145 0
Current children cumulated CPU time (s) 1602.26
Current children cumulated vsize (KiB) 26904

[startup+1662.3 s]
/proc/loadavg: 2.03 2.00 2.42 3/182 4058
/proc/meminfo: memFree=32097776/32770624 swapFree=5880/109008
[pid=3969] ppid=3966 vsize=26904 CPUtime=1662.26 cores=1,3,5,7
/proc/3969/stat : 3969 (cosoco) R 3966 3969 3617 0 -1 4202496 3439 0 0 0 166226 0 0 0 20 0 1 0 1046641 27549696 884 33554432000 4194304 5744392 140734234649600 140734234647000 4914472 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7841632 7846472 31633408 140734234653889 140734234654019 140734234654019 140734234656718 0
/proc/3969/statm: 6726 884 748 379 0 145 0
Current children cumulated CPU time (s) 1662.26
Current children cumulated vsize (KiB) 26904

[startup+1722.3 s]
/proc/loadavg: 2.01 2.00 2.39 3/182 4059
/proc/meminfo: memFree=32097396/32770624 swapFree=5880/109032
[pid=3969] ppid=3966 vsize=26904 CPUtime=1722.26 cores=1,3,5,7
/proc/3969/stat : 3969 (cosoco) R 3966 3969 3617 0 -1 4202496 3502 0 0 0 172226 0 0 0 20 0 1 0 1046641 27549696 884 33554432000 4194304 5744392 140734234649600 140734234647000 4914847 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7841632 7846472 31633408 140734234653889 140734234654019 140734234654019 140734234656718 0
/proc/3969/statm: 6726 884 748 379 0 145 0
Current children cumulated CPU time (s) 1722.26
Current children cumulated vsize (KiB) 26904

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.37 3/182 4060
/proc/meminfo: memFree=32097132/32770624 swapFree=5880/109052
[pid=3969] ppid=3966 vsize=26904 CPUtime=1782.25 cores=1,3,5,7
/proc/3969/stat : 3969 (cosoco) R 3966 3969 3617 0 -1 4202496 3565 0 0 0 178225 0 0 0 20 0 1 0 1046641 27549696 884 33554432000 4194304 5744392 140734234649600 140734234647000 4914076 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7841632 7846472 31633408 140734234653889 140734234654019 140734234654019 140734234656718 0
/proc/3969/statm: 6726 884 748 379 0 145 0
Current children cumulated CPU time (s) 1782.25
Current children cumulated vsize (KiB) 26904

[startup+1842.3 s]
/proc/loadavg: 2.08 2.02 2.35 3/182 4061
/proc/meminfo: memFree=32096868/32770624 swapFree=5880/109076
[pid=3969] ppid=3966 vsize=26904 CPUtime=1842.25 cores=1,3,5,7
/proc/3969/stat : 3969 (cosoco) R 3966 3969 3617 0 -1 4202496 3640 0 0 0 184225 0 0 0 20 0 1 0 1046641 27549696 884 33554432000 4194304 5744392 140734234649600 140734234647000 4914172 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7841632 7846472 31633408 140734234653889 140734234654019 140734234654019 140734234656718 0
/proc/3969/statm: 6726 884 748 379 0 145 0
Current children cumulated CPU time (s) 1842.25
Current children cumulated vsize (KiB) 26904

[startup+1902.3 s]
/proc/loadavg: 2.03 2.01 2.33 3/182 4069
/proc/meminfo: memFree=32095960/32770624 swapFree=5880/109108
[pid=3969] ppid=3966 vsize=26904 CPUtime=1902.25 cores=1,3,5,7
/proc/3969/stat : 3969 (cosoco) R 3966 3969 3617 0 -1 4202496 3703 0 0 0 190225 0 0 0 20 0 1 0 1046641 27549696 884 33554432000 4194304 5744392 140734234649600 140734234647000 4916330 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7841632 7846472 31633408 140734234653889 140734234654019 140734234654019 140734234656718 0
/proc/3969/statm: 6726 884 748 379 0 145 0
Current children cumulated CPU time (s) 1902.25
Current children cumulated vsize (KiB) 26904

[startup+1962.3 s]
/proc/loadavg: 2.01 2.01 2.31 3/182 4070
/proc/meminfo: memFree=32096688/32770624 swapFree=5880/109128
[pid=3969] ppid=3966 vsize=26904 CPUtime=1962.25 cores=1,3,5,7
/proc/3969/stat : 3969 (cosoco) R 3966 3969 3617 0 -1 4202496 3766 0 0 0 196225 0 0 0 20 0 1 0 1046641 27549696 884 33554432000 4194304 5744392 140734234649600 140734234647000 4916458 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7841632 7846472 31633408 140734234653889 140734234654019 140734234654019 140734234656718 0
/proc/3969/statm: 6726 884 748 379 0 145 0
Current children cumulated CPU time (s) 1962.25
Current children cumulated vsize (KiB) 26904

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.29 3/182 4071
/proc/meminfo: memFree=32096752/32770624 swapFree=5880/109156
[pid=3969] ppid=3966 vsize=26904 CPUtime=2022.25 cores=1,3,5,7
/proc/3969/stat : 3969 (cosoco) R 3966 3969 3617 0 -1 4202496 3841 0 0 0 202225 0 0 0 20 0 1 0 1046641 27549696 884 33554432000 4194304 5744392 140734234649600 140734234647000 5123312 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7841632 7846472 31633408 140734234653889 140734234654019 140734234654019 140734234656718 0
/proc/3969/statm: 6726 884 748 379 0 145 0
Current children cumulated CPU time (s) 2022.25
Current children cumulated vsize (KiB) 26904

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.27 3/182 4072
/proc/meminfo: memFree=32096604/32770624 swapFree=5880/109176
[pid=3969] ppid=3966 vsize=26904 CPUtime=2082.25 cores=1,3,5,7
/proc/3969/stat : 3969 (cosoco) R 3966 3969 3617 0 -1 4202496 3904 0 0 0 208225 0 0 0 20 0 1 0 1046641 27549696 884 33554432000 4194304 5744392 140734234649600 140734234647000 4998864 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7841632 7846472 31633408 140734234653889 140734234654019 140734234654019 140734234656718 0
/proc/3969/statm: 6726 884 748 379 0 145 0
Current children cumulated CPU time (s) 2082.25
Current children cumulated vsize (KiB) 26904

[startup+2142.3 s]
/proc/loadavg: 2.04 2.03 2.26 3/182 4073
/proc/meminfo: memFree=32096968/32770624 swapFree=5880/109200
[pid=3969] ppid=3966 vsize=26904 CPUtime=2142.25 cores=1,3,5,7
/proc/3969/stat : 3969 (cosoco) R 3966 3969 3617 0 -1 4202496 3967 0 0 0 214225 0 0 0 20 0 1 0 1046641 27549696 884 33554432000 4194304 5744392 140734234649600 140734234647000 4914754 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7841632 7846472 31633408 140734234653889 140734234654019 140734234654019 140734234656718 0
/proc/3969/statm: 6726 884 748 379 0 145 0
Current children cumulated CPU time (s) 2142.25
Current children cumulated vsize (KiB) 26904

[startup+2202.31 s]
/proc/loadavg: 2.01 2.02 2.24 3/182 4075
/proc/meminfo: memFree=32096840/32770624 swapFree=5880/109228
[pid=3969] ppid=3966 vsize=26904 CPUtime=2202.25 cores=1,3,5,7
/proc/3969/stat : 3969 (cosoco) R 3966 3969 3617 0 -1 4202496 4030 0 0 0 220225 0 0 0 20 0 1 0 1046641 27549696 884 33554432000 4194304 5744392 140734234649600 140734234647000 4915216 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7841632 7846472 31633408 140734234653889 140734234654019 140734234654019 140734234656718 0
/proc/3969/statm: 6726 884 748 379 0 145 0
Current children cumulated CPU time (s) 2202.25
Current children cumulated vsize (KiB) 26904

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.23 3/182 4076
/proc/meminfo: memFree=32096692/32770624 swapFree=5880/109248
[pid=3969] ppid=3966 vsize=26904 CPUtime=2262.24 cores=1,3,5,7
/proc/3969/stat : 3969 (cosoco) R 3966 3969 3617 0 -1 4202496 4104 0 0 0 226224 0 0 0 20 0 1 0 1046641 27549696 884 33554432000 4194304 5744392 140734234649600 140734234647000 4915444 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7841632 7846472 31633408 140734234653889 140734234654019 140734234654019 140734234656718 0
/proc/3969/statm: 6726 884 748 379 0 145 0
Current children cumulated CPU time (s) 2262.24
Current children cumulated vsize (KiB) 26904

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.21 3/182 4077
/proc/meminfo: memFree=32096940/32770624 swapFree=5880/109272
[pid=3969] ppid=3966 vsize=26904 CPUtime=2322.24 cores=1,3,5,7
/proc/3969/stat : 3969 (cosoco) R 3966 3969 3617 0 -1 4202496 4171 0 0 0 232224 0 0 0 20 0 1 0 1046641 27549696 884 33554432000 4194304 5744392 140734234649600 140734234647000 4914089 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7841632 7846472 31633408 140734234653889 140734234654019 140734234654019 140734234656718 0
/proc/3969/statm: 6726 884 748 379 0 145 0
Current children cumulated CPU time (s) 2322.24
Current children cumulated vsize (KiB) 26904

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.20 3/182 4079
/proc/meminfo: memFree=32096788/32770624 swapFree=5880/109304
[pid=3969] ppid=3966 vsize=26904 CPUtime=2382.24 cores=1,3,5,7
/proc/3969/stat : 3969 (cosoco) R 3966 3969 3617 0 -1 4202496 4234 0 0 0 238224 0 0 0 20 0 1 0 1046641 27549696 885 33554432000 4194304 5744392 140734234649600 140734234647000 4916503 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7841632 7846472 31633408 140734234653889 140734234654019 140734234654019 140734234656718 0
/proc/3969/statm: 6726 885 748 379 0 145 0
Current children cumulated CPU time (s) 2382.24
Current children cumulated vsize (KiB) 26904



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.1 s]
/proc/loadavg: 2.00 2.01 2.20 3/182 4079
/proc/meminfo: memFree=32096816/32770624 swapFree=5880/109316
[pid=3969] ppid=3966 vsize=26904 CPUtime=2400.04 cores=1,3,5,7
/proc/3969/stat : 3969 (cosoco) R 3966 3969 3617 0 -1 4202496 4311 0 0 0 240004 0 0 0 20 0 1 0 1046641 27549696 885 33554432000 4194304 5744392 140734234649600 140734234647000 4916867 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7841632 7846472 31633408 140734234653889 140734234654019 140734234654019 140734234656718 0
/proc/3969/statm: 6726 885 748 379 0 145 0
Current children cumulated CPU time (s) 2400.04
Current children cumulated vsize (KiB) 26904

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 3969 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2400.1 s]
/proc/loadavg: 2.00 2.01 2.20 3/182 4079
/proc/meminfo: memFree=32096816/32770624 swapFree=5880/109316
[pid=3969] ppid=3966 vsize=26904 CPUtime=2400.04 cores=1,3,5,7
/proc/3969/stat : 3969 (cosoco) R 3966 3969 3617 0 -1 4202496 4311 0 0 0 240004 0 0 0 20 0 1 0 1046641 27549696 885 33554432000 4194304 5744392 140734234649600 140734234647000 4916867 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7841632 7846472 31633408 140734234653889 140734234654019 140734234654019 140734234656718 0
/proc/3969/statm: 6726 885 748 379 0 145 0
Current children cumulated CPU time (s) 2400.04
Current children cumulated vsize (KiB) 26904

Child status: 1
Real time (s): 2400.1
CPU time (s): 2400.05
CPU user time (s): 2400.05
CPU system time (s): 0.003999
CPU usage (%): 99.9979
Max. virtual memory (cumulated for all children) (KiB): 26904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2400.05
system time used= 0.003999
maximum resident set size= 3584
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4338
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= 8
involuntary context switches= 698

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.46128 second user time and 8.11907 second system time

The end

Launcher Data

Begin job on node116 at 2017-07-24 18:48:55
IDJOB=4251507
IDBENCH=115868
IDSOLVER=2633
FILE ID=node116/4251507-1500914935
RUNJOBID= node116-1500914924-3649
PBS_JOBID= 20625411
Free space on /tmp= 61912 MiB

SOLVER NAME= cosoco-mini 1.1
BENCH NAME= XCSP17/ColouredQueens/ColouredQueens-m1-s1/ColouredQueens-11.xml
COMMAND LINE= DIR/cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4251507-1500914935/watcher-4251507-1500914935 -o /tmp/evaluation-result-4251507-1500914935/solver-4251507-1500914935 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node116-1500914924-3649 --watchdog 2560  HOME/cosoco -lc -model -restarts HOME/instance-4251507-1500914935.xml

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

MD5SUM BENCH= 3da25fcd556a00d93fc440927ef81e89
RANDOM SEED=750262907

node116.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:        32139472 kB
MemAvailable:   32062388 kB
Buffers:           29508 kB
Cached:           208408 kB
SwapCached:            0 kB
Active:           160868 kB
Inactive:         116816 kB
Active(anon):      42612 kB
Inactive(anon):     8548 kB
Active(file):     118256 kB
Inactive(file):   108268 kB
Unevictable:        5880 kB
Mlocked:            5880 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2400 kB
Writeback:           152 kB
AnonPages:         53460 kB
Mapped:            26732 kB
Shmem:              8844 kB
Slab:              49136 kB
SReclaimable:      24456 kB
SUnreclaim:        24680 kB
KernelStack:        3232 kB
PageTables:         3672 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     264768 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61908 MiB
End job on node116 at 2017-07-24 19:28:55