Trace number 4268317

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 193.911 193.994

General information on the benchmark

NameScheduling/Scheduling-xcsp2-cabinet/
Cabinet-5580_X2.xml
MD5SUMc1d9bbd499a467fa3c210b9e0bab246a
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.661475
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":5580,"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.09	c intension x1 != x10  using generic constraint 
0.00/0.09	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     : 274141      
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-4268317-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            1335           20956          2627073        27             0              55   103   76  
0.32/0.42	c 211            2868           46799          6977951        27             0              32   98   65   
0.42/0.54	c 332            3915           61743          9123428        27             0              39   94   66   
0.42/0.58	c 465            4413           67631          9651475        27             0              50   88   67   
0.52/0.62	c 611            4772           71045          9954834        27             0              50   83   62   
0.52/0.68	c 771            5088           73648          10167602       27             0              42   73   42   
0.62/0.74	c 947            5264           74380          10170960       28             0              1   1   0      
0.72/0.80	c 1140           5457           75152          10174627       28             0              1   1   0      
0.72/0.87	c 1352           5669           76034          10178621       28             0              1   1   0      
0.82/0.96	c 1585           5902           81017          10184469       28             0              1   1   0      
0.92/1.08	c 1841           6158           88833          10191272       28             0              1   1   0      
1.12/1.20	c 2122           6439           97037          10197845       28             0              1   1   0      
1.22/1.33	c 2431           6748           105648         10204252       28             0              1   1   0      
1.32/1.47	c 2770           7087           114692         10210475       28             0              1   1   0      
1.52/1.65	c 3142           7459           122467         11731418       28             0              1   1   0      
1.72/1.86	c 3551           7868           130238         14024272       28             0              1   1   0      
1.92/2.05	c 4000           8317           139914         15260569       28             0              1   1   0      
2.02/2.20	c 4493           8810           151746         15266978       28             0              1   1   0      
2.32/2.44	c 5035           11246          182475         18164764       28             0              1   92   55    
2.52/2.62	c 5631           12636          194568         19160763       28             0              32   83   36   
2.82/2.90	c 6286           14631          224644         22857623       28             0              53   76   59   
3.22/3.35	c 7006           17941          282834         30550327       28             0              47   71   59   
3.52/3.62	c 7798           20311          306461         33104318       28             0              51   71   54   
4.02/4.15	c 8669           24510          366265         41464494       28             0              42   80   47   
4.42/4.58	c 9627           27501          414458         47278108       28             0              41   72   59   
4.62/4.78	c 10680          29876          438023         49387661       28             0              35   93   68   
5.02/5.13	c 11838          33041          467115         52063113       28             0              40   71   42   
5.52/5.69	c 13111          41336          524700         57418549       28             0              1   71   21    
6.32/6.49	c 14511          49167          621943         69831563       28             0              37   70   47   
6.82/6.93	c 16051          51188          636723         70792262       28             0              1   54   16    
7.32/7.48	c 17745          52882          669641         70827864       28             0              1   1   0      
7.92/8.08	c 19608          54745          710861         72420936       28             0              1   1   0      
8.82/8.96	c 21657          60713          802325         83763400       28             0              1   74   54    
10.12/10.24	c 23910          69199          949064         103258979      28             0              1   72   38    
11.22/11.32	c 26388          78256          1094006        122702783      28             0              1   92   54    
13.22/13.30	c 29113          97574          1390617        158748865      28             0              18   89   55   
14.32/14.43	c 32110          108796         1547694        176790751      28             0              38   92   66   
14.72/14.86	c 35406          112581         1602054        182117569      28             0              35   94   65   
16.42/16.59	c 39031          124048         1792242        208376758      28             0              1   90   53    
19.22/19.32	c 43018          145417         2216830        254911639      28             0              20   94   48   
20.62/20.75	c 47403          154653         2440213        275076994      28             0              1   95   54    
22.12/22.25	c 52226          167655         2676946        297214655      28             0              51   89   65   
24.82/24.97	c 57531          200516         3167924        339143706      28             0              1   90   49    
26.02/26.19	c 63366          206525         3288805        346458069      28             0              47   87   50   
27.72/27.89	c 69784          217984         3493385        362051124      28             0              38   88   49   
29.52/29.63	c 76843          236581         3744657        381636236      28             0              30   89   65   
31.82/31.93	c 84607          264393         4191307        406133381      28             0              1   89   56    
34.12/34.25	c 93147          273617         4447598        430908765      28             0              46   89   51   
36.22/36.30	c 102541         298207         4851025        443407265      28             0              1   89   53    
38.31/38.40	c 112874         310884         5110470        452499822      28             0              21   88   65   
41.82/41.98	c 124240         349919         5741745        499094147      28             0              25   89   45   
45.02/45.16	c 136742         365155         6116690        525737731      28             0              43   89   62   
49.52/49.68	c 150494         414998         6978432        585342744      28             0              19   90   65   
55.21/55.32	c 165621         448643         7705148        670877780      28             0              42   87   67   
59.91/60.01	c 182260         509145         8710568        728646827      28             0              29   90   71   
63.61/63.74	c 200562         533708         9163044        771865373      28             0              50   87   66   
68.81/68.91	c 220694         604597         10171900       825408064      28             0              25   90   69   
73.51/73.61	c 242839         633500         10737418       879107664      30             0              1   90   60    
79.41/79.56	c 267198         678956         11567069       963410868      30             0              35   90   67   
83.91/84.05	c 293992         715177         12212552       1021957972     30             0              31   90   63   
91.32/91.47	c 323465         768740         13351529       1120626356     30             0              36   91   58   
97.31/97.42	c 355885         808318         14100494       1200137088     30             0              21   90   64   
104.52/104.61	c 391547         856434         14880771       1280728112     30             0              35   88   61   
111.81/111.98	c 430775         912160         15920530       1383673656     32             0              1   89   66    
118.91/119.00	c 473925         974351         17056892       1455799164     32             0              17   88   61   
127.52/127.62	c 521390         1038735        18385218       1551870551     32             0              1   89   61    
136.81/136.99	c 573601         1107410        19780485       1676049398     32             0              34   89   66   
146.21/146.33	c 631033         1193697        21356885       1806802598     33             0              1   90   66    
155.91/156.06	c 694208         1269416        22747384       1936884354     34             0              25   91   67   
172.71/172.83	c 763700         1394850        25290531       2175314163     34             0              1   91   58    
191.11/191.20	c 840141         1501587        28027480       2434240728     43             0              23   91   59   
193.81/193.99	c restarts              : 71          
193.81/193.99	c conflicts             : 851345       (4391 /sec)
193.81/193.99	c decisions             : 1516478      (7821 /sec)
193.81/193.99	c propagations          : 2478122099  (12780099 /sec)
193.81/193.99	c root propagations     : 274141      
193.81/193.99	c filter calls          : 28433404       (146636 /sec)
193.81/193.99	c useless filter calls  : 18629243       (65 %)
193.81/193.99	c Memory used           : 35.25 MB
193.81/193.99	c CPU time              : 193.905 s
193.81/193.99	
193.81/193.99	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-4268317-1502506898/watcher-4268317-1502506898 -o /tmp/evaluation-result-4268317-1502506898/solver-4268317-1502506898 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502500309-6741 --watchdog 2580 cosoco -lc -model -restarts HOME/instance-4268317-1502506898.xml 

pid=10107
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: 2.01 2.03 1.90 2/180 10110
/proc/meminfo: memFree=31211292/32770624 swapFree=0/554368
[pid=10110] ppid=10107 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/10110/stat : 10110 (runsolver) D 10107 10110 6677 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 52883228 24240128 106 18446744073709551615 4194304 4338465 140732223216080 140732223213720 139762573337303 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 6864896 140732223217858 140732223218249 140732223218249 140732223221706 0
/proc/10110/statm: 5918 106 53 36 0 2156 0

[startup+0.100154 s]
/proc/loadavg: 2.01 2.03 1.90 2/180 10110
/proc/meminfo: memFree=31211292/32770624 swapFree=0/554368
[pid=10110] ppid=10107 vsize=30504 CPUtime=0.02 cores=1,3,5,7
/proc/10110/stat : 10110 (cosoco) R 10107 10110 6677 0 -1 4202496 1924 0 0 0 2 0 0 0 20 0 1 0 52883228 31236096 1756 18446744073709551615 4194304 5972588 140734449317728 140734449314376 4967517 0 0 1 0 0 0 0 17 1 0 0 7 0 0 8070896 8075904 19451904 140734449320430 140734449320525 140734449320525 140734449323982 0
/proc/10110/statm: 7626 1756 794 435 0 989 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 30504

[startup+0.200284 s]
/proc/loadavg: 2.01 2.03 1.90 2/180 10110
/proc/meminfo: memFree=31211292/32770624 swapFree=0/554368
[pid=10110] ppid=10107 vsize=35952 CPUtime=0.12 cores=1,3,5,7
/proc/10110/stat : 10110 (cosoco) R 10107 10110 6677 0 -1 4202496 3322 0 0 0 12 0 0 0 20 0 1 0 52883228 36814848 3142 18446744073709551615 4194304 5972588 140734449317728 140734449314376 5322944 0 0 1 8405026 0 0 0 17 1 0 0 7 0 0 8070896 8075904 19451904 140734449320430 140734449320525 140734449320525 140734449323982 0
/proc/10110/statm: 8988 3142 837 435 0 2351 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 35952

[startup+0.300273 s]
/proc/loadavg: 2.01 2.03 1.90 2/180 10110
/proc/meminfo: memFree=31211292/32770624 swapFree=0/554368
[pid=10110] ppid=10107 vsize=35952 CPUtime=0.22 cores=1,3,5,7
/proc/10110/stat : 10110 (cosoco) R 10107 10110 6677 0 -1 4202496 3325 0 0 0 22 0 0 0 20 0 1 0 52883228 36814848 3142 18446744073709551615 4194304 5972588 140734449317728 140734449314376 5323616 0 0 1 8405026 0 0 0 17 1 0 0 7 0 0 8070896 8075904 19451904 140734449320430 140734449320525 140734449320525 140734449323982 0
/proc/10110/statm: 8988 3142 837 435 0 2351 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 35952

[startup+0.700217 s]
/proc/loadavg: 2.01 2.03 1.90 2/180 10110
/proc/meminfo: memFree=31211292/32770624 swapFree=0/554368
[pid=10110] ppid=10107 vsize=35952 CPUtime=0.62 cores=1,3,5,7
/proc/10110/stat : 10110 (cosoco) R 10107 10110 6677 0 -1 4202496 3328 0 0 0 62 0 0 0 20 0 1 0 52883228 36814848 3142 18446744073709551615 4194304 5972588 140734449317728 140734449315032 5053061 0 0 1 8405026 0 0 0 17 1 0 0 7 0 0 8070896 8075904 19451904 140734449320430 140734449320525 140734449320525 140734449323982 0
/proc/10110/statm: 8988 3142 837 435 0 2351 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 35952

[startup+1.5002 s]
/proc/loadavg: 2.01 2.03 1.90 3/181 10111
/proc/meminfo: memFree=31201912/32770624 swapFree=0/554372
[pid=10110] ppid=10107 vsize=35952 CPUtime=1.42 cores=1,3,5,7
/proc/10110/stat : 10110 (cosoco) R 10107 10110 6677 0 -1 4202496 3329 0 0 0 142 0 0 0 20 0 1 0 52883228 36814848 3142 18446744073709551615 4194304 5972588 140734449317728 140734449315032 5099648 0 0 1 8405026 0 0 0 17 1 0 0 7 0 0 8070896 8075904 19451904 140734449320430 140734449320525 140734449320525 140734449323982 0
/proc/10110/statm: 8988 3142 837 435 0 2351 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 35952

[startup+3.10021 s]
/proc/loadavg: 2.01 2.03 1.90 3/181 10111
/proc/meminfo: memFree=31201252/32770624 swapFree=0/554372
[pid=10110] ppid=10107 vsize=35952 CPUtime=3.02 cores=1,3,5,7
/proc/10110/stat : 10110 (cosoco) R 10107 10110 6677 0 -1 4202496 3842 0 0 0 302 0 0 0 20 0 1 0 52883228 36814848 3170 18446744073709551615 4194304 5972588 140734449317728 140734449315032 5320378 0 0 1 8405026 0 0 0 17 1 0 0 7 0 0 8070896 8075904 19451904 140734449320430 140734449320525 140734449320525 140734449323982 0
/proc/10110/statm: 8988 3170 844 435 0 2351 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 35952

[startup+6.30022 s]
/proc/loadavg: 2.01 2.03 1.90 3/181 10112
/proc/meminfo: memFree=31200356/32770624 swapFree=0/554376
[pid=10110] ppid=10107 vsize=35952 CPUtime=6.22 cores=1,3,5,7
/proc/10110/stat : 10110 (cosoco) R 10107 10110 6677 0 -1 4202496 4392 0 0 0 622 0 0 0 20 0 1 0 52883228 36814848 3171 18446744073709551615 4194304 5972588 140734449317728 140734449315032 5322944 0 0 1 8405026 0 0 0 17 1 0 0 7 0 0 8070896 8075904 19451904 140734449320430 140734449320525 140734449320525 140734449323982 0
/proc/10110/statm: 8988 3171 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: 2.01 2.03 1.90 3/181 10112
/proc/meminfo: memFree=31200108/32770624 swapFree=0/554368
[pid=10110] ppid=10107 vsize=35952 CPUtime=12.62 cores=1,3,5,7
/proc/10110/stat : 10110 (cosoco) R 10107 10110 6677 0 -1 4202496 4933 0 0 0 1262 0 0 0 20 0 1 0 52883228 36814848 3173 18446744073709551615 4194304 5972588 140734449317728 140734449315032 5099648 0 0 1 8405026 0 0 0 17 1 0 0 7 0 0 8070896 8075904 19451904 140734449320430 140734449320525 140734449320525 140734449323982 0
/proc/10110/statm: 8988 3173 844 435 0 2351 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 35952

[startup+25.5003 s]
/proc/loadavg: 2.00 2.03 1.91 3/181 10112
/proc/meminfo: memFree=31199984/32770624 swapFree=0/554364
[pid=10110] ppid=10107 vsize=35952 CPUtime=25.42 cores=1,3,5,7
/proc/10110/stat : 10110 (cosoco) R 10107 10110 6677 0 -1 4202496 5871 0 0 0 2542 0 0 0 20 0 1 0 52883228 36814848 3174 18446744073709551615 4194304 5972588 140734449317728 140734449315032 5099648 0 0 1 8405026 0 0 0 17 1 0 0 7 0 0 8070896 8075904 19451904 140734449320430 140734449320525 140734449320525 140734449323982 0
/proc/10110/statm: 8988 3174 844 435 0 2351 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 35952

[startup+51.1003 s]
/proc/loadavg: 2.08 2.04 1.91 3/181 10112
/proc/meminfo: memFree=31200108/32770624 swapFree=0/554356
[pid=10110] ppid=10107 vsize=35952 CPUtime=51.01 cores=1,3,5,7
/proc/10110/stat : 10110 (cosoco) R 10107 10110 6677 0 -1 4202496 6333 0 0 0 5101 0 0 0 20 0 1 0 52883228 36814848 3178 18446744073709551615 4194304 5972588 140734449317728 140734449315032 5010160 0 0 1 8405026 0 0 0 17 1 0 0 7 0 0 8070896 8075904 19451904 140734449320430 140734449320525 140734449320525 140734449323982 0
/proc/10110/statm: 8988 3178 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: 2.03 2.04 1.92 3/181 10114
/proc/meminfo: memFree=31199804/32770624 swapFree=0/554380
[pid=10110] ppid=10107 vsize=35952 CPUtime=102.22 cores=1,3,5,7
/proc/10110/stat : 10110 (cosoco) R 10107 10110 6677 0 -1 4202496 6793 0 0 0 10222 0 0 0 20 0 1 0 52883228 36814848 3179 18446744073709551615 4194304 5972588 140734449317728 140734449315032 5320457 0 0 1 8405026 0 0 0 17 1 0 0 7 0 0 8070896 8075904 19451904 140734449320430 140734449320525 140734449320525 140734449323982 0
/proc/10110/statm: 8988 3179 844 435 0 2351 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 35952

[startup+162.3 s]
/proc/loadavg: 2.10 2.06 1.94 3/184 10130
/proc/meminfo: memFree=31194504/32770624 swapFree=0/554384
[pid=10110] ppid=10107 vsize=35952 CPUtime=162.21 cores=1,3,5,7
/proc/10110/stat : 10110 (cosoco) R 10107 10110 6677 0 -1 4202496 7245 0 0 0 16221 0 0 0 20 0 1 0 52883228 36814848 3183 18446744073709551615 4194304 5972588 140734449317728 140734449315032 5320427 0 0 1 8405026 0 0 0 17 1 0 0 7 0 0 8070896 8075904 19451904 140734449320430 140734449320525 140734449320525 140734449323982 0
/proc/10110/statm: 8988 3183 844 435 0 2351 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 35952

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

[startup+179.2 s]
/proc/loadavg: 2.08 2.06 1.94 3/184 10130
/proc/meminfo: memFree=31194800/32770624 swapFree=0/554392
[pid=10110] ppid=10107 vsize=36088 CPUtime=179.11 cores=1,3,5,7
/proc/10110/stat : 10110 (cosoco) R 10107 10110 6677 0 -1 4202496 7565 0 0 0 17911 0 0 0 20 0 1 0 52883228 36954112 3186 18446744073709551615 4194304 5972588 140734449317728 140734449315064 5071117 0 0 1 8405026 0 0 0 17 1 0 0 7 0 0 8070896 8075904 19451904 140734449320430 140734449320525 140734449320525 140734449323982 0
/proc/10110/statm: 9022 3186 845 435 0 2385 0
Current children cumulated CPU time (s) 179.11
Current children cumulated vsize (KiB) 36088

[startup+185.6 s]
/proc/loadavg: 2.07 2.06 1.94 3/184 10132
/proc/meminfo: memFree=31194924/32770624 swapFree=0/554416
[pid=10110] ppid=10107 vsize=36088 CPUtime=185.51 cores=1,3,5,7
/proc/10110/stat : 10110 (cosoco) R 10107 10110 6677 0 -1 4202496 7699 0 0 0 18551 0 0 0 20 0 1 0 52883228 36954112 3189 18446744073709551615 4194304 5972588 140734449317728 140734449315064 5099648 0 0 1 8405026 0 0 0 17 1 0 0 7 0 0 8070896 8075904 19451904 140734449320430 140734449320525 140734449320525 140734449323982 0
/proc/10110/statm: 9022 3189 845 435 0 2385 0
Current children cumulated CPU time (s) 185.51
Current children cumulated vsize (KiB) 36088

[startup+188.8 s]
/proc/loadavg: 2.07 2.06 1.94 3/184 10132
/proc/meminfo: memFree=31194924/32770624 swapFree=0/554408
[pid=10110] ppid=10107 vsize=36088 CPUtime=188.71 cores=1,3,5,7
/proc/10110/stat : 10110 (cosoco) R 10107 10110 6677 0 -1 4202496 7699 0 0 0 18871 0 0 0 20 0 1 0 52883228 36954112 3189 18446744073709551615 4194304 5972588 140734449317728 140734449315064 5312304 0 0 1 8405026 0 0 0 17 1 0 0 7 0 0 8070896 8075904 19451904 140734449320430 140734449320525 140734449320525 140734449323982 0
/proc/10110/statm: 9022 3189 845 435 0 2385 0
Current children cumulated CPU time (s) 188.71
Current children cumulated vsize (KiB) 36088

[startup+192 s]
/proc/loadavg: 2.06 2.05 1.94 3/184 10132
/proc/meminfo: memFree=31194924/32770624 swapFree=0/554408
[pid=10110] ppid=10107 vsize=36088 CPUtime=191.91 cores=1,3,5,7
/proc/10110/stat : 10110 (cosoco) R 10107 10110 6677 0 -1 4202496 7707 0 0 0 19191 0 0 0 20 0 1 0 52883228 36954112 3189 18446744073709551615 4194304 5972588 140734449317728 140734449315032 5320406 0 0 1 8405026 0 0 0 17 1 0 0 7 0 0 8070896 8075904 19451904 140734449320430 140734449320525 140734449320525 140734449323982 0
/proc/10110/statm: 9022 3189 845 435 0 2385 0
Current children cumulated CPU time (s) 191.91
Current children cumulated vsize (KiB) 36088

[startup+192.8 s]
/proc/loadavg: 2.06 2.05 1.94 3/184 10132
/proc/meminfo: memFree=31195048/32770624 swapFree=0/554408
[pid=10110] ppid=10107 vsize=36088 CPUtime=192.71 cores=1,3,5,7
/proc/10110/stat : 10110 (cosoco) R 10107 10110 6677 0 -1 4202496 7707 0 0 0 19271 0 0 0 20 0 1 0 52883228 36954112 3189 18446744073709551615 4194304 5972588 140734449317728 140734449315032 5320427 0 0 1 8405026 0 0 0 17 1 0 0 7 0 0 8070896 8075904 19451904 140734449320430 140734449320525 140734449320525 140734449323982 0
/proc/10110/statm: 9022 3189 845 435 0 2385 0
Current children cumulated CPU time (s) 192.71
Current children cumulated vsize (KiB) 36088

[startup+193.6 s]
/proc/loadavg: 2.06 2.05 1.94 3/184 10132
/proc/meminfo: memFree=31195048/32770624 swapFree=0/554408
[pid=10110] ppid=10107 vsize=36088 CPUtime=193.51 cores=1,3,5,7
/proc/10110/stat : 10110 (cosoco) R 10107 10110 6677 0 -1 4202496 7707 0 0 0 19351 0 0 0 20 0 1 0 52883228 36954112 3189 18446744073709551615 4194304 5972588 140734449317728 140734449315032 5040234 0 0 1 8405026 0 0 0 17 1 0 0 7 0 0 8070896 8075904 19451904 140734449320430 140734449320525 140734449320525 140734449323982 0
/proc/10110/statm: 9022 3189 845 435 0 2385 0
Current children cumulated CPU time (s) 193.51
Current children cumulated vsize (KiB) 36088

[startup+193.8 s]
/proc/loadavg: 2.06 2.05 1.94 3/184 10132
/proc/meminfo: memFree=31195048/32770624 swapFree=0/554408
[pid=10110] ppid=10107 vsize=36088 CPUtime=193.71 cores=1,3,5,7
/proc/10110/stat : 10110 (cosoco) R 10107 10110 6677 0 -1 4202496 7707 0 0 0 19371 0 0 0 20 0 1 0 52883228 36954112 3189 18446744073709551615 4194304 5972588 140734449317728 140734449315032 5099648 0 0 1 8405026 0 0 0 17 1 0 0 7 0 0 8070896 8075904 19451904 140734449320430 140734449320525 140734449320525 140734449323982 0
/proc/10110/statm: 9022 3189 845 435 0 2385 0
Current children cumulated CPU time (s) 193.71
Current children cumulated vsize (KiB) 36088

[startup+193.9 s]
/proc/loadavg: 2.06 2.05 1.94 3/184 10132
/proc/meminfo: memFree=31195048/32770624 swapFree=0/554408
[pid=10110] ppid=10107 vsize=36088 CPUtime=193.81 cores=1,3,5,7
/proc/10110/stat : 10110 (cosoco) R 10107 10110 6677 0 -1 4202496 7707 0 0 0 19381 0 0 0 20 0 1 0 52883228 36954112 3189 18446744073709551615 4194304 5972588 140734449317728 140734449315032 5320427 0 0 1 8405026 0 0 0 17 1 0 0 7 0 0 8070896 8075904 19451904 140734449320430 140734449320525 140734449320525 140734449323982 0
/proc/10110/statm: 9022 3189 845 435 0 2385 0
Current children cumulated CPU time (s) 193.81
Current children cumulated vsize (KiB) 36088

Child status: 0
Real time (s): 193.994
CPU time (s): 193.911
CPU user time (s): 193.906
CPU system time (s): 0.00507
CPU usage (%): 99.9573
Max. virtual memory (cumulated for all children) (KiB): 36088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 193.906
system time used= 0.00507
maximum resident set size= 12824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7744
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= 71

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.423706 second user time and 0.672248 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-12 04:47:31
IDJOB=4268317
IDBENCH=115703
IDSOLVER=2658
FILE ID=node127/4268317-1502506898
RUNJOBID= node127-1502500309-6741
PBS_JOBID= 
Free space on /tmp= 62028 MiB

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

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

MD5SUM BENCH= c1d9bbd499a467fa3c210b9e0bab246a
RANDOM SEED=1437505471

node127.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.92
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.92
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.92
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.92
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:        31211556 kB
MemAvailable:   32001444 kB
Buffers:          266700 kB
Cached:           812496 kB
SwapCached:            0 kB
Active:           557744 kB
Inactive:         579536 kB
Active(anon):      58152 kB
Inactive(anon):    24908 kB
Active(file):     499592 kB
Inactive(file):   554628 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2556 kB
Writeback:             0 kB
AnonPages:         57760 kB
Mapped:            44820 kB
Shmem:             25252 kB
Slab:             128400 kB
SReclaimable:     103008 kB
SUnreclaim:        25392 kB
KernelStack:        3184 kB
PageTables:         4436 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     318552 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:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62028 MiB
End job on node127 at 2017-08-12 04:50:45