Trace number 4260129

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 2399.8999

General information on the benchmark

NameMagicHexagon/MagicHexagon-m1-s1/
MagicHexagon-11-0066.xml
MD5SUM0b8750a079fea2eda3490f2b84dad210
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 variables441
Number of constraints70
Number of domains1
Minimum domain size331
Maximum domain size331
Distribution of domain sizes[{"size":331,"count":331}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":110},{"degree":4,"count":325},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity331
Distribution of constraint arities[{"arity":2,"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":6},{"arity":20,"count":6},{"arity":21,"count":3},{"arity":331,"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":63}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.07	c intension x[0][0]<x[0][10]  using generic constraint 
0.00/0.07	c intension x[0][0]<x[10][20]  using generic constraint 
0.00/0.07	c intension x[0][0]<x[20][10]  using generic constraint 
0.00/0.07	c intension x[0][0]<x[20][0]  using generic constraint 
0.00/0.07	c intension x[0][0]<x[10][0]  using generic constraint 
0.00/0.07	c intension x[0][10]<x[10][0]  using generic constraint 
0.00/0.07	c root propagations     : 9           
0.00/0.07	c restarts enabled, print stats at every restarts
0.00/0.07	c
0.00/0.07	c
0.00/0.07	c
0.00/0.07	c This is cosoco 1.1 --  
0.00/0.07	c
0.00/0.07	c command line: cosoco -lc -model -restarts HOME/instance-4260129-1502030872.xml 
0.00/0.07	c ========================================[ Problem Statistics ]===========================================
0.00/0.07	c |                                                                                                       
0.00/0.07	c |  Parse time        :         0.01 s 
0.00/0.07	c |
0.00/0.07	c |               Variables: 441
0.00/0.07	c |            Domain Sizes: 331..331
0.00/0.07	c |
0.00/0.07	c |             Constraints: 70
0.00/0.07	c |                   Arity: 2..331  -- Binary: 6
0.00/0.07	c | 
0.00/0.07	c |                   Types: 
0.00/0.07	c |                          (X - Y < k): 6
0.00/0.07	c |                          All Different: 1
0.00/0.07	c |                          Sum: 63
0.00/0.07	c |                          
0.00/0.07	c =========================================================================================================
0.00/0.07	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth
0.00/0.07	c remove useless variable x[0][11]
0.00/0.07	c remove useless variable x[0][12]
0.00/0.07	c remove useless variable x[0][13]
0.00/0.07	c remove useless variable x[0][14]
0.00/0.07	c remove useless variable x[0][15]
0.00/0.07	c remove useless variable x[0][16]
0.00/0.07	c remove useless variable x[0][17]
0.00/0.07	c remove useless variable x[0][18]
0.00/0.07	c remove useless variable x[0][19]
0.00/0.07	c remove useless variable x[0][20]
0.00/0.07	c remove useless variable x[1][12]
0.00/0.07	c remove useless variable x[1][13]
0.00/0.07	c remove useless variable x[1][14]
0.00/0.07	c remove useless variable x[1][15]
0.00/0.07	c remove useless variable x[1][16]
0.00/0.07	c remove useless variable x[1][17]
0.00/0.07	c remove useless variable x[1][18]
0.00/0.07	c remove useless variable x[1][19]
0.00/0.07	c remove useless variable x[1][20]
0.00/0.07	c remove useless variable x[2][13]
0.00/0.07	c remove useless variable x[2][14]
0.00/0.07	c remove useless variable x[2][15]
0.00/0.07	c remove useless variable x[2][16]
0.00/0.07	c remove useless variable x[2][17]
0.00/0.07	c remove useless variable x[2][18]
0.00/0.07	c remove useless variable x[2][19]
0.00/0.07	c remove useless variable x[2][20]
0.00/0.07	c remove useless variable x[3][14]
0.00/0.07	c remove useless variable x[3][15]
0.00/0.07	c remove useless variable x[3][16]
0.00/0.07	c remove useless variable x[3][17]
0.00/0.07	c remove useless variable x[3][18]
0.00/0.07	c remove useless variable x[3][19]
0.00/0.07	c remove useless variable x[3][20]
0.00/0.07	c remove useless variable x[4][15]
0.00/0.07	c remove useless variable x[4][16]
0.00/0.07	c remove useless variable x[4][17]
0.00/0.07	c remove useless variable x[4][18]
0.00/0.07	c remove useless variable x[4][19]
0.00/0.07	c remove useless variable x[4][20]
0.00/0.07	c remove useless variable x[5][16]
0.00/0.07	c remove useless variable x[5][17]
0.00/0.07	c remove useless variable x[5][18]
0.00/0.07	c remove useless variable x[5][19]
0.00/0.07	c remove useless variable x[5][20]
0.00/0.07	c remove useless variable x[6][17]
0.00/0.07	c remove useless variable x[6][18]
0.00/0.07	c remove useless variable x[6][19]
0.00/0.07	c remove useless variable x[6][20]
0.00/0.07	c remove useless variable x[7][18]
0.00/0.07	c remove useless variable x[7][19]
0.00/0.07	c remove useless variable x[7][20]
0.00/0.07	c remove useless variable x[8][19]
0.00/0.07	c remove useless variable x[8][20]
0.00/0.07	c remove useless variable x[9][20]
0.00/0.07	c remove useless variable x[11][20]
0.00/0.07	c remove useless variable x[12][19]
0.00/0.07	c remove useless variable x[12][20]
0.00/0.07	c remove useless variable x[13][18]
0.00/0.07	c remove useless variable x[13][19]
0.00/0.07	c remove useless variable x[13][20]
0.00/0.07	c remove useless variable x[14][17]
0.00/0.07	c remove useless variable x[14][18]
0.00/0.07	c remove useless variable x[14][19]
0.00/0.07	c remove useless variable x[14][20]
0.00/0.07	c remove useless variable x[15][16]
0.00/0.07	c remove useless variable x[15][17]
0.00/0.07	c remove useless variable x[15][18]
0.00/0.07	c remove useless variable x[15][19]
0.00/0.07	c remove useless variable x[15][20]
0.00/0.07	c remove useless variable x[16][15]
0.00/0.07	c remove useless variable x[16][16]
0.00/0.07	c remove useless variable x[16][17]
0.00/0.07	c remove useless variable x[16][18]
0.00/0.07	c remove useless variable x[16][19]
0.00/0.07	c remove useless variable x[16][20]
0.00/0.07	c remove useless variable x[17][14]
0.00/0.07	c remove useless variable x[17][15]
0.00/0.07	c remove useless variable x[17][16]
0.00/0.07	c remove useless variable x[17][17]
0.00/0.07	c remove useless variable x[17][18]
0.00/0.07	c remove useless variable x[17][19]
0.00/0.07	c remove useless variable x[17][20]
0.00/0.07	c remove useless variable x[18][13]
0.00/0.07	c remove useless variable x[18][14]
0.00/0.07	c remove useless variable x[18][15]
0.00/0.07	c remove useless variable x[18][16]
0.00/0.07	c remove useless variable x[18][17]
0.00/0.07	c remove useless variable x[18][18]
0.00/0.07	c remove useless variable x[18][19]
0.00/0.07	c remove useless variable x[18][20]
0.00/0.07	c remove useless variable x[19][12]
0.00/0.07	c remove useless variable x[19][13]
0.00/0.07	c remove useless variable x[19][14]
0.00/0.07	c remove useless variable x[19][15]
0.00/0.07	c remove useless variable x[19][16]
0.00/0.07	c remove useless variable x[19][17]
0.00/0.07	c remove useless variable x[19][18]
0.00/0.07	c remove useless variable x[19][19]
0.00/0.07	c remove useless variable x[19][20]
0.00/0.07	c remove useless variable x[20][11]
0.00/0.07	c remove useless variable x[20][12]
0.00/0.07	c remove useless variable x[20][13]
0.00/0.07	c remove useless variable x[20][14]
0.00/0.07	c remove useless variable x[20][15]
0.00/0.07	c remove useless variable x[20][16]
0.00/0.07	c remove useless variable x[20][17]
0.00/0.07	c remove useless variable x[20][18]
0.00/0.07	c remove useless variable x[20][19]
0.00/0.07	c remove useless variable x[20][20]
0.03/0.12	c 101            118            2124           34575          6              0              3   6   4      
0.03/0.19	c 211            252            4508           74753          6              0              3   7   5      
0.13/0.25	c 332            394            6861           114921         6              0              3   6   4      
0.13/0.29	c 465            528            9065           380723         6              0              2   2   1      
0.23/0.37	c 611            699            11920          430123         6              0              3   6   4      
0.33/0.42	c 771            863            14621          724083         6              0              2   4   2      
0.33/0.48	c 947            1046           17655          1023872        6              0              2   5   2      
0.43/0.55	c 1140           1248           21160          1329802        6              0              2   5   2      
0.53/0.63	c 1352           1475           25263          1639473        6              0              2   6   2      
0.63/0.72	c 1585           1727           29790          1958475        6              0              2   6   2      
0.73/0.86	c 1841           2026           34696          2038370        6              0              3   6   5      
0.83/0.97	c 2122           2333           40100          2372853        6              0              2   6   3      
0.93/1.10	c 2431           2673           45970          2715718        6              0              2   6   3      
1.14/1.25	c 2770           3048           52345          3066984        6              0              2   6   3      
1.33/1.41	c 3142           3461           59191          3425986        6              0              2   6   3      
1.43/1.58	c 3551           3917           66668          3795847        6              0              2   6   3      
1.63/1.78	c 4000           4420           74756          4174720        6              0              2   6   3      
1.93/2.00	c 4493           4974           83631          4568910        6              0              2   6   4      
2.14/2.24	c 5035           5586           93300          4975495        6              0              2   7   4      
2.43/2.52	c 5631           6262           104009         5405062        6              0              2   7   4      
2.73/2.82	c 6286           7008           115971         5856628        6              0              2   7   4      
3.03/3.16	c 7006           7829           128779         6323303        6              0              2   7   4      
3.43/3.59	c 7798           8754           144293         6575460        6              0              3   7   5      
3.93/4.00	c 8669           9758           159932         7082912        6              0              2   7   4      
4.34/4.45	c 9627           10865          176940         7613197        6              0              2   7   4      
4.93/5.02	c 10680          12069          191427         8035942        6              0              4   8   6      
5.44/5.56	c 11838          13419          211958         8612014        6              0              2   8   5      
6.13/6.25	c 13111          14876          229456         9125457        6              0              4   8   6      
6.83/6.91	c 14511          16523          254386         9766635        6              0              2   8   5      
7.53/7.66	c 16051          18337          281734         10449294       6              0              2   8   5      
8.33/8.48	c 17745          20333          311585         11178164       6              0              2   8   5      
9.23/9.39	c 19608          22538          344749         11955420       6              0              2   8   5      
10.33/10.42	c 21657          24969          381666         12805097       6              0              2   8   5      
11.63/11.70	c 23910          27576          413437         13742312       6              0              4   8   6      
12.83/12.97	c 26388          30526          458082         14729664       6              0              2   8   6      
14.24/14.39	c 29113          33784          507704         15802431       6              0              2   8   6      
15.83/15.95	c 32110          37370          562224         16955045       6              0              2   8   6      
17.54/17.64	c 35406          41311          621717         18181372       6              0              2   8   6      
19.43/19.51	c 39031          45654          687187         19499665       6              0              2   8   6      
21.43/21.59	c 43018          50439          759641         20938390       6              0              2   8   6      
23.73/23.89	c 47403          55698          839076         22503525       6              0              2   8   6      
26.34/26.43	c 52226          61501          927036         24215178       6              0              2   8   6      
29.13/29.22	c 57531          67881          1023397        26054526       6              0              2   8   6      
32.13/32.28	c 63366          74901          1128970        28042864       6              0              2   8   6      
35.53/35.67	c 69784          82626          1245637        30225367       6              0              2   8   6      
39.33/39.42	c 76843          91138          1374401        32614160       6              0              2   8   6      
44.13/44.27	c 84607          100505         1538575        35266485       6              0              3   8   6      
48.73/48.81	c 93147          110803         1693910        38092758       6              0              2   8   6      
53.73/53.80	c 102541         122144         1865190        41177559       6              0              2   8   6      
59.23/59.32	c 112874         134625         2053948        44556252       6              0              2   8   6      
65.33/65.45	c 124240         148384         2262801        48292904       6              0              2   8   6      
72.13/72.27	c 136742         163551         2493241        52414549       6              0              2   8   6      
79.74/79.83	c 150494         180263         2747320        56960971       6              0              2   8   6      
88.14/88.21	c 165621         198669         3027441        61976043       6              0              2   8   6      
97.34/97.48	c 182260         218931         3335738        67497459       6              0              2   8   6      
107.64/107.72	c 200562         241247         3675690        73562358       6              0              2   8   6      
119.04/119.10	c 220694         265865         4051889        80261697       6              0              2   9   6      
131.64/131.72	c 242839         293006         4467610        87648288       6              0              2   9   6      
145.54/145.67	c 267198         322924         4926778        95782012       6              0              2   9   6      
161.04/161.18	c 293992         355925         5435037        104781156      6              0              2   9   6      
178.25/178.38	c 323465         392335         5997579        114748132      6              0              2   9   6      
197.34/197.42	c 355885         432450         6617542        125732076      6              0              2   9   6      
218.55/218.63	c 391547         476729         7306506        137939123      6              0              2   9   7      
243.85/243.94	c 430775         523490         7894482        156557658      6              0              4   9   7      
269.75/269.87	c 473925         577253         8733850        171524327      6              0              2   9   7      
298.45/298.54	c 521390         636479         9660429        188030180      6              0              2   9   7      
330.16/330.23	c 573601         701735         10684007       206208841      6              0              2   9   7      
365.66/365.72	c 631033         773879         11825081       226662829      6              0              2   9   7      
405.06/405.11	c 694208         853436         13087647       249422787      6              0              2   9   7      
448.47/448.55	c 763700         941071         14482303       274448409      6              0              2   9   7      
496.67/496.75	c 840141         1037748        16031097       302412708      6              0              2   9   7      
550.27/550.35	c 924226         1144413        17748303       333554577      6              0              2   9   7      
609.78/609.84	c 1016719        1262035        19649056       368143275      6              0              2   9   7      
675.49/675.53	c 1118461        1391624        21748670       406320346      6              0              2   9   7      
762.30/762.39	c 1230377        1534920        24566517       454246943      6              0              3   9   7      
843.50/843.56	c 1353484        1692838        27162305       501707479      6              0              2   9   7      
951.71/951.70	c 1488901        1867707        30654915       561701395      6              0              3   9   7      
1053.01/1053.02	c 1637859        2060779        33908091       621602008      6              0              2   10   7     
1167.72/1167.71	c 1801712        2274390        37603591       690951749      6              0              2   10   7     
1302.44/1302.46	c 1981950        2496026        40532709       794075607      6              0              4   10   8     
1446.05/1446.09	c 2180211        2756958        45188818       882431647      6              0              3   10   7     
1605.96/1605.96	c 2398298        3044334        50376794       981767509      6              0              3   10   7     
1782.77/1782.72	c 2638193        3361187        56112587       1091640918     6              0              3   10   7     
1976.90/1976.83	c 2902077        3709998        62420244       1211812972     6              0              3   10   7     
2208.51/2208.49	c 3192349        4071763        67320114       1391989745     6              0              4   10   8     
2400.03/2399.90	
2400.03/2399.90	c *** INTERRUPTED ***
2400.03/2399.90	c restarts              : 85          
2400.03/2399.90	c conflicts             : 3451039      (1438 /sec)
2400.03/2399.90	c decisions             : 4414435      (1839 /sec)
2400.03/2399.90	c propagations          : 1510709937  (629455 /sec)
2400.03/2399.90	c root propagations     : 9           
2400.03/2399.90	c filter calls          : 73546600       (30644 /sec)
2400.03/2399.90	c useless filter calls  : 60953140       (82 %)
2400.03/2399.90	c Memory used           : 27.70 MB
2400.03/2399.90	c CPU time              : 2400.03 s
2400.03/2399.90	
2400.03/2399.90	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-4260129-1502030872/watcher-4260129-1502030872 -o /tmp/evaluation-result-4260129-1502030872/solver-4260129-1502030872 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502014298-25934 --watchdog 2560 cosoco -lc -model -restarts HOME/instance-4260129-1502030872.xml 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.04 2.05 2/183 30110
/proc/meminfo: memFree=31539416/32770624 swapFree=0/313728
[pid=30110] ppid=30107 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/30110/stat : 30110 (runsolver) D 30107 30110 25100 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 50902457 24240128 106 18446744073709551615 4194304 4338465 140721314138256 140721314135896 140462874510039 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 20332544 140721314140353 140721314140745 140721314140745 140721314144202 0
/proc/30110/statm: 5918 106 53 36 0 2156 0

[startup+0.100199 s]
/proc/loadavg: 2.00 2.04 2.05 2/183 30110
/proc/meminfo: memFree=31539416/32770624 swapFree=0/313728
[pid=30110] ppid=30107 vsize=28356 CPUtime=0.03 cores=0,2,4,6
/proc/30110/stat : 30110 (cosoco) R 30107 30110 25100 0 -1 4202496 1429 0 0 0 3 0 0 0 20 0 1 0 50902457 29036544 1262 18446744073709551615 4194304 5747388 140730598877120 140730598873768 4915133 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 7845728 7850568 23257088 140730598883822 140730598883917 140730598883917 140730598887374 0
/proc/30110/statm: 7089 1262 776 380 0 507 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 28356

[startup+0.200247 s]
/proc/loadavg: 2.00 2.04 2.05 2/183 30110
/proc/meminfo: memFree=31539416/32770624 swapFree=0/313728
[pid=30110] ppid=30107 vsize=28356 CPUtime=0.13 cores=0,2,4,6
/proc/30110/stat : 30110 (cosoco) R 30107 30110 25100 0 -1 4202496 1430 0 0 0 13 0 0 0 20 0 1 0 50902457 29036544 1262 18446744073709551615 4194304 5747388 140730598877120 140730598874520 4919272 0 0 1 8405026 0 0 0 17 0 0 0 6 0 0 7845728 7850568 23257088 140730598883822 140730598883917 140730598883917 140730598887374 0
/proc/30110/statm: 7089 1262 776 380 0 507 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 28356

[startup+0.300204 s]
/proc/loadavg: 2.00 2.04 2.05 2/183 30110
/proc/meminfo: memFree=31539416/32770624 swapFree=0/313728
[pid=30110] ppid=30107 vsize=28356 CPUtime=0.23 cores=0,2,4,6
/proc/30110/stat : 30110 (cosoco) R 30107 30110 25100 0 -1 4202496 1430 0 0 0 23 0 0 0 20 0 1 0 50902457 29036544 1262 18446744073709551615 4194304 5747388 140730598877120 140730598874520 4941170 0 0 1 8405026 0 0 0 17 0 0 0 6 0 0 7845728 7850568 23257088 140730598883822 140730598883917 140730598883917 140730598887374 0
/proc/30110/statm: 7089 1262 776 380 0 507 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 28356

[startup+0.70017 s]
/proc/loadavg: 2.00 2.04 2.05 2/183 30110
/proc/meminfo: memFree=31539416/32770624 swapFree=0/313728
[pid=30110] ppid=30107 vsize=28356 CPUtime=0.63 cores=0,2,4,6
/proc/30110/stat : 30110 (cosoco) R 30107 30110 25100 0 -1 4202496 1430 0 0 0 63 0 0 0 20 0 1 0 50902457 29036544 1262 18446744073709551615 4194304 5747388 140730598877120 140730598874520 4941162 0 0 1 8405026 0 0 0 17 0 0 0 6 0 0 7845728 7850568 23257088 140730598883822 140730598883917 140730598883917 140730598887374 0
/proc/30110/statm: 7089 1262 776 380 0 507 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 28356

[startup+1.50027 s]
/proc/loadavg: 2.00 2.04 2.05 3/184 30111
/proc/meminfo: memFree=31537732/32770624 swapFree=0/313712
[pid=30110] ppid=30107 vsize=28356 CPUtime=1.43 cores=0,2,4,6
/proc/30110/stat : 30110 (cosoco) R 30107 30110 25100 0 -1 4202496 1430 0 0 0 143 0 0 0 20 0 1 0 50902457 29036544 1262 18446744073709551615 4194304 5747388 140730598877120 140730598874520 4915335 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 7845728 7850568 23257088 140730598883822 140730598883917 140730598883917 140730598887374 0
/proc/30110/statm: 7089 1262 776 380 0 507 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 28356

[startup+3.10027 s]
/proc/loadavg: 2.00 2.04 2.05 3/184 30111
/proc/meminfo: memFree=31537236/32770624 swapFree=0/313712
[pid=30110] ppid=30107 vsize=28356 CPUtime=3.03 cores=0,2,4,6
/proc/30110/stat : 30110 (cosoco) R 30107 30110 25100 0 -1 4202496 1779 0 0 0 303 0 0 0 20 0 1 0 50902457 29036544 1271 18446744073709551615 4194304 5747388 140730598877120 140730598874520 4915299 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 7845728 7850568 23257088 140730598883822 140730598883917 140730598883917 140730598887374 0
/proc/30110/statm: 7089 1271 785 380 0 507 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 28356

[startup+6.30027 s]
/proc/loadavg: 2.24 2.09 2.06 3/184 30111
/proc/meminfo: memFree=31537296/32770624 swapFree=0/313704
[pid=30110] ppid=30107 vsize=28356 CPUtime=6.23 cores=0,2,4,6
/proc/30110/stat : 30110 (cosoco) R 30107 30110 25100 0 -1 4202496 2128 0 0 0 623 0 0 0 20 0 1 0 50902457 29036544 1271 18446744073709551615 4194304 5747388 140730598877120 140730598874520 5000064 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 7845728 7850568 23257088 140730598883822 140730598883917 140730598883917 140730598887374 0
/proc/30110/statm: 7089 1271 785 380 0 507 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 28356

[startup+12.7003 s]
/proc/loadavg: 2.22 2.08 2.06 3/184 30111
/proc/meminfo: memFree=31537048/32770624 swapFree=0/313704
[pid=30110] ppid=30107 vsize=28356 CPUtime=12.63 cores=0,2,4,6
/proc/30110/stat : 30110 (cosoco) R 30107 30110 25100 0 -1 4202496 2482 0 0 0 1263 0 0 0 20 0 1 0 50902457 29036544 1271 18446744073709551615 4194304 5747388 140730598877120 140730598874520 5000064 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 7845728 7850568 23257088 140730598883822 140730598883917 140730598883917 140730598887374 0
/proc/30110/statm: 7089 1271 785 380 0 507 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 28356

[startup+25.5003 s]
/proc/loadavg: 2.17 2.08 2.06 3/185 30112
/proc/meminfo: memFree=31537032/32770624 swapFree=0/313700
[pid=30110] ppid=30107 vsize=28356 CPUtime=25.43 cores=0,2,4,6
/proc/30110/stat : 30110 (cosoco) R 30107 30110 25100 0 -1 4202496 3184 0 0 0 2543 0 0 0 20 0 1 0 50902457 29036544 1271 18446744073709551615 4194304 5747388 140730598877120 140730598874520 5000064 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 7845728 7850568 23257088 140730598883822 140730598883917 140730598883917 140730598887374 0
/proc/30110/statm: 7089 1271 785 380 0 507 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 28356

[startup+51.1003 s]
/proc/loadavg: 2.11 2.07 2.06 3/186 30114
/proc/meminfo: memFree=31537264/32770624 swapFree=0/313708
[pid=30110] ppid=30107 vsize=28356 CPUtime=51.03 cores=0,2,4,6
/proc/30110/stat : 30110 (cosoco) R 30107 30110 25100 0 -1 4202496 3535 0 0 0 5103 0 0 0 20 0 1 0 50902457 29036544 1271 18446744073709551615 4194304 5747388 140730598877120 140730598874520 4915311 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 7845728 7850568 23257088 140730598883822 140730598883917 140730598883917 140730598887374 0
/proc/30110/statm: 7089 1271 785 380 0 507 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 28356

[startup+102.3 s]
/proc/loadavg: 2.05 2.06 2.05 3/186 30116
/proc/meminfo: memFree=31537320/32770624 swapFree=0/313708
[pid=30110] ppid=30107 vsize=28356 CPUtime=102.24 cores=0,2,4,6
/proc/30110/stat : 30110 (cosoco) R 30107 30110 25100 0 -1 4202496 3890 0 0 0 10224 0 0 0 20 0 1 0 50902457 29036544 1271 18446744073709551615 4194304 5747388 140730598877120 140730598874520 5000064 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 7845728 7850568 23257088 140730598883822 140730598883917 140730598883917 140730598887374 0
/proc/30110/statm: 7089 1271 785 380 0 507 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 28356

[startup+162.3 s]
/proc/loadavg: 2.02 2.05 2.05 3/186 30118
/proc/meminfo: memFree=31537328/32770624 swapFree=0/313728
[pid=30110] ppid=30107 vsize=28356 CPUtime=162.24 cores=0,2,4,6
/proc/30110/stat : 30110 (cosoco) R 30107 30110 25100 0 -1 4202496 4241 0 0 0 16224 0 0 0 20 0 1 0 50902457 29036544 1271 18446744073709551615 4194304 5747388 140730598877120 140730598874520 5000064 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 7845728 7850568 23257088 140730598883822 140730598883917 140730598883917 140730598887374 0
/proc/30110/statm: 7089 1271 785 380 0 507 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 28356

[startup+222.306 s]
/proc/loadavg: 2.09 2.06 2.05 3/186 30120
/proc/meminfo: memFree=31537504/32770624 swapFree=0/313752
[pid=30110] ppid=30107 vsize=28356 CPUtime=222.25 cores=0,2,4,6
/proc/30110/stat : 30110 (cosoco) R 30107 30110 25100 0 -1 4202496 4592 0 0 0 22225 0 0 0 20 0 1 0 50902457 29036544 1271 18446744073709551615 4194304 5747388 140730598877120 140730598874520 4915133 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 7845728 7850568 23257088 140730598883822 140730598883917 140730598883917 140730598887374 0
/proc/30110/statm: 7089 1271 785 380 0 507 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 28356

[startup+282.3 s]
/proc/loadavg: 2.08 2.06 2.05 3/186 30122
/proc/meminfo: memFree=31537512/32770624 swapFree=0/313764
[pid=30110] ppid=30107 vsize=28356 CPUtime=282.25 cores=0,2,4,6
/proc/30110/stat : 30110 (cosoco) R 30107 30110 25100 0 -1 4202496 4597 0 0 0 28225 0 0 0 20 0 1 0 50902457 29036544 1271 18446744073709551615 4194304 5747388 140730598877120 140730598874520 4941188 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 7845728 7850568 23257088 140730598883822 140730598883917 140730598883917 140730598887374 0
/proc/30110/statm: 7089 1271 785 380 0 507 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 28356

[startup+342.3 s]
/proc/loadavg: 2.03 2.05 2.05 3/186 30125
/proc/meminfo: memFree=31537676/32770624 swapFree=0/313784
[pid=30110] ppid=30107 vsize=28356 CPUtime=342.26 cores=0,2,4,6
/proc/30110/stat : 30110 (cosoco) R 30107 30110 25100 0 -1 4202496 4950 0 0 0 34226 0 0 0 20 0 1 0 50902457 29036544 1275 18446744073709551615 4194304 5747388 140730598877120 140730598874520 5000064 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 7845728 7850568 23257088 140730598883822 140730598883917 140730598883917 140730598887374 0
/proc/30110/statm: 7089 1275 785 380 0 507 0
Current children cumulated CPU time (s) 342.26
Current children cumulated vsize (KiB) 28356

[startup+402.3 s]
/proc/loadavg: 2.01 2.04 2.05 3/188 30141
/proc/meminfo: memFree=31532912/32770624 swapFree=0/313828
[pid=30110] ppid=30107 vsize=28356 CPUtime=402.26 cores=0,2,4,6
/proc/30110/stat : 30110 (cosoco) R 30107 30110 25100 0 -1 4202496 4950 0 0 0 40226 0 0 0 20 0 1 0 50902457 29036544 1275 18446744073709551615 4194304 5747388 140730598877120 140730598874520 4941162 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 7845728 7850568 23257088 140730598883822 140730598883917 140730598883917 140730598887374 0
/proc/30110/statm: 7089 1275 785 380 0 507 0
Current children cumulated CPU time (s) 402.26
Current children cumulated vsize (KiB) 28356

[startup+462.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/189 30144
/proc/meminfo: memFree=31532716/32770624 swapFree=0/313852
[pid=30110] ppid=30107 vsize=28356 CPUtime=462.27 cores=0,2,4,6
/proc/30110/stat : 30110 (cosoco) R 30107 30110 25100 0 -1 4202496 5303 0 0 0 46227 0 0 0 20 0 1 0 50902457 29036544 1275 18446744073709551615 4194304 5747388 140730598877120 140730598874520 5128912 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 7845728 7850568 23257088 140730598883822 140730598883917 140730598883917 140730598887374 0
/proc/30110/statm: 7089 1275 785 380 0 507 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 28356

[startup+522.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/186 30146
/proc/meminfo: memFree=31535944/32770624 swapFree=0/313888
[pid=30110] ppid=30107 vsize=28356 CPUtime=522.27 cores=0,2,4,6
/proc/30110/stat : 30110 (cosoco) R 30107 30110 25100 0 -1 4202496 5303 0 0 0 52227 0 0 0 20 0 1 0 50902457 29036544 1275 18446744073709551615 4194304 5747388 140730598877120 140730598874520 5000064 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 7845728 7850568 23257088 140730598883822 140730598883917 140730598883917 140730598887374 0
/proc/30110/statm: 7089 1275 785 380 0 507 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 28356

[startup+582.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/186 30148
/proc/meminfo: memFree=31535560/32770624 swapFree=0/313912
[pid=30110] ppid=30107 vsize=28356 CPUtime=582.28 cores=0,2,4,6
/proc/30110/stat : 30110 (cosoco) R 30107 30110 25100 0 -1 4202496 5656 0 0 0 58228 0 0 0 20 0 1 0 50902457 29036544 1275 18446744073709551615 4194304 5747388 140730598877120 140730598874520 4941177 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 7845728 7850568 23257088 140730598883822 140730598883917 140730598883917 140730598887374 0
/proc/30110/statm: 7089 1275 785 380 0 507 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 28356


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


[startup+1542.31 s]
/proc/loadavg: 2.02 2.02 2.05 3/186 30202
/proc/meminfo: memFree=31535248/32770624 swapFree=0/314248
[pid=30110] ppid=30107 vsize=28356 CPUtime=1542.36 cores=0,2,4,6
/proc/30110/stat : 30110 (cosoco) R 30107 30110 25100 0 -1 4202496 8467 0 0 0 154236 0 0 0 20 0 1 0 50902457 29036544 1275 18446744073709551615 4194304 5747388 140730598877120 140730598874520 5000064 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 7845728 7850568 23257088 140730598883822 140730598883917 140730598883917 140730598887374 0
/proc/30110/statm: 7089 1275 785 380 0 507 0
Current children cumulated CPU time (s) 1542.36
Current children cumulated vsize (KiB) 28356

[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/189 30219
/proc/meminfo: memFree=31530580/32770624 swapFree=0/314300
[pid=30110] ppid=30107 vsize=28356 CPUtime=1602.36 cores=0,2,4,6
/proc/30110/stat : 30110 (cosoco) R 30107 30110 25100 0 -1 4202496 8467 0 0 0 160236 0 0 0 20 0 1 0 50902457 29036544 1275 18446744073709551615 4194304 5747388 140730598877120 140730598874520 5000064 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 7845728 7850568 23257088 140730598883822 140730598883917 140730598883917 140730598887374 0
/proc/30110/statm: 7089 1275 785 380 0 507 0
Current children cumulated CPU time (s) 1602.36
Current children cumulated vsize (KiB) 28356

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 30246
/proc/meminfo: memFree=31529696/32770624 swapFree=0/314352
[pid=30110] ppid=30107 vsize=28356 CPUtime=1662.36 cores=0,2,4,6
/proc/30110/stat : 30110 (cosoco) R 30107 30110 25100 0 -1 4202496 8820 0 0 0 166236 0 0 0 20 0 1 0 50902457 29036544 1275 18446744073709551615 4194304 5747388 140730598877120 140730598874520 5000064 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 7845728 7850568 23257088 140730598883822 140730598883917 140730598883917 140730598887374 0
/proc/30110/statm: 7089 1275 785 380 0 507 0
Current children cumulated CPU time (s) 1662.36
Current children cumulated vsize (KiB) 28356

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 30249
/proc/meminfo: memFree=31530644/32770624 swapFree=0/314376
[pid=30110] ppid=30107 vsize=28356 CPUtime=1722.37 cores=0,2,4,6
/proc/30110/stat : 30110 (cosoco) R 30107 30110 25100 0 -1 4202496 8820 0 0 0 172237 0 0 0 20 0 1 0 50902457 29036544 1275 18446744073709551615 4194304 5747388 140730598877120 140730598874520 4915136 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 7845728 7850568 23257088 140730598883822 140730598883917 140730598883917 140730598887374 0
/proc/30110/statm: 7089 1275 785 380 0 507 0
Current children cumulated CPU time (s) 1722.37
Current children cumulated vsize (KiB) 28356

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 30251
/proc/meminfo: memFree=31534432/32770624 swapFree=0/314404
[pid=30110] ppid=30107 vsize=28356 CPUtime=1782.37 cores=0,2,4,6
/proc/30110/stat : 30110 (cosoco) R 30107 30110 25100 0 -1 4202496 9160 0 0 0 178237 0 0 0 20 0 1 0 50902457 29036544 1275 18446744073709551615 4194304 5747388 140730598877120 140730598874520 5128937 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 7845728 7850568 23257088 140730598883822 140730598883917 140730598883917 140730598887374 0
/proc/30110/statm: 7089 1275 785 380 0 507 0
Current children cumulated CPU time (s) 1782.37
Current children cumulated vsize (KiB) 28356

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 30253
/proc/meminfo: memFree=31534068/32770624 swapFree=0/314424
[pid=30110] ppid=30107 vsize=28356 CPUtime=1842.38 cores=0,2,4,6
/proc/30110/stat : 30110 (cosoco) R 30107 30110 25100 0 -1 4202496 9173 0 0 0 184238 0 0 0 20 0 1 0 50902457 29036544 1275 18446744073709551615 4194304 5747388 140730598877120 140730598874520 4915024 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 7845728 7850568 23257088 140730598883822 140730598883917 140730598883917 140730598887374 0
/proc/30110/statm: 7089 1275 785 380 0 507 0
Current children cumulated CPU time (s) 1842.38
Current children cumulated vsize (KiB) 28356

[startup+1902.3 s]
/proc/loadavg: 1.92 2.00 2.04 3/186 30316
/proc/meminfo: memFree=30984904/32770624 swapFree=0/314460
[pid=30110] ppid=30107 vsize=28356 CPUtime=1902.38 cores=0,2,4,6
/proc/30110/stat : 30110 (cosoco) R 30107 30110 25100 0 -1 4202496 9513 0 0 0 190238 0 0 0 20 0 1 0 50902457 29036544 1275 18446744073709551615 4194304 5747388 140730598877120 140730598874520 5000064 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 7845728 7850568 23257088 140730598883822 140730598883917 140730598883917 140730598887374 0
/proc/30110/statm: 7089 1275 785 380 0 507 0
Current children cumulated CPU time (s) 1902.38
Current children cumulated vsize (KiB) 28356

[startup+1962.3 s]
/proc/loadavg: 1.94 1.99 2.03 3/185 30318
/proc/meminfo: memFree=30979644/32770624 swapFree=0/314436
[pid=30110] ppid=30107 vsize=28356 CPUtime=1962.39 cores=0,2,4,6
/proc/30110/stat : 30110 (cosoco) R 30107 30110 25100 0 -1 4202496 9513 0 0 0 196239 0 0 0 20 0 1 0 50902457 29036544 1275 18446744073709551615 4194304 5747388 140730598877120 140730598874520 4915124 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 7845728 7850568 23257088 140730598883822 140730598883917 140730598883917 140730598887374 0
/proc/30110/statm: 7089 1275 785 380 0 507 0
Current children cumulated CPU time (s) 1962.39
Current children cumulated vsize (KiB) 28356

[startup+2022.3 s]
/proc/loadavg: 1.98 1.99 2.03 3/185 30321
/proc/meminfo: memFree=30979068/32770624 swapFree=0/314448
[pid=30110] ppid=30107 vsize=28356 CPUtime=2022.39 cores=0,2,4,6
/proc/30110/stat : 30110 (cosoco) R 30107 30110 25100 0 -1 4202496 9865 0 0 0 202239 0 0 0 20 0 1 0 50902457 29036544 1275 18446744073709551615 4194304 5747388 140730598877120 140730598874520 4919272 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 7845728 7850568 23257088 140730598883822 140730598883917 140730598883917 140730598887374 0
/proc/30110/statm: 7089 1275 785 380 0 507 0
Current children cumulated CPU time (s) 2022.39
Current children cumulated vsize (KiB) 28356

[startup+2082.3 s]
/proc/loadavg: 1.99 1.99 2.03 3/186 30324
/proc/meminfo: memFree=30978944/32770624 swapFree=0/314468
[pid=30110] ppid=30107 vsize=28356 CPUtime=2082.4 cores=0,2,4,6
/proc/30110/stat : 30110 (cosoco) R 30107 30110 25100 0 -1 4202496 9866 0 0 0 208240 0 0 0 20 0 1 0 50902457 29036544 1275 18446744073709551615 4194304 5747388 140730598877120 140730598874520 4915308 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 7845728 7850568 23257088 140730598883822 140730598883917 140730598883917 140730598887374 0
/proc/30110/statm: 7089 1275 785 380 0 507 0
Current children cumulated CPU time (s) 2082.4
Current children cumulated vsize (KiB) 28356

[startup+2142.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/186 30326
/proc/meminfo: memFree=30979088/32770624 swapFree=0/314492
[pid=30110] ppid=30107 vsize=28356 CPUtime=2142.4 cores=0,2,4,6
/proc/30110/stat : 30110 (cosoco) R 30107 30110 25100 0 -1 4202496 10205 0 0 0 214240 0 0 0 20 0 1 0 50902457 29036544 1275 18446744073709551615 4194304 5747388 140730598877120 140730598874520 4941136 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 7845728 7850568 23257088 140730598883822 140730598883917 140730598883917 140730598887374 0
/proc/30110/statm: 7089 1275 785 380 0 507 0
Current children cumulated CPU time (s) 2142.4
Current children cumulated vsize (KiB) 28356

[startup+2202.31 s]
/proc/loadavg: 2.00 1.99 2.03 3/189 30342
/proc/meminfo: memFree=30975108/32770624 swapFree=0/314532
[pid=30110] ppid=30107 vsize=28356 CPUtime=2202.41 cores=0,2,4,6
/proc/30110/stat : 30110 (cosoco) R 30107 30110 25100 0 -1 4202496 10205 0 0 0 220241 0 0 0 20 0 1 0 50902457 29036544 1275 18446744073709551615 4194304 5747388 140730598877120 140730598874520 4941177 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 7845728 7850568 23257088 140730598883822 140730598883917 140730598883917 140730598887374 0
/proc/30110/statm: 7089 1275 785 380 0 507 0
Current children cumulated CPU time (s) 2202.41
Current children cumulated vsize (KiB) 28356

[startup+2262.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/189 30344
/proc/meminfo: memFree=30975420/32770624 swapFree=0/314568
[pid=30110] ppid=30107 vsize=28356 CPUtime=2262.41 cores=0,2,4,6
/proc/30110/stat : 30110 (cosoco) R 30107 30110 25100 0 -1 4202496 10559 0 0 0 226241 0 0 0 20 0 1 0 50902457 29036544 1275 18446744073709551615 4194304 5747388 140730598877120 140730598874520 5000064 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 7845728 7850568 23257088 140730598883822 140730598883917 140730598883917 140730598887374 0
/proc/30110/statm: 7089 1275 785 380 0 507 0
Current children cumulated CPU time (s) 2262.41
Current children cumulated vsize (KiB) 28356

[startup+2322.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/186 30347
/proc/meminfo: memFree=30979332/32770624 swapFree=0/314612
[pid=30110] ppid=30107 vsize=28356 CPUtime=2322.42 cores=0,2,4,6
/proc/30110/stat : 30110 (cosoco) R 30107 30110 25100 0 -1 4202496 10559 0 0 0 232242 0 0 0 20 0 1 0 50902457 29036544 1275 18446744073709551615 4194304 5747388 140730598877120 140730598874520 4915037 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 7845728 7850568 23257088 140730598883822 140730598883917 140730598883917 140730598887374 0
/proc/30110/statm: 7089 1275 785 380 0 507 0
Current children cumulated CPU time (s) 2322.42
Current children cumulated vsize (KiB) 28356

[startup+2382.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/186 30349
/proc/meminfo: memFree=30979464/32770624 swapFree=0/314632
[pid=30110] ppid=30107 vsize=28356 CPUtime=2382.42 cores=0,2,4,6
/proc/30110/stat : 30110 (cosoco) R 30107 30110 25100 0 -1 4202496 10899 0 0 0 238242 0 0 0 20 0 1 0 50902457 29036544 1275 18446744073709551615 4194304 5747388 140730598877120 140730598874520 5121146 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 7845728 7850568 23257088 140730598883822 140730598883917 140730598883917 140730598887374 0
/proc/30110/statm: 7089 1275 785 380 0 507 0
Current children cumulated CPU time (s) 2382.42
Current children cumulated vsize (KiB) 28356



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2399.9 s]
/proc/loadavg: 2.00 1.99 2.03 3/186 30350
/proc/meminfo: memFree=30979528/32770624 swapFree=0/314632
[pid=30110] ppid=30107 vsize=28356 CPUtime=2400.03 cores=0,2,4,6
/proc/30110/stat : 30110 (cosoco) R 30107 30110 25100 0 -1 4202496 10899 0 0 0 240003 0 0 0 20 0 1 0 50902457 29036544 1275 18446744073709551615 4194304 5747388 140730598877120 140730598874520 4912706 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 7845728 7850568 23257088 140730598883822 140730598883917 140730598883917 140730598887374 0
/proc/30110/statm: 7089 1275 785 380 0 507 0
Current children cumulated CPU time (s) 2400.03
Current children cumulated vsize (KiB) 28356

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

[startup+2399.9 s]
/proc/loadavg: 2.00 1.99 2.03 3/186 30350
/proc/meminfo: memFree=30979528/32770624 swapFree=0/314632
[pid=30110] ppid=30107 vsize=28356 CPUtime=2400.03 cores=0,2,4,6
/proc/30110/stat : 30110 (cosoco) R 30107 30110 25100 0 -1 4202496 10899 0 0 0 240003 0 0 0 20 0 1 0 50902457 29036544 1275 18446744073709551615 4194304 5747388 140730598877120 140730598874520 4912706 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 7845728 7850568 23257088 140730598883822 140730598883917 140730598883917 140730598887374 0
/proc/30110/statm: 7089 1275 785 380 0 507 0
Current children cumulated CPU time (s) 2400.03
Current children cumulated vsize (KiB) 28356

Child status: 1
Real time (s): 2399.9
CPU time (s): 2400.04
CPU user time (s): 2400.03
CPU system time (s): 0.005
CPU usage (%): 100.006
Max. virtual memory (cumulated for all children) (KiB): 28356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2400.03
system time used= 0.005
maximum resident set size= 5172
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10952
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= 10
involuntary context switches= 609

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.59357 second user time and 7.70752 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-06 16:33:45
IDJOB=4260129
IDBENCH=133642
IDSOLVER=2647
FILE ID=node133/4260129-1502030872
RUNJOBID= node133-1502014298-25934
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco-mini 1.1
BENCH NAME= XCSP17/MagicHexagon/MagicHexagon-m1-s1/MagicHexagon-11-0066.xml
COMMAND LINE= cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4260129-1502030872/watcher-4260129-1502030872 -o /tmp/evaluation-result-4260129-1502030872/solver-4260129-1502030872 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502014298-25934 --watchdog 2560  cosoco -lc -model -restarts HOME/instance-4260129-1502030872.xml

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

MD5SUM BENCH= 0b8750a079fea2eda3490f2b84dad210
RANDOM SEED=1843770209

node133.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:        31539176 kB
MemAvailable:   31989892 kB
Buffers:          193832 kB
Cached:           548572 kB
SwapCached:            0 kB
Active:           469884 kB
Inactive:         338648 kB
Active(anon):      66380 kB
Inactive(anon):    24920 kB
Active(file):     403504 kB
Inactive(file):   313728 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2020 kB
Writeback:             0 kB
AnonPages:         73992 kB
Mapped:            40952 kB
Shmem:             25276 kB
Slab:             124984 kB
SReclaimable:      98640 kB
SUnreclaim:        26344 kB
KernelStack:        3520 kB
PageTables:         5208 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     319392 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     20480 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62024 MiB
End job on node133 at 2017-08-06 17:13:45