Trace number 4267937

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
cosoco 1.12? (TO) 2520.0801 2520

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.11	c Create Cardinality(vars,values,occurs) constraint using 100 Exactly/AtMost.. constraint 
0.00/0.11	c
0.00/0.14	c root propagations     : 0           
0.00/0.14	c restarts enabled, print stats at every restarts
0.00/0.14	c
0.00/0.14	c
0.00/0.14	c
0.00/0.14	c This is cosoco 1.12 --  
0.00/0.14	c
0.00/0.14	c command line: cosoco -lc -model -restarts HOME/instance-4267937-1502534739.xml 
0.00/0.14	c ========================================[ Problem Statistics ]===========================================
0.00/0.14	c |                                                                                                       
0.00/0.14	c |  Parse time        :         0.03 s 
0.00/0.14	c |
0.00/0.14	c |               Variables: 600
0.00/0.14	c |            Domain Sizes: 2..23
0.00/0.14	c |
0.00/0.14	c |             Constraints: 758
0.00/0.14	c |                   Arity: 2..100  -- Binary: 99  -- Ternary: 196
0.00/0.14	c | 
0.00/0.14	c |                   Types: 
0.00/0.14	c |                          Exactly K: 23
0.00/0.14	c |                          Extension: 100  (nb tuples: 23..23) -- (shared: 99)
0.00/0.14	c |                          Sum: 635
0.00/0.14	c |                          
0.00/0.14	c =========================================================================================================
0.00/0.14	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth
0.08/0.24	c 101            658            45256          16929          0              0              300   336   306
0.18/0.34	c 211            1148           79018          33341          0              0              17   36   26   
0.38/0.51	c 332            2015           146694         51591          0              0              8   255   143  
0.48/0.70	c 465            2777           213431         67091          0              0              9   258   156  
0.68/0.84	c 611            3531           268618         80391          0              0              14   183   110 
0.88/1.04	c 771            4516           353935         106630         0              0              14   229   202 
1.09/1.22	c 947            5277           434227         124848         0              0              117   191   170
1.18/1.35	c 1140           5995           485017         148771         0              0              22   56   32   
1.58/1.71	c 1352           6859           628877         207434         0              0              11   172   81  
1.78/1.90	c 1585           7957           711529         236055         0              0              12   193   115 
1.88/2.09	c 1841           9122           805447         258131         0              0              10   194   161 
2.19/2.32	c 2122           10155          895164         297387         0              0              15   183   82  
2.58/2.73	c 2431           12134          1065643        326582         0              0              12   154   134 
2.98/3.14	c 2770           14375          1219307        372386         0              0              12   102   58  
3.38/3.54	c 3142           15408          1410018        420674         0              0              13   201   187 
3.68/3.80	c 3551           16940          1538721        449509         0              0              13   218   177 
3.98/4.10	c 4000           18878          1679762        484180         0              0              18   189   165 
4.39/4.54	c 4493           21479          1856248        520106         0              0              39   160   102 
5.08/5.24	c 5035           24289          2102771        616625         0              0              32   74   48   
5.39/5.59	c 5631           26203          2322932        680352         0              0              8   228   209  
5.78/5.94	c 6286           27857          2512422        720768         0              0              9   173   151  
6.38/6.52	c 7006           30743          2739393        764489         0              0              11   122   97  
6.98/7.17	c 7798           34469          3010603        821894         0              0              7   84   53    
7.28/7.46	c 8669           37032          3206106        862508         0              0              9   126   109  
8.88/9.06	c 9627           39245          3812147        1205875        0              0              10   208   174 
9.38/9.54	c 10680          41619          4077378        1275893        0              0              10   245   235 
11.08/11.20	c 11838          45110          4777315        1535548        0              0              10   195   167 
11.99/12.14	c 13111          49714          5166568        1601888        0              0              9   145   126  
13.48/13.66	c 14511          56548          5771391        1819284        0              0              37   153   64  
14.48/14.60	c 16051          60589          6197516        1922468        0              0              16   191   153 
15.68/15.83	c 17745          66129          6767977        2097116        0              0              16   213   181 
17.38/17.52	c 19608          78510          7500896        2235435        0              0              18   186   92  
18.38/18.55	c 21657          85341          8064049        2398834        0              0              10   232   201 
19.69/19.84	c 23910          93708          8719558        2528559        0              0              10   202   163 
21.08/21.25	c 26388          100929         9448031        2718564        0              0              23   220   177 
22.88/23.01	c 29113          113809         10391444       2940353        0              0              21   184   143 
24.19/24.34	c 32110          122603         11262707       3147580        0              0              32   177   159 
25.68/25.87	c 35406          131110         12147798       3375289        0              0              36   174   161 
27.49/27.62	c 39031          141662         13164925       3631942        0              0              34   194   178 
30.29/30.43	c 43018          158821         14611077       3933521        0              0              19   149   131 
33.79/33.98	c 47403          175277         16244740       4513168        0              0              21   193   139 
38.09/38.27	c 52226          209818         18369954       4887071        0              0              18   162   119 
44.28/44.49	c 57531          247840         21240024       5550652        0              0              10   176   135 
48.58/48.76	c 63366          275263         23105940       5952878        0              0              27   209   174 
57.39/57.52	c 69784          303411         26483809       7165378        0              0              16   256   187 
62.19/62.32	c 76843          321771         28813468       7785219        0              0              28   258   239 
66.59/66.76	c 84607          354040         31147212       8303944        0              0              36   221   187 
86.59/86.72	c 93147          421465         38646444       14410292       0              0              10   82   60   
97.89/98.04	c 102541         484110         43646521       15278923       0              0              26   209   179 
108.29/108.46	c 112874         535920         48788092       16736524       0              0              35   256   211 
114.59/114.73	c 124240         570381         52074022       17321856       0              0              16   265   238 
129.49/129.66	c 136742         622892         59206131       18940826       0              0              12   224   191 
138.89/139.04	c 150494         694648         63202338       20679094       0              0              18   233   106 
166.89/167.04	c 165621         781715         73556587       24304263       0              0              15   190   145 
187.69/187.86	c 182260         860912         82692702       26098844       0              0              74   260   214 
227.60/227.78	c 200562         972206         97957730       31361911       0              0              32   248   191 
244.90/245.00	c 220694         1057903        106894723      33408096       0              0              30   279   248 
266.80/266.91	c 242839         1165204        117056802      35711627       0              0              36   311   281 
296.91/297.05	c 267198         1366791        131471845      38781799       0              0              19   244   216 
318.60/318.76	c 293992         1519934        142282340      41438193       0              0              23   386   304 
355.01/355.19	c 323465         1707128        157239162      45818681       0              0              22   324   225 
384.41/384.54	c 355885         1920971        171234949      48919846       0              0              14   270   234 
424.31/424.44	c 391547         2187609        187431851      51847586       0              0              18   220   175 
449.82/449.97	c 430775         2337072        197078806      58476333       0              0              14   36   27   
478.02/478.13	c 473925         2498823        207963056      67178271       0              0              10   41   27   
514.12/514.29	c 521390         2707578        225459454      75369205       0              0              15   275   155 
559.22/559.39	c 573601         2973242        246022760      79534474       0              0              20   265   205 
599.92/600.07	c 631033         3288294        267715481      84796840       0              0              13   243   187 
643.03/643.19	c 694208         3513149        293050113      90830942       0              0              17   228   207 
705.23/705.39	c 763700         3850108        319847586      96878652       0              0              17   213   173 
756.43/756.54	c 840141         4145706        344992055      102507861      0              0              22   217   181 
843.24/843.36	c 924226         4548010        380610388      116657036      0              0              17   249   174 
923.05/923.16	c 1016719        4950742        418788582      125800658      0              0              27   240   183 
995.26/995.38	c 1118461        5325882        451566417      133257561      0              0              18   271   208 
1079.27/1079.30	c 1230377        5859039        490860507      144196517      0              0              23   256   186 
1186.77/1186.89	c 1353484        6554148        541144690      156162048      0              0              18   215   162 
1254.78/1254.83	c 1488901        6915972        580369584      166795367      0              0              48   245   221 
1389.49/1389.51	c 1637859        7658811        635696462      181014250      0              0              23   226   158 
1486.90/1486.95	c 1801712        8186316        691655838      197169013      0              0              32   218   189 
1686.01/1686.05	c 1981950        9077072        772697138      214032869      0              0              22   219   128 
1832.32/1832.36	c 2180211        9808627        842599510      229574452      0              0              14   230   192 
1964.33/1964.35	c 2398298        10504384       917016187      249607716      0              0              12   217   194 
2100.44/2100.47	c 2638193        11358867       985635180      269713047      0              0              13   256   207 
2236.25/2236.29	c 2902077        12227173       1059741384     287083458      0              0              18   215   184 
2448.57/2448.56	c 3192349        13521594       1153946918     305081188      0              0              24   225   172 
2520.07/2520.00	
2520.07/2520.00	c *** INTERRUPTED ***
2520.07/2520.00	c restarts              : 85          
2520.07/2520.00	c conflicts             : 3282235      (1302 /sec)
2520.07/2520.00	c decisions             : 13916405     (5522 /sec)
2520.07/2520.00	c propagations          : 311804928   (123729 /sec)
2520.07/2520.00	c root propagations     : 0           
2520.07/2520.00	c filter calls          : 1183992723     (469826 /sec)
2520.07/2520.00	c useless filter calls  : 1101926224     (93 %)
2520.07/2520.00	c Memory used           : 30.54 MB
2520.07/2520.00	c CPU time              : 2520.07 s
2520.07/2520.00	
2520.07/2520.00	s UNKNOWN

Verifier Data


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-4267937-1502534739/watcher-4267937-1502534739 -o /tmp/evaluation-result-4267937-1502534739/solver-4267937-1502534739 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502500327-28377 --watchdog 2580 cosoco -lc -model -restarts HOME/instance-4267937-1502534739.xml 

pid=4459
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.01 2.03 2.05 2/188 4462
/proc/meminfo: memFree=31060024/32770624 swapFree=0/457564
[pid=4462] ppid=4459 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/4462/stat : 4462 (runsolver) D 4459 4462 28313 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 101289127 24240128 108 18446744073709551615 4194304 4338465 140728080051968 140728080049608 140520091706071 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6438912 6441760 32210944 140728080056513 140728080056905 140728080056905 140728080060362 0
/proc/4462/statm: 5918 108 54 36 0 2156 0

[startup+0.10015 s]
/proc/loadavg: 2.01 2.03 2.05 2/188 4462
/proc/meminfo: memFree=31060024/32770624 swapFree=0/457564
[pid=4462] ppid=4459 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/4462/stat : 4462 (runsolver) D 4459 4462 28313 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 101289127 24240128 108 18446744073709551615 4194304 4338465 140728080051968 140728080049608 140520091706071 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6438912 6441760 32210944 140728080056513 140728080056905 140728080056905 140728080060362 0
/proc/4462/statm: 5918 108 54 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.200631 s]
/proc/loadavg: 2.01 2.03 2.05 2/188 4462
/proc/meminfo: memFree=31060024/32770624 swapFree=0/457564
[pid=4462] ppid=4459 vsize=30740 CPUtime=0.08 cores=0,2,4,6
/proc/4462/stat : 4462 (cosoco) R 4459 4462 28313 0 -1 4202496 1970 0 0 0 8 0 0 0 20 0 1 0 101289127 31477760 1795 18446744073709551615 4194304 5972588 140736574226944 140736574223752 5139312 0 0 1 8405026 0 0 0 17 6 0 0 10 0 0 8070896 8075904 13291520 140736574231022 140736574231117 140736574231117 140736574234574 0
/proc/4462/statm: 7685 1795 794 435 0 1048 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 30740

[startup+0.300632 s]
/proc/loadavg: 2.01 2.03 2.05 2/188 4462
/proc/meminfo: memFree=31060024/32770624 swapFree=0/457564
[pid=4462] ppid=4459 vsize=30740 CPUtime=0.18 cores=0,2,4,6
/proc/4462/stat : 4462 (cosoco) R 4459 4462 28313 0 -1 4202496 1973 0 0 0 18 0 0 0 20 0 1 0 101289127 31477760 1795 18446744073709551615 4194304 5972588 140736574226944 140736574224248 5046135 0 0 1 8405026 0 0 0 17 6 0 0 10 0 0 8070896 8075904 13291520 140736574231022 140736574231117 140736574231117 140736574234574 0
/proc/4462/statm: 7685 1795 794 435 0 1048 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 30740

[startup+0.70031 s]
/proc/loadavg: 2.01 2.03 2.05 2/188 4462
/proc/meminfo: memFree=31060024/32770624 swapFree=0/457564
[pid=4462] ppid=4459 vsize=31004 CPUtime=0.58 cores=0,2,4,6
/proc/4462/stat : 4462 (cosoco) R 4459 4462 28313 0 -1 4202496 2044 0 0 0 58 0 0 0 20 0 1 0 101289127 31748096 1861 18446744073709551615 4194304 5972588 140736574226944 140736574223880 140651286191200 0 0 1 8405026 0 0 0 17 4 0 0 10 0 0 8070896 8075904 13291520 140736574231022 140736574231117 140736574231117 140736574234574 0
/proc/4462/statm: 7751 1861 796 435 0 1114 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 31004

[startup+1.50028 s]
/proc/loadavg: 2.01 2.03 2.05 3/189 4463
/proc/meminfo: memFree=31056240/32770624 swapFree=0/457568
[pid=4462] ppid=4459 vsize=31004 CPUtime=1.38 cores=0,2,4,6
/proc/4462/stat : 4462 (cosoco) R 4459 4462 28313 0 -1 4202496 2048 0 0 0 138 0 0 0 20 0 1 0 101289127 31748096 1861 18446744073709551615 4194304 5972588 140736574226944 140736574224248 5046951 0 0 1 8405026 0 0 0 17 4 0 0 10 0 0 8070896 8075904 13291520 140736574231022 140736574231117 140736574231117 140736574234574 0
/proc/4462/statm: 7751 1861 796 435 0 1114 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 31004

[startup+3.10028 s]
/proc/loadavg: 1.93 2.01 2.04 3/189 4463
/proc/meminfo: memFree=31055744/32770624 swapFree=0/457568
[pid=4462] ppid=4459 vsize=31004 CPUtime=2.98 cores=0,2,4,6
/proc/4462/stat : 4462 (cosoco) R 4459 4462 28313 0 -1 4202496 2953 0 0 0 298 0 0 0 20 0 1 0 101289127 31748096 1890 18446744073709551615 4194304 5972588 140736574226944 140736574224248 5045825 0 0 1 8405026 0 0 0 17 4 0 0 10 0 0 8070896 8075904 13291520 140736574231022 140736574231117 140736574231117 140736574234574 0
/proc/4462/statm: 7751 1890 796 435 0 1114 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 31004

[startup+6.30028 s]
/proc/loadavg: 1.93 2.01 2.04 3/189 4463
/proc/meminfo: memFree=31055528/32770624 swapFree=0/457568
[pid=4462] ppid=4459 vsize=31004 CPUtime=6.18 cores=0,2,4,6
/proc/4462/stat : 4462 (cosoco) R 4459 4462 28313 0 -1 4202496 4052 0 0 0 618 0 0 0 20 0 1 0 101289127 31748096 1892 18446744073709551615 4194304 5972588 140736574226944 140736574224248 5045850 0 0 1 8405026 0 0 0 17 4 0 0 10 0 0 8070896 8075904 13291520 140736574231022 140736574231117 140736574231117 140736574234574 0
/proc/4462/statm: 7751 1892 796 435 0 1114 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 31004

[startup+12.7003 s]
/proc/loadavg: 1.94 2.01 2.04 3/187 4464
/proc/meminfo: memFree=31057052/32770624 swapFree=0/457568
[pid=4462] ppid=4459 vsize=31004 CPUtime=12.58 cores=0,2,4,6
/proc/4462/stat : 4462 (cosoco) R 4459 4462 28313 0 -1 4202496 5060 0 0 0 1258 0 0 0 20 0 1 0 101289127 31748096 1897 18446744073709551615 4194304 5972588 140736574226944 140736574224248 5139264 0 0 1 8405026 0 0 0 17 4 0 0 10 0 0 8070896 8075904 13291520 140736574231022 140736574231117 140736574231117 140736574234574 0
/proc/4462/statm: 7751 1897 796 435 0 1114 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 31004

[startup+25.5003 s]
/proc/loadavg: 1.95 2.01 2.04 3/186 4464
/proc/meminfo: memFree=31058184/32770624 swapFree=0/457564
[pid=4462] ppid=4459 vsize=31004 CPUtime=25.38 cores=0,2,4,6
/proc/4462/stat : 4462 (cosoco) R 4459 4462 28313 0 -1 4202496 7069 0 0 0 2538 0 0 0 20 0 1 0 101289127 31748096 1899 18446744073709551615 4194304 5972588 140736574226944 140736574224248 5139490 0 0 1 8405026 0 0 0 17 4 0 0 10 0 0 8070896 8075904 13291520 140736574231022 140736574231117 140736574231117 140736574234574 0
/proc/4462/statm: 7751 1899 796 435 0 1114 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 31004

[startup+51.1003 s]
/proc/loadavg: 1.97 2.01 2.04 3/186 4464
/proc/meminfo: memFree=31058256/32770624 swapFree=0/457560
[pid=4462] ppid=4459 vsize=31004 CPUtime=50.98 cores=0,2,4,6
/proc/4462/stat : 4462 (cosoco) R 4459 4462 28313 0 -1 4202496 8081 0 0 0 5098 0 0 0 20 0 1 0 101289127 31748096 1899 18446744073709551615 4194304 5972588 140736574226944 140736574224248 5139324 0 0 1 8405026 0 0 0 17 4 0 0 10 0 0 8070896 8075904 13291520 140736574231022 140736574231117 140736574231117 140736574234574 0
/proc/4462/statm: 7751 1899 796 435 0 1114 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 31004

[startup+102.3 s]
/proc/loadavg: 2.03 2.03 2.05 3/186 4466
/proc/meminfo: memFree=31057080/32770624 swapFree=0/457580
[pid=4462] ppid=4459 vsize=31136 CPUtime=102.19 cores=0,2,4,6
/proc/4462/stat : 4462 (cosoco) R 4459 4462 28313 0 -1 4202496 9019 0 0 0 10219 0 0 0 20 0 1 0 101289127 31883264 1906 18446744073709551615 4194304 5972588 140736574226944 140736574224248 5139338 0 0 1 8405026 0 0 0 17 4 0 0 10 0 0 8070896 8075904 13291520 140736574231022 140736574231117 140736574231117 140736574234574 0
/proc/4462/statm: 7784 1906 796 435 0 1147 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 31136

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/186 4468
/proc/meminfo: memFree=31058388/32770624 swapFree=0/457576
[pid=4462] ppid=4459 vsize=31136 CPUtime=162.19 cores=0,2,4,6
/proc/4462/stat : 4462 (cosoco) R 4459 4462 28313 0 -1 4202496 9544 0 0 0 16219 0 0 0 20 0 1 0 101289127 31883264 1910 18446744073709551615 4194304 5972588 140736574226944 140736574224248 5139499 0 0 1 8405026 0 0 0 17 4 0 0 10 0 0 8070896 8075904 13291520 140736574231022 140736574231117 140736574231117 140736574234574 0
/proc/4462/statm: 7784 1910 796 435 0 1147 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 31136

[startup+222.306 s]
/proc/loadavg: 2.00 2.02 2.05 3/185 4470
/proc/meminfo: memFree=31058368/32770624 swapFree=0/457588
[pid=4462] ppid=4459 vsize=31136 CPUtime=222.2 cores=0,2,4,6
/proc/4462/stat : 4462 (cosoco) R 4459 4462 28313 0 -1 4202496 10063 0 0 0 22220 0 0 0 20 0 1 0 101289127 31883264 1910 18446744073709551615 4194304 5972588 140736574226944 140736574224248 5139338 0 0 1 8405026 0 0 0 17 4 0 0 10 0 0 8070896 8075904 13291520 140736574231022 140736574231117 140736574231117 140736574234574 0
/proc/4462/statm: 7784 1910 796 435 0 1147 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 31136

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 4473
/proc/meminfo: memFree=31058572/32770624 swapFree=0/457596
[pid=4462] ppid=4459 vsize=31136 CPUtime=282.2 cores=0,2,4,6
/proc/4462/stat : 4462 (cosoco) R 4459 4462 28313 0 -1 4202496 10086 0 0 0 28220 0 0 0 20 0 1 0 101289127 31883264 1916 18446744073709551615 4194304 5972588 140736574226944 140736574224248 5045821 0 0 1 8405026 0 0 0 17 4 0 0 10 0 0 8070896 8075904 13291520 140736574231022 140736574231117 140736574231117 140736574234574 0
/proc/4462/statm: 7784 1916 796 435 0 1147 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 31136

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 4475
/proc/meminfo: memFree=31058612/32770624 swapFree=0/457600
[pid=4462] ppid=4459 vsize=31268 CPUtime=342.2 cores=0,2,4,6
/proc/4462/stat : 4462 (cosoco) R 4459 4462 28313 0 -1 4202496 10669 0 0 0 34220 0 0 0 20 0 1 0 101289127 32018432 1965 18446744073709551615 4194304 5972588 140736574226944 140736574224248 5139324 0 0 1 8405026 0 0 0 17 4 0 0 10 0 0 8070896 8075904 13291520 140736574231022 140736574231117 140736574231117 140736574234574 0
/proc/4462/statm: 7817 1965 796 435 0 1180 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 31268

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 4477
/proc/meminfo: memFree=31058632/32770624 swapFree=0/457628
[pid=4462] ppid=4459 vsize=31268 CPUtime=402.21 cores=0,2,4,6
/proc/4462/stat : 4462 (cosoco) R 4459 4462 28313 0 -1 4202496 10669 0 0 0 40221 0 0 0 20 0 1 0 101289127 32018432 1965 18446744073709551615 4194304 5972588 140736574226944 140736574224248 5139507 0 0 1 8405026 0 0 0 17 4 0 0 10 0 0 8070896 8075904 13291520 140736574231022 140736574231117 140736574231117 140736574234574 0
/proc/4462/statm: 7817 1965 796 435 0 1180 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 31268

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 4479
/proc/meminfo: memFree=31058476/32770624 swapFree=0/457628
[pid=4462] ppid=4459 vsize=31268 CPUtime=462.21 cores=0,2,4,6
/proc/4462/stat : 4462 (cosoco) R 4459 4462 28313 0 -1 4202496 11139 0 0 0 46221 0 0 0 20 0 1 0 101289127 32018432 1969 18446744073709551615 4194304 5972588 140736574226944 140736574224248 5032455 0 0 1 8405026 0 0 0 17 4 0 0 10 0 0 8070896 8075904 13291520 140736574231022 140736574231117 140736574231117 140736574234574 0
/proc/4462/statm: 7817 1969 796 435 0 1180 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 31268

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 4495
/proc/meminfo: memFree=31054172/32770624 swapFree=0/457640
[pid=4462] ppid=4459 vsize=31268 CPUtime=522.22 cores=0,2,4,6
/proc/4462/stat : 4462 (cosoco) R 4459 4462 28313 0 -1 4202496 11249 0 0 0 52222 0 0 0 20 0 1 0 101289127 32018432 1969 18446744073709551615 4194304 5972588 140736574226944 140736574224248 5139264 0 0 1 8405026 0 0 0 17 4 0 0 10 0 0 8070896 8075904 13291520 140736574231022 140736574231117 140736574231117 140736574234574 0
/proc/4462/statm: 7817 1969 796 435 0 1180 0
Current children cumulated CPU time (s) 522.22
Current children cumulated vsize (KiB) 31268

[startup+582.3 s]
/proc/loadavg: 2.08 2.03 2.05 3/188 4497
/proc/meminfo: memFree=31054304/32770624 swapFree=0/457640
[pid=4462] ppid=4459 vsize=31268 CPUtime=582.22 cores=0,2,4,6
/proc/4462/stat : 4462 (cosoco) R 4459 4462 28313 0 -1 4202496 11830 0 0 0 58222 0 0 0 20 0 1 0 101289127 32018432 1969 18446744073709551615 4194304 5972588 140736574226944 140736574224248 5046151 0 0 1 8405026 0 0 0 17 4 0 0 10 0 0 8070896 8075904 13291520 140736574231022 140736574231117 140736574231117 140736574234574 0
/proc/4462/statm: 7817 1969 796 435 0 1180 0
Current children cumulated CPU time (s) 582.22
Current children cumulated vsize (KiB) 31268


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


[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 4676
/proc/meminfo: memFree=31063152/32770624 swapFree=0/457864
[pid=4462] ppid=4459 vsize=31268 CPUtime=1602.3 cores=0,2,4,6
/proc/4462/stat : 4462 (cosoco) R 4459 4462 28313 0 -1 4202496 16371 0 0 0 160229 1 0 0 20 0 1 0 101289127 32018432 1969 18446744073709551615 4194304 5972588 140736574226944 140736574224248 5139319 0 0 1 8405026 0 0 0 17 4 0 0 10 0 0 8070896 8075904 13291520 140736574231022 140736574231117 140736574231117 140736574234574 0
/proc/4462/statm: 7817 1969 796 435 0 1180 0
Current children cumulated CPU time (s) 1602.3
Current children cumulated vsize (KiB) 31268

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 4678
/proc/meminfo: memFree=31063524/32770624 swapFree=0/457880
[pid=4462] ppid=4459 vsize=31268 CPUtime=1662.31 cores=0,2,4,6
/proc/4462/stat : 4462 (cosoco) R 4459 4462 28313 0 -1 4202496 16917 0 0 0 166230 1 0 0 20 0 1 0 101289127 32018432 1969 18446744073709551615 4194304 5972588 140736574226944 140736574224248 5047932 0 0 1 8405026 0 0 0 17 4 0 0 10 0 0 8070896 8075904 13291520 140736574231022 140736574231117 140736574231117 140736574234574 0
/proc/4462/statm: 7817 1969 796 435 0 1180 0
Current children cumulated CPU time (s) 1662.31
Current children cumulated vsize (KiB) 31268

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/190 4695
/proc/meminfo: memFree=31059232/32770624 swapFree=0/457900
[pid=4462] ppid=4459 vsize=31268 CPUtime=1722.31 cores=0,2,4,6
/proc/4462/stat : 4462 (cosoco) R 4459 4462 28313 0 -1 4202496 16952 0 0 0 172230 1 0 0 20 0 1 0 101289127 32018432 1969 18446744073709551615 4194304 5972588 140736574226944 140736574224248 5045817 0 0 1 8405026 0 0 0 17 4 0 0 10 0 0 8070896 8075904 13291520 140736574231022 140736574231117 140736574231117 140736574234574 0
/proc/4462/statm: 7817 1969 796 435 0 1180 0
Current children cumulated CPU time (s) 1722.31
Current children cumulated vsize (KiB) 31268

[startup+1782.3 s]
/proc/loadavg: 2.08 2.03 2.05 3/191 4722
/proc/meminfo: memFree=31058332/32770624 swapFree=0/457932
[pid=4462] ppid=4459 vsize=31268 CPUtime=1782.32 cores=0,2,4,6
/proc/4462/stat : 4462 (cosoco) R 4459 4462 28313 0 -1 4202496 17444 0 0 0 178231 1 0 0 20 0 1 0 101289127 32018432 1969 18446744073709551615 4194304 5972588 140736574226944 140736574224248 5045825 0 0 1 8405026 0 0 0 17 4 0 0 10 0 0 8070896 8075904 13291520 140736574231022 140736574231117 140736574231117 140736574234574 0
/proc/4462/statm: 7817 1969 796 435 0 1180 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (KiB) 31268

[startup+1842.3 s]
/proc/loadavg: 2.12 2.06 2.06 3/191 4724
/proc/meminfo: memFree=31058812/32770624 swapFree=0/457928
[pid=4462] ppid=4459 vsize=31268 CPUtime=1842.32 cores=0,2,4,6
/proc/4462/stat : 4462 (cosoco) R 4459 4462 28313 0 -1 4202496 17532 0 0 0 184231 1 0 0 20 0 1 0 101289127 32018432 1969 18446744073709551615 4194304 5972588 140736574226944 140736574224248 5099616 0 0 1 8405026 0 0 0 17 4 0 0 10 0 0 8070896 8075904 13291520 140736574231022 140736574231117 140736574231117 140736574234574 0
/proc/4462/statm: 7817 1969 796 435 0 1180 0
Current children cumulated CPU time (s) 1842.32
Current children cumulated vsize (KiB) 31268

[startup+1902.3 s]
/proc/loadavg: 2.04 2.04 2.05 3/188 4727
/proc/meminfo: memFree=31062024/32770624 swapFree=0/457948
[pid=4462] ppid=4459 vsize=31268 CPUtime=1902.33 cores=0,2,4,6
/proc/4462/stat : 4462 (cosoco) R 4459 4462 28313 0 -1 4202496 18009 0 0 0 190232 1 0 0 20 0 1 0 101289127 32018432 1969 18446744073709551615 4194304 5972588 140736574226944 140736574224248 5099630 0 0 1 8405026 0 0 0 17 4 0 0 10 0 0 8070896 8075904 13291520 140736574231022 140736574231117 140736574231117 140736574234574 0
/proc/4462/statm: 7817 1969 796 435 0 1180 0
Current children cumulated CPU time (s) 1902.33
Current children cumulated vsize (KiB) 31268

[startup+1962.3 s]
/proc/loadavg: 2.02 2.04 2.05 3/188 4729
/proc/meminfo: memFree=31062124/32770624 swapFree=0/457956
[pid=4462] ppid=4459 vsize=31268 CPUtime=1962.33 cores=0,2,4,6
/proc/4462/stat : 4462 (cosoco) R 4459 4462 28313 0 -1 4202496 18012 0 0 0 196232 1 0 0 20 0 1 0 101289127 32018432 1969 18446744073709551615 4194304 5972588 140736574226944 140736574224248 5032427 0 0 1 8405026 0 0 0 17 4 0 0 10 0 0 8070896 8075904 13291520 140736574231022 140736574231117 140736574231117 140736574234574 0
/proc/4462/statm: 7817 1969 796 435 0 1180 0
Current children cumulated CPU time (s) 1962.33
Current children cumulated vsize (KiB) 31268

[startup+2022.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/187 4731
/proc/meminfo: memFree=31062672/32770624 swapFree=0/457972
[pid=4462] ppid=4459 vsize=31268 CPUtime=2022.33 cores=0,2,4,6
/proc/4462/stat : 4462 (cosoco) R 4459 4462 28313 0 -1 4202496 18572 0 0 0 202232 1 0 0 20 0 1 0 101289127 32018432 1969 18446744073709551615 4194304 5972588 140736574226944 140736574224248 5139338 0 0 1 8405026 0 0 0 17 4 0 0 10 0 0 8070896 8075904 13291520 140736574231022 140736574231117 140736574231117 140736574234574 0
/proc/4462/statm: 7817 1969 796 435 0 1180 0
Current children cumulated CPU time (s) 2022.33
Current children cumulated vsize (KiB) 31268

[startup+2082.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/186 4733
/proc/meminfo: memFree=31062536/32770624 swapFree=0/457980
[pid=4462] ppid=4459 vsize=31268 CPUtime=2082.34 cores=0,2,4,6
/proc/4462/stat : 4462 (cosoco) R 4459 4462 28313 0 -1 4202496 18633 0 0 0 208233 1 0 0 20 0 1 0 101289127 32018432 1969 18446744073709551615 4194304 5972588 140736574226944 140736574224248 5045825 0 0 1 8405026 0 0 0 17 4 0 0 10 0 0 8070896 8075904 13291520 140736574231022 140736574231117 140736574231117 140736574234574 0
/proc/4462/statm: 7817 1969 796 435 0 1180 0
Current children cumulated CPU time (s) 2082.34
Current children cumulated vsize (KiB) 31268

[startup+2142.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/186 4736
/proc/meminfo: memFree=31063036/32770624 swapFree=0/457992
[pid=4462] ppid=4459 vsize=31268 CPUtime=2142.34 cores=0,2,4,6
/proc/4462/stat : 4462 (cosoco) R 4459 4462 28313 0 -1 4202496 19213 0 0 0 214233 1 0 0 20 0 1 0 101289127 32018432 1969 18446744073709551615 4194304 5972588 140736574226944 140736574224248 5139312 0 0 1 8405026 0 0 0 17 4 0 0 10 0 0 8070896 8075904 13291520 140736574231022 140736574231117 140736574231117 140736574234574 0
/proc/4462/statm: 7817 1969 796 435 0 1180 0
Current children cumulated CPU time (s) 2142.34
Current children cumulated vsize (KiB) 31268

[startup+2202.31 s]
/proc/loadavg: 2.08 2.03 2.05 3/185 4738
/proc/meminfo: memFree=31063032/32770624 swapFree=0/458004
[pid=4462] ppid=4459 vsize=31268 CPUtime=2202.35 cores=0,2,4,6
/proc/4462/stat : 4462 (cosoco) R 4459 4462 28313 0 -1 4202496 19213 0 0 0 220234 1 0 0 20 0 1 0 101289127 32018432 1969 18446744073709551615 4194304 5972588 140736574226944 140736574224248 5099616 0 0 1 8405026 0 0 0 17 4 0 0 10 0 0 8070896 8075904 13291520 140736574231022 140736574231117 140736574231117 140736574234574 0
/proc/4462/statm: 7817 1969 796 435 0 1180 0
Current children cumulated CPU time (s) 2202.35
Current children cumulated vsize (KiB) 31268

[startup+2262.3 s]
/proc/loadavg: 2.03 2.03 2.05 3/186 4741
/proc/meminfo: memFree=31063020/32770624 swapFree=0/458008
[pid=4462] ppid=4459 vsize=31268 CPUtime=2262.35 cores=0,2,4,6
/proc/4462/stat : 4462 (cosoco) R 4459 4462 28313 0 -1 4202496 19763 0 0 0 226234 1 0 0 20 0 1 0 101289127 32018432 1969 18446744073709551615 4194304 5972588 140736574226944 140736574224248 5045825 0 0 1 8405026 0 0 0 17 4 0 0 10 0 0 8070896 8075904 13291520 140736574231022 140736574231117 140736574231117 140736574234574 0
/proc/4462/statm: 7817 1969 796 435 0 1180 0
Current children cumulated CPU time (s) 2262.35
Current children cumulated vsize (KiB) 31268

[startup+2322.3 s]
/proc/loadavg: 2.04 2.04 2.05 3/189 4757
/proc/meminfo: memFree=31058476/32770624 swapFree=0/458032
[pid=4462] ppid=4459 vsize=31268 CPUtime=2322.36 cores=0,2,4,6
/proc/4462/stat : 4462 (cosoco) R 4459 4462 28313 0 -1 4202496 19793 0 0 0 232235 1 0 0 20 0 1 0 101289127 32018432 1969 18446744073709551615 4194304 5972588 140736574226944 140736574224248 5139329 0 0 1 8405026 0 0 0 17 4 0 0 10 0 0 8070896 8075904 13291520 140736574231022 140736574231117 140736574231117 140736574234574 0
/proc/4462/statm: 7817 1969 796 435 0 1180 0
Current children cumulated CPU time (s) 2322.36
Current children cumulated vsize (KiB) 31268

[startup+2382.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/189 4759
/proc/meminfo: memFree=31059488/32770624 swapFree=0/458052
[pid=4462] ppid=4459 vsize=31268 CPUtime=2382.36 cores=0,2,4,6
/proc/4462/stat : 4462 (cosoco) R 4459 4462 28313 0 -1 4202496 20178 0 0 0 238235 1 0 0 20 0 1 0 101289127 32018432 1969 18446744073709551615 4194304 5972588 140736574226944 140736574224248 5045967 0 0 1 8405026 0 0 0 17 4 0 0 10 0 0 8070896 8075904 13291520 140736574231022 140736574231117 140736574231117 140736574234574 0
/proc/4462/statm: 7817 1969 796 435 0 1180 0
Current children cumulated CPU time (s) 2382.36
Current children cumulated vsize (KiB) 31268

[startup+2442.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/185 4761
/proc/meminfo: memFree=31062252/32770624 swapFree=0/458064
[pid=4462] ppid=4459 vsize=31268 CPUtime=2442.37 cores=0,2,4,6
/proc/4462/stat : 4462 (cosoco) R 4459 4462 28313 0 -1 4202496 20178 0 0 0 244236 1 0 0 20 0 1 0 101289127 32018432 1969 18446744073709551615 4194304 5972588 140736574226944 140736574224248 5032400 0 0 1 8405026 0 0 0 17 4 0 0 10 0 0 8070896 8075904 13291520 140736574231022 140736574231117 140736574231117 140736574234574 0
/proc/4462/statm: 7817 1969 796 435 0 1180 0
Current children cumulated CPU time (s) 2442.37
Current children cumulated vsize (KiB) 31268

[startup+2502.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/186 4764
/proc/meminfo: memFree=31062420/32770624 swapFree=0/458072
[pid=4462] ppid=4459 vsize=31268 CPUtime=2502.37 cores=0,2,4,6
/proc/4462/stat : 4462 (cosoco) R 4459 4462 28313 0 -1 4202496 20778 0 0 0 250236 1 0 0 20 0 1 0 101289127 32018432 1969 18446744073709551615 4194304 5972588 140736574226944 140736574224248 5032416 0 0 1 8405026 0 0 0 17 4 0 0 10 0 0 8070896 8075904 13291520 140736574231022 140736574231117 140736574231117 140736574234574 0
/proc/4462/statm: 7817 1969 796 435 0 1180 0
Current children cumulated CPU time (s) 2502.37
Current children cumulated vsize (KiB) 31268



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]
/proc/loadavg: 2.00 2.02 2.05 3/185 4764
/proc/meminfo: memFree=31062436/32770624 swapFree=0/458072
[pid=4462] ppid=4459 vsize=31268 CPUtime=2520.07 cores=0,2,4,6
/proc/4462/stat : 4462 (cosoco) R 4459 4462 28313 0 -1 4202496 20823 0 0 0 252006 1 0 0 20 0 1 0 101289127 32018432 1969 18446744073709551615 4194304 5972588 140736574226944 140736574224248 4935653 0 0 1 8405026 0 0 0 17 4 0 0 10 0 0 8070896 8075904 13291520 140736574231022 140736574231117 140736574231117 140736574234574 0
/proc/4462/statm: 7817 1969 796 435 0 1180 0
Current children cumulated CPU time (s) 2520.07
Current children cumulated vsize (KiB) 31268

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

Child status: 1
Real time (s): 2520
CPU time (s): 2520.08
CPU user time (s): 2520.07
CPU system time (s): 0.016001
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 31268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2520.07
system time used= 0.016001
maximum resident set size= 7952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20875
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= 11
involuntary context switches= 1791

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.33932 second user time and 8.84218 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-12 12:31:32
IDJOB=4267937
IDBENCH=128051
IDSOLVER=2658
FILE ID=node133/4267937-1502534739
RUNJOBID= node133-1502500327-28377
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco 1.12
BENCH NAME= XCSP17/CarSequencing/CarSequencing-m1-jcr/CarSequencing-19-71.xml
COMMAND LINE= cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4267937-1502534739/watcher-4267937-1502534739 -o /tmp/evaluation-result-4267937-1502534739/solver-4267937-1502534739 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502500327-28377 --watchdog 2580  cosoco -lc -model -restarts HOME/instance-4267937-1502534739.xml

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

MD5SUM BENCH= 910e6a58e5b883abb8b2e34c5de0ea43
RANDOM SEED=1797014747

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.17
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.17
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.17
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.17
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31060616 kB
MemAvailable:   31950064 kB
Buffers:          305508 kB
Cached:           885308 kB
SwapCached:            0 kB
Active:           774280 kB
Inactive:         498868 kB
Active(anon):      82604 kB
Inactive(anon):    41304 kB
Active(file):     691676 kB
Inactive(file):   457564 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2368 kB
Writeback:             0 kB
AnonPages:         82528 kB
Mapped:            56412 kB
Shmem:             41660 kB
Slab:             139564 kB
SReclaimable:     112088 kB
SUnreclaim:        27476 kB
KernelStack:        3376 kB
PageTables:         5548 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     352964 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     24576 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62028 MiB
End job on node133 at 2017-08-12 13:13:32