Trace number 4267309

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.12? (TO) 2400.04 2400.1101

General information on the benchmark

NameMagicHexagon/MagicHexagon-m1-s1/
MagicHexagon-10-m021.xml
MD5SUMbb8f18d9394a9daa2d276ef3f55d21f6
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 variables361
Number of constraints64
Number of domains1
Minimum domain size271
Maximum domain size271
Distribution of domain sizes[{"size":271,"count":271}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":90},{"degree":4,"count":265},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity271
Distribution of constraint arities[{"arity":2,"count":6},{"arity":10,"count":6},{"arity":11,"count":6},{"arity":12,"count":6},{"arity":13,"count":6},{"arity":14,"count":6},{"arity":15,"count":6},{"arity":16,"count":6},{"arity":17,"count":6},{"arity":18,"count":6},{"arity":19,"count":3},{"arity":271,"count":1}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"allDifferent","count":1},{"type":"sum","count":57}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c intension x[0][0]<x[0][9]  using generic constraint 
0.00/0.00	c intension x[0][0]<x[9][18]  using generic constraint 
0.00/0.00	c intension x[0][0]<x[18][9]  using generic constraint 
0.00/0.00	c intension x[0][0]<x[18][0]  using generic constraint 
0.00/0.00	c intension x[0][0]<x[9][0]  using generic constraint 
0.00/0.00	c intension x[0][9]<x[9][0]  using generic constraint 
0.00/0.01	c root propagations     : 9           
0.00/0.01	c restarts enabled, print stats at every restarts
0.00/0.01	c
0.00/0.01	c
0.00/0.01	c
0.00/0.01	c This is cosoco 1.12 --  
0.00/0.01	c
0.00/0.01	c command line: cosoco -lc -model -restarts HOME/instance-4267309-1502610484.xml 
0.00/0.01	c ========================================[ Problem Statistics ]===========================================
0.00/0.01	c |                                                                                                       
0.00/0.01	c |  Parse time        :         0.01 s 
0.00/0.01	c |
0.00/0.01	c |               Variables: 361
0.00/0.01	c |            Domain Sizes: 271..271
0.00/0.01	c |
0.00/0.01	c |             Constraints: 64
0.00/0.01	c |                   Arity: 2..271  -- Binary: 6
0.00/0.01	c | 
0.00/0.01	c |                   Types: 
0.00/0.01	c |                          (X - Y < k): 6
0.00/0.01	c |                          All Different: 1
0.00/0.01	c |                          Sum: 57
0.00/0.01	c |                          
0.00/0.01	c =========================================================================================================
0.00/0.01	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth
0.00/0.01	c remove useless variable x[0][10]
0.00/0.01	c remove useless variable x[0][11]
0.00/0.01	c remove useless variable x[0][12]
0.00/0.01	c remove useless variable x[0][13]
0.00/0.01	c remove useless variable x[0][14]
0.00/0.01	c remove useless variable x[0][15]
0.00/0.01	c remove useless variable x[0][16]
0.00/0.01	c remove useless variable x[0][17]
0.00/0.01	c remove useless variable x[0][18]
0.00/0.01	c remove useless variable x[1][11]
0.00/0.01	c remove useless variable x[1][12]
0.00/0.01	c remove useless variable x[1][13]
0.00/0.01	c remove useless variable x[1][14]
0.00/0.01	c remove useless variable x[1][15]
0.00/0.01	c remove useless variable x[1][16]
0.00/0.01	c remove useless variable x[1][17]
0.00/0.01	c remove useless variable x[1][18]
0.00/0.01	c remove useless variable x[2][12]
0.00/0.01	c remove useless variable x[2][13]
0.00/0.01	c remove useless variable x[2][14]
0.00/0.01	c remove useless variable x[2][15]
0.00/0.01	c remove useless variable x[2][16]
0.00/0.01	c remove useless variable x[2][17]
0.00/0.01	c remove useless variable x[2][18]
0.00/0.01	c remove useless variable x[3][13]
0.00/0.01	c remove useless variable x[3][14]
0.00/0.01	c remove useless variable x[3][15]
0.00/0.01	c remove useless variable x[3][16]
0.00/0.01	c remove useless variable x[3][17]
0.00/0.01	c remove useless variable x[3][18]
0.00/0.01	c remove useless variable x[4][14]
0.00/0.01	c remove useless variable x[4][15]
0.00/0.01	c remove useless variable x[4][16]
0.00/0.01	c remove useless variable x[4][17]
0.00/0.01	c remove useless variable x[4][18]
0.00/0.01	c remove useless variable x[5][15]
0.00/0.01	c remove useless variable x[5][16]
0.00/0.01	c remove useless variable x[5][17]
0.00/0.01	c remove useless variable x[5][18]
0.00/0.01	c remove useless variable x[6][16]
0.00/0.01	c remove useless variable x[6][17]
0.00/0.01	c remove useless variable x[6][18]
0.00/0.01	c remove useless variable x[7][17]
0.00/0.01	c remove useless variable x[7][18]
0.00/0.01	c remove useless variable x[8][18]
0.00/0.01	c remove useless variable x[10][18]
0.00/0.01	c remove useless variable x[11][17]
0.00/0.01	c remove useless variable x[11][18]
0.00/0.01	c remove useless variable x[12][16]
0.00/0.01	c remove useless variable x[12][17]
0.00/0.01	c remove useless variable x[12][18]
0.00/0.01	c remove useless variable x[13][15]
0.00/0.01	c remove useless variable x[13][16]
0.00/0.01	c remove useless variable x[13][17]
0.00/0.01	c remove useless variable x[13][18]
0.00/0.01	c remove useless variable x[14][14]
0.00/0.01	c remove useless variable x[14][15]
0.00/0.01	c remove useless variable x[14][16]
0.00/0.01	c remove useless variable x[14][17]
0.00/0.01	c remove useless variable x[14][18]
0.00/0.01	c remove useless variable x[15][13]
0.00/0.01	c remove useless variable x[15][14]
0.00/0.01	c remove useless variable x[15][15]
0.00/0.01	c remove useless variable x[15][16]
0.00/0.01	c remove useless variable x[15][17]
0.00/0.01	c remove useless variable x[15][18]
0.00/0.01	c remove useless variable x[16][12]
0.00/0.01	c remove useless variable x[16][13]
0.00/0.01	c remove useless variable x[16][14]
0.00/0.01	c remove useless variable x[16][15]
0.00/0.01	c remove useless variable x[16][16]
0.00/0.01	c remove useless variable x[16][17]
0.00/0.01	c remove useless variable x[16][18]
0.00/0.01	c remove useless variable x[17][11]
0.00/0.01	c remove useless variable x[17][12]
0.00/0.01	c remove useless variable x[17][13]
0.00/0.01	c remove useless variable x[17][14]
0.00/0.01	c remove useless variable x[17][15]
0.00/0.01	c remove useless variable x[17][16]
0.00/0.01	c remove useless variable x[17][17]
0.00/0.01	c remove useless variable x[17][18]
0.00/0.01	c remove useless variable x[18][10]
0.00/0.01	c remove useless variable x[18][11]
0.00/0.01	c remove useless variable x[18][12]
0.00/0.01	c remove useless variable x[18][13]
0.00/0.01	c remove useless variable x[18][14]
0.00/0.01	c remove useless variable x[18][15]
0.00/0.01	c remove useless variable x[18][16]
0.00/0.01	c remove useless variable x[18][17]
0.00/0.01	c remove useless variable x[18][18]
0.00/0.07	c 101            142            3118           32532          6              0              19   22   20   
0.10/0.12	c 211            279            5577           75746          6              0              8   11   9     
0.10/0.18	c 332            429            8194           122591         6              0              8   11   9     
0.21/0.24	c 465            594            11087          173429         6              0              8   11   9     
0.21/0.31	c 611            775            14268          228528         6              0              8   11   9     
0.31/0.38	c 771            972            17640          284853         6              0              8   11   9     
0.41/0.46	c 947            1188           21299          344565         6              0              8   11   9     
0.51/0.55	c 1140           1425           25314          410220         6              0              8   11   10    
0.60/0.64	c 1352           1683           29605          491229         6              0              8   11   9     
0.69/0.74	c 1585           1966           34293          578386         6              0              8   11   9     
0.79/0.84	c 1841           2276           39388          672551         6              0              8   11   9     
0.89/0.96	c 2122           2616           44937          773617         6              0              8   11   9     
1.00/1.09	c 2431           2990           51008          880453         6              0              8   11   9     
1.19/1.24	c 2770           3400           57646          997178         6              0              8   11   9     
1.29/1.39	c 3142           3849           64855          1120407        6              0              8   11   10    
1.49/1.56	c 3551           4341           72704          1264858        6              0              8   11   10    
1.69/1.75	c 4000           4881           81328          1422062        6              0              8   11   9     
1.89/1.95	c 4493           5473           90708          1590090        6              0              8   11   9     
2.10/2.18	c 5035           6125           101083         1772191        6              0              8   11   10    
2.39/2.42	c 5631           6840           112399         1978046        6              0              8   11   10    
2.59/2.69	c 6286           7625           124789         2200886        6              0              8   11   10    
2.89/2.98	c 7006           8488           138340         2441810        6              0              8   11   10    
3.29/3.31	c 7798           9436           153198         2710810        6              0              8   11   10    
3.59/3.66	c 8669           10478          169501         3003439        6              0              8   11   10    
4.00/4.05	c 9627           11624          187361         3316290        6              0              8   11   10    
4.39/4.48	c 10680          12886          207050         3653672        6              0              8   12   10    
4.89/4.96	c 11838          14282          229104         4026032        6              0              8   12   10    
5.39/5.49	c 13111          15823          253581         4430689        6              0              8   12   10    
6.00/6.09	c 14511          17523          280732         4871877        6              0              8   12   10    
6.69/6.76	c 16051          19402          310923         5354368        6              0              8   12   10    
7.49/7.51	c 17745          21481          344515         5887696        6              0              8   12   10    
8.29/8.33	c 19608          23773          381797         6474080        6              0              8   12   10    
9.19/9.25	c 21657          26301          423062         7115295        6              0              8   12   10    
10.19/10.28	c 23910          29095          468943         7820837        6              0              8   12   10    
11.39/11.41	c 26388          32175          519991         8599833        6              0              8   12   10    
12.59/12.69	c 29113          35578          576779         9457355        6              0              8   12   10    
14.10/14.11	c 32110          39324          639366         10395286       6              0              8   12   10    
15.59/15.67	c 35406          43446          708129         11417557       6              0              8   12   10    
17.39/17.40	c 39031          47983          784074         12556003       6              0              8   12   10    
19.29/19.31	c 43018          52982          867805         13798537       6              0              8   12   10    
21.39/21.46	c 47403          58526          962092         15196237       6              0              8   13   10    
23.79/23.83	c 52226          64643          1067027        16739006       6              0              8   13   10    
26.39/26.47	c 57531          71377          1182901        18429032       6              0              8   13   10    
29.29/29.35	c 63366          78797          1310358        20278768       6              0              8   13   10    
32.59/32.64	c 69784          87013          1453040        22350841       6              0              8   13   11    
36.19/36.29	c 76843          96087          1611966        24666378       6              0              8   13   11    
40.19/40.26	c 84607          106053         1785912        27183840       6              0              8   13   11    
44.69/44.76	c 93147          117073         1980879        29995971       6              0              8   13   11    
49.89/49.92	c 102541         129352         2203119        33231381       6              0              8   13   11    
55.49/55.57	c 112874         142905         2448426        36818431       6              0              8   13   11    
61.79/61.84	c 124240         157816         2718706        40765455       6              0              8   13   11    
68.79/68.80	c 136742         174204         3016499        45078001       6              0              8   13   11    
76.39/76.41	c 150494         192246         3344360        49818196       6              0              8   13   11    
84.89/85.00	c 165621         212311         3714899        55173274       6              0              8   13   11    
94.79/94.80	c 182260         234654         4133450        61231846       6              0              8   13   11    
105.59/105.67	c 200562         259341         4598904        68008115       6              0              8   13   11    
117.49/117.58	c 220694         286484         5109957        75419010       6              0              8   13   11    
130.99/131.05	c 242839         316696         5686910        83804027       6              0              8   13   11    
145.89/145.92	c 267198         349958         6323799        92997830       6              0              8   13   11    
162.89/163.00	c 293992         387284         7049219        103356276      6              0              8   13   11    
181.59/181.63	c 323465         428342         7844480        114588883      6              0              8   13   11    
202.69/202.73	c 355885         474118         8741663        127181787      6              0              8   13   11    
225.79/225.84	c 391547         524457         9725629        140876970      6              0              8   13   11    
251.18/251.24	c 430775         579842         10811463       155935573      6              0              8   13   11    
279.38/279.40	c 473925         640824         12018225       172432023      6              0              8   31   13    
309.78/309.86	c 521390         707086         13317505       190418709      6              0              9   28   14    
342.48/342.57	c 573601         779972         14722342       210584629      6              0              9   33   16    
377.18/377.27	c 631033         859462         16225577       231770386      6              0              9   32   17    
418.68/418.72	c 694208         948168         18043104       256701108      6              0              9   24   16    
464.78/464.84	c 763700         1046038        20069678       284450382      6              0              9   24   16    
515.98/516.06	c 840141         1154050        22327038       315336371      6              0              9   24   17    
568.17/568.23	c 924226         1273173        24554219       347593338      6              0              10   32   18   
622.47/622.55	c 1016719        1400387        26899466       384359474      6              0              9   40   23    
682.87/682.90	c 1118461        1542326        29504220       424135418      6              0              9   40   25    
748.37/748.47	c 1230377        1697446        32331293       468073981      6              0              9   40   25    
819.76/819.82	c 1353484        1869554        35447066       514803948      6              0              9   51   28    
897.96/898.07	c 1488901        2060017        38914788       566224829      6              0              9   51   31    
983.66/983.78	c 1637859        2270449        42727189       622119425      6              0              9   51   33    
1075.15/1075.25	c 1801712        2500570        46840476       682036709      6              0              9   71   36    
1179.65/1179.74	c 1981950        2754771        51469710       748060456      6              0              9   59   37    
1293.06/1293.17	c 2180211        3035468        56484422       822954401      6              0              10   59   40   
1412.95/1413.04	c 2398298        3340337        61888504       900046119      6              0              9   67   41    
1539.74/1539.86	c 2638193        3673039        67760907       983202242      6              0              9   68   43    
1676.34/1676.40	c 2902077        4037477        74104125       1074394960     6              0              9   68   45    
1821.83/1821.97	c 3192349        4433844        81004114       1171872104     6              0              9   68   47    
1999.83/1999.92	c 3511648        4875753        88576539       1313457799     6              0              9   71   50    
2180.42/2180.54	c 3862876        5400012        98605356       1452629779     6              0              9   161   72   
2383.21/2383.33	c 4249226        5937536        107893911      1597675038     6              0              9   76   54    
2400.02/2400.10	
2400.02/2400.10	c *** INTERRUPTED ***
2400.02/2400.10	c restarts              : 88          
2400.02/2400.10	c conflicts             : 4274951      (1781 /sec)
2400.02/2400.10	c decisions             : 5973050      (2489 /sec)
2400.02/2400.10	c propagations          : 1607484163  (669777 /sec)
2400.02/2400.10	c root propagations     : 9           
2400.02/2400.10	c filter calls          : 108538976      (45224 /sec)
2400.02/2400.10	c useless filter calls  : 89678429       (82 %)
2400.02/2400.10	c Memory used           : 27.68 MB
2400.02/2400.10	c CPU time              : 2400.03 s
2400.02/2400.10	
2400.02/2400.10	s UNKNOWN

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4267309-1502610484/watcher-4267309-1502610484 -o /tmp/evaluation-result-4267309-1502610484/solver-4267309-1502610484 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node105-1502602108-31759 --watchdog 2560 cosoco -lc -model -restarts HOME/instance-4267309-1502610484.xml 

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

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

solver pid=557, runsolver pid=554

[startup+0.100152 s]*
/proc/loadavg: 1.95 2.00 2.04 3/188 558
/proc/meminfo: memFree=26619336/32770624 swapFree=67108860/67108860
[pid=557] ppid=554 vsize=27980 memory=4524 CPUtime=0.1 cores=1,3,5,7
/proc/557/stat : 557 (cosoco) R 554 557 31727 0 -1 4202496 1326 0 0 0 10 0 0 0 20 0 1 0 94120067 28651520 1131 33554432000 4194304 5748600 140736697483792 140736697471208 5000352 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7849824 7854664 10342400 140736697488575 140736697488670 140736697488670 140736697491406 0
/proc/557/statm: 6995 1131 763 380 0 413 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 27980 KiB
Current children cumulated memory: 4524 KiB

[startup+0.209484 s]*
/proc/loadavg: 1.95 2.00 2.04 3/188 558
/proc/meminfo: memFree=26619572/32770624 swapFree=67108860/67108860
[pid=557] ppid=554 vsize=27980 memory=4524 CPUtime=0.21 cores=1,3,5,7
/proc/557/stat : 557 (cosoco) R 554 557 31727 0 -1 4202496 1326 0 0 0 21 0 0 0 20 0 1 0 94120067 28651520 1131 33554432000 4194304 5748600 140736697483792 140736697471208 4941424 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7849824 7854664 10342400 140736697488575 140736697488670 140736697488670 140736697491406 0
/proc/557/statm: 6995 1131 763 380 0 413 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 27980 KiB
Current children cumulated memory: 4524 KiB

[startup+0.30895 s]*
/proc/loadavg: 1.95 2.00 2.04 3/188 558
/proc/meminfo: memFree=26619572/32770624 swapFree=67108860/67108860
[pid=557] ppid=554 vsize=27980 memory=4524 CPUtime=0.31 cores=1,3,5,7
/proc/557/stat : 557 (cosoco) R 554 557 31727 0 -1 4202496 1326 0 0 0 31 0 0 0 20 0 1 0 94120067 28651520 1131 33554432000 4194304 5748600 140736697483792 140736697471208 5130122 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7849824 7854664 10342400 140736697488575 140736697488670 140736697488670 140736697491406 0
/proc/557/statm: 6995 1131 763 380 0 413 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 27980 KiB
Current children cumulated memory: 4524 KiB

[startup+0.700276 s]
/proc/loadavg: 1.95 2.00 2.04 3/188 558
/proc/meminfo: memFree=26619572/32770624 swapFree=67108860/67108860
[pid=557] ppid=554 vsize=27980 memory=4524 CPUtime=0.69 cores=1,3,5,7
/proc/557/stat : 557 (cosoco) R 554 557 31727 0 -1 4202496 1326 0 0 0 69 0 0 0 20 0 1 0 94120067 28651520 1131 33554432000 4194304 5748600 140736697483792 140736697471208 4915424 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7849824 7854664 10342400 140736697488575 140736697488670 140736697488670 140736697491406 0
/proc/557/statm: 6995 1131 763 380 0 413 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 27980 KiB
Current children cumulated memory: 4524 KiB

[startup+1.50027 s]
/proc/loadavg: 1.95 2.00 2.04 3/188 558
/proc/meminfo: memFree=26619572/32770624 swapFree=67108860/67108860
[pid=557] ppid=554 vsize=27980 memory=4524 CPUtime=1.49 cores=1,3,5,7
/proc/557/stat : 557 (cosoco) R 554 557 31727 0 -1 4202496 1326 0 0 0 149 0 0 0 20 0 1 0 94120067 28651520 1131 33554432000 4194304 5748600 140736697483792 140736697481192 4919576 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7849824 7854664 10342400 140736697488575 140736697488670 140736697488670 140736697491406 0
/proc/557/statm: 6995 1131 763 380 0 413 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 27980 KiB
Current children cumulated memory: 4524 KiB

[startup+3.10902 s]
/proc/loadavg: 1.95 2.00 2.04 3/188 558
/proc/meminfo: memFree=26619324/32770624 swapFree=67108860/67108860
[pid=557] ppid=554 vsize=27980 memory=4656 CPUtime=3.1 cores=1,3,5,7
/proc/557/stat : 557 (cosoco) R 554 557 31727 0 -1 4202496 1593 0 0 0 310 0 0 0 20 0 1 0 94120067 28651520 1164 33554432000 4194304 5748600 140736697483792 140736697481192 4915424 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7849824 7854664 10342400 140736697488575 140736697488670 140736697488670 140736697491406 0
/proc/557/statm: 6995 1164 785 380 0 413 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 27980 KiB
Current children cumulated memory: 4656 KiB

[startup+6.30026 s]
/proc/loadavg: 1.95 2.00 2.04 3/188 558
/proc/meminfo: memFree=26619324/32770624 swapFree=67108860/67108860
[pid=557] ppid=554 vsize=27980 memory=4656 CPUtime=6.29 cores=1,3,5,7
/proc/557/stat : 557 (cosoco) R 554 557 31727 0 -1 4202496 1861 0 0 0 629 0 0 0 20 0 1 0 94120067 28651520 1164 33554432000 4194304 5748600 140736697483792 140736697481192 5000352 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7849824 7854664 10342400 140736697488575 140736697488670 140736697488670 140736697491406 0
/proc/557/statm: 6995 1164 785 380 0 413 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 27980 KiB
Current children cumulated memory: 4656 KiB

[startup+12.7002 s]
/proc/loadavg: 1.95 2.00 2.04 3/188 558
/proc/meminfo: memFree=26619316/32770624 swapFree=67108860/67108860
[pid=557] ppid=554 vsize=27980 memory=4656 CPUtime=12.69 cores=1,3,5,7
/proc/557/stat : 557 (cosoco) R 554 557 31727 0 -1 4202496 2128 0 0 0 1269 0 0 0 20 0 1 0 94120067 28651520 1164 33554432000 4194304 5748600 140736697483792 140736697481192 4912147 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7849824 7854664 10342400 140736697488575 140736697488670 140736697488670 140736697491406 0
/proc/557/statm: 6995 1164 785 380 0 413 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 27980 KiB
Current children cumulated memory: 4656 KiB

[startup+25.5003 s]
/proc/loadavg: 1.96 2.00 2.04 3/188 558
/proc/meminfo: memFree=26619440/32770624 swapFree=67108860/67108860
[pid=557] ppid=554 vsize=27980 memory=4656 CPUtime=25.49 cores=1,3,5,7
/proc/557/stat : 557 (cosoco) R 554 557 31727 0 -1 4202496 2663 0 0 0 2549 0 0 0 20 0 1 0 94120067 28651520 1164 33554432000 4194304 5748600 140736697483792 140736697481192 4941476 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7849824 7854664 10342400 140736697488575 140736697488670 140736697488670 140736697491406 0
/proc/557/statm: 6995 1164 785 380 0 413 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 27980 KiB
Current children cumulated memory: 4656 KiB

[startup+51.1091 s]
/proc/loadavg: 1.98 2.00 2.04 3/188 558
/proc/meminfo: memFree=26619696/32770624 swapFree=67108860/67108860
[pid=557] ppid=554 vsize=27980 memory=4656 CPUtime=51.1 cores=1,3,5,7
/proc/557/stat : 557 (cosoco) R 554 557 31727 0 -1 4202496 2933 0 0 0 5110 0 0 0 20 0 1 0 94120067 28651520 1164 33554432000 4194304 5748600 140736697483792 140736697481192 4941424 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7849824 7854664 10342400 140736697488575 140736697488670 140736697488670 140736697491406 0
/proc/557/statm: 6995 1164 785 380 0 413 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 27980 KiB
Current children cumulated memory: 4656 KiB

[startup+102.3 s]
/proc/loadavg: 1.99 2.00 2.04 3/187 559
/proc/meminfo: memFree=26619696/32770624 swapFree=67108860/67108860
[pid=557] ppid=554 vsize=27980 memory=4656 CPUtime=102.29 cores=1,3,5,7
/proc/557/stat : 557 (cosoco) R 554 557 31727 0 -1 4202496 3201 0 0 0 10229 0 0 0 20 0 1 0 94120067 28651520 1164 33554432000 4194304 5748600 140736697483792 140736697481192 4941458 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7849824 7854664 10342400 140736697488575 140736697488670 140736697488670 140736697491406 0
/proc/557/statm: 6995 1164 785 380 0 413 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 27980 KiB
Current children cumulated memory: 4656 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/187 560
/proc/meminfo: memFree=26619636/32770624 swapFree=67108860/67108860
[pid=557] ppid=554 vsize=27980 memory=4656 CPUtime=162.29 cores=1,3,5,7
/proc/557/stat : 557 (cosoco) R 554 557 31727 0 -1 4202496 3469 0 0 0 16229 0 0 0 20 0 1 0 94120067 28651520 1164 33554432000 4194304 5748600 140736697483792 140736697481192 4919576 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7849824 7854664 10342400 140736697488575 140736697488670 140736697488670 140736697491406 0
/proc/557/statm: 6995 1164 785 380 0 413 0
Current children cumulated CPU time: 162.29 s
Current children cumulated vsize: 27980 KiB
Current children cumulated memory: 4656 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/187 561
/proc/meminfo: memFree=26619492/32770624 swapFree=67108860/67108860
[pid=557] ppid=554 vsize=27980 memory=4656 CPUtime=222.29 cores=1,3,5,7
/proc/557/stat : 557 (cosoco) R 554 557 31727 0 -1 4202496 3737 0 0 0 22229 0 0 0 20 0 1 0 94120067 28651520 1164 33554432000 4194304 5748600 140736697483792 140736697481192 5122362 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7849824 7854664 10342400 140736697488575 140736697488670 140736697488670 140736697491406 0
/proc/557/statm: 6995 1164 785 380 0 413 0
Current children cumulated CPU time: 222.29 s
Current children cumulated vsize: 27980 KiB
Current children cumulated memory: 4656 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/187 562
/proc/meminfo: memFree=26619580/32770624 swapFree=67108860/67108860
[pid=557] ppid=554 vsize=27980 memory=4656 CPUtime=282.28 cores=1,3,5,7
/proc/557/stat : 557 (cosoco) R 554 557 31727 0 -1 4202496 4018 0 0 0 28228 0 0 0 20 0 1 0 94120067 28651520 1164 33554432000 4194304 5748600 140736697483792 140736697481192 5000352 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7849824 7854664 10342400 140736697488575 140736697488670 140736697488670 140736697491406 0
/proc/557/statm: 6995 1164 785 380 0 413 0
Current children cumulated CPU time: 282.28 s
Current children cumulated vsize: 27980 KiB
Current children cumulated memory: 4656 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/187 563
/proc/meminfo: memFree=26619840/32770624 swapFree=67108860/67108860
[pid=557] ppid=554 vsize=27980 memory=4672 CPUtime=342.28 cores=1,3,5,7
/proc/557/stat : 557 (cosoco) R 554 557 31727 0 -1 4202496 4294 0 0 0 34228 0 0 0 20 0 1 0 94120067 28651520 1168 33554432000 4194304 5748600 140736697483792 140736697481192 4941424 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7849824 7854664 10342400 140736697488575 140736697488670 140736697488670 140736697491406 0
/proc/557/statm: 6995 1168 785 380 0 413 0
Current children cumulated CPU time: 342.28 s
Current children cumulated vsize: 27980 KiB
Current children cumulated memory: 4672 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/188 572
/proc/meminfo: memFree=26618292/32770624 swapFree=67108860/67108860
[pid=557] ppid=554 vsize=27980 memory=4672 CPUtime=402.28 cores=1,3,5,7
/proc/557/stat : 557 (cosoco) R 554 557 31727 0 -1 4202496 4569 0 0 0 40228 0 0 0 20 0 1 0 94120067 28651520 1168 33554432000 4194304 5748600 140736697483792 140736697481192 5000352 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7849824 7854664 10342400 140736697488575 140736697488670 140736697488670 140736697491406 0
/proc/557/statm: 6995 1168 785 380 0 413 0
Current children cumulated CPU time: 402.28 s
Current children cumulated vsize: 27980 KiB
Current children cumulated memory: 4672 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/188 574
/proc/meminfo: memFree=26619196/32770624 swapFree=67108860/67108860
[pid=557] ppid=554 vsize=27980 memory=4672 CPUtime=462.28 cores=1,3,5,7
/proc/557/stat : 557 (cosoco) R 554 557 31727 0 -1 4202496 4844 0 0 0 46228 0 0 0 20 0 1 0 94120067 28651520 1168 33554432000 4194304 5748600 140736697483792 140736697481192 4916000 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7849824 7854664 10342400 140736697488575 140736697488670 140736697488670 140736697491406 0
/proc/557/statm: 6995 1168 785 380 0 413 0
Current children cumulated CPU time: 462.28 s
Current children cumulated vsize: 27980 KiB
Current children cumulated memory: 4672 KiB


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

/proc/557/statm: 6995 1181 785 380 0 413 0
Current children cumulated CPU time: 1662.24 s
Current children cumulated vsize: 27980 KiB
Current children cumulated memory: 4724 KiB

[startup+1722.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/188 779
/proc/meminfo: memFree=26501064/32770624 swapFree=67108860/67108860
[pid=557] ppid=554 vsize=27980 memory=4724 CPUtime=1722.23 cores=1,3,5,7
/proc/557/stat : 557 (cosoco) R 554 557 31727 0 -1 4202496 10736 0 0 0 172223 0 0 0 20 0 1 0 94120067 28651520 1181 33554432000 4194304 5748600 140736697483792 140736697481192 4941458 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7849824 7854664 10342400 140736697488575 140736697488670 140736697488670 140736697491406 0
/proc/557/statm: 6995 1181 785 380 0 413 0
Current children cumulated CPU time: 1722.23 s
Current children cumulated vsize: 27980 KiB
Current children cumulated memory: 4724 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/188 780
/proc/meminfo: memFree=26501428/32770624 swapFree=67108860/67108860
[pid=557] ppid=554 vsize=27980 memory=4724 CPUtime=1782.23 cores=1,3,5,7
/proc/557/stat : 557 (cosoco) R 554 557 31727 0 -1 4202496 11008 0 0 0 178223 0 0 0 20 0 1 0 94120067 28651520 1181 33554432000 4194304 5748600 140736697483792 140736697481192 4912547 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7849824 7854664 10342400 140736697488575 140736697488670 140736697488670 140736697491406 0
/proc/557/statm: 6995 1181 785 380 0 413 0
Current children cumulated CPU time: 1782.23 s
Current children cumulated vsize: 27980 KiB
Current children cumulated memory: 4724 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/188 781
/proc/meminfo: memFree=26501792/32770624 swapFree=67108860/67108860
[pid=557] ppid=554 vsize=27980 memory=4724 CPUtime=1842.23 cores=1,3,5,7
/proc/557/stat : 557 (cosoco) R 554 557 31727 0 -1 4202496 11302 0 0 0 184223 0 0 0 20 0 1 0 94120067 28651520 1181 33554432000 4194304 5748600 140736697483792 140736697481192 4941455 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7849824 7854664 10342400 140736697488575 140736697488670 140736697488670 140736697491406 0
/proc/557/statm: 6995 1181 785 380 0 413 0
Current children cumulated CPU time: 1842.23 s
Current children cumulated vsize: 27980 KiB
Current children cumulated memory: 4724 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 782
/proc/meminfo: memFree=26501476/32770624 swapFree=67108860/67108860
[pid=557] ppid=554 vsize=27980 memory=4724 CPUtime=1902.23 cores=1,3,5,7
/proc/557/stat : 557 (cosoco) R 554 557 31727 0 -1 4202496 11573 0 0 0 190223 0 0 0 20 0 1 0 94120067 28651520 1181 33554432000 4194304 5748600 140736697483792 140736697481192 4915599 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7849824 7854664 10342400 140736697488575 140736697488670 140736697488670 140736697491406 0
/proc/557/statm: 6995 1181 785 380 0 413 0
Current children cumulated CPU time: 1902.23 s
Current children cumulated vsize: 27980 KiB
Current children cumulated memory: 4724 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 783
/proc/meminfo: memFree=26501968/32770624 swapFree=67108860/67108860
[pid=557] ppid=554 vsize=27980 memory=4724 CPUtime=1962.23 cores=1,3,5,7
/proc/557/stat : 557 (cosoco) R 554 557 31727 0 -1 4202496 11844 0 0 0 196223 0 0 0 20 0 1 0 94120067 28651520 1181 33554432000 4194304 5748600 140736697483792 140736697481192 4915322 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7849824 7854664 10342400 140736697488575 140736697488670 140736697488670 140736697491406 0
/proc/557/statm: 6995 1181 785 380 0 413 0
Current children cumulated CPU time: 1962.23 s
Current children cumulated vsize: 27980 KiB
Current children cumulated memory: 4724 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 784
/proc/meminfo: memFree=26501716/32770624 swapFree=67108860/67108860
[pid=557] ppid=554 vsize=27980 memory=4724 CPUtime=2022.23 cores=1,3,5,7
/proc/557/stat : 557 (cosoco) R 554 557 31727 0 -1 4202496 12136 0 0 0 202223 0 0 0 20 0 1 0 94120067 28651520 1181 33554432000 4194304 5748600 140736697483792 140736697481192 4911017 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7849824 7854664 10342400 140736697488575 140736697488670 140736697488670 140736697491406 0
/proc/557/statm: 6995 1181 785 380 0 413 0
Current children cumulated CPU time: 2022.23 s
Current children cumulated vsize: 27980 KiB
Current children cumulated memory: 4724 KiB

[startup+2082.3 s]
/proc/loadavg: 2.03 2.03 2.05 3/187 785
/proc/meminfo: memFree=26501836/32770624 swapFree=67108860/67108860
[pid=557] ppid=554 vsize=27980 memory=4724 CPUtime=2082.22 cores=1,3,5,7
/proc/557/stat : 557 (cosoco) R 554 557 31727 0 -1 4202496 12407 0 0 0 208222 0 0 0 20 0 1 0 94120067 28651520 1181 33554432000 4194304 5748600 140736697483792 140736697481192 4915904 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7849824 7854664 10342400 140736697488575 140736697488670 140736697488670 140736697491406 0
/proc/557/statm: 6995 1181 785 380 0 413 0
Current children cumulated CPU time: 2082.22 s
Current children cumulated vsize: 27980 KiB
Current children cumulated memory: 4724 KiB

[startup+2142.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 786
/proc/meminfo: memFree=26501708/32770624 swapFree=67108860/67108860
[pid=557] ppid=554 vsize=28188 memory=4780 CPUtime=2142.22 cores=1,3,5,7
/proc/557/stat : 557 (cosoco) R 554 557 31727 0 -1 4202496 12730 0 0 0 214222 0 0 0 20 0 1 0 94120067 28864512 1195 33554432000 4194304 5748600 140736697483792 140736697480648 4911850 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7849824 7854664 10342400 140736697488575 140736697488670 140736697488670 140736697491406 0
/proc/557/statm: 7047 1195 785 380 0 465 0
Current children cumulated CPU time: 2142.22 s
Current children cumulated vsize: 28188 KiB
Current children cumulated memory: 4780 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 795
/proc/meminfo: memFree=26501040/32770624 swapFree=67108860/67108860
[pid=557] ppid=554 vsize=28340 memory=4964 CPUtime=2202.22 cores=1,3,5,7
/proc/557/stat : 557 (cosoco) R 554 557 31727 0 -1 4202496 13092 0 0 0 220222 0 0 0 20 0 1 0 94120067 29020160 1241 33554432000 4194304 5748600 140736697483792 140736697481192 5122362 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7849824 7854664 10342400 140736697488575 140736697488670 140736697488670 140736697491406 0
/proc/557/statm: 7085 1241 785 380 0 503 0
Current children cumulated CPU time: 2202.22 s
Current children cumulated vsize: 28340 KiB
Current children cumulated memory: 4964 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 796
/proc/meminfo: memFree=26501196/32770624 swapFree=67108860/67108860
[pid=557] ppid=554 vsize=28340 memory=4964 CPUtime=2262.22 cores=1,3,5,7
/proc/557/stat : 557 (cosoco) R 554 557 31727 0 -1 4202496 13385 0 0 0 226222 0 0 0 20 0 1 0 94120067 29020160 1241 33554432000 4194304 5748600 140736697483792 140736697481192 4941476 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7849824 7854664 10342400 140736697488575 140736697488670 140736697488670 140736697491406 0
/proc/557/statm: 7085 1241 785 380 0 503 0
Current children cumulated CPU time: 2262.22 s
Current children cumulated vsize: 28340 KiB
Current children cumulated memory: 4964 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 797
/proc/meminfo: memFree=26501076/32770624 swapFree=67108860/67108860
[pid=557] ppid=554 vsize=28340 memory=4964 CPUtime=2322.22 cores=1,3,5,7
/proc/557/stat : 557 (cosoco) R 554 557 31727 0 -1 4202496 13680 0 0 0 232222 0 0 0 20 0 1 0 94120067 29020160 1241 33554432000 4194304 5748600 140736697483792 140736697481192 5119563 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7849824 7854664 10342400 140736697488575 140736697488670 140736697488670 140736697491406 0
/proc/557/statm: 7085 1241 785 380 0 503 0
Current children cumulated CPU time: 2322.22 s
Current children cumulated vsize: 28340 KiB
Current children cumulated memory: 4964 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 798
/proc/meminfo: memFree=26500764/32770624 swapFree=67108860/67108860
[pid=557] ppid=554 vsize=28340 memory=4964 CPUtime=2382.21 cores=1,3,5,7
/proc/557/stat : 557 (cosoco) R 554 557 31727 0 -1 4202496 13972 0 0 0 238221 0 0 0 20 0 1 0 94120067 29020160 1241 33554432000 4194304 5748600 140736697483792 140736697481192 4941434 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7849824 7854664 10342400 140736697488575 140736697488670 140736697488670 140736697491406 0
/proc/557/statm: 7085 1241 785 380 0 503 0
Current children cumulated CPU time: 2382.21 s
Current children cumulated vsize: 28340 KiB
Current children cumulated memory: 4964 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.11 s]
/proc/loadavg: 2.08 2.03 2.05 3/188 799
/proc/meminfo: memFree=26500764/32770624 swapFree=67108860/67108860
[pid=557] ppid=554 vsize=28340 memory=4964 CPUtime=2400.02 cores=1,3,5,7
/proc/557/stat : 557 (cosoco) R 554 557 31727 0 -1 4202496 14288 0 0 0 240002 0 0 0 20 0 1 0 94120067 29020160 1241 33554432000 4194304 5748600 140736697483792 140736697481192 4919604 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7849824 7854664 10342400 140736697488575 140736697488670 140736697488670 140736697491406 0
/proc/557/statm: 7085 1241 785 380 0 503 0
Current children cumulated CPU time: 2400.02 s
Current children cumulated vsize: 28340 KiB
Current children cumulated memory: 4964 KiB

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

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

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

[startup+2400.11 s]
/proc/loadavg: 2.08 2.03 2.05 3/188 799
/proc/meminfo: memFree=26500764/32770624 swapFree=67108860/67108860
[pid=557] ppid=554 vsize=28340 memory=4964 CPUtime=2400.02 cores=1,3,5,7
/proc/557/stat : 557 (cosoco) R 554 557 31727 0 -1 4202496 14288 0 0 0 240002 0 0 0 20 0 1 0 94120067 29020160 1241 33554432000 4194304 5748600 140736697483792 140736697481192 4919604 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7849824 7854664 10342400 140736697488575 140736697488670 140736697488670 140736697491406 0
/proc/557/statm: 7085 1241 785 380 0 503 0
Current children cumulated CPU time: 2400.02 s
Current children cumulated vsize: 28340 KiB
Current children cumulated memory: 4964 KiB

Child status: 1
Real time (s): 2400.11
CPU time (s): 2400.04
CPU user time (s): 2400.03
CPU system time (s): 0.007999
CPU usage (%): 99.997
Max. virtual memory (cumulated for all children) (KiB): 28340
Max. memory (cumulated for all children) (KiB): 4964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2400.03
system time used= 0.007999
maximum resident set size= 5036
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14340
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= 1810


# summary of solver processes directly reported to runsolver:
#   pid: 557
#   total CPU time (s): 2400.04
#   total CPU user time (s): 2400.03
#   total CPU system time (s): 0.007999

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.49421 second user time and 15.232 second system time

The end

Launcher Data

Begin job on node105 at 2017-08-13 09:33:46
IDJOB=4267309
IDBENCH=133588
IDSOLVER=2657
FILE ID=node105/4267309-1502610484
RUNJOBID= node105-1502602108-31759
PBS_JOBID= 20628295
Free space on /tmp= 60664 MiB

SOLVER NAME= cosoco-mini 1.12
BENCH NAME= XCSP17/MagicHexagon/MagicHexagon-m1-s1/MagicHexagon-10-m021.xml
COMMAND LINE= cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4267309-1502610484/watcher-4267309-1502610484 -o /tmp/evaluation-result-4267309-1502610484/solver-4267309-1502610484 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node105-1502602108-31759 --watchdog 2560  cosoco -lc -model -restarts HOME/instance-4267309-1502610484.xml

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

MD5SUM BENCH= bb8f18d9394a9daa2d276ef3f55d21f6
RANDOM SEED=2078236685

node105.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.17
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.17
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.17
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.17
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:        26621328 kB
MemAvailable:   31978724 kB
Buffers:          155096 kB
Cached:          5478392 kB
SwapCached:            0 kB
Active:           653376 kB
Inactive:        5034480 kB
Active(anon):      57100 kB
Inactive(anon):    25060 kB
Active(file):     596276 kB
Inactive(file):  5009420 kB
Unevictable:        6248 kB
Mlocked:            6248 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2008 kB
Writeback:             0 kB
AnonPages:         60388 kB
Mapped:            44708 kB
Shmem:             25228 kB
Slab:             160400 kB
SReclaimable:     135068 kB
SUnreclaim:        25332 kB
KernelStack:        3536 kB
PageTables:         5488 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     351188 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 60652 MiB
End job on node105 at 2017-08-13 10:13:46