Trace number 4267310

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.12? (TO) 2400.0901 2400.1101

General information on the benchmark

NameMagicHexagon/MagicHexagon-m1-s1/
MagicHexagon-11-0066.xml
MD5SUM0b8750a079fea2eda3490f2b84dad210
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables441
Number of constraints70
Number of domains1
Minimum domain size331
Maximum domain size331
Distribution of domain sizes[{"size":331,"count":331}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":110},{"degree":4,"count":325},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity331
Distribution of constraint arities[{"arity":2,"count":6},{"arity":11,"count":6},{"arity":12,"count":6},{"arity":13,"count":6},{"arity":14,"count":6},{"arity":15,"count":6},{"arity":16,"count":6},{"arity":17,"count":6},{"arity":18,"count":6},{"arity":19,"count":6},{"arity":20,"count":6},{"arity":21,"count":3},{"arity":331,"count":1}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"allDifferent","count":1},{"type":"sum","count":63}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.10	c intension x[0][0]<x[0][10]  using generic constraint 
0.00/0.10	c intension x[0][0]<x[10][20]  using generic constraint 
0.00/0.10	c intension x[0][0]<x[20][10]  using generic constraint 
0.00/0.10	c intension x[0][0]<x[20][0]  using generic constraint 
0.00/0.10	c intension x[0][0]<x[10][0]  using generic constraint 
0.00/0.10	c intension x[0][10]<x[10][0]  using generic constraint 
0.00/0.10	c root propagations     : 9           
0.00/0.10	c restarts enabled, print stats at every restarts
0.00/0.10	c
0.00/0.10	c
0.00/0.10	c
0.00/0.10	c This is cosoco 1.12 --  
0.00/0.10	c
0.00/0.10	c command line: cosoco -lc -model -restarts HOME/instance-4267310-1502610629.xml 
0.00/0.10	c ========================================[ Problem Statistics ]===========================================
0.00/0.10	c |                                                                                                       
0.00/0.10	c |  Parse time        :         0.01 s 
0.00/0.10	c |
0.00/0.10	c |               Variables: 441
0.00/0.10	c |            Domain Sizes: 331..331
0.00/0.10	c |
0.00/0.10	c |             Constraints: 70
0.00/0.10	c |                   Arity: 2..331  -- Binary: 6
0.00/0.10	c | 
0.00/0.10	c |                   Types: 
0.00/0.10	c |                          (X - Y < k): 6
0.00/0.10	c |                          All Different: 1
0.00/0.10	c |                          Sum: 63
0.00/0.10	c |                          
0.00/0.10	c =========================================================================================================
0.00/0.10	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth
0.00/0.10	c remove useless variable x[0][11]
0.00/0.10	c remove useless variable x[0][12]
0.00/0.10	c remove useless variable x[0][13]
0.00/0.10	c remove useless variable x[0][14]
0.00/0.10	c remove useless variable x[0][15]
0.00/0.10	c remove useless variable x[0][16]
0.00/0.10	c remove useless variable x[0][17]
0.00/0.10	c remove useless variable x[0][18]
0.00/0.10	c remove useless variable x[0][19]
0.00/0.10	c remove useless variable x[0][20]
0.00/0.10	c remove useless variable x[1][12]
0.00/0.10	c remove useless variable x[1][13]
0.00/0.10	c remove useless variable x[1][14]
0.00/0.10	c remove useless variable x[1][15]
0.00/0.10	c remove useless variable x[1][16]
0.00/0.10	c remove useless variable x[1][17]
0.00/0.10	c remove useless variable x[1][18]
0.00/0.10	c remove useless variable x[1][19]
0.00/0.10	c remove useless variable x[1][20]
0.00/0.10	c remove useless variable x[2][13]
0.00/0.10	c remove useless variable x[2][14]
0.00/0.10	c remove useless variable x[2][15]
0.00/0.10	c remove useless variable x[2][16]
0.00/0.10	c remove useless variable x[2][17]
0.00/0.10	c remove useless variable x[2][18]
0.00/0.10	c remove useless variable x[2][19]
0.00/0.10	c remove useless variable x[2][20]
0.00/0.10	c remove useless variable x[3][14]
0.00/0.10	c remove useless variable x[3][15]
0.00/0.10	c remove useless variable x[3][16]
0.00/0.10	c remove useless variable x[3][17]
0.00/0.10	c remove useless variable x[3][18]
0.00/0.10	c remove useless variable x[3][19]
0.00/0.10	c remove useless variable x[3][20]
0.00/0.10	c remove useless variable x[4][15]
0.00/0.10	c remove useless variable x[4][16]
0.00/0.10	c remove useless variable x[4][17]
0.00/0.10	c remove useless variable x[4][18]
0.00/0.10	c remove useless variable x[4][19]
0.00/0.10	c remove useless variable x[4][20]
0.00/0.10	c remove useless variable x[5][16]
0.00/0.10	c remove useless variable x[5][17]
0.00/0.10	c remove useless variable x[5][18]
0.00/0.10	c remove useless variable x[5][19]
0.00/0.10	c remove useless variable x[5][20]
0.00/0.10	c remove useless variable x[6][17]
0.00/0.10	c remove useless variable x[6][18]
0.00/0.10	c remove useless variable x[6][19]
0.00/0.10	c remove useless variable x[6][20]
0.00/0.10	c remove useless variable x[7][18]
0.00/0.10	c remove useless variable x[7][19]
0.00/0.10	c remove useless variable x[7][20]
0.00/0.10	c remove useless variable x[8][19]
0.00/0.10	c remove useless variable x[8][20]
0.00/0.10	c remove useless variable x[9][20]
0.00/0.10	c remove useless variable x[11][20]
0.00/0.10	c remove useless variable x[12][19]
0.00/0.10	c remove useless variable x[12][20]
0.00/0.10	c remove useless variable x[13][18]
0.00/0.10	c remove useless variable x[13][19]
0.00/0.10	c remove useless variable x[13][20]
0.00/0.10	c remove useless variable x[14][17]
0.00/0.10	c remove useless variable x[14][18]
0.00/0.10	c remove useless variable x[14][19]
0.00/0.10	c remove useless variable x[14][20]
0.00/0.10	c remove useless variable x[15][16]
0.00/0.10	c remove useless variable x[15][17]
0.00/0.10	c remove useless variable x[15][18]
0.00/0.10	c remove useless variable x[15][19]
0.00/0.10	c remove useless variable x[15][20]
0.00/0.10	c remove useless variable x[16][15]
0.00/0.10	c remove useless variable x[16][16]
0.00/0.10	c remove useless variable x[16][17]
0.00/0.10	c remove useless variable x[16][18]
0.00/0.10	c remove useless variable x[16][19]
0.00/0.10	c remove useless variable x[16][20]
0.00/0.10	c remove useless variable x[17][14]
0.00/0.10	c remove useless variable x[17][15]
0.00/0.10	c remove useless variable x[17][16]
0.00/0.10	c remove useless variable x[17][17]
0.00/0.10	c remove useless variable x[17][18]
0.00/0.10	c remove useless variable x[17][19]
0.00/0.10	c remove useless variable x[17][20]
0.00/0.10	c remove useless variable x[18][13]
0.00/0.10	c remove useless variable x[18][14]
0.00/0.10	c remove useless variable x[18][15]
0.00/0.10	c remove useless variable x[18][16]
0.00/0.10	c remove useless variable x[18][17]
0.00/0.10	c remove useless variable x[18][18]
0.00/0.10	c remove useless variable x[18][19]
0.00/0.10	c remove useless variable x[18][20]
0.00/0.10	c remove useless variable x[19][12]
0.00/0.10	c remove useless variable x[19][13]
0.00/0.10	c remove useless variable x[19][14]
0.00/0.10	c remove useless variable x[19][15]
0.00/0.10	c remove useless variable x[19][16]
0.00/0.10	c remove useless variable x[19][17]
0.00/0.10	c remove useless variable x[19][18]
0.00/0.10	c remove useless variable x[19][19]
0.00/0.10	c remove useless variable x[19][20]
0.00/0.10	c remove useless variable x[20][11]
0.00/0.10	c remove useless variable x[20][12]
0.00/0.10	c remove useless variable x[20][13]
0.00/0.10	c remove useless variable x[20][14]
0.00/0.10	c remove useless variable x[20][15]
0.00/0.10	c remove useless variable x[20][16]
0.00/0.10	c remove useless variable x[20][17]
0.00/0.10	c remove useless variable x[20][18]
0.00/0.10	c remove useless variable x[20][19]
0.00/0.10	c remove useless variable x[20][20]
0.01/0.15	c 101            118            2124           34575          6              0              3   6   4      
0.12/0.21	c 211            252            4508           74753          6              0              3   7   5      
0.12/0.28	c 332            394            6861           114921         6              0              3   6   4      
0.22/0.32	c 465            528            9065           380723         6              0              2   2   1      
0.22/0.40	c 611            699            11920          430123         6              0              3   6   4      
0.32/0.45	c 771            863            14621          724083         6              0              2   4   2      
0.32/0.50	c 947            1046           17655          1023872        6              0              2   5   2      
0.42/0.57	c 1140           1248           21160          1329802        6              0              2   5   2      
0.51/0.65	c 1352           1475           25263          1639473        6              0              2   6   2      
0.60/0.74	c 1585           1727           29790          1958475        6              0              2   6   2      
0.70/0.88	c 1841           2026           34696          2038370        6              0              3   6   5      
0.80/0.99	c 2122           2333           40100          2372853        6              0              2   6   3      
1.01/1.12	c 2431           2673           45970          2715718        6              0              2   6   3      
1.10/1.27	c 2770           3048           52345          3066984        6              0              2   6   3      
1.30/1.42	c 3142           3461           59191          3425986        6              0              2   6   3      
1.50/1.60	c 3551           3917           66668          3795847        6              0              2   6   3      
1.70/1.80	c 4000           4420           74756          4174720        6              0              2   6   3      
1.91/2.01	c 4493           4974           83631          4568910        6              0              2   6   4      
2.10/2.26	c 5035           5586           93300          4975495        6              0              2   7   4      
2.40/2.53	c 5631           6262           104009         5405062        6              0              2   7   4      
2.70/2.84	c 6286           7008           115971         5856628        6              0              2   7   4      
3.01/3.17	c 7006           7829           128779         6323303        6              0              2   7   4      
3.50/3.61	c 7798           8754           144293         6575460        6              0              3   7   5      
3.91/4.01	c 8669           9758           159932         7082912        6              0              2   7   4      
4.30/4.46	c 9627           10865          176940         7613197        6              0              2   7   4      
4.91/5.02	c 10680          12069          191427         8035942        6              0              4   8   6      
5.40/5.57	c 11838          13419          211958         8612014        6              0              2   8   5      
6.10/6.25	c 13111          14876          229456         9125457        6              0              4   8   6      
6.80/6.92	c 14511          16523          254386         9766635        6              0              2   8   5      
7.50/7.66	c 16051          18337          281734         10449294       6              0              2   8   5      
8.30/8.48	c 17745          20333          311585         11178164       6              0              2   8   5      
9.20/9.39	c 19608          22538          344749         11955420       6              0              2   8   5      
10.30/10.42	c 21657          24969          381666         12805097       6              0              2   8   5      
11.50/11.70	c 23910          27576          413437         13742312       6              0              4   8   6      
12.80/12.96	c 26388          30526          458082         14729664       6              0              2   8   6      
14.20/14.37	c 29113          33784          507704         15802431       6              0              2   8   6      
15.80/15.93	c 32110          37370          562224         16955045       6              0              2   8   6      
17.50/17.62	c 35406          41311          621717         18181372       6              0              2   8   6      
19.30/19.49	c 39031          45654          687187         19499665       6              0              2   8   6      
21.40/21.56	c 43018          50439          759641         20938390       6              0              2   8   6      
23.70/23.85	c 47403          55698          839076         22503525       6              0              2   8   6      
26.20/26.39	c 52226          61501          927036         24215178       6              0              2   8   6      
29.01/29.17	c 57531          67881          1023397        26054526       6              0              2   8   6      
32.10/32.22	c 63366          74901          1128970        28042864       6              0              2   8   6      
35.50/35.61	c 69784          82626          1245637        30225367       6              0              2   8   6      
39.20/39.35	c 76843          91138          1374401        32614160       6              0              2   8   6      
44.01/44.19	c 84607          100505         1538575        35266485       6              0              3   8   6      
48.60/48.71	c 93147          110803         1693910        38092758       6              0              2   8   6      
53.60/53.70	c 102541         122144         1865190        41177559       6              0              2   8   6      
59.10/59.20	c 112874         134625         2053948        44556252       6              0              2   8   6      
65.20/65.32	c 124240         148384         2262801        48292904       6              0              2   8   6      
72.01/72.12	c 136742         163551         2493241        52414549       6              0              2   8   6      
79.50/79.67	c 150494         180263         2747320        56960971       6              0              2   8   6      
87.91/88.03	c 165621         198669         3027441        61976043       6              0              2   8   6      
97.11/97.27	c 182260         218931         3335738        67497459       6              0              2   8   6      
107.31/107.49	c 200562         241247         3675690        73562358       6              0              2   8   6      
118.71/118.84	c 220694         265865         4051889        80261697       6              0              2   9   6      
131.31/131.43	c 242839         293006         4467610        87648288       6              0              2   9   6      
145.21/145.35	c 267198         322924         4926778        95782012       6              0              2   9   6      
160.71/160.82	c 293992         355925         5435037        104781156      6              0              2   9   6      
177.81/177.99	c 323465         392335         5997579        114748132      6              0              2   9   6      
196.81/196.98	c 355885         432450         6617542        125732076      6              0              2   9   6      
218.02/218.14	c 391547         476729         7306506        137939123      6              0              2   9   7      
243.31/243.40	c 430775         523490         7894482        156557658      6              0              4   9   7      
269.11/269.28	c 473925         577253         8733850        171524327      6              0              2   9   7      
297.71/297.88	c 521390         636479         9660429        188030180      6              0              2   9   7      
329.41/329.51	c 573601         701735         10684007       206208841      6              0              2   9   7      
364.82/364.93	c 631033         773879         11825081       226662829      6              0              2   9   7      
404.12/404.23	c 694208         853436         13087647       249422787      6              0              2   9   7      
447.42/447.57	c 763700         941071         14482303       274448409      6              0              2   9   7      
495.52/495.67	c 840141         1037748        16031097       302412708      6              0              2   9   7      
549.12/549.20	c 924226         1144413        17748303       333554577      6              0              2   9   7      
608.52/608.62	c 1016719        1262035        19649056       368143275      6              0              2   9   7      
674.13/674.23	c 1118461        1391624        21748670       406320346      6              0              2   9   7      
760.83/760.98	c 1230377        1534920        24566517       454246943      6              0              3   9   7      
841.94/842.06	c 1353484        1692838        27162305       501707479      6              0              2   9   7      
949.94/950.09	c 1488901        1867707        30654915       561701395      6              0              3   9   7      
1051.14/1051.28	c 1637859        2060779        33908091       621602008      6              0              2   10   7     
1165.74/1165.86	c 1801712        2274390        37603591       690951749      6              0              2   10   7     
1300.34/1300.48	c 1981950        2496026        40532709       794075607      6              0              4   10   8     
1443.85/1443.94	c 2180211        2756958        45188818       882431647      6              0              3   10   7     
1603.55/1603.62	c 2398298        3044334        50376794       981767509      6              0              3   10   7     
1780.07/1780.14	c 2638193        3361187        56112587       1091640918     6              0              3   10   7     
1973.86/1973.93	c 2902077        3709998        62420244       1211812972     6              0              3   10   7     
2205.08/2205.15	c 3192349        4071763        67320114       1391989745     6              0              4   10   8     
2400.09/2400.10	
2400.09/2400.10	c *** INTERRUPTED ***
2400.09/2400.10	c restarts              : 85          
2400.09/2400.10	c conflicts             : 3455467      (1440 /sec)
2400.09/2400.10	c decisions             : 4420694      (1842 /sec)
2400.09/2400.10	c propagations          : 1513272823  (630507 /sec)
2400.09/2400.10	c root propagations     : 9           
2400.09/2400.10	c filter calls          : 73678863       (30698 /sec)
2400.09/2400.10	c useless filter calls  : 61065074       (82 %)
2400.09/2400.10	c Memory used           : 27.70 MB
2400.09/2400.10	c CPU time              : 2400.09 s
2400.09/2400.10	
2400.09/2400.10	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (15439 MiB free)
  memory of node 1: 16384 MiB (15599 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4267310-1502610629/watcher-4267310-1502610629 -o /tmp/evaluation-result-4267310-1502610629/solver-4267310-1502610629 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502596287-9625 --watchdog 2560 cosoco -lc -model -restarts HOME/instance-4267310-1502610629.xml 

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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=12124, runsolver pid=12121
Current StackSize limit: 8192 KiB


[startup+0.100137 s]*
/proc/loadavg: 2.02 2.30 2.49 3/186 12125
/proc/meminfo: memFree=31782888/32770624 swapFree=67108764/67108860
[pid=12124] ppid=12121 vsize=28356 memory=5048 CPUtime=0.01 cores=1,3,5,7
/proc/12124/stat : 12124 (cosoco) R 12121 12124 4674 0 -1 4202496 1433 0 0 0 1 0 0 0 20 0 1 0 108569344 29036544 1262 18446744073709551615 4194304 5748600 140726747376928 140726747373576 4941458 0 0 1 8405026 0 0 0 17 3 0 0 9 0 0 7849824 7854664 13766656 140726747378121 140726747378216 140726747378216 140726747381710 0
/proc/12124/statm: 7089 1262 777 380 0 507 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 28356 KiB
Current children cumulated memory: 5048 KiB

[startup+0.209569 s]*
/proc/loadavg: 2.02 2.30 2.49 3/186 12125
/proc/meminfo: memFree=31782516/32770624 swapFree=67108764/67108860
[pid=12124] ppid=12121 vsize=28356 memory=5048 CPUtime=0.12 cores=1,3,5,7
/proc/12124/stat : 12124 (cosoco) R 12121 12124 4674 0 -1 4202496 1433 0 0 0 12 0 0 0 20 0 1 0 108569344 29036544 1262 18446744073709551615 4194304 5748600 140726747376928 140726747373576 5000352 0 0 1 8405026 0 0 0 17 3 0 0 9 0 0 7849824 7854664 13766656 140726747378121 140726747378216 140726747378216 140726747381710 0
/proc/12124/statm: 7089 1262 777 380 0 507 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28356 KiB
Current children cumulated memory: 5048 KiB

[startup+0.308855 s]*
/proc/loadavg: 2.02 2.30 2.49 4/186 12125
/proc/meminfo: memFree=31782204/32770624 swapFree=67108764/67108860
[pid=12124] ppid=12121 vsize=28356 memory=5048 CPUtime=0.22 cores=1,3,5,7
/proc/12124/stat : 12124 (cosoco) R 12121 12124 4674 0 -1 4202496 1433 0 0 0 22 0 0 0 20 0 1 0 108569344 29036544 1262 18446744073709551615 4194304 5748600 140726747376928 140726747374328 4941424 0 0 1 8405026 0 0 0 17 3 0 0 9 0 0 7849824 7854664 13766656 140726747378121 140726747378216 140726747378216 140726747381710 0
/proc/12124/statm: 7089 1262 777 380 0 507 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 28356 KiB
Current children cumulated memory: 5048 KiB

[startup+0.700269 s]
/proc/loadavg: 2.02 2.30 2.49 3/186 12125
/proc/meminfo: memFree=31782180/32770624 swapFree=67108764/67108860
[pid=12124] ppid=12121 vsize=28356 memory=5048 CPUtime=0.6 cores=1,3,5,7
/proc/12124/stat : 12124 (cosoco) R 12121 12124 4674 0 -1 4202496 1433 0 0 0 60 0 0 0 20 0 1 0 108569344 29036544 1262 18446744073709551615 4194304 5748600 140726747376928 140726747374328 4919573 0 0 1 8405026 0 0 0 17 3 0 0 9 0 0 7849824 7854664 13766656 140726747378121 140726747378216 140726747378216 140726747381710 0
/proc/12124/statm: 7089 1262 777 380 0 507 0
Current children cumulated CPU time: 0.6 s
Current children cumulated vsize: 28356 KiB
Current children cumulated memory: 5048 KiB

[startup+1.50027 s]
/proc/loadavg: 2.02 2.30 2.49 3/186 12125
/proc/meminfo: memFree=31782100/32770624 swapFree=67108764/67108860
[pid=12124] ppid=12121 vsize=28356 memory=5048 CPUtime=1.4 cores=1,3,5,7
/proc/12124/stat : 12124 (cosoco) R 12121 12124 4674 0 -1 4202496 1433 0 0 0 140 0 0 0 20 0 1 0 108569344 29036544 1262 18446744073709551615 4194304 5748600 140726747376928 140726747374328 4941458 0 0 1 8405026 0 0 0 17 3 0 0 9 0 0 7849824 7854664 13766656 140726747378121 140726747378216 140726747378216 140726747381710 0
/proc/12124/statm: 7089 1262 777 380 0 507 0
Current children cumulated CPU time: 1.4 s
Current children cumulated vsize: 28356 KiB
Current children cumulated memory: 5048 KiB

[startup+3.10892 s]
/proc/loadavg: 2.02 2.30 2.49 3/186 12125
/proc/meminfo: memFree=31782000/32770624 swapFree=67108764/67108860
[pid=12124] ppid=12121 vsize=28356 memory=5084 CPUtime=3.01 cores=1,3,5,7
/proc/12124/stat : 12124 (cosoco) R 12121 12124 4674 0 -1 4202496 1782 0 0 0 301 0 0 0 20 0 1 0 108569344 29036544 1271 18446744073709551615 4194304 5748600 140726747376928 140726747374328 4917765 0 0 1 8405026 0 0 0 17 3 0 0 9 0 0 7849824 7854664 13766656 140726747378121 140726747378216 140726747378216 140726747381710 0
/proc/12124/statm: 7089 1271 785 380 0 507 0
Current children cumulated CPU time: 3.01 s
Current children cumulated vsize: 28356 KiB
Current children cumulated memory: 5084 KiB

[startup+6.30026 s]
/proc/loadavg: 2.02 2.29 2.49 3/186 12125
/proc/meminfo: memFree=31781912/32770624 swapFree=67108764/67108860
[pid=12124] ppid=12121 vsize=28356 memory=5084 CPUtime=6.2 cores=1,3,5,7
/proc/12124/stat : 12124 (cosoco) R 12121 12124 4674 0 -1 4202496 2131 0 0 0 620 0 0 0 20 0 1 0 108569344 29036544 1271 18446744073709551615 4194304 5748600 140726747376928 140726747374328 4941476 0 0 1 8405026 0 0 0 17 3 0 0 9 0 0 7849824 7854664 13766656 140726747378121 140726747378216 140726747378216 140726747381710 0
/proc/12124/statm: 7089 1271 785 380 0 507 0
Current children cumulated CPU time: 6.2 s
Current children cumulated vsize: 28356 KiB
Current children cumulated memory: 5084 KiB

[startup+12.7003 s]
/proc/loadavg: 2.02 2.29 2.48 3/186 12125
/proc/meminfo: memFree=31782032/32770624 swapFree=67108764/67108860
[pid=12124] ppid=12121 vsize=28356 memory=5084 CPUtime=12.6 cores=1,3,5,7
/proc/12124/stat : 12124 (cosoco) R 12121 12124 4674 0 -1 4202496 2485 0 0 0 1260 0 0 0 20 0 1 0 108569344 29036544 1271 18446744073709551615 4194304 5748600 140726747376928 140726747374328 4917986 0 0 1 8405026 0 0 0 17 3 0 0 9 0 0 7849824 7854664 13766656 140726747378121 140726747378216 140726747378216 140726747381710 0
/proc/12124/statm: 7089 1271 785 380 0 507 0
Current children cumulated CPU time: 12.6 s
Current children cumulated vsize: 28356 KiB
Current children cumulated memory: 5084 KiB

[startup+25.5003 s]
/proc/loadavg: 2.01 2.27 2.48 3/186 12126
/proc/meminfo: memFree=31782404/32770624 swapFree=67108764/67108860
[pid=12124] ppid=12121 vsize=28356 memory=5084 CPUtime=25.4 cores=1,3,5,7
/proc/12124/stat : 12124 (cosoco) R 12121 12124 4674 0 -1 4202496 3187 0 0 0 2540 0 0 0 20 0 1 0 108569344 29036544 1271 18446744073709551615 4194304 5748600 140726747376928 140726747374328 5130111 0 0 1 8405026 0 0 0 17 3 0 0 9 0 0 7849824 7854664 13766656 140726747378121 140726747378216 140726747378216 140726747381710 0
/proc/12124/statm: 7089 1271 785 380 0 507 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 28356 KiB
Current children cumulated memory: 5084 KiB

[startup+51.1089 s]
/proc/loadavg: 2.01 2.25 2.46 3/186 12126
/proc/meminfo: memFree=31782272/32770624 swapFree=67108764/67108860
[pid=12124] ppid=12121 vsize=28356 memory=5084 CPUtime=51.01 cores=1,3,5,7
/proc/12124/stat : 12124 (cosoco) R 12121 12124 4674 0 -1 4202496 3538 0 0 0 5101 0 0 0 20 0 1 0 108569344 29036544 1271 18446744073709551615 4194304 5748600 140726747376928 140726747374328 4915587 0 0 1 8405026 0 0 0 17 3 0 0 9 0 0 7849824 7854664 13766656 140726747378121 140726747378216 140726747378216 140726747381710 0
/proc/12124/statm: 7089 1271 785 380 0 507 0
Current children cumulated CPU time: 51.01 s
Current children cumulated vsize: 28356 KiB
Current children cumulated memory: 5084 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.21 2.44 3/186 12128
/proc/meminfo: memFree=31782456/32770624 swapFree=67108764/67108860
[pid=12124] ppid=12121 vsize=28356 memory=5084 CPUtime=102.21 cores=1,3,5,7
/proc/12124/stat : 12124 (cosoco) R 12121 12124 4674 0 -1 4202496 3893 0 0 0 10221 0 0 0 20 0 1 0 108569344 29036544 1271 18446744073709551615 4194304 5748600 140726747376928 140726747374328 5000352 0 0 1 8405026 0 0 0 17 3 0 0 9 0 0 7849824 7854664 13766656 140726747378121 140726747378216 140726747378216 140726747381710 0
/proc/12124/statm: 7089 1271 785 380 0 507 0
Current children cumulated CPU time: 102.21 s
Current children cumulated vsize: 28356 KiB
Current children cumulated memory: 5084 KiB

[startup+162.3 s]
/proc/loadavg: 2.06 2.19 2.41 3/186 12130
/proc/meminfo: memFree=31781832/32770624 swapFree=67108764/67108860
[pid=12124] ppid=12121 vsize=28356 memory=5084 CPUtime=162.21 cores=1,3,5,7
/proc/12124/stat : 12124 (cosoco) R 12121 12124 4674 0 -1 4202496 4244 0 0 0 16221 0 0 0 20 0 1 0 108569344 29036544 1271 18446744073709551615 4194304 5748600 140726747376928 140726747374328 5000352 0 0 1 8405026 0 0 0 17 3 0 0 9 0 0 7849824 7854664 13766656 140726747378121 140726747378216 140726747378216 140726747381710 0
/proc/12124/statm: 7089 1271 785 380 0 507 0
Current children cumulated CPU time: 162.21 s
Current children cumulated vsize: 28356 KiB
Current children cumulated memory: 5084 KiB

[startup+222.3 s]
/proc/loadavg: 2.02 2.16 2.39 3/189 12146
/proc/meminfo: memFree=31777352/32770624 swapFree=67108764/67108860
[pid=12124] ppid=12121 vsize=28356 memory=5084 CPUtime=222.21 cores=1,3,5,7
/proc/12124/stat : 12124 (cosoco) R 12121 12124 4674 0 -1 4202496 4595 0 0 0 22221 0 0 0 20 0 1 0 108569344 29036544 1271 18446744073709551615 4194304 5748600 140726747376928 140726747374328 4940984 0 0 1 8405026 0 0 0 17 3 0 0 9 0 0 7849824 7854664 13766656 140726747378121 140726747378216 140726747378216 140726747381710 0
/proc/12124/statm: 7089 1271 785 380 0 507 0
Current children cumulated CPU time: 222.21 s
Current children cumulated vsize: 28356 KiB
Current children cumulated memory: 5084 KiB

[startup+282.3 s]
/proc/loadavg: 2.01 2.13 2.37 3/187 12148
/proc/meminfo: memFree=31777372/32770624 swapFree=67108764/67108860
[pid=12124] ppid=12121 vsize=28356 memory=5084 CPUtime=282.21 cores=1,3,5,7
/proc/12124/stat : 12124 (cosoco) R 12121 12124 4674 0 -1 4202496 4951 0 0 0 28221 0 0 0 20 0 1 0 108569344 29036544 1271 18446744073709551615 4194304 5748600 140726747376928 140726747374328 4941458 0 0 1 8405026 0 0 0 17 3 0 0 9 0 0 7849824 7854664 13766656 140726747378121 140726747378216 140726747378216 140726747381710 0
/proc/12124/statm: 7089 1271 785 380 0 507 0
Current children cumulated CPU time: 282.21 s
Current children cumulated vsize: 28356 KiB
Current children cumulated memory: 5084 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.10 2.34 3/185 12151
/proc/meminfo: memFree=31781740/32770624 swapFree=67108764/67108860
[pid=12124] ppid=12121 vsize=28356 memory=5084 CPUtime=342.21 cores=1,3,5,7
/proc/12124/stat : 12124 (cosoco) R 12121 12124 4674 0 -1 4202496 4951 0 0 0 34221 0 0 0 20 0 1 0 108569344 29036544 1271 18446744073709551615 4194304 5748600 140726747376928 140726747374328 4941450 0 0 1 8405026 0 0 0 17 3 0 0 9 0 0 7849824 7854664 13766656 140726747378121 140726747378216 140726747378216 140726747381710 0
/proc/12124/statm: 7089 1271 785 380 0 507 0
Current children cumulated CPU time: 342.21 s
Current children cumulated vsize: 28356 KiB
Current children cumulated memory: 5084 KiB

[startup+402.3 s]
/proc/loadavg: 2.05 2.10 2.33 3/185 12153
/proc/meminfo: memFree=31781636/32770624 swapFree=67108764/67108860
[pid=12124] ppid=12121 vsize=28356 memory=5100 CPUtime=402.22 cores=1,3,5,7
/proc/12124/stat : 12124 (cosoco) R 12121 12124 4674 0 -1 4202496 5304 0 0 0 40222 0 0 0 20 0 1 0 108569344 29036544 1275 18446744073709551615 4194304 5748600 140726747376928 140726747374328 5000352 0 0 1 8405026 0 0 0 17 3 0 0 9 0 0 7849824 7854664 13766656 140726747378121 140726747378216 140726747378216 140726747381710 0
/proc/12124/statm: 7089 1275 785 380 0 507 0
Current children cumulated CPU time: 402.22 s
Current children cumulated vsize: 28356 KiB
Current children cumulated memory: 5100 KiB

[startup+462.3 s]
/proc/loadavg: 2.02 2.08 2.31 3/186 12156
/proc/meminfo: memFree=31781832/32770624 swapFree=67108764/67108860
[pid=12124] ppid=12121 vsize=28356 memory=5100 CPUtime=462.22 cores=1,3,5,7
/proc/12124/stat : 12124 (cosoco) R 12121 12124 4674 0 -1 4202496 5304 0 0 0 46222 0 0 0 20 0 1 0 108569344 29036544 1275 18446744073709551615 4194304 5748600 140726747376928 140726747374328 4917982 0 0 1 8405026 0 0 0 17 3 0 0 9 0 0 7849824 7854664 13766656 140726747378121 140726747378216 140726747378216 140726747381710 0
/proc/12124/statm: 7089 1275 785 380 0 507 0
Current children cumulated CPU time: 462.22 s
Current children cumulated vsize: 28356 KiB
Current children cumulated memory: 5100 KiB


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

/proc/12124/statm: 7089 1275 785 380 0 507 0
Current children cumulated CPU time: 1662.25 s
Current children cumulated vsize: 28356 KiB
Current children cumulated memory: 5100 KiB

[startup+1722.3 s]
/proc/loadavg: 2.00 2.07 2.13 3/186 12975
/proc/meminfo: memFree=31771388/32770624 swapFree=67108764/67108860
[pid=12124] ppid=12121 vsize=28356 memory=5100 CPUtime=1722.26 cores=1,3,5,7
/proc/12124/stat : 12124 (cosoco) R 12121 12124 4674 0 -1 4202496 12589 0 0 0 172226 0 0 0 20 0 1 0 108569344 29036544 1275 18446744073709551615 4194304 5748600 140726747376928 140726747374328 5130111 0 0 1 8405026 0 0 0 17 3 0 0 9 0 0 7849824 7854664 13766656 140726747378121 140726747378216 140726747378216 140726747381710 0
/proc/12124/statm: 7089 1275 785 380 0 507 0
Current children cumulated CPU time: 1722.26 s
Current children cumulated vsize: 28356 KiB
Current children cumulated memory: 5100 KiB

[startup+1782.3 s]
/proc/loadavg: 2.44 2.16 2.16 3/184 12977
/proc/meminfo: memFree=31771608/32770624 swapFree=67108764/67108860
[pid=12124] ppid=12121 vsize=28356 memory=5100 CPUtime=1782.26 cores=1,3,5,7
/proc/12124/stat : 12124 (cosoco) R 12121 12124 4674 0 -1 4202496 12942 0 0 0 178226 0 0 0 20 0 1 0 108569344 29036544 1275 18446744073709551615 4194304 5748600 140726747376928 140726747374328 5000352 0 0 1 8405026 0 0 0 17 3 0 0 9 0 0 7849824 7854664 13766656 140726747378121 140726747378216 140726747378216 140726747381710 0
/proc/12124/statm: 7089 1275 785 380 0 507 0
Current children cumulated CPU time: 1782.26 s
Current children cumulated vsize: 28356 KiB
Current children cumulated memory: 5100 KiB

[startup+1842.3 s]
/proc/loadavg: 2.23 2.16 2.16 3/184 12979
/proc/meminfo: memFree=31771360/32770624 swapFree=67108764/67108860
[pid=12124] ppid=12121 vsize=28356 memory=5100 CPUtime=1842.26 cores=1,3,5,7
/proc/12124/stat : 12124 (cosoco) R 12121 12124 4674 0 -1 4202496 13281 0 0 0 184226 0 0 0 20 0 1 0 108569344 29036544 1275 18446744073709551615 4194304 5748600 140726747376928 140726747374328 4915312 0 0 1 8405026 0 0 0 17 3 0 0 9 0 0 7849824 7854664 13766656 140726747378121 140726747378216 140726747378216 140726747381710 0
/proc/12124/statm: 7089 1275 785 380 0 507 0
Current children cumulated CPU time: 1842.26 s
Current children cumulated vsize: 28356 KiB
Current children cumulated memory: 5100 KiB

[startup+1902.3 s]
/proc/loadavg: 2.05 2.12 2.14 3/184 12981
/proc/meminfo: memFree=31771488/32770624 swapFree=67108764/67108860
[pid=12124] ppid=12121 vsize=28356 memory=5100 CPUtime=1902.26 cores=1,3,5,7
/proc/12124/stat : 12124 (cosoco) R 12121 12124 4674 0 -1 4202496 13620 0 0 0 190226 0 0 0 20 0 1 0 108569344 29036544 1275 18446744073709551615 4194304 5748600 140726747376928 140726747374328 4941424 0 0 1 8405026 0 0 0 17 3 0 0 9 0 0 7849824 7854664 13766656 140726747378121 140726747378216 140726747378216 140726747381710 0
/proc/12124/statm: 7089 1275 785 380 0 507 0
Current children cumulated CPU time: 1902.26 s
Current children cumulated vsize: 28356 KiB
Current children cumulated memory: 5100 KiB

[startup+1962.3 s]
/proc/loadavg: 2.02 2.10 2.13 3/185 12984
/proc/meminfo: memFree=31771488/32770624 swapFree=67108764/67108860
[pid=12124] ppid=12121 vsize=28356 memory=5100 CPUtime=1962.26 cores=1,3,5,7
/proc/12124/stat : 12124 (cosoco) R 12121 12124 4674 0 -1 4202496 13959 0 0 0 196226 0 0 0 20 0 1 0 108569344 29036544 1275 18446744073709551615 4194304 5748600 140726747376928 140726747374328 5000352 0 0 1 8405026 0 0 0 17 3 0 0 9 0 0 7849824 7854664 13766656 140726747378121 140726747378216 140726747378216 140726747381710 0
/proc/12124/statm: 7089 1275 785 380 0 507 0
Current children cumulated CPU time: 1962.26 s
Current children cumulated vsize: 28356 KiB
Current children cumulated memory: 5100 KiB

[startup+2022.3 s]
/proc/loadavg: 2.01 2.08 2.13 3/190 13002
/proc/meminfo: memFree=31766752/32770624 swapFree=67108764/67108860
[pid=12124] ppid=12121 vsize=28356 memory=5100 CPUtime=2022.27 cores=1,3,5,7
/proc/12124/stat : 12124 (cosoco) R 12121 12124 4674 0 -1 4202496 14310 0 0 0 202227 0 0 0 20 0 1 0 108569344 29036544 1275 18446744073709551615 4194304 5748600 140726747376928 140726747374328 4919560 0 0 1 8405026 0 0 0 17 3 0 0 9 0 0 7849824 7854664 13766656 140726747378121 140726747378216 140726747378216 140726747381710 0
/proc/12124/statm: 7089 1275 785 380 0 507 0
Current children cumulated CPU time: 2022.27 s
Current children cumulated vsize: 28356 KiB
Current children cumulated memory: 5100 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.07 2.12 3/190 13004
/proc/meminfo: memFree=31766628/32770624 swapFree=67108764/67108860
[pid=12124] ppid=12121 vsize=28356 memory=5100 CPUtime=2082.27 cores=1,3,5,7
/proc/12124/stat : 12124 (cosoco) R 12121 12124 4674 0 -1 4202496 14648 0 0 0 208227 0 0 0 20 0 1 0 108569344 29036544 1275 18446744073709551615 4194304 5748600 140726747376928 140726747374328 5000352 0 0 1 8405026 0 0 0 17 3 0 0 9 0 0 7849824 7854664 13766656 140726747378121 140726747378216 140726747378216 140726747381710 0
/proc/12124/statm: 7089 1275 785 380 0 507 0
Current children cumulated CPU time: 2082.27 s
Current children cumulated vsize: 28356 KiB
Current children cumulated memory: 5100 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.05 2.12 3/187 13006
/proc/meminfo: memFree=31770148/32770624 swapFree=67108764/67108860
[pid=12124] ppid=12121 vsize=28356 memory=5100 CPUtime=2142.27 cores=1,3,5,7
/proc/12124/stat : 12124 (cosoco) R 12121 12124 4674 0 -1 4202496 14986 0 0 0 214227 0 0 0 20 0 1 0 108569344 29036544 1275 18446744073709551615 4194304 5748600 140726747376928 140726747374328 5122362 0 0 1 8405026 0 0 0 17 3 0 0 9 0 0 7849824 7854664 13766656 140726747378121 140726747378216 140726747378216 140726747381710 0
/proc/12124/statm: 7089 1275 785 380 0 507 0
Current children cumulated CPU time: 2142.27 s
Current children cumulated vsize: 28356 KiB
Current children cumulated memory: 5100 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.04 2.11 3/187 13008
/proc/meminfo: memFree=31770148/32770624 swapFree=67108764/67108860
[pid=12124] ppid=12121 vsize=28356 memory=5100 CPUtime=2202.27 cores=1,3,5,7
/proc/12124/stat : 12124 (cosoco) R 12121 12124 4674 0 -1 4202496 15324 0 0 0 220227 0 0 0 20 0 1 0 108569344 29036544 1275 18446744073709551615 4194304 5748600 140726747376928 140726747374328 4918953 0 0 1 8405026 0 0 0 17 3 0 0 9 0 0 7849824 7854664 13766656 140726747378121 140726747378216 140726747378216 140726747381710 0
/proc/12124/statm: 7089 1275 785 380 0 507 0
Current children cumulated CPU time: 2202.27 s
Current children cumulated vsize: 28356 KiB
Current children cumulated memory: 5100 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.04 2.10 3/186 13010
/proc/meminfo: memFree=31770500/32770624 swapFree=67108764/67108860
[pid=12124] ppid=12121 vsize=28356 memory=5100 CPUtime=2262.27 cores=1,3,5,7
/proc/12124/stat : 12124 (cosoco) R 12121 12124 4674 0 -1 4202496 15678 0 0 0 226227 0 0 0 20 0 1 0 108569344 29036544 1275 18446744073709551615 4194304 5748600 140726747376928 140726747374328 4919573 0 0 1 8405026 0 0 0 17 3 0 0 9 0 0 7849824 7854664 13766656 140726747378121 140726747378216 140726747378216 140726747381710 0
/proc/12124/statm: 7089 1275 785 380 0 507 0
Current children cumulated CPU time: 2262.27 s
Current children cumulated vsize: 28356 KiB
Current children cumulated memory: 5100 KiB

[startup+2322.3 s]
/proc/loadavg: 2.05 2.04 2.10 3/184 13012
/proc/meminfo: memFree=31770260/32770624 swapFree=67108764/67108860
[pid=12124] ppid=12121 vsize=28356 memory=5100 CPUtime=2322.27 cores=1,3,5,7
/proc/12124/stat : 12124 (cosoco) R 12121 12124 4674 0 -1 4202496 16017 0 0 0 232227 0 0 0 20 0 1 0 108569344 29036544 1275 18446744073709551615 4194304 5748600 140726747376928 140726747374328 5000352 0 0 1 8405026 0 0 0 17 3 0 0 9 0 0 7849824 7854664 13766656 140726747378121 140726747378216 140726747378216 140726747381710 0
/proc/12124/statm: 7089 1275 785 380 0 507 0
Current children cumulated CPU time: 2322.27 s
Current children cumulated vsize: 28356 KiB
Current children cumulated memory: 5100 KiB

[startup+2382.3 s]
/proc/loadavg: 2.02 2.04 2.10 3/185 13015
/proc/meminfo: memFree=31770616/32770624 swapFree=67108764/67108860
[pid=12124] ppid=12121 vsize=28356 memory=5100 CPUtime=2382.28 cores=1,3,5,7
/proc/12124/stat : 12124 (cosoco) R 12121 12124 4674 0 -1 4202496 16356 0 0 0 238228 0 0 0 20 0 1 0 108569344 29036544 1275 18446744073709551615 4194304 5748600 140726747376928 140726747374328 4941424 0 0 1 8405026 0 0 0 17 3 0 0 9 0 0 7849824 7854664 13766656 140726747378121 140726747378216 140726747378216 140726747381710 0
/proc/12124/statm: 7089 1275 785 380 0 507 0
Current children cumulated CPU time: 2382.28 s
Current children cumulated vsize: 28356 KiB
Current children cumulated memory: 5100 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.11 s]
/proc/loadavg: 2.01 2.04 2.10 3/185 13015
/proc/meminfo: memFree=31770616/32770624 swapFree=67108764/67108860
[pid=12124] ppid=12121 vsize=28356 memory=5100 CPUtime=2400.09 cores=1,3,5,7
/proc/12124/stat : 12124 (cosoco) R 12121 12124 4674 0 -1 4202496 16695 0 0 0 240009 0 0 0 20 0 1 0 108569344 29036544 1275 18446744073709551615 4194304 5748600 140726747376928 140726747374328 4915483 0 0 1 8405026 0 0 0 17 3 0 0 9 0 0 7849824 7854664 13766656 140726747378121 140726747378216 140726747378216 140726747381710 0
/proc/12124/statm: 7089 1275 785 380 0 507 0
Current children cumulated CPU time: 2400.09 s
Current children cumulated vsize: 28356 KiB
Current children cumulated memory: 5100 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2400.11 s]
# the end of solver process 12124 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2400.09 s, system=0.004 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2400.11 s]
/proc/loadavg: 2.01 2.04 2.10 3/185 13015
/proc/meminfo: memFree=31770616/32770624 swapFree=67108764/67108860
[pid=12124] ppid=12121 vsize=28356 memory=5100 CPUtime=2400.09 cores=1,3,5,7
/proc/12124/stat : 12124 (cosoco) R 12121 12124 4674 0 -1 4202496 16695 0 0 0 240009 0 0 0 20 0 1 0 108569344 29036544 1275 18446744073709551615 4194304 5748600 140726747376928 140726747374328 4915483 0 0 1 8405026 0 0 0 17 3 0 0 9 0 0 7849824 7854664 13766656 140726747378121 140726747378216 140726747378216 140726747381710 0
/proc/12124/statm: 7089 1275 785 380 0 507 0
Current children cumulated CPU time: 2400.09 s
Current children cumulated vsize: 28356 KiB
Current children cumulated memory: 5100 KiB

Child status: 1
Real time (s): 2400.11
CPU time (s): 2400.09
CPU user time (s): 2400.09
CPU system time (s): 0.004
CPU usage (%): 99.9994
Max. virtual memory (cumulated for all children) (KiB): 28356
Max. memory (cumulated for all children) (KiB): 5100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2400.09
system time used= 0.004
maximum resident set size= 5172
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16748
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= 9
involuntary context switches= 626


# summary of solver processes directly reported to runsolver:
#   pid: 12124
#   total CPU time (s): 2400.09
#   total CPU user time (s): 2400.09
#   total CPU system time (s): 0.004

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.57933 second user time and 14.8701 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-13 09:36:35
IDJOB=4267310
IDBENCH=133642
IDSOLVER=2657
FILE ID=node134/4267310-1502610629
RUNJOBID= node134-1502596287-9625
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco-mini 1.12
BENCH NAME= XCSP17/MagicHexagon/MagicHexagon-m1-s1/MagicHexagon-11-0066.xml
COMMAND LINE= cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4267310-1502610629/watcher-4267310-1502610629 -o /tmp/evaluation-result-4267310-1502610629/solver-4267310-1502610629 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502596287-9625 --watchdog 2560  cosoco -lc -model -restarts HOME/instance-4267310-1502610629.xml

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

MD5SUM BENCH= 0b8750a079fea2eda3490f2b84dad210
RANDOM SEED=1341402984

node134.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.43
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.43
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.43
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.43
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:        31783652 kB
MemAvailable:   31967504 kB
Buffers:          217796 kB
Cached:           259144 kB
SwapCached:            4 kB
Active:           351968 kB
Inactive:         184708 kB
Active(anon):       6372 kB
Inactive(anon):    94540 kB
Active(file):     345596 kB
Inactive(file):    90168 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108764 kB
Dirty:              2016 kB
Writeback:             0 kB
AnonPages:         73300 kB
Mapped:            57108 kB
Shmem:             41564 kB
Slab:             154424 kB
SReclaimable:     127844 kB
SUnreclaim:        26580 kB
KernelStack:        3552 kB
PageTables:         4916 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     341488 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     24576 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62028 MiB
End job on node134 at 2017-08-13 10:16:35