Trace number 4267924

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.12SAT 1714 1714.25

General information on the benchmark

NameBlackhole/Blackhole-m1-s04/
Blackhole-04-3-09.xml
MD5SUM17bc822c402a875f29fa8e71eab00d77
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.017673999
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints27
Number of domains1
Minimum domain size16
Maximum domain size16
Distribution of domain sizes[{"size":16,"count":32}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":27},{"degree":3,"count":5}]
Minimum constraint arity1
Maximum constraint arity32
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":25},{"arity":32,"count":1}]
Number of extensional constraints15
Number of intensional constraints11
Distribution of constraint types[{"type":"extension","count":15},{"type":"intension","count":11},{"type":"channel","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.09	c Create channel(X,Y) constraint using 16 element constraint 
0.00/0.09	c intension y[5]<y[6]  using generic constraint 
0.00/0.09	c intension y[6]<y[4]  using generic constraint 
0.00/0.09	c intension y[11]<y[14]  using generic constraint 
0.00/0.09	c intension y[14]<y[12]  using generic constraint 
0.00/0.09	c intension y[3]<y[15]  using generic constraint 
0.00/0.09	c intension y[15]<y[2]  using generic constraint 
0.00/0.09	c intension y[7]<y[8]  using generic constraint 
0.00/0.09	c intension y[8]<y[9]  using generic constraint 
0.00/0.09	c intension y[10]<y[13]  using generic constraint 
0.00/0.09	c intension y[13]<y[1]  using generic constraint 
0.00/0.09	c root propagations     : 90          
0.00/0.09	c restarts enabled, print stats at every restarts
0.00/0.09	c
0.00/0.09	c
0.00/0.09	c
0.00/0.09	c This is cosoco 1.12 --  
0.00/0.09	c
0.00/0.09	c command line: cosoco -lc -model -restarts HOME/instance-4267924-1502545998.xml 
0.00/0.09	c ========================================[ Problem Statistics ]===========================================
0.00/0.09	c |                                                                                                       
0.00/0.09	c |  Parse time        :         0.01 s 
0.00/0.09	c |
0.00/0.09	c |               Variables: 32
0.00/0.09	c |            Domain Sizes: 16..16
0.00/0.09	c |
0.00/0.09	c |             Constraints: 42
0.00/0.09	c |                   Arity: 1..17  -- Unary: 1  -- Binary: 25
0.00/0.09	c | 
0.00/0.09	c |                   Types: 
0.00/0.09	c |                          (X - Y < k): 10
0.00/0.09	c |                          Element Constant: 16
0.00/0.09	c |                          Extension: 15  (nb tuples: 128..128) -- (shared: 14)
0.00/0.09	c |                          Intension: 1
0.00/0.09	c |                          
0.00/0.09	c =========================================================================================================
0.00/0.09	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth
0.00/0.09	c 101            263            8993           2410           32             0              15   19   17   
0.00/0.09	c 211            435            15597          6966           32             0              12   15   13   
0.00/0.09	c 332            679            25577          11839          32             0              14   15   14   
0.00/0.09	c 465            991            34758          15535          32             0              14   15   14   
0.00/0.09	c 611            1215           43610          20438          32             0              12   15   13   
0.00/0.09	c 771            1591           54702          24784          32             0              13   15   14   
0.00/0.10	c 947            1812           64856          30467          32             0              12   14   12   
0.01/0.10	c 1140           2116           80254          40551          32             0              13   14   13   
0.01/0.10	c 1352           2551           95364          46247          32             0              10   16   14   
0.01/0.10	c 1585           2869           107405         50533          32             0              11   14   13   
0.01/0.10	c 1841           3421           130000         60763          32             0              14   15   14   
0.01/0.10	c 2122           3953           149653         69004          32             0              9   15   13    
0.01/0.10	c 2431           4360           168612         79919          32             0              10   15   12   
0.01/0.11	c 2770           5106           202457         99837          32             0              12   15   13   
0.01/0.11	c 3142           5638           223713         110369         32             0              11   14   12   
0.01/0.11	c 3551           6407           254970         124312         32             0              10   16   13   
0.01/0.11	c 4000           7529           286561         134657         32             0              11   15   13   
0.01/0.11	c 4493           8183           309956         144969         32             0              12   15   13   
0.01/0.12	c 5035           8930           346786         162664         32             0              10   15   12   
0.01/0.12	c 5631           9793           375926         172079         32             0              11   15   14   
0.01/0.12	c 6286           10744          428155         203940         32             0              11   15   12   
0.01/0.13	c 7006           12238          503006         255668         32             0              9   15   12    
0.01/0.13	c 7798           13550          556311         282902         32             0              11   14   13   
0.01/0.14	c 8669           15257          636873         332417         32             0              8   16   12    
0.01/0.14	c 9627           16902          707776         356131         32             0              11   16   13   
0.01/0.15	c 10680          18408          787574         410042         32             0              10   15   12   
0.01/0.15	c 11838          20699          883379         468569         32             0              10   15   13   
0.01/0.16	c 13111          23001          964047         520818         32             0              10   15   13   
0.01/0.17	c 14511          25020          1057374        552664         32             0              11   16   13   
0.01/0.17	c 16051          26988          1145943        596214         32             0              10   15   12   
0.01/0.18	c 17745          29291          1246186        651376         32             0              12   14   13   
0.01/0.19	c 19608          32818          1369231        728081         32             0              8   15   13    
0.11/0.20	c 21657          36057          1489098        806271         32             0              9   14   13    
0.11/0.21	c 23910          39171          1604828        874986         32             0              11   14   13   
0.11/0.21	c 26388          42016          1730725        937818         32             0              11   15   12   
0.11/0.23	c 29113          45658          1934078        1052758        32             0              8   15   11    
0.11/0.24	c 32110          49476          2097854        1122722        32             0              11   15   11   
0.11/0.26	c 35406          55512          2335747        1231915        32             0              8   17   12    
0.11/0.27	c 39031          63857          2604967        1364514        32             0              9   16   14    
0.11/0.30	c 43018          70142          2905280        1523208        32             0              8   16   12    
0.21/0.34	c 47403          79092          3446123        1919703        32             0              10   14   12   
0.21/0.36	c 52226          89176          3823703        2102085        32             0              9   16   14    
0.21/0.39	c 57531          96710          4192531        2302960        32             0              8   17   12    
0.31/0.41	c 63366          109862         4604668        2440685        32             0              9   15   14    
0.31/0.43	c 69784          120503         5007058        2571336        32             0              8   15   13    
0.31/0.48	c 76843          135684         5587437        2893371        32             0              9   15   14    
0.40/0.52	c 84607          148727         6201967        3240224        32             0              12   15   13   
0.40/0.57	c 93147          170765         6995220        3575251        32             0              13   15   14   
0.50/0.62	c 102541         184769         7609884        3913646        32             0              11   15   13   
0.50/0.66	c 112874         208714         8347859        4128896        32             0              9   17   14    
0.60/0.78	c 124240         237198         9937762        4940908        32             0              13   15   14   
0.70/0.82	c 136742         257839         10663155       5219908        32             0              12   15   14   
0.70/0.89	c 150494         278621         11640860       5778889        32             0              10   14   13   
0.80/0.99	c 165621         305887         12901157       6445947        32             0              12   15   13   
0.90/1.06	c 182260         327912         13919430       6909067        32             0              9   16   13    
1.01/1.15	c 200562         356377         15220325       7606186        32             0              9   15   13    
1.11/1.25	c 220694         393627         16712935       8335690        32             0              8   15   13    
1.20/1.35	c 242839         428074         18131645       9126487        32             0              10   14   13   
1.30/1.45	c 267198         464285         19453776       9905148        32             0              10   14   13   
1.40/1.58	c 293992         508168         21326355       10765933       32             0              9   16   13    
1.60/1.74	c 323465         558007         23618833       12160523       32             0              8   15   12    
1.80/1.99	c 355885         615310         26868018       14100072       32             0              7   18   13    
2.00/2.14	c 391547         659375         29072609       15284302       32             0              12   13   12   
2.21/2.32	c 430775         736400         32188074       16541441       32             0              10   18   13   
2.40/2.51	c 473925         818577         35363688       17555894       32             0              8   17   13    
2.60/2.70	c 521390         927370         38713281       18686874       32             0              7   15   13    
2.80/2.94	c 573601         1003053        42029825       20429922       32             0              8   15   12    
3.10/3.23	c 631033         1090967        46049178       22640766       32             0              11   15   13   
3.40/3.54	c 694208         1190929        50105696       24989249       32             0              10   15   13   
3.70/3.82	c 763700         1297888        53860164       27185817       32             0              10   14   13   
4.00/4.15	c 840141         1426377        59262574       29268142       32             0              9   20   13    
4.41/4.50	c 924226         1619849        64810348       31480784       32             0              12   15   14   
4.80/4.91	c 1016719        1762365        70290975       34640766       32             0              11   14   13   
5.20/5.34	c 1118461        1897772        76796554       37569847       32             0              8   16   13    
5.60/5.79	c 1230377        2161655        84494616       39991602       32             0              7   17   13    
6.20/6.34	c 1353484        2406559        92902951       43673484       32             0              8   16   14    
6.70/6.82	c 1488901        2636357        100598511      46547930       32             0              10   15   13   
7.40/7.59	c 1637859        2870200        111265486      52086210       32             0              9   15   13    
8.10/8.29	c 1801712        3097800        121552463      57002931       32             0              8   15   13    
9.81/9.97	c 1981950        3467459        143193874      70638900       32             0              13   15   13   
10.60/10.78	c 2180211        3732950        155121591      76375451       32             0              8   16   13    
11.80/11.97	c 2398298        4223804        173250754      84350691       32             0              6   17   13    
12.70/12.85	c 2638193        4553847        186782436      90161889       32             0              8   15   13    
13.80/13.94	c 2902077        4951007        202994840      97406190       32             0              8   16   13    
15.41/15.51	c 3192349        5451852        226234104      109084822      32             0              7   19   13    
17.00/17.19	c 3511648        6022875        250103108      121573125      32             0              7   15   13    
19.10/19.24	c 3862876        6636243        277450478      138600748      32             0              7   16   13    
21.10/21.22	c 4249226        7308605        305939698      153123266      32             0              7   17   13    
23.11/23.26	c 4674211        7941553        334410302      169190367      32             0              7   20   12    
26.80/26.96	c 5141694        8838951        381666211      198671523      32             0              7   17   13    
29.50/29.68	c 5655925        9747724        420635469      219608999      32             0              7   20   13    
32.30/32.45	c 6221579        10866844       461069464      238748827      32             0              8   18   13    
35.60/35.70	c 6843798        11729304       503961762      266664952      32             0              6   17   12    
39.10/39.27	c 7528238        12981180       554706234      293929175      32             0              8   16   13    
43.60/43.70	c 8281122        14386597       616397213      328081133      32             0              7   18   13    
48.10/48.21	c 9109294        15806972       678524147      363703630      32             0              7   18   13    
52.81/52.91	c 10020283       17191590       743589352      401376223      32             0              8   18   13    
57.20/57.30	c 11022370       19126393       808516885      433560753      32             0              8   16   14    
64.40/64.55	c 12124665       21063802       905614674      489746765      32             0              6   17   13    
74.90/75.00	c 13337189       23637938       1038675320     572463086      32             0              11   15   13   
83.40/83.51	c 14670965       25922943       1152253932     640623805      32             0              7   18   13    
90.20/90.31	c 16138118       29158790       1254291230     687025611      32             0              7   16   14    
96.00/96.18	c 17751986       31970307       1346006806     724169843      32             0              7   16   14    
103.00/103.16	c 19527240       34253081       1448848746     773073447      32             0              7   18   12    
111.19/111.31	c 21480019       38391406       1574644851     827262361      32             0              8   15   14    
120.49/120.60	c 23628075       41269467       1708461720     896020237      32             0              7   18   12    
130.49/130.67	c 25990936       46188007       1861269757     965282168      32             0              8   15   14    
142.90/143.02	c 28590083       49922151       2036983888     1059620259     32             0              7   18   12    
163.89/164.09	c 31449144       56305549       2308357657     1240111263     32             0              7   17   13    
177.19/177.39	c 34594111       63066316       2537361339     1315946741     32             0              7   21   13    
192.69/192.83	c 38053574       69317653       2766806723     1424913739     32             0              7   16   13    
230.08/230.22	c 41858983       77965183       3246691337     1715762189     32             0              13   15   13   
246.98/247.11	c 46044932       85165928       3499458727     1832115342     32             0              7   16   14    
267.68/267.80	c 50649475       93968264       3823868658     1960462183     32             0              7   17   13    
295.88/296.00	c 55714472       104875753      4226261145     2161252753     32             0              7   16   14    
327.37/327.51	c 61285968       114101600      4664977800     2385767624     32             0              6   16   13    
355.87/356.03	c 67414613       123248101      5070584547     2597439415     32             0              6   19   13    
390.57/390.70	c 74156122       133621029      5552316497     2858239778     32             0              7   17   13    
418.27/418.49	c 81571781       147257178      5995298565     3035973464     32             0              7   16   14    
460.96/461.17	c 89729005       159205271      6576910784     3391481648     32             0              7   19   13    
505.26/505.46	c 98701951       174462411      7236165764     3695444837     32             0              4   21   12    
554.15/554.38	c 108572191      188890172      7914020149     4085017989     32             0              6   18   13    
612.95/613.11	c 119429455      205990769      8709788024     4567925204     32             0              7   18   13    
674.04/674.22	c 131372445      223866363      9554580260     5061749405     32             0              6   21   13    
727.44/727.69	c 144509734      251915970      10490152914    5361029709     32             0              6   22   13    
806.83/807.00	c 158960751      279264355      11606755880    5935839414     32             0              5   20   13    
887.12/887.34	c 174856869      301848440      12716124334    6585080616     32             0              6   17   12    
963.92/964.19	c 192342598      330802260      13847543824    7135647073     32             0              6   17   13    
1057.91/1058.11	c 211576899      365768404      15191391345    7846669840     32             0              6   20   13    
1187.19/1187.48	c 232734630      400908171      16939104134    8871577159     32             0              5   18   12    
1322.78/1323.09	c 256008134      441928010      18802323105    9860325348     32             0              3   19   13    
1447.37/1447.67	c 281608988      486297005      20594465860    10794130172    32             0              5   18   13    
1593.66/1593.99	c 309769927      528592849      22619402930    11899249950    32             0              5   20   12    
1713.94/1714.24	c solution 1
1713.94/1714.24	
1713.94/1714.24	v <instantiation type='solution'>
1713.94/1714.24	v <list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] y[10] y[11] y[12] y[13] y[14] y[15] </list>
1713.94/1714.24	v <values>0 7 8 9 10 5 6 13 4 11 14 3 12 15 2 1 0 15 14 11 8 5 6 1 2 3 4 9 12 7 10 13 </values>
1713.94/1714.24	v </instantiation>
1713.94/1714.24	
1713.94/1714.24	c restarts              : 133         
1713.94/1714.24	c conflicts             : 333677478    (194678 /sec)
1713.94/1714.24	c decisions             : 566732870    (330650 /sec)
1713.94/1714.24	c propagations          : 12853157811 (7498940 /sec)
1713.94/1714.24	c root propagations     : 90          
1713.94/1714.24	c filter calls          : 24284707087    (14168469 /sec)
1713.94/1714.24	c useless filter calls  : 16247413183    (66 %)
1713.94/1714.24	c Memory used           : 26.37 MB
1713.94/1714.24	c CPU time              : 1714 s
1713.94/1714.24	
1713.94/1714.24	s SATISFIABLE

Verifier Data

OK	

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-4267924-1502545998/watcher-4267924-1502545998 -o /tmp/evaluation-result-4267924-1502545998/solver-4267924-1502545998 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502500309-6740 --watchdog 2580 cosoco -lc -model -restarts HOME/instance-4267924-1502545998.xml 

pid=15032
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.06 2.03 2.05 3/180 15035
/proc/meminfo: memFree=31181252/32770624 swapFree=0/562972
[pid=15035] ppid=15032 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/15035/stat : 15035 (runsolver) D 15032 15035 6677 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 56793176 24240128 106 18446744073709551615 4194304 4338465 140726796358800 140726796356440 139823620022999 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 16879616 140726796361922 140726796362313 140726796362313 140726796365770 0
/proc/15035/statm: 5918 106 53 36 0 2156 0

[startup+0.101459 s]
/proc/loadavg: 2.06 2.03 2.05 3/180 15035
/proc/meminfo: memFree=31181252/32770624 swapFree=0/562972
[pid=15035] ppid=15032 vsize=26996 CPUtime=0.01 cores=0,2,4,6
/proc/15035/stat : 15035 (cosoco) R 15032 15035 6677 0 -1 4202496 1092 0 0 0 1 0 0 0 20 0 1 0 56793176 27643904 898 18446744073709551615 4194304 5972588 140734610789008 140734610786312 4995525 0 0 1 8405026 0 0 0 17 6 0 0 8 0 0 8070896 8075904 21532672 140734610797038 140734610797133 140734610797133 140734610800590 0
/proc/15035/statm: 6749 898 798 435 0 112 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 26996

[startup+0.2005 s]
/proc/loadavg: 2.06 2.03 2.05 3/180 15035
/proc/meminfo: memFree=31181252/32770624 swapFree=0/562972
[pid=15035] ppid=15032 vsize=26996 CPUtime=0.11 cores=0,2,4,6
/proc/15035/stat : 15035 (cosoco) R 15032 15035 6677 0 -1 4202496 1092 0 0 0 11 0 0 0 20 0 1 0 56793176 27643904 898 18446744073709551615 4194304 5972588 140734610789008 140734610786312 5338173 0 0 1 8405026 0 0 0 17 6 0 0 8 0 0 8070896 8075904 21532672 140734610797038 140734610797133 140734610797133 140734610800590 0
/proc/15035/statm: 6749 898 798 435 0 112 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 26996

[startup+0.3005 s]
/proc/loadavg: 2.06 2.03 2.05 3/180 15035
/proc/meminfo: memFree=31181252/32770624 swapFree=0/562972
[pid=15035] ppid=15032 vsize=26996 CPUtime=0.21 cores=0,2,4,6
/proc/15035/stat : 15035 (cosoco) R 15032 15035 6677 0 -1 4202496 1092 0 0 0 21 0 0 0 20 0 1 0 56793176 27643904 898 18446744073709551615 4194304 5972588 140734610789008 140734610786312 5322227 0 0 1 8405026 0 0 0 17 6 0 0 8 0 0 8070896 8075904 21532672 140734610797038 140734610797133 140734610797133 140734610800590 0
/proc/15035/statm: 6749 898 798 435 0 112 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 26996

[startup+0.700251 s]
/proc/loadavg: 2.06 2.03 2.05 3/180 15035
/proc/meminfo: memFree=31181252/32770624 swapFree=0/562972
[pid=15035] ppid=15032 vsize=26996 CPUtime=0.6 cores=0,2,4,6
/proc/15035/stat : 15035 (cosoco) R 15032 15035 6677 0 -1 4202496 1092 0 0 0 60 0 0 0 20 0 1 0 56793176 27643904 898 18446744073709551615 4194304 5972588 140734610789008 140734610786312 5328722 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 21532672 140734610797038 140734610797133 140734610797133 140734610800590 0
/proc/15035/statm: 6749 898 798 435 0 112 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 26996

[startup+1.50028 s]
/proc/loadavg: 2.06 2.03 2.05 3/181 15036
/proc/meminfo: memFree=31181264/32770624 swapFree=0/562968
[pid=15035] ppid=15032 vsize=26996 CPUtime=1.4 cores=0,2,4,6
/proc/15035/stat : 15035 (cosoco) R 15032 15035 6677 0 -1 4202496 1092 0 0 0 140 0 0 0 20 0 1 0 56793176 27643904 898 18446744073709551615 4194304 5972588 140734610789008 140734610786312 5328649 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 21532672 140734610797038 140734610797133 140734610797133 140734610800590 0
/proc/15035/statm: 6749 898 798 435 0 112 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 26996

[startup+3.10028 s]
/proc/loadavg: 2.05 2.03 2.05 3/181 15036
/proc/meminfo: memFree=31181140/32770624 swapFree=0/562968
[pid=15035] ppid=15032 vsize=26996 CPUtime=3 cores=0,2,4,6
/proc/15035/stat : 15035 (cosoco) R 15032 15035 6677 0 -1 4202496 1115 0 0 0 300 0 0 0 20 0 1 0 56793176 27643904 898 18446744073709551615 4194304 5972588 140734610789008 140734610786312 5320955 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 21532672 140734610797038 140734610797133 140734610797133 140734610800590 0
/proc/15035/statm: 6749 898 798 435 0 112 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 26996

[startup+6.30028 s]
/proc/loadavg: 2.05 2.03 2.05 3/181 15036
/proc/meminfo: memFree=31180736/32770624 swapFree=0/562968
[pid=15035] ppid=15032 vsize=26996 CPUtime=6.2 cores=0,2,4,6
/proc/15035/stat : 15035 (cosoco) R 15032 15035 6677 0 -1 4202496 1162 0 0 0 620 0 0 0 20 0 1 0 56793176 27643904 933 18446744073709551615 4194304 5972588 140734610789008 140734610786312 5328519 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 21532672 140734610797038 140734610797133 140734610797133 140734610800590 0
/proc/15035/statm: 6749 933 833 435 0 112 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 26996

[startup+12.7003 s]
/proc/loadavg: 2.05 2.03 2.05 3/181 15037
/proc/meminfo: memFree=31180488/32770624 swapFree=0/562972
[pid=15035] ppid=15032 vsize=26996 CPUtime=12.6 cores=0,2,4,6
/proc/15035/stat : 15035 (cosoco) R 15032 15035 6677 0 -1 4202496 1197 0 0 0 1260 0 0 0 20 0 1 0 56793176 27643904 933 18446744073709551615 4194304 5972588 140734610789008 140734610786312 4908928 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 21532672 140734610797038 140734610797133 140734610797133 140734610800590 0
/proc/15035/statm: 6749 933 833 435 0 112 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 26996

[startup+25.5003 s]
/proc/loadavg: 2.04 2.03 2.05 3/181 15037
/proc/meminfo: memFree=31180488/32770624 swapFree=0/562980
[pid=15035] ppid=15032 vsize=26996 CPUtime=25.4 cores=0,2,4,6
/proc/15035/stat : 15035 (cosoco) R 15032 15035 6677 0 -1 4202496 1255 0 0 0 2540 0 0 0 20 0 1 0 56793176 27643904 933 18446744073709551615 4194304 5972588 140734610789008 140734610786312 5328655 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 21532672 140734610797038 140734610797133 140734610797133 140734610800590 0
/proc/15035/statm: 6749 933 833 435 0 112 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 26996

[startup+51.1004 s]
/proc/loadavg: 2.03 2.02 2.05 3/181 15037
/proc/meminfo: memFree=31180508/32770624 swapFree=0/562976
[pid=15035] ppid=15032 vsize=26996 CPUtime=51 cores=0,2,4,6
/proc/15035/stat : 15035 (cosoco) R 15032 15035 6677 0 -1 4202496 1302 0 0 0 5100 0 0 0 20 0 1 0 56793176 27643904 933 18446744073709551615 4194304 5972588 140734610789008 140734610786312 4995502 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 21532672 140734610797038 140734610797133 140734610797133 140734610800590 0
/proc/15035/statm: 6749 933 833 435 0 112 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 26996

[startup+102.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/184 15053
/proc/meminfo: memFree=31176344/32770624 swapFree=0/563020
[pid=15035] ppid=15032 vsize=26996 CPUtime=102.2 cores=0,2,4,6
/proc/15035/stat : 15035 (cosoco) R 15032 15035 6677 0 -1 4202496 1337 0 0 0 10220 0 0 0 20 0 1 0 56793176 27643904 933 18446744073709551615 4194304 5972588 140734610789008 140734610786312 5323642 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 21532672 140734610797038 140734610797133 140734610797133 140734610800590 0
/proc/15035/statm: 6749 933 833 435 0 112 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 26996

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 15055
/proc/meminfo: memFree=31179124/32770624 swapFree=0/563024
[pid=15035] ppid=15032 vsize=26996 CPUtime=162.19 cores=0,2,4,6
/proc/15035/stat : 15035 (cosoco) R 15032 15035 6677 0 -1 4202496 1372 0 0 0 16219 0 0 0 20 0 1 0 56793176 27643904 933 18446744073709551615 4194304 5972588 140734610789008 140734610786312 4995517 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 21532672 140734610797038 140734610797133 140734610797133 140734610800590 0
/proc/15035/statm: 6749 933 833 435 0 112 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 26996

[startup+222.306 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 15057
/proc/meminfo: memFree=31179488/32770624 swapFree=0/563024
[pid=15035] ppid=15032 vsize=26996 CPUtime=222.19 cores=0,2,4,6
/proc/15035/stat : 15035 (cosoco) R 15032 15035 6677 0 -1 4202496 1407 0 0 0 22219 0 0 0 20 0 1 0 56793176 27643904 933 18446744073709551615 4194304 5972588 140734610789008 140734610786312 4995605 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 21532672 140734610797038 140734610797133 140734610797133 140734610800590 0
/proc/15035/statm: 6749 933 833 435 0 112 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 26996

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 15059
/proc/meminfo: memFree=31179108/32770624 swapFree=0/563024
[pid=15035] ppid=15032 vsize=26996 CPUtime=282.18 cores=0,2,4,6
/proc/15035/stat : 15035 (cosoco) R 15032 15035 6677 0 -1 4202496 1442 0 0 0 28218 0 0 0 20 0 1 0 56793176 27643904 933 18446744073709551615 4194304 5972588 140734610789008 140734610786312 5320427 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 21532672 140734610797038 140734610797133 140734610797133 140734610800590 0
/proc/15035/statm: 6749 933 833 435 0 112 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 26996

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 15061
/proc/meminfo: memFree=31179356/32770624 swapFree=0/563012
[pid=15035] ppid=15032 vsize=26996 CPUtime=342.17 cores=0,2,4,6
/proc/15035/stat : 15035 (cosoco) R 15032 15035 6677 0 -1 4202496 1477 0 0 0 34217 0 0 0 20 0 1 0 56793176 27643904 933 18446744073709551615 4194304 5972588 140734610789008 140734610786312 4995521 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 21532672 140734610797038 140734610797133 140734610797133 140734610800590 0
/proc/15035/statm: 6749 933 833 435 0 112 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 26996

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 15063
/proc/meminfo: memFree=31179492/32770624 swapFree=0/563004
[pid=15035] ppid=15032 vsize=26996 CPUtime=402.17 cores=0,2,4,6
/proc/15035/stat : 15035 (cosoco) R 15032 15035 6677 0 -1 4202496 1512 0 0 0 40217 0 0 0 20 0 1 0 56793176 27643904 933 18446744073709551615 4194304 5972588 140734610789008 140734610786312 4995521 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 21532672 140734610797038 140734610797133 140734610797133 140734610800590 0
/proc/15035/statm: 6749 933 833 435 0 112 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 26996

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 15125
/proc/meminfo: memFree=31187072/32770624 swapFree=0/562996
[pid=15035] ppid=15032 vsize=26996 CPUtime=462.16 cores=0,2,4,6
/proc/15035/stat : 15035 (cosoco) R 15032 15035 6677 0 -1 4202496 1547 0 0 0 46216 0 0 0 20 0 1 0 56793176 27643904 933 18446744073709551615 4194304 5972588 140734610789008 140734610786312 5099648 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 21532672 140734610797038 140734610797133 140734610797133 140734610800590 0
/proc/15035/statm: 6749 933 833 435 0 112 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 26996

[startup+522.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/181 15127
/proc/meminfo: memFree=31186700/32770624 swapFree=0/563004
[pid=15035] ppid=15032 vsize=26996 CPUtime=522.16 cores=0,2,4,6
/proc/15035/stat : 15035 (cosoco) R 15032 15035 6677 0 -1 4202496 1582 0 0 0 52216 0 0 0 20 0 1 0 56793176 27643904 933 18446744073709551615 4194304 5972588 140734610789008 140734610786312 4995502 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 21532672 140734610797038 140734610797133 140734610797133 140734610800590 0
/proc/15035/statm: 6749 933 833 435 0 112 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 26996

[startup+582.3 s]
/proc/loadavg: 2.05 2.04 2.05 3/181 15129
/proc/meminfo: memFree=31186460/32770624 swapFree=0/563008
[pid=15035] ppid=15032 vsize=26996 CPUtime=582.15 cores=0,2,4,6
/proc/15035/stat : 15035 (cosoco) R 15032 15035 6677 0 -1 4202496 1617 0 0 0 58215 0 0 0 20 0 1 0 56793176 27643904 933 18446744073709551615 4194304 5972588 140734610789008 140734610786312 5328624 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 21532672 140734610797038 140734610797133 140734610797133 140734610800590 0
/proc/15035/statm: 6749 933 833 435 0 112 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 26996


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

/proc/loadavg: 2.01 2.03 2.05 3/181 15163
/proc/meminfo: memFree=31184840/32770624 swapFree=0/563140
[pid=15035] ppid=15032 vsize=26996 CPUtime=1122.1 cores=0,2,4,6
/proc/15035/stat : 15035 (cosoco) R 15032 15035 6677 0 -1 4202496 1908 0 0 0 112210 0 0 0 20 0 1 0 56793176 27643904 933 18446744073709551615 4194304 5972588 140734610789008 140734610786312 4995434 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 21532672 140734610797038 140734610797133 140734610797133 140734610800590 0
/proc/15035/statm: 6749 933 833 435 0 112 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 26996

[startup+1182.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/181 15166
/proc/meminfo: memFree=31185336/32770624 swapFree=0/563160
[pid=15035] ppid=15032 vsize=26996 CPUtime=1182.09 cores=0,2,4,6
/proc/15035/stat : 15035 (cosoco) R 15032 15035 6677 0 -1 4202496 1931 0 0 0 118209 0 0 0 20 0 1 0 56793176 27643904 933 18446744073709551615 4194304 5972588 140734610789008 140734610786312 5320283 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 21532672 140734610797038 140734610797133 140734610797133 140734610800590 0
/proc/15035/statm: 6749 933 833 435 0 112 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 26996

[startup+1242.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/181 15168
/proc/meminfo: memFree=31184936/32770624 swapFree=0/563164
[pid=15035] ppid=15032 vsize=26996 CPUtime=1242.09 cores=0,2,4,6
/proc/15035/stat : 15035 (cosoco) R 15032 15035 6677 0 -1 4202496 1966 0 0 0 124209 0 0 0 20 0 1 0 56793176 27643904 933 18446744073709551615 4194304 5972588 140734610789008 140734610786312 5321056 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 21532672 140734610797038 140734610797133 140734610797133 140734610800590 0
/proc/15035/statm: 6749 933 833 435 0 112 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 26996

[startup+1302.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/185 15185
/proc/meminfo: memFree=31181032/32770624 swapFree=0/563200
[pid=15035] ppid=15032 vsize=26996 CPUtime=1302.08 cores=0,2,4,6
/proc/15035/stat : 15035 (cosoco) R 15032 15035 6677 0 -1 4202496 1989 0 0 0 130208 0 0 0 20 0 1 0 56793176 27643904 933 18446744073709551615 4194304 5972588 140734610789008 140734610786312 4908960 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 21532672 140734610797038 140734610797133 140734610797133 140734610800590 0
/proc/15035/statm: 6749 933 833 435 0 112 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 26996

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 15212
/proc/meminfo: memFree=31180788/32770624 swapFree=0/563208
[pid=15035] ppid=15032 vsize=26996 CPUtime=1362.08 cores=0,2,4,6
/proc/15035/stat : 15035 (cosoco) R 15032 15035 6677 0 -1 4202496 2024 0 0 0 136208 0 0 0 20 0 1 0 56793176 27643904 933 18446744073709551615 4194304 5972588 140734610789008 140734610786312 5338531 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 21532672 140734610797038 140734610797133 140734610797133 140734610800590 0
/proc/15035/statm: 6749 933 833 435 0 112 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 26996

[startup+1422.3 s]
/proc/loadavg: 2.03 2.03 2.05 3/183 15214
/proc/meminfo: memFree=31184060/32770624 swapFree=0/563220
[pid=15035] ppid=15032 vsize=26996 CPUtime=1422.08 cores=0,2,4,6
/proc/15035/stat : 15035 (cosoco) R 15032 15035 6677 0 -1 4202496 2047 0 0 0 142208 0 0 0 20 0 1 0 56793176 27643904 933 18446744073709551615 4194304 5972588 140734610789008 140734610786312 5321056 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 21532672 140734610797038 140734610797133 140734610797133 140734610800590 0
/proc/15035/statm: 6749 933 833 435 0 112 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 26996

[startup+1482.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/183 15216
/proc/meminfo: memFree=31184044/32770624 swapFree=0/563212
[pid=15035] ppid=15032 vsize=26996 CPUtime=1482.07 cores=0,2,4,6
/proc/15035/stat : 15035 (cosoco) R 15032 15035 6677 0 -1 4202496 2082 0 0 0 148207 0 0 0 20 0 1 0 56793176 27643904 933 18446744073709551615 4194304 5972588 140734610789008 140734610786312 5082098 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 21532672 140734610797038 140734610797133 140734610797133 140734610800590 0
/proc/15035/statm: 6749 933 833 435 0 112 0
Current children cumulated CPU time (s) 1482.07
Current children cumulated vsize (KiB) 26996

[startup+1542.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/183 15218
/proc/meminfo: memFree=31184180/32770624 swapFree=0/563216
[pid=15035] ppid=15032 vsize=26996 CPUtime=1542.07 cores=0,2,4,6
/proc/15035/stat : 15035 (cosoco) R 15032 15035 6677 0 -1 4202496 2105 0 0 0 154207 0 0 0 20 0 1 0 56793176 27643904 933 18446744073709551615 4194304 5972588 140734610789008 140734610786312 5321187 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 21532672 140734610797038 140734610797133 140734610797133 140734610800590 0
/proc/15035/statm: 6749 933 833 435 0 112 0
Current children cumulated CPU time (s) 1542.07
Current children cumulated vsize (KiB) 26996

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 15220
/proc/meminfo: memFree=31184428/32770624 swapFree=0/563228
[pid=15035] ppid=15032 vsize=26996 CPUtime=1602.05 cores=0,2,4,6
/proc/15035/stat : 15035 (cosoco) R 15032 15035 6677 0 -1 4202496 2140 0 0 0 160205 0 0 0 20 0 1 0 56793176 27643904 933 18446744073709551615 4194304 5972588 140734610789008 140734610786312 5094457 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 21532672 140734610797038 140734610797133 140734610797133 140734610800590 0
/proc/15035/statm: 6749 933 833 435 0 112 0
Current children cumulated CPU time (s) 1602.05
Current children cumulated vsize (KiB) 26996

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 15244
/proc/meminfo: memFree=31183812/32770624 swapFree=0/563236
[pid=15035] ppid=15032 vsize=26996 CPUtime=1662.05 cores=0,2,4,6
/proc/15035/stat : 15035 (cosoco) R 15032 15035 6677 0 -1 4202496 2163 0 0 0 166205 0 0 0 20 0 1 0 56793176 27643904 933 18446744073709551615 4194304 5972588 140734610789008 140734610786312 4909211 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 21532672 140734610797038 140734610797133 140734610797133 140734610800590 0
/proc/15035/statm: 6749 933 833 435 0 112 0
Current children cumulated CPU time (s) 1662.05
Current children cumulated vsize (KiB) 26996

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 15035 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1664 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 15244
/proc/meminfo: memFree=31183812/32770624 swapFree=0/563240
[pid=15035] ppid=15032 vsize=26996 CPUtime=1663.75 cores=0,2,4,6
/proc/15035/stat : 15035 (cosoco) R 15032 15035 6677 0 -1 4202496 2163 0 0 0 166375 0 0 0 20 0 1 0 56793176 27643904 933 18446744073709551615 4194304 5972588 140734610789008 140734610786312 4995572 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 21532672 140734610797038 140734610797133 140734610797133 140734610800590 0
/proc/15035/statm: 6749 933 833 435 0 112 0
Current children cumulated CPU time (s) 1663.75
Current children cumulated vsize (KiB) 26996

[startup+1689.6 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 15245
/proc/meminfo: memFree=31184184/32770624 swapFree=0/563252
[pid=15035] ppid=15032 vsize=26996 CPUtime=1689.35 cores=0,2,4,6
/proc/15035/stat : 15035 (cosoco) R 15032 15035 6677 0 -1 4202496 2186 0 0 0 168935 0 0 0 20 0 1 0 56793176 27643904 933 18446744073709551615 4194304 5972588 140734610789008 140734610786312 5321071 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 21532672 140734610797038 140734610797133 140734610797133 140734610800590 0
/proc/15035/statm: 6749 933 833 435 0 112 0
Current children cumulated CPU time (s) 1689.35
Current children cumulated vsize (KiB) 26996

[startup+1702.4 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 15246
/proc/meminfo: memFree=31184184/32770624 swapFree=0/563252
[pid=15035] ppid=15032 vsize=26996 CPUtime=1702.14 cores=0,2,4,6
/proc/15035/stat : 15035 (cosoco) R 15032 15035 6677 0 -1 4202496 2190 0 0 0 170214 0 0 0 20 0 1 0 56793176 27643904 933 18446744073709551615 4194304 5972588 140734610789008 140734610786312 4995525 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 21532672 140734610797038 140734610797133 140734610797133 140734610800590 0
/proc/15035/statm: 6749 933 833 435 0 112 0
Current children cumulated CPU time (s) 1702.14
Current children cumulated vsize (KiB) 26996

[startup+1708.8 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 15246
/proc/meminfo: memFree=31184308/32770624 swapFree=0/563252
[pid=15035] ppid=15032 vsize=26996 CPUtime=1708.54 cores=0,2,4,6
/proc/15035/stat : 15035 (cosoco) R 15032 15035 6677 0 -1 4202496 2190 0 0 0 170854 0 0 0 20 0 1 0 56793176 27643904 933 18446744073709551615 4194304 5972588 140734610789008 140734610786312 5328711 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 21532672 140734610797038 140734610797133 140734610797133 140734610800590 0
/proc/15035/statm: 6749 933 833 435 0 112 0
Current children cumulated CPU time (s) 1708.54
Current children cumulated vsize (KiB) 26996

[startup+1712 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 15246
/proc/meminfo: memFree=31184308/32770624 swapFree=0/563252
[pid=15035] ppid=15032 vsize=26996 CPUtime=1711.74 cores=0,2,4,6
/proc/15035/stat : 15035 (cosoco) R 15032 15035 6677 0 -1 4202496 2190 0 0 0 171174 0 0 0 20 0 1 0 56793176 27643904 933 18446744073709551615 4194304 5972588 140734610789008 140734610786312 5328510 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 21532672 140734610797038 140734610797133 140734610797133 140734610800590 0
/proc/15035/statm: 6749 933 833 435 0 112 0
Current children cumulated CPU time (s) 1711.74
Current children cumulated vsize (KiB) 26996

[startup+1713.6 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 15246
/proc/meminfo: memFree=31184308/32770624 swapFree=0/563252
[pid=15035] ppid=15032 vsize=26996 CPUtime=1713.34 cores=0,2,4,6
/proc/15035/stat : 15035 (cosoco) R 15032 15035 6677 0 -1 4202496 2190 0 0 0 171334 0 0 0 20 0 1 0 56793176 27643904 933 18446744073709551615 4194304 5972588 140734610789008 140734610786312 5321690 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 21532672 140734610797038 140734610797133 140734610797133 140734610800590 0
/proc/15035/statm: 6749 933 833 435 0 112 0
Current children cumulated CPU time (s) 1713.34
Current children cumulated vsize (KiB) 26996

[startup+1714 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 15246
/proc/meminfo: memFree=31184308/32770624 swapFree=0/563252
[pid=15035] ppid=15032 vsize=26996 CPUtime=1713.74 cores=0,2,4,6
/proc/15035/stat : 15035 (cosoco) R 15032 15035 6677 0 -1 4202496 2190 0 0 0 171374 0 0 0 20 0 1 0 56793176 27643904 933 18446744073709551615 4194304 5972588 140734610789008 140734610786312 4908832 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 21532672 140734610797038 140734610797133 140734610797133 140734610800590 0
/proc/15035/statm: 6749 933 833 435 0 112 0
Current children cumulated CPU time (s) 1713.74
Current children cumulated vsize (KiB) 26996

[startup+1714.2 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 15246
/proc/meminfo: memFree=31184308/32770624 swapFree=0/563252
[pid=15035] ppid=15032 vsize=26996 CPUtime=1713.94 cores=0,2,4,6
/proc/15035/stat : 15035 (cosoco) R 15032 15035 6677 0 -1 4202496 2190 0 0 0 171394 0 0 0 20 0 1 0 56793176 27643904 933 18446744073709551615 4194304 5972588 140734610789008 140734610786312 5321691 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 21532672 140734610797038 140734610797133 140734610797133 140734610800590 0
/proc/15035/statm: 6749 933 833 435 0 112 0
Current children cumulated CPU time (s) 1713.94
Current children cumulated vsize (KiB) 26996

Child status: 0
Real time (s): 1714.25
CPU time (s): 1714
CPU user time (s): 1714
CPU system time (s): 0.004999
CPU usage (%): 99.9856
Max. virtual memory (cumulated for all children) (KiB): 26996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1714
system time used= 0.004999
maximum resident set size= 3800
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2236
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= 2151

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.05731 second user time and 5.91344 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-12 15:39:10
IDJOB=4267924
IDBENCH=134570
IDSOLVER=2658
FILE ID=node127/4267924-1502545998
RUNJOBID= node127-1502500309-6740
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco 1.12
BENCH NAME= XCSP17/Blackhole/Blackhole-m1-s04/Blackhole-04-3-09.xml
COMMAND LINE= cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4267924-1502545998/watcher-4267924-1502545998 -o /tmp/evaluation-result-4267924-1502545998/solver-4267924-1502545998 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502500309-6740 --watchdog 2580  cosoco -lc -model -restarts HOME/instance-4267924-1502545998.xml

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

MD5SUM BENCH= 17bc822c402a875f29fa8e71eab00d77
RANDOM SEED=491334530

node127.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.92
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.92
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.92
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.92
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:        31181904 kB
MemAvailable:   31992464 kB
Buffers:          272792 kB
Cached:           826736 kB
SwapCached:            0 kB
Active:           576860 kB
Inactive:         587880 kB
Active(anon):      65536 kB
Inactive(anon):    24908 kB
Active(file):     511324 kB
Inactive(file):   562972 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2344 kB
Writeback:             0 kB
AnonPages:         65060 kB
Mapped:            45916 kB
Shmem:             25252 kB
Slab:             129796 kB
SReclaimable:     104196 kB
SUnreclaim:        25600 kB
KernelStack:        3200 kB
PageTables:         4820 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     325444 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 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 node127 at 2017-08-12 16:07:44