Trace number 4267307

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.01 2400.01

General information on the benchmark

NameMagicHexagon/MagicHexagon-m1-s1/
MagicHexagon-08-0051.xml
MD5SUMfb5cbe687ffccd3d5e194b95b956a5e6
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints52
Number of domains1
Minimum domain size169
Maximum domain size169
Distribution of domain sizes[{"size":169,"count":169}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":56},{"degree":4,"count":163},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity169
Distribution of constraint arities[{"arity":2,"count":6},{"arity":8,"count":6},{"arity":9,"count":6},{"arity":10,"count":6},{"arity":11,"count":6},{"arity":12,"count":6},{"arity":13,"count":6},{"arity":14,"count":6},{"arity":15,"count":3},{"arity":169,"count":1}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"allDifferent","count":1},{"type":"sum","count":45}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.06	c intension x[0][0]<x[0][7]  using generic constraint 
0.00/0.06	c intension x[0][0]<x[7][14]  using generic constraint 
0.00/0.06	c intension x[0][0]<x[14][7]  using generic constraint 
0.00/0.06	c intension x[0][0]<x[14][0]  using generic constraint 
0.00/0.06	c intension x[0][0]<x[7][0]  using generic constraint 
0.00/0.06	c intension x[0][7]<x[7][0]  using generic constraint 
0.00/0.06	c root propagations     : 9           
0.00/0.06	c restarts enabled, print stats at every restarts
0.00/0.06	c
0.00/0.06	c
0.00/0.06	c
0.00/0.06	c This is cosoco 1.12 --  
0.00/0.06	c
0.00/0.06	c command line: cosoco -lc -model -restarts HOME/instance-4267307-1502610493.xml 
0.00/0.06	c ========================================[ Problem Statistics ]===========================================
0.00/0.06	c |                                                                                                       
0.00/0.06	c |  Parse time        :         0.00 s 
0.00/0.06	c |
0.00/0.06	c |               Variables: 225
0.00/0.06	c |            Domain Sizes: 169..169
0.00/0.06	c |
0.00/0.06	c |             Constraints: 52
0.00/0.06	c |                   Arity: 2..169  -- Binary: 6
0.00/0.06	c | 
0.00/0.06	c |                   Types: 
0.00/0.06	c |                          (X - Y < k): 6
0.00/0.06	c |                          All Different: 1
0.00/0.06	c |                          Sum: 45
0.00/0.06	c |                          
0.00/0.06	c =========================================================================================================
0.00/0.06	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth
0.00/0.06	c remove useless variable x[0][8]
0.00/0.06	c remove useless variable x[0][9]
0.00/0.06	c remove useless variable x[0][10]
0.00/0.06	c remove useless variable x[0][11]
0.00/0.06	c remove useless variable x[0][12]
0.00/0.06	c remove useless variable x[0][13]
0.00/0.06	c remove useless variable x[0][14]
0.00/0.06	c remove useless variable x[1][9]
0.00/0.06	c remove useless variable x[1][10]
0.00/0.06	c remove useless variable x[1][11]
0.00/0.06	c remove useless variable x[1][12]
0.00/0.06	c remove useless variable x[1][13]
0.00/0.06	c remove useless variable x[1][14]
0.00/0.06	c remove useless variable x[2][10]
0.00/0.06	c remove useless variable x[2][11]
0.00/0.06	c remove useless variable x[2][12]
0.00/0.06	c remove useless variable x[2][13]
0.00/0.06	c remove useless variable x[2][14]
0.00/0.06	c remove useless variable x[3][11]
0.00/0.06	c remove useless variable x[3][12]
0.00/0.06	c remove useless variable x[3][13]
0.00/0.06	c remove useless variable x[3][14]
0.00/0.06	c remove useless variable x[4][12]
0.00/0.06	c remove useless variable x[4][13]
0.00/0.06	c remove useless variable x[4][14]
0.00/0.06	c remove useless variable x[5][13]
0.00/0.06	c remove useless variable x[5][14]
0.00/0.06	c remove useless variable x[6][14]
0.00/0.06	c remove useless variable x[8][14]
0.00/0.06	c remove useless variable x[9][13]
0.00/0.06	c remove useless variable x[9][14]
0.00/0.06	c remove useless variable x[10][12]
0.00/0.06	c remove useless variable x[10][13]
0.00/0.06	c remove useless variable x[10][14]
0.00/0.06	c remove useless variable x[11][11]
0.00/0.06	c remove useless variable x[11][12]
0.00/0.06	c remove useless variable x[11][13]
0.00/0.06	c remove useless variable x[11][14]
0.00/0.06	c remove useless variable x[12][10]
0.00/0.06	c remove useless variable x[12][11]
0.00/0.06	c remove useless variable x[12][12]
0.00/0.06	c remove useless variable x[12][13]
0.00/0.06	c remove useless variable x[12][14]
0.00/0.06	c remove useless variable x[13][9]
0.00/0.06	c remove useless variable x[13][10]
0.00/0.06	c remove useless variable x[13][11]
0.00/0.06	c remove useless variable x[13][12]
0.00/0.06	c remove useless variable x[13][13]
0.00/0.06	c remove useless variable x[13][14]
0.00/0.06	c remove useless variable x[14][8]
0.00/0.06	c remove useless variable x[14][9]
0.00/0.06	c remove useless variable x[14][10]
0.00/0.06	c remove useless variable x[14][11]
0.00/0.06	c remove useless variable x[14][12]
0.00/0.06	c remove useless variable x[14][13]
0.00/0.06	c remove useless variable x[14][14]
0.00/0.08	c 101            135            2488           27293          6              0              2   6   4      
0.05/0.11	c 211            274            5096           53939          6              0              2   6   3      
0.05/0.13	c 332            427            8233           83664          6              0              2   6   3      
0.05/0.16	c 465            591            11102          120343         6              0              2   5   3      
0.05/0.18	c 611            753            13475          213253         6              0              1   6   2      
0.05/0.21	c 771            954            17205          251503         6              0              2   6   3      
0.15/0.24	c 947            1164           20285          279465         6              0              2   6   4      
0.15/0.28	c 1140           1409           24631          322036         6              0              2   6   4      
0.25/0.32	c 1352           1678           29288          367785         6              0              2   6   4      
0.25/0.37	c 1585           1974           34472          417835         6              0              2   6   4      
0.35/0.41	c 1841           2281           38798          468521         6              0              2   6   4      
0.35/0.47	c 2122           2648           45078          526185         6              0              2   6   4      
0.45/0.53	c 2431           3051           51843          588284         6              0              2   6   4      
0.45/0.60	c 2770           3490           59084          655592         6              0              2   6   4      
0.55/0.68	c 3142           3973           67039          730331         6              0              2   6   4      
0.64/0.77	c 3551           4468           73988          828183         6              0              2   7   4      
0.74/0.87	c 4000           5063           84002          921665         6              0              2   7   4      
0.84/0.98	c 4493           5716           94847          1021274        6              0              2   7   4      
0.95/1.10	c 5035           6436           106781         1133014        6              0              2   7   4      
1.14/1.23	c 5631           7235           120065         1260439        6              0              2   7   4      
1.24/1.39	c 6286           8110           135249         1420735        6              0              2   7   4      
1.44/1.55	c 7006           9055           150545         1635442        6              0              1   7   4      
1.64/1.74	c 7798           10142          170459         1843936        6              0              2   9   5      
1.84/1.96	c 8669           11203          184545         2076705        6              0              2   7   5      
2.05/2.19	c 9627           12537          209522         2315280        6              0              2   9   5      
2.34/2.44	c 10680          13954          232714         2542721        6              0              2   7   5      
2.64/2.72	c 11838          15587          263979         2829762        6              0              2   9   5      
2.95/3.02	c 13111          17306          292218         3109784        6              0              2   7   5      
3.24/3.38	c 14511          19295          331237         3472500        6              0              2   9   5      
3.64/3.77	c 16051          21487          374006         3879848        6              0              2   9   5      
4.14/4.21	c 17745          23896          420271         4327687        6              0              2   9   6      
4.54/4.65	c 19608          26418          461592         4731938        6              0              2   7   5      
5.05/5.15	c 21657          29034          499983         5250238        6              0              2   7   5      
5.64/5.71	c 23910          32296          560686         5775659        6              0              2   10   6     
6.24/6.32	c 26388          35934          626702         6326775        6              0              2   10   6     
6.84/6.96	c 29113          39992          697672         6895572        6              0              2   10   6     
7.64/7.70	c 32110          44481          778221         7601807        6              0              2   10   6     
8.44/8.50	c 35406          48999          852620         8329273        6              0              2   7   5      
9.34/9.42	c 39031          54498          953925         9214197        6              0              2   10   6     
10.34/10.41	c 43018          60014          1045474        10127995       6              0              2   7   5      
11.44/11.53	c 47403          66641          1170631        11209825       6              0              2   10   6     
12.64/12.75	c 52226          73914          1306455        12370414       6              0              2   10   6     
13.95/14.08	c 57531          81954          1454516        13596617       6              0              2   10   7     
15.44/15.55	c 63366          90868          1617152        14977452       6              0              2   10   7     
17.14/17.27	c 69784          99992          1772923        16579033       6              0              2   7   5      
18.95/19.02	c 76843          110904         1967677        18123681       6              0              2   10   7     
20.84/20.92	c 84607          122997         2177646        19736952       6              0              2   10   7     
22.95/23.03	c 93147          136428         2406489        21480971       6              0              2   10   7     
26.95/27.10	c 102541         149490         2631916        26419573       6              0              3   8   6      
29.84/29.94	c 112874         165031         2934796        29275916       6              0              2   16   7     
33.54/33.69	c 124240         180262         3208843        34496852       6              0              2   15   11    
36.95/37.10	c 136742         198520         3568627        38064399       6              0              2   73   22    
40.34/40.49	c 150494         216153         3830242        41941319       6              0              3   22   16    
45.54/45.66	c 165621         236272         4175383        48473159       6              0              2   15   11    
49.44/49.57	c 182260         257106         4463631        53103210       6              0              2   21   16    
56.05/56.14	c 200562         281532         4891005        61675320       6              0              2   16   12    
60.54/60.70	c 220694         310903         5357425        66168460       6              0              2   55   32    
65.84/66.00	c 242839         338890         5752744        72580137       6              0              3   22   18    
74.34/74.41	c 267198         371178         6292498        84170558       6              0              2   16   12    
80.34/80.42	c 293992         408901         6865335        91401794       6              0              2   55   37    
87.54/87.67	c 323465         446274         7387814        100270288      6              0              3   22   18    
99.54/99.69	c 355885         489838         8154004        117172037      6              0              2   16   12    
108.84/108.94	c 391547         534554         8766723        129672458      6              0              2   21   18    
123.64/123.76	c 430775         587363         9688450        150277462      6              0              2   16   13    
135.95/136.07	c 473925         648358         10618152       166255708      6              0              2   49   39    
149.24/149.38	c 521390         708466         11502067       184611116      6              0              3   23   19    
167.84/167.94	c 573601         777609         12671301       209979117      6              0              2   16   13    
184.95/185.07	c 631033         850331         13742950       234330119      6              0              2   22   18    
207.64/207.78	c 694208         934050         15185249       266108003      6              0              2   16   13    
220.95/221.06	c 763700         1027083        16532815       283684290      6              0              2   52   41    
236.95/237.06	c 840141         1128152        17887313       303699087      6              0              3   47   34    
257.95/258.08	c 924226         1238332        19384943       330548956      6              0              2   18   16    
282.64/282.71	c 1016719        1373197        21996258       359741946      6              0              2   47   40    
312.64/312.71	c 1118461        1517316        25528896       415620508      6              0              3   60   48    
335.14/335.26	c 1230377        1656307        27375849       449523558      6              0              3   47   39    
386.85/386.92	c 1353484        1824618        30433910       520220202      6              0              2   17   13    
422.06/422.16	c 1488901        1995910        34841660       567289118      6              0              2   60   51    
453.96/454.02	c 1637859        2189830        37582598       611811641      6              0              3   28   24    
489.25/489.37	c 1801712        2403398        40647195       663972699      6              0              3   28   24    
532.25/532.31	c 1981950        2648087        44703317       723590781      6              0              3   47   41    
574.85/574.93	c 2180211        2899743        47977804       780183685      6              0              2   19   16    
619.85/619.91	c 2398298        3189550        52495416       859123913      6              0              2   47   42    
661.96/662.05	c 2638193        3493409        56740538       925155468      6              0              2   71   61    
715.35/715.45	c 2902077        3825304        61098651       998310718      6              0              3   48   43    
771.96/772.06	c 3192349        4183212        65597239       1096092026     6              0              3   47   42    
835.66/835.74	c 3511648        4581980        70649884       1184038133     6              0              2   19   17    
996.07/996.13	c 3862876        5110563        82693571       1538081126     6              0              2   42   37    
1098.26/1098.38	c 4249226        5635005        92117539       1695007534     6              0              3   35   31    
1211.07/1211.11	c 4674211        6212978        102569208      1869148577     6              0              3   35   31    
1313.47/1313.59	c 5141694        6798163        111735618      2002375436     6              0              3   24   22    
1430.67/1430.76	c 5655925        7476945        121657805      2221814470     6              0              3   46   43    
1551.87/1551.97	c 6221579        8213441        134796218      2392848380     6              0              2   46   43    
1651.67/1651.78	c 6843798        8943585        143310728      2595257371     6              0              3   41   39    
1796.28/1796.37	c 7528238        9844646        155379786      2811500786     6              0              2   46   43    
1928.09/1928.14	c 8281122        10763431       166663503      3014769612     6              0              2   46   44    
2180.79/2180.88	c 9109294        11897030       183589990      3363256183     6              0              2   41   38    
2340.59/2340.69	c 10020283       12999985       197313023      3585485555     6              0              2   47   43    
2400.00/2400.00	
2400.00/2400.00	c *** INTERRUPTED ***
2400.00/2400.00	c restarts              : 97          
2400.00/2400.00	c conflicts             : 10285973     (4286 /sec)
2400.00/2400.00	c decisions             : 13349768     (5562 /sec)
2400.00/2400.00	c propagations          : 3665620909  (1527339 /sec)
2400.00/2400.00	c root propagations     : 9           
2400.00/2400.00	c filter calls          : 203541696      (84809 /sec)
2400.00/2400.00	c useless filter calls  : 160199508      (78 %)
2400.00/2400.00	c Memory used           : 26.66 MB
2400.00/2400.00	c CPU time              : 2400.01 s
2400.00/2400.00	
2400.00/2400.00	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 (15425 MiB free)
  memory of node 1: 16384 MiB (15658 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4267307-1502610493/watcher-4267307-1502610493 -o /tmp/evaluation-result-4267307-1502610493/solver-4267307-1502610493 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502597167-15986 --watchdog 2560 cosoco -lc -model -restarts HOME/instance-4267307-1502610493.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=18885, runsolver pid=18882
Current StackSize limit: 8192 KiB


[startup+0.100155 s]*
/proc/loadavg: 2.24 2.08 2.06 3/181 18886
/proc/meminfo: memFree=31830280/32770624 swapFree=67108860/67108860
[pid=18885] ppid=18882 vsize=27296 memory=3996 CPUtime=0.05 cores=1,3,5,7
/proc/18885/stat : 18885 (cosoco) R 18882 18885 11586 0 -1 4202496 1162 0 0 0 5 0 0 0 20 0 1 0 49389977 27951104 999 18446744073709551615 4194304 5748600 140733516938752 140733516935400 5122362 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 7849824 7854664 38785024 140733516943817 140733516943912 140733516943912 140733516947406 0
/proc/18885/statm: 6824 999 784 380 0 242 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 27296 KiB
Current children cumulated memory: 3996 KiB

[startup+0.20899 s]*
/proc/loadavg: 2.24 2.08 2.06 3/181 18886
/proc/meminfo: memFree=31830280/32770624 swapFree=67108860/67108860
[pid=18885] ppid=18882 vsize=27296 memory=3996 CPUtime=0.15 cores=1,3,5,7
/proc/18885/stat : 18885 (cosoco) R 18882 18885 11586 0 -1 4202496 1162 0 0 0 15 0 0 0 20 0 1 0 49389977 27951104 999 18446744073709551615 4194304 5748600 140733516938752 140733516935400 140565694209120 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 7849824 7854664 38785024 140733516943817 140733516943912 140733516943912 140733516947406 0
/proc/18885/statm: 6824 999 784 380 0 242 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 27296 KiB
Current children cumulated memory: 3996 KiB

[startup+0.308501 s]*
/proc/loadavg: 2.24 2.08 2.06 3/181 18886
/proc/meminfo: memFree=31830280/32770624 swapFree=67108860/67108860
[pid=18885] ppid=18882 vsize=27296 memory=3996 CPUtime=0.25 cores=1,3,5,7
/proc/18885/stat : 18885 (cosoco) R 18882 18885 11586 0 -1 4202496 1162 0 0 0 25 0 0 0 20 0 1 0 49389977 27951104 999 18446744073709551615 4194304 5748600 140733516938752 140733516935400 4918516 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 7849824 7854664 38785024 140733516943817 140733516943912 140733516943912 140733516947406 0
/proc/18885/statm: 6824 999 784 380 0 242 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 27296 KiB
Current children cumulated memory: 3996 KiB

[startup+0.700265 s]
/proc/loadavg: 2.24 2.08 2.06 3/181 18886
/proc/meminfo: memFree=31830280/32770624 swapFree=67108860/67108860
[pid=18885] ppid=18882 vsize=27296 memory=3996 CPUtime=0.64 cores=1,3,5,7
/proc/18885/stat : 18885 (cosoco) R 18882 18885 11586 0 -1 4202496 1162 0 0 0 64 0 0 0 20 0 1 0 49389977 27951104 999 18446744073709551615 4194304 5748600 140733516938752 140733516936152 5000352 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 7849824 7854664 38785024 140733516943817 140733516943912 140733516943912 140733516947406 0
/proc/18885/statm: 6824 999 784 380 0 242 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 27296 KiB
Current children cumulated memory: 3996 KiB

[startup+1.50027 s]
/proc/loadavg: 2.24 2.08 2.06 3/181 18886
/proc/meminfo: memFree=31830088/32770624 swapFree=67108860/67108860
[pid=18885] ppid=18882 vsize=27296 memory=3996 CPUtime=1.44 cores=1,3,5,7
/proc/18885/stat : 18885 (cosoco) R 18882 18885 11586 0 -1 4202496 1162 0 0 0 144 0 0 0 20 0 1 0 49389977 27951104 999 18446744073709551615 4194304 5748600 140733516938752 140733516936152 5000352 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 7849824 7854664 38785024 140733516943817 140733516943912 140733516943912 140733516947406 0
/proc/18885/statm: 6824 999 784 380 0 242 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 27296 KiB
Current children cumulated memory: 3996 KiB

[startup+3.10876 s]
/proc/loadavg: 2.24 2.08 2.06 3/181 18886
/proc/meminfo: memFree=31829512/32770624 swapFree=67108860/67108860
[pid=18885] ppid=18882 vsize=27296 memory=4000 CPUtime=3.05 cores=1,3,5,7
/proc/18885/stat : 18885 (cosoco) R 18882 18885 11586 0 -1 4202496 1294 0 0 0 305 0 0 0 20 0 1 0 49389977 27951104 1000 18446744073709551615 4194304 5748600 140733516938752 140733516936152 4941424 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 7849824 7854664 38785024 140733516943817 140733516943912 140733516943912 140733516947406 0
/proc/18885/statm: 6824 1000 785 380 0 242 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 27296 KiB
Current children cumulated memory: 4000 KiB

[startup+6.30026 s]
/proc/loadavg: 2.22 2.07 2.06 3/181 18886
/proc/meminfo: memFree=31829860/32770624 swapFree=67108860/67108860
[pid=18885] ppid=18882 vsize=27296 memory=4000 CPUtime=6.24 cores=1,3,5,7
/proc/18885/stat : 18885 (cosoco) R 18882 18885 11586 0 -1 4202496 1427 0 0 0 624 0 0 0 20 0 1 0 49389977 27951104 1000 18446744073709551615 4194304 5748600 140733516938752 140733516936152 4941434 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 7849824 7854664 38785024 140733516943817 140733516943912 140733516943912 140733516947406 0
/proc/18885/statm: 6824 1000 785 380 0 242 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 27296 KiB
Current children cumulated memory: 4000 KiB

[startup+12.7003 s]
/proc/loadavg: 2.21 2.07 2.06 3/181 18886
/proc/meminfo: memFree=31829860/32770624 swapFree=67108860/67108860
[pid=18885] ppid=18882 vsize=27296 memory=4000 CPUtime=12.64 cores=1,3,5,7
/proc/18885/stat : 18885 (cosoco) R 18882 18885 11586 0 -1 4202496 1559 0 0 0 1264 0 0 0 20 0 1 0 49389977 27951104 1000 18446744073709551615 4194304 5748600 140733516938752 140733516936152 4915408 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 7849824 7854664 38785024 140733516943817 140733516943912 140733516943912 140733516947406 0
/proc/18885/statm: 6824 1000 785 380 0 242 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 27296 KiB
Current children cumulated memory: 4000 KiB

[startup+25.5003 s]
/proc/loadavg: 2.16 2.07 2.06 3/181 18886
/proc/meminfo: memFree=31829860/32770624 swapFree=67108860/67108860
[pid=18885] ppid=18882 vsize=27296 memory=4000 CPUtime=25.44 cores=1,3,5,7
/proc/18885/stat : 18885 (cosoco) R 18882 18885 11586 0 -1 4202496 1810 0 0 0 2544 0 0 0 20 0 1 0 49389977 27951104 1000 18446744073709551615 4194304 5748600 140733516938752 140733516936152 4941458 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 7849824 7854664 38785024 140733516943817 140733516943912 140733516943912 140733516947406 0
/proc/18885/statm: 6824 1000 785 380 0 242 0
Current children cumulated CPU time: 25.44 s
Current children cumulated vsize: 27296 KiB
Current children cumulated memory: 4000 KiB

[startup+51.1086 s]
/proc/loadavg: 2.11 2.06 2.06 3/181 18887
/proc/meminfo: memFree=31829828/32770624 swapFree=67108860/67108860
[pid=18885] ppid=18882 vsize=27296 memory=4064 CPUtime=51.05 cores=1,3,5,7
/proc/18885/stat : 18885 (cosoco) R 18882 18885 11586 0 -1 4202496 1990 0 0 0 5105 0 0 0 20 0 1 0 49389977 27951104 1016 18446744073709551615 4194304 5748600 140733516938752 140733516936152 5130122 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 7849824 7854664 38785024 140733516943817 140733516943912 140733516943912 140733516947406 0
/proc/18885/statm: 6824 1016 785 380 0 242 0
Current children cumulated CPU time: 51.05 s
Current children cumulated vsize: 27296 KiB
Current children cumulated memory: 4064 KiB

[startup+102.3 s]
/proc/loadavg: 2.05 2.05 2.05 3/181 18888
/proc/meminfo: memFree=31829944/32770624 swapFree=67108860/67108860
[pid=18885] ppid=18882 vsize=27296 memory=4064 CPUtime=102.24 cores=1,3,5,7
/proc/18885/stat : 18885 (cosoco) R 18882 18885 11586 0 -1 4202496 2139 0 0 0 10224 0 0 0 20 0 1 0 49389977 27951104 1016 18446744073709551615 4194304 5748600 140733516938752 140733516936152 5000352 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 7849824 7854664 38785024 140733516943817 140733516943912 140733516943912 140733516947406 0
/proc/18885/statm: 6824 1016 785 380 0 242 0
Current children cumulated CPU time: 102.24 s
Current children cumulated vsize: 27296 KiB
Current children cumulated memory: 4064 KiB

[startup+162.3 s]
/proc/loadavg: 2.31 2.15 2.08 3/181 18890
/proc/meminfo: memFree=31829564/32770624 swapFree=67108860/67108860
[pid=18885] ppid=18882 vsize=27296 memory=4064 CPUtime=162.24 cores=1,3,5,7
/proc/18885/stat : 18885 (cosoco) R 18882 18885 11586 0 -1 4202496 2284 0 0 0 16224 0 0 0 20 0 1 0 49389977 27951104 1016 18446744073709551615 4194304 5748600 140733516938752 140733516936152 5000352 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 7849824 7854664 38785024 140733516943817 140733516943912 140733516943912 140733516947406 0
/proc/18885/statm: 6824 1016 785 380 0 242 0
Current children cumulated CPU time: 162.24 s
Current children cumulated vsize: 27296 KiB
Current children cumulated memory: 4064 KiB

[startup+222.3 s]
/proc/loadavg: 2.11 2.12 2.08 3/181 18892
/proc/meminfo: memFree=31829192/32770624 swapFree=67108860/67108860
[pid=18885] ppid=18882 vsize=27296 memory=4064 CPUtime=222.24 cores=1,3,5,7
/proc/18885/stat : 18885 (cosoco) R 18882 18885 11586 0 -1 4202496 2430 0 0 0 22224 0 0 0 20 0 1 0 49389977 27951104 1016 18446744073709551615 4194304 5748600 140733516938752 140733516936152 4915584 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 7849824 7854664 38785024 140733516943817 140733516943912 140733516943912 140733516947406 0
/proc/18885/statm: 6824 1016 785 380 0 242 0
Current children cumulated CPU time: 222.24 s
Current children cumulated vsize: 27296 KiB
Current children cumulated memory: 4064 KiB

[startup+282.3 s]
/proc/loadavg: 2.04 2.10 2.07 3/181 18894
/proc/meminfo: memFree=31829192/32770624 swapFree=67108860/67108860
[pid=18885] ppid=18882 vsize=27296 memory=4064 CPUtime=282.24 cores=1,3,5,7
/proc/18885/stat : 18885 (cosoco) R 18882 18885 11586 0 -1 4202496 2576 0 0 0 28224 0 0 0 20 0 1 0 49389977 27951104 1016 18446744073709551615 4194304 5748600 140733516938752 140733516936152 5130464 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 7849824 7854664 38785024 140733516943817 140733516943912 140733516943912 140733516947406 0
/proc/18885/statm: 6824 1016 785 380 0 242 0
Current children cumulated CPU time: 282.24 s
Current children cumulated vsize: 27296 KiB
Current children cumulated memory: 4064 KiB

[startup+342.3 s]
/proc/loadavg: 2.02 2.08 2.07 3/181 18896
/proc/meminfo: memFree=31829184/32770624 swapFree=67108860/67108860
[pid=18885] ppid=18882 vsize=27296 memory=4064 CPUtime=342.24 cores=1,3,5,7
/proc/18885/stat : 18885 (cosoco) R 18882 18885 11586 0 -1 4202496 2725 0 0 0 34224 0 0 0 20 0 1 0 49389977 27951104 1016 18446744073709551615 4194304 5748600 140733516938752 140733516936152 5000352 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 7849824 7854664 38785024 140733516943817 140733516943912 140733516943912 140733516947406 0
/proc/18885/statm: 6824 1016 785 380 0 242 0
Current children cumulated CPU time: 342.24 s
Current children cumulated vsize: 27296 KiB
Current children cumulated memory: 4064 KiB

[startup+402.3 s]
/proc/loadavg: 2.18 2.12 2.08 3/184 18912
/proc/meminfo: memFree=31824340/32770624 swapFree=67108860/67108860
[pid=18885] ppid=18882 vsize=27296 memory=4064 CPUtime=402.25 cores=1,3,5,7
/proc/18885/stat : 18885 (cosoco) R 18882 18885 11586 0 -1 4202496 2870 0 0 0 40225 0 0 0 20 0 1 0 49389977 27951104 1016 18446744073709551615 4194304 5748600 140733516938752 140733516936152 4915587 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 7849824 7854664 38785024 140733516943817 140733516943912 140733516943912 140733516947406 0
/proc/18885/statm: 6824 1016 785 380 0 242 0
Current children cumulated CPU time: 402.25 s
Current children cumulated vsize: 27296 KiB
Current children cumulated memory: 4064 KiB

[startup+462.3 s]
/proc/loadavg: 2.07 2.10 2.08 3/184 18914
/proc/meminfo: memFree=31824464/32770624 swapFree=67108860/67108860
[pid=18885] ppid=18882 vsize=27296 memory=4064 CPUtime=462.25 cores=1,3,5,7
/proc/18885/stat : 18885 (cosoco) R 18882 18885 11586 0 -1 4202496 3017 0 0 0 46225 0 0 0 20 0 1 0 49389977 27951104 1016 18446744073709551615 4194304 5748600 140733516938752 140733516936152 4941476 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 7849824 7854664 38785024 140733516943817 140733516943912 140733516943912 140733516947406 0
/proc/18885/statm: 6824 1016 785 380 0 242 0
Current children cumulated CPU time: 462.25 s
Current children cumulated vsize: 27296 KiB
Current children cumulated memory: 4064 KiB


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

/proc/18885/statm: 6824 1016 785 380 0 242 0
Current children cumulated CPU time: 1602.27 s
Current children cumulated vsize: 27296 KiB
Current children cumulated memory: 4064 KiB

[startup+1662.3 s]
/proc/loadavg: 2.09 2.04 2.05 3/187 19042
/proc/meminfo: memFree=31817944/32770624 swapFree=67108860/67108860
[pid=18885] ppid=18882 vsize=27296 memory=4064 CPUtime=1662.28 cores=1,3,5,7
/proc/18885/stat : 18885 (cosoco) R 18882 18885 11586 0 -1 4202496 5832 0 0 0 166228 0 0 0 20 0 1 0 49389977 27951104 1016 18446744073709551615 4194304 5748600 140733516938752 140733516936152 4915934 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 7849824 7854664 38785024 140733516943817 140733516943912 140733516943912 140733516947406 0
/proc/18885/statm: 6824 1016 785 380 0 242 0
Current children cumulated CPU time: 1662.28 s
Current children cumulated vsize: 27296 KiB
Current children cumulated memory: 4064 KiB

[startup+1722.3 s]
/proc/loadavg: 2.03 2.04 2.05 3/187 19044
/proc/meminfo: memFree=31818384/32770624 swapFree=67108860/67108860
[pid=18885] ppid=18882 vsize=27296 memory=4064 CPUtime=1722.28 cores=1,3,5,7
/proc/18885/stat : 18885 (cosoco) R 18882 18885 11586 0 -1 4202496 5964 0 0 0 172228 0 0 0 20 0 1 0 49389977 27951104 1016 18446744073709551615 4194304 5748600 140733516938752 140733516936152 5130128 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 7849824 7854664 38785024 140733516943817 140733516943912 140733516943912 140733516947406 0
/proc/18885/statm: 6824 1016 785 380 0 242 0
Current children cumulated CPU time: 1722.28 s
Current children cumulated vsize: 27296 KiB
Current children cumulated memory: 4064 KiB

[startup+1782.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/184 19046
/proc/meminfo: memFree=31821904/32770624 swapFree=67108860/67108860
[pid=18885] ppid=18882 vsize=27296 memory=4064 CPUtime=1782.28 cores=1,3,5,7
/proc/18885/stat : 18885 (cosoco) R 18882 18885 11586 0 -1 4202496 6095 0 0 0 178228 0 0 0 20 0 1 0 49389977 27951104 1016 18446744073709551615 4194304 5748600 140733516938752 140733516936152 5130529 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 7849824 7854664 38785024 140733516943817 140733516943912 140733516943912 140733516947406 0
/proc/18885/statm: 6824 1016 785 380 0 242 0
Current children cumulated CPU time: 1782.28 s
Current children cumulated vsize: 27296 KiB
Current children cumulated memory: 4064 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/184 19048
/proc/meminfo: memFree=31822520/32770624 swapFree=67108860/67108860
[pid=18885] ppid=18882 vsize=27296 memory=4064 CPUtime=1842.28 cores=1,3,5,7
/proc/18885/stat : 18885 (cosoco) R 18882 18885 11586 0 -1 4202496 6243 0 0 0 184228 0 0 0 20 0 1 0 49389977 27951104 1016 18446744073709551615 4194304 5748600 140733516938752 140733516936152 4912896 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 7849824 7854664 38785024 140733516943817 140733516943912 140733516943912 140733516947406 0
/proc/18885/statm: 6824 1016 785 380 0 242 0
Current children cumulated CPU time: 1842.28 s
Current children cumulated vsize: 27296 KiB
Current children cumulated memory: 4064 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/182 19050
/proc/meminfo: memFree=31822700/32770624 swapFree=67108860/67108860
[pid=18885] ppid=18882 vsize=27296 memory=4064 CPUtime=1902.28 cores=1,3,5,7
/proc/18885/stat : 18885 (cosoco) R 18882 18885 11586 0 -1 4202496 6373 0 0 0 190228 0 0 0 20 0 1 0 49389977 27951104 1016 18446744073709551615 4194304 5748600 140733516938752 140733516936152 4915868 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 7849824 7854664 38785024 140733516943817 140733516943912 140733516943912 140733516947406 0
/proc/18885/statm: 6824 1016 785 380 0 242 0
Current children cumulated CPU time: 1902.28 s
Current children cumulated vsize: 27296 KiB
Current children cumulated memory: 4064 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 19052
/proc/meminfo: memFree=31823088/32770624 swapFree=67108860/67108860
[pid=18885] ppid=18882 vsize=27296 memory=4064 CPUtime=1962.28 cores=1,3,5,7
/proc/18885/stat : 18885 (cosoco) R 18882 18885 11586 0 -1 4202496 6520 0 0 0 196228 0 0 0 20 0 1 0 49389977 27951104 1016 18446744073709551615 4194304 5748600 140733516938752 140733516936152 5000352 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 7849824 7854664 38785024 140733516943817 140733516943912 140733516943912 140733516947406 0
/proc/18885/statm: 6824 1016 785 380 0 242 0
Current children cumulated CPU time: 1962.28 s
Current children cumulated vsize: 27296 KiB
Current children cumulated memory: 4064 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 19054
/proc/meminfo: memFree=31823088/32770624 swapFree=67108860/67108860
[pid=18885] ppid=18882 vsize=27296 memory=4064 CPUtime=2022.28 cores=1,3,5,7
/proc/18885/stat : 18885 (cosoco) R 18882 18885 11586 0 -1 4202496 6652 0 0 0 202228 0 0 0 20 0 1 0 49389977 27951104 1016 18446744073709551615 4194304 5748600 140733516938752 140733516936152 4912411 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 7849824 7854664 38785024 140733516943817 140733516943912 140733516943912 140733516947406 0
/proc/18885/statm: 6824 1016 785 380 0 242 0
Current children cumulated CPU time: 2022.28 s
Current children cumulated vsize: 27296 KiB
Current children cumulated memory: 4064 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 19056
/proc/meminfo: memFree=31823416/32770624 swapFree=67108860/67108860
[pid=18885] ppid=18882 vsize=27296 memory=4064 CPUtime=2082.28 cores=1,3,5,7
/proc/18885/stat : 18885 (cosoco) R 18882 18885 11586 0 -1 4202496 6784 0 0 0 208228 0 0 0 20 0 1 0 49389977 27951104 1016 18446744073709551615 4194304 5748600 140733516938752 140733516936152 4911086 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 7849824 7854664 38785024 140733516943817 140733516943912 140733516943912 140733516947406 0
/proc/18885/statm: 6824 1016 785 380 0 242 0
Current children cumulated CPU time: 2082.28 s
Current children cumulated vsize: 27296 KiB
Current children cumulated memory: 4064 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 19119
/proc/meminfo: memFree=31551232/32770624 swapFree=67108860/67108860
[pid=18885] ppid=18882 vsize=27296 memory=4064 CPUtime=2142.29 cores=1,3,5,7
/proc/18885/stat : 18885 (cosoco) R 18882 18885 11586 0 -1 4202496 6916 0 0 0 214229 0 0 0 20 0 1 0 49389977 27951104 1016 18446744073709551615 4194304 5748600 140733516938752 140733516936152 4911111 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 7849824 7854664 38785024 140733516943817 140733516943912 140733516943912 140733516947406 0
/proc/18885/statm: 6824 1016 785 380 0 242 0
Current children cumulated CPU time: 2142.29 s
Current children cumulated vsize: 27296 KiB
Current children cumulated memory: 4064 KiB

[startup+2202.3 s]
/proc/loadavg: 2.09 2.04 2.05 3/185 19136
/proc/meminfo: memFree=31535188/32770624 swapFree=67108860/67108860
[pid=18885] ppid=18882 vsize=27296 memory=4064 CPUtime=2202.29 cores=1,3,5,7
/proc/18885/stat : 18885 (cosoco) R 18882 18885 11586 0 -1 4202496 7062 0 0 0 220229 0 0 0 20 0 1 0 49389977 27951104 1016 18446744073709551615 4194304 5748600 140733516938752 140733516936152 4912321 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 7849824 7854664 38785024 140733516943817 140733516943912 140733516943912 140733516947406 0
/proc/18885/statm: 6824 1016 785 380 0 242 0
Current children cumulated CPU time: 2202.29 s
Current children cumulated vsize: 27296 KiB
Current children cumulated memory: 4064 KiB

[startup+2262.3 s]
/proc/loadavg: 2.03 2.04 2.05 3/185 19138
/proc/meminfo: memFree=31530640/32770624 swapFree=67108860/67108860
[pid=18885] ppid=18882 vsize=27296 memory=4064 CPUtime=2262.29 cores=1,3,5,7
/proc/18885/stat : 18885 (cosoco) R 18882 18885 11586 0 -1 4202496 7192 0 0 0 226229 0 0 0 20 0 1 0 49389977 27951104 1016 18446744073709551615 4194304 5748600 140733516938752 140733516936152 4919617 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 7849824 7854664 38785024 140733516943817 140733516943912 140733516943912 140733516947406 0
/proc/18885/statm: 6824 1016 785 380 0 242 0
Current children cumulated CPU time: 2262.29 s
Current children cumulated vsize: 27296 KiB
Current children cumulated memory: 4064 KiB

[startup+2322.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/182 19140
/proc/meminfo: memFree=31533200/32770624 swapFree=67108860/67108860
[pid=18885] ppid=18882 vsize=27296 memory=4064 CPUtime=2322.29 cores=1,3,5,7
/proc/18885/stat : 18885 (cosoco) R 18882 18885 11586 0 -1 4202496 7322 0 0 0 232229 0 0 0 20 0 1 0 49389977 27951104 1016 18446744073709551615 4194304 5748600 140733516938752 140733516936152 5000352 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 7849824 7854664 38785024 140733516943817 140733516943912 140733516943912 140733516947406 0
/proc/18885/statm: 6824 1016 785 380 0 242 0
Current children cumulated CPU time: 2322.29 s
Current children cumulated vsize: 27296 KiB
Current children cumulated memory: 4064 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/182 19142
/proc/meminfo: memFree=31531940/32770624 swapFree=67108860/67108860
[pid=18885] ppid=18882 vsize=27296 memory=4064 CPUtime=2382.29 cores=1,3,5,7
/proc/18885/stat : 18885 (cosoco) R 18882 18885 11586 0 -1 4202496 7468 0 0 0 238229 0 0 0 20 0 1 0 49389977 27951104 1016 18446744073709551615 4194304 5748600 140733516938752 140733516936152 5000327 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 7849824 7854664 38785024 140733516943817 140733516943912 140733516943912 140733516947406 0
/proc/18885/statm: 6824 1016 785 380 0 242 0
Current children cumulated CPU time: 2382.29 s
Current children cumulated vsize: 27296 KiB
Current children cumulated memory: 4064 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400 s]*
/proc/loadavg: 2.00 2.02 2.05 3/182 19143
/proc/meminfo: memFree=31532156/32770624 swapFree=67108860/67108860
[pid=18885] ppid=18882 vsize=27296 memory=4064 CPUtime=2400 cores=1,3,5,7
/proc/18885/stat : 18885 (cosoco) R 18882 18885 11586 0 -1 4202496 7597 0 0 0 240000 0 0 0 20 0 1 0 49389977 27951104 1016 18446744073709551615 4194304 5748600 140733516938752 140733516936152 4918322 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 7849824 7854664 38785024 140733516943817 140733516943912 140733516943912 140733516947406 0
/proc/18885/statm: 6824 1016 785 380 0 242 0
Current children cumulated CPU time: 2400 s
Current children cumulated vsize: 27296 KiB
Current children cumulated memory: 4064 KiB

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

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

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

Child status: 1
Real time (s): 2400.01
CPU time (s): 2400.01
CPU user time (s): 2400.01
CPU system time (s): 0.004
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 27296
Max. memory (cumulated for all children) (KiB): 4064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2400.01
system time used= 0.004
maximum resident set size= 4136
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7648
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= 12
involuntary context switches= 627


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

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.57289 second user time and 14.1697 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-13 09:33:57
IDJOB=4267307
IDBENCH=133618
IDSOLVER=2657
FILE ID=node124/4267307-1502610493
RUNJOBID= node124-1502597167-15986
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco-mini 1.12
BENCH NAME= XCSP17/MagicHexagon/MagicHexagon-m1-s1/MagicHexagon-08-0051.xml
COMMAND LINE= cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4267307-1502610493/watcher-4267307-1502610493 -o /tmp/evaluation-result-4267307-1502610493/solver-4267307-1502610493 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502597167-15986 --watchdog 2560  cosoco -lc -model -restarts HOME/instance-4267307-1502610493.xml

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

MD5SUM BENCH= fb5cbe687ffccd3d5e194b95b956a5e6
RANDOM SEED=1251348381

node124.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.51
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.51
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.51
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.51
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:        31830912 kB
MemAvailable:   32003276 kB
Buffers:          153684 kB
Cached:           308884 kB
SwapCached:            0 kB
Active:           360300 kB
Inactive:         154672 kB
Active(anon):       3644 kB
Inactive(anon):    73940 kB
Active(file):     356656 kB
Inactive(file):    80732 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1956 kB
Writeback:             0 kB
AnonPages:         52284 kB
Mapped:            43508 kB
Shmem:             25320 kB
Slab:             127700 kB
SReclaimable:     101620 kB
SUnreclaim:        26080 kB
KernelStack:        3200 kB
PageTables:         4436 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324928 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62028 MiB
End job on node124 at 2017-08-13 10:13:57