Trace number 4253133

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-06-27)? (TO) 2400.02 2399.8

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.01	c intension x[0][0]<x[0][10]  using generic constraint 
0.00/0.01	c intension x[0][0]<x[10][20]  using generic constraint 
0.00/0.01	c intension x[0][0]<x[20][10]  using generic constraint 
0.00/0.01	c intension x[0][0]<x[20][0]  using generic constraint 
0.00/0.01	c intension x[0][0]<x[10][0]  using generic constraint 
0.00/0.01	c intension x[0][10]<x[10][0]  using generic constraint 
0.00/0.01	c root propagations     : 9           
0.00/0.01	c restarts enabled, print stats at every restarts
0.00/0.01	c
0.00/0.01	c
0.00/0.01	c
0.00/0.01	c This is cosoco 1.0 --  
0.00/0.01	c
0.00/0.01	c ========================================[ Problem Statistics ]===========================================
0.00/0.01	c |                                                                                                       
0.00/0.01	c |  Parse time        :         0.01 s 
0.00/0.01	c |
0.00/0.01	c |               Variables: 441
0.00/0.01	c |            Domain Sizes: 331..331
0.00/0.01	c |
0.00/0.01	c |             Constraints: 70
0.00/0.01	c |                   Arity: 2..331  -- Binary: 6
0.00/0.01	c | 
0.00/0.01	c |                   Types: 
0.00/0.01	c |                          (X - Y < k): 6
0.00/0.01	c |                          All Different: 1
0.00/0.01	c |                          Sum: 63
0.00/0.01	c |                          
0.00/0.01	c =========================================================================================================
0.00/0.01	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth
0.00/0.01	c remove useless variable x[0][11]
0.00/0.01	c remove useless variable x[0][12]
0.00/0.01	c remove useless variable x[0][13]
0.00/0.01	c remove useless variable x[0][14]
0.00/0.01	c remove useless variable x[0][15]
0.00/0.01	c remove useless variable x[0][16]
0.00/0.01	c remove useless variable x[0][17]
0.00/0.01	c remove useless variable x[0][18]
0.00/0.01	c remove useless variable x[0][19]
0.00/0.01	c remove useless variable x[0][20]
0.00/0.01	c remove useless variable x[1][12]
0.00/0.01	c remove useless variable x[1][13]
0.00/0.01	c remove useless variable x[1][14]
0.00/0.01	c remove useless variable x[1][15]
0.00/0.01	c remove useless variable x[1][16]
0.00/0.01	c remove useless variable x[1][17]
0.00/0.01	c remove useless variable x[1][18]
0.00/0.01	c remove useless variable x[1][19]
0.00/0.01	c remove useless variable x[1][20]
0.00/0.01	c remove useless variable x[2][13]
0.00/0.01	c remove useless variable x[2][14]
0.00/0.01	c remove useless variable x[2][15]
0.00/0.01	c remove useless variable x[2][16]
0.00/0.01	c remove useless variable x[2][17]
0.00/0.01	c remove useless variable x[2][18]
0.00/0.01	c remove useless variable x[2][19]
0.00/0.01	c remove useless variable x[2][20]
0.00/0.01	c remove useless variable x[3][14]
0.00/0.01	c remove useless variable x[3][15]
0.00/0.01	c remove useless variable x[3][16]
0.00/0.01	c remove useless variable x[3][17]
0.00/0.01	c remove useless variable x[3][18]
0.00/0.01	c remove useless variable x[3][19]
0.00/0.01	c remove useless variable x[3][20]
0.00/0.01	c remove useless variable x[4][15]
0.00/0.01	c remove useless variable x[4][16]
0.00/0.01	c remove useless variable x[4][17]
0.00/0.01	c remove useless variable x[4][18]
0.00/0.01	c remove useless variable x[4][19]
0.00/0.01	c remove useless variable x[4][20]
0.00/0.01	c remove useless variable x[5][16]
0.00/0.01	c remove useless variable x[5][17]
0.00/0.01	c remove useless variable x[5][18]
0.00/0.01	c remove useless variable x[5][19]
0.00/0.01	c remove useless variable x[5][20]
0.00/0.01	c remove useless variable x[6][17]
0.00/0.01	c remove useless variable x[6][18]
0.00/0.01	c remove useless variable x[6][19]
0.00/0.01	c remove useless variable x[6][20]
0.00/0.01	c remove useless variable x[7][18]
0.00/0.01	c remove useless variable x[7][19]
0.00/0.01	c remove useless variable x[7][20]
0.00/0.01	c remove useless variable x[8][19]
0.00/0.01	c remove useless variable x[8][20]
0.00/0.01	c remove useless variable x[9][20]
0.00/0.01	c remove useless variable x[11][20]
0.00/0.01	c remove useless variable x[12][19]
0.00/0.01	c remove useless variable x[12][20]
0.00/0.01	c remove useless variable x[13][18]
0.00/0.01	c remove useless variable x[13][19]
0.00/0.01	c remove useless variable x[13][20]
0.00/0.01	c remove useless variable x[14][17]
0.00/0.01	c remove useless variable x[14][18]
0.00/0.01	c remove useless variable x[14][19]
0.00/0.01	c remove useless variable x[14][20]
0.00/0.01	c remove useless variable x[15][16]
0.00/0.01	c remove useless variable x[15][17]
0.00/0.01	c remove useless variable x[15][18]
0.00/0.01	c remove useless variable x[15][19]
0.00/0.01	c remove useless variable x[15][20]
0.00/0.01	c remove useless variable x[16][15]
0.00/0.01	c remove useless variable x[16][16]
0.00/0.01	c remove useless variable x[16][17]
0.00/0.01	c remove useless variable x[16][18]
0.00/0.01	c remove useless variable x[16][19]
0.00/0.01	c remove useless variable x[16][20]
0.00/0.01	c remove useless variable x[17][14]
0.00/0.01	c remove useless variable x[17][15]
0.00/0.01	c remove useless variable x[17][16]
0.00/0.01	c remove useless variable x[17][17]
0.00/0.01	c remove useless variable x[17][18]
0.00/0.01	c remove useless variable x[17][19]
0.00/0.01	c remove useless variable x[17][20]
0.00/0.01	c remove useless variable x[18][13]
0.00/0.01	c remove useless variable x[18][14]
0.00/0.01	c remove useless variable x[18][15]
0.00/0.01	c remove useless variable x[18][16]
0.00/0.01	c remove useless variable x[18][17]
0.00/0.01	c remove useless variable x[18][18]
0.00/0.01	c remove useless variable x[18][19]
0.00/0.01	c remove useless variable x[18][20]
0.00/0.01	c remove useless variable x[19][12]
0.00/0.01	c remove useless variable x[19][13]
0.00/0.01	c remove useless variable x[19][14]
0.00/0.01	c remove useless variable x[19][15]
0.00/0.01	c remove useless variable x[19][16]
0.00/0.01	c remove useless variable x[19][17]
0.00/0.01	c remove useless variable x[19][18]
0.00/0.01	c remove useless variable x[19][19]
0.00/0.01	c remove useless variable x[19][20]
0.00/0.01	c remove useless variable x[20][11]
0.00/0.01	c remove useless variable x[20][12]
0.00/0.01	c remove useless variable x[20][13]
0.00/0.01	c remove useless variable x[20][14]
0.00/0.01	c remove useless variable x[20][15]
0.00/0.01	c remove useless variable x[20][16]
0.00/0.01	c remove useless variable x[20][17]
0.00/0.01	c remove useless variable x[20][18]
0.00/0.01	c remove useless variable x[20][19]
0.00/0.01	c remove useless variable x[20][20]
0.00/0.07	c 101            129            2503           33036          6              0              11   14   12   
0.09/0.15	c 211            267            5137           66977          6              0              9   12   10    
0.19/0.22	c 332            418            7927           103384         6              0              9   12   10    
0.29/0.31	c 465            584            11016          144610         6              0              9   12   10    
0.39/0.40	c 611            766            14404          190982         6              0              9   12   10    
0.49/0.50	c 771            964            17977          238757         6              0              9   12   10    
0.59/0.61	c 947            1181           21841          290568         6              0              9   12   10    
0.69/0.73	c 1140           1419           26077          349561         6              0              9   12   11    
0.79/0.85	c 1352           1678           30592          412169         6              0              9   12   10    
0.89/0.99	c 1585           1962           35514          480291         6              0              9   12   10    
1.10/1.14	c 1841           2273           40864          554964         6              0              9   12   10    
1.29/1.30	c 2122           2614           46676          636022         6              0              9   12   10    
1.39/1.48	c 2431           2989           53024          723971         6              0              9   12   10    
1.59/1.67	c 2770           3400           59968          821942         6              0              9   12   10    
1.79/1.88	c 3142           3850           67486          927656         6              0              9   12   11    
2.09/2.12	c 3551           4343           75679          1044092        6              0              9   12   11    
2.30/2.37	c 4000           4884           84649          1172131        6              0              9   12   10    
2.59/2.65	c 4493           5477           94404          1311245        6              0              9   12   10    
2.89/2.95	c 5035           6130           105161         1465391        6              0              9   12   11    
3.19/3.29	c 5631           6846           116886         1635136        6              0              9   12   11    
3.59/3.65	c 6286           7632           129713         1819669        6              0              9   12   11    
3.99/4.05	c 7006           8496           143743         2022139        6              0              9   12   11    
4.40/4.49	c 7798           9445           159118         2245415        6              0              9   12   11    
4.89/4.97	c 8669           10488          176010         2489607        6              0              9   12   11    
5.50/5.50	c 9627           11635          194460         2756101        6              0              9   12   11    
5.99/6.09	c 10680          12898          214792         3050012        6              0              9   13   11    
6.70/6.75	c 11838          14296          237591         3386197        6              0              9   13   11    
7.39/7.49	c 13111          15842          262959         3762928        6              0              9   13   11    
8.29/8.31	c 14511          17548          291066         4181333        6              0              9   13   11    
9.19/9.24	c 16051          19437          322480         4655982        6              0              9   13   11    
10.19/10.28	c 17745          21525          357500         5191085        6              0              9   13   11    
11.39/11.44	c 19608          23832          396525         5790661        6              0              9   13   11    
12.69/12.73	c 21657          26374          439581         6451430        6              0              9   13   11    
14.09/14.17	c 23910          29189          487652         7200710        6              0              9   13   11    
15.79/15.80	c 26388          32298          541337         8042743        6              0              9   13   11    
17.49/17.60	c 29113          35725          600615         8973724        6              0              9   13   11    
19.49/19.58	c 32110          39505          666099         10015136       6              0              9   13   11    
21.79/21.85	c 35406          43708          740571         11229276       6              0              9   14   11    
24.30/24.39	c 39031          48357          823829         12602124       6              0              9   14   11    
27.09/27.19	c 43018          53482          915552         14119044       6              0              9   14   11    
30.30/30.30	c 47403          59151          1018338        15839597       6              0              9   14   12    
33.80/33.83	c 52226          65425          1133854        17789927       6              0              9   14   12    
37.70/37.72	c 57531          72340          1260845        19936202       6              0              9   14   12    
42.00/42.06	c 63366          79998          1403084        22377454       6              0              9   14   12    
46.90/46.91	c 69784          88488          1562622        25158952       6              0              9   14   12    
52.30/52.33	c 76843          97856          1739760        28270899       6              0              9   14   12    
58.30/58.33	c 84607          108204         1935463        31728110       6              0              9   14   12    
65.00/65.06	c 93147          119646         2154101        35625379       6              0              9   14   12    
72.40/72.47	c 102541         132265         2394885        39966337       6              0              9   14   12    
80.70/80.77	c 112874         146212         2662213        44838469       6              0              9   14   12    
89.70/89.72	c 124240         161452         2951470        50091723       6              0              9   14   12    
99.40/99.42	c 136742         178128         3265664        55740311       6              0              9   14   12    
110.01/110.01	c 150494         196440         3609296        61902788       6              0              9   14   12    
121.70/121.75	c 165621         216624         3990581        68731862       6              0              9   14   12    
134.71/134.78	c 182260         238886         4413221        76318870       6              0              9   14   12    
149.31/149.37	c 200562         263463         4882419        84773093       6              0              9   14   12    
165.41/165.48	c 220694         290592         5400623        94223043       6              0              9   14   12    
183.11/183.11	c 242839         320365         5968717        104559094      6              0              9   14   12    
202.31/202.40	c 267198         352998         6586497        115748497      6              0              9   14   12    
223.61/223.66	c 293992         388937         7268616        128094944      6              0              9   14   12    
247.32/247.36	c 323465         428623         8027628        141894087      6              0              9   14   12    
273.42/273.49	c 355885         472331         8861797        157179754      6              0              9   14   12    
302.02/302.02	c 391547         520241         9772881        173742244      6              0              9   14   12    
333.52/333.59	c 430775         573067         10781023       192133661      6              0              9   14   12    
368.33/368.30	c 473925         631249         11892823       212491534      6              0              9   14   12    
406.13/406.18	c 521390         695113         13108688       234669599      6              0              9   14   12    
448.23/448.23	c 573601         765579         14456894       259367264      6              0              9   14   12    
494.34/494.34	c 631033         842886         15930547       286259531      6              0              9   14   12    
544.94/544.97	c 694208         928188         17561098       316183839      6              0              9   14   12    
600.45/600.48	c 763700         1021804        19347278       348811586      6              0              9   14   12    
661.65/661.69	c 840141         1124819        21310366       384779503      6              0              9   14   12    
729.46/729.44	c 924226         1238333        23479753       424600383      6              0              9   14   12    
803.97/803.98	c 1016719        1363040        25864306       468191946      6              0              9   14   12    
886.78/886.71	c 1118461        1500537        28506395       516831544      6              0              9   14   12    
978.28/978.21	c 1230377        1651825        31421287       570403379      6              0              9   14   12    
1078.49/1078.46	c 1353484        1818225        34631625       629429400      6              0              9   14   12    
1189.60/1189.56	c 1488901        2001470        38180359       694847494      6              0              9   14   12    
1312.71/1312.60	c 1637859        2203673        42116350       767224462      6              0              9   14   12    
1448.22/1448.11	c 1801712        2426559        46465019       847575229      6              0              9   14   12    
1598.33/1598.29	c 1981950        2671748        51256434       936049095      6              0              9   14   12    
1765.45/1765.32	c 2180211        2942794        56594643       1035060141     6              0              9   14   12    
1948.37/1948.26	c 2398298        3240552        62449899       1143563731     6              0              9   14   12    
2151.28/2151.14	c 2638193        3569136        68944705       1264124535     6              0              9   14   12    
2377.01/2376.89	c 2902077        3931981        76146639       1397757847     6              0              9   14   12    

Verifier Data

One s line expected

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-4253133-1500927828/watcher-4253133-1500927828 -o /tmp/evaluation-result-4253133-1500927828/solver-4253133-1500927828 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node136-1500914922-3829 --watchdog 2560 HOME/cosoco -lc -model -restarts HOME/instance-4253133-1500927828.xml 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 6037
/proc/meminfo: memFree=32123872/32770624 swapFree=5868/121076
[pid=6037] ppid=6034 vsize=27960 CPUtime=0 cores=1,3,5,7
/proc/6037/stat : 6037 (cosoco) R 6034 6037 3797 0 -1 4202496 1227 0 0 0 0 0 0 0 20 0 1 0 2341873 28631040 1023 33554432000 4194304 5744392 140730140649472 140730140649136 140207749663717 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 7841632 7846472 28151808 140730140652737 140730140652867 140730140652867 140730140655566 0
/proc/6037/statm: 6990 1023 685 379 0 409 0

[startup+0.100103 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 6037
/proc/meminfo: memFree=32123872/32770624 swapFree=5868/121076
[pid=6037] ppid=6034 vsize=28352 CPUtime=0.09 cores=1,3,5,7
/proc/6037/stat : 6037 (cosoco) R 6034 6037 3797 0 -1 4202496 1425 0 0 0 9 0 0 0 20 0 1 0 2341873 29032448 1253 33554432000 4194304 5744392 140730140649472 140730140649136 4998896 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 7841632 7846472 28151808 140730140652737 140730140652867 140730140652867 140730140655566 0
/proc/6037/statm: 7088 1253 767 379 0 507 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28352

[startup+0.200194 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 6037
/proc/meminfo: memFree=32123872/32770624 swapFree=5868/121076
[pid=6037] ppid=6034 vsize=28352 CPUtime=0.19 cores=1,3,5,7
/proc/6037/stat : 6037 (cosoco) R 6034 6037 3797 0 -1 4202496 1425 0 0 0 19 0 0 0 20 0 1 0 2341873 29032448 1253 33554432000 4194304 5744392 140730140649472 140730140649136 4940026 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 7841632 7846472 28151808 140730140652737 140730140652867 140730140652867 140730140655566 0
/proc/6037/statm: 7088 1253 767 379 0 507 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 28352

[startup+0.300207 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 6037
/proc/meminfo: memFree=32123872/32770624 swapFree=5868/121076
[pid=6037] ppid=6034 vsize=28352 CPUtime=0.29 cores=1,3,5,7
/proc/6037/stat : 6037 (cosoco) R 6034 6037 3797 0 -1 4202496 1425 0 0 0 29 0 0 0 20 0 1 0 2341873 29032448 1253 33554432000 4194304 5744392 140730140649472 140730140649136 4940038 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 7841632 7846472 28151808 140730140652737 140730140652867 140730140652867 140730140655566 0
/proc/6037/statm: 7088 1253 767 379 0 507 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28352

[startup+0.700193 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 6037
/proc/meminfo: memFree=32123872/32770624 swapFree=5868/121076
[pid=6037] ppid=6034 vsize=28352 CPUtime=0.69 cores=1,3,5,7
/proc/6037/stat : 6037 (cosoco) R 6034 6037 3797 0 -1 4202496 1425 0 0 0 69 0 0 0 20 0 1 0 2341873 29032448 1253 33554432000 4194304 5744392 140730140649472 140730140649136 4940026 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 7841632 7846472 28151808 140730140652737 140730140652867 140730140652867 140730140655566 0
/proc/6037/statm: 7088 1253 767 379 0 507 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28352

[startup+1.50018 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 6038
/proc/meminfo: memFree=32121464/32770624 swapFree=5868/121076
[pid=6037] ppid=6034 vsize=28352 CPUtime=1.49 cores=1,3,5,7
/proc/6037/stat : 6037 (cosoco) R 6034 6037 3797 0 -1 4202496 1425 0 0 0 149 0 0 0 20 0 1 0 2341873 29032448 1253 33554432000 4194304 5744392 140730140649472 140730140646872 4998896 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 7841632 7846472 28151808 140730140652737 140730140652867 140730140652867 140730140655566 0
/proc/6037/statm: 7088 1253 767 379 0 507 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 28352

[startup+3.10018 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 6038
/proc/meminfo: memFree=32121100/32770624 swapFree=5868/121076
[pid=6037] ppid=6034 vsize=28352 CPUtime=3.09 cores=1,3,5,7
/proc/6037/stat : 6037 (cosoco) R 6034 6037 3797 0 -1 4202496 1777 0 0 0 309 0 0 0 20 0 1 0 2341873 29032448 1266 33554432000 4194304 5744392 140730140649472 140730140646872 4940026 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 7841632 7846472 28151808 140730140652737 140730140652867 140730140652867 140730140655566 0
/proc/6037/statm: 7088 1266 780 379 0 507 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28352

[startup+6.30018 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 6038
/proc/meminfo: memFree=32121008/32770624 swapFree=5868/121088
[pid=6037] ppid=6034 vsize=28352 CPUtime=6.29 cores=1,3,5,7
/proc/6037/stat : 6037 (cosoco) R 6034 6037 3797 0 -1 4202496 2129 0 0 0 629 0 0 0 20 0 1 0 2341873 29032448 1266 33554432000 4194304 5744392 140730140649472 140730140646872 5118794 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 7841632 7846472 28151808 140730140652737 140730140652867 140730140652867 140730140655566 0
/proc/6037/statm: 7088 1266 780 379 0 507 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 28352

[startup+12.7002 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 6038
/proc/meminfo: memFree=32120636/32770624 swapFree=5868/121096
[pid=6037] ppid=6034 vsize=28352 CPUtime=12.69 cores=1,3,5,7
/proc/6037/stat : 6037 (cosoco) R 6034 6037 3797 0 -1 4202496 2482 0 0 0 1269 0 0 0 20 0 1 0 2341873 29032448 1266 33554432000 4194304 5744392 140730140649472 140730140646872 4940000 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 7841632 7846472 28151808 140730140652737 140730140652867 140730140652867 140730140655566 0
/proc/6037/statm: 7088 1266 780 379 0 507 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 28352

[startup+25.5002 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 6038
/proc/meminfo: memFree=32120636/32770624 swapFree=5868/121116
[pid=6037] ppid=6034 vsize=28352 CPUtime=25.49 cores=1,3,5,7
/proc/6037/stat : 6037 (cosoco) R 6034 6037 3797 0 -1 4202496 3190 0 0 0 2549 0 0 0 20 0 1 0 2341873 29032448 1266 33554432000 4194304 5744392 140730140649472 140730140646872 4998896 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 7841632 7846472 28151808 140730140652737 140730140652867 140730140652867 140730140655566 0
/proc/6037/statm: 7088 1266 780 379 0 507 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 28352

[startup+51.1002 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 6038
/proc/meminfo: memFree=32120636/32770624 swapFree=5868/121152
[pid=6037] ppid=6034 vsize=28352 CPUtime=51.1 cores=1,3,5,7
/proc/6037/stat : 6037 (cosoco) R 6034 6037 3797 0 -1 4202496 3544 0 0 0 5110 0 0 0 20 0 1 0 2341873 29032448 1266 33554432000 4194304 5744392 140730140649472 140730140646872 5118794 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 7841632 7846472 28151808 140730140652737 140730140652867 140730140652867 140730140655566 0
/proc/6037/statm: 7088 1266 780 379 0 507 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 28352

[startup+102.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/182 6040
/proc/meminfo: memFree=32120460/32770624 swapFree=5868/121232
[pid=6037] ppid=6034 vsize=28352 CPUtime=102.31 cores=1,3,5,7
/proc/6037/stat : 6037 (cosoco) R 6034 6037 3797 0 -1 4202496 3898 0 0 0 10231 0 0 0 20 0 1 0 2341873 29032448 1266 33554432000 4194304 5744392 140730140649472 140730140646872 4918136 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 7841632 7846472 28151808 140730140652737 140730140652867 140730140652867 140730140655566 0
/proc/6037/statm: 7088 1266 780 379 0 507 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 28352

[startup+162.3 s]
/proc/loadavg: 2.12 2.05 2.05 3/182 6041
/proc/meminfo: memFree=32120480/32770624 swapFree=5868/121296
[pid=6037] ppid=6034 vsize=28352 CPUtime=162.31 cores=1,3,5,7
/proc/6037/stat : 6037 (cosoco) R 6034 6037 3797 0 -1 4202496 4252 0 0 0 16231 0 0 0 20 0 1 0 2341873 29032448 1266 33554432000 4194304 5744392 140730140649472 140730140646872 4910987 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 7841632 7846472 28151808 140730140652737 140730140652867 140730140652867 140730140655566 0
/proc/6037/statm: 7088 1266 780 379 0 507 0
Current children cumulated CPU time (s) 162.31
Current children cumulated vsize (KiB) 28352

[startup+222.306 s]
/proc/loadavg: 2.04 2.04 2.05 3/182 6042
/proc/meminfo: memFree=32120124/32770624 swapFree=5868/121356
[pid=6037] ppid=6034 vsize=28352 CPUtime=222.32 cores=1,3,5,7
/proc/6037/stat : 6037 (cosoco) R 6034 6037 3797 0 -1 4202496 4606 0 0 0 22232 0 0 0 20 0 1 0 2341873 29032448 1266 33554432000 4194304 5744392 140730140649472 140730140646872 5118794 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 7841632 7846472 28151808 140730140652737 140730140652867 140730140652867 140730140655566 0
/proc/6037/statm: 7088 1266 780 379 0 507 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 28352

[startup+282.3 s]
/proc/loadavg: 2.06 2.05 2.05 3/182 6044
/proc/meminfo: memFree=32119980/32770624 swapFree=5868/121384
[pid=6037] ppid=6034 vsize=28352 CPUtime=282.32 cores=1,3,5,7
/proc/6037/stat : 6037 (cosoco) R 6034 6037 3797 0 -1 4202496 4606 0 0 0 28232 0 0 0 20 0 1 0 2341873 29032448 1266 33554432000 4194304 5744392 140730140649472 140730140646872 4941418 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 7841632 7846472 28151808 140730140652737 140730140652867 140730140652867 140730140655566 0
/proc/6037/statm: 7088 1266 780 379 0 507 0
Current children cumulated CPU time (s) 282.32
Current children cumulated vsize (KiB) 28352

[startup+342.3 s]
/proc/loadavg: 2.02 2.04 2.05 3/182 6045
/proc/meminfo: memFree=32119924/32770624 swapFree=5868/121444
[pid=6037] ppid=6034 vsize=28352 CPUtime=342.32 cores=1,3,5,7
/proc/6037/stat : 6037 (cosoco) R 6034 6037 3797 0 -1 4202496 4960 0 0 0 34232 0 0 0 20 0 1 0 2341873 29032448 1266 33554432000 4194304 5744392 140730140649472 140730140646872 4940026 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 7841632 7846472 28151808 140730140652737 140730140652867 140730140652867 140730140655566 0
/proc/6037/statm: 7088 1266 780 379 0 507 0
Current children cumulated CPU time (s) 342.32
Current children cumulated vsize (KiB) 28352

[startup+402.3 s]
/proc/loadavg: 2.01 2.04 2.05 3/182 6053
/proc/meminfo: memFree=32119600/32770624 swapFree=5868/121472
[pid=6037] ppid=6034 vsize=28352 CPUtime=402.33 cores=1,3,5,7
/proc/6037/stat : 6037 (cosoco) R 6034 6037 3797 0 -1 4202496 4960 0 0 0 40233 0 0 0 20 0 1 0 2341873 29032448 1266 33554432000 4194304 5744392 140730140649472 140730140646872 4914199 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 7841632 7846472 28151808 140730140652737 140730140652867 140730140652867 140730140655566 0
/proc/6037/statm: 7088 1266 780 379 0 507 0
Current children cumulated CPU time (s) 402.33
Current children cumulated vsize (KiB) 28352

[startup+462.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/182 6054
/proc/meminfo: memFree=32119484/32770624 swapFree=5868/121536
[pid=6037] ppid=6034 vsize=28352 CPUtime=462.33 cores=1,3,5,7
/proc/6037/stat : 6037 (cosoco) R 6034 6037 3797 0 -1 4202496 5314 0 0 0 46233 0 0 0 20 0 1 0 2341873 29032448 1266 33554432000 4194304 5744392 140730140649472 140730140646872 4917533 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 7841632 7846472 28151808 140730140652737 140730140652867 140730140652867 140730140655566 0
/proc/6037/statm: 7088 1266 780 379 0 507 0
Current children cumulated CPU time (s) 462.33
Current children cumulated vsize (KiB) 28352

[startup+522.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/182 6055
/proc/meminfo: memFree=32119252/32770624 swapFree=5868/121564
[pid=6037] ppid=6034 vsize=28352 CPUtime=522.34 cores=1,3,5,7
/proc/6037/stat : 6037 (cosoco) R 6034 6037 3797 0 -1 4202496 5314 0 0 0 52234 0 0 0 20 0 1 0 2341873 29032448 1266 33554432000 4194304 5744392 140730140649472 140730140646872 4918136 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 7841632 7846472 28151808 140730140652737 140730140652867 140730140652867 140730140655566 0
/proc/6037/statm: 7088 1266 780 379 0 507 0
Current children cumulated CPU time (s) 522.34
Current children cumulated vsize (KiB) 28352

[startup+582.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/181 6056
/proc/meminfo: memFree=32120260/32770624 swapFree=5868/121596
[pid=6037] ppid=6034 vsize=28352 CPUtime=582.34 cores=1,3,5,7
/proc/6037/stat : 6037 (cosoco) R 6034 6037 3797 0 -1 4202496 5668 0 0 0 58234 0 0 0 20 0 1 0 2341873 29032448 1266 33554432000 4194304 5744392 140730140649472 140730140646872 4914160 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 7841632 7846472 28151808 140730140652737 140730140652867 140730140652867 140730140655566 0
/proc/6037/statm: 7088 1266 780 379 0 507 0
Current children cumulated CPU time (s) 582.34
Current children cumulated vsize (KiB) 28352


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


[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/182 6139
/proc/meminfo: memFree=32117024/32770624 swapFree=5832/122276
[pid=6037] ppid=6034 vsize=28352 CPUtime=1482.42 cores=1,3,5,7
/proc/6037/stat : 6037 (cosoco) R 6034 6037 3797 0 -1 4202496 8146 0 0 0 148242 0 0 0 20 0 1 0 2341873 29032448 1266 33554432000 4194304 5744392 140730140649472 140730140646872 4998864 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 7841632 7846472 28151808 140730140652737 140730140652867 140730140652867 140730140655566 0
/proc/6037/statm: 7088 1266 780 379 0 507 0
Current children cumulated CPU time (s) 1482.42
Current children cumulated vsize (KiB) 28352

[startup+1542.31 s]
/proc/loadavg: 2.00 2.02 2.05 3/182 6140
/proc/meminfo: memFree=32117264/32770624 swapFree=5832/122308
[pid=6037] ppid=6034 vsize=28352 CPUtime=1542.43 cores=1,3,5,7
/proc/6037/stat : 6037 (cosoco) R 6034 6037 3797 0 -1 4202496 8483 0 0 0 154243 0 0 0 20 0 1 0 2341873 29032448 1266 33554432000 4194304 5744392 140730140649472 140730140646872 4918136 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 7841632 7846472 28151808 140730140652737 140730140652867 140730140652867 140730140655566 0
/proc/6037/statm: 7088 1266 780 379 0 507 0
Current children cumulated CPU time (s) 1542.43
Current children cumulated vsize (KiB) 28352

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 6148
/proc/meminfo: memFree=32116940/32770624 swapFree=5832/122328
[pid=6037] ppid=6034 vsize=28352 CPUtime=1602.43 cores=1,3,5,7
/proc/6037/stat : 6037 (cosoco) R 6034 6037 3797 0 -1 4202496 8500 0 0 0 160243 0 0 0 20 0 1 0 2341873 29032448 1266 33554432000 4194304 5744392 140730140649472 140730140646872 4940029 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 7841632 7846472 28151808 140730140652737 140730140652867 140730140652867 140730140655566 0
/proc/6037/statm: 7088 1266 780 379 0 507 0
Current children cumulated CPU time (s) 1602.43
Current children cumulated vsize (KiB) 28352

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 6149
/proc/meminfo: memFree=32116940/32770624 swapFree=5832/122360
[pid=6037] ppid=6034 vsize=28352 CPUtime=1662.44 cores=1,3,5,7
/proc/6037/stat : 6037 (cosoco) R 6034 6037 3797 0 -1 4202496 8837 0 0 0 166244 0 0 0 20 0 1 0 2341873 29032448 1266 33554432000 4194304 5744392 140730140649472 140730140646872 4940034 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 7841632 7846472 28151808 140730140652737 140730140652867 140730140652867 140730140655566 0
/proc/6037/statm: 7088 1266 780 379 0 507 0
Current children cumulated CPU time (s) 1662.44
Current children cumulated vsize (KiB) 28352

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 6150
/proc/meminfo: memFree=32116676/32770624 swapFree=5832/122388
[pid=6037] ppid=6034 vsize=28352 CPUtime=1722.45 cores=1,3,5,7
/proc/6037/stat : 6037 (cosoco) R 6034 6037 3797 0 -1 4202496 8837 0 0 0 172245 0 0 0 20 0 1 0 2341873 29032448 1266 33554432000 4194304 5744392 140730140649472 140730140646872 4998896 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 7841632 7846472 28151808 140730140652737 140730140652867 140730140652867 140730140655566 0
/proc/6037/statm: 7088 1266 780 379 0 507 0
Current children cumulated CPU time (s) 1722.45
Current children cumulated vsize (KiB) 28352

[startup+1782.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/182 6151
/proc/meminfo: memFree=32116628/32770624 swapFree=5832/122428
[pid=6037] ppid=6034 vsize=28352 CPUtime=1782.45 cores=1,3,5,7
/proc/6037/stat : 6037 (cosoco) R 6034 6037 3797 0 -1 4202496 9191 0 0 0 178245 0 0 0 20 0 1 0 2341873 29032448 1266 33554432000 4194304 5744392 140730140649472 140730140646872 4918140 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 7841632 7846472 28151808 140730140652737 140730140652867 140730140652867 140730140655566 0
/proc/6037/statm: 7088 1266 780 379 0 507 0
Current children cumulated CPU time (s) 1782.45
Current children cumulated vsize (KiB) 28352

[startup+1842.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/182 6152
/proc/meminfo: memFree=32116628/32770624 swapFree=5832/122452
[pid=6037] ppid=6034 vsize=28352 CPUtime=1842.46 cores=1,3,5,7
/proc/6037/stat : 6037 (cosoco) R 6034 6037 3797 0 -1 4202496 9191 0 0 0 184246 0 0 0 20 0 1 0 2341873 29032448 1266 33554432000 4194304 5744392 140730140649472 140730140646872 4872427 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 7841632 7846472 28151808 140730140652737 140730140652867 140730140652867 140730140655566 0
/proc/6037/statm: 7088 1266 780 379 0 507 0
Current children cumulated CPU time (s) 1842.46
Current children cumulated vsize (KiB) 28352

[startup+1902.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/182 6154
/proc/meminfo: memFree=32116380/32770624 swapFree=5832/122476
[pid=6037] ppid=6034 vsize=28352 CPUtime=1902.46 cores=1,3,5,7
/proc/6037/stat : 6037 (cosoco) R 6034 6037 3797 0 -1 4202496 9528 0 0 0 190246 0 0 0 20 0 1 0 2341873 29032448 1266 33554432000 4194304 5744392 140730140649472 140730140646872 4914000 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 7841632 7846472 28151808 140730140652737 140730140652867 140730140652867 140730140655566 0
/proc/6037/statm: 7088 1266 780 379 0 507 0
Current children cumulated CPU time (s) 1902.46
Current children cumulated vsize (KiB) 28352

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 6155
/proc/meminfo: memFree=32116604/32770624 swapFree=5832/122516
[pid=6037] ppid=6034 vsize=28352 CPUtime=1962.47 cores=1,3,5,7
/proc/6037/stat : 6037 (cosoco) R 6034 6037 3797 0 -1 4202496 9545 0 0 0 196247 0 0 0 20 0 1 0 2341873 29032448 1266 33554432000 4194304 5744392 140730140649472 140730140646872 4910727 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 7841632 7846472 28151808 140730140652737 140730140652867 140730140652867 140730140655566 0
/proc/6037/statm: 7088 1266 780 379 0 507 0
Current children cumulated CPU time (s) 1962.47
Current children cumulated vsize (KiB) 28352

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 6156
/proc/meminfo: memFree=32116736/32770624 swapFree=5832/122544
[pid=6037] ppid=6034 vsize=28352 CPUtime=2022.47 cores=1,3,5,7
/proc/6037/stat : 6037 (cosoco) R 6034 6037 3797 0 -1 4202496 9882 0 0 0 202247 0 0 0 20 0 1 0 2341873 29032448 1266 33554432000 4194304 5744392 140730140649472 140730140646872 4940052 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 7841632 7846472 28151808 140730140652737 140730140652867 140730140652867 140730140655566 0
/proc/6037/statm: 7088 1266 780 379 0 507 0
Current children cumulated CPU time (s) 2022.47
Current children cumulated vsize (KiB) 28352

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 6158
/proc/meminfo: memFree=32116764/32770624 swapFree=5832/122572
[pid=6037] ppid=6034 vsize=28352 CPUtime=2082.48 cores=1,3,5,7
/proc/6037/stat : 6037 (cosoco) R 6034 6037 3797 0 -1 4202496 9882 0 0 0 208248 0 0 0 20 0 1 0 2341873 29032448 1266 33554432000 4194304 5744392 140730140649472 140730140646872 5126806 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 7841632 7846472 28151808 140730140652737 140730140652867 140730140652867 140730140655566 0
/proc/6037/statm: 7088 1266 780 379 0 507 0
Current children cumulated CPU time (s) 2082.48
Current children cumulated vsize (KiB) 28352

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 6159
/proc/meminfo: memFree=32116764/32770624 swapFree=5832/122608
[pid=6037] ppid=6034 vsize=28352 CPUtime=2142.48 cores=1,3,5,7
/proc/6037/stat : 6037 (cosoco) R 6034 6037 3797 0 -1 4202496 10219 0 0 0 214248 0 0 0 20 0 1 0 2341873 29032448 1266 33554432000 4194304 5744392 140730140649472 140730140646872 4918152 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 7841632 7846472 28151808 140730140652737 140730140652867 140730140652867 140730140655566 0
/proc/6037/statm: 7088 1266 780 379 0 507 0
Current children cumulated CPU time (s) 2142.48
Current children cumulated vsize (KiB) 28352

[startup+2202.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 6167
/proc/meminfo: memFree=32116152/32770624 swapFree=5832/122636
[pid=6037] ppid=6034 vsize=28352 CPUtime=2202.5 cores=1,3,5,7
/proc/6037/stat : 6037 (cosoco) R 6034 6037 3797 0 -1 4202496 10236 0 0 0 220249 1 0 0 20 0 1 0 2341873 29032448 1266 33554432000 4194304 5744392 140730140649472 140730140646872 4998896 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 7841632 7846472 28151808 140730140652737 140730140652867 140730140652867 140730140655566 0
/proc/6037/statm: 7088 1266 780 379 0 507 0
Current children cumulated CPU time (s) 2202.5
Current children cumulated vsize (KiB) 28352

[startup+2262.3 s]
/proc/loadavg: 2.14 2.05 2.05 3/182 6190
/proc/meminfo: memFree=32115580/32770624 swapFree=5832/122668
[pid=6037] ppid=6034 vsize=28352 CPUtime=2262.5 cores=1,3,5,7
/proc/6037/stat : 6037 (cosoco) R 6034 6037 3797 0 -1 4202496 10573 0 0 0 226249 1 0 0 20 0 1 0 2341873 29032448 1266 33554432000 4194304 5744392 140730140649472 140730140646872 4913898 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 7841632 7846472 28151808 140730140652737 140730140652867 140730140652867 140730140655566 0
/proc/6037/statm: 7088 1266 780 379 0 507 0
Current children cumulated CPU time (s) 2262.5
Current children cumulated vsize (KiB) 28352

[startup+2322.3 s]
/proc/loadavg: 2.05 2.04 2.05 3/182 6191
/proc/meminfo: memFree=32116500/32770624 swapFree=5832/122700
[pid=6037] ppid=6034 vsize=28352 CPUtime=2322.51 cores=1,3,5,7
/proc/6037/stat : 6037 (cosoco) R 6034 6037 3797 0 -1 4202496 10573 0 0 0 232250 1 0 0 20 0 1 0 2341873 29032448 1266 33554432000 4194304 5744392 140730140649472 140730140646872 5126560 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 7841632 7846472 28151808 140730140652737 140730140652867 140730140652867 140730140655566 0
/proc/6037/statm: 7088 1266 780 379 0 507 0
Current children cumulated CPU time (s) 2322.51
Current children cumulated vsize (KiB) 28352

[startup+2382.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/182 6192
/proc/meminfo: memFree=32116580/32770624 swapFree=5832/122724
[pid=6037] ppid=6034 vsize=28352 CPUtime=2382.51 cores=1,3,5,7
/proc/6037/stat : 6037 (cosoco) R 6034 6037 3797 0 -1 4202496 10927 0 0 0 238250 1 0 0 20 0 1 0 2341873 29032448 1266 33554432000 4194304 5744392 140730140649472 140730140646872 4940000 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 7841632 7846472 28151808 140730140652737 140730140652867 140730140652867 140730140655566 0
/proc/6037/statm: 7088 1266 780 379 0 507 0
Current children cumulated CPU time (s) 2382.51
Current children cumulated vsize (KiB) 28352



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2399.8 s]
/proc/loadavg: 2.02 2.03 2.05 3/182 6192
/proc/meminfo: memFree=32116580/32770624 swapFree=5832/122740
[pid=6037] ppid=6034 vsize=28352 CPUtime=2400.01 cores=1,3,5,7
/proc/6037/stat : 6037 (cosoco) R 6034 6037 3797 0 -1 4202496 10927 0 0 0 240000 1 0 0 20 0 1 0 2341873 29032448 1266 33554432000 4194304 5744392 140730140649472 140730140646872 4913988 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 7841632 7846472 28151808 140730140652737 140730140652867 140730140652867 140730140655566 0
/proc/6037/statm: 7088 1266 780 379 0 507 0
Current children cumulated CPU time (s) 2400.01
Current children cumulated vsize (KiB) 28352

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

Child status: 1
Real time (s): 2399.8
CPU time (s): 2400.02
CPU user time (s): 2400.01
CPU system time (s): 0.011001
CPU usage (%): 100.009
Max. virtual memory (cumulated for all children) (KiB): 28352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2400.01
system time used= 0.011001
maximum resident set size= 5108
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10947
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 775

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.19622 second user time and 5.82878 second system time

The end

Launcher Data

Begin job on node136 at 2017-07-24 22:23:48
IDJOB=4253133
IDBENCH=133537
IDSOLVER=2633
FILE ID=node136/4253133-1500927828
RUNJOBID= node136-1500914922-3829
PBS_JOBID= 20625406
Free space on /tmp= 61704 MiB

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

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

MD5SUM BENCH= 2292861bb3d975c21318ff2a994feaed
RANDOM SEED=312104693

node136.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.13
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.13
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.13
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.13
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:        32123868 kB
MemAvailable:   32064684 kB
Buffers:           36380 kB
Cached:           219264 kB
SwapCached:            0 kB
Active:           167904 kB
Inactive:         129620 kB
Active(anon):      44776 kB
Inactive(anon):     8548 kB
Active(file):     123128 kB
Inactive(file):   121072 kB
Unevictable:        5868 kB
Mlocked:            5868 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2072 kB
Writeback:             0 kB
AnonPages:         47660 kB
Mapped:            28988 kB
Shmem:              8848 kB
Slab:              50028 kB
SReclaimable:      24904 kB
SUnreclaim:        25124 kB
KernelStack:        3184 kB
PageTables:         4608 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     283720 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 61704 MiB
End job on node136 at 2017-07-24 23:03:48