Trace number 4241722

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.02 2400.6

General information on the benchmark

NameCarSequencing/CarSequencing-m1-jcr/
CarSequencing-80-02.xml
MD5SUM201da62bda966dccc44cd0c6ff0d4af7
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark20.808901
Satisfiable
(Un)Satisfiability was proved
Number of variables1200
Number of constraints1431
Number of domains2
Minimum domain size2
Maximum domain size25
Distribution of domain sizes[{"size":2,"count":1000},{"size":25,"count":200}]
Minimum variable degree2
Maximum variable degree75
Distribution of variable degrees[{"degree":2,"count":200},{"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":18},{"degree":20,"count":18},{"degree":21,"count":18},{"degree":22,"count":18},{"degree":23,"count":18},{"degree":24,"count":18},{"degree":25,"count":18},{"degree":26,"count":18},"...",{"degree":51,"count":8}, {"degree":52,"count":9}, {"degree":53,"count":9}, {"degree":54,"count":56}, {"degree":55,"count":5}, {"degree":56,"count":5}, {"degree":57,"count":6}, {"degree":58,"count":6}, {"degree":59,"count":38}, {"degree":60,"count":2}, {"degree":61,"count":2}, {"degree":62,"count":2}, {"degree":63,"count":2}, {"degree":64,"count":2}, {"degree":65,"count":2}, {"degree":66,"count":2}, {"degree":67,"count":2}, {"degree":68,"count":2}, {"degree":69,"count":2}, {"degree":70,"count":2}, {"degree":71,"count":2}, {"degree":72,"count":2}, {"degree":73,"count":2}, {"degree":74,"count":3}, {"degree":75,"count":57}]
Minimum constraint arity2
Maximum constraint arity200
Distribution of constraint arities[{"arity":2,"count":199},{"arity":3,"count":396},{"arity":5,"count":392},{"arity":6,"count":200},{"arity":35,"count":1},{"arity":38,"count":1},{"arity":40,"count":1},{"arity":41,"count":1},{"arity":44,"count":1},{"arity":45,"count":2},{"arity":47,"count":1},{"arity":50,"count":3},{"arity":53,"count":2},{"arity":55,"count":2},{"arity":56,"count":2},{"arity":58,"count":1},{"arity":59,"count":2},{"arity":60,"count":3},{"arity":62,"count":3},{"arity":64,"count":1},{"arity":65,"count":4},{"arity":66,"count":1},{"arity":68,"count":3},{"arity":70,"count":3},{"arity":71,"count":2},"...",{"arity":167,"count":2}, {"arity":168,"count":1}, {"arity":170,"count":5}, {"arity":172,"count":1}, {"arity":173,"count":2}, {"arity":174,"count":1}, {"arity":175,"count":2}, {"arity":176,"count":3}, {"arity":178,"count":1}, {"arity":179,"count":2}, {"arity":180,"count":3}, {"arity":182,"count":3}, {"arity":184,"count":1}, {"arity":185,"count":4}, {"arity":186,"count":1}, {"arity":188,"count":3}, {"arity":190,"count":3}, {"arity":191,"count":2}, {"arity":192,"count":1}, {"arity":194,"count":3}, {"arity":195,"count":2}, {"arity":196,"count":1}, {"arity":197,"count":2}, {"arity":198,"count":1}, {"arity":200,"count":6}]
Number of extensional constraints200
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":200},{"type":"sum","count":1230},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.01	c Create Cardinality(vars,values,occurs) constraint using 200 Exactly/AtMost.. constraint 
0.00/0.01	c
0.09/0.13	c root propagations     : 0           
0.09/0.13	c restarts enabled, print stats at every restarts
0.09/0.13	c
0.09/0.13	c
0.09/0.13	c
0.09/0.13	c This is cosoco 1.0 --  
0.09/0.13	c
0.09/0.13	c ========================================[ Problem Statistics ]===========================================
0.09/0.13	c |                                                                                                       
0.09/0.13	c |  Parse time        :         0.12 s 
0.09/0.13	c |
0.09/0.13	c |               Variables: 1200
0.09/0.13	c |            Domain Sizes: 2..25
0.09/0.13	c |
0.09/0.13	c |             Constraints: 1455
0.09/0.13	c |                   Arity: 2..200  -- Binary: 199  -- Ternary: 396
0.09/0.13	c | 
0.09/0.13	c |                   Types: 
0.09/0.13	c |                          Exactly K: 25
0.09/0.13	c |                          Extension: 200  (nb tuples: 25..25) -- (shared: 199)
0.09/0.13	c |                          Sum: 1230
0.09/0.13	c |                          
0.09/0.13	c =========================================================================================================
0.09/0.13	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth
0.69/0.70	c 101            1340           104075         24431          0              0              878   921   881
1.20/1.22	c 211            1968           180788         42688          0              0              94   105   99  
1.69/1.76	c 332            2635           262180         65354          0              0              67   124   95  
2.59/2.67	c 465            4247           422022         102030         0              0              66   946   546 
3.39/3.41	c 611            5984           551790         121001         0              0              70   919   816 
3.98/4.04	c 771            7050           656839         147346         0              0              84   193   183 
4.68/4.77	c 947            8073           770283         181917         0              0              55   66   62   
5.50/5.56	c 1140           10041          920757         207642         0              0              54   782   606 
6.19/6.28	c 1352           11185          1037888        237738         0              0              60   331   299 
6.79/6.83	c 1585           12288          1132323        269522         0              0              59   210   202 
7.29/7.37	c 1841           13335          1222428        292504         0              0              86   215   193 
7.89/7.97	c 2122           14741          1324678        328971         0              0              40   85   72   
9.99/10.02	c 2431           16475          1632633        382586         0              0              40   486   297 
10.69/10.78	c 2770           18618          1764836        431395         0              0              41   83   74   
11.99/12.08	c 3142           20615          1981250        467553         0              0              40   507   269 
12.99/13.09	c 3551           22106          2138488        489124         0              0              40   353   345 
13.98/14.09	c 4000           23832          2362967        538620         0              0              164   389   343
15.08/15.11	c 4493           25315          2568047        574358         0              0              64   324   313 
15.98/16.04	c 5035           27081          2811133        614501         0              0              69   427   413 
17.18/17.20	c 5631           29217          3038794        654237         0              0              126   438   335
19.18/19.27	c 6286           38484          3480987        706055         0              0              40   670   509 
20.68/20.71	c 7006           40735          3708652        736280         0              0              235   270   246
24.78/24.85	c 7798           43616          4416372        900814         0              0              206   617   422
27.18/27.21	c 8669           48666          4836867        992858         0              0              71   325   291 
28.38/28.42	c 9627           52126          5213856        1070877        0              0              64   631   616 
30.28/30.33	c 10680          57655          5656413        1140547        0              0              180   699   674
31.89/31.93	c 11838          61159          6028816        1187237        0              0              64   594   566 
34.48/34.55	c 13111          67760          6528726        1292276        0              0              185   721   425
37.28/37.40	c 14511          72023          6971945        1349229        0              0              321   355   334
40.58/40.63	c 16051          76517          7475915        1413660        0              0              233   249   244
42.88/42.95	c 17745          80986          7938756        1470941        0              0              186   324   315
46.48/46.52	c 19608          87721          8576991        1587153        0              0              79   235   205 
50.97/51.06	c 21657          96520          9373073        1769787        0              0              83   204   167 
55.27/55.32	c 23910          106429         10170830       2122721        0              0              52   66   61   
61.37/61.43	c 26388          117913         11182375       2380590        0              0              54   274   184 
65.77/65.80	c 29113          126217         11933257       2531202        0              0              53   249   210 
70.17/70.26	c 32110          136196         12774078       2660458        0              0              61   257   241 
77.57/77.62	c 35406          149965         14573730       2912395        0              0              61   382   345 
85.17/85.27	c 39031          164218         15983288       3242609        0              0              58   284   233 
94.96/95.08	c 43018          178302         17831428       3606694        0              0              58   430   248 
104.86/104.96	c 47403          191945         19607679       3862006        0              0              56   233   211 
110.96/111.07	c 52226          209325         20994248       4091227        0              0              58   295   269 
124.16/124.28	c 57531          225402         23311854       4535923        0              0              56   233   203 
136.25/136.32	c 63366          248488         25522847       4966862        0              0              77   445   221 
147.75/147.83	c 69784          272223         27600523       5529753        0              0              59   264   216 
161.25/161.34	c 76843          294106         30576302       6147341        0              0              65   458   307 
171.65/171.78	c 84607          316048         33800725       6715991        0              0              85   461   442 
183.14/183.27	c 93147          337333         36053063       7026790        0              0              53   377   349 
195.85/195.90	c 102541         360869         39282010       7557393        0              0              56   490   475 
209.84/209.91	c 112874         388530         41856228       8116993        0              0              49   352   285 
227.53/227.68	c 124240         428265         45384154       8924169        0              0              55   526   371 
247.63/247.77	c 136742         472793         49750301       9581344        0              0              49   412   368 
274.32/274.45	c 150494         512647         54044136       10157867       0              0              94   284   273 
303.52/303.62	c 165621         557849         59141821       10951499       0              0              67   333   285 
321.91/322.01	c 182260         608779         64294861       12127630       0              0              62   442   400 
345.10/345.29	c 200562         664493         70356413       13131610       0              0              77   517   468 
396.39/396.55	c 220694         747371         81123756       15819171       0              0              66   558   483 
412.79/412.97	c 242839         805865         87193346       17051384       0              0              74   633   620 
438.08/438.21	c 267198         858142         93305539       18430213       0              0              56   609   590 
471.67/471.88	c 293992         954621         103623546      19544637       0              0              56   751   731 
505.97/506.16	c 323465         1084409        112740397      21488648       0              0              58   722   649 
592.65/592.80	c 355885         1241258        127303338      26791469       0              0              76   389   353 
660.03/660.21	c 391547         1367885        140803788      28042787       0              0              58   547   470 
718.52/718.74	c 430775         1513833        153555956      30223775       0              0              57   471   436 
867.58/867.85	c 473925         1791527        177454278      35558450       0              0              53   370   220 
905.18/905.48	c 521390         1938176        186246218      36644309       0              0              53   423   405 
1041.94/1042.29	c 573601         2114863        212499944      41100328       0              0              53   493   303 
1126.32/1126.66	c 631033         2317779        232494674      45966754       0              0              139   463   433
1292.88/1293.27	c 694208         2636616        260235835      53005915       0              0              74   209   186 
1400.85/1401.29	c 763700         2964080        284181734      58802668       0              0              110   465   328
1592.21/1592.67	c 840141         3416782        317318025      71400808       0              0              72   222   206 
1723.77/1724.23	c 924226         3675248        341354867      74438246       0              0              72   439   388 
1947.82/1948.30	c 1016719        3986951        387629427      84014022       0              0              74   399   363 
2131.88/2132.44	c 1118461        4364197        426670224      89685166       0              0              74   528   368 
2265.05/2265.66	c 1230377        4673636        457558210      95354518       0              0              58   509   481 

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

pid=10695
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.01 2.03 2.01 3/246 10698
/proc/meminfo: memFree=32039152/32770624 swapFree=6096/188740
[pid=10698] ppid=10695 vsize=27648 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/10698/stat : 10698 (cosoco) R 10695 10698 9859 0 -1 4202496 1105 0 0 0 1 0 0 0 20 0 1 0 593023 28311552 905 33554432000 4194304 5970956 140735689552224 140735689548824 140148558506981 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 8070896 8075904 9814016 140735689557185 140735689557315 140735689557315 140735689560014 0
/proc/10698/statm: 6912 905 704 434 0 276 0

[startup+0.100121 s]
/proc/loadavg: 2.01 2.03 2.01 3/246 10698
/proc/meminfo: memFree=32039152/32770624 swapFree=6096/188740
[pid=10698] ppid=10695 vsize=35300 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/10698/stat : 10698 (cosoco) R 10695 10698 9859 0 -1 4202496 3076 0 0 0 9 0 0 0 20 0 1 0 593023 36147200 2903 33554432000 4194304 5970956 140735689552224 140735689545976 140148558506981 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 8070896 8075904 9814016 140735689557185 140735689557315 140735689557315 140735689560014 0
/proc/10698/statm: 8825 2903 752 434 0 2189 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35300

[startup+0.200363 s]
/proc/loadavg: 2.01 2.03 2.01 3/246 10698
/proc/meminfo: memFree=32039152/32770624 swapFree=6096/188740
[pid=10698] ppid=10695 vsize=37384 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/10698/stat : 10698 (cosoco) R 10695 10698 9859 0 -1 4202496 3640 0 0 0 19 0 0 0 20 0 1 0 593023 38281216 3422 33554432000 4194304 5970956 140735689552224 140735689549224 140148558506981 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 9814016 140735689557185 140735689557315 140735689557315 140735689560014 0
/proc/10698/statm: 9346 3422 795 434 0 2710 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 37384

[startup+0.300278 s]
/proc/loadavg: 2.01 2.03 2.01 3/246 10698
/proc/meminfo: memFree=32039152/32770624 swapFree=6096/188740
[pid=10698] ppid=10695 vsize=38308 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/10698/stat : 10698 (cosoco) R 10695 10698 9859 0 -1 4202496 3857 0 0 0 29 0 0 0 20 0 1 0 593023 39227392 3686 33554432000 4194304 5970956 140735689552224 140735689549352 5136608 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 9814016 140735689557185 140735689557315 140735689557315 140735689560014 0
/proc/10698/statm: 9577 3686 795 434 0 2941 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 38308

[startup+0.700246 s]
/proc/loadavg: 2.01 2.03 2.01 3/246 10698
/proc/meminfo: memFree=32039152/32770624 swapFree=6096/188740
[pid=10698] ppid=10695 vsize=40296 CPUtime=0.69 cores=0,2,4,6,8,10,12,14
/proc/10698/stat : 10698 (cosoco) R 10695 10698 9859 0 -1 4202496 4370 0 0 0 69 0 0 0 20 0 1 0 593023 41263104 4192 33554432000 4194304 5970956 140735689552224 140735689549224 5045760 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 9814016 140735689557185 140735689557315 140735689557315 140735689560014 0
/proc/10698/statm: 10074 4192 795 434 0 3438 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 40296

[startup+1.50023 s]
/proc/loadavg: 2.01 2.03 2.01 3/247 10699
/proc/meminfo: memFree=32025172/32770624 swapFree=6096/188640
[pid=10698] ppid=10695 vsize=40296 CPUtime=1.49 cores=0,2,4,6,8,10,12,14
/proc/10698/stat : 10698 (cosoco) R 10695 10698 9859 0 -1 4202496 4373 0 0 0 149 0 0 0 20 0 1 0 593023 41263104 4192 33554432000 4194304 5970956 140735689552224 140735689549560 5044852 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 9814016 140735689557185 140735689557315 140735689557315 140735689560014 0
/proc/10698/statm: 10074 4192 795 434 0 3438 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 40296

[startup+3.10028 s]
/proc/loadavg: 2.01 2.03 2.01 3/247 10699
/proc/meminfo: memFree=32024692/32770624 swapFree=6096/188712
[pid=10698] ppid=10695 vsize=42148 CPUtime=3.08 cores=0,2,4,6,8,10,12,14
/proc/10698/stat : 10698 (cosoco) R 10695 10698 9859 0 -1 4202496 8018 0 0 0 308 0 0 0 20 0 1 0 593023 43159552 4651 33554432000 4194304 5970956 140735689552224 140735689549096 5045007 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 9814016 140735689557185 140735689557315 140735689557315 140735689560014 0
/proc/10698/statm: 10537 4651 798 434 0 3901 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 42148

[startup+6.30028 s]
/proc/loadavg: 2.01 2.03 2.01 3/247 10699
/proc/meminfo: memFree=32022804/32770624 swapFree=6096/188720
[pid=10698] ppid=10695 vsize=42412 CPUtime=6.29 cores=0,2,4,6,8,10,12,14
/proc/10698/stat : 10698 (cosoco) R 10695 10698 9859 0 -1 4202496 11656 0 0 0 628 1 0 0 20 0 1 0 593023 43429888 4716 33554432000 4194304 5970956 140735689552224 140735689549560 5031424 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 9814016 140735689557185 140735689557315 140735689557315 140735689560014 0
/proc/10698/statm: 10603 4716 798 434 0 3967 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 42412

[startup+12.7003 s]
/proc/loadavg: 2.00 2.03 2.01 3/247 10699
/proc/meminfo: memFree=32021056/32770624 swapFree=6096/188732
[pid=10698] ppid=10695 vsize=42412 CPUtime=12.69 cores=0,2,4,6,8,10,12,14
/proc/10698/stat : 10698 (cosoco) R 10695 10698 9859 0 -1 4202496 14608 0 0 0 1268 1 0 0 20 0 1 0 593023 43429888 4735 33554432000 4194304 5970956 140735689552224 140735689549560 5311648 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 9814016 140735689557185 140735689557315 140735689557315 140735689560014 0
/proc/10698/statm: 10603 4735 798 434 0 3967 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 42412

[startup+25.5003 s]
/proc/loadavg: 2.00 2.03 2.01 3/247 10699
/proc/meminfo: memFree=32020124/32770624 swapFree=6096/188744
[pid=10698] ppid=10695 vsize=42544 CPUtime=25.48 cores=0,2,4,6,8,10,12,14
/proc/10698/stat : 10698 (cosoco) R 10695 10698 9859 0 -1 4202496 15678 0 0 0 2547 1 0 0 20 0 1 0 593023 43565056 4760 33554432000 4194304 5970956 140735689552224 140735689549560 5046925 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 9814016 140735689557185 140735689557315 140735689557315 140735689560014 0
/proc/10698/statm: 10636 4760 798 434 0 4000 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 42544

[startup+51.1003 s]
/proc/loadavg: 2.00 2.03 2.01 3/246 10699
/proc/meminfo: memFree=32021008/32770624 swapFree=6096/188772
[pid=10698] ppid=10695 vsize=42676 CPUtime=51.07 cores=0,2,4,6,8,10,12,14
/proc/10698/stat : 10698 (cosoco) R 10695 10698 9859 0 -1 4202496 16063 0 0 0 5106 1 0 0 20 0 1 0 593023 43700224 4819 33554432000 4194304 5970956 140735689552224 140735689549560 5136608 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 9814016 140735689557185 140735689557315 140735689557315 140735689560014 0
/proc/10698/statm: 10669 4819 798 434 0 4033 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 42676

[startup+102.3 s]
/proc/loadavg: 2.00 2.02 2.01 3/246 10700
/proc/meminfo: memFree=32020808/32770624 swapFree=6096/188852
[pid=10698] ppid=10695 vsize=42676 CPUtime=102.27 cores=0,2,4,6,8,10,12,14
/proc/10698/stat : 10698 (cosoco) R 10695 10698 9859 0 -1 4202496 16417 0 0 0 10226 1 0 0 20 0 1 0 593023 43700224 4819 33554432000 4194304 5970956 140735689552224 140735689549560 4934335 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 9814016 140735689557185 140735689557315 140735689557315 140735689560014 0
/proc/10698/statm: 10669 4819 798 434 0 4033 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 42676

[startup+162.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/247 10709
/proc/meminfo: memFree=32019108/32770624 swapFree=6096/188932
[pid=10698] ppid=10695 vsize=42676 CPUtime=162.25 cores=0,2,4,6,8,10,12,14
/proc/10698/stat : 10698 (cosoco) R 10695 10698 9859 0 -1 4202496 16769 0 0 0 16224 1 0 0 20 0 1 0 593023 43700224 4819 33554432000 4194304 5970956 140735689552224 140735689549560 5044849 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 9814016 140735689557185 140735689557315 140735689557315 140735689560014 0
/proc/10698/statm: 10669 4819 798 434 0 4033 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 42676

[startup+222.308 s]
/proc/loadavg: 2.03 2.03 2.01 3/247 10711
/proc/meminfo: memFree=32019516/32770624 swapFree=6096/188992
[pid=10698] ppid=10695 vsize=42676 CPUtime=222.24 cores=0,2,4,6,8,10,12,14
/proc/10698/stat : 10698 (cosoco) R 10695 10698 9859 0 -1 4202496 17118 0 0 0 22223 1 0 0 20 0 1 0 593023 43700224 4819 33554432000 4194304 5970956 140735689552224 140735689549560 5098896 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 9814016 140735689557185 140735689557315 140735689557315 140735689560014 0
/proc/10698/statm: 10669 4819 798 434 0 4033 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 42676

[startup+282.3 s]
/proc/loadavg: 2.01 2.02 2.01 3/247 10712
/proc/meminfo: memFree=32018908/32770624 swapFree=6096/189036
[pid=10698] ppid=10695 vsize=42676 CPUtime=282.22 cores=0,2,4,6,8,10,12,14
/proc/10698/stat : 10698 (cosoco) R 10695 10698 9859 0 -1 4202496 17445 0 0 0 28221 1 0 0 20 0 1 0 593023 43700224 4819 33554432000 4194304 5970956 140735689552224 140735689549560 5031479 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 9814016 140735689557185 140735689557315 140735689557315 140735689560014 0
/proc/10698/statm: 10669 4819 798 434 0 4033 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 42676

[startup+342.3 s]
/proc/loadavg: 2.04 2.03 2.02 3/247 10713
/proc/meminfo: memFree=32018864/32770624 swapFree=6096/189096
[pid=10698] ppid=10695 vsize=42676 CPUtime=342.21 cores=0,2,4,6,8,10,12,14
/proc/10698/stat : 10698 (cosoco) R 10695 10698 9859 0 -1 4202496 17796 0 0 0 34220 1 0 0 20 0 1 0 593023 43700224 4819 33554432000 4194304 5970956 140735689552224 140735689549560 5045029 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 9814016 140735689557185 140735689557315 140735689557315 140735689560014 0
/proc/10698/statm: 10669 4819 798 434 0 4033 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 42676

[startup+402.3 s]
/proc/loadavg: 2.01 2.03 2.02 3/247 10714
/proc/meminfo: memFree=32018928/32770624 swapFree=6096/189128
[pid=10698] ppid=10695 vsize=42676 CPUtime=402.19 cores=0,2,4,6,8,10,12,14
/proc/10698/stat : 10698 (cosoco) R 10695 10698 9859 0 -1 4202496 18150 0 0 0 40218 1 0 0 20 0 1 0 593023 43700224 4819 33554432000 4194304 5970956 140735689552224 140735689549560 5098899 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 9814016 140735689557185 140735689557315 140735689557315 140735689560014 0
/proc/10698/statm: 10669 4819 798 434 0 4033 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 42676

[startup+462.3 s]
/proc/loadavg: 2.00 2.02 2.02 3/247 10715
/proc/meminfo: memFree=32018480/32770624 swapFree=6096/189184
[pid=10698] ppid=10695 vsize=42808 CPUtime=462.18 cores=0,2,4,6,8,10,12,14
/proc/10698/stat : 10698 (cosoco) R 10695 10698 9859 0 -1 4202496 18513 0 0 0 46217 1 0 0 20 0 1 0 593023 43835392 4819 33554432000 4194304 5970956 140735689552224 140735689549032 5031424 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 9814016 140735689557185 140735689557315 140735689557315 140735689560014 0
/proc/10698/statm: 10702 4819 798 434 0 4066 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 42808

[startup+522.3 s]
/proc/loadavg: 2.00 2.02 2.02 3/247 10716
/proc/meminfo: memFree=32018588/32770624 swapFree=5912/189236
[pid=10698] ppid=10695 vsize=42808 CPUtime=522.16 cores=0,2,4,6,8,10,12,14
/proc/10698/stat : 10698 (cosoco) R 10695 10698 9859 0 -1 4202496 18880 0 0 0 52215 1 0 0 20 0 1 0 593023 43835392 4832 33554432000 4194304 5970956 140735689552224 140735689549560 5045760 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 9814016 140735689557185 140735689557315 140735689557315 140735689560014 0
/proc/10698/statm: 10702 4832 798 434 0 4066 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 42808

[startup+582.3 s]
/proc/loadavg: 2.03 2.03 2.02 3/247 10718
/proc/meminfo: memFree=32017740/32770624 swapFree=5908/189272
[pid=10698] ppid=10695 vsize=42808 CPUtime=582.15 cores=0,2,4,6,8,10,12,14
/proc/10698/stat : 10698 (cosoco) R 10695 10698 9859 0 -1 4202496 19105 0 0 0 58214 1 0 0 20 0 1 0 593023 43835392 4832 33554432000 4194304 5970956 140735689552224 140735689549560 5046945 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 9814016 140735689557185 140735689557315 140735689557315 140735689560014 0
/proc/10698/statm: 10702 4832 798 434 0 4066 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 42808


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


[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/248 10891
/proc/meminfo: memFree=32021840/32770624 swapFree=5904/190088
[pid=10698] ppid=10695 vsize=42808 CPUtime=1481.93 cores=0,2,4,6,8,10,12,14
/proc/10698/stat : 10698 (cosoco) R 10695 10698 9859 0 -1 4202496 23251 0 0 0 148192 1 0 0 20 0 1 0 593023 43835392 4832 33554432000 4194304 5970956 140735689552224 140735689549560 5045015 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 9814016 140735689557185 140735689557315 140735689557315 140735689560014 0
/proc/10698/statm: 10702 4832 798 434 0 4066 0
Current children cumulated CPU time (s) 1481.93
Current children cumulated vsize (KiB) 42808

[startup+1542.31 s]
/proc/loadavg: 2.00 2.01 2.04 3/247 10892
/proc/meminfo: memFree=32021432/32770624 swapFree=5904/190132
[pid=10698] ppid=10695 vsize=42808 CPUtime=1541.93 cores=0,2,4,6,8,10,12,14
/proc/10698/stat : 10698 (cosoco) R 10695 10698 9859 0 -1 4202496 23401 0 0 0 154192 1 0 0 20 0 1 0 593023 43835392 4832 33554432000 4194304 5970956 140735689552224 140735689549560 5045744 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 9814016 140735689557185 140735689557315 140735689557315 140735689560014 0
/proc/10698/statm: 10702 4832 798 434 0 4066 0
Current children cumulated CPU time (s) 1541.93
Current children cumulated vsize (KiB) 42808

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/248 10894
/proc/meminfo: memFree=32021360/32770624 swapFree=5904/190168
[pid=10698] ppid=10695 vsize=42808 CPUtime=1601.9 cores=0,2,4,6,8,10,12,14
/proc/10698/stat : 10698 (cosoco) R 10695 10698 9859 0 -1 4202496 23640 0 0 0 160189 1 0 0 20 0 1 0 593023 43835392 4832 33554432000 4194304 5970956 140735689552224 140735689549560 5098954 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 9814016 140735689557185 140735689557315 140735689557315 140735689560014 0
/proc/10698/statm: 10702 4832 798 434 0 4066 0
Current children cumulated CPU time (s) 1601.9
Current children cumulated vsize (KiB) 42808

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/247 10895
/proc/meminfo: memFree=32021488/32770624 swapFree=5904/190228
[pid=10698] ppid=10695 vsize=42808 CPUtime=1661.89 cores=0,2,4,6,8,10,12,14
/proc/10698/stat : 10698 (cosoco) R 10695 10698 9859 0 -1 4202496 23928 0 0 0 166188 1 0 0 20 0 1 0 593023 43835392 4832 33554432000 4194304 5970956 140735689552224 140735689549560 5045997 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 9814016 140735689557185 140735689557315 140735689557315 140735689560014 0
/proc/10698/statm: 10702 4832 798 434 0 4066 0
Current children cumulated CPU time (s) 1661.89
Current children cumulated vsize (KiB) 42808

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/247 10896
/proc/meminfo: memFree=32021416/32770624 swapFree=5904/190268
[pid=10698] ppid=10695 vsize=42808 CPUtime=1721.88 cores=0,2,4,6,8,10,12,14
/proc/10698/stat : 10698 (cosoco) R 10695 10698 9859 0 -1 4202496 24128 0 0 0 172187 1 0 0 20 0 1 0 593023 43835392 4832 33554432000 4194304 5970956 140735689552224 140735689549560 5031424 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 9814016 140735689557185 140735689557315 140735689557315 140735689560014 0
/proc/10698/statm: 10702 4832 798 434 0 4066 0
Current children cumulated CPU time (s) 1721.88
Current children cumulated vsize (KiB) 42808

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/247 10897
/proc/meminfo: memFree=32020716/32770624 swapFree=5904/190316
[pid=10698] ppid=10695 vsize=42808 CPUtime=1781.86 cores=0,2,4,6,8,10,12,14
/proc/10698/stat : 10698 (cosoco) R 10695 10698 9859 0 -1 4202496 24506 0 0 0 178185 1 0 0 20 0 1 0 593023 43835392 4832 33554432000 4194304 5970956 140735689552224 140735689549560 5044837 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 9814016 140735689557185 140735689557315 140735689557315 140735689560014 0
/proc/10698/statm: 10702 4832 798 434 0 4066 0
Current children cumulated CPU time (s) 1781.86
Current children cumulated vsize (KiB) 42808

[startup+1842.3 s]
/proc/loadavg: 2.04 2.03 2.04 3/247 10898
/proc/meminfo: memFree=32019676/32770624 swapFree=5904/190356
[pid=10698] ppid=10695 vsize=42808 CPUtime=1841.85 cores=0,2,4,6,8,10,12,14
/proc/10698/stat : 10698 (cosoco) R 10695 10698 9859 0 -1 4202496 24741 0 0 0 184184 1 0 0 20 0 1 0 593023 43835392 4832 33554432000 4194304 5970956 140735689552224 140735689549560 5136803 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 9814016 140735689557185 140735689557315 140735689557315 140735689560014 0
/proc/10698/statm: 10702 4832 798 434 0 4066 0
Current children cumulated CPU time (s) 1841.85
Current children cumulated vsize (KiB) 42808

[startup+1902.3 s]
/proc/loadavg: 2.01 2.02 2.04 3/247 10900
/proc/meminfo: memFree=32020456/32770624 swapFree=5904/190396
[pid=10698] ppid=10695 vsize=42808 CPUtime=1901.83 cores=0,2,4,6,8,10,12,14
/proc/10698/stat : 10698 (cosoco) R 10695 10698 9859 0 -1 4202496 24898 0 0 0 190182 1 0 0 20 0 1 0 593023 43835392 4832 33554432000 4194304 5970956 140735689552224 140735689549560 5044849 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 9814016 140735689557185 140735689557315 140735689557315 140735689560014 0
/proc/10698/statm: 10702 4832 798 434 0 4066 0
Current children cumulated CPU time (s) 1901.83
Current children cumulated vsize (KiB) 42808

[startup+1962.3 s]
/proc/loadavg: 2.01 2.02 2.04 3/247 10908
/proc/meminfo: memFree=32020028/32770624 swapFree=5904/190460
[pid=10698] ppid=10695 vsize=42808 CPUtime=1961.82 cores=0,2,4,6,8,10,12,14
/proc/10698/stat : 10698 (cosoco) R 10695 10698 9859 0 -1 4202496 25156 0 0 0 196181 1 0 0 20 0 1 0 593023 43835392 4832 33554432000 4194304 5970956 140735689552224 140735689549560 5046932 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 9814016 140735689557185 140735689557315 140735689557315 140735689560014 0
/proc/10698/statm: 10702 4832 798 434 0 4066 0
Current children cumulated CPU time (s) 1961.82
Current children cumulated vsize (KiB) 42808

[startup+2022.3 s]
/proc/loadavg: 2.03 2.03 2.05 3/247 10909
/proc/meminfo: memFree=32019868/32770624 swapFree=5904/190488
[pid=10698] ppid=10695 vsize=42808 CPUtime=2021.8 cores=0,2,4,6,8,10,12,14
/proc/10698/stat : 10698 (cosoco) R 10695 10698 9859 0 -1 4202496 25319 0 0 0 202179 1 0 0 20 0 1 0 593023 43835392 4832 33554432000 4194304 5970956 140735689552224 140735689549560 4930560 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 9814016 140735689557185 140735689557315 140735689557315 140735689560014 0
/proc/10698/statm: 10702 4832 798 434 0 4066 0
Current children cumulated CPU time (s) 2021.8
Current children cumulated vsize (KiB) 42808

[startup+2082.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/247 10910
/proc/meminfo: memFree=32019656/32770624 swapFree=5904/190532
[pid=10698] ppid=10695 vsize=42808 CPUtime=2081.8 cores=0,2,4,6,8,10,12,14
/proc/10698/stat : 10698 (cosoco) R 10695 10698 9859 0 -1 4202496 25503 0 0 0 208179 1 0 0 20 0 1 0 593023 43835392 4832 33554432000 4194304 5970956 140735689552224 140735689549560 5045964 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 9814016 140735689557185 140735689557315 140735689557315 140735689560014 0
/proc/10698/statm: 10702 4832 798 434 0 4066 0
Current children cumulated CPU time (s) 2081.8
Current children cumulated vsize (KiB) 42808

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/247 10911
/proc/meminfo: memFree=32019520/32770624 swapFree=5904/190572
[pid=10698] ppid=10695 vsize=42808 CPUtime=2141.77 cores=0,2,4,6,8,10,12,14
/proc/10698/stat : 10698 (cosoco) R 10695 10698 9859 0 -1 4202496 25997 0 0 0 214176 1 0 0 20 0 1 0 593023 43835392 4832 33554432000 4194304 5970956 140735689552224 140735689549560 5046916 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 9814016 140735689557185 140735689557315 140735689557315 140735689560014 0
/proc/10698/statm: 10702 4832 798 434 0 4066 0
Current children cumulated CPU time (s) 2141.77
Current children cumulated vsize (KiB) 42808

[startup+2202.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/247 10912
/proc/meminfo: memFree=32019744/32770624 swapFree=5904/190616
[pid=10698] ppid=10695 vsize=42808 CPUtime=2201.77 cores=0,2,4,6,8,10,12,14
/proc/10698/stat : 10698 (cosoco) R 10695 10698 9859 0 -1 4202496 26158 0 0 0 220176 1 0 0 20 0 1 0 593023 43835392 4832 33554432000 4194304 5970956 140735689552224 140735689549560 5031447 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 9814016 140735689557185 140735689557315 140735689557315 140735689560014 0
/proc/10698/statm: 10702 4832 798 434 0 4066 0
Current children cumulated CPU time (s) 2201.77
Current children cumulated vsize (KiB) 42808

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/247 10913
/proc/meminfo: memFree=32019548/32770624 swapFree=5904/190656
[pid=10698] ppid=10695 vsize=42808 CPUtime=2261.75 cores=0,2,4,6,8,10,12,14
/proc/10698/stat : 10698 (cosoco) R 10695 10698 9859 0 -1 4202496 26315 0 0 0 226174 1 0 0 20 0 1 0 593023 43835392 4832 33554432000 4194304 5970956 140735689552224 140735689549560 5098908 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 9814016 140735689557185 140735689557315 140735689557315 140735689560014 0
/proc/10698/statm: 10702 4832 798 434 0 4066 0
Current children cumulated CPU time (s) 2261.75
Current children cumulated vsize (KiB) 42808

[startup+2322.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/247 10914
/proc/meminfo: memFree=32019016/32770624 swapFree=5904/190692
[pid=10698] ppid=10695 vsize=42808 CPUtime=2321.73 cores=0,2,4,6,8,10,12,14
/proc/10698/stat : 10698 (cosoco) R 10695 10698 9859 0 -1 4202496 26666 0 0 0 232172 1 0 0 20 0 1 0 593023 43835392 4832 33554432000 4194304 5970956 140735689552224 140735689549560 5045744 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 9814016 140735689557185 140735689557315 140735689557315 140735689560014 0
/proc/10698/statm: 10702 4832 798 434 0 4066 0
Current children cumulated CPU time (s) 2321.73
Current children cumulated vsize (KiB) 42808

[startup+2382.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/247 10915
/proc/meminfo: memFree=32018544/32770624 swapFree=5904/190732
[pid=10698] ppid=10695 vsize=42808 CPUtime=2381.72 cores=0,2,4,6,8,10,12,14
/proc/10698/stat : 10698 (cosoco) R 10695 10698 9859 0 -1 4202496 26984 0 0 0 238171 1 0 0 20 0 1 0 593023 43835392 4832 33554432000 4194304 5970956 140735689552224 140735689549560 5136625 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 9814016 140735689557185 140735689557315 140735689557315 140735689560014 0
/proc/10698/statm: 10702 4832 798 434 0 4066 0
Current children cumulated CPU time (s) 2381.72
Current children cumulated vsize (KiB) 42808



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.6 s]
/proc/loadavg: 2.01 2.02 2.05 3/247 10915
/proc/meminfo: memFree=32019048/32770624 swapFree=5904/190740
[pid=10698] ppid=10695 vsize=42808 CPUtime=2400.01 cores=0,2,4,6,8,10,12,14
/proc/10698/stat : 10698 (cosoco) R 10695 10698 9859 0 -1 4202496 27140 0 0 0 240000 1 0 0 20 0 1 0 593023 43835392 4832 33554432000 4194304 5970956 140735689552224 140735689549560 5031424 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 9814016 140735689557185 140735689557315 140735689557315 140735689560014 0
/proc/10698/statm: 10702 4832 798 434 0 4066 0
Current children cumulated CPU time (s) 2400.01
Current children cumulated vsize (KiB) 42808

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

Child status: 1
Real time (s): 2400.6
CPU time (s): 2400.02
CPU user time (s): 2400.01
CPU system time (s): 0.015996
CPU usage (%): 99.976
Max. virtual memory (cumulated for all children) (KiB): 42808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2400.01
system time used= 0.015996
maximum resident set size= 19372
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27168
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= 13
involuntary context switches= 120647

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.3771 second user time and 11.1043 second system time

The end

Launcher Data

Begin job on node133 at 2017-07-21 18:07:41
IDJOB=4241722
IDBENCH=128081
IDSOLVER=2620
FILE ID=node133/4241722-1500653261
RUNJOBID= node133-1500648174-9890
PBS_JOBID= 20623287
Free space on /tmp= 62012 MiB

SOLVER NAME= cosoco 1.1
BENCH NAME= XCSP17/CarSequencing/CarSequencing-m1-jcr/CarSequencing-80-02.xml
COMMAND LINE= DIR/cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4241722-1500653261/watcher-4241722-1500653261 -o /tmp/evaluation-result-4241722-1500653261/solver-4241722-1500653261 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1500648174-9890 --watchdog 2560  HOME/cosoco -lc -model -restarts HOME/instance-4241722-1500653261.xml

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

MD5SUM BENCH= 201da62bda966dccc44cd0c6ff0d4af7
RANDOM SEED=71899087

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        32038908 kB
MemAvailable:   32028108 kB
Buffers:           31360 kB
Cached:           268092 kB
SwapCached:            0 kB
Active:           161328 kB
Inactive:         197300 kB
Active(anon):      62136 kB
Inactive(anon):     8560 kB
Active(file):      99192 kB
Inactive(file):   188740 kB
Unevictable:        6096 kB
Mlocked:            6096 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2580 kB
Writeback:             0 kB
AnonPages:         77468 kB
Mapped:            31964 kB
Shmem:              8872 kB
Slab:              65932 kB
SReclaimable:      34208 kB
SUnreclaim:        31724 kB
KernelStack:        4608 kB
PageTables:         5484 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     334184 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     22528 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62012 MiB
End job on node133 at 2017-07-21 18:47:42