Trace number 4239812

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.1UNSAT 350.295 350.391

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.02	c intension x0 != x7  using generic constraint 
0.00/0.02	c intension x0 != x10  using generic constraint 
0.00/0.02	c intension x0 != x13  using generic constraint 
0.00/0.03	c intension x1 != x8  using generic constraint 
0.00/0.03	c intension x1 != x10  using generic constraint 
0.00/0.03	c intension x2 != x10  using generic constraint 
0.00/0.03	c intension x3 != x9  using generic constraint 
0.00/0.03	c intension x4 != x7  using generic constraint 
0.00/0.03	c intension x4 != x9  using generic constraint 
0.00/0.04	c intension x4 != x10  using generic constraint 
0.00/0.04	c intension x4 != x13  using generic constraint 
0.00/0.04	c intension x5 != x13  using generic constraint 
0.00/0.04	c intension x7 != x8  using generic constraint 
0.00/0.07	c root propagations     : 274176      
0.00/0.07	c restarts enabled, print stats at every restarts
0.00/0.07	c
0.00/0.07	c
0.00/0.07	c
0.00/0.07	c This is cosoco 1.0 --  
0.00/0.07	c
0.00/0.07	c ========================================[ Problem Statistics ]===========================================
0.00/0.07	c |                                                                                                       
0.00/0.07	c |  Parse time        :         0.05 s 
0.00/0.07	c |
0.00/0.07	c |               Variables: 120
0.00/0.07	c |            Domain Sizes: 2..84591
0.00/0.07	c |
0.00/0.07	c |             Constraints: 126
0.00/0.07	c |                   Arity: 1..15  -- Unary: 7  -- Binary: 111
0.00/0.07	c | 
0.00/0.07	c |                   Types: 
0.00/0.07	c |                          (X != Y): 13
0.00/0.07	c |                          Extension: 98  (nb tuples: 7..7) -- (shared: 4)
0.00/0.07	c |                          Intension: 7
0.00/0.07	c |                          Minimum Variable: 1
0.00/0.07	c |                          Sum: 7
0.00/0.07	c |                          
0.00/0.07	c =========================================================================================================
0.00/0.07	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth
0.19/0.22	c 101            1471           22672          2749737        27             0              56   103   76  
0.39/0.44	c 211            3438           53550          7580346        27             0              28   102   60  
0.39/0.47	c 332            3743           56405          7792766        27             0              52   86   53   
0.49/0.50	c 465            4027           58649          7931755        27             0              54   79   54   
0.49/0.56	c 611            4532           62305          8249704        27             0              29   71   31   
0.59/0.61	c 771            4692           62973          8252758        28             0              1   1   0      
0.59/0.67	c 947            4868           63677          8256102        28             0              1   1   0      
0.69/0.74	c 1140           5061           64483          8259787        28             0              1   1   0      
0.79/0.81	c 1352           5273           67411          8264518        28             0              1   1   0      
0.89/0.92	c 1585           5506           74610          8270974        28             0              1   1   0      
0.99/1.04	c 1841           5762           82185          8277164        28             0              1   1   0      
1.09/1.16	c 2122           6043           90183          8283325        28             0              1   1   0      
1.20/1.28	c 2431           6352           98625          8289394        28             0              1   1   0      
1.39/1.42	c 2770           6691           107096         8624753        28             0              1   1   0      
1.59/1.62	c 3142           7063           114164         10708325       28             0              1   1   0      
1.79/1.83	c 3551           7472           121935         12999134       28             0              1   1   0      
1.89/1.98	c 4000           7921           132411         13340251       28             0              1   1   0      
2.09/2.15	c 4493           8734           147945         13883986       28             0              1   74   5     
2.29/2.36	c 5035           10426          169624         16436992       28             0              49   93   55   
2.69/2.75	c 5631           15300          223097         22612918       28             0              41   91   53   
2.89/2.95	c 6286           16620          239719         24353791       28             0              49   65   51   
3.09/3.15	c 7006           17340          242599         24365311       28             0              1   1   0      
3.39/3.50	c 7798           21988          291292         29792048       28             0              1   93   54    
3.69/3.79	c 8669           25598          329123         34491943       28             0              33   72   43   
4.09/4.15	c 9627           30991          391510         41079980       28             0              57   99   82   
4.79/4.86	c 10680          42509          495314         52918322       28             0              41   78   62   
5.29/5.30	c 11838          45616          533949         57595828       28             0              43   90   47   
5.49/5.55	c 13111          47571          552334         59302356       28             0              47   66   52   
6.29/6.34	c 14511          53809          649301         72220120       28             0              1   92   52    
7.19/7.22	c 16051          62091          765337         86758042       28             0              40   91   64   
7.89/7.93	c 17745          69819          872852         100128925      28             0              40   96   75   
8.09/8.16	c 19608          71756          911057         102176689      28             0              59   75   58   
8.89/8.96	c 21657          77812          991336         112140082      28             0              1   97   35    
9.69/9.77	c 23910          81972          1045458        119550129      28             0              1   71   24    
10.49/10.56	c 26388          84450          1096310        120254119      28             0              1   1   0      
12.09/12.20	c 29113          94820          1298655        146220935      28             0              1   74   35    
13.69/13.70	c 32110          104805         1496244        174592011      28             0              48   98   57   
14.39/14.43	c 35406          108588         1565072        180111481      28             0              45   71   57   
15.19/15.25	c 39031          112684         1634491        183828650      28             0              40   69   54   
15.99/16.04	c 43018          118697         1736888        194932079      28             0              23   89   78   
17.38/17.42	c 47403          126343         1866529        206574413      28             0              1   87   39    
19.28/19.33	c 52226          144542         2158331        236492748      28             0              34   80   64   
20.38/20.49	c 57531          152630         2343012        247552877      28             0              1   78   58    
22.28/22.31	c 63366          162655         2625054        270278796      28             0              49   88   51   
23.88/23.93	c 69784          184577         2970536        287229258      28             0              1   90   61    
25.58/25.65	c 76843          192095         3162417        301590436      28             0              47   81   50   
28.38/28.44	c 84607          228866         3715662        334345862      28             0              31   90   62   
30.08/30.16	c 93147          238857         3937588        352446873      28             0              42   87   59   
32.88/32.95	c 102541         276961         4507783        388551858      28             0              19   90   67   
34.88/34.93	c 112874         288572         4766482        413696503      30             0              1   90   69    
39.98/40.02	c 124240         323057         5464406        489737406      30             0              50   87   64   
42.38/42.41	c 136742         347064         5841276        520094477      30             0              37   89   63   
45.48/45.51	c 150494         372341         6248257        556659946      30             0              23   89   59   
48.08/48.11	c 165621         389284         6557199        595010204      30             0              42   87   66   
53.17/53.21	c 182260         432546         7315976        651224380      30             0              19   82   57   
58.67/58.76	c 200562         515283         8349014        709859574      30             0              39   82   69   
61.87/61.99	c 220694         551608         8861310        751205575      30             0              1   90   65    
67.77/67.84	c 242839         577167         9524580        814167647      30             0              21   89   47   
71.67/71.71	c 267198         603575         9965303        864222482      30             0              42   89   69   
76.27/76.39	c 293992         640103         10646170       924695313      30             0              32   90   61   
81.87/81.95	c 323465         673511         11279342       995718713      30             0              24   90   68   
86.77/86.81	c 355885         711210         11969451       1047517082     30             0              41   90   68   
92.06/92.14	c 391547         753681         12705492       1107035928     32             0              1   89   70    
97.26/97.36	c 430775         800125         13405777       1157733638     32             0              1   88   64    
104.26/104.30	c 473925         860831         14430108       1245748998     32             0              47   88   69   
113.96/114.06	c 521390         929817         15614428       1368821752     32             0              1   89   68    
122.56/122.69	c 573601         988644         16618795       1457711699     32             0              1   88   65    
134.55/134.60	c 631033         1070143        18402506       1637132050     32             0              40   89   64   
148.25/148.32	c 694208         1190320        20428906       1805028548     32             0              19   89   63   
162.75/162.81	c 763700         1274057        22731609       1980168110     32             0              17   88   54   
177.54/177.61	c 840141         1364067        24516188       2166728008     32             0              35   88   62   
194.04/194.14	c 924226         1463605        26742867       2388789785     32             0              25   88   62   
212.13/212.26	c 1016719        1617698        29323236       2600837338     32             0              1   87   63    
229.23/229.32	c 1118461        1746777        31537381       2815341332     32             0              19   88   64   
251.83/251.95	c 1230377        1896138        34628454       3107820595     32             0              16   88   63   
275.31/275.43	c 1353484        2041696        37860297       3431583651     32             0              1   89   62    
302.21/302.39	c 1488901        2225330        41782857       3796799366     32             0              14   89   63   
335.90/336.07	c 1637859        2485081        46887730       4281217671     41             0              1   88   59    
350.19/350.39	c restarts              : 78          
350.19/350.39	c conflicts             : 1703246      (4862 /sec)
350.19/350.39	c decisions             : 2582806      (7373 /sec)
350.19/350.39	c propagations          : 4469384488  (12759138 /sec)
350.19/350.39	c root propagations     : 274176      
350.19/350.39	c filter calls          : 48902858       (139607 /sec)
350.19/350.39	c useless filter calls  : 32351657       (66 %)
350.19/350.39	c Memory used           : 35.24 MB
350.19/350.39	c CPU time              : 350.289 s
350.19/350.39	
350.19/350.39	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-4239812-1500623782/watcher-4239812-1500623782 -o /tmp/evaluation-result-4239812-1500623782/solver-4239812-1500623782 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node128-1500623778-3172 --watchdog 2560 HOME/cosoco -lc -model -restarts HOME/instance-4239812-1500623782.xml 

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

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: 0.00 0.01 0.05 2/180 3308
/proc/meminfo: memFree=30224776/32770624 swapFree=6204/1824892
[pid=3308] ppid=3305 vsize=28224 CPUtime=0 cores=1,3,5,7
/proc/3308/stat : 3308 (cosoco) R 3305 3308 3140 0 -1 4202496 1221 0 0 0 0 0 0 0 20 0 1 0 15654478 28901376 1030 33554432000 4194304 5970956 140733452386608 140733452383256 5125629 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 8070896 8075904 31072256 140733452395713 140733452395843 140733452395843 140733452398542 0
/proc/3308/statm: 7056 1030 682 434 0 420 0

[startup+0.100157 s]
/proc/loadavg: 0.00 0.01 0.05 2/180 3308
/proc/meminfo: memFree=30224776/32770624 swapFree=6204/1824892
[pid=3308] ppid=3305 vsize=35944 CPUtime=0.09 cores=1,3,5,7
/proc/3308/stat : 3308 (cosoco) R 3305 3308 3140 0 -1 4202496 3312 0 0 0 9 0 0 0 20 0 1 0 15654478 36806656 3142 33554432000 4194304 5970956 140733452386608 140733452383656 5108593 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 31072256 140733452395713 140733452395843 140733452395843 140733452398542 0
/proc/3308/statm: 8986 3142 833 434 0 2350 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35944

[startup+0.200327 s]
/proc/loadavg: 0.00 0.01 0.05 2/180 3308
/proc/meminfo: memFree=30224776/32770624 swapFree=6204/1824892
[pid=3308] ppid=3305 vsize=35944 CPUtime=0.19 cores=1,3,5,7
/proc/3308/stat : 3308 (cosoco) R 3305 3308 3140 0 -1 4202496 3315 0 0 0 19 0 0 0 20 0 1 0 15654478 36806656 3142 33554432000 4194304 5970956 140733452386608 140733452383656 5098928 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 31072256 140733452395713 140733452395843 140733452395843 140733452398542 0
/proc/3308/statm: 8986 3142 833 434 0 2350 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 35944

[startup+0.300243 s]
/proc/loadavg: 0.00 0.01 0.05 2/180 3308
/proc/meminfo: memFree=30224776/32770624 swapFree=6204/1824892
[pid=3308] ppid=3305 vsize=35944 CPUtime=0.29 cores=1,3,5,7
/proc/3308/stat : 3308 (cosoco) R 3305 3308 3140 0 -1 4202496 3321 0 0 0 29 0 0 0 20 0 1 0 15654478 36806656 3142 33554432000 4194304 5970956 140733452386608 140733452383944 5098928 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 31072256 140733452395713 140733452395843 140733452395843 140733452398542 0
/proc/3308/statm: 8986 3142 833 434 0 2350 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35944

[startup+0.700215 s]
/proc/loadavg: 0.00 0.01 0.05 2/180 3308
/proc/meminfo: memFree=30224776/32770624 swapFree=6204/1824892
[pid=3308] ppid=3305 vsize=35944 CPUtime=0.69 cores=1,3,5,7
/proc/3308/stat : 3308 (cosoco) R 3305 3308 3140 0 -1 4202496 3323 0 0 0 69 0 0 0 20 0 1 0 15654478 36806656 3142 33554432000 4194304 5970956 140733452386608 140733452383944 5322288 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 31072256 140733452395713 140733452395843 140733452395843 140733452398542 0
/proc/3308/statm: 8986 3142 833 434 0 2350 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35944

[startup+1.50021 s]
/proc/loadavg: 0.00 0.01 0.05 2/181 3309
/proc/meminfo: memFree=30215568/32770624 swapFree=6204/1824892
[pid=3308] ppid=3305 vsize=35944 CPUtime=1.49 cores=1,3,5,7
/proc/3308/stat : 3308 (cosoco) R 3305 3308 3140 0 -1 4202496 3324 0 0 0 149 0 0 0 20 0 1 0 15654478 36806656 3142 33554432000 4194304 5970956 140733452386608 140733452383944 5098928 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 31072256 140733452395713 140733452395843 140733452395843 140733452398542 0
/proc/3308/statm: 8986 3142 833 434 0 2350 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 35944

[startup+3.10021 s]
/proc/loadavg: 0.08 0.03 0.05 2/181 3309
/proc/meminfo: memFree=30215304/32770624 swapFree=6204/1824892
[pid=3308] ppid=3305 vsize=35944 CPUtime=3.09 cores=1,3,5,7
/proc/3308/stat : 3308 (cosoco) R 3305 3308 3140 0 -1 4202496 3808 0 0 0 309 0 0 0 20 0 1 0 15654478 36806656 3165 33554432000 4194304 5970956 140733452386608 140733452383944 4909022 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 31072256 140733452395713 140733452395843 140733452395843 140733452398542 0
/proc/3308/statm: 8986 3165 838 434 0 2350 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 35944

[startup+6.30021 s]
/proc/loadavg: 0.08 0.03 0.05 2/181 3309
/proc/meminfo: memFree=30214228/32770624 swapFree=6204/1824532
[pid=3308] ppid=3305 vsize=35944 CPUtime=6.29 cores=1,3,5,7
/proc/3308/stat : 3308 (cosoco) R 3305 3308 3140 0 -1 4202496 4379 0 0 0 629 0 0 0 20 0 1 0 15654478 36806656 3167 33554432000 4194304 5970956 140733452386608 140733452383944 5038451 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 31072256 140733452395713 140733452395843 140733452395843 140733452398542 0
/proc/3308/statm: 8986 3167 838 434 0 2350 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 35944

[startup+12.7002 s]
/proc/loadavg: 0.22 0.06 0.06 3/187 3385
/proc/meminfo: memFree=30181872/32770624 swapFree=6204/1831560
[pid=3308] ppid=3305 vsize=35944 CPUtime=12.69 cores=1,3,5,7
/proc/3308/stat : 3308 (cosoco) R 3305 3308 3140 0 -1 4202496 4842 0 0 0 1269 0 0 0 20 0 1 0 15654478 36806656 3168 33554432000 4194304 5970956 140733452386608 140733452383944 5039272 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 31072256 140733452395713 140733452395843 140733452395843 140733452398542 0
/proc/3308/statm: 8986 3168 838 434 0 2350 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 35944

[startup+25.5003 s]
/proc/loadavg: 0.50 0.13 0.08 2/181 3434
/proc/meminfo: memFree=30206492/32770624 swapFree=6204/1830128
[pid=3308] ppid=3305 vsize=35944 CPUtime=25.48 cores=1,3,5,7
/proc/3308/stat : 3308 (cosoco) R 3305 3308 3140 0 -1 4202496 5682 0 0 0 2548 0 0 0 20 0 1 0 15654478 36806656 3174 33554432000 4194304 5970956 140733452386608 140733452383944 5098928 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 31072256 140733452395713 140733452395843 140733452395843 140733452398542 0
/proc/3308/statm: 8986 3174 838 434 0 2350 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 35944

[startup+51.1003 s]
/proc/loadavg: 1.13 0.31 0.14 3/187 3937
/proc/meminfo: memFree=30195832/32770624 swapFree=6204/1830060
[pid=3308] ppid=3305 vsize=35944 CPUtime=51.07 cores=1,3,5,7
/proc/3308/stat : 3308 (cosoco) R 3305 3308 3140 0 -1 4202496 6151 0 0 0 5107 0 0 0 20 0 1 0 15654478 36806656 3174 33554432000 4194304 5970956 140733452386608 140733452383944 5322311 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 31072256 140733452395713 140733452395843 140733452395843 140733452398542 0
/proc/3308/statm: 8986 3174 838 434 0 2350 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 35944

[startup+102.3 s]
/proc/loadavg: 1.65 0.59 0.25 3/187 3939
/proc/meminfo: memFree=30194820/32770624 swapFree=6204/1830152
[pid=3308] ppid=3305 vsize=35944 CPUtime=102.27 cores=1,3,5,7
/proc/3308/stat : 3308 (cosoco) R 3305 3308 3140 0 -1 4202496 6586 0 0 0 10227 0 0 0 20 0 1 0 15654478 36806656 3174 33554432000 4194304 5970956 140733452386608 140733452383944 5052093 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 31072256 140733452395713 140733452395843 140733452395843 140733452398542 0
/proc/3308/statm: 8986 3174 838 434 0 2350 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 35944

[startup+162.3 s]
/proc/loadavg: 1.87 0.85 0.36 3/187 3940
/proc/meminfo: memFree=30194020/32770624 swapFree=6204/1830232
[pid=3308] ppid=3305 vsize=35944 CPUtime=162.24 cores=1,3,5,7
/proc/3308/stat : 3308 (cosoco) R 3305 3308 3140 0 -1 4202496 7012 0 0 0 16224 0 0 0 20 0 1 0 15654478 36806656 3174 33554432000 4194304 5970956 140733452386608 140733452383944 5098928 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 31072256 140733452395713 140733452395843 140733452395843 140733452398542 0
/proc/3308/statm: 8986 3174 838 434 0 2350 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 35944

[startup+222.306 s]
/proc/loadavg: 1.95 1.06 0.46 3/188 3949
/proc/meminfo: memFree=30192092/32770624 swapFree=6204/1830292
[pid=3308] ppid=3305 vsize=35944 CPUtime=222.23 cores=1,3,5,7
/proc/3308/stat : 3308 (cosoco) R 3305 3308 3140 0 -1 4202496 7425 0 0 0 22223 0 0 0 20 0 1 0 15654478 36806656 3176 33554432000 4194304 5970956 140733452386608 140733452383944 5069728 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 31072256 140733452395713 140733452395843 140733452395843 140733452398542 0
/proc/3308/statm: 8986 3176 838 434 0 2350 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 35944

[startup+282.3 s]
/proc/loadavg: 1.98 1.23 0.56 3/188 3972
/proc/meminfo: memFree=30191144/32770624 swapFree=6204/1830352
[pid=3308] ppid=3305 vsize=36084 CPUtime=282.21 cores=1,3,5,7
/proc/3308/stat : 3308 (cosoco) R 3305 3308 3140 0 -1 4202496 7858 0 0 0 28221 0 0 0 20 0 1 0 15654478 36950016 3181 33554432000 4194304 5970956 140733452386608 140733452383944 4964355 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 31072256 140733452395713 140733452395843 140733452395843 140733452398542 0
/proc/3308/statm: 9021 3181 839 434 0 2385 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 36084

[startup+342.3 s]
/proc/loadavg: 1.99 1.37 0.65 3/188 3973
/proc/meminfo: memFree=30191180/32770624 swapFree=6204/1830408
[pid=3308] ppid=3305 vsize=36084 CPUtime=342.2 cores=1,3,5,7
/proc/3308/stat : 3308 (cosoco) R 3305 3308 3140 0 -1 4202496 8297 0 0 0 34220 0 0 0 20 0 1 0 15654478 36950016 3184 33554432000 4194304 5970956 140733452386608 140733452383944 4908979 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 31072256 140733452395713 140733452395843 140733452395843 140733452398542 0
/proc/3308/statm: 9021 3184 839 434 0 2385 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 36084

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

[startup+345.6 s]
/proc/loadavg: 1.99 1.37 0.65 3/188 3973
/proc/meminfo: memFree=30190124/32770624 swapFree=6204/1830416
[pid=3308] ppid=3305 vsize=36084 CPUtime=345.5 cores=1,3,5,7
/proc/3308/stat : 3308 (cosoco) R 3305 3308 3140 0 -1 4202496 8297 0 0 0 34550 0 0 0 20 0 1 0 15654478 36950016 3184 33554432000 4194304 5970956 140733452386608 140733452383944 5069712 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 31072256 140733452395713 140733452395843 140733452395843 140733452398542 0
/proc/3308/statm: 9021 3184 839 434 0 2385 0
Current children cumulated CPU time (s) 345.5
Current children cumulated vsize (KiB) 36084

[startup+348.806 s]
/proc/loadavg: 1.99 1.38 0.66 3/188 3973
/proc/meminfo: memFree=30190256/32770624 swapFree=6204/1830416
[pid=3308] ppid=3305 vsize=36084 CPUtime=348.7 cores=1,3,5,7
/proc/3308/stat : 3308 (cosoco) R 3305 3308 3140 0 -1 4202496 8297 0 0 0 34870 0 0 0 20 0 1 0 15654478 36950016 3184 33554432000 4194304 5970956 140733452386608 140733452383944 5098928 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 31072256 140733452395713 140733452395843 140733452395843 140733452398542 0
/proc/3308/statm: 9021 3184 839 434 0 2385 0
Current children cumulated CPU time (s) 348.7
Current children cumulated vsize (KiB) 36084

[startup+349.6 s]
/proc/loadavg: 1.99 1.38 0.66 3/188 3973
/proc/meminfo: memFree=30190256/32770624 swapFree=6204/1830416
[pid=3308] ppid=3305 vsize=36084 CPUtime=349.49 cores=1,3,5,7
/proc/3308/stat : 3308 (cosoco) R 3305 3308 3140 0 -1 4202496 8297 0 0 0 34949 0 0 0 20 0 1 0 15654478 36950016 3184 33554432000 4194304 5970956 140733452386608 140733452383944 5070112 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 31072256 140733452395713 140733452395843 140733452395843 140733452398542 0
/proc/3308/statm: 9021 3184 839 434 0 2385 0
Current children cumulated CPU time (s) 349.49
Current children cumulated vsize (KiB) 36084

[startup+350 s]
/proc/loadavg: 1.99 1.38 0.66 3/188 3973
/proc/meminfo: memFree=30190256/32770624 swapFree=6204/1830424
[pid=3308] ppid=3305 vsize=36084 CPUtime=349.89 cores=1,3,5,7
/proc/3308/stat : 3308 (cosoco) R 3305 3308 3140 0 -1 4202496 8297 0 0 0 34989 0 0 0 20 0 1 0 15654478 36950016 3184 33554432000 4194304 5970956 140733452386608 140733452383944 5319616 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 31072256 140733452395713 140733452395843 140733452395843 140733452398542 0
/proc/3308/statm: 9021 3184 839 434 0 2385 0
Current children cumulated CPU time (s) 349.89
Current children cumulated vsize (KiB) 36084

[startup+350.2 s]
/proc/loadavg: 1.99 1.38 0.66 3/188 3973
/proc/meminfo: memFree=30190256/32770624 swapFree=6204/1830424
[pid=3308] ppid=3305 vsize=36084 CPUtime=350.09 cores=1,3,5,7
/proc/3308/stat : 3308 (cosoco) R 3305 3308 3140 0 -1 4202496 8297 0 0 0 35009 0 0 0 20 0 1 0 15654478 36950016 3184 33554432000 4194304 5970956 140733452386608 140733452383944 5052080 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 31072256 140733452395713 140733452395843 140733452395843 140733452398542 0
/proc/3308/statm: 9021 3184 839 434 0 2385 0
Current children cumulated CPU time (s) 350.09
Current children cumulated vsize (KiB) 36084

[startup+350.3 s]
/proc/loadavg: 1.99 1.38 0.66 3/188 3973
/proc/meminfo: memFree=30190256/32770624 swapFree=6204/1830424
[pid=3308] ppid=3305 vsize=36084 CPUtime=350.19 cores=1,3,5,7
/proc/3308/stat : 3308 (cosoco) R 3305 3308 3140 0 -1 4202496 8297 0 0 0 35019 0 0 0 20 0 1 0 15654478 36950016 3184 33554432000 4194304 5970956 140733452386608 140733452383944 5093225 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 31072256 140733452395713 140733452395843 140733452395843 140733452398542 0
/proc/3308/statm: 9021 3184 839 434 0 2385 0
Current children cumulated CPU time (s) 350.19
Current children cumulated vsize (KiB) 36084

Child status: 0
Real time (s): 350.391
CPU time (s): 350.295
CPU user time (s): 350.289
CPU system time (s): 0.005998
CPU usage (%): 99.9726
Max. virtual memory (cumulated for all children) (KiB): 36084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 350.289
system time used= 0.005998
maximum resident set size= 12804
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8336
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= 9
involuntary context switches= 17803

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.803951 second user time and 1.21553 second system time

The end

Launcher Data

Begin job on node128 at 2017-07-21 09:56:22
IDJOB=4239812
IDBENCH=115707
IDSOLVER=2620
FILE ID=node128/4239812-1500623782
RUNJOBID= node128-1500623778-3172
PBS_JOBID= 20623005
Free space on /tmp= 62024 MiB

SOLVER NAME= cosoco 1.1
BENCH NAME= XCSP17/Scheduling/Scheduling-xcsp2-cabinet/Cabinet-5575_X2.xml
COMMAND LINE= DIR/cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4239812-1500623782/watcher-4239812-1500623782 -o /tmp/evaluation-result-4239812-1500623782/solver-4239812-1500623782 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node128-1500623778-3172 --watchdog 2560  HOME/cosoco -lc -model -restarts HOME/instance-4239812-1500623782.xml

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

MD5SUM BENCH= 947aaa5b42c66575ddcf4e155c683c91
RANDOM SEED=1978852581

node128.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	: 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.64
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		: 2400.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		: 1600.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.64
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	: 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		: 1600.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.64
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	: 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		: 1600.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.64
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	: 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:        30225328 kB
MemAvailable:   32015076 kB
Buffers:          154996 kB
Cached:          1914388 kB
SwapCached:            0 kB
Active:           289436 kB
Inactive:        1833724 kB
Active(anon):      56600 kB
Inactive(anon):     8832 kB
Active(file):     232836 kB
Inactive(file):  1824892 kB
Unevictable:        6204 kB
Mlocked:            6204 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2412 kB
Writeback:             0 kB
AnonPages:         59692 kB
Mapped:            32580 kB
Shmem:              8852 kB
Slab:             119944 kB
SReclaimable:      95712 kB
SUnreclaim:        24232 kB
KernelStack:        3216 kB
PageTables:         4752 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     308652 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 62020 MiB
End job on node128 at 2017-07-21 10:02:13