Trace number 4260128

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.04 2400.21

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.05	c intension x[0][0]<x[0][9]  using generic constraint 
0.00/0.05	c intension x[0][0]<x[9][18]  using generic constraint 
0.00/0.05	c intension x[0][0]<x[18][9]  using generic constraint 
0.00/0.05	c intension x[0][0]<x[18][0]  using generic constraint 
0.00/0.05	c intension x[0][0]<x[9][0]  using generic constraint 
0.00/0.06	c intension x[0][9]<x[9][0]  using generic constraint 
0.00/0.06	c root propagations     : 9           
0.00/0.06	c restarts enabled, print stats at every restarts
0.00/0.06	c
0.00/0.06	c
0.00/0.06	c
0.00/0.06	c This is cosoco 1.1 --  
0.00/0.06	c
0.00/0.06	c command line: cosoco -lc -model -restarts HOME/instance-4260128-1502030482.xml 
0.00/0.06	c ========================================[ Problem Statistics ]===========================================
0.00/0.06	c |                                                                                                       
0.00/0.06	c |  Parse time        :         0.00 s 
0.00/0.06	c |
0.00/0.06	c |               Variables: 361
0.00/0.06	c |            Domain Sizes: 271..271
0.00/0.06	c |
0.00/0.06	c |             Constraints: 64
0.00/0.06	c |                   Arity: 2..271  -- Binary: 6
0.00/0.06	c | 
0.00/0.06	c |                   Types: 
0.00/0.06	c |                          (X - Y < k): 6
0.00/0.06	c |                          All Different: 1
0.00/0.06	c |                          Sum: 57
0.00/0.06	c |                          
0.00/0.06	c =========================================================================================================
0.00/0.06	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth
0.00/0.06	c remove useless variable x[0][10]
0.00/0.06	c remove useless variable x[0][11]
0.00/0.06	c remove useless variable x[0][12]
0.00/0.06	c remove useless variable x[0][13]
0.00/0.06	c remove useless variable x[0][14]
0.00/0.06	c remove useless variable x[0][15]
0.00/0.06	c remove useless variable x[0][16]
0.00/0.06	c remove useless variable x[0][17]
0.00/0.06	c remove useless variable x[0][18]
0.00/0.06	c remove useless variable x[1][11]
0.00/0.06	c remove useless variable x[1][12]
0.00/0.06	c remove useless variable x[1][13]
0.00/0.06	c remove useless variable x[1][14]
0.00/0.06	c remove useless variable x[1][15]
0.00/0.06	c remove useless variable x[1][16]
0.00/0.06	c remove useless variable x[1][17]
0.00/0.06	c remove useless variable x[1][18]
0.00/0.06	c remove useless variable x[2][12]
0.00/0.06	c remove useless variable x[2][13]
0.00/0.06	c remove useless variable x[2][14]
0.00/0.06	c remove useless variable x[2][15]
0.00/0.06	c remove useless variable x[2][16]
0.00/0.06	c remove useless variable x[2][17]
0.00/0.06	c remove useless variable x[2][18]
0.00/0.06	c remove useless variable x[3][13]
0.00/0.06	c remove useless variable x[3][14]
0.00/0.06	c remove useless variable x[3][15]
0.00/0.06	c remove useless variable x[3][16]
0.00/0.06	c remove useless variable x[3][17]
0.00/0.06	c remove useless variable x[3][18]
0.00/0.06	c remove useless variable x[4][14]
0.00/0.06	c remove useless variable x[4][15]
0.00/0.06	c remove useless variable x[4][16]
0.00/0.06	c remove useless variable x[4][17]
0.00/0.06	c remove useless variable x[4][18]
0.00/0.06	c remove useless variable x[5][15]
0.00/0.06	c remove useless variable x[5][16]
0.00/0.06	c remove useless variable x[5][17]
0.00/0.06	c remove useless variable x[5][18]
0.00/0.06	c remove useless variable x[6][16]
0.00/0.06	c remove useless variable x[6][17]
0.00/0.06	c remove useless variable x[6][18]
0.00/0.06	c remove useless variable x[7][17]
0.00/0.06	c remove useless variable x[7][18]
0.00/0.06	c remove useless variable x[8][18]
0.00/0.06	c remove useless variable x[10][18]
0.00/0.06	c remove useless variable x[11][17]
0.00/0.06	c remove useless variable x[11][18]
0.00/0.06	c remove useless variable x[12][16]
0.00/0.06	c remove useless variable x[12][17]
0.00/0.06	c remove useless variable x[12][18]
0.00/0.06	c remove useless variable x[13][15]
0.00/0.06	c remove useless variable x[13][16]
0.00/0.06	c remove useless variable x[13][17]
0.00/0.06	c remove useless variable x[13][18]
0.00/0.06	c remove useless variable x[14][14]
0.00/0.06	c remove useless variable x[14][15]
0.00/0.06	c remove useless variable x[14][16]
0.00/0.06	c remove useless variable x[14][17]
0.00/0.06	c remove useless variable x[14][18]
0.00/0.06	c remove useless variable x[15][13]
0.00/0.06	c remove useless variable x[15][14]
0.00/0.06	c remove useless variable x[15][15]
0.00/0.06	c remove useless variable x[15][16]
0.00/0.06	c remove useless variable x[15][17]
0.00/0.06	c remove useless variable x[15][18]
0.00/0.06	c remove useless variable x[16][12]
0.00/0.06	c remove useless variable x[16][13]
0.00/0.06	c remove useless variable x[16][14]
0.00/0.06	c remove useless variable x[16][15]
0.00/0.06	c remove useless variable x[16][16]
0.00/0.06	c remove useless variable x[16][17]
0.00/0.06	c remove useless variable x[16][18]
0.00/0.06	c remove useless variable x[17][11]
0.00/0.06	c remove useless variable x[17][12]
0.00/0.06	c remove useless variable x[17][13]
0.00/0.06	c remove useless variable x[17][14]
0.00/0.06	c remove useless variable x[17][15]
0.00/0.06	c remove useless variable x[17][16]
0.00/0.06	c remove useless variable x[17][17]
0.00/0.06	c remove useless variable x[17][18]
0.00/0.06	c remove useless variable x[18][10]
0.00/0.06	c remove useless variable x[18][11]
0.00/0.06	c remove useless variable x[18][12]
0.00/0.06	c remove useless variable x[18][13]
0.00/0.06	c remove useless variable x[18][14]
0.00/0.06	c remove useless variable x[18][15]
0.00/0.06	c remove useless variable x[18][16]
0.00/0.06	c remove useless variable x[18][17]
0.00/0.06	c remove useless variable x[18][18]
0.04/0.12	c 101            142            3118           32532          6              0              19   22   20   
0.04/0.17	c 211            279            5577           75746          6              0              8   11   9     
0.14/0.23	c 332            429            8194           122591         6              0              8   11   9     
0.14/0.29	c 465            594            11087          173429         6              0              8   11   9     
0.24/0.36	c 611            775            14268          228528         6              0              8   11   9     
0.34/0.43	c 771            972            17640          284853         6              0              8   11   9     
0.44/0.51	c 947            1188           21299          344565         6              0              8   11   9     
0.54/0.60	c 1140           1425           25314          410220         6              0              8   11   10    
0.54/0.69	c 1352           1683           29605          491229         6              0              8   11   9     
0.64/0.79	c 1585           1966           34293          578386         6              0              8   11   9     
0.74/0.89	c 1841           2276           39388          672551         6              0              8   11   9     
0.94/1.01	c 2122           2616           44937          773617         6              0              8   11   9     
1.05/1.14	c 2431           2990           51008          880453         6              0              8   11   9     
1.15/1.29	c 2770           3400           57646          997178         6              0              8   11   9     
1.34/1.44	c 3142           3849           64855          1120407        6              0              8   11   10    
1.54/1.61	c 3551           4341           72704          1264858        6              0              8   11   10    
1.74/1.80	c 4000           4881           81328          1422062        6              0              8   11   9     
1.94/2.00	c 4493           5473           90708          1590090        6              0              8   11   9     
2.15/2.23	c 5035           6125           101083         1772191        6              0              8   11   10    
2.34/2.47	c 5631           6840           112399         1978046        6              0              8   11   10    
2.64/2.74	c 6286           7625           124789         2200886        6              0              8   11   10    
2.94/3.03	c 7006           8488           138340         2441810        6              0              8   11   10    
3.25/3.36	c 7798           9436           153198         2710810        6              0              8   11   10    
3.64/3.71	c 8669           10478          169501         3003439        6              0              8   11   10    
4.04/4.10	c 9627           11624          187361         3316290        6              0              8   11   10    
4.45/4.53	c 10680          12886          207050         3653672        6              0              8   12   10    
4.94/5.01	c 11838          14282          229104         4026032        6              0              8   12   10    
5.45/5.54	c 13111          15823          253581         4430689        6              0              8   12   10    
6.04/6.14	c 14511          17523          280732         4871877        6              0              8   12   10    
6.74/6.82	c 16051          19402          310923         5354368        6              0              8   12   10    
7.44/7.56	c 17745          21481          344515         5887696        6              0              8   12   10    
8.24/8.38	c 19608          23773          381797         6474080        6              0              8   12   10    
9.24/9.30	c 21657          26301          423062         7115295        6              0              8   12   10    
10.24/10.33	c 23910          29095          468943         7820837        6              0              8   12   10    
11.34/11.47	c 26388          32175          519991         8599833        6              0              8   12   10    
12.64/12.74	c 29113          35578          576779         9457355        6              0              8   12   10    
14.04/14.16	c 32110          39324          639366         10395286       6              0              8   12   10    
15.64/15.73	c 35406          43446          708129         11417557       6              0              8   12   10    
17.34/17.46	c 39031          47983          784074         12556003       6              0              8   12   10    
19.24/19.37	c 43018          52982          867805         13798537       6              0              8   12   10    
21.44/21.51	c 47403          58526          962092         15196237       6              0              8   13   10    
23.74/23.89	c 52226          64643          1067027        16739006       6              0              8   13   10    
26.44/26.53	c 57531          71377          1182901        18429032       6              0              8   13   10    
29.34/29.41	c 63366          78797          1310358        20278768       6              0              8   13   10    
32.64/32.70	c 69784          87013          1453040        22350841       6              0              8   13   11    
36.24/36.36	c 76843          96087          1611966        24666378       6              0              8   13   11    
40.24/40.33	c 84607          106053         1785912        27183840       6              0              8   13   11    
44.74/44.83	c 93147          117073         1980879        29995971       6              0              8   13   11    
49.84/49.99	c 102541         129352         2203119        33231381       6              0              8   13   11    
55.54/55.65	c 112874         142905         2448426        36818431       6              0              8   13   11    
61.84/61.92	c 124240         157816         2718706        40765455       6              0              8   13   11    
68.74/68.89	c 136742         174204         3016499        45078001       6              0              8   13   11    
76.44/76.51	c 150494         192246         3344360        49818196       6              0              8   13   11    
85.04/85.10	c 165621         212311         3714899        55173274       6              0              8   13   11    
94.84/94.90	c 182260         234654         4133450        61231846       6              0              8   13   11    
105.64/105.78	c 200562         259341         4598904        68008115       6              0              8   13   11    
117.54/117.70	c 220694         286484         5109957        75419010       6              0              8   13   11    
131.03/131.18	c 242839         316696         5686910        83804027       6              0              8   13   11    
145.93/146.07	c 267198         349958         6323799        92997830       6              0              8   13   11    
163.03/163.16	c 293992         387284         7049219        103356276      6              0              8   13   11    
181.73/181.81	c 323465         428342         7844480        114588883      6              0              8   13   11    
202.83/202.93	c 355885         474118         8741663        127181787      6              0              8   13   11    
225.93/226.06	c 391547         524457         9725629        140876970      6              0              8   13   11    
251.33/251.48	c 430775         579842         10811463       155935573      6              0              8   13   11    
279.53/279.66	c 473925         640824         12018225       172432023      6              0              8   31   13    
310.03/310.15	c 521390         707086         13317505       190418709      6              0              9   28   14    
342.72/342.88	c 573601         779972         14722342       210584629      6              0              9   33   16    
377.52/377.64	c 631033         859462         16225577       231770386      6              0              9   32   17    
419.03/419.12	c 694208         948168         18043104       256701108      6              0              9   24   16    
465.12/465.29	c 763700         1046038        20069678       284450382      6              0              9   24   16    
516.42/516.56	c 840141         1154050        22327038       315336371      6              0              9   24   17    
568.62/568.78	c 924226         1273173        24554219       347593338      6              0              10   32   18   
623.01/623.15	c 1016719        1400387        26899466       384359474      6              0              9   40   23    
683.41/683.55	c 1118461        1542326        29504220       424135418      6              0              9   40   25    
749.01/749.20	c 1230377        1697446        32331293       468073981      6              0              9   40   25    
820.51/820.62	c 1353484        1869554        35447066       514803948      6              0              9   51   28    
898.80/898.92	c 1488901        2060017        38914788       566224829      6              0              9   51   31    
984.40/984.59	c 1637859        2270449        42727189       622119425      6              0              9   51   33    
1075.89/1076.08	c 1801712        2500570        46840476       682036709      6              0              9   71   36    
1180.48/1180.61	c 1981950        2754771        51469710       748060456      6              0              9   59   37    
1293.88/1294.05	c 2180211        3035468        56484422       822954401      6              0              10   59   40   
1413.77/1413.95	c 2398298        3340337        61888504       900046119      6              0              9   67   41    
1540.57/1540.79	c 2638193        3673039        67760907       983202242      6              0              9   68   43    
1677.16/1677.36	c 2902077        4037477        74104125       1074394960     6              0              9   68   45    
1822.75/1822.91	c 3192349        4433844        81004114       1171872104     6              0              9   68   47    
2000.65/2000.82	c 3511648        4875753        88576539       1313457799     6              0              9   71   50    
2181.04/2181.26	c 3862876        5400012        98605356       1452629779     6              0              9   161   72   
2383.73/2383.99	c 4249226        5937536        107893911      1597675038     6              0              9   76   54    
2400.03/2400.20	
2400.03/2400.20	c *** INTERRUPTED ***
2400.03/2400.20	c restarts              : 88          
2400.03/2400.20	c conflicts             : 4274274      (1781 /sec)
2400.03/2400.20	c decisions             : 5971898      (2488 /sec)
2400.03/2400.20	c propagations          : 1607164431  (669641 /sec)
2400.03/2400.20	c root propagations     : 9           
2400.03/2400.20	c filter calls          : 108515948      (45214 /sec)
2400.03/2400.20	c useless filter calls  : 89659268       (82 %)
2400.03/2400.20	c Memory used           : 27.68 MB
2400.03/2400.20	c CPU time              : 2400.04 s
2400.03/2400.20	
2400.03/2400.20	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-4260128-1502030482/watcher-4260128-1502030482 -o /tmp/evaluation-result-4260128-1502030482/solver-4260128-1502030482 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502014384-22617 --watchdog 2560 cosoco -lc -model -restarts HOME/instance-4260128-1502030482.xml 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.05 2/180 25699
/proc/meminfo: memFree=31701952/32770624 swapFree=0/345720
[pid=25699] ppid=25696 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/25699/stat : 25699 (runsolver) D 25696 25699 21827 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 5244026 24240128 106 18446744073709551615 4194304 4338465 140726715009024 140726715006664 140691378430679 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 35983360 140726715015362 140726715015754 140726715015754 140726715019210 0
/proc/25699/statm: 5918 106 53 36 0 2156 0

[startup+0.100154 s]
/proc/loadavg: 2.00 2.01 2.05 2/180 25699
/proc/meminfo: memFree=31701952/32770624 swapFree=0/345720
[pid=25699] ppid=25696 vsize=27980 CPUtime=0.04 cores=1,3,5,7
/proc/25699/stat : 25699 (cosoco) R 25696 25699 21827 0 -1 4202496 1321 0 0 0 4 0 0 0 20 0 1 0 5244026 28651520 1130 18446744073709551615 4194304 5747388 140722154220416 140722154217064 5000064 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 7845728 7850568 20860928 140722154226159 140722154226254 140722154226254 140722154229710 0
/proc/25699/statm: 6995 1130 764 380 0 413 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 27980

[startup+0.200259 s]
/proc/loadavg: 2.00 2.01 2.05 2/180 25699
/proc/meminfo: memFree=31701952/32770624 swapFree=0/345720
[pid=25699] ppid=25696 vsize=27980 CPUtime=0.14 cores=1,3,5,7
/proc/25699/stat : 25699 (cosoco) R 25696 25699 21827 0 -1 4202496 1322 0 0 0 14 0 0 0 20 0 1 0 5244026 28651520 1130 18446744073709551615 4194304 5747388 140722154220416 140722154217064 4919312 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 7845728 7850568 20860928 140722154226159 140722154226254 140722154226254 140722154229710 0
/proc/25699/statm: 6995 1130 764 380 0 413 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 27980

[startup+0.300244 s]
/proc/loadavg: 2.00 2.01 2.05 2/180 25699
/proc/meminfo: memFree=31701952/32770624 swapFree=0/345720
[pid=25699] ppid=25696 vsize=27980 CPUtime=0.24 cores=1,3,5,7
/proc/25699/stat : 25699 (cosoco) R 25696 25699 21827 0 -1 4202496 1322 0 0 0 24 0 0 0 20 0 1 0 5244026 28651520 1130 18446744073709551615 4194304 5747388 140722154220416 140722154217064 4918677 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 7845728 7850568 20860928 140722154226159 140722154226254 140722154226254 140722154229710 0
/proc/25699/statm: 6995 1130 764 380 0 413 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 27980

[startup+0.700219 s]
/proc/loadavg: 2.00 2.01 2.05 2/180 25699
/proc/meminfo: memFree=31701952/32770624 swapFree=0/345720
[pid=25699] ppid=25696 vsize=27980 CPUtime=0.64 cores=1,3,5,7
/proc/25699/stat : 25699 (cosoco) R 25696 25699 21827 0 -1 4202496 1322 0 0 0 64 0 0 0 20 0 1 0 5244026 28651520 1130 18446744073709551615 4194304 5747388 140722154220416 140722154217816 4941136 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 7845728 7850568 20860928 140722154226159 140722154226254 140722154226254 140722154229710 0
/proc/25699/statm: 6995 1130 764 380 0 413 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 27980

[startup+1.50022 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 25700
/proc/meminfo: memFree=31700540/32770624 swapFree=0/345672
[pid=25699] ppid=25696 vsize=27980 CPUtime=1.44 cores=1,3,5,7
/proc/25699/stat : 25699 (cosoco) R 25696 25699 21827 0 -1 4202496 1322 0 0 0 144 0 0 0 20 0 1 0 5244026 28651520 1130 18446744073709551615 4194304 5747388 140722154220416 140722154217816 5000064 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 7845728 7850568 20860928 140722154226159 140722154226254 140722154226254 140722154229710 0
/proc/25699/statm: 6995 1130 764 380 0 413 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 27980

[startup+3.10021 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 25700
/proc/meminfo: memFree=31700344/32770624 swapFree=0/345736
[pid=25699] ppid=25696 vsize=27980 CPUtime=3.04 cores=1,3,5,7
/proc/25699/stat : 25699 (cosoco) R 25696 25699 21827 0 -1 4202496 1589 0 0 0 304 0 0 0 20 0 1 0 5244026 28651520 1163 18446744073709551615 4194304 5747388 140722154220416 140722154217816 4915646 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 7845728 7850568 20860928 140722154226159 140722154226254 140722154226254 140722154229710 0
/proc/25699/statm: 6995 1163 785 380 0 413 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 27980

[startup+6.30022 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 25700
/proc/meminfo: memFree=31700600/32770624 swapFree=0/345748
[pid=25699] ppid=25696 vsize=27980 CPUtime=6.24 cores=1,3,5,7
/proc/25699/stat : 25699 (cosoco) R 25696 25699 21827 0 -1 4202496 1857 0 0 0 624 0 0 0 20 0 1 0 5244026 28651520 1163 18446744073709551615 4194304 5747388 140722154220416 140722154217816 4912447 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 7845728 7850568 20860928 140722154226159 140722154226254 140722154226254 140722154229710 0
/proc/25699/statm: 6995 1163 785 380 0 413 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 27980

[startup+12.7002 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 25700
/proc/meminfo: memFree=31700440/32770624 swapFree=0/345756
[pid=25699] ppid=25696 vsize=27980 CPUtime=12.64 cores=1,3,5,7
/proc/25699/stat : 25699 (cosoco) R 25696 25699 21827 0 -1 4202496 2124 0 0 0 1264 0 0 0 20 0 1 0 5244026 28651520 1163 18446744073709551615 4194304 5747388 140722154220416 140722154217816 5000032 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 7845728 7850568 20860928 140722154226159 140722154226254 140722154226254 140722154229710 0
/proc/25699/statm: 6995 1163 785 380 0 413 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 27980

[startup+25.5003 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 25700
/proc/meminfo: memFree=31700564/32770624 swapFree=0/345768
[pid=25699] ppid=25696 vsize=27980 CPUtime=25.44 cores=1,3,5,7
/proc/25699/stat : 25699 (cosoco) R 25696 25699 21827 0 -1 4202496 2659 0 0 0 2544 0 0 0 20 0 1 0 5244026 28651520 1163 18446744073709551615 4194304 5747388 140722154220416 140722154217816 5128895 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 7845728 7850568 20860928 140722154226159 140722154226254 140722154226254 140722154229710 0
/proc/25699/statm: 6995 1163 785 380 0 413 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 27980

[startup+51.1003 s]
/proc/loadavg: 2.08 2.03 2.05 3/181 25702
/proc/meminfo: memFree=31700676/32770624 swapFree=0/345808
[pid=25699] ppid=25696 vsize=27980 CPUtime=51.04 cores=1,3,5,7
/proc/25699/stat : 25699 (cosoco) R 25696 25699 21827 0 -1 4202496 2929 0 0 0 5104 0 0 0 20 0 1 0 5244026 28651520 1163 18446744073709551615 4194304 5747388 140722154220416 140722154217816 4915034 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 7845728 7850568 20860928 140722154226159 140722154226254 140722154226254 140722154229710 0
/proc/25699/statm: 6995 1163 785 380 0 413 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 27980

[startup+102.3 s]
/proc/loadavg: 2.11 2.04 2.05 3/181 25703
/proc/meminfo: memFree=31700184/32770624 swapFree=0/345880
[pid=25699] ppid=25696 vsize=27980 CPUtime=102.24 cores=1,3,5,7
/proc/25699/stat : 25699 (cosoco) R 25696 25699 21827 0 -1 4202496 3197 0 0 0 10224 0 0 0 20 0 1 0 5244026 28651520 1163 18446744073709551615 4194304 5747388 140722154220416 140722154217816 4917609 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 7845728 7850568 20860928 140722154226159 140722154226254 140722154226254 140722154229710 0
/proc/25699/statm: 6995 1163 785 380 0 413 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 27980

[startup+162.3 s]
/proc/loadavg: 2.04 2.04 2.05 3/184 25719
/proc/meminfo: memFree=31695252/32770624 swapFree=0/345960
[pid=25699] ppid=25696 vsize=27980 CPUtime=162.23 cores=1,3,5,7
/proc/25699/stat : 25699 (cosoco) R 25696 25699 21827 0 -1 4202496 3465 0 0 0 16223 0 0 0 20 0 1 0 5244026 28651520 1163 18446744073709551615 4194304 5747388 140722154220416 140722154217816 4915124 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 7845728 7850568 20860928 140722154226159 140722154226254 140722154226254 140722154229710 0
/proc/25699/statm: 6995 1163 785 380 0 413 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 27980

[startup+222.306 s]
/proc/loadavg: 2.02 2.03 2.05 3/184 25721
/proc/meminfo: memFree=31695468/32770624 swapFree=0/346012
[pid=25699] ppid=25696 vsize=27980 CPUtime=222.24 cores=1,3,5,7
/proc/25699/stat : 25699 (cosoco) R 25696 25699 21827 0 -1 4202496 3733 0 0 0 22224 0 0 0 20 0 1 0 5244026 28651520 1163 18446744073709551615 4194304 5747388 140722154220416 140722154217816 4941167 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 7845728 7850568 20860928 140722154226159 140722154226254 140722154226254 140722154229710 0
/proc/25699/statm: 6995 1163 785 380 0 413 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 27980

[startup+282.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/181 25723
/proc/meminfo: memFree=31698736/32770624 swapFree=0/346052
[pid=25699] ppid=25696 vsize=27980 CPUtime=282.23 cores=1,3,5,7
/proc/25699/stat : 25699 (cosoco) R 25696 25699 21827 0 -1 4202496 4014 0 0 0 28223 0 0 0 20 0 1 0 5244026 28651520 1163 18446744073709551615 4194304 5747388 140722154220416 140722154217816 4915136 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 7845728 7850568 20860928 140722154226159 140722154226254 140722154226254 140722154229710 0
/proc/25699/statm: 6995 1163 785 380 0 413 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 27980

[startup+342.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/181 25725
/proc/meminfo: memFree=31698828/32770624 swapFree=0/346084
[pid=25699] ppid=25696 vsize=27980 CPUtime=342.22 cores=1,3,5,7
/proc/25699/stat : 25699 (cosoco) R 25696 25699 21827 0 -1 4202496 4290 0 0 0 34222 0 0 0 20 0 1 0 5244026 28651520 1167 18446744073709551615 4194304 5747388 140722154220416 140722154217816 4941136 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 7845728 7850568 20860928 140722154226159 140722154226254 140722154226254 140722154229710 0
/proc/25699/statm: 6995 1167 785 380 0 413 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 27980

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 25727
/proc/meminfo: memFree=31699060/32770624 swapFree=0/346116
[pid=25699] ppid=25696 vsize=27980 CPUtime=402.22 cores=1,3,5,7
/proc/25699/stat : 25699 (cosoco) R 25696 25699 21827 0 -1 4202496 4565 0 0 0 40222 0 0 0 20 0 1 0 5244026 28651520 1167 18446744073709551615 4194304 5747388 140722154220416 140722154217816 4941170 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 7845728 7850568 20860928 140722154226159 140722154226254 140722154226254 140722154229710 0
/proc/25699/statm: 6995 1167 785 380 0 413 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 27980

[startup+462.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/181 25729
/proc/meminfo: memFree=31699032/32770624 swapFree=0/346168
[pid=25699] ppid=25696 vsize=27980 CPUtime=462.22 cores=1,3,5,7
/proc/25699/stat : 25699 (cosoco) R 25696 25699 21827 0 -1 4202496 4840 0 0 0 46222 0 0 0 20 0 1 0 5244026 28651520 1167 18446744073709551615 4194304 5747388 140722154220416 140722154217816 4911846 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 7845728 7850568 20860928 140722154226159 140722154226254 140722154226254 140722154229710 0
/proc/25699/statm: 6995 1167 785 380 0 413 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 27980

[startup+522.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/181 25731
/proc/meminfo: memFree=31699288/32770624 swapFree=0/346212
[pid=25699] ppid=25696 vsize=27980 CPUtime=522.22 cores=1,3,5,7
/proc/25699/stat : 25699 (cosoco) R 25696 25699 21827 0 -1 4202496 5115 0 0 0 52222 0 0 0 20 0 1 0 5244026 28651520 1167 18446744073709551615 4194304 5747388 140722154220416 140722154217816 4941155 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 7845728 7850568 20860928 140722154226159 140722154226254 140722154226254 140722154229710 0
/proc/25699/statm: 6995 1167 785 380 0 413 0
Current children cumulated CPU time (s) 522.22
Current children cumulated vsize (KiB) 27980

[startup+582.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/181 25733
/proc/meminfo: memFree=31699008/32770624 swapFree=0/346256
[pid=25699] ppid=25696 vsize=27980 CPUtime=582.21 cores=1,3,5,7
/proc/25699/stat : 25699 (cosoco) R 25696 25699 21827 0 -1 4202496 5390 0 0 0 58221 0 0 0 20 0 1 0 5244026 28651520 1167 18446744073709551615 4194304 5747388 140722154220416 140722154217816 5000064 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 7845728 7850568 20860928 140722154226159 140722154226254 140722154226254 140722154229710 0
/proc/25699/statm: 6995 1167 785 380 0 413 0
Current children cumulated CPU time (s) 582.21
Current children cumulated vsize (KiB) 27980


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

[startup+1482.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/181 25974
/proc/meminfo: memFree=31694488/32770624 swapFree=0/347044
[pid=25699] ppid=25696 vsize=27980 CPUtime=1482.17 cores=1,3,5,7
/proc/25699/stat : 25699 (cosoco) R 25696 25699 21827 0 -1 4202496 9609 0 0 0 148217 0 0 0 20 0 1 0 5244026 28651520 1180 18446744073709551615 4194304 5747388 140722154220416 140722154217816 4919007 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 7845728 7850568 20860928 140722154226159 140722154226254 140722154226254 140722154229710 0
/proc/25699/statm: 6995 1180 785 380 0 413 0
Current children cumulated CPU time (s) 1482.17
Current children cumulated vsize (KiB) 27980

[startup+1542.31 s]
/proc/loadavg: 2.00 2.03 2.05 3/181 25976
/proc/meminfo: memFree=31694612/32770624 swapFree=0/347072
[pid=25699] ppid=25696 vsize=27980 CPUtime=1542.17 cores=1,3,5,7
/proc/25699/stat : 25699 (cosoco) R 25696 25699 21827 0 -1 4202496 9902 0 0 0 154217 0 0 0 20 0 1 0 5244026 28651520 1180 18446744073709551615 4194304 5747388 140722154220416 140722154217816 5000064 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 7845728 7850568 20860928 140722154226159 140722154226254 140722154226254 140722154229710 0
/proc/25699/statm: 6995 1180 785 380 0 413 0
Current children cumulated CPU time (s) 1542.17
Current children cumulated vsize (KiB) 27980

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/181 25978
/proc/meminfo: memFree=31694860/32770624 swapFree=0/347104
[pid=25699] ppid=25696 vsize=27980 CPUtime=1602.16 cores=1,3,5,7
/proc/25699/stat : 25699 (cosoco) R 25696 25699 21827 0 -1 4202496 10174 0 0 0 160216 0 0 0 20 0 1 0 5244026 28651520 1180 18446744073709551615 4194304 5747388 140722154220416 140722154217816 4941188 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 7845728 7850568 20860928 140722154226159 140722154226254 140722154226254 140722154229710 0
/proc/25699/statm: 6995 1180 785 380 0 413 0
Current children cumulated CPU time (s) 1602.16
Current children cumulated vsize (KiB) 27980

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/181 25981
/proc/meminfo: memFree=31695388/32770624 swapFree=0/347136
[pid=25699] ppid=25696 vsize=27980 CPUtime=1662.16 cores=1,3,5,7
/proc/25699/stat : 25699 (cosoco) R 25696 25699 21827 0 -1 4202496 10448 0 0 0 166216 0 0 0 20 0 1 0 5244026 28651520 1180 18446744073709551615 4194304 5747388 140722154220416 140722154217816 4911816 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 7845728 7850568 20860928 140722154226159 140722154226254 140722154226254 140722154229710 0
/proc/25699/statm: 6995 1180 785 380 0 413 0
Current children cumulated CPU time (s) 1662.16
Current children cumulated vsize (KiB) 27980

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 25983
/proc/meminfo: memFree=31695380/32770624 swapFree=0/347172
[pid=25699] ppid=25696 vsize=27980 CPUtime=1722.16 cores=1,3,5,7
/proc/25699/stat : 25699 (cosoco) R 25696 25699 21827 0 -1 4202496 10740 0 0 0 172216 0 0 0 20 0 1 0 5244026 28651520 1180 18446744073709551615 4194304 5747388 140722154220416 140722154217816 5000064 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 7845728 7850568 20860928 140722154226159 140722154226254 140722154226254 140722154229710 0
/proc/25699/statm: 6995 1180 785 380 0 413 0
Current children cumulated CPU time (s) 1722.16
Current children cumulated vsize (KiB) 27980

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 25985
/proc/meminfo: memFree=31695152/32770624 swapFree=0/347196
[pid=25699] ppid=25696 vsize=27980 CPUtime=1782.16 cores=1,3,5,7
/proc/25699/stat : 25699 (cosoco) R 25696 25699 21827 0 -1 4202496 11012 0 0 0 178216 0 0 0 20 0 1 0 5244026 28651520 1180 18446744073709551615 4194304 5747388 140722154220416 140722154217816 5128906 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 7845728 7850568 20860928 140722154226159 140722154226254 140722154226254 140722154229710 0
/proc/25699/statm: 6995 1180 785 380 0 413 0
Current children cumulated CPU time (s) 1782.16
Current children cumulated vsize (KiB) 27980

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 25988
/proc/meminfo: memFree=31695112/32770624 swapFree=0/347228
[pid=25699] ppid=25696 vsize=27980 CPUtime=1842.15 cores=1,3,5,7
/proc/25699/stat : 25699 (cosoco) R 25696 25699 21827 0 -1 4202496 11306 0 0 0 184215 0 0 0 20 0 1 0 5244026 28651520 1180 18446744073709551615 4194304 5747388 140722154220416 140722154217816 4941146 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 7845728 7850568 20860928 140722154226159 140722154226254 140722154226254 140722154229710 0
/proc/25699/statm: 6995 1180 785 380 0 413 0
Current children cumulated CPU time (s) 1842.15
Current children cumulated vsize (KiB) 27980

[startup+1902.3 s]
/proc/loadavg: 2.07 2.03 2.05 3/181 25990
/proc/meminfo: memFree=31695112/32770624 swapFree=0/347264
[pid=25699] ppid=25696 vsize=27980 CPUtime=1902.15 cores=1,3,5,7
/proc/25699/stat : 25699 (cosoco) R 25696 25699 21827 0 -1 4202496 11578 0 0 0 190215 0 0 0 20 0 1 0 5244026 28651520 1180 18446744073709551615 4194304 5747388 140722154220416 140722154217816 4917609 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 7845728 7850568 20860928 140722154226159 140722154226254 140722154226254 140722154229710 0
/proc/25699/statm: 6995 1180 785 380 0 413 0
Current children cumulated CPU time (s) 1902.15
Current children cumulated vsize (KiB) 27980

[startup+1962.3 s]
/proc/loadavg: 2.12 2.05 2.05 3/184 26006
/proc/meminfo: memFree=31690580/32770624 swapFree=0/347324
[pid=25699] ppid=25696 vsize=27980 CPUtime=1962.15 cores=1,3,5,7
/proc/25699/stat : 25699 (cosoco) R 25696 25699 21827 0 -1 4202496 11850 0 0 0 196215 0 0 0 20 0 1 0 5244026 28651520 1180 18446744073709551615 4194304 5747388 140722154220416 140722154217816 4918608 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 7845728 7850568 20860928 140722154226159 140722154226254 140722154226254 140722154229710 0
/proc/25699/statm: 6995 1180 785 380 0 413 0
Current children cumulated CPU time (s) 1962.15
Current children cumulated vsize (KiB) 27980

[startup+2022.3 s]
/proc/loadavg: 2.04 2.04 2.05 3/184 26032
/proc/meminfo: memFree=31688664/32770624 swapFree=0/347396
[pid=25699] ppid=25696 vsize=27980 CPUtime=2022.14 cores=1,3,5,7
/proc/25699/stat : 25699 (cosoco) R 25696 25699 21827 0 -1 4202496 12142 0 0 0 202214 0 0 0 20 0 1 0 5244026 28651520 1180 18446744073709551615 4194304 5747388 140722154220416 140722154217816 4915364 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 7845728 7850568 20860928 140722154226159 140722154226254 140722154226254 140722154229710 0
/proc/25699/statm: 6995 1180 785 380 0 413 0
Current children cumulated CPU time (s) 2022.14
Current children cumulated vsize (KiB) 27980

[startup+2082.3 s]
/proc/loadavg: 2.02 2.04 2.05 3/184 26034
/proc/meminfo: memFree=31689312/32770624 swapFree=0/347432
[pid=25699] ppid=25696 vsize=27980 CPUtime=2082.15 cores=1,3,5,7
/proc/25699/stat : 25699 (cosoco) R 25696 25699 21827 0 -1 4202496 12414 0 0 0 208215 0 0 0 20 0 1 0 5244026 28651520 1180 18446744073709551615 4194304 5747388 140722154220416 140722154217816 5000064 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 7845728 7850568 20860928 140722154226159 140722154226254 140722154226254 140722154229710 0
/proc/25699/statm: 6995 1180 785 380 0 413 0
Current children cumulated CPU time (s) 2082.15
Current children cumulated vsize (KiB) 27980

[startup+2142.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/181 26036
/proc/meminfo: memFree=31693684/32770624 swapFree=0/347456
[pid=25699] ppid=25696 vsize=28188 CPUtime=2142.14 cores=1,3,5,7
/proc/25699/stat : 25699 (cosoco) R 25696 25699 21827 0 -1 4202496 12738 0 0 0 214214 0 0 0 20 0 1 0 5244026 28864512 1189 18446744073709551615 4194304 5747388 140722154220416 140722154217272 5000064 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 7845728 7850568 20860928 140722154226159 140722154226254 140722154226254 140722154229710 0
/proc/25699/statm: 7047 1189 785 380 0 465 0
Current children cumulated CPU time (s) 2142.14
Current children cumulated vsize (KiB) 28188

[startup+2202.31 s]
/proc/loadavg: 2.00 2.03 2.05 3/181 26038
/proc/meminfo: memFree=31693924/32770624 swapFree=0/347484
[pid=25699] ppid=25696 vsize=28340 CPUtime=2202.14 cores=1,3,5,7
/proc/25699/stat : 25699 (cosoco) R 25696 25699 21827 0 -1 4202496 13100 0 0 0 220214 0 0 0 20 0 1 0 5244026 29020160 1240 18446744073709551615 4194304 5747388 140722154220416 140722154217816 5000064 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 7845728 7850568 20860928 140722154226159 140722154226254 140722154226254 140722154229710 0
/proc/25699/statm: 7085 1240 785 380 0 503 0
Current children cumulated CPU time (s) 2202.14
Current children cumulated vsize (KiB) 28340

[startup+2262.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/181 26040
/proc/meminfo: memFree=31694544/32770624 swapFree=0/347524
[pid=25699] ppid=25696 vsize=28340 CPUtime=2262.13 cores=1,3,5,7
/proc/25699/stat : 25699 (cosoco) R 25696 25699 21827 0 -1 4202496 13394 0 0 0 226213 0 0 0 20 0 1 0 5244026 29020160 1240 18446744073709551615 4194304 5747388 140722154220416 140722154217816 5000064 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 7845728 7850568 20860928 140722154226159 140722154226254 140722154226254 140722154229710 0
/proc/25699/statm: 7085 1240 785 380 0 503 0
Current children cumulated CPU time (s) 2262.13
Current children cumulated vsize (KiB) 28340

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 26042
/proc/meminfo: memFree=31694420/32770624 swapFree=0/347548
[pid=25699] ppid=25696 vsize=28340 CPUtime=2322.13 cores=1,3,5,7
/proc/25699/stat : 25699 (cosoco) R 25696 25699 21827 0 -1 4202496 13690 0 0 0 232213 0 0 0 20 0 1 0 5244026 29020160 1240 18446744073709551615 4194304 5747388 140722154220416 140722154217816 4915133 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 7845728 7850568 20860928 140722154226159 140722154226254 140722154226254 140722154229710 0
/proc/25699/statm: 7085 1240 785 380 0 503 0
Current children cumulated CPU time (s) 2322.13
Current children cumulated vsize (KiB) 28340

[startup+2382.3 s]
/proc/loadavg: 2.08 2.03 2.05 3/181 26044
/proc/meminfo: memFree=31694420/32770624 swapFree=0/347572
[pid=25699] ppid=25696 vsize=28340 CPUtime=2382.13 cores=1,3,5,7
/proc/25699/stat : 25699 (cosoco) R 25696 25699 21827 0 -1 4202496 13983 0 0 0 238213 0 0 0 20 0 1 0 5244026 29020160 1240 18446744073709551615 4194304 5747388 140722154220416 140722154217816 4915147 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 7845728 7850568 20860928 140722154226159 140722154226254 140722154226254 140722154229710 0
/proc/25699/statm: 7085 1240 785 380 0 503 0
Current children cumulated CPU time (s) 2382.13
Current children cumulated vsize (KiB) 28340



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.2 s]
/proc/loadavg: 2.06 2.03 2.05 3/181 26045
/proc/meminfo: memFree=31694600/32770624 swapFree=0/347580
[pid=25699] ppid=25696 vsize=28340 CPUtime=2400.03 cores=1,3,5,7
/proc/25699/stat : 25699 (cosoco) R 25696 25699 21827 0 -1 4202496 14299 0 0 0 240003 0 0 0 20 0 1 0 5244026 29020160 1240 18446744073709551615 4194304 5747388 140722154220416 140722154217816 5000064 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 7845728 7850568 20860928 140722154226159 140722154226254 140722154226254 140722154229710 0
/proc/25699/statm: 7085 1240 785 380 0 503 0
Current children cumulated CPU time (s) 2400.03
Current children cumulated vsize (KiB) 28340

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 25699 sig 9
??? kill -25699 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 1
Real time (s): 2400.21
CPU time (s): 2400.04
CPU user time (s): 2400.04
CPU system time (s): 0.003999
CPU usage (%): 99.9932
Max. virtual memory (cumulated for all children) (KiB): 28340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2400.04
system time used= 0.003999
maximum resident set size= 5032
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14350
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= 634

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.49476 second user time and 7.4119 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-06 16:27:25
IDJOB=4260128
IDBENCH=133588
IDSOLVER=2647
FILE ID=node126/4260128-1502030482
RUNJOBID= node126-1502014384-22617
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco-mini 1.1
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-4260128-1502030482/watcher-4260128-1502030482 -o /tmp/evaluation-result-4260128-1502030482/solver-4260128-1502030482 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502014384-22617 --watchdog 2560  cosoco -lc -model -restarts HOME/instance-4260128-1502030482.xml

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

MD5SUM BENCH= bb8f18d9394a9daa2d276ef3f55d21f6
RANDOM SEED=1316431373

node126.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.81
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.81
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.81
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.81
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:        31701952 kB
MemAvailable:   32025288 kB
Buffers:          124180 kB
Cached:           479660 kB
SwapCached:            0 kB
Active:           309032 kB
Inactive:         354244 kB
Active(anon):      59388 kB
Inactive(anon):     8524 kB
Active(file):     249644 kB
Inactive(file):   345720 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2204 kB
Writeback:             4 kB
AnonPages:         58716 kB
Mapped:            31148 kB
Shmem:              8868 kB
Slab:             112112 kB
SReclaimable:      87612 kB
SUnreclaim:        24500 kB
KernelStack:        3216 kB
PageTables:         4756 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     301272 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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 node126 at 2017-08-06 17:07:25