Trace number 4268068

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 1.12? (TO) 2520.0701 2519.8999

General information on the benchmark

NameMagicHexagon/MagicHexagon-m1-s1/
MagicHexagon-08-0051.xml
MD5SUMfb5cbe687ffccd3d5e194b95b956a5e6
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 variables225
Number of constraints52
Number of domains1
Minimum domain size169
Maximum domain size169
Distribution of domain sizes[{"size":169,"count":169}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":56},{"degree":4,"count":163},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity169
Distribution of constraint arities[{"arity":2,"count":6},{"arity":8,"count":6},{"arity":9,"count":6},{"arity":10,"count":6},{"arity":11,"count":6},{"arity":12,"count":6},{"arity":13,"count":6},{"arity":14,"count":6},{"arity":15,"count":3},{"arity":169,"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":45}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.06	c intension x[0][0]<x[0][7]  using generic constraint 
0.00/0.06	c intension x[0][0]<x[7][14]  using generic constraint 
0.00/0.06	c intension x[0][0]<x[14][7]  using generic constraint 
0.00/0.06	c intension x[0][0]<x[14][0]  using generic constraint 
0.00/0.06	c intension x[0][0]<x[7][0]  using generic constraint 
0.00/0.07	c intension x[0][7]<x[7][0]  using generic constraint 
0.00/0.07	c root propagations     : 9           
0.00/0.07	c restarts enabled, print stats at every restarts
0.00/0.07	c
0.00/0.07	c
0.00/0.07	c
0.00/0.07	c This is cosoco 1.12 --  
0.00/0.07	c
0.00/0.07	c command line: cosoco -lc -model -restarts HOME/instance-4268068-1502541688.xml 
0.00/0.07	c ========================================[ Problem Statistics ]===========================================
0.00/0.07	c |                                                                                                       
0.00/0.07	c |  Parse time        :         0.01 s 
0.00/0.07	c |
0.00/0.07	c |               Variables: 225
0.00/0.07	c |            Domain Sizes: 169..169
0.00/0.07	c |
0.00/0.07	c |             Constraints: 52
0.00/0.07	c |                   Arity: 2..169  -- Binary: 6
0.00/0.07	c | 
0.00/0.07	c |                   Types: 
0.00/0.07	c |                          (X - Y < k): 6
0.00/0.07	c |                          All Different: 1
0.00/0.07	c |                          Sum: 45
0.00/0.07	c |                          
0.00/0.07	c =========================================================================================================
0.00/0.07	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth
0.00/0.07	c remove useless variable x[0][8]
0.00/0.07	c remove useless variable x[0][9]
0.00/0.07	c remove useless variable x[0][10]
0.00/0.07	c remove useless variable x[0][11]
0.00/0.07	c remove useless variable x[0][12]
0.00/0.07	c remove useless variable x[0][13]
0.00/0.07	c remove useless variable x[0][14]
0.00/0.07	c remove useless variable x[1][9]
0.00/0.07	c remove useless variable x[1][10]
0.00/0.07	c remove useless variable x[1][11]
0.00/0.07	c remove useless variable x[1][12]
0.00/0.07	c remove useless variable x[1][13]
0.00/0.07	c remove useless variable x[1][14]
0.00/0.07	c remove useless variable x[2][10]
0.00/0.07	c remove useless variable x[2][11]
0.00/0.07	c remove useless variable x[2][12]
0.00/0.07	c remove useless variable x[2][13]
0.00/0.07	c remove useless variable x[2][14]
0.00/0.07	c remove useless variable x[3][11]
0.00/0.07	c remove useless variable x[3][12]
0.00/0.07	c remove useless variable x[3][13]
0.00/0.07	c remove useless variable x[3][14]
0.00/0.07	c remove useless variable x[4][12]
0.00/0.07	c remove useless variable x[4][13]
0.00/0.07	c remove useless variable x[4][14]
0.00/0.07	c remove useless variable x[5][13]
0.00/0.07	c remove useless variable x[5][14]
0.00/0.07	c remove useless variable x[6][14]
0.00/0.07	c remove useless variable x[8][14]
0.00/0.07	c remove useless variable x[9][13]
0.00/0.07	c remove useless variable x[9][14]
0.00/0.07	c remove useless variable x[10][12]
0.00/0.07	c remove useless variable x[10][13]
0.00/0.07	c remove useless variable x[10][14]
0.00/0.07	c remove useless variable x[11][11]
0.00/0.07	c remove useless variable x[11][12]
0.00/0.07	c remove useless variable x[11][13]
0.00/0.07	c remove useless variable x[11][14]
0.00/0.07	c remove useless variable x[12][10]
0.00/0.07	c remove useless variable x[12][11]
0.00/0.07	c remove useless variable x[12][12]
0.00/0.07	c remove useless variable x[12][13]
0.00/0.07	c remove useless variable x[12][14]
0.00/0.07	c remove useless variable x[13][9]
0.00/0.07	c remove useless variable x[13][10]
0.00/0.07	c remove useless variable x[13][11]
0.00/0.07	c remove useless variable x[13][12]
0.00/0.07	c remove useless variable x[13][13]
0.00/0.07	c remove useless variable x[13][14]
0.00/0.07	c remove useless variable x[14][8]
0.00/0.07	c remove useless variable x[14][9]
0.00/0.07	c remove useless variable x[14][10]
0.00/0.07	c remove useless variable x[14][11]
0.00/0.07	c remove useless variable x[14][12]
0.00/0.07	c remove useless variable x[14][13]
0.00/0.07	c remove useless variable x[14][14]
0.00/0.09	c 101            135            2488           27293          6              0              2   6   4      
0.03/0.11	c 211            274            5096           53939          6              0              2   6   3      
0.03/0.14	c 332            427            8233           83664          6              0              2   6   3      
0.03/0.17	c 465            591            11102          120343         6              0              2   5   3      
0.03/0.18	c 611            753            13475          213253         6              0              1   6   2      
0.13/0.22	c 771            954            17205          251503         6              0              2   6   3      
0.13/0.24	c 947            1164           20285          279465         6              0              2   6   4      
0.13/0.28	c 1140           1409           24631          322036         6              0              2   6   4      
0.23/0.32	c 1352           1678           29288          367785         6              0              2   6   4      
0.23/0.37	c 1585           1974           34472          417835         6              0              2   6   4      
0.33/0.41	c 1841           2281           38798          468521         6              0              2   6   4      
0.33/0.47	c 2122           2648           45078          526185         6              0              2   6   4      
0.43/0.53	c 2431           3051           51843          588284         6              0              2   6   4      
0.53/0.60	c 2770           3490           59084          655592         6              0              2   6   4      
0.53/0.67	c 3142           3973           67039          730331         6              0              2   6   4      
0.63/0.76	c 3551           4468           73988          828183         6              0              2   7   4      
0.73/0.86	c 4000           5063           84002          921665         6              0              2   7   4      
0.83/0.96	c 4493           5716           94847          1021274        6              0              2   7   4      
0.93/1.08	c 5035           6436           106781         1133014        6              0              2   7   4      
1.14/1.22	c 5631           7235           120065         1260439        6              0              2   7   4      
1.23/1.37	c 6286           8110           135249         1420735        6              0              2   7   4      
1.43/1.53	c 7006           9055           150545         1635442        6              0              1   7   4      
1.63/1.72	c 7798           10142          170459         1843936        6              0              2   9   5      
1.83/1.92	c 8669           11203          184545         2076705        6              0              2   7   5      
2.03/2.15	c 9627           12537          209522         2315280        6              0              2   9   5      
2.24/2.39	c 10680          13954          232714         2542721        6              0              2   7   5      
2.53/2.67	c 11838          15587          263979         2829762        6              0              2   9   5      
2.83/2.96	c 13111          17306          292218         3109784        6              0              2   7   5      
3.24/3.31	c 14511          19295          331237         3472500        6              0              2   9   5      
3.53/3.69	c 16051          21487          374006         3879848        6              0              2   9   5      
4.03/4.12	c 17745          23896          420271         4327687        6              0              2   9   6      
4.44/4.55	c 19608          26418          461592         4731938        6              0              2   7   5      
4.93/5.04	c 21657          29034          499983         5250238        6              0              2   7   5      
5.44/5.58	c 23910          32296          560686         5775659        6              0              2   10   6     
6.03/6.18	c 26388          35934          626702         6326775        6              0              2   10   6     
6.73/6.81	c 29113          39992          697672         6895572        6              0              2   10   6     
7.43/7.53	c 32110          44481          778221         7601807        6              0              2   10   6     
8.23/8.31	c 35406          48999          852620         8329273        6              0              2   7   5      
9.13/9.21	c 39031          54498          953925         9214197        6              0              2   10   6     
10.03/10.18	c 43018          60014          1045474        10127995       6              0              2   7   5      
11.13/11.28	c 47403          66641          1170631        11209825       6              0              2   10   6     
12.33/12.47	c 52226          73914          1306455        12370414       6              0              2   10   6     
13.63/13.77	c 57531          81954          1454516        13596617       6              0              2   10   7     
15.13/15.21	c 63366          90868          1617152        14977452       6              0              2   10   7     
16.73/16.88	c 69784          99992          1772923        16579033       6              0              2   7   5      
18.53/18.60	c 76843          110904         1967677        18123681       6              0              2   10   7     
20.33/20.46	c 84607          122997         2177646        19736952       6              0              2   10   7     
22.43/22.53	c 93147          136428         2406489        21480971       6              0              2   10   7     
26.34/26.44	c 102541         149490         2631916        26419573       6              0              3   8   6      
29.13/29.21	c 112874         165031         2934796        29275916       6              0              2   16   7     
32.73/32.84	c 124240         180262         3208843        34496852       6              0              2   15   11    
36.04/36.19	c 136742         198520         3568627        38064399       6              0              2   73   22    
39.33/39.49	c 150494         216153         3830242        41941319       6              0              3   22   16    
44.43/44.50	c 165621         236272         4175383        48473159       6              0              2   15   11    
48.24/48.31	c 182260         257106         4463631        53103210       6              0              2   21   16    
54.54/54.67	c 200562         281532         4891005        61675320       6              0              2   16   12    
59.04/59.16	c 220694         310903         5357425        66168460       6              0              2   55   32    
64.24/64.32	c 242839         338890         5752744        72580137       6              0              3   22   18    
72.34/72.44	c 267198         371178         6292498        84170558       6              0              2   16   12    
78.24/78.35	c 293992         408901         6865335        91401794       6              0              2   55   37    
85.34/85.40	c 323465         446274         7387814        100270288      6              0              3   22   18    
96.94/97.01	c 355885         489838         8154004        117172037      6              0              2   16   12    
105.84/105.98	c 391547         534554         8766723        129672458      6              0              2   21   18    
120.24/120.30	c 430775         587363         9688450        150277462      6              0              2   16   13    
132.14/132.28	c 473925         648358         10618152       166255708      6              0              2   49   39    
145.04/145.18	c 521390         708466         11502067       184611116      6              0              3   23   19    
163.05/163.11	c 573601         777609         12671301       209979117      6              0              2   16   13    
179.55/179.69	c 631033         850331         13742950       234330119      6              0              2   22   18    
201.55/201.64	c 694208         934050         15185249       266108003      6              0              2   16   13    
214.65/214.71	c 763700         1027083        16532815       283684290      6              0              2   52   41    
230.25/230.36	c 840141         1128152        17887313       303699087      6              0              3   47   34    
250.65/250.78	c 924226         1238332        19384943       330548956      6              0              2   18   16    
274.96/275.06	c 1016719        1373197        21996258       359741946      6              0              2   47   40    
304.66/304.77	c 1118461        1517316        25528896       415620508      6              0              3   60   48    
326.77/326.85	c 1230377        1656307        27375849       449523558      6              0              3   47   39    
376.56/376.61	c 1353484        1824618        30433910       520220202      6              0              2   17   13    
411.37/411.50	c 1488901        1995910        34841660       567289118      6              0              2   60   51    
442.57/442.67	c 1637859        2189830        37582598       611811641      6              0              3   28   24    
477.17/477.28	c 1801712        2403398        40647195       663972699      6              0              3   28   24    
519.38/519.43	c 1981950        2648087        44703317       723590781      6              0              3   47   41    
560.88/560.93	c 2180211        2899743        47977804       780183685      6              0              2   19   16    
605.18/605.25	c 2398298        3189550        52495416       859123913      6              0              2   47   42    
646.59/646.61	c 2638193        3493409        56740538       925155468      6              0              2   71   61    
698.69/698.76	c 2902077        3825304        61098651       998310718      6              0              3   48   43    
753.90/753.99	c 3192349        4183212        65597239       1096092026     6              0              3   47   42    
816.10/816.12	c 3511648        4581980        70649884       1184038133     6              0              2   19   17    
971.71/971.73	c 3862876        5110563        82693571       1538081126     6              0              2   42   37    
1072.02/1072.01	c 4249226        5635005        92117539       1695007534     6              0              3   35   31    
1182.64/1182.62	c 4674211        6212978        102569208      1869148577     6              0              3   35   31    
1283.14/1283.12	c 5141694        6798163        111735618      2002375436     6              0              3   24   22    
1397.75/1397.77	c 5655925        7476945        121657805      2221814470     6              0              3   46   43    
1517.66/1517.65	c 6221579        8213441        134796218      2392848380     6              0              2   46   43    
1615.57/1615.58	c 6843798        8943585        143310728      2595257371     6              0              3   41   39    
1756.98/1756.92	c 7528238        9844646        155379786      2811500786     6              0              2   46   43    
1886.30/1886.23	c 8281122        10763431       166663503      3014769612     6              0              2   46   44    
2130.83/2130.80	c 9109294        11897030       183589990      3363256183     6              0              2   41   38    
2287.34/2287.28	c 10020283       12999985       197313023      3585485555     6              0              2   47   43    
2500.86/2500.79	c 11022370       14299402       220518223      3888867323     6              0              2   46   44    
2520.06/2519.90	
2520.06/2519.90	c *** INTERRUPTED ***
2520.06/2519.90	c restarts              : 98          
2520.06/2519.90	c conflicts             : 11110570     (4409 /sec)
2520.06/2519.90	c decisions             : 14410126     (5718 /sec)
2520.06/2519.90	c propagations          : 3926176535  (1557970 /sec)
2520.06/2519.90	c root propagations     : 9           
2520.06/2519.90	c filter calls          : 222040641      (88109 /sec)
2520.06/2519.90	c useless filter calls  : 174953075      (78 %)
2520.06/2519.90	c Memory used           : 26.88 MB
2520.06/2519.90	c CPU time              : 2520.06 s
2520.06/2519.90	
2520.06/2519.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-4268068-1502541688/watcher-4268068-1502541688 -o /tmp/evaluation-result-4268068-1502541688/solver-4268068-1502541688 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502500302-22047 --watchdog 2580 cosoco -lc -model -restarts HOME/instance-4268068-1502541688.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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.01 2.05 2.05 2/180 30867
/proc/meminfo: memFree=31226128/32770624 swapFree=0/525096
[pid=30867] ppid=30864 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/30867/stat : 30867 (runsolver) D 30864 30867 21984 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 56389545 24240128 108 18446744073709551615 4194304 4338465 140732522888464 140732522886104 139801086411479 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 17321984 140732522893505 140732522893897 140732522893897 140732522897354 0
/proc/30867/statm: 5918 108 54 36 0 2156 0

[startup+0.100194 s]
/proc/loadavg: 2.01 2.05 2.05 2/180 30867
/proc/meminfo: memFree=31226128/32770624 swapFree=0/525096
[pid=30867] ppid=30864 vsize=27516 CPUtime=0.03 cores=0,2,4,6
/proc/30867/stat : 30867 (cosoco) R 30864 30867 21984 0 -1 4202496 1172 0 0 0 3 0 0 0 20 0 1 0 56389545 28176384 964 18446744073709551615 4194304 5972588 140726111325040 140726111321688 5099648 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 41238528 140726111330798 140726111330893 140726111330893 140726111334350 0
/proc/30867/statm: 6879 964 754 435 0 242 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 27516

[startup+0.200331 s]
/proc/loadavg: 2.01 2.05 2.05 2/180 30867
/proc/meminfo: memFree=31226128/32770624 swapFree=0/525096
[pid=30867] ppid=30864 vsize=27516 CPUtime=0.13 cores=0,2,4,6
/proc/30867/stat : 30867 (cosoco) R 30864 30867 21984 0 -1 4202496 1172 0 0 0 13 0 0 0 20 0 1 0 56389545 28176384 964 18446744073709551615 4194304 5972588 140726111325040 140726111321688 5099648 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 41238528 140726111330798 140726111330893 140726111330893 140726111334350 0
/proc/30867/statm: 6879 964 754 435 0 242 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 27516

[startup+0.300312 s]
/proc/loadavg: 2.01 2.05 2.05 2/180 30867
/proc/meminfo: memFree=31226128/32770624 swapFree=0/525096
[pid=30867] ppid=30864 vsize=27516 CPUtime=0.23 cores=0,2,4,6
/proc/30867/stat : 30867 (cosoco) R 30864 30867 21984 0 -1 4202496 1172 0 0 0 23 0 0 0 20 0 1 0 56389545 28176384 964 18446744073709551615 4194304 5972588 140726111325040 140726111322344 5328544 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 41238528 140726111330798 140726111330893 140726111330893 140726111334350 0
/proc/30867/statm: 6879 964 754 435 0 242 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 27516

[startup+0.70028 s]
/proc/loadavg: 2.01 2.05 2.05 2/180 30867
/proc/meminfo: memFree=31226128/32770624 swapFree=0/525096
[pid=30867] ppid=30864 vsize=27516 CPUtime=0.63 cores=0,2,4,6
/proc/30867/stat : 30867 (cosoco) R 30864 30867 21984 0 -1 4202496 1172 0 0 0 63 0 0 0 20 0 1 0 56389545 28176384 964 18446744073709551615 4194304 5972588 140726111325040 140726111322344 5040180 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 41238528 140726111330798 140726111330893 140726111330893 140726111334350 0
/proc/30867/statm: 6879 964 754 435 0 242 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 27516

[startup+1.50028 s]
/proc/loadavg: 2.01 2.05 2.05 3/181 30868
/proc/meminfo: memFree=31225880/32770624 swapFree=0/525112
[pid=30867] ppid=30864 vsize=27516 CPUtime=1.43 cores=0,2,4,6
/proc/30867/stat : 30867 (cosoco) R 30864 30867 21984 0 -1 4202496 1172 0 0 0 143 0 0 0 20 0 1 0 56389545 28176384 964 18446744073709551615 4194304 5972588 140726111325040 140726111322344 4979392 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 41238528 140726111330798 140726111330893 140726111330893 140726111334350 0
/proc/30867/statm: 6879 964 754 435 0 242 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 27516

[startup+3.10027 s]
/proc/loadavg: 2.01 2.05 2.05 3/181 30868
/proc/meminfo: memFree=31225512/32770624 swapFree=0/525112
[pid=30867] ppid=30864 vsize=27516 CPUtime=3.03 cores=0,2,4,6
/proc/30867/stat : 30867 (cosoco) R 30864 30867 21984 0 -1 4202496 1304 0 0 0 303 0 0 0 20 0 1 0 56389545 28176384 1014 18446744073709551615 4194304 5972588 140726111325040 140726111322344 4975379 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 41238528 140726111330798 140726111330893 140726111330893 140726111334350 0
/proc/30867/statm: 6879 1014 799 435 0 242 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 27516

[startup+6.30028 s]
/proc/loadavg: 2.01 2.05 2.05 3/181 30868
/proc/meminfo: memFree=31225420/32770624 swapFree=0/525112
[pid=30867] ppid=30864 vsize=27516 CPUtime=6.23 cores=0,2,4,6
/proc/30867/stat : 30867 (cosoco) R 30864 30867 21984 0 -1 4202496 1438 0 0 0 623 0 0 0 20 0 1 0 56389545 28176384 1014 18446744073709551615 4194304 5972588 140726111325040 140726111322344 4979204 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 41238528 140726111330798 140726111330893 140726111330893 140726111334350 0
/proc/30867/statm: 6879 1014 799 435 0 242 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 27516

[startup+12.7003 s]
/proc/loadavg: 2.01 2.05 2.05 3/181 30868
/proc/meminfo: memFree=31225200/32770624 swapFree=0/525108
[pid=30867] ppid=30864 vsize=27516 CPUtime=12.63 cores=0,2,4,6
/proc/30867/stat : 30867 (cosoco) R 30864 30867 21984 0 -1 4202496 1571 0 0 0 1263 0 0 0 20 0 1 0 56389545 28176384 1014 18446744073709551615 4194304 5972588 140726111325040 140726111322344 4908960 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 41238528 140726111330798 140726111330893 140726111330893 140726111334350 0
/proc/30867/statm: 6879 1014 799 435 0 242 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 27516

[startup+25.5003 s]
/proc/loadavg: 2.01 2.05 2.05 3/181 30869
/proc/meminfo: memFree=31225448/32770624 swapFree=0/525100
[pid=30867] ppid=30864 vsize=27516 CPUtime=25.43 cores=0,2,4,6
/proc/30867/stat : 30867 (cosoco) R 30864 30867 21984 0 -1 4202496 1823 0 0 0 2543 0 0 0 20 0 1 0 56389545 28176384 1014 18446744073709551615 4194304 5972588 140726111325040 140726111322344 4975444 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 41238528 140726111330798 140726111330893 140726111330893 140726111334350 0
/proc/30867/statm: 6879 1014 799 435 0 242 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 27516

[startup+51.1003 s]
/proc/loadavg: 2.01 2.04 2.05 3/181 30870
/proc/meminfo: memFree=31225076/32770624 swapFree=0/525080
[pid=30867] ppid=30864 vsize=27516 CPUtime=51.04 cores=0,2,4,6
/proc/30867/stat : 30867 (cosoco) R 30864 30867 21984 0 -1 4202496 2005 0 0 0 5104 0 0 0 20 0 1 0 56389545 28176384 1030 18446744073709551615 4194304 5972588 140726111325040 140726111322344 4978728 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 41238528 140726111330798 140726111330893 140726111330893 140726111334350 0
/proc/30867/statm: 6879 1030 799 435 0 242 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 27516

[startup+102.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/181 30872
/proc/meminfo: memFree=31225520/32770624 swapFree=0/525108
[pid=30867] ppid=30864 vsize=27516 CPUtime=102.25 cores=0,2,4,6
/proc/30867/stat : 30867 (cosoco) R 30864 30867 21984 0 -1 4202496 2156 0 0 0 10225 0 0 0 20 0 1 0 56389545 28176384 1030 18446744073709551615 4194304 5972588 140726111325040 140726111322344 5040169 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 41238528 140726111330798 140726111330893 140726111330893 140726111334350 0
/proc/30867/statm: 6879 1030 799 435 0 242 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 27516

[startup+162.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/184 30888
/proc/meminfo: memFree=31219468/32770624 swapFree=0/525116
[pid=30867] ppid=30864 vsize=27516 CPUtime=162.25 cores=0,2,4,6
/proc/30867/stat : 30867 (cosoco) R 30864 30867 21984 0 -1 4202496 2303 0 0 0 16225 0 0 0 20 0 1 0 56389545 28176384 1030 18446744073709551615 4194304 5972588 140726111325040 140726111322344 5099648 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 41238528 140726111330798 140726111330893 140726111330893 140726111334350 0
/proc/30867/statm: 6879 1030 799 435 0 242 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 27516

[startup+222.306 s]
/proc/loadavg: 2.00 2.03 2.05 3/184 30890
/proc/meminfo: memFree=31219600/32770624 swapFree=0/525144
[pid=30867] ppid=30864 vsize=27516 CPUtime=222.26 cores=0,2,4,6
/proc/30867/stat : 30867 (cosoco) R 30864 30867 21984 0 -1 4202496 2452 0 0 0 22226 0 0 0 20 0 1 0 56389545 28176384 1030 18446744073709551615 4194304 5972588 140726111325040 140726111322344 4979352 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 41238528 140726111330798 140726111330893 140726111330893 140726111334350 0
/proc/30867/statm: 6879 1030 799 435 0 242 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 27516

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/181 30892
/proc/meminfo: memFree=31223492/32770624 swapFree=0/525140
[pid=30867] ppid=30864 vsize=27516 CPUtime=282.26 cores=0,2,4,6
/proc/30867/stat : 30867 (cosoco) R 30864 30867 21984 0 -1 4202496 2452 0 0 0 28226 0 0 0 20 0 1 0 56389545 28176384 1030 18446744073709551615 4194304 5972588 140726111325040 140726111322344 5040154 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 41238528 140726111330798 140726111330893 140726111330893 140726111334350 0
/proc/30867/statm: 6879 1030 799 435 0 242 0
Current children cumulated CPU time (s) 282.26
Current children cumulated vsize (KiB) 27516

[startup+342.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/181 30894
/proc/meminfo: memFree=31223608/32770624 swapFree=0/525148
[pid=30867] ppid=30864 vsize=27516 CPUtime=342.26 cores=0,2,4,6
/proc/30867/stat : 30867 (cosoco) R 30864 30867 21984 0 -1 4202496 2600 0 0 0 34226 0 0 0 20 0 1 0 56389545 28176384 1030 18446744073709551615 4194304 5972588 140726111325040 140726111322344 5099648 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 41238528 140726111330798 140726111330893 140726111330893 140726111334350 0
/proc/30867/statm: 6879 1030 799 435 0 242 0
Current children cumulated CPU time (s) 342.26
Current children cumulated vsize (KiB) 27516

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 30896
/proc/meminfo: memFree=31223840/32770624 swapFree=0/525168
[pid=30867] ppid=30864 vsize=27516 CPUtime=402.27 cores=0,2,4,6
/proc/30867/stat : 30867 (cosoco) R 30864 30867 21984 0 -1 4202496 2600 0 0 0 40227 0 0 0 20 0 1 0 56389545 28176384 1030 18446744073709551615 4194304 5972588 140726111325040 140726111322344 5040162 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 41238528 140726111330798 140726111330893 140726111330893 140726111334350 0
/proc/30867/statm: 6879 1030 799 435 0 242 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 27516

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 30898
/proc/meminfo: memFree=31223972/32770624 swapFree=0/525172
[pid=30867] ppid=30864 vsize=27516 CPUtime=462.27 cores=0,2,4,6
/proc/30867/stat : 30867 (cosoco) R 30864 30867 21984 0 -1 4202496 2747 0 0 0 46227 0 0 0 20 0 1 0 56389545 28176384 1030 18446744073709551615 4194304 5972588 140726111325040 140726111322344 4972708 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 41238528 140726111330798 140726111330893 140726111330893 140726111334350 0
/proc/30867/statm: 6879 1030 799 435 0 242 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 27516

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 30900
/proc/meminfo: memFree=31223972/32770624 swapFree=0/525172
[pid=30867] ppid=30864 vsize=27516 CPUtime=522.28 cores=0,2,4,6
/proc/30867/stat : 30867 (cosoco) R 30864 30867 21984 0 -1 4202496 2748 0 0 0 52228 0 0 0 20 0 1 0 56389545 28176384 1030 18446744073709551615 4194304 5972588 140726111325040 140726111322344 4971618 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 41238528 140726111330798 140726111330893 140726111330893 140726111334350 0
/proc/30867/statm: 6879 1030 799 435 0 242 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 27516

[startup+582.3 s]
/proc/loadavg: 1.92 1.99 2.03 3/181 30962
/proc/meminfo: memFree=31057760/32770624 swapFree=0/525144
[pid=30867] ppid=30864 vsize=27516 CPUtime=582.28 cores=0,2,4,6
/proc/30867/stat : 30867 (cosoco) R 30864 30867 21984 0 -1 4202496 2895 0 0 0 58228 0 0 0 20 0 1 0 56389545 28176384 1030 18446744073709551615 4194304 5972588 140726111325040 140726111322344 5099648 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 41238528 140726111330798 140726111330893 140726111330893 140726111334350 0
/proc/30867/statm: 6879 1030 799 435 0 242 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 27516


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


[startup+1662.3 s]
/proc/loadavg: 2.02 2.04 2.05 3/181 31028
/proc/meminfo: memFree=31048308/32770624 swapFree=0/525364
[pid=30867] ppid=30864 vsize=27516 CPUtime=1662.38 cores=0,2,4,6
/proc/30867/stat : 30867 (cosoco) R 30864 30867 21984 0 -1 4202496 4219 0 0 0 166238 0 0 0 20 0 1 0 56389545 28176384 1030 18446744073709551615 4194304 5972588 140726111325040 140726111322344 4979365 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 41238528 140726111330798 140726111330893 140726111330893 140726111334350 0
/proc/30867/statm: 6879 1030 799 435 0 242 0
Current children cumulated CPU time (s) 1662.38
Current children cumulated vsize (KiB) 27516

[startup+1722.3 s]
/proc/loadavg: 2.01 2.04 2.05 3/181 31030
/proc/meminfo: memFree=31048556/32770624 swapFree=0/525384
[pid=30867] ppid=30864 vsize=27516 CPUtime=1722.38 cores=0,2,4,6
/proc/30867/stat : 30867 (cosoco) R 30864 30867 21984 0 -1 4202496 4219 0 0 0 172238 0 0 0 20 0 1 0 56389545 28176384 1030 18446744073709551615 4194304 5972588 140726111325040 140726111322344 4975117 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 41238528 140726111330798 140726111330893 140726111330893 140726111334350 0
/proc/30867/statm: 6879 1030 799 435 0 242 0
Current children cumulated CPU time (s) 1722.38
Current children cumulated vsize (KiB) 27516

[startup+1782.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/181 31032
/proc/meminfo: memFree=31048556/32770624 swapFree=0/525392
[pid=30867] ppid=30864 vsize=27516 CPUtime=1782.39 cores=0,2,4,6
/proc/30867/stat : 30867 (cosoco) R 30864 30867 21984 0 -1 4202496 4367 0 0 0 178239 0 0 0 20 0 1 0 56389545 28176384 1030 18446744073709551615 4194304 5972588 140726111325040 140726111322344 4975379 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 41238528 140726111330798 140726111330893 140726111330893 140726111334350 0
/proc/30867/statm: 6879 1030 799 435 0 242 0
Current children cumulated CPU time (s) 1782.39
Current children cumulated vsize (KiB) 27516

[startup+1842.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/181 31035
/proc/meminfo: memFree=31048184/32770624 swapFree=0/525408
[pid=30867] ppid=30864 vsize=27516 CPUtime=1842.39 cores=0,2,4,6
/proc/30867/stat : 30867 (cosoco) R 30864 30867 21984 0 -1 4202496 4367 0 0 0 184239 0 0 0 20 0 1 0 56389545 28176384 1030 18446744073709551615 4194304 5972588 140726111325040 140726111322344 5040169 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 41238528 140726111330798 140726111330893 140726111330893 140726111334350 0
/proc/30867/statm: 6879 1030 799 435 0 242 0
Current children cumulated CPU time (s) 1842.39
Current children cumulated vsize (KiB) 27516

[startup+1902.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/181 31037
/proc/meminfo: memFree=31048312/32770624 swapFree=0/525412
[pid=30867] ppid=30864 vsize=27516 CPUtime=1902.4 cores=0,2,4,6
/proc/30867/stat : 30867 (cosoco) R 30864 30867 21984 0 -1 4202496 4516 0 0 0 190240 0 0 0 20 0 1 0 56389545 28176384 1030 18446744073709551615 4194304 5972588 140726111325040 140726111322344 5040162 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 41238528 140726111330798 140726111330893 140726111330893 140726111334350 0
/proc/30867/statm: 6879 1030 799 435 0 242 0
Current children cumulated CPU time (s) 1902.4
Current children cumulated vsize (KiB) 27516

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/184 31053
/proc/meminfo: memFree=31043460/32770624 swapFree=0/525440
[pid=30867] ppid=30864 vsize=27516 CPUtime=1962.41 cores=0,2,4,6
/proc/30867/stat : 30867 (cosoco) R 30864 30867 21984 0 -1 4202496 4516 0 0 0 196240 1 0 0 20 0 1 0 56389545 28176384 1030 18446744073709551615 4194304 5972588 140726111325040 140726111322344 5322944 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 41238528 140726111330798 140726111330893 140726111330893 140726111334350 0
/proc/30867/statm: 6879 1030 799 435 0 242 0
Current children cumulated CPU time (s) 1962.41
Current children cumulated vsize (KiB) 27516

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/184 31079
/proc/meminfo: memFree=31042968/32770624 swapFree=0/525440
[pid=30867] ppid=30864 vsize=27516 CPUtime=2022.42 cores=0,2,4,6
/proc/30867/stat : 30867 (cosoco) R 30864 30867 21984 0 -1 4202496 4650 0 0 0 202241 1 0 0 20 0 1 0 56389545 28176384 1030 18446744073709551615 4194304 5972588 140726111325040 140726111322344 4977685 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 41238528 140726111330798 140726111330893 140726111330893 140726111334350 0
/proc/30867/statm: 6879 1030 799 435 0 242 0
Current children cumulated CPU time (s) 2022.42
Current children cumulated vsize (KiB) 27516

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/184 31081
/proc/meminfo: memFree=31043700/32770624 swapFree=0/525448
[pid=30867] ppid=30864 vsize=27516 CPUtime=2082.43 cores=0,2,4,6
/proc/30867/stat : 30867 (cosoco) R 30864 30867 21984 0 -1 4202496 4650 0 0 0 208242 1 0 0 20 0 1 0 56389545 28176384 1030 18446744073709551615 4194304 5972588 140726111325040 140726111322344 4971081 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 41238528 140726111330798 140726111330893 140726111330893 140726111334350 0
/proc/30867/statm: 6879 1030 799 435 0 242 0
Current children cumulated CPU time (s) 2082.43
Current children cumulated vsize (KiB) 27516

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 31083
/proc/meminfo: memFree=31047624/32770624 swapFree=0/525460
[pid=30867] ppid=30864 vsize=27516 CPUtime=2142.43 cores=0,2,4,6
/proc/30867/stat : 30867 (cosoco) R 30864 30867 21984 0 -1 4202496 4798 0 0 0 214242 1 0 0 20 0 1 0 56389545 28176384 1030 18446744073709551615 4194304 5972588 140726111325040 140726111322344 5099648 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 41238528 140726111330798 140726111330893 140726111330893 140726111334350 0
/proc/30867/statm: 6879 1030 799 435 0 242 0
Current children cumulated CPU time (s) 2142.43
Current children cumulated vsize (KiB) 27516

[startup+2202.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 31085
/proc/meminfo: memFree=31048060/32770624 swapFree=0/525480
[pid=30867] ppid=30864 vsize=27516 CPUtime=2202.44 cores=0,2,4,6
/proc/30867/stat : 30867 (cosoco) R 30864 30867 21984 0 -1 4202496 4798 0 0 0 220243 1 0 0 20 0 1 0 56389545 28176384 1030 18446744073709551615 4194304 5972588 140726111325040 140726111322344 5322944 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 41238528 140726111330798 140726111330893 140726111330893 140726111334350 0
/proc/30867/statm: 6879 1030 799 435 0 242 0
Current children cumulated CPU time (s) 2202.44
Current children cumulated vsize (KiB) 27516

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 31087
/proc/meminfo: memFree=31047976/32770624 swapFree=0/525504
[pid=30867] ppid=30864 vsize=27516 CPUtime=2262.44 cores=0,2,4,6
/proc/30867/stat : 30867 (cosoco) R 30864 30867 21984 0 -1 4202496 4930 0 0 0 226243 1 0 0 20 0 1 0 56389545 28176384 1030 18446744073709551615 4194304 5972588 140726111325040 140726111322344 4979356 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 41238528 140726111330798 140726111330893 140726111330893 140726111334350 0
/proc/30867/statm: 6879 1030 799 435 0 242 0
Current children cumulated CPU time (s) 2262.44
Current children cumulated vsize (KiB) 27516

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 31089
/proc/meminfo: memFree=31048200/32770624 swapFree=0/525520
[pid=30867] ppid=30864 vsize=27516 CPUtime=2322.45 cores=0,2,4,6
/proc/30867/stat : 30867 (cosoco) R 30864 30867 21984 0 -1 4202496 4946 0 0 0 232244 1 0 0 20 0 1 0 56389545 28176384 1030 18446744073709551615 4194304 5972588 140726111325040 140726111322344 5099648 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 41238528 140726111330798 140726111330893 140726111330893 140726111334350 0
/proc/30867/statm: 6879 1030 799 435 0 242 0
Current children cumulated CPU time (s) 2322.45
Current children cumulated vsize (KiB) 27516

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 31091
/proc/meminfo: memFree=31047952/32770624 swapFree=0/525528
[pid=30867] ppid=30864 vsize=27516 CPUtime=2382.45 cores=0,2,4,6
/proc/30867/stat : 30867 (cosoco) R 30864 30867 21984 0 -1 4202496 5080 0 0 0 238244 1 0 0 20 0 1 0 56389545 28176384 1030 18446744073709551615 4194304 5972588 140726111325040 140726111322344 5040180 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 41238528 140726111330798 140726111330893 140726111330893 140726111334350 0
/proc/30867/statm: 6879 1030 799 435 0 242 0
Current children cumulated CPU time (s) 2382.45
Current children cumulated vsize (KiB) 27516

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 31093
/proc/meminfo: memFree=31048076/32770624 swapFree=0/525536
[pid=30867] ppid=30864 vsize=27516 CPUtime=2442.46 cores=0,2,4,6
/proc/30867/stat : 30867 (cosoco) R 30864 30867 21984 0 -1 4202496 5080 0 0 0 244245 1 0 0 20 0 1 0 56389545 28176384 1030 18446744073709551615 4194304 5972588 140726111325040 140726111322344 5040162 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 41238528 140726111330798 140726111330893 140726111330893 140726111334350 0
/proc/30867/statm: 6879 1030 799 435 0 242 0
Current children cumulated CPU time (s) 2442.46
Current children cumulated vsize (KiB) 27516

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 31095
/proc/meminfo: memFree=31048076/32770624 swapFree=0/525540
[pid=30867] ppid=30864 vsize=27516 CPUtime=2502.46 cores=0,2,4,6
/proc/30867/stat : 30867 (cosoco) R 30864 30867 21984 0 -1 4202496 5228 0 0 0 250245 1 0 0 20 0 1 0 56389545 28176384 1030 18446744073709551615 4194304 5972588 140726111325040 140726111322344 5099648 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 41238528 140726111330798 140726111330893 140726111330893 140726111334350 0
/proc/30867/statm: 6879 1030 799 435 0 242 0
Current children cumulated CPU time (s) 2502.46
Current children cumulated vsize (KiB) 27516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2519.9 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 31096
/proc/meminfo: memFree=31048168/32770624 swapFree=0/525556
[pid=30867] ppid=30864 vsize=27516 CPUtime=2520.06 cores=0,2,4,6
/proc/30867/stat : 30867 (cosoco) R 30864 30867 21984 0 -1 4202496 5228 0 0 0 252005 1 0 0 20 0 1 0 56389545 28176384 1030 18446744073709551615 4194304 5972588 140726111325040 140726111322344 4979094 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 41238528 140726111330798 140726111330893 140726111330893 140726111334350 0
/proc/30867/statm: 6879 1030 799 435 0 242 0
Current children cumulated CPU time (s) 2520.06
Current children cumulated vsize (KiB) 27516

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

[startup+2519.9 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 31096
/proc/meminfo: memFree=31048168/32770624 swapFree=0/525556
[pid=30867] ppid=30864 vsize=27516 CPUtime=2520.06 cores=0,2,4,6
/proc/30867/stat : 30867 (cosoco) R 30864 30867 21984 0 -1 4202496 5228 0 0 0 252005 1 0 0 20 0 1 0 56389545 28176384 1030 18446744073709551615 4194304 5972588 140726111325040 140726111322344 4979094 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 41238528 140726111330798 140726111330893 140726111330893 140726111334350 0
/proc/30867/statm: 6879 1030 799 435 0 242 0
Current children cumulated CPU time (s) 2520.06
Current children cumulated vsize (KiB) 27516

Child status: 1
Real time (s): 2519.9
CPU time (s): 2520.07
CPU user time (s): 2520.06
CPU system time (s): 0.01
CPU usage (%): 100.007
Max. virtual memory (cumulated for all children) (KiB): 27516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2520.06
system time used= 0.01
maximum resident set size= 4196
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5268
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= 1727

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.72296 second user time and 8.79975 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-12 14:27:23
IDJOB=4268068
IDBENCH=133618
IDSOLVER=2658
FILE ID=node125/4268068-1502541688
RUNJOBID= node125-1502500302-22047
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco 1.12
BENCH NAME= XCSP17/MagicHexagon/MagicHexagon-m1-s1/MagicHexagon-08-0051.xml
COMMAND LINE= cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4268068-1502541688/watcher-4268068-1502541688 -o /tmp/evaluation-result-4268068-1502541688/solver-4268068-1502541688 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502500302-22047 --watchdog 2580  cosoco -lc -model -restarts HOME/instance-4268068-1502541688.xml

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

MD5SUM BENCH= fb5cbe687ffccd3d5e194b95b956a5e6
RANDOM SEED=43456880

node125.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.07
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.07
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.07
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.07
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:        31226704 kB
MemAvailable:   32002012 kB
Buffers:          270264 kB
Cached:           794868 kB
SwapCached:            0 kB
Active:           570940 kB
Inactive:         550004 kB
Active(anon):      56020 kB
Inactive(anon):    24908 kB
Active(file):     514920 kB
Inactive(file):   525096 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2380 kB
Writeback:             0 kB
AnonPages:         55068 kB
Mapped:            45900 kB
Shmem:             25252 kB
Slab:             127668 kB
SReclaimable:     102252 kB
SUnreclaim:        25416 kB
KernelStack:        3312 kB
PageTables:         4556 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     317608 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62028 MiB
End job on node125 at 2017-08-12 15:09:23