Trace number 4241714

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.06 2400.7

General information on the benchmark

NameCarSequencing/CarSequencing-m1-jcr/
CarSequencing-19-71.xml
MD5SUM910e6a58e5b883abb8b2e34c5de0ea43
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 variables600
Number of constraints736
Number of domains2
Minimum domain size2
Maximum domain size23
Distribution of domain sizes[{"size":2,"count":500},{"size":23,"count":100}]
Minimum variable degree2
Maximum variable degree51
Distribution of variable degrees[{"degree":2,"count":100},{"degree":3,"count":5},{"degree":4,"count":5},{"degree":5,"count":6},{"degree":6,"count":10},{"degree":7,"count":10},{"degree":8,"count":18},{"degree":9,"count":18},{"degree":10,"count":18},{"degree":11,"count":18},{"degree":12,"count":18},{"degree":13,"count":18},{"degree":14,"count":18},{"degree":15,"count":18},{"degree":16,"count":18},{"degree":17,"count":18},{"degree":18,"count":18},{"degree":19,"count":19},{"degree":20,"count":19},{"degree":21,"count":19},{"degree":22,"count":20},{"degree":23,"count":30},{"degree":24,"count":14},{"degree":25,"count":14},{"degree":26,"count":9},{"degree":27,"count":8},{"degree":28,"count":8},{"degree":29,"count":8},{"degree":30,"count":8},{"degree":31,"count":8},{"degree":32,"count":8},{"degree":33,"count":9},{"degree":34,"count":10},{"degree":35,"count":14},{"degree":36,"count":7},{"degree":37,"count":2},{"degree":38,"count":2},{"degree":39,"count":2},{"degree":40,"count":2},{"degree":41,"count":2},{"degree":42,"count":2},{"degree":43,"count":2},{"degree":44,"count":2},{"degree":45,"count":2},{"degree":46,"count":2},{"degree":47,"count":2},{"degree":48,"count":2},{"degree":49,"count":2},{"degree":50,"count":3},{"degree":51,"count":5}]
Minimum constraint arity2
Maximum constraint arity100
Distribution of constraint arities[{"arity":2,"count":99},{"arity":3,"count":196},{"arity":5,"count":193},{"arity":6,"count":101},{"arity":7,"count":1},{"arity":8,"count":1},{"arity":10,"count":4},{"arity":12,"count":1},{"arity":13,"count":2},{"arity":14,"count":1},{"arity":15,"count":1},{"arity":16,"count":3},{"arity":18,"count":1},{"arity":19,"count":2},{"arity":20,"count":3},{"arity":22,"count":3},{"arity":24,"count":1},{"arity":25,"count":4},{"arity":26,"count":1},{"arity":28,"count":3},{"arity":30,"count":3},{"arity":31,"count":2},{"arity":32,"count":1},{"arity":34,"count":3},{"arity":35,"count":2},"...",{"arity":67,"count":2}, {"arity":68,"count":1}, {"arity":70,"count":5}, {"arity":72,"count":1}, {"arity":73,"count":2}, {"arity":74,"count":1}, {"arity":75,"count":2}, {"arity":76,"count":3}, {"arity":78,"count":1}, {"arity":79,"count":2}, {"arity":80,"count":3}, {"arity":82,"count":3}, {"arity":84,"count":1}, {"arity":85,"count":4}, {"arity":86,"count":1}, {"arity":88,"count":3}, {"arity":90,"count":3}, {"arity":91,"count":2}, {"arity":92,"count":1}, {"arity":94,"count":3}, {"arity":95,"count":2}, {"arity":96,"count":1}, {"arity":97,"count":2}, {"arity":98,"count":1}, {"arity":100,"count":6}]
Number of extensional constraints100
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":100},{"type":"sum","count":635},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c Create Cardinality(vars,values,occurs) constraint using 100 Exactly/AtMost.. constraint 
0.00/0.00	c
0.00/0.05	c root propagations     : 0           
0.00/0.05	c restarts enabled, print stats at every restarts
0.00/0.05	c
0.00/0.05	c
0.00/0.05	c
0.00/0.05	c This is cosoco 1.0 --  
0.00/0.05	c
0.00/0.05	c ========================================[ Problem Statistics ]===========================================
0.00/0.05	c |                                                                                                       
0.00/0.05	c |  Parse time        :         0.04 s 
0.00/0.05	c |
0.00/0.05	c |               Variables: 600
0.00/0.05	c |            Domain Sizes: 2..23
0.00/0.05	c |
0.00/0.05	c |             Constraints: 758
0.00/0.05	c |                   Arity: 2..100  -- Binary: 99  -- Ternary: 196
0.00/0.05	c | 
0.00/0.05	c |                   Types: 
0.00/0.05	c |                          Exactly K: 23
0.00/0.05	c |                          Extension: 100  (nb tuples: 23..23) -- (shared: 99)
0.00/0.05	c |                          Sum: 635
0.00/0.05	c |                          
0.00/0.05	c =========================================================================================================
0.00/0.05	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth
0.09/0.17	c 101            658            45256          16929          0              0              300   336   306
0.19/0.26	c 211            1148           79018          33341          0              0              17   36   26   
0.39/0.43	c 332            2015           146694         51591          0              0              8   255   143  
0.59/0.61	c 465            2777           213431         67091          0              0              9   258   156  
0.69/0.76	c 611            3531           268618         80391          0              0              14   183   110 
0.89/0.96	c 771            4516           353935         106630         0              0              14   229   202 
1.10/1.13	c 947            5277           434227         124848         0              0              117   191   170
1.20/1.27	c 1140           5995           485017         148771         0              0              22   56   32   
1.59/1.62	c 1352           6859           628877         207434         0              0              11   172   81  
1.79/1.81	c 1585           7957           711529         236055         0              0              12   193   115 
1.89/2.00	c 1841           9122           805447         258131         0              0              10   194   161 
2.20/2.22	c 2122           10155          895164         297387         0              0              15   183   82  
2.59/2.62	c 2431           12134          1065643        326582         0              0              12   154   134 
2.99/3.03	c 2770           14375          1219307        372386         0              0              12   102   58  
3.40/3.43	c 3142           15408          1410018        420674         0              0              13   201   187 
3.59/3.68	c 3551           16940          1538721        449509         0              0              13   218   177 
3.89/3.98	c 4000           18878          1679762        484180         0              0              18   189   165 
4.40/4.41	c 4493           21479          1856248        520106         0              0              39   160   102 
5.09/5.11	c 5035           24289          2102771        616625         0              0              32   74   48   
5.39/5.46	c 5631           26203          2322932        680352         0              0              8   228   209  
5.79/5.80	c 6286           27857          2512422        720768         0              0              9   173   151  
6.29/6.37	c 7006           30743          2739393        764489         0              0              11   122   97  
6.99/7.01	c 7798           34469          3010603        821894         0              0              7   84   53    
7.29/7.30	c 8669           37032          3206106        862508         0              0              9   126   109  
8.80/8.88	c 9627           39245          3812147        1205875        0              0              10   208   174 
9.29/9.37	c 10680          41619          4077378        1275893        0              0              10   245   235 
10.99/11.01	c 11838          45110          4777315        1535548        0              0              10   195   167 
11.89/11.93	c 13111          49714          5166568        1601888        0              0              9   145   126  
13.39/13.44	c 14511          56548          5771391        1819284        0              0              37   153   64  
14.29/14.37	c 16051          60589          6197516        1922468        0              0              16   191   153 
15.49/15.59	c 17745          66129          6767977        2097116        0              0              16   213   181 
17.19/17.27	c 19608          78510          7500896        2235435        0              0              18   186   92  
18.19/18.29	c 21657          85341          8064049        2398834        0              0              10   232   201 
19.49/19.57	c 23910          93708          8719558        2528559        0              0              10   202   163 
20.89/20.97	c 26388          100929         9448031        2718564        0              0              23   220   177 
22.68/22.71	c 29113          113809         10391444       2940353        0              0              21   184   143 
23.98/24.03	c 32110          122603         11262707       3147580        0              0              32   177   159 
25.48/25.55	c 35406          131110         12147798       3375289        0              0              36   174   161 
27.18/27.28	c 39031          141662         13164925       3631942        0              0              34   194   178 
29.98/30.07	c 43018          158821         14611077       3933521        0              0              19   149   131 
33.48/33.58	c 47403          175277         16244740       4513168        0              0              21   193   139 
37.78/37.81	c 52226          209818         18369954       4887071        0              0              18   162   119 
43.88/43.90	c 57531          247840         21240024       5550652        0              0              10   176   135 
47.98/48.07	c 63366          275263         23105940       5952878        0              0              27   209   174 
56.57/56.66	c 69784          303411         26483809       7165378        0              0              16   256   187 
61.27/61.36	c 76843          321771         28813468       7785219        0              0              28   258   239 
65.67/65.71	c 84607          354040         31147212       8303944        0              0              36   221   187 
85.07/85.14	c 93147          421465         38646444       14410292       0              0              10   82   60   
96.16/96.28	c 102541         484110         43646521       15278923       0              0              26   209   179 
106.46/106.51	c 112874         535920         48788092       16736524       0              0              35   256   211 
112.56/112.67	c 124240         570381         52074022       17321856       0              0              16   265   238 
127.26/127.33	c 136742         622892         59206131       18940826       0              0              12   224   191 
136.46/136.54	c 150494         694648         63202338       20679094       0              0              18   233   106 
163.85/164.00	c 165621         781715         73556587       24304263       0              0              15   190   145 
184.34/184.47	c 182260         860912         82692702       26098844       0              0              74   260   214 
223.63/223.73	c 200562         972206         97957730       31361911       0              0              32   248   191 
240.52/240.68	c 220694         1057903        106894723      33408096       0              0              30   279   248 
262.12/262.27	c 242839         1165204        117056802      35711627       0              0              36   311   281 
291.71/291.87	c 267198         1366791        131471845      38781799       0              0              19   244   216 
313.11/313.24	c 293992         1519934        142282340      41438193       0              0              23   386   304 
348.90/349.07	c 323465         1707128        157239162      45818681       0              0              22   324   225 
377.69/377.84	c 355885         1920971        171234949      48919846       0              0              14   270   234 
416.88/417.00	c 391547         2187609        187431851      51847586       0              0              18   220   175 
441.77/441.98	c 430775         2337072        197078806      58476333       0              0              14   36   27   
469.36/469.50	c 473925         2498823        207963056      67178271       0              0              10   41   27   
504.76/504.95	c 521390         2707578        225459454      75369205       0              0              15   275   155 
549.14/549.35	c 573601         2973242        246022760      79534474       0              0              20   265   205 
589.03/589.26	c 631033         3288294        267715481      84796840       0              0              13   243   187 
631.42/631.66	c 694208         3513149        293050113      90830942       0              0              17   228   207 
692.60/692.89	c 763700         3850108        319847586      96878652       0              0              17   213   173 
742.79/743.07	c 840141         4145706        344992055      102507861      0              0              22   217   181 
828.08/828.34	c 924226         4548010        380610388      116657036      0              0              17   249   174 
906.35/906.66	c 1016719        4950742        418788582      125800658      0              0              27   240   183 
977.33/977.65	c 1118461        5325882        451566417      133257561      0              0              18   271   208 
1059.81/1060.11	c 1230377        5859039        490860507      144196517      0              0              23   256   186 
1165.48/1165.85	c 1353484        6554148        541144690      156162048      0              0              18   215   162 
1232.36/1232.71	c 1488901        6915972        580369584      166795367      0              0              48   245   221 
1364.53/1364.94	c 1637859        7658811        635696462      181014250      0              0              23   226   158 
1460.20/1460.63	c 1801712        8186316        691655838      197169013      0              0              32   218   189 
1655.85/1656.36	c 1981950        9077072        772697138      214032869      0              0              22   219   128 
1799.61/1800.18	c 2180211        9808627        842599510      229574452      0              0              14   230   192 
1929.47/1930.03	c 2398298        10504384       917016187      249607716      0              0              12   217   194 
2063.24/2063.80	c 2638193        11358867       985635180      269713047      0              0              13   256   207 
2196.60/2197.26	c 2902077        12227173       1059741384     287083458      0              0              18   215   184 

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-4241714-1500653137/watcher-4241714-1500653137 -o /tmp/evaluation-result-4241714-1500653137/solver-4241714-1500653137 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node126-1500648174-2491 --watchdog 2560 HOME/cosoco -lc -model -restarts HOME/instance-4241714-1500653137.xml 

pid=3198
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.07 2.04 1.99 3/242 3201
/proc/meminfo: memFree=32043824/32770624 swapFree=5840/209616
[pid=3201] ppid=3198 vsize=27516 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/3201/stat : 3201 (cosoco) R 3198 3201 2458 0 -1 4202496 1110 0 0 0 0 0 0 0 20 0 1 0 581518 28176384 898 33554432000 4194304 5970956 140736685165600 140736685162248 5415572 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 8070896 8075904 18591744 140736685171905 140736685172035 140736685172035 140736685174734 0
/proc/3201/statm: 6879 898 709 434 0 243 0

[startup+0.100116 s]
/proc/loadavg: 2.07 2.04 1.99 3/242 3201
/proc/meminfo: memFree=32043824/32770624 swapFree=5840/209616
[pid=3201] ppid=3198 vsize=30728 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/3201/stat : 3201 (cosoco) R 3198 3201 2458 0 -1 4202496 1970 0 0 0 9 0 0 0 20 0 1 0 581518 31465472 1793 33554432000 4194304 5970956 140736685165600 140736685162440 5047664 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 18591744 140736685171905 140736685172035 140736685172035 140736685174734 0
/proc/3201/statm: 7682 1793 795 434 0 1046 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30728

[startup+0.200295 s]
/proc/loadavg: 2.07 2.04 1.99 3/242 3201
/proc/meminfo: memFree=32043824/32770624 swapFree=5840/209616
[pid=3201] ppid=3198 vsize=30728 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/3201/stat : 3201 (cosoco) R 3198 3201 2458 0 -1 4202496 1979 0 0 0 19 0 0 0 20 0 1 0 581518 31465472 1793 33554432000 4194304 5970956 140736685165600 140736685162936 5136608 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 18591744 140736685171905 140736685172035 140736685172035 140736685174734 0
/proc/3201/statm: 7682 1793 795 434 0 1046 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 30728

[startup+0.300267 s]
/proc/loadavg: 2.07 2.04 1.99 3/242 3201
/proc/meminfo: memFree=32043824/32770624 swapFree=5840/209616
[pid=3201] ppid=3198 vsize=30728 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/3201/stat : 3201 (cosoco) R 3198 3201 2458 0 -1 4202496 1979 0 0 0 29 0 0 0 20 0 1 0 581518 31465472 1793 33554432000 4194304 5970956 140736685165600 140736685162936 5044845 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 18591744 140736685171905 140736685172035 140736685172035 140736685174734 0
/proc/3201/statm: 7682 1793 795 434 0 1046 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30728

[startup+0.700239 s]
/proc/loadavg: 2.07 2.04 1.99 3/242 3201
/proc/meminfo: memFree=32043824/32770624 swapFree=5840/209616
[pid=3201] ppid=3198 vsize=30992 CPUtime=0.69 cores=0,2,4,6,8,10,12,14
/proc/3201/stat : 3201 (cosoco) R 3198 3201 2458 0 -1 4202496 2051 0 0 0 69 0 0 0 20 0 1 0 581518 31735808 1859 33554432000 4194304 5970956 140736685165600 140736685162936 5044849 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 18591744 140736685171905 140736685172035 140736685172035 140736685174734 0
/proc/3201/statm: 7748 1859 798 434 0 1112 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30992

[startup+1.50027 s]
/proc/loadavg: 2.06 2.04 1.99 3/243 3202
/proc/meminfo: memFree=32039332/32770624 swapFree=5840/209616
[pid=3201] ppid=3198 vsize=30992 CPUtime=1.49 cores=0,2,4,6,8,10,12,14
/proc/3201/stat : 3201 (cosoco) R 3198 3201 2458 0 -1 4202496 2055 0 0 0 149 0 0 0 20 0 1 0 581518 31735808 1859 33554432000 4194304 5970956 140736685165600 140736685162936 5045964 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 18591744 140736685171905 140736685172035 140736685172035 140736685174734 0
/proc/3201/statm: 7748 1859 798 434 0 1112 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30992

[startup+3.10028 s]
/proc/loadavg: 2.06 2.04 1.99 3/243 3202
/proc/meminfo: memFree=32038944/32770624 swapFree=5840/209616
[pid=3201] ppid=3198 vsize=30992 CPUtime=3.09 cores=0,2,4,6,8,10,12,14
/proc/3201/stat : 3201 (cosoco) R 3198 3201 2458 0 -1 4202496 3076 0 0 0 309 0 0 0 20 0 1 0 581518 31735808 1895 33554432000 4194304 5970956 140736685165600 140736685162936 5136620 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 18591744 140736685171905 140736685172035 140736685172035 140736685174734 0
/proc/3201/statm: 7748 1895 798 434 0 1112 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 30992

[startup+6.30028 s]
/proc/loadavg: 2.06 2.04 1.99 3/243 3202
/proc/meminfo: memFree=32038600/32770624 swapFree=5840/209616
[pid=3201] ppid=3198 vsize=30992 CPUtime=6.29 cores=0,2,4,6,8,10,12,14
/proc/3201/stat : 3201 (cosoco) R 3198 3201 2458 0 -1 4202496 4103 0 0 0 629 0 0 0 20 0 1 0 581518 31735808 1897 33554432000 4194304 5970956 140736685165600 140736685162936 5031460 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 18591744 140736685171905 140736685172035 140736685172035 140736685174734 0
/proc/3201/statm: 7748 1897 798 434 0 1112 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 30992

[startup+12.7003 s]
/proc/loadavg: 2.05 2.04 1.99 3/243 3202
/proc/meminfo: memFree=32037856/32770624 swapFree=5840/209616
[pid=3201] ppid=3198 vsize=31124 CPUtime=12.69 cores=0,2,4,6,8,10,12,14
/proc/3201/stat : 3201 (cosoco) R 3198 3201 2458 0 -1 4202496 5135 0 0 0 1269 0 0 0 20 0 1 0 581518 31870976 1901 33554432000 4194304 5970956 140736685165600 140736685162936 5044849 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 18591744 140736685171905 140736685172035 140736685172035 140736685174734 0
/proc/3201/statm: 7781 1901 798 434 0 1145 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 31124

[startup+25.5003 s]
/proc/loadavg: 2.13 2.06 1.99 3/243 3202
/proc/meminfo: memFree=32037904/32770624 swapFree=5840/209616
[pid=3201] ppid=3198 vsize=31124 CPUtime=25.48 cores=0,2,4,6,8,10,12,14
/proc/3201/stat : 3201 (cosoco) R 3198 3201 2458 0 -1 4202496 7186 0 0 0 2548 0 0 0 20 0 1 0 581518 31870976 1904 33554432000 4194304 5970956 140736685165600 140736685162936 5136786 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 18591744 140736685171905 140736685172035 140736685172035 140736685174734 0
/proc/3201/statm: 7781 1904 798 434 0 1145 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 31124

[startup+51.1003 s]
/proc/loadavg: 2.08 2.05 1.99 3/243 3202
/proc/meminfo: memFree=32037476/32770624 swapFree=5840/209616
[pid=3201] ppid=3198 vsize=31124 CPUtime=51.08 cores=0,2,4,6,8,10,12,14
/proc/3201/stat : 3201 (cosoco) R 3198 3201 2458 0 -1 4202496 7715 0 0 0 5108 0 0 0 20 0 1 0 581518 31870976 1904 33554432000 4194304 5970956 140736685165600 140736685162936 5136608 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 18591744 140736685171905 140736685172035 140736685172035 140736685174734 0
/proc/3201/statm: 7781 1904 798 434 0 1145 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 31124

[startup+102.3 s]
/proc/loadavg: 2.03 2.04 1.99 3/243 3203
/proc/meminfo: memFree=32037332/32770624 swapFree=5840/209708
[pid=3201] ppid=3198 vsize=31124 CPUtime=102.27 cores=0,2,4,6,8,10,12,14
/proc/3201/stat : 3201 (cosoco) R 3198 3201 2458 0 -1 4202496 8248 0 0 0 10227 0 0 0 20 0 1 0 581518 31870976 1909 33554432000 4194304 5970956 140736685165600 140736685162936 5045175 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 18591744 140736685171905 140736685172035 140736685172035 140736685174734 0
/proc/3201/statm: 7781 1909 798 434 0 1145 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 31124

[startup+162.3 s]
/proc/loadavg: 2.01 2.04 1.99 3/243 3204
/proc/meminfo: memFree=32038132/32770624 swapFree=5840/209760
[pid=3201] ppid=3198 vsize=31124 CPUtime=162.25 cores=0,2,4,6,8,10,12,14
/proc/3201/stat : 3201 (cosoco) R 3198 3201 2458 0 -1 4202496 8784 0 0 0 16225 0 0 0 20 0 1 0 581518 31870976 1914 33554432000 4194304 5970956 140736685165600 140736685162936 5044849 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 18591744 140736685171905 140736685172035 140736685172035 140736685174734 0
/proc/3201/statm: 7781 1914 798 434 0 1145 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 31124

[startup+222.308 s]
/proc/loadavg: 2.00 2.03 1.99 3/242 3205
/proc/meminfo: memFree=32039388/32770624 swapFree=5840/209804
[pid=3201] ppid=3198 vsize=31124 CPUtime=222.24 cores=0,2,4,6,8,10,12,14
/proc/3201/stat : 3201 (cosoco) R 3198 3201 2458 0 -1 4202496 9302 0 0 0 22224 0 0 0 20 0 1 0 581518 31870976 1914 33554432000 4194304 5970956 140736685165600 140736685162936 5045969 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 18591744 140736685171905 140736685172035 140736685172035 140736685174734 0
/proc/3201/statm: 7781 1914 798 434 0 1145 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 31124

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 1.99 3/243 3214
/proc/meminfo: memFree=32038396/32770624 swapFree=5840/209868
[pid=3201] ppid=3198 vsize=31124 CPUtime=282.21 cores=0,2,4,6,8,10,12,14
/proc/3201/stat : 3201 (cosoco) R 3198 3201 2458 0 -1 4202496 9868 0 0 0 28221 0 0 0 20 0 1 0 581518 31870976 1916 33554432000 4194304 5970956 140736685165600 140736685162936 5136634 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 18591744 140736685171905 140736685172035 140736685172035 140736685174734 0
/proc/3201/statm: 7781 1916 798 434 0 1145 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 31124

[startup+342.3 s]
/proc/loadavg: 2.00 2.02 1.99 3/243 3215
/proc/meminfo: memFree=32038720/32770624 swapFree=5840/209868
[pid=3201] ppid=3198 vsize=31388 CPUtime=342.2 cores=0,2,4,6,8,10,12,14
/proc/3201/stat : 3201 (cosoco) R 3198 3201 2458 0 -1 4202496 10460 0 0 0 34220 0 0 0 20 0 1 0 581518 32141312 1957 33554432000 4194304 5970956 140736685165600 140736685162936 5045224 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 18591744 140736685171905 140736685172035 140736685172035 140736685174734 0
/proc/3201/statm: 7847 1957 798 434 0 1211 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 31388

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 1.99 3/243 3216
/proc/meminfo: memFree=32038156/32770624 swapFree=5840/209968
[pid=3201] ppid=3198 vsize=31388 CPUtime=402.18 cores=0,2,4,6,8,10,12,14
/proc/3201/stat : 3201 (cosoco) R 3198 3201 2458 0 -1 4202496 10540 0 0 0 40218 0 0 0 20 0 1 0 581518 32141312 1973 33554432000 4194304 5970956 140736685165600 140736685162936 5045944 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 18591744 140736685171905 140736685172035 140736685172035 140736685174734 0
/proc/3201/statm: 7847 1973 798 434 0 1211 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 31388

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 1.99 3/243 3217
/proc/meminfo: memFree=32038152/32770624 swapFree=5840/209968
[pid=3201] ppid=3198 vsize=31388 CPUtime=462.17 cores=0,2,4,6,8,10,12,14
/proc/3201/stat : 3201 (cosoco) R 3198 3201 2458 0 -1 4202496 10595 0 0 0 46217 0 0 0 20 0 1 0 581518 32141312 1973 33554432000 4194304 5970956 140736685165600 140736685162936 5098954 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 18591744 140736685171905 140736685172035 140736685172035 140736685174734 0
/proc/3201/statm: 7847 1973 798 434 0 1211 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 31388

[startup+522.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/243 3218
/proc/meminfo: memFree=32036812/32770624 swapFree=5840/210068
[pid=3201] ppid=3198 vsize=31388 CPUtime=522.15 cores=0,2,4,6,8,10,12,14
/proc/3201/stat : 3201 (cosoco) R 3198 3201 2458 0 -1 4202496 10679 0 0 0 52215 0 0 0 20 0 1 0 581518 32141312 1973 33554432000 4194304 5970956 140736685165600 140736685162936 5046341 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 18591744 140736685171905 140736685172035 140736685172035 140736685174734 0
/proc/3201/statm: 7847 1973 798 434 0 1211 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 31388

[startup+582.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/243 3219
/proc/meminfo: memFree=32036604/32770624 swapFree=5840/210068
[pid=3201] ppid=3198 vsize=31388 CPUtime=582.13 cores=0,2,4,6,8,10,12,14
/proc/3201/stat : 3201 (cosoco) R 3198 3201 2458 0 -1 4202496 10758 0 0 0 58213 0 0 0 20 0 1 0 581518 32141312 1973 33554432000 4194304 5970956 140736685165600 140736685162936 5136560 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 18591744 140736685171905 140736685172035 140736685172035 140736685174734 0
/proc/3201/statm: 7847 1973 798 434 0 1211 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 31388


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


[startup+1542.31 s]
/proc/loadavg: 2.00 2.01 2.01 3/243 3463
/proc/meminfo: memFree=32031420/32770624 swapFree=5840/210932
[pid=3201] ppid=3198 vsize=31388 CPUtime=1541.89 cores=0,2,4,6,8,10,12,14
/proc/3201/stat : 3201 (cosoco) R 3198 3201 2458 0 -1 4202496 11927 0 0 0 154189 0 0 0 20 0 1 0 581518 32141312 1973 33554432000 4194304 5970956 140736685165600 140736685162936 5098910 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 18591744 140736685171905 140736685172035 140736685172035 140736685174734 0
/proc/3201/statm: 7847 1973 798 434 0 1211 0
Current children cumulated CPU time (s) 1541.89
Current children cumulated vsize (KiB) 31388

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.01 3/243 3464
/proc/meminfo: memFree=32030808/32770624 swapFree=5840/210996
[pid=3201] ppid=3198 vsize=31388 CPUtime=1601.86 cores=0,2,4,6,8,10,12,14
/proc/3201/stat : 3201 (cosoco) R 3198 3201 2458 0 -1 4202496 11973 0 0 0 160186 0 0 0 20 0 1 0 581518 32141312 1973 33554432000 4194304 5970956 140736685165600 140736685162936 5045760 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 18591744 140736685171905 140736685172035 140736685172035 140736685174734 0
/proc/3201/statm: 7847 1973 798 434 0 1211 0
Current children cumulated CPU time (s) 1601.86
Current children cumulated vsize (KiB) 31388

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.01 3/243 3465
/proc/meminfo: memFree=32030116/32770624 swapFree=5840/210996
[pid=3201] ppid=3198 vsize=31388 CPUtime=1661.85 cores=0,2,4,6,8,10,12,14
/proc/3201/stat : 3201 (cosoco) R 3198 3201 2458 0 -1 4202496 12058 0 0 0 166185 0 0 0 20 0 1 0 581518 32141312 1973 33554432000 4194304 5970956 140736685165600 140736685162936 5311659 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 18591744 140736685171905 140736685172035 140736685172035 140736685174734 0
/proc/3201/statm: 7847 1973 798 434 0 1211 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 31388

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.01 3/243 3466
/proc/meminfo: memFree=32030312/32770624 swapFree=5840/211072
[pid=3201] ppid=3198 vsize=31388 CPUtime=1721.83 cores=0,2,4,6,8,10,12,14
/proc/3201/stat : 3201 (cosoco) R 3198 3201 2458 0 -1 4202496 12122 0 0 0 172183 0 0 0 20 0 1 0 581518 32141312 1973 33554432000 4194304 5970956 140736685165600 140736685162936 5045172 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 18591744 140736685171905 140736685172035 140736685172035 140736685174734 0
/proc/3201/statm: 7847 1973 798 434 0 1211 0
Current children cumulated CPU time (s) 1721.83
Current children cumulated vsize (KiB) 31388

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.01 3/243 3467
/proc/meminfo: memFree=32030476/32770624 swapFree=5840/211072
[pid=3201] ppid=3198 vsize=31388 CPUtime=1781.81 cores=0,2,4,6,8,10,12,14
/proc/3201/stat : 3201 (cosoco) R 3198 3201 2458 0 -1 4202496 12186 0 0 0 178181 0 0 0 20 0 1 0 581518 32141312 1973 33554432000 4194304 5970956 140736685165600 140736685162936 5046384 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 18591744 140736685171905 140736685172035 140736685172035 140736685174734 0
/proc/3201/statm: 7847 1973 798 434 0 1211 0
Current children cumulated CPU time (s) 1781.81
Current children cumulated vsize (KiB) 31388

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.01 3/243 3468
/proc/meminfo: memFree=32031508/32770624 swapFree=5840/211160
[pid=3201] ppid=3198 vsize=31388 CPUtime=1841.8 cores=0,2,4,6,8,10,12,14
/proc/3201/stat : 3201 (cosoco) R 3198 3201 2458 0 -1 4202496 12265 0 0 0 184180 0 0 0 20 0 1 0 581518 32141312 1973 33554432000 4194304 5970956 140736685165600 140736685162936 5045944 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 18591744 140736685171905 140736685172035 140736685172035 140736685174734 0
/proc/3201/statm: 7847 1973 798 434 0 1211 0
Current children cumulated CPU time (s) 1841.8
Current children cumulated vsize (KiB) 31388

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.01 3/243 3469
/proc/meminfo: memFree=32030572/32770624 swapFree=5840/211160
[pid=3201] ppid=3198 vsize=31388 CPUtime=1901.78 cores=0,2,4,6,8,10,12,14
/proc/3201/stat : 3201 (cosoco) R 3198 3201 2458 0 -1 4202496 12328 0 0 0 190178 0 0 0 20 0 1 0 581518 32141312 1973 33554432000 4194304 5970956 140736685165600 140736685162936 5136634 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 18591744 140736685171905 140736685172035 140736685172035 140736685174734 0
/proc/3201/statm: 7847 1973 798 434 0 1211 0
Current children cumulated CPU time (s) 1901.78
Current children cumulated vsize (KiB) 31388

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.01 3/243 3470
/proc/meminfo: memFree=32031376/32770624 swapFree=5840/211244
[pid=3201] ppid=3198 vsize=31388 CPUtime=1961.77 cores=0,2,4,6,8,10,12,14
/proc/3201/stat : 3201 (cosoco) R 3198 3201 2458 0 -1 4202496 12407 0 0 0 196177 0 0 0 20 0 1 0 581518 32141312 1973 33554432000 4194304 5970956 140736685165600 140736685162936 5136608 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 18591744 140736685171905 140736685172035 140736685172035 140736685174734 0
/proc/3201/statm: 7847 1973 798 434 0 1211 0
Current children cumulated CPU time (s) 1961.77
Current children cumulated vsize (KiB) 31388

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.01 3/243 3471
/proc/meminfo: memFree=32030812/32770624 swapFree=5840/211260
[pid=3201] ppid=3198 vsize=31388 CPUtime=2021.75 cores=0,2,4,6,8,10,12,14
/proc/3201/stat : 3201 (cosoco) R 3198 3201 2458 0 -1 4202496 12473 0 0 0 202175 0 0 0 20 0 1 0 581518 32141312 1973 33554432000 4194304 5970956 140736685165600 140736685162936 5136608 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 18591744 140736685171905 140736685172035 140736685172035 140736685174734 0
/proc/3201/statm: 7847 1973 798 434 0 1211 0
Current children cumulated CPU time (s) 2021.75
Current children cumulated vsize (KiB) 31388

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.01 3/244 3480
/proc/meminfo: memFree=32030048/32770624 swapFree=5840/211332
[pid=3201] ppid=3198 vsize=31388 CPUtime=2081.74 cores=0,2,4,6,8,10,12,14
/proc/3201/stat : 3201 (cosoco) R 3198 3201 2458 0 -1 4202496 12552 0 0 0 208174 0 0 0 20 0 1 0 581518 32141312 1973 33554432000 4194304 5970956 140736685165600 140736685162936 5136634 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 18591744 140736685171905 140736685172035 140736685172035 140736685174734 0
/proc/3201/statm: 7847 1973 798 434 0 1211 0
Current children cumulated CPU time (s) 2081.74
Current children cumulated vsize (KiB) 31388

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.01 3/244 3481
/proc/meminfo: memFree=32029704/32770624 swapFree=5840/211332
[pid=3201] ppid=3198 vsize=31388 CPUtime=2141.72 cores=0,2,4,6,8,10,12,14
/proc/3201/stat : 3201 (cosoco) R 3198 3201 2458 0 -1 4202496 12618 0 0 0 214172 0 0 0 20 0 1 0 581518 32141312 1973 33554432000 4194304 5970956 140736685165600 140736685162936 5320472 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 18591744 140736685171905 140736685172035 140736685172035 140736685174734 0
/proc/3201/statm: 7847 1973 798 434 0 1211 0
Current children cumulated CPU time (s) 2141.72
Current children cumulated vsize (KiB) 31388

[startup+2202.31 s]
/proc/loadavg: 2.05 2.03 2.01 3/244 3482
/proc/meminfo: memFree=32030840/32770624 swapFree=5840/211404
[pid=3201] ppid=3198 vsize=31388 CPUtime=2201.71 cores=0,2,4,6,8,10,12,14
/proc/3201/stat : 3201 (cosoco) R 3198 3201 2458 0 -1 4202496 12697 0 0 0 220171 0 0 0 20 0 1 0 581518 32141312 1973 33554432000 4194304 5970956 140736685165600 140736685162936 5098954 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 18591744 140736685171905 140736685172035 140736685172035 140736685174734 0
/proc/3201/statm: 7847 1973 798 434 0 1211 0
Current children cumulated CPU time (s) 2201.71
Current children cumulated vsize (KiB) 31388

[startup+2262.3 s]
/proc/loadavg: 2.02 2.02 2.01 3/244 3483
/proc/meminfo: memFree=32030040/32770624 swapFree=5840/211404
[pid=3201] ppid=3198 vsize=31388 CPUtime=2261.69 cores=0,2,4,6,8,10,12,14
/proc/3201/stat : 3201 (cosoco) R 3198 3201 2458 0 -1 4202496 12734 0 0 0 226169 0 0 0 20 0 1 0 581518 32141312 1973 33554432000 4194304 5970956 140736685165600 140736685162936 5044849 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 18591744 140736685171905 140736685172035 140736685172035 140736685174734 0
/proc/3201/statm: 7847 1973 798 434 0 1211 0
Current children cumulated CPU time (s) 2261.69
Current children cumulated vsize (KiB) 31388

[startup+2322.3 s]
/proc/loadavg: 2.01 2.02 2.01 3/244 3484
/proc/meminfo: memFree=32031744/32770624 swapFree=5840/211476
[pid=3201] ppid=3198 vsize=31388 CPUtime=2321.67 cores=0,2,4,6,8,10,12,14
/proc/3201/stat : 3201 (cosoco) R 3198 3201 2458 0 -1 4202496 12829 0 0 0 232167 0 0 0 20 0 1 0 581518 32141312 1973 33554432000 4194304 5970956 140736685165600 140736685162936 5031492 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 18591744 140736685171905 140736685172035 140736685172035 140736685174734 0
/proc/3201/statm: 7847 1973 798 434 0 1211 0
Current children cumulated CPU time (s) 2321.67
Current children cumulated vsize (KiB) 31388

[startup+2382.3 s]
/proc/loadavg: 2.07 2.03 2.02 3/243 3485
/proc/meminfo: memFree=32030944/32770624 swapFree=5840/211516
[pid=3201] ppid=3198 vsize=31388 CPUtime=2381.65 cores=0,2,4,6,8,10,12,14
/proc/3201/stat : 3201 (cosoco) R 3198 3201 2458 0 -1 4202496 12866 0 0 0 238165 0 0 0 20 0 1 0 581518 32141312 1973 33554432000 4194304 5970956 140736685165600 140736685162936 5136629 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 18591744 140736685171905 140736685172035 140736685172035 140736685174734 0
/proc/3201/statm: 7847 1973 798 434 0 1211 0
Current children cumulated CPU time (s) 2381.65
Current children cumulated vsize (KiB) 31388



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.7 s]
/proc/loadavg: 2.05 2.03 2.02 3/243 3485
/proc/meminfo: memFree=32030944/32770624 swapFree=5840/211516
[pid=3201] ppid=3198 vsize=31388 CPUtime=2400.05 cores=0,2,4,6,8,10,12,14
/proc/3201/stat : 3201 (cosoco) R 3198 3201 2458 0 -1 4202496 12902 0 0 0 240005 0 0 0 20 0 1 0 581518 32141312 1973 33554432000 4194304 5970956 140736685165600 140736685162936 5031479 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 18591744 140736685171905 140736685172035 140736685172035 140736685174734 0
/proc/3201/statm: 7847 1973 798 434 0 1211 0
Current children cumulated CPU time (s) 2400.05
Current children cumulated vsize (KiB) 31388

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

[startup+2400.7 s]
/proc/loadavg: 2.05 2.03 2.02 3/243 3485
/proc/meminfo: memFree=32030944/32770624 swapFree=5840/211516
[pid=3201] ppid=3198 vsize=31388 CPUtime=2400.05 cores=0,2,4,6,8,10,12,14
/proc/3201/stat : 3201 (cosoco) R 3198 3201 2458 0 -1 4202496 12902 0 0 0 240005 0 0 0 20 0 1 0 581518 32141312 1973 33554432000 4194304 5970956 140736685165600 140736685162936 5031479 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 18591744 140736685171905 140736685172035 140736685172035 140736685174734 0
/proc/3201/statm: 7847 1973 798 434 0 1211 0
Current children cumulated CPU time (s) 2400.05
Current children cumulated vsize (KiB) 31388

Child status: 1
Real time (s): 2400.7
CPU time (s): 2400.06
CPU user time (s): 2400.05
CPU system time (s): 0.006998
CPU usage (%): 99.9734
Max. virtual memory (cumulated for all children) (KiB): 31388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2400.05
system time used= 0.006998
maximum resident set size= 7936
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12929
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= 8
involuntary context switches= 121847

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.08056 second user time and 9.96679 second system time

The end

Launcher Data

Begin job on node126 at 2017-07-21 18:05:37
IDJOB=4241714
IDBENCH=128051
IDSOLVER=2620
FILE ID=node126/4241714-1500653137
RUNJOBID= node126-1500648174-2491
PBS_JOBID= 20623294
Free space on /tmp= 61980 MiB

SOLVER NAME= cosoco 1.1
BENCH NAME= XCSP17/CarSequencing/CarSequencing-m1-jcr/CarSequencing-19-71.xml
COMMAND LINE= DIR/cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4241714-1500653137/watcher-4241714-1500653137 -o /tmp/evaluation-result-4241714-1500653137/solver-4241714-1500653137 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node126-1500648174-2491 --watchdog 2560  HOME/cosoco -lc -model -restarts HOME/instance-4241714-1500653137.xml

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

MD5SUM BENCH= 910e6a58e5b883abb8b2e34c5de0ea43
RANDOM SEED=71899087

node126.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		: 2267.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.50
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.50
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.50
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		: 2400.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.50
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		: 2267.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.50
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.50
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		: 1600.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		: 2267.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.50
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		: 2668.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.50
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:        32043936 kB
MemAvailable:   32027732 kB
Buffers:           29460 kB
Cached:           266692 kB
SwapCached:            0 kB
Active:           139264 kB
Inactive:         218272 kB
Active(anon):      63980 kB
Inactive(anon):     8656 kB
Active(file):      75284 kB
Inactive(file):   209616 kB
Unevictable:        5840 kB
Mlocked:            5840 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2240 kB
Writeback:             0 kB
AnonPages:         75308 kB
Mapped:            30200 kB
Shmem:              8840 kB
Slab:              61076 kB
SReclaimable:      29464 kB
SUnreclaim:        31612 kB
KernelStack:        4544 kB
PageTables:         5496 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     334312 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     18432 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61976 MiB
End job on node126 at 2017-07-21 18:45:38