Trace number 4260130

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.0801 2399.8999

General information on the benchmark

NameMagicHexagon/MagicHexagon-m1-s1/
MagicHexagon-11-m186.xml
MD5SUM2292861bb3d975c21318ff2a994feaed
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.04	c intension x[0][0]<x[0][10]  using generic constraint 
0.00/0.04	c intension x[0][0]<x[10][20]  using generic constraint 
0.00/0.04	c intension x[0][0]<x[20][10]  using generic constraint 
0.00/0.04	c intension x[0][0]<x[20][0]  using generic constraint 
0.00/0.04	c intension x[0][0]<x[10][0]  using generic constraint 
0.00/0.04	c intension x[0][10]<x[10][0]  using generic constraint 
0.00/0.05	c root propagations     : 9           
0.00/0.05	c restarts enabled, print stats at every restarts
0.00/0.05	c
0.00/0.05	c
0.00/0.05	c
0.00/0.05	c This is cosoco 1.1 --  
0.00/0.05	c
0.00/0.05	c command line: cosoco -lc -model -restarts HOME/instance-4260130-1502030366.xml 
0.00/0.05	c ========================================[ Problem Statistics ]===========================================
0.00/0.05	c |                                                                                                       
0.00/0.05	c |  Parse time        :         0.01 s 
0.00/0.05	c |
0.00/0.05	c |               Variables: 441
0.00/0.05	c |            Domain Sizes: 331..331
0.00/0.05	c |
0.00/0.05	c |             Constraints: 70
0.00/0.05	c |                   Arity: 2..331  -- Binary: 6
0.00/0.05	c | 
0.00/0.05	c |                   Types: 
0.00/0.05	c |                          (X - Y < k): 6
0.00/0.05	c |                          All Different: 1
0.00/0.05	c |                          Sum: 63
0.00/0.05	c |                          
0.00/0.05	c =========================================================================================================
0.00/0.05	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth
0.00/0.05	c remove useless variable x[0][11]
0.00/0.05	c remove useless variable x[0][12]
0.00/0.05	c remove useless variable x[0][13]
0.00/0.05	c remove useless variable x[0][14]
0.00/0.05	c remove useless variable x[0][15]
0.00/0.05	c remove useless variable x[0][16]
0.00/0.05	c remove useless variable x[0][17]
0.00/0.05	c remove useless variable x[0][18]
0.00/0.05	c remove useless variable x[0][19]
0.00/0.05	c remove useless variable x[0][20]
0.00/0.05	c remove useless variable x[1][12]
0.00/0.05	c remove useless variable x[1][13]
0.00/0.05	c remove useless variable x[1][14]
0.00/0.05	c remove useless variable x[1][15]
0.00/0.05	c remove useless variable x[1][16]
0.00/0.05	c remove useless variable x[1][17]
0.00/0.05	c remove useless variable x[1][18]
0.00/0.05	c remove useless variable x[1][19]
0.00/0.05	c remove useless variable x[1][20]
0.00/0.05	c remove useless variable x[2][13]
0.00/0.05	c remove useless variable x[2][14]
0.00/0.05	c remove useless variable x[2][15]
0.00/0.05	c remove useless variable x[2][16]
0.00/0.05	c remove useless variable x[2][17]
0.00/0.05	c remove useless variable x[2][18]
0.00/0.05	c remove useless variable x[2][19]
0.00/0.05	c remove useless variable x[2][20]
0.00/0.05	c remove useless variable x[3][14]
0.00/0.05	c remove useless variable x[3][15]
0.00/0.05	c remove useless variable x[3][16]
0.00/0.05	c remove useless variable x[3][17]
0.00/0.05	c remove useless variable x[3][18]
0.00/0.05	c remove useless variable x[3][19]
0.00/0.05	c remove useless variable x[3][20]
0.00/0.05	c remove useless variable x[4][15]
0.00/0.05	c remove useless variable x[4][16]
0.00/0.05	c remove useless variable x[4][17]
0.00/0.05	c remove useless variable x[4][18]
0.00/0.05	c remove useless variable x[4][19]
0.00/0.05	c remove useless variable x[4][20]
0.00/0.05	c remove useless variable x[5][16]
0.00/0.05	c remove useless variable x[5][17]
0.00/0.05	c remove useless variable x[5][18]
0.00/0.05	c remove useless variable x[5][19]
0.00/0.05	c remove useless variable x[5][20]
0.00/0.05	c remove useless variable x[6][17]
0.00/0.05	c remove useless variable x[6][18]
0.00/0.05	c remove useless variable x[6][19]
0.00/0.05	c remove useless variable x[6][20]
0.00/0.05	c remove useless variable x[7][18]
0.00/0.05	c remove useless variable x[7][19]
0.00/0.05	c remove useless variable x[7][20]
0.00/0.05	c remove useless variable x[8][19]
0.00/0.05	c remove useless variable x[8][20]
0.00/0.05	c remove useless variable x[9][20]
0.00/0.05	c remove useless variable x[11][20]
0.00/0.05	c remove useless variable x[12][19]
0.00/0.05	c remove useless variable x[12][20]
0.00/0.05	c remove useless variable x[13][18]
0.00/0.05	c remove useless variable x[13][19]
0.00/0.05	c remove useless variable x[13][20]
0.00/0.05	c remove useless variable x[14][17]
0.00/0.05	c remove useless variable x[14][18]
0.00/0.05	c remove useless variable x[14][19]
0.00/0.05	c remove useless variable x[14][20]
0.00/0.05	c remove useless variable x[15][16]
0.00/0.05	c remove useless variable x[15][17]
0.00/0.05	c remove useless variable x[15][18]
0.00/0.05	c remove useless variable x[15][19]
0.00/0.05	c remove useless variable x[15][20]
0.00/0.05	c remove useless variable x[16][15]
0.00/0.05	c remove useless variable x[16][16]
0.00/0.05	c remove useless variable x[16][17]
0.00/0.05	c remove useless variable x[16][18]
0.00/0.05	c remove useless variable x[16][19]
0.00/0.05	c remove useless variable x[16][20]
0.00/0.05	c remove useless variable x[17][14]
0.00/0.05	c remove useless variable x[17][15]
0.00/0.05	c remove useless variable x[17][16]
0.00/0.05	c remove useless variable x[17][17]
0.00/0.05	c remove useless variable x[17][18]
0.00/0.05	c remove useless variable x[17][19]
0.00/0.05	c remove useless variable x[17][20]
0.00/0.05	c remove useless variable x[18][13]
0.00/0.05	c remove useless variable x[18][14]
0.00/0.05	c remove useless variable x[18][15]
0.00/0.05	c remove useless variable x[18][16]
0.00/0.05	c remove useless variable x[18][17]
0.00/0.05	c remove useless variable x[18][18]
0.00/0.05	c remove useless variable x[18][19]
0.00/0.05	c remove useless variable x[18][20]
0.00/0.05	c remove useless variable x[19][12]
0.00/0.05	c remove useless variable x[19][13]
0.00/0.05	c remove useless variable x[19][14]
0.00/0.05	c remove useless variable x[19][15]
0.00/0.05	c remove useless variable x[19][16]
0.00/0.05	c remove useless variable x[19][17]
0.00/0.05	c remove useless variable x[19][18]
0.00/0.05	c remove useless variable x[19][19]
0.00/0.05	c remove useless variable x[19][20]
0.00/0.05	c remove useless variable x[20][11]
0.00/0.05	c remove useless variable x[20][12]
0.00/0.05	c remove useless variable x[20][13]
0.00/0.05	c remove useless variable x[20][14]
0.00/0.05	c remove useless variable x[20][15]
0.00/0.05	c remove useless variable x[20][16]
0.00/0.05	c remove useless variable x[20][17]
0.00/0.05	c remove useless variable x[20][18]
0.00/0.05	c remove useless variable x[20][19]
0.00/0.05	c remove useless variable x[20][20]
0.05/0.12	c 101            129            2503           33036          6              0              11   14   12   
0.05/0.19	c 211            267            5137           66977          6              0              9   12   10    
0.15/0.27	c 332            418            7927           103384         6              0              9   12   10    
0.25/0.36	c 465            584            11016          144610         6              0              9   12   10    
0.35/0.46	c 611            766            14404          190982         6              0              9   12   10    
0.45/0.56	c 771            964            17977          238757         6              0              9   12   10    
0.55/0.68	c 947            1181           21841          290568         6              0              9   12   10    
0.75/0.80	c 1140           1419           26077          349561         6              0              9   12   11    
0.85/0.93	c 1352           1678           30592          412169         6              0              9   12   10    
0.95/1.07	c 1585           1962           35514          480291         6              0              9   12   10    
1.16/1.22	c 1841           2273           40864          554964         6              0              9   12   10    
1.25/1.39	c 2122           2614           46676          636022         6              0              9   12   10    
1.45/1.57	c 2431           2989           53024          723971         6              0              9   12   10    
1.65/1.78	c 2770           3400           59968          821942         6              0              9   12   10    
1.95/2.00	c 3142           3850           67486          927656         6              0              9   12   11    
2.16/2.24	c 3551           4343           75679          1044092        6              0              9   12   11    
2.45/2.51	c 4000           4884           84649          1172131        6              0              9   12   10    
2.65/2.79	c 4493           5477           94404          1311245        6              0              9   12   10    
3.05/3.11	c 5035           6130           105161         1465391        6              0              9   12   11    
3.36/3.45	c 5631           6846           116886         1635136        6              0              9   12   11    
3.75/3.83	c 6286           7632           129713         1819669        6              0              9   12   11    
4.15/4.25	c 7006           8496           143743         2022139        6              0              9   12   11    
4.65/4.70	c 7798           9445           159118         2245415        6              0              9   12   11    
5.15/5.20	c 8669           10488          176010         2489607        6              0              9   12   11    
5.65/5.75	c 9627           11635          194460         2756101        6              0              9   12   11    
6.25/6.36	c 10680          12898          214792         3050012        6              0              9   13   11    
6.95/7.04	c 11838          14296          237591         3386197        6              0              9   13   11    
7.76/7.81	c 13111          15842          262959         3762928        6              0              9   13   11    
8.55/8.66	c 14511          17548          291066         4181333        6              0              9   13   11    
9.55/9.62	c 16051          19437          322480         4655982        6              0              9   13   11    
10.65/10.70	c 17745          21525          357500         5191085        6              0              9   13   11    
11.85/11.91	c 19608          23832          396525         5790661        6              0              9   13   11    
13.16/13.25	c 21657          26374          439581         6451430        6              0              9   13   11    
14.65/14.74	c 23910          29189          487652         7200710        6              0              9   13   11    
16.35/16.43	c 26388          32298          541337         8042743        6              0              9   13   11    
18.25/18.30	c 29113          35725          600615         8973724        6              0              9   13   11    
20.25/20.36	c 32110          39505          666099         10015136       6              0              9   13   11    
22.65/22.71	c 35406          43708          740571         11229276       6              0              9   14   11    
25.26/25.35	c 39031          48357          823829         12602124       6              0              9   14   11    
28.16/28.26	c 43018          53482          915552         14119044       6              0              9   14   11    
31.36/31.49	c 47403          59151          1018338        15839597       6              0              9   14   12    
35.06/35.16	c 52226          65425          1133854        17789927       6              0              9   14   12    
39.16/39.20	c 57531          72340          1260845        19936202       6              0              9   14   12    
43.66/43.71	c 63366          79998          1403084        22377454       6              0              9   14   12    
48.66/48.76	c 69784          88488          1562622        25158952       6              0              9   14   12    
54.26/54.38	c 76843          97856          1739760        28270899       6              0              9   14   12    
60.56/60.63	c 84607          108204         1935463        31728110       6              0              9   14   12    
67.56/67.63	c 93147          119646         2154101        35625379       6              0              9   14   12    
75.26/75.34	c 102541         132265         2394885        39966337       6              0              9   14   12    
83.86/83.98	c 112874         146212         2662213        44838469       6              0              9   14   12    
93.16/93.29	c 124240         161452         2951470        50091723       6              0              9   14   12    
103.26/103.39	c 136742         178128         3265664        55740311       6              0              9   14   12    
114.37/114.42	c 150494         196440         3609296        61902788       6              0              9   14   12    
126.57/126.63	c 165621         216624         3990581        68731862       6              0              9   14   12    
140.06/140.19	c 182260         238886         4413221        76318870       6              0              9   14   12    
155.27/155.37	c 200562         263463         4882419        84773093       6              0              9   14   12    
172.07/172.14	c 220694         290592         5400623        94223043       6              0              9   14   12    
190.47/190.50	c 242839         320365         5968717        104559094      6              0              9   14   12    
210.47/210.57	c 267198         352998         6586497        115748497      6              0              9   14   12    
232.57/232.69	c 293992         388937         7268616        128094944      6              0              9   14   12    
257.27/257.34	c 323465         428623         8027628        141894087      6              0              9   14   12    
284.48/284.53	c 355885         472331         8861797        157179754      6              0              9   14   12    
314.18/314.20	c 391547         520241         9772881        173742244      6              0              9   14   12    
346.98/347.04	c 430775         573067         10781023       192133661      6              0              9   14   12    
383.08/383.17	c 473925         631249         11892823       212491534      6              0              9   14   12    
422.59/422.60	c 521390         695113         13108688       234669599      6              0              9   14   12    
466.29/466.37	c 573601         765579         14456894       259367264      6              0              9   14   12    
514.30/514.38	c 631033         842886         15930547       286259531      6              0              9   14   12    
567.10/567.13	c 694208         928188         17561098       316183839      6              0              9   14   12    
624.91/624.95	c 763700         1021804        19347278       348811586      6              0              9   14   12    
688.72/688.71	c 840141         1124819        21310366       384779503      6              0              9   14   12    
759.22/759.27	c 924226         1238333        23479753       424600383      6              0              9   14   12    
836.83/836.88	c 1016719        1363040        25864306       468191946      6              0              9   14   12    
923.04/923.03	c 1118461        1500537        28506395       516831544      6              0              9   14   12    
1018.24/1018.20	c 1230377        1651825        31421287       570403379      6              0              9   14   12    
1122.45/1122.49	c 1353484        1818225        34631625       629429400      6              0              9   14   12    
1238.06/1238.07	c 1488901        2001470        38180359       694847494      6              0              9   14   12    
1366.07/1366.06	c 1637859        2203673        42116350       767224462      6              0              9   14   12    
1507.09/1507.09	c 1801712        2426559        46465019       847575229      6              0              9   14   12    
1663.41/1663.38	c 1981950        2671748        51256434       936049095      6              0              9   14   12    
1837.32/1837.26	c 2180211        2942794        56594643       1035060141     6              0              9   14   12    
2027.73/2027.68	c 2398298        3240552        62449899       1143563731     6              0              9   14   12    
2238.95/2238.89	c 2638193        3569136        68944705       1264124535     6              0              9   14   12    
2400.07/2399.90	
2400.07/2399.90	c *** INTERRUPTED ***
2400.07/2399.90	c restarts              : 83          
2400.07/2399.90	c conflicts             : 2824037      (1177 /sec)
2400.07/2399.90	c decisions             : 3822260      (1593 /sec)
2400.07/2399.90	c propagations          : 1355535747  (564790 /sec)
2400.07/2399.90	c root propagations     : 9           
2400.07/2399.90	c filter calls          : 73888354       (30786 /sec)
2400.07/2399.90	c useless filter calls  : 60371525       (81 %)
2400.07/2399.90	c Memory used           : 27.70 MB
2400.07/2399.90	c CPU time              : 2400.07 s
2400.07/2399.90	
2400.07/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-4260130-1502030366/watcher-4260130-1502030366 -o /tmp/evaluation-result-4260130-1502030366/solver-4260130-1502030366 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502014298-25935 --watchdog 2560 cosoco -lc -model -restarts HOME/instance-4260130-1502030366.xml 

pid=30011
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.04 2.03 2.05 3/184 30014
/proc/meminfo: memFree=31543004/32770624 swapFree=0/313464
[pid=30014] ppid=30011 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/30014/stat : 30014 (runsolver) D 30011 30014 25100 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 50851832 24240128 106 18446744073709551615 4194304 4338465 140731216496848 140731216494488 140562709844695 0 0 1 24578 18446744071580418449 0 0 17 3 0 0 0 0 0 6438912 6441760 18829312 140731216498881 140731216499273 140731216499273 140731216502730 0
/proc/30014/statm: 5918 106 53 36 0 2156 0

[startup+0.100109 s]
/proc/loadavg: 2.04 2.03 2.05 3/184 30014
/proc/meminfo: memFree=31543004/32770624 swapFree=0/313464
[pid=30014] ppid=30011 vsize=28356 CPUtime=0.05 cores=1,3,5,7
/proc/30014/stat : 30014 (cosoco) R 30011 30014 25100 0 -1 4202496 1429 0 0 0 5 0 0 0 20 0 1 0 50851832 29036544 1262 18446744073709551615 4194304 5747388 140730188467392 140730188464040 5128895 0 0 1 8405026 0 0 0 17 5 0 0 3 0 0 7845728 7850568 32006144 140730188472814 140730188472909 140730188472909 140730188476366 0
/proc/30014/statm: 7089 1262 777 380 0 507 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 28356

[startup+0.200224 s]
/proc/loadavg: 2.04 2.03 2.05 3/184 30014
/proc/meminfo: memFree=31543004/32770624 swapFree=0/313464
[pid=30014] ppid=30011 vsize=28356 CPUtime=0.15 cores=1,3,5,7
/proc/30014/stat : 30014 (cosoco) R 30011 30014 25100 0 -1 4202496 1430 0 0 0 15 0 0 0 20 0 1 0 50851832 29036544 1262 18446744073709551615 4194304 5747388 140730188467392 140730188464040 4918228 0 0 1 8405026 0 0 0 17 5 0 0 3 0 0 7845728 7850568 32006144 140730188472814 140730188472909 140730188472909 140730188476366 0
/proc/30014/statm: 7089 1262 777 380 0 507 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 28356

[startup+0.3002 s]
/proc/loadavg: 2.04 2.03 2.05 3/184 30014
/proc/meminfo: memFree=31543004/32770624 swapFree=0/313464
[pid=30014] ppid=30011 vsize=28356 CPUtime=0.25 cores=1,3,5,7
/proc/30014/stat : 30014 (cosoco) R 30011 30014 25100 0 -1 4202496 1430 0 0 0 25 0 0 0 20 0 1 0 50851832 29036544 1262 18446744073709551615 4194304 5747388 140730188467392 140730188464040 5000064 0 0 1 8405026 0 0 0 17 5 0 0 3 0 0 7845728 7850568 32006144 140730188472814 140730188472909 140730188472909 140730188476366 0
/proc/30014/statm: 7089 1262 777 380 0 507 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 28356

[startup+0.700205 s]
/proc/loadavg: 2.04 2.03 2.05 3/184 30014
/proc/meminfo: memFree=31543004/32770624 swapFree=0/313464
[pid=30014] ppid=30011 vsize=28356 CPUtime=0.65 cores=1,3,5,7
/proc/30014/stat : 30014 (cosoco) R 30011 30014 25100 0 -1 4202496 1430 0 0 0 65 0 0 0 20 0 1 0 50851832 29036544 1262 18446744073709551615 4194304 5747388 140730188467392 140730188464040 4941170 0 0 1 8405026 0 0 0 17 5 0 0 3 0 0 7845728 7850568 32006144 140730188472814 140730188472909 140730188472909 140730188476366 0
/proc/30014/statm: 7089 1262 777 380 0 507 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 28356

[startup+1.5002 s]
/proc/loadavg: 2.04 2.03 2.05 3/184 30016
/proc/meminfo: memFree=31540764/32770624 swapFree=0/313512
[pid=30014] ppid=30011 vsize=28356 CPUtime=1.45 cores=1,3,5,7
/proc/30014/stat : 30014 (cosoco) R 30011 30014 25100 0 -1 4202496 1430 0 0 0 145 0 0 0 20 0 1 0 50851832 29036544 1262 18446744073709551615 4194304 5747388 140730188467392 140730188464792 5000064 0 0 1 8405026 0 0 0 17 5 0 0 3 0 0 7845728 7850568 32006144 140730188472814 140730188472909 140730188472909 140730188476366 0
/proc/30014/statm: 7089 1262 777 380 0 507 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 28356

[startup+3.10017 s]
/proc/loadavg: 2.04 2.03 2.05 3/184 30016
/proc/meminfo: memFree=31540376/32770624 swapFree=0/313516
[pid=30014] ppid=30011 vsize=28356 CPUtime=3.05 cores=1,3,5,7
/proc/30014/stat : 30014 (cosoco) R 30011 30014 25100 0 -1 4202496 1782 0 0 0 305 0 0 0 20 0 1 0 50851832 29036544 1271 18446744073709551615 4194304 5747388 140730188467392 140730188464792 4941136 0 0 1 8405026 0 0 0 17 5 0 0 3 0 0 7845728 7850568 32006144 140730188472814 140730188472909 140730188472909 140730188476366 0
/proc/30014/statm: 7089 1271 785 380 0 507 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 28356

[startup+6.3002 s]
/proc/loadavg: 1.96 2.01 2.04 3/184 30016
/proc/meminfo: memFree=31540536/32770624 swapFree=0/313468
[pid=30014] ppid=30011 vsize=28356 CPUtime=6.25 cores=1,3,5,7
/proc/30014/stat : 30014 (cosoco) R 30011 30014 25100 0 -1 4202496 2134 0 0 0 625 0 0 0 20 0 1 0 50851832 29036544 1271 18446744073709551615 4194304 5747388 140730188467392 140730188464792 4915133 0 0 1 8405026 0 0 0 17 5 0 0 3 0 0 7845728 7850568 32006144 140730188472814 140730188472909 140730188472909 140730188476366 0
/proc/30014/statm: 7089 1271 785 380 0 507 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 28356

[startup+12.7002 s]
/proc/loadavg: 1.96 2.01 2.04 3/184 30016
/proc/meminfo: memFree=31540228/32770624 swapFree=0/313464
[pid=30014] ppid=30011 vsize=28356 CPUtime=12.65 cores=1,3,5,7
/proc/30014/stat : 30014 (cosoco) R 30011 30014 25100 0 -1 4202496 2487 0 0 0 1265 0 0 0 20 0 1 0 50851832 29036544 1271 18446744073709551615 4194304 5747388 140730188467392 140730188464792 5000064 0 0 1 8405026 0 0 0 17 5 0 0 3 0 0 7845728 7850568 32006144 140730188472814 140730188472909 140730188472909 140730188476366 0
/proc/30014/statm: 7089 1271 785 380 0 507 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 28356

[startup+25.5002 s]
/proc/loadavg: 1.97 2.01 2.04 3/184 30016
/proc/meminfo: memFree=31540352/32770624 swapFree=0/313464
[pid=30014] ppid=30011 vsize=28356 CPUtime=25.46 cores=1,3,5,7
/proc/30014/stat : 30014 (cosoco) R 30011 30014 25100 0 -1 4202496 3195 0 0 0 2546 0 0 0 20 0 1 0 50851832 29036544 1271 18446744073709551615 4194304 5747388 140730188467392 140730188464792 4915133 0 0 1 8405026 0 0 0 17 5 0 0 3 0 0 7845728 7850568 32006144 140730188472814 140730188472909 140730188472909 140730188476366 0
/proc/30014/statm: 7089 1271 785 380 0 507 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 28356

[startup+51.1003 s]
/proc/loadavg: 1.98 2.01 2.04 3/185 30017
/proc/meminfo: memFree=31539560/32770624 swapFree=0/313472
[pid=30014] ppid=30011 vsize=28356 CPUtime=51.06 cores=1,3,5,7
/proc/30014/stat : 30014 (cosoco) R 30011 30014 25100 0 -1 4202496 3549 0 0 0 5106 0 0 0 20 0 1 0 50851832 29036544 1271 18446744073709551615 4194304 5747388 140730188467392 140730188464792 4915124 0 0 1 8405026 0 0 0 17 5 0 0 3 0 0 7845728 7850568 32006144 140730188472814 140730188472909 140730188472909 140730188476366 0
/proc/30014/statm: 7089 1271 785 380 0 507 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 28356

[startup+102.3 s]
/proc/loadavg: 2.12 2.04 2.05 3/186 30020
/proc/meminfo: memFree=31539428/32770624 swapFree=0/313512
[pid=30014] ppid=30011 vsize=28356 CPUtime=102.27 cores=1,3,5,7
/proc/30014/stat : 30014 (cosoco) R 30011 30014 25100 0 -1 4202496 3903 0 0 0 10227 0 0 0 20 0 1 0 50851832 29036544 1271 18446744073709551615 4194304 5747388 140730188467392 140730188464792 4941170 0 0 1 8405026 0 0 0 17 5 0 0 3 0 0 7845728 7850568 32006144 140730188472814 140730188472909 140730188472909 140730188476366 0
/proc/30014/statm: 7089 1271 785 380 0 507 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 28356

[startup+162.3 s]
/proc/loadavg: 2.09 2.05 2.05 3/186 30023
/proc/meminfo: memFree=31539388/32770624 swapFree=0/313552
[pid=30014] ppid=30011 vsize=28356 CPUtime=162.27 cores=1,3,5,7
/proc/30014/stat : 30014 (cosoco) R 30011 30014 25100 0 -1 4202496 4257 0 0 0 16227 0 0 0 20 0 1 0 50851832 29036544 1271 18446744073709551615 4194304 5747388 140730188467392 140730188464792 5121155 0 0 1 8405026 0 0 0 17 5 0 0 3 0 0 7845728 7850568 32006144 140730188472814 140730188472909 140730188472909 140730188476366 0
/proc/30014/statm: 7089 1271 785 380 0 507 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 28356

[startup+222.306 s]
/proc/loadavg: 2.07 2.05 2.05 3/187 30027
/proc/meminfo: memFree=31538760/32770624 swapFree=0/313556
[pid=30014] ppid=30011 vsize=28356 CPUtime=222.28 cores=1,3,5,7
/proc/30014/stat : 30014 (cosoco) R 30011 30014 25100 0 -1 4202496 4611 0 0 0 22228 0 0 0 20 0 1 0 50851832 29036544 1271 18446744073709551615 4194304 5747388 140730188467392 140730188464792 5000032 0 0 1 8405026 0 0 0 17 5 0 0 3 0 0 7845728 7850568 32006144 140730188472814 140730188472909 140730188472909 140730188476366 0
/proc/30014/statm: 7089 1271 785 380 0 507 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 28356

[startup+282.3 s]
/proc/loadavg: 2.07 2.06 2.05 3/187 30029
/proc/meminfo: memFree=31539148/32770624 swapFree=0/313572
[pid=30014] ppid=30011 vsize=28356 CPUtime=282.28 cores=1,3,5,7
/proc/30014/stat : 30014 (cosoco) R 30011 30014 25100 0 -1 4202496 4611 0 0 0 28228 0 0 0 20 0 1 0 50851832 29036544 1271 18446744073709551615 4194304 5747388 140730188467392 140730188464792 4912709 0 0 1 8405026 0 0 0 17 5 0 0 3 0 0 7845728 7850568 32006144 140730188472814 140730188472909 140730188472909 140730188476366 0
/proc/30014/statm: 7089 1271 785 380 0 507 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 28356

[startup+342.3 s]
/proc/loadavg: 2.06 2.06 2.05 3/190 30044
/proc/meminfo: memFree=31535308/32770624 swapFree=0/313604
[pid=30014] ppid=30011 vsize=28356 CPUtime=342.28 cores=1,3,5,7
/proc/30014/stat : 30014 (cosoco) R 30011 30014 25100 0 -1 4202496 4965 0 0 0 34228 0 0 0 20 0 1 0 50851832 29036544 1271 18446744073709551615 4194304 5747388 140730188467392 140730188464792 4919285 0 0 1 8405026 0 0 0 17 5 0 0 3 0 0 7845728 7850568 32006144 140730188472814 140730188472909 140730188472909 140730188476366 0
/proc/30014/statm: 7089 1271 785 380 0 507 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 28356

[startup+402.3 s]
/proc/loadavg: 2.02 2.05 2.05 3/187 30046
/proc/meminfo: memFree=31537592/32770624 swapFree=0/313628
[pid=30014] ppid=30011 vsize=28356 CPUtime=402.29 cores=1,3,5,7
/proc/30014/stat : 30014 (cosoco) R 30011 30014 25100 0 -1 4202496 4965 0 0 0 40229 0 0 0 20 0 1 0 50851832 29036544 1271 18446744073709551615 4194304 5747388 140730188467392 140730188464792 5121143 0 0 1 8405026 0 0 0 17 5 0 0 3 0 0 7845728 7850568 32006144 140730188472814 140730188472909 140730188472909 140730188476366 0
/proc/30014/statm: 7089 1271 785 380 0 507 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 28356

[startup+462.3 s]
/proc/loadavg: 2.01 2.04 2.05 3/186 30048
/proc/meminfo: memFree=31537872/32770624 swapFree=0/313680
[pid=30014] ppid=30011 vsize=28356 CPUtime=462.29 cores=1,3,5,7
/proc/30014/stat : 30014 (cosoco) R 30011 30014 25100 0 -1 4202496 5319 0 0 0 46229 0 0 0 20 0 1 0 50851832 29036544 1271 18446744073709551615 4194304 5747388 140730188467392 140730188464792 4918862 0 0 1 8405026 0 0 0 17 5 0 0 3 0 0 7845728 7850568 32006144 140730188472814 140730188472909 140730188472909 140730188476366 0
/proc/30014/statm: 7089 1271 785 380 0 507 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 28356

[startup+522.3 s]
/proc/loadavg: 2.21 2.08 2.06 3/185 30112
/proc/meminfo: memFree=31537032/32770624 swapFree=0/313704
[pid=30014] ppid=30011 vsize=28356 CPUtime=522.3 cores=1,3,5,7
/proc/30014/stat : 30014 (cosoco) R 30011 30014 25100 0 -1 4202496 5319 0 0 0 52230 0 0 0 20 0 1 0 50851832 29036544 1271 18446744073709551615 4194304 5747388 140730188467392 140730188464792 4915124 0 0 1 8405026 0 0 0 17 5 0 0 3 0 0 7845728 7850568 32006144 140730188472814 140730188472909 140730188472909 140730188476366 0
/proc/30014/statm: 7089 1271 785 380 0 507 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 28356

[startup+582.3 s]
/proc/loadavg: 2.08 2.07 2.05 3/186 30115
/proc/meminfo: memFree=31537344/32770624 swapFree=0/313708
[pid=30014] ppid=30011 vsize=28356 CPUtime=582.3 cores=1,3,5,7
/proc/30014/stat : 30014 (cosoco) R 30011 30014 25100 0 -1 4202496 5673 0 0 0 58230 0 0 0 20 0 1 0 50851832 29036544 1271 18446744073709551615 4194304 5747388 140730188467392 140730188464792 5000064 0 0 1 8405026 0 0 0 17 5 0 0 3 0 0 7845728 7850568 32006144 140730188472814 140730188472909 140730188472909 140730188476366 0
/proc/30014/statm: 7089 1271 785 380 0 507 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 28356


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


[startup+1542.31 s]
/proc/loadavg: 2.10 2.04 2.05 3/190 30181
/proc/meminfo: memFree=31531492/32770624 swapFree=0/314048
[pid=30014] ppid=30011 vsize=28356 CPUtime=1542.4 cores=1,3,5,7
/proc/30014/stat : 30014 (cosoco) R 30011 30014 25100 0 -1 4202496 8487 0 0 0 154240 0 0 0 20 0 1 0 50851832 29036544 1271 18446744073709551615 4194304 5747388 140730188467392 140730188464792 5143354 0 0 1 8405026 0 0 0 17 5 0 0 3 0 0 7845728 7850568 32006144 140730188472814 140730188472909 140730188472909 140730188476366 0
/proc/30014/statm: 7089 1271 785 380 0 507 0
Current children cumulated CPU time (s) 1542.4
Current children cumulated vsize (KiB) 28356

[startup+1602.3 s]
/proc/loadavg: 2.04 2.04 2.05 3/187 30183
/proc/meminfo: memFree=31535460/32770624 swapFree=0/314088
[pid=30014] ppid=30011 vsize=28356 CPUtime=1602.4 cores=1,3,5,7
/proc/30014/stat : 30014 (cosoco) R 30011 30014 25100 0 -1 4202496 8487 0 0 0 160240 0 0 0 20 0 1 0 50851832 29036544 1271 18446744073709551615 4194304 5747388 140730188467392 140730188464792 5128906 0 0 1 8405026 0 0 0 17 5 0 0 3 0 0 7845728 7850568 32006144 140730188472814 140730188472909 140730188472909 140730188476366 0
/proc/30014/statm: 7089 1271 785 380 0 507 0
Current children cumulated CPU time (s) 1602.4
Current children cumulated vsize (KiB) 28356

[startup+1662.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/187 30185
/proc/meminfo: memFree=31535584/32770624 swapFree=0/314104
[pid=30014] ppid=30011 vsize=28356 CPUtime=1662.4 cores=1,3,5,7
/proc/30014/stat : 30014 (cosoco) R 30011 30014 25100 0 -1 4202496 8823 0 0 0 166240 0 0 0 20 0 1 0 50851832 29036544 1271 18446744073709551615 4194304 5747388 140730188467392 140730188464792 5000064 0 0 1 8405026 0 0 0 17 5 0 0 3 0 0 7845728 7850568 32006144 140730188472814 140730188472909 140730188472909 140730188476366 0
/proc/30014/statm: 7089 1271 785 380 0 507 0
Current children cumulated CPU time (s) 1662.4
Current children cumulated vsize (KiB) 28356

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 30187
/proc/meminfo: memFree=31535532/32770624 swapFree=0/314148
[pid=30014] ppid=30011 vsize=28356 CPUtime=1722.41 cores=1,3,5,7
/proc/30014/stat : 30014 (cosoco) R 30011 30014 25100 0 -1 4202496 8841 0 0 0 172241 0 0 0 20 0 1 0 50851832 29036544 1271 18446744073709551615 4194304 5747388 140730188467392 140730188464792 4915043 0 0 1 8405026 0 0 0 17 5 0 0 3 0 0 7845728 7850568 32006144 140730188472814 140730188472909 140730188472909 140730188476366 0
/proc/30014/statm: 7089 1271 785 380 0 507 0
Current children cumulated CPU time (s) 1722.41
Current children cumulated vsize (KiB) 28356

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/186 30189
/proc/meminfo: memFree=31535300/32770624 swapFree=0/314172
[pid=30014] ppid=30011 vsize=28356 CPUtime=1782.41 cores=1,3,5,7
/proc/30014/stat : 30014 (cosoco) R 30011 30014 25100 0 -1 4202496 9177 0 0 0 178241 0 0 0 20 0 1 0 50851832 29036544 1271 18446744073709551615 4194304 5747388 140730188467392 140730188464792 4941146 0 0 1 8405026 0 0 0 17 5 0 0 3 0 0 7845728 7850568 32006144 140730188472814 140730188472909 140730188472909 140730188476366 0
/proc/30014/statm: 7089 1271 785 380 0 507 0
Current children cumulated CPU time (s) 1782.41
Current children cumulated vsize (KiB) 28356

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 30194
/proc/meminfo: memFree=31535116/32770624 swapFree=0/314200
[pid=30014] ppid=30011 vsize=28356 CPUtime=1842.42 cores=1,3,5,7
/proc/30014/stat : 30014 (cosoco) R 30011 30014 25100 0 -1 4202496 9195 0 0 0 184242 0 0 0 20 0 1 0 50851832 29036544 1271 18446744073709551615 4194304 5747388 140730188467392 140730188464792 5000064 0 0 1 8405026 0 0 0 17 5 0 0 3 0 0 7845728 7850568 32006144 140730188472814 140730188472909 140730188472909 140730188476366 0
/proc/30014/statm: 7089 1271 785 380 0 507 0
Current children cumulated CPU time (s) 1842.42
Current children cumulated vsize (KiB) 28356

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 30196
/proc/meminfo: memFree=31535300/32770624 swapFree=0/314212
[pid=30014] ppid=30011 vsize=28356 CPUtime=1902.42 cores=1,3,5,7
/proc/30014/stat : 30014 (cosoco) R 30011 30014 25100 0 -1 4202496 9531 0 0 0 190242 0 0 0 20 0 1 0 50851832 29036544 1271 18446744073709551615 4194304 5747388 140730188467392 140730188464792 4915133 0 0 1 8405026 0 0 0 17 5 0 0 3 0 0 7845728 7850568 32006144 140730188472814 140730188472909 140730188472909 140730188476366 0
/proc/30014/statm: 7089 1271 785 380 0 507 0
Current children cumulated CPU time (s) 1902.42
Current children cumulated vsize (KiB) 28356

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 30198
/proc/meminfo: memFree=31535308/32770624 swapFree=0/314236
[pid=30014] ppid=30011 vsize=28356 CPUtime=1962.43 cores=1,3,5,7
/proc/30014/stat : 30014 (cosoco) R 30011 30014 25100 0 -1 4202496 9531 0 0 0 196243 0 0 0 20 0 1 0 50851832 29036544 1271 18446744073709551615 4194304 5747388 140730188467392 140730188464792 4941177 0 0 1 8405026 0 0 0 17 5 0 0 3 0 0 7845728 7850568 32006144 140730188472814 140730188472909 140730188472909 140730188476366 0
/proc/30014/statm: 7089 1271 785 380 0 507 0
Current children cumulated CPU time (s) 1962.43
Current children cumulated vsize (KiB) 28356

[startup+2022.3 s]
/proc/loadavg: 2.03 2.03 2.05 3/186 30201
/proc/meminfo: memFree=31535308/32770624 swapFree=0/314256
[pid=30014] ppid=30011 vsize=28356 CPUtime=2022.43 cores=1,3,5,7
/proc/30014/stat : 30014 (cosoco) R 30011 30014 25100 0 -1 4202496 9867 0 0 0 202243 0 0 0 20 0 1 0 50851832 29036544 1271 18446744073709551615 4194304 5747388 140730188467392 140730188464792 4917592 0 0 1 8405026 0 0 0 17 5 0 0 3 0 0 7845728 7850568 32006144 140730188472814 140730188472909 140730188472909 140730188476366 0
/proc/30014/statm: 7089 1271 785 380 0 507 0
Current children cumulated CPU time (s) 2022.43
Current children cumulated vsize (KiB) 28356

[startup+2082.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/186 30203
/proc/meminfo: memFree=31535380/32770624 swapFree=0/314256
[pid=30014] ppid=30011 vsize=28356 CPUtime=2082.44 cores=1,3,5,7
/proc/30014/stat : 30014 (cosoco) R 30011 30014 25100 0 -1 4202496 9885 0 0 0 208244 0 0 0 20 0 1 0 50851832 29036544 1271 18446744073709551615 4194304 5747388 140730188467392 140730188464792 4941136 0 0 1 8405026 0 0 0 17 5 0 0 3 0 0 7845728 7850568 32006144 140730188472814 140730188472909 140730188472909 140730188476366 0
/proc/30014/statm: 7089 1271 785 380 0 507 0
Current children cumulated CPU time (s) 2082.44
Current children cumulated vsize (KiB) 28356

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 30221
/proc/meminfo: memFree=31531068/32770624 swapFree=0/314324
[pid=30014] ppid=30011 vsize=28356 CPUtime=2142.44 cores=1,3,5,7
/proc/30014/stat : 30014 (cosoco) R 30011 30014 25100 0 -1 4202496 10221 0 0 0 214244 0 0 0 20 0 1 0 50851832 29036544 1271 18446744073709551615 4194304 5747388 140730188467392 140730188464792 5000064 0 0 1 8405026 0 0 0 17 5 0 0 3 0 0 7845728 7850568 32006144 140730188472814 140730188472909 140730188472909 140730188476366 0
/proc/30014/statm: 7089 1271 785 380 0 507 0
Current children cumulated CPU time (s) 2142.44
Current children cumulated vsize (KiB) 28356

[startup+2202.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 30248
/proc/meminfo: memFree=31530396/32770624 swapFree=0/314372
[pid=30014] ppid=30011 vsize=28356 CPUtime=2202.46 cores=1,3,5,7
/proc/30014/stat : 30014 (cosoco) R 30011 30014 25100 0 -1 4202496 10221 0 0 0 220246 0 0 0 20 0 1 0 50851832 29036544 1271 18446744073709551615 4194304 5747388 140730188467392 140730188464792 4941162 0 0 1 8405026 0 0 0 17 5 0 0 3 0 0 7845728 7850568 32006144 140730188472814 140730188472909 140730188472909 140730188476366 0
/proc/30014/statm: 7089 1271 785 380 0 507 0
Current children cumulated CPU time (s) 2202.46
Current children cumulated vsize (KiB) 28356

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 30250
/proc/meminfo: memFree=31534360/32770624 swapFree=0/314396
[pid=30014] ppid=30011 vsize=28356 CPUtime=2262.46 cores=1,3,5,7
/proc/30014/stat : 30014 (cosoco) R 30011 30014 25100 0 -1 4202496 10575 0 0 0 226246 0 0 0 20 0 1 0 50851832 29036544 1271 18446744073709551615 4194304 5747388 140730188467392 140730188464792 4915034 0 0 1 8405026 0 0 0 17 5 0 0 3 0 0 7845728 7850568 32006144 140730188472814 140730188472909 140730188472909 140730188476366 0
/proc/30014/statm: 7089 1271 785 380 0 507 0
Current children cumulated CPU time (s) 2262.46
Current children cumulated vsize (KiB) 28356

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 30252
/proc/meminfo: memFree=31534564/32770624 swapFree=0/314416
[pid=30014] ppid=30011 vsize=28356 CPUtime=2322.46 cores=1,3,5,7
/proc/30014/stat : 30014 (cosoco) R 30011 30014 25100 0 -1 4202496 10575 0 0 0 232246 0 0 0 20 0 1 0 50851832 29036544 1271 18446744073709551615 4194304 5747388 140730188467392 140730188464792 5000032 0 0 1 8405026 0 0 0 17 5 0 0 3 0 0 7845728 7850568 32006144 140730188472814 140730188472909 140730188472909 140730188476366 0
/proc/30014/statm: 7089 1271 785 380 0 507 0
Current children cumulated CPU time (s) 2322.46
Current children cumulated vsize (KiB) 28356

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 30254
/proc/meminfo: memFree=31534440/32770624 swapFree=0/314432
[pid=30014] ppid=30011 vsize=28356 CPUtime=2382.47 cores=1,3,5,7
/proc/30014/stat : 30014 (cosoco) R 30011 30014 25100 0 -1 4202496 10911 0 0 0 238247 0 0 0 20 0 1 0 50851832 29036544 1271 18446744073709551615 4194304 5747388 140730188467392 140730188464792 4911584 0 0 1 8405026 0 0 0 17 5 0 0 3 0 0 7845728 7850568 32006144 140730188472814 140730188472909 140730188472909 140730188476366 0
/proc/30014/statm: 7089 1271 785 380 0 507 0
Current children cumulated CPU time (s) 2382.47
Current children cumulated vsize (KiB) 28356



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2399.9 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 30254
/proc/meminfo: memFree=31534508/32770624 swapFree=0/314440
[pid=30014] ppid=30011 vsize=28356 CPUtime=2400.07 cores=1,3,5,7
/proc/30014/stat : 30014 (cosoco) R 30011 30014 25100 0 -1 4202496 10911 0 0 0 240007 0 0 0 20 0 1 0 50851832 29036544 1271 18446744073709551615 4194304 5747388 140730188467392 140730188464792 4942489 0 0 1 8405026 0 0 0 17 5 0 0 3 0 0 7845728 7850568 32006144 140730188472814 140730188472909 140730188472909 140730188476366 0
/proc/30014/statm: 7089 1271 785 380 0 507 0
Current children cumulated CPU time (s) 2400.07
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 30014 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2399.9 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 30254
/proc/meminfo: memFree=31534508/32770624 swapFree=0/314440
[pid=30014] ppid=30011 vsize=28356 CPUtime=2400.07 cores=1,3,5,7
/proc/30014/stat : 30014 (cosoco) R 30011 30014 25100 0 -1 4202496 10911 0 0 0 240007 0 0 0 20 0 1 0 50851832 29036544 1271 18446744073709551615 4194304 5747388 140730188467392 140730188464792 4942489 0 0 1 8405026 0 0 0 17 5 0 0 3 0 0 7845728 7850568 32006144 140730188472814 140730188472909 140730188472909 140730188476366 0
/proc/30014/statm: 7089 1271 785 380 0 507 0
Current children cumulated CPU time (s) 2400.07
Current children cumulated vsize (KiB) 28356

Child status: 1
Real time (s): 2399.9
CPU time (s): 2400.08
CPU user time (s): 2400.07
CPU system time (s): 0.006
CPU usage (%): 100.007
Max. virtual memory (cumulated for all children) (KiB): 28356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2400.07
system time used= 0.006
maximum resident set size= 5156
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10961
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= 603

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.33481 second user time and 7.51596 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-06 16:25:19
IDJOB=4260130
IDBENCH=133537
IDSOLVER=2647
FILE ID=node133/4260130-1502030366
RUNJOBID= node133-1502014298-25935
PBS_JOBID= 
Free space on /tmp= 62028 MiB

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

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

MD5SUM BENCH= 2292861bb3d975c21318ff2a994feaed
RANDOM SEED=1558593305

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:        31542744 kB
MemAvailable:   31993012 kB
Buffers:          193600 kB
Cached:           548072 kB
SwapCached:            0 kB
Active:           466660 kB
Inactive:         338384 kB
Active(anon):      63332 kB
Inactive(anon):    24920 kB
Active(file):     403328 kB
Inactive(file):   313464 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1996 kB
Writeback:             4 kB
AnonPages:         63244 kB
Mapped:            40456 kB
Shmem:             25276 kB
Slab:             124868 kB
SReclaimable:      98624 kB
SUnreclaim:        26244 kB
KernelStack:        3264 kB
PageTables:         4640 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     316196 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62028 MiB
End job on node133 at 2017-08-06 17:05:19