Trace number 4268316

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.12UNSAT 351.927 351.966

General information on the benchmark

NameScheduling/Scheduling-xcsp2-cabinet/
Cabinet-5575_X2.xml
MD5SUM947aaa5b42c66575ddcf4e155c683c91
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.2416
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of constraints126
Number of domains46
Minimum domain size2
Maximum domain size84591
Distribution of domain sizes[{"size":2,"count":98},{"size":7,"count":14},{"size":5575,"count":1},{"size":24829,"count":2},{"size":44731,"count":4},{"size":84591,"count":1}]
Minimum variable degree1
Maximum variable degree11
Distribution of variable degrees[{"degree":1,"count":1},{"degree":2,"count":98},{"degree":3,"count":7},{"degree":7,"count":3},{"degree":8,"count":3},{"degree":9,"count":3},{"degree":10,"count":3},{"degree":11,"count":2}]
Minimum constraint arity1
Maximum constraint arity15
Distribution of constraint arities[{"arity":1,"count":7},{"arity":2,"count":111},{"arity":8,"count":1},{"arity":15,"count":7}]
Number of extensional constraints98
Number of intensional constraints20
Distribution of constraint types[{"type":"extension","count":98},{"type":"intension","count":20},{"type":"sum","count":7},{"type":"maximum","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.07	c intension x0 != x7  using generic constraint 
0.00/0.07	c intension x0 != x10  using generic constraint 
0.00/0.07	c intension x0 != x13  using generic constraint 
0.00/0.08	c intension x1 != x8  using generic constraint 
0.00/0.08	c intension x1 != x10  using generic constraint 
0.00/0.08	c intension x2 != x10  using generic constraint 
0.00/0.08	c intension x3 != x9  using generic constraint 
0.00/0.08	c intension x4 != x7  using generic constraint 
0.00/0.08	c intension x4 != x9  using generic constraint 
0.00/0.08	c intension x4 != x10  using generic constraint 
0.00/0.08	c intension x4 != x13  using generic constraint 
0.00/0.08	c intension x5 != x13  using generic constraint 
0.00/0.08	c intension x7 != x8  using generic constraint 
0.03/0.10	c root propagations     : 274176      
0.03/0.10	c restarts enabled, print stats at every restarts
0.03/0.10	c
0.03/0.10	c
0.03/0.10	c
0.03/0.10	c This is cosoco 1.12 --  
0.03/0.10	c
0.03/0.10	c command line: cosoco -lc -model -restarts HOME/instance-4268316-1502506899.xml 
0.03/0.10	c ========================================[ Problem Statistics ]===========================================
0.03/0.10	c |                                                                                                       
0.03/0.10	c |  Parse time        :         0.03 s 
0.03/0.10	c |
0.03/0.10	c |               Variables: 120
0.03/0.10	c |            Domain Sizes: 2..84591
0.03/0.10	c |
0.03/0.10	c |             Constraints: 126
0.03/0.10	c |                   Arity: 1..15  -- Unary: 7  -- Binary: 111
0.03/0.10	c | 
0.03/0.10	c |                   Types: 
0.03/0.10	c |                          (X != Y): 13
0.03/0.10	c |                          Extension: 98  (nb tuples: 7..7) -- (shared: 4)
0.03/0.10	c |                          Intension: 7
0.03/0.10	c |                          Minimum Variable: 1
0.03/0.10	c |                          Sum: 7
0.03/0.10	c |                          
0.03/0.10	c =========================================================================================================
0.03/0.10	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth
0.13/0.23	c 101            1471           22672          2749737        27             0              56   103   76  
0.33/0.45	c 211            3438           53550          7580346        27             0              28   102   60  
0.33/0.48	c 332            3743           56405          7792766        27             0              52   86   53   
0.43/0.52	c 465            4027           58649          7931755        27             0              54   79   54   
0.43/0.57	c 611            4532           62305          8249704        27             0              29   71   31   
0.53/0.63	c 771            4692           62973          8252758        28             0              1   1   0      
0.53/0.69	c 947            4868           63677          8256102        28             0              1   1   0      
0.63/0.76	c 1140           5061           64483          8259787        28             0              1   1   0      
0.73/0.84	c 1352           5273           67411          8264518        28             0              1   1   0      
0.83/0.95	c 1585           5506           74610          8270974        28             0              1   1   0      
0.93/1.06	c 1841           5762           82185          8277164        28             0              1   1   0      
1.03/1.18	c 2122           6043           90183          8283325        28             0              1   1   0      
1.23/1.31	c 2431           6352           98625          8289394        28             0              1   1   0      
1.33/1.46	c 2770           6691           107096         8624753        28             0              1   1   0      
1.53/1.66	c 3142           7063           114164         10708325       28             0              1   1   0      
1.73/1.87	c 3551           7472           121935         12999134       28             0              1   1   0      
1.93/2.02	c 4000           7921           132411         13340251       28             0              1   1   0      
2.03/2.19	c 4493           8734           147945         13883986       28             0              1   74   5     
2.33/2.41	c 5035           10426          169624         16436992       28             0              49   93   55   
2.63/2.79	c 5631           15300          223097         22612918       28             0              41   91   53   
2.93/3.00	c 6286           16620          239719         24353791       28             0              49   65   51   
3.13/3.20	c 7006           17340          242599         24365311       28             0              1   1   0      
3.43/3.54	c 7798           21988          291292         29792048       28             0              1   93   54    
3.73/3.83	c 8669           25598          329123         34491943       28             0              33   72   43   
4.13/4.20	c 9627           30991          391510         41079980       28             0              57   99   82   
4.83/4.91	c 10680          42509          495314         52918322       28             0              41   78   62   
5.23/5.35	c 11838          45616          533949         57595828       28             0              43   90   47   
5.53/5.61	c 13111          47571          552334         59302356       28             0              47   66   52   
6.33/6.40	c 14511          53809          649301         72220120       28             0              1   92   52    
7.13/7.28	c 16051          62091          765337         86758042       28             0              40   91   64   
7.83/7.99	c 17745          69819          872852         100128925      28             0              40   96   75   
8.13/8.22	c 19608          71756          911057         102176689      28             0              59   75   58   
8.93/9.02	c 21657          77812          991336         112140082      28             0              1   97   35    
9.73/9.84	c 23910          81972          1045458        119550129      28             0              1   71   24    
10.53/10.62	c 26388          84450          1096310        120254119      28             0              1   1   0      
12.13/12.27	c 29113          94820          1298655        146220935      28             0              1   74   35    
13.63/13.78	c 32110          104805         1496244        174592011      28             0              48   98   57   
14.43/14.51	c 35406          108588         1565072        180111481      28             0              45   71   57   
15.23/15.33	c 39031          112684         1634491        183828650      28             0              40   69   54   
16.03/16.12	c 43018          118697         1736888        194932079      28             0              23   89   78   
17.43/17.50	c 47403          126343         1866529        206574413      28             0              1   87   39    
19.33/19.41	c 52226          144542         2158331        236492748      28             0              34   80   64   
20.43/20.57	c 57531          152630         2343012        247552877      28             0              1   78   58    
22.23/22.39	c 63366          162655         2625054        270278796      28             0              49   88   51   
23.93/24.02	c 69784          184577         2970536        287229258      28             0              1   90   61    
25.63/25.74	c 76843          192095         3162417        301590436      28             0              47   81   50   
28.43/28.53	c 84607          228866         3715662        334345862      28             0              31   90   62   
30.13/30.26	c 93147          238857         3937588        352446873      28             0              42   87   59   
32.93/33.07	c 102541         276961         4507783        388551858      28             0              19   90   67   
34.93/35.05	c 112874         288572         4766482        413696503      30             0              1   90   69    
40.03/40.16	c 124240         323057         5464406        489737406      30             0              50   87   64   
42.42/42.56	c 136742         347064         5841276        520094477      30             0              37   89   63   
45.52/45.68	c 150494         372341         6248257        556659946      30             0              23   89   59   
48.22/48.30	c 165621         389284         6557199        595010204      30             0              42   87   66   
53.33/53.40	c 182260         432546         7315976        651224380      30             0              19   82   57   
58.83/58.97	c 200562         515283         8349014        709859574      30             0              39   82   69   
62.13/62.22	c 220694         551608         8861310        751205575      30             0              1   90   65    
67.93/68.08	c 242839         577167         9524580        814167647      30             0              21   89   47   
71.83/71.97	c 267198         603575         9965303        864222482      30             0              42   89   69   
76.53/76.68	c 293992         640103         10646170       924695313      30             0              32   90   61   
82.13/82.26	c 323465         673511         11279342       995718713      30             0              24   90   68   
87.03/87.13	c 355885         711210         11969451       1047517082     30             0              41   90   68   
92.33/92.50	c 391547         753681         12705492       1107035928     32             0              1   89   70    
97.63/97.73	c 430775         800125         13405777       1157733638     32             0              1   88   64    
104.63/104.72	c 473925         860831         14430108       1245748998     32             0              47   88   69   
114.44/114.51	c 521390         929817         15614428       1368821752     32             0              1   89   68    
123.04/123.17	c 573601         988644         16618795       1457711699     32             0              1   88   65    
135.04/135.15	c 631033         1070143        18402506       1637132050     32             0              40   89   64   
148.84/148.92	c 694208         1190320        20428906       1805028548     32             0              19   89   63   
163.34/163.49	c 763700         1274057        22731609       1980168110     32             0              17   88   54   
178.25/178.35	c 840141         1364067        24516188       2166728008     32             0              35   88   62   
194.84/194.97	c 924226         1463605        26742867       2388789785     32             0              25   88   62   
213.05/213.16	c 1016719        1617698        29323236       2600837338     32             0              1   87   63    
230.25/230.30	c 1118461        1746777        31537381       2815341332     32             0              19   88   64   
252.95/253.04	c 1230377        1896138        34628454       3107820595     32             0              16   88   63   
276.55/276.63	c 1353484        2041696        37860297       3431583651     32             0              1   89   62    
303.66/303.71	c 1488901        2225330        41782857       3796799366     32             0              14   89   63   
337.45/337.58	c 1637859        2485081        46887730       4281217671     41             0              1   88   59    
351.86/351.96	c restarts              : 78          
351.86/351.96	c conflicts             : 1703246      (4840 /sec)
351.86/351.96	c decisions             : 2582806      (7339 /sec)
351.86/351.96	c propagations          : 4469384488  (12700158 /sec)
351.86/351.96	c root propagations     : 274176      
351.86/351.96	c filter calls          : 48902858       (138962 /sec)
351.86/351.96	c useless filter calls  : 32351657       (66 %)
351.86/351.96	c Memory used           : 35.25 MB
351.86/351.96	c CPU time              : 351.916 s
351.86/351.96	
351.86/351.96	s UNSATISFIABLE

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-4268316-1502506899/watcher-4268316-1502506899 -o /tmp/evaluation-result-4268316-1502506899/solver-4268316-1502506899 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502500348-1544 --watchdog 2580 cosoco -lc -model -restarts HOME/instance-4268316-1502506899.xml 

pid=4846
running on 4 cores: 1,3,5,7

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: 1.75 1.96 1.88 3/185 4849
/proc/meminfo: memFree=31078828/32770624 swapFree=0/477480
[pid=4849] ppid=4846 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/4849/stat : 4849 (runsolver) D 4846 4849 1478 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 92601099 24240128 106 18446744073709551615 4194304 4338465 140720934639856 140720934637496 140042100835031 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 28184576 140720934641858 140720934642249 140720934642249 140720934645706 0
/proc/4849/statm: 5918 106 53 36 0 2156 0

[startup+0.100161 s]
/proc/loadavg: 1.75 1.96 1.88 3/185 4849
/proc/meminfo: memFree=31078828/32770624 swapFree=0/477480
[pid=4849] ppid=4846 vsize=34764 CPUtime=0.03 cores=1,3,5,7
/proc/4849/stat : 4849 (cosoco) R 4846 4849 1478 0 -1 4202496 3009 0 0 0 3 0 0 0 20 0 1 0 92601099 35598336 2812 18446744073709551615 4194304 5972588 140735742507072 140735742503720 5322864 0 0 1 8405026 0 0 0 17 3 0 0 6 0 0 8070896 8075904 39215104 140735742513646 140735742513741 140735742513741 140735742517198 0
/proc/4849/statm: 8691 2812 802 435 0 2054 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 34764

[startup+0.20023 s]
/proc/loadavg: 1.75 1.96 1.88 3/185 4849
/proc/meminfo: memFree=31078828/32770624 swapFree=0/477480
[pid=4849] ppid=4846 vsize=35952 CPUtime=0.13 cores=1,3,5,7
/proc/4849/stat : 4849 (cosoco) R 4846 4849 1478 0 -1 4202496 3321 0 0 0 13 0 0 0 20 0 1 0 92601099 36814848 3142 18446744073709551615 4194304 5972588 140735742507072 140735742503720 5099648 0 0 1 8405026 0 0 0 17 3 0 0 6 0 0 8070896 8075904 39215104 140735742513646 140735742513741 140735742513741 140735742517198 0
/proc/4849/statm: 8988 3142 837 435 0 2351 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 35952

[startup+0.300236 s]
/proc/loadavg: 1.75 1.96 1.88 3/185 4849
/proc/meminfo: memFree=31078828/32770624 swapFree=0/477480
[pid=4849] ppid=4846 vsize=35952 CPUtime=0.23 cores=1,3,5,7
/proc/4849/stat : 4849 (cosoco) R 4846 4849 1478 0 -1 4202496 3327 0 0 0 23 0 0 0 20 0 1 0 92601099 36814848 3142 18446744073709551615 4194304 5972588 140735742507072 140735742503720 5099648 0 0 1 8405026 0 0 0 17 3 0 0 6 0 0 8070896 8075904 39215104 140735742513646 140735742513741 140735742513741 140735742517198 0
/proc/4849/statm: 8988 3142 837 435 0 2351 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 35952

[startup+0.700216 s]
/proc/loadavg: 1.75 1.96 1.88 3/185 4849
/proc/meminfo: memFree=31078828/32770624 swapFree=0/477480
[pid=4849] ppid=4846 vsize=35952 CPUtime=0.63 cores=1,3,5,7
/proc/4849/stat : 4849 (cosoco) R 4846 4849 1478 0 -1 4202496 3328 0 0 0 63 0 0 0 20 0 1 0 92601099 36814848 3142 18446744073709551615 4194304 5972588 140735742507072 140735742503720 5053069 0 0 1 8405026 0 0 0 17 3 0 0 6 0 0 8070896 8075904 39215104 140735742513646 140735742513741 140735742513741 140735742517198 0
/proc/4849/statm: 8988 3142 837 435 0 2351 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 35952

[startup+1.50022 s]
/proc/loadavg: 1.75 1.96 1.88 3/186 4850
/proc/meminfo: memFree=31069664/32770624 swapFree=0/477484
[pid=4849] ppid=4846 vsize=35952 CPUtime=1.43 cores=1,3,5,7
/proc/4849/stat : 4849 (cosoco) R 4846 4849 1478 0 -1 4202496 3329 0 0 0 143 0 0 0 20 0 1 0 92601099 36814848 3142 18446744073709551615 4194304 5972588 140735742507072 140735742504376 5099648 0 0 1 8405026 0 0 0 17 3 0 0 6 0 0 8070896 8075904 39215104 140735742513646 140735742513741 140735742513741 140735742517198 0
/proc/4849/statm: 8988 3142 837 435 0 2351 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 35952

[startup+3.10022 s]
/proc/loadavg: 1.75 1.96 1.88 3/186 4851
/proc/meminfo: memFree=31069292/32770624 swapFree=0/477484
[pid=4849] ppid=4846 vsize=35952 CPUtime=3.03 cores=1,3,5,7
/proc/4849/stat : 4849 (cosoco) R 4846 4849 1478 0 -1 4202496 3811 0 0 0 303 0 0 0 20 0 1 0 92601099 36814848 3170 18446744073709551615 4194304 5972588 140735742507072 140735742504376 4965382 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 39215104 140735742513646 140735742513741 140735742513741 140735742517198 0
/proc/4849/statm: 8988 3170 844 435 0 2351 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 35952

[startup+6.30022 s]
/proc/loadavg: 1.77 1.96 1.88 3/186 4851
/proc/meminfo: memFree=31069348/32770624 swapFree=0/477476
[pid=4849] ppid=4846 vsize=35952 CPUtime=6.23 cores=1,3,5,7
/proc/4849/stat : 4849 (cosoco) R 4846 4849 1478 0 -1 4202496 4394 0 0 0 623 0 0 0 20 0 1 0 92601099 36814848 3172 18446744073709551615 4194304 5972588 140735742507072 140735742504376 5099648 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 39215104 140735742513646 140735742513741 140735742513741 140735742517198 0
/proc/4849/statm: 8988 3172 844 435 0 2351 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 35952

[startup+12.7002 s]
/proc/loadavg: 1.78 1.96 1.88 3/186 4851
/proc/meminfo: memFree=31069132/32770624 swapFree=0/477476
[pid=4849] ppid=4846 vsize=35952 CPUtime=12.63 cores=1,3,5,7
/proc/4849/stat : 4849 (cosoco) R 4846 4849 1478 0 -1 4202496 4954 0 0 0 1263 0 0 0 20 0 1 0 92601099 36814848 3173 18446744073709551615 4194304 5972588 140735742507072 140735742504376 5010176 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 39215104 140735742513646 140735742513741 140735742513741 140735742517198 0
/proc/4849/statm: 8988 3173 844 435 0 2351 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 35952

[startup+25.5003 s]
/proc/loadavg: 1.83 1.96 1.88 3/186 4851
/proc/meminfo: memFree=31069132/32770624 swapFree=0/477468
[pid=4849] ppid=4846 vsize=35952 CPUtime=25.43 cores=1,3,5,7
/proc/4849/stat : 4849 (cosoco) R 4846 4849 1478 0 -1 4202496 5971 0 0 0 2543 0 0 0 20 0 1 0 92601099 36814848 3179 18446744073709551615 4194304 5972588 140735742507072 140735742504376 5099648 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 39215104 140735742513646 140735742513741 140735742513741 140735742517198 0
/proc/4849/statm: 8988 3179 844 435 0 2351 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 35952

[startup+51.1002 s]
/proc/loadavg: 1.89 1.96 1.89 3/186 4912
/proc/meminfo: memFree=31151176/32770624 swapFree=0/477488
[pid=4849] ppid=4846 vsize=35952 CPUtime=51.02 cores=1,3,5,7
/proc/4849/stat : 4849 (cosoco) R 4846 4849 1478 0 -1 4202496 6499 0 0 0 5102 0 0 0 20 0 1 0 92601099 36814848 3179 18446744073709551615 4194304 5972588 140735742507072 140735742504376 5099648 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 39215104 140735742513646 140735742513741 140735742513741 140735742517198 0
/proc/4849/statm: 8988 3179 844 435 0 2351 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 35952

[startup+102.3 s]
/proc/loadavg: 1.95 1.97 1.89 3/186 4914
/proc/meminfo: memFree=31151052/32770624 swapFree=0/477484
[pid=4849] ppid=4846 vsize=35952 CPUtime=102.23 cores=1,3,5,7
/proc/4849/stat : 4849 (cosoco) R 4846 4849 1478 0 -1 4202496 6940 0 0 0 10223 0 0 0 20 0 1 0 92601099 36814848 3179 18446744073709551615 4194304 5972588 140735742507072 140735742504376 5099648 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 39215104 140735742513646 140735742513741 140735742513741 140735742517198 0
/proc/4849/statm: 8988 3179 844 435 0 2351 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 35952

[startup+162.3 s]
/proc/loadavg: 1.98 1.97 1.90 3/188 4930
/proc/meminfo: memFree=31146300/32770624 swapFree=0/477484
[pid=4849] ppid=4846 vsize=35952 CPUtime=162.24 cores=1,3,5,7
/proc/4849/stat : 4849 (cosoco) R 4846 4849 1478 0 -1 4202496 7370 0 0 0 16223 1 0 0 20 0 1 0 92601099 36814848 3179 18446744073709551615 4194304 5972588 140735742507072 140735742504376 5320427 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 39215104 140735742513646 140735742513741 140735742513741 140735742517198 0
/proc/4849/statm: 8988 3179 844 435 0 2351 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 35952

[startup+222.306 s]
/proc/loadavg: 2.12 2.02 1.92 3/188 4932
/proc/meminfo: memFree=31146792/32770624 swapFree=0/477492
[pid=4849] ppid=4846 vsize=35952 CPUtime=222.25 cores=1,3,5,7
/proc/4849/stat : 4849 (cosoco) R 4846 4849 1478 0 -1 4202496 7787 0 0 0 22224 1 0 0 20 0 1 0 92601099 36814848 3181 18446744073709551615 4194304 5972588 140735742507072 140735742504376 5099648 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 39215104 140735742513646 140735742513741 140735742513741 140735742517198 0
/proc/4849/statm: 8988 3181 844 435 0 2351 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 35952

[startup+282.3 s]
/proc/loadavg: 2.04 2.02 1.92 3/185 4935
/proc/meminfo: memFree=31150120/32770624 swapFree=0/477500
[pid=4849] ppid=4846 vsize=36088 CPUtime=282.25 cores=1,3,5,7
/proc/4849/stat : 4849 (cosoco) R 4846 4849 1478 0 -1 4202496 7812 0 0 0 28224 1 0 0 20 0 1 0 92601099 36954112 3186 18446744073709551615 4194304 5972588 140735742507072 140735742504376 5099648 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 39215104 140735742513646 140735742513741 140735742513741 140735742517198 0
/proc/4849/statm: 9022 3186 845 435 0 2385 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 36088

[startup+342.3 s]
/proc/loadavg: 2.02 2.01 1.93 3/186 4938
/proc/meminfo: memFree=31150112/32770624 swapFree=0/477508
[pid=4849] ppid=4846 vsize=36088 CPUtime=342.26 cores=1,3,5,7
/proc/4849/stat : 4849 (cosoco) R 4846 4849 1478 0 -1 4202496 8239 0 0 0 34225 1 0 0 20 0 1 0 92601099 36954112 3189 18446744073709551615 4194304 5972588 140735742507072 140735742504376 5094096 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 39215104 140735742513646 140735742513741 140735742513741 140735742517198 0
/proc/4849/statm: 9022 3189 845 435 0 2385 0
Current children cumulated CPU time (s) 342.26
Current children cumulated vsize (KiB) 36088

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

[startup+345.6 s]
/proc/loadavg: 2.01 2.01 1.93 3/186 4938
/proc/meminfo: memFree=31150128/32770624 swapFree=0/477528
[pid=4849] ppid=4846 vsize=36088 CPUtime=345.56 cores=1,3,5,7
/proc/4849/stat : 4849 (cosoco) R 4846 4849 1478 0 -1 4202496 8239 0 0 0 34555 1 0 0 20 0 1 0 92601099 36954112 3189 18446744073709551615 4194304 5972588 140735742507072 140735742504376 5010848 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 39215104 140735742513646 140735742513741 140735742513741 140735742517198 0
/proc/4849/statm: 9022 3189 845 435 0 2385 0
Current children cumulated CPU time (s) 345.56
Current children cumulated vsize (KiB) 36088

[startup+348.806 s]
/proc/loadavg: 2.01 2.01 1.93 3/186 4938
/proc/meminfo: memFree=31150252/32770624 swapFree=0/477528
[pid=4849] ppid=4846 vsize=36088 CPUtime=348.76 cores=1,3,5,7
/proc/4849/stat : 4849 (cosoco) R 4846 4849 1478 0 -1 4202496 8239 0 0 0 34875 1 0 0 20 0 1 0 92601099 36954112 3189 18446744073709551615 4194304 5972588 140735742507072 140735742504376 5099648 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 39215104 140735742513646 140735742513741 140735742513741 140735742517198 0
/proc/4849/statm: 9022 3189 845 435 0 2385 0
Current children cumulated CPU time (s) 348.76
Current children cumulated vsize (KiB) 36088

[startup+350.4 s]
/proc/loadavg: 2.01 2.01 1.93 3/186 4938
/proc/meminfo: memFree=31150252/32770624 swapFree=0/477528
[pid=4849] ppid=4846 vsize=36088 CPUtime=350.36 cores=1,3,5,7
/proc/4849/stat : 4849 (cosoco) R 4846 4849 1478 0 -1 4202496 8239 0 0 0 35035 1 0 0 20 0 1 0 92601099 36954112 3189 18446744073709551615 4194304 5972588 140735742507072 140735742504376 5099648 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 39215104 140735742513646 140735742513741 140735742513741 140735742517198 0
/proc/4849/statm: 9022 3189 845 435 0 2385 0
Current children cumulated CPU time (s) 350.36
Current children cumulated vsize (KiB) 36088

[startup+351.2 s]
/proc/loadavg: 2.01 2.01 1.93 3/186 4938
/proc/meminfo: memFree=31150252/32770624 swapFree=0/477528
[pid=4849] ppid=4846 vsize=36088 CPUtime=351.16 cores=1,3,5,7
/proc/4849/stat : 4849 (cosoco) R 4846 4849 1478 0 -1 4202496 8239 0 0 0 35115 1 0 0 20 0 1 0 92601099 36954112 3189 18446744073709551615 4194304 5972588 140735742507072 140735742504376 5053069 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 39215104 140735742513646 140735742513741 140735742513741 140735742517198 0
/proc/4849/statm: 9022 3189 845 435 0 2385 0
Current children cumulated CPU time (s) 351.16
Current children cumulated vsize (KiB) 36088

[startup+351.6 s]
/proc/loadavg: 2.01 2.01 1.93 3/186 4938
/proc/meminfo: memFree=31150252/32770624 swapFree=0/477528
[pid=4849] ppid=4846 vsize=36088 CPUtime=351.56 cores=1,3,5,7
/proc/4849/stat : 4849 (cosoco) R 4846 4849 1478 0 -1 4202496 8239 0 0 0 35155 1 0 0 20 0 1 0 92601099 36954112 3189 18446744073709551615 4194304 5972588 140735742507072 140735742504376 5322944 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 39215104 140735742513646 140735742513741 140735742513741 140735742517198 0
/proc/4849/statm: 9022 3189 845 435 0 2385 0
Current children cumulated CPU time (s) 351.56
Current children cumulated vsize (KiB) 36088

[startup+351.8 s]
/proc/loadavg: 2.01 2.01 1.93 3/186 4938
/proc/meminfo: memFree=31150252/32770624 swapFree=0/477528
[pid=4849] ppid=4846 vsize=36088 CPUtime=351.76 cores=1,3,5,7
/proc/4849/stat : 4849 (cosoco) R 4846 4849 1478 0 -1 4202496 8239 0 0 0 35175 1 0 0 20 0 1 0 92601099 36954112 3189 18446744073709551615 4194304 5972588 140735742507072 140735742504376 5322967 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 39215104 140735742513646 140735742513741 140735742513741 140735742517198 0
/proc/4849/statm: 9022 3189 845 435 0 2385 0
Current children cumulated CPU time (s) 351.76
Current children cumulated vsize (KiB) 36088

[startup+351.9 s]
/proc/loadavg: 2.01 2.01 1.93 3/186 4938
/proc/meminfo: memFree=31150252/32770624 swapFree=0/477528
[pid=4849] ppid=4846 vsize=36088 CPUtime=351.86 cores=1,3,5,7
/proc/4849/stat : 4849 (cosoco) R 4846 4849 1478 0 -1 4202496 8239 0 0 0 35185 1 0 0 20 0 1 0 92601099 36954112 3189 18446744073709551615 4194304 5972588 140735742507072 140735742504376 5099648 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 39215104 140735742513646 140735742513741 140735742513741 140735742517198 0
/proc/4849/statm: 9022 3189 845 435 0 2385 0
Current children cumulated CPU time (s) 351.86
Current children cumulated vsize (KiB) 36088

Child status: 0
Real time (s): 351.966
CPU time (s): 351.927
CPU user time (s): 351.916
CPU system time (s): 0.011
CPU usage (%): 99.9889
Max. virtual memory (cumulated for all children) (KiB): 36088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 351.916
system time used= 0.011
maximum resident set size= 12824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8277
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= 7
involuntary context switches= 121

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.80452 second user time and 1.22618 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-12 04:47:44
IDJOB=4268316
IDBENCH=115707
IDSOLVER=2658
FILE ID=node135/4268316-1502506899
RUNJOBID= node135-1502500348-1544
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco 1.12
BENCH NAME= XCSP17/Scheduling/Scheduling-xcsp2-cabinet/Cabinet-5575_X2.xml
COMMAND LINE= cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4268316-1502506899/watcher-4268316-1502506899 -o /tmp/evaluation-result-4268316-1502506899/solver-4268316-1502506899 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502500348-1544 --watchdog 2580  cosoco -lc -model -restarts HOME/instance-4268316-1502506899.xml

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

MD5SUM BENCH= 947aaa5b42c66575ddcf4e155c683c91
RANDOM SEED=2061411473

node135.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.21
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.21
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.21
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.21
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:        31078828 kB
MemAvailable:   31897812 kB
Buffers:          301192 kB
Cached:           808584 kB
SwapCached:            0 kB
Active:           740284 kB
Inactive:         510880 kB
Active(anon):     141432 kB
Inactive(anon):    33140 kB
Active(file):     598852 kB
Inactive(file):   477740 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2456 kB
Writeback:             4 kB
AnonPages:        140856 kB
Mapped:            53296 kB
Shmem:             33464 kB
Slab:             144196 kB
SReclaimable:     116456 kB
SUnreclaim:        27740 kB
KernelStack:        3264 kB
PageTables:         5108 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     408316 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     86016 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 62028 MiB
End job on node135 at 2017-08-12 04:53:36