Trace number 4268315

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 301.043 301.14499

General information on the benchmark

NameScheduling/Scheduling-xcsp2-cabinet/
Cabinet-5567_X2.xml
MD5SUM8a6a7065f0b63cf63ee64db4f5edcf0c
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 benchmark0.67453802
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":5567,"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.08	c intension x0 != x7  using generic constraint 
0.00/0.08	c intension x0 != x10  using generic constraint 
0.00/0.08	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.09	c intension x3 != x9  using generic constraint 
0.00/0.09	c intension x4 != x7  using generic constraint 
0.00/0.09	c intension x4 != x9  using generic constraint 
0.00/0.09	c intension x4 != x10  using generic constraint 
0.00/0.09	c intension x4 != x13  using generic constraint 
0.00/0.09	c intension x5 != x13  using generic constraint 
0.00/0.09	c intension x7 != x8  using generic constraint 
0.02/0.11	c root propagations     : 274232      
0.02/0.11	c restarts enabled, print stats at every restarts
0.02/0.11	c
0.02/0.11	c
0.02/0.11	c
0.02/0.11	c This is cosoco 1.12 --  
0.02/0.11	c
0.02/0.11	c command line: cosoco -lc -model -restarts HOME/instance-4268315-1502506898.xml 
0.02/0.11	c ========================================[ Problem Statistics ]===========================================
0.02/0.11	c |                                                                                                       
0.02/0.11	c |  Parse time        :         0.03 s 
0.02/0.11	c |
0.02/0.11	c |               Variables: 120
0.02/0.11	c |            Domain Sizes: 2..84591
0.02/0.11	c |
0.02/0.11	c |             Constraints: 126
0.02/0.11	c |                   Arity: 1..15  -- Unary: 7  -- Binary: 111
0.02/0.11	c | 
0.02/0.11	c |                   Types: 
0.02/0.11	c |                          (X != Y): 13
0.02/0.11	c |                          Extension: 98  (nb tuples: 7..7) -- (shared: 4)
0.02/0.11	c |                          Intension: 7
0.02/0.11	c |                          Minimum Variable: 1
0.02/0.11	c |                          Sum: 7
0.02/0.11	c |                          
0.02/0.11	c =========================================================================================================
0.02/0.11	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth
0.12/0.23	c 101            1471           22672          2745897        27             0              56   103   76  
0.32/0.46	c 211            3438           53558          7574266        27             0              28   102   60  
0.32/0.49	c 332            3743           56422          7785660        27             0              52   86   53   
0.42/0.59	c 465            5277           74636          9700794        28             0              42   109   71  
0.62/0.78	c 611            7492           101927         13480141       28             0              34   72   51   
0.72/0.83	c 771            7652           102595         13483194       28             0              1   1   0      
0.72/0.89	c 947            7828           103299         13486538       28             0              1   1   0      
0.82/0.96	c 1140           8021           104105         13490223       28             0              1   1   0      
0.92/1.04	c 1352           8233           107033         13494954       28             0              1   1   0      
1.03/1.15	c 1585           8466           114232         13501410       28             0              1   1   0      
1.13/1.26	c 1841           8722           121807         13507600       28             0              1   1   0      
1.22/1.38	c 2122           9003           129805         13513761       28             0              1   1   0      
1.42/1.51	c 2431           9312           138247         13519830       28             0              1   1   0      
1.52/1.66	c 2770           9651           146718         13854717       28             0              1   1   0      
1.72/1.86	c 3142           10023          153786         15935313       28             0              1   1   0      
1.92/2.08	c 3551           10432          161557         18222850       28             0              1   1   0      
2.12/2.23	c 4000           10881          172033         18563487       28             0              1   1   0      
2.32/2.41	c 4493           11815          189467         19262905       28             0              1   90   5     
2.52/2.65	c 5035           13721          215023         22462562       28             0              43   91   61   
2.82/2.90	c 5631           16016          236926         24549451       28             0              1   67   9     
3.12/3.27	c 6286           19012          283203         29822107       28             0              1   62   23    
3.22/3.38	c 7006           19916          290180         30325939       28             0              44   55   44   
3.72/3.85	c 7798           23641          358310         38772747       28             0              1   56   36    
4.02/4.12	c 8669           25931          377393         40860737       28             0              27   73   29   
4.32/4.43	c 9627           27499          391066         42304271       28             0              1   63   6     
5.12/5.20	c 10680          38801          501138         56834499       28             0              29   66   55   
6.12/6.26	c 11838          59640          658828         77186437       28             0              30   84   61   
6.62/6.78	c 13111          65964          726061         86199892       28             0              47   63   52   
7.32/7.41	c 14511          71240          805219         97326245       28             0              44   90   57   
7.72/7.87	c 16051          75412          875404         106097686      28             0              41   93   69   
8.12/8.22	c 17745          77295          892400         106344388      28             0              55   90   55   
8.62/8.70	c 19608          80078          915895         107874621      28             0              1   69   26    
9.22/9.30	c 21657          82760          957638         109134443      28             0              37   68   37   
9.92/10.03	c 23910          85013          1004215        109443459      28             0              1   1   0      
10.82/10.96	c 26388          89562          1089674        117752278      28             0              1   72   23    
11.72/11.86	c 29113          96438          1204336        126665279      28             0              40   73   53   
12.52/12.64	c 32110          103164         1290301        137100999      28             0              39   73   56   
13.42/13.59	c 35406          112065         1407017        150553598      28             0              1   76   62    
14.32/14.45	c 39031          119463         1510982        161363335      28             0              39   99   58   
16.02/16.14	c 43018          133728         1747382        191367256      28             0              17   90   60   
17.72/17.80	c 47403          146076         1953570        217313774      28             0              1   72   56    
19.02/19.14	c 52226          154902         2122221        232894537      28             0              17   72   53   
20.62/20.74	c 57531          164504         2285793        251106369      28             0              39   86   60   
21.42/21.59	c 63366          172048         2386972        262601578      28             0              22   90   71   
23.62/23.77	c 69784          181858         2605517        290953304      28             0              44   89   50   
25.82/25.96	c 76843          193597         2868557        315427956      28             0              30   89   52   
28.31/28.49	c 84607          207286         3131288        342670091      28             0              1   79   36    
30.72/30.81	c 93147          223735         3422422        368269109      28             0              38   89   62   
33.02/33.17	c 102541         247796         3811214        401545735      28             0              30   89   63   
36.71/36.82	c 112874         261622         4279749        446272474      28             0              19   69   31   
39.21/39.37	c 124240         275953         4584726        485229542      30             0              1   89   67    
40.51/40.69	c 136742         293474         4741969        498293761      32             0              1   89   78    
43.81/43.96	c 150494         308082         5123146        529543024      32             0              42   86   61   
47.61/47.77	c 165621         335955         5792906        588149050      32             0              1   89   60    
49.81/49.99	c 182260         355769         6108287        613800615      32             0              28   89   67   
53.01/53.17	c 200562         376178         6514041        657451979      32             0              47   86   66   
57.12/57.22	c 220694         418004         7299806        716000340      32             0              43   87   68   
62.01/62.14	c 242839         451758         7956037        777617392      32             0              20   88   60   
66.01/66.15	c 267198         479315         8480916        818634561      32             0              1   88   57    
71.21/71.30	c 293992         513532         9203937        876181458      32             0              37   88   64   
76.21/76.36	c 323465         547784         9831867        936380298      32             0              38   89   63   
82.11/82.23	c 355885         596616         10722738       993397597      32             0              1   88   63    
90.70/90.89	c 391547         656178         12020958       1108485815     32             0              22   88   57   
99.90/100.09	c 430775         720975         13322670       1222552752     32             0              1   89   55    
108.10/108.29	c 473925         779399         14565264       1296026337     32             0              19   89   53   
116.51/116.61	c 521390         842609         15727981       1417427855     32             0              18   89   64   
128.90/129.01	c 573601         921718         17439785       1601008902     32             0              1   88   60    
139.90/140.01	c 631033         990234         18968390       1743580257     32             0              1   88   58    
152.40/152.53	c 694208         1078811        20917555       1931524208     32             0              25   88   65   
166.70/166.80	c 763700         1160270        22711889       2102552474     32             0              25   89   63   
182.50/182.63	c 840141         1266999        25252095       2350145845     32             0              16   89   63   
201.69/201.80	c 924226         1383568        27935048       2633942431     32             0              27   89   61   
223.79/223.99	c 1016719        1495100        30904957       2969482325     32             0              35   90   58   
245.09/245.29	c 1118461        1614810        34020705       3264687228     32             0              29   90   55   
268.49/268.64	c 1230377        1747836        37398502       3590799211     32             0              16   90   58   
292.19/292.35	c 1353484        1919620        40880531       3912304426     55             0              1   89   61    
300.99/301.14	c restarts              : 76          
300.99/301.14	c conflicts             : 1397874      (4644 /sec)
300.99/301.14	c decisions             : 1976679      (6566 /sec)
300.99/301.14	c propagations          : 4046648882  (13442364 /sec)
300.99/301.14	c root propagations     : 274232      
300.99/301.14	c filter calls          : 42316473       (140569 /sec)
300.99/301.14	c useless filter calls  : 27476768       (64 %)
300.99/301.14	c Memory used           : 35.11 MB
300.99/301.14	c CPU time              : 301.037 s
300.99/301.14	
300.99/301.14	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-4268315-1502506898/watcher-4268315-1502506898 -o /tmp/evaluation-result-4268315-1502506898/solver-4268315-1502506898 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502500306-27513 --watchdog 2580 cosoco -lc -model -restarts HOME/instance-4268315-1502506898.xml 

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

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


[startup+0 s]
/proc/loadavg: 1.54 1.84 1.83 2/185 32342
/proc/meminfo: memFree=31113824/32770624 swapFree=0/462500
[pid=32342] ppid=32338 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/32342/stat : 32342 (runsolver) D 32338 32342 27450 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 150342642 24240128 107 18446744073709551615 4194304 4338465 140736040993408 140736040991048 140511759872727 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 13721600 140736041001153 140736041001545 140736041001545 140736041005002 0
/proc/32342/statm: 5918 107 54 36 0 2156 0

[startup+0.100105 s]
/proc/loadavg: 1.54 1.84 1.83 2/185 32342
/proc/meminfo: memFree=31113824/32770624 swapFree=0/462500
[pid=32342] ppid=32338 vsize=31204 CPUtime=0.02 cores=0,2,4,6
/proc/32342/stat : 32342 (cosoco) R 32338 32342 27450 0 -1 4202496 2099 0 0 0 2 0 0 0 20 0 1 0 150342642 31952896 1888 18446744073709551615 4194304 5972588 140728515406640 140728515400200 139761143010157 0 0 1 0 0 0 0 17 6 0 0 7 0 0 8070896 8075904 35610624 140728515412462 140728515412557 140728515412557 140728515416014 0
/proc/32342/statm: 7801 1888 794 435 0 1164 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 31204

[startup+0.201108 s]
/proc/loadavg: 1.54 1.84 1.83 2/185 32342
/proc/meminfo: memFree=31113824/32770624 swapFree=0/462500
[pid=32342] ppid=32338 vsize=35952 CPUtime=0.12 cores=0,2,4,6
/proc/32342/stat : 32342 (cosoco) R 32338 32342 27450 0 -1 4202496 3320 0 0 0 12 0 0 0 20 0 1 0 150342642 36814848 3142 18446744073709551615 4194304 5972588 140728515406640 140728515403592 4965365 0 0 1 8405026 0 0 0 17 6 0 0 7 0 0 8070896 8075904 35610624 140728515412462 140728515412557 140728515412557 140728515416014 0
/proc/32342/statm: 8988 3142 837 435 0 2351 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 35952

[startup+0.301108 s]
/proc/loadavg: 1.54 1.84 1.83 2/185 32342
/proc/meminfo: memFree=31113824/32770624 swapFree=0/462500
[pid=32342] ppid=32338 vsize=35952 CPUtime=0.22 cores=0,2,4,6
/proc/32342/stat : 32342 (cosoco) R 32338 32342 27450 0 -1 4202496 3325 0 0 0 22 0 0 0 20 0 1 0 150342642 36814848 3142 18446744073709551615 4194304 5972588 140728515406640 140728515403944 5099648 0 0 1 8405026 0 0 0 17 6 0 0 7 0 0 8070896 8075904 35610624 140728515412462 140728515412557 140728515412557 140728515416014 0
/proc/32342/statm: 8988 3142 837 435 0 2351 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 35952

[startup+0.700174 s]
/proc/loadavg: 1.54 1.84 1.83 2/185 32342
/proc/meminfo: memFree=31113824/32770624 swapFree=0/462500
[pid=32342] ppid=32338 vsize=35952 CPUtime=0.62 cores=0,2,4,6
/proc/32342/stat : 32342 (cosoco) R 32338 32342 27450 0 -1 4202496 3327 0 0 0 62 0 0 0 20 0 1 0 150342642 36814848 3142 18446744073709551615 4194304 5972588 140728515406640 140728515403944 5010176 0 0 1 8405026 0 0 0 17 0 0 0 7 0 0 8070896 8075904 35610624 140728515412462 140728515412557 140728515412557 140728515416014 0
/proc/32342/statm: 8988 3142 837 435 0 2351 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 35952

[startup+1.50018 s]
/proc/loadavg: 1.54 1.84 1.83 3/186 32343
/proc/meminfo: memFree=30912328/32770624 swapFree=0/462492
[pid=32342] ppid=32338 vsize=35952 CPUtime=1.42 cores=0,2,4,6
/proc/32342/stat : 32342 (cosoco) R 32338 32342 27450 0 -1 4202496 3328 0 0 0 142 0 0 0 20 0 1 0 150342642 36814848 3142 18446744073709551615 4194304 5972588 140728515406640 140728515403944 4965342 0 0 1 8405026 0 0 0 17 0 0 0 7 0 0 8070896 8075904 35610624 140728515412462 140728515412557 140728515412557 140728515416014 0
/proc/32342/statm: 8988 3142 837 435 0 2351 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 35952

[startup+3.10025 s]
/proc/loadavg: 1.54 1.84 1.83 3/199 32372
/proc/meminfo: memFree=31090396/32770624 swapFree=0/462492
[pid=32342] ppid=32338 vsize=35952 CPUtime=3.02 cores=0,2,4,6
/proc/32342/stat : 32342 (cosoco) R 32338 32342 27450 0 -1 4202496 3423 0 0 0 302 0 0 0 20 0 1 0 150342642 36814848 3177 18446744073709551615 4194304 5972588 140728515406640 140728515403944 5094201 0 0 1 8405026 0 0 0 17 0 0 0 7 0 0 8070896 8075904 35610624 140728515412462 140728515412557 140728515412557 140728515416014 0
/proc/32342/statm: 8988 3177 844 435 0 2351 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 35952

[startup+6.30017 s]
/proc/loadavg: 1.50 1.83 1.83 3/186 32407
/proc/meminfo: memFree=31101584/32770624 swapFree=0/462544
[pid=32342] ppid=32338 vsize=35952 CPUtime=6.22 cores=0,2,4,6
/proc/32342/stat : 32342 (cosoco) R 32338 32342 27450 0 -1 4202496 3530 0 0 0 622 0 0 0 20 0 1 0 150342642 36814848 3178 18446744073709551615 4194304 5972588 140728515406640 140728515403944 5039295 0 0 1 8405026 0 0 0 17 0 0 0 7 0 0 8070896 8075904 35610624 140728515412462 140728515412557 140728515412557 140728515416014 0
/proc/32342/statm: 8988 3178 844 435 0 2351 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 35952

[startup+12.7002 s]
/proc/loadavg: 1.54 1.83 1.83 3/186 32407
/proc/meminfo: memFree=31102164/32770624 swapFree=0/462528
[pid=32342] ppid=32338 vsize=35952 CPUtime=12.62 cores=0,2,4,6
/proc/32342/stat : 32342 (cosoco) R 32338 32342 27450 0 -1 4202496 3637 0 0 0 1262 0 0 0 20 0 1 0 150342642 36814848 3179 18446744073709551615 4194304 5972588 140728515406640 140728515403944 5099648 0 0 1 8405026 0 0 0 17 0 0 0 7 0 0 8070896 8075904 35610624 140728515412462 140728515412557 140728515412557 140728515416014 0
/proc/32342/statm: 8988 3179 844 435 0 2351 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 35952

[startup+25.5002 s]
/proc/loadavg: 1.71 1.86 1.84 3/186 32407
/proc/meminfo: memFree=31102420/32770624 swapFree=0/462524
[pid=32342] ppid=32338 vsize=35952 CPUtime=25.42 cores=0,2,4,6
/proc/32342/stat : 32342 (cosoco) R 32338 32342 27450 0 -1 4202496 3854 0 0 0 2542 0 0 0 20 0 1 0 150342642 36814848 3185 18446744073709551615 4194304 5972588 140728515406640 140728515403944 5070711 0 0 1 8405026 0 0 0 17 0 0 0 7 0 0 8070896 8075904 35610624 140728515412462 140728515412557 140728515412557 140728515416014 0
/proc/32342/statm: 8988 3185 844 435 0 2351 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 35952

[startup+51.1002 s]
/proc/loadavg: 1.74 1.85 1.84 3/186 32408
/proc/meminfo: memFree=31103208/32770624 swapFree=0/462520
[pid=32342] ppid=32338 vsize=35952 CPUtime=51.01 cores=0,2,4,6
/proc/32342/stat : 32342 (cosoco) R 32338 32342 27450 0 -1 4202496 3961 0 0 0 5101 0 0 0 20 0 1 0 150342642 36814848 3185 18446744073709551615 4194304 5972588 140728515406640 140728515403944 5322944 0 0 1 8405026 0 0 0 17 0 0 0 7 0 0 8070896 8075904 35610624 140728515412462 140728515412557 140728515412557 140728515416014 0
/proc/32342/statm: 8988 3185 844 435 0 2351 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 35952

[startup+102.3 s]
/proc/loadavg: 1.89 1.88 1.85 3/185 32409
/proc/meminfo: memFree=31102640/32770624 swapFree=0/462540
[pid=32342] ppid=32338 vsize=35952 CPUtime=102.21 cores=0,2,4,6
/proc/32342/stat : 32342 (cosoco) R 32338 32342 27450 0 -1 4202496 4077 0 0 0 10221 0 0 0 20 0 1 0 150342642 36814848 3186 18446744073709551615 4194304 5972588 140728515406640 140728515403944 5322976 0 0 1 8405026 0 0 0 17 0 0 0 7 0 0 8070896 8075904 35610624 140728515412462 140728515412557 140728515412557 140728515416014 0
/proc/32342/statm: 8988 3186 844 435 0 2351 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 35952

[startup+162.3 s]
/proc/loadavg: 1.96 1.90 1.86 3/185 32411
/proc/meminfo: memFree=31102396/32770624 swapFree=0/462552
[pid=32342] ppid=32338 vsize=35952 CPUtime=162.2 cores=0,2,4,6
/proc/32342/stat : 32342 (cosoco) R 32338 32342 27450 0 -1 4202496 4186 0 0 0 16220 0 0 0 20 0 1 0 150342642 36814848 3188 18446744073709551615 4194304 5972588 140728515406640 140728515403944 5322944 0 0 1 8405026 0 0 0 17 4 0 0 7 0 0 8070896 8075904 35610624 140728515412462 140728515412557 140728515412557 140728515416014 0
/proc/32342/statm: 8988 3188 844 435 0 2351 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 35952

[startup+222.306 s]
/proc/loadavg: 2.04 1.93 1.87 3/189 32428
/proc/meminfo: memFree=31098812/32770624 swapFree=0/462564
[pid=32342] ppid=32338 vsize=35952 CPUtime=222.2 cores=0,2,4,6
/proc/32342/stat : 32342 (cosoco) R 32338 32342 27450 0 -1 4202496 4293 0 0 0 22220 0 0 0 20 0 1 0 150342642 36814848 3188 18446744073709551615 4194304 5972588 140728515406640 140728515403944 5071088 0 0 1 8405026 0 0 0 17 4 0 0 7 0 0 8070896 8075904 35610624 140728515412462 140728515412557 140728515412557 140728515416014 0
/proc/32342/statm: 8988 3188 844 435 0 2351 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 35952

[startup+282.3 s]
/proc/loadavg: 2.01 1.94 1.88 3/186 32430
/proc/meminfo: memFree=31100600/32770624 swapFree=0/462580
[pid=32342] ppid=32338 vsize=35952 CPUtime=282.19 cores=0,2,4,6
/proc/32342/stat : 32342 (cosoco) R 32338 32342 27450 0 -1 4202496 4406 0 0 0 28219 0 0 0 20 0 1 0 150342642 36814848 3189 18446744073709551615 4194304 5972588 140728515406640 140728515403944 5099648 0 0 1 8405026 0 0 0 17 4 0 0 7 0 0 8070896 8075904 35610624 140728515412462 140728515412557 140728515412557 140728515416014 0
/proc/32342/statm: 8988 3189 844 435 0 2351 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 35952

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

[startup+294.4 s]
/proc/loadavg: 2.01 1.94 1.88 3/185 32431
/proc/meminfo: memFree=31100740/32770624 swapFree=0/462580
[pid=32342] ppid=32338 vsize=35952 CPUtime=294.29 cores=0,2,4,6
/proc/32342/stat : 32342 (cosoco) R 32338 32342 27450 0 -1 4202496 4406 0 0 0 29429 0 0 0 20 0 1 0 150342642 36814848 3189 18446744073709551615 4194304 5972588 140728515406640 140728515403944 5041428 0 0 1 8405026 0 0 0 17 4 0 0 7 0 0 8070896 8075904 35610624 140728515412462 140728515412557 140728515412557 140728515416014 0
/proc/32342/statm: 8988 3189 844 435 0 2351 0
Current children cumulated CPU time (s) 294.29
Current children cumulated vsize (KiB) 35952

[startup+297.6 s]
/proc/loadavg: 2.01 1.95 1.88 3/185 32431
/proc/meminfo: memFree=31100740/32770624 swapFree=0/462580
[pid=32342] ppid=32338 vsize=35952 CPUtime=297.49 cores=0,2,4,6
/proc/32342/stat : 32342 (cosoco) R 32338 32342 27450 0 -1 4202496 4478 0 0 0 29749 0 0 0 20 0 1 0 150342642 36814848 3190 18446744073709551615 4194304 5972588 140728515406640 140728515403944 5039267 0 0 1 8405026 0 0 0 17 4 0 0 7 0 0 8070896 8075904 35610624 140728515412462 140728515412557 140728515412557 140728515416014 0
/proc/32342/statm: 8988 3190 844 435 0 2351 0
Current children cumulated CPU time (s) 297.49
Current children cumulated vsize (KiB) 35952

[startup+299.2 s]
/proc/loadavg: 2.01 1.95 1.88 3/185 32431
/proc/meminfo: memFree=31100740/32770624 swapFree=0/462580
[pid=32342] ppid=32338 vsize=35952 CPUtime=299.09 cores=0,2,4,6
/proc/32342/stat : 32342 (cosoco) R 32338 32342 27450 0 -1 4202496 4478 0 0 0 29909 0 0 0 20 0 1 0 150342642 36814848 3190 18446744073709551615 4194304 5972588 140728515406640 140728515403944 5053061 0 0 1 8405026 0 0 0 17 4 0 0 7 0 0 8070896 8075904 35610624 140728515412462 140728515412557 140728515412557 140728515416014 0
/proc/32342/statm: 8988 3190 844 435 0 2351 0
Current children cumulated CPU time (s) 299.09
Current children cumulated vsize (KiB) 35952

[startup+300 s]
/proc/loadavg: 2.01 1.95 1.88 3/185 32431
/proc/meminfo: memFree=31100740/32770624 swapFree=0/462580
[pid=32342] ppid=32338 vsize=35952 CPUtime=299.89 cores=0,2,4,6
/proc/32342/stat : 32342 (cosoco) R 32338 32342 27450 0 -1 4202496 4489 0 0 0 29989 0 0 0 20 0 1 0 150342642 36814848 3190 18446744073709551615 4194304 5972588 140728515406640 140728515403944 5099648 0 0 1 8405026 0 0 0 17 4 0 0 7 0 0 8070896 8075904 35610624 140728515412462 140728515412557 140728515412557 140728515416014 0
/proc/32342/statm: 8988 3190 844 435 0 2351 0
Current children cumulated CPU time (s) 299.89
Current children cumulated vsize (KiB) 35952

[startup+300.8 s]
/proc/loadavg: 2.01 1.95 1.88 3/185 32431
/proc/meminfo: memFree=31100740/32770624 swapFree=0/462576
[pid=32342] ppid=32338 vsize=35952 CPUtime=300.69 cores=0,2,4,6
/proc/32342/stat : 32342 (cosoco) R 32338 32342 27450 0 -1 4202496 4489 0 0 0 30069 0 0 0 20 0 1 0 150342642 36814848 3190 18446744073709551615 4194304 5972588 140728515406640 140728515403944 5099648 0 0 1 8405026 0 0 0 17 4 0 0 7 0 0 8070896 8075904 35610624 140728515412462 140728515412557 140728515412557 140728515416014 0
/proc/32342/statm: 8988 3190 844 435 0 2351 0
Current children cumulated CPU time (s) 300.69
Current children cumulated vsize (KiB) 35952

[startup+301 s]
/proc/loadavg: 2.01 1.95 1.88 3/185 32431
/proc/meminfo: memFree=31100740/32770624 swapFree=0/462576
[pid=32342] ppid=32338 vsize=35952 CPUtime=300.89 cores=0,2,4,6
/proc/32342/stat : 32342 (cosoco) R 32338 32342 27450 0 -1 4202496 4489 0 0 0 30089 0 0 0 20 0 1 0 150342642 36814848 3190 18446744073709551615 4194304 5972588 140728515406640 140728515403944 5099648 0 0 1 8405026 0 0 0 17 4 0 0 7 0 0 8070896 8075904 35610624 140728515412462 140728515412557 140728515412557 140728515416014 0
/proc/32342/statm: 8988 3190 844 435 0 2351 0
Current children cumulated CPU time (s) 300.89
Current children cumulated vsize (KiB) 35952

[startup+301.1 s]
/proc/loadavg: 2.01 1.95 1.88 3/185 32431
/proc/meminfo: memFree=31100740/32770624 swapFree=0/462576
[pid=32342] ppid=32338 vsize=35952 CPUtime=300.99 cores=0,2,4,6
/proc/32342/stat : 32342 (cosoco) R 32338 32342 27450 0 -1 4202496 4489 0 0 0 30099 0 0 0 20 0 1 0 150342642 36814848 3190 18446744073709551615 4194304 5972588 140728515406640 140728515403944 5094189 0 0 1 8405026 0 0 0 17 4 0 0 7 0 0 8070896 8075904 35610624 140728515412462 140728515412557 140728515412557 140728515416014 0
/proc/32342/statm: 8988 3190 844 435 0 2351 0
Current children cumulated CPU time (s) 300.99
Current children cumulated vsize (KiB) 35952

Child status: 0
Real time (s): 301.145
CPU time (s): 301.043
CPU user time (s): 301.037
CPU system time (s): 0.005999
CPU usage (%): 99.9663
Max. virtual memory (cumulated for all children) (KiB): 35952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 301.037
system time used= 0.005999
maximum resident set size= 12828
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4538
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8
involuntary context switches= 426

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.654737 second user time and 1.10399 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-12 04:47:14
IDJOB=4268315
IDBENCH=115704
IDSOLVER=2658
FILE ID=node132/4268315-1502506898
RUNJOBID= node132-1502500306-27513
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco 1.12
BENCH NAME= XCSP17/Scheduling/Scheduling-xcsp2-cabinet/Cabinet-5567_X2.xml
COMMAND LINE= cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4268315-1502506898/watcher-4268315-1502506898 -o /tmp/evaluation-result-4268315-1502506898/solver-4268315-1502506898 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502500306-27513 --watchdog 2580  cosoco -lc -model -restarts HOME/instance-4268315-1502506898.xml

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

MD5SUM BENCH= 8a6a7065f0b63cf63ee64db4f5edcf0c
RANDOM SEED=1129258980

node132.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.74
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.74
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.74
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.74
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:        31114708 kB
MemAvailable:   31967452 kB
Buffers:          305592 kB
Cached:           856504 kB
SwapCached:            0 kB
Active:           707600 kB
Inactive:         511512 kB
Active(anon):      57692 kB
Inactive(anon):    49012 kB
Active(file):     649908 kB
Inactive(file):   462500 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              5768 kB
Writeback:             4 kB
AnonPages:         57368 kB
Mapped:            60960 kB
Shmem:             49852 kB
Slab:             139096 kB
SReclaimable:     112340 kB
SUnreclaim:        26756 kB
KernelStack:        3152 kB
PageTables:         4644 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     325684 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 62028 MiB
End job on node132 at 2017-08-12 04:52:15