Trace number 4260066

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-07-29)? (TO) 2400.0701 2400.1001

General information on the benchmark

NameColouredQueens/ColouredQueens-m1-s1/
ColouredQueens-10.xml
MD5SUMdd9b438f7b2aa476e711f04952c9024a
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 variables100
Number of constraints54
Number of domains1
Minimum domain size10
Maximum domain size10
Distribution of domain sizes[{"size":10,"count":100}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":96}]
Minimum constraint arity2
Maximum constraint arity10
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":22}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":54}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.10	c root propagations     : 0           
0.00/0.10	c restarts enabled, print stats at every restarts
0.00/0.10	c
0.00/0.10	c
0.00/0.10	c
0.00/0.10	c This is cosoco 1.1 --  
0.00/0.10	c
0.00/0.10	c command line: cosoco -lc -model -restarts HOME/instance-4260066-1502014823.xml 
0.00/0.10	c ========================================[ Problem Statistics ]===========================================
0.00/0.10	c |                                                                                                       
0.00/0.10	c |  Parse time        :         0.00 s 
0.00/0.10	c |
0.00/0.10	c |               Variables: 100
0.00/0.10	c |            Domain Sizes: 10..10
0.00/0.10	c |
0.00/0.10	c |             Constraints: 54
0.00/0.10	c |                   Arity: 2..10  -- Binary: 4  -- Ternary: 4
0.00/0.10	c | 
0.00/0.10	c |                   Types: 
0.00/0.10	c |                          All Different: 54
0.00/0.10	c |                          
0.00/0.10	c =========================================================================================================
0.00/0.10	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth
0.01/0.12	c 101            419            17082          23816          0              0              34   48   39   
0.01/0.14	c 211            771            33267          46304          0              0              30   42   36   
0.01/0.17	c 332            1207           52627          74303          0              0              28   44   36   
0.01/0.19	c 465            1564           69558          98319          0              0              33   45   38   
0.09/0.22	c 611            2116           92181          127845         0              0              32   48   40   
0.09/0.26	c 771            2850           121795         168174         0              0              30   49   40   
0.19/0.30	c 947            3590           150774         213320         0              0              31   50   40   
0.19/0.34	c 1140           4265           179178         252115         0              0              29   51   39   
0.19/0.38	c 1352           4894           207945         293896         0              0              29   48   38   
0.29/0.43	c 1585           5713           243604         345805         0              0              33   45   38   
0.29/0.48	c 1841           6504           279816         400082         0              0              32   49   40   
0.39/0.52	c 2122           7355           310833         453470         0              0              30   46   38   
0.39/0.59	c 2431           8475           360357         525908         0              0              31   48   39   
0.49/0.66	c 2770           9567           407170         591949         0              0              29   47   38   
0.59/0.73	c 3142           10984          465776         668670         0              0              26   48   37   
0.69/0.83	c 3551           12296          533969         767012         0              0              30   53   40   
0.79/0.92	c 4000           13822          603795         876263         0              0              31   52   39   
0.89/1.02	c 4493           15433          676260         981198         0              0              31   48   38   
1.00/1.12	c 5035           17061          749678         1092951        0              0              27   46   37   
1.10/1.24	c 5631           18980          843738         1231903        0              0              30   53   41   
1.19/1.37	c 6286           21195          937676         1362764        0              0              30   49   38   
1.29/1.49	c 7006           23225          1028468        1512878        0              0              31   54   42   
1.49/1.65	c 7798           25642          1145065        1680532        0              0              27   49   38   
1.69/1.83	c 8669           28266          1276764        1898146        0              0              31   51   39   
1.79/1.99	c 9627           30984          1387237        2093601        0              0              30   52   42   
1.99/2.19	c 10680          34392          1535059        2304155        0              0              29   53   41   
2.29/2.43	c 11838          38207          1706792        2559445        0              0              30   51   40   
2.49/2.68	c 13111          42233          1892135        2813406        0              0              32   54   41   
2.79/2.91	c 14511          46464          2061299        3076194        0              0              29   55   43   
3.09/3.22	c 16051          51407          2293613        3380260        0              0              27   53   37   
3.39/3.53	c 17745          56349          2524516        3750291        0              0              32   55   41   
3.79/3.91	c 19608          62434          2805673        4171622        0              0              28   54   38   
3.99/4.18	c 21657          67050          2989700        4536232        0              0              29   52   42   
4.49/4.61	c 23910          73637          3301350        5083344        0              0              30   52   40   
4.89/5.04	c 26388          80852          3611682        5639906        0              0              29   55   42   
5.40/5.51	c 29113          88852          3956431        6185839        0              0              29   55   41   
5.99/6.13	c 32110          99547          4419328        6845311        0              0              28   51   38   
6.60/6.78	c 35406          109613         4891614        7534768        0              0              29   54   40   
7.29/7.43	c 39031          120804         5374238        8293339        0              0              28   56   39   
8.09/8.24	c 43018          134074         5978795        9188985        0              0              25   57   37   
8.80/8.94	c 47403          145281         6487783        10004376       0              0              28   57   41   
9.59/9.78	c 52226          159185         7105395        10940913       0              0              27   55   40   
10.59/10.75	c 57531          174436         7821263        12062855       0              0              28   56   40   
11.69/11.86	c 63366          192378         8630304        13216662       0              0              27   53   40   
12.89/13.02	c 69784          213183         9489556        14447074       0              0              27   55   40   
14.09/14.28	c 76843          235060         10414847       15783886       0              0              26   53   39   
15.59/15.74	c 84607          256902         11467662       17454891       0              0              26   56   39   
16.99/17.11	c 93147          280044         12481576       19044542       0              0              25   55   39   
18.60/18.73	c 102541         307471         13702280       20900750       0              0              25   52   38   
20.49/20.60	c 112874         339377         15082709       22967041       0              0              27   56   40   
22.49/22.60	c 124240         369889         16524214       25157163       0              0              30   60   43   
24.99/25.14	c 136742         411468         18391042       27922420       0              0              25   57   39   
27.40/27.52	c 150494         450857         20122706       30635480       0              0              27   59   41   
30.49/30.67	c 165621         503747         22436194       33973363       0              0              24   53   38   
33.79/33.98	c 182260         557044         24876797       37540165       0              0              25   58   40   
37.49/37.66	c 200562         620523         27633476       41520008       0              0              25   55   39   
41.39/41.56	c 220694         684375         30509049       45730022       0              0              26   56   40   
45.29/45.48	c 242839         750850         33380196       50268284       0              0              23   53   39   
50.19/50.34	c 267198         827892         36951367       55755050       0              0              26   55   39   
54.59/54.76	c 293992         899817         40199832       60793837       0              0              26   52   39   
60.00/60.15	c 323465         991971         44120841       66998349       0              0              25   57   40   
65.70/65.81	c 355885         1079859        48240155       73352594       0              0              26   53   38   
72.70/72.86	c 391547         1188793        53302357       81434811       0              0              26   57   40   
79.40/79.52	c 430775         1294221        58080335       89164316       0              0              26   58   42   
88.80/88.94	c 473925         1439461        65033950       99221527       0              0              25   55   38   
97.70/97.86	c 521390         1594218        71564181       109492410      0              0              26   56   40   
108.00/108.19	c 573601         1764305        79153505       120723570      0              0              24   56   39   
118.70/118.85	c 631033         1951567        87074910       131670316      0              0              27   60   41   
130.70/130.90	c 694208         2154615        95735608       145159952      0              0              26   58   40   
143.30/143.47	c 763700         2360173        104855484      159261556      0              0              25   57   39   
158.50/158.61	c 840141         2615047        115871879      175741239      0              0              25   59   41   
174.20/174.37	c 924226         2863943        127295864      193572364      0              0              25   58   41   
191.70/191.81	c 1016719        3147868        139854279      213267971      0              0              26   60   40   
210.30/210.46	c 1118461        3441528        153500632      234782068      0              0              23   58   40   
231.90/232.04	c 1230377        3827239        169324541      257797282      0              0              25   60   40   
255.30/255.47	c 1353484        4211292        186402204      282726422      0              0              26   56   41   
280.00/280.16	c 1488901        4630584        204689036      308703371      0              0              25   56   38   
306.60/306.78	c 1637859        5104197        224414538      338563261      0              0              24   58   40   
337.50/337.64	c 1801712        5609987        247302445      370886827      0              0              24   58   39   
373.70/373.86	c 1981950        6197409        273689277      412198535      0              0              24   62   40   
411.11/411.24	c 2180211        6799771        300875792      453642727      0              0              24   72   39   
453.51/453.61	c 2398298        7512932        331899992      502499876      0              0              22   60   39   
498.71/498.86	c 2638193        8215911        365098090      551747149      0              0              22   59   39   
544.61/544.79	c 2902077        8987045        398446785      603818010      0              0              25   65   41   
601.62/601.75	c 3192349        9930809        440599320      664134101      0              0              18   59   38   
663.32/663.45	c 3511648        11019197       486008332      729821523      0              0              25   62   40   
724.61/724.79	c 3862876        12053811       531177525      797036481      0              0              22   59   38   
799.82/799.94	c 4249226        13394245       586548130      875224496      0              0              22   61   40   
883.32/883.45	c 4674211        14712445       647961031      966791102      0              0              24   59   38   
963.42/963.60	c 5141694        16228162       705562121      1070527120     0              0              26   62   46   
1069.02/1069.11	c 5655925        17722139       782303307      1189308283     0              0              22   58   39   
1181.03/1181.18	c 6221579        19695401       865403168      1304769457     0              0              24   59   39   
1299.83/1299.96	c 6843798        21630612       953354862      1426951269     0              0              22   60   39   
1422.84/1422.96	c 7528238        23547184       1041398482     1572136263     0              0              23   58   41   
1547.14/1547.20	c 8281122        25715335       1130370623     1721340246     0              0              23   70   42   
1704.44/1704.52	c 9109294        28401556       1244070001     1893994186     0              0              23   62   40   
1879.65/1879.75	c 10020283       31482927       1374188908     2079715508     0              0              24   66   39   
2036.55/2036.63	c 11022370       34213587       1486221003     2264589200     0              0              25   63   42   
2225.76/2225.83	c 12124665       37528661       1624665709     2472415281     0              0              22   63   39   
2400.06/2400.10	
2400.06/2400.10	c *** INTERRUPTED ***
2400.06/2400.10	c restarts              : 99          
2400.06/2400.10	c conflicts             : 13032407     (5430 /sec)
2400.06/2400.10	c decisions             : 40314721     (16797 /sec)
2400.06/2400.10	c propagations          : 2661164541  (1108787 /sec)
2400.06/2400.10	c root propagations     : 0           
2400.06/2400.10	c filter calls          : 1750285924     (729265 /sec)
2400.06/2400.10	c useless filter calls  : 939057793      (53 %)
2400.06/2400.10	c Memory used           : 26.28 MB
2400.06/2400.10	c CPU time              : 2400.07 s
2400.06/2400.10	
2400.06/2400.10	s UNKNOWN

Verifier Data


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-4260066-1502014823/watcher-4260066-1502014823 -o /tmp/evaluation-result-4260066-1502014823/solver-4260066-1502014823 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502013980-30674 --watchdog 2560 cosoco -lc -model -restarts HOME/instance-4260066-1502014823.xml 

pid=30928
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 6.87 7.74 7.95 2/181 30931
/proc/meminfo: memFree=31535496/32770624 swapFree=0/395540
[pid=30931] ppid=30928 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/30931/stat : 30931 (runsolver) D 30928 30931 25139 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 48988295 24240128 107 18446744073709551615 4194304 4338465 140735269332160 140735269329800 140262289404631 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 17367040 140735269335233 140735269335625 140735269335625 140735269339082 0
/proc/30931/statm: 5918 107 54 36 0 2156 0

[startup+0.112043 s]
/proc/loadavg: 6.87 7.74 7.95 2/181 30931
/proc/meminfo: memFree=31535496/32770624 swapFree=0/395540
[pid=30931] ppid=30928 vsize=26908 CPUtime=0.01 cores=0,2,4,6
/proc/30931/stat : 30931 (cosoco) R 30928 30931 25139 0 -1 4202496 1035 0 0 0 1 0 0 0 20 0 1 0 48988295 27553792 826 18446744073709551615 4194304 5747388 140734311730640 140734311728296 5000064 0 0 1 8405026 0 0 0 17 6 0 0 9 0 0 7845728 7850568 26759168 140734311735790 140734311735885 140734311735885 140734311739342 0
/proc/30931/statm: 6727 826 712 380 0 145 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 26908

[startup+0.201077 s]
/proc/loadavg: 6.87 7.74 7.95 2/181 30931
/proc/meminfo: memFree=31535496/32770624 swapFree=0/395540
[pid=30931] ppid=30928 vsize=26908 CPUtime=0.09 cores=0,2,4,6
/proc/30931/stat : 30931 (cosoco) R 30928 30931 25139 0 -1 4202496 1037 0 0 0 9 0 0 0 20 0 1 0 48988295 27553792 826 18446744073709551615 4194304 5747388 140734311730640 140734311728040 4915608 0 0 1 8405026 0 0 0 17 0 0 0 9 0 0 7845728 7850568 26759168 140734311735790 140734311735885 140734311735885 140734311739342 0
/proc/30931/statm: 6727 826 712 380 0 145 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26908

[startup+0.300162 s]
/proc/loadavg: 6.87 7.74 7.95 2/181 30931
/proc/meminfo: memFree=31535496/32770624 swapFree=0/395540
[pid=30931] ppid=30928 vsize=26908 CPUtime=0.19 cores=0,2,4,6
/proc/30931/stat : 30931 (cosoco) R 30928 30931 25139 0 -1 4202496 1037 0 0 0 19 0 0 0 20 0 1 0 48988295 27553792 826 18446744073709551615 4194304 5747388 140734311730640 140734311728040 4917099 0 0 1 8405026 0 0 0 17 0 0 0 9 0 0 7845728 7850568 26759168 140734311735790 140734311735885 140734311735885 140734311739342 0
/proc/30931/statm: 6727 826 712 380 0 145 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 26908

[startup+0.700172 s]
/proc/loadavg: 6.87 7.74 7.95 2/181 30931
/proc/meminfo: memFree=31535496/32770624 swapFree=0/395540
[pid=30931] ppid=30928 vsize=26908 CPUtime=0.59 cores=0,2,4,6
/proc/30931/stat : 30931 (cosoco) R 30928 30931 25139 0 -1 4202496 1037 0 0 0 59 0 0 0 20 0 1 0 48988295 27553792 826 18446744073709551615 4194304 5747388 140734311730640 140734311728040 4918665 0 0 1 8405026 0 0 0 17 0 0 0 9 0 0 7845728 7850568 26759168 140734311735790 140734311735885 140734311735885 140734311739342 0
/proc/30931/statm: 6727 826 712 380 0 145 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 26908

[startup+1.50017 s]
/proc/loadavg: 6.56 7.66 7.92 3/186 30949
/proc/meminfo: memFree=31533348/32770624 swapFree=0/395540
[pid=30931] ppid=30928 vsize=26908 CPUtime=1.39 cores=0,2,4,6
/proc/30931/stat : 30931 (cosoco) R 30928 30931 25139 0 -1 4202496 1037 0 0 0 139 0 0 0 20 0 1 0 48988295 27553792 826 18446744073709551615 4194304 5747388 140734311730640 140734311728040 4915858 0 0 1 8405026 0 0 0 17 0 0 0 9 0 0 7845728 7850568 26759168 140734311735790 140734311735885 140734311735885 140734311739342 0
/proc/30931/statm: 6727 826 712 380 0 145 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 26908

[startup+3.10028 s]
/proc/loadavg: 6.56 7.66 7.92 3/186 30949
/proc/meminfo: memFree=31532604/32770624 swapFree=0/395540
[pid=30931] ppid=30928 vsize=26908 CPUtime=2.99 cores=0,2,4,6
/proc/30931/stat : 30931 (cosoco) R 30928 30931 25139 0 -1 4202496 1100 0 0 0 299 0 0 0 20 0 1 0 48988295 27553792 878 18446744073709551615 4194304 5747388 140734311730640 140734311728040 4916480 0 0 1 8405026 0 0 0 17 2 0 0 9 0 0 7845728 7850568 26759168 140734311735790 140734311735885 140734311735885 140734311739342 0
/proc/30931/statm: 6727 878 754 380 0 145 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 26908

[startup+6.30028 s]
/proc/loadavg: 6.11 7.55 7.88 3/186 30949
/proc/meminfo: memFree=31532708/32770624 swapFree=0/395548
[pid=30931] ppid=30928 vsize=26908 CPUtime=6.19 cores=0,2,4,6
/proc/30931/stat : 30931 (cosoco) R 30928 30931 25139 0 -1 4202496 1163 0 0 0 619 0 0 0 20 0 1 0 48988295 27553792 878 18446744073709551615 4194304 5747388 140734311730640 140734311728040 4917635 0 0 1 8405026 0 0 0 17 2 0 0 9 0 0 7845728 7850568 26759168 140734311735790 140734311735885 140734311735885 140734311739342 0
/proc/30931/statm: 6727 878 754 380 0 145 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 26908

[startup+12.7003 s]
/proc/loadavg: 5.78 7.46 7.85 3/186 30950
/proc/meminfo: memFree=31532252/32770624 swapFree=0/395552
[pid=30931] ppid=30928 vsize=26908 CPUtime=12.59 cores=0,2,4,6
/proc/30931/stat : 30931 (cosoco) R 30928 30931 25139 0 -1 4202496 1228 0 0 0 1259 0 0 0 20 0 1 0 48988295 27553792 878 18446744073709551615 4194304 5747388 140734311730640 140734311728040 4917096 0 0 1 8405026 0 0 0 17 2 0 0 9 0 0 7845728 7850568 26759168 140734311735790 140734311735885 140734311735885 140734311739342 0
/proc/30931/statm: 6727 878 754 380 0 145 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 26908

[startup+25.5003 s]
/proc/loadavg: 4.95 7.19 7.76 3/186 30950
/proc/meminfo: memFree=31532624/32770624 swapFree=0/395568
[pid=30931] ppid=30928 vsize=26908 CPUtime=25.39 cores=0,2,4,6
/proc/30931/stat : 30931 (cosoco) R 30928 30931 25139 0 -1 4202496 1356 0 0 0 2539 0 0 0 20 0 1 0 48988295 27553792 878 18446744073709551615 4194304 5747388 140734311730640 140734311728040 4915012 0 0 1 8405026 0 0 0 17 2 0 0 9 0 0 7845728 7850568 26759168 140734311735790 140734311735885 140734311735885 140734311739342 0
/proc/30931/statm: 6727 878 754 380 0 145 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 26908

[startup+51.1003 s]
/proc/loadavg: 3.94 6.77 7.60 3/186 30950
/proc/meminfo: memFree=31531092/32770624 swapFree=0/395600
[pid=30931] ppid=30928 vsize=26908 CPUtime=50.99 cores=0,2,4,6
/proc/30931/stat : 30931 (cosoco) R 30928 30931 25139 0 -1 4202496 1420 0 0 0 5099 0 0 0 20 0 1 0 48988295 27553792 878 18446744073709551615 4194304 5747388 140734311730640 140734311728040 4917466 0 0 1 8405026 0 0 0 17 2 0 0 9 0 0 7845728 7850568 26759168 140734311735790 140734311735885 140734311735885 140734311739342 0
/proc/30931/statm: 6727 878 754 380 0 145 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 26908

[startup+102.3 s]
/proc/loadavg: 2.84 6.04 7.31 3/186 30952
/proc/meminfo: memFree=31530736/32770624 swapFree=0/395644
[pid=30931] ppid=30928 vsize=26908 CPUtime=102.2 cores=0,2,4,6
/proc/30931/stat : 30931 (cosoco) R 30928 30931 25139 0 -1 4202496 1484 0 0 0 10220 0 0 0 20 0 1 0 48988295 27553792 878 18446744073709551615 4194304 5747388 140734311730640 140734311728040 4918683 0 0 1 8405026 0 0 0 17 2 0 0 9 0 0 7845728 7850568 26759168 140734311735790 140734311735885 140734311735885 140734311739342 0
/proc/30931/statm: 6727 878 754 380 0 145 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 26908

[startup+162.3 s]
/proc/loadavg: 2.31 5.30 6.98 3/186 30954
/proc/meminfo: memFree=31530660/32770624 swapFree=0/395708
[pid=30931] ppid=30928 vsize=26908 CPUtime=162.2 cores=0,2,4,6
/proc/30931/stat : 30931 (cosoco) R 30928 30931 25139 0 -1 4202496 1548 0 0 0 16220 0 0 0 20 0 1 0 48988295 27553792 878 18446744073709551615 4194304 5747388 140734311730640 140734311728040 5000032 0 0 1 8405026 0 0 0 17 2 0 0 9 0 0 7845728 7850568 26759168 140734311735790 140734311735885 140734311735885 140734311739342 0
/proc/30931/statm: 6727 878 754 380 0 145 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 26908

[startup+222.306 s]
/proc/loadavg: 2.11 4.70 6.67 3/189 30971
/proc/meminfo: memFree=31525184/32770624 swapFree=0/395772
[pid=30931] ppid=30928 vsize=26908 CPUtime=222.21 cores=0,2,4,6
/proc/30931/stat : 30931 (cosoco) R 30928 30931 25139 0 -1 4202496 1612 0 0 0 22221 0 0 0 20 0 1 0 48988295 27553792 878 18446744073709551615 4194304 5747388 140734311730640 140734311728040 4918250 0 0 1 8405026 0 0 0 17 2 0 0 9 0 0 7845728 7850568 26759168 140734311735790 140734311735885 140734311735885 140734311739342 0
/proc/30931/statm: 6727 878 754 380 0 145 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 26908

[startup+282.3 s]
/proc/loadavg: 2.04 4.21 6.37 3/188 30973
/proc/meminfo: memFree=31525912/32770624 swapFree=0/395812
[pid=30931] ppid=30928 vsize=26908 CPUtime=282.2 cores=0,2,4,6
/proc/30931/stat : 30931 (cosoco) R 30928 30931 25139 0 -1 4202496 1612 0 0 0 28220 0 0 0 20 0 1 0 48988295 27553792 878 18446744073709551615 4194304 5747388 140734311730640 140734311728040 4915024 0 0 1 8405026 0 0 0 17 2 0 0 9 0 0 7845728 7850568 26759168 140734311735790 140734311735885 140734311735885 140734311739342 0
/proc/30931/statm: 6727 878 754 380 0 145 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 26908

[startup+342.3 s]
/proc/loadavg: 2.02 3.81 6.10 3/185 30975
/proc/meminfo: memFree=31527696/32770624 swapFree=0/395832
[pid=30931] ppid=30928 vsize=26908 CPUtime=342.2 cores=0,2,4,6
/proc/30931/stat : 30931 (cosoco) R 30928 30931 25139 0 -1 4202496 1676 0 0 0 34220 0 0 0 20 0 1 0 48988295 27553792 878 18446744073709551615 4194304 5747388 140734311730640 140734311728040 4918301 0 0 1 8405026 0 0 0 17 2 0 0 9 0 0 7845728 7850568 26759168 140734311735790 140734311735885 140734311735885 140734311739342 0
/proc/30931/statm: 6727 878 754 380 0 145 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 26908

[startup+402.3 s]
/proc/loadavg: 2.01 3.48 5.84 3/186 30978
/proc/meminfo: memFree=31528920/32770624 swapFree=0/395876
[pid=30931] ppid=30928 vsize=26908 CPUtime=402.21 cores=0,2,4,6
/proc/30931/stat : 30931 (cosoco) R 30928 30931 25139 0 -1 4202496 1740 0 0 0 40221 0 0 0 20 0 1 0 48988295 27553792 878 18446744073709551615 4194304 5747388 140734311730640 140734311728040 4916802 0 0 1 8405026 0 0 0 17 2 0 0 9 0 0 7845728 7850568 26759168 140734311735790 140734311735885 140734311735885 140734311739342 0
/proc/30931/statm: 6727 878 754 380 0 145 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 26908

[startup+462.3 s]
/proc/loadavg: 2.00 3.21 5.60 3/186 30980
/proc/meminfo: memFree=31529444/32770624 swapFree=0/395920
[pid=30931] ppid=30928 vsize=26908 CPUtime=462.21 cores=0,2,4,6
/proc/30931/stat : 30931 (cosoco) R 30928 30931 25139 0 -1 4202496 1804 0 0 0 46221 0 0 0 20 0 1 0 48988295 27553792 878 18446744073709551615 4194304 5747388 140734311730640 140734311728040 4915024 0 0 1 8405026 0 0 0 17 2 0 0 9 0 0 7845728 7850568 26759168 140734311735790 140734311735885 140734311735885 140734311739342 0
/proc/30931/statm: 6727 878 754 380 0 145 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 26908

[startup+522.3 s]
/proc/loadavg: 2.04 3.00 5.38 3/185 30982
/proc/meminfo: memFree=31529720/32770624 swapFree=0/395940
[pid=30931] ppid=30928 vsize=26908 CPUtime=522.21 cores=0,2,4,6
/proc/30931/stat : 30931 (cosoco) R 30928 30931 25139 0 -1 4202496 1868 0 0 0 52221 0 0 0 20 0 1 0 48988295 27553792 878 18446744073709551615 4194304 5747388 140734311730640 140734311728040 4915048 0 0 1 8405026 0 0 0 17 2 0 0 9 0 0 7845728 7850568 26759168 140734311735790 140734311735885 140734311735885 140734311739342 0
/proc/30931/statm: 6727 878 754 380 0 145 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 26908

[startup+582.3 s]
/proc/loadavg: 2.01 2.82 5.17 3/185 30984
/proc/meminfo: memFree=31529160/32770624 swapFree=0/395968
[pid=30931] ppid=30928 vsize=26908 CPUtime=582.21 cores=0,2,4,6
/proc/30931/stat : 30931 (cosoco) R 30928 30931 25139 0 -1 4202496 1932 0 0 0 58221 0 0 0 20 0 1 0 48988295 27553792 878 18446744073709551615 4194304 5747388 140734311730640 140734311728040 4919095 0 0 1 8405026 0 0 0 17 2 0 0 9 0 0 7845728 7850568 26759168 140734311735790 140734311735885 140734311735885 140734311739342 0
/proc/30931/statm: 6727 878 754 380 0 145 0
Current children cumulated CPU time (s) 582.21
Current children cumulated vsize (KiB) 26908


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


[startup+1542.31 s]
/proc/loadavg: 2.05 2.05 3.14 3/184 31050
/proc/meminfo: memFree=31527828/32770624 swapFree=0/396384
[pid=30931] ppid=30928 vsize=26908 CPUtime=1542.24 cores=0,2,4,6
/proc/30931/stat : 30931 (cosoco) R 30928 30931 25139 0 -1 4202496 2878 0 0 0 154224 0 0 0 20 0 1 0 48988295 27553792 878 18446744073709551615 4194304 5747388 140734311730640 140734311728040 4916563 0 0 1 8405026 0 0 0 17 2 0 0 9 0 0 7845728 7850568 26759168 140734311735790 140734311735885 140734311735885 140734311739342 0
/proc/30931/statm: 6727 878 754 380 0 145 0
Current children cumulated CPU time (s) 1542.24
Current children cumulated vsize (KiB) 26908

[startup+1602.3 s]
/proc/loadavg: 2.02 2.04 3.07 3/184 31052
/proc/meminfo: memFree=31528340/32770624 swapFree=0/396408
[pid=30931] ppid=30928 vsize=26908 CPUtime=1602.24 cores=0,2,4,6
/proc/30931/stat : 30931 (cosoco) R 30928 30931 25139 0 -1 4202496 2942 0 0 0 160224 0 0 0 20 0 1 0 48988295 27553792 878 18446744073709551615 4194304 5747388 140734311730640 140734311728040 4915195 0 0 1 8405026 0 0 0 17 2 0 0 9 0 0 7845728 7850568 26759168 140734311735790 140734311735885 140734311735885 140734311739342 0
/proc/30931/statm: 6727 878 754 380 0 145 0
Current children cumulated CPU time (s) 1602.24
Current children cumulated vsize (KiB) 26908

[startup+1662.3 s]
/proc/loadavg: 2.01 2.04 3.00 3/185 31055
/proc/meminfo: memFree=31527828/32770624 swapFree=0/396424
[pid=30931] ppid=30928 vsize=26908 CPUtime=1662.24 cores=0,2,4,6
/proc/30931/stat : 30931 (cosoco) R 30928 30931 25139 0 -1 4202496 2993 0 0 0 166224 0 0 0 20 0 1 0 48988295 27553792 878 18446744073709551615 4194304 5747388 140734311730640 140734311728040 4915176 0 0 1 8405026 0 0 0 17 2 0 0 9 0 0 7845728 7850568 26759168 140734311735790 140734311735885 140734311735885 140734311739342 0
/proc/30931/statm: 6727 878 754 380 0 145 0
Current children cumulated CPU time (s) 1662.24
Current children cumulated vsize (KiB) 26908

[startup+1722.3 s]
/proc/loadavg: 2.00 2.03 2.94 3/185 31057
/proc/meminfo: memFree=31528208/32770624 swapFree=0/396444
[pid=30931] ppid=30928 vsize=26908 CPUtime=1722.24 cores=0,2,4,6
/proc/30931/stat : 30931 (cosoco) R 30928 30931 25139 0 -1 4202496 3057 0 0 0 172224 0 0 0 20 0 1 0 48988295 27553792 878 18446744073709551615 4194304 5747388 140734311730640 140734311728040 4918669 0 0 1 8405026 0 0 0 17 2 0 0 9 0 0 7845728 7850568 26759168 140734311735790 140734311735885 140734311735885 140734311739342 0
/proc/30931/statm: 6727 878 754 380 0 145 0
Current children cumulated CPU time (s) 1722.24
Current children cumulated vsize (KiB) 26908

[startup+1782.3 s]
/proc/loadavg: 2.00 2.03 2.88 3/186 31060
/proc/meminfo: memFree=31527316/32770624 swapFree=0/396468
[pid=30931] ppid=30928 vsize=26908 CPUtime=1782.25 cores=0,2,4,6
/proc/30931/stat : 30931 (cosoco) R 30928 30931 25139 0 -1 4202496 3112 0 0 0 178225 0 0 0 20 0 1 0 48988295 27553792 878 18446744073709551615 4194304 5747388 140734311730640 140734311728040 4918496 0 0 1 8405026 0 0 0 17 2 0 0 9 0 0 7845728 7850568 26759168 140734311735790 140734311735885 140734311735885 140734311739342 0
/proc/30931/statm: 6727 878 754 380 0 145 0
Current children cumulated CPU time (s) 1782.25
Current children cumulated vsize (KiB) 26908

[startup+1842.3 s]
/proc/loadavg: 2.00 2.02 2.83 3/186 31062
/proc/meminfo: memFree=31527780/32770624 swapFree=0/396496
[pid=30931] ppid=30928 vsize=26908 CPUtime=1842.25 cores=0,2,4,6
/proc/30931/stat : 30931 (cosoco) R 30928 30931 25139 0 -1 4202496 3163 0 0 0 184225 0 0 0 20 0 1 0 48988295 27553792 878 18446744073709551615 4194304 5747388 140734311730640 140734311728040 4918515 0 0 1 8405026 0 0 0 17 2 0 0 9 0 0 7845728 7850568 26759168 140734311735790 140734311735885 140734311735885 140734311739342 0
/proc/30931/statm: 6727 878 754 380 0 145 0
Current children cumulated CPU time (s) 1842.25
Current children cumulated vsize (KiB) 26908

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.77 3/186 31064
/proc/meminfo: memFree=31527292/32770624 swapFree=0/396520
[pid=30931] ppid=30928 vsize=26908 CPUtime=1902.25 cores=0,2,4,6
/proc/30931/stat : 30931 (cosoco) R 30928 30931 25139 0 -1 4202496 3227 0 0 0 190225 0 0 0 20 0 1 0 48988295 27553792 878 18446744073709551615 4194304 5747388 140734311730640 140734311728040 4918639 0 0 1 8405026 0 0 0 17 2 0 0 9 0 0 7845728 7850568 26759168 140734311735790 140734311735885 140734311735885 140734311739342 0
/proc/30931/statm: 6727 878 754 380 0 145 0
Current children cumulated CPU time (s) 1902.25
Current children cumulated vsize (KiB) 26908

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.73 3/185 31066
/proc/meminfo: memFree=31527680/32770624 swapFree=0/396548
[pid=30931] ppid=30928 vsize=26908 CPUtime=1962.25 cores=0,2,4,6
/proc/30931/stat : 30931 (cosoco) R 30928 30931 25139 0 -1 4202496 3278 0 0 0 196225 0 0 0 20 0 1 0 48988295 27553792 878 18446744073709551615 4194304 5747388 140734311730640 140734311728040 4915318 0 0 1 8405026 0 0 0 17 2 0 0 9 0 0 7845728 7850568 26759168 140734311735790 140734311735885 140734311735885 140734311739342 0
/proc/30931/statm: 6727 878 754 380 0 145 0
Current children cumulated CPU time (s) 1962.25
Current children cumulated vsize (KiB) 26908

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.68 3/189 31083
/proc/meminfo: memFree=31522904/32770624 swapFree=0/396564
[pid=30931] ppid=30928 vsize=26908 CPUtime=2022.25 cores=0,2,4,6
/proc/30931/stat : 30931 (cosoco) R 30928 30931 25139 0 -1 4202496 3329 0 0 0 202225 0 0 0 20 0 1 0 48988295 27553792 878 18446744073709551615 4194304 5747388 140734311730640 140734311728040 4917627 0 0 1 8405026 0 0 0 17 2 0 0 9 0 0 7845728 7850568 26759168 140734311735790 140734311735885 140734311735885 140734311739342 0
/proc/30931/statm: 6727 878 754 380 0 145 0
Current children cumulated CPU time (s) 2022.25
Current children cumulated vsize (KiB) 26908

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.64 3/188 31085
/proc/meminfo: memFree=31523412/32770624 swapFree=0/396596
[pid=30931] ppid=30928 vsize=26908 CPUtime=2082.26 cores=0,2,4,6
/proc/30931/stat : 30931 (cosoco) R 30928 30931 25139 0 -1 4202496 3393 0 0 0 208226 0 0 0 20 0 1 0 48988295 27553792 878 18446744073709551615 4194304 5747388 140734311730640 140734311728040 4915037 0 0 1 8405026 0 0 0 17 2 0 0 9 0 0 7845728 7850568 26759168 140734311735790 140734311735885 140734311735885 140734311739342 0
/proc/30931/statm: 6727 878 754 380 0 145 0
Current children cumulated CPU time (s) 2082.26
Current children cumulated vsize (KiB) 26908

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.60 3/185 31087
/proc/meminfo: memFree=31526312/32770624 swapFree=0/396616
[pid=30931] ppid=30928 vsize=26908 CPUtime=2142.26 cores=0,2,4,6
/proc/30931/stat : 30931 (cosoco) R 30928 30931 25139 0 -1 4202496 3444 0 0 0 214226 0 0 0 20 0 1 0 48988295 27553792 878 18446744073709551615 4194304 5747388 140734311730640 140734311728040 4919576 0 0 1 8405026 0 0 0 17 2 0 0 9 0 0 7845728 7850568 26759168 140734311735790 140734311735885 140734311735885 140734311739342 0
/proc/30931/statm: 6727 878 754 380 0 145 0
Current children cumulated CPU time (s) 2142.26
Current children cumulated vsize (KiB) 26908

[startup+2202.31 s]
/proc/loadavg: 2.00 2.01 2.56 3/185 31089
/proc/meminfo: memFree=31526788/32770624 swapFree=0/396632
[pid=30931] ppid=30928 vsize=26908 CPUtime=2202.26 cores=0,2,4,6
/proc/30931/stat : 30931 (cosoco) R 30928 30931 25139 0 -1 4202496 3495 0 0 0 220226 0 0 0 20 0 1 0 48988295 27553792 878 18446744073709551615 4194304 5747388 140734311730640 140734311728040 4916547 0 0 1 8405026 0 0 0 17 2 0 0 9 0 0 7845728 7850568 26759168 140734311735790 140734311735885 140734311735885 140734311739342 0
/proc/30931/statm: 6727 878 754 380 0 145 0
Current children cumulated CPU time (s) 2202.26
Current children cumulated vsize (KiB) 26908

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.53 3/184 31091
/proc/meminfo: memFree=31528024/32770624 swapFree=0/396664
[pid=30931] ppid=30928 vsize=26908 CPUtime=2262.26 cores=0,2,4,6
/proc/30931/stat : 30931 (cosoco) R 30928 30931 25139 0 -1 4202496 3559 0 0 0 226226 0 0 0 20 0 1 0 48988295 27553792 878 18446744073709551615 4194304 5747388 140734311730640 140734311728040 4918043 0 0 1 8405026 0 0 0 17 2 0 0 9 0 0 7845728 7850568 26759168 140734311735790 140734311735885 140734311735885 140734311739342 0
/proc/30931/statm: 6727 878 754 380 0 145 0
Current children cumulated CPU time (s) 2262.26
Current children cumulated vsize (KiB) 26908

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.49 3/185 31095
/proc/meminfo: memFree=31527796/32770624 swapFree=0/396680
[pid=30931] ppid=30928 vsize=26908 CPUtime=2322.26 cores=0,2,4,6
/proc/30931/stat : 30931 (cosoco) R 30928 30931 25139 0 -1 4202496 3610 0 0 0 232226 0 0 0 20 0 1 0 48988295 27553792 878 18446744073709551615 4194304 5747388 140734311730640 140734311728040 4915704 0 0 1 8405026 0 0 0 17 2 0 0 9 0 0 7845728 7850568 26759168 140734311735790 140734311735885 140734311735885 140734311739342 0
/proc/30931/statm: 6727 878 754 380 0 145 0
Current children cumulated CPU time (s) 2322.26
Current children cumulated vsize (KiB) 26908

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.46 3/185 31097
/proc/meminfo: memFree=31526812/32770624 swapFree=0/396708
[pid=30931] ppid=30928 vsize=26908 CPUtime=2382.26 cores=0,2,4,6
/proc/30931/stat : 30931 (cosoco) R 30928 30931 25139 0 -1 4202496 3661 0 0 0 238226 0 0 0 20 0 1 0 48988295 27553792 878 18446744073709551615 4194304 5747388 140734311730640 140734311728040 4917621 0 0 1 8405026 0 0 0 17 2 0 0 9 0 0 7845728 7850568 26759168 140734311735790 140734311735885 140734311735885 140734311739342 0
/proc/30931/statm: 6727 878 754 380 0 145 0
Current children cumulated CPU time (s) 2382.26
Current children cumulated vsize (KiB) 26908



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.1 s]
/proc/loadavg: 2.00 2.01 2.46 3/185 31097
/proc/meminfo: memFree=31526812/32770624 swapFree=0/396700
[pid=30931] ppid=30928 vsize=26908 CPUtime=2400.06 cores=0,2,4,6
/proc/30931/stat : 30931 (cosoco) R 30928 30931 25139 0 -1 4202496 3712 0 0 0 240006 0 0 0 20 0 1 0 48988295 27553792 878 18446744073709551615 4194304 5747388 140734311730640 140734311728040 4917978 0 0 1 8405026 0 0 0 17 2 0 0 9 0 0 7845728 7850568 26759168 140734311735790 140734311735885 140734311735885 140734311739342 0
/proc/30931/statm: 6727 878 754 380 0 145 0
Current children cumulated CPU time (s) 2400.06
Current children cumulated vsize (KiB) 26908

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 30931 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.46 3/185 31097
/proc/meminfo: memFree=31526812/32770624 swapFree=0/396700
[pid=30931] ppid=30928 vsize=26908 CPUtime=2400.06 cores=0,2,4,6
/proc/30931/stat : 30931 (cosoco) R 30928 30931 25139 0 -1 4202496 3712 0 0 0 240006 0 0 0 20 0 1 0 48988295 27553792 878 18446744073709551615 4194304 5747388 140734311730640 140734311728040 4917978 0 0 1 8405026 0 0 0 17 2 0 0 9 0 0 7845728 7850568 26759168 140734311735790 140734311735885 140734311735885 140734311739342 0
/proc/30931/statm: 6727 878 754 380 0 145 0
Current children cumulated CPU time (s) 2400.06
Current children cumulated vsize (KiB) 26908

Child status: 1
Real time (s): 2400.1
CPU time (s): 2400.07
CPU user time (s): 2400.07
CPU system time (s): 0.003
CPU usage (%): 99.9988
Max. virtual memory (cumulated for all children) (KiB): 26908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2400.07
system time used= 0.003
maximum resident set size= 3584
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3762
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= 6
involuntary context switches= 609

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.61959 second user time and 8.47131 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-06 12:06:24
IDJOB=4260066
IDBENCH=115861
IDSOLVER=2647
FILE ID=node134/4260066-1502014823
RUNJOBID= node134-1502013980-30674
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco-mini 1.1
BENCH NAME= XCSP17/ColouredQueens/ColouredQueens-m1-s1/ColouredQueens-10.xml
COMMAND LINE= cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4260066-1502014823/watcher-4260066-1502014823 -o /tmp/evaluation-result-4260066-1502014823/solver-4260066-1502014823 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502013980-30674 --watchdog 2560  cosoco -lc -model -restarts HOME/instance-4260066-1502014823.xml

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

MD5SUM BENCH= dd9b438f7b2aa476e711f04952c9024a
RANDOM SEED=638298450

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.43
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.43
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.43
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.43
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:        31535580 kB
MemAvailable:   32002016 kB
Buffers:          170664 kB
Cached:           587428 kB
SwapCached:            0 kB
Active:           394316 kB
Inactive:         418572 kB
Active(anon):      56892 kB
Inactive(anon):    23032 kB
Active(file):     337424 kB
Inactive(file):   395540 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              4392 kB
Writeback:             8 kB
AnonPages:         54664 kB
Mapped:            38460 kB
Shmem:             25276 kB
Slab:             124344 kB
SReclaimable:      98612 kB
SUnreclaim:        25732 kB
KernelStack:        3200 kB
PageTables:         4624 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     298612 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 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:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62028 MiB
End job on node134 at 2017-08-06 12:46:25