Trace number 4242199

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
R1: cosoco 1.1? (TO) 2400.07 2400.31

General information on the benchmark

NameMagicHexagon/MagicHexagon-m1-s1/
MagicHexagon-08-0081.xml
MD5SUMe46647acbda97830867cbaf6bce42852
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.01	c intension x[0][0]<x[0][7]  using generic constraint 
0.00/0.01	c intension x[0][0]<x[7][14]  using generic constraint 
0.00/0.01	c intension x[0][0]<x[14][7]  using generic constraint 
0.00/0.01	c intension x[0][0]<x[14][0]  using generic constraint 
0.00/0.01	c intension x[0][0]<x[7][0]  using generic constraint 
0.00/0.01	c intension x[0][7]<x[7][0]  using generic constraint 
0.00/0.01	c root propagations     : 1521        
0.00/0.01	c restarts enabled, print stats at every restarts
0.00/0.01	c
0.00/0.01	c
0.00/0.01	c
0.00/0.01	c This is cosoco 1.0 --  
0.00/0.01	c
0.00/0.01	c ========================================[ Problem Statistics ]===========================================
0.00/0.01	c |                                                                                                       
0.00/0.01	c |  Parse time        :         0.01 s 
0.00/0.01	c |
0.00/0.01	c |               Variables: 225
0.00/0.01	c |            Domain Sizes: 169..169
0.00/0.01	c |
0.00/0.01	c |             Constraints: 52
0.00/0.01	c |                   Arity: 2..169  -- Binary: 6
0.00/0.01	c | 
0.00/0.01	c |                   Types: 
0.00/0.01	c |                          (X - Y < k): 6
0.00/0.01	c |                          All Different: 1
0.00/0.01	c |                          Sum: 45
0.00/0.01	c |                          
0.00/0.01	c =========================================================================================================
0.00/0.01	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth
0.00/0.01	c remove useless variable x[0][8]
0.00/0.01	c remove useless variable x[0][9]
0.00/0.01	c remove useless variable x[0][10]
0.00/0.01	c remove useless variable x[0][11]
0.00/0.01	c remove useless variable x[0][12]
0.00/0.01	c remove useless variable x[0][13]
0.00/0.01	c remove useless variable x[0][14]
0.00/0.01	c remove useless variable x[1][9]
0.00/0.01	c remove useless variable x[1][10]
0.00/0.01	c remove useless variable x[1][11]
0.00/0.01	c remove useless variable x[1][12]
0.00/0.01	c remove useless variable x[1][13]
0.00/0.01	c remove useless variable x[1][14]
0.00/0.01	c remove useless variable x[2][10]
0.00/0.01	c remove useless variable x[2][11]
0.00/0.01	c remove useless variable x[2][12]
0.00/0.01	c remove useless variable x[2][13]
0.00/0.01	c remove useless variable x[2][14]
0.00/0.01	c remove useless variable x[3][11]
0.00/0.01	c remove useless variable x[3][12]
0.00/0.01	c remove useless variable x[3][13]
0.00/0.01	c remove useless variable x[3][14]
0.00/0.01	c remove useless variable x[4][12]
0.00/0.01	c remove useless variable x[4][13]
0.00/0.01	c remove useless variable x[4][14]
0.00/0.01	c remove useless variable x[5][13]
0.00/0.01	c remove useless variable x[5][14]
0.00/0.01	c remove useless variable x[6][14]
0.00/0.01	c remove useless variable x[8][14]
0.00/0.01	c remove useless variable x[9][13]
0.00/0.01	c remove useless variable x[9][14]
0.00/0.01	c remove useless variable x[10][12]
0.00/0.01	c remove useless variable x[10][13]
0.00/0.01	c remove useless variable x[10][14]
0.00/0.01	c remove useless variable x[11][11]
0.00/0.01	c remove useless variable x[11][12]
0.00/0.01	c remove useless variable x[11][13]
0.00/0.01	c remove useless variable x[11][14]
0.00/0.01	c remove useless variable x[12][10]
0.00/0.01	c remove useless variable x[12][11]
0.00/0.01	c remove useless variable x[12][12]
0.00/0.01	c remove useless variable x[12][13]
0.00/0.01	c remove useless variable x[12][14]
0.00/0.01	c remove useless variable x[13][9]
0.00/0.01	c remove useless variable x[13][10]
0.00/0.01	c remove useless variable x[13][11]
0.00/0.01	c remove useless variable x[13][12]
0.00/0.01	c remove useless variable x[13][13]
0.00/0.01	c remove useless variable x[13][14]
0.00/0.01	c remove useless variable x[14][8]
0.00/0.01	c remove useless variable x[14][9]
0.00/0.01	c remove useless variable x[14][10]
0.00/0.01	c remove useless variable x[14][11]
0.00/0.01	c remove useless variable x[14][12]
0.00/0.01	c remove useless variable x[14][13]
0.00/0.01	c remove useless variable x[14][14]
0.00/0.04	c 101            115            2310           46297          42             0              1   5   2      
0.00/0.08	c 211            255            6104           114931         42             0              1   8   3      
0.09/0.11	c 332            389            8554           216644         42             0              1   5   2      
0.09/0.14	c 465            551            11472          268274         42             0              2   5   3      
0.19/0.20	c 611            734            16758          385708         42             0              1   4   2      
0.19/0.23	c 771            937            20576          439894         42             0              2   5   4      
0.19/0.29	c 947            1162           27157          581057         42             0              1   4   3      
0.29/0.33	c 1140           1392           30802          651422         42             0              2   5   3      
0.29/0.39	c 1352           1664           38644          806756         42             0              1   8   3      
0.39/0.44	c 1585           1940           42658          910650         42             0              1   6   4      
0.49/0.51	c 1841           2304           51948          1028098        42             0              2   8   5      
0.49/0.57	c 2122           2639           56584          1111342        42             0              3   7   5      
0.59/0.66	c 2431           3054           68045          1315427        42             0              1   8   4      
0.69/0.74	c 2770           3473           75007          1420428        42             0              2   5   4      
0.79/0.83	c 3142           4014           88125          1565409        42             0              2   8   5      
0.89/0.93	c 3551           4611           101099         1677432        42             0              2   8   6      
0.99/1.04	c 4000           5268           116528         1839870        42             0              2   8   6      
1.10/1.16	c 4493           5987           132972         2005333        42             0              2   8   6      
1.20/1.29	c 5035           6769           150284         2172644        42             0              2   8   6      
1.39/1.46	c 5631           7574           166964         2412570        42             0              2   8   4      
1.59/1.61	c 6286           8511           187519         2593040        42             0              2   8   6      
1.69/1.75	c 7006           9364           199251         2798341        42             0              2   6   4      
1.89/1.94	c 7798           10489          224098         3014562        42             0              2   8   6      
2.09/2.13	c 8669           11524          237540         3266130        42             0              3   7   5      
2.30/2.35	c 9627           12876          267650         3514991        42             0              2   8   6      
2.59/2.62	c 10680          14434          301962         3726618        42             0              2   9   6      
2.89/2.91	c 11838          16047          339606         4133703        42             0              1   8   6      
3.09/3.16	c 13111          17561          359139         4470686        42             0              2   6   4      
3.40/3.49	c 14511          19625          402576         4723200        42             0              2   9   7      
3.79/3.83	c 16051          21884          449336         4989232        42             0              2   9   7      
4.19/4.21	c 17745          24363          499884         5270236        42             0              2   9   7      
4.59/4.63	c 19608          27092          555035         5595467        42             0              2   9   7      
5.09/5.11	c 21657          30094          615814         6005229        42             0              2   9   7      
5.60/5.63	c 23910          33370          681924         6431622        42             0              2   9   7      
6.19/6.20	c 26388          36952          754994         6913604        42             0              2   9   7      
6.70/6.78	c 29113          40198          796791         7682020        42             0              2   7   5      
7.39/7.48	c 32110          44692          883681         8121916        42             0              2   9   7      
8.29/8.31	c 35406          49703          985682         8717627        42             0              2   9   7      
9.19/9.21	c 39031          55227          1097091        9331830        42             0              2   9   7      
10.09/10.11	c 43018          59983          1157843        10620298       42             0              3   8   6      
11.19/11.22	c 47403          66641          1292132        11442290       42             0              2   9   7      
12.29/12.32	c 52226          73945          1434238        12140555       42             0              2   9   7      
13.59/13.62	c 57531          82024          1594806        13060806       42             0              2   9   7      
14.89/14.92	c 63366          90705          1759511        13915998       42             0              2   9   7      
16.29/16.38	c 69784          100222         1939093        14959810       42             0              2   9   7      
17.99/18.01	c 76843          110655         2137101        16110530       42             0              2   9   7      
19.80/19.81	c 84607          122094         2354408        17392308       42             0              2   9   7      
21.69/21.78	c 93147          134644         2592687        18820942       42             0              2   9   7      
24.39/24.45	c 102541         148468         2885015        22221725       42             0              2   9   7      
27.39/27.42	c 112874         163731         3210878        26164602       42             0              2   9   7      
30.69/30.73	c 124240         180452         3565898        30559721       42             0              2   9   7      
34.20/34.28	c 136742         198894         3958689        35166015       42             0              2   9   7      
37.99/38.04	c 150494         219079         4380683        39894256       42             0              2   9   7      
41.99/42.07	c 165621         241073         4830855        44832103       42             0              2   9   7      
46.19/46.28	c 182260         265442         5315046        48898732       42             0              2   9   7      
50.89/50.98	c 200562         287695         5610483        55766893       42             0              1   8   6      
56.09/56.18	c 220694         316537         6180102        61763883       42             0              2   9   7      
61.69/61.79	c 242839         348882         6823225        67839401       42             0              2   9   7      
67.88/67.99	c 267198         378269         7204960        77773222       42             0              1   9   6      
74.89/74.98	c 293992         416713         7970159        85385314       42             0              2   9   7      
82.68/82.78	c 323465         459168         8820332        93777087       42             0              2   9   7      
91.68/91.70	c 355885         498835         9358238        107249153      42             0              3   9   6      
100.78/100.84	c 391547         550449         10377527       116487646      42             0              2   9   7      
111.38/111.49	c 430775         605912         11449261       128553986      42             0              2   9   7      
122.58/122.63	c 473925         667643         12632346       139011740      42             0              2   10   8     
135.08/135.10	c 521390         735992         13956665       150840176      42             0              2   10   8     
148.48/148.59	c 573601         810336         15393681       165029037      42             0              2   10   8     
164.08/164.18	c 631033         897441         17146680       178723073      42             0              2   10   8     
182.17/182.28	c 694208         988250         18881236       197611845      42             0              2   10   7     
201.97/202.09	c 763700         1097632        21102092       216175751      42             0              2   26   9     
224.48/224.58	c 840141         1196627        22612813       249957195      42             0              1   26   7     
251.97/252.06	c 924226         1301968        24084814       294744995      42             0              1   9   7      
272.57/272.66	c 1016719        1426380        26071889       323308423      42             0              2   26   18    
305.96/306.01	c 1118461        1554769        27927182       377874311      42             0              2   9   7      
344.96/345.00	c 1230377        1696666        29954036       440323298      42             0              3   9   7      
370.66/370.79	c 1353484        1850931        32008089       493436605      42             0              2   26   23    
419.45/419.53	c 1488901        2023350        34503978       572106255      42             0              1   9   7      
491.15/491.29	c 1637859        2235791        38926918       700875099      42             0              2   23   20    
548.74/548.85	c 1801712        2447003        42102755       791514110      42             0              1   9   7      
595.44/595.58	c 1981950        2694557        46146770       858107405      42             0              2   26   16    
669.33/669.45	c 2180211        2950118        49905710       974428691      42             0              2   11   7     
766.92/767.02	c 2398298        3263399        56390047       1100815492     42             0              2   23   19    
856.51/856.67	c 2638193        3574323        61130083       1243590220     42             0              1   11   7     
976.10/976.23	c 2902077        3952232        68952058       1399890570     42             0              2   23   20    
1099.79/1099.94	c 3192349        4357073        76842356       1569159834     42             0              2   23   15    
1212.68/1212.87	c 3511648        4769674        82810542       1748022080     42             0              2   12   8     
1380.37/1380.58	c 3862876        5270873        92546567       2096784273     42             0              2   23   20    
1551.95/1552.14	c 4249226        5819407        103411640      2374751136     42             0              2   23   12    
1701.64/1701.86	c 4674211        6395503        112942488      2605374865     42             0              2   12   8     
1925.20/1925.43	c 5141694        7060666        127120676      2907787610     42             0              2   23   20    
2087.99/2088.20	c 5655925        7717526        136458374      3212369655     42             0              1   12   9     
2345.26/2345.59	c 6221579        8521192        153666415      3474887572     42             0              2   23   21    

Verifier Data

One s line expected

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4242199-1500658923/watcher-4242199-1500658923 -o /tmp/evaluation-result-4242199-1500658923/solver-4242199-1500658923 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node147-1500648172-9851 --watchdog 2560 HOME/cosoco -lc -model -restarts HOME/instance-4242199-1500658923.xml 

pid=11396
running on 8 cores: 0,2,4,6,8,10,12,14

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


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.04 2/242 11399
/proc/meminfo: memFree=32032212/32770624 swapFree=5824/190392
[pid=11399] ppid=11396 vsize=27512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11399/stat : 11399 (cosoco) R 11396 11399 9820 0 -1 4202496 1128 0 0 0 0 0 0 0 20 0 1 0 1157486 28172288 939 33554432000 4194304 5970956 140725068915744 140725068912392 140161189870565 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 8070896 8075904 31023104 140725068924097 140725068924227 140725068924227 140725068926926 0
/proc/11399/statm: 6878 939 736 434 0 242 0

[startup+0.10012 s]
/proc/loadavg: 2.00 2.01 2.04 2/242 11399
/proc/meminfo: memFree=32032212/32770624 swapFree=5824/190392
[pid=11399] ppid=11396 vsize=27512 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/11399/stat : 11399 (cosoco) R 11396 11399 9820 0 -1 4202496 1170 0 0 0 9 0 0 0 20 0 1 0 1157486 28172288 1004 33554432000 4194304 5970956 140725068915744 140725068913080 5038712 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 31023104 140725068924097 140725068924227 140725068924227 140725068926926 0
/proc/11399/statm: 6878 1004 788 434 0 242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27512

[startup+0.200293 s]
/proc/loadavg: 2.00 2.01 2.04 2/242 11399
/proc/meminfo: memFree=32032212/32770624 swapFree=5824/190392
[pid=11399] ppid=11396 vsize=27512 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/11399/stat : 11399 (cosoco) R 11396 11399 9820 0 -1 4202496 1170 0 0 0 19 0 0 0 20 0 1 0 1157486 28172288 1004 33554432000 4194304 5970956 140725068915744 140725068913080 4974266 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 31023104 140725068924097 140725068924227 140725068924227 140725068926926 0
/proc/11399/statm: 6878 1004 788 434 0 242 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 27512

[startup+0.300269 s]
/proc/loadavg: 2.00 2.01 2.04 2/242 11399
/proc/meminfo: memFree=32032212/32770624 swapFree=5824/190392
[pid=11399] ppid=11396 vsize=27512 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/11399/stat : 11399 (cosoco) R 11396 11399 9820 0 -1 4202496 1170 0 0 0 29 0 0 0 20 0 1 0 1157486 28172288 1004 33554432000 4194304 5970956 140725068915744 140725068913080 5098928 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 31023104 140725068924097 140725068924227 140725068924227 140725068926926 0
/proc/11399/statm: 6878 1004 788 434 0 242 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27512

[startup+0.700229 s]
/proc/loadavg: 2.00 2.01 2.04 2/242 11399
/proc/meminfo: memFree=32032212/32770624 swapFree=5824/190392
[pid=11399] ppid=11396 vsize=27512 CPUtime=0.69 cores=0,2,4,6,8,10,12,14
/proc/11399/stat : 11399 (cosoco) R 11396 11399 9820 0 -1 4202496 1170 0 0 0 69 0 0 0 20 0 1 0 1157486 28172288 1004 33554432000 4194304 5970956 140725068915744 140725068913080 4971916 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 31023104 140725068924097 140725068924227 140725068924227 140725068926926 0
/proc/11399/statm: 6878 1004 788 434 0 242 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27512

[startup+1.50022 s]
/proc/loadavg: 2.00 2.01 2.04 3/243 11400
/proc/meminfo: memFree=32030276/32770624 swapFree=5824/190404
[pid=11399] ppid=11396 vsize=27512 CPUtime=1.49 cores=0,2,4,6,8,10,12,14
/proc/11399/stat : 11399 (cosoco) R 11396 11399 9820 0 -1 4202496 1170 0 0 0 149 0 0 0 20 0 1 0 1157486 28172288 1004 33554432000 4194304 5970956 140725068915744 140725068913080 4978392 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 31023104 140725068924097 140725068924227 140725068924227 140725068926926 0
/proc/11399/statm: 6878 1004 788 434 0 242 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27512

[startup+3.10028 s]
/proc/loadavg: 2.00 2.01 2.04 3/243 11400
/proc/meminfo: memFree=32029792/32770624 swapFree=5824/190412
[pid=11399] ppid=11396 vsize=27512 CPUtime=3.09 cores=0,2,4,6,8,10,12,14
/proc/11399/stat : 11399 (cosoco) R 11396 11399 9820 0 -1 4202496 1303 0 0 0 309 0 0 0 20 0 1 0 1157486 28172288 1011 33554432000 4194304 5970956 140725068915744 140725068913080 4974415 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 31023104 140725068924097 140725068924227 140725068924227 140725068926926 0
/proc/11399/statm: 6878 1011 795 434 0 242 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27512

[startup+6.30024 s]
/proc/loadavg: 2.00 2.01 2.04 3/243 11400
/proc/meminfo: memFree=32029892/32770624 swapFree=5824/190412
[pid=11399] ppid=11396 vsize=27512 CPUtime=6.29 cores=0,2,4,6,8,10,12,14
/proc/11399/stat : 11399 (cosoco) R 11396 11399 9820 0 -1 4202496 1436 0 0 0 629 0 0 0 20 0 1 0 1157486 28172288 1011 33554432000 4194304 5970956 140725068915744 140725068913080 5040616 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 31023104 140725068924097 140725068924227 140725068924227 140725068926926 0
/proc/11399/statm: 6878 1011 795 434 0 242 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 27512

[startup+12.7002 s]
/proc/loadavg: 2.00 2.01 2.04 3/243 11400
/proc/meminfo: memFree=32029552/32770624 swapFree=5824/190432
[pid=11399] ppid=11396 vsize=27512 CPUtime=12.69 cores=0,2,4,6,8,10,12,14
/proc/11399/stat : 11399 (cosoco) R 11396 11399 9820 0 -1 4202496 1569 0 0 0 1269 0 0 0 20 0 1 0 1157486 28172288 1011 33554432000 4194304 5970956 140725068915744 140725068913080 5039162 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 31023104 140725068924097 140725068924227 140725068924227 140725068926926 0
/proc/11399/statm: 6878 1011 795 434 0 242 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 27512

[startup+25.5003 s]
/proc/loadavg: 2.00 2.01 2.04 3/243 11400
/proc/meminfo: memFree=32029676/32770624 swapFree=5824/190448
[pid=11399] ppid=11396 vsize=27512 CPUtime=25.49 cores=0,2,4,6,8,10,12,14
/proc/11399/stat : 11399 (cosoco) R 11396 11399 9820 0 -1 4202496 1834 0 0 0 2549 0 0 0 20 0 1 0 1157486 28172288 1011 33554432000 4194304 5970956 140725068915744 140725068913080 5098928 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 31023104 140725068924097 140725068924227 140725068924227 140725068926926 0
/proc/11399/statm: 6878 1011 795 434 0 242 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 27512

[startup+51.1003 s]
/proc/loadavg: 2.00 2.01 2.04 3/243 11400
/proc/meminfo: memFree=32029240/32770624 swapFree=5824/190472
[pid=11399] ppid=11396 vsize=27512 CPUtime=51.09 cores=0,2,4,6,8,10,12,14
/proc/11399/stat : 11399 (cosoco) R 11396 11399 9820 0 -1 4202496 1966 0 0 0 5109 0 0 0 20 0 1 0 1157486 28172288 1011 33554432000 4194304 5970956 140725068915744 140725068913080 4976725 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 31023104 140725068924097 140725068924227 140725068924227 140725068926926 0
/proc/11399/statm: 6878 1011 795 434 0 242 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 27512

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/243 11401
/proc/meminfo: memFree=32028816/32770624 swapFree=5824/190540
[pid=11399] ppid=11396 vsize=27512 CPUtime=102.29 cores=0,2,4,6,8,10,12,14
/proc/11399/stat : 11399 (cosoco) R 11396 11399 9820 0 -1 4202496 2098 0 0 0 10229 0 0 0 20 0 1 0 1157486 28172288 1011 33554432000 4194304 5970956 140725068915744 140725068913080 5098928 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 31023104 140725068924097 140725068924227 140725068924227 140725068926926 0
/proc/11399/statm: 6878 1011 795 434 0 242 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 27512

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/243 11402
/proc/meminfo: memFree=32029480/32770624 swapFree=5824/190600
[pid=11399] ppid=11396 vsize=27512 CPUtime=162.28 cores=0,2,4,6,8,10,12,14
/proc/11399/stat : 11399 (cosoco) R 11396 11399 9820 0 -1 4202496 2230 0 0 0 16228 0 0 0 20 0 1 0 1157486 28172288 1011 33554432000 4194304 5970956 140725068915744 140725068913080 5039436 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 31023104 140725068924097 140725068924227 140725068924227 140725068926926 0
/proc/11399/statm: 6878 1011 795 434 0 242 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 27512

[startup+222.308 s]
/proc/loadavg: 2.00 2.01 2.04 3/243 11403
/proc/meminfo: memFree=32029392/32770624 swapFree=5824/190656
[pid=11399] ppid=11396 vsize=27512 CPUtime=222.28 cores=0,2,4,6,8,10,12,14
/proc/11399/stat : 11399 (cosoco) R 11396 11399 9820 0 -1 4202496 2369 0 0 0 22228 0 0 0 20 0 1 0 1157486 28172288 1011 33554432000 4194304 5970956 140725068915744 140725068913080 5098928 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 31023104 140725068924097 140725068924227 140725068924227 140725068926926 0
/proc/11399/statm: 6878 1011 795 434 0 242 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 27512

[startup+282.3 s]
/proc/loadavg: 2.08 2.03 2.05 3/243 11404
/proc/meminfo: memFree=32030084/32770624 swapFree=5824/190708
[pid=11399] ppid=11396 vsize=27512 CPUtime=282.26 cores=0,2,4,6,8,10,12,14
/proc/11399/stat : 11399 (cosoco) R 11396 11399 9820 0 -1 4202496 2506 0 0 0 28226 0 0 0 20 0 1 0 1157486 28172288 1011 33554432000 4194304 5970956 140725068915744 140725068913080 4974660 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 31023104 140725068924097 140725068924227 140725068924227 140725068926926 0
/proc/11399/statm: 6878 1011 795 434 0 242 0
Current children cumulated CPU time (s) 282.26
Current children cumulated vsize (KiB) 27512

[startup+342.3 s]
/proc/loadavg: 2.03 2.02 2.05 3/243 11405
/proc/meminfo: memFree=32029680/32770624 swapFree=5824/190744
[pid=11399] ppid=11396 vsize=27512 CPUtime=342.26 cores=0,2,4,6,8,10,12,14
/proc/11399/stat : 11399 (cosoco) R 11396 11399 9820 0 -1 4202496 2642 0 0 0 34226 0 0 0 20 0 1 0 1157486 28172288 1011 33554432000 4194304 5970956 140725068915744 140725068913080 5098928 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 31023104 140725068924097 140725068924227 140725068924227 140725068926926 0
/proc/11399/statm: 6878 1011 795 434 0 242 0
Current children cumulated CPU time (s) 342.26
Current children cumulated vsize (KiB) 27512

[startup+402.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/243 11406
/proc/meminfo: memFree=32030300/32770624 swapFree=5824/190784
[pid=11399] ppid=11396 vsize=27512 CPUtime=402.25 cores=0,2,4,6,8,10,12,14
/proc/11399/stat : 11399 (cosoco) R 11396 11399 9820 0 -1 4202496 2780 0 0 0 40225 0 0 0 20 0 1 0 1157486 28172288 1011 33554432000 4194304 5970956 140725068915744 140725068913080 4978376 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 31023104 140725068924097 140725068924227 140725068924227 140725068926926 0
/proc/11399/statm: 6878 1011 795 434 0 242 0
Current children cumulated CPU time (s) 402.25
Current children cumulated vsize (KiB) 27512

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/242 11407
/proc/meminfo: memFree=32030004/32770624 swapFree=5824/190644
[pid=11399] ppid=11396 vsize=27512 CPUtime=462.25 cores=0,2,4,6,8,10,12,14
/proc/11399/stat : 11399 (cosoco) R 11396 11399 9820 0 -1 4202496 2917 0 0 0 46225 0 0 0 20 0 1 0 1157486 28172288 1011 33554432000 4194304 5970956 140725068915744 140725068913080 4974412 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 31023104 140725068924097 140725068924227 140725068924227 140725068926926 0
/proc/11399/statm: 6878 1011 795 434 0 242 0
Current children cumulated CPU time (s) 462.25
Current children cumulated vsize (KiB) 27512

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11416
/proc/meminfo: memFree=32028492/32770624 swapFree=5824/190668
[pid=11399] ppid=11396 vsize=27512 CPUtime=522.24 cores=0,2,4,6,8,10,12,14
/proc/11399/stat : 11399 (cosoco) R 11396 11399 9820 0 -1 4202496 3054 0 0 0 52224 0 0 0 20 0 1 0 1157486 28172288 1011 33554432000 4194304 5970956 140725068915744 140725068913080 4974434 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 31023104 140725068924097 140725068924227 140725068924227 140725068926926 0
/proc/11399/statm: 6878 1011 795 434 0 242 0
Current children cumulated CPU time (s) 522.24
Current children cumulated vsize (KiB) 27512

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11417
/proc/meminfo: memFree=32028560/32770624 swapFree=5824/190708
[pid=11399] ppid=11396 vsize=27512 CPUtime=582.24 cores=0,2,4,6,8,10,12,14
/proc/11399/stat : 11399 (cosoco) R 11396 11399 9820 0 -1 4202496 3191 0 0 0 58224 0 0 0 20 0 1 0 1157486 28172288 1011 33554432000 4194304 5970956 140725068915744 140725068913080 4974412 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 31023104 140725068924097 140725068924227 140725068924227 140725068926926 0
/proc/11399/statm: 6878 1011 795 434 0 242 0
Current children cumulated CPU time (s) 582.24
Current children cumulated vsize (KiB) 27512


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


[startup+1542.31 s]
/proc/loadavg: 2.00 2.03 2.05 3/243 11531
/proc/meminfo: memFree=31999708/32770624 swapFree=5824/191424
[pid=11399] ppid=11396 vsize=27512 CPUtime=1542.15 cores=0,2,4,6,8,10,12,14
/proc/11399/stat : 11399 (cosoco) R 11396 11399 9820 0 -1 4202496 5273 0 0 0 154215 0 0 0 20 0 1 0 1157486 28172288 1011 33554432000 4194304 5970956 140725068915744 140725068913080 4971663 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 31023104 140725068924097 140725068924227 140725068924227 140725068926926 0
/proc/11399/statm: 6878 1011 795 434 0 242 0
Current children cumulated CPU time (s) 1542.15
Current children cumulated vsize (KiB) 27512

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/243 11532
/proc/meminfo: memFree=31999000/32770624 swapFree=5824/191456
[pid=11399] ppid=11396 vsize=27512 CPUtime=1602.14 cores=0,2,4,6,8,10,12,14
/proc/11399/stat : 11399 (cosoco) R 11396 11399 9820 0 -1 4202496 5409 0 0 0 160214 0 0 0 20 0 1 0 1157486 28172288 1011 33554432000 4194304 5970956 140725068915744 140725068913080 5098928 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 31023104 140725068924097 140725068924227 140725068924227 140725068926926 0
/proc/11399/statm: 6878 1011 795 434 0 242 0
Current children cumulated CPU time (s) 1602.14
Current children cumulated vsize (KiB) 27512

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11533
/proc/meminfo: memFree=31999696/32770624 swapFree=5824/191484
[pid=11399] ppid=11396 vsize=27512 CPUtime=1662.13 cores=0,2,4,6,8,10,12,14
/proc/11399/stat : 11399 (cosoco) R 11396 11399 9820 0 -1 4202496 5535 0 0 0 166213 0 0 0 20 0 1 0 1157486 28172288 1011 33554432000 4194304 5970956 140725068915744 140725068913080 5098928 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 31023104 140725068924097 140725068924227 140725068924227 140725068926926 0
/proc/11399/statm: 6878 1011 795 434 0 242 0
Current children cumulated CPU time (s) 1662.13
Current children cumulated vsize (KiB) 27512

[startup+1722.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/244 11542
/proc/meminfo: memFree=31999100/32770624 swapFree=5824/191540
[pid=11399] ppid=11396 vsize=27512 CPUtime=1722.13 cores=0,2,4,6,8,10,12,14
/proc/11399/stat : 11399 (cosoco) R 11396 11399 9820 0 -1 4202496 5672 0 0 0 172213 0 0 0 20 0 1 0 1157486 28172288 1011 33554432000 4194304 5970956 140725068915744 140725068913080 5098928 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 31023104 140725068924097 140725068924227 140725068924227 140725068926926 0
/proc/11399/statm: 6878 1011 795 434 0 242 0
Current children cumulated CPU time (s) 1722.13
Current children cumulated vsize (KiB) 27512

[startup+1782.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/244 11543
/proc/meminfo: memFree=31998608/32770624 swapFree=5824/191572
[pid=11399] ppid=11396 vsize=27512 CPUtime=1782.12 cores=0,2,4,6,8,10,12,14
/proc/11399/stat : 11399 (cosoco) R 11396 11399 9820 0 -1 4202496 5797 0 0 0 178212 0 0 0 20 0 1 0 1157486 28172288 1011 33554432000 4194304 5970956 140725068915744 140725068913080 4978416 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 31023104 140725068924097 140725068924227 140725068924227 140725068926926 0
/proc/11399/statm: 6878 1011 795 434 0 242 0
Current children cumulated CPU time (s) 1782.12
Current children cumulated vsize (KiB) 27512

[startup+1842.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/244 11544
/proc/meminfo: memFree=31999000/32770624 swapFree=5824/191604
[pid=11399] ppid=11396 vsize=27512 CPUtime=1842.11 cores=0,2,4,6,8,10,12,14
/proc/11399/stat : 11399 (cosoco) R 11396 11399 9820 0 -1 4202496 5922 0 0 0 184211 0 0 0 20 0 1 0 1157486 28172288 1011 33554432000 4194304 5970956 140725068915744 140725068913080 5098928 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 31023104 140725068924097 140725068924227 140725068924227 140725068926926 0
/proc/11399/statm: 6878 1011 795 434 0 242 0
Current children cumulated CPU time (s) 1842.11
Current children cumulated vsize (KiB) 27512

[startup+1902.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/244 11545
/proc/meminfo: memFree=31999216/32770624 swapFree=5824/191640
[pid=11399] ppid=11396 vsize=27512 CPUtime=1902.11 cores=0,2,4,6,8,10,12,14
/proc/11399/stat : 11399 (cosoco) R 11396 11399 9820 0 -1 4202496 6047 0 0 0 190211 0 0 0 20 0 1 0 1157486 28172288 1011 33554432000 4194304 5970956 140725068915744 140725068913080 5098928 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 31023104 140725068924097 140725068924227 140725068924227 140725068926926 0
/proc/11399/statm: 6878 1011 795 434 0 242 0
Current children cumulated CPU time (s) 1902.11
Current children cumulated vsize (KiB) 27512

[startup+1962.3 s]
/proc/loadavg: 2.05 2.04 2.05 3/244 11546
/proc/meminfo: memFree=31998744/32770624 swapFree=5824/191676
[pid=11399] ppid=11396 vsize=27512 CPUtime=1962.1 cores=0,2,4,6,8,10,12,14
/proc/11399/stat : 11399 (cosoco) R 11396 11399 9820 0 -1 4202496 6184 0 0 0 196210 0 0 0 20 0 1 0 1157486 28172288 1011 33554432000 4194304 5970956 140725068915744 140725068913080 4974299 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 31023104 140725068924097 140725068924227 140725068924227 140725068926926 0
/proc/11399/statm: 6878 1011 795 434 0 242 0
Current children cumulated CPU time (s) 1962.1
Current children cumulated vsize (KiB) 27512

[startup+2022.3 s]
/proc/loadavg: 2.09 2.06 2.05 3/243 11547
/proc/meminfo: memFree=31998416/32770624 swapFree=5824/191720
[pid=11399] ppid=11396 vsize=27512 CPUtime=2022.09 cores=0,2,4,6,8,10,12,14
/proc/11399/stat : 11399 (cosoco) R 11396 11399 9820 0 -1 4202496 6309 0 0 0 202209 0 0 0 20 0 1 0 1157486 28172288 1011 33554432000 4194304 5970956 140725068915744 140725068913080 5039178 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 31023104 140725068924097 140725068924227 140725068924227 140725068926926 0
/proc/11399/statm: 6878 1011 795 434 0 242 0
Current children cumulated CPU time (s) 2022.09
Current children cumulated vsize (KiB) 27512

[startup+2082.3 s]
/proc/loadavg: 2.07 2.06 2.05 3/243 11548
/proc/meminfo: memFree=31998164/32770624 swapFree=5824/191728
[pid=11399] ppid=11396 vsize=27512 CPUtime=2082.09 cores=0,2,4,6,8,10,12,14
/proc/11399/stat : 11399 (cosoco) R 11396 11399 9820 0 -1 4202496 6434 0 0 0 208209 0 0 0 20 0 1 0 1157486 28172288 1011 33554432000 4194304 5970956 140725068915744 140725068913080 5098928 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 31023104 140725068924097 140725068924227 140725068924227 140725068926926 0
/proc/11399/statm: 6878 1011 795 434 0 242 0
Current children cumulated CPU time (s) 2082.09
Current children cumulated vsize (KiB) 27512

[startup+2142.3 s]
/proc/loadavg: 2.06 2.07 2.05 3/243 11549
/proc/meminfo: memFree=31997976/32770624 swapFree=5824/191780
[pid=11399] ppid=11396 vsize=27512 CPUtime=2142.08 cores=0,2,4,6,8,10,12,14
/proc/11399/stat : 11399 (cosoco) R 11396 11399 9820 0 -1 4202496 6571 0 0 0 214208 0 0 0 20 0 1 0 1157486 28172288 1011 33554432000 4194304 5970956 140725068915744 140725068913080 4974141 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 31023104 140725068924097 140725068924227 140725068924227 140725068926926 0
/proc/11399/statm: 6878 1011 795 434 0 242 0
Current children cumulated CPU time (s) 2142.08
Current children cumulated vsize (KiB) 27512

[startup+2202.31 s]
/proc/loadavg: 2.06 2.07 2.05 3/243 11550
/proc/meminfo: memFree=31997944/32770624 swapFree=5824/191808
[pid=11399] ppid=11396 vsize=27512 CPUtime=2202.08 cores=0,2,4,6,8,10,12,14
/proc/11399/stat : 11399 (cosoco) R 11396 11399 9820 0 -1 4202496 6696 0 0 0 220208 0 0 0 20 0 1 0 1157486 28172288 1011 33554432000 4194304 5970956 140725068915744 140725068913080 4974266 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 31023104 140725068924097 140725068924227 140725068924227 140725068926926 0
/proc/11399/statm: 6878 1011 795 434 0 242 0
Current children cumulated CPU time (s) 2202.08
Current children cumulated vsize (KiB) 27512

[startup+2262.3 s]
/proc/loadavg: 2.07 2.07 2.05 3/243 11551
/proc/meminfo: memFree=31995916/32770624 swapFree=5824/191844
[pid=11399] ppid=11396 vsize=27512 CPUtime=2262.07 cores=0,2,4,6,8,10,12,14
/proc/11399/stat : 11399 (cosoco) R 11396 11399 9820 0 -1 4202496 6821 0 0 0 226207 0 0 0 20 0 1 0 1157486 28172288 1011 33554432000 4194304 5970956 140725068915744 140725068913080 5098928 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 31023104 140725068924097 140725068924227 140725068924227 140725068926926 0
/proc/11399/statm: 6878 1011 795 434 0 242 0
Current children cumulated CPU time (s) 2262.07
Current children cumulated vsize (KiB) 27512

[startup+2322.3 s]
/proc/loadavg: 2.03 2.06 2.05 3/244 11560
/proc/meminfo: memFree=31996236/32770624 swapFree=5824/191876
[pid=11399] ppid=11396 vsize=27512 CPUtime=2322.06 cores=0,2,4,6,8,10,12,14
/proc/11399/stat : 11399 (cosoco) R 11396 11399 9820 0 -1 4202496 6946 0 0 0 232206 0 0 0 20 0 1 0 1157486 28172288 1011 33554432000 4194304 5970956 140725068915744 140725068913080 4974266 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 31023104 140725068924097 140725068924227 140725068924227 140725068926926 0
/proc/11399/statm: 6878 1011 795 434 0 242 0
Current children cumulated CPU time (s) 2322.06
Current children cumulated vsize (KiB) 27512

[startup+2382.3 s]
/proc/loadavg: 2.01 2.05 2.05 3/244 11561
/proc/meminfo: memFree=31995636/32770624 swapFree=5824/191908
[pid=11399] ppid=11396 vsize=27512 CPUtime=2382.05 cores=0,2,4,6,8,10,12,14
/proc/11399/stat : 11399 (cosoco) R 11396 11399 9820 0 -1 4202496 7083 0 0 0 238205 0 0 0 20 0 1 0 1157486 28172288 1011 33554432000 4194304 5970956 140725068915744 140725068913080 4974138 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 31023104 140725068924097 140725068924227 140725068924227 140725068926926 0
/proc/11399/statm: 6878 1011 795 434 0 242 0
Current children cumulated CPU time (s) 2382.05
Current children cumulated vsize (KiB) 27512



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.31 s]
/proc/loadavg: 2.01 2.04 2.05 3/244 11561
/proc/meminfo: memFree=31995820/32770624 swapFree=5824/191916
[pid=11399] ppid=11396 vsize=27512 CPUtime=2400.06 cores=0,2,4,6,8,10,12,14
/proc/11399/stat : 11399 (cosoco) R 11396 11399 9820 0 -1 4202496 7208 0 0 0 240006 0 0 0 20 0 1 0 1157486 28172288 1011 33554432000 4194304 5970956 140725068915744 140725068913080 5039178 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 31023104 140725068924097 140725068924227 140725068924227 140725068926926 0
/proc/11399/statm: 6878 1011 795 434 0 242 0
Current children cumulated CPU time (s) 2400.06
Current children cumulated vsize (KiB) 27512

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

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

[startup+2400.31 s]
/proc/loadavg: 2.01 2.04 2.05 3/244 11561
/proc/meminfo: memFree=31995820/32770624 swapFree=5824/191916
[pid=11399] ppid=11396 vsize=27512 CPUtime=2400.06 cores=0,2,4,6,8,10,12,14
/proc/11399/stat : 11399 (cosoco) R 11396 11399 9820 0 -1 4202496 7208 0 0 0 240006 0 0 0 20 0 1 0 1157486 28172288 1011 33554432000 4194304 5970956 140725068915744 140725068913080 5039178 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 31023104 140725068924097 140725068924227 140725068924227 140725068926926 0
/proc/11399/statm: 6878 1011 795 434 0 242 0
Current children cumulated CPU time (s) 2400.06
Current children cumulated vsize (KiB) 27512

Child status: 1
Real time (s): 2400.31
CPU time (s): 2400.07
CPU user time (s): 2400.06
CPU system time (s): 0.004999
CPU usage (%): 99.9901
Max. virtual memory (cumulated for all children) (KiB): 27512

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

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.28967 second user time and 10.648 second system time

The end

Launcher Data

Begin job on node147 at 2017-07-21 19:42:03
IDJOB=4242199
IDBENCH=133547
IDSOLVER=2620
FILE ID=node147/4242199-1500658923
RUNJOBID= node147-1500648172-9851
PBS_JOBID= 20623274
Free space on /tmp= 61932 MiB

SOLVER NAME= cosoco 1.1
BENCH NAME= XCSP17/MagicHexagon/MagicHexagon-m1-s1/MagicHexagon-08-0081.xml
COMMAND LINE= DIR/cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4242199-1500658923/watcher-4242199-1500658923 -o /tmp/evaluation-result-4242199-1500658923/solver-4242199-1500658923 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node147-1500648172-9851 --watchdog 2560  HOME/cosoco -lc -model -restarts HOME/instance-4242199-1500658923.xml

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

MD5SUM BENCH= e46647acbda97830867cbaf6bce42852
RANDOM SEED=1355594632

node147.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.47
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.47
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.47
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.47
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2667.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
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	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        32033176 kB
MemAvailable:   32022140 kB
Buffers:           32912 kB
Cached:           266352 kB
SwapCached:            0 kB
Active:           163284 kB
Inactive:         199072 kB
Active(anon):      65912 kB
Inactive(anon):     8680 kB
Active(file):      97372 kB
Inactive(file):   190392 kB
Unevictable:        5824 kB
Mlocked:            5824 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2360 kB
Writeback:             0 kB
AnonPages:         68728 kB
Mapped:            31756 kB
Shmem:              8852 kB
Slab:              65796 kB
SReclaimable:      34072 kB
SUnreclaim:        31724 kB
KernelStack:        4208 kB
PageTables:         5544 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     331872 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 61928 MiB
End job on node147 at 2017-07-21 20:22:03